@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap);

html {
    height: 100%
}

body {
    background-color: #fff;
    color: #272b41;
    font-family: "Poppins",sans-serif;
    font-size: .9375rem;
    height: 100%;
    overflow-x: hidden
}

.schedule-cont {
    padding: 20px
}

.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}

.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 25%;
    /*width: 14.28%;*/
    min-height: 1px;
}

    .time-slot li .timing {
        background-color: #fff;
        border: 1.5px solid #15558d;
        border-radius: 3px;
        color: #15558d;
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 5px 5px;
        text-align: center;
        position: relative;
    }

        .time-slot li .timing:hover {
            background-color: #15558d !important;
            color: #fff !important;
        }

        .time-slot li .timing:last-child {
            margin-bottom: 0;
        }

        .time-slot li .timing.selected {
            background-color: #42c0fb;
            border: 1px solid #42c0fb;
            color: #fff;
        }

            .time-slot li .timing.selected::before {
                color: #fff;
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-size: 12px;
                font-weight: 900;
                position: absolute;
                right: 6px;
                top: 6px;
            }


.submit-section.proceed-btn {
    margin: 0 0 30px
}

.text-end {
    text-align: right !important
}

[type=button]:not(:disabled) {
    cursor: pointer
}

.btn-primary {
    background-color: #15558d !important;
    border: 1px solid #15558d !important;
    color: #fff !important
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #15558d;
        border: 1px solid #15558d
    }

.btn:focus {
    box-shadow: unset
}

.btn-primary:focus {
    color: #fff
}

.time-slot li .timing.selected {
    background-color: #42c0fb;
    border: 1px solid #42c0fb;
    color: #fff
}

.time-slot li .timing:last-child {
    margin-bottom: 0
}

a.selected {
    box-shadow: none
}

.time-slot li .timing {
    border-radius: 3px;
    display: block;
    font-size: 14px;
    padding: 5px 5px;
    text-align: center;
    position: relative
}

    .time-slot li .timing:hover {
        background-color: #fff
    }

    .time-slot li .timing:last-child {
        margin-bottom: 0
    }

a, a:hover {
    outline: none;
    text-decoration: none
}

.time-slot li .timing.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px
}

div .selected {
    box-shadow: 0 0 13px 7px rgb(2 197 255 / 40%)
}

.submit-section .submit-btn {
    font-weight: 600 !important
}

.cal-icon:after {
    color: #979797;
    content: '\f073';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px
}

.time-slot li .timing.selected {
    background-color: #42c0fb;
    border: 1px solid #42c0fb;
    color: #fff
}

a.selected {
    box-shadow: none
}

.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px
}

.btn-primary:hover {
    background-color: #15558d !important;
    border: 1px solid #15558d !important
}

.btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #15558d !important;
    border-color: #15558d !important;
    color: #fff
}

.btn-primary:focus {
    background-color: #15558d !important;
    border: 1px solid #15558d !important
}

h1, h2, h3, h4, h5, h6 {
    color: #272b41;
    font-weight: 500
}

.h1, h1 {
    font-size: 2.25rem
}

.h2, h2 {
    font-size: 1.875rem
}

.h4, h4 {
    font-size: 1.125rem
}

a {
    color: #2E3842
}

    a, a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none
    }

        a:hover {
            color: #0582ca
        }

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 15px
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.form-control::-webkit-input-placeholder {
    color: #858585;
    font-size: 14px
}

.form-control::placeholder {
    color: #858585;
    font-size: 14px
}

.content {
    min-height: 200px;
    padding: 30px 0 0
}

.btn-one-light {
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    background: #0071DC;
    border: 1px solid #0071DC;
    box-shadow: inset 0 0 0 0 #15558d;
    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
}

.footer {
    padding: 30px 0 0;
    background-color: #15558d
}

    .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 .social-icon ul li a:hover {
    color: #fff;
}

.footer .footer-widget.footer-menu ul li a:hover {
    color: #fff;
    letter-spacing: .5px;
    padding-left: 30px;
    transition: all 0.4s ease 0s
}

.header-navbar-rht li a.header-login:hover {
    background-color: #15558d;
    border-color: #15558d;
    color: #fff;
    box-shadow: inset 0 50px 0 0 #15558d;
    transition: all 0.5s
}

.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: ""
        }

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem
}

.card-body {
    padding: 1.5rem
}

.bg-info-light {
    background-color: rgba(2,182,179,.12) !important;
    color: #1db9aa !important
}

.modal .card {
    box-shadow: unset
}

.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,.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: 0
        }

        .header-navbar-rht li a.header-login {
            background: #fff;
            border: 2px solid #15558d;
            border-radius: 4px;
            padding: 10px 15px !important;
            box-shadow: inset 0 0 0 0 #15558d;
            text-align: center;
            font-size: 15px;
            color: #15558d;
            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
        }

.sidebar-overlay {
    background-color: rgba(0,0,0,.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040
}

.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
}

.menu-logo img {
    height: 40px
}

.menu-close {
    font-size: 18px
}

.bar-icon {
    display: inline-block;
    width: 31px
}

    .bar-icon span {
        background-color: #0071DC;
        display: block;
        float: left;
        height: 3px;
        margin-bottom: 7px;
        width: 31px;
        border-radius: 2px
    }

.bar-icon-one span {
    background-color: #0582ca
}

.bar-icon span:nth-child(2) {
    width: 16px
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0
}

#mobile_btn {
    display: none;
    margin-right: 30px
}

.footer {
    padding: 30px 0 0;
    background-color: #15558d
}

    .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: ""
        }

.breadcrumb-bar {
    background-color: #15558d;
    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
}

.cal-icon {
    position: relative;
    width: 100%
}

.doctor-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doc-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px
}

.doctor-widget .doc-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px
}

.clinic-details {
    margin-bottom: 15px
}

.clini-infos {
    margin-bottom: 15px
}

    .clini-infos ul {
        font-size: 16px;
        list-style: none;
        margin: 0;
        padding: 0
    }

        .clini-infos ul li {
            display: block;
            line-height: 30px;
            color: #4E4852
        }

            .clini-infos ul li i {
                font-size: 15px;
                min-width: 30px
            }

.clinic-booking a, .clinic-booking input.apt-btn {
    background-color: #fff;
    border: 2px solid #0db9f2;
    border-radius: 4px;
    color: #0db9f2;
    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
    }

.schedule-cont {
    padding: 20px
}

.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0
}

.submit-section.proceed-btn {
    margin: 0 0 30px
}

.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px
}

.nav-transparent {
    background-color: transparent !important;
    border-bottom: 0 !important
}

.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.active > a {
        color: #15558d
    }

    .main-nav > li .submenu li a {
        display: block;
        padding: 10px 15px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;
        color: #2d3b48;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        width: 100%;
        border-top: 1px solid #f0f0f0
    }

    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 12px;
        font-size: 13px
    }

    .main-nav > li .submenu li {
        position: relative
    }

    .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,.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: 0
        }

        .header-navbar-rht li .dropdown-menu {
            border: 0;
            box-shadow: 0 0 3px rgba(0,0,0,.1)
        }

    .header-navbar-rht .dropdown-toggle::after {
        display: none
    }

    .header-navbar-rht li .dropdown-menu::before {
        content: "";
        position: absolute;
        top: 2px;
        right: 0;
        border: 7px solid #fff;
        border-color: transparent transparent #fff #fff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        box-shadow: -2px 2px 2px -1px rgba(0,0,0,.1)
    }

    .header-navbar-rht li .dropdown-menu .dropdown-item {
        border-top: 1px solid #f0f0f0;
        padding: 10px 15px
    }

        .header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
            border-top: 0;
            border-radius: 5px 5px 0 0
        }

        .header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
            border-radius: 0 0 5px 5px
        }

    .header-navbar-rht li a.header-login:hover {
        background-color: #15558d;
        border-color: #15558d;
        color: #fff;
        box-shadow: inset 0 50px 0 0 #15558d;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }

    .header-navbar-rht li .dropdown-menu a:hover {
        color: #15558d;
        letter-spacing: .5px;
        padding-left: 20px;
        background-color: #fff
    }

    .header-navbar-rht li a.header-login {
        background: #fff;
        border: 2px solid #15558d;
        border-radius: 4px;
        padding: 10px 15px !important;
        box-shadow: inset 0 0 0 0 #15558d;
        text-align: center;
        font-size: 15px;
        color: #15558d;
        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
    }

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #575757;
    border-right: 2px solid #575757;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 10px
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.header-trans.header-five .main-menu-wrapper {
    margin-left: 40px
}

.header-trans.header-trans-two .main-menu-wrapper {
    margin-left: 40px
}

.header-trans.header-trans-two .header-navbar-rht li a.header-login.white-bg {
    background-color: #fff;
    color: #28DAF4;
    border: 1px solid #28DAF4;
    font-size: 12px
}

.blue-font > li > a {
    color: #2A85D1;
    text-transform: uppercase
}

.header-trans.header-five .header-navbar-rht li a.header-login.white-bg {
    background-color: #fff;
    color: #28DAF4;
    border: 1px solid #28DAF4;
    font-size: 12px
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99
}

    .user-menu.nav > li > a {
        color: #fff;
        font-size: 14px;
        line-height: 58px;
        padding: 0 15px;
        height: 60px
    }

        .user-menu.nav > li > a:hover, .user-menu.nav > li > a:focus {
            background-color: rgba(0,0,0,.2)
        }

            .user-menu.nav > li > a:hover i, .user-menu.nav > li > a:focus i {
                color: #fff
            }

.user-img {
    display: inline-block;
    position: relative
}

.header-contact-detail p.contact-info-header.white-font {
    color: #fff
}

.user-img > img {
    height: 31px;
    object-fit: cover;
    width: 31px
}

.user-menu.nav > li > a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
    top: 100%;
    right: 0;
    left: auto
}

    .header-navbar-rht .dropdown-menu .dropdown-item {
        padding: 7px 15px
    }

    .header-navbar-rht .dropdown-menu .dropdown-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #e3e3e3;
        padding: 10px 15px
    }

        .header-navbar-rht .dropdown-menu .dropdown-item:hover {
            color: #0582ca
        }

