@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
  font-family: "Inter", sans-serif;
  background: #fff !important;

}
.f-light{
   font-family: "Inter", sans-serif;
   font-weight: 300;
}
.f-regular{
    font-family: "Inter", sans-serif;
   font-weight: 400;
}
.f-medium{
    font-family: "Urbanist", sans-serif;
   font-weight: 500;
    color: #2A3237;
}
.f-semibold{
  font-family: "Urbanist", sans-serif;
   font-weight: 600;
    color: #2A3237;
}
.f-bold{
   font-family: "Urbanist", sans-serif;
   font-weight: 700;
   color: #2A3237;
}
.f-exbold{
   font-family: "Urbanist", sans-serif;
   font-weight: 800;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:400;
}
.f-regular{

 font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 

a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index:10;
  height: 80px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
/* .heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
} */
header.shrink #navbar .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    height: 75px;
    padding: 0px 30px;
    margin-top:10px;
    max-width: 85.7vw;
    box-shadow: 0px 0px 41.2px 0px #0000001F;
    background:#000;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
#navbar .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    /*padding: 0px 0 8px;*/
}
#navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #fff;
    font-weight: 400;
    margin: 0px 10px;
    margin-top: 30px;
    position: relative;
    padding: 0px 8px;
     font-family: "Inter", sans-serif;
}
#navbar .navbar-nav .nav-link.active:before,
#navbar .navbar-nav .nav-link:hover:before {
    width: 100%;
}
#navbar .navbar-nav .nav-item:last-child .nav-link:before,
#navbar .navbar-nav .nav-item:nth-child(7) .nav-link:before{
    display: none;
}
header #navbar .navbar-nav .nav-link.active, header #navbar .navbar-nav .nav-link:hover {
    color: #D7B56D;
}
.navbar-brand {
    position: absolute;
    top: 12px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 86%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
footer{
    position: relative;
    /* background: url(../images/grey-bg.webp); */
   background: linear-gradient(180deg, #534c4c -5.53%, #494747 34.08%);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-footer {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.btm-strip p {
    color: #FFFFFF;
    font-size: 0.94vw;
    font-weight: 300;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width:28%;
    margin-right: 60px;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 0.89vw;
    line-height: 140%;
    width: 89%;
    font-weight: 300;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
   background: #fff;
   padding: 10px 20px;
   box-shadow: 0px 0px 93px #00000029;
   border-radius: 6px;
   margin-top: -26%;
}
.column:nth-child(2) {
    width: 18%;
    position: relative;
}
.column h4 {
    color: #D7B56D;
    font-size: 1.15vw;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: "Urbanist", sans-serif;
    text-decoration: underline;
}
.column:nth-child(3) {
    width: 23%;
}
.column:nth-child(4) {
    width: 27%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 11px;
    line-height: 20px;
    color: #fff;
    font-size: 0.94vw;
    font-weight: 300;
    position: relative;
    padding-left: 1vw;
}
.address-wrapper a:before {
    display: none;
}
.address-wrapper a {
    padding-left: 0;
}
.social-box a:before {
    display: none;
}
.column a::before {
    position: absolute;
    content: "";
    background: url(../images/right-arrow.svg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 0.39vw;
    height: 0.68vw;
    left: 0;
    top: 3px;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 0.94vw;
    line-height: 27px;
    font-weight: 300;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: fit-content;
    height: 46px;
    background: linear-gradient(180deg, #D7B56D 8.17%, #E0C582 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.94vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 20px;
    border:0px;
    font-family: "Urbanist", sans-serif;
    font-weight:600;
    
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#e6e2d8;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #000;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #000 !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
    font-weight: 700;
    margin-left: 5px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {

    padding: 25px 0px 25px 0px;
    position: relative;
}
.btm-strip a {
    font-size: 0.94vw;
    color: #fff;
    font-weight: 300;
}
.btm-strip {
  color:#fff;
}
.btm-strip .container{
    border-top: 1px solid #ffffff7a;
}
#navbar .navbar-nav .nav-item:last-child .nav-link {
    border: 1px solid #d7b56d;
    border-radius: 40px;
    padding: 10px 25px;
    color: #000;
    font-size:16px;
    /*margin-top: 16px;*/
    background: #d7b56d;
    border:0px;
}
#navbar .navbar-nav .nav-item:last-child .nav-link:hover{
    background: linear-gradient(180deg, #655a5a -5.53%, #494747 34.08%);
    color: #d7b56d !important;
}
#navbar .navbar-nav .nav-item:last-child .nav-link:hover span{
     color: #d7b56d !important;
}
#navbar .navbar-nav .nav-item:last-child .nav-link span{
    color:#000;
}
.home-slider h2 {
    font-size: 50px;
    color: #fff;
    margin-top: 20px;
    font-family: "Vidaloka", serif;
    font-weight: 500 !important;
}
.caption-left {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.appointment-section {
    background: #FFFFF6;
    padding: 30px 50px 32px;
    /* max-width: 1200px; */
    margin: 0px auto;
    border-radius: 4px;
    border: 1px solid #CECAC4;
    border-radius: 20px;
    width: 85%;
    box-shadow: 0px 0px 40px 0px #0000001F;
    /* margin-top: -35px; */
    z-index: 99;
    top: -50px;
    position: relative;
}
.appointment-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

.appointment-form {
    display: flex;
    gap: 20px;
    align-items: center;
}

.input-group {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    padding: 8px 18px;
    min-width: 260px;
    box-shadow: 0px 0px 58.4px 0px #0000001A;
    height: 50px;
}

.input-group input,
.input-group select {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    background: transparent;
}

.input-group i {
    color: #777;
    margin-left: 10px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 181, 109, 0) 45.83%, rgba(215, 181, 109, 0.2) 100%);
    padding: 10px;
    border-radius: 50px !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-date {
  padding-right: 35px; /* space for icon */
}

/* Hide default calendar icon (Chrome, Edge, Safari) */
.custom-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Position custom icon */
.custom-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* allows click to pass to input */
  color: #555;
}
.appointment-btn {
    background: linear-gradient(180deg, #D7B56D 8.17%, #E0C582 100%);
    color: #000;
    border: none;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
    font-weight:600;
    width: 60%;
}
.appointment-btn span{
    color:#000;
}
.appointment-form input::placeholder{
    color:#000;
}

.appointment-btn:hover {
    background: #b8913f;
}

.caption-left .common-btn {
    margin-top: 30px;
    background:transparent;
    border:1px solid #fff;
}
.caption-left .common-btn:before {
    background:#d7b56d;
}
.caption-left .common-btn:hover span{
    color:#000;
}
 .heading {
    font-size: 36px;
    font-weight: 500;
    font-family: "Vidaloka", serif;
    color: #101010;
}

.img-counter {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 181, 109, 0) 45.83%, rgba(215, 181, 109, 0.2) 100%);
    border-radius: 50px;
}

