@font-face {
    font-family: 'Sans';
    src: url('../fonts/Sans/Sans\ a4fran3.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Sans/Sans\ a4fran3.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Sans/Sans\ a4fran3.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Sans/Sans\ a4fran3.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: auto;
}

* {
    direction: rtl;
    font-family: 'Sans';
    padding: 0;
    margin: 0;
}

#submenu ul {
    display: flex;
    list-style-type: none;
    color: #fff;
    margin: 0;
}

#submenu ul li {
    padding: 10px 10px;
}

#submenu ul li a {
    color: #fff;
    text-decoration: none;
}

.searchbox {
    width: 100%;
    height: 70px;
    border-radius: 35px;
    border: 1px solid rgba(116, 116, 116, 0.5);
    padding-right: 20px;
}

.searchbox::selection {
    border: 1px solid rgba(116, 116, 116, 0.5);
}

.searchbox:focus {
    border: 1px solid rgba(116, 116, 116, 0.5);
}

.banner {
    background-image: url(../../images/patern.png);
    background-repeat: repeat;
    background-size: auto;
}

.centraltitle h2 {
    color: #fff;
    font-size: 22px;
}

#demo .card img {
    height: 200px;
}

#demo .card h3 {
    font-size: 17px;
    color: rgba(50, 50, 50, 0.8);
}

#demo .card p {
    font-size: 13px;
    color: rgba(50, 50, 50, 0.8);
}

#about h2 {
    font-size: 17px;
    color: #fff;
}

#about p {
    color: #fff;
    font-size: 13px;
}

#about ul li {
    color: #fff;
    font-size: 13px;
}

#about h3 {
    color: #fff;
    font-size: 15px;
}

#demo2 .card img {
    height: 175px;
}

#demo2 .card h3 {
    font-size: 15px;
    color: rgba(50, 50, 50, 0.8);
}

#demo2 .card h4 {
    font-size: 13px;
    color: rgba(50, 50, 50, 1);
    padding: 10px 0;
}

#demo2 .card p {
    font-size: 11px;
    color: rgba(50, 50, 50, 0.8);
}

#guide h2 {
    color: #fff;
    font-size: 17px;
}

#guide .h3w {
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
}

#guide .h3b {
    color: rgba(50, 50, 50, 0.8);
    font-size: 15px;
    padding: 15px 0;
}

.pw {
    color: #fff;
    font-size: 13px;
}

.pb {
    color: rgba(50, 50, 50, 0.8);
    font-size: 13px;
}

#guide .fasele {
    padding: 15px 45px;
}

#blogs h3 {
    color: rgba(50, 50, 50, 0.8);
    font-size: 13px;
}

#blogs p {
    color: rgba(50, 50, 50, 0.7);
    font-size: 9px;
}

.footer {
    color: #fff;
}

.footer h3 {
    font-size: 14px;
}

.footer h4 {
    font-size: 13px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer p {
    padding: 15px 0px;
    font-size: 10px;
}

.footer ul li {
    font-size: 11px;
    padding: 5px 0;
}

.footer ul {
    list-style-type: none;
}

#loginform input {
    color: rgb(116, 116, 116);
}

.registerborder {
    border: 1px solid rgba(116, 116, 116, 0.1);
    border-radius: 16px;
    box-shadow: 0 0 8px 1px rgba(116, 116, 116, 0.15);
}

.registerborder h1 {
    font-size: 17px;
    font-weight: 900;
}

.registerborder label {
    color: rgba(116, 116, 116, 0.8);
    font-size: 13px;
    padding: 5px 0;
}

.registerborder input {
    font-size: 13px;
    color: rgba(116, 116, 116, 1);
}

.registerborder select {
    font-size: 13px;
    color: rgba(116, 116, 116, 1);
}

.registerborder select option {
    font-size: 13px;
    color: rgba(116, 116, 116, 1);
}

