@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');


/* basic */
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image: linear-gradient(#ffffffb5, #ffffff9c), url(../images/background_img.png);
}

a {
    padding-top: 10px;
    text-decoration: none;
}


p {
    text-align: justify;


}

h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 360;

}

#num a {
    color: #fff
}



.topbar {
    background: linear-gradient(90deg, #137fcc, #dcddd9);
    padding-top: 10px;
    padding-bottom: 10px;

}

.topbar a {
    color: #000000;
}




.logo {
    height: 80px;
    
    border-radius: 25px;
}


::selection {
    background-color: #4ba8d3;
    color: #000000;
}



::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8cb7d4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #233d64;
}

.appointment_btn {
    position: fixed;
    background-color: #ff0000;
    right: 20px;
    bottom: 120px;
    padding: 8px 15px;
    border: 2px solid #ff0000;
    border-radius: 50px;
    color: #fff;
    font-size: 15PX;
    font-weight: 650;
    box-shadow: 1px 4px 6px 2px #972121;
}

.blink-text {
    animation: blink 2s infinite;
}

.nav-link:hover {
    color: #0f3f63;

}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 70%);
}

.active {
    color: #0f3f63 !important;
    font-weight: 700;
}








/* Tabs Container */
.tabs {
    width: 100%;
    margin: 2rem;
}

/* Tabs Navigation */
.tabs-nav {
    position: relative;
    display: block;
    gap: var(--tabs-gap);

    padding: var(--tabs-nav-padding);
    border-radius: var(--tab-border-radius);

    isolation: isolate;
    /* Create new stacking context */
}

/* Tab Buttons */
.tab-button {
    background-color: #f3daa5 !important;
    flex: 1;
    all: unset;
    position: relative;
    padding: var(--tab-padding);
    font-size: 18px;
    font-weight: 700;
    font-family: "Yeseva One", serif;

    color: rgb(26 46 120 / 80%);
    border-radius: var(--tab-border-radius);
    cursor: pointer;
    transition: color var(--transition-duration) var(--transition-timing);
    text-align: center;
    white-space: nowrap;
    z-index: 1;
}

.tab-button:hover {
    color: var(--primary-color);
}

.tab-button[aria-selected="true"] {
    color: #1e20ad;
}

/* Moving Indicator */
.tabs-indicator {
    position: absolute;
    top: var(--tabs-nav-padding);
    bottom: var(--tabs-nav-padding);
    left: 0;
    border-radius: calc(var(--tab-border-radius) - 2px);
    background: var(--highlight-color);
    transition:
        transform var(--transition-duration) var(--transition-timing),
        width var(--transition-duration) var(--transition-timing);
    pointer-events: none;
    z-index: 0;
    box-shadow:
        0 0 0 1px var(--border-color),
        0 4px 12px rgba(0, 0, 0, 0.1);
    will-change: transform, width;
}

/* Tab Panels */
.tab-panel {
    padding: 0px;
    background: transparent;
    border-radius: var(--tab-border-radius);
    display: none;
    transform-origin: top;
    animation: slideIn var(--transition-duration) var(--transition-timing);

}

.tab-panel[aria-hidden="false"] {
    display: block;
}



.paragraph {
    text-align: justify;
}



#button {
    display: inline-block;
    background-color: #646cd3;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: 20px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}






/* wh btn */
/* wh btn */
.pulse i {
    position: relative;
    z-index: 20;
    top: 7px;
    font-size: 28px;
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 58px !important;
    height: 56px;
    bottom: 85px;
    left: 11px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
}

.pulse:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
}

