* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'AvantGarde-Demi';
  src: url(/assets/fonts/avant_garde_demi_bt.ttf);
}

/* Museo Slab Font */
@font-face {
  font-family: 'Museo Slab';
  src: url(/assets/fonts/museo-slab-cufonfonts/Museo_Slab_100.otf);
  font-weight: 100;
}

@font-face {
  font-family: 'Museo Slab';
  src: url(/assets/fonts/museo-slab-cufonfonts/Museo_Slab_300.otf);
  font-weight: 300;
}

@font-face {
  font-family: 'Museo Slab';
  src: url(/assets/fonts/museo-slab-cufonfonts/Museo_Slab_500.otf);
  font-weight: 500;
}

@font-face {
  font-family: 'Museo Slab';
  src: url(/assets/fonts/museo-slab-cufonfonts/Museo_Slab_700.otf);
  font-weight: 700;
}

@font-face {
  font-family: 'Museo Slab';
  src: url(/assets/fonts/museo-slab-cufonfonts/Museo_Slab_900.otf);
  font-weight: 900;
}

@font-face {
  font-family: 'Museo Slab';
  src: url(/assets/fonts/museo-slab-cufonfonts/Museo_Slab_1000.otf);
  font-weight: 1000;
}

/* Museo  Sans Font*/
@font-face {
  font-family: 'Museo Sans';
  src: url(/assets/fonts/museo_sans_Font/MuseoSans-100.otf);
  font-weight: 100;
}

@font-face {
  font-family: 'Museo Sans';
  src: url(/assets/fonts/museo_sans_Font/MuseoSans-300.otf);
  font-weight: 300;
}

@font-face {
  font-family: 'Museo Sans';
  src: url(/assets/fonts/museo_sans_Font/MuseoSans_500.otf);
  font-weight: 500;
}

@font-face {
  font-family: 'Museo Sans';
  src: url(/assets/fonts/museo_sans_Font/MuseoSans_700.otf);
  font-weight: 700;
}

/* Heading Now Trial */
@font-face {
  font-family: 'Heading Now Trial';
  src: url(/assets/fonts/heading_now_family/HeadingNowTrial-24Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Heading Now Trial';
  src: url(/assets/fonts/heading_now_family/HeadingNowTrial-36Bold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Heading Now Trial';
  src: url(/assets/fonts/heading_now_family/HeadingNowTrial-48Heavy.ttf);
  font-weight: 800;
}


/* nav bar starts */
.header {
  background-color: #FBFBFB;
}

.logo {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0.5rem 0 !important;
  align-items: center;
}
.logo img{
  height: 70px;
}
.call span{
  font-weight: 700;
  color: #fff;
  font-size: 35px;
  padding-inline: 5px;
}
.call{
  text-decoration: none;
  display: flex;
  align-items: stretch;


}

.call svg{
  width: auto;
  height: 53px;
}

.call .odd {
  background-color: #188508;



}
.call .even{
  background-color: #ff8d16;

}

/*.call {*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*  text-decoration: none;*/
/*  padding: 0.3rem 1rem;*/
/*  border-radius: 3rem;*/
/*  border: 1px solid #AE1C5A;*/
/*}*/

.call img {
  width: 16rem !important;
  height: 2.8rem;
}

.call p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #AE1C5A;
  font-size: 1.3rem;
  margin: 0;
}

.nav-menu {
  /* background-color: #156179; */
  background-color: #188508;

}

.nav_bar ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  margin: 0.5rem 0 !important;
}

.nav_bar a {
  text-decoration: none;
  color: #FBFBFB;
  font-family: 'Museo Slab';
  font-weight: 500;
  font-size: 1.1rem;
}

/* banner section starts */
.banner {
  align-items: center;
}

