@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&display=swap');
:root {
    --plyr-color-main: #3C60A8;
    --plyr-video-background:#3C60A8
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Almarai', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* ===== Custom Bootstrap */


.text-success {
    color: #41A9A1 !important;
}

.form-control:focus {
    box-shadow: none;
    background-color: #F1F2F3;
}

.form-control {
    padding: 0.375rem 1.5rem;
    background-color: #F1F2F3;
    border: 0;
}

input::placeholder {
    color: #96989D;
    overflow: visible;
}

.form-contact input::placeholder {
    color: #96989D;
    overflow: visible;
}

.form-contact .form-control {
    padding: 0.375rem 1.5rem;
    background-color: #F8F8F8;
    border: 0;
}

input.no-spacing.form-control::placeholder {
    color: #B8B8B8;
    font-size: 14px;
    letter-spacing: normal;
}

[type=email], [type=number], [type=url] {
    direction: rtl;
}

.btn-outline-success {
    color: #41A9A1;
    border-color: #41A9A1;
}

.btn-success {
    color: #198754;
    border-color: #198754;
}
.the-easiest-way .btn-danger{
    background-color: #013961;
    color: #FFF;
    border-color: #013961;
}
.the-easiest-way .btn-danger:hover {
    background-color: transparent;
    border-color: #013961;
    color: #013961;
}
.btn-danger {
    background-color: #F04456;
    color: #FFF;
    border-color: #F04456;
}

.btn-danger:hover {
    background-color: transparent;
    border-color: #F04456;
    color: #F04456;
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
    background-color: transparent;
    border-color: #F04456;
    color: #F04456;
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
    box-shadow: none;
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus{
    box-shadow: none;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #41A9A1;
    border-color: #41A9A1;
}

.btn-success-2 {
    color: #41A9A1;
    border-color: #41A9A1;
    border: 0;
    background-color: #D4F5F2;
}

.btn-success-2:hover {
    color: #D4F5F2;
    border-color: #41A9A1;
    border: 0;
    background-color: #41A9A1;
}

.btn-outline-primary {
    color: #3459A5;
    border-color: #3459A5;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3459A5;
    border-color: #3459A5;
}

.btn-success {
    color: #FFF6F7;
    border-color: #41A9A1;
    background-color: #41A9A1;
}

.btn-success:hover {
    color: #41A9A1;
    background-color: #FFF;
    border-color: #41A9A1;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #013961;
    border-color: #013961;
}

.btn-primary:hover {
    color: #013961;
    background-color: transparent;
    border-color: #013961;
}

/* ===== Custom Bootstrap */

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #F04456;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Almarai', sans-serif;
    color: #414141;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


*::-moz-selection {
    background: #41A9A1;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #41A9A1;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #F04456;
    color: #ffffff;
    text-shadow: none;
}


*::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}


.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    box-shadow: 0px 3px 6px #00000029;

}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.navbar .navbar-brand img {
    max-height: 70px;
}


.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    margin-inline-end: 25px;
    /*padding: 20px 0;*/
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}


