@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  background: #F8F6F0;
  font-family: "Jost", sans-serif;
  font-style: normal;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}

ul li {
  margin: 0;
}

a {
  text-decoration: none !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.yellow_btn {
  color: #fff !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  background: #C69F39;
  border: 1px solid #C69F39;
  border-radius: 12px;
  padding: 12px 24px;
  display: inline-block;
}

.yellow_btn:hover {
  color: #C69F39 !important;
  background: #fff;
}

@media (max-width: 600px) {
  .yellow_btn {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
  }
}

.submit_btn {
  color: #fff !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  background: #C69F39;
  border: 1px solid #C69F39;
  border-radius: 12px;
  padding: 12px 24px;
  display: inline-block;
  position: relative;
}

.submit_btn:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 100px;
  height: 250px;
  width: 300px;
  background: url("./images/sendarrow.png") no-repeat;
}

.submit_btn:hover {
  color: #C69F39 !important;
  background: #fff;
}

@media (max-width: 600px) {
  .submit_btn {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
  }
}

.shadow {
  -webkit-box-shadow: 0 12px 15px #000, 0.2;
          box-shadow: 0 12px 15px #000, 0.2;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.section-margin {
  margin-bottom: 100px !important;
}

@media (max-width: 768px) {
  .section-margin {
    margin-bottom: 40px !important;
  }
}

.spacing {
  margin-bottom: 100px !important;
}

@media (max-width: 768px) {
  .spacing {
    margin-bottom: 130px !important;
  }
}

.bg-white {
  background: #fff !important;
}

.navbar {
  height: 100px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 1030;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .main-logo {
  height: 80px;
}

.navbar .navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.navbar .navlist li {
  list-style-type: none;
  margin: 0 12px;
  font-family: "Jost", sans-serif;
  font-style: normal;
}

.navbar .navlist li a {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar .navlist li a:hover {
  color: #C69F39;
}

.navbar .navlist li a.active {
  color: #C69F39;
}

@media (max-width: 993px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .navbar {
    height: 60px;
    background: #fff;
  }
  .navbar .logo {
    height: 36px;
  }
  .navbar .menu-btn {
    color: #0007C0;
    border: none;
    padding: 0px 9.5px;
    background: rgba(198, 159, 57, 0.5);
    height: 32px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    position: relative;
    margin-top: 5px;
  }
  .navbar .menu-btn .iconbars, .navbar .menu-btn .iconbars:after, .navbar .menu-btn .iconbars:before {
    width: 18px;
    background: #0007C0;
    display: block;
    height: 2px;
    position: absolute;
    right: 0px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
  }
  .navbar .menu-btn .iconbars:after {
    content: "";
    top: -5px;
  }
  .navbar .menu-btn .iconbars:before {
    content: "";
    bottom: -5px;
  }
  .navbar .menuList {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
  }
  .navbar .menuList hr {
    margin: 0;
    border-top: 1px solid #ffe1d2 !important;
  }
  .navbar .menuList .sidemenu {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff !important;
    position: absolute;
    right: -414px;
    top: 0px;
    height: 100%;
    width: 100%;
    font-family: "Jost", sans-serif;
    font-style: normal;
    background: rgba(36, 72, 140, 0.12);
  }
  .navbar .menuList .sidemenu.right-open {
    right: 0;
  }
  .navbar .menuList .sidemenu .btn,
  .navbar .menuList .sidemenu a {
    display: inline-block;
    font-size: 14px;
  }
  .navbar .menuList .sidemenu .dropdown-menu {
    position: relative;
    border: none;
    text-align: center;
    font-size: 10px;
    padding: 0 !important;
    width: 190px;
    margin: auto;
  }
  .navbar .menuList .sidemenu .dropdown-menu .dropdown-menu[data-bs-popper] {
    margin-top: 0px;
  }
  .navbar .menuList .sidemenu .dropdown-menu .dropdown-item {
    padding: 0.25rem 9px !important;
  }
  .navbar .menuList .sidemenu .dropdown-menu .dropdown-item:focus {
    background-color: #00007C !important;
  }
  .navbar .menuList .sidemenu .nav-item {
    position: relative;
    list-style-type: none;
    color: #C69F39;
    background: #fff;
  }
  .navbar .menuList .sidemenu .nav-item::after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.04);
    height: 2px;
    width: 190px;
    bottom: 0;
    left: calc(50% - 95px);
  }
  .navbar .menuList .sidemenu .nav-item:last-child:after {
    display: none;
  }
  .navbar .menuList .sidemenu .nav-item .nav-link {
    padding: 8px 13px;
    color: #00007C;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
  }
  .navbar .menuList .sidemenu .nav-item .nav-link a {
    color: #000 !important;
  }
  .navbar .menuList .sidemenu .nav-item .nav-link.dropdown:before {
    position: absolute;
    top: 17px;
    right: -13px;
    background: url("../images/dropdown-icon.svg") no-repeat 0px 0px/11px;
    content: "";
    height: 20px;
    width: 20px;
  }
  .navbar .menuList .sidemenu .close {
    border: 1px solid #00007C;
    border-radius: 9px;
    opacity: 1;
    display: inline-block;
    -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    cursor: pointer;
    height: 27px;
    width: 27px;
    background: #00007C url("../images/white-cross.svg") no-repeat 8px 8px/10px;
    z-index: 9;
    position: absolute;
    right: 24px;
    top: 12px;
  }
  .navbar .menuList .sidemenu .close:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border: 1px solid #00007C;
    background: #00007C url("../images/white-cross.svg") no-repeat 8px 8px/10px;
  }
  .navbar .menuList .blackSpace {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 414px);
  }
}