.banner h2 {
  font-size: 5rem;
  font-family: 'Heading Now Trial';
  font-weight: 600;
  color: #222;
  letter-spacing: -1.1px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.banner h2:last-child {
  margin-bottom: 4rem;
}

.banner a {
  text-decoration: none;
}

#whyChooseUs {
  background-image: url(/assets/image/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

#whyChooseUsMbl{
  display: none;
}

.banner p {
  text-decoration: none;
  color: #FBFBFB;
  font-family: 'Museo Sans';
  font-weight: 700;
  font-size: 2rem;
  /* background-color: #156179; */
  background-color: #ff8d16;
  
  border-radius: 0.7rem;
  padding: 0.2rem 0.9rem;
  width: fit-content;
  margin-top: 2rem;
  border-radius: 3rem;
}

.serviceDiv {
  padding: 6rem 0;
  align-items: center;
}

.serviceDiv img {
  width: 25rem;
  height: auto;
  margin-left: 4rem;
    /*  width: 37rem;*/
    /*height: 44rem;*/
}

.serviceDiv h6 {
  font-family: 'Museo Slab';
  font-weight: 700;
  font-size: 1.2rem;
  /* color: #156179; */
  color: #188508;
  margin-bottom: 0;
}

.serviceDiv h2 {
  font-family: 'Museo Sans';
  font-weight: 700;
  color: #222;
  text-transform: capitalize;
  line-height: 100%;
  padding-top: 0.4rem;
  width: 70%;
}

.add_style {
  color: #F68800 !important;
  font-family: 'Museo Sans' !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  line-height: 42px !important;
  padding-top: 0.4rem !important;
  border-bottom: 2px solid  #F68800;
  width: fit-content;
  padding-bottom: 0.5rem;
}

.serviceDiv p {
  font-family: 'Museo Sans';
  font-weight: 500;
  color: #2E2E2E;
  line-height: 19.2px;
  padding-top: 1.4rem;
  font-size: 0.9rem;

}

.whatWeDo h2 {
  font-size: 2.4rem;
  font-family: 'Museo Sans';
  font-weight: 700;
  color: #525252;
}

.whatWeDo p {
  font-family: 'Museo Sans';
  font-weight: 500;
  color: #2E2E2E;
  line-height: 19.2px;
  font-size: 0.9rem;
}

.serviceImg {
  padding-left: 2rem !important;
}

.serviceImg img{
    width: 36rem;
    height: 44rem;
}

.serviceImg .firstImg {
  width: 23rem;
  height: 20rem;
}

.serviceImgBlock {
  padding-left: 1rem;
}

#health-package {
  padding: 8rem 0;
}

#check-up-package {
  background-color: #F1F1F1;
  padding: 4rem 0;
}

.family-package h6 {
  color: #525252;
  text-align: center;
  font-family: 'Museo Slab';
  font-weight: 300;
  font-size: 1.2rem;
  /* padding-top: 3rem; */
}

.icon_img{
  padding: 0.2rem 0.4rem;
  /* background-color: #146077; */
  background-color: #188508;
}