.about-counter p {
    color: #4E4E4E;
    margin-bottom:0px;
}
.about-counter {
    display: flex;
    align-items: center;
    width: 50%;
}
.about-counter h4 {
    font-weight: 600;
}
.about-counter .text {
    padding-left: 15px;
}
.about-us .col-md-7 {
    padding-right: 60px;
}
.about-us .common-btn {
    color: #000;
    margin-top: 30px;
}
.about-us .common-btn span{
    color: #000;
}
.about-us {
    padding: 4vw 0;
    /* background: url(../images/about-usbg.jpg); */
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header span{
    font-size:14px;
    color:#cfcfcf;
}

.section-header h2{
    color: #fff;
}

.content {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    align-items: center;
    gap: 40px;
    width: 91%;
    margin: 0 auto;
}

.feature{
    margin-bottom:50px;
}

.feature h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Vidaloka", serif;
    padding-left: 13px;
}

.feature p{
    font-size:0.94vw;
    color:#cfcfcf;
/*    line-height:1.6;*/
/*    max-width:320px;*/
}
p{
    font-size: 0.94vw;
}
.feature-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 45.83%, rgba(255, 255, 255, 0.11) 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
    font-size:18px;
    position:relative;
}
.feature-icon .star {
    position: absolute;
    top: 0px;
    left: -7px;
}
.center-image{
    text-align:center;
}

