/* Font-family */
@font-face {
  font-family: MuseoSlab3;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_300.otf");
}
@font-face {
  font-family: MuseoSlab5;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_500.otf");
}
@font-face {
  font-family: MuseoSlab7;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_700.otf");
}
@font-face {
  font-family: MuseoSlab9;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_900.otf");
}

body {
  font-family: MuseoSlab3;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.numberdata {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
a {
  text-decoration: none;
}
/* Header */

/* Header */

.link1 {
  display: none;
}
.bb_hContainer {
  width: 100%;
  height: 100px;

  z-index: 5;
  background: white;
  transition: all ease 300ms;
  border-bottom: 0.3px solid #e6dfd4;
}
.bb_hContainer .bb_hc {
  display: flex;
}
.bb_hc > a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding-left: 12px;
  letter-spacing: 0.5px;
}
.bb_hc .active {
  border-bottom: 1px solid;
  padding: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
}

.bb_h {
  display: flex;
  align-items: center;
  color: #000;
  background: white;

  justify-content: space-between;
  width: 100%;
  margin: auto;
  height: 100%;
}
/* logo */
.bb_hlogoC {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.bb_hlogo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/

.bb_hc {
  display: flex;
  align-items: center;
  width: 38rem;
  font-size: 0.8rem;
  justify-content: space-between;
}

.bb_hbtn {
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
  text-transform: uppercase !important;
  justify-content: center;
  padding: 5px 15px;
  background: #db9024;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.bb_hc > .dropdown1 > a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding-left: 0px;
  letter-spacing: 0.5px;
  font-family: Museoslab3;
}
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* drop down of the spire link */
.dropdown1 {
  position: relative;
  display: inline-block;
  z-index: 5;
}

.dropdown1 a {
  letter-spacing: 0.5px;
  font-size: 0.8rem;
}

.dropdown1.active {
  border-bottom: 1px solid;
  padding: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
}

/* Dropdown Content  (Hidden by Default) */
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;

  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;

  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content1 a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown-content1 {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown1:hover .dropbtn {
  background-color: #3e8e41;
}

@media (max-width: 1023px) {
  /*dropdown*/
  .dropdown-content1 {
    width: 100%;
    text-align: center;
  }

  .dropdown-content1 > a {
    text-align: center !important;
    padding-left: 70px !important;
  }

  .dropdown1 {
    width: 100%;
  }
}

/*header*/

@media (max-width: 500px) {
  .bb_hlogoC {
    width: 50px !important;
  }
}

.bb_hContainer {
  width: 100%;
  height: 100px;

  z-index: 5;
  background: white;
  transition: all ease 300ms;
  border-bottom: 0.3px solid #e6dfd4;
}
.bb_hc > a {
  text-decoration: none;
  color: black;
  box-sizing: border-box;
  padding-left: 0px;
  letter-spacing: 0.5px;
}
.bb_hc .active {
  border-bottom: 1px solid;
  padding: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
}

.bb_h {
  display: flex;
  align-items: center;
  color: #000;
  background: white;

  justify-content: space-between;
  width: 90%;
  margin: auto;
  height: 100%;
}

/* logo */
.bb_hlogoC {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.bb_hlogo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/
.bb_hc {
  display: flex;
  align-items: center;
  width: 38rem;
  justify-content: space-between;
}
.bb_hbtn {
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  background: #db9024;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.bb_hContainer .link {
  display: none;
  cursor: pointer;
  margin-right: 20px;
}

@media (min-width: 1600px) {
  .bb_hContainer {
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 1023px) {
  .link1 {
    display: block;
  }

  .bb_h {
    display: flex;
    align-items: center;
    color: #000;
    background: white;

    justify-content: space-between;
    width: 100% !important;
    margin: auto;
    height: 100%;
  }
  .bb_hContainer .bb_hc {
    display: none;
    position: fixed;
    height: 100vh;
    top: calc(0% + 0px);
    width: 100% !important;
    text-transform: uppercase;
    background-color: whitesmoke;
    box-sizing: border-box;
    margin-top: 0rem;
    z-index: 1;
    text-align: left;
    flex-direction: column;
  }

  .bb_hContainer .bb_hc a {
    width: 100%;

    box-sizing: border-box;

    border-bottom: 0.1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 10px;

    display: flex;

    padding-left: 30px;

    letter-spacing: 1px;
  }

  .bb_hc .active {
    padding-right: 0 !important;

    font-weight: 700;
    color: black;
  }

  .bb_hbtn {
    width: 100%;
    padding: 12.5px 0px;
    left: 25px;
    padding-left: 30px;
    text-transform: uppercase;
    justify-content: flex-start !important;
  }

  .link {
    display: block !important;
    color: #000;
    font-size: 2rem;
    cursor: pointer;
    transition: 200ms ease-in-out;
  }

  .link1 {
    font-size: 2.5rem;
    padding-right: 22px;
    /* text-align: left; */
    background: white;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: right;
    transition: 200ms ease-in;
    cursor: pointer;
  }
}

/* 2nd section */
.timeline_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 4rem 0;
  width: 100%;
  background: white;
  margin: auto;
  height: auto;
  background-color: #222227;
}

.heading_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.heading_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: fit-content;
  margin: 20px 0 20px 0;
}

.heading_txt > p {
  font-size: 2.2rem;
  margin: 0;
  padding: 10px 0;
  font-family: MuseoSlab5;
  text-transform: uppercase;
  color: #fff;
}

.timeline_div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3rem;
  width: 100%;
}

.timeline_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  display: none;
}

.timelinemob {
  width: 100%;
  height: 100%;
  display: none;
}

.svgxt {
  font-family: MuseoSlab5;
}

.timelinemob500 {
  width: 100%;
  height: 100%;
  display: none;
}

.timelinemob img {
  width: 100%;
  margin: auto;
}

.timelinemob500 img {
  width: 100%;
  margin: auto;
}

.timeline_div img {
  width: 94%;
}

.item1 {
  position: absolute;
  left: 140px;
  top: 330px;
}

.item2 {
  position: absolute;
  left: 180px;
  top: 600px;
}

.item3 {
  position: absolute;
  left: 320px;
  top: 300px;
}

.item4 {
  position: absolute;
  left: 420px;
  top: 560px;
}

.item5 {
  position: absolute;
  left: 620px;
  top: 320px;
}

.item6 {
  position: absolute;
  left: 680px;
  top: 600px;
}

.item7 {
  position: absolute;
  left: 820px;
  top: 270px;
}

.item8 {
  position: absolute;
  left: 890px;
  top: 560px;
}

.item9 {
  position: absolute;
  left: 950px;
  top: 350px;
}

.item10 {
  position: absolute;
  left: 1160px;
  top: 560px;
}

.item11 {
  position: absolute;
  left: 1240px;
  top: 280px;
}

.item12 {
  position: absolute;
  left: 1390px;
  top: 585px;
}

.item13 {
  position: absolute;
  left: 1470px;
  top: 320px;
}

@media (min-width: 1024px) and (max-width: 1920px) {
  .timeline_img {
    display: block;
  }

  .item1 {
    position: absolute;
    left: 100px;
    top: 330px;
  }

  .item2 {
    position: absolute;
    left: 140px;
    top: 550px;
  }

  .item3 {
    position: absolute;
    left: 250px;
    top: 300px;
  }

  .item4 {
    position: absolute;
    left: 330px;
    top: 520px;
  }

  .item5 {
    position: absolute;
    left: 500px;
    top: 320px;
  }

  .item6 {
    position: absolute;
    left: 550px;
    top: 550px;
  }

  .item7 {
    position: absolute;
    left: 660px;
    top: 270px;
  }

  .item8 {
    position: absolute;
    left: 730px;
    top: 520px;
  }

  .item9 {
    position: absolute;
    left: 780px;
    top: 340px;
  }

  .item10 {
    position: absolute;
    left: 940px;
    top: 530px;
  }

  .item11 {
    position: absolute;
    left: 1010px;
    top: 280px;
  }

  .item12 {
    position: absolute;
    left: 1140px;
    top: 540px;
  }

  .item13 {
    position: absolute;
    left: 1024px;
    top: 320px;
  }
}

.item1 .item_year,
.item2 .item_year,
.item3 .item_year,
.item4 .item_year,
.item5 .item_year,
.item6 .item_year,
.item7 .item_year,
.item8 .item_year,
.item9 .item_year,
.item10 .item_year,
.item11 .item_year,
.item12 .item_year,
.item13 .item_year {
  margin: 0;
  color: #d4b090;
  cursor: default;
}

.item1 .item_name,
.item2 .item_name,
.item3 .item_name,
.item4 .item_name,
.item5 .item_name,
.item6 .item_name,
.item7 .item_name,
.item8 .item_name,
.item9 .item_name,
.item10 .item_name,
.item11 .item_name,
.item12 .item_name,
.item13 .item_name {
  margin-top: 5px;
  text-transform: uppercase;
  color: #ece6de;
  cursor: default;
}

/* Footer */
.footer_contact_us {
  width: 100%;
  background-color: #222227;
  height: 100%;
}

/* footer */
.ft_cc {
  display: flex;
  align-items: flex-start;
  color: #fff;
  background-color: #222227;
  /* opacity: .8; */
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 40px 0px;
  letter-spacing: 2px;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .ft_cc {
    padding: 40px 0px;
    justify-content: space-evenly;
  }
}
.ft_logo {
  margin-top: 18px;
}
.ft_logo > img {
  filter: invert(1);
  width: 70px;
}
.ft_c {
  background-color: black;
}
.ft___cc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b7b7b7;
  width: 58%;
  margin: auto;
}
.ft___cc > p {
  margin-right: 25px;
  color: #b7b7b7;
}
.ft__head {
  padding-bottom: 5px;
  border-bottom: 1px solid #d4b090;
  width: fit-content;
  font-size: 1rem;
}
.ft__head p {
  color: #fff;
  padding: 10px 20px 10px 0;
  margin: 0;
  font-size: 1rem;
}
.ft_contact {
  display: flex;
  align-items: flex-start;
}