.user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px
}

    .user-header .user-text {
        margin-left: 10px
    }

        .user-header .user-text h6 {
            font-size: 15px;
            margin-bottom: 2px
        }

.header-navbar-rht .logged-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    line-height: 85px;
    padding: 0 10px
}

.view-cart-header a {
    position: relative;
    font-size: 20px
}

.unread-msg1 {
    background-color: #15558d;
    border-radius: 2px;
    color: #272b41;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -10px;
    right: -10px
}

.header-top {
    display: flex;
    background: #0071DC;
    color: #fff;
    padding: 8px 30px
}

    .header-top ul {
        display: flex;
        margin: 0;
        list-style: none;
        padding: 0
    }

        .header-top ul li {
            padding-right: 25px;
            font-size: 13px
        }

            .header-top ul li:last-child {
                padding-right: 0
            }

    .header-top .right-top {
        margin-left: auto
    }

.top-icon {
    margin-right: 5px
}

.search-box-1 {
    background: #0071DC;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: -50px;
    position: absolute
}

.search-box .form-group {
    margin-bottom: 0
}

.search-detect {
    padding: 5px 9px 5px 28px;
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 13px;
    color: #575757;
    border-radius: 5px;
    background: #e3e3e3 url(../img/google-map.png) no-repeat 9px center;
    cursor: pointer
}

.search-delete {
    padding: 5px 9px 5px 8px;
    position: absolute;
    height: 30px;
    top: 8px;
    right: 5px;
    font-size: 13px;
    color: #575757;
    border-radius: 5px;
    background: #e3e3e3;
    cursor: pointer
}

.header-trans-two {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    background: #fff !important
}

    .header-trans-two .header-nav {
        background: transparent;
        border-bottom: 1px solid #EEF2FF
    }

    .header-trans-two .main-menu-wrapper {
        margin-left: auto
    }

    .header-trans-two .header-contact-img i {
        color: #1C5B90;
        font-size: 14px
    }

    .header-trans-two .header-contact-detail p.contact-info-header {
        color: #1C5B90
    }

    .header-trans-two .header-navbar-rht li a.header-login {
        text-align: center;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        background: #15558d;
        box-shadow: 0 4px 4px rgb(189 189 189 / 25%);
        border-radius: 47px;
        border: 0
    }

.header-trans {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9999;
    background: transparent
}

    .header-trans .header-nav {
        background: transparent;
        border-bottom: 1px solid #EEF2FF
    }

    .header-trans .main-menu-wrapper {
        margin-left: auto
    }

    .header-trans .header-contact-img i {
        color: #1C5B90;
        font-size: 14px
    }

    .header-trans .header-contact-detail p.contact-info-header {
        color: #1C5B90
    }

    .header-trans .header-navbar-rht li a.header-login {
        text-align: center;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        background: #15558d;
        box-shadow: 0 4px 4px rgb(189 189 189 / 25%);
        border-radius: 47px;
        border: 0
    }

        .header-trans .header-navbar-rht li a.header-login.white-bg {
            background-color: #fff;
            color: #2264C5
        }

    .header-trans .header-navbar-rht li {
        border-right: 2px solid #fff;
        height: 20px;
        padding-right: 15px
    }

.header-navbar-rht.right-menu li {
    border-right: 0
}

.right-menu .header-contact-detail p.contact-info-header {
    color: #fff
}

.right-menu .header-contact-img i {
    width: 30px;
    background-color: #fff;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    color: #1860CA;
    border: 2px solid #acc9f5
}

.right-menu li a.header-login {
    width: 120px;
    padding: 10px !important
}

.header-trans .header-navbar-rht li:last-child {
    border-right: 0;
    padding-left: 15px
}

.header-navbar-rht.right-menu li:last-child {
    border-right: 0;
    padding: 0
}

.header-four .header-nav {
    background-color: #2264C5;
    border: none
}

.header-four .nav-item {
    line-height: 60px;
    align-items: center;
    display: flex
}

    .header-four .nav-item a.header-login {
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 10px 15px !important;
        text-align: center;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 20px
    }

        .header-four .nav-item a.header-login i {
            font-size: 14px;
            margin: 0;
            margin-right: 3px
        }

.nav-bg-two .main-nav .has-submenu.active .submenu li.active > a {
    color: #0071DC
}

.nav-bg-two .main-nav li .submenu a:hover {
    color: #0071DC;
    letter-spacing: .5px;
    padding-left: 20px
}

.nav-bg-two .main-nav .has-submenu.active > a {
    color: #0071DC
}

.sidebar-overlay {
    background-color: rgba(0,0,0,.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0)
}

.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
}

.menu-logo img {
    height: 40px
}

.menu-close {
    font-size: 18px
}

.bar-icon {
    display: inline-block;
    width: 31px
}

    .bar-icon span {
        background-color: #0071DC;
        display: block;
        float: left;
        height: 3px;
        margin-bottom: 7px;
        width: 31px;
        border-radius: 2px
    }

.bar-icon-one span {
    background-color: #0582ca
}

.bar-icon span:nth-child(2) {
    width: 16px
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0
}

.blue-bar span {
    background-color: #0071dc
}

#mobile_btn {
    display: none;
    margin-right: 30px
}

html.menu-opened body {
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .maxWidth1000 {
        max-width: 1000px;
        margin: 0 auto;
    }
    .avatar-xxl {
        width: 8rem;
        height: 8rem
    }

        .avatar-xxl .border {
            border-width: 4px !important
        }

        .avatar-xxl .rounded {
            border-radius: 12px !important
        }

        .avatar-xxl .avatar-title {
            font-size: 42px
        }

        .avatar-xxl.avatar-away:before, .avatar-xxl.avatar-offline:before, .avatar-xxl.avatar-online:before {
            border-width: 4px
        }
}

@media (min-width:992px) {
    .main-nav > li {
        margin-right: 30px
    }

    .white-font > li > a {
        color: #fff
    }

    .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
    }

    .header-nav-one .main-nav > li > a {
        line-height: 97px
    }

    .header-four .main-nav > li > a {
        line-height: 80px;
        color: #fff
    }

    .main-nav > li > a > i {
        font-size: 12px;
        margin-left: 3px
    }

    .main-nav li > ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0,0,0,.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000
    }

    .main-nav li .submenu::before {
        border: 7px solid #fff;
        border-color: transparent transparent #fff #fff;
        box-shadow: -2px 2px 2px -1px rgba(0,0,0,.1);
        content: "";
        left: 45px;
        position: absolute;
        top: 2px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .main-nav .has-submenu.active > a {
        color: #15558d
    }

    .header-four .main-nav .has-submenu.active > a {
        color: #fff;
        border-top: 3px solid #E74E84
    }

    .main-nav .has-submenu.active .submenu li.active > a {
        color: #0582ca
    }

    .nav-bg-two {
        font-family: 'Encode Sans',sans-serif
    }

        .nav-bg-two .has-submenu.active > a {
            color: #0071DC
        }

        .nav-bg-two .has-submenu.active .submenu li.active > a {
            color: #0071DC
        }

    .nav-bg-five .main-nav .has-submenu.active .submenu li.active > a {
        color: #0071DC
    }

    .nav-bg-five .main-nav li .submenu a:hover {
        color: #0071DC
    }

    .nav-bg-five .black-font {
        font-family: 'Inter',sans-serif
    }

    .main-nav > li .submenu li:first-child a {
        border-top: 0
    }

    .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0
    }

    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px
    }

    .main-nav li .submenu a:hover {
        color: #0582ca;
        letter-spacing: .5px;
        padding-left: 20px
    }

    .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
        border-color: transparent #fff #fff transparent
    }

    .header-navbar-rht .show + .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    .header-trans-two .main-nav .has-submenu.active > a {
        color: #0071DC
    }

        .header-trans-two .main-nav .has-submenu.active > a:after {
            content: "";
            position: absolute;
            width: 70px;
            background: #0071DC;
            left: -7px;
            height: 3px;
            z-index: 9;
            bottom: 0
        }

    .header-five .main-nav .has-submenu.active > a {
        color: #28DAF4
    }

        .header-five .main-nav .has-submenu.active > a:after {
            content: "";
            position: absolute;
            width: 70px;
            background: #28DAF4;
            left: -7px;
            height: 2px;
            z-index: 9;
            bottom: 25px
        }
}

@media only screen and (max-width:1399px) {
    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name, .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 180px
    }

    .row.row-grid {
        margin-left: -8px;
        margin-right: -8px
    }

        .row.row-grid > div {
            padding-right: 8px;
            padding-left: 8px;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%
        }
}

@media (min-width:1200px) {
    .aval-features .custom-contain {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:1600px) {
    .blog-wrapper .wrap-content:before {
        border-left: 221px solid transparent;
        border-right: 221px solid transparent
    }
}

@media only screen and (max-width:1200px) {
    .home-one-banner {
        padding: 0
    }

    .nav-bg {
        background: transparent
    }

        .nav-bg .main-menu-wrapper {
            display: unset
        }

        .nav-bg .navbar-header {
            margin-top: 0
        }

        .nav-bg .header-nav {
            height: auto
        }

    .news-bg .news-left .form-control {
        width: 290px
    }

    .header-trans.header-trans-two .main-menu-wrapper {
        margin-left: auto
    }

    .header-trans.header-trans-two .logo {
        width: auto
    }

    .best-doctor-slider .slick-prev, .best-doctor-slider .slick-next {
        width: 40px;
        height: 40px
    }

    .best-doctor-slider .slick-next {
        right: -10px;
        left: auto
    }

    .best-doctor-slider .slick-prev {
        left: -10px;
        right: auto
    }

    .home-banner-three .doc-form {
        padding: 0
    }

    .home-banner-three .banner-three-content h2 {
        font-size: 34px
    }

    .home-banner-three .banner-wrapper {
        max-width: 450px
    }
}

@media only screen and (max-width:1379px) {
    .header-nav {
        padding-left: 20px;
        padding-right: 20px
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }

    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name, .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 150px
    }

    .chat-cont-left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .chat-cont-right {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .row.row-grid > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .dash-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .circle-bar {
        margin: 0 0 15px
    }

    .header-navbar-rht li.contact-item {
        display: none
    }

    .map-right {
        height: 450px;
        position: static;
        min-height: inherit;
        margin-bottom: 30px;
        padding-right: 15px
    }

    .map-listing {
        height: 450px
    }

    .map-page .content {
        padding-top: 100px
    }

    .appoinment-box {
        margin-top: 0
    }

        .appoinment-box .appoinment-search-btn {
            font-size: 14px;
            min-width: 140px
        }

        .appoinment-box .appoinment-btn {
            margin-right: 0;
            width: 48px
        }

    .appointment-grid {
        margin-top: 0
    }

    .doctor-right-img {
        display: none
    }
}

@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;
        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,.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: 0 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 0
    }

        .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: 0 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: 0 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 0;
        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: 0 0 0
    }

    .section-header-four {
        margin-bottom: 40px
    }

        .section-header-four h2 {
            font-size: 36px
        }

    .clinic-section-four {
        padding: 40px 0 0
    }

    .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,.5)
    }

        .looking-grid-four:hover .looking-box-four {
            top: 0;
            right: 0
        }

    .home-banner-two .slider-counter-three {
        display: none
    }
}

