﻿body {
    margin: 0;
    overflow-x: hidden;
    font-family:ElMessiri-Regular;
}
/*f3ca27     3e9ecf*/
@font-face {
    font-family: 'ElMessiri-Regular';
    src: url('../fonts/ElMessiri-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ElMessiri-Medium';
    src: url('../fonts/ElMessiri-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'ElMessiri-Bold';
    src: url('../fonts/ElMessiri-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-Regular';
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-Light';
    src: url('../fonts/Cairo-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-SemiBold';
    src: url('../fonts/Cairo-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Tajawal-Regular';
    src: url('../fonts/Tajawal-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Tajawal-Bold';
    src: url('../fonts/Tajawal-Bold.ttf') format('truetype');
}

.navbar {
    font-family: ElMessiri-Regular;
}

    .navbar .navbar-brand, .navbar .navbar-nav {
        direction: rtl;
    }

.navbar-nav li a {
    font-size: 1.2em;
}

body, body * {
    direction: rtl;
}

.navbar .nav {
    display: block;
    float: right;
    left: 0;
    margin: 0 10px 0 0;
    position: relative;
}

.navbar .brand {
    color: #777777;
    display: block;
    float: right;
    font-size: 20px;
    font-weight: 200;
    margin-left: -20px;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #FFFFFF;
}

::-webkit-scrollbar {
    background-color: #FFFFFF;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #3e9ecf;
}

.navbar .nav > li {
    float: right;
}

marquee ul {
    margin-bottom: 0;
    padding: 8px 20px;
}

    marquee ul li {
        font-family: ElMessiri-Regular;
        display: inline;
        padding: 0;
        list-style: none;
        margin: 5px 20px 5px 0px;
    }

marquee li a {
    color: #fff;
}

    marquee li a:hover {
        transition: 0.4s;
        color: #eee;
        text-decoration: none;
    }

        marquee li a:hover::after {
            color: #fff;
        }

marquee {
    background-color: #3e9ecf;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 40px;
}

    marquee ul li a:after {
        transition: 0s !important;
        content: '\f0f1';
        font-family: 'FontAwesome';
        padding: 0 20px 0 0;
    }

    marquee ul li:last-child a::after {
        content: '';
    }

.navbar {
    top: 40px;
    transition: 0.5s;
    padding: 1.4%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    box-shadow: rgba(155, 155, 155, 0.25) 0 5px 5px;
}

.navbar.nomarg
{
    top: 0px;
    transition: 0.5s;
    padding: 1.4%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    box-shadow: rgba(155, 155, 155, 0.25) 0 5px 5px;
}

.navbar-brand img {
    max-height: 80px;
    margin-top: -30px;
}

/* Underline From Right */
.hvr li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

    .hvr li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 100%;
        right: 0;
        bottom: 0;
        background: #3e9ecf;
        height: 2px;
        -webkit-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr li a:hover:before, .hvr li a:focus:before, .hvr li a:active:before {
        left: 0;
    }

.hvr li a {
    transition: 0.4s;
}

    .hvr li a:hover {
        color: #3e9ecf !important;
    }

footer {
    margin-top: 100px;
}

#header {
    background: url('../img/bg4.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    min-height: 420px;
    padding: 50px;
    direction: rtl;
}

.element {
    font-family: ElMessiri-Regular;
    max-width: 800px;
    color: #888;
    font-size: 3em;
    line-height: 65px;
}

    .element span {
        font-size: 1.4em;
        font-family: ElMessiri-Bold;
        color: #3e9ecf;
    }

.typed-cursor {
    display: none;
}

#WelcomeMessage {
    padding: 40px;
}

    #WelcomeMessage h2 {
        font-family: ElMessiri-Bold;
        color: #3e9ecf;
        font-size: 2.5em;
    }

    #WelcomeMessage p {
        font-family: Tajawal-Regular;
        font-size: 1.5em;
        color: #333;
        margin: 20px 0;
        max-width: 1000px;
        line-height: 32px;
    }

#Services {
    background: linear-gradient(rgba(62, 158, 207, 0.65),rgba(62, 158, 207, 0.65)),url('../img/Services.jpg');
    /*background: linear-gradient(rgba(243, 202, 39, 0.85),rgba(243, 202, 39, 0.85)),url('../img/Services.jpg');*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px;
}

    #Services h2 {
        color: #fff;
        font-family: ElMessiri-Bold;
        text-align: center;
        font-size: 3em;
    }

        #Services h2:after {
            width: 7%;
            display: block;
            height: 3px;
            background-color: #fff;
            content: '';
            margin: 15px auto 50px auto;
        }

.serviceType {
    display: block;
    background-color: #fff;
    margin: 20px auto auto;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #555;
    font-size: 1.2em;
    transition: 0.4s;
    font-family: ElMessiri-Regular;
}

    .serviceType:hover {
        background-color: #fff;
        text-decoration: none;
        box-shadow: #fff 0 0 40px;
        color: #3e9ecf;
        transform: scale(1.07);
    }

#accordion .panel-title i.fa {
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.rotate-icon {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.panel {
    border: 0px;
    border-bottom:1px solid #1c86bb
    /*border-bottom: 1px solid #f7d756;*/
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-heading {
    border-radius: 0px;
    color: white;
    transition: 0.4s;
}

.panel-custom > .panel-heading {
    background-color: #3e9ecf;
}

.panel-group .panel:last-child {
    /*border-bottom: 5px solid #f7d756;*/
    border-bottom:5px solid #1c86bb;
}

panel-collapse .collapse.in {
    border-bottom: 0;
}

.panel-title a {
    display: block;
    font-family: ElMessiri-Medium;
    color: #fff;
    padding: 15px 15px;
    font-size: 1.2em;
}

.panel-heading:hover {
    /*background-color: #deb925;*/
    background-color:#1c86bb;
}

.panel-title a:hover, .panel-title a:active, .panel-title a:focus {
    text-decoration: none !important;
}

#WhoAreWe {
    padding: 50px 15px;
}

    #WhoAreWe h2 {
        font-family: ElMessiri-Bold;
        text-align: center;
        color: #3e9ecf;
        font-size: 3em;
    }

        #WhoAreWe h2:after {
            display: block;
            width: 5%;
            background-color: #3e9ecf;
            margin: 15px auto 50px auto;
            height: 5px;
            content: '';
        }

    #WhoAreWe img {
        border: 1px solid #eee;
        border-radius: 4px;
        margin-top: 10px;
        box-shadow: #ddd 0 0 20px;
    }