/**/

/* Main Popup */
.main-popup-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(34, 34, 39, 0.82);
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
.main-popup-bg.active {
  opacity: 1;
  z-index: 100;
  transition: all 300ms ease-in-out;
}
.main-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eee7de;
  padding: 3rem;
  width: 60%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
.main-popup.active {
  opacity: 1;
  z-index: 2;
  transition: all 300ms ease-in-out;
}
.main-popup-container {
  position: relative;
}
.main-popup-close {
  width: 22px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -10px;
  cursor: pointer;
}
.main-popup-close > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-popup-content-container {
  width: 70%;
  margin: auto;
}
.main-popup-heading {
  border-bottom: 1px solid;
  padding: 5px;
  width: fit-content;
  color: #db9024;
  margin: auto;
  font-size: 1rem;
  letter-spacing: 1px;
}
.main-popup-subheading {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.main-popup-input-container {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.main-popup-input-fields {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.main-popup-inputs {
  flex-grow: 1;
  margin: 5px 20px;
}
.main-popup-inputs .input {
  outline: none;
  border: 1px solid #8b8b8b;
  padding: 10px;
  flex-grow: 1;
  width: -webkit-fill-available;
  background: #f6f0e8;
}
.main-popup-inputs .input:focus {
  border: solid 1px #fbb03b;
}
.main-popup-textarea {
  width: 48%;
  height: 100%;
}
.main-popup-textarea > .textarea {
  flex-grow: 1;
  background: #f6f0e8;
  margin: 5px 0 0 0;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  outline: none;
  padding: 10px;
  border: none;
  height: 134px;
  border: 1px solid #8b8b8b;
  font-family: "Montserrat";
}
.main-popup-textarea > .textarea:focus {
  border: solid 1px #fbb03b;
}
.main-popup-send-button {
  padding: 10px 40px;
  background: #d4b090;
  width: fit-content;
  margin: 15px auto;
  font-size: 14px;
  color: white;
  cursor: pointer;
  letter-spacing: 1px;
}
.main-popup-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 25px auto 10px auto;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .main-popup-button-container {
    width: 80%;
  }
}
.main-popup-payment-schedule,
.main-popup-download-broucher {
  border: 1px solid #d4b090;
  border-radius: 50px;
  border-style: dashed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  height: 35px;
  width: 220px;
}
.main-popup-payment-schedule > img,
.main-popup-download-broucher > img {
  width: 13px;
  margin: 0 0 0 10px;
}
.main-popup-payment-schedule > p,
.main-popup-download-broucher > p {
  margin: 6px;
  font-size: 0.875rem;
  color: #d4b090;
}

::-webkit-scrollbar {
  background-color: #000;
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

/* about 900 screen size css*/

@media (min-width: 768px) and (max-width: 1023px) {
  /*footer*/
  #footeraddress {
    width: 13rem;
  }

  .ft_cc {
    /* flex-wrap: wrap; */
    justify-content: space-evenly;
  }

  .ft_logo {
    display: block;
    align-items: center;
    /* margin: 0 auto; */
    width: 100% !important;
    text-align: center;
    line-height: 5rem;
  }

  .ft_cc > div {
    width: 10.875rem;
  }

  .heading_txt {
    width: 90%;
  }
  .heading_txt > p {
    font-size: 1.5rem;
  }

  .timeline_img {
    display: block;
    width: 90%;
    margin: auto;
  }

  .timeline_div img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #myBtn {
    display: none !important;
  }

  .bb_hlogoC {
    width: 50px !important;
  }
  .bb_hContainer {
    height: 80px !important;
  }
  .ft_logo > img {
    filter: invert(1);
    width: 70px !important;
  }

  .timeline_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 2rem 0 2rem;
    width: 100%;
    background: white;
    margin: auto;
    height: auto;
    background-color: #222227;
  }

  .timeline_img {
    display: none;
  }

  .timeline_div img {
    width: 100%;
  }

  .timelinemob500 {
    display: block;
  }

  .heading_txt {
    width: 90%;
  }
  .heading_txt > p {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
  }
}