.center-image img{
    max-width:100%;
    height:auto;
    filter: drop-shadow(0 0 25px rgba(255,255,255,0.2));
}
.why-choose {
    background: linear-gradient(180deg, #5F6160 -5.53%, #303030 100%);
    padding: 4vw 0;
}

.left-features .feature:nth-child(2) {
    margin-left: 13%;
    border-bottom: 0px;
}
.right-features .feature:nth-child(2) {
    margin-left: -20%;
    border-bottom:0px;
    margin-right: 20%;
}
.feature {
    margin-bottom: 50px;
    border-bottom: 1px solid #FFFFFF1F;
    padding-bottom: 20px;
}
.subheading{
    color:#fff;
    font-size:20px;
     font-family: "Urbanist", sans-serif;
}

.testimonial-section {
    background: #fff;
    padding: 60px 0;
    text-align: center;
    /*background: url(../images/testimonial-bg.jpg);*/
    background: #fff;
    background-repeat:no-repeat;
    background-size: cover;
}

.testimonial-section h2 {
    margin-bottom: 50px;
}

.testimonial-card {
    padding: 40px 25px;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
    min-height: 320px;
    margin-top:30px;
}

.testimonial-card .quote {
    font-size: 60px;
    color: #4e4e4ebd;
    position: absolute;
    top: -45px;
    left: 20px;
    z-index: 9;
}
.testimonial-section .owl-dots span, .services .owl-dots span{
    width: 10px;
    height: 10px;
    background: #4E4E4E;
    display: block;
    margin: 0px 15px;
    border-radius: 40px;
}
.testimonial-section .owl-dot, .services .owl-dot{
    position:relative;
}
.testimonial-section .owl-dots, .services .owl-dots {
    display: flex;
    align-items:center;
    justify-content:center;
}
.testimonial-section .owl-dots .owl-dot span:before, .services .owl-dots .owl-dot span:before {
    position: absolute;
    width: 2.19vw;
    height: 2.19vw;
    border: 1px solid #D7B56D;
    content: "";
    left: -1px;
    top: -16px;
    border-radius: 50px;
    opacity: 0;
}

.testimonial-section .owl-dots .owl-dot.active  span:before, .services .owl-dots .owl-dot.active  span:before{
    opacity:1;
}
.testimonial-card img {
    width: 80px !important;
    height: 80px;
    margin:0 auto;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonial-card h4 {
    margin: 10px 0 10px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
}

.testimonial-card p {
    font-size:0.94vw;
    color: #555;
}

/* Highlight center card */
.testimonial-card {
    position: relative;
    padding: 40px 25px;
    background:transparent;
    border-radius: 12px;
   height: 25vw;
    border-radius: 8px;
   /* background: 
    linear-gradient(#fffdf4, #fefffa) padding-box,
    linear-gradient(0deg, #59491D00 0%, #BF9D3E33 20%) border-box;
    background-clip: padding-box, border-box;*/
    border: 2px solid transparent;
    margin-bottom: 25px;
    border: 1px solid #ccc;
}

/* Center active item */
.testimonial-section .owl-item.center .testimonial-card {
   /* background: #fffdf8;*/
    z-index: 2;
   /* background: 
    linear-gradient(#fffdf4, #fefffa) padding-box,
    linear-gradient(180deg, #BF9D3E 0%, rgba(89, 73, 29, 0) 77.78%) border-box;
    background-clip: padding-box, border-box;*/
    /*border: 2px solid transparent;*/
}
.testimonial-section .owl-item.center .testimonial-card .quote{
    color:#BF9D3E;    
}

.subheading {
    color:#4E4E4E;
    font-size: 1.25vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    
}

.testimonial-section{
    position:relative;
}

/*.testimonial-section .owl-dots{
    position:absolute;
    bottom:0px;
}
.testimonial-section .owl-dot span {
    background: #000 !important;
}*/
.address-wrapper img {
    margin-right: 10px;
}
.social-box a {
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
}

.blog-timeline {
    padding: 100px 0;
    position: relative;
}


/* Timeline Item */
.timeline-item {
    display: flex;
    gap: 0px;
    padding: 0px 0 20px;
    border-bottom: 1px solid #d9d4c7;
    margin-bottom: 20px;
}

.timeline-item:last-child {
    border-bottom: none;
}

/* Date Section */
.timeline-date {
    width: 150px;
    text-align: center;
}

.date-box {
    width: 60px;
    height: 50px;
    line-height: 54px;
    background: #e6e2d8;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    color: #4E4E4E;
    border-bottom: 4px solid #bf9d3e;

}
.month {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #4E4E4E;
    font-weight: 600;
     font-family: "Urbanist", sans-serif;

}

/* Content Section */
.timeline-content {
    flex: 1;
}

.badge {
    display: inline-block;
    background: #FFEECA;
    color: #4E4E4E;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-weight: 500;
}

.timeline-content h3 {
    margin: 5px 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
     font-family: "Vidaloka", serif;
}
.timeline-content h3 a,.recent-single .text-box a p{
    color: #1A1A1A !important;
}
.timeline-content h3 a:hover,.recent-single .text-box a p:hover{
    text-decoration: underline;
}

.timeline-content p {
    margin: 0;
    font-size: 0.94vw;
    color: #4E4E4E;
    line-height: 1.6;
}

.caption-left span img {
    width: auto !important;
}
.caption-left span.text {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 10px;
    width: fit-content;
    background: #FFFFFF2B;
    padding: 8px 16px;
    border-radius: 50px;
     font-family: "Inter", sans-serif;
     font-weight:500;
}
.bg{
    background:#FFFFF6;
}
.counter h4 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 27px;
}
.why-choose .subheading {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 10px;
}

.testimonial-section .subheading{
    justify-content:center;
}
.detail-blog {
    position: relative;
}

.detail-blog .timeline-content {
    position: absolute;
    bottom: 26px;
    background: #fff;
}
.detail-blog .timeline-content {
    position: absolute;
    bottom: 15%;
    background: #fff;
    width: 90%;
    left: 5%;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #ccc;
}
.detail-blog img {
    border-radius: 20px;
    width: 100%;
}
.knowledge-center {
    padding: 0px 0px 4vw;
    background: #fff;
}

.knowledge-center .heading{
    margin-bottom:50px;
}
/* Flip Card */
.flip-card {
    background: transparent;
    perspective: 1000px;
    height: 361px;
    margin-bottom: 2vw;
    margin-top: 30PX;
}
.flip-card-inner{
  position:relative;
  width:100%;
  height:100%;
  text-align:left;
  transition: transform 0.8s;
  transform-style: preserve-3d;

}
.services .container-fluid {
    padding: 80px;
    padding-top: 4vw;
    padding-bottom: 5vw;
}
.flip-card:hover .flip-card-inner{
   transform: rotateY(180deg);
}

/* Front & Back */
.flip-card-front, .flip-card-back{
  position:absolute;
  width:100%;
  height:100%;
  backface-visibility:hidden;
  border-radius:20px;
  padding:30px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* Front Side */
.flip-card-front {
    border: 1px solid #CECAC4;
    padding: 30px 25px;
}

.flip-card-front h3 {
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 15px;
    padding-left: 10px;
     font-family: "Vidaloka", serif;
}

.flip-card-front p {
    font-size: 0.94vw;
    color: #555;
    line-height: 1.6;
    margin-top: 0.7vw;
}

.read-more{
  margin-top:20px;
  display:inline-block;
  font-size:14px;
  color:#8b7d55;
  font-weight:500;
}

/* Back Side */
.flip-card-back{
  background:#000;
  transform: rotateY(180deg);
  padding:0;
  overflow:hidden;
}

.flip-card-back img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
}
.services .flip-card-front .img-serv{
    width:90px !important;
    height:90px !important;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 181, 109, 0) 45.83%, rgba(215, 181, 109, 0.2) 100%);

}

