:root {
    --first-color: #f51170;
    --second-color: #140f83;
    --third-color: #fe510b;
}

body {
    font-family: "Open Sans", sans-serif;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}
.mid-side-header {
    margin-left: auto;
}
.main-ser-box {
    text-align: center;
    display: flex;
}

.main-ser-box .inner-box {
    padding: 29px 30px;
    width: 25%;
    position: relative;
}

.main-ser-box .inner-box img {
    margin-bottom: 18px;
    width: 100px;
}

.main-ser-box .inner-box  h5 {
    color: var(--second-color);
    margin-bottom: 0px;
    font-size: 18px;
}

.main-ser-box .inner-box:nth-child(1) {
    background: #ffe1d4;
}
.main-ser-box .inner-box:nth-child(2) {
    background: #c8ffc1;
}
.main-ser-box .inner-box:nth-child(3) {
    background: #ffc6ef;
}
.main-ser-box .inner-box:nth-child(4) {
    background: #d6d5ff;
}
.main-ser-box .inner-box:nth-child(5) {
    background: #eeb6ff;
}
.main-ser-box .inner-box:nth-child(6) {
    background: #ffd8e0;
}
.main-ser-box .inner-box.active:nth-child(1)::before {
    background: #ffe1d4;
}
.main-ser-box .inner-box.active:nth-child(2)::before {
    background: #c8ffc1;
}
.main-ser-box .inner-box.active:nth-child(3)::before {
    background: #ffc6ef;
}
.main-ser-box .inner-box.active:nth-child(4)::before {
    background: #d6d5ff;
}
.main-ser-box .inner-box.active:nth-child(5)::before {
    background: #eeb6ff;
}
.main-ser-box .inner-box.active:nth-child(6)::before {
    background: #ffd8e0;
} 
.surgeon-box {
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 12px;
    text-align: center;
} 
.surgeon-img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.surgeon-img img {
    border-radius: 50%;
}

.surgeon-box h4 {
    color: var(--third-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.surgeon-box p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
}

.sec-heading span {
    /* display: block; */
    margin: 0px;
    padding-left: 0px;
    font-size: 34px;
}

.counter-box {
    text-align: center;
    background: #e1f0ff;
    padding: 29px 25px;
    border-radius: 23px;
}

.counter-box .c-icon {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}

.counter-box .counter-card_number {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 3px;
}

.counter-box .counter-card_text {
    margin-bottom: 0px;
    font-weight: 500;
}
.feature-section {
    background: var(--second-color);
}
.feature-section .sec-heading h2 {
    font-size: 39px; 
    color: #fff;
}

.feature-section .sec-heading h2 span {
    color: #fff;
    z-index: 1;
    padding: 3px 10px 0px 10px;
}
 
.work-flex {
    display: flex;
	gap: 12px;
	    align-items: center;
}

.work-flex .flex-inner {
    width: 25%;
}

.work-flex .flex-inner .feature-div {padding: 8px 14px;}

.work-flex .flex-inner .feature-div p {
    font-size: 14px;
}
.feature-section .feature-div {
    margin-top: 20px;
    padding: 20px;
    background: var(--third-color);
    border-radius: 20px;
}
.work-flex .flex-inner .feature-div h5 {
    font-size: 21px;
}

.work-flex .flex-inner .feature-div .feature-icon {
    margin-bottom: 14px;
    padding: 10px 10px;
    border-radius: 50%;
    background: var(--primary-color);
    margin-left: auto;
    margin-right: auto;
}

.work-flex .flex-inner .feature-div .feature-icon img{ 
    width: 67px;
padding: 8px;	
}
.feature-section .feature-div h5 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
}
.feature-section .feature-div p {
    color: #eee; 
}
.test-content {}

.test-content h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--first-color);
    margin-bottom: 15px;
}

.test-content .stars {
    margin-bottom: 15px;
}

.test-content .stars i {
    font-size: 21px;
}

.test-content p {
    color: #545454;
}

