﻿@charset "UTF-8";
/*

Description:Webtegre Yazılım ve Bilişim Hizmetleri tarafından yapılmıştır.
Author:Webtegre Yazılım ve Bilişim Hizmetleri
Author URI:http://www.webtegre.com/
License:Tüm Hakları Webtegre Yazılım ve Bilişim Hizmetleri'ne Aittir.
*/
* {
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

html {
    height: 100%;
}

body {
    margin: 0px;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

img, svg {
    border: none;
    max-width: 100%;
    height: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.auto {
    margin: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

a:hover {
    text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    -webkit-appearance: none;
    border-radius: 0;
    -moz-appearance: none;
}

.os-animation {
    opacity: 0;
}

    .os-animation.animated {
        opacity: 1;
    }

.nopadding {
    padding: 0;
}

.nopleft {
    padding-left: 0;
}

.nopright {
    padding-right: 0;
}

.form-control {
    border-radius: 0;
}

    .form-control:focus {
        border-color: #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.animateMe {
    opacity: 0;
}

    .animateMe .animated {
        opacity: 1;
    }

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*** MOBILE MENU ***/
ul, li {
    list-style: none;
}

body {
    overflow-x: hidden;
}

    body.overflow {
        overflow: hidden;
    }

    body.menuopen {
        overflow: hidden;
    }

@media screen and (max-width: 667px) {
    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        width: 96%;
    }
}

#nav-icon {
    display: none;
    width: 34px;
    height: 16px;
    position: relative;
    margin: 15px 0px 0px 0px;
    float: right;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100000;
    cursor: pointer;
}

@media screen and (max-width: 996px) {
    #nav-icon {
        display: block;
        margin-right: 10px;
    }
}

@media screen and (max-width: 667px) {
    #nav-icon {
        margin-top: 5px;
    }
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

    #nav-icon span:nth-child(1) {
        top: 0px;
    }

    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        top: 7px;
    }

    #nav-icon span:nth-child(4) {
        top: 14px;
    }

#nav-icon.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

@media screen and (max-width: 667px) {
    #nav-icon {
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }
}

.navbar {
    background: #03334b;
    height: 75px;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 996px) {
    .navbar {
        position: relative;
        z-index: 5;
        height: auto;
    }

        .navbar .container {
            width: 100%;
        }
}

@media screen and (max-width: 1024px) {
    .navbar .navbar-brand {
        width: 20%;
    }
}

@media screen and (max-width: 996px) {
    .navbar .navbar-brand {
        width: auto;
        padding: 0;
        margin: 13px 0;
    }
}