.navbar-light .navbar-toggler {
    color: transparent;
    border: none;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler svg {
    width: 2rem;
}

.navbar .nav-item.dropdown .dropdown-menu {
    border: none;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #707070;
}

.navbar .nav-item:hover .dropdown-menu {
    box-shadow: 0px 3px 6px #00000029;
}

.dropdown-menu {
    box-shadow: 0px 3px 6px #00000029;
}

.min-width-75px {
    min-width: 75px;
}


.navbar .navbar-nav .nav-link {
    color: #707070;
    font-weight: 500;
}

/* ========= header ========== */
.header-bg {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, #013961ed, #013961ed), url("../img/bg/1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.main-h1 {
    margin-bottom: 1.5rem;
    font-size: 50px;
    font-weight: bolder;
    color: #FFFFFF;
    line-height: 80px;
}

.main-h1 span ,.yellow-span{
    color: #F04456;
    position: relative;
}

.main-h1 span:before {
    position: absolute;
    top: -100px;
    right: 50%;
    content: url(../img/svg/bubbles2.svg);
}

.main-h2 {
    margin-bottom: 1.5rem;
    font-size: 23px;
    line-height: 40px;
    color: #FFFFFF;
}

.site-images {
    position: relative;
    height: 120px;
}

.site-images img {
    position: absolute;
}

.site-images img:first-child {
    right: 50%;
    top: 0;
    -webkit-transform: translate(50%, 0%);
    -moz-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
    z-index: 1;
}

.site-images img:last-child {
    right: 58%;
    top: 0;
    -webkit-transform: translate(50%, 10%);
    -moz-transform: translate(50%, 10%);
    -ms-transform: translate(50%, 10%);
    transform: translate(50%, 10%);
    z-index: 0;
}
.site-images .container-video {
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transform: translate(50%, 10%);
    -moz-transform: translate(50%, 10%);
    -ms-transform: translate(50%, 10%);
    transform: translate(50%, 10%);
    z-index: 0;
    height: 100%;
    padding-bottom: 10rem;
}
.site-images .container-video .plyr--video{
    border-radius: 9px;
    width: 980px;
    height: auto;
}
@media (max-width: 576px) {
    .video_img_1{
        width: 145%;
    }
    .video_img_2{
        width: 150%;
    }
    .site-images .container-video{
        position: absolute;
        right: 50%;
        top: 0px;
        -webkit-transform: translate(50%, 10%);
        -moz-transform: translate(50%, 10%);
        -ms-transform: translate(50%, 10%);
        transform: translate(75%, -10%);
        z-index: 0;
        height: 100%;
        padding-bottom: 10rem;
    }
    .w-70{
        left: 58px !important;
    }
}

/* ========= header ========== */

.main-title, .main-title-bottom {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

.main-title {
    text-align: center;
    color: #F04456;
}

.main-title:before {
    top: -10px;
    bottom: 0;
    left: 0;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.main-title-bottom {
    color: #414141;
    font-size: 24px;
}

.main-title-bottom:before {
    bottom: -15px;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.main-title:before, .main-title-bottom:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 3px;
    background: #F04456;
    border-radius: 4px;

}

.sub-title {
    text-align: center;
    color: #414141;
    font-size: 34px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 0 26rem;
    line-height: 60px;
}

.mt-28rem {
    margin-top: 28rem;
}

.w-70{
    left: 70px;
}

.service-anchor:hover .service {
    border: 1px solid #F04456;
    box-shadow: 0px 3px 13px #00000029;
    transition: all .2s ease-in-out;
}

.service-anchor {
    height: 100%;
}

.service {
    height: 100%;
    text-align: center;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    border: 1px solid #DDD;
    border-radius: 9px;
    transition: all .2s ease-in-out;
}

.service-name {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    /*line-height: 22px;*/
}

.service-description {
    font-weight: 400;
    font-size: 1rem;
    color: #707070;
    margin-bottom: 0;
}


.protocols span {
    display: block;
    /*margin-bottom: .75rem;*/
}

.protocols ul {
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}

.protocols ul li {
    display: inline-block;
    font-size: 14px;
}

.protocols ul li:not(:last-child):after {
    content: ',';
}

.the-easiest-way {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, #f04456f0, #f04456f0), url("../img/bg/1.png");
    background-repeat: no-repeat;
}

.the-easiest-way h2 {
    font-weight: bold;
    color: #013961;
    font-size: 34px;
}

.the-easiest-way h3 {
    color: #FFFFFF;
    font-size: 22px;
}

.q-card {
    background-color: #EBF2FF;
    border-radius: 6px;
    padding: 1rem 5rem;
    position: relative;
}

.q-card .a-collapse {
    /*padding: 1rem;*/
    display: flex;
    align-items: center;
}

.q-card .a-collapse[aria-expanded="true"] .q-plus:before {
    content: "\f068";
}

.q-card .q-text {
    color: #414141;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

.q-card .q-plus {
    position: absolute;
    right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3459a5;
    border-radius: 6px;
    width: 18px;
    height: 18px;
    text-align: center;
    /*margin-inline-end: 1rem;*/
    color: #3459a5;
    /*padding-bottom: 6px;*/
    font-size: 1rem;
}

html[dir="ltr"] .q-card .q-plus {
    left: 1.5rem;
    right: auto;
}

.q-card .answer-content {
    margin-top: 1rem;
    color: #707070;
    line-height: 30px;
}


/*** Footer ***/

.footer-decoration {
    font-size: 16px;
    line-height: 42px;
    /*padding-inline-end: 8rem;*/
    text-align: justify;
}

.footer-text-title {
    height: 60px;
    border-bottom: 1px solid #DDDDDD;;
    font-size: 16px;
    font-weight: 400;
}

.a-social-media-icon:hover .social-media-icon {
    background-color: rgba(240, 68, 86, .9);
    border-color: #fff;
}

.a-social-media-icon:hover .social-media-icon svg path, .a-social-media-icon:hover .social-media-icon svg ellipse {
    fill: #fff;
}

.social-media-icon {
    margin: 10px;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-inline-end: 15px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #B5B5B5;
}


.social-media-icon:first-of-type {
    margin-inline-start: 0;
}

.a-social-media-icon:last-of-type .social-media-icon {
    margin-inline-end: 0;
}

.social-media-icon a:hover svg path, .social-media-icon a:hover svg ellipse {
    fill: var(--bs-white);
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}


.footer-content {
    font-size: 16px;
    font-weight: 400;
}


a:hover .footer-content.email {
    color: #3F3D56;;
}


.footer .copyright {

    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}


/*. ========= sticky-animation ========== */
@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    animation: sticky 2s;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}

.description {
    font-size: 18px;
    line-height: 30px;
}


.nav-tabs {
    justify-content: center;
}

.nav-link.active {
    color: #F04456 !important;
    border: none;
    border-bottom: 0;
}

.nav-link.active::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 3px;
    background: #F04456;
    bottom: 0;
    left: 0;
    right: 50%;
    border-radius: 4px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}


.nav-link {
    color: #777777;
    font-size: 18px;
    line-height: 28px;
    border: none !important;
    position: relative;
    margin-bottom: 0;
    padding: 15px;
}

.nav-link:hover {
    border: none;
    color: #5b8c51;
}

.nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: #F04456;
    bottom: 0;
    left: 0;
    right: 50%;
    border-radius: 4px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: 0.3s;
}

.nav-link:hover::before {
    width: 30%;
}

footer .list-group-item {
    padding: .5rem 0;
}

footer {
    padding-bottom: 1rem;
}

.footer-decoration {
    font-size: 14px;
    line-height: 35px;
    /*padding-inline-end: 8rem;*/
    text-align: justify;
    color: #FFF;
    margin-bottom: 2rem;
}


.footer-titles {
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;;
}

.h-copyright {
    font-size: 15px;
    color: #969696;
}


.footer-list-group .list-group-item {
    font-size: 16px;
    font-weight: 400;
    color: white;
    background: none;
    border: none;
}

.footer-list-group .list-group-item:hover {
    color: #41A9A1
}

.footer-icon {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 35px;
    padding: 5px;
    border-radius: 5px;
}


.social-media-icon:first-of-type {
    margin-inline-start: 0;
}

.icons .social-media-icon:last-of-type {
    margin-inline-end: 0;
}

.social-media-icon a:hover svg path, .social-media-icon a:hover svg ellipse {
    fill: var(--bs-white);
}

.footer-content {
    font-size: 16px;
    font-weight: 400;
}

.footer-content.num {
    letter-spacing: 5px;
    color: #FFF;
}

a:hover .footer-content.num {
    color: #3F3D56;;
}

.footer-content.email {
    font-weight: lighter;
    color: #707070;
    font-size: 18px;
}

a:hover .footer-content.email, a:hover .footer-content.num {
    color: #41A9A1;;
}

.footer-content.addres {
    letter-spacing: 1px;
    line-height: 30px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.conditions a:hover {
    color: #41A9A1;
}

footer .copyright {
    color: #707070;
}

footer .copyright .copyright-row {
    border-top: 1px solid #153653;;
}


.dnet span {
    color: #41A9A1;
}

@media (max-width: 575.99px) {

    .q-card {
        padding: 1rem 3rem;
    }

    .q-card .q-plus {
        right: 1rem;
    }
    .mt-28rem {
        margin-top: 3rem;
    }
    .main-h1 span:before {
        left: 0;
        right: auto;
    }

    .sub-title {
        padding: 0;
    }

    .footer-list-group .list-group-item {
        font-size: 12px;
    }

    .circle-menu li:before, .sub-menu li:before {
        right: -35px;
        top: 25px;
    }
}


/* Start Media */


@media (min-width: 260px) and (max-width: 360px){
    .welcome {
        font-size: 16px;
    }

    .main-h1 {
        font-size: 25px;
        line-height: 50px;
    }
    .main-h2 {
        font-size: 20px;
    }

    .main-h2 {
        padding: 0 1rem;
    }
    .the-easiest-way h2 ,.the-easiest-way h3{
        line-height: 2;
    }
}

@media (max-width: 576px) {
    .the-easiest-way h2 {
        font-size: 25px;
        line-height: 2;
    }
    .the-easiest-way h3 {
        font-size: 18px;
        line-height: 2;
    }
    .sub-title {
        font-size: 20px;
        line-height: 38px;
    }
    .main-title {
        font-size: 18px;
    }
    .service-name {
        font-size: 14px;
    }
    .service {
        padding: 1.5rem 0.5rem 0.5rem 0.5rem;
    }
    .site-images img:first-child {
        right:-12px;
        top: 0;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        z-index: 1;
    }

    .site-images img:last-child {
        right: 0;
        top: 0;
        -webkit-transform: translate(0%, 10%);
        -moz-transform: translate(0%, 10%);
        -ms-transform: translate(0%, 10%);
        transform: translate(0%, 10%);
        z-index: 0;
    }
    .site-images .container-video .plyr--video{
        width: 300px;
        height: auto;
    }
    html{
        font-size: 14px;
    }
    .main-h1 {
        margin-top: 5rem;
    }
    .main-h1 {
        font-size: 25px;
        line-height: 50px;
    }
    .main-h2 {
        padding: 0 1rem;
        font-size: 18px;
        line-height: 40px;
    }
}
@media (min-width: 260px) and (max-width: 360px){
    .site-images .container-video .plyr--video {
        width: auto;
    }
}

@media (min-width: 576px) {
    .main-h1 {
        margin-top: 5rem;
        font-size: 25px;
        line-height: 80px;
    }

}

@media (min-width: 768px) {
    .site-images {
        position: relative;
        margin-top: 2rem;
        height: 120px;
    }
    .mt-28rem {
        margin-top: 12rem;
    }
    .welcome {
        font-size: 16px;
    }

    .main-h1 {
        font-size: 40px;
    }

    .main-h2 {
        font-size: 23px;
    }

    .col-about {
        padding-inline-end: 0;
    }

    .header-bg-2:before {
        background-position: bottom -140px right -230px;
    }

    .header-bg-2:after {
        background-position: bottom -140px left -230px;
    }

    .header-bg:before, .header-bg:after {
        background-size: 100%;
    }

    .header-bg:after {
        background-position: bottom 200% left -200px;
    }

    .header-bg:before {
        background-position: bottom 200% right -200px;
    }
    .site-images .container-video .plyr--video{
        width: 550px;
        height: auto;
    }

}

@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        margin-inline-end: 10px;
        text-align: center;
    }

}