.testimonial-box {
    background: #f4f4f4;
    padding: 10px 14px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.testimonial-slider 
 .slide-item {
    margin: 0 6px;
}

.testimonial-box .customer-details {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-box .customer-details .customer-img {
    width: 60px;
    border-radius: 50%;
}

.testimonial-box .customer-details .customer-name {
    color: var(--first-color);
    font-size: 15px;
    margin-bottom: 3px;
}

.testimonial-box .customer-details .date {
    margin-bottom: 0px;
    font-size: 13px;
}

.testimonial-box p.review {
    font-size: 14px;
    margin-top: 8px;
}
.testimonial-slider .slick-arrow {
    border: none;
    background: transparent;
    padding: 0px;
    position: absolute; 
    top: 50%;
    z-index: 2;
}
.testimonial-slider .slick-dots{
	display:none!important;
}
.testimonial-slider .PrevArrow.slick-arrow {
    left: -53px;
}

.testimonial-slider .NextArrow.slick-arrow {
    right: -56px;
}
.testimonial-slider .PrevArrow.slick-arrow i{
     font-size: 34px;
     color: var(--second-color);
}

.testimonial-slider .NextArrow.slick-arrow i{
      font-size: 34px;
      color: var(--second-color);
}
.newslatter-div {
    padding: 50px 0;
    background: var(--secondary-color);
}
.stars i {
    color: #f0ad4e;
}
.hr {
    border-top: 1px solid #eee;
    margin: 20px  0;
}
.feature-section .section-title h4 span {
    position: relative;
    z-index: 1;
    padding-left: 10px;
}

.feature-section .sec-heading span:before {
    content: '';
    width: 111%;
    position: absolute;
    background: var(--third-color);
    height: 100%;
    z-index: -1;
    transform: skewX(10deg);
    top: 3px;
    left: -2px;
}
.sec-heading span:before{
    content: none;
}
.counter-section .sec-heading span {
    display: block;
}
ul.contact-info li span {
    background: transparent;
    padding: 0px;
    width: auto;
    height: auto;
}
ul.contact-info li{
    align-items: flex-start;
}
ul.contact-info li a, ul.contact-info li p{
    margin-top: -3px;
}

.work-flex .flex-inner .feature-div:hover {
    background: var(--first-color);
    transition: 0.5s;
}
.result-slider .slider-item {
    margin: 0 10px;
}

.result-slider .slider-item img {
    border: 3px solid var(--third-color);
}
.result-section {
    position: relative; 
    padding-top: 64px;
} 

.result-section .sec-heading  {
    margin-bottom: 45px;
}

.result-section:before {
    content: '';
    background: #e1f0ff;
    position: absolute;
    width: 100%;
    height: 70%;
    top:0;
    left: 0;
    top: 0px;
    z-index: -1;
} 

.result-slider .slick-arrow {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    top: 40%;
    display:none!important;
}

.result-slider .NextArrow.slick-arrow {
    left: unset;
    right: -74px;
}

.result-slider .PrevArrow.slick-arrow {
    left: -74px;
}

.result-slider .slick-arrow i {
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-slider .slick-dots {
    display: block!important; 
    bottom:-50px;
}
.award-flex {
    display: flex;
    gap: 24px;
}

.award-flex .award-div:first-child {
    width: 45%;
}

.award-flex .award-div {
    width: 60%;
}

.award-flex .award-div img {
    border-radius: 14px;
    margin-bottom: 15px;
}

.award-flex .award-div h5 {
    color: var(--first-color);
    font-size: 19px;
}
.sec-heading h2 { 
    font-weight: 700;
}
.blog-div {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}

.blog-div .img-box {
    overflow: hidden;
}
.blog-div .img-box img{
    transition: all 0.4s ease-in-out;
}
.blog-div:hover .img-box img {
    transform: scale(1.1);
}

.blog-div .txt-content {
    padding: 15px 19px;
    background: #eeeeee80;
}

.blog-div .txt-content ul {
    margin-bottom: 10px;
}

.blog-div .txt-content ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 12px;
}

.blog-div .txt-content ul li i {
    margin-right: 5px;
    color: var(--first-color);
}

.blog-div .txt-content .blog-title {
    color: var(--second-color);
    font-size: 19px;
}

.blog-div .txt-content p {
    color: #696969;
    font-size: 14px;
}

.blog-div .txt-content .link-one {
    padding-left: 0px;
    padding-bottom: 0px;
}
.call-back-div {
    padding:40px 0px 40px 50px;
    position: relative;
}

.call-back-div:before {
    -webkit-border-radius: 10px 0px 0px 50px;
    -moz-border-radius: 10px 0px 0px 50px;
    -o-border-radius: 10px 0px 0px 50px;
    -ms-border-radius: 10px 0px 0px 50px;
    border-radius: 10px 0px 0px 50px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 500%;
    height: 100%;
    background: var(--second-color);
    z-index: -1;
}

.call-back-div h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.call-to-action {
    overflow: hidden;
}

.call-back-div p {
    margin-bottom: 0px;
    color: #eee;
    font-size: 18px;
}

.call-back-div .btn.btn1 {
    border: 1px solid #fff;
}

.vd-icon svg {
    width: 80px;
    fill: #fff;
}
.st-video-animaiton, .st-video-animaiton span {
    position: absolute;
    top: 0;
    width: 72px;
    height: 71px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-radius: 50%;
    -webkit-animation: st-video-animaion 2s linear infinite;
    animation: st-video-animaion 2s linear infinite;
    -webkit-box-shadow: 0 0 0 11px #fff;
    box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #f4b9a9;
}
@keyframes st-video-animaion {
    0% {
        transform: scale(1);
        opacity: 0.0;
    }
    25% {
        transform: scale(1);
        opacity: .75;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


.video-box {
    position: relative;
}

.video-box iframe {
    width: 100%;
    height: 500px;
    border: 8px solid var(--second-color);
}

.video-box .vd-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 45%;
}
.branch-footer {
    padding: 54px 0;
}
.footer-widget .footer-widget-title .ft-accrd-arrow {
    display: none;
} 
.branch-footer  .footer-widget .footer-widget-title { 
    font-size: 24px;
    line-height: 23px; 
    margin-bottom: 16px;
}
.branch-footer .footer-widget ul.footer-menu li {
    margin-bottom: 6px;
}

.check-list {
    margin-bottom: 17px;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--first-color);
}

.check-list li i {
    color: var(--third-color);
}

.abt-clinic {
    position: relative;
}

.abt-clinic:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 54.5%;
    height: 88%;
    border-radius: 5px;
    background-color: #faf9fb;
    z-index: -1;
    transform: translateY(-50%);
}
.main-ser-box .inner-box:before {
    content: '';
position: absolute;
height: 20px;
width: 20px;
bottom: 0px;
left: 50%;
opacity: 0;
transform: translateX(-50%) rotate(45deg);
border-radius: 0px 0px 7px 0px;
transition: all 0.3s ease;
} 
.main-ser-box .inner-box.active {}

.main-ser-box .inner-box.active::before {
bottom: -10px;
opacity: 1;
background-color: #83c4be;
}

.service-tab-div {
    padding: 44px 0;
}

.ser-img img {
    border-radius: 19px;
} 

.ser-desc h4 {
    color: var(--second-color);
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 20px;
}

.ser-desc p {
    font-size: 18px;
}
section.banner-section {
    background: #ecececa1;
}
.banner-content h2 {
       font-size: 42px;
       font-weight: 800;
       margin-bottom: 25px;
       color: var(--third-color);
}

.banner-content ul{
	padding:0px;
	    margin-bottom: 21px;
	
}
.banner-content h2 span {
       color: var(--first-color);
       font-size: 54px;
       display: block;
       margin-bottom: 19px;
}
.banner-content ul li{
	list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}
.banner-content ul li i {
    color: #00cc00;
    margin-right: 6px;
    font-size: 23px;
}
.video-slider .slick-arrow {
    display: none!important;
}
.video-slider ul.slick-dots {
    margin: 0px;
    bottom: -15px;
}
.call-to-action.design2 {
    background: var(--first-color);
    padding: 54px 0;
} 

.call-to-action.design2 .call-back-div::before {content: none;}

.call-to-action.design2 .call-back-div {
    padding: 0px;
}
.br-15 {
    border-radius: 15px!important;
}
.bg-second{
    background-color: var(--second-color)!important;
}
.category-box .category-box-inner a:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
}
.footer-top {
    padding-top: 50px;
    padding-bottom: 20px;
}
.contact-float {
    position: fixed;
    bottom: 70px;
    left: 0;
    z-index: 999999;
}

