﻿.header .navigation {
    padding: 0 32px;
    z-index: 5;
}

    .header .navigation > .nav {
        position: relative
    }

        .header .navigation > .nav > a {
            padding: 12px 0 10px
        }

.slideshow {
    height: calc(100vh - 45px - 50px + 4px) !important
}

#carouselExampleIndicators{
    width: 90% !important;
    margin: auto !important;
}

.header .information .content_us > * i {
    font-size: 17px;
    color: #2055b0 !important;
    margin-left: 8px;
}

.header .navigation .nav a:hover {
    color: #2055b0 !important;
}

.header .navigation {
    width: 95%;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 5px;
    background: #fff !important;
    -webkit-box-shadow: 1px 3px 21px -3px #bbb;
    box-shadow: 1px 3px 21px -3px #bbb;
}

.header .navigation .nav a.active {
    color: #2055b0 !important;
}

.service_drop {
    position: absolute;
    z-index: 12;
    background: white;
    font-size: 12px;
    top: 45px;
    /*left: -24px;*/
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .22s ease-in-out;
    z-index: 100;
}

    .service_drop a {
        padding: 7.5px 12px 7.5px 6em;
        display: block !important;
        border-bottom: 1px solid #ededed;
        white-space: nowrap;
        position: relative;
        font-size: 14px !important;

    }

.list_service {
    display: inline-flex;
    margin-left: 16px;
}

    .list_service > li {
        padding: 12px 0 10px
    }

        .list_service > li:hover .service_drop {
            opacity: 1;
            pointer-events: all
        }

.service_drop a i {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 12px;
    position: relative;
    opacity: 0;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.service_drop a:hover i {
    left: 0;
    opacity: 1;
}

.side_bar_service {
    z-index: 50;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

    .side_bar_service .lists {
        position: absolute;
        top: 0;
        right: -80vw;
        height: 100%;
        background: #fff;
        width: 74vw;
        z-index: 2;
        position: relative;
        transition: .22s ease-in-out
    }

    .side_bar_service ul {
        font-size: 12px;
        height: calc(100% - 2em);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 1em 1em;
    }

    .side_bar_service a {
        color: #505050
    }

    .side_bar_service > .background {
        opacity: 0 !important;
        pointer-events: none
    }

    .side_bar_service.active .lists {
        right: 0 !important
    }

    .side_bar_service.active .background {
        opacity: 1 !important;
        pointer-events: all
    }


.news .item a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.news .item .content {
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .item .MoreD {
    text-align: right;
    font-size: smaller;
    color: gray;
    margin-top: 10px;
}

.news .item {
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.53);
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.53);
    padding: 10px;
    margin-bottom: 10px;
}

    .news .item:hover {
        border: 1px solid gainsboro;
        transform: translate3d(0, -10px, 0);
    }

#bannerTel1 a {
    position: fixed;
    display: block;
    left: 0;
    bottom: 0;
    width: 180px !important;
    height: 51px !important;
    z-index: 10;
    background-color: #e11111;
    margin-right: 10px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 20px;
    padding-top: 12px;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 16px;
    left: 0;
    right: auto;
    bottom: 50%;
    top: 50%;
    box-shadow: 0 2px 8px 0 rgba(12,12,12,.15);
    border-right-style: none;
    letter-spacing: 2px;
}

#bannerTel2 a {
    position: fixed;
    display: block;
    left: 0;
    bottom: 0;
    width: 180px !important;
    height: 51px !important;
    z-index: 10;
    background-color: #e11111;
    margin-right: 10px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 20px;
    padding-top: 12px;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 16px;
    left: 0;
    right: auto;
    bottom: 50%;
    top: 59%;
    box-shadow: 0 2px 8px 0 rgba(12,12,12,.15);
    border-right-style: none;
    letter-spacing: 2px;
}

.breadcrumb{
    background: #fff !important;
}


/*Form Contact Us*/

.main-contact {
    margin-bottom: 40px;
}

.row-contact {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.form-contact-title {
    margin-bottom: 30px;
    text-align: center;
    color: black !important;
}

.birth {
    width: 60px !important;
}

#children {
    width: 100%;
}

#desc {
    width: 95%;
}

.main-contact .row {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

label {
    font-weight: bold;
}

.contact-main-form input, textarea, select {
    border: 1px solid gainsboro;
    border-radius: 15px;
    padding: 5px;
    margin-right: 10px !important;
    outline: none;
    background: ghostwhite;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: ghostwhite;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 5px;
}

input[type="text"], #nurse_type {
    width: 100%;
}

