﻿
html {
    height: 100%;
}

body {
    background-color: #ffffff;
    color: #272b41;
    font-family: "Poppins",sans-serif;
    font-size: 0.9375rem;
    height: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #272b41;
    font-weight: 500;
}

.h1, h1 {
    font-size: 2.25rem;
}

.h2, h2 {
    font-size: 1.875rem;
}

.h3, h3 {
    font-size: 1.5rem;
}

a {
    color: #2E3842;
}

    a,
    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
    }

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    input[type=text],
    input[type=password] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.form-control {
    border: 1px solid #C4C4C4;
    color: #000;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 45px;
    margin-bottom: 10px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.content {
    min-height: 200px;
    padding: 30px 0 0;
}

.form-group {
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: #3EBDC6;
    border: 2px solid #3EBDC6;
}

.btn-one-light {
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    background: #0071DC;
    border: 1px solid #0071DC;
    box-shadow: inset 0 0 0 0 #3EBDC6;
    border-radius: 5px;
    min-width: 110px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #20c0f3;
    border-color: #20c0f3;
}

.pagination > li > a,
.pagination > li > span {
    color: #20c0f3;
}

.page-item.active .page-link {
    background-color: #20c0f3;
    border-color: #20c0f3;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
    width: 100% !important;
}

.card-body {
    padding: 1.5rem;
}

.form-group {
    margin-bottom: 1.25rem;
}

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0 30px;
    margin-bottom: 0;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .main-nav li a {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }

    .main-nav li.login-link {
        display: none;
    }

.logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}

.header-contact-img {
    display: inline-block;
}

    .header-contact-img i {
        color: rgba(0, 0, 0, 0.5);
        font-size: 30px;
    }

.header-contact-detail {
    display: inline-block;
    padding-left: 10px;
}

    .header-contact-detail p.contact-header {
        color: #484848;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 2px;
        text-align: left;
    }

    .header-contact-detail p.contact-info-header {
        color: #000;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 0;
    }

.header-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}

    .header-navbar-rht li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 20px;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

        .header-navbar-rht li:last-child {
            padding-right: 0px;
        }

        .header-navbar-rht li a.header-login {
            background: #fff;
            border: 2px solid #3EBDC6;
            border-radius: 4px;
            padding: 10px 15px !important;
            box-shadow: inset 0 0 0 0 #3EBDC6;
            text-align: center;
            font-size: 15px;
            color: #3EBDC6;
            text-transform: uppercase;
            font-weight: 500;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
    display: none;
}

.footer {
    padding: 30px 0 0;
    background-color: #3EBDC6;
}

    .footer .footer-top {
        padding: 40px 0;
    }

.footer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}

.footer .footer-widget .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}

    .footer .footer-menu ul li:last-child {
        margin-bottom: 0;
    }

    .footer .footer-menu ul li a {
        color: #fff;
        font-size: 15px;
        padding-left: 20px;
        position: relative;
        transition: all 0.4s ease 0s;
    }

        .footer .footer-menu ul li a::before {
            content: "\f101";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 0;
            margin-right: 5px;
            position: absolute;
            top: 0;
        }

.footer-contact-info {
    color: #fff;
    font-size: 15px;
}

    .footer-contact-info .footer-address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer-contact-info .footer-address span {
            margin-right: 20px;
        }

            .footer-contact-info .footer-address span i.fa-map-marker-alt {
                font-size: 20px;
            }

    .footer-contact-info p i {
        margin-right: 15px;
    }

.footer .footer-bottom .copyright {
    border-top: 1px solid #1663a6;
    padding: 30px 0;
}

.footer .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 15px;
}

.footer .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer .social-icon ul li {
        margin-right: 15px;
    }

        .footer .social-icon ul li:last-child {
            margin-right: 0;
        }

        .footer .social-icon ul li a {
            color: #fff;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-size: 20px;
            transition: all 0.4s ease 0s;
        }

.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
}

    .policy-menu li {
        display: inline-block;
        margin-right: 15px;
    }

        .policy-menu li:last-child {
            margin-right: 0;
        }

        .policy-menu li a {
            color: #fff;
        }

        .policy-menu li::after {
            color: #fff;
            content: "|";
            font-weight: 300;
            position: relative;
            left: 10px;
        }

        .policy-menu li:last-child::after {
            content: "";
        }

