@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1202px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
 .container2, .welcome-con{
  max-width: 1520px;
}


p{
  margin-bottom: 25px;
}
.m-p-0 p{
  margin-bottom: 0;
}



.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}

/* colors */

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-primary{
  background-color: #202F43 !important;
}
.bg-warning{
  background-color: #C3A569 !important;
}
.text-warning{
  color: #c3a569 !important;
}
.text-secondary{
  color: #454442 !important;
}
.text-light{
  color: #9fa2ac !important;
}
.bg-light{
  background-color: #fffbf5 !important;
}
/* colors end --------------------*/




/* letter spacing */
.ls-100{
  letter-spacing: 0.1em;
}

/* letter spacing end --------------------*/

/* Font size */
h1,
.h1 {
 font-size: 60px;
 line-height: 1;
}
h2, .h2{
  font-size: 50px;
}
h3, .h3{
  font-size: 40px;
  line-height: 1;
}
h4, .h4{
  font-size: 30px;
  line-height: 1;
}
h5, .h5{
  font-size: 26px;
  line-height: 1;
}
h6, .h6{
  font-size: 20px;
  line-height: 1;
}
.fs-15{
  font-size: 15px;
}




/* Font size end --------------------*/

/* line heights */
.lh-1-5{
  line-height: 1.5;
}
/* line heights end --------------------*/



/* buttons */
.rounded-1{
  border-radius: 10px !important;
}
.rounded-2{
  border-radius: 20px !important;
}

.btn {
    padding: 15px 30px;
    border: 1px solid;
    display: inline-block;
    border-radius: 50px;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
}
.btn-warning{
  background-color: #C3A569;
  border-color: #C3A569;
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus{
  background-color: #fff;
  border-color: #fff;
  color: #C3A569;
}
.banner-text .btn{
    padding: 19px 60px;
    font-size: 20px;
    font-weight: 700;
}
.nav-info ul li a:hover{
  color: #C3A569 !important;
}
/* buttons end --------------------*/


/* Header css  */



button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}
:focus-visible{
  outline: none;
}



.site-logo a{
  display: inline-block;
  max-width: 559px;
  width: 100%;
}


/* Header css end --------------------*/


/* body css */
.carousel-item::before, .treatments-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 40%;
}
.treatments-img::before{
  opacity: 50%;
}
.affordable-wrap{
  border-radius: 50px;
  box-shadow: 10px 10px 0px 0px rgba(243, 248, 255, 1);
}
.affordable-icon{
  background: #ffffff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2;
}
.treatments-cap h5, .team-text h5{
  font-weight: 500  !important;
}
.team-img, .team-wrap{
  border-radius: 50px;
}
.guide-con{
  border: 15px solid #c3a569;
  border-radius: 30px;
}
.guide-heading span, .guide-list ul li {
  color: #454442 !important;
  font-weight: 500 !important;
}
.guide-heading, .guide-list ul li{
  border-color: #C3A569 !important;
}
.guide-list ul li{
  line-height: 3.3;
  position: relative;
  padding-left: 20px;
}
.guide-list ul li::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #454442;
}
.discover-con{
  border-radius: 40px;
  background-image: url(../images/discover-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* body css end --------------------*/



/* .gallery {
  width: 100%;
  max-width: 620px;
  margin: 40px auto;
} */

.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 1;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 0.3;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.contact-dtl ul li a, .contact-info h3, .contact-info address, .contact-info span{
  color: #454442 !important;
  font-weight: 500 !important;
}
.contact-info address, .contact-info span{
  line-height: 1.7;
}
.contact-con .col-md-6{
  border-color: #C3A569 !important;
}
.contact-dtl ul li a:hover{
 color: #C3A569 !important; 
}
.flexible-disc a:hover {
  text-decoration: underline;
}
.welcome-con{
  border-radius: 50px;
  margin: auto;
  background-color: #fffbf5;
  background-image: url(../images/welcome-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* media css */

@media(max-width:1530px){
  .container2{
    padding-left: 2%;
    padding-right: 2%;
  }
 
}

@media(max-width:1230px){
  .container, .container2{
    padding-left: 2%;
    padding-right: 2%;
  }
  h6, .h6 {
    font-size: 17px;
}
.btn {
    padding: 12px 25px;
    font-size: 15px;
}
.site-logo a {
    max-width: 320px;
}
h2, .h2 {
    font-size: 40px;
}
.banner-text .btn {
    padding: 13px 40px;
    font-size: 17px;
}
h5, .h5 {
    font-size: 22px;
}
body {
    font-size: 15px;
}
h4, .h4 {
    font-size: 25px;
}
h1, .h1 {
    font-size: 50px;
}
h3, .h3 {
    font-size: 32px;
}
}

@media(max-width:991px){
      h6, .h6 {
        font-size: 15px;
    }
        .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .site-logo a {
        max-width: 270px;
    }
    h2, .h2 {
        font-size: 35px;
    }
.banner-text .btn {
        padding: 10px 30px;
        font-size: 14px;
    }
    h5, .h5 {
        font-size: 20px;
    }
.team-con.w-75 {
    width: 90% !important;
}
    h4, .h4 {
        font-size: 22px;
    }
h1, .h1 {
        font-size: 40px;
    }
    h3, .h3 {
        font-size: 25px;
    }
    .whatapp img {
    width: 50px;
}
}

@media(max-width:767px){
    .container, .container2{
    padding-left: 5%;
    padding-right: 5%;
  }
      h2, .h2 {
        font-size: 32px;
    }
    .last-list{
      border-bottom: 1px solid;
    }
    .discover-img {
    position: initial !important;
}
.contact-con .col-md-6 {
    border: none !important;
}
    h1, .h1 {
        font-size: 35px;
    }
        h3, .h3 {
        font-size: 22px;
    }
    .map-sec {
    height: 300px !important;
}

}
@media(max-width:575px){
  .contact-dtl a{
    word-break: break-all;
  }
      .map-sec {
    height: 250px !important;
}
    h1, .h1 {
        font-size: 32px;
    }
    h3, .h3 {
        font-size: 19px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
      font-size: 30px;
    }
    .guide-list ul li {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
}
h4, .h4 {
        font-size: 20px;
    }
    .whatapp img {
        width: 45px;
    }
.site-logo a {
        max-width: 200px;
    }
.carousel-item {
    height: 300px;
}
}
/* media css end --------------------*/