.services .flip-card-front .img-serv img{
    width:auto !important;
}

.services .common-btn {
    background: transparent;
    color: #4E4E4E;
    padding: 0px;
}

.services .common-btn span{
    color: #4E4E4E;
    font-size: 8px !important;
}

/* Marquee Section */
.marquee-wrapper {
  background: #5A5B5A;   /* Dark grey background */
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 0;
}

.marquee {
  display: inline-block;
  animation: scrollText 20s linear infinite;
}

.marquee span {
  font-size: 1.98vw;
  font-weight: 600;
  color: #DFC37F; /* Gold text */
  margin-right: 60px;
  font-family: "Urbanist", sans-serif;
}

/* Animation */
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}


/* Section */
.gallery-section {
    padding: 4vw 0px 0vw;
    text-align: center;
    background: #fff;
}
.gallery-section h2 {

  margin-bottom: 60px;
}

/* Layout */
.gallery-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
    overflow: hidden;
    padding-bottom: 2vw;
}

/* Before / After text */
.side-text {
  font-size:3.87vw;
  color: #afafaa;
  font-weight: 700;
  position: absolute;
  font-family: "Urbanist", sans-serif;
}

.before {
    left: 15%;
    top: 5vw;
}

.after {
    right: 15%;
    /* bottom: 0vw; */
    top: 19vw;
}

/* Card Stack */
.stack {
    position: relative;
    width: 400px;
    height: 400px;
}

/* Cards */
.card {
  position: absolute;
  width: 100%;
  border-radius: 20px;
  /* overflow: hidden; */
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  background: #fff;
  cursor: pointer;
  transition: transform 0.6s ease, opacity 0.6s ease;
  border:0px;
  padding:5px;
}

/* Stack effect */
.card:nth-child(1){ transform: rotate(-6deg); z-index:1; }
.card:nth-child(2){ transform: rotate(6deg); z-index:2; }
.card:nth-child(3){ transform: rotate(0deg); z-index:3; }
/* Slide animation */
.card.slide-down{
  transform: translateY(250px);
  opacity:0;
}

/* Image */
.card img{
  width:100%;
  display:block;
}

.info{
  padding:10px;
  text-align:left;
}

.info h5{
  font-family: "Urbanist", sans-serif;
  font-weight:600;
  font-size:20px;
  margin-bottom:0px;  
}
.info p{
    font-size:15px;
    color:#4E4E4E;
    font-weight:400;
    margin-bottom:0px;
}
.before img, .after img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.marquee-wrapper img {
    width: 1.2%;
}
   
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 79.7vw;
}

.breadcum {
    position: relative;
    margin-top: 0vw;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(0.8);
}
.caption-heading {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
}
.breadcum h1 {
    font-size: 3.65vw;
    line-height: 120%;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Vidaloka", serif;
}
.breadcrum-list {
    font-size: 1.04vw;
    color: #fff;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    align-items: center;
}
.breadcrum-list span {
    position: relative;
   
    margin: 0 4px;
}
.breadcrum-list a{
     color: #fff;
}
.about-main {
    padding: 4vw 0;
}
.about-main h4 {
    font-size: 1.27vw;
    color: #1A1A1A;
}
.font20{font-size: 1.04vw;}
.font22{font-size:1.15vw;}
.counter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin-top: 4vw;
}
.counter-single h4 {
    color: #1A1A1A;
    font-size: 2.08vw;
    text-align: center;
    margin-bottom: 0;
    padding-left: 10px;
}
.counter-single h5 {
    color: #525252;
    text-align: left !important;
    margin-top: 11px;
    padding-left: 18px;
}
.counter-single h5 {
    color: #525252;
    text-align: left !important;
    margin-top: 11px;
}
.counter-single .d-flex {
    padding-left: 2vw;
}
.counter-single .icon-box{
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 181, 109, 0) 45.83%, rgba(215, 181, 109, 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 4.17vw;height: 4.17vw;
}
.counter-single{position: relative;}
.counter-single::before {
    position: absolute;
    content: "";
    background: url(../images/counter-border.svg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 0.1vw;
    height: 101%;
    right: -9px;
}
.counter-single:last-child:before{display: none;}
.vision-mission {
    background: url(../images/grey-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4vw 0 7vw;
}
.font24{font-size: 1.25vw; font-family: "Vidaloka", serif;}
.vision-mission .item img {
    width: auto !important;
    border-radius: 20px;
    transition: all 0.4s;
     font-family: "Vidaloka", serif;
}
.vision-mission .owl-stage{padding-left: 0 !important;}
.vision-slider {
    padding-left: 10vw;
}
.vision-slider .content-box {
    width: 25.52vw;
    background: #D7B56D;
    border-radius: 16px;
    padding: 1vw;
    position: absolute;
    bottom: -5vw;
    right: 2vw;
    transition: all 0.6s;

}
.vision-slider .item:hover .content-box{
     bottom: -2vw;
}
.vision-slider .content-box img.blur-icon {
    position: absolute;
    top: 0.2vw;
    right: 0.2vw;
    opacity: 8%;
    width: 30% !important;
}
.vision-slider .content-box .icon-box {
    background: radial-gradient(50% 50% at 50% 50%, rgba(89, 91, 90, 0) 45.83%, rgba(61, 62, 62, 0.2) 100%);
    width: 4.17vw;
    height: 4.17vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 1.3vw;
    padding: 10px;
    margin-right: 13px;
}
.vision-slider p{color: #4E4E4E;margin-bottom: 0;}
.vision-slider .item {
    position: relative;
    margin-bottom: 6vw;
}
.vision-slider.owl-theme .owl-dots .owl-dot span {
    width: 1.77vw;
    height: 10px;
    margin: 5px 4px;
    background: #4E4E4E;
    transition: all 0.7s;
}
.vision-slider.owl-theme .owl-dots .owl-dot.active span, .vision-slider.owl-theme .owl-dots .owl-dot:hover span {
    width: 2.55vw;
    background: #D7B56D;
    transition: all 0.7s;
}
.vision-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 45px;
    position: absolute;
    left: 50%;
}
.vision-slider .item:hover .img-box img{
    transform: scale(1.2);
}
.vision-slider .item .img-box {
    overflow: hidden;
    border-radius: 20px;
    width: 58.49vw;
}
.core-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.core-wrapper .icon-box {
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 181, 109, 0) 45.83%, rgba(215, 181, 109, 0.2) 100%);
    width: 5.22vw;
    height: 5.22vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8vw;
}
.core-wrapper .icon {
    display: flex;
    align-items: center;
}
.core-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #5151514D;
    padding-bottom: 1.3vw;
    margin-bottom: 2vw;
    width: 93%;
}
    .core-value .img-box img {
        height: 33vw;
    }