@media only screen and (max-width:849.98px) {
    .row.row-grid > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:767.98px) {
    body {
        font-size: .875rem
    }

        body.home-three {
            font-size: .875rem
        }

        body.home-five {
            font-size: .875rem
        }

    h1, .h1 {
        font-size: 2rem
    }

    h2, .h2 {
        font-size: 1.75rem
    }

    h3, .h3 {
        font-size: 1.375rem
    }

    h4, .h4 {
        font-size: 1rem
    }

    h5, .h5 {
        font-size: .875rem
    }

    h6, .h6 {
        font-size: .75rem
    }

    .content {
        padding: 15px 0 0
    }

    .account-page .content {
        padding: 15px 0
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .carousel-item {
        height: auto;
        min-height: auto
    }

    .card {
        margin-bottom: 20px
    }

    .profile-sidebar {
        margin-bottom: 20px
    }

    .appointment-tab {
        margin-bottom: 20px
    }

    .features-slider .slick-dots, .features-img img {
        text-align: center;
        margin: 0 auto
    }

    .doctor-slider {
        margin-top: 25px
    }

    .breadcrumb-bar {
        height: auto
    }

    .login-right {
        margin: 0 15px;
        padding: 15px
    }

    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name, .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 250px
    }

    .chat-window .chat-cont-right .chat-header .media .media-body {
        display: none
    }

    .divider .carousel-inner {
        height: 100%
    }

    .divider .form-group {
        margin-bottom: 10px
    }

    .banner-wrapper .banner-header h1 {
        font-size: 2rem
    }

    .banner-wrapper .banner-header p {
        font-size: 1rem
    }

    .section-header h2 {
        font-size: 1.875rem
    }

    .section-header .sub-title {
        font-size: .875rem
    }

    .speicality-item p {
        font-size: .875rem
    }

    .section-header p {
        font-size: .9375rem
    }

    .footer-title {
        font-size: 1.125rem
    }

    .search-box {
        max-width: 535px;
        margin: 0 auto
    }

        .search-box form {
            -ms-flex-direction: column;
            flex-direction: column;
            word-wrap: break-word;
            background-clip: border-box
        }

        .search-box .search-location {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%
        }

        .search-box .search-info {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            width: 100%
        }

        .search-box .search-btn {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            min-height: 46px;
            width: 100%
        }

            .search-box .search-btn span {
                display: inline-block;
                margin-left: 5px;
                text-transform: uppercase
            }

    .section-search {
        background: #f9f9f9
    }

    .day-slot li span {
        font-size: 16px;
        text-transform: unset
    }

    .time-slot li .timing span {
        display: block
    }

    .submit-section.proceed-btn {
        margin-bottom: 20px
    }

    .day-slot li small.slot-year {
        display: none
    }

    .success-cont h3 {
        font-size: 22px
    }

    .view-inv-btn {
        font-size: 14px;
        padding: 10px 30px
    }

    .invoice-info.invoice-info2 {
        text-align: left
    }

    .invoice-item .invoice-details {
        text-align: left
    }

    .section-search, .section-doctor, .section-features {
        padding: 50px 0
    }

    .slick-next {
        right: -10px
    }

    .slick-prev {
        left: -10px
    }

    .specialities-slider .slick-slide {
        margin-right: 15px
    }

    .about-content a {
        padding: 12px 20px
    }

    .submit-section .submit-btn {
        padding: 10px 20px;
        font-size: 15px;
        min-width: 105px
    }

    .policy-menu {
        margin-top: 10px;
        text-align: left
    }

    .booking-doc-info .booking-doc-img {
        width: 75px
    }

        .booking-doc-info .booking-doc-img img {
            height: 75px;
            width: 75px
        }

    .btn.btn-danger.trash {
        margin-bottom: 20px
    }

    .nav-tabs.nav-tabs-bottom > li > a.active, .nav-tabs.nav-tabs-bottom > li > a.active:hover, .nav-tabs.nav-tabs-bottom > li > a.active:focus {
        background-color: #f5f5f5
    }

    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd
    }

        .nav-tabs.nav-justified > li > a.active, .nav-tabs.nav-justified > li > a.active:hover, .nav-tabs.nav-justified > li > a.active:focus {
            border-color: transparent transparent transparent #0071DC;
            border-left-width: 2px
        }

    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 5px 0;
        border: 1px solid #ddd;
        border-radius: 3px
    }

        .nav-tabs .nav-item {
            margin-bottom: 0
        }

        .nav-tabs > li > a {
            border-width: 2px;
            border-left-color: transparent
        }

        .nav-tabs .nav-link {
            border-width: 2px
        }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            background-color: #fafafa
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
            border-color: transparent transparent transparent #20c0f3 !important;
            border-left-width: 2px
        }

        .nav-tabs > li.open:not(.active) > a, .nav-tabs > li.open:not(.active) > a:hover, .nav-tabs > li.open:not(.active) > a:focus {
            background-color: #fafafa
        }

        .nav-tabs.nav-tabs-solid {
            padding: 5px
        }

            .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
                border-radius: 5px
            }

            .nav-tabs.nav-tabs-solid > li > a {
                border-left-width: 0 !important
            }

    .nav-tabs-justified {
        border-bottom: 1px solid #ddd
    }

        .nav-tabs-justified > li > a.active, .nav-tabs-justified > li > a.active:hover, .nav-tabs-justified > li > a.active:focus {
            border-width: 0 0 0 2px;
            border-left-color: #20c0f3
        }

    .review-listing > ul li .comment .comment-body .meta-data span.comment-date {
        margin-bottom: 5px
    }

    .review-listing > ul li .comment .comment-body .meta-data .review-count {
        position: unset
    }

    .my-video ul li {
        width: 50px
    }

    .call-users ul li {
        width: 50px
    }

    .call-mute {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }

    .call-duration {
        font-size: 24px
    }

    .voice-call-avatar .call-avatar {
        height: 100px;
        width: 100px
    }

    .user-tabs {
        margin-top: 1.5rem
    }

        .user-tabs .nav-tabs > li > a {
            border-left: 2px solid transparent;
            border-bottom: 0;
            padding: .5rem 1rem
        }

        .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active, .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover, .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
            border-left-width: 2px;
            color: #20c0f3
        }

    .doctor-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .doc-info-right {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .doc-info-left {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .clinic-services {
        display: none
    }

    .doctor-img {
        margin: 0 auto 20px
    }

    .doctor-action {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center
    }

    .row.row-grid > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .breadcrumb-bar .breadcrumb-title {
        font-size: 18px
    }

    .dash-widget h6 {
        font-size: 15px
    }

    .dash-widget h3 {
        font-size: 20px
    }

    .dash-widget p {
        font-size: 13px
    }

    .doctor-widget .doc-name {
        font-size: 18px
    }

    .exp-title, .booking-total ul li span, .booking-total ul li .total-cost {
        font-size: 14px
    }

    .invoice-item .customer-text {
        font-size: 16px
    }

    .call-wrapper {
        height: calc(100vh - 115px)
    }

    .appointment-tab .nav-tabs {
        padding: 1.5rem
    }

    .submit-btn-bottom {
        margin-bottom: 20px
    }

    .service-list ul li {
        width: 50%
    }

    .grid-blog .blog-title {
        min-height: inherit
    }

    .blog-title {
        font-size: 20px
    }

    .blog-view .blog-title {
        font-size: 22px
    }

    .full-slide-home .slick-prev {
        left: 15px
    }

    .full-slide-home .slick-next {
        right: 15px
    }

    .search-box1 form p {
        margin-bottom: 15px !important
    }

    .search-box1 .search-location1 {
        margin-right: 0;
        margin-bottom: 15px
    }

    .product-description .doctor-widget {
        text-align: left
    }

    .pharmacy-home-slider .swiper-button-prev, .pharmacy-home-slider .swiper-button-next {
        display: none
    }

    .banner-header h2 {
        font-size: 26px;
        line-height: 40px
    }

    .section-heading {
        margin-bottom: 15px
    }

    .owl-theme .owl-dots, .owl-nav button {
        margin-top: 10px
    }

    .clinics-section {
        padding: 30px 0 10px
    }

    .specialities-section {
        padding: 40px 0 15px
    }

    .our-doctors-section {
        padding: 30px 0
    }

    .clinic-features-section {
        padding: 30px 0
    }

    .our-blog-section {
        padding: 30px 0
    }

    .section-heading h2 {
        font-size: 20px
    }

    .slide-nav-1 button.owl-next, .slide-nav-1 button.owl-prev, .slide-nav-2 button.owl-next, .slide-nav-2 button.owl-prev, .slide-nav-3 button.owl-next, .slide-nav-3 button.owl-prev, .slide-nav-4 button.owl-next, .slide-nav-4 button.owl-prev {
        width: 28px;
        height: 28px
    }

    .slide-nav-5 button.owl-next, .slide-nav-5 button.owl-prev {
        width: 40px;
        height: 40px
    }

    .slide-nav-6 button.owl-next, .slide-nav-6 button.owl-prev {
        width: 40px;
        height: 40px
    }

    .slide-nav-7 button.owl-next, .slide-nav-7 button.owl-prev {
        width: 40px;
        height: 40px
    }

    .slide-nav-8 button.owl-next, .slide-nav-8 button.owl-prev {
        width: 40px;
        height: 40px
    }

    .section-search-3 .banner-info {
        padding: 20px 0 100px
    }

    .pop-box .body-section h3 {
        font-size: 18px
    }

    .section-header-three h2 {
        font-size: 24px
    }

    .section-header-three p {
        font-size: 14px
    }

    .section-header-three {
        margin-bottom: 40px
    }

    .doctor-category {
        padding: 40px 0 10px;
        margin-top: -110px
    }

    .clinic-specialities {
        padding: 40px 0
    }

    .browse-section {
        padding: 40px 0
    }

    .doc-background, .pat-background {
        padding: 20px 15px;
        min-height: 200px
    }

    .doctor-divison > .d-flex {
        display: block !important
    }

    .doctor-divison h3 {
        font-size: 16px
    }

    .doctor-divison p {
        font-size: 11px
    }

    .book-section {
        padding: 40px 0
    }

    .latest-blog {
        padding: 40px 0 10px
    }

    .footer.custom-footer .footer-top {
        padding: 40px 0 10px
    }

    .app-form h2 {
        font-size: 20px
    }

    .doc-form {
        padding: 10px;
        left: 0
    }

    .app-form {
        display: none
    }

    .dot-slider .slick-slide {
        height: 100%
    }

    .dot-slider .profile-widget {
        margin: 0
    }

    .category-sec {
        padding: 30px 0 0
    }

    .set-category {
        margin-bottom: 30px
    }

    .clinic-section {
        padding: 30px 0 0
    }

    .sec-header h2 {
        font-size: 24px
    }

    .browse-speciality {
        padding: 30px 0 15px
    }

    .select-box {
        margin-bottom: 30px;
        border-radius: 60px
    }

        .select-box::before {
            border-radius: 55px
        }

        .select-box.theme {
            border-radius: 60px
        }

            .select-box.theme::before {
                border-radius: 55px
            }

    .set-category h1 {
        bottom: 0
    }

    .patient-select {
        background: #2264c5 url(../img/slider/blue-bg.png);
        padding: 30px 0 0
    }

    .select-box h2 {
        font-size: 24px
    }

    .select-box p {
        font-size: 12px
    }

    .select-box .book-now {
        font-size: 13px
    }

    .book-doctor {
        padding: 30px 0
    }

    .book-slider .provider-info h3 {
        font-size: 18px
    }

    .book-slider .provider-info h5 {
        font-size: 12px
    }

    .book-slider .provider-info .side-arrow {
        width: 30px;
        height: 30px
    }

    .book-slider .available-info li {
        font-size: 13px
    }

    .book-slider .content-info .view-btn, .book-slider .content-info .view-btn:hover, .book-slider .content-info .book-btn, .book-slider .content-info .book-btn:hover {
        font-size: 12px
    }

    .book-doctor .row.mt-4 {
        margin-top: 0 !important
    }

    .book-doctor .view-btn, .blogs-section .view-btn {
        font-size: 14px
    }

    .aval-features .feature {
        padding: 30px
    }

        .aval-features .feature .info-box h2 {
            font-size: 24px;
            margin-bottom: 10px
        }

        .aval-features .feature .info-box p {
            margin-bottom: 15px;
            font-size: 13px
        }

        .aval-features .feature .info-box a {
            font-size: 12px;
            width: 100px
        }

    .aval-features .col-md-6.ps-0 {
        padding-left: 15px !important
    }

    .aval-slider .slick-list {
        padding: 30px 0
    }

    .blogs-section {
        padding: 30px 0
    }

    .blog-wrapper .wrap-content .date-cart {
        font-size: 22px;
        width: 60px;
        height: 55px;
        padding: 5px
    }

        .blog-wrapper .wrap-content .date-cart span {
            font-size: 10px
        }

    .blog-wrapper .wrap-content-body h3 {
        font-size: 17px
    }

    .home-search-section .banner-header h2 {
        font-size: 30px
    }

    .heading-wrapper h1 {
        font-size: 24px
    }

    .clinic-wrap .wrapper-overlay h3 {
        font-size: 20px;
        text-align: center
    }

    .facility-section .operat-img {
        width: 100%;
        margin-bottom: 20px
    }

    .visit-doctor .inner-details .info h1, .visit-doctor .inner-details .count h1 {
        font-size: 18px
    }

    .clinic-wrap .wrapper-overlay img {
        margin: 0 auto 0
    }

    .clinic-wrap .wrapper-overlay p {
        text-align: center
    }

    .doc-booking .book-slider .slick-list {
        padding-top: 50px
    }

    .doc-booking .book-slider .slick-prev, .doc-booking .book-slider .slick-next {
        top: 0
    }

    .book-slider .provider-info h3 a {
        font-size: 20px
    }

    .blog-container .blog-wrapper .wrap-content-body h3 a {
        font-size: 17px
    }

    .blog-wrapper .wrap-content:before {
        border-left: 170px solid transparent;
        border-right: 160px solid transparent
    }

    .pop-box {
        margin-bottom: 30px
    }

    .about-section p, .testimonial-item .testimonial-content p {
        font-size: 14px
    }

    .about-section {
        min-height: unset
    }

    .about-titile {
        font-size: 13px
    }

    .about-section h3 {
        font-size: 20px
    }

    .category-subox p {
        font-size: 14px
    }

    .contact-box {
        margin-bottom: 30px
    }

    .contact-section {
        padding-bottom: 20px
    }

    .category-subox h4 {
        font-size: 16px
    }

    .contact-box .infor-details {
        padding-top: 65px
    }

    .category-subox {
        margin-bottom: 30px
    }

    .contact-section h3 {
        font-size: 1.5rem
    }

    .contact-section p {
        font-size: 16px
    }

    .banner-left .banner-info h2 {
        font-size: 26px
    }

    .banner-left .banner-details {
        padding-top: 10px
    }

        .banner-left .banner-details h4 {
            font-size: 15px;
            margin-bottom: 10px
        }

        .banner-left .banner-details p {
            font-size: 15px
        }

    .appoinment-box .appoinment-right {
        display: block
    }

    .appoinment-box .appoinment-btn {
        margin-right: 10px
    }

    .appointment-info .appointment-link {
        font-size: 18px
    }

    .schedule-title {
        font-size: 18px
    }

    .appointment-img-holder {
        margin-right: 10px
    }

        .appointment-img-holder img {
            width: 50px
        }

    .appointment-info-holder h2 {
        font-size: 20px
    }

    .appointment-info p {
        font-size: 15px
    }

    .appointment-info .appointment-read-btn {
        font-size: 15px
    }

    .appointment-schedule {
        margin-bottom: 20px
    }

    .appointment-request {
        margin-bottom: 20px
    }

    .doctor-profile-widget {
        margin-bottom: 40px
    }

        .doctor-profile-widget:hover {
            box-shadow: 0 15px 20px rgb(0 28 43 / 10%)
        }

    .slick-view-btn .btn {
        padding: 8px 20px;
        font-size: 14px
    }

    .doctor-book-slider .slick-next {
        top: 102.8%
    }

    .doctor-book-slider .slick-prev {
        top: 102.8%
    }

    .news-bg .news-left h2 {
        font-size: 1.875rem
    }

    .news-bg .news-left p {
        font-size: 15px
    }

    .news-bg .news-left .form-control {
        width: 100%;
        margin-bottom: 20px
    }

    .grid-news {
        margin-bottom: 20px
    }

        .grid-news .news-content p a {
            font-size: 16px
        }

    .news-section .view-more {
        padding: 8px 20px;
        font-size: 16px
    }

    .footer-one {
        padding: 0
    }

    .footer-two {
        padding: 0
    }

    .home-banner-two .profile-widget {
        min-height: 200px
    }

    .home-banner-two .slick-prev {
        top: auto
    }

    .home-banner-two .slick-next {
        top: auto
    }

    .banner-two-form .app-form {
        display: inline-block;
        width: 100%
    }

        .banner-two-form .app-form h2 {
            font-size: 1.5em;
            line-height: unset;
            margin-bottom: 20px
        }

    .banner-two-form .search-area {
        padding: 20px
    }

    .banner-two-form .search-btn {
        font-size: 16px
    }

    .banner-two-form label {
        font-size: 14px
    }

    .looking-info .looking-link {
        font-size: 22px
    }

    .btn-one {
        font-size: 14px
    }

    .btn-two {
        font-size: 14px
    }

    .theme-btn {
        font-size: 14px
    }

    .btn-five {
        font-size: 14px
    }

    .btn-six {
        font-size: 14px
    }

    .clinic-grid {
        padding-top: 20px;
        padding-bottom: 20px
    }

        .clinic-grid img {
            width: 70px
        }

        .clinic-grid h4 {
            font-size: 18px
        }

    .high-service-section .high-btn {
        margin-top: 20px
    }

    .blog-news-grid .blog-news-date a {
        font-size: 15px
    }

    .blog-news-grid .blog-news-title a {
        font-size: 20px
    }

    .footer-news {
        padding: 30px
    }

        .footer-news .footer-news-head h2 {
            font-size: 28px
        }

        .footer-news .footer-news-head p {
            font-size: 15px
        }

        .footer-news .footer-news-form .btn {
            position: relative;
            width: 100%;
            margin-top: 15px
        }

    .home-banner-three .banner-wrapper .app-form label {
        font-size: 14px
    }

    .home-banner-three .banner-wrapper .app-form .form-control {
        min-height: 44px;
        font-size: 14px
    }

    .header-three h2 {
        font-size: 1.875rem
    }

        .header-three h2:before {
            width: 65px
        }

        .header-three h2:after {
            width: 65px
        }

    .looking-box .icon-inner {
        font-size: 30px;
        width: 80px;
        height: 80px
    }

    .looking-box .looking-info .looking-link {
        font-size: 24px
    }

    .looking-box .looking-btn .btn {
        font-size: 15px
    }

    .browse-section-three {
        padding: 40px 0 20px
    }

    .doctor-details-section {
        padding: 40px 0 20px
    }

        .doctor-details-section .doctor-grid {
            margin-bottom: 20px
        }

    .doctor-grid .doctor-details h4 {
        font-size: 18px
    }

    .latest-blog-grid .lastest-blog-info .latest-blog-title a {
        font-size: 18px
    }

    .latest-blog-grid .lastest-post-author a {
        font-size: 14px
    }

    .news-letter-section {
        text-align: center
    }

        .news-letter-section .news-letter-img {
            display: none
        }

        .news-letter-section .news-left .news-info h2 {
            font-size: 1.875rem
        }

        .news-letter-section .news-left .news-info p {
            font-size: 14px
        }

        .news-letter-section .news-info-one .form-control {
            min-height: 46px;
            font-size: 14px
        }

        .news-letter-section .news-left .news-info .btn {
            min-width: auto
        }

    .footer-three {
        padding: 0 0
    }

        .footer-three .footer-middle .footer-middle-menu {
            padding: 30px 0 0
        }

            .footer-three .footer-middle .footer-middle-menu .footer-menu-three {
                margin-top: 0
            }

    .home-four-banner {
        background-position: 20%
    }

    .home-four-doctor {
        padding: 120px 0
    }

        .home-four-doctor .home-four-header h2 {
            font-size: 1.875rem
        }

    .banner-four-form .form-control {
        min-height: 46px;
        font-size: 14px
    }

        .banner-four-form .form-control::placeholder {
            font-size: 14px
        }

    .banner-four-form .btn {
        padding: 11px 30px
    }

    .select2-results__option[aria-selected] {
        font-size: 14px
    }

    .section-header-four h2 {
        font-size: 1.875rem
    }

    .section-header-four p {
        font-size: .875rem
    }

    .section-header-four .sub-title {
        margin: 20px auto 0;
        font-size: .875rem
    }

    .looking-grid-four .looking-box-four {
        padding: 15px
    }

    .looking-box-four .looking-inner-box {
        padding: 15px
    }

        .looking-box-four .looking-inner-box .looking-info-four a {
            font-size: 20px
        }

            .looking-box-four .looking-inner-box .looking-info-four a i {
                font-size: 30px
            }

        .looking-box-four .looking-inner-box .looking-four-btn a {
            font-size: 15px
        }

    .grid-blog-four .blog-title-four .btn {
        font-size: 15px
    }

    .grid-blog-four .blog-date-four a {
        font-size: 15px
    }

    .grid-blog-four .blog-info-four a {
        font-size: 20px
    }

    .grid-blog-four .blog-doctors-four a {
        font-size: 15px
    }

    .grid-blog-four .blog-four-content p {
        font-size: 15px
    }

    .news-section-four .news-info h2 {
        font-size: 1.5rem
    }

    .news-section-four .news-info p {
        font-size: 15px
    }

    .news-section-four .footer-news-four .form-control {
        font-size: 15px;
        min-height: 46px
    }

        .news-section-four .footer-news-four .form-control::placeholder {
            font-size: 15px
        }

    .news-section-four .footer-news-four .btn {
        position: relative;
        width: 100%;
        margin-top: 15px;
        height: 46px;
        right: 0
    }

    .news-section-four {
        padding: 0 0 0
    }

    .home-section-five {
        padding: 40px 0
    }

    .search-box-five {
        margin-top: 20px
    }

    .section-search-five h2 {
        font-size: 1.875rem;
        margin-bottom: 20px
    }

    .section-search-five span {
        font-size: 16px
    }

    .section-search-five p {
        font-size: 16px
    }

    .search-box-five form {
        display: block;
        height: auto;
        padding: 10px
    }

        .search-box-five form > div {
            width: 100%;
            display: inline-block
        }

    .search-input-five.line-five {
        width: 100%
    }

        .search-input-five.line-five::before {
            display: none
        }

    .search-btn-five .btn {
        min-width: 100%
    }

    .search-input-five .search-loc {
        padding: 0 50px 0 50px
    }

    .search-input-five > i.compass-icon {
        left: 20px
    }

    .section-header-five .title-five:before {
        display: none
    }

    .section-header-five .title-five:after {
        display: none
    }

    .looking-grid-five {
        padding-left: 15px;
        padding-right: 15px
    }

        .looking-grid-five .looking-icon-five {
            width: 80px;
            height: 80px;
            font-size: 30px;
            top: -40px
        }

        .looking-grid-five .looking-info-five a {
            font-size: 26px
        }

    .clinic-grid-info p {
        font-size: 16px
    }

    .clinic-grid-five .clinic-grid-info .clinic-five-btn .btn {
        font-size: 14px;
        padding: 8px 20px
    }

    .clinic-see-btn {
        padding-top: 10px
    }

        .clinic-see-btn .btn {
            min-width: 170px;
            padding: 8px 20px
        }

    .doctor-grid-five .doctor-details {
        margin-bottom: 20px
    }

    .doctor-grid-five .doctor-details-one {
        margin-bottom: 0
    }

    .doctor-grid-five .doctor-details h4 {
        font-size: 18px
    }

    .doctor-grid-five .doctor-details p {
        max-width: none
    }

    .doctor-grid-five .doctor-details .btn {
        font-size: 14px;
        min-width: 120px;
        padding: 7px 20px
    }

    .doctor-grid-five .doctor-details-one .btn {
        font-size: 14px;
        min-width: 120px;
        padding: 7px 20px
    }

    .doctors-grid-five .best-doctors-info h3 a {
        font-size: 20px
    }

    .doctors-grid-five .best-doctors-info .doctor-posting {
        font-size: 15px
    }

    .doctors-grid-five .doctors-btn-five .btn {
        font-size: 14px
    }

    .doctor-see-btn {
        margin-top: 20px
    }

        .doctor-see-btn .btn {
            min-width: 170px;
            padding: 8px 20px
        }

    .news-five {
        padding: 40px 0
    }

    .news-five-head h2 {
        font-size: 1.875rem
    }

    .news-five-head {
        padding-left: 15px;
        padding-right: 15px
    }

    .news-five-form {
        padding-left: 15px;
        padding-right: 15px
    }

        .news-five-form .form-control {
            width: 100%;
            margin-bottom: 20px;
            min-height: 46px
        }

        .news-five-form .btn {
            font-size: 14px;
            padding: 10px 38px;
            min-width: 150px
        }

    .news-five-head p {
        font-size: 14px
    }

    .footer .footer-menu ul li a {
        font-size: 14px
    }

    .footer-five .footer-title {
        font-size: 1.125rem;
        margin-bottom: 20px
    }

    .footer .footer-bottom .copyright-text p {
        font-size: 14px
    }

    .policy-menu li a {
        font-size: 14px
    }

    .footer-five .footer-contact-info {
        font-size: 14px
    }

    .footer-five .policy-menu li a {
        font-size: 14px
    }

    .looking-box-four .looking-inner-box .looking-info-four p {
        font-size: 14px
    }

    .doctor-profile-widget .provider-info {
        top: calc(100% - 82px)
    }

    .doctor-profile-widget:hover .provider-info {
        top: calc(100% - 247px)
    }

    .blog-details-btn {
        margin-top: 20px
    }

    .feature-clinic-overlay p {
        font-size: 15px
    }

    .clinic-grid-four .clinic-content h4 {
        font-size: 18px
    }

    .clinic-grid-four .overlay h4 {
        font-size: 18px
    }

    .clinic-grid-four .clinic-icon-inner {
        width: 75px;
        height: 75px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px
    }

    .blog-grid-five .blog-item-info {
        padding: 15px 0 0
    }

    .blog-grid-five .blog-news-date a {
        margin-left: -15px
    }
}

@media only screen and (max-width:575.98px) {
    body {
        font-size: .8125rem
    }

    h1, .h1 {
        font-size: 1.75rem
    }

    h2, .h2 {
        font-size: 1.5rem
    }

    h3, .h3 {
        font-size: 1.25rem
    }

    h4, .h4 {
        font-size: 1rem
    }

    h5, .h5 {
        font-size: .875rem
    }

    h6, .h6 {
        font-size: .75rem
    }

    .card {
        margin-bottom: .9375rem
    }

    .card-body {
        padding: 1.25rem
    }

    .card-header {
        padding: .75rem 1.25rem
    }

    .card-footer {
        padding: .75rem 1.25rem
    }

    .header-nav {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-navbar-rht {
        display: none
    }

    .main-nav li.login-link {
        display: block
    }

    .navbar-header {
        width: 100%
    }

    #mobile_btn {
        left: 0;
        margin-right: 0;
        padding: 0 15px;
        position: absolute;
        z-index: 99
    }

    .navbar-brand.logo {
        width: 100%;
        text-align: center;
        margin-right: 0
    }

        .navbar-brand.logo img {
            height: 40px
        }

    .search-box form {
        display: block
    }

    .search-box .search-location {
        width: 100%;
        -ms-flex: none;
        flex: none
    }

    .search-box .search-info {
        width: 100%;
        -ms-flex: none;
        flex: none
    }

    .banner-wrapper .banner-header h1 {
        font-size: 28px
    }

    .slick-next {
        right: 0
    }

    .section-header h2 {
        font-size: 1.5rem
    }

    .section-header .sub-title {
        font-size: .875rem
    }

    .speicality-item p {
        font-size: .875rem
    }

    .section-header p {
        font-size: .9375rem
    }

    .footer-title {
        font-size: 1.125rem
    }

    .booking-schedule.schedule-widget {
        overflow-x: auto
    }

        .booking-schedule.schedule-widget > div {
            width: 730px
        }

    .booking-schedule .day-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .booking-schedule .day-slot li {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px
    }

    .booking-schedule .time-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .booking-schedule .time-slot li {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px
    }

        .booking-schedule .time-slot li .timing span {
            display: inline-block
        }

    .booking-schedule .day-slot li.right-arrow {
        right: -20px
    }

    .booking-doc-info .booking-doc-img {
        width: 70px
    }

        .booking-doc-info .booking-doc-img img {
            height: 70px;
            width: 70px
        }

    .voice-call-avatar .call-avatar {
        height: 80px;
        width: 80px
    }

    .call-duration {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        position: inherit
    }

    .end-call {
        margin-top: 10px;
        position: inherit
    }

    .user-tabs .med-records {
        min-width: 110px
    }

    .pagination-lg .page-link {
        font-size: 1rem;
        padding: .5rem .625rem
    }

    .row.row-grid > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .edit-link {
        font-size: 14px;
        margin-top: 2px
    }

    .invoice-content {
        padding: 1.25rem
    }

    .change-avatar .profile-img img {
        height: 80px;
        width: 80px
    }

    .submit-btn-bottom {
        margin-bottom: .9375rem
    }

    .service-list ul li {
        width: 100%
    }

    .blog {
        padding: 1.25rem
    }

    .blog-title {
        font-size: 18px
    }

    .blog-view .blog-title {
        font-size: 20px
    }

    .blog-info i {
        font-size: 14px
    }

    .post-left ul li {
        margin-right: 10px
    }

        .post-left ul li:last-child {
            margin-right: 10px
        }

    .about-author-img {
        height: 60px;
        width: 60px
    }

    .author-details {
        margin-left: 80px
    }

    .blog-comments .comments-list li img.avatar {
        border-radius: 40px;
        height: 40px;
        width: 40px
    }

    .blog-comments .comments-list li {
        padding: 10px 0 0 50px
    }

    .read-more {
        font-size: 14px
    }

    .banner-left .banner-details h4 {
        margin-right: 0
    }

    .news-section .news-bg {
        padding: 30px 0 30px
    }

    .news-bg .news-left > div {
        padding-left: 15px;
        padding-right: 15px
    }

    .news-bg .news-left h2 {
        font-size: 1.5rem
    }

    .news-bg .news-left p {
        font-size: 14px
    }

    .news-bg .news-left .form-control {
        min-height: 46px
    }

    .news-bg .news-left .btn {
        font-size: 15px;
        color: #0071DC;
        min-width: 160px;
        height: 46px
    }

    .header-three h2 {
        font-size: 1.5rem;
        padding-bottom: 15px
    }

    .news-letter-section .news-left .news-info h2 {
        font-size: 1.5rem
    }

    .home-four-doctor .home-four-header h2 {
        font-size: 1.5rem
    }

    .section-header-four h2 {
        font-size: 1.5rem
    }

    .grid-blog-four .blog-info-four a {
        font-size: 18px
    }

    .grid-blog-four .blog-four-content {
        padding-bottom: 30px
    }

    .grid-blog-four .blog-four-arrow a {
        width: 30px;
        height: 30px;
        font-size: 12px
    }

    .section-search-five h2 {
        font-size: 1.5rem
    }

    .looking-grid-five .looking-info-five {
        padding-top: 60px
    }

        .looking-grid-five .looking-info-five a {
            font-size: 20px
        }

    .looking-grid-five .looking-info-btn .btn {
        min-width: 150px;
        font-size: 15px
    }

    .news-five-head h2 {
        font-size: 1.5rem
    }

    .doctor-profile-widget .provider-info {
        top: calc(100% - 78px)
    }

    .doctor-profile-widget:hover .provider-info {
        top: calc(100% - 243px)
    }

    .header-trans.header-trans-two .logo {
        width: 100%
    }

    .blog-news-grid {
        padding: 10px
    }

        .blog-news-grid .blog-news-title a {
            font-size: 18px
        }

    .footer-news .footer-news-head h2 {
        font-size: 1.5rem;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {
    .section-search {
        min-height: 410px;
        padding: 30px 15px
    }

    .specialities-slider .slick-slide {
        margin-right: 10px
    }

    .speicality-img {
        width: 120px;
        height: 120px
    }

        .speicality-img img {
            width: 50px
        }

    .clinic-booking a.view-pro-btn {
        width: 100%;
        margin-bottom: 15px
    }

    .clinic-booking a.apt-btn {
        width: 100%
    }

    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name, .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 160px
    }

    .section-features, .section-features, .section-specialities {
        background-color: #fff;
        padding: 30px 0
    }

    .login-header h3 a {
        color: #0582ca;
        float: none;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        display: block
    }

    .login-header h3 {
        text-align: center
    }

    .appointments .appointment-list {
        text-align: center
    }

    .appointment-list .profile-info-widget {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .appointment-list .profile-info-widget {
        text-align: center
    }

        .appointment-list .profile-info-widget .booking-doc-img {
            margin: 0 0 15px
        }

            .appointment-list .profile-info-widget .booking-doc-img img {
                border-radius: 50%;
                height: 100px;
                width: 100px
            }

    .appointment-list .profile-det-info {
        margin-bottom: 15px
    }

    .appointments .appointment-action {
        margin-top: 0
    }

    .user-tabs .nav-tabs .nav-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .review-listing .recommend-btn span {
        display: block;
        margin-bottom: 10px
    }

    .review-listing > ul li .comments-reply {
        margin-left: 0
    }

    .schedule-nav .nav-tabs li {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }

    .fc-header-toolbar .fc-left {
        margin-bottom: 10px
    }

    .fc-header-toolbar .fc-right {
        margin-bottom: 10px
    }

    .section-header-three h2 {
        font-size: 15px
    }

    .section-header-three p {
        font-size: 11px
    }

    .section-search-3 .banner-info {
        padding: 20px 0 70px
    }

    .special-box .special-body h4 {
        font-size: 15px
    }

    .special-box .special-footer .doc-count, .special-box .special-footer .clin-count {
        font-size: 13px
    }

    .view-all-more .btn {
        font-size: 14px;
        padding: 6px 20px
    }

    .section-header-three {
        margin-bottom: 30px
    }

    .doctor-divison h3 {
        font-size: 14px;
        margin-bottom: 15px
    }

    .doctor-divison p {
        font-size: 10px;
        margin-bottom: 20px
    }

    .doctor-divison .doc-bok-btn {
        font-size: 12px;
        padding: 5px 10px
    }

    .book-best-doctors .doctors-body h4 {
        font-size: 16px
    }

    .book-best-doctors .loc-details img {
        margin-right: 6px
    }

    .book-best-doctors .available-info {
        font-size: 11px
    }

    .book-best-doctors .data-info {
        font-size: 10px
    }

    .book-best-doctors .amt-txt {
        font-size: 14px
    }

    .book-best-doctors .doctors-body .book-btn {
        font-size: 12px;
        padding: 5px 10px;
        width: 80px
    }

    .latest-blog .blog-wrap .blog-wrap-body h3 {
        font-size: 16px
    }

    .latest-blog .blog-wrap .blog-wrap-body p {
        font-size: 12px
    }

    .latest-blog .blog-footer .read-txt, .latest-blog .blog-footer .cal-txt {
        font-size: 12px
    }

    .aval-features .feature .info-box h2 {
        font-size: 20px
    }

    .home-search-section .banner-header h2 {
        font-size: 28px
    }

    .blog-wrapper .wrap-content:before {
        border-left: 125px solid transparent;
        border-right: 125px solid transparent
    }

    .feature-col {
        max-width: calc(100% - 30px);
        width: auto
    }

    .doctor-grid .doctor-details .doctor-details-img {
        display: none
    }
}

ul.listSearch {
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
    max-height: 520px;
    overflow-y: scroll
}

    ul.listSearch li.item span {
        padding: 14px 15px;
        display: block;
        text-decoration: none;
        cursor: pointer
    }

    ul.listSearch li.no-result {
        padding: 14px 15px;
        display: block;
        text-decoration: none;
        cursor: pointer;
        color: rgb(232,0,10)
    }

    ul.listSearch li.item span:hover {
        font-weight: 700
    }

#listaSpecialistiche, #listaStrutture {
    position: absolute;
    width: 100%;
    z-index: 99999999 !important
}

div.center {
    margin: 0 auto;
    max-width: 500px
}

.underline {
    text-decoration: underline !important
}

.img-circle {
    border-radius: 50% !important
}

body .zsiq_floatmain, body .siqembed {
    z-index: 99999 !important
}

.text-medium {
    font-size: 1.4em !important
}

.customLink {
    color: #15558d !important;
    font-weight: bold;
    text-decoration: underline;
}

.listaSpecialistiche {
    max-width: 500px;
}

@media only screen and (max-width: 768px) {
    .listaSpecialistiche {
        max-width: 95%;
    }
}

.noView {
    transform: scale(0);
    position: absolute;
}
.content-landing-custom {
    padding: 0;
    background-color: #e3eaf1;
}

.container-information-custom {
    background-color: #fff;
    padding: 30px 15px !important;
    border-bottom: 2px solid #15558d4d;
}

.container-search-custom {
    background-color: #fff;
    padding: 30px 15px !important;
    border-bottom: 2px solid #15558d4d;
    margin-bottom: 70px;
}

    .container-search-custom h2 {
        margin-top: 0 !important;
        font-size: 20px;
    }

.custom-container-landing-new {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    max-width: none !important;
}

.active-container-initial {
    max-height: 5000px !important;
    transition: 0.4s ease-in-out;
    border: none;
}

#show-more-btn {
    font-family: poppins;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #15558d;
    border: 2px solid #15558d !important;
    border-radius: 4px;
    max-width: 300px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
}

.container-card-section-title {
    padding: 0 15px;
}

.section-tips-custom {
    background-color: #fff;
    padding: 30px 15px;
    border-top: 2px solid #15558d4d;
}

    .section-tips-custom h2, .section-tips-custom h3{
        font-size: 20px;
        margin-bottom: 15px;
    }

.container-card-search-result-custom-strutture {
    margin-bottom: 50px;
}

.p-end-of-section {
    margin-bottom: 50px;
}

.active-container-initial {
    max-height: 5000px !important;
    transition: 0.4s ease-in-out;
    border: none;
}

.container-information-custom h1 {
    text-align: center;
}

.custom-initial-text-container {
    /*border-bottom: 2px solid #e6e6e6;*/
    padding: 15px;
    max-height: 100px;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
    max-width: 1000px;
    text-align: left;
    margin: 0 auto 30px auto;
}

    .custom-initial-text-container h2 {
        font-size: 18px;
    }

.more-information-container-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-information-custom h1 {
    margin-bottom: 30px;
}

.container-search-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .container-search-custom h2 {
        font-size: 30px;
    }

.form-container {
    width: 100%;
}

.form-button-custom {
    width: 27%;
}

.container-search-custom form {
    display: flex;
    flex-direction: row;
    max-width: 800px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.input-search-container {
    width: 70%;
    margin-bottom: 0 !important;
}

    .input-search-container input {
        width: 100%;
        margin-bottom: 0 !important;
    }

.section-tips-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .section-tips-custom h2,
    .section-tips-custom p {
        max-width: 1000px;
        width: 100%;
    }

.container-card-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1050px) {
    .container-information-custom {
        background-color: #fff;
        padding: 15px;
    }

    .active-container-initial {
        max-height: 5000px !important;
        transition: 0.4s ease-in-out;
        border: none;
    }

    .container-information-custom h1 {
        text-align: center;
    }

    .custom-initial-text-container {
        border-bottom: 2px solid #e6e6e6;
        padding: 15px;
        max-height: 100px;
        overflow: hidden;
        border-radius: 4px;
        transition: 0.4s ease-in-out;
        max-width: 1000px;
        text-align: left;
        margin: 0 auto 30px auto;
    }

        .custom-initial-text-container h2 {
            font-size: 18px;
        }

    .more-information-container-custom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #show-more-btn {
        margin-bottom: 0;
    }

    .form-container form {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 400px;
        margin: 0 auto;
    }

        .form-container form input {
            width: 100%;
            padding: 10px;
        }

        .form-container form button {
            width: 100%;
            padding: 10px;
        }

    .input-search-container {
        width: 100%;
        margin-bottom: 20px;
    }

        .input-search-container input {
            width: 100%;
        }

    .form-button-custom {
        width: 100% !important;
        margin: 0 !important;
        padding: 10px;
    }
}
.item:hover {
    background-color: #f4f4f4;
    transition: 0.4s ease-in-out;
}