@media (min-width: 992px) {
    .site-images .container-video .plyr--video{
        width: 980px;
        height: auto;
    }
    .site-images .container-video {
        padding-bottom: 20rem;
    }
    .card.health_programs .head .title {
        margin-inline-end: 4rem;
        margin-bottom: 0;
    }

    .profile-section .head {
        flex-direction: row;
    }

    .meals {
        padding: 1.5rem 2rem;
    }

    .meals .meal .meal-details ul li {
        padding: 0 1.5rem;
        font-size: 16px;
    }

    .card.health_programs.card-2, .card.health_programs {
        padding: 2rem;
    }

    .card.appointment-card {
        padding: 2rem;
    }

    .card.appointment-card {
        padding: 4rem;
    }

    .emp-success.booking-success {
        padding: 3rem 20rem;
    }

    .partner.partner-2 {
        padding: 0;
        height: auto;
        width: auto;
    }

    .our-services {
        padding-inline-end: 6rem;
    }

    .service-widget .service-widget-title {
        font-size: 18px;
    }

    .main-service-widget:nth-of-type(2), .main-service-widget:nth-of-type(5) {
        margin-top: 2rem;
    }

    .header-bg:after {
        background-position: bottom 240px left -250px;
    }

    .header-bg:before {
        background-position: bottom 240px right -250px;
    }

    .col-about {
        padding-inline-end: 7rem;
    }

    .header-bg-2:before {
        background-position: bottom -140px right -150px;
    }

    .header-bg-2:after {
        background-position: bottom -140px left -150px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .header-bg:before, .header-bg:after {
        background-size: 80%;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1537px) {
    .main-h1 {
        font-size: 50px;
    }

    .container-text-header {
        margin: 12rem auto;
    }

    .header-bg:after {
        background-position: bottom 240px left -280px;
    }

    .header-bg:before {
        background-position: bottom 240px right -280px;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .sub-title{
        padding: 0;
    }
}
@media (min-width: 992px) {
    .mt-28rem {
        margin-top: 30rem;
    }
}
@media (min-width: 992px) and (max-width: 1580px) {
    .sub-title{
        padding: 0;
    }
    .mt-28rem {
        margin-top: 28rem;
    }
}

/* End Media */