.whatsapp-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.whatsapp-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #25d366;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.whatsapp-ring-circle-fill,
.whatsapp-ring-img-circle {
    background:#25d366;
    background: #25d366;
}

.whatsapp-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #25d366;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.whatsapp-btn-icon {
    display: flex;
    text-decoration: none;
}

.whatsapp-ring-img-circle .whatsapp-btn-icon i {
    font-size: 30px;
    color: white;
}

.whatsapp-ring-img-circle {
    background-color: #25d366;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

.modal-dialog {
    animation: slideUp 0.5s ease-out forwards;
}
@keyframes slideUp {
    0% {
        transform: translateY(100%);  
        opacity: 0;  
    }
    100% {
        transform: translateY(0);  
        opacity: 1;  
    }
}
.animatedModal {
    top: 22%;
} 

.animatedModal .modal-dialog .modal-content {
    height: auto;
    border-radius: 10px;
}

.animatedModal .modal-dialog .modal-content .modal-header {
    padding: 12px 20px;
}

.animatedModal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 21px;
    color: var(--first-color);
}

.animatedModal .modal-dialog .modal-content .modal-header .close {
    border: none;
    background: transparent;
    padding: 0;
    line-height: 19px;
    font-size: 25px;
}
.animatedModal  .modal-body h5 {
    font-size: 18px;
    margin-bottom: 6px;
}