@media (max-width: 500px) {
  .heading_txt > p {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5;
  }

  .ft_cc {
    padding: 30px 30px;
  }
  .ft_cc > div > p {
    font-size: 0.875rem;
    line-height: 22px;
  }

  .ft___cc > p {
    font-size: 10px !important;
  }

  .footer_contact_us {
    width: 100%;
    background-color: #222227;
    height: auto;
  }

  .timelinemob {
    display: block;
  }

  .timelinemob500 {
    display: none;
  }
}

@media (min-width: 150px) and (max-width: 260px) {
  .heading_txt > p {
    font-size: 0.88rem;
    text-align: center;
    line-height: 1.5;
  }

  .ft___cc > p {
    font-size: 8px !important;
  }
}

@media (min-width: 360px) and (max-width: 500px) {
  .heading_txt > p {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
  }

  .heading_txt {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .ft_logo {
    margin: 18px auto;
  }

  .ft_cc {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .ft__head {
    margin: 18px auto 10px;
    font-size: 0.875rem !important;
  }

  .enq {
    line-height: 25px;
  }

  .ft___cc {
    width: 80%;
  }
  .ft___cc > p {
    margin-right: 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer_contact_us {
    background-color: #222227;
  }

  .ft_cc {
    /* flex-wrap: wrap; */
    justify-content: space-evenly;
  }

  .ft_logo {
    width: 70px !important;
    text-align: center;
    line-height: 5rem;
    margin-top: 1rem;
  }

  .ft_cc > div {
    width: 10.875rem;
  }
  .ft_contact {
    display: block;
  }
}

@media (max-width: 767px) {
  .ft_contact {
    flex-direction: column;
  }
  .ft_contact > p {
    width: 100% !important;
  }
  .ft_contact div {
    width: 100%;
  }
}

/* schedule pop*/

@media screen and (max-width: 767px) {
  .main-popup-bg.active {
    opacity: 1;
    z-index: 100;
    transition: all 300ms ease-in-out;
  }

  .main-popup-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(34, 34, 39, 0.82);
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease-in-out;
  }

  .main-popup.active {
    opacity: 1;
    z-index: 2;
    transition: all 300ms ease-in-out;
    /* overflow: hidden; */
  }

  .main-popup {
    position: fixed;
    top: 50%;
    /* overflow: hidden; */
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eee7de;
    padding: 2rem;
    width: 60%;
    height: auto;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease-in-out;
  }

  .main-popup-container {
    position: relative;
    /* overflow: hidden; */
  }

  .main-popup-close {
    width: 22px;
    overflow: hidden;
    position: absolute;
    right: -5%;
    top: -10px;
    cursor: pointer;
  }

  .main-popup-content-container {
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
  }

  .main-popup-heading {
    border-bottom: 1px solid;
    padding: 5px;
    padding-top: 20px;
    width: fit-content;
    color: #db9024;
    margin: auto;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  .main-popup-subheading {
    font-size: 0.6rem;
    /* width: fit-content; */
    width: auto;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin: 15px 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
  }

  .main-popup-input-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: auto;
    justify-content: space-between;
  }

  .main-popup-input-fields {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .main-popup-inputs {
    flex-grow: 1;
    margin: 5px 7px;
  }

  .main-popup-inputs .input {
    outline: none;
    border: 0.5px solid #8b8b8b;
    padding: 10px;
    flex-grow: 1;
    width: -webkit-fill-available;
    height: 10px;
    background: #f6f0e8;
  }

  .main-popup-textarea {
    width: 100%;
    height: 100%;
    margin: auto;
  }

  .main-popup-textarea > .textarea {
    flex-grow: 1;
    background: #f6f0e8;
    margin: 5px 7px;
    box-sizing: border-box;
    width: -webkit-fill-available;
    resize: none;
    outline: none;
    padding: 10px;
    border: none;
    height: 80px;
    border: 0.5px solid #8b8b8b;
    font-family: "Montserrat";
  }

  .main-popup-send-button {
    padding: 5px 15px;
    background: #d4b090;
    width: fit-content;
    margin: 5px auto;
    font-size: 0.7rem;
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
  }
  .main-popup-button-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 95%;
    margin: 15px auto 0px auto;
  }

  .main-popup-payment-schedule,
  .main-popup-download-broucher {
    border: 1px solid #d4b090;
    border-radius: 50px;
    border-style: dashed;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    height: 25px;
    width: 150px;
    margin: 0px 5px;
  }
  .main-popup-payment-schedule > img,
  .main-popup-download-broucher > img {
    width: 13px;
    margin: 0 0 0 10px;
  }
  .main-popup-payment-schedule > p,
  .main-popup-download-broucher > p {
    margin: 6px;
    font-size: 0.5rem;
    color: #d4b090;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-popup-payment-schedule > p,
  .main-popup-download-broucher > p {
    margin: 6px;
    font-size: 0.75rem;
    color: #d4b090;
  }

  .main-popup-send-button {
    padding: 8px 30px;
    background: #d4b090;
    width: fit-content;
    margin: 15px auto;
    font-size: 12px;
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
  }

  .main-popup-heading {
    border-bottom: 1px solid;
    padding: 5px;
    width: fit-content;
    color: #db9024;
    margin: auto;
    font-size: 0.95rem;
    letter-spacing: 1px;
  }

  .main-popup-subheading {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
  }

  .main-popup-input-container {
    display: flex;
    width: 100%;
    margin: auto;
  }

  .main-popup-inputs {
    flex-grow: 1;
    margin: 5px 10px;
  }
}
.sec__sec_sco {
  margin-top: 2.43rem !important;
}

@media (min-width: 150px) and (max-width: 499px) {
  .ft_logo > img {
    filter: invert(1);
    width: 70px !important;
  }
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 9; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #db9024; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */

  align-items: center;
  vertical-align: middle;
  border-radius: 50%; /* Rounded corners */
  font-size: 22px; /* Increase font size */
  height: 50px;
  width: 50px;
}

#myBtn span {
  /* align-items: center;
  vertical-align: middle
  ; */
  position: relative;
  top: -3px;
}

#myBtn:hover {
  background-color: #f3be7a; /* Add a dark-grey background on hover */
}
.modal-footer-btom{
  height: 150px ;
  background-color: #222227;
  bottom: 0px !important;
  margin-top: 250px;
}
.container-foot{
  font: inherit;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 15px;
    color: white;
}
#myModal{
  background-image: url("../designs/B_B-Assets/Home/banner/banner_1.jpg");
  object-fit: cover;
  padding-top: 0px !important;
  display: none;
  background-position: center;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}