@media(max-width:3000px) and (min-width: 1800px){
 header .container{height: 5vw;}
#navbar .navbar-nav .nav-link{font-size: 0.94vw;margin: 0px 6px;}
#navbar .navbar-nav .nav-item:nth-child(7) .nav-link{font-size: 0.94vw;}
.navbar-brand img {width: 100%;}
.navbar-brand{top: 17px;}
.input-group input, .input-group select{font-size: 0.94vw;}
.appointment-btn{font-size: 0.89vw;}
.heading{font-size: 2.08vw;}
.timeline-content h3{font-size: 1.25vw;}
.date-box{font-size: 1.35vw;}
.month{font-size: 0.94vw;}
.badge{font-size: 0.89vw;}
.timeline-item {
    display: flex;
    gap: 0px;
    padding: 0px 0 38px;
    border-bottom: 1px solid #d9d4c7;
    margin-bottom: 52px;
}
.after {
    right: 15%;
    bottom: 3vw;
}
    .gallery-section {
        padding-bottom: 1vw;
    }
.knowledge-center{
    padding-bottom: 0;
}
}


 
@media(max-width: 1799px) {
.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: 3px;
    top: -12px;
    border-radius: 50px;
    opacity: 0;
}
.stack-section .card-stack{
    width: 425px;
}
.content{
    width: 100%;
}
.content-text {
    padding-left: 0.3vw;
}
.content-text h3 {
    margin-bottom: 2px;
}
.common-btn{
    height: 38px;
}
.form-group {
    margin-bottom: 1.3vw;
}
.feature h3{
    font-size: 21px;
}
#header .logo img{
    max-width: 69%;
}
#navbar .navbar-nav .nav-link{
    margin-top: -2px;
}
.counter-single .icon-box img {
    width: 44px;
    height: 44px;
}
.search-box button {
    position: absolute;
    right: 6px;
    top: 4px;
    height: 36px;
    color: #222;
}
        .core-value .img-box img
 {
        height: 29vw;
    }
   .review-card {
        height: 20vw;
    }
.core-wrapper{
    padding-bottom: 0.3vw;
    margin-bottom: 1vw;
}
.stack-section {
    height: 74vh;
    position: relative;
}
}

@media(max-width: 1366px) {
    .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: 5px;
        top: -10px;
        border-radius: 50px;
        opacity: 0;
    }
    /*#navbar .navbar-nav .nav-item:nth-child(7) .nav-link{
        margin-top: 21px;
    }*/
        .feature h3 {
        font-size: 17px;
    }
    .stack-section .card-stack{
        width: 355px;
    }
    .testimonial-card .quote{
        font-size: 45px;
        top: -36px;
    }
    .column p{
        line-height: 23px;
    }
    .contact-single .icon-box img {
    width: 40%;
}
.address-wrapper img {
    width: 6%;
    margin-right: 8px;
}
.gallery-section{
    padding-bottom: 0;
}
.counter-single .icon-box img {
    width: 38px;
    height: 38px;
}
.search-box button{
    height: 33px;
}
    .core-wrapper {
        padding-bottom: 1.3vw;
        margin-bottom: 1vw;
    }
    .core-value .img-box img {
        height: 37vw;
    }
    .core-wrapper h5{
        margin-left: 0.4vw;
    }
     #header .logo img {
        max-width: 89%;
    }
    .custom-modal .modal-dialog {
    max-width: 700px;
}
#navbar .navbar-nav .nav-link{
    margin:0px 3px
}
.stack-section {
        height: 58vh;
    }
}