.registerborder p {
    font-size: 10px;
    color: rgba(116, 116, 116, 0.7);
}

#filter {
    border: 1px solid rgba(116, 116, 116, 0.1);
    border-radius: 16px;
    box-shadow: 0 0 8px 1px rgba(116, 116, 116, 0.15);
    padding: 25px 12px;
}

#filter h5 {
    font-size: 13px;
    color: rgba(116, 116, 116, 1);
    font-weight: 900;
}

#filter .radio-gp label {
    font-size: 11px;
    color: rgba(116, 116, 116, 0.9);
}

.medical-center-list {
    font-size: 18px;
    font-weight: 900;
}

#filter label {
    font-size: 12px;
    color: rgba(116, 116, 116, 1);
    padding-bottom: 5px;
}

.listbranch .cardbox {
    border: 1px solid rgba(116, 116, 116, 0.1);
    border-radius: 16px;
    box-shadow: 0 0 8px 1px rgba(116, 116, 116, 0.15);
    overflow: hidden;
}

.listbranch .cardbox img {
    width: 100%;
    height: 150px;
}

.listbranch .cardbox h2 {
    font-size: 13px;
    color: rgba(116, 116, 116, 1);
    padding: 8px;
    font-weight: 900;
}

.listbranch .cardbox h3 {
    font-size: 10px;
    color: rgba(116, 116, 116, 0.75);
    padding: 4px;
}

.listbranch .cardbox h3 a {
    font-size: 11px;
    color: rgba(116, 116, 116, 1);
    padding: 4px;
    text-decoration: none;
}

.listbranch .cardbox h4 a {
    font-size: 11px;
    text-decoration: none;
    color: rgba(116, 116, 116, 1);
    position: relative;
}

.listbranch .cardbox h4 a i {
    color: red;
    font-size: 18px;
    position: absolute;
}

.listbranch .cardbox h4 a span {
    position: absolute;
    top: 3px;
    right: 20px;
}

.listbranch .cardbox a {
    font-size: 10px;
}

.listdoctor .cardbox {
    border: 1px solid rgba(116, 116, 116, 0.1);
    border-radius: 16px;
    box-shadow: 0 0 8px 1px rgba(116, 116, 116, 0.15);
    overflow: hidden;
    display: flex;
}

.listdoctor .cardbox .image {
    width: 150px;
    height: 150px;
}

.listdoctor .cardbox .image img {
    width: 100%;
    height: 100%;
}

.listdoctor .cardbox .text {
    padding: 15px;
}

.listdoctor .cardbox .text h2 {
    font-size: 13px;
    color: rgba(116, 116, 116, 1);
    padding: 8px 0;
    font-weight: 900;
}

.listdoctor .cardbox .text h3 {
    font-size: 10px;
    color: rgba(116, 116, 116, 0.7);
}

.listdoctor .cardbox .text .row a {
    font-size: 10px;
}

.cardbox {
    border: 1px solid rgba(116, 116, 116, 0.1);
    border-radius: 16px;
    box-shadow: 0 0 8px 1px rgba(116, 116, 116, 0.15);
    overflow: hidden;
}

.cardbox img {
    width: 100%;
    height: 175px;
}

.cardbox .card-body1 {
    padding: 15px;
}

.cardbox .card-body1 .card-title1 {
    font-size: 13px;
    color: rgba(116, 116, 116, 1);
    font-weight: 900;
}

.cardbox .card-body1 p {
    font-size: 11px;
    color: rgba(116, 116, 116, 0.75);
}

.cardbox .card-body1 a {
    font-size: 11px;
}

.about {
    background-image: url(../../images/patern.png);
    background-repeat: repeat;
    background-size: auto;
}

.about h1 {
    font-size: 16px;
    color: rgba(50, 50, 50, 1);
    padding: 15px 0;
    font-weight: 700;
}

.about h2 {
    font-size: 13px;
    color: rgba(50, 50, 50, 0.9);
    padding: 10px 0;
    font-weight: 900;
}