@media screen and (max-width: 667px) {
    .navbar .navbar-brand {
        margin: 13px 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 996px) {
    .navbar .navbar-collapse {
        width: 100%;
        background: #03334b;
        padding: 0px 20px;
    }
}

.navbar .nav-item .nav-link {
    color: #4e99b9;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 75px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .navbar .nav-item .nav-link::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 20px;
        width: 0%;
        height: 3px;
        background-color: #fff;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        border: 0;
        margin: 0;
    }

@media screen and (max-width: 996px) {
    .navbar .nav-item .nav-link::after {
        bottom: 0;
    }
}

.navbar .nav-item .nav-link:hover {
    color: #fff;
}

    .navbar .nav-item .nav-link:hover::after {
        width: 30px;
    }

@media screen and (max-width: 1440px) {
    .navbar .nav-item .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .navbar .nav-item .nav-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 996px) {
    .navbar .nav-item .nav-link {
        font-size: 14px;
        line-height: 35px;
        text-align: center;
    }
}

.navbar .nav-item:last-child {
    background: rgba(78, 153, 185, 0.6);
}

    .navbar .nav-item:last-child .nav-link {
        color: #fff;
    }

.navbar .nav-item:nth-last-child(2) {
    background: #4e99b9;
}

    .navbar .nav-item:nth-last-child(2) .nav-link {
        color: #fff;
    }

.slider {
    padding: 0;
    position: relative;
    z-index: 1;
}

    .slider img {
        position: relative;
        z-index: 1;
    }

    .slider .txt {
        background: linear-gradient(135deg, rgba(236, 229, 229, 0.6) 0%, rgba(27, 100, 137, 0.88) 71%, #02557e 100%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 2;
    }

        .slider .txt h1 {
            text-align: right;
            font-size: 60px;
            color: #fff;
        }

@media screen and (max-width: 1024px) {
    .slider .txt h1 {
        font-size: 30px;
    }
}

.slider .txt h1 span {
    color: #93d6f7;
}

.slider .txt a {
    display: block;
    float: right;
    width: 40%;
    background: #4e99b9;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 120px;
    margin-top: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .slider .txt a:hover {
        background: #fff;
        color: #4e99b9;
    }

@media screen and (max-width: 1024px) {
    .slider .txt a {
        font-size: 18px;
        line-height: 60px;
    }
}

@media screen and (max-width: 667px) {
    .slider .txt a {
        width: 80%;
        line-height: 40px;
        font-size: 16px;
    }
}

.home-icon {
    position: relative;
    z-index: 2;
    margin-top: -80px;
}

@media screen and (max-width: 667px) {
    .home-icon {
        margin-top: 0;
    }
}

.home-icon .box {
    width: 20%;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 667px) {
    .home-icon .box {
        width: 50%;
    }
}

@media screen and (max-width: 667px) {
    .home-icon .box:last-child {
        width: 100%;
    }
}

.home-icon .box .icon {
    width: 100%;
    height: 190px;
    margin: auto;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .home-icon .box .icon img {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        max-width: 30%;
    }

@media screen and (max-width: 996px) {
    .home-icon .box .icon {
        height: 100px;
    }
}

.home-icon .box .text {
    font-size: 20px;
    color: #02557e;
    line-height: 32px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .home-icon .box .text {
        font-size: 16px;
    }
}

@media screen and (max-width: 996px) {
    .home-icon .box .text {
        font-size: 13px;
    }
}

.home-icon .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.user-area h2 {
    color: #02557e;
    position: relative;
    font-size: 40px;
    margin: 70px 0px;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .user-area h2 {
        font-size: 20px;
        padding-bottom: 10px;
        margin: 30px 0px;
    }
}

.user-area h2::before {
    width: 100px;
    height: 4px;
    background: #4e99b9;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
}

@media screen and (max-width: 667px) {
    .user-area .box {
        margin-bottom: 15px;
    }
}

.user-area .inner {
    background: rgba(78, 153, 185, 0.2);
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    padding: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 996px) {
    .user-area .inner {
        padding: 20px;
    }
}

.user-area .inner h3 {
    text-align: center;
    font-size: 32px;
    color: #03334b;
    position: relative;
    line-height: 42px;
}

@media screen and (max-width: 1024px) {
    .user-area .inner h3 {
        font-size: 22px;
        line-height: 36px;
    }
}

.user-area .inner h3 span {
    color: #02557e;
    font-size: 20px;
    display: block;
}

@media screen and (max-width: 1024px) {
    .user-area .inner h3 span {
        font-size: 16px;
    }
}

.user-area .inner h3::before {
    width: 180px;
    height: 1px;
    display: block;
    position: absolute;
    background: #4e99b9;
    content: "";
    left: 50%;
    margin-left: -90px;
    bottom: 0;
}

.user-area .inner p {
    font-size: 23px;
    color: #4e99b9;
    text-align: center;
    margin: 30px auto;
    min-height: 170px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
    .user-area .inner p {
        font-size: 16px;
    }
}

.user-area .inner a {
    display: block;
    width: 80%;
    margin: auto;
    line-height: 104px;
    background: #4e99b9;
    border-radius: 20px;
    font-size: 23px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
    .user-area .inner a {
        font-size: 18px;
        line-height: 70px;
    }
}

@media screen and (max-width: 996px) {
    .user-area .inner a {
        width: 100%;
    }
}

@media screen and (max-width: 667px) {
    .user-area .inner a {
        line-height: 40px;
        font-size: 16px;
    }
}

.user-area .inner:hover {
    background: #4e99b9;
}

    .user-area .inner:hover p {
        color: #fff;
    }

    .user-area .inner:hover a {
        background: #03334b;
        color: #4e99b9;
        -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    }

.text-slider {
    position: relative;
    padding: 0;
    margin-top: 50px;
}

    .text-slider .nav-tabs {
        border-bottom: 0;
        position: absolute;
        right: 40px;
        bottom: 40px;
        z-index: 2;
    }

@media screen and (max-width: 996px) {
    .text-slider .nav-tabs {
        right: 20px;
        bottom: 20px;
    }
}

.text-slider .nav-tabs .nav-link {
    border: 0;
}

@media screen and (max-width: 1024px) {
    .text-slider .nav-tabs .nav-link img {
        max-width: 30px;
    }
}

.text-slider .nav-tabs .nav-link:focus, .text-slider .nav-tabs .nav-link:hover, .text-slider .nav-tabs .nav-item.show .nav-link, .text-slider .nav-tabs .nav-link.active {
    background: none;
    border: 0;
}

.text-slider .nav-tabs .nav-link.active {
    opacity: 0;
    width: 0;
    height: 0;
}

.text-slider .tab-content {
    position: relative;
    z-index: 1;
}

    .text-slider .tab-content img {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .text-slider .tab-content .text {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

        .text-slider .tab-content .text .number {
            font-size: 200px;
            color: #02557e;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

@media screen and (max-width: 1024px) {
    .text-slider .tab-content .text .number {
        font-size: 100px;
    }
}

@media screen and (max-width: 667px) {
    .text-slider .tab-content .text .number {
        display: none;
    }
}

.text-slider .tab-content .text .desc {
    font-size: 32px;
    color: #fff;
    line-height: 46px;
    background: rgba(2, 85, 126, 0.56);
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .text-slider .tab-content .text .desc {
        font-size: 22px;
        line-height: 36px;
    }
}

@media screen and (max-width: 996px) {
    .text-slider .tab-content .text .desc {
        padding: 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .text-slider .tab-content .text .desc {
        padding: 20px 50px;
    }
}

.news-area {
    background: #f6f6f6;
    padding: 0;
}

    .news-area .swiper-container {
        padding-bottom: 100px;
    }

        .news-area .swiper-container .swiper-pagination-bullet {
            width: 26px;
            height: 26px;
            background: rgba(78, 153, 185, 0.45);
            opacity: 1;
        }

        .news-area .swiper-container .swiper-pagination-bullet-active {
            background: #4e99b9;
        }

    .news-area h2 {
        color: #02557e;
        position: relative;
        font-size: 40px;
        margin: 70px 0px;
        display: inline-block;
    }

        .news-area h2::before {
            width: 100px;
            height: 4px;
            background: #4e99b9;
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            content: "";
        }

@media screen and (max-width: 1024px) {
    .news-area h2 {
        font-size: 20px;
        padding-bottom: 10px;
        margin: 30px 0px;
    }
}

.news-area .inner {
    background: #fff;
    width: 100%;
}

    .news-area .inner:hover .img span {
        background: rgba(2, 85, 126, 0.6);
    }

    .news-area .inner .img {
        width: 100%;
        position: relative;
        z-index: 1;
    }

        .news-area .inner .img img {
            position: relative;
            z-index: 1;
        }

        .news-area .inner .img span {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: block;
            background: rgba(2, 85, 126, 0.3);
            z-index: 2;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

    .news-area .inner .text {
        padding: 30px;
        position: relative;
        z-index: 2;
    }

        .news-area .inner .text strong {
            display: block;
            font-size: 20px;
            line-height: 31px;
            color: #02557e;
            padding: 7px 0px;
            border-bottom: 1px solid #eeeeee;
            margin-bottom: 15px;
            margin-top: 15px;
        }

@media screen and (max-width: 1024px) {
    .news-area .inner .text strong {
        font-size: 16px;
    }
}

.news-area .inner .text p {
    font-size: 16px;
    color: #4e99b9;
}

@media screen and (max-width: 1024px) {
    .news-area .inner .text p {
        font-size: 14px;
    }
}

.news-area .inner .text a {
    font-size: 18px;
    color: #02557e;
    font-weight: bold;
    display: inline-block;
    background: url("/web/20211103023543im_/https://sos.sa/assets/front/images/news-arrow.png") right center no-repeat;
    padding-right: 35px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .news-area .inner .text a:hover {
        padding-right: 45px;
    }

@media screen and (max-width: 1024px) {
    .news-area .inner .text a {
        font-size: 14px;
    }
}

.news-area .inner .text .date {
    display: block;
    float: left;
    background: rgba(78, 153, 185, 0.75);
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 15px;
    position: absolute;
    top: -60px;
}

    .news-area .inner .text .date span {
        display: block;
        font-size: 30px;
    }

.values {
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
    font-size: 16px;
    color: #02557e;
}

@media screen and (max-width: 1024px) {
    .values {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.values .biggest {
    display: block;
    font-size: 130px;
    color: rgba(78, 153, 185, 0.6);
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .values .biggest {
        font-size: 70px;
    }
}

.values p {
    padding: 0px 20px;
    margin: 0;
}

.contact-list {
    background: #4e99b9;
    padding: 30px 0px;
    font-size: 15px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .contact-list {
        font-size: 13px;
    }
}

@media screen and (max-width: 667px) {
    .contact-list .box {
        margin-bottom: 30px;
    }
}

.contact-list .icon {
    width: 105px;
    height: 105px;
    float: left;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}

@media screen and (max-width: 1024px) {
    .contact-list .icon {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 996px) {
    .contact-list .icon img {
        width: 40%;
    }
}

.contact-list strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .contact-list strong {
        font-size: 16px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 667px) {
    .contact-list strong {
        margin-top: 10px;
    }
}

.footer {
    background: url("/web/20211103023543im_/https://sos.sa/assets/front/images/footer-bg.png") top center no-repeat #02557e;
    padding: 50px 0;
}

@media screen and (max-width: 667px) {
    .footer {
        text-align: center;
    }
}

.footer h2 {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .footer h2 {
        font-size: 18px;
    }
}

.footer h2::before {
    content: "";
    width: 66px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

@media screen and (max-width: 667px) {
    .footer h2::before {
        left: 50%;
        margin-left: -33px;
    }
}

.footer .footer-left p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

@media screen and (max-width: 1024px) {
    .footer .footer-left p {
        font-size: 14px;
    }
}

.footer .footer-left img {
    display: block;
}

@media screen and (max-width: 667px) {
    .footer .footer-left img {
        margin-bottom: 30px;
    }
}

.footer .footer-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer .footer-right ul li {
        margin: 0;
    }

        .footer .footer-right ul li a {
            font-size: 16px;
            display: block;
            color: #fff;
            line-height: 36px;
        }

.footer .footer-right .social {
    margin-top: 40px;
}

    .footer .footer-right .social strong {
        display: block;
        font-weight: 500;
        color: #fff;
    }

    .footer .footer-right .social ul li {
        float: left;
        margin-right: 10px;
    }

@media screen and (max-width: 667px) {
    .footer .footer-right .social ul li {
        display: inline-block;
        float: none;
        margin: 0px 5px;
    }
}

.footer .footer-right .newsletter {
    margin-top: 50px;
}

    .footer .footer-right .newsletter p {
        float: left;
        font-size: 20px;
        color: #fff;
        width: 40%;
        line-height: 60px;
    }

@media screen and (max-width: 1024px) {
    .footer .footer-right .newsletter p {
        font-size: 14px;
    }
}

@media screen and (max-width: 996px) {
    .footer .footer-right .newsletter p {
        width: 100%;
        margin-bottom: 0;
        line-height: 30px;
    }
}

.footer .footer-right .newsletter .input {
    width: 60%;
    float: left;
}

@media screen and (max-width: 996px) {
    .footer .footer-right .newsletter .input {
        width: 100%;
    }
}

.footer .footer-right .newsletter .input input[type="email"] {
    width: 85%;
    height: 60px;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(78, 153, 185, 0.6);
    font-size: 16px;
    color: #fff;
    text-indent: 20px;
}

    .footer .footer-right .newsletter .input input[type="email"]::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .footer .footer-right .newsletter .input input[type="email"]:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .footer .footer-right .newsletter .input input[type="email"]::-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .footer .footer-right .newsletter .input input[type="email"]::placeholder {
        color: #fff;
        opacity: 1;
    }

    .footer .footer-right .newsletter .input input[type="email"]:-ms-input-placeholder {
        color: #fff;
    }

    .footer .footer-right .newsletter .input input[type="email"]::-ms-input-placeholder {
        color: #fff;
    }

.footer .footer-right .newsletter .input input[type="submit"] {
    width: 15%;
    height: 60px;
    background: url("/web/20211103023543im_/https://sos.sa/assets/front/images/newsletter-icon.png") center center no-repeat #93d6f7;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: 999px;
}

.footer-bottom {
    widows: 100%;
    text-align: center;
    background: #03334b;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0px;
}

@media screen and (max-width: 667px) {
    .footer-bottom {
        font-size: 13px;
    }
}

.member-area {
    min-height: calc(100vh - 75px);
}

    .member-area > .row {
        min-height: calc(100vh - 75px);
    }

    .member-area .members-sidebar {
        background: #02557e;
        position: relative;
    }

        .member-area .members-sidebar .bg {
            content: "";
            width: 50px;
            height: 100%;
            position: absolute;
            left: -50px;
            top: 0;
            bottom: 0;
            display: block;
            background: #02557e;
        }

        .member-area .members-sidebar h2 {
            font-size: 20px;
            color: #93d6f7;
            font-weight: bold;
            margin: 50px 0px;
            padding: 0px 30px;
            position: relative;
        }

@media screen and (max-width: 1024px) {
    .member-area .members-sidebar h2 {
        margin: 20px 0px;
        padding: 0px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 667px) {
    .member-area .members-sidebar h2 {
        padding: 0;
    }
}

.member-area .members-sidebar h2 span {
    display: block;
    color: #ffffff;
    font-weight: normal;
}

.member-area .members-sidebar h2::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 30px;
    bottom: -10px;
    display: block;
}

.member-area .members-sidebar ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

    .member-area .members-sidebar ul li {
        margin: 0;
    }

        .member-area .members-sidebar ul li a {
            display: block;
            font-size: 22px;
            color: #fff;
            text-align: center;
            padding: 20px 0px;
            border-right: 8px solid transparent;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

@media screen and (max-width: 1024px) {
    .member-area .members-sidebar ul li a {
        font-size: 16px;
        padding: 10px 0px;
        float: left;
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 667px) {
    .member-area .members-sidebar ul li a {
        font-size: 14px;
    }
}

.member-area .members-sidebar ul li a img {
    display: block;
    margin: auto auto 10px auto;
}

@media screen and (max-width: 1024px) {
    .member-area .members-sidebar ul li a img {
        float: left;
        margin: 0px 20px;
    }
}

@media screen and (max-width: 667px) {
    .member-area .members-sidebar ul li a img {
        width: 20px;
    }
}

.member-area .members-sidebar ul li a:hover {
    background: rgba(78, 153, 185, 0.6);
    border-right: 8px solid #93d6f7;
}

.member-area .members-sidebar .upgrade {
    width: 80%;
    height: 70px;
    border: 1px solid #93d6f7;
    border-radius: 20px;
    display: block;
    margin: auto;
    font-size: 18px;
    color: #93d6f7;
    line-height: 68px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .member-area .members-sidebar .upgrade:hover {
        background: #93d6f7;
        color: #fff;
    }

@media screen and (max-width: 1024px) {
    .member-area .members-sidebar .upgrade {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 667px) {
    .member-area .members-sidebar .upgrade {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.member-area .members-content {
    padding-left: 10%;
    padding-right: 5%;
}

@media screen and (max-width: 1024px) {
    .member-area .members-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.member-area .members-content h2 {
    font-size: 20px;
    color: #02557e;
    font-weight: bold;
    margin: 50px 0px;
    padding: 0px 30px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .member-area .members-content h2 {
        margin: 20px 0px;
        padding: 0px 20px;
        font-size: 16px;
    }
}

.member-area .members-content h2::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #02557e;
    position: absolute;
    left: 30px;
    bottom: -10px;
    display: block;
}

.member-area .members-content .inner {
    -webkit-box-shadow: 0px 0px 30px rgba(78, 153, 185, 0.18);
    box-shadow: 0px 0px 30px rgba(78, 153, 185, 0.18);
    border-radius: 50px;
    padding: 30px;
}

    .member-area .members-content .inner.noshadow {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .member-area .members-content .inner.services-box .box .inset {
        border-radius: 30px;
        -webkit-box-shadow: 0px 0px 20px rgba(78, 153, 185, 0.6);
        box-shadow: 0px 0px 20px rgba(78, 153, 185, 0.6);
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }

        .member-area .members-content .inner.services-box .box .inset .icon {
            height: 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .member-area .members-content .inner.services-box .box .inset .icon img {
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

        .member-area .members-content .inner.services-box .box .inset strong {
            display: block;
            text-align: center;
            font-size: 18px;
            color: #02557E;
            margin-bottom: 30px;
        }

@media screen and (max-width: 1440px) {
    .member-area .members-content .inner.services-box .box .inset strong {
        font-size: 16px;
    }
}

.member-area .members-content .inner.services-box .box .inset strong a {
    color: #02557E;
}

.member-area .members-content .inner.services-box .box:hover .icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.member-area .members-content .inner.changepw {
    padding: 100px;
}

@media screen and (max-width: 1024px) {
    .member-area .members-content .inner.changepw {
        padding: 20px;
    }
}

.member-area .members-content .inner.changepw h3 {
    font-size: 22px;
    color: #02557E;
    font-weight: bold;
    border-bottom: 1px solid #02557E;
    padding-bottom: 10px;
}

    .member-area .members-content .inner.changepw h3 span {
        display: block;
        font-weight: normal;
    }

@media screen and (max-width: 1024px) {
    .member-area .members-content .inner.changepw h3 {
        font-size: 16px;
    }
}

.member-area .members-content .inner.changepw .pw-form {
    padding: 40px;
}

@media screen and (max-width: 667px) {
    .member-area .members-content .inner.changepw .pw-form {
        padding: 10px 0px;
    }
}

.member-area .members-content .inner.changepw .pw-form strong {
    display: block;
    font-size: 16px;
    color: #02557E;
    line-height: 40px;
}

.member-area .members-content .inner.changepw .pw-form input[type="password"], .member-area .members-content .inner.changepw .pw-form input[type="email"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    color: #D6D6D6;
    border: 0;
    border-bottom: 1px solid #D6D6D6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .member-area .members-content .inner.changepw .pw-form input[type="password"]:hover, .member-area .members-content .inner.changepw .pw-form input[type="password"]:focus, .member-area .members-content .inner.changepw .pw-form input[type="email"]:hover, .member-area .members-content .inner.changepw .pw-form input[type="email"]:focus {
        border-bottom-color: #888;
    }

.member-area .members-content .inner.changepw .pw-form input[type="submit"] {
    width: 250px;
    height: 70px;
    margin: auto;
    border: 1px solid #02557E;
    border-radius: 20px;
    text-align: center;
    line-height: 68px;
    color: #02557E;
    background: none;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .member-area .members-content .inner.changepw .pw-form input[type="submit"]:hover {
        background: #02557E;
        color: #fff;
    }

@media screen and (max-width: 667px) {
    .member-area .members-content .inner.changepw .pw-form input[type="submit"] {
        height: 40px;
        line-height: 38px;
    }
}

.member-area .members-content .inner.changepw .transactions-form {
    padding-top: 30px;
}

    .member-area .members-content .inner.changepw .transactions-form .table {
        color: #02557E;
    }

@media screen and (max-width: 1024px) {
    .member-area .members-content .inner.changepw .transactions-form .table {
        font-size: 13px;
    }
}

.member-area .members-content .inner.changepw .transactions-form .table th {
    border-top: 0;
    border-bottom: 1px solid #02557e;
}

.member-area .members-content .inner.changepw .transactions-form .table td {
    border-color: #02557e;
}

.member-area .members-content .inner .member-avatar img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 100px;
    margin-bottom: 20px;
}

.member-area .members-content .inner .member-avatar a {
    width: 80%;
    height: 70px;
    border: 1px solid #02557e;
    border-radius: 20px;
    display: block;
    margin: auto;
    font-size: 18px;
    color: #02557e;
    line-height: 68px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
}

    .member-area .members-content .inner .member-avatar a:hover {
        background: #02557e;
        color: #fff;
    }

@media screen and (max-width: 1024px) {
    .member-area .members-content .inner .member-avatar a {
        width: 100%;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }
}

@media screen and (max-width: 996px) {
    .member-area .members-content .inner .member-avatar a {
        font-size: 12px;
    }
}

.member-area .members-content .inner .member-info h3 {
    font-size: 28px;
    color: #02557e;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

    .member-area .members-content .inner .member-info h3 span {
        display: block;
        font-weight: normal;
    }

@media screen and (max-width: 667px) {
    .member-area .members-content .inner .member-info h3 {
        font-size: 20px;
    }
}

.member-area .members-content .inner .member-info h3::after {
    content: "";
    width: 80%;
    height: 2px;
    background: #02557e;
    position: absolute;
    left: 0px;
    bottom: -10px;
    display: block;
}

.member-area .members-content .inner .member-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .member-area .members-content .inner .member-info ul li {
        margin: 0;
        font-size: 16px;
        color: #02557e;
        padding: 10px 0px;
    }

@media screen and (max-width: 1024px) {
    .member-area .members-content .inner .member-info ul li {
        font-size: 14px;
    }
}

.member-area .members-content .inner .member-info ul li strong {
    display: block;
    width: 40%;
    float: left;
    position: relative;
}

    .member-area .members-content .inner .member-info ul li strong::after {
        content: ":";
        float: right;
        margin-right: 10px;
    }

@media screen and (max-width: 996px) {
    .member-area .members-content .inner .member-info ul li strong::after {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .member-area .members-content .inner .member-info ul li strong {
        width: 50%;
    }
}

@media screen and (max-width: 996px) {
    .member-area .members-content .inner .member-info ul li strong {
        width: 100%;
    }
}

.user-login-area .sidebar {
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .user-login-area .sidebar::before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: block;
        background: rgba(2, 85, 126, 0.6);
        position: absolute;
    }

    .user-login-area .sidebar img {
        height: 100%;
        position: relative;
        z-index: 1;
    }

@media screen and (max-width: 1440px) {
    .user-login-area .sidebar img {
        height: auto;
    }
}

.user-login-area .sidebar .text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .user-login-area .sidebar .text div {
        width: 80%;
    }

        .user-login-area .sidebar .text div p {
            font-size: 16px;
            line-height: 22px;
            color: #fff;
            margin-top: 20px;
        }

    .user-login-area .sidebar .text h1 {
        font-size: 120px;
        color: #fff;
        position: relative;
    }

        .user-login-area .sidebar .text h1::before {
            content: "";
            width: 100px;
            height: 3px;
            background: #fff;
            position: absolute;
            left: 10px;
            bottom: 0;
            display: block;
        }

@media screen and (max-width: 1440px) {
    .user-login-area .sidebar .text h1 {
        padding: 0px 40px;
        font-size: 80px;
    }

        .user-login-area .sidebar .text h1::before {
            left: 50px;
        }
}

@media screen and (max-width: 1024px) {
    .user-login-area .sidebar .text h1 {
        font-size: 40px;
    }

        .user-login-area .sidebar .text h1::before {
            left: 40px;
        }
}

.user-login-area.joinusc .sidebar {
    height: 350px;
}

    .user-login-area.joinusc .sidebar img {
        height: 100%;
    }

@media screen and (max-width: 996px) {
    .user-login-area.joinusc .sidebar img {
        height: auto;
    }
}

.user-login-area.joinusc .sidebar .text h1 {
    padding: 0;
}

    .user-login-area.joinusc .sidebar .text h1::before {
        left: 0px;
    }

@media screen and (max-width: 667px) {
    .user-login-area.joinusc .sidebar .text p {
        font-size: 12px;
    }
}

.user-login-area .user-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .user-login-area .user-content .inner {
        width: 70%;
        margin: auto;
    }

        .user-login-area .user-content .inner .title h2 {
            font-size: 30px;
            color: #02557E;
            margin: 70px auto;
        }

@media screen and (max-width: 1440px) {
    .user-login-area .user-content .inner .title h2 {
        margin: 15px auto;
    }
}

@media screen and (max-width: 996px) {
    .user-login-area .user-content .inner .title h2 {
        font-size: 18px;
    }
}

.user-login-area .user-content .inner .input.date input {
    background: #F6F6F6;
    border: 0;
    text-indent: 10px;
}

.user-login-area .user-content .inner input[type="text"], .user-login-area .user-content .inner input[type="password"], .user-login-area .user-content .inner input[type="email"], .user-login-area .user-content .inner textarea {
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #707070;
    background: none;
    margin: 0px 0px 70px 0px;
    padding: 0;
    text-indent: 10px;
}

@media screen and (max-width: 1440px) {
    .user-login-area .user-content .inner input[type="text"], .user-login-area .user-content .inner input[type="password"], .user-login-area .user-content .inner input[type="email"], .user-login-area .user-content .inner textarea {
        margin: auto auto 30px auto;
    }
}

.user-login-area .user-content .inner input[type="submit"] {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: rgba(78, 153, 185, 0.6);
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .user-login-area .user-content .inner input[type="submit"]:hover {
        background: #4e99b9;
    }

.user-login-area .user-content .inner .lostpw {
    font-size: 18px;
    color: #4E99B9;
    text-align: center;
    display: block;
    margin: 20px auto;
}

@media screen and (max-width: 996px) {
    .user-login-area .user-content .inner .lostpw {
        margin: 10px auto;
        font-size: 14px;
    }
}

.user-login-area .user-content .inner p {
    font-size: 18px;
    color: #707070;
    text-align: center;
    margin: 70px 0px 0px 0px;
}

    .user-login-area .user-content .inner p a {
        color: #4E99B9;
    }

@media screen and (max-width: 1440px) {
    .user-login-area .user-content .inner p {
        margin: 30px 0px 0px 0px;
    }
}

@media screen and (max-width: 996px) {
    .user-login-area .user-content .inner p {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 667px) {
    .user-login-area .user-content .inner p {
        margin-bottom: 30px;
        font-size: 13px;
    }
}

.user-login-area .user-content.payment {
    padding-bottom: 30px;
}

    .user-login-area .user-content.payment .inner .title {
        margin: 20px auto;
    }

@media screen and (max-width: 1440px) {
    .user-login-area .user-content.payment .inner .title {
        margin: auto;
    }
}

.user-login-area .user-content.payment .inner input[type="text"], .user-login-area .user-content.payment .inner input[type="password"] {
    margin: 0px 0px 20px 0px;
}

@media screen and (max-width: 1440px) {
    .user-login-area .user-content.payment .inner input[type="text"], .user-login-area .user-content.payment .inner input[type="password"] {
        height: 40px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}

.user-login-area .user-content.payment .total div {
    background: rgba(78, 153, 185, 0.2);
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #4E99B9;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
    .user-login-area .user-content.payment .total div {
        line-height: 40px;
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.user-login-area .user-content.payment .total div span {
    color: #02557E;
}

.user-login-area .user-content.payment .payment-logo img {
    width: 100%;
    margin-bottom: 20px;
}

.user-login-area .user-content.joinusform .inner .title {
    margin: 20px auto;
}

.user-login-area .user-content.joinusform .inner input[type="text"], .user-login-area .user-content.joinusform .inner input[type="password"], .user-login-area .user-content.joinusform .inner input[type="email"], .user-login-area .user-content.joinusform .inner textarea {
    margin: 0px 0px 10px 0px;
}

.user-login-area .user-content.joinusform .inner select {
    background: #F6F6F6 url("/web/20211103023543im_/https://sos.sa/assets/front/images/select-arrow.png") 96% center no-repeat;
    width: 100%;
    border: 0;
    margin: 20px 0px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
}

    .user-login-area .user-content.joinusform .inner select option {
        color: #707070;
    }

.user-login-area .user-content.joinusform .inner .ch {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .user-login-area .user-content.joinusform .inner .ch label {
        display: block;
        color: #707070;
    }

        .user-login-area .user-content.joinusform .inner .ch label a {
            color: #4E99B9;
        }

.user-login-area .user-content.joinusform .inner p {
    margin: 20px 0px;
}

.user-login-area .user-content.joinusform .inner .captch {
    margin-bottom: 20px;
}

    .user-login-area .user-content.joinusform .inner .captch .img {
        width: 30%;
        float: left;
    }

@media screen and (max-width: 667px) {
    .user-login-area .user-content.joinusform .inner .captch .img {
        width: 100%;
    }
}

.user-login-area .user-content.joinusform .inner .captch .img img {
    width: 100%;
}

.user-login-area .user-content.joinusform .inner .captch .captcha-input {
    width: 68%;
    float: right;
}

@media screen and (max-width: 667px) {
    .user-login-area .user-content.joinusform .inner .captch .captcha-input {
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */


.clinic-details-modal {
    padding: 5% 0 !important;
}

    .clinic-details-modal .content {
        top: 0;
        max-height: 70vh !important;
        overflow-y: scroll;
    }

@media(max-width: 990px) {
    .clinic-details-modal .content {
        width: 80%;
        padding: 30px 15px;
        max-height: 90vh !important;
    }
}

#addressModal {
    z-index: 99999
}
/*
     FILE ARCHIVED ON 02:35:43 Nov 03, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:29:44 Aug 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.863
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 36.424
  LoadShardBlock: 56.662 (3)
  PetaboxLoader3.datanode: 101.802 (5)
  load_resource: 140.905
  PetaboxLoader3.resolve: 87.154
  loaddict: 29.375
*/
