@charset "UTF-8";
body {
    font-family: "Poppins";
}

ul {
    padding-left: 0;
    list-style: none;
}

a:hover {
    color: #464F57;
}

.top-heading {
    letter-spacing: 0.2em;
    font-weight: 700;
}

.paragraph {
    font-weight: 300;
    color: #464F57;
    line-height: 25.6px;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    header .navbar {
        position: static;
    }
}

@media (max-width: 991px) {
    header .navbar .navbar-nav {
        display: block;
    }
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #747B81;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1399px) and (min-width: 992px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
}

header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
    background: -webkit-linear-gradient(#3794a9, #e1a54f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    header .navbar .navbar-toggler {
        box-shadow: none;
    }
}

@media (max-width: 991px) {
    header .navbar .navbar-collapse {
        position: absolute;
        width: calc(100% - 24px);
        top: calc(100% - 10px);
        background: #fff;
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 696px;
        border-radius: 0.625rem;
        box-shadow: 0px 0px 20px rgba(173, 181, 189, 0.38);
    }
}

@media (max-width: 767px) {
    header .navbar .navbar-collapse {
        max-width: 516px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    header .navbar .header-btn-grp .btn {
        font-size: 14px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 991px) {
    header .navbar .header-btn-grp {
        padding: 20px 20px 6px;
    }
}

footer {
    border-top: 1px solid rgba(0,0,0,.12) !important;
    background: #e1a54f !important;
}

@media (max-width: 991px) {
    footer {
        padding-top: 50px;
    }
}

footer .footer-info__footer-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #e33386 !important;
    color: #fff !important;
    margin-right: 20px;
}

footer .footer-info__footer-icon-search {
    background-color: #e33386 !important;
    color: #fff !important;
}

.about-section .about-left-content {
    padding-right: 144px;
}

@media (max-width: 1399px) {
    .about-section .about-left-content {
        padding-right: 80px;
    }
}

@media (max-width: 1199px) {
    .about-section .about-left-content {
        padding-right: 12px;
    }

    .about-section .about-left-content::after {
        content: none;
    }
}

.about-section .about-left-content .about-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1399px) {
    .about-section .about-left-content .about-block {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .about-section .about-left-content .about-block {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

.about-section .about-left-content .about-block .about-image-box {
    border: 4px solid #ffffff;
    filter: drop-shadow(0px 5px 15px #D7DEE8);
}

@media (min-width: 1400px) {
    .about-section .about-left-content .about-block .about-image-box {
        margin-right: 10px;
    }
}

.about-section .about-left-content .about-block .about-image-box img {
    width: 100%;
}

.about-section .about-left-content .about-block .about-content-box {
    filter: drop-shadow(0px 5px 15px #D7DEE8);
}

@media (min-width: 1400px) {
    .about-section .about-left-content .about-block .about-content-box {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .about-section .about-left-content .about-block .about-content-box {
        height: 220px !important;
    }
}

.about-section .about-left-content .about-block .about-content-box .number-big {
    font-size: 72px;
    font-weight: 700;
    line-height: 60px;
}

.about-section .about-left-content .about-block .about-content-box p {
    font-weight: 600;
}

.about-section ul {
    list-style: none;
}

.about-section ul li {
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
}

.about-section ul li::before {
    content: "•";
    color: #F74D6C;
    font-weight: bold;
    display: inline-block;
    width: 20px;
}

.about-section ul li:first-child {
    padding-left: 0;
}

.about-section ul li:first-child::before {
    content: none;
}

@media (max-width: 480px) {
    .services-counter-section .services-counter-block {
        width: 100%;
    }
}

@media (min-width: 481px) {
    .services-counter-section .services-counter-block .pipe {
        border-right: 1px solid #BABDC0;
    }
}

.services-counter-section .services-counter-block:last-child .pipe {
    border-right: 0;
}

@media (max-width: 1199px) {
    .services-counter-section .services-counter-block:nth-child(2) .pipe {
        border-right: 0;
    }
}

.testimonial-section__testimonial-card {
    /* padding: 40px 60px; */
}

@media (max-width: 991px) {
    .testimonial-section__testimonial-card {
        padding: 40px 25px 30px;
    }
}

.testimonial-section__testimonial-card .profile-name {
    font-size: 20px;
}

.testimonial-section__testimonial-card .profile-avatar {
    width: 59px;
    height: auto;
    border-radius: 50%;
    margin-right: 4px;
}

.profile-avatar-center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.review-star-testimonial {
    color: #ffc107;
}

.star-ratings-testimonial {
    padding-left: 53px;
    margin-top: -20px;
}

.testimonial-section__testimonial-card .profile-info {
    color: #464F57;
}

.testimonial-section .testimonial-block {
    max-width: 840px;
    margin: 0 auto 80px;
}

@media (max-width: 1199px) {
    .testimonial-section .testimonial-block {
        max-width: 700px;
        margin: 0 auto 60px;
    }
}

.testimonial-section .slick-list {
    border-radius: 20px;
    background: #2e98b0;
}

.testimonial-section .slick-arrow::before {
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 28px;
    padding: 7px 9px 6px 9px;
    background: #cfcfcfa3;
    border-radius: 50%;
}

.testimonial-section .slick-prev {
    left: -140px;
}

@media (max-width: 1199px) {
    .testimonial-section .slick-prev {
        left: -110px;
    }
}

.testimonial-section .slick-prev::before {
    content: "";
}

.testimonial-section .slick-next {
    right: -140px;
}

@media (max-width: 1199px) {
    .testimonial-section .slick-next {
        right: -110px;
    }
}

.testimonial-section .slick-next::before {
    content: "";
}

.testimonial-section .quotation-mark {
    position: absolute;
    top: 40px;
    left: -60px;
    z-index: 1;
}

@media (max-width: 991px) {
    .testimonial-section .quotation-mark {
        top: -30px;
        left: 30px;
    }
}

.testimonial-section .slick-dots {
    bottom: -80px;
}

@media (max-width: 1199px) {
    .testimonial-section .slick-dots {
        bottom: -60px;
    }
}

.testimonial-section .slick-dots li {
    width: auto;
    height: auto;
}

.testimonial-section .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #BABDC0;
}

.testimonial-section .slick-dots li button::before {
    font-size: 0;
    width: auto;
    height: auto;
    right: 0;
    margin: auto;
}

.testimonial-section .slick-dots li.slick-active button {
    width: 16px;
    height: 8px;
    background: linear-gradient(117.85deg, #f0f1f1 0%, #acb9b9 100%);
    border-radius: 8px;
}

#frontDoctorId option {
    color: black !important;
}

.paginate-medical-doctor-table div nav {
    float: right !important;
}

.fa-circle-check {
    color: #039be5 !important;
}
