﻿/*
    ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⢀⣀⠀⠀⣀⣠⢀⣀⡀
⣀⡀⢀⣀⡀⠀⣀⣀⡀⠀⠀⢀⣀⣀⠀⠀⠀  ⣀⣀⡀⢸⣿⢀⣸⣿⣉⢰⣿⣇⣀⡀⠀⠀⣀⡀⠀⠀⠀ ⠀⣿⡇
⣿⡿⠛⠻⣿⡟⠛⢻⣿⠀⣾⡟⠉⠛⣿⡄ ⣼⡿⠛⠛⢿⣿⠙⢻⣿⠛⢰⣿⡏⢿⣧⠀⢰⣿⠃⠀⢰⣶⣶⣿⣿⣶⣶  ⣶⣶⣶
⣿⡇⠀⠀⣿⡇ ⠀⢸⣿⠘⣿⡟⠛⠛⠛ ⣿⣿ ⠀⠀⣸⣿⠀⢸⣿⠀ ⢸⣿⡇⠘⣿⣆⣿⡏⠀⠀⠀⠀⠀⣿⡇      ⣿⣿
⠿⠇⠀⠀⠿⠇ ⠀⠸⠿⠆⠙⠿⣶⡾⠟⠁⠙⠿⣶⡾⠿⠿⠀⠸⠿⠀ ⠸⠿⠇⠀⢸⣿⡟⠀⠀⠀⠀⠀ ⠀  ⠀⠀⠀⠀⠀ ⣿⣿
⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀     ⠀⣶⣾⠟⠁                 ⣿⣿
⣿⡇⠀⠀⠀by ewebbers studio⠀[A.TAG]⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀       ⣿⣿
⣿⣷⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣾⣿
⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉
*/

html {
    height: 100%;
}

::selection {
    background-color: #222;
    color: #fff;
}

*:focus {
    outline: none;
}

body {
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif;
	/*background-color: #2f4468*/;
	background-color: #fff;
	/*color: #fff;*/
}
goto {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
}
a{
	color: #03b1f7;
	text-decoration: none;
}
a:hover{
	color: #03b1f7;
	text-decoration: underline;
	cursor: pointer;
}
.font-ar{
	font-family: 'Tajawal', sans-serif;
}
.MainMedfly{
	background-color: #f8f9fa !important;
	padding-top: 0.5rem!important;
}
.body-content {
	/*background-color: #f8f9fa !important;
	padding-left: 15px;
    padding-right: 15px;*/
}
.dl-horizontal dt {
    white-space: normal;
}
.btn-right {
    float: right;
}
.navbar-fixed-top {
    background-color: #00b9ff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.13);
    height: 32px;
    transition-duration: 0.5s;
}
.navColor {
    background-color: #101416 !important;
}

    .navColor a, .navColor .l2 {
        color: #fff !important;
    }

#showMenu {
    color: #777;
    font-size: 20px;
    opacity: 0;
    transition-duration: 0.8s;
}

#perspective {
    transition-duration: 0.3s;
}

.containerr {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
}

@media (min-width: 768px) {
    .containerr {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .containerr {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .containerr {
        max-width: 1170px;
    }
}

.containerr p {
    font-size: 13px;
    color: #777;
    line-height: 30px;
    display: inline-block;
}


.main-head {
    background: #253655;
    padding: 10px 0;
    color: #222;
    /*margin-top: 30px;
    box-shadow: 0px 3px 8px #ececec;
    background-image: url(pattern.jpg);
    background-repeat: repeat;
    animation: bgpos linear infinite 60s;
    transition-duration: 0.3s;*/
}

/*.main-head:hover {
        animation-play-state: paused;
    }

@keyframes bgpos {
    0% {
        background-position: top right;
    }

    100% {
        background-position: bottom left;
    }
}*/

.logo img {
    height: 77px;
}

.main-navig {
    background-color: #00b9ff;
    padding: 0;
    min-height: 1px;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
    border: none;
    height: 52px;
}

    .main-navig:before {
        content: "";
        background-color: #00b9ff;
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline-block;
    }

.m-itm {
    height: 50px;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 0;
}

    .m-itm li {
        display: inline-flex;
    }

        .m-itm li a {
            text-transform: uppercase;
            font-size: 12px;
            color: #fff;
            position: relative;
            letter-spacing: 2px;
            padding: 22px 20px 24px;
            height: 50px;
            transition-duration: 0.3s;
            cursor: pointer;
        }

            .m-itm li a:hover {
                border-bottom: 3px solid #fff;
                text-decoration: none;
                background: #3baef3;
            }

.wrapper {
    /*background: #fff;*/
    height: calc(100% - 30px);
    position: relative;
}

.mb77 {
    margin-bottom: 77px;
}

.no-padding {
    padding: 0;
}

.home-banner {
    background-image: url('banner-bg.jpg');
    width: 100%;
    height: 100%;
    min-height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
    box-shadow: inset 0px 3px 5px #9a9a9a;
}

    .home-banner::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(92, 209, 220, 0.2);
        display: inline-block;
    }

.banner-shape {
    max-height: 230px;
    height: 230px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.shape-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.left-shape-blue {
    padding: 78px 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00b9ff;
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
}

.left-shape {
    background-color: #f7f7f7;
    padding: 78px 0;
    overflow: hidden;
    top: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
}

.shape-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
}

.right-shape-blue {
    padding: 78px 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5cd1dc;
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
}

.right-shape {
    background-color: #f7f7f7;
    padding: 78px 0;
    overflow: hidden;
    top: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
}

.banner-left a {
    padding: 20px 28px;
    background-color: #ed1a24;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    display: inline-block;
    margin-top: 25px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 207px;
    max-width: 207px;
    position: relative;
    z-index: 2;
    text-align: center;
    transition-duration: 0.3s;
    box-shadow: 0 2px 9px #f36666;
}

    .banner-left a:hover {
        background-color: #FFF;
        color: #00b9ff;
    }

.banner-left span {
    display: inline-block;
    width: 100%;
    color: #ed1a24;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 5px #fff;
}

.banner-left {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 205px;
    position: relative;
}

    .banner-left h3 {
        font-size: 33px;
        font-weight: 700;
        margin-top: 8px;
        margin-bottom: 0;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        letter-spacing: 2px;
        text-shadow: 0 2px 5px #000;
    }

    .banner-left p {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        display: inline-block;
        margin-top: 20px;
        /*padding: 0 40px;*/
        letter-spacing: 1px;
        text-shadow: 0 2px 5px #fff;
        font-weight: bold;
        background: rgba(255,255,255,0.3);
        padding: 5px;
        border-radius: 5px;
    }

.main-navig label {
    color: #bce8f1;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-left: 2px solid #99d7fb;
    border-right: 2px solid #4dbeff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50px 30px 30px 50px;
    margin-right: 10px;
}

.ticker {
    overflow: hidden;
    display: inherit;
    margin-top: 15px;
}

.ticker-title {
    display: inline-flex;
}

    .ticker-title a {
        display: inline-block;
        margin-right: 10px;
        color: #fff !important;
        padding: 15px;
        transition-duration: 0.3s;
    }

        .ticker-title a:hover {
            background-color: rgba(255,255,255,0.2);
            border-bottom: 2px solid #fff;
            text-decoration: none;
        }

.service-section {
    display: inline-block;
    width: 100%;
    padding-bottom: 117px;
}

.section-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 7px;
    letter-spacing: 3px;
    padding-bottom: 30px;
    border-bottom: 2px solid #dbdbdc;
}