.infoTitle {
    text-align: center;
    font-family: ElMessiri-Regular;
    font-size: 1.5em;
}

    .infoTitle span {
        color: #3e9ecf;
        font-family: ElMessiri-Bold;
        font-size: 1.2em;
        margin-bottom: 20px;
    }

.panel-body {
    font-family: Tajawal-Regular;
    font-size: 1.2em;
}

    .panel-body ul {
        margin-bottom: 0;
        list-style-image:url('../img/star.png');
    }

        .panel-body ul li {
            margin-bottom: 20px;
            color:#000;
        }

.left-to-right
{
    direction:ltr !important;
}
.alert
{
    display:block;
    margin:20px auto;
    font-family:ElMessiri-Bold;
}

.myBtn
{
    margin:20px auto;
    transition:0.4s ease-in-out;
    background-color:#3e9ecf;
    color:#fff;
    font-family:ElMessiri-Bold;
    border:none;
    padding:12px 40px;
}
.myBtn:hover
{
    background-color:#1c86bb;
    box-shadow:#3e9ecf 0 0 10px;
}
.form-control{
    font-family:ElMessiri-Regular;
}

.padding30
{
    padding:30px;
}

.form-title
{
    font-family:ElMessiri-Bold;
    color:#1c86bb;
}

.control-label
{
    font-family:ElMessiri-Bold;
    font-weight:normal;
}

.servTbl
{
    width:100%;
}
.servTbl th
{
    font-family:ElMessiri-Bold;
    font-size:1.2em;
    color:#fff;
    background-color:#1c86bb;
    padding:10px;
    text-align:right !important;
}
.servTbl td
{
    padding:10px;
    font-family:Tajawal-Regular;
    border-bottom:1px solid #eee;
}
.servTbl td:nth-child(2)
{
    width:70%;
}
.servTbl tr
{
    cursor:pointer;
    transition:0.4s;
}
.servTbl tr:hover
{
    background-color:#eee;
}
.form-action
{
    color:#888;
    transition:0.3s;
    display:block;
    margin:20px auto;
    font-family:ElMessiri-Bold;
}
.form-action:hover,.form-action:active,.form-action:focus
{
    color:#000;
    text-decoration:none;
}