.active-element-list span {
    font-weight: bold;
    color: #0582CA !important;
    background-color: #f4f4f4;
    transition: 0.4s ease-in-out;
}
/*-------------- CARD ---------------*/

.card {
    box-shadow: 0 5px 10px rgba(0,0,0,0.10);
}

#container-card > .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .list-cards-custom {
        padding-top:50px;
        padding-bottom:50px;
        width: 100%;
        max-width: 1000px;
    }
    #container-card > .row {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .content-custom-strutture {
        padding: 0;
        background-color: #e3eaf1;
    }

    .container-fluid-custom-strutture {
        padding: 0;
    }

    .row-custom-strutture {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .input-search-custom-strutture {
        width: 100%;
        padding: 0;
    }

    .search-filter-custom-strutture {
        margin: 0;
        border-bottom: 2px solid #15558d4d !important;
        margin-bottom: 70px;
    }

    .card-header-custom-strutture {
        text-align: center !important;
        border-bottom: 2px solid #15558d4d !important;
        padding: 30px 0;
    }

        .card-header-custom-strutture h4 {
            font-size: 1.8rem;
        }

    .search-input-custom-structure {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 800px;
        background-color: transparent;
        box-shadow: none;
        flex: none;
    }

    .input-search-custom-element-strutture {
        margin: 0;
        width: 68%;
    }

    .container-input-custom-strutture {
        background-color: #fff;
    }

    .btn-search-custom-strutture {
        width: 30%;
        border: none;
    }

        .btn-search-custom-strutture button {
            width: 100%;
            color: #fff !important;
            background-color: #15558d !important;
            border: none !important;
        }

            .btn-search-custom-strutture button:hover {
                color: #fff !important;
                background-color: #0582ca !important;
                border: none !important;
            }

    .container-card-search-result-custom-strutture {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .container-card-search-result-custom-strutture .card {
            max-width: 800px;
            width: 100%;
        }

            .container-card-search-result-custom-strutture .card .card-body {
                padding: 0;
            }

    .title-card-section-custom-strutture {
        margin-bottom: 40px;
    }

    .left-card-side-custom-strutture {
        width: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 2px solid rgb(235, 235, 235);
    }

        .left-card-side-custom-strutture .img-fluid {
            padding: 0 !important;
        }

    .right-card-side-custom-strutture {
        margin: 0;
        padding: 20px !important;
        display: flex;
        flex-direction: column;
        width: 55%;
        flex: none;
        justify-content: space-around;
        max-width: none;
    }

        .right-card-side-custom-strutture .doc-info-cont {
            padding: 0 !important;
        }

            .right-card-side-custom-strutture .doc-info-cont .doc-name {
                font-size: 1.3rem !important;
                margin-bottom: 20px;
            }

            .right-card-side-custom-strutture .doc-info-cont .clinic-details {
                padding: 0 !important;
                display: flex !important;
                margin-bottom: 20px;
            }

    .clinic-booking-custom-button-strutture {
        padding: 0 !important;
    }

    .custom-link-strutture {
        background-color: #15558d !important;
        color: #fff;
    }

        .custom-link-strutture:hover {
            background-color: #0582ca !important;
            border-color: #0582ca !important;
            color: #fff;
        }
}
@media only screen and (max-width: 767.98px) {
    .input-search-container{
        margin-bottom: 20px !important;
    }
    .breadcrumb-bar .breadcrumb-title {
        margin-bottom: 30px;
    }

    .content {
        background-color: #15558d1f;
        padding-top: 0;
    }

    .container-input {
        background-color: #fff;
        padding-top: 40px;
        border-bottom: #15558d4d 2px solid;
        margin-bottom: 30px;
    }

    .card-body {
        padding: 1.25rem;
        border-radius: 10px;
        border: 0px solid #15558d4d;
    }

    .card {
        border-radius: 10px;
    }

    .bg-info-light {
        width: 100%;
        /*margin-top: 40px;*/
        margin-bottom: 10px;
        padding: 10px;
        border: 2px solid;
    }

    .clinic-booking {
        width: 100%;
    }

    .clinic-details {
        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px 5px;
        border: 2px solid #e6e6e6;
        border-radius: 10px;
    }

        .clinic-details span:last-of-type {
            color: #15558D !important;
        }

    .price-custom {
        font-size: 2.5rem;
        color: #15558D !important;
    }

    .clinic-booking form a, .clinic-booking input.apt-btn {
        color: #fff !important;
        background: #15558d !important;
        border: 2px solid #15558d !important;
    }

    .clinic-booking a {
        color: #15558d !important;
        background: #fff !important;
        border: 2px solid #15558d !important;
    }

    .content-custom-strutture {
        padding: 0 !important;
    }

    .input-search-custom-element-strutture {
        width: 58%;
    }

    .btn-search-custom-strutture {
        width: 38%;
    }

    .search-inpt-custom-structure {
        padding-left: 30px;
        padding-right: 30px;
    }

    .container-card-search-result-custom-strutture {
        padding: 0 30px;
    }

    .left-card-side-custom-strutture {
        width: 100%;
        border: none;
        border-bottom: 2px solid rgb(235, 235, 235);
    }

    .right-card-side-custom-strutture {
        width: 100%;
    }

        .right-card-side-custom-strutture .doc-info-cont .clinic-details {
            padding: 20px !important;
        }

    .title-card-section-custom-strutture {
        text-align: center;
    }

    .input-search-custom-strutture {
        padding: 0 !important;
    }

    .container-fluid-custom-strutture {
        padding: 0 !important;
    }

    .search-input-custom-structure {
        display: flex;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
    }

    .input-search-custom-strutture {
        margin-bottom: 40px;
    }

    .title-card-section-custom-strutture {
        margin-bottom: 20px;
    }

    .left-card-side-custom-strutture {
        margin-bottom: 20px;
    }

    .card-header-custom-strutture {
        text-align: center;
    }

        .card-header-custom-strutture h4 {
            font-size: 1.2rem;
        }

    .input-search-custom-element-strutture {
        width: 58%;
    }

    .btn-search-custom-strutture {
        width: 38%;
    }

        .btn-search-custom-strutture button {
            width: 100% !important;
        }
}
.content-custom-visite {
    background-color: #15558d1f;
    padding: 0;
    max-width: none !important;
}

    .content-custom-visite .container {
        padding: 0;
    }

.h1-container-div {
    background-color: #fff;
    display: flex;
    flex-direction: column !important;
    padding: 30px;
    margin: 0 !important;
    margin-bottom: 50px !important;
    border-bottom: #15558d4d 2px solid;
}

    .h1-container-div h1 {
        margin: 0 auto 30px auto;
        max-width: 1000px;
    }

    .h1-container-div .custom-initial-text-container {
        margin: 0 auto 30px auto;
        max-width: 1000px;
    }

    .h1-container-div #show-more-btn {
        margin: 0 auto 30px auto;
        max-width: 300px;
    }

