@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap);


html {
    height: 100%;
}

body {
    background-color: #ffffff;
    color: #272b41;
    font-family: "Poppins",sans-serif;
    font-size: 0.9375rem;
    height: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #272b41;
    font-weight: 500;
}

.h1, h1 {
    font-size: 2.25rem;
}

.h2, h2 {
    font-size: 1.875rem;
}

.h3, h3 {
    font-size: 1.5rem;
}

.h4, h4 {
    font-size: 1.125rem;
}

.h5, h5 {
    font-size: 1rem;
}

a {
    color: #2E3842;
}

    a, a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
    }

input, button, a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    input[type=text], input[type=password] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.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;
}

.form-group {
    margin-bottom: 1rem;
}

.text-danger, .dropdown-menu > li > a.text-danger {
    color: #ff0100 !important;
}

.btn-primary {
    background-color: #3EBDC6;
    border: 1px solid #3EBDC6;
}


.btn-one-light {
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    background: #0071DC;
    border: 1px solid #0071DC;
    box-shadow: inset 0 0 0 0 #3EBDC6;
    border-radius: 5px;
    min-width: 110px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 1.25rem;
}

.modal {
    -webkit-overflow-scrolling: touch;
}

    .modal .card {
        box-shadow: unset;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-prev, .slick-next, .pharmacy-home-slider .swiper-button-prev, .pharmacy-home-slider .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 1px 6px 14px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    z-index: 9999;
}

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #383838;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: 0;
    z-index: 1;
}

.slick-next {
    right: 0;
}

.form-focus {
    height: 50px;
    position: relative;
}

.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-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}

    .header-navbar-rht li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 20px;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

        .header-navbar-rht li:last-child {
            padding-right: 0px;
        }

        .header-navbar-rht li a.header-login {
            background: #fff;
            border: 2px solid #3EBDC6;
            border-radius: 4px;
            padding: 10px 15px !important;
            box-shadow: inset 0 0 0 0 #3EBDC6;
            text-align: center;
            font-size: 15px;
            color: #3EBDC6;
            text-transform: uppercase;
            font-weight: 500;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

.search-box .form-group {
    margin-bottom: 0px;
}

.search-detect {
    padding: 5px 9px 5px 28px;
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 13px;
    border: 2px solid #3EBDC6;
    background-color: #fff !important;
    color: #3EBDC6 !important;
    border-radius: 5px;
    background: url(../img/google-map.png) no-repeat 9px center;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

    .search-detect:hover, .search-detect:active {
        background-color: #3EBDC6 !important;
        background: url(../img/google-map-white.png) no-repeat 9px center;
        color: #fff !important;
        transition: all ease-in-out 0.2s;
    }

.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;
    /*url(../img/icons/x-icon-01.png) no-repeat 9px center;*/
    cursor: pointer;
}

.modal {
    -webkit-overflow-scrolling: touch;
}

    .modal .card {
        box-shadow: unset;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-prev, .slick-next, .pharmacy-home-slider .swiper-button-prev, .pharmacy-home-slider .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 1px 6px 14px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    z-index: 9999;
}

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #383838;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: 0;
    z-index: 1;
}

.slick-next {
    right: 0;
}

.form-focus {
    height: 50px;
    position: relative;
}

.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-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}

    .header-navbar-rht li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 20px;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

        .header-navbar-rht li:last-child {
            padding-right: 0px;
        }

        .header-navbar-rht li a.header-login {
            background: #fff;
            border: 2px solid #3EBDC6;
            border-radius: 4px;
            padding: 10px 15px !important;
            box-shadow: inset 0 0 0 0 #3EBDC6;
            text-align: center;
            font-size: 15px;
            color: #3EBDC6;
            text-transform: uppercase;
            font-weight: 500;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

.search-box .form-group {
    margin-bottom: 0px;
}

.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;
    /*url(../img/icons/x-icon-01.png) no-repeat 9px center;*/
    cursor: pointer;
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
}

-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: #3EBDC6;
}

    .footer .footer-top {
        padding: 40px 0;
    }

.footer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}

.footer .footer-widget .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}

    .footer .footer-menu ul li:last-child {
        margin-bottom: 0;
    }

    .footer .footer-menu ul li a {
        color: #fff;
        font-size: 15px;
        padding-left: 20px;
        position: relative;
        transition: all 0.4s ease 0s;
    }

        .footer .footer-menu ul li a::before {
            content: "\f101";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 0;
            margin-right: 5px;
            position: absolute;
            top: 0;
        }

.footer-contact-info {
    color: #fff;
    font-size: 15px;
}

    .footer-contact-info .footer-address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer-contact-info .footer-address span {
            margin-right: 20px;
        }

            .footer-contact-info .footer-address span i.fa-map-marker-alt {
                font-size: 20px;
            }

    .footer-contact-info p i {
        margin-right: 15px;
    }

.footer .footer-bottom .copyright {
    border-top: 1px solid #1663a6;
    padding: 30px 0;
}

.footer .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 15px;
}

.footer .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer .social-icon ul li {
        margin-right: 15px;
    }

        .footer .social-icon ul li:last-child {
            margin-right: 0;
        }

        .footer .social-icon ul li a {
            color: #fff;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-size: 20px;
            transition: all 0.4s ease 0s;
        }

.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
}

    .policy-menu li {
        display: inline-block;
        margin-right: 15px;
    }

        .policy-menu li:last-child {
            margin-right: 0;
        }

        .policy-menu li a {
            color: #fff;
        }

        .policy-menu li::after {
            color: #fff;
            content: "|";
            font-weight: 300;
            position: relative;
            left: 10px;
        }

        .policy-menu li:last-child::after {
            content: "";
        }