.card-style {
  background-color: #156179;
  padding: 0.7rem 0 0.7rem 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.card-style h4 {
  font-family: 'Museo Sans';
  font-weight: 700;
  color: #FBFBFB;
  letter-spacing: 0px;
  font-size: 1.4rem;
  min-height:0;
  margin-bottom:0;
}
.card{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.card img{
  width:100%;
}
.card-style h5 {
  font-family: 'Museo Sans';
  font-weight: 700;
  color: #2E2E2E;
  background-color: #FFCA0A;
  width: 41%;
  text-align: center;
  margin-bottom: 0;
  padding: 0.2rem 0;
}

.OfferPrice {
  display: flex;
  justify-content: space-around;
  align-items: end;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.OfferPrice-new {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 0.5rem;
}
.OfferPrice-new h4{
    margin-bottom:0;
}
.pricing p {
  font-family: 'Museo Sans';
  font-weight: 300;
  color: #2E2E2E;
  font-size: 0.9rem;
  text-decoration: line-through;
  text-decoration-color: #FFCA0A;
  margin-bottom: 0 !important;
}

.pricing h4 {
  font-family: 'Museo Sans';
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: -1.3px;
  font-size: 1.7rem;
  padding-top: 0.5rem;
  margin-bottom: 0;
}

.know_more button {
  border: 0.9px solid #AE1C5A;
  font-family: 'Museo Sans';
  font-weight: 400;
  font-size: 0.7rem;
  color: #2E2E2E;
  background-color: #AE1C5A0A;
  padding: 0.2rem;
}

.family-package h2 {
  text-align: center;
  font-family: 'Museo Sans';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.2rem;
  letter-spacing: -1.3px;
}

.packageSwiper {
  margin-top: 2rem;
}

.packageSwiper .swiper-button-next {
  top: unset;
  bottom: 0rem;
  left: unset;
  right: 8rem;
}

.packageSwiper .swiper-button-prev {
  top: unset;
  bottom: 0rem;
  left: unset;
  right: 10rem;
}

.homeCollectionSwiper .swiper-button-next {
  top: unset;
  bottom: 0rem;
  left: unset;
  right: 8rem;
}

.homeCollectionSwiper .swiper-button-prev {
  top: unset;
  bottom: 0rem;
  left: unset;
  right: 10rem;
}


.home-collection h6 {
  color: #525252;
  text-align: center;
  font-family: 'Museo Slab';
  font-weight: 300;
  font-size: 1.2rem;
}

.home-collection h2 {
  text-align: center;
  font-family: 'Museo Sans';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.2rem;
  letter-spacing: -1.3px;
}

.form-sec {
  padding: 5rem 0;
}

.form_style {
  /* background-color: #146077; */
  background-color: #188508;
  padding: 3rem 2.8rem;
  margin-top: 4rem;
}
.form_spacing{
    padding-left: 7rem !important;
}
.form_style h4 {
  font-family: 'Museo Sans';
  font-weight: 700;
  color: #FBFBFB;
}

.form_style input {
  padding: 0.3rem 1.3rem;
  width: 100%;
  margin-top: 2rem;
}

.form_style input:focus-visible {
  outline: none;
}

input::placeholder {
  color: #A3CEE9;
  font-size: 12px;
  font-weight: 300;
  padding: 3px;
}

.submit-btn {
  border: unset;
  background-color: #fff;
  /* color: #0A7D9C; */
  color: #F68800;
  font-size: 17px;
  font-weight: 700;
  padding: 0.5rem 3rem;
  border-radius: 2px;
  text-transform: uppercase;
  margin-top: 2rem;
}

.submit-btn:focus-visible {
  outline: none;
}

.form_style .icon {
  position: relative;
}

.form_style .icon::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 2.7rem;
  width: 1rem;
  height: 1rem;
  background-image: url(/assets/icons/form-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.stickySlider {
  overflow: hidden !important;
}

.table th {
  font-size: 0.9rem !important;
}

.form_content {
  padding-left: 2rem !important;
}

.form_content h1 {
  font-family: 'Museo Sans';
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: -1.7px;
  border-bottom: 1px solid #726f6f;
  padding-bottom: 0.5rem;
  width: fit-content;
  /* color: #146077; */
  color: #F68800;
}

.form_content h6 {
  font-family: 'Museo Sans';
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -1px;
  color: #2E2E2E;
  padding-top: 0.8rem;
  text-transform: uppercase;
}

.form_content p {
  font-family: 'Museo Sans';
  font-weight: 500;
  font-size: 0.9rem;
  color: #2E2E2E;
}

.form_content h5 {
  font-family: 'Museo Slab';
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  color: #2E2E2E;
  padding-top: 0.8rem;
}

/* .accordion-button:focus {
  box-shadow: unset !important;
} */

.testimonials {
  padding: 4rem 0;
  background-color: #EFF4F5;
}

.testimonials h4 {
  text-align: center;
  font-family: 'Museo Sans';
  font-weight: 700;
  letter-spacing: -1.3px;
  color: #146077;
  text-transform: uppercase;
  font-size: 2.1rem;
  padding-bottom: 2rem;
}

.content_row {
  display: flex;
  /*padding-left: 1rem;*/
}

.content_row .content_col_1 {
  width: auto;
  height: auto;
}

.content_row .content_col_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_row .content_col_2 {
  width: 85%;
  padding: 1rem 2rem;
  height: 100%;
  background-color: #fff;
  /* border-radius: 10px; */
}

.content_row .content_col_2 p {
  font-size: .85rem;
  color: #525252;
  text-align: justify;
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
  min-height: 9rem;
}

.content_row .content_col_2 h6 {
  /*border-bottom: 1.5px solid #222;*/
  padding-bottom: 5px;
  font-family: 'Museo Slab';
  font-weight: 500;
  font-size: 1rem;
  width: fit-content;
}

.book_now {
  padding: 0.5rem 0.5rem;
  background-color: #156179;
  border: none;
  text-align: center;
  border-radius: 3px;

}

.book_now a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}


/*.testimonials .swiper-slide-active {*/
/*  transform: scale(1.15) !important;*/
/*  opacity: 1;*/
/*  padding-top: 0.5rem;*/
/*}*/


.footer a {
  text-decoration: none;
}

.mbl_map {
  display: none;
}

.map_content {
  padding-bottom: 5rem;
  align-items: end;
}

.call-footer {
  background-color: #AE1C5A;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 0.3rem 1rem;
  border-radius: 1rem;
}

.call-footer p {
  color: #FBFBFB !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  margin-bottom: 0;
}

.call-footer img {
  width: 1.5rem;
  height: 1.5rem;
}

.map_row h4 {
  color: #525252;
  font-size: 2.7rem;
  font-weight: 600;
  padding: 2.5rem 0;
  font-family: 'Museo Sans';
  font-weight: 700;
}

.address h4 {
  color: #525252;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;

}

.address h6 {
  color: #525252;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 0.5px solid #2E2E2E;
  text-transform: uppercase;
  width: fit-content;
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}

.address p {
  width: 85%;
  color: #282828;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: -0.08px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

.address h5 {
  color: #0075BC;
  font-weight: 600;
  font-size: 1.3rem;
  padding-top: 1.5rem;
}

.copyright {
  background-color: #E7E7E7;
}

.copyright h6 {
  font-size: 15px;
  font-weight: 500;
  color: #525252;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 0;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}

.footer img {
  width: 100%;
}

/* .accordion-button:not(.collapsed) {
  background-color: #156179 !important;
  color: #FBFBFB !important;
  box-shadow: unset !important;
} */

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.packageSwiper .swiper-wrapper,
.homeCollectionSwiper .swiper-wrapper {
  padding-bottom: 3rem;
}
.homeCollectionSwiper{
    padding-top:3rem !important;
}

.enquire_img {
  width: 1.5rem !important;
  height: 1.5rem;
}

.enquire p {
  color: #fff;
  /* background-color: #AE1C5A; */
  background-color: #F68800;
  font-family: 'Montserrat';
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  padding: 0.25rem;
  border-right: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 0;

}
.enquire {
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  z-index: 9;
  transform: rotate(270deg);
  left: unset;
  right: -4.5rem;
}


/* accordion */

.wrapper {
  max-width: 45em;
  /*margin: 4em auto;*/
}

.accordion {
  --padding: 1em;
  border: 2px solid #D9D9D9;
  margin-bottom: .5em;  
  background: #fff;
  border-radius: 0.5rem;
}

.accordion-title {
  padding: var(--padding);
  padding-right: 2em; /* save space for icon */
  display: block;
  font-weight: 600;
  position: relative;
  color: #222
  cursor: pointer;
}

.accordion-content {
  padding: 0 var(--padding) var(--padding);
  display: none;
}

.input-radio{
  display: none;
}

.accordion:has(input:checked) .accordion-content {
  display: block;
}

/* Icon */
.accordion-title::after,
.accordion-title::before{
  content: "";
  display: block;
  width: .15em;
  height: .75em;
  background: #222;
  position: absolute;
  right: 1.25em;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.accordion-title::before {
  transform: translateY(-50%) rotate(0deg);
}

.accordion:has(input:checked) .accordion-title::before {
    opacity: 0;
}

.whatWeDo h4 {
    font-size: 2rem;
    font-family: 'Museo Sans';
    font-weight: 700;
    color: #525252;
}

.whatWeDo li{
    padding-bottom: 0.3rem;
    font-family: 'Museo Sans';
    font-weight: 700;
    font-size: 1rem;
}


.creatives{
    display:flex;
}
.creatives img{
    width:26.3rem;
    height:27rem;
}

.btn:hover{
        border: 0.9px solid #156179 !important;
        background-color:#1561794f !important;
}
#mobile{
    display:none;
}