.animatedModal  .modal-body p {
    font-size: 14px;
    color: #5a5e66;
    margin-bottom: 8px;
}

.animatedModal .modal-dialog .modal-content .modal-body {
    padding: 17px 20px;
}
.booked-message {
    position: fixed;
    width: 345px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    bottom: 17px;
    left: 17px;
    z-index: 99; 
    border-radius: 10px;
    transform: translateX(0); 
    animation: none;  
}
.inner-div.bg-img {
    padding: 17px 17px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.booked-message h4 {
    margin-bottom: 0px;
    font-size: 17px;
    color: var(--first-color);
} 
.booked-message.show {
    animation: slideUp 0.5s ease-out forwards;
}
.booked-message h4 b {
    color: var(--second-color);
}
.gallery-section .img-box {
    display: block;
    border: 1px solid #eee;
    padding: 6px;
    background: #eee;
    margin-bottom: 17px;
} 
.lb-nav a.lb-next {
    background: url(../image/next.png) right 48% no-repeat !important;
}

.lb-nav a.lb-prev {
    background: url(../image/prev.png) left 48% no-repeat !important;
}
.service-dt-div {}

.service-dt-div img {
    border-radius: 20px;
    margin-bottom: 11px;
    border: 5px solid var(--first-color);
}

.service-dt-div h3 {
    font-size: 29px;
    color: var(--first-color);
    margin-bottom: 10px;
}

.service-dt-div h5 {
    line-height: 26px;
    font-size: 18px;
    color: var(--second-color);
}

.service-dt-div p {
    color: #3b3b3b;
    font-size: 14px;
    text-align: justify;
}

.service-dt-div ul {
    padding-left: 0px;
}

.service-dt-div ul li {
    list-style: none;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 6px;
    position: relative;
}
 

.service-dt-div ul li:before {
    content: '';
    position: absolute;
    background: var(--first-color);
    width: 7px;
    transform: rotate(45deg);
    height: 7px;
    left: 0px;
    top: 8px;
}
 
.sidebar-div {
    margin-left: 30px;
}

.sidebar-box {
    position: relative;
    padding: 19px 20px;
    background: #fff;
    border: 1px solid #DADCDD;
    border-radius: 10px;
    margin-bottom: 17px;
}

.sidebar-box .title-heading {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--first-color);
} 

.sidebar-box .search-category li {
    border-bottom: 1px dashed #DADCDD;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.sidebar-box .search-category li a {
    color: #232323;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.sidebar-box .search-category li a i {
    margin-right: 8px;
}

.sidebar-box .search-category li a span {
    font-weight: 500;
}
.search-category li .search-category {
    padding-left: 29px;
    margin-top: 8px;
}
.search-category li .search-category li:last-child {
    border-bottom: none;
}
.search-category li:last-child {
    border-bottom: none;
}
.search-category li .search-category a {
    color: var(--second-color);
}
.search-category li .search-category .search-category a {
    color: var(--first-color);
}  
.sidebar-box .search-category li a:hover {
    color: var(--first-color);
}
.sidebar-box.book-enquitry-form {
    border: none;
    background: #e7e9e8c4;
    padding: 23px 29px;
}

.sidebar-box.book-enquitry-form .form-control {
    background: #fff;
}

.sidebar-box.book-enquitry-form .title-heading {
    text-align: center;
    margin-bottom: 17px;
} 
.blog-detail-div ul.no-check li:before{
content:none;
} 

.gallery-section .video-box {
    margin-bottom: 13px;
}

.gallery-section .video-box iframe {
    height: auto;
}