@media(max-width: 992px) {
     header .mobile-navbar.open {
         right: 0%;
    }
     .navbar-toggler .icon-bar {
         display: block;
         width: 25px;
         height: 2px;
         border-radius: 0px;
         background-color: #000;
         position: relative;
         margin: 5px auto;
         transition: all ease-in-out 0.3s;
         -webkit-transition: all ease-in-out 0.3s;
         -moz-transition: all ease-in-out 0.3s;
         -o-transition: all ease-in-out 0.3s;
    }
     header .navbar-toggler.active .icon-bar.one {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg);
         top: 7px;
    }
     header .navbar-toggler.active .icon-bar.two {
         transform: translateX(40px);
         -webkit-transform: translateX(40px);
         -moz-transform: translateX(40px);
         -o-transform: translateX(40px);
    }
     header .navbar-toggler.active .icon-bar.three {
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
         bottom: 7px;
    }
     .mobile-navbar .navbar-nav {
         margin-top: 50px;
         display: block;
    }
     header .navbar-toggler, header .navbar-toggler:focus {
         border: 0;
         outline: 0;
         padding: 0;
         width: 25px;
         height: 25px;
         position: relative;
         overflow: hidden;
         z-index: 2;
         margin: 10px;
         top: -5px;
    }
     header .mobile-navbar.open {
         right: 0%;
    }
     header .mobile-navbar {
         z-index: 2;
         width: 100%;
         position: fixed;
         top: 0;
         padding: 0px;
         z-index: 1;
         right: -100%;
         background-color: #fff;
         color: #fff;
         height: 100vh;
         overflow-y: scroll;
         transition: all 0.3s;
    }
    .navbar-brand {
    top: 1px;
    left: 15px;
}
     .navbar-brand img {
         margin: inherit;
         width: 85%;
         margin-top: 10px;
         display: flex;
         justify-content: center;
    }
#navbar .navbar-toggler {
    display: block;
    position: relative;
    top:14px;
}
#navbar .navbar-toggler:focus{
    box-shadow: none;
    top:14px;
}
.appointment-section{
    padding: 27px 25px 37px;
    top: -22px;
}
.appointment-form{
    flex-direction: column;
}
.subheading{
    font-size: 20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 95.7vw;
}
.column:nth-child(1) p{
    font-size: 15px;
}
    .column a {
        font-size: 14px;
        padding-left: 17px;
    }
.column p{
    font-size: 14px;
}
.column h4{
    font-size: 20px;
}
.btm-strip p{
    font-size: 14px;
}
.btm-strip a{
    font-size: 14px;
}
.flip-card-front p{
    font-size: 13px;
}
.common-btn{
    font-size: 13px;
}
.services .flip-card-front .img-serv {
    width: 75px !important;
    height: 75px !important;
    padding: 13px;
}
p {
    font-size: 13px;
}
.feature p{
    font-size: 13px;
}
.content{
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}
.left-features .feature:nth-child(2){
    margin-left: 0;
}
.right-features .feature:nth-child(2){
    margin-left: 0;
}
.center-image img{
    width: 30%;
}
.before {
    left: 3%;
}
.after {
    right: 3%;
}
.stack-section {
        height: 505px;
    }
.testimonial-card p{
    font-size: 13px;
}
.timeline-content p{
    font-size: 13px;
}
.timeline-item{
    margin-bottom: 11px;
    margin-top: 35px;
}
.address-wrapper img{
    width: 10%;
}
.col-lg-3.col-md-12.text-end {
    text-align: left !important;
}
    .home-slider h2 {
        font-size: 34px;
    }
.caption-left .common-btn{
    margin-top: 12px;
}
header .container{
    max-width: 93.7vw;
}
.services .container-fluid{
    padding: 80px 20px;
}
.heading.mb-5 {
    margin-bottom: 8px !important;
}
.testimonial-section .owl-dots .owl-dot span:before, .services .owl-dots .owl-dot span:before{
    left: 8px;
    top: -7px;
    width: 3.19vw;
    height: 3.19vw;
}
.marquee span{
    font-size: 2.98vw;
}
.section-header{
    margin-bottom: 36px;
}
.appointment-section{
    z-index: 1;
}
header .mobile-navbar{
    align-items: flex-start;
}
.font24 {
    font-size: 24px;
}
  .breadcum h1{
        font-size: 40px;
    }
    .breadcrum-list{
        font-size: 12px;
    }
    .breadcrum-list span {
    position: relative;
    top: 0;
    margin: 0 2px;
}
.about-main h4{
    font-size: 23px;
}
.counter-single .icon-box img {
    width: 50px;
    height: 50px;
}
.font20 {
    font-size: 17px;
}
.counter-single h5 {
    color: #525252;
    padding: 0 3px;
}
.team-single{
    margin-bottom: 22px;
    display: block;
}
.font22 {
    font-size: 22px;
}
.heading-box{
    flex-direction: column;
}
.heading-box{
    align-items: flex-start !important;
}
.heading-box .text-end

