body, html{
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.items-section{

}

header p a{
    color: black;
}

header p a:hover{
    text-decoration: none;
    color: black;
}

footer p a{
    color: white;
}

footer p a:hover{
    text-decoration: none;
    color: white;
}

.collapse-title:hover{
    cursor: pointer;
}

.collapse-title{
    color: #ccc;
    font-size: 14px;
}

header{
    background: #f1f3f6;
    padding-top: 15px;
}

.success_message{
    color: #270;
    background-color: #DFF2BF;
    padding: 10px;
    max-width: 760px;
    margin: auto;
}

.error_message{
    color: #D8000C;
    background-color: #FFBABA;
    padding: 10px;
    max-width: 760px;
    margin: auto;
}

.display-flex{
    display: flex;
}

.align-self-center{
    align-self: center;
}

.text-align-center{
    text-align: center;
}

.ashour-navbar-parent{
    background: #133046;
    height: 80px;
    border-radius: 10px 0 0 10px;
    margin-top: 10px;
    align-self: center;
    display: flex;
}

header .nav-item > a{
    margin-left: 25px;
    color: white;
}

.home-cover > div{
    background: #ECF4FF;
}

.home-cover img{
    width: 100%;
}

.color-blue{
    color: #3F4795;
}

.align-items-center{
    align-items:center;
}

.home-cover p{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.home-cover h1{
    text-transform: uppercase;
}

.background-blue{
    background: #133046;
    color: white;
}

.second-section > div{
    min-height: 320px;
    justify-content: center;
}

.second-section p{
    font-size: 18px;
    margin-top: 20px;
}

.third-section{
    background: #F1F3F6;
}

.third-section .title{
    font-size: 18px;
}

.third-section .subtitle{
    font-size: 20px;
}

.third-section .find-more-text{
    font-size: 18px;
}

.third-section .find-more-text:hover{
    text-decoration: none;
}

.third-section .col-lg-3 button{
    background: #3F4795;
    color: white;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    border: none;
    padding: 8px;
}

.doctor-card{
    height: 100%;
    background: white;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.doctor-card .doctor-image{
    height: 135px;
}

.color-red{
    color:#C45157
}

.font-weight-500{
    font-weight: 500;
}

.fourth-section {
    background: #133046;
    color:white;
}

.fourth-section .row{

}

.color-96C0FF{
    color: #96C0FF;
}

.fourth-section p{
    font-size: 14px;
}

.fourth-section h5{
    font-weight: 500;
    text-transform: uppercase;
}

.fourth-section img{
    max-height: 600px;
    max-width: 100%;
}

.height-100-percent{
    height: 100%;
}

.fourth-section button{
    background: #3F4795;
    color: white;
    padding: 8px 55px;
    font-weight: 500;
}

.why-us-section{

}


.why-us-section img{
    width: 70px;
}

.why-us-section h2{
    font-size: 20px;
}

.why-us-section p{
    text-align: left;
    color: #09253A;
}

p.color-3F6794{
    color: #3F6794;
    text-transform: uppercase;
    font-weight: 500;
}

.why-us-section .header-subtitle,
.call-us-section .header-subtitle{
    margin-bottom: 2rem;
    color: #09253A;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.call-us-section{
    background: #F1F3F6;
}

.call-us-section form{
    max-width: 760px;
    margin: auto;
    padding-bottom: 80px;
}

.call-us-section form input,
.call-us-section form textarea{
    background: transparent;
    border-color: #316790;
}

.call-us-section button{
    background: #3F4795;
    color: white;
    padding: 8px 30px;
    margin-right: 13px;
}

footer{
    background: #133046;
    padding: 50px 50px 0 50px;
}

footer h2{
    color: #96C0FF;
    font-size: 22px;
    margin-bottom: 20px;
}

footer p{
    color: white;
    font-size: 14px;
    margin-bottom: 8px;
}

.line-height-2{
    line-height:2;
}

.mt--15{
    margin-top: -15px;
}

.nav-link-active{
    color:#C45157 !important;
}

.not-clickable{
    pointer-events: none;
}

.sidebar-filters{
    background: #133046;
    border-radius: 10px;
    color: white;
}

.sidebar-filters .filters-group{
    margin-top: 25px;
    padding-left: 20px;
}

input[type=checkbox]{
    min-height: unset;
    width: 12px;
    height: 12px;
    margin-top: 8px;
}

input[type="checkbox"] {
    outline: max(2px, 0.12em) solid white;
    outline-offset: max(2px, 0.12em);
    appearance: none;
    font: inherit;
    border-radius: 0.12em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.40em;
    height: 0.40em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em white;
    background-color: white;
    transform-origin: unset;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
    transform: scale(2);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid white;
    outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
    --form-control-color: #959495;
    color: #959495;
    cursor: not-allowed;
}

.form-check-label{
    font-size: 14px;
    margin-left: 4px;
    margin-top: 0px;
}

.form-check{
    margin-bottom: 5px;
    margin-left: 5px;
}

.our-facilities-cover{
    background: #ECF4FF;
    min-height: 320px;
}

.our-facilities-cover h1{
    text-align: center;
    color: #3F4795;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.our-facilities-cover form input,
.home-cover form input{
    border-color: #3F4795;
    padding: 8px 8px;
}

.our-facilities-cover form select,
.home-cover form select{
    padding: 8px 8px;
    border-color: #3F4795;
    min-height: 42px;
}

.our-facilities-cover form button,
.home-cover form button{
    min-height: 42px;
    background: #3F4795;
    color: white;
    width: 100%;
}

.our-facilities-cover > div{
    min-width: 600px;
    width: 55%;
}

.our-facilities-body{
    background: #F1F3F6;
}

.our-facilities-body button{
    background: #3F4795;
    color: white;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    border: none;
    padding: 8px;
}

.our-facilities-body .doctor-card{
    font-size: 14px;
}

.doctor-details-cover{
    background: #ECF4FF;
    min-height: 240px;
}

.doctor-details-cover h1{
    text-align: center;
    color: #3F4795;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 22px;
}

.doctor-details-body{
    background: #F1F3F6;
}

.doctor-details .doctor-details-body .sidebar{
    background: #133046;
    border-radius: 10px;
    color: white;
    text-align: center;
}

.doctor-details-body > .col-9 > div{
    background: white;
    padding: 50px;
    color: #09253A;
}

.border-radius-10{
    border-radius: 10px;
}

.text-transform-uppercase{
    text-transform: uppercase;
}

.home-cover form{
    max-width: 520px;
}

.fa-bars{
    color: #133046;
}

.mobile-logo-image{
    display:none;
}

.display-block-mobile{
    display:none;
}

.background-F1F3F6{
    background: #F1F3F6;
}

#overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,.5);
}

.modal-content{
    background-color: #133046 !important;
    color: white;
}

.modal-content .close{
    color: white;
    text-shadow: 0 1px 0 #fff;
}

.modal-content .close:hover{
    color: white;
    text-shadow: 0 1px 0 #fff;
}

.doctor-details .sidebar .address{
    text-align: left;
}

.doctor-details .sidebar .doctor-name{
    margin-top: 25px;
    font-size: 22px;
}

.color-D87904{
    color:#D87904;
}

.doctor-details .sidebar img.doctor-image{
    margin-top: 25px;
    width: 75px;
    border-radius: 50px;
}

.doctor-card .doctor-name a{
    color: black;
}

.doctor-card .doctor-name a:hover{
    color: black;
    text-decoration: none;
}

.view-details-btn{
    background: #3F4795;
    color: white;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    border: none;
    padding: 8px;

}
.view-details-btn:hover{
    text-decoration: none;
    color: white;
}

.our-facilities-body select{
    padding: 8px 8px;
    border-color: #3F4795;
    min-height: 42px;
}

@media only screen and (max-width: 992px) {
    .our-facilities-cover > div{
        min-width: auto;
        width:auto;
    }

    .mobile-logo-image{
        display:block;
        margin: 10px;
        height: 100%;
    }

    .addresses-section{
        display: none;
    }

    header{
        padding:0;
    }

    .ashour-navbar-parent{
        margin-top: 0;
        height: auto;
        min-height: 80px;
        border-radius:0;
        background: #F1F3F6;
        justify-content: space-between;
    }

    header .nav-item > a{
        color: #133046;
    }

    .logo-container{
        display: none;
    }

    header .pr-0{
        padding-left: 0;
    }

}

@media only screen and (max-width: 768px) {
    .home-cover form{
        max-width: 100%;
    }

    .fourth-section .pt-5,
    .fourth-section .pb-5{

    }

    .fourth-section h5{
        margin-top: 0 !important;
    }

    .why-us-section .col-md-4{
        margin-bottom: 25px;
    }

    .why-us-section > .mb-5{
        margin-bottom: 0 !important;
    }

    footer .mt--15{
        margin-bottom: 25px;
    }

    .fourth-section .order-mobile-2{
        order: 2;
        background: #F1F3F6;
    }

    .fourth-section .order-mobile-1{
        order: 1;
    }

    .fourth-section button{
        margin-bottom: 0 !important;
    }

    .why-us-section > .display-flex{
        background: #F1F3F6;
    }

    .background-F1F3F6-mobile{
        background: #F1F3F6;
    }

    .why-us-section .col-md-4{
        padding-top: 25px;
    }

}

@media only screen and (max-width: 576px){
    .doctor-details-cover{
        min-height: 180px;
    }

    .doctor-details-cover h1{
        font-size: 18px;
    }

    .display-block-mobile{
        display:block;
    }

    .home-cover p{
        font-size: 11px;
    }

    .home-cover h1{
        font-size: 16px;
    }

    .home-cover > div > .p-3{
        padding: 5px !important;
    }

    .home-cover > div{
        padding: 0;
    }

    .display-none-mobile{
        display: none;
    }

    footer .col-md-8{
        display: block;
    }

    footer h2{
        margin-bottom: 10px;
        margin-top: 50px;
    }

    .our-facilities-cover{
        display: block;
        padding-top: 45px;
    }

    .our-facilities-cover form{
        max-width: 95%;
        margin: auto;
    }

    .our-facilities-cover form input{
        font-size: 12px;
        min-height: 38px;
    }

    .our-facilities-cover form select{
        font-size: 12px;
        min-height: 38px;
    }

    .our-facilities-cover form .row > *{
        margin-top: 15px;
    }

    .our-facilities-cover form button{
        width: 100%;
        font-size: 12px;
        padding: 0px;
        height: 38px !important;
        min-height: auto;
    }

    .form-col{
        background: #F1F3F6 !important;
    }

    .home-cover form button{
        width: 100%;
    }

    .home-page .second-section img{
        width: 40px;
        margin-bottom: 0px !important;
    }

    .home-page .second-section p{
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .home-page  .second-section > div{
        min-height: 130px;
        padding: 5px;
    }

    .call-us-section .col-sm-6.pr-1{
        padding: 0.5rem 1rem !important;
    }

    .call-us-section .col-sm-6.pl-1{
        padding: 0.5rem 1rem 0 1rem !important;
    }

    .sidebar-filters{

    }
}

@media only screen and (max-width: 320px){
    .our-facilities-cover form{
        max-width: 280px;
        margin: auto;
    }
}