.custom-initial-text-container {
   /* border-bottom: 2px solid #e6e6e6;*/
    padding: 30px;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
}

    .custom-initial-text-container h2 {
        font-size: 1.2rem;
        margin-top: 50px;
    }

        .custom-initial-text-container h2:first-of-type {
            font-size: 1.2rem;
            margin-top: 0px;
        }

    .custom-initial-text-container h3 {
        font-size: 1.2rem;
        margin-top: 50px;
    }

.active-container-initial {
    max-height: 5000px;
    transition: 0.4s ease-in-out;
}

#show-more-btn {
    font-family: poppins;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #15558d;
    border: 2px solid #15558d !important;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
}

.h1-custom {
    text-align: center;
    margin-bottom: 30px;
}

.container-card-custom {
    padding: 0 15px;
}

.card-container-title-custom {
    text-align: center;
    margin-bottom: 30px;
}

.container-custom {
    margin: 0 !important;
    max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
    .breadcrumb-bar .breadcrumb-title {
        margin-bottom: 30px;
    }

    .content {
        background-color: #15558d1f;
        padding-top: 0;
    }

    .container-input {
        background-color: #fff;
        padding-top: 40px;
        border-bottom: #15558d4d 2px solid;
        margin-bottom: 30px;
    }

    .card-body {
        padding: 1.25rem;
        border-radius: 10px;
        border: 0px solid #15558d4d;
    }

    .card {
        border-radius: 10px;
    }

    .bg-info-light {
        width: 100%;
        /*margin-top: 40px;*/
        margin-bottom: 10px;
        padding: 10px;
        border: 2px solid;
    }

    .clinic-booking {
        width: 100%;
    }

    .clinic-details {
        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px 5px;
        border: 2px solid #e6e6e6;
        border-radius: 10px;
    }

        .clinic-details span:last-of-type {
            color: #15558D !important;
        }

    .price-custom {
        font-size: 2.5rem;
        color: #15558D !important;
    }

    .clinic-booking form a, .clinic-booking input.apt-btn {
        color: #fff !important;
        background: #15558d !important;
        border: 2px solid #15558d !important;
    }

    .clinic-booking a {
        color: #15558d !important;
        background: #fff !important;
        border: 2px solid #15558d !important;
    }

    .content-custom-strutture {
        padding: 0 !important;
    }

    .input-search-custom-element-strutture {
        width: 58%;
    }

    .btn-search-custom-strutture {
        width: 38%;
    }

    .search-inpt-custom-structure {
        padding-left: 30px;
        padding-right: 30px;
    }

    .container-card-search-result-custom-strutture {
        padding: 0 30px;
    }

    .left-card-side-custom-strutture {
        width: 100%;
        border: none;
        border-bottom: 2px solid rgb(235, 235, 235);
    }

    .right-card-side-custom-strutture {
        width: 100%;
    }

        .right-card-side-custom-strutture .doc-info-cont .clinic-details {
            padding: 20px !important;
        }

    .title-card-section-custom-strutture {
        text-align: center;
    }

    .input-search-custom-strutture {
        padding: 0 !important;
    }

    .container-fluid-custom-strutture {
        padding: 0 !important;
    }

    .search-input-custom-structure {
        display: flex;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
    }

    .input-search-custom-strutture {
        margin-bottom: 40px;
    }

    .title-card-section-custom-strutture {
        margin-bottom: 20px;
    }

    .left-card-side-custom-strutture {
        margin-bottom: 20px;
    }

    .card-header-custom-strutture {
        text-align: center;
    }

        .card-header-custom-strutture h4 {
            font-size: 1.2rem;
        }

    .input-search-custom-element-strutture {
        width: 58%;
    }

    .btn-search-custom-strutture {
        width: 38%;
    }

        .btn-search-custom-strutture button {
            width: 100% !important;
        }
}