{
    text-align: left !important;
}
.core-wrapper h5{
    margin-left: 3vw;
}
.core-value .img-box {
    float: unset;
}
.vision-slider .content-box {
        width: 95%;
        padding: 2vw;
        position: relative;
        bottom: unset;
        right: unset;
    }
    .vision-slider .item .img-box{
        width: 95%;
    }
    .vision-mission .item img{
        width: 100% !important;
    }
.vision-slider {
    padding-left: 5vw;
    padding-top: 32px;
}
.vision-slider.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 11px;
}
.about-main, .vision-mission, section.core-value, .team, .services{
    padding: 40px 0px;
}
.content-text p{
    font-size: 14px;
}
.content-text a, .content-text a:hover{
    font-size: 14px;
}
.contact-us .row .col-lg-4:nth-child(2) .contact-single {
    padding-left: 0;
}
.contact-single .icon-box{
    width: 5.22vw;
    height: 5.22vw;
}
.contact-single{
    margin-bottom: 20px;
}
    .content-text {
        padding-left: 16px;
    }
    .contact-us .row {
    margin-top: 24px;
}
.get-wrapper{
    flex-wrap: wrap;
}
.get-in-touch .img-box{
    width: 100%;
    display: none;
}
.get-in-touch .form-box{
    width: 100%;
}
.form-control{
    font-size: 14px;
}
section.contact-us {
    padding: 40px 0px;
}
section.get-in-touch {
    padding-bottom: 40px;
}
.form-div {
    margin-top: 25px;
}
.caption-heading{
    top: 66%;
}
.services-main .service-content ul li{
    font-size: 14px;
}
.service-slider img {
    width: 100% !important;
}
.slider-box .owl-theme .owl-nav [class*=owl-], .slider-box .owl-theme .owl-nav [class*=owl-]:hover{
    width: 5.29vw;
    height: 5.29vw;
}
.slider-box .owl-prev{
    left: -3.3vw;
}
.slider-box .owl-next{
    right: -3.3vw ;
}
.faq .accordion-button{
    font-size: 20px;
}
.questions{
    width: 100%;
}
#navbar .navbar-nav{
    display: none;
}
#navbar.navbar-mobile .navbar-nav {
        display: block;
       
    }
    .navbar-mobile ul {
        top: 0;
        padding-top: 100px;
        background: #000;
    }
    #navbar .navbar-nav .nav-item:last-child .nav-link{
        margin-left: 4vw;
    }
      #navbar .navbar-nav .nav-link {
        margin-bottom: 14px;
        padding-left: 3vw;
        color: #fff;
        text-align: center;
    }
    .navbar-mobile>ul>li{
        border-bottom: 0;
    }
    .mobile-nav-toggle{
        margin-top: 0;
    }
    .header-scrolled .navbar-mobile ul {
    top: 0;
}
       .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 32px;
        right: 29px;
        top: 30px !important;
    }
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100vw !important;
    }
    .slider-wrapper ul li{
        font-size: 14px;
    }
    div#accordionExample {
    margin-top: 32px;
}
.custom-icon{
    right: 7px;
}
.input-group {
        padding: 8px 5px;
        padding-left: 17px;
    }