.section-header > p {
    font-size: 15px;
    color: #999;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 0;
    padding-right: 100px;
    padding-left: 0;
    letter-spacing: 0.3px;
}

.service-block {
    display: inline-block;
    margin-top: 55px;
    width: 100%;
    transition-duration: 0.3s;
    cursor: default;
}

.service-block-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    background-size: cover;
    text-align: center;
    line-height: 70px;
    display: inline-block;
}

    .service-block-icon::before {
        left: 18px;
        width: 35px;
        height: 70px;
    }

    .service-block-icon::after, .service-block-icon::before {
        content: "";
        position: absolute;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        z-index: 0;
    }

    .service-block-icon::after {
        top: 18px;
        left: 0;
        width: 100%;
        height: 35px;
    }

.service-block-content {
    padding-left: 95px;
    top: 0;
}

.service-block h3 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 17px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #333;
    font-size: 13px;
    letter-spacing: 2px;
}

.service-block-content > p {
    color: #777;
    display: inline-block;
    line-height: 25px;
    padding-right: 40px;
    height: 75px;
    overflow: hidden;
}

.appoinment-form {
    display: inline-block;
    width: 100%;
    padding: 25px;
    border: 6px solid #dbdbdc;
}

    .appoinment-form h3 {
        display: inline-block;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 25px;
        letter-spacing: 1.2px;
    }

    .appoinment-form .form-group {
        margin-bottom: 20px;
    }

    .appoinment-form .form-control {
        border-radius: 0;
        font-size: 13px;
        color: #aaa;
        padding: 8px 12px;
        min-height: 38px;
        box-shadow: none;
    }

    .appoinment-form input[type="checkbox"] {
        display: inline-block;
        margin-right: 8px;
        margin-top: 15px;
    }

    .appoinment-form span {
        font-size: 12px;
        color: #aaa;
        position: relative;
        top: -3px;
    }

    .appoinment-form .btn-submit {
        display: inline-block;
        padding: 14px 20px;
        color: #fff;
        text-transform: uppercase;
        background-color: #33a9ee;
        border: none;
        box-shadow: none;
        max-height: 40px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        transition-duration: 0.3s;
    }

        .appoinment-form .btn-submit:hover {
            background-color: #83c3e8;
        }

    .appoinment-form img {
        display: inline-block;
        margin-right: 10px;
    }

.service-block-icon::after {
    transition-duration: 0.1s;
}

.service-block-icon::before {
    transition-duration: 0.5s;
}

.service-block:hover .service-block-icon::after, .service-block:hover .service-block-icon::before {
    background-color: #00b9ff;
    border-color: #00b9ff;
}

.service-block:hover .service-block-icon img {
    transform: scale(1.5);
}

.service-block-icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    max-width: 27px;
    max-height: 27px;
    transition-duration: 0.3s;
}

#service-section {
    background: #f7f7f7;
    overflow: hidden;
}

.no-left-padding {
    padding-left: 0;
}

.service-block h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: #00b9ff;
    display: inline-block;
}

.counter-section {
    background-image: url('happy-customer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 57px 0 57px;
}

    .counter-section::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #5bd1dc;
        opacity: 0.94;
        display: inline-block;
    }

.happy-customer h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    padding-bottom: 17px;
}

.client-art h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    padding-bottom: 17px;
}

.happy-customer p {
    font-size: 35px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 30px;
    line-height: 45px;
    padding-right: 50px;
}

.happy-customer a {
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 30px 14px;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    border: 1px solid transparent;
}

.happy-customer i {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.counter-app .col-md-6 {
    padding: 4.5px;
    position: relative;
}

    .counter-app .col-md-6::before {
        left: 0px;
        right: 0px;
        bottom: -1px;
        height: 1px;
    }

.statistics-box {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 35px 30px 35px 0;
}

.counter-app .col-md-6:nth-child(1)::after {
    top: 10px;
    bottom: 0px;
}

.counter-app .col-md-6::after {
    right: 0;
    width: 1px;
    bottom: 0;
    top: 0;
}

.statistics-box i {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: absolute;
    margin-top: 15px;
}

.statistics-content {
    display: inline-block;
    padding-left: 50px;
    text-align: left;
}

    .statistics-content > span {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        display: inline-block;
        width: 100%;
        letter-spacing: 1px;
    }

    .statistics-content p {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing: 1.2px;
    }

.happy-customer h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    min-width: 30px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
}

.client-art h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    min-width: 30px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
}

footer {
    
}
.footer{
	background: #37517e;
    color: #888;
    padding: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 10;
    position: relative;
}

.b-footer {
    background-color: #253655;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .b-footer:hover p {
        color: #fff;
        text-shadow: 0 1px 1px #000;
    }

    .b-footer p {
        margin-bottom: 0;
        /*color: #555;*/
        font-size: 12px;
        font-weight: 600;
        transition-duration: 0.3s;
    }

    /*.b-footer .imgEwe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('ewebbers_logo.png');
        background-position: center;
        background-size: cover;
        transition-duration: 0.5s;
        opacity: 0;
        z-index: -1;
    }

    .b-footer:hover .imgEwe {
        width: 80px;
        height: 100%;
        top: 0;
        left: calc(50% - 40px);
        background-size: contain;
        opacity: 1;
    }*/

    .b-footer.active {
        position: fixed;
        z-index: -1;
        width: 100%;
        bottom: 0;
        left: 0;
    }

footer .widget-title {
    font-weight: bold;
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    border-bottom: none;
}

    footer .widget-title:before {
        content: "";
        width: 20px;
        height: 2px;
        left: 0;
        bottom: 0;
        position: absolute;
        background-color: #00b9ff;
    }

iframe {
    filter: grayscale(100%);
    transition-duration: 0.3s;
}

    iframe:hover {
        filter: grayscale(0%);
    }

.footerSocialLinks a {
    color: #b1b1b2;
    width: 32px;
    height: 32px;
    border: 2px solid #b1b1b2;
    margin: 3px;
    display: inline-block;
    font-size: 19px;
    text-align: center;
    padding: 3px;
    transition-duration: 0.3s;
}

    .footerSocialLinks a:hover {
        color: #fff;
        border: 2px solid #fff;
    }