@media (min-width: 993px) {
  .mobile-only {
    display: none;
  }
}

.mainWrapper {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .mainWrapper {
    padding-top: 60px;
  }
}

.mainWrapper .hero {
  background: url("./images/hero.png") 100%;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: auto;
}

.mainWrapper .hero .herocontent {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-style: normal;
}

.mainWrapper .hero .herocontent .herotext {
  color: #fff;
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .mainWrapper .hero .herocontent .herotext {
    font-size: 30px;
    line-height: 40px;
  }
}

.mainWrapper .hero .herocontent p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}

.mainWrapper .homevideo {
  width: 100%;
}

.mainWrapper .sectionheading {
  color: #111;
  font-size: 46px;
  line-height: 60px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin: 0 auto 24px;
}

@media (max-width: 768px) {
  .mainWrapper .sectionheading {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  .mainWrapper .sectionheading {
    font-size: 30px;
    line-height: 40px;
  }
}

.mainWrapper .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainWrapper .subheading {
  color: #757575;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin: 0 auto 24px;
}

@media (max-width: 768px) {
  .mainWrapper .subheading {
    text-align: left;
    margin: 0 0 24px;
  }
}

.mainWrapper .ending-text {
  color: #757575;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 20px auto;
}

@media (max-width: 768px) {
  .mainWrapper .ending-text {
    text-align: left;
    margin: 20px 0;
  }
}

.mainWrapper .services {
  width: 100%;
}

.mainWrapper .service_name {
  color: #111;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 20px auto;
}

.mainWrapper .amasection {
  position: relative;
}

.mainWrapper .amasection .ama-img {
  width: 80%;
}

.mainWrapper .amasection .commondiv {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.mainWrapper .amasection .commondiv h6 {
  color: #111;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 8px;
}

.mainWrapper .amasection .commondiv p {
  color: #757575;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  width: 90%;
  padding-left: 20px;
}

.mainWrapper .befefit-card {
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 24px;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mainWrapper .befefit-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mainWrapper .befefit-card:hover {
  border-left: 4px solid #C69F39;
  border-right: 4px solid #C69F39;
}

.mainWrapper .befefit-card .cardheading {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
}

.mainWrapper .befefit-card .card-para {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
}

@media (max-width: 768px) {
  .mainWrapper .befefit-card .card-para {
    margin-bottom: 20px;
  }
}

.mainWrapper .footersection {
  background: #C69F39;
  padding: 40px 0px;
}

.mainWrapper .footersection .bottomlogo {
  height: 80px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.mainWrapper .footersection .address {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 12px;
}

.mainWrapper .footersection .address:hover {
  color: #0007C0;
}

.mainWrapper .footersection h4 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 20px;
}

.mainWrapper .footersection .privacy {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 12px;
}

.mainWrapper .footersection .privacy:hover {
  color: #0007C0;
}

.mainWrapper .copyright {
  background: #00007C;
}

.mainWrapper .copyright p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 12px 0;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin: 0px;
}

.mainWrapper .copyright .socialsites a img {
  height: 28px;
  margin: 0 5px;
}

.mainWrapper .aboutus-header {
  background: #0007C0;
  min-height: 400px;
  overflow: hidden;
}

.mainWrapper .aboutus-header h4 {
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
}

@media (max-width: 991px) {
  .mainWrapper .aboutus-header h4 {
    font-size: 48px;
    line-height: 56px;
    padding-top: 40px;
  }
}

@media (max-width: 500px) {
  .mainWrapper .aboutus-header h4 {
    font-size: 32px;
    line-height: 40px;
    padding-top: 40px;
  }
}

.mainWrapper .aboutus-header p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 0;
}

.mainWrapper .intro .docname {
  color: #C69F39;
  font-size: 46px;
  line-height: 54px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 14px;
}

.mainWrapper .intro .docname span {
  color: #000;
}

@media (max-width: 768px) {
  .mainWrapper .intro .docname {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 500px) {
  .mainWrapper .intro .docname {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
}

.mainWrapper .intro .doclist {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mainWrapper .intro .doclist li {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 12px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .mainWrapper .intro .doclist li {
    font-size: 18px;
    line-height: 24px;
  }
}

.mainWrapper .intro .doclist li:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  background: #C69F39;
  height: 6px;
  border-radius: 50%;
  width: 6px;
}

.mainWrapper .contacts .contactbox {
  height: 580px;
  background: rgba(198, 159, 57, 0.3);
  border-radius: 24px;
  padding: 24px;
  position: relative;
}

.mainWrapper .contacts .contactbox:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("./images/circles.png") no-repeat;
  height: 220px;
  width: 240px;
}

.mainWrapper .contacts .contactbox h3 {
  color: #000;
  font-size: 46px;
  line-height: 54px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 10px;
}

.mainWrapper .contacts .contactbox p {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 30px;
}

.mainWrapper .contacts .contactbox .contactcall {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 35px;
  display: inline-block;
  padding-left: 65px;
  position: relative;
}

@media (max-width: 768px) {
  .mainWrapper .contacts .contactbox .contactcall {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 370px) {
  .mainWrapper .contacts .contactbox .contactcall {
    font-size: 14px;
    line-height: 18px;
  }
}

.mainWrapper .contacts .contactbox .contactcall:before {
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  background: url("./images/calling.png") no-repeat;
  height: 50px;
  width: 50px;
}

.mainWrapper .contacts .contactbox .contact-mail {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 35px;
  display: inline-block;
  padding-left: 65px;
  position: relative;
}

@media (max-width: 768px) {
  .mainWrapper .contacts .contactbox .contact-mail {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 370px) {
  .mainWrapper .contacts .contactbox .contact-mail {
    font-size: 14px;
    line-height: 18px;
    text-wrap: wrap;
  }
}

.mainWrapper .contacts .contactbox .contact-mail:before {
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  background: url("./images/mails.png") no-repeat;
  height: 50px;
  width: 50px;
}

.mainWrapper .contacts .contactbox .contact-add {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 25px;
  display: inline-block;
  padding-left: 65px;
  position: relative;
}

@media (max-width: 768px) {
  .mainWrapper .contacts .contactbox .contact-add {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 370px) {
  .mainWrapper .contacts .contactbox .contact-add {
    font-size: 14px;
    line-height: 18px;
  }
}

.mainWrapper .contacts .contactbox .contact-add:before {
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  background: url("./images/place.png") 100% no-repeat;
  height: 50px;
  width: 50px;
}

.mainWrapper .contacts .contactbox .mediasection {
  margin-top: 120px;
}

@media (max-width: 991px) {
  .mainWrapper .contacts .contactbox .mediasection {
    margin-top: 80px;
  }
}

.mainWrapper .contacts .contactbox .mediasection h6 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 15px;
}

.mainWrapper .contacts .contactbox .mediasection .contacts-social {
  height: 26px;
  margin: 0 8px;
}

.mainWrapper .contacts .forms {
  position: relative;
}

.mainWrapper .contacts .forms .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 4px 0;
  position: relative;
}

.mainWrapper .contacts .forms .input-field label {
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  color: #C69F39;
  padding: 0 10px;
}

.mainWrapper .contacts .forms .input-field input {
  outline: none;
  font-size: 14px;
  height: 42px;
  margin: 6px 0;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.mainWrapper .contacts .forms .input-field input:focus, .mainWrapper .contacts .forms .input-field input:valid {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

.mainWrapper .contacts .forms .input-field textarea {
  outline: none;
  font-size: 14px;
  min-height: 50px;
  margin: 8px 0;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  text-transform: capitalize;
}

.mainWrapper .contacts .forms .secActive {
  opacity: 1;
  pointer-events: auto;
}

.mainWrapper .contacts .forms .error {
  position: absolute;
  right: 0;
  bottom: -18px;
  color: red;
  font-size: 11px;
}

.mainWrapper .gallary .swiper {
  width: 100%;
  height: 100%;
}

.mainWrapper .gallary .swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #757575 !important;
}

.mainWrapper .gallary .swiper .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #C69F39 !important;
}

.mainWrapper .gallary .swiper-slide img {
  height: 370px;
}

.mainWrapper .gallary .swiper-slide h6 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mainWrapper .gallary .swiper-slide p {
  color: #757575;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 60px;
}

.mainWrapper .gallary .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainWrapper .medicalheading {
  color: #000;
  font-size: 52px;
  line-height: 80px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 10px;
}

.mainWrapper .medicalheading span {
  color: #C69F39;
}

@media (max-width: 500px) {
  .mainWrapper .medicalheading {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
  }
}

.mainWrapper .medicallist {
  margin: 0;
  padding: 0;
}

.mainWrapper .medicallist li {
  list-style-type: none;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 10px;
  color: #757575;
  position: relative;
  margin-bottom: 8px;
}

.mainWrapper .medicallist li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  background: #757575;
  height: 4px;
  width: 4px;
  border-radius: 2px;
}

.mainWrapper .quote {
  background: #C69F39;
  padding: 40px 0;
}

.mainWrapper .quote h6 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 0px;
  text-align: center;
}

@media (max-width: 500px) {
  .mainWrapper .quote h6 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
  }
}