.main-footer .footer-wrapp{
    flex-wrap: wrap;
    margin-top: 0;
}
.column:nth-child(1) {
    width: 100%;
    margin-right: 0;
}
.column:nth-child(2),
.column:nth-child(3),
.column:nth-child(4){
    width: 33%;
}
.social-box{
    margin-top: 9px;
    margin-bottom: 12px;
}
.column a::before {
    position: absolute;
    content: "";
    background: url(../images/right-arrow.svg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
}
    .address-wrapper a {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
.btm-strip .container{
    padding: 15px;
}
.vision-slider .item{
    margin-bottom: 2vw;
}
section.vision-mission {
    padding-bottom: 55px;
}
.core-value .img-box img {
    width: 100%;
    height: auto;
}
.team .row {
    margin-top: 31px;
}
.search-box button {
    position: absolute;
    right: 6px;
    top: 5px;
    height: 35px;
    color: #222;
}
.social-box a {
    padding-left: 10px !important;
}
section.sitemap.common-page a{
    font-size: 15px;
}
.back-to-top {
    left: unset;
    right: 15px;
}
    .center-image {
        text-align: center;
        margin-top: 0;
        order: -1;
    }
      .left-features .feature:nth-child(2) {
        margin-left: 0;
        border-bottom: 1px solid #cccccc21;
    }
    .custom-modal .img-box {
    width: 48%;
     margin: 0 auto; 
    margin-bottom: 21px;
}
.custom-modal .btn-close{
    font-size: 23px;
    top: -38px;
    right: 0;
}
.case-single {
    margin-bottom: 3.5vw;
}
.case-study {
    padding: 50px 0px;
}
.team-single .text-box{
    height: 96px;
}
    .gallery-section {
        padding-bottom: 7vw;
    }
    #header .logo img{
        position: relative;
        z-index: 9999;
    }
    section.core-value{
        height: auto;
    }
    .navbar .dropdown ul a{
    color: #fff !important;
}
        .navbar .dropdown ul {
        background: #000;
        box-shadow: 0px 0px 10px #ffffff47;
    }
    .navbar .dropdown ul li:last-child a{
        color: #fff !important;
    }
    html, body{
        overflow-x: hidden;
    }
    .home-slider .owl-dots{
        display: none;
    }
    .after{
        top: 30vw;
    }
    .services .owl-dots {
    margin-top: 24px;
}
.counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw;
}
.counter-single:nth-child(2)::before{
    display: none;
}
.counter-single {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vision-slider .content-box .icon-box{
    width: 7.17vw;
    height: 7.17vw;
}
.core-wrapper .icon{
    width: 30%;
}
.doctor .left-box .img-box {
    width: 74%;
    margin: 0 auto;
}
.custom-modal .modal-dialog {
    max-width: 700px;
}
.service-content {
    margin-top: 29px;
}
.services-main .img-box1 img {
        border-radius: 11px;
    }
.services-main .img-box1{
    border-radius: 28px;
}
.questions-col .img-box1 img {
    width: 100%;
}
.questions-col .img-box1{
    width: 100%;
    margin-top: 40px;
}
       .review-card {
        height: 35vw;
    }
      header .social-box {
        display: flex;
        justify-content: center;
    }
        header .social-box a i {
        font-size: 17px;
    }
        .nav-link.common-btn {
        margin: 0 auto !important;
    }
    .letter-box{
        height: 5.5vw;
    width: 5.5vw;
    }
   .mobile-nav-toggle {
        color: #fff !important;
        box-shadow: 0px 0px 10px #ffffff4d;
    }
    .navbar-mobile .mobile-nav-toggle{
        background: transparent;
        border: 0 !important;
    }
        .navbar-mobile-bg {
        background:transparent !important;
    }
}