.my-float {
    margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

.pulse a {
    color: #fff;
}


@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(23, 44, 160, 0.2), 0 0 0 0 rgba(44, 8, 173, 0.2), 0 0 0 5px rgba(14, 5, 128, 0.2), 0 0 0 10px rgba(31, 62, 240, 0.2);
        box-shadow: 0 4px 10px rgba(27, 125, 190, 0.2), 0 0 0 0 rgba(10, 12, 139, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(14, 52, 179, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(26, 42, 184, 0.2), 0 0 0 5px rgba(54, 56, 172, 0.651), 0 0 0 10px rgba(36, 38, 155, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(27, 13, 107, 0.2), 0 0 0 5px rgba(0, 15, 145, 0.2), 0 0 0 10px rgba(12, 45, 153, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(20, 34, 114, 0.2), 0 0 0 0 rgba(30, 46, 185, 0.2), 0 0 0 5px rgba(33, 30, 177, 0.2), 0 0 0 10px rgba(32, 129, 219, 0.2);
        box-shadow: 0 4px 10px rgba(27, 6, 216, 0.2), 0 0 0 0 rgba(42, 21, 165, 0.2), 0 0 0 5px rgba(17, 47, 214, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(38, 66, 219, 0.2), 0 0 0 5px rgba(32, 50, 209, 0.2), 0 0 0 10px rgba(42, 72, 206, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(32, 69, 233, 0.2), 0 0 0 5px rgba(25, 22, 219, 0.2), 0 0 0 10px rgba(19, 90, 223, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}




@keyframes blink {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


.call-button i {
    color: white;
}

.call-button .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #3878d7;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(23, 44, 160, 0.2), 0 0 0 0 rgba(44, 8, 173, 0.2), 0 0 0 5px rgba(14, 5, 128, 0.2), 0 0 0 10px rgba(31, 62, 240, 0.2);
        box-shadow: 0 4px 10px rgba(27, 125, 190, 0.2), 0 0 0 0 rgba(10, 12, 139, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(14, 52, 179, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(26, 42, 184, 0.2), 0 0 0 5px rgba(54, 56, 172, 0.651), 0 0 0 10px rgba(36, 38, 155, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(27, 13, 107, 0.2), 0 0 0 5px rgba(0, 15, 145, 0.2), 0 0 0 10px rgba(12, 45, 153, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(20, 34, 114, 0.2), 0 0 0 0 rgba(30, 46, 185, 0.2), 0 0 0 5px rgba(33, 30, 177, 0.2), 0 0 0 10px rgba(32, 129, 219, 0.2);
        box-shadow: 0 4px 10px rgba(27, 6, 216, 0.2), 0 0 0 0 rgba(42, 21, 165, 0.2), 0 0 0 5px rgba(17, 47, 214, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(38, 66, 219, 0.2), 0 0 0 5px rgba(32, 50, 209, 0.2), 0 0 0 10px rgba(42, 72, 206, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(32, 69, 233, 0.2), 0 0 0 5px rgba(25, 22, 219, 0.2), 0 0 0 10px rgba(19, 90, 223, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}






/* video testimonial */

.video-testimonials h2 {
    color: #0f3f63;
    font-size: 35px;

    font-family: "Roboto Slab", serif;
    font-weight: 380;

}

.video-testimonials h5 {
    color: #0f3f63;
    font-size: 25px;

    font-family: "Roboto Slab", serif;
    font-weight: 380;

}



/* About us  */

.about-us p {
    text-align: justify;
    color: #383333;


}

.about-us ol li {
    text-align: justify;
    color: #383333;

}

.about-us ul li {
    text-align: justify;
    color: #383333;

}

.about-us h5 {
    color: #0f3f63;
    font-family: "Roboto Slab", serif;
    font-weight: 360;
}

.about-us h2 {
    color: #0f3f63;
    font-size: 35px;

    font-family: "Roboto Slab", serif;
    font-weight: 380;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



/* SERVICES  */
/* /service css/ */
.service h2 {
    font-size: 24px;
    font-weight: bold;
    color: #326991;
    font-family: "Roboto Slab", serif;

}



.service:hover {
    color: rgb(255, 255, 255);
    transform: scale(1.05);
    background: rgba(130, 144, 190, 0.66);
}




.video-machine {
    width: 100%;
    height: 345px;
}



/*  services sections */
.Service-pages h2 {

    color: #000000;
    font-size: 35px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    font-weight: 360;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.Service-pages p {
    text-align: justify;
    color: #383333;
}

.Service-pages ul li {
    text-align: justify;
    color: #383333;

}








/* faq */

.section_fac h2 {
    color: #006770;
    font-weight: 600;
    font-size: 35px;
    font-family: "Yeseva One", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


.section_fac .accordion-item h2 {
    color: #006770;
    font-weight: 600;
    font-size: 35px;
    font-optical-sizing: auto;
    font-family: "Alice", serif;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}



.accordion-body {
    text-align: justify;
}




/* contact banner  */
.contact-banner {
    background-image: linear-gradient(#cbd7d7d9, #9ad6de17), url(../images/banner.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;

    object-fit: cover;
    padding-top: 170px;
    padding-bottom: 170px;
    background-attachment: fixed;
}

.contact-banner a {
    color: #333;
}


.contact-banner h1 {

    color: #000000;
    font-size: 50px;
    font-weight: 600;
    font-family: "Yeseva One", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}




/* contact  page   */
.contact-us {
    align-items: center;
    justify-content: center;

}


.contact .service-box {

    height: 170px;

}




.service-box {
    background-color: #f9f9f9;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    height: 235px;

}

.service-box img {
    width: auto;
    height: 150px;
}

.service-box h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    color: #0f3f63;
}

.service-box p {
    color: #383333;
    text-align: center;
}








/* new service */
/* /service css/ */
.services h2 {
    font-size: 32px;
    font-weight: bold;
    color: #0f3f63;
}

.service-box {
    background-color: #f9f9f9;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    height: 380px
}

.service-box:hover {
    background-color: #e9ecef;
    transform: translateY(-5px);
}

.service-box img {
    width: auto;
    height: 150px;
}

.service-box h4 {
    font-size: 20px;
    font-family: "Roboto Slab", serif;
    font-weight: 360;
    ;
    /* font-weight: bold; */
    margin-top: 15px;
    color: #0f3f63;
}

.service-box p {
    color: #666;
}


.services-h h2 {
    color: #0f3f63;
    font-family: "Roboto Slab", serif;
    font-weight: 360;
    font-size: 35px;
}



.our-service-link {
    background-color: #0f3f63;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}

.our-service-link:hover {
    background-color: #007b87;
    color: #fff;
}




.service-b {
    background-color: #0f3f63;
    padding: 5px 15px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    border-radius: 10px;
}

.service-b:hover {
    background-color: #007b87;
    color: #fff;
}


/* .service-box-link {
    background-color: #91a7b8;
    border: none;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}

.service-box-link:hover {
    background-color: #006770;
    color: #fff;
} */


/* Faq */
.faq-h h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 360;
    color: #0f3f63;

}




/* gaLLARY */
.gallery img {
    margin-bottom: 30px;
}


.tabs-container {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tab-links {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;
}

.tab-link span {
    font-size: 12px;
    font-weight: bold;
}

.tab-link {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 6px;
    color: #308DC4;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
    color: #003D91;
}

.tab-link i {
    margin-right: 1px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    background: linear-gradient(45deg, #003D91, #003D91);
    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
}

.tab-content.active {
    display: block;
}





/* testimonial */
/* testimonial  */

.container-testimonial {
    background-color: #629fd1;


}

.container-testimonial h2 {

    color: #0f3f63;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 35px;

}

.container-testimonial h3 {

    font-family: 'ui-monospace';

}

.container-testimonial h6 {


    text-align: center;
    font-size: 30px;
    font-family: "Yeseva One", serif;

}

.container-testimonial p {


    text-align: justify;
    font-family: serif;


}


.testimonial-p {
    font-family: "Yeseva One", serif;
    font-size: 18px;
    padding-right: 1%;

}


.testimonial-card {
    background: linear-gradient(145deg, #f3f4f6, #ffffff);
    border-radius: 10px;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    transition: transform 0.3s ease;
    height: 340px;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.quote-icon {
    font-size: 4rem;
    color: #6366f1;
    opacity: 0.2;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #0f3f63;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}



.carousel-control-prev {
    left: 1px;
}

.carousel-control-next {
    right: 1px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6366f1;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}


/* address home */
.address-home {
    font-family: "Yeseva One", serif;
}

.address-home p {
    text-align: justify;
    font-size: 18px;


}

.address-home h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 360;
    color: #0f3f63;
    font-size: 35px;
}

.address-home a {
    color: #32363a;

}

.btn-previous,
.btn-next {
    background-color: #003478;
    color: #fff;
    border: 2px solid #003478;
}

.btn-previous:hover,
.btn-next:hover {
    background-color: transparent;
    color: #003478;
}




.count{
    font-family: "Yeseva One", serif;
    font-size: 40px;
    font-weight: bold;
  }
  .counter-wrapper{
    background: linear-gradient(90deg, #137fcc, #dcddd9);
     /* background-image:url('../images/services/RoboticKneeReplacement\(2\).png'); */
    background: cover;
    background-position: center center;
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .counter-wrapper:after{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:linear-gradient(90deg, #5de0e670, #004aad7a);
  }
  .counter-inner{
    position:relative;
    z-index:2;
  }
  .count-icon{
    font-size: 48px;
  }





  .slider {
    --slider-padding: 1rem;
    --slider-column-gap: 1rem;
    --slide-width: 25%;
    --slide-min-width: 15rem;
    position: relative;
    overflow: hidden;
  }
  .slider__track {
    display: flex;
    overflow-x: auto;
    justify-content: center;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    padding-inline: var(--slider-padding);
    scroll-behavior: smooth;
    list-style-type: none;
    padding: 0;
    margin-right: calc(var(--slider-column-gap) * -1);
    scrollbar-width: none;
  }
  .slider__track > * {
    flex: 0 0 var(--slide-width);
    min-width: var(--slide-min-width);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding-right: var(--slider-column-gap);
  }
  .slider__track::-webkit-scrollbar {
    display: none;
  }
  .slider__buttons {
    margin-top: 1rem;
    text-align: center;
  }
  .slider__buttons [disabled] {
    opacity: 0.5;
    background-color: #003D91;
    color: #fff;
    padding: 0px 15px;
  }
  .slider__buttons button{
    background-color: #003D91;
    color: #fff;
    padding: 0px 15px;
    border-radius: 6px;
  }
 .video-testimonials .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 1rem;
    font-size: 3rem;
    font-weight: 700;
  }
  


  .about-us i {
    background-color: #014bae;
    padding: 10px;
    border: 2px solid #014bae;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
}





/* footer */


footer {
    background: linear-gradient(151deg, #03548e, #137fcc, #004c83);
    padding-top: 100px;
}

footer p {
    color: #ffffff;
    font-size: 16px;


}

footer a {
    color: #fff;
    font-size: 16px;
}

footer a:hover {
    color: #fff;
}

.footer-link:hover {
    color: #fff;
}


.footer-logo {
    width: 233px;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 6px;
}

footer h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    font-family: "Yeseva One", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    align-items: center;
}


.footer_social_icons i {
    color: #0f3f63;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    margin-top: 30px;
}

.footer_social_icons i:hover {
    color: #fff;
    background-color: #006770;

}











/* media */


@media only screen and (min-width: 768px) and (max-width: 1000px) {

    .service-box {
        height: 235px;
    }

    .contact .service-box {

        height: 226px;

    }

}




@media only screen and (max-width:480px) {

    .testimonial-card {
        height: 475px;
    }

    .tab-button {
        font-size: 17px;
    }


    /* .container-testimonial h2{
        font-size: 28px;
    } */

    .service-box {
        height: 400px;
    }



    .section_banner {
        padding-top: 50px;
        padding-bottom: 50px;

    }

    .video-machine {
        width: 100%;
        height: 168px;
    }



    .contact-banner {
        padding-top: 100px;
        padding-bottom: 100px;


    }

    .about_banner h2 {
        font-size: 35px;
    }

    .about_banner h5 {
        font-size: 16px;
    }

    .about-us h2 {
        font-size: 30px;
    }


    .contact-banner {
        padding-top: 100px;
        padding-bottom: 100px;


    }




    p {
        font-size: 15px;
    }

    ol li {
        font-size: 15px;
    }

    .section_banner h3 {
        font-size: 30px;
    }

    .appointment_btn {
        right: 20px;
        bottom: 75px;

    }

    .topbar a {
        font-size: 10px;
    }

    .logo {
        height: 47px;
        width: 163px;
    }

    .topbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }



    .section_fac h2 {

        font-size: 24px;
    }

    #button {

        width: 35px;
        height: 35px;

    }

    #button::after {

        font-size: 22px;

    }

    .appointment_btn {


        font-size: 10px;
        padding: 6px 6px;

    }


    footer {

        padding-top: 89px;
    }

    footer p {
        text-align: center;
    }

    footer h4 {
        text-align: center;
    }

    footer h2 {
        text-align: center;
    }

    footer p {
        text-align: center;
    }

    .call-button .cc-calto-action-ripple {
        width: 46px;
        height: 41px;
    }


    .contact-banner h1 {
        font-size: 35px;
    }

    .tab-link {

        font-size: 18px;
    }


    .pulse i {
        font-size: 27px;
    }

    .pulse {

        width: 51px !important;
        height: 50px;
        bottom: 83px;
        left: 15px;
        background-color: rgba(0, 200, 0, 1);
        color: white;
        border-radius: 50px;
    }



}