.search-info .form-control {
    background: #fff url(../img/search.png) no-repeat 10px center;
}

.search-btn {
    width: 100%;
}

.search-info .form-control {
    background: #fff url(../img/search.png) no-repeat 10px center;
}


.breadcrumb-bar {
    background-color: #3EBDC6;
    padding: 15px 0;
}

    .breadcrumb-bar .breadcrumb-title {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        margin: 5px 0 0;
    }

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

    .page-breadcrumb ol li a {
        color: #fff;
    }

    .page-breadcrumb ol li.active {
        color: #fff;
    }

.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #fff;
    font-size: 10px;
}

.doctor-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btnBack {
    color: white;
    border: 2px solid #fff;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: bold;
}

.doc-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doctor-widget .doc-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

.clinic-booking a, .clinic-booking input.apt-btn {
    background-color: #fff;
    border: 2px solid #3EBDC6;
    border-radius: 4px;
    color: #3EBDC6;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

    .clinic-booking a.apt-btn, .clinic-booking input.apt-btn {
        background-color: #0db9f2;
        color: #fff;
    }







.map-card-container {
    display: flex;
    height: 90vh;
    flex-direction: row-reverse;
    overflow: hidden;
}

.map-container {
    width: 40%;
    height: 100%;
}

.card-container {
    background-color: #E3EAF1;
    z-index: 99;
    width: 60%;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-flow: column;
    align-items: center;
    box-shadow: 8px 0 32px rgba(0, 0, 0, 0.18);
}

.card-elements-container {
    padding: 0 20px;
}

.card-filter-search-container {
    width: 100%;
}



/*scrollbar style
*/ /*width*/
::-webkit-scrollbar {
    width: 10px;
    border: 2px solid #ebebeb;
}

/* Track */
::-webkit-scrollbar-track {
    background: #E3EAF1;
    border: 2px solid #ebebeb;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 30px;
    border: 2px solid #ebebeb;
}

    /*     Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #FFF;
        border: 2px solid #ebebeb;
    }



.main-nav > li {
    margin-right: 30px;
}

    .main-nav > li:last-child {
        margin-right: 0;
    }

.main-nav li {
    display: block;
    position: relative;
}

.main-nav > li > a {
    line-height: 85px;
    padding: 0 !important;
}

.filtriRegione {
    /*width: 100%;
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
    padding-top: 20px;*/
    width: 100%;
    display: flex;
    overflow-x: scroll;
    gap: 10px;
    padding-top: 20px;
}

.form-group {
    margin-bottom: 0 !important;
}

.card-body-custom {
    padding: 0 !important;
}

.doc-info-left-custom {
    width: 40%;
    padding: 30px 15px 30px 30px;
    border-right: 2px solid rgb(235, 235, 235);
}

.doc-name-custom {
    font-weight: 700;
    margin: 0;
}



.price-custom {
    font-size: 3rem;
    margin-bottom: 0;
}

    .price-custom span {
        font-weight: bold;
        color: #3EBDC6;
        line-height: 3rem;
    }

.clinic-booking-custom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.btn-appuntamento {
    background-color: #3EBDC6 !important;
    border: 2px solid #3EBDC6 !important;
}

.noView {
    transform: scale(0);
    position: absolute;
}

.content {
    background-color: #e3eaf1;
    padding: 0;
}


.card-body-custom {
    border-radius: 4px;
}

.header-text {
    background-color: #3EBDC6;
    display: flex;
    justify-content: center;
    padding: 30px;
}

    .header-text > div {
        color: white;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-text h2 {
        color: white;
    }

.card {
    /*max-width: 1000px;*/
    margin-bottom: 20px;
}

.breadcrumb-bar {
    border-bottom: 2px solid #fff;
}

.card-body-custom {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.card {
    border-radius: 20px;
}

#map {
    height: 100%;
}

.pren-info-left-custom {
    text-align: left;
    padding: 30px 15px 30px 30px;
    border-right: 2px solid rgb(235, 235, 235);
    width: 50%;
}

.pren-info-right-custom {
    align-content: right;
    width: 50%;
    padding: 30px 15px 30px 30px;
}

.ContenitorePagina {
    display: flex;
    gap: 20px;
}

.ContenitoreCard {
    width: 100%;
    height: auto;
    float: left;
}

.contenitore-componente-paginazione {
    background-color: #E3EAF1;
    display: flex;
    justify-content: center;
}

.pagination {
    list-style: none;
    padding: 15px;
    margin-bottom: 0 !important;
    margin: 0;
    display: flex;
    font-size: 1.5em;
}

.contenitoreAppuntamentiVuoti {
    width: 100%;
    text-align: center;
    padding: 30px 15px 30px 30px;
    height: auto;
}

.ProvinciaContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

    .ProvinciaContainer a input {
        width: 150px;
    }

.TastoProvincia {
    margin-bottom: 10px;
    align-items: center;
}

    .TastoProvincia a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        background-color: #3EBDC6 !important;
    }