.customLink {
    color: #15558d !important;
    font-weight: bold;
    text-decoration: underline;
}

.fRpinn, .dIqdbH {
    display: none !important;
}

@media only screen and (min-width: 767.98px) {
    .form-group {
        margin-bottom: 0 !important;
    }

    .clinic-details .fas {
        padding-left: 0 !important;
    }

    .clinic-details span {
        display: flex;
        align-items: center;
    }

    .content-custom {
        min-height: 261.1px;
        padding: 0;
        background-color: #15558d1f;
    }

    .container-fluid-custom {
        padding: 0 !important;
    }

    .row-custom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-input-custom {
        width: 100%;
        padding: 20px;
        background-color: #fff;
        margin-bottom: 50px;
        border-bottom: 2px solid #15558d4d;
    }

    .form-custom-searchapp {
        display: flex !important;
        width: 100%;
        max-width: 800px !important;
        margin: 0 auto;
        justify-content: space-between !important;
    }

    .form-custom-checkout {
        width: 48% !important;
    }

    .search-location-custom {
        flex: none !important;
        width: 28%;
        margin-bottom: 0 !important;
    }

    .search-info-custom {
        flex: none !important;
        width: 48%;
        margin-bottom: 0 !important;
    }

    .search-btn-custom {
        width: 18% !important;
        flex: none !important;
        margin-bottom: 0 !important;
    }

        .search-btn-custom:hover {
            background-color: #0582ca !important;
            border: 2px solid #377fbe !important;
            color: #fff !important;
        }

    .list-cards-custom {
        width: 100%;
        max-width: 1000px;
        margin : 0 auto;    }

    .card-body-custom {
        padding: 0 !important;
    }
    .h3-title-list-cards {
        margin-bottom: 30px;
    }

    .doc-info-left-custom {
        width: 30%;
        padding: 30px 15px 30px 30px;
        border-right: 2px solid rgb(235, 235, 235);
    }

    .doc-info-right-custom {
        flex: none !important;
        margin: 0;
        max-width: none !important;
        width: 70%;
        padding: 20px 30px 20px 15px;
    }

    .doc-info-cont-custom {
        padding-top: 0 !important;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        font-size: 14px !important;
        margin-bottom: 15px;
    }

    .doc-name-custom {
        align-self: baseline;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .clinic-details-custom {
        margin-right: 20px;
        margin-bottom: 0;
        padding: 0 !important;
        display: flex !important;
        width: 47%;
        flex-direction: column;
        justify-content: space-between !important;
    }

    .price-custom {
        font-size: 3rem;
        margin-bottom: 0;
    }

        .price-custom span {
            font-weight: bold;
            color: #15558d;
            line-height: 3rem;
        }

    .clini-infos-custom {
        text-align: end;
        width: 50%;
        font-size: 14px;
        margin-bottom: 0;
    }

    .clinic-booking-custom {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .li-calendar-custom {
        display: flex !important;
        align-items: center;
        justify-content: end;
        margin-bottom: 10px !important;
    }

    .date-selector {
        width: 48% !important;
        padding: 10px 0;
        color: #15558d !important;
        border: 2px solid #15558d !important;
        background-color: #fff !important;
    }

    .btn-appuntamento {
        background-color: #15558d !important;
        border: 2px solid #15558d !important;
    }

        .btn-appuntamento:hover, .date-selector:hover {
            background-color: #0582ca !important;
            border: 2px solid #377fbe !important;
            color: #fff !important;
        }

    .form-checkout-custom {
        width: 48% !important;
    }

    .confirm-prenotazione:hover {
        background-color: #0582ca !important;
        border: 1px solid #0582ca !important;
    }

    .content-custom-strutture {
        padding: 0;
        background-color: #e3eaf1;
    }

    .container-fluid-custom-strutture {
        padding: 0;
    }

    .row-custom-strutture {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .input-search-custom-strutture {
        width: 100%;
        padding: 0;
    }

    .search-filter-custom-strutture {
        margin: 0;
        max-width: 100% !important;
        border-bottom: 2px solid #15558d4d !important;
        margin-bottom: 70px;
    }

    .card-header-custom-strutture {
        text-align: center !important;
        border-bottom: 2px solid #15558d4d !important;
        padding: 30px 0;
    }

        .card-header-custom-strutture h4 {
            font-size: 1.8rem;
        }

    .search-input-custom-structure {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 800px;
        background-color: transparent;
        box-shadow: none;
        flex: none;
    }

    .input-search-custom-element-strutture {
        margin: 0;
        width: 68%;
    }

    .container-input-custom-strutture {
        background-color: #fff;
    }

    .btn-search-custom-strutture {
        width: 30%;
        border: none;
    }

        .btn-search-custom-strutture button {
            width: 100%;
            color: #fff !important;
            background-color: #15558d !important;
            border: none !important;
        }

            .btn-search-custom-strutture button:hover {
                color: #fff !important;
                background-color: #0582ca !important;
                border: none !important;
            }

    .container-card-search-result-custom-strutture {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .container-card-search-result-custom-strutture .card {
            max-width: 800px;
            width: 100%;
        }

            .container-card-search-result-custom-strutture .card .card-body {
                padding: 0;
            }

    .title-card-section-custom-strutture {
        margin-bottom: 40px;
    }

    .left-card-side-custom-strutture {
        width: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 2px solid rgb(235, 235, 235);
    }

        .left-card-side-custom-strutture .img-fluid {
            padding: 0 !important;
        }

    .right-card-side-custom-strutture {
        margin: 0;
        padding: 20px !important;
        display: flex;
        flex-direction: column;
        width: 55%;
        flex: none;
        justify-content: space-around;
        max-width: none;
    }

        .right-card-side-custom-strutture .doc-info-cont {
            padding: 0 !important;
        }

            .right-card-side-custom-strutture .doc-info-cont .doc-name {
                font-size: 1.3rem !important;
                margin-bottom: 20px;
            }

            .right-card-side-custom-strutture .doc-info-cont .clinic-details {
                padding: 0 !important;
                display: flex !important;
                margin-bottom: 20px;
            }

    .clinic-booking-custom-button-strutture {
        padding: 0 !important;
    }

    .custom-link-strutture {
        background-color: #15558d !important;
        color: #fff;
    }

        .custom-link-strutture:hover {
            background-color: #0582ca !important;
            border-color: #0582ca !important;
            color: #fff;
        }
}
.input-upper-case {
    text-transform: uppercase !important;
}
.datetimepicker, .timing {
    cursor: pointer !important;
}

.sfondoBlu {
    background: #15558d;
    border-top: 2px solid #fff;

}

    .sfondoBlu h1, .sfondoBlu h2, .sfondoBlu h3, .sfondoBlu p, .sfondoBlu a, .sfondoBlu li, .sfondoBlu strong, .sfondoBlu b, .sfondoBlu {
        color: #fff !important;
    }
        .sfondoBlu #show-more-btn {
        display: block;
        padding: 8px;
        max-width: 200px;
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff !important;
    }


.sticky-top {
    z-index: 1045 !important;
}

#patientInfo {
    text-align: center;
}

.info-widget #patientInfo, .info-widget #patientInfo #sezPazienteSelezionato, .info-widget #patientInfo .bg-danger {
    text-align: left !important;
}

#patientInfo .bg-danger, #CheckoutSubmitSection .bg-danger {
    background-color: #f8d7da !important;
}