.core-wrapper p {
     width: 58%; 
}
.core-wrapper h5 {
    margin-bottom: 0;
    margin-left: 1vw;
}
.core-wrapper:last-child{border-bottom: 0;}
section.core-value {
    padding-top: 4vw;
    height: 100vh;
}
.core-value .img-box{float: right;}
.core-value .row {
    margin-top: 0vw;
}
.team-single {
    position: relative;
    margin-bottom: 5vw !important;
    margin-top: 0;
    display: block;
}
.team-single .text-box {
  background: linear-gradient(180deg, #655a5a -5.53%, #494747 34.08%
34.08%
);
    position: absolute;
    bottom: -3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    border-radius: 0.42vw;
    padding: 0.8vw 12px;
    height: 6.3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 10px #ccc;
}
.team-single .text-box h5 {
    margin-bottom: 0.2vw;
    color: #fff;
}
.team-single .text-box p{
    color: #fff;
}
.doctor .right-box .subheading{
    font-family: "Vidaloka", serif;
}
.team-single .img-box, .team-single .img-box img {
    border-radius: 0.63vw;
    width: 100%;
    box-shadow: 0px 0px 10px #766e6e;
}
.team, .services {
    padding: 4vw 0 3vw;
}
.services-main{
    padding-top: 4.5vw;
}
.services-main .service-content ul li{
    position: relative;
    font-size: 0.94vw;
    margin-bottom: 0.7vw;
}
.services-main .service-content ul li::before {
    position: absolute;
    content: "";
    background: url(../images/bullet1.svg) no-repeat;
    width: 100%;
    height: 100%;
    color: #1A1A1A;
    left: -28px;
    top: 5px;
}
.services-main .img-box{
    margin-bottom: 2vw;
}
.slider-wrapper p img{
    margin-right: 0.6vw;
}
.service-slider img {
    width: auto !important;
}
.slider-wrapper {
    padding-top: 2vw;
    border-top: 1px solid #4E4E4E66;
    border-bottom: 1px solid #4E4E4E66;
    margin-top: 2vw;
    padding-bottom: 2vw;
}
.slider-wrapper .text-box {
    width: 100%;
}
.slider-box .owl-theme .owl-nav [class*=owl-],
.slider-box .owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #FFFFF6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 2.29vw;
    height: 2.29vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4E4E4E33;
}
.slider-box .owl-prev {
    position: absolute;
    top: 41%;
    left: -1.3vw;
}
.slider-box .owl-next {
    position: absolute;
    top: 41%;
    right: -1.3vw;
}
.custom-accordion{
    position: relative;
}

.custom-accordion .icon{
    margin-left: auto;
    font-size: 22px;
    transition: transform 0.3s ease;
}

/* rotate when open */
.faq .accordion-button:not(.collapsed) .icon{
    transform: rotate(45deg);
}