@media(max-width:767px) {
   .appointment-section {
        padding: 15px;
        top: 0;
        margin-top: 38px;
    }
    .nav-link.common-btn{
        margin: 0 auto !important;
    }
           header .container {
        max-width: 94.7vw;
    }
        .marquee span {
        font-size: 4.98vw;
    }
       img.desktop-banner {
        height: 331px;
        object-fit: cover;
    }
.common-btn{
    padding: 5px 17px;
}
.appointment-title{
    font-size: 30px;
}
.heading{
    font-size: 33px;
}
.main-footer .footer-wrapp{
    flex-wrap: wrap;
}
.column:nth-child(1) {
    width: 100%;
    margin-right: 0;
}
.column:nth-child(2){
    width: 48%;
}
.column:nth-child(3) {
    width: 48%;
}
.column:nth-child(4) {
    width: 100%;
}
    .address-wrapper img {
        width: 5%;
    }
    .address-wrapper{
        margin-top: 14px;
    }
    .column a::before{
        width: 2.39vw;
    height: 2.68vw;
    left: 3px;
    top: 5px;
    }
    .column a{
        padding-left: 5vw;
    }
    .main-footer .footer-wrapp{
        margin-top: 0;
    }
    .column:nth-child(4){
        margin-top: 20px;
    }
        .social-box a {
        margin: 0;
        margin-right: 13px;
        margin-bottom: 20px;
        padding-left: 9px;
    }
    .main-footer{
        padding-bottom: 23px;
    }
    .date-box{
        margin: unset;
        text-align: center;
    }
    .timeline-date{
        text-align: left;
    }
    .timeline-date{
        width: 94px;
    }
    .detail-blog .timeline-content {
    position: relative;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 17px;
}
    .heading {
        font-size: 27px;
    }
    .testimonial-card{
        width: 90%;
        margin: 26px auto;
    }
    .testimonial-section .owl-dots .owl-dot span:before, .services .owl-dots .owl-dot span:before {
        left: 8px;
        top: -7px;
        width: 6.19vw;
        height: 6.19vw;
    }
    .gallery-wrapper{
        flex-direction: column;
    }
    .before{
        position: relative;
        left: 0;
        margin-bottom: 36px;
    }
    .after{
        position: relative;left: 0;
        margin-top: 36px;
    }
    .side-text{
        font-size: 30px;
    }
    .right-features .feature:nth-child(2){
        margin-right: 0;
        margin-bottom: 0;
    }
        .why-choose {
        padding-top: 53px;
        padding-bottom: 25px;
    }
    .feature {
    margin-bottom: 23px;
    padding-bottom: 9px;
}
    .center-image {
        text-align: center;
        margin-top: 0;
        order: -1;
    }
p{
    font-size: 14px !important;
}
header .container{
    height: 60px;
}
    .navbar-brand {
        top: 3px;
        left: -11px;
        width: 57%;
    }
    #navbar .navbar-toggler, #navbar .navbar-toggler:focus{
        top: 7px;
    }
        .stack-section .card-stack {
        width: 297px;
    }
    .about-us, .gallery-section, .knowledge-center{
        padding: 40px 0px;
    }
    .breadcum .main-img{
    height: 300px;
    object-fit: cover;
}
.about-main h4 {
        margin: 20px 0px;
        font-size: 21px;
    }
    .counter-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
       .counter-single {
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .team-single .text-box {
        border-radius: 10px;
        padding: 10px 0px;
        bottom: -14vw;
    }
    .team-single .img-box, .team-single .img-box img{
        border-radius: 10px;
    }
   .core-wrapper {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .core-wrapper p {
    width: 100%;
    margin-top: 18px;
}
        .core-wrapper h5 {
        margin-left: 4vw;
    }
    .core-wrapper .icon-box img {
    width: 38px;
    height: 38px;
}
      .vision-slider .content-box {
        position: relative;
        width: 88%;
        bottom: 54px;
        right: 0;
        margin-top: 23px;
        padding: 24px;
        left: 50%;
        transform: translateX(-50%);
    }
    .vision-slider.owl-theme .owl-dots .owl-dot span{
        width: 3.77vw;
    }
  .vision-mission .item img{
    width: 100%;
  }
  .vision-slider .content-box .icon-box{
    width: 16.17vw;
    height: 16.17vw;
  }
  .caption-heading {
        top: 57%;
    }
        .contact-single .icon-box {
        width: 13.22vw;
        height: 13.22vw;
    }
        .font24 {
        font-size: 20px;
    }
        .content-text {
        padding-left: 9px;
    }
    .get-in-touch .form-box{
        padding: 20px;
    }
    .services-main .img-box {
    margin-bottom: 23px;
}
.slider-wrapper .text-box {
    width: 100%;
}
.faq {
    padding: 40px 0px;
}
  .questions {
        width: 100%;
        flex-wrap: wrap;
        padding: 20px;
        margin-top: 28px;
    }
    .questions .common-btn{
        margin-top: 20px;
    }
    div#faqAccordion {
    margin-top: 21px;
}
    .slider-box .owl-theme .owl-nav [class*=owl-], .slider-box .owl-theme .owl-nav [class*=owl-]:hover {
        width: 7.29vw;
        height: 7.29vw;
    }
.news, .doctor {
    padding: 40px 0px;
} 
.search-box button
 {
    position: absolute;
    right: 6px;
    top: 5px;
    height: 33px;
    color: #222;
}  
.breadcum h1 {
        font-size: 29px;
    } 
    .service-content .subheading img {
    width: 5%;
}
      .service-content .subheading {
        font-size: 16px;
        margin-top: 17px;
    }
    .counter {
    flex-wrap: wrap;
}
.about-counter{
    width: 100%;
    margin-bottom: 20px;
}
.knowledge-center .heading {
    margin-bottom: 30px;
}
.counter-single .icon-box{
    width: 14vw;
    height: 14vw;
}
.core-wrapper .icon-box{
    width: 14.22vw;
    height: 14.22vw;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding: 0 15px;
}
    .doctor .subheading {
        margin-top: 57px;
    }
.gallery-main {
    padding: 40px 0px;
}
.recent {
    margin-bottom: 2vw;
    margin-top: 30px;
}
    .home-slider h2 {
        font-size: 24px;
    }
    .heading-box .text-end br{
        display: none;
    }
    .breadcrum-list{
        flex-wrap: wrap;
    }
    .img-counter img {
    width: 57%;
}
  .vision-slider .content-box .icon-box img {
    width: 73% !important;
}
.doctor-contact-wrapper .font22 {
        font-size: 17px;
    }
        .form-group {
        margin-bottom: 5.3vw;
    }
    .search-box {
    position: relative;
    width: 100%;
}
.custom-modal .img-box{
    width: 100%;
}
    .custom-modal .modal-dialog {
        max-width: unset;
        width: 92%;
        margin: 0 auto;
        /* padding: 20px; */
    }
    .custom-modal .modal-body{
        padding: 20px;
    }
           .custom-modal .btn-close {
        position: absolute;
        top: 5px;
        right: 1px;
        color: #fff;
        --bs-btn-close-color: #ffffff;
        background: unset;
        opacity: 1;
        font-size: 15px;
        background: #000;
        padding-top: 0;
        padding-bottom: 6px;
    }

       .after {
        bottom: unset;
        top: 3vw;
    }
.about-us .subheading {
    justify-content: center;
}
.about-us .heading{
    text-align: center;
}
.about-us p{
    text-align: center;
}
    .center-image img {
        width: 40%;
    }
    .column:nth-child(1) img {
    margin: 0 auto;
    display: block;
}
    .column:nth-child(1) p {
        font-size: 15px;
        text-align: center;
        width: 100%;
    }
    .questions-col .img-box1{
        width: 100%;
        margin-top: 32px;
    }
        .case-single {
        margin-bottom: 10.5vw;
    }
    #navbar .navbar-nav .nav-link{
        padding-left: 7vw;
        text-align: center;
    }
    #navbar .navbar-nav .nav-item:last-child .nav-link {
        margin: 0 auto;
    }
    .services .container-fluid {
        padding: 50px 20px;
    }
    .flip-card{
        height: 250px;
    }
    .flip-card-front p{
        margin-bottom: 0;
    }
    .testimonial-card{
        height: 104vw;
    }
        .vision-slider .item {
        margin-bottom: -8vw;
    }
    .team-single{
        margin-bottom: 81px !important;
    }
    .core-wrapper .icon{
        width: auto;
    }
    .doctor .left-box .img-box{
        width: 100%;
    }
        #header .logo img {
        max-width: 66%;
    }
    [data-sal|=slide] {
    opacity: 1;
    transition-property: opacity, transform;
}
[data-sal=slide-right] {
    transform: unset;
}
[data-sal=slide-left], [data-sal=slide-up] {
    transform: unset;
}
    .review-card {
        height: auto;
    }
   header .social-box a i {
    font-size: 17px;
}
   header .social-box{
        justify-content: center;
    }
    .review-card .d-flex {
    margin-top: 1vw;
    position: relative;
    bottom: unset;
}
.letter-box {
    background: antiquewhite;
    height: 14.5vw;
    width: 14.5vw;
}
.review-card .d-flex {
    margin-top: 5vw;
    position: relative;
    bottom: unset;
    margin-bottom: 0 !important;
}
.footer-last {
        position: fixed;
        bottom: 0;
        background: #000;
        width: 100%;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #fff;
    }
.footer-last a {
    width: 50%;
    text-align: center;
    border-right: 1px solid #ffffff8c;
    padding: 5px 0px;
    color: #fff;
}
footer{
    padding-bottom: 25px;
}
.whatsapp{
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    background: #1bd741;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:36px;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: 10vw;
    left: 2vw;
    z-index: 9999;
    color: #fff;
    border-radius: 50px;
}
.mobile-video{
    display: block;
}
.desktop-video{
    display: none;
}
.doctor .right-box .heading img {
    width: 6.9%;
    margin-right: 6px;
}
.stack-section {
        height: 420px;
    }
    .vision-slider .item:hover .content-box {
    bottom: 54px;
}
.social-box a{
    margin: 1px 5px !important; 
}
}