.section-search {
    background-color: #C2F2FF;
    /*background:*/ /*#f9f9f9*/ /*#ccecff url(../img/coverTablet.png) no-repeat bottom center;*/
    min-height: 450px;
    background-size: 100% auto;
    position: relative;
    /*background-blend-mode: Darken;*/
    padding: 80px 0;
}

.section-header {
    margin-bottom: 60px;
}

    .section-header h2 {
        font-size: 36px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .section-header .sub-title {
        color: #575757;
        font-size: 16px;
        max-width: 600px;
        margin: 20px auto 0;
    }

    .section-header p {
        color: #575757;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 15px;
    }

.banner-wrapper {
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
}

.banner-wrapper .banner-header {
        margin-bottom: 30px;
    }

.banner-wrapper .banner-header h1 {
            margin-bottom: 10px;
            font-size: 40px;
            font-weight: 600;
        }

.banner-wrapper .banner-header p {
            color: #575757;
            font-size: 20px;
            margin-bottom: 0;
        }

.search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-box .form-control, .search-box-fil .form-control {
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    border-radius: 5px;
    padding-left: 35px;
}

.search-box .search-location, .search-box-fil .search-location {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 12px;
    position: relative;
    width: 240px;
}

.search-location .form-control {
    background: #fff url(../img/location.png) no-repeat 10px center;
}

.search-box .search-info, .search-box-fil .search-info {
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    margin-right: 12px;
    position: relative;
    /*width: 490px;*/
}

.search-info .form-control {
    background: #fff url(../img/search.png) no-repeat 10px center;
}

.search-box .search-btn, .search-box-fil .search-btn {
    display: flex;
    flex: none !important;
    width: 100px;
    align-items: center;
    justify-content: center;

}

.search-box .search-btn i, .search-box-fil .search-btn i{
    margin-right: 5px;
}

    .search-box .search-btn span, .search-box-fil .search-btn span {
    
        font-weight: 500;
    }

.banner-wrapper .banner-header {
    margin-bottom: 30px;
}

    .banner-wrapper .banner-header h1 {
        margin-bottom: 10px;
        font-size: 40px;
        font-weight: 600;
    }

    .banner-wrapper .banner-header p {
        color: #000;
        font-size: 20px;
        margin-bottom: 0;
    }

.search-btn {
    width: 100%;
}

.search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-box .form-control {
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    border-radius: 5px;
    padding-left: 35px;
}

.search-box .search-location {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 12px;
    position: relative;
    width: 240px;
}

.search-location .form-control {
    background: #fff url(../img/location.png) no-repeat 10px center;
}

.search-box .search-info {
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    margin-right: 12px;
    position: relative;
    width: 490px;
}

.search-info .form-control {
    background: #fff url(../img/search.png) no-repeat 10px center;
}


.slick-slide {
    outline: none !important;
}

.section-doctor {
    background-color: #f8f9fa;
    padding: 80px 0;
    margin-bottom: 30px;
}

    .section-doctor .section-header {
        margin-bottom: 30px;
    }

        .section-doctor .section-header p {
            margin-top: 10px;
        }

.doctor-slider .slick-slide {
    display: block;
    margin-left: 0;
    padding: 10px;
    width: 280px;
    height: 500px;
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 15px;
    height: 380px;
}

.doc-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}


    .doc-img img {
        border-radius: 4px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
        -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
        -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
        -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
        transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
        width: 100%;
    }

.pro-content {
    padding: 15px 0 0;
}

    .pro-content .title {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 5px;
        height: 50px;
    }

.profile-widget .pro-content .title a {
    display: inline-block;
}

.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}

    .rating i {
        color: #dedfe0;
    }

        .rating i.filled {
            color: #f4c150;
        }

.profile-widget .rating {
    color: #575757;
    font-size: 14px;
    margin-bottom: 15px;
}

    .profile-widget .rating i {
        font-size: 14px;
    }

.available-info {
    font-size: 13px;
    color: #575757;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

    .available-info li i {
        width: 22px;
    }

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}

    .row.row-sm > div {
        padding-left: 3px;
        padding-right: 3px;
    }


.view-btn {
    color: #0582ca;
    font-size: 13px;
    border: 2px solid #0582ca;
    box-shadow: inset 0 0 0 0 #0582ca;
    background: #fff;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.section-doctor .profile-widget {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.about-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

/*.about-content a {
    background-color: #0582ca;
    box-shadow: inset 0 0 0 0 #00b4d8;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    min-width: 150px;
    padding: 15px 20px;
    text-align: center;
}*/

.home-tile-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}


.book-btn1 {
    background-color: #fff;
    border: 2px solid #3EBDC6;
    box-shadow: inset 0 0 0 0 #3EBDC6;
    color: #3EBDC6;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 6px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.doctor-book-card {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 20px #0000000b;
    overflow: hidden;
}

    .doctor-book-card img {
        vertical-align: middle;
        border-radius: .25rem;
        transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    }

.doctor-book-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100%;
    border-radius: .25rem;
}

    .doctor-book-card-content > div {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .doctor-book-card-content .book-btn1 {
        font-size: 14px;
    }

.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;
}

.tile-card-content-1 {
    background: rgb(0, 0, 0);
    background: rgba(13, 13, 13, 0.33);
}