.ImportantFooterLinks a {
    display: block;
    color: #b1b1b2;
    border-bottom: 1px dotted #414b52;
    width: auto;
    margin-bottom: 5px;
    padding-left: 15px;
    transition-duration: 0.3s;
    position:relative;
    text-decoration:none;
}

    .ImportantFooterLinks a:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        text-align: center;
        position: absolute;
        top: 2px;
        left: 0;
        color: #fff;
        font-weight: 700;
    }

    .ImportantFooterLinks a:hover {
        color: #fff;
    }

.banner-right {
    max-height: 777px;
}

.download-section {
    background: #f7f7f7;
    padding: 118px 0 75px;
}

.p-relative {
    position: relative;
}

.Phone-ImgI {
    background-image: url('home-imgi.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -58px;
    left: 0;
    z-index: 3;
    animation-name: UpDown2;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: normal;
    transition-duration: 1s;
    margin-top: 70px;
}

.Skew:hover .Phone-ImgI {
    transform: rotate(9deg) skewX(-39deg) skewY(25deg) scale(2);
    margin-top: 100px;
    animation-play-state: paused;
}

.Skew:hover .Phone-Img {
    animation-play-state: paused;
}

.Skew:hover .Phone-Img-Shadow {
    animation-play-state: paused;
}

.Phone-Img {
    background-image: url('home-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -58px;
    left: 0;
    z-index: 2;
    animation-name: UpDown;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: normal;
    margin-top: 70px;
}

.Phone-Img-Shadow {
    background-image: url('home-imgg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -58px;
    left: 0;
    animation-name: ShadowUp;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: normal;
    margin-top: 70px;
}

@keyframes UpDown {
    0% {
        top: -58px;
    }

    50% {
        top: -80px;
    }

    100% {
        top: -58px;
    }
}

@keyframes UpDown2 {
    0% {
        top: -58px;
    }

    50% {
        top: -90px;
    }

    100% {
        top: -58px;
    }
}

@keyframes ShadowUp {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
        top: -48px;
        left: -10px;
    }

    100% {
        opacity: 1;
    }
}

.download-section h1 {
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
}

    .download-section h1:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -10px;
        min-width: 30px;
        height: 2px;
        background-color: #00b9ff;
        display: inline-block;
    }

.download-section h5 {
    color: #333;
}

    .download-section h5 i {
        color: #00b9ff;
        margin-right: 10px;
    }

.download-section hr {
    margin-top: 150px;
}

.DWNapp {
    padding: 10px;
    border: 1px solid #ed1a25;
    color: #ed1a25;
    background: #fff;
    width: 20%;
    display: inline-block;
    text-align: center;
}

.containerr a {
    /*margin-left: 15px;*/
    position: relative;
    /*color: #fff;*/
    font-weight: bold;
    text-transform: uppercase;
}

.slick-next:before {
    content: '\f054';
}

.slick-prev:before {
    content: '\f053';
}

.slick-prev:before, .slick-next:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
}

.slick-dots {
    bottom: 30px;
}

    .slick-dots li.slick-active button:before, .slick-dots li button:before {
        color: #ed1a25;
        font-family: 'Font Awesome 5 Free';
        font-size: 15px;
        content: '\f0c8';
        font-weight: 700;
    }

.lang {
    float: right;
    margin-left: 5px;
    height: 34px;
    width: 34px;
    /*background: #ed1a25;*/
    margin-top: 2px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
	border: 1px solid #fff;
}

.l2 {
    line-height: 2.2;
}

.lang:hover {
    opacity: 0.5;
}

.LA {
    width: 90px !important;
}
.DateNow {
    float: right;
}


.pagination-container {
    text-align: center;
	padding: 5px;
	
}
 .pagination-container ul.pagination {
        margin: 0;
        justify-content: center;
	 
    }

        .pagination-container ul.pagination li a {
            background: #2f4468;
            color: #fff;
            padding: 5px;
            min-width: 40px;
            display: block;
            margin: 1px;
            text-align: center;
            text-decoration: none;
            transition-duration: 0.2s;
			border-radius: 0.25rem ;
        }

            .pagination-container ul.pagination li a:hover {
                background: #253655;
            }

        .pagination-container ul.pagination li.active {
			border-radius: 0.25rem ;
        }

            .pagination-container ul.pagination li.active a {
                background: #00b9ff;
                color: #fff;
                font-weight: bold;
                cursor: default;
            }

        .pagination-container ul.pagination li.PagedList-ellipses a {
            background: #fff;
            color: #1d4e9f;
            cursor: default;
        }

.btn-info {
    background-color: #00b9ff;
}
.btn-info:hover{
	background-color: #2f4468;
}

.RepAreaT {
    max-height: 400px;
    overflow: auto;
    top: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
}

.RepChatB {
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #428bca;
    background: #2f70a9;
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    margin-right: 0px;
    margin-bottom: 0;
    display: inline-block;
    transition-duration: 0.3s;
}

    .RepChatB:hover {
        color: #ed1a25;
        background: #00b9ff;
    }

.rep-blue {
    background: #c9eff3;
    color: #222;
    border: 1px solid #00b9ff;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    position: relative;
    width: 80%;
    box-shadow: 0px 3px 0px #00b9ff;
}

.rep-gray {
    background: #ececec;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    position: relative;
    width: 80%;
    box-shadow: 0px 3px 0px #9a9a9a;
}

.side-left {
    float: left;
}

.side-right {
    float: right;
}

.InlineChatImage {
    width: 100%;
    border: 1px solid #60c0ff;
    border-bottom: 3px solid #60c0ff;
    border-radius: 10px;
    position: relative;
    display: block;
    box-shadow: 0px 2px 4px #2176af;
}

    .InlineChatImage:before {
        content: 'Download';
        position: absolute;
        bottom: 0;
        left: 0;
    }

.InlineDownloadImage {
    background: #4fb3f5;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin-top: 0px;
    display: block;
}

.FileSelected {
    border: 1px solid #c30909 !important;
    background: #de1e1e !important;
}

.FileMsg {
    position: absolute;
    background: #ffffff;
    bottom: 210px;
    left: -60px;
    z-index: 10;
    border-radius: 10px;
    padding: 2px;
    color: #de1e1e;
    border: 1px solid;
    text-align: center;
    transform: rotate(-90deg);
    box-shadow: -1px 4px 3px #d51717;
    display: none;
}

.FileCheck {
    width: 65px !important;
}

audio {
    width: 100%;
}

.ChatEmpty {
    background: #fff;
    color: #e3e3e3;
    text-align: center;
    font-size: 50px;
}

    .ChatEmpty h1 {
        margin: 0;
        font-size: 20px;
    }

#search {
    width: 100%;
    margin-top: 19px;
}

.DBContt {
    width: 100%;
    text-align: right;
}

.c-itm {
    height: 135px;
    width: 100%;
    z-index:1;
    border: 1px solid #ddd;
    border-right: 6px solid #00b9ff;
    border-bottom: 6px solid #00b9ff;
    text-align: center;
    position: relative;
    /*box-shadow: 4px 4px 0 #bcf4f9;*/
    transition-duration: 0.3s;
    margin-bottom: 30px;
    margin-top: 10px;
	background-color: #2f4468;
}