/* remove default bootstrap arrow */
.faq .accordion-button::after{
    display:none;
}
.faq .accordion-button {
    font-size: 1.15vw;
    color: #4E4E4E;
    font-weight: 600;
    background: transparent;
    font-family: "Urbanist", sans-serif;
    border: 0;
    border-bottom: 1px solid #1B39424D;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 !important;
}
.faq .accordion-item {
    background: transparent;
    border: 0;
    margin-bottom: 0.6vw;
}
.faq .accordion-button:not(.collapsed) {
    background: transparent !important;
    border-bottom: 1px solid #1B39424D;
    box-shadow: unset;
    color: #2A3237 !important;
}
.faq .accordion-button:focus{box-shadow: unset;}
.faq .accordion-body {
    padding-left: 0;
}
.faq {
    padding: 4vw 0 4vw;
}
.questions {
    background: #FFF7E6;
    border-radius: 12px;
    padding: 0.83vw 1.04vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 84%;
}
.questions .common-btn, .questions .common-btn span {
    color: #1A1A1A;
}
.questions-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-single .icon-box{
    width: 4.22vw;
    height: 4.22vw;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 181, 109, 0) 45.83%, rgba(215, 181, 109, 0.2) 100%);
}
.iti {width: 100%;}
.doctor-modal-content {
    display: none;
}
section.contact-us {
    padding: 4vw 0;
}
.contact-single {
    display: flex;
    align-items: flex-start;
}
.content-text p {
    margin-bottom: 0;
    color: #4E4E4E;
    font-size: 0.88vw;
}
.content-text {
    padding-left: 1vw;
}
.content-text a, .content-text a:hover{
    font-size: 0.88vw;
    color: #4E4E4E;
}
.contact-us .row .col-lg-4:nth-child(2) .contact-single{
    padding-left: 4vw;
    align-items: center;
}
.contact-us .row .col-lg-4:nth-child(3) .contact-single{
    align-items: center;
}
.get-wrapper {
    display: flex;
    align-items: flex-start;
    background: #FFFAEF;
    border: 1px solid #D7B56D;
    border-radius: 13px;
}
.form-control {
    font-size: 0.89vw;
    padding: 11px 13px;
}
.form-group {
    margin-bottom: 2vw;
}
.detail-blog .img-box img {
    border-radius: 12px;
}
.detail-blog .img-box {
    border-radius: 12px;
}
.get-in-touch .form-box {
    padding: 2vw 3vw;
    width: 60%;
}
.get-in-touch .img-box {
    width: 40%;
    overflow: hidden;
    height: stretch;
}
.get-in-touch .img-box img{
    height: 100%;
}
.get-in-touch .img-box img{transition: all 0.4s;}
.get-in-touch .img-box:hover img{
    transform: scale(1.08);

}
section.get-in-touch {
    padding-bottom: 4vw;
}
.form-control:focus{box-shadow: unset;}
.form-box .common-btn, .form-box .common-btn span {
    color: #1A1A1A;
}
.contact-single:hover img{
    transform: scale(1.08);
}
.contact-single img{transition: all 0.4s;}
section.services {
    padding-top: 0;
    padding-bottom: 0;
}


.stack-section{
  display:flex;
  justify-content:center;
 
  height:500px;
}

.stack-section .card-stack {
    position: relative;
    width: 495px;
    height: 380px;
    top: 2vw;
}

.stack-section .card{
  position:absolute;
  width:100%;
  background:#fff;
  border-radius:20px;
  box-shadow:0px 0px 10px #453232;
  overflow:hidden;
  cursor:pointer;
  transition:all .6s ease;
  text-align: left;
}

.stack-section .card img{
  width:100%;
  display:block;
}

.stack-section .card h4{
  margin:15px 15px 5px;
}

.stack-section .card p {
    margin: 0 15px 15px;
    color: #777;
    display: none;
}

/* zig-zag stack */
.stack-section .card:nth-child(1) {
  transform: rotate(0deg) translateY(0);
  z-index: 100;
}

/* Pattern repeats every 4 cards */
.stack-section .card:nth-child(4n+2) {
  transform: rotate(-5deg) translateY(-4px);
}

.stack-section .card:nth-child(4n+3) {
  transform: rotate(5deg) translateY(-3px);
}

.stack-section .card:nth-child(4n+4) {
  transform: rotate(-7deg) translateY(2px);
}
.stack-section .card.hide{
  transform:translateY(120%) rotate(10deg);
  opacity:0;
}
.img-box{overflow: hidden;border-radius: 12px;}
.img-box img{transition: all 0.5s;}
.img-box:hover img{transform: scale(1.07);}
section.sitemap, .common-page {
    padding: 4vw 0;
}
section.sitemap.common-page a {
    display: block;
    color: #222;
    font-size: 0.89vw;
    margin-bottom: 7px;
}
section.common-page h3 {
    font-size: 20px;
}
.gallery-main {
    padding: 4vw 0 5vw;
}
.gallery-main .img-wrapp{
    position: relative;
}
.gallery-main .img-wrapp::before {
    position: absolute;
    content: "";
    background: #d7b56d;
    height: 1vw;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius:15px;
    transition: all 0.5s;
}
.gallery-main .img-wrapp:hover:before{
    height: 100%;
    background: #d7b56d96;
}