.doctor-book-card h3 {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color: #fff;
}

.view-btn {
    color: #3EBDC6;
    font-size: 13px;
    border: 2px solid #3EBDC6;
    box-shadow: inset 0 0 0 0 #3EBDC6;
    background: #fff;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.section-doctor .profile-widget {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.about-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

/*.about-content a {
    background-color: #0582ca;
    box-shadow: inset 0 0 0 0 #00b4d8;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    min-width: 150px;
    padding: 15px 20px;
    text-align: center;
}*/

.home-tile-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}



.doctor-book-card {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 20px #0000000b;
    overflow: hidden;
}

    .doctor-book-card img {
        vertical-align: middle;
        border-radius: .25rem;
        transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    }

.doctor-book-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100%;
    border-radius: .25rem;
}

    .doctor-book-card-content > div {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .doctor-book-card-content .book-btn1 {
        font-size: 14px;
    }

.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;
}

.tile-card-content-1 {
    background: rgb(0, 0, 0);
    background: rgba(13, 13, 13, 0.33);
}

.doctor-book-card h3 {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color: #fff;
}

.doctor-search-form.trans input, select {
    background-color: transparent;
    border: 2px solid #c2d6f3 !important;
}

.success-card .card-body, .alert-card .card-body {
    padding: 50px 20px;
}

.success-cont, .alert-cont {
    text-align: center;
}

    .success-cont i {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        width: 60px;
        height: 60px;
        border: 2px solid #3EBDC6;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        font-size: 30px;
        margin-bottom: 30px;
        background-color: #3EBDC6;
    }

    .alert-cont i {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        width: 60px;
        height: 60px;
        border: 2px solid #e60000;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        font-size: 30px;
        margin-bottom: 30px;
        background-color: #e60000;
    }

    .success-cont h3, .alert-cont h3 {
        font-size: 24px;
    }

.submit-btn-bottom {
    margin-bottom: 30px;
}

.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
}

.header-navbar-rht li a.header-login:hover {
    background-color: #3EBDC6;
    border-color: #3EBDC6;
    color: #fff;
    box-shadow: inset 0 50px 0 0 #3EBDC6;
    transition: all 0.5s;
}

a, a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}

ul.listSearch li.item span:hover {
    font-weight: bold;
    cursor: pointer;
}

ul.listSearch li.item span {
    padding: 14px 15px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #0582ca !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #0582ca !important;
    border: 1px solid #0582ca !important;
    color: #fff !important;
}

[type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.book-btn1:hover {
    background-color: #3EBDC6 !important;
    color: #fff !important;
    border: 2px solid #3EBDC6;
    box-shadow: inset 0 50px 0 0 #3EBDC6 !important;
    transition: all 0.5s;
}

.doctor-book-card:hover img {
    transform: scale(1.15);
}

/*.about-content a:hover, .about-content a:focus {
    background-color: #00b4d8;
    border-color: #00b4d8;
    color: #fff;
    box-shadow: inset 0 50px 0 0 #00b4d8;
}*/



[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .pharmacy-home-slider .swiper-button-prev:hover, .pharmacy-home-slider .swiper-button-next:hover {
    background-color: #0582ca;
    color: #fff;
    opacity: 1;
}

.view-btn:hover, .view-btn:focus {
    background: #3EBDC6;
    box-shadow: inset 0 50px 0 0 #3EBDC6;
    color: #fff !important;
    transition: all 0.5s;
}

.doc-img:hover img {
    transform: scale(1.15);
}

.footer .footer-widget.footer-menu ul li a:hover {
    color: #fff !important;
    letter-spacing: 0.5px;
    padding-left: 30px;
}

.header-navbar-rht li a.header-login:hover {
    background-color: #3EBDC6;
    border-color: #3EBDC6;
    color: #fff;
    box-shadow: inset 0 50px 0 0 #3EBDC6;
    transition: all 0.5s;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #383838;
    -webkit-font-smoothing: antialiased;
}



.footer .social-icon ul li a:hover {
    color: #fff;
}

.header-navbar-rht li a.header-login:hover {
    background-color: #3EBDC6;
    border-color: #3EBDC6;
    color: #fff !important;
    box-shadow: inset 0 50px 0 0 #3EBDC6;
    transition: all 0.5s;
}


/*-----------------
11. Header
-----------------------*/
.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: #3EBDC6;
    }

    .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, 0.5);
        font-size: 30px;
    }

.header-contact-detail {
    display: inline-block;
    padding-left: 10px;
}

    .header-contact-detail p.contact-header {
        color: #484848;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 2px;
        text-align: left;
    }

    .header-contact-detail p.contact-info-header {
        color: #000;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 0;
    }

.header-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}

    .header-navbar-rht li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 20px;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

        .header-navbar-rht li:last-child {
            padding-right: 0px;
        }

        .header-navbar-rht li .dropdown-menu {
            border: 0;
            box-shadow: 0 0 3px rgba(0, 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 #ffffff #ffffff;
        -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, 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: #3EBDC6;
        border-color: #3EBDC6;
        color: #fff;
        box-shadow: inset 0 50px 0 0 #3EBDC6;
        -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: #3EBDC6;
        letter-spacing: 0.5px;
        padding-left: 20px;
        background-color: #fff;
    }

    .header-navbar-rht li a.header-login {
        background: #fff;
        border: 2px solid #3EBDC6;
        border-radius: 4px;
        padding: 10px 15px !important;
        box-shadow: inset 0 0 0 0 #3EBDC6;
        text-align: center;
        font-size: 15px;
        color: #3EBDC6;
        text-transform: uppercase;
        font-weight: 500;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.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, 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: #3EBDC6;
    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: 0px;
}



.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; /*url(../img/icons/x-icon-01.png) no-repeat 9px center;*/
    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: #3EBDC6;
        box-shadow: 0px 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: #3EBDC6;
        box-shadow: 0px 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: 0.5px;
    padding-left: 20px;
}