.xitm:hover .c-itm {
    /*transform: perspective(400px) rotateY(-20deg);
    animation-name: borderCitem;
    z-index:1;
    animation-iteration-count: 3;
    animation-duration: 0.1s;
    animation-timing-function: linear;*/
	background-color: #ec1c23;
}
.xitm:hover .c-itm strong{
    color: #fff;
}

/*
@keyframes borderCitem {
    0% {
        box-shadow: 4px 4px 0 #bcf4f9;
    }

    100% {
        box-shadow: 4px 4px 0 #ec1a25;
        filter: brightness(1.2);
    }
}*/

.c-itm strong {
    line-height: 2.5;
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    /*color: #03b1f7;*/
}

.c-itm i {
    display: block;
    /*color: #ec1a25;*/
	color: #fff;
    font-size: 50px;
    /*text-shadow: 3px 3px 0 #ffc1c4;*/
    margin-top: 10px;
}

    .c-itm i:after {
        content: "";
        height: 70px;
        width: 10%;
        top: 0;
        left: 40%;
        position: absolute;
        /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));*/
    }

.c-itm:before {
    content: '';
    background: #00b9ff;
    height: 6px;
    width: 10%;
    position: absolute;
    top: -3px;
    right: -6px;
}

.c-itm:after {
    content: '';
    background: #00b9ff;
    height: 35%;
    width: 6px;
    position: absolute;
    bottom: -6px;
    left: -3px;
}

.xitm a:hover {
    text-decoration: none;
}

.dashtitle {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
	background-image: url('top-banner.svg');
    background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 20px solid #03b1f7;
	background-position: center center;
	margin-top: -10px;
}

    /*.dashtitle > span {
        color: #ec1a24;
        background: #fff;
        padding: 8px;
        border-left: 3px solid #3ec1d0;
        border-right: 3px solid #3ec1d0;
        border-radius: 25px;
    }

    .dashtitle:after {
        content: '';
        width: 100%;
        height: 3px;
        background: #3ec1d0;
        top: 50%;
        left: 0;
        position: absolute;
        z-index: -1;
    }*/

#FilterMenu {
    margin-bottom: 20px;
}

#accordionArticles {
    margin-top: 20px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel-heading {
    color: #00b9ff;
    background-color: #03b1f717;
    border-color: #00b9ff;
    border: 1px solid #03b1f726;
	border-radius: 5px;
	padding: 5px 20px;
	
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    /*border: 3px solid #e6f5f5;*/
}

.readmoreart {
    background: #FFF;
    padding: 10px;
    color: #000;
    border: 1px solid #ddd;
    display: inline-block;
    margin-top: 15px;
}

.accOn {
    height: 190px;
    overflow: auto;
}

.panel-default {
    border-color: #00b9ff;
	
}

.SysTypes {
    background: #00c0ee;
}

    .SysTypes a {
        display: inline-block;
        width: 49.50%;
        border-bottom: 3px solid #00c0ee;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }

.SysActive {
    border-bottom: 3px solid #d20808 !important;
}

th {
    text-align: inherit;
}

.pb10 {
    padding-bottom: 10px;
}

.BC {
    margin: 0;
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 15px;
   
    transition-duration: 0.3s;
}

    .BC:hover {
        box-shadow: 3px 3px 0 #f3f3f3;
    }

.breadcrumb {
    background: rgba(245, 245, 245, 0);
    border: 0px solid rgba(245, 245, 245, 1);
    
    margin-bottom: 0;
	border-radius: 0px !important;
	/*background-color: #2f4468;*/
}

    .breadcrumb > .active {
        color: #000000;
    }

    .breadcrumb ~ footer {
        display: none !important;
    }

.AvatarUser {
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 0 0 3px #2499a7;
    background-color: #fff;
}

.TimeLine {
    position: relative;
    cursor: default;
    z-index: 0;
}

    .TimeLine:after {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        height: 100%;
        width: calc(100% - 90px);
        /* background-image: linear-gradient(#ddd 80%, #fff); */
        z-index: -1;
        border-left: 2px solid #ddd;
        border-top: 2px solid #ddd;
        border-radius: 20px 0 0 0;
    }

    .TimeLine:before {
        content: '';
        position: absolute;
        top: -55px;
        left: 40px;
        height: 57px;
        width: calc(100% - 55px);
        background: #fff;
        border: 2px solid #ddd;
        border-top: 0;
        border-left: 0;
        /*border-right: 0;*/
        border-radius: 0 0 20px 0;
        z-index: -1;
    }

    .TimeLine h3 {
        margin-left: 25px;
        position: relative;
        margin-bottom: 0;
    }

        .TimeLine h3:hover:before {
            background: #ed1a26;
        }

        .TimeLine h3:after {
            content: '';
            width: 15px;
            height: 2px;
            background: #ddd;
            position: absolute;
            top: 12px;
            left: -20px;
        }

        .TimeLine h3:before {
            content: '';
            width: 10px;
            height: 10px;
            background: #00b9ff;
            border-radius: 50%;
            position: absolute;
            top: 8px;
            left: -23px;
            z-index: 9;
            transition-duration: 0.3s;
        }

    .TimeLine span {
        color: #bdbdbd;
        margin-left: 25px;
        display: block;
    }

    .TimeLine label {
        color: #888;
        margin-left: 25px;
        display: block;
        margin-bottom: 40px;
        font-weight: normal;
    }

.ProfileBack {
    border: 1px solid #ddd;
    border-radius: 0 0 20px 0;
    transition-duration: 0.3s;
    padding: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #e3fdff;
    margin-bottom: 20px;
}

    .ProfileBack:after {
        background-image: url(happy-customer.jpg);
        content: "";
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.07;
        filter: grayscale(100%);
    }

.text-danger {
    background: #ffd7d5 !important;
    text-align: center;
}

.text-success {
    background: #c1ecc3 !important;
    text-align: center;
}

.modal {
    overflow-y: auto !important;
}

.modal-open {
    overflow: auto !important;
}

    body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
        margin-right: 0 !important;
    }

.chosen-container-single .chosen-single div {
    right: 5px;
    left: auto !important;
}