@media only screen and (max-width: 767px) {
    .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
    .slick-arrow i {
        font-size: 14px;
    }
    .main-ser-box { 
        overflow-y: hidden;
        height: 100%;
        overflow-x: auto;
        padding-bottom: 20px;

    }
    .main-ser-box .inner-box {
        padding: 17px 10px;
        width: 41%;
    }
    .main-ser-box .inner-box img {
        margin-bottom: 13px;
        width: 69px;
    }
    .main-ser-box .inner-box h5 { 
        font-size: 13px;
        width: 100px;
    }
    .main-header  .navbar-right {
        display: none;
        left: -100%;
        top: 0px;
        position: fixed;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        width: calc(100% - 60px);
        max-width: 341px;
        height: 100% !important;
        background: #fff;
        padding: 30px;
        animation: slide-in-left 1s forwards;
        z-index: 999;
    }
    body.mobile-menu .main-header .navbar-right {
        display: block !important;
        overflow-y: auto;
    }
    body.mobile-menu .main-header  { 
        z-index: 9;
    }
    .counter-box {
        padding: 17px 25px;
        margin-bottom: 16px;
    }
    .counter-box .counter-card_number {
        font-size: 31px;
        margin-bottom: -1px;
    }
    .work-flex {
        flex-wrap: wrap;
        gap: 7px;
        justify-content: space-around;
    }
    .work-flex .flex-inner .feature-div h5 {
        font-size: 16px;
    }
    .work-flex .flex-inner .feature-div p {
        margin-bottom: 8px;
        font-size: 11px;
    }
    .work-flex .flex-inner {
        width: 49%;
    }
    .feature-section .feature-div {
        margin-top: 4px;
    }
    .testimonial-slider .slick-dots {
        display: block !important;
        bottom: -45px;
    }
    .testimonial-slider .slick-arrow {
        display: none !important;
    }
    .test-content h3 {
        font-size: 24px;
    }
    header {
        margin-bottom: 0;
    }
    .logo-div {
        padding: 0;
    }
    .box1 {
        margin-top: 25px;
    }
    .check-list li { 
        font-size: 13px;
        margin-bottom: 9px;
    }
    .abt-clinic:after {
        width: 100%;
        height: 93%;
    }
    .result-slider .slick-arrow{
        display:none!important;
    }
    .result-slider .slick-dots {
        display: block !important;
        margin: 0px;
        bottom: -23px;
    }
    .award-flex .award-div h5 { 
        font-size: 13px;
        line-height: 17px;
    } 
    .award-flex { 
        gap: 7px;
    }
    .award-flex .award-div img {
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .sec-heading span { 
        font-size: 29px;
    }
    .blog-div {
        margin-bottom: 15px;
    }
    .video-box iframe { 
        height: auto;
    }
    .result-section .sec-heading {
        margin-bottom: 28px;
    }
    .branch-footer .text-center {
        text-align: left !important;
    }
    .branch-footer .footer-widget .footer-widget-title {
        font-size: 19px;
        line-height: 27px;
    }
    .footer-widget .footer-widget-title .ft-accrd-arrow {
        display: inline-flex ;
        padding-left: 10px;
        float: right;
        font-size: 14px;
    }
    .branch-footer {
        padding: 33px 0;
    }
    .ser-desc h4 { 
        font-size: 27px; 
        margin-bottom: 10px;
    }
    .ser-desc p {
        font-size: 15px;
    }
    .ser-desc {
        margin-top: 15px;
    }
    .surgeon-box{
        padding: 13px 13px;
    }
    .surgeon-img {
        width: 96px;
    }
    .surgeon-box h4 { 
        font-size: 15px;
    }
    .surgeon-box p { 
        font-size: 11px;
    }
    .call-to-action.design2 {
        padding: 34px 0;
    }    
    .call-back-div p { 
        font-size: 13px;
        margin-bottom: 8px;
    }
    .call-back-div h4 { 
        font-size: 26px;
    }
    .call-back-div {
        padding: 32px 0px 32px 38px;
    }
    .banner-content {
        padding-top: 21px;
        padding-bottom: 10px;
    }
    .banner-content h2 {
        font-size: 38px;
        margin-bottom: 16px;
    }
    .banner-content h2 span {
        font-size: 40px;
        margin-top: 10px;
    }
    .banner-content ul li {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .banner-content ul li i {
        font-size: 18px;
    }

    

}