@font-face {
    font-family: 'El Messiri';
    font-style: normal;
    font-weight: 400;
    src: url(el.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
body {
    font-family: "El Messiri";
    color: #444444;
    background: #eef7fd;
    direction: rtl;
}
.watermark {
    height: 90%;
    width: 40%;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -9999;
    opacity: 0.15;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alert-success {
    text-align: center;
    box-shadow: 0 .25rem .75rem rgba(10, 156, 253, 0.459);
    border: 1px solid #a5d6ff;
    color: Highlight;
    background: #fffbe8;
}

a { text-align: right; text-decoration: none;}
.table-bordered th { color: #0056bf;}
.tr-table {
    font-size: 17px;
    border-color: #eef7fd;
    border-bottom: 2px double #065dad;
    height: 1em;
    vertical-align: middle;
}
.table-bordered {
    border-color: #939393;
    height: 1em;
    vertical-align: middle;
}

 a:hover { color: #065392; text-decoration: none; }
h1, h2, h3, h4, h5, h6 {font-family: 'El Messiri';}
.rlt {direction: rtl;text-align: right;}
.btn-login {
    padding: 4px;
    background-color: #0068c4;
    color: #edf6ff;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #b1b1b1,-3px -3px 3px #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    margin-top: 15px;
    border: none;
}
    .btn-login:hover {
        color: #2674c4;
        background-color: #ededed;
    }
html {
    position: relative;
    min-height: 100%;
}

.card-header {
    background-color: #ededed;
    padding: 10px;
}

 .card-header h4 {
   font-family: "El Messiri";
   color: #1b6ec2;
  text-align: center;
    }

.card {
    box-shadow: 0 .25rem .75rem rgba(10,185, 253, 0.5);
    border: 1px solid #498ed4;
    text-align: right;
    border-radius: 6px;
}

.card-body-delet {
    background-color: #fff;
    margin: auto;
    width: 50%;
    padding: 10px;
    box-shadow: 0 .25rem .75rem rgb(224 23 23 / 0.55);
    border: 1px solid red;
}
.pdf-print {
    font-size: 18px;
    margin: 10px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align:start;
}
 .pdf-print a { color: #065dad; float: right; }
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #065392;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@keyframes animate-preloader {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    transition: all 0.4s;
    background: #0267c5;
}
  .back-to-top i {
        font-size: 30px;
        color: #fafbfd;
        background: none;
        line-height: 0;
 }

    .back-to-top :hover {
        color: #f7f588;
        font-size: 40px;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
        box-shadow: 0px 3px 15px #f8f8e3;
    }
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {[data-aos-delay] {transition-delay: 0 !important;}}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #065dad;
    color: #fff;
    height: 68px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    z-index: 996;
    transition: all 0.5s;
}
 #topbar.topbar-scrolled {top: -40px;}
 #topbar i {padding-right: 6px;line-height: 0;}
 #topbar span {padding: 10px;
  line-height: 10px;
  font-size: 24px;
  font-family: "El Messiri";}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 8px 0;
    top: 60px;
    box-shadow: 0px 2px 15px #0775ea;
}

@media (max-width: 992px) {
    #header { padding: 8px 0; }

#header .logo img { margin-right: 40px; max-height: 58px; }
#header span { margin-right: 5px; font-size: 15px;}
 #topbar span { font-size: 17px; }
}
#header.header-scrolled { top: 0;}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: 0.5px;
}
 #header .logo a { color: #065dad; float: right;}
 #header .logo img {
        max-height: 65px;
        padding-left: 14px;
        -webkit-filter: drop-shadow(2px 2px 1px rgba(172, 180, 199, 0.7));
        filter: drop-shadow(2px 2px 1px rgba(172, 184, 209, 0.7));
}
#header span {
    padding: 10px;
    line-height: 10px;
    font-size: 19px;
    font-family: "El Messiri";
    color: #065dad;
    float: left;
    background-color:gainsboro;
}
/*--------------------------------------------------------------
# Navigation Menu---------------*/
/*** Desktop Navigation */
.navbar {padding: 0;}
.navbar ul {
   margin: 0;
   padding: 0;
   display: flex;
   list-style: none;
   align-items: center;
 }