.nav-bg-two .main-nav .has-submenu.active > a {
    color: #0071DC;
}

/*-----------------
12. Mobile Menu
-----------------------*/

.sidebar-overlay {
    background-color: rgba(0, 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;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #383838;
    -webkit-font-smoothing: antialiased;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .pharmacy-home-slider .swiper-button-prev:hover, .pharmacy-home-slider .swiper-button-next:hover {
    background-color: #0582ca;
    color: #fff;
    opacity: 1;
}

    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before, .pharmacy-home-slider .swiper-button-prev:hover:before, .pharmacy-home-slider .swiper-button-next:hover:before {
        color: #fff;
        opacity: 1;
    }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .pharmacy-home-slider .swiper-button-prev:hover, .pharmacy-home-slider .swiper-button-next:hover {
    background-color: #0582ca;
    color: #fff;
    opacity: 1;
}

.slick-prev::before {
    content: "←";
}

.slick-next::before {
    content: "→";
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

*, ::after, ::before {
    box-sizing: border-box;
}


.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

div .selected {
    /*border: 2px solid #02c5e1 !important;*/
    box-shadow: 0 0 13px 7px rgb(2 197 255 / 40%);
    /*background-color: #dcfaff !important;*/
}

a.selected {
    box-shadow: none;
}

.card-body {
    padding: 1.5rem;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.10);
}

.card-title {
    margin-bottom: 15px;
}

.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

    .card .card-header .card-title {
        margin-bottom: 0;
    }
/*-----------------
29. Patient Dashboard
-----------------------*/

.profile-sidebar {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}

.pro-widget-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
}

.profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

    .profile-info-widget .booking-doc-img {
        margin-right: 15px;
    }

        .profile-info-widget .booking-doc-img img {
            border-radius: 4px;
            height: 90px;
            width: 90px;
            object-fit: cover;
        }

.profile-det-info {
    overflow: hidden;
}

    .profile-det-info h3 {
        font-size: 17px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.patient-details h5 {
    color: #575757;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .patient-details h5 i {
        width: 18px;
    }

.dashboard-menu ul {
    color: #575757;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

    .dashboard-menu ul li {
        line-height: inherit;
    }

.dashboard-menu > ul > li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

    .dashboard-menu > ul > li:last-child {
        border-bottom: 0;
    }

.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
}

.dashboard-menu > ul > li > a {
    color: #575757;
    display: block;
    padding: 16px 20px;
}

.dashboard-menu > ul > li:hover > a,
.dashboard-menu > ul > li.active > a {
    color: #0582ca;
}

.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
}

.unread-msg {
    background-color: #3EBDC6;
    border-radius: 2px;
    color: #272b41;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.patient-dashboard-top,
.patient-graph-box {
    display: flex;
    display: -webkit-flex;
}

    .patient-dashboard-top > div {
        width: 100%;
    }

    .patient-dashboard-top h6 {
        font-size: 18px;
        margin-bottom: 0;
    }

        .patient-dashboard-top h6 sub {
            font-size: 12px;
        }

.patient-graph-col .graph-box {
    background: #7289DE;
    border-bottom: 8px solid #6A5DEE;
    padding: 22px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 15px 0;
}

    .patient-graph-col .graph-box h4 {
        color: #fff;
        margin-bottom: 15px;
        text-align: center;
    }

    .patient-graph-col .graph-box > div {
        width: 100%;
    }

.graph-img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.graph-status-result {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

    .graph-status-result h3 {
        color: #fff;
        margin-bottom: 0;
        line-height: 0.9;
        width: 100%;
    }

    .graph-status-result span.graph-update-date {
        color: #fff;
        font-weight: 500;
        opacity: 0.7;
        text-align: center;
        width: 100%;
    }

.patient-graph-col .graph-box.pink-graph {
    background-color: #ffa69e;
    border-bottom: 8px solid #fe9286;
}

.patient-graph-col .graph-box.sky-blue-graph {
    background-color: #a9d4ff;
    border-bottom: 8px solid #8ec4ff;
}

.patient-graph-col .graph-box.orange-graph {
    background-color: #ffb88e;
    border-bottom: 8px solid #ffa775;
}
/*-----------------
31. Appoitment List
-----------------------*/

.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

    .widget-profile .profile-info-widget {
        display: block;
        text-align: center;
    }

        .widget-profile .profile-info-widget .booking-doc-img {
            display: inline-block;
            margin: 0 0 15px;
            width: auto;
            padding: 8px;
            border-radius: 50%;
        }

            .widget-profile .profile-info-widget .booking-doc-img img {
                border-radius: 50%;
                height: 120px;
                width: 120px;
            }

.appointment-list .profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-align: left;
}

    .appointment-list .profile-info-widget .booking-doc-img img {
        border-radius: 4px;
        height: 120px;
        object-fit: cover;
        width: 120px;
    }

.appointments .appointment-list {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
}

    .appointments .appointment-list:last-child {
        margin-bottom: 30px;
    }

.appointments .appointment-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.appointment-action a + a {
    margin-left: 5px;
}

.appointment-action a {
    font-size: 13px;
}

.info-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .info-details li .title {
        color: #272b41;
        font-weight: 500;
    }

    .info-details li .text {
        color: #575757;
        display: block;
        font-size: 16px;
        overflow: hidden;
    }

    .info-details li {
        margin-bottom: 10px;
    }

        .info-details li:last-child {
            margin-bottom: 0;
        }
/*-----------------
24. Patient Profile
-----------------------*/

.add-new-btn {
    background-color: #0582ca;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 20px;
}

    .add-new-btn:focus, .add-new-btn:hover, .add-new-btn:active {
        background-color: #0582ca;
        color: #fff;
    }

.patient-info {
    margin-top: 15px;
}

    .patient-info ul {
        padding: 0;
        list-style: none;
        font-size: .875rem;
        margin: 0;
    }

        .patient-info ul li {
            position: relative;
            font-size: .875rem;
            font-weight: 500;
            color: #272b41;
            text-transform: capitalize;
        }

            .patient-info ul li + li {
                margin-top: 15px;
            }

            .patient-info ul li i {
                width: 18px;
            }

            .patient-info ul li span {
                color: #575757;
                float: right;
                font-weight: 400;
            }

.btn.btn-rounded {
    border-radius: 50px;
}

.btn-outline-info {
    color: #009efb;
    border-color: #009efb;
}

    .btn-outline-info:hover {
        color: #fff !important;
        background-color: #009efb;
        border-color: #009efb;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: none;
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        background-color: transparent;
        color: #009efb;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active,
    .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        background-color: #009efb;
        border-color: #009efb;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: none;
        }


/*-----------------
89. Responsive
-----------------------*/

@media only screen and (min-width:768px) {
    .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;
        }
    .search-box .form-group {
        margin-bottom: 0 !important;
    }

    .search-box .form-group {
        margin-bottom: 0 !important;
    }
}

@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, 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, 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: #3EBDC6;
    }

    .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: 0.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: 0px;
        }

    .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: 0px;
        }

        .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 /*1199px*/ ) {
    .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: 0px;
            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 !important;
        font-size: 14px;
        font-weight: 500;
    }

        .main-nav > li > a > i {
            float: right;
            margin-top: 5px;
        }

    .main-nav > li .submenu li a {
        border-top: 0;
        color: #fff;
        padding: 10px 15px 10px 35px;
    }

    .main-nav > li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }

    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f078";
    }

    .main-nav .has-submenu.active > a {
        color: #fff;
    }

    .main-nav .has-submenu > a:hover {
        color: #fff;
    }

    .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
    }

    .login-left {
        display: none;
    }

    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #0071DC;
    }

    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    #mobile_btn {
        height: 50px;
        width:50px;
        align-content:center;
        display: flex;
        flex-direction:column;
        justify-content:center;
    }

    .section-search {
        min-height: 330px;
    }

    .section-specialities {
        padding: 50px 0;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .chat-cont-left, .chat-cont-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
    }

    .chat-cont-left {
        border-right: 0;
    }

    .chat-cont-right {
        position: absolute;
        right: -100%;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

        .chat-cont-right .chat-header {
            justify-content: start;
            -webkit-justify-content: start;
            -ms-flex-pack: start;
        }

            .chat-cont-right .chat-header .back-user-list {
                display: block;
            }

            .chat-cont-right .chat-header .chat-options {
                margin-left: auto;
            }

    .chat-window.chat-slide .chat-cont-left {
        left: -100%;
    }

    .chat-window.chat-slide .chat-cont-right {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .day-slot li.left-arrow {
        left: -10px;
    }

    .container {
        max-width: 100%;
    }

    .appointments .appointment-action {
        margin-top: 10px;
    }

    .appointments .appointment-list {
        display: block;
    }

    .banner-wrapper {
        max-width: 720px;
    }

    .search-box .search-info {
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        width: 180px;
    }

    .banner-wrapper .banner-header h1 {
        font-size: 2.125rem;
    }

    .dct-border-rht {
        border-bottom: 1px solid #f0f0f0;
        border-right: 0;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .dr-img {
        display: none;
    }

    .doctor-search {
        padding: 30px 0;
    }

    .doctor-search-section {
        padding-top: 85px;
    }

    .shapes {
        display: none;
    }

    .search-box-3 {
        position: relative;
    }

    .header-top {
        display: none;
    }

    .search-box {
        max-width: 535px;
        margin: 0 auto;
    }

    .card-label > label {
        font-size: 12px;
    }

    .footer .footer-top {
        padding-bottom: 10px;
    }

    .time-slot li .timing.selected::before {
        display: none;
    }

    .review-listing .recommend-btn {
        float: none;
    }

    .dash-widget {
        flex-direction: unset;
        text-align: left;
    }

    .circle-bar {
        margin: 0 15px 0 0;
    }

    .call-wrapper {
        height: calc(100vh - 140px);
    }

    .sidebar-overlay.opened {
        display: block;
    }

    .about-content {
        margin-bottom: 30px;
    }

    .slide-image {
        padding-left: 0;
        padding-right: 0;
    }

    .custom-short-by > div {
        margin-right: 0;
    }

    .product-description .doctor-img1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .product-description .doc-info-cont {
        width: 100%;
    }

    .product-description .doc-info-left {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .clinics-section {
        padding: 40px 0 25px;
    }

    .specialities-section {
        padding: 60px 0 35px;
    }

    .our-doctors-section {
        padding: 40px 0;
    }

    .clinic-features-section {
        padding: 40px 0;
    }

    .our-blog-section {
        padding: 40px 0;
    }

    .section-search-3 .banner-info {
        padding: 60px 0 130px;
    }

    .section-search-3 .doctor-search-form .banner-btn {
        padding: 18px 30px;
    }

    .pop-box .body-section h3 {
        font-size: 20px;
    }

    .section-header-three h2 {
        font-size: 28px;
    }

    .doc-background, .pat-background {
        min-height: 250px;
    }

    .doctor-divison h3 {
        font-size: 20px;
    }

    .doctor-divison p {
        font-size: 12px;
    }

    .doctors-body .inner-section > span {
        font-size: 12px;
    }

    .book-best-doctors .doctors-body .average-ratings {
        padding: 1px 8px;
        font-size: 10px;
        margin-left: 7px;
    }

    .book-best-doctors .doctors-body h4 {
        font-size: 18px;
    }

    .book-best-doctors .amt-txt {
        font-size: 16px;
    }

    .latest-blog .blog-wrap .blog-wrap-body h3 {
        font-size: 18px;
    }

    .header-four .nav-item a.header-login {
        margin: 15px 20px;
    }

        .header-four .nav-item a.header-login i {
            float: unset;
        }

    .doc-form {
        position: absolute;
        top: 85px;
        left: 20px;
        padding: 37px 0;
        width: 600px;
    }

    .dot-slider .slick-slide {
        height: 375px;
    }

    .dot-slider .profile-widget {
        margin-bottom: 0;
    }

    .app-form h2 {
        font-size: 30px;
    }

    .app-form .doctor-search-form input {
        min-height: 50px;
    }

    .app-form .banner-btn {
        padding: 10px 30px;
        min-height: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .category-sec {
        padding: 50px 0;
        margin-top: 0;
    }

    .set-category {
        padding: 10px;
    }

        .set-category .info-holder h3 {
            font-size: 20px;
        }

        .set-category .info-holder p {
            font-size: 11px;
        }

        .set-category .img-holder {
            margin-right: 10px;
        }

            .set-category .img-holder a {
                width: 50px;
                height: 50px;
            }

                .set-category .img-holder a img {
                    width: 20px;
                }

    .select-box {
        padding: 20px;
    }

        .select-box p {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .select-box .book-now {
            padding: 8px 20px;
        }

        .select-box .image-holder {
            margin-right: 15px;
        }

    .aval-features .custom-contain {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .aval-features .feature {
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 40px;
    }

        .aval-features .feature .info-box {
            padding: 20px;
        }

            .aval-features .feature .info-box h2 {
                font-size: 30px;
            }

    .aval-features .custom-contain {
        max-width: 100%;
    }

    .header-trans.header-five .main-menu-wrapper {
        margin-left: auto;
    }

    .header-trans.header-trans-two .main-menu-wrapper {
        margin-left: auto;
    }

    .home-search-section .banner-header h2 {
        font-size: 34px;
    }

    .facility-section .operat-img {
        width: 100%;
    }

    .facility-section .visit-doctor {
        padding: 15px;
        margin-bottom: 20px;
    }

        .facility-section .visit-doctor .inner-details img {
            bottom: -13px;
        }

    .visit-doctor .inner-details .info h1 {
        font-size: 20px;
    }

    .visit-doctor .inner-details .info p {
        font-size: 12px;
        max-width: 100%;
    }

    .visit-doctor .inner-details .count h1 {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }

    .clinic-wrap {
        height: 200px;
    }

    .heading-wrapper h1 {
        font-size: 30px;
        max-width: 100%;
    }

    .clinic-wrap .wrapper-overlay img {
        margin-bottom: 20px;
    }

    .doc-booking .book-slider .slick-prev, .doc-booking .book-slider .slick-next {
        top: -100px;
    }

    .blog-wrapper .wrap-content .date-cart {
        font-size: 26px;
    }

    .home-search-section .doctor-search {
        padding: 40px 0;
    }

    .facility-section {
        padding: 40px 0 20px;
    }

    .clinic-speciality {
        padding: 40px 0 10px;
    }

    .browse-section.brower-category {
        padding: 40px 0 20px;
    }

    .doctor-divison.provider-select .doc-background, .doctor-divison.provider-select .pat-background {
        padding: 40px 30px;
    }

    .doc-booking {
        padding: 40px 0;
    }

    .blogs-section.blog-container {
        padding: 40px 0 10px;
    }

    .heading-wrapper .nav-arrow {
        display: none;
    }

    .heading-wrapper {
        margin-bottom: 30px;
        text-align: center;
    }

    .blog-wrapper .wrap-content:before {
        border-left: 178px solid transparent;
        border-right: 170px solid transparent;
    }

    .divider .carousel-inner {
        height: 430px;
    }

    .about-section {
        min-height: unset;
        background: linear-gradient(360deg, rgba(0, 113, 220, 0.06) 40.94%, rgba(229, 241, 251, 0) 100%);
    }

    .select-category {
        padding: 50px 0 20px;
        margin: 0;
    }

    .contact-section h3 {
        font-size: 36px;
    }

    .contact-section p {
        font-size: 18px;
    }

    .contact-box .infor-details p {
        font-size: 14px;
    }

    .category-subox {
        margin-bottom: 30px;
    }

    .category-col:after {
        bottom: 15px;
    }

    .appoinment-box .appoinment-btn {
        margin-right: 20px;
        width: 50px;
    }

    .appointment-info-holder h2 {
        font-size: 38px;
    }

    .appointment-info .appointment-link {
        font-size: 24px;
    }

    .appointment-info-holder h2 {
        font-size: 28px;
    }

    .news-bg .news-left h2 {
        font-size: 36px;
    }

    .nav-bg .header-nav {
        height: 85px;
    }

    .appointment-bg {
        padding: 20px 0 20px;
    }

        .appointment-bg .appointment-left {
            display: none;
        }

    .appointment-grid {
        margin-bottom: 20px;
    }

    .service-section {
        padding: 40px 0 40px;
    }

    .doctor-section {
        padding: 40px 0 40px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .features-section {
        padding: 40px 0 40px;
    }

    .news-letter-bg {
        padding: 40px 0 40px;
    }

    .news-section {
        padding: 0px 0 40px;
    }

    .news-letter-bg .news-bg {
        text-align: center;
        padding: 40px 0
    }

    .news-img {
        display: none;
    }

    .grid-news .news-content .news-title a {
        font-size: 18px;
    }

    .grid-news .news-content ul li .news-date a {
        font-size: 15px;
        height: 40px;
    }

    .footer-one {
        padding: 20px 0;
    }

    .footer-two {
        padding: 20px 0;
    }

    .nav-bg-two .main-menu-wrapper {
        background-color: #0071DC;
    }

    .nav-bg-two .main-nav .has-submenu.active > a {
        color: #fff;
    }

    .nav-bg-two .main-nav > li {
        border-bottom: 1px solid #8bbeef;
    }

    .nav-bg-two .main-nav li .submenu a:hover {
        color: #fff;
    }

    .nav-bg-two .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
    }

    .nav-bg .main-nav > li {
        border-bottom: 1px solid #8bbeef;
    }

    .nav-bg-two .menu-close:hover {
        color: #0071dc;
    }

    .home-banner-two {
        padding: 80px 0 0px;
    }

        .home-banner-two .slick-slide img {
            height: auto;
        }

    .banner-two-form {
        margin: -50px auto 0;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

        .banner-two-form .search-area {
            max-width: 100%;
        }

    .home-banner-two .slider-counter {
        position: relative;
        right: 0;
        float: unset;
        font-size: 20px;
        padding: 10px;
        bottom: 5px;
        min-width: 200px;
        display: none;
        justify-content: center;
        align-items: center;
        left: 15px;
        text-align: center;
        margin: auto;
    }

    .home-banner-two .slick-prev {
        right: auto !important;
        top: 50%;
        left: 15px;
    }

    .home-banner-two .slick-next {
        right: 15px !important;
        top: 50%;
        left: auto;
    }

    .looking-section {
        padding: 40px 0 20px;
    }

    .looking-big-icon {
        font-size: 100px;
    }

    .best-doctor-section {
        padding: 0px 0 40px;
    }

    .best-doctor-widget {
        margin-bottom: 40px;
    }

    .clinic-grid img {
        width: 100px;
    }

    .features-clinic-section {
        padding: 40px 0 40px;
    }

    .high-service-section {
        padding: 40px 0 40px;
    }

    .blog-news-section {
        padding: 0px 0 40px;
    }

    .blog-news-grid {
        margin-bottom: 20px;
    }

    .blog-news-section .high-btn {
        margin-top: 20px;
    }

    .footer-news {
        margin-top: 40px;
        margin-bottom: 0;
    }

        .footer-news .footer-news-head h2 {
            font-size: 36px;
        }

    .banner-three-content {
        display: none;
    }

    .home-banner-three .banner-wrapper {
        max-width: unset;
        position: relative;
        top: 0;
        padding: 40px 0px;
        left: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .home-banner-three .app-form {
        display: inline-block;
    }

    .home-banner-three .banner-wrapper .app-form-one {
        display: inline-block;
        background: #063B6F;
        width: 100%;
        padding: 20px;
    }

    .home-banner-three .d-md-none {
        display: none;
    }

    .home-banner-three .owl-nav {
        display: none;
    }

    .home-banner-three .owl-theme .owl-dots {
        right: 0 !important;
        left: 0;
        max-width: max-content;
        text-align: center;
        bottom: 10px;
    }

    .looking-section-three {
        padding: 20px 0 20px;
    }

    .header-three {
        margin-bottom: 40px;
    }

        .header-three h2 {
            font-size: 36px;
        }

            .header-three h2:before {
                width: 75px;
            }

            .header-three h2:after {
                width: 75px;
            }

    .browse-section-three {
        padding: 40px 0 40px;
    }

    .browse-grid {
        margin-bottom: 20px;
    }

    .doctor-details-section {
        padding: 60px 0 60px;
    }

    .doctor-section-three {
        padding: 40px 0 40px;
    }

    .best-our-doctors {
        margin-bottom: 40px;
    }

    .features-clinic {
        padding: 40px 0 40px;
    }

    .features-clinic-slider {
        margin-bottom: 40px;
    }

    .latest-blog-section {
        padding: 40px 0 40px;
    }

    .latest-blog-grid {
        margin-bottom: 40px;
    }

    .news-letter-section {
        padding: 40px 0 40px;
    }

        .news-letter-section .news-left .news-info h2 {
            font-size: 36px;
        }

    .footer-three {
        padding: 20px 0;
    }

    .home-four-banner {
        padding: 0;
    }

        .home-four-banner .header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            background-color: #fff;
        }

    .home-four-top {
        display: none;
    }

    .home-four-doctor .home-four-header h2 {
        font-size: 36px;
    }

    .looking-section-four {
        padding: 0px 0 0px;
    }

    .section-header-four {
        margin-bottom: 40px;
    }

        .section-header-four h2 {
            font-size: 36px;
        }

    .clinic-section-four {
        padding: 40px 0 0px;
    }

    .clinic-grid-four {
        margin-bottom: 20px;
    }

    .doctor-section-four {
        padding: 40px 0 40px;
    }

    .best-doctors-grid {
        margin-bottom: 30px;
    }

    .features-clinic-four {
        padding: 40px 0 40px;
    }

    .clinic-big-img {
        display: none;
    }

    .features-clinic-slider-four {
        margin-bottom: 20px;
    }

    .blog-section-four {
        padding: 40px 0 40px;
    }

    .grid-blog-four {
        margin-bottom: 30px;
    }

    .news-section-four {
        padding: 40px 0 40px;
    }

        .news-section-four .news-info h2 {
            font-size: 36px;
        }

    .home-section-five {
        padding: 60px 0;
    }

    .section-search-five h2 {
        font-size: 40px;
    }

    .looking-section-five {
        padding: 40px 0;
    }

    .looking-bg-five {
        padding-bottom: 0;
    }

    .looking-grid-five {
        margin-bottom: 30px;
    }

    .clinic-section-five {
        padding: 40px 0 40px;
    }

    .doctor-section-five {
        padding: 40px 0 40px;
    }

    .doctor-img2 {
        display: none;
    }

    .browse-section-five {
        padding: 40px 0 20px;
    }

    .specialist-card-five {
        margin-bottom: 20px;
    }

    .best-section-five {
        padding: 40px 0 40px;
    }

    .doctor-see-btn {
        margin-top: 30px;
    }

    .news-letter-five {
        padding: 20px 0;
    }

    .blog-section-five {
        padding: 40px 0;
    }

    .blog-grid-five {
        margin-bottom: 20px;
    }

    .scroll-down {
        display: none;
    }

    .looking-row {
        padding-left: 15px;
        padding-right: 15px;
        border: none;
    }

    .looking-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .looking-grid-four {
        margin-bottom: 20px;
        padding: 0;
        border: 1px solid rgba(192, 201, 213, 0.5);
    }

        .looking-grid-four:hover .looking-box-four {
            top: 0;
            right: 0;
        }

    .home-banner-two .slider-counter-three {
        display: none;
    }
}

@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: 0.875rem;
    }

        body.home-three {
            font-size: 0.875rem;
        }

        body.home-five {
            font-size: 0.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: 0.875rem;
    }

    h6, .h6 {
        font-size: 0.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: 0.875rem;
    }

    .speicality-item p {
        font-size: 0.875rem;
    }

    .section-header p {
        font-size: 0.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: 0px 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: 0px 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: 0.875rem;
    }

    .section-header-four .sub-title {
        margin: 20px auto 0;
        font-size: 0.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: 0px 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: 0px 50px 0px 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 0px 0px;
    }

    .blog-grid-five .blog-news-date a {
        margin-left: -15px;
    }
}

@media only screen and (max-width: 575.98px) {
    body {
        font-size: 0.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: 0.875rem;
    }

    h6, .h6 {
        font-size: 0.75rem;
    }

    .card {
        margin-bottom: 0.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: 0px;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .section-header .sub-title {
        font-size: 0.875rem;
    }

    .speicality-item p {
        font-size: 0.875rem;
    }

    .section-header p {
        font-size: 0.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: 0.5rem 0.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: 0.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%;
    /*max-width:442px;*/
    margin: 0;
    display: block;
    position: relative;
    max-height: 460px;
    overflow-y: scroll;
}

    ul.listSearch li.item span {
        padding: 14px 15px;
        display: block;
        text-decoration: none;
        cursor: pointer;
        /*color: rgba(0, 0, 0, .87);
font-size: 15px;*/
    }

    ul.listSearch li.no-result {
        padding: 14px 15px;
        display: block;
        text-decoration: none;
        cursor: pointer;
        color: rgb(232, 0, 10);
        /*font-size: 15px;*/
    }

    ul.listSearch li.item span:hover {
        font-weight: bold;
    }

#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: #3EBDC6 !important;
    font-weight: bold;
    text-decoration: underline;
}

.noView {
    transform: scale(0);
    position: absolute;
}

.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;
}
.input-upper-case {
    text-transform: uppercase !important;
}
.section-visite-custom-text {
    padding: 100px;
    background-color: #f4f4f4;
    border-bottom: 10px solid #fff;
}

.text-section-container {
    max-width: 1000px;
    margin: 0 auto;
}

.single-element-text-container {
    display: flex;
}

    .single-element-text-container i {
        margin-right: 10px;
    }

.text-section-container h2 {
    text-align: center;
    margin-bottom: 50px;
}

.section-numeri-custom {
    background-color: #e5f6ff;
    padding: 100px;
}

.review-section {
    padding: 50px;
}

.section-number-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

    .section-number-container h2 {
        margin-bottom: 70px;
        padding-left: 5px;
    }

.number-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.single-number-container h4 {
    font-size: 100px;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    .number-container {
        flex-direction: column;
    }

    .single-number-container {
        margin-bottom: 70px;
    }

        .single-number-container:last-of-type {
            margin-bottom: 0;
        }

    .section-visite-custom-text {
        padding: 100px 20px;
    }

    .section-numeri-custom {
        padding: 100px 20px;
    }
}