.recent .news{
    padding-top: 0;
}
.news {
    padding: 4vw 0;
}
.news .badge {
    position: absolute;
    top: 1vw;
    left: 1vw;
}
.news-single {
    position: relative;
    margin-bottom: 2vw;
    display: block;
}
.news-single .text-box {
    margin-top: 1vw;
}
a.news-single p {
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-single:hover h4{
    text-decoration: underline;
}
.search-box {
    position: relative;
    width: 50%;
}
.search-box .form-control {
    border-radius: 31px;
}
.search-box button {
    position: absolute;
    right:6px;
    top: 0.2vw;
    height: 42px;
    color: #222;
}
.search-box button span{color: #222;}
.recent-single {
    display: flex;
    align-items: center;
    margin-top: 2vw;
}
.recent-single .text-box {
    width: 65%;
    padding-left: 1vw;
}
.recent-single .img-box {
    width: 35%;
}
.recent-single .text-box h3 {
    margin-bottom: 0;
}
.categories a {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5vw;
    padding-bottom: 0.8vw;
    padding-left: 10px;
    color: #222;
}
.categories a:hover{
    color: #222;
}
.recent {
    margin-bottom: 2vw;
}
.categories .subheading {
    margin-bottom: 2vw;
}
.news .left-box{
    width: 96%;
}
.doctor .left-box {
    /*border: 1.5px solid #CECAC4;*/
    border-radius: 12px;
    padding: 1.5vw;
}
.doctor-contact-wrapper {
    border-bottom: 1px solid #CECAC499;
    padding: 1.2vw 0;
}
.doctor-contact-wrapper img {
    margin-right: 0.6vw;
}
.doctor-contact-wrapper:last-child{
    padding-bottom: 0;
}
.doctor{
    padding: 4vw 0 0;
}
.doctor .right-box {
    padding-left: 3vw;
    margin-top: 1vw;
}
a.team-single p {
    color: #515151;
}
.doctors-team {
    padding-top: 50px;
}
.slider-wrapper ul li{
    position: relative;
    font-size: 0.94vw;
    margin-bottom: 0.7vw;
}
.slider-wrapper ul li::before {
      position: absolute;
    content: "";
    background: url(../images/black-teeth.svg) no-repeat;
    width: 100%;
    height: 100%;
    color: #1A1A1A;
    left: -28px;
    top: 5px;
}

.dropdown ul .nav-link {
    margin-bottom: 9px !important;
}
li.dropdown ul {
    padding-bottom: 0 !important;
}
#navbar .navbar-nav .nav-item:nth-child(7) .nav-link.active {
    color: #000 !important;
}
.home-slider .owl-dots {
    position: absolute;
    right: 8vw;
    bottom: 7vw;
}
.slider-section .owl-theme .owl-dots .owl-dot span{
    width: 6px;
    height: 6px;
    background:#fff;
    position: relative;
    margin: 5px 18px;
}
.slider-section .owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    content: "";
    background: transparent;
    border: 1px solid #D7B56D;
    width: 20px;
    height: 20px;
    opacity: 0;
    border-radius: 50px;
    top: -7px;
    left: -7px;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span{
    transform: scale(1.5);
    background:#D7B56D;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span::before{
    opacity: 1;
}
.breadcum-list span, .breadcum-list a {
    color: #fff;
}
.appointment-section .common-btn{
    margin: 0 auto;
}
.case-study{
    padding: 4vw 0;
}
.custom-modal .modal-dialog {
    max-width: 1000px;
}
.custom-modal .modal-body {
    background: #FFFFF6;
    border-radius: 36px;
    border: 0;
    padding: 1.5vw;
}
.custom-modal .btn-close {
    position: absolute;
    top: -34px;
    right: -22px;
    color: #fff;
    --bs-btn-close-color: #ffffff;
    background: unset;
    opacity: 1;
    font-size: 1.3vw;
}
.case-single h4 {
    margin-top: -8px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 1vw;
    margin-bottom: 0;
    padding-top: 1.5vw;
    border-radius: 0px 0px 10px 10px;
}
section.case-study .common-btn {
    margin: 1vw auto;
    color: #000;
    
}
section.case-study .common-btn span {
    color: #000;
}
.modal-backdrop {
    background-color: #000 !important;
    opacity: 0.7 !important;
}
.modal-dialog{
    max-width: 700px;
}
.modal-content{
    border-radius: 20px;
}
.case-single {
    margin-bottom: 2.5vw;
    cursor: pointer;
}
.case-single img {
    border-radius: 12px;
    box-shadow: 0px 0px 10px #ccc;
}
.case-single h5{
    margin-top: 13px;
}
.desk-que{
    display: flex !important;
}
.mobil-ques{
    display: none !important;
}
.doctor .left-box .team-single {
    margin-top: 0;
}
.counter-single .icon-box img {
    width: 50px;
    height: 50px;
}
.content-text h3 {
    margin-bottom: 2px;
}
.testimonial-section .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
}
.services .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
}
.testimonial-section .owl-next, .testimonial-section .owl-prev
 {
    border: 1px solid #ccc;
    width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 0.5vw;
    background: #D7B56D;
}
.categories {
    display: none;
}
.services .owl-next, .services .owl-prev {
    border: 1px solid #ccc;
   width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 0.5vw;
    background: #D7B56D;
}
.case-single h2 {
    margin-top: 15px;
}
.header-no-bg.shrink .container, .header-no-bg.heads-up .container {
    /* background: linear-gradient(180deg, #655a5a -5.53%, #494747 34.08%); */
    background: #000;
}
.header-no-bg.shrink .container .nav-link,
.header-no-bg.heads-up .container .nav-link {
    color: #fff;
}
.header-no-bg.heads-up #navbar .navbar-nav .nav-link,

.header-no-bg.shrink #navbar .navbar-nav .nav-link
{
    color: #fff;
}
.header-no-bg.shrink #navbar .navbar-nav .nav-link:hover,
.header-no-bg.heads-up #navbar .navbar-nav .nav-link:hover{
     color: #d7b56d !important;
}
.header-no-bg.heads-up #navbar .navbar-nav .nav-link.common-btn,
.header-no-bg.shrink #navbar .navbar-nav .nav-link.common-btn{
    color: #fff;
}

.header-no-bg.heads-up #navbar .navbar-nav .nav-link.common-btn:hover,
.header-no-bg.shrink #navbar .navbar-nav .nav-link.common-btn:hover{
    color: #000 !important;
    background: #fff;
}
.header-no-bg.heads-up #navbar .navbar-nav .nav-link.common-btn:hover span,
.header-no-bg.shrink #navbar .navbar-nav .nav-link.common-btn:hover span{
    color: #000 !important;
}