.contact-form {
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.53);
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.53);
    padding: 10px;
    border-radius: 15px;
    margin: 10px;
    background: white;
}

.contact-main-form {
    padding: 50px !important;
    border-radius: 15px;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.34);
    text-align: right;
    color: #191919 !important;
}

.image-section img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media(max-width:768px) {

    .main-contact .row {
        display: flex;
        flex-direction: column;
    }

    .contact-main-form {
        max-width: 98% !important;
    }

    .image-section {
        min-height: unset !important;
    }

        .image-section img {
            position: unset !important;
        }
}

.contact-main-form .submit-contact {
    margin: 10px;
    background: #c80303;
    border: none;
    padding: 10px;
}

.submit-contact:hover {
    color: #c80303 !important;
    background-color: #fffafb !important;
    border: 1px solid #c80303 !important;
}

/*End*/


section .title{
    color: #065b23;
    font-weight: bold;
}

.page-title h2 {
    color: #065b23;
    font-weight: bold;
}

#news {
    background: #fff;
    padding-top: 10px
}

@media(max-width: 547px) {
    section .news > .row {
        width: 90%;
    }

        section .news > .row > .row {
            width: 100%;
        }
}

.breadcrumb > ._right .list > li:last-of-type a {
    color: #2055b0 !important;
}

#content > .container h2 {
    font-size: 1.64em;
    font-weight: 700;
    color: #06275b !important;
    margin: 0 0 12px;
}


.MoreNews {
    border: none !important;
    color: #fffafb;
    background: #191919;
}
.MoreNews:hover {
    border: 1px solid #191919 !important;
    color: #191919;
    background: #fffafb;
}

footer {
    background: #fff !important;
}

    footer a {
        color: #625f5f !important;
    }

footer .row {
    color: #191919 !important;
}

    footer .about-website {
        background: #f2f2f2 !important;
        max-width: 100%;
    }

footer .about-inner {
    padding: 20px !important;
    margin-bottom: 0 !important;
}

.container-cpyRight {
    background: #f2f2f2 !important;
}

/*about us*/

.about-us {
    width: 95%;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    border-radius: 5px;
}


#about-us-1 {
    direction: rtl !important;
    border-right: 10px solid #c80303;
}

#about-us-2 {
    direction: ltr !important;
    border-left: 10px solid #c80303;
    margin-bottom: 20px;
}

.about-us-image img {
    border-radius: 10px;
    position: relative;
    top: 40px;
    -webkit-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.75);
}

.about-us .about-us-description {
    padding: 15px;
}

.about-us .about-us-description-title {
    color: #056526;
    font-family: Parastoo;
    direction: ltr;
}

    .about-us .about-us-description-title .fa-circle {
        font-size: 10px;
    }

.about-us .about-us-description-content {
    font-family: Parastoo;
    margin-top: 20px;
}

.about-us .more-detail {
    font-family: Parastoo;
}

@media(max-width:991px) {
    .about-us-image img {
        position: unset !important;
    }
}

/*End*/

.content_us{
    font-size: 19px;
}

.carousel-item {
    min-height: unset !important;
}

@media(max-width:879px){
    .whatsapp-mobile{
        display: block !important;
    }
    .whatsapp {
        display: none !important;
    }
}

@media(max-width:768px){
    .col{
        min-height: unset !important;
    }
}
header ._row {
    width: 100%;
    background: #131313;
    justify-content: space-between;
}

header ._row {
    padding: 5px 3.5em;
}

    header ._row ._right a.HomePage {
        margin: 0 0 0 12px;
    }

    header ._row ._right a {
        color: #fff;
        font-weight: 700;
        font-size: .84em;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }
        header ._row ._right a.logOut {
            margin: 0 12px 0 0;
        }

    header ._row ._left a {
        display: inline-flex;
        width: 26px;
        height: 26px;
        margin: 0 2px;
    }
        header ._row ._left a > i {
            font-size: 19.4px;
            pointer-events: none;
            color: #fff;
        }
    header ._row ._right a.HomePage i, header ._row ._right a.UserName i {
        font-size: 18px;
        margin: 0 0 0 4px;
    }
    header ._row ._right {
        position: absolute;
    }

.about-image-container img{
    width: 100% !important;
}

.about-image-container{
    margin-bottom: 25px;
}

#content .page-title {
    text-align: center;
}

#content .std {
    text-align: center;
}

#content .container {
    border: 1px solid gainsboro;
    border-radius: 5px;
    padding: 10px !important;
}