.about p {
    font-size: 12px;
    color: rgba(50, 50, 50, 0.9);
    padding: 5px 0;
}

.about ul li {
    font-size: 13px;
    color: rgba(50, 50, 50, 0.9);
    padding: 2px 0;
}


/* ------------------------------------ */

section.background-map {
    height: 100vh;
    background-image: url('../../images/map3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px 0px 30px;
}

section.background-map2 {
    height: 30vh;
    background-image: url('../../images/mbg02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px 0px 30px;
}

nav {
    height: 80px;
    width: 100%;
    /* background-color: #0d6efd; */
    border-radius: 50px;
    background-color: #0d6efd;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: sticky;
    top: 0;
    z-index: 1000;
    /* background-image: url('../../images/menu3.jpg');
    background-repeat: no-repeat;
    background-size: cover; */
}

a.logo {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    padding: 0 100px;
    line-height: 80px;
    float: left;
    text-decoration: none;
}

nav ul {
    list-style: none;
    float: right;
    margin-right: 40px;
}

nav li {
    display: inline-block;
    margin: 0 8px;
    line-height: 80px;
}

nav ul a {
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    padding: 7px 10px;
    border-radius: 8px;
    text-decoration: none;
}

nav ul a.active,
nav ul a:hover {
    border: 1px solid #fff;
    transition: .5s;
}

nav #icon {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    float: right;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}


/* ---------------------- */

article {
    display: flex;
    justify-content: center;
    text-align: center;
    /* align-items: center; */
}

article h1 {
    position: absolute;
    top: 34%;
    font-weight: 800;
    color: #0d6efd;
}

article p {
    position: absolute;
    top: 46%;
    color: #777;
}

article .search-box {
    width: 500px;
    height: 65px;
    padding: 10px 20px;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

article .search-box>i {
    font-size: 32px;
    color: #0d6efd;
}

article .search-box>input {
    flex: 1;
    height: 55px;
    border: none;
    outline: none;
    font-size: 20px;
    padding-right: 10px;
    direction: rtl;
}


/* ---------------------- */

.subarticle {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.subarticle .item {
    padding: 3%;
    text-align: center;
    color: #999;
}

.subarticle .item p {
    padding-top: 10px;
}

.subarticle .item i {
    font-size: 20px;
    color: #0d6efd;
    font-weight: 800;
}


/* ---------------------- */

section.site-info {
    margin: 70px 0;
    width: 100%;
    padding: 3%;
    height: 550px;
    /* background-color: aquamarine; */
    position: relative;
}

section.site-info .info-img {
    position: absolute;
    top: 0px;
    left: 5%;
    background-color: #0d6efd;
    border-radius: 32px;
    height: 350px;
    width: 20%;
}

section.site-info .info-img img {
    position: absolute;
    top: -90px;
    left: 0;
}

section.site-info .info-desc {
    position: absolute;
    top: 0px;
    right: 5%;
    width: 65%;
    /* background-color: aqua; */
}

section.site-info .info-desc h2 {
    font-size: 20px;
    padding-bottom: 10px;
    color: #555;
}

section.site-info .info-desc p {
    font-size: 15px;
    /* padding-bottom: 10px; */
    color: #777;
    line-height: 1.8rem;
}

section.site-info .info-desc h3 {
    font-size: 17px;
    padding-bottom: 10px;
    color: #555;
}

section.site-info .info-desc ul {
    font-size: 13px;
    color: #777;
    /* list-style-type: none; */
    padding-right: 30px;
    line-height: 1.6rem;
}

section.site-info .info-box {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(50, 50, 50, 1);
    border-radius: 32px;
    height: 250px;
    width: 100%;
    z-index: 10;
    padding: 30px 100px;
    flex-direction: column;
}

section.site-info .info-box .scroll {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    color: #fff;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

section.site-info .info-box .scroll div {
    white-space: nowrap;
    animation: animate var(--t) linear infinite;
    animation-delay: calc(var(--t) * -1);
}

section.site-info .info-box .scroll div:nth-child(2) {
    animation: animate2 var(--t) linear infinite;
    animation-delay: calc(var(--t)/-2);
}

@keyframes animate {
    0% {
        transform: translateX(50%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

section.site-info .info-box .scroll div span {
    display: inline-flex;
    background: #333;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    transition: .5s;
    /* letter-spacing: 1.5em; */
    text-align: center;
}

section.site-info .info-box .scroll div span:hover {
    background: #4caf50;
}

@media (max-width: 1048px) {
    a.logo {
        font-size: 22px;
        padding-left: 20px;
    }
    nav ul {
        margin-right: 10px;
    }
    nav a {
        font-size: 17px;
    }
    nav #icon {
        margin-right: 10px;
    }
}

.h2header {
    text-align: center;
    background: #0d6efd;
    padding: 20px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

.h2header h2 {
    font-size: 21px;
    color: #fff;
    font-weight: 450;
}

footer {
    /* padding: 20px 40px; */
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
}

footer .footerrow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 32px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    /* padding: 2%; */
    background: #0d6efd;
}

footer .footerrow .footerleft {
    width: 80%;
    padding: 2%;
}

footer .footerrow .footerleft h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 450;
    padding-bottom: 15px;
}

footer .footerrow .footerleft p {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    font-weight: 450;
}

footer .footerrow .footerleft ul.qas {
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    list-style-type: none;
    padding: 20px 0;
}

footer .footerrow .footerleft ul.qas li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 0 5px;
}

footer .footerrow .footerleft ul.tel {
    color: #fff;
    list-style-type: none;
    padding: 20px 40px;
}

footer .footerrow .footeright {
    width: 20%;
    background: #fff;
    border-radius: 32px 0 0 32px;
    padding: 2%;
    display: flex;
    align-content: center;
    text-align: center;
}

section.infosection {
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
}

section.infosection .inforow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 32px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    padding: 2%;
}

section.infosection .inforow .infoleft {
    width: 50%;
}

section.infosection .inforow .infoleft h2 {
    font-size: 18px;
    font-weight: 450;
    color: #0d6efd;
    text-align: center;
    padding: 10px 0;
}

section.infosection .inforow .infoleft .box1 {
    width: 100%;
    padding: 15px;
    /* height: 50px; */
    /* background: ; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
    border-radius: 12px;
    border: 1px solid rgba(116, 116, 116, 0.5);
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    text-align: center;
}

section.infosection .inforow .infoleft .box2 {
    width: 100%;
    padding: 15px;
    /* height: 50px; */
    /* background: ; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
    border-radius: 12px;
    border: 1px solid rgba(116, 116, 116, 0.5);
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    margin-top: 5px;
    text-align: center;
}

section.infosection .inforow .infoleft .box3 {
    width: 100%;
    padding: 15px;
    /* height: 50px; */
    /* background: ; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
    border-radius: 12px;
    border: 1px solid rgba(116, 116, 116, 0.5);
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    margin-top: 5px;
    text-align: center;
}

section.infosection .inforow .inforight {
    width: 50%;
    padding: 0 15px;
}

section.infosection .inforow .inforight p {
    font-size: 15px;
    color: #444;
    text-align: justify;
}

section.infosection .inforow .inforight h3 {
    font-size: 18px;
    color: #0d6efd;
    padding-top: 30px;
}

section.infosection .inforow .inforight ul {
    font-size: 15px;
    color: #444;
    padding-right: 45px;
    line-height: 1.7rem;
}

@media (max-width: 909px) {
    nav #icon {
        display: block;
    }
    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        top: 130px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 1000;
        padding: 0;
    }
    nav li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a {
        font-size: 20px;
        color: #0d6efd;
    }
    nav ul li a.active,
    nav ul li a:hover {
        border: none;
        color: #000;
    }
    nav ul.show {
        left: 0;
    }
    article h1 {
        position: absolute;
        top: 33%;
        font-weight: 800;
        color: #0d6efd;
    }
    article p {
        position: absolute;
        top: 46%;
        color: #777;
        font-size: 12px;
        padding: 0 15px;
    }
    .subarticle .item {
        padding: 5%;
    }
    /* ---------------- */
    section.site-info {
        margin: 70px 0;
        width: 100%;
        padding: 3%;
        height: 1000px;
        /* background-color: aquamarine; */
        /* position: relative; */
    }
    section.site-info .info-img {
        position: sticky;
        background-color: #0d6efd;
        border-radius: 32px;
        height: 350px;
        width: 100%;
    }
    section.site-info .info-img img {
        position: absolute;
        top: -10px;
        left: 0;
        z-index: 9;
        /* position: unset; */
    }
    section.site-info .info-desc {
        width: 100%;
        position: unset;
    }
    section.site-info .info-desc h2 {
        font-size: 20px;
        padding-bottom: 10px;
        color: #555;
    }
    section.site-info .info-desc p {
        font-size: 15px;
        color: #777;
        line-height: 1.8rem;
        text-align: justify;
    }
    section.site-info .info-desc h3 {
        font-size: 14px;
        padding-bottom: 10px;
        color: #555;
    }
    section.site-info .info-desc ul {
        font-size: 13px;
        color: #777;
        padding-right: 30px;
        line-height: 1.6rem;
    }
    section.site-info .info-box {
        /* position: absolute; */
        /* bottom: 0px;
        left: 0; */
        /* position: unset; */
        background-color: rgba(50, 50, 50, 1);
        border-radius: 32px;
        height: 250px;
        width: 100%;
        z-index: 10;
    }
    section.site-info .info-box {
        padding: 30px 10px;
    }
    section.infosection {
        padding: 10px;
        display: block;
        height: 600px;
    }
    section.infosection .inforow {
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 32px;
        width: 100%;
        height: 100%; */
        display: block;
        padding: 20px 0;
    }
    section.infosection .inforow .infoleft {
        width: 100%;
    }
    section.infosection .inforow .inforight {
        width: 100%;
    }
    section.infosection .inforow .inforight p {
        display: none;
    }
    section.infosection .inforow .inforight h3 {
        font-size: 16px;
        font-weight: 450;
        text-align: center;
        padding: 15px 0;
    }
    /* -------------- */
    footer {
        /* padding: 20px 40px; */
        display: block;
        justify-content: center;
        align-content: center;
        width: 100%;
        height: auto;
        margin-top: 100px;
        margin-bottom: 10px;
    }
    footer .footerrow {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 32px;
        width: 100%;
        height: 100%;
        display: block;
        background: #0d6efd;
    }
    footer .footerrow .footerleft {
        width: 100%;
        padding: 15px 10px;
    }
    footer .footerrow .footerleft h3 {
        color: #fff;
        font-size: 17px;
        font-weight: 450;
        padding-bottom: 10px;
        text-align: center;
    }
    footer .footerrow .footerleft p {
        color: #fff;
        font-size: 13px;
        text-align: justify;
        font-weight: 450;
    }
    footer .footerrow .footerleft ul.qas {
        color: #fff;
        display: none;
        padding: 0;
    }
    footer .footerrow .footerleft ul.tel {
        color: #fff;
        font-size: 19px;
        list-style-type: none;
        padding: 13px 0;
        text-align: center;
    }
    footer .footerrow .footeright {
        width: 100%;
        background: #fff;
        border-radius: 0 0 32px 32px;
        padding: 2%;
        display: flex;
        align-content: center;
        text-align: center;
    }
    footer .footerrow .footeright img {
        border-radius: 0 0 32px 32px;
        height: 100%;
    }
}