@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;

    /* font-family: 'Times New Roman', Times, serif; */
    /* background-image: linear-gradient(#f6d21d00, #f6d21d00), url(../images/body.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

::selection {
    color: #000;
    background-color: #83a5ec;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8b756291;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #af6c3191;
}

nav .logo {
    width: 160px;
}

nav .active {
    color: #af6c3191 !important;
    font-weight: bold;
}

.choose .d-flex img {
    width: 50px;
}

:root {
    --color1: #09B77C;
    --color2: #17976C;
}

a {
    text-decoration: none;
}

p {
    font-size: 17px;
    text-align: justify;
    color: #5c4624;
    font-family: "Roboto Flex", sans-serif;
}

h5 {
    font-size: 22px;
    color: #a09898;
}

h4 {
    font-size: 20px;
}

h2 {
    font-family: "Barlow", sans-serif;

    font-size: 35px;
    color: #857669;
}


.topbar {
    background: #857669b3;
    padding-top: 10px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {

    background-color: #010101;
}

.topbar a {
    color: #000;
}

.topbar p {
    color: #000;
    margin-bottom: 0px;
}


.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.services a {
    background-color: #857669;
}

.services a:hover {
    background-color: #b66d01;
}

.textimonials .item {
    border: 2px solid #8b6e5e59;
    margin: 10px;
    padding: 10px;
    height: 270px;
    text-align: justify;
}

.textimonials .owl-nav button span {
    text-align: center;
    font-size: 50px;
    margin-right: 30px;
}

.textimonials .owl-nav {
    text-align: center;

}

.textimonials .name {
    color: #00b0c2;
}

.contact p {
    color: #000;
}

.contact a {
    color: #000;
}

.contact a:hover {
    color: #96665a;
}

.counter {
    padding: 30px 20px;
    border-radius: 12px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: 20px;
    height: 250px;
}

.counter:before,
.counter:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 45%;
    border-radius: 15px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.counter:after {
    top: auto;
    bottom: 0;
}




.counter h3:before {
    content: "";
    background: #ffffff5c;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.accordion-item {
    background-color: #ffffff57;
}

.accordion-button {
    background-color: #ffffff36;

}


.service-box img {
    width: auto;
    height: 150px;
}

.service-box {
    background-color: #f9f9f9;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    height: 368px;
}

.service-box p {
    color: #666;
}

.our-service-link {
    background-color: #054eae;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}

.service-box:hover {
    background-color: #e9ecef;
    transform: translateY(-5px);
}

footer {
    background: linear-gradient(181deg, #ffffffb8, #ffffffa6, #ffffffcf), url(../images/banner/topbar.png);
    padding-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

footer .logo {
    width: 250px;
}

footer p {
    text-align: justify;
    color: #000;
    font-size: 18px;
}

footer a {
    text-align: justify;
    color: #000;
    font-size: 18px;
}

footer h4 {
    color: #857669;
    font-size: 25px;
    font-weight: bold;
}


.float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 8rem;
    background: #8b6e5e;
    width: 40px;
    height: 40px;
    padding: 10px;
    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: 22px;
}

.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(50, 50, 50, 0.2), 0 0 0 0 rgba(68, 68, 68, 0.2), 0 0 0 5px rgba(54, 54, 54, 0.2), 0 0 0 10px rgba(61, 61, 61, 0.2);
        box-shadow: 0 4px 10px rgba(78, 78, 78, 0.2), 0 0 0 0 rgba(81, 81, 81, 0.2), 0 0 0 5px rgba(78, 77, 77, 0.2), 0 0 0 10px rgba(64, 64, 64, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(33, 33, 33, 0.2), 0 0 0 5px rgba(20, 20, 20, 0.2), 0 0 0 10px rgba(41, 41, 41, 0.2), 0 0 0 20px rgba(59, 59, 59, 0);
        box-shadow: 0 4px 10px rgba(58, 58, 58, 0.2), 0 0 0 5px rgba(66, 66, 66, 0.2), 0 0 0 10px rgba(61, 61, 61, 0.2), 0 0 0 20px rgba(69, 69, 69, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(40, 40, 40, 0.2), 0 0 0 0 rgba(51, 51, 51, 0.2), 0 0 0 5px rgba(62, 62, 61, 0.2), 0 0 0 10px rgba(70, 70, 68, 0.2);
        box-shadow: 0 4px 10px rgba(48, 48, 48, 0.2), 0 0 0 0 rgba(72, 72, 72, 0.2), 0 0 0 5px rgba(59, 59, 59, 0.2), 0 0 0 10px rgba(66, 66, 66, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(62, 62, 61, 0.2), 0 0 0 5px rgba(64, 64, 62, 0.2), 0 0 0 10px rgba(48, 47, 46, 0.2), 0 0 0 20px rgba(52, 51, 50, 0);
        box-shadow: 0 4px 10px rgba(50, 50, 50, 0.2), 0 0 0 5px rgba(57, 57, 56, 0.2), 0 0 0 10px rgba(61, 61, 60, 0.2), 0 0 0 20px rgba(58, 58, 58, 0);
    }
}

#button {
    display: inline-block;
    background-color: #8b6e5e;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    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: 25px;
    line-height: 45px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}



.image-slide img {
    width: 145px;
    height: 145px;
    object-fit: cover;
}

.image-slide p {
    font-size: 16px;
}


.service-slide img {
    width: 145px;
    height: 145px;
    object-fit: cover;
}

.service-slide p {
    font-size: 16px;
}

.service-slide {
    background-color: #f9f9f9;
}


.showcase img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.showcase p {
    font-size: 17px;
}



.slider-image {
    background-color: #f9f9f9;
}


.clinic-image{
    background-color: #f9f9f9;
}


/* swiper */

swiper-container {
    width: 100%;
    height: 100%;
  }
  
  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  swiper-container::part(button-next),
  swiper-container::part(button-prev) {
    color: #fff;
    padding: 0;
  }
  swiper-container::part(pagination) {
    position: relative;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0px !important;
    color: #333;
    z-index: 1;
    padding-top: 0.5em;
  }
  swiper-container::part(swiper-pagination-fraction) {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    max-width: 50px;
  }
  swiper-container::part(bullet) {
    background-color: rgba(240, 60, 20, 0.5);
    opacity: 1;
    width: 15px;
    height: 15px;
  }
  swiper-container::part(bullet-active) {
    background-color: #f03c14;
    width: 18px;
    height: 18px;
  }
  
/* swiper end */










@media screen and (min-width: 576px) {
    .textimonials .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .textimonials .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 768px) {
    .textimonials .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }

}

.textimonials .carousel .card {
    margin: 0 0.5em;
    border: 0;
}

.textimonials .carousel-control-prev,
.textimonials .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (max-width:480px) {
    .topbar p {
        font-size: 10px;
    }

    nav .logo {
        width: 85px;
    }

    h5 {
        font-size: 18px;
    }

    h2 {
        font-size: 30px;
    }

    .textimonials .item {
        height: auto;
    }

    .counter {
        height: auto;
    }

    .service-box {

        height: 355px;
    }
}