.contenitoreRicerca {
    background-color: white;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
}

.CardVisita {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 20px;
}

.NomeVisita {
    display: flex;
    border-bottom: 2px solid #ebebeb;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.PrimaData {
    border-right: 2px solid #ebebeb;
    padding: 20px;
    width: 50%;
}

.PrezzoBasso {
    padding: 20px;
    width: 50%;
}

.DisponibilitaVisita {
    display: flex;
}

.form-checkout-custom{
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    body {
        display: flex;
        flex-flow: column;
        height: auto;
    }

    .map-card-container {
        flex-direction: column;
        height: auto;
        overflow: auto;
    }

    .map-container {
        width: 100%;
        height: 300px;
    }

    .card-container {
        width: 100%;
        box-shadow: 0px -8px 32px rgba(0, 0, 0, 0.18);
        overflow-y: auto;
    }

    .DisponibilitaVisita, .NomeVisita {
        flex-direction: column;
        align-items:center;
    }

    .NomeVisita{
        justify-content: center;
    }

    .NomeVisita .doc-name-custom {
        margin-bottom:10px;
    }

    .PrimaData {
        width: 80%;
        border-right: 0;
        border-bottom: 2px solid #ebebeb;
    }

    .PrezzoBasso {
        width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .nav-bg .main-nav li .submenu a:hover {
        padding: 10px 15px 10px 35px;
    }

    .nav-bg-two .main-nav li .submenu a:hover {
        padding: 10px 15px 10px 35px;
    }

    .home-one-banner {
        padding: 0 0 30px;
    }

    .home-three-nav .main-nav .has-submenu.active > a:after {
        display: none;
    }

    .bg-shapes {
        display: none;
    }

    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .nav-bg .main-menu-wrapper {
        display: unset;
    }

    .nav-bg .menu-close:hover {
        color: #0071dc;
    }

    .nav-bg .main-menu-wrapper {
        background-color: #0071DC;
    }

    .nav-bg .main-nav li .submenu a:hover {
        color: #fff;
    }

    .nav-bg .main-nav .has-submenu.active > a {
        color: #fff;
    }

    .nav-bg .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
    }

    .nav-bg .login-blue-bg {
        display: none;
    }

    .nav-bg .signup-white-bg {
        display: none;
    }

    .nav-bg .main-nav li.login-link {
        display: block;
    }

    .nav-bg .logo {
        width: 100%;
        margin: 0;
    }

    .nav-bg-five .main-menu-wrapper {
        background-color: #0071DC;
    }

    .nav-bg-five .black-font > li > a {
        color: #fff;
    }

        .nav-bg-five .black-font > li > a:hover {
            color: #fff;
        }

    .nav-bg-five .main-nav .has-submenu.active > a {
        color: #fff;
    }

    .nav-bg-five .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
    }

    .menu-close:hover {
        color: #0071dc;
    }

    .nav-bg .navbar-header {
        width: 100%;
        text-align: center;
    }

    .main-nav .has-submenu.active > a {
        color: #fff;
    }

    .main-nav .has-submenu > a:hover {
        color: #fff;
    }

    .home-three-nav .black-font > li > a {
        color: #fff;
    }

    .banner-left .banner-info h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .banner-left .banner-details h4 {
        margin-right: 10px;
        font-size: 20px;
    }

    .banner-left .banner-details p {
        font-size: 18px;
    }

    .main-nav ul {
        background-color: #3474ac;
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-nav > li {
        border-bottom: 1px solid #8bbeef;
        margin-left: 0;
    }

    .main-nav li + li {
        margin-left: 0;
    }

    .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #fff !important;
        font-size: 14px;
        font-weight: 500;
    }

        .main-nav > li > a > i {
            float: right;
            margin-top: 5px;
        }

    .main-nav > li .submenu li a {
        border-top: 0;
        color: #fff;
        padding: 10px 15px 10px 35px;
    }

    .main-nav > li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }

    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f078";
    }

    .main-nav .has-submenu.active > a {
        color: #fff;
    }

    .main-nav .has-submenu > a:hover {
        color: #fff;
    }

    .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
    }

    .login-left {
        display: none;
    }

    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #0071DC;
    }

    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    #mobile_btn {
        height: 50px;
        width:50px;
        align-content:center;
        display: flex;
        flex-direction:column;
        justify-content:center;
    }

    .section-search {
        min-height: 330px;
    }

    .section-specialities {
        padding: 50px 0;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .chat-cont-left, .chat-cont-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
    }

    .chat-cont-left {
        border-right: 0;
    }

    .chat-cont-right {
        position: absolute;
        right: -100%;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

        .chat-cont-right .chat-header {
            justify-content: start;
            -webkit-justify-content: start;
            -ms-flex-pack: start;
        }

            .chat-cont-right .chat-header .back-user-list {
                display: block;
            }

            .chat-cont-right .chat-header .chat-options {
                margin-left: auto;
            }

    .chat-window.chat-slide .chat-cont-left {
        left: -100%;
    }

    .chat-window.chat-slide .chat-cont-right {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .day-slot li.left-arrow {
        left: -10px;
    }

    .container {
        max-width: 100%;
    }

    .appointments .appointment-action {
        margin-top: 10px;
    }

    .appointments .appointment-list {
        display: block;
    }

    .banner-wrapper {
        max-width: 720px;
    }

    .search-box .search-info {
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        width: 180px;
    }

    .banner-wrapper .banner-header h1 {
        font-size: 2.125rem;
    }

    .dct-border-rht {
        border-bottom: 1px solid #f0f0f0;
        border-right: 0;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .dr-img {
        display: none;
    }

    .doctor-search {
        padding: 30px 0;
    }

    .doctor-search-section {
        padding-top: 85px;
    }

    .shapes {
        display: none;
    }

    .search-box-3 {
        position: relative;
    }

    .header-top {
        display: none;
    }

    .search-box {
        max-width: 535px;
        margin: 0 auto;
    }

    .card-label > label {
        font-size: 12px;
    }

    .footer .footer-top {
        padding-bottom: 10px;
    }

    .time-slot li .timing.selected::before {
        display: none;
    }

    .review-listing .recommend-btn {
        float: none;
    }

    .dash-widget {
        flex-direction: unset;
        text-align: left;
    }

    .circle-bar {
        margin: 0 15px 0 0;
    }

    .call-wrapper {
        height: calc(100vh - 140px);
    }

    .sidebar-overlay.opened {
        display: block;
    }

    .about-content {
        margin-bottom: 30px;
    }

    .slide-image {
        padding-left: 0;
        padding-right: 0;
    }

    .custom-short-by > div {
        margin-right: 0;
    }

    .product-description .doctor-img1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .product-description .doc-info-cont {
        width: 100%;
    }

    .product-description .doc-info-left {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .clinics-section {
        padding: 40px 0 25px;
    }

    .specialities-section {
        padding: 60px 0 35px;
    }

    .our-doctors-section {
        padding: 40px 0;
    }

    .clinic-features-section {
        padding: 40px 0;
    }

    .our-blog-section {
        padding: 40px 0;
    }

    .section-search-3 .banner-info {
        padding: 60px 0 130px;
    }

    .section-search-3 .doctor-search-form .banner-btn {
        padding: 18px 30px;
    }

    .pop-box .body-section h3 {
        font-size: 20px;
    }

    .section-header-three h2 {
        font-size: 28px;
    }

    .doc-background, .pat-background {
        min-height: 250px;
    }

    .doctor-divison h3 {
        font-size: 20px;
    }

    .doctor-divison p {
        font-size: 12px;
    }

    .doctors-body .inner-section > span {
        font-size: 12px;
    }

    .book-best-doctors .doctors-body .average-ratings {
        padding: 1px 8px;
        font-size: 10px;
        margin-left: 7px;
    }

    .book-best-doctors .doctors-body h4 {
        font-size: 18px;
    }

    .book-best-doctors .amt-txt {
        font-size: 16px;
    }

    .latest-blog .blog-wrap .blog-wrap-body h3 {
        font-size: 18px;
    }

    .header-four .nav-item a.header-login {
        margin: 15px 20px;
    }

        .header-four .nav-item a.header-login i {
            float: unset;
        }

    .doc-form {
        position: absolute;
        top: 85px;
        left: 20px;
        padding: 37px 0;
        width: 600px;
    }

    .dot-slider .slick-slide {
        height: 375px;
    }

    .dot-slider .profile-widget {
        margin-bottom: 0;
    }

    .app-form h2 {
        font-size: 30px;
    }

    .app-form .doctor-search-form input {
        min-height: 50px;
    }

    .app-form .banner-btn {
        padding: 10px 30px;
        min-height: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .category-sec {
        padding: 50px 0;
        margin-top: 0;
    }

    .set-category {
        padding: 10px;
    }

        .set-category .info-holder h3 {
            font-size: 20px;
        }

        .set-category .info-holder p {
            font-size: 11px;
        }

        .set-category .img-holder {
            margin-right: 10px;
        }

            .set-category .img-holder a {
                width: 50px;
                height: 50px;
            }

                .set-category .img-holder a img {
                    width: 20px;
                }

    .select-box {
        padding: 20px;
    }

        .select-box p {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .select-box .book-now {
            padding: 8px 20px;
        }

        .select-box .image-holder {
            margin-right: 15px;
        }

    .aval-features .custom-contain {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .aval-features .feature {
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 40px;
    }

        .aval-features .feature .info-box {
            padding: 20px;
        }

            .aval-features .feature .info-box h2 {
                font-size: 30px;
            }

    .aval-features .custom-contain {
        max-width: 100%;
    }

    .header-trans.header-five .main-menu-wrapper {
        margin-left: auto;
    }

    .header-trans.header-trans-two .main-menu-wrapper {
        margin-left: auto;
    }

    .home-search-section .banner-header h2 {
        font-size: 34px;
    }

    .facility-section .operat-img {
        width: 100%;
    }

    .facility-section .visit-doctor {
        padding: 15px;
        margin-bottom: 20px;
    }

        .facility-section .visit-doctor .inner-details img {
            bottom: -13px;
        }

    .visit-doctor .inner-details .info h1 {
        font-size: 20px;
    }

    .visit-doctor .inner-details .info p {
        font-size: 12px;
        max-width: 100%;
    }

    .visit-doctor .inner-details .count h1 {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }

    .clinic-wrap {
        height: 200px;
    }

    .heading-wrapper h1 {
        font-size: 30px;
        max-width: 100%;
    }

    .clinic-wrap .wrapper-overlay img {
        margin-bottom: 20px;
    }

    .doc-booking .book-slider .slick-prev, .doc-booking .book-slider .slick-next {
        top: -100px;
    }

    .blog-wrapper .wrap-content .date-cart {
        font-size: 26px;
    }

    .home-search-section .doctor-search {
        padding: 40px 0;
    }

    .facility-section {
        padding: 40px 0 20px;
    }

    .clinic-speciality {
        padding: 40px 0 10px;
    }

    .browse-section.brower-category {
        padding: 40px 0 20px;
    }

    .doctor-divison.provider-select .doc-background, .doctor-divison.provider-select .pat-background {
        padding: 40px 30px;
    }

    .doc-booking {
        padding: 40px 0;
    }

    .blogs-section.blog-container {
        padding: 40px 0 10px;
    }

    .heading-wrapper .nav-arrow {
        display: none;
    }

    .heading-wrapper {
        margin-bottom: 30px;
        text-align: center;
    }

    .blog-wrapper .wrap-content:before {
        border-left: 178px solid transparent;
        border-right: 170px solid transparent;
    }

    .divider .carousel-inner {
        height: 430px;
    }

    .about-section {
        min-height: unset;
        background: linear-gradient(360deg, rgba(0, 113, 220, 0.06) 40.94%, rgba(229, 241, 251, 0) 100%);
    }

    .select-category {
        padding: 50px 0 20px;
        margin: 0;
    }

    .contact-section h3 {
        font-size: 36px;
    }

    .contact-section p {
        font-size: 18px;
    }

    .contact-box .infor-details p {
        font-size: 14px;
    }

    .category-subox {
        margin-bottom: 30px;
    }

    .category-col:after {
        bottom: 15px;
    }

    .appoinment-box .appoinment-btn {
        margin-right: 20px;
        width: 50px;
    }

    .appointment-info-holder h2 {
        font-size: 38px;
    }

    .appointment-info .appointment-link {
        font-size: 24px;
    }

    .appointment-info-holder h2 {
        font-size: 28px;
    }

    .news-bg .news-left h2 {
        font-size: 36px;
    }

    .nav-bg .header-nav {
        height: 85px;
    }

    .appointment-bg {
        padding: 20px 0 20px;
    }

        .appointment-bg .appointment-left {
            display: none;
        }

    .appointment-grid {
        margin-bottom: 20px;
    }

    .service-section {
        padding: 40px 0 40px;
    }

    .doctor-section {
        padding: 40px 0 40px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .features-section {
        padding: 40px 0 40px;
    }

    .news-letter-bg {
        padding: 40px 0 40px;
    }

    .news-section {
        padding: 0px 0 40px;
    }

    .news-letter-bg .news-bg {
        text-align: center;
        padding: 40px 0
    }

    .news-img {
        display: none;
    }

    .grid-news .news-content .news-title a {
        font-size: 18px;
    }

    .grid-news .news-content ul li .news-date a {
        font-size: 15px;
        height: 40px;
    }

    .footer-one {
        padding: 20px 0;
    }

    .footer-two {
        padding: 20px 0;
    }

    .nav-bg-two .main-menu-wrapper {
        background-color: #0071DC;
    }

    .nav-bg-two .main-nav .has-submenu.active > a {
        color: #fff;
    }

    .nav-bg-two .main-nav > li {
        border-bottom: 1px solid #8bbeef;
    }

    .nav-bg-two .main-nav li .submenu a:hover {
        color: #fff;
    }

    .nav-bg-two .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
    }

    .nav-bg .main-nav > li {
        border-bottom: 1px solid #8bbeef;
    }

    .nav-bg-two .menu-close:hover {
        color: #0071dc;
    }

    .home-banner-two {
        padding: 80px 0 0px;
    }

        .home-banner-two .slick-slide img {
            height: auto;
        }

    .banner-two-form {
        margin: -50px auto 0;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

        .banner-two-form .search-area {
            max-width: 100%;
        }

    .home-banner-two .slider-counter {
        position: relative;
        right: 0;
        float: unset;
        font-size: 20px;
        padding: 10px;
        bottom: 5px;
        min-width: 200px;
        display: none;
        justify-content: center;
        align-items: center;
        left: 15px;
        text-align: center;
        margin: auto;
    }

    .home-banner-two .slick-prev {
        right: auto !important;
        top: 50%;
        left: 15px;
    }

    .home-banner-two .slick-next {
        right: 15px !important;
        top: 50%;
        left: auto;
    }

    .looking-section {
        padding: 40px 0 20px;
    }

    .looking-big-icon {
        font-size: 100px;
    }

    .best-doctor-section {
        padding: 0px 0 40px;
    }

    .best-doctor-widget {
        margin-bottom: 40px;
    }

    .clinic-grid img {
        width: 100px;
    }

    .features-clinic-section {
        padding: 40px 0 40px;
    }

    .high-service-section {
        padding: 40px 0 40px;
    }

    .blog-news-section {
        padding: 0px 0 40px;
    }

    .blog-news-grid {
        margin-bottom: 20px;
    }

    .blog-news-section .high-btn {
        margin-top: 20px;
    }

    .footer-news {
        margin-top: 40px;
        margin-bottom: 0;
    }

        .footer-news .footer-news-head h2 {
            font-size: 36px;
        }

    .banner-three-content {
        display: none;
    }

    .home-banner-three .banner-wrapper {
        max-width: unset;
        position: relative;
        top: 0;
        padding: 40px 0px;
        left: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .home-banner-three .app-form {
        display: inline-block;
    }

    .home-banner-three .banner-wrapper .app-form-one {
        display: inline-block;
        background: #063B6F;
        width: 100%;
        padding: 20px;
    }

    .home-banner-three .d-md-none {
        display: none;
    }

    .home-banner-three .owl-nav {
        display: none;
    }

    .home-banner-three .owl-theme .owl-dots {
        right: 0 !important;
        left: 0;
        max-width: max-content;
        text-align: center;
        bottom: 10px;
    }

    .looking-section-three {
        padding: 20px 0 20px;
    }

    .header-three {
        margin-bottom: 40px;
    }

        .header-three h2 {
            font-size: 36px;
        }

            .header-three h2:before {
                width: 75px;
            }

            .header-three h2:after {
                width: 75px;
            }

    .browse-section-three {
        padding: 40px 0 40px;
    }

    .browse-grid {
        margin-bottom: 20px;
    }

    .doctor-details-section {
        padding: 60px 0 60px;
    }

    .doctor-section-three {
        padding: 40px 0 40px;
    }

    .best-our-doctors {
        margin-bottom: 40px;
    }

    .features-clinic {
        padding: 40px 0 40px;
    }

    .features-clinic-slider {
        margin-bottom: 40px;
    }

    .latest-blog-section {
        padding: 40px 0 40px;
    }

    .latest-blog-grid {
        margin-bottom: 40px;
    }

    .news-letter-section {
        padding: 40px 0 40px;
    }

        .news-letter-section .news-left .news-info h2 {
            font-size: 36px;
        }

    .footer-three {
        padding: 20px 0;
    }

    .home-four-banner {
        padding: 0;
    }

        .home-four-banner .header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            background-color: #fff;
        }

    .home-four-top {
        display: none;
    }

    .home-four-doctor .home-four-header h2 {
        font-size: 36px;
    }

    .looking-section-four {
        padding: 0px 0 0px;
    }

    .section-header-four {
        margin-bottom: 40px;
    }

        .section-header-four h2 {
            font-size: 36px;
        }

    .clinic-section-four {
        padding: 40px 0 0px;
    }

    .clinic-grid-four {
        margin-bottom: 20px;
    }

    .doctor-section-four {
        padding: 40px 0 40px;
    }

    .best-doctors-grid {
        margin-bottom: 30px;
    }

    .features-clinic-four {
        padding: 40px 0 40px;
    }

    .clinic-big-img {
        display: none;
    }

    .features-clinic-slider-four {
        margin-bottom: 20px;
    }

    .blog-section-four {
        padding: 40px 0 40px;
    }

    .grid-blog-four {
        margin-bottom: 30px;
    }

    .news-section-four {
        padding: 40px 0 40px;
    }

        .news-section-four .news-info h2 {
            font-size: 36px;
        }

    .home-section-five {
        padding: 60px 0;
    }

    .section-search-five h2 {
        font-size: 40px;
    }

    .looking-section-five {
        padding: 40px 0;
    }

    .looking-bg-five {
        padding-bottom: 0;
    }

    .looking-grid-five {
        margin-bottom: 30px;
    }

    .clinic-section-five {
        padding: 40px 0 40px;
    }

    .doctor-section-five {
        padding: 40px 0 40px;
    }

    .doctor-img2 {
        display: none;
    }

    .browse-section-five {
        padding: 40px 0 20px;
    }

    .specialist-card-five {
        margin-bottom: 20px;
    }

    .best-section-five {
        padding: 40px 0 40px;
    }

    .doctor-see-btn {
        margin-top: 30px;
    }

    .news-letter-five {
        padding: 20px 0;
    }

    .blog-section-five {
        padding: 40px 0;
    }

    .blog-grid-five {
        margin-bottom: 20px;
    }

    .scroll-down {
        display: none;
    }

    .looking-row {
        padding-left: 15px;
        padding-right: 15px;
        border: none;
    }

    .looking-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .looking-grid-four {
        margin-bottom: 20px;
        padding: 0;
        border: 1px solid rgba(192, 201, 213, 0.5);
    }

        .looking-grid-four:hover .looking-box-four {
            top: 0;
            right: 0;
        }

    .home-banner-two .slider-counter-three {
        display: none;
    }
}