.text-load-chat-1 {
    color: #6ac4ff !important;
    position: relative;
    overflow: hidden;
}

    .text-load-chat-1:after {
        content: '';
        width: 60px;
        height: 125px;
        background-image: linear-gradient(to right, #c9eff3, #f8fcff, #c9eff3);
        position: absolute;
        left: -50px;
        top: -20px;
        transform: rotate(20deg);
        animation: animLoadChat infinite ease-in-out 1s;
    }

.text-load-chat-2 {
    color: #ccc !important;
    position: relative;
    overflow: hidden;
}

    .text-load-chat-2:after {
        content: '';
        width: 60px;
        height: 125px;
        background-image: linear-gradient(to right, #ececec, #f8fcff, #ececec);
        position: absolute;
        left: -50px;
        top: -20px;
        transform: rotate(20deg);
        animation: animLoadChat infinite ease-in-out 1s;
    }

@keyframes animLoadChat {
    0% {
        left: -50px;
    }

    100% {
        left: 100%;
    }
}

.form-control {
    border-radius: 0 !important;
    position: relative;
    display: block;
    padding: 0 8px 0 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    color: #444;
}

.Articles {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-right: 6px solid #3dc1d1;
    border-bottom: 6px solid #3dc1d1;
    position: relative;
    transition-duration: 0.3s;
    box-shadow: 5px 5px 0 #d0edf1;
    padding-bottom: 25px;
    cursor: default;
}

    .Articles:after {
        width: 30px;
        height: 6px;
        background: #3dc1d1;
        position: absolute;
        content: '';
        top: -3px;
        right: -6px;
        transition-duration: 0.3s;
    }

    .Articles:before {
        width: 6px;
        height: 30px;
        background: #3dc1d1;
        position: absolute;
        content: '';
        bottom: -6px;
        left: -3px;
        transition-duration: 0.3s;
    }

    .Articles:hover:after {
        right: calc(100% - 15px);
        background: #ec1a24;
    }

    .Articles:hover:before {
        bottom: calc(100% - 15px);
        background: #ec1a24;
    }

    .Articles .img {
        padding: 7px;
        box-shadow: 0 0 3px #bdbdbd;
        background-size: cover;
        background-position: top center;
        height: 300px;
        width: 100%;
        transition-duration: 1s;
    }

        .Articles .img:hover {
            background-position: bottom center;
        }

    .Articles h2 {
        background-color: #ed1a26;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        position: absolute;
        bottom: 144px;
        left: 0;
        padding: 10px;
    }

    .Articles .D {
        font-size: 15px;
        color: #888;
        width: 100%;
        height: 150px;
        overflow: hidden;
        text-align: left;
        margin-top: 13px;
        padding: 5px;
        position: relative;
    }

        .Articles .D a {
            position: absolute;
            top: 110px;
            width: 100%;
            display: block;
            text-align: center;
            left: 0;
            background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
            height: 44px;
            font-weight: bold;
            color: #ed1a26;
            cursor: pointer;
        }

    .Articles .R {
        position: absolute;
        bottom: -25px;
        left: 0px;
        font-size: 10px;
        color: #777;
    }

input[value="حفظ"], input[value="Save"] {
    width: 100%;
}

.adminSet #accordion {
    margin-bottom: 50px;
	padding-bottom: 50px;
}

.chosen-container-single .chosen-single {
    border-radius: 0 !important;
    height: 34px !important;
    line-height: 2.5 !important;
    border: 1px solid #ddd !important;
    padding: 0 8px 0 8px;
}

    .chosen-container-single .chosen-single div b {
        background: url(/Content/ChosenPlugin/Css/chosen-sprite.png) no-repeat 0 6px !important;
    }

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #00b9ff;
    /*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#5dd1dc),color-stop(90%,#00b9ff)) !important;
    background-image: linear-gradient(#5dd1dc 20%,#00b9ff 90%) !important;*/
    font-weight: bold;
}

input[type="checkbox"] {
    box-shadow: none !important;
}

.even {
    background: #f5f5f5;
}

.ds label {
    line-height: 2.5
}

.m00 {
    margin: 0 !important;
}

    .m00 .row {
        margin: 0;
    }

.row.mb-10 {
    margin-bottom: 10px !important;
}

.bo-l-r {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.row.mb-10 .col-md-10 {
    padding-left: 0;
}

.mainrowCurrentMedicines .btn {
    margin-top: 25px;
}

.modal-content {
    border-radius: 0 !important;
}

#LoadedChatActions {
    background: #f5f5f5;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px #909090;
    display: none;
}

.RepAreaU {
    margin-top: 10px;
}