.header-no-bg.heads-up #navbar .navbar-nav .nav-link.active,
.header-no-bg.shrink #navbar .navbar-nav .nav-link.active,
.header-no-bg.shrink #navbar .navbar-nav .nav-link:hover{
    color: #d7b56d !important;
}

.questions-col .img-box1 {
    width: 80%;
    margin: 0 auto;
    margin-right: inherit;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 20px;
}
.services-main .img-box1 {
     border-radius:24px;
    box-shadow: 0px 0px 10px #656060;
}
.services-main .img-box1 img {
    border-radius: 15px;
}
.slider-wrapper h4{
    font-family: "Vidaloka", serif;
}
.services-main .heading {
    margin-bottom: 16px !important;
}
.testimonial-carousel .owl-prev {
    position: absolute;
    bottom: -1vw;
    left:unset;
}
.testimonial-carousel .owl-next {
    bottom: -1vw;
    position: absolute;
    right: 44%;
}
.services .owl-prev {
    position: absolute;
    bottom: -1vw;
    left: 40%;
}
.services .owl-next {
    bottom: -1vw;
    position: absolute;
    right: 40%;
}
.services .heading {
    margin-bottom: 10px !important;
}
.service-slider .item img {
    border-radius: 20px;
}
a.flip-card-back h4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "Vidaloka", serif;
}
body, header{
    padding-right: 0 !important;
}
a.news-single .img-box img {
    box-shadow: 0px 0px 10px #756969;
    border-radius: 20px;
}
.news-single .img-box:hover img{
    transform: unset;
}
.news-single .text-box h6 {
    color: #787575;
}
.stack-section {
  height: 53vh;
  
  position: relative;
}

.card {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 1s ease;
  will-change: transform, opacity;
}

/* stack look */
/* .card:nth-child(1) { z-index: 4; }
.card:nth-child(2) { z-index: 3; transform: scale(0.95) translateY(10px); }
.card:nth-child(3) { z-index: 2; transform: scale(0.9) translateY(20px); }
.card:nth-child(4) { z-index: 1; transform: scale(0.85) translateY(30px); } */

/* animation */
.card.hide-up {
  transform: translateY(-120%) scale(0.85) !important;
  opacity: 0;
}

.card.hide-down {
  transform: translateY(120%) scale(0.85) !important;
  opacity: 0;
}




.gallery-section.fixed {
  position: fixed;
  top:90px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.stack-section {
    height: 67vh;
    position: relative;
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}

/* stack order */
.card:nth-child(1) { z-index: 4; }
.card:nth-child(2) { z-index: 3; }
.card:nth-child(3) { z-index: 2; }
.card:nth-child(4) { z-index: 1; }


.review-card {
    height:18vw;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 20px;
    background: #fff;
    transition: 0.3s;
    position: relative;
    top:0;
}

    .review-card:hover {
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      top:-1vw;
    }

    .review-img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }

  .stars {
    color: #fbbc04;
    font-size: 22px;
}

.flip-card-back::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, black);
    height: 100%;
    width: 100%;
}
span.plus {
    position: relative;
    left: -4px;
}
.card img {
  pointer-events: auto;
}



.overlay {
  pointer-events: none; /* remove this if exists */
}
#cardStack img {
  pointer-events: auto;
  cursor: pointer;
}
.letter-box {
    background: antiquewhite;
    height: 3.5vw;
    width: 3.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 10px;
}
.review-new .item{
    transform: scale(0.7);
    opacity: 0.7;
}
.review-new .owl-item.active.center .item{
    transform: scale(1);
    opacity: 1;
}
.review-new .text-box{
    margin-top: 20px;
}
.review-new{
    padding-top:3vw;
    padding-bottom: 3vw;
}
.review-new .owl-prev {
    position: absolute;
    top: 27%;
    left: -3vw;
}
.review-new .owl-next {
    position: absolute;
    top: 27%;
    right: -3vw;
}
.review-new .owl-theme .owl-nav [class*=owl-] {
    color: #494747;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.review-new .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 4px;
}
.review-new .owl-theme .owl-dots .owl-dot.active span, .review-new .owl-theme .owl-dots .owl-dot:hover span {
    background: #d7b56d;
    width: 9px;
    height: 9px;
}
.my-video{
    width:100%;
    height:auto;
}
header .social-box{
    display: none;
}
.review-new .item img{
    width: auto !important;
    margin: 0 auto;
    display: block;
}
section.video {
    padding-bottom: 3vw;
}
.star i {
    color: #dec27f;
}
.star {
    margin-bottom: 1vw;
}
.review-card .d-flex {
    margin-top: 1vw;
    position: absolute;
    bottom: 0;
}
.fa-quote-left {
    font-size: 5vw;
    opacity: 0.05;
    position: absolute;
    top: 2vw;
    right: 2vw;
}
.footer-last{
    display: none;
}

.whatsapp {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    background: #1bd741;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: 3vw;
    left: 0.3vw;
    z-index: 9999;
    color: #fff;
    border-radius: 50px;
}
.mobile-video{
    display: none;
}
.doctor .right-box .heading img {
    width: 3.9%;
    margin-right: 6px;
}
.review-section .col-lg-4.col-md-6 {
    margin-bottom: 1vw;
}