.mainWrapper .perks .perksbox {
  padding: 24px 20px;
  text-align: center;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  min-height: 210px;
  margin: 15px 0;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.mainWrapper .perks .perksbox:hover {
  border-left: 3px solid #C69F39;
  border-right: 3px solid #C69F39;
}

.mainWrapper .perks .perksbox img {
  height: 80px;
  display: block;
  margin: 0 auto 20px;
}

.mainWrapper .perks .perksbox h6 {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 0px;
}

.mainWrapper .fees .feescard img {
  height: 380px;
  width: 100%;
}

.mainWrapper .fees .feescard .feescontent {
  padding: 40px 20px;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.mainWrapper .fees .feescard .feescontent .feespart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .mainWrapper .fees .feescard .feescontent .feespart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mainWrapper .fees .feescard .feescontent h6 {
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 0px;
  padding-right: 20px;
}

.mainWrapper .fees .feescard .feescontent span {
  color: #757575;
  font-size: 19px;
  line-height: 44px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 0px;
}

.mainWrapper .fees .feesheading {
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 24px;
}

.mainWrapper .fees .feeslist li {
  list-style-type: none;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  display: block;
  padding-left: 32px;
  margin-bottom: 24px;
  position: relative;
}

@media (max-width: 768px) {
  .mainWrapper .fees .feeslist li {
    display: block;
  }
}

.mainWrapper .fees .feeslist li span {
  color: #C69F39;
  font-weight: 500;
}

.mainWrapper .fees .feeslist li p {
  display: inline-block;
  color: #757575;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}

.mainWrapper .fees .feeslist li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url("./images/feesicon.png") no-repeat;
  height: 25px;
  width: 24px;
}

.mainWrapper .fees .clockhours {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 16px;
}

.mainWrapper .fees .point {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
}

.mainWrapper .fees .point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url("./images/clockicon.png") no-repeat;
  height: 24px;
  width: 24px;
}

.mainWrapper .fees .timing {
  color: #000;
  padding-left: 35px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 24px;
}

.mainWrapper .fees .timing .dark-text {
  font-weight: 500;
}

.mainWrapper .fees .timing .light-text {
  color: #757575;
  font-weight: 400;
}

.mainWrapper .fees .coffee {
  background: #C69F39;
  padding: 12px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 20px;
  padding-left: 50px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 0px;
  position: relative;
}

.mainWrapper .fees .coffee:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 11px;
  background: url("./images/coffee.png") no-repeat;
  height: 21px;
  width: 21px;
}

/* hover effect */
  .mainWrapper .fees .coffee:hover {
    color: #C69F39 !important;
  background: #fff;
  }
  

.popupOverlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  z-index: 9991;
}

.popupOverlay .popupWrapper {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  padding: 0px 0px 24px;
  margin: 150px auto;
  position: relative;
  overflow: hidden;
}

.popupOverlay .popupWrapper.noOverflow {
  overflow: initial;
}

.popupOverlay .popupWrapper.width-sm {
  max-width: 549px;
}

.popupOverlay .popupWrapper .close-button {
  background: #C69F39;
  border-radius: 10px;
  position: absolute;
  right: 20px;
  top: 13px;
  height: 31px;
  width: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 31px;
  z-index: 99;
}

.popupOverlay .popupWrapper .close-button:before, .popupOverlay .popupWrapper .close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  right: 7px;
  top: 15px;
  height: 1.5px;
  width: 16px;
  background-color: #fff;
}

.popupOverlay .popupWrapper .close-button:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.popupOverlay .popupWrapper .close-button:hover {
  background: #C69F39;
}

.popupOverlay .popupWrapper h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  padding: 60px 20px 30px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  margin-bottom: 0px;
}
/*# sourceMappingURL=style.css.map */