.eva {
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    width: 50%;
    margin-left: calc(50% - 25%);
    margin-right: auto !important;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.OneRating {
    background: #fff;
    padding: 5px;
    margin-bottom: 20px;
    color: #222;
    box-shadow: 0 0 3px #cecece;
    position: relative;
}

    .OneRating .fa-star {
        color: #888;
    }

        .OneRating .fa-star.active {
            color: gold;
        }

    .OneRating h6 {
        text-align: right;
    }

    .OneRating .btn {
        position: absolute;
        top: 0;
        right: 15px;
    }

.RatingStars {
    padding: 5px;
    border-radius: 5px;
}

.nav-tabs > li > a {
    margin-right: 4px;
    border-top: 3px solid transparent;
    background: #f5f5f5;
    margin-left: 0;
    border-top: 2px solid;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #e6f5f5;
    border: none;
    border-top: 3px solid #00b9ff !important;
}

.ConsReport1 {
    width: 130px;
    height: 130px;
    background: #f9e08e;
    background-image: linear-gradient(#f9db7a, white);
    color: #555555;
    border-radius: 50% 50% 5px 5px;
    position: absolute;
    top: 35px;
    left: calc(50% - 65px);
    border-top: 3px solid #ecba4a;
    box-shadow: inset 0px 3px 12px #efc358;
}

.ConsReport2 {
    width: 110px;
    height: 110px;
    background: #f9e08e;
    background-image: linear-gradient(#f9db7a, white);
    color: #555555;
    border-radius: 50% 50% 5px 5px;
    position: absolute;
    top: 104px;
    left: calc(50% - 184px);
    border-top: 3px solid #ecba4a;
    box-shadow: inset 0px 3px 12px #efc358;
}

.ConsReport3 {
    width: 100px;
    height: 100px;
    background: #f9e08e;
    background-image: linear-gradient(#f9db7a, white);
    color: #555555;
    border-radius: 50% 50% 5px 5px;
    position: absolute;
    top: 130px;
    left: calc(50% + 76px);
    border-top: 3px solid #ecba4a;
    box-shadow: inset 0px 3px 12px #efc358;
}

    .ConsReport1 h5, .ConsReport2 h5, .ConsReport3 h5 {
        font-weight: bold;
        margin-top: calc(50% - 20px);
    }

.boxShadow {
    box-shadow: 0 0 3px #bdbdbd;
}

.alert-profile {
    position: fixed;
    width: 35%;
    top: 53px;
    left: calc(50% - 48%);
    z-index: 99999;
    transition-duration: 0.3s;
    animation: alert-profile linear infinite 1s;
    border-radius: 0;
}

@keyframes alert-profile {
    0% {
        box-shadow: 0 0 0 #ed1a24;
    }

    50% {
        box-shadow: 0 0 12px #ed1a24;
    }

    100% {
        box-shadow: 0 0 0 #ed1a24;
    }
}

.TermsArea {
    text-align: left;
    height: 200px;
    overflow: auto;
    margin-bottom: 10px;
}

label.form-control {
    line-height: 2.2;
}

.panel-title {
    position: relative;
	color:#03b1f7;
	
}
.panel-title a {
    position: relative;
	color:#2f4468;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
    background:transparent;
}

h5.panel-title:after {
    content: "\f150";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: 10px;
}

.NotificationBell {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

    .NotificationBell .RedNumber {
        color: #fff;
        font-weight: bold;
        background: #ed1a24;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        right: 15px;
        text-align: center;
        cursor: pointer;
        font-size: 13px;
        line-height: 20px;
    }

.NotificationArea {
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    max-height: 0px;
    height: auto;
    overflow: auto;
    z-index: -10;
    box-shadow: 0px 5px 5px #828282;
    transition-duration: 0.3s;
    opacity: 0;
    text-align: left;
}

    .NotificationArea a:nth-child(2n+1) {
        background: #f3feff;
    }

    .NotificationArea a {
        display: block;
        text-decoration: none;
        padding: 5px;
        border-bottom: 1px solid #00b9ff;
        transition-duration: 0.3s;
    }

        .NotificationArea a:hover {
            background: #f5f5f5;
        }

        .NotificationArea a h5 {
            color: #000;
        }

        .NotificationArea a h6 {
            color: #555;
            text-align: right;
        }

        .NotificationArea a p {
            color: #777;
        }

    .NotificationArea .New {
        border-left: 4px solid #ed1a24;
    }

    .NotificationArea .ViewAll a {
        color: #ed1a24;
        font-weight: bold;
    }

.Nactive {
    background: #1c93a0;
}

.AreaActive {
    top: 50px;
    z-index: 888;
    transition-duration: 0.3s;
    opacity: 1;
    max-height: 400px;
}

.NotificationArea::-webkit-scrollbar {
    width: 5px;
}

.NotificationArea::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.NotificationArea::-webkit-scrollbar-thumb {
    background: #00b9ff;
}

    .NotificationArea::-webkit-scrollbar-thumb:hover {
        background: #00b9ff;
    }

.Links {
    text-align: right;
}

    .Links a.l {
        color: #ffffff;
        font-weight: bold;
        font-size: 17px;
        display: inline-block;
        margin-top: -10px;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        z-index: 1;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

        /*.Links a.l:after {
            content: "";
            top: 0;
            left: 0;
            position: absolute;
            z-index: -2;
            background: #00b9ff;
            width: 100%;
            height: 100%;
            transform: skewX(20deg);
            border-bottom: 2px solid #ed1a24;
            transition-duration: 0.3s;
        }*/

        /*.Links a.l:hover:after {
            transform: skewX(0deg);
        }*/

        /*.Links a.l:before {
            content: "";
            top: 0;
            left: -20px;
            position: absolute;
            z-index: -1;
            background: #fff;
            width: 20px;
            height: 100%;
            transform: skewX(20deg);
            transition-duration: 0.3s;
            opacity: 0;
        }*/

        /*.Links a.l:hover:before {
            opacity: 1;
            left: 100%;
        }*/

    .Links a.x {
        margin-right: 23px;
    }

#logoutForm {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    float: right;
}

.modal-header {
    border-top: 3px solid #00b9ff;
    background-image: url(logo.png);
    background-size: 100px;
    background-position: calc(20px);
    background-repeat: no-repeat;
    height: 60px;
	background-color: #253655;
	color: #fff;
	direction: rtl;
}
.modal-title{
	text-align: center;
    margin: auto;
}
.modal-body{
	color: #808080;
}
.ClientCode {
    margin: 0;
    font-size: 20px;
    position: absolute;
    top: 130px;
    width: 150px;
    left: calc(50% - 75px);
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: bold;
}

.NoNewNot {
    background: #fff;
    text-align: center;
    color: #cecece;
    padding: 10px;
}

    .NoNewNot i {
        font-size: 50px;
        color: #f5f5f5;
    }

footer .bg-deep-blue {
z-index:7777;
bottom:-2px;
}
.FixedHeader {
    position: fixed;
    z-index: 7777;
    width: 100%;
    top: -1px;
    left: 0;
    /**/
    transition-duration: 0.3s;
    animation-name: fixedHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

/*
@keyframes fixedHeader {
    0% {
        top: -129px;
    }

    100% {
        top: 2px;
    }
}
*/
.MT129 {
    margin-top: 129px !important;
}

label.error {
    color: red;
    width: 100%;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    background: #ffe0e0;
    text-align: center;
    border: 1px solid red;
    border-top: none;
}

span.field-validation-error {
    color: red;
    width: 100%;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    background: #ffe0e0;
    text-align: center;
    border: 1px solid red;
    border-top: none;
    display: block;
}

input.error {
    border: 1px solid red;
    border-bottom: none;
}

input.input-validation-error {
    border: 1px solid red;
    border-bottom: none;
}

.ViewAllAtt {
    float: right;
    margin-top: -7px;
}

#VisitorFrom {
    margin-top: 5px;
    display: inline-block;
}

.DoctorCard {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 13px rgba(4, 4, 4, 0.32);
    text-align: center;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #31afbb;
    cursor:default;
    transition-duration:0.3s;
    margin-top:10px;
}

.DoctorCard:hover{
    transform:scale(1.1);
}

    .DoctorCard:hover img {
        animation-name: swing;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
    }

.AllDoctorsCards /*.col-12:nth-child(1)*/ .DoctorCard:after {
    content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: linear-gradient(to right, #00f9fb, #00c2ff);
}

/*.AllDoctorsCards .col-12:nth-child(2) .DoctorCard:after {
    content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: linear-gradient(to right, #d2cc1a, #b5c033);
}

.AllDoctorsCards .col-12:nth-child(3) .DoctorCard:after {
    content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: linear-gradient(to right, #d2881a, #ff5700);
}

.AllDoctorsCards .col-12:nth-child(4) .DoctorCard:after {
    content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: linear-gradient(to right, #d21a1a, #c03333);
}*/

    .DoctorCard:before {
        content: "";
        width: 100%;
        height: 70px;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: -1;
        background: #fff;
        border-radius: 50%;
    }

    .DoctorCard img {
        border-radius: 50%;
        width: 60%;
        padding: 7px;
        background-color: #fff;
    }

    .DoctorCard h4 {
        font-weight: bold;
        margin-bottom:2px;
    }

.AllDoctorsCards /*.col-12:nth-child(1)*/ .DoctorCard h4 {
    color: #00c3ff;
}

/*.AllDoctorsCards .col-12:nth-child(2) .DoctorCard h4 {
    color: #b5c033;
}

.AllDoctorsCards .col-12:nth-child(3) .DoctorCard h4 {
    color: #ff5700;
}

.AllDoctorsCards .col-12:nth-child(4) .DoctorCard h4 {
    color: #c03333;
}*/

    .DoctorCard h5 {
        font-weight: bold;
        color: #888;
        margin-top:0;
    }

    .DoctorCard p {
        margin-top: 15px;
        color: #a9a9a9;
        text-align: left;
    }

.OurDoctors {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom:15px;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    margin-top:25px;
    cursor:default;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.flip-card-front {
    background-color: #fff;
    color: black;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

    .flip-card-front h3 {
        position: absolute;
        bottom: 10px;
        color: #fff;
        left: 0;
        z-index: 9;
        width: calc(100% - 20px);
        margin-left: 10px;
        font-weight: bold;
        text-shadow: 0px 2px 0 #0c8490;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .flip-card-front img{
        width:100%;
    }

    .flip-card-front:after {
        content: "";
        background-image: linear-gradient(rgba(62, 194, 207, 0), #00b9ff 70%);
        width: 100%;
        height: 200px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition-duration:0.3s;
    }

.flip-card-back {
    background-color: #ffffff;
    color: #ec1c23;
    transform: rotateY(180deg);
    z-index:0;
    overflow:hidden;
}

    .flip-card-back img {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        /* height: 100%; */
        opacity: 0.08;
    }

.SpecSoon {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px;
    background: rgba(237, 26, 38, 0.85);
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
    /*-------------------------------------------RTL section-------------------------------------------*/
    [dir="rtl"] body {
        overflow-x: hidden;
    }

[dir="rtl"] .section-header h3 {
    letter-spacing: normal;
}

[dir="rtl"] .section-header > p {
    font-size: 15px;
    color: #999;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 0;
    letter-spacing: normal;
}

[dir="rtl"] .service-block-content {
    padding-right: 95px;
    padding-left: 0;
    top: 0;
}

[dir="rtl"] .service-block h3 {
    letter-spacing: normal;
}

[dir="rtl"] .service-block-content > p {
    color: #777;
    display: inline-block;
    line-height: 25px;
    padding-right: 0;
    padding-left: 40px;
}

[dir="rtl"] .appoinment-form h3 {
    letter-spacing: normal;
}

[dir="rtl"] .appoinment-form img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
}

[dir="rtl"] .service-block h3::after {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: #00b9ff;
    display: inline-block;
}

[dir="rtl"] .happy-customer p {
    font-size: 35px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 30px;
    line-height: 45px;
    padding-right: 0;
    padding-left: 50px;
}

[dir="rtl"] .happy-customer h3::after {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    bottom: 0;
    min-width: 30px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
}

[dir="rtl"] .client-art h3::after {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    bottom: 0;
    min-width: 30px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
}

[dir="rtl"] footer .widget-title:before {
    content: "";
    width: 20px;
    height: 2px;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    background-color: #00b9ff;
}

[dir="rtl"] .download-section h5 i {
    margin-right: 0;
    margin-left: 10px;
}

[dir="rtl"] .download-section h1:after {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    bottom: -10px;
    min-width: 30px;
    height: 2px;
    background-color: #00b9ff;
    display: inline-block;
}

[dir='rtl'] .slick-next:before {
    content: '\f053';
}

[dir='rtl'] .slick-prev:before {
    content: '\f054';
}

[dir='rtl'] .lang {
    float: left;
    margin-right: 5px;
    height: 28px;
    width: 28px;
    background: #ed1a25;
    margin-top: 2px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

[dir='rtl'] .DateNow {
    float: left;
}

[dir="rtl"] .DBContt {
    text-align: left;
}

[dir="rtl"] .panel-group .panel-heading {
    border-left: inherit;
    /*border-right: 3px solid #ed1a26;*/
}

[dir="rtl"] .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-left: inherit;
    /*border-right: 3px solid #e6f5f5;*/
}

[dir="rtl"] .close {
    float: left;
}

[dir="rtl"] .modal-title, [dir="rtl"] .modal-body {
    text-align: right;
}

[dir="rtl"] .dl-horizontal dt {
    float: right;
}

[dir="rtl"] .dl-horizontal dd {
    margin-left: 0;
    margin-right: 180px;
}

[dir="rtl"] .xitm {
    float: right;
}

[dir="rtl"] .BC {
    border-radius: 20px 0 0 0 !important;
}

[dir="rtl"] .TimeLine:after {
    right: 20px;
    left: auto;
    border-radius: 0 20px 0 0;
    border-right: 2px solid #ddd;
    border-left: none;
}

[dir="rtl"] .TimeLine:before {
    right: 40px;
    left: auto;
    border-radius: 0 0 0 20px;
    border-left: 2px solid #ddd;
    border-right: 0;
}

[dir="rtl"] .TimeLine h3 {
    margin-right: 25px;
    margin-left: auto !important;
}

    [dir="rtl"] .TimeLine h3:after {
        right: -20px;
        left: auto;
    }

    [dir="rtl"] .TimeLine h3:before {
        left: auto;
        right: -23px;
    }

[dir="rtl"] .TimeLine span {
    margin-right: 25px;
    margin-left: auto;
}

[dir="rtl"] .TimeLine label {
    margin-right: 25px;
    margin-left: auto;
}

[dir="rtl"] .ProfileBack {
    border-radius: 0 0 0 20px;
}

[dir="rtl"] a[rel="next"] {
    transform: rotate(180deg);
    border-radius: 4px 0 0 4px !important;
}

[dir="rtl"] a[rel="prev"] {
    transform: rotate(180deg);
    border-radius: 0 4px 4px 0 !important;
}

[dir="rtl"] .chosen-container-single .chosen-single div {
    right: auto;
    left: 5px !important;
}

[dir="rtl"] .Articles .D {
    text-align: right !important;
}

[dir="rtl"] .Articles h2 {
    right: 0;
    left: auto !important;
}

[dir="rtl"] .chosen-container-single .chosen-single span {
    margin-right: 8px !important;
    margin-left: 26px;
}

[dir="rtl"] .eva {
    margin-right: calc(50% - 25%);
    margin-left: auto !important;
}

[dir="rtl"] .OneRating h6 {
    text-align: left !important;
}

[dir="rtl"] .nav-tabs > li {
    float: right !important;
}

[dir="rtl"] .nav {
    padding-right: 0 !important;
}

[dir="rtl"] .nav-tabs > li > a {
    margin-right: 0;
    margin-left: 4px;
}

[dir="rtl"] .OneRating .btn {
    left: 15px !important;
    right: auto;
}

[dir="rtl"] .alert-profile {
    left: auto;
    right: calc(50% - 48%);
}

[dir="rtl"] .TermsArea {
    text-align: right;
}

[dir="rtl"] h5.panel-title:after {
    left: 0;
    right: auto;
}

[dir="rtl"] .NotificationBell {
    right: auto;
    left: 0;
}

    [dir="rtl"] .NotificationBell .RedNumber {
        top: 5px;
        left: 15px;
        right: auto;
    }

[dir="rtl"] .NotificationArea {
    left: 0;
    right: auto;
    text-align: right;
}

    [dir="rtl"] .NotificationArea a h6 {
        text-align: left;
    }

    [dir="rtl"] .NotificationArea .New {
        border-right: 4px solid #ed1a24;
        border-left: none;
    }

[dir="rtl"] .Links {
    text-align: left;
}

    [dir="rtl"] .Links a.x {
        margin-left: 23px;
        margin-right: auto;
    }

    [dir="rtl"] .Links a.l:after {
        transform: skewX(-20deg);
    }

    [dir="rtl"] .Links a.l:hover:after {
        transform: skewX(0deg);
    }

    [dir="rtl"] .Links a.l:before {
        right: -20px;
        left: auto;
        transform: skewX(-20deg);
    }

    [dir="rtl"] .Links a.l:hover:before {
        opacity: 1;
        right: 100%;
        left: auto;
    }

[dir="rtl"] label.error {
    position: relative;
    color: transparent;
}

    [dir="rtl"] label.error:after {
        content: "هذا الحقل مطلوب";
        position: absolute;
        top: 4px;
        color: red;
        visibility: visible;
        width: 100%;
        left: 0;
    }

[dir="rtl"] span.field-validation-error {
    position: relative;
    color: transparent;
}

    [dir="rtl"] span.field-validation-error:after {
        content: "هذا الحقل مطلوب";
        position: absolute;
        top: 4px;
        color: red;
        visibility: visible;
        width: 100%;
        left: 0;
    }

[dir="rtl"] .modal-header {
    background-position: calc(15% - 20px);
}

[dir="rtl"] #logoutForm {
    float: left;
}

[dir="rtl"] .ViewAllAtt {
    float: left;
}

[dir="rtl"] .ImportantFooterLinks a {
    padding-right: 15px;
    padding-left:0;
}

    [dir="rtl"] .ImportantFooterLinks a:after {
        content: "\f053";
        top: 2px;
        right: 0;
        left:auto;
    }

[dir="rtl"] .OurDoctors {
    letter-spacing: 0px;
}

[dir="rtl"] .SpecSoon{
    letter-spacing:0;
}
 .card-itm .card-contnt {
            padding: 5px;
            color: #9c9c9c;
            position: relative;
        }
/*-------------------------------------------Mobile from Web section-------------------------------------------*/
@media only screen and (max-width: 576px) {
	.body-content{
		padding-bottom: 40px;
	}
    .logo {
        text-align: center;
    }

        .logo img {
            height: 50px;
        }

    .Links {
        text-align: center!important;
        display: none;
    }

        .Links a.l {
            padding: 0;
            color: #00b9ff;
            font-size: 16px;
            display: block;
            margin-top: 0;
            text-align: initial;
        }

            .Links a.l:after, .Links a.l:before {
                content: none;
            }

    .NotificationBell {
        right: 30px;
    }

    [dir="rtl"] .NotificationBell {
        left: 30px;
        right: auto;
    }

    .NotificationBell .RedNumber {
        top: -7px;
    }

    .ShowMenuMobileWeb {
        color: #00b9ff;
        position: absolute;
        top: 5px;
        left: 10px;
        font-size: 24px;
        padding: 10px;
    }

    [dir="rtl"] .ShowMenuMobileWeb {
        right: 10px;
        left: auto;
    }

    .banner-left {
        padding-top: 0;
    }

    .slick-next {
        right: -12px;
    }

    [dir='rtl'] .slick-next {
        right: auto;
        left: -13px;
    }

    .slick-prev {
        left: -13px;
    }

    [dir='rtl'] .slick-prev {
        left: auto;
        right: -13px;
    }

    .slick-slide img {
        display: none;
    }

    .home-banner {
        padding-top: 50px;
        min-height: 555px;
    }

    .section-header {
        margin-top: 12px;
    }

    #showMenu {
        display: none;
    }

    #VisitorFrom {
        margin-top: 5px;
        display: inline-block;
    }

    .banner-shape {
        display: none;
    }

    .row.BC {
        display: none;
    }

    .card-itm {
        border: 1px solid #ddd;
        margin-bottom: 7px;
        background: #fff;
        overflow: hidden;
    }

        .card-itm h1 {
            width: 100%;
            padding: 5px;
            color: #fff;
            font-weight: bold;
            font-size: 15px;
            margin: 0;
            border-bottom: 1px solid #ddd;
			background-color: #253655
        }

        .card-itm .card-contnt {
            padding: 5px;
            color: #9c9c9c;
            position: relative;
        }

            .card-itm .card-contnt a {
               /* width: 32.5%;
                display: inline-block;
                background: #ffffff;
                border: 1px solid #eaeaea;
                color: #ffffff;
                text-align: center;
                background-color: #253655;*/
            }

                .card-itm .card-contnt a[style="width:auto"] {
                    padding-right: 5px;
                    padding-left: 5px;
                    background: #f3f3f3;
                    color: #005baa;
                    border-bottom: 1px solid;
                }

            .card-itm .card-contnt .card-stt {
                position: absolute;
                top: 5px;
                right: 10px;
                background: #ffffff;
                color: #07618e;
                padding: 5px;
                border-radius: 5px;
                text-align: center;
                border: 1px solid #d6f1ff;
                min-width: 60px;
            }

                .card-itm .card-contnt .card-stt span {
                    font-size: 10px;
                }

            .card-itm .card-contnt label {
                display: block;
            }

        .card-itm hr {
            margin-bottom: 10px;
        }

    .unActive {
        background: #ddd !important;
        color: #b1b1b1 !important;
        cursor: not-allowed;
    }

    .card-itm svg {
        color: gold;
    }

    [dir="rtl"] .card-itm .card-contnt .card-stt {
        right: auto;
        left: 10px;
    }

    .slick-dots {
        bottom: -120px;
    }

    .MT129 {
        margin-top: 103px !important;
    }

    label.form-control{
        margin-bottom:0;
    }

    .m0{
        margin:0;
    }

    #loginForm {
        width: 100%!important;
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .dashtitle {
        font-size: 16px;
    }

        .dashtitle > span{
            border:none;
        }
	.c-itm strong {
    font-size: 11px;
	}
}
.bg-blue{
	background-color: #2f4468;
}
.accordion-button:not(.collapsed){
	background-color: transparent;
	box-shadow: none;
	color: #2f4468;
}
.accordion-item:first-of-type .accordion-button{
	background-color: transparent;
	border: 0px;
}
.accordion-button:not(.collapsed)::after{
	background-image: none;
    display:none !important;
}
.accordion-button::after{
	background-image: none;
    
}
.accordion-button{
	padding: 0.8rem 1.25rem;
	background-color: transparent;
}
.accordion-item{
	border: 0px;
	margin-bottom: 5px;
}
.btn-deep-blue{
	color: #fff;
    background-color: #2f4468;
    border-color: #253655;
}
.btn-deep-blue:hover{
	color: #ffffff;
    background-color: #37517ee8;
}
.table-header {
    --bs-table-bg: #2f4468;
    --bs-table-striped-bg: #2f4468;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #2f4468;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #2f4468;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #2f4468;
}
.alert-info {
    color: #005baa;
    background-color: #03b1f745;
    border-color: #b6effb;
}



