.formTbl td
{
    padding:15px;
}
.formTbl td:first-child
{
    font-family:ElMessiri-Bold;
    width:10%;
    text-align:left;
}
.formTbl td:last-child
{
    font-family:Tajawal-Regular;
}

.portionsTbl
{
    width:100%;
    text-align:right;
}
.portionsTbl th
{
    background-color:#1c86bb;
    padding:12px;
    color:#fff;
    font-weight:normal;
    font-family:ElMessiri-Bold;
    text-align:right !important;
}
.portionsTbl tr th:first-child,.portionsTbl tr td:first-child
{
    width:150px;
}
.portionsTbl tr th:nth-child(2),.portionsTbl tr td:nth-child(2)
{
    width:20%;
}
.portionsTbl tr td
{
    border-bottom:1px solid #eee;
    padding:10px;
}
.portionsTbl tr
{
    transition:0.4s;
}
.portionsTbl tr:hover
{
    background-color:#eee;
}

.baImg
{
    height:210px;
    width:300px;
}

#Contact .form-control
{
    width:100%;
    display:block;
    max-width:unset;
    margin:5px auto;
    border:1px solid #eee;
    box-shadow:none;
    padding:15px 20px !important;
    border-radius:2px;
    max-height:unset;
    height:unset;
    transition:0.5s;
}
#Contact .form-control:hover,#Contact .form-control:focus
{
    outline:none;
    border-color:#aaa;
}
#Contact .form-control::-webkit-input-placeholder
{
    color:#ccc;
}

#Contact
{
    padding:30px;
}

.contactTitle
{
    display:block;
    text-align:center;
    font-family:ElMessiri-Bold;
    color:#1c86bb;
    font-size:2.4em;
    margin-bottom:40px;
}

h1.MedicalServiceTitle
{
    font-family:ElMessiri-Bold;
    text-align:center;
    color:#1c86bb;
    margin-top:40px;
    font-weight:normal;
    margin-bottom:40px;
    font-size:3em;
}

.MedicalServiceDescription
{
    font-family:Tajawal-Regular;
    color:#666;
    font-size:1.3em;
    line-height:29px;
    margin:auto;
    text-align:justify;
    margin-bottom:40px;
    max-width:1000px;
}
.PortionTitle
{
    font-family:ElMessiri-Medium;
    color:#1c86bb;
    max-width:1000px;
    font-size:1.9em;
    margin:20px auto 5px auto;
}
.PortionText
{
    font-family:Tajawal-Regular;
    color:#666;
    font-size:1.3em;
    line-height:29px;
    max-width:1000px;
    text-align:justify;
    margin:4px auto 40px auto;
}
#BeforeAfter h2
{
    text-align:center;
    font-family:ElMessiri-Bold;
    margin-bottom:30px;
    color:#1c86bb;
    font-size:2.5em;
}

#BeforeAfter img
{
    border-radius:5px;
    border:1px solid #eee;
    margin:10px auto;
    padding:10px;
    max-height:500px;
    transition:0.5s ease-in-out;
}
#BeforeAfter img:hover
{
    cursor:pointer;
    box-shadow:rgba(136, 136, 136, 0.50) 0 0 20px;
    transform:scale(1.05);
}

#BeforeAfter
{
    background-color:#fafafa;
    box-shadow:rgba(136, 136, 136, 0.50) 0 8px 15px;
    border-radius:5px;
    padding:50px 20px;
    margin-bottom:45px;
}

a.myBtn:hover,a.myBtn:active,a.myBtn:focus
{
    color:#fff !important;
    text-decoration:none;
}

.alert
{
    border-radius:0;
}
.alert-danger
{
    background-color:#fa4242;
    color:#fff;
}
.alert-success
{
    background-color:#6fdd00;
    color:#fff;
}

/* Questions & Answers Section */
.qa-section {
    max-width: 1000px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-right: 5px solid #1c86bb;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 4px;
}

.qa-question {
    font-family: ElMessiri-Bold;
    color: #1c86bb;
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

.qa-question:before {
    content: '\f059';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    color: #3e9ecf;
}

.qa-answer {
    font-family: Tajawal-Regular;
    color: #444;
    font-size: 1.25em;
    line-height: 1.8;
    text-align: justify;
    padding-right: 30px;
    margin-bottom: 20px;
    font-weight: bold; /* Mirroring original site's emphasis */
}