.navbar li { position: relative;}
.navbar a, .navbar a:focus {
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-family: "Roboto", sans-serif;
   font-size: 18px;
   color: #0465b5;
   white-space: nowrap;
   transition: 0.3s;
   text-transform: uppercase;
   font-weight: 500;
    }
 .navbar a i, .navbar a:focus i {font-size: 15px;line-height: 0;margin-left: 5px;}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {color: #065392;}
.navbar .dropdown ul {
 display: block;
 position: absolute;
 left: 14px;
 top: calc(100% + 30px);
 margin: 0;
 padding: 10px 0;
 z-index: 99;
 opacity: 0;
 visibility: hidden;
 background: #fff;
 box-shadow: 0px 0px 30px rgba(1, 31, 100, 0.25);
 transition: 0.3s;
 border-radius: 4px;
    }
.navbar .dropdown ul li {min-width: 200px;}
.navbar .dropdown ul a {padding: 10px 20px;text-transform: none;}
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {color: #065392;}
.navbar .dropdown:hover > ul {opacity: 1;top: 100%;visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
.navbar .dropdown .dropdown:hover > ul {opacity: 1;top: 0; left: 100%; visibility: visible;}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {left: -90%;}
    .navbar .dropdown .dropdown:hover > ul {left: -100%;}
}
/*** Mobile Navigation */
.mobile-nav-toggle {
    color: #555555;
    font-size: 19px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
 .mobile-nav-toggle.bi-x {color: #fff;}
@media (max-width: 991px) {.mobile-nav-toggle {display: block;}
.navbar ul {display: none;}
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {position: absolute;top: 15px;right: 15px;}
.navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 8px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }
 .navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
  }
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a { color: #065392;}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
.navbar-mobile .dropdown ul li {min-width: 200px;}
.navbar-mobile .dropdown ul a {padding: 10px 20px;}
.navbar-mobile .dropdown ul a i {font-size: 12px;}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {color: #065392;}
.navbar-mobile .dropdown > .dropdown-active {display: block;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {padding-top: 60px; overflow: hidden;}
.section-title h2 {
    font-size: 28px;
    padding-bottom: 18px;
    position: relative;
    color: #065dad;
    text-align: center;
}
.section-title h2::after {
 content: "";
 position: absolute;
 display: block;
 width: 50px;
 height: 3px;
 background: #065392;
 bottom: 0;
 left: calc(50% - 25px);
        }
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #ecf8f9;
    min-height: 40px;
    margin-top: 120px;
}
@media (max-width: 992px) {
    .breadcrumbs {margin-top: 70px;}
}
.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
@media (max-width: 992px) {
    .breadcrumbs h2 {margin: 0 0 10px 0;}
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li + li {padding-left: 10px;}
.breadcrumbs ol li + li::before {
 display: inline-block;
 padding-right: 10px;
 color: #6c757d;
 content: "/";
        }
@media (max-width: 768px) {
.breadcrumbs .d-flex {display: block !important;}
.breadcrumbs ol {display: block;}
.breadcrumbs ol li {display: inline-block;}
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 28px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    margin-top: 16px;
}
.featured-services .icon-box::before {
 content: "";
 position: absolute;
 background: #d9f1f2;
 right: 0;
 left: 0;
 bottom: 0;
 top: 100%;
 transition: all 0.3s;
 z-index: -1;
    }
    .featured-services .icon-box:hover::before {
        background: #0068c4;
        top: 0;
        border-radius: 0px;
    }
.featured-services .icon { margin-bottom: 15px; text-align: Right;}
    .featured-services .icon i {
        font-size: 48px;
        line-height: 1;
        color: #0068c4;
        transition: all 0.3s ease-in-out;
       
    }

.featured-services .title {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 18px;
}
    .featured-services .title a { color: #0068c4;}
.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {color: #fff;}
.featured-services .icon-box:hover .icon i {color: #fff;}
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {font-size: 20px;font-weight: 700;margin: 5px 0 10px 60px;}
.features .icon-box i {font-size: 48px;float: left;color: #065392;}
.features .icon-box p {font-size: 15px;color: #848484;margin-left: 60px;}
.features .image {background-position: center center;background-repeat: no-repeat;background-size: cover;min-height: 400px;}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {width: 100%;}
.appointment .php-email-form .form-group {padding-bottom: 8px;}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
    }
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
  }
.appointment .php-email-form .error-message br + br {margin-top: 25px;}
.appointment .php-email-form .sent-message {
 display: none;
 color: #fff;
 background: #18d26e;
 text-align: center;
 padding: 15px;
 font-weight: 600;
    }
.appointment .php-email-form .loading {
 display: none;
 background: #fff;
 text-align: center;
 padding: 15px;
    }
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
        }
 .appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        padding: 10px !important;
    }
.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
            border-color: #065392;}
.appointment .php-email-form input, .appointment .php-email-form select {height: 44px;}
.appointment .php-email-form textarea {padding: 10px 12px;}
.appointment .php-email-form button[type=submit] {
 background: #065392;
 border: 0;
 padding: 10px 35px;
 color: #fff;
 transition: 0.4s;
 border-radius: 50px;
  }
.appointment .php-email-form button[type=submit]:hover {background: #52c2c6;}
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}
.doctors .member .member-img {position: relative;overflow: hidden;}
.doctors .member .social {position: absolute;
 left: 0;
 bottom: 0;
 right: 0;
 height: 40px;
 opacity: 0;
 transition: ease-in-out 0.3s;
 background: rgba(255, 255, 255, 0.85);
 display: flex;
 align-items: center;
 justify-content: center;
    }
.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
 }
.doctors .member .social a i {line-height: 0;}
.doctors .member .social a:hover {color: #065392;}
.doctors .member .social i {font-size: 18px;margin: 0 2px;}
.doctors .member .member-info {padding: 25px 15px;}
.doctors .member .member-info h4 {font-weight: 700;margin-bottom: 5px;font-size: 18px;color: #555555;}
.doctors .member .member-info span {display: block;font-size: 13px;font-weight: 400;color: #aaaaaa;}
.doctors .member .member-info p {font-style: italic;font-size: 14px;line-height: 26px;color: #777777;}
.doctors .member:hover .social {opacity: 1;}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}
.pricing h4 {
    font-size: 36px;
    color: #065392;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}
.pricing h4 sup {font-size: 20px;top: -15px;left: -3px;}
.pricing h4 span {color: #bababa;font-size: 16px;font-weight: 300;}
.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.pricing ul li {padding-bottom: 16px;}
.pricing ul i {color: #065392;font-size: 18px;padding-right: 4px;}
.pricing ul .na {color: #ccc;text-decoration: line-through;}
.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}
.pricing .btn-buy {
    background: #065392;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}
.pricing .btn-buy:hover {background: #065392;}
.pricing .featured h3 {color: #fff;background: #065392;}
.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #065392;
    color: #fff;
}
/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li {
        margin-top: 15px;
    }

    .faq .faq-list li {
        padding: 10px 12px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        position: relative;

    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 20px;
        outline: none;
        cursor: pointer;
        color: #0063ba;
    }

    .faq .faq-list li i {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: #0063ba;
    }


    .faq .faq-list li::before {
        content: "";
        position: absolute;
        background: #d9f1f2;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
        color: aliceblue;
    }

    .faq .faq-list li:hover::before {
        background: #065392;
        top: 0;
        border-radius: 0px;
        color:aliceblue;
    }

    .faq .faq-list li:hover a, .faq .faq-list li:hover i { color: #fff; }
@media (max-width: 1200px) {
    .faq .faq-list {    padding: 0;  }
}
 /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {color: #444444;text-align: center;box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);padding: 20px 0 30px 0;}
.contact .info-box i {
        font-size: 32px;
        color: #065392;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #c5ebec;
    }
 .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }
.contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }
@-webkit-keyframes animate-loading {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@keyframes animate-loading {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer { padding: 20px; font-size: 15px; background-color: #065dad; }
    #footer .copyright span { text-align: center; padding-top: 23px;   color: #f7f7f7; }
