p {
    margin: 0;
}

body {
    color: #4d5562;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}


/* =========== Header ============ */

header {
    background-color: #fff;
    padding-top: 10px;
    border-bottom: 1px solid #115c9c;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

header .logo {
    width: 300px;
    height: auto;
}

.header_text-wrapper p {
    color: #44413d;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px;
}

.header_text-wrapper p span {
    color: #115c9c;
    font-size: 15px;
}

.header_covid-icon {
    width: 60px;
    align-self: center;
}

header nav {
    background-color: #115c9c;
    margin-top: 10px;
}

.navbar-nav .active>.nav-link {
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    transition: all 0.3s;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    background-color: #0b406e;
}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    width: 1px;
    background-color: #0b406e;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #0b406e;
}

.arabic-link {
    font-family: "Tajawal", sans-serif;
}

.arabic-link::after {
    content: "" !important;
    width: 0 !important;
}


/* =========== Hero ============ */

.hero {
    background: url("../images/main-bg.png") top center no-repeat;
    background-size: contain;
    padding: 80px 0 60px;
    margin-top: 120px;
}

.hero_headline,
.about_header,
.contact_header,
.contact_phone-text {
    color: #115c9c;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero_text {
    font-weight: 700;
}

.hero_btn-container {
    margin-top: 40px;
}

.hero_btn-icon {
    color: #fff;
    font-size: 45px;
    padding-right: 15px;
}

.hero_btn {
    flex: 1;
    text-decoration: none;
    text-align: left;
    padding: 10px 12px;
    border-radius: 10px;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.hero_btn:hover {
    text-decoration: none;
}

.hero_btn:not(:last-child) {
    margin-right: 25px;
}

.hero_btn--pink {
    background-color: #115c9c;
}

.hero_btn--pink:hover {
    background-color: #1666aa;
}

.hero_btn--grey {
    background-color: #4d5561;
}

.hero_btn--grey:hover {
    background-color: #5f6978;
}

.hero_btn-header {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.hero_btn-text {
    color: #fff;
    font-size: 12px;
}


/* =========== About ============ */

.about,
.contact {
    padding: 80px 0;
    background: url("../images/pattern.png") top left repeat;
}

.about {
    padding-top: 20px;
}

.about_text {
    color: #7b8089;
    line-height: 1.4;
    text-align: justify;
}

.symptoms {
    padding: 80px 0;
    background-color: #f9f9f9;
}


/* =========== contact ============ */

.contact_icon {
    color: #fff;
    font-size: 30px;
    background-color: #115c9c;
    display: inline-block;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 10px;
    border-radius: 10px;
}

.contact_phone-text {
    margin-bottom: 0;
}

.contact_address-text {
    color: #4d5562;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

footer {
    padding: 20px 0;
    background-color: #115c9c;
    color: #fff;
    text-transform: uppercase;
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}


/*    result  */

.result_text {
    font-weight: 600;
    font-size: 18px;
}

.label_wrapper {
    width: 40%;
    text-align: right;
}

.form_wrapper .inputs-wrapper {
    max-width: 500px;
    width: 100%;
}

.input_wrapper {
    width: 60%;
    text-align: right;
}

.result_wrapper .btn_icon {
    color: #fff;
}

.result_wrapper i {
    color: #115c9c;
    font-size: 24px;
}

.result_wrapper h2 {
    color: #115c9c;
    font-weight: 700;
    font-size: 18px;
    margin-top: 40px;
}

.result_wrapper hr {
    border: none;
    height: 1px;
    width: 70%;
    background: linear-gradient(90deg, rgba(237, 38, 90, 0) 0%, rgba(237, 38, 90, 1) 30%, rgba(237, 38, 90, 1) 70%, rgba(237, 38, 90, 0) 100%);
}

.result_wrapper .form-wrapper {
    padding: 40px 0;
}

.result_label {
    color: #6a6a6b;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}

.result_wrapper input,
.rdv_wrapper input {
    color: #6a6a6b;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #0e68cc;
    margin-right: 10px;
    padding: 10px 15px;
    border-radius: 0;
}

.result_wrapper input:focus,
.rdv_wrapper input:focus {
    background-color: transparent;
    border-color: #0e68cc;
    box-shadow: none;
}

.rdv_wrapper select {
    border: 1px solid #0e68cc;
    border-radius: 0;
}

.rdv_wrapper select:active,
.rdv_wrapper select:focus {
    outline: none;
    box-shadow: none;
    border-color: #0e68cc;
}

.result_btn {
    background-color: #115c9c;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    transition: all 0.3s;
}

.result_btn:hover,
.result_btn:focus,
.result_btn:active {
    background: #1666aa;
    color: #fff;
    box-shadow: none;
}

::-webkit-input-placeholder {
    /* Edge */
    color: rgba(122, 132, 134, 0.5) !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(122, 132, 134, 0.5) !important;
}

::placeholder {
    color: rgba(122, 132, 134, 0.5) !important;
}

.vertical_divider {
    padding: 0 40px;
}

.result_logo {
    width: 120px;
}

.result_wrapper p,
.rdv_wrapper p {
    color: #23b465;
    font-size: 20px;
    font-weight: 500;
}


/*---- RDV ----*/

.rdv_form {
    padding: 0 0 60px;
    background: url("../images/pattern.png") top left repeat;
}

.rdv_wrapper input {
    color: #4d5562;
    font-size: 14px;
    padding: 15px;
}

.rdv_wrapper input.invalid {
    background-color: #ffdddd;
}

.rdv_wrapper .result_label {
    color: #0e4f87;
    font-size: 14px;
    font-weight: 600;
}

.rdv_wrapper .result_btn {
    font-size: 14px;
    width: 50%;
}

.rdv_wrapper .wizard-nav-btn {
    width: 200px;
}

.rdv_wrapper .radio_label {
    color: #4d5562;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}

.rdv_wizard {
    background-color: transparent;
    padding: 0;
    width: 80%;
    margin: 1em auto;
    clear: both;
    border-bottom: none;
}

.rdv_wizard li {
    width: 100%;
    float: none;
    margin-bottom: 3px;
}

.rdv_wizard li>* {
    position: relative;
    padding: 0.8em 0.8em 0.8em 2.5em;
    color: #fff;
    background-color: #559efc;
    border-color: #559efc;
}

.rdv_wizard li.completed>* {
    color: #fff !important;
    background-color: #559efc !important;
    border-color: #559efc !important;
    border-bottom: none !important;
}

.rdv_wizard li.active>* {
    color: #fff !important;
    background-color: #115c9c !important;
    border-color: #115c9c !important;
    border-bottom: none !important;
}

.rdv_wizard li::after:last-child {
    border: none;
}

.rdv_wizard>li>a {
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
    text-transform: uppercase;
}

.rdv_wizard li a:hover {
    color: #fff;
    background-color: #115c9c;
    border-color: #115c9c;
    text-decoration: none;
}

span.nmbr {
    display: inline-block;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    color: #555;
    text-align: center;
}

span.nmbr i {
    color: #fff;
}

@media (min-width: 768px) {
    .rdv_wizard li {
        position: relative;
        padding: 0;
        margin: 4px 4px 4px 0;
        width: 33%;
        float: left;
    }
    .rdv_wizard li::after,
    .rdv_wizard li>*::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        height: 0;
        width: 0;
        border: 29px solid transparent;
        border-right-width: 0;
        /*border-left-width: 20px*/
    }
    .rdv_wizard li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0;
    }
    .rdv_wizard li>*::after {
        z-index: 2;
        border-left-color: inherit;
    }
    .rdv_wizard li:last-child {
        margin-right: 0;
    }
    span.nmbr {
        display: block;
    }
}

.depistage_header {
    color: #0e68cc;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.depistage_header:after,
.depistage_header:before {
    content: "";
    position: absolute;
    background-color: #0e68cc;
    height: 1px;
    width: 200px;
    right: 100px;
    top: 12px;
}

.depistage_header:before {
    left: 100px;
}

.depistage_img {
    width: 220px;
}

.depistage_wrapper {
    background: url("../images/depist-bg.png") center center no-repeat;
    background-size: contain;
}

.depistage_title {
    color: #115c9c;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.depistage_text {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .header_text-wrapper p {
        font-size: 18px;
    }
    .header_text-wrapper p span {
        font-size: 14px;
    }
    .hero_headline,
    .about_header,
    .contact_header,
    .contact_phone-text {
        font-size: 22px;
    }
    .form_wrapper .inputs-wrapper {
        max-width: 470px;
    }
    .result_btn {
        font-size: 16px;
    }
    .result_btn i {
        font-size: 14px;
    }
    .result_logo {
        width: 100px;
    }
    /* ---  */
    .depistage_header:after {
        width: 150px;
        right: 60px;
    }
    .depistage_header:before {
        width: 150px;
        left: 60px;
    }
}

@media (max-width: 992px) {
    .header_text-wrapper p {
        font-size: 13px;
    }
    .header_text-wrapper p span {
        font-size: 10px;
    }
    .navbar {
        text-align: center;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 1rem 1rem;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-light .navbar-nav .nav-link::after {
        content: none;
    }
    .hero_headline,
    .about_header,
    .contact_header,
    .contact_phone-text,
    .depistage_header {
        font-size: 18px;
    }
    .contact_address-text {
        font-size: 16px;
    }
    /*---*/
    .rdv_wizard {
        width: 100%;
    }
    .depistage_header:after,
    .depistage_header:before {
        width: 100px;
        right: 35px;
        top: 10px;
    }
    .depistage_header:before {
        left: 35px;
    }
}

@media (max-width: 768px) {
    body {
        line-height: 1.5;
    }
    header {
        text-align: center;
    }
    .corona-virus {
        display: none !important;
    }
    .hero_btn-container {
        flex-direction: column;
    }
    .hero_headline,
    .about_header,
    .contact_header,
    .contact_phone-text {
        line-height: 1.5;
    }
    .hero_btn-header {
        font-size: 15px;
    }
    .hero_btn:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .about,
    .symptoms {
        text-align: center;
    }
    .about_image {
        margin-bottom: 20px;
    }
    .symptoms_image {
        margin-top: 30px;
    }
    .about_text {
        text-align: center;
    }
    .contact_wrapper {
        flex-direction: column;
    }
    .contact_phone {
        margin-bottom: 20px;
    }
    .contact_icon {
        font-size: 20px;
        width: 40px;
        line-height: 40px;
    }
    .contact_address-text {
        font-size: 14px;
    }
    footer {
        text-align: center;
    }
    /*---*/
    .result_wrapper h2 {
        font-size: 16px;
    }
    .result_wrapper h2 i {
        font-size: 18px;
    }
    .vertical_divider,
    .result_logo {
        display: none;
    }
    .form_wrapper .inputs-wrapper {
        max-width: none;
    }
    .result_wrapper p {
        font-size: 16px;
    }
    /*------*/
    .rdv_wizard li {
        margin-right: 1px;
    }
    .rdv_wizard li>* {
        padding: 0.8em 0.4em 0.8em 0.5em;
    }
    .rdv_wizard>li>a {
        font-size: 12px;
    }
    .span.nmbr {
        margin-right: 5px;
    }
    .depistage_header::after,
    .depistage_header::before {
        content: none;
    }
}

@media (max-width: 576px) {
    .input_wrapper {
        width: 54%;
    }
    .label_wrapper {
        width: 44%;
    }
    .rdv_wrapper .wizard-nav-btn {
        width: 49%;
    }
    .rdv_wrapper .btn-inputs {
        width: 100%;
    }
    .datepicker.datepicker-inline {
        width: 260px;
    }
    .rdv_wizard {
        flex-direction: column;
        width: 80%;
    }
    .rdv_wizard li.active::after,
    .rdv_wizard li.active>*::after {
        display: none;
    }
    .rdv_wizard li.active::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0;
    }
    .rdv_wizard li.active>*::after {
        z-index: 2;
        border-left-color: inherit;
    }
    .rdv_wizard li.active:last-child {
        margin-right: 0;
    }
}


/*  -----  RDV ----- */

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #eee;
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    color: #858796;
    padding: 8px;
}

@media (max-width: 768px) {
    .datepicker.datepicker-inline {
        margin: auto;
    }
}

.light {
    background-color: #fff;
}

.calendar {
    box-shadow: 0 0 35px -16px rgba(0, 0, 0, 0.75);
    font-family: "Roboto", sans-serif;
    padding: 15px 5px;
    color: #363b41;
    display: inline-block;
}

.calendar_header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.header_copy {
    color: #363b41;
    font-size: 18px;
}

.calendar_plan {
    margin: 20px 0 40px;
}

.cl_plan {
    width: 100%;
    height: 140px;
    background-image: linear-gradient(-222deg, #87d67b, #c1fab7);
    box-shadow: 0 0 52px -18px rgba(0, 0, 0, 0.75);
    padding: 30px;
    color: #fff;
}

.cl_copy {
    font-size: 20px;
    margin: 20px 0;
    display: inline-block;
}

.cl_add {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin: 0 0 0 65px;
    color: #c2c2c2;
    padding: 11px 13px;
}

.calendar_events {
    display: flex;
    flex-wrap: wrap;
    color: #A39D9E;
}

.ce_title {
    font-size: 14px;
}

.event_item {
    display: inline-block;
    margin: 5px 0;
    padding: 5px;
    cursor: pointer;
    border: 1px solid rgb(204, 199, 199);
    margin-left: 7px;
    border-radius: 5px;
}

.calendar_events input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.calendar_events input[type="radio"]:checked+label {
    background-image: linear-gradient(-222deg, #87d67b, #c1fab7);
    box-shadow: 0 0 52px -18px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.calendar_events input[type="radio"]:checked+label .ei_Dot {
    background-color: #fff;
}

.calendar_events input[type="radio"]:checked+label .ei_Title {
    color: #fff;
}

.calendar_events input[type="radio"]:disabled+.event_item {
    cursor: not-allowed;
    border-color: #ebebeb;
}

.calendar_events input[type="radio"]:disabled+.event_item .ei_Title {
    color: #ebebeb;
}

.calendar_events input[type="radio"]:disabled+.event_item .ei_Dot {
    background-color: #ebebeb;
}

.event_item:hover {
    background-image: linear-gradient(-222deg, #87d67b, #c1fab7);
    box-shadow: 0 0 52px -18px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.event_item:hover .ei_Dot {
    background-color: #fff;
}

.event_item:hover .ei_Copy,
.event_item:hover .ei_Title {
    color: #fff;
}

.ei_Dot,
.ei_Title {
    display: inline-block;
}

.ei_Dot {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #A39D9E;
    box-shadow: 0 0 52px -18px rgba(0, 0, 0, 0.75);
}

.dot_active {
    background-color: #87d67b;
}

.ei_Title {
    margin-left: 5px;
    color: #363b41;
}

.ei_Copy {
    font-size: 12px;
    margin-left: 10px;
}

.table-condensed {
    box-shadow: 0 0 35px -16px rgba(0, 0, 0, 0.75);
}


/* -------  loader  ------- */

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #87d67b;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.calendar-tab {
    position: relative;
}

.loading-hours {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    padding: 15px;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.loader-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}