/* Google Web Fonts */

:root {
    --thm-primary: #ff685c;
    --thm-text: #232323;
    --thm-secondary-text: #8d8d8d;
    --thm-hover: #ed4235;
    --thm-footer-text: #ed4235;
    --thm-primary-rgb: 0, 155, 219;
    --thm-black: #000;
    --thm-radius: 5px;

--thm-primary: #1a4ba0;    /* الأزرق الملكي للمستشفى */
    --thm-accent: #2e7d32;     /* الأخضر الطبي */
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.4);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    --glass-blur: blur(12px);
    --thm-primary: #1a4ba0;    /* الأزرق الملكي للمستشفى */
    --thm-accent: #2e7d32;     /* الأخضر الطبي */
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.4);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}

/* تعريف الوزن العادي - Regular */
@font-face {
    font-family: 'itfQomra';
    src: url('../fonts/itfQomraArabic_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* تعريف الوزن المتوسط - Medium */
@font-face {
    font-family: 'itfQomra';
    src: url('../fonts/itfQomraArabic_Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* تعريف الوزن العريض - Bold */
@font-face {
    font-family: 'itfQomra';
    src: url('../fonts/itfQomraArabic_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* تعريف الوزن الأسود - Black */
@font-face {
    font-family: 'itfQomra';
    src: url('../fonts/itfQomraArabic_Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,700,900|Raleway:300,400,500,600,700,800|Work+Sans:500,700,800,900&display=swap');
body {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Cairo', sans-serif;
    color: var(--thm-text);
    background: #fff;
}

/* Standard Styles Starts */

a {
    color: var(--thm-primary);
    text-decoration: none;
}

a:hover,
a:focus {
    color: #057cad;
}

a:focus {
    outline: none;
}

.hr-1 {
    border-color: #d4d4d4;
}


/* Heading Styles Starts */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.page-heading1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--thm-primary);
}

.main-heading1 {
    color: #323232;
}

.main-heading2 {
    color: var(--thm-primary);
}

.main-heading3 {
    margin-bottom: 20px;
    color: var(--thm-primary);
}

.sub-heading1 {
    margin-bottom: 20px;
    color: #121212;
}

.lite {
    font-weight: 300;
}

.side-heading1 {
    margin-top: 50px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: var(--thm-primary);
    border-bottom: 1px solid var(--thm-primary);
}

.side-heading2 {
    margin-bottom: 16px;
    color: #121212;
}

/* Preloader Style Start */
.loader-container {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 60px;
    height: 60px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid var(--thm-primary);
    border-color: var(--thm-primary) transparent var(--thm-primary) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader-fadeout {
    opacity: 0;
    visibility: hidden;
}
/* Preloader Style End */

/* Section Title Style Start */

.sec-padding {
    padding: 90px 0;
}

.sec-title {
    margin-bottom: 63px;
}

.sec-title h2 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.sec-title p {
    font-size: 16px;
    color: var(--thm-secondary-text);
    margin: 0;
    margin-bottom: 20px;
}

.sec-title span.decor {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.sec-title span.inner {
    width: 14px;
    height: 14px;
    background: var(--thm-primary);
    display: block;
    margin: auto;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
}

.sec-title span.decor:before,
.sec-title span.decor:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 55px;
    height: 2px;
    background: #d2d2d2;
    z-index: -1;
}

.sec-title span.decor:before {
    left: 22px;
}

.sec-title span.decor:after {
    right: 22px;
}

.sec-title.text-left span.decor {
    margin-left: 50px;
}

.sec-title.style-two span.decor {
    border-color: var(--thm-primary);
}

.sec-title.style-two span.decor .inner {
    background: var(--thm-primary);
}

.sec-title.style-two span.decor:after {
    right: -94px;
}

.sec-title.style-two span.decor:before,
.sec-title.style-two span.decor:after {
    background: #DCDCDC;
}

.sec-title.colored span.decor {
    border-color: #2562B3;
}

.sec-title.colored span.decor span.inner {
    background: #2562B3;
}

.sec-title.colored span.decor:before,
.sec-title.colored span.decor:after {
    background: #2562B3;
}


/* Section Title Style End */


/* Testimonial Style Starts */

.testimonial-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background: rgb(246, 246, 246);
}

.single-testimonial-style {
    position: relative;
    display: block;
    padding-left: 20px;
    z-index: 1;
}

.single-testimonial-style:before {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: -20px;
    right: 20px;
    border: 1px solid #dadada;
    content: "";
    z-index: -1;
}

.single-testimonial-style .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 40px 48px;
    z-index: 1;
    box-shadow: 0px 4px 8px 1px #eaeaea;
    text-align: left;
}

.single-testimonial-style .inner-content:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    z-index: -1;
    border-top: 95px solid var(--thm-primary);
    border-right: 95px solid transparent;
}

.single-testimonial-style .inner-content:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
    content: "\f10e";
    color: #f6f6f6;
    font-size: 35px;
    line-height: 40px;
    z-index: 1;
}

.single-testimonial-style .client-info {
    position: relative;
    display: block;
}

.single-testimonial-style .client-info .image {
    width: 70px;
}

.single-testimonial-style .client-info .image img {
    height: 70px;
    border-radius: 50%;
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.31);
}

.single-testimonial-style .client-info .image,
.single-testimonial-style .client-info .title {
    display: table-cell;
    vertical-align: middle;
}

.single-testimonial-style .client-info .title {
    padding-left: 20px;
}

.single-testimonial-style .client-info .title h3 {
    color: #27282c;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 2px;
}

.single-testimonial-style .client-info .title span {
    color: var(--thm-primary);
}

.single-testimonial-style .text-box {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 21px;
}

.single-testimonial-style .text-box p {
    line-height: 28px;
    margin: 0;
}

.testimonial-carousel.owl-carousel .owl-stage-outer {
    padding: 0px 0px 63px;
}

.testimonial-carousel .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    line-height: 14px;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    background-image: none;
    width: 20px;
    height: 5px;
    margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
    padding: 0px;
    border-radius: 0;
    transition: all 500ms ease;
    display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot span {
    display: none;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    background: var(--thm-primary);
    border-color: var(--thm-primary);
}

.review-box {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--thm-primary);
    padding: 4px 6px;
}

.review-box ul {
    padding: 0;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    font-size: 16px;
}

.review-box ul li .fas {
    color: #FEE000;
}


/* Testimonial Style End */


/* Latest News Carousel Starts */

.news-carousel {
}

.news-post-box {
    padding: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0 6px 15px rgba(64,79,104,.05);
}
.news-post-box:hover {
    border-color: #d6d6d6;
}
.news-post-box .inner {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: #8d8d8d;
    text-align: center;
}
.news-post-box h5 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}
.news-post-box, 
.news-post-box h5 a {
    color: #323232;
    text-decoration: none;
}
.news-post-box h5 a:hover {
    color: var(--thm-primary);
    text-decoration: none;
}
.news-post-box .post-meta {
    margin: 0 -20px 15px -20px;
    padding: 0 15px;
    border: solid #ebebeb;
    border-width: 1px 0;
}
.news-post-box .post-meta li {
    margin-left: 5px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
}
.news-post-box .post-meta li + li {
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid #ebebeb;
}
.news-post-box .post-meta li .fa {
    margin-right: 5px;
}
.news-post-box .btn {
    margin-top: 10px;
}
.news-post-box .btn .fa {
    margin-right: 4px;
}
.news-post-box .btn-1:hover, 
.news-post-box .btn-1:focus {
    background-color: #323232;
}
                
/* Accordions Styles Starts */

.news-post-list {
}   
.news-post {
margin-right: 15px;
margin-bottom: 50px;
padding: 10px;
border: 1px solid #ebebeb;
}
.news-post:hover {
border-color: #d6d6d6;
}
.news-post .inner {
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
color: #8d8d8d;
}
.news-post h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.news-post, 
.news-post h4 a {
    color: #323232;
}
.news-post h4 a:hover {
    color: #323232;
    text-decoration: none;
}
.news-post .post-meta {
    margin: 0 -30px 20px -30px;
    padding: 0 20px;
    border: solid #ebebeb;
    border-width: 1px 0;
}
.news-post .post-meta li {
    margin-left: 10px;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: bold;
}
.news-post .post-meta li + li {
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid #ebebeb;
}
.news-post .post-meta li .fa {
    margin-right: 5px;
}
.news-post .post-meta li, 
.news-post .post-meta li a {
    color: #8d8d8d;
}
.news-post .post-meta li a:hover, 
.news-post .post-meta li a:focus {
    color: #009bdb;
}
.news-post .btn {
    margin-top: 15px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: bold;
}
.news-post .btn .fa {
    margin-left: 7px;
}
.news-post .btn-1:hover, 
.news-post .btn-1:focus {
    background-color: #323232;
}

    
/* Blog Author Bio Box Styles Starts */


/* Typography Styles Starts */

.top-bar,
#nav.navbar-default .navbar-nav,
.tabs-wrap-2 .nav-tabs > .nav-item.nav-link,
#doctors-filter,
.about-featured .btn-transparent,
.news-post .quote,
.list-style-1 li,
.cblock-1 li,
.contact-form .btn,
.block-404 .btn,
.book-appointment-box .btn-main,
.footer-top-bar .btn-black {
    font-family: 'Cairo', sans-serif;
}

/* Form & Buttons Styles Starts */
.btn-main,
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
    background-color: #fff;
}

.btn-main {
    color: var(--thm-primary);
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
    color: #fe6054;
}

.btn-grey {
    background-color: #999;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
    background-color: #515151;
}

.btn-1 {
    background-color: var(--thm-primary);
}

.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
    background-color: var(--thm-hover);
}

.btn-grey,
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.btn-1,
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active,
.btn-black,
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
    color: #fff;
}

.btn-black {
    background-color: #262626;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
    background-color: #0f0f0f;
}

.btn-transparent {
    color: #fff;
    background: none;
    border: 1px solid #fff;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
    color: var(--thm-primary);
    background-color: #fff;
}

.btn-transparent.inverse {
    color: #777;
    border-color: #bdbdbd;
}

.btn-transparent.inverse:hover,
.btn-transparent.inverse:focus,
.btn-transparent.inverse:active,
.btn-transparent.inverse.active {
    color: #fff;
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
}


/* Header Styles Starts */

.main-header {
    background-color: #fff;
}


/* Sticky Header Styles */

.stricky.stricky-fixed {
    background: #fff;
    width: 100%;
}

.stricky.stricky-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}


/* Top Bar Styles Starts */

.top-bar {
    padding: 6px 3px;
    background-color: var(--thm-primary);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}

.top-bar,
.top-bar a {
    color: #fff;
}

.top-bar span {
    color: #ddd;
}

.top-bar ul {
    text-align: right;
    margin-bottom: 0;
}

.top-bar li {
    margin-right: 0 !important;
    padding-left: 6px;
    padding-right: 6px;
    border-right: 1px solid #d3d3d3;
}

.top-bar li:last-of-type {
    padding-right: 0;
    border: none;
}

.top-bar li .fa {
    margin-right: 5px;
    vertical-align: middle;
}

.top-bar li a:hover {
    color: #ddd;
}

.top-bar li .btn-group {
    vertical-align: top;
}

.top-bar li .btn-group > .btn {
    padding: 0;
    font-size: 14px;
    background: none;
}

.top-bar li .btn-group > .btn-link {
    color: #3b3a3a;
    text-decoration: none;
}

.top-bar li .btn-group > .btn-link i.fa {
    color: var(--thm-primary);
}

.top-bar li .btn-group.open .btn-link,
.top-bar li .btn-group.open .btn-link i.fa {
    color: var(--thm-primary);
}

.top-bar li .btn-group > .btn-link i.fa {
    margin-top: -3px;
    margin-left: 5px;
}

.top-bar li .btn-group .dropdown-menu li {
    padding: 0;
}

.alert-success {
    color: #fff;
    background-color: #68a554;
    border-color: #599b43;
    border-radius: 0;
}

.alert-error {
    color: #fff;
    background-color: #f95b5b;
    border-color: #f74c4c;
    border-radius: 0;
}

.icon-text-ml {
    position: relative;
    font-size: 20px;
    top: 3px;
    right: 5px;
}


/* Navbar Styles Starts */

#nav {
    margin-bottom: 0;
    padding: 0 0 20px;
    background: none;
}

#nav .navbar-brand {
    color: var(--thm-primary);
    height: auto;
    line-height: normal;
}

#nav.navbar {
    margin-top: 27px;
}

#nav .navbar-brand img {
    width: auto;
    max-height: 70px;
}

#nav .nav-link {
    font-size: 15px;
    font-weight: normal;
    color: #313131;
    line-height: normal;
}

#nav .nav-item.active > .nav-link,
#nav .nav-item.open > .nav-link,
#nav .nav-item.open > .nav-link:hover,
#nav .nav-item.open > .nav-link:focus,
#nav .dropdown-menu > .active > .dropdown-item,
#nav .dropdown-menu > .active > .dropdown-item:hover,
#nav .dropdown-menu > .active > .dropdown-item:focus {
    background: none;
}

#nav .nav-item:hover > .nav-link,
#nav .nav-item.active > .nav-link,
#nav .nav-item > .nav-link:hover,
#nav .nav-item > .nav-link:focus {
    color: var(--thm-primary);
}

#nav .dropdown-menu {
    background-color: #fff;
    padding: 0;
    left: 0;
    border: none;
    text-transform: capitalize;
    min-width: 230px;
    box-shadow: 2px 0 11px -3px rgba(0,0,0,.2) !important;
    border-top: 3px solid #262626;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    top: 60px;
}

#nav li.dropdown:hover > .dropdown-menu,
#nav li.dropdown .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    top: 36px;
}

#nav .dropdown-menu > .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    padding: 10px 22px;
    border-bottom: 1px solid #E9E9E9;
}

#nav .dropdown-menu > .dropdown-item:last-of-type {
    border-bottom: 0;
}

#nav .dropdown-menu > .dropdown-item:hover,
#nav .dropdown-menu > .dropdown-item:focus {
    background-color: var(--thm-primary);
    color: #fff !important;
}

#nav .dropdown-menu > .dropdown-item.active,
#nav .dropdown-menu > .dropdown-item.active:hover,
#nav .dropdown-menu > .dropdown-item.active:focus {
    background-color: var(--thm-hover);
    color: #fff !important;
}

#nav .navbar-toggler {
    margin-bottom: 0;
    outline: none;
    cursor: pointer;
    padding: 10px !important;
    boder: 1px solid #ddd !important;
}

#nav .navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#nav .navbar-toggler span {
    color: #313131;
}

#nav .navbar-toggler:hover span {
    color: var(--thm-primary);
}

#nav .arrow:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 4px;
    display: inline;
    font-size: 11px;
    height: auto;
    text-shadow: none;
    width: 10px;
    display: inline-block;
}

#nav .dropdown-menu a.dropdown-item:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 12px;
    font-size: 9px;
}

/* Navbar Search Styles Starts */

.nav-search {
    margin-top: 22px;
    margin-left: 15px;
}

.nav-search .form-control {
    padding-left: 0;
    color: #8d8d8d;
}

.nav-search .btn {
    margin-left: -4px;
    padding-right: 0;
    color: var(--thm-primary);
}

.nav-search .form-control,
.nav-search .btn {
    padding-bottom: 2px;
    height: auto;
    vertical-align: bottom;
    font-size: 14px;
    background: none;
    border: solid #7c7c7c;
    border-width: 0 0 2px 0;
}


/* Navbar Custom Styles Starts */

@media (min-width: 992px) {
    #nav .navbar-nav > li+li {
        margin-left: 5px;
    }
    #nav .navbar-nav > li > a {
        background: transparent;
        position: relative;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        padding-right: .4rem !important;
        padding-left: .4rem !important;
    }
    #nav .navbar-nav > li > a:before,
    #nav .navbar-nav > li > a:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        opacity: 0;
        border: 2px solid var(--thm-primary);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    }
    #nav .navbar-nav > li > a:before {
        top: 0;
        left: 0;
        border-width: 2px 0 0 2px;
        -webkit-transform: translate3d(10px, 10px, 0);
        transform: translate3d(10px, 10px, 0);
    }
    #nav .navbar-nav > li > a:after {
        right: 0;
        bottom: 0;
        border-width: 0 2px 2px 0;
        -webkit-transform: translate3d(-10px, -10px, 0);
        transform: translate3d(-10px, -10px, 0);
    }
    #nav .navbar-nav > li:hover > a:before,
    #nav .navbar-nav > li.active > a:before,
    #nav .navbar-nav > li:hover > a:after,
    #nav .navbar-nav > li.active > a:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #nav .navbar-nav > li.m-login {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    .navbar-nav .nav-item {
        border-bottom: 1px solid #eee;
    }
    .navbar-nav .nav-item:last-of-type {
        border-bottom: 0;
    }
}


/* Slider Area Start */

.main-slider {
    min-height: 600px;
}

.main-slider .container-fluid {
    padding: 0px;
}

.main-slider .c-center .container {
    text-align: center;
}

.main-slider .c-left .wrap-caption {
    width: 60%;
}

.main-slider .c-right .wrap-caption {
    width: 50%;
    margin-left: 50%;
}

.main-slider .slider-wrapper {
    position: relative;
}

.main-slider .slider-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}

.main-slider .slider-caption .inner-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.main-slider .slider-caption-bg {
    max-width: 570px;
    background-color: rgba(255, 255, 255, 0.70);
    padding: 50px;
}

.main-slider .slider-wrapper .image{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 620px;
    color: #fff;
}

.main-slider h1 {
    position: relative;
    text-transform: capitalize;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
}

.main-slider h1 span {
    font-weight: 400;
    color: var(--thm-primary);
}

.main-slider .link-btn {
    padding-top: 0;
}

.main-slider .link-btn .btn {
    margin-right: 10px;
    margin-top: 10px;
}

.main-slider .link-btn .btn {
    background: var(--thm-primary);
    color: #fff;
    z-index: 9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 35px;
    position: relative;
}

.main-slider .link-btn .btn1 {
    border: 1px solid #fff;
    background: transparent;
}

.main-slider .link-btn .btn:hover {
    background: #fff;
    color: #f82462;
    border: 1px solid #fff;
}

.main-slider .theme-btn {
    margin: 0 10px 20px;
}

.main-slider .text {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7em;
    padding-bottom: 20px;
}

.main-slider .c-center .text {
    max-width: 600px;
    margin: 0 auto;
}

.main-slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 3;
}

.main-slider.style-two .slide-overlay {
    background-color: rgba(20, 22, 26, 0.1)
}


/* slider animation */

.main-slider .owl-item .slider-caption * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-slider .owl-item.active .slider-caption h1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.main-slider .owl-item.active .slider-caption .text {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.main-slider .owl-item.active .slider-caption .link-btn {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.main-slider .owl-item.active .slider-caption .slider-caption-bg {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


/* Slide Nav */

.slide-nav .owl-nav {
    padding: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.97);
    -ms-transform: translateY(-50%) scale(0.97);
    transform: translateY(-50%) scale(0.97);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.slide-nav:hover .owl-nav {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.slide-nav .owl-nav .owl-next,
.slide-nav .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background:#fff  !important;
    text-align: center;
    font-size: 24px;
    color: #297219 !important;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.slide-nav .carousel-outer:hover .owl-nav .owl-next,
.slide-nav .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}

.slide-nav .owl-nav .owl-prev {
    left: 20px;
    float: left;
}

.slide-nav .owl-nav .owl-next {
    right: 20px;
    float: right;
}

.slide-nav .owl-nav .owl-next:hover,
.slide-nav .owl-nav .owl-prev:hover {
    color: #0fb823;
    border-color: #e4353a;
}

ul.owl-carousel {
    padding: 0;
	list-style: none;
}


/* Main Slider Area End */


/* Main Banner Styles Starts */

.main-banner {
    padding-top: 130px;
    padding-bottom: 70px;
    background-size: cover !important;
}

.main-banner h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #323232;
}

.main-banner h2::first-letter {
    color: var(--thm-primary);
}

.main-banner h2 span {
    padding: 14px 50px 16px 30px;
    letter-spacing: 0.3px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 28px 0;
}


/* Breadcrumb Styles Starts */

.breadcrumb {
    margin-bottom: 0;
    padding: 25px 0 20px;
    background-color: #f1f1f1;
}

.breadcrumb ul {
    margin-bottom: 0;
}

.breadcrumb li {
    text-transform: uppercase;
}

.breadcrumb li+li::before {
    content: "\f30b";
    padding-right: 10px;
    color: #676767;
}

.breadcrumb li a {
    color: #676767;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li.active {
    color: var(--thm-primary);
}


/* Main Container Styles Starts */

.main-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.main-container.no-margin-top {
    margin-top: 0;
}


/* Intro Section Styles Starts */

.intro {
    margin-top: 60px;
}

.intro-box {
    margin-top: 30px;
    margin-bottom: 0;
}

.intro-box li {
    margin-top: 25px;
}

.intro-box-item {
    position: relative;
}

.intro-box-item h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 155, 219, 0.6);
}


/* Notification Boxes Styles Starts */

.notification-boxes {}

.notification-boxes .box {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 30px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
}

.notification-boxes .box h4 {
    margin-top: 18px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.notification-boxes .box .icon {
    position: absolute;
    height: 60px;
    width: 60px;
    border: 2px dashed #ddd;
    background-color: #fff;
    top: -30px;
    left: 30px;
    z-index: 9999;
}

.notification-boxes .box i {
    color: var(--thm-primary);
    line-height: 56px;
    font-size: 40px;
}

.notification-boxes .box p {
    line-height: 22px;
}

.notification-boxes .box .btn-transparent {
    margin-top: 10px;
    font-weight: bold;
}

.notification-boxes .box .btn-transparent {
    color: var(--thm-primary);
    border-color: var(--thm-primary);
}

.notification-boxes .box .btn-transparent:hover,
.notification-boxes .box .btn-transparent:focus,
.notification-boxes .box .btn-transparent:active,
.notification-boxes .box .btn-transparent.active {
    color: #fff;
    background-color: var(--thm-primary);
}


/*====Box hover border=======*/

.hover-border-outer {
    position: relative;
    z-index: 1;
    display: block;
}

.hover-border-outer::before,
.hover-border-outer::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: black;
}

.hover-border {
    transition: color 0.25s;
}

.hover-border::before,
.hover-border::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

.hover-border::before {
    top: 0;
    left: 0;
}

.hover-border::after {
    bottom: 0;
    right: 0;
}

.hover-border:hover::before,
.hover-border:hover::after {
    width: 100%;
    height: 100%;
    display: block;
}

.hover-border:hover::before {
    border-top-color: var(--thm-primary);
    border-right-color: var(--thm-primary);
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.hover-border:hover::after {
    border-bottom-color: var(--thm-primary);
    border-left-color: var(--thm-primary);
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}


/* Welcome Section Styles Starts */

.welcome-area {
    margin-top: 40px;
    color: var(--thm-secondary-text);
}

.welcome-area.about {
    margin-top: 80px;
}

.welcome-area h2,
.welcome-area h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.welcome-area h2+h2,
.welcome-area h3+h3 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.welcome-area p {
    margin-bottom: 20px;
}

.welcome-area.about .main-heading1 {
    color: var(--thm-primary);
    font-weight: 500;
}

.welcome-area.about .main-heading2 {
    color: #121212;
    font-weight: bold;
}

.welcome-area.about .about-col {
    padding-bottom: 60px;
}

.wel-img {
    position: relative;
    margin-top: 32px;
    padding: 12px;
    border: 1px solid #e6e6e6;
    background: #fffafa;
	box-shadow: 2px 4px 30px rgba(0, 0, 0, 0.2);
}

.wel-img:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid var(--thm-primary);
    top: -1px;
    left: -1px;
    border-width: 5px 0 0 5px;
}

.wel-img:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid var(--thm-primary);
    bottom: -1px;
    right: -1px;
    border-width: 0 5px 5px 0;
}

/* About Featured Section Starts */

.about-featured {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.about-featured h2 {
    margin-top: 5px;
    margin-bottom: 20px;
}

.about-featured h2 span {
    font-weight: 500;
}

.about-featured h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.about-featured h2,
.about-featured h3 {
    text-align: center;
}

.about-featured ul.list {}

.about-featured ul.list > li {
    margin-top: 40px;
    margin-bottom: 30px;
}

.about-featured ul.list > li i {
    margin-top: 5px;
    float: left;
    font-size: 30px;
    color: var(--thm-primary);
}

.about-featured ul.list > li h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.about-featured ul.list > li p {
    margin-bottom: 0;
}

.about-featured ul.list > li h4,
.about-featured ul.list > li p {
    margin-left: 50px;
}

.about-featured .btn-transparent {
    margin-top: 20px;
    padding: 15px 60px;
    font-size: 18px;
    font-weight: bold;
}

.about-featured .btn-transparent .fa {
    margin-left: 20px;
}


/* Featured Doctors Section Styles Starts */

.featured-doctors {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.featured-doctors:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

.featured-doctors h2,
.featured-doctors h2+p {
    color: #fff;
}

.featured-doctors h2+p {
    margin-left: 5%;
    margin-right: 5%;
}


/* Doctors Bio Boxes Styles Starts */

.bio-box {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.bio-box .dlab-border-left:after,
.bio-box .dlab-border-left:before,
.bio-box .dlab-border-right:after,
.bio-box .dlab-border-right:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 1;
    border: 4px solid var(--thm-primary);
}

.bio-box .dlab-border-left:after {
    bottom: 0;
    left: 0;
    border-width: 0 0 4px 4px;
}

.bio-box .dlab-border-left:before {
    right: 0;
    bottom: 0;
    border-width: 0 4px 4px 0;
}

.bio-box .dlab-border-right:before {
    top: 0;
    right: 0;
    border-width: 4px 4px 0 0;
}

.bio-box .dlab-border-right:after {
    left: 0;
    top: 0;
    border-width: 4px 0 0 4px;
}

.doctors-grid .bio-box {
    margin-top: 40px;
}

.bio-box .profile-img {
    position: relative;
    padding: 10px;
}

.bio-box .dlab-media {
    position: relative;
}

.bio-box .dlab-media:after {
    content: "";
    background: rgba(0, 0, 0, .6);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.bio-box:hover .dlab-media:after {
    visibility: visible;
    opacity: 1;
}

.profile-img .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -69px;
    margin-top: -30px;
    background: var(--thm-primary);
    padding: 10px 30px;
    transform: scale(0.4);
    opacity: 0;
    border-radius: 30px 0;
    z-index: 5;
}

.bio-box:hover .overlay {
    transform: scale(1);
    opacity: 1;
}

.bio-box .profile-img .overlay ul.sm-links {
    position: relative;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
}

.bio-box .profile-img .overlay ul.sm-links li {
    padding: 0;
    line-height: 20px;
}

.bio-box .profile-img .overlay ul.sm-links li a i {
    font-size: 20px;
    color: #fff;
}

.bio-box .profile-img .overlay ul.sm-links li a i:hover,
.bio-box .profile-img .overlay .appointment:hover {
    color: #313131;
}

.bio-box .txt-holder {
    position: relative;
    margin: 0 45px;
    margin-top: -40px;
    padding: 12px 0 12px 8px;
    z-index: 1;
    color: #fff;
}

.bio-box:hover .txt-holder {
    color: #000;
}

.bio-box .txt-overflow.txt-holder h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bio-box .txt-holder:before,
.bio-box .txt-holder:after {
    content: "";
    position: absolute;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    transform: skew(-10deg);
    z-index: -1;
}

.bio-box .txt-holder:before {
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: var(--thm-primary);
}

.bio-box .txt-holder:after {
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -moz-transition: width .6s;
    -webkit-transition: width .6s;
    transition: width .6s;
}

.bio-box:hover .txt-holder:after {
    width: 100%;
    left: 0;
    right: auto;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.bio-box .txt-holder p {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.bio-box h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 17px;
}


/* Medical Services Section Styles Starts */

.medical-services {
    margin-bottom: 20px;
}

.medical-services ul {
    margin-bottom: 0;
}

.medical-services li {
    margin-top: 30px;
}

.medical-services li .icon {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border: 1px solid var(--thm-primary);
    background-color: transparent;
}

.medical-services li .icon .i-hover {
    background-color: var(--thm-primary);
    display: block;
    height: 114px;
    width: 114px;
    margin: 6px auto;
    line-height: 114px;
    box-shadow: 0px 0px 0px 7px rgba(45, 45, 45, 0.12);
}

.medical-services li .icon .i-hover:hover {
    -webkit-animation: pulse .4s;
    animation: pulse .4s;
}

.medical-services li .icon i {
    font-size: 58px;
    vertical-align: middle;
    color: #fff;
}

.medical-services li h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.medical-services li p {
    color: var(--thm-secondary-text);
}


/* Main Block #1 Styles Starts */

.main-block1 {
    margin-top: 80px;
}

.main-block1 h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.main-block1 h2+h2 {
    margin-top: 10px;
    margin-bottom: 30px;
}


/* Main Block #2 Styles Starts */

.main-block2 {
    color: #8d8d8d;
}

.main-block2 h4 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #191919;
}

.main-block2 p {
    margin-bottom: 20px;
}


/* 404 Block Styles Starts */

.block-404 {}

.block-404 h2 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 140px;
    font-weight: bold;
    color: #323232;
}

.block-404 h2 span {
    color: var(--thm-primary);
}

.block-404 h5 {
    margin-bottom: 20px;
    color: #66a3bc;
    font-weight: bold;
}

.block-404 p {
    color: #b8b8b8;
    font-size: 18px;
}

.block-404 .btn {
    margin-top: 50px;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-404 .btn .fa {
    font-weight: 500;
}

.block-404 .btn .fa-home {
    margin-right: 20px;
    font-size: 24px;
}

.block-404 .btn .fa-chevron-right {
    margin-left: 20px;
    font-size: 18px;
}


/* Accordions Styles Starts */

#accordion .card {
    border: 1px solid #e3e3e3;
}

#accordion .card+.card {
    margin-top: 0;
    border-top: none;
}

#accordion .card-header {
    padding: 0;
    background: none;
}

#accordion .card-title {
    margin: 0;
    font-size: 18px;
    color: #323232;
    cursor: pointer;
}

#accordion .card-title .fa {
    font-size: 18px;
    color: #949494;
}

#accordion .card-title .icon {
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    background-color: var(--thm-primary);
}

#accordion .card:nth-child(2n) .card-title .icon {
    background-color: var(--thm-primary);
}

#accordion .card-title:hover .fa,
#accordion .card-header.active .card-title,
#accordion .card-header.active .card-title .fa {
    color: var(--thm-primary);
}

#accordion .card-header .card-title .icon,
#accordion .card-header .card-title .icon:hover,
#accordion .card-header .card-title .icon:focus,
#accordion .card-header.active .card-title .icon {
    color: #fff;
}

#accordion .card-title a {
    padding: 10px 15px;
}

#accordion .card-title span.fa.float-right {
    padding: 15px 15px 0 0;
}

#accordion .card-body {
    padding-top: 9px;
    padding-left: 66px;
    padding-right: 20px;
    color: #8d8d8d;
    border-top: none;
}

#accordion .card-body .btn-transparent.inverse {
    margin-top: 9px;
    margin-bottom: 10px;
}


/* FAQ's Accordions Styles Starts */

#accordion-faqs {
    margin-top: 30px;
}

#accordion-faqs .card {
    margin-top: 20px;
    border: 1px solid #ecedf2;
    box-shadow: 0 6px 15px rgba(64,79,104,.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#accordion-faqs .card-header {
    padding: 15px 30px;
    background-color: transparent;
    border: 0;
}

#accordion-faqs .card-title {
    margin: 0;
    font-size: 18px;
    cursor: pointer;
}

#accordion-faqs .card-title,
#accordion-faqs .card-title a,
#accordion-faqs .card-title a:hover,
#accordion-faqs .card-title a:focus {
    color: #333;
    padding: 5px 5px 5px 0;
    font-weight: 600;
}

#accordion-faqs .card-body {
    padding: 30px 35px 20px;
    border-top: 1px solid #ecedf2;
    font-size: 17px;
}


/* Book Appointment Box Styles Starts */

.book-appointment-box {
    margin-top: 160px;
    padding: 30px;
    position: relative;
    color: #fff;
    background-color: #464646;
    border-radius: 60px 0; box-shadow: 8px 10px 6px rgba(0, 0, 0, 0.15);
}

.book-appointment-box .box-img {
    position: absolute;
    right: 30px;
    bottom: -30px;
}

.book-appointment-box h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.book-appointment-box h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
}

.book-appointment-box h3,
.book-appointment-box h4 {
    font-weight: bold;
}

.book-appointment-box .btn-main {
    margin-top: 15px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
}

.book-appointment-box .inner-box {
    width: 45px;
    height: 45px;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 8px;
    display: inline-block;
}

.book-appointment-box .inner-box i {
    font-size: 20px;
}


/* Tabs Styles Starts */

.tabs-wrap .nav-tabs,
.tabs-wrap .nav > .nav-link,
.tabs-wrap .nav > .nav-link:focus,
.tabs-wrap .nav > .nav-link:hover,
.tabs-wrap .nav-tabs > .nav-link.active,
.tabs-wrap .nav-tabs > .nav-link.active:focus,
.tabs-wrap .nav-tabs > .nav-link.active:hover {
    border: none;
}

.tabs-wrap .nav-tabs {
    text-align: center;
}

.tabs-wrap .nav-tabs > .nav-item {
    margin-bottom: 0;
    float: none;
    display: inline-block;
}

.tabs-wrap .nav-tabs > .nav-link {
    padding: 0 20px 20px;
    line-height: normal;
}

.tabs-wrap .nav > .nav-link:focus,
.tabs-wrap .nav > .nav-link:hover {
    background: none;
}

.tabs-wrap .nav .nav-item .icon {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: var(--thm-primary);
}

.tabs-wrap .nav .nav-item.active .icon,
.tabs-wrap .nav .nav-item:hover .icon,
.tabs-wrap .nav .nav-item:focus .icon {
    background-color: var(--thm-primary);
}

.tabs-wrap .nav .nav-item h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.tabs-wrap .nav .nav-item h5,
.tabs-wrap .nav .nav-item h5 a {
    color: #323232;
}

.tabs-wrap .nav .nav-item.active h5,
.tabs-wrap .nav .nav-item:hover h5,
.tabs-wrap .nav .nav-item:focus h5 {
    color: var(--thm-primary);
}

.tabs-wrap-2 {}

.tabs-wrap-2 ul.nav-tabs {
    border: none;
}

.tabs-wrap-2 ul.nav-tabs {
    text-align: center;
}

.tabs-wrap-2 .nav-tabs > .nav-item {
    width: 33%;
}

.tabs-wrap-2 .nav-tabs > .nav-item:last-of-type {
    width: 34%;
}

.tabs-wrap-2 .nav-tabs > .nav-link {
    margin-right: 0;
    padding: 15px 20px;
    position: relative;
    color: #202020;
    font-size: 18px;
    line-height: normal;
    border: solid #e2e2e2;
    border-width: 1px 0 1px 1px;
}

.tabs-wrap-2 .nav-tabs > .nav-link:last-of-type {
    border-right: 1px solid #e2e2e2;
}

.tabs-wrap-2 .nav-tabs > .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 44%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-color: rgba(0, 155, 219, 0);
    border-top-color: var(--thm-primary);
    border-width: 10px;
}

.tabs-wrap-2 .nav-tabs > .mav-link:hover,
.tabs-wrap-2 .nav-tabs > .mav-link:focus {
    color: var(--thm-primary);
    background: none;
}

.tabs-wrap-2 .nav-tabs > .nav-item.active,
.tabs-wrap-2 .nav-tabs > .nav-item.active:focus,
.tabs-wrap-2 .nav-tabs > .nav-item.active:hover {
    color: #fff;
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
}

.tabs-wrap-2 .tab-content {
    padding-top: 30px;
    padding-bottom: 20px;
}

.tabs-wrap-2 .tab-content h4 {
    margin-top: 30px;
}

.tabs-wrap-2 .tab-content p {
    color: #8d8d8d;
}


/* Doctors Pages Styles Starts */

#doctors-filter {
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #cecece;
}

#doctors-filter li {
    margin-right: 7px;
    margin-bottom: 15px;
}

#doctors-filter li:last-of-type {
    margin-right: 0;
}

#doctors-filter li a {
    color: #323232;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 15px;
    border: 2px solid transparent;
    border-radius: var(--thm-radius);
}

#doctors-filter li a:hover,
#doctors-filter li a:focus,
#doctors-filter li a.active {
    color: var(--thm-primary);
    border-color: var(--thm-primary);
    box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.12);
}

ul#doctors-grid {
    list-style: none;
    overflow: hidden;
}

ul#doctors-grid.grid > li > .bio-box {
    min-height: 334px;
    height: auto !important;
}

.doctors-grid .bio-box .inner {
    padding: 20px 20px 10px;
}

.doctors-grid .bio-box p {
    margin-top: 6px;
}


/* Doctors Profile Block Styles Starts */

.profile-block {
    margin-top: 6px;
}

.card.card-profile {
    border: 1px solid #ebebeb;
}

.card-profile > .card-header {
    padding: 0;
    background: none;
    border-bottom: 1px solid #ebebeb;
}

.card-profile > .card-header > .card-title {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.card-profile > .card-header > .caption {
    margin-bottom: 20px;
}

.card-profile > .card-header > .card-title,
.card-profile > .card-header > .caption {
    margin-left: 30px;
    margin-right: 30px;
}

.card-profile > .card-body {
    padding: 20px 30px;
}

.card-profile > .card-body ul {
    margin-bottom: 0;
}

.card-profile > .card-body ul > li {
    padding: 7px 5px;
}

.card-profile > .card-body ul > li:first-of-type {
    padding-top: 0;
}

.card-profile > .card-body ul > li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.card-profile > .card-header > .card-title,
.card-profile > .card-header > .caption,
.card-profile > .card-body {
    color: #323232;
}

.card-profile > .card-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #ebebeb;
}

.card-profile > .card-footer ul.sm-links {
    margin-bottom: 0;
}

.card-profile > .card-footer ul.sm-links li {
    margin-left: 8px;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 42px;
    text-align: center;
    background-color: var(--thm-primary);
}

.card-profile > .card-footer ul.sm-links li:hover {
    background-color: #313131;
}

.card-profile > .card-footer ul.sm-links li a i {
    font-size: 20px;
    color: #fff;
}

.card-profile > .card-footer .btn {
    padding: 8px 14px;
}


/* Doctors Profile Page Styles Starts */

.profile-details {}

.profile-details h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

.profile-details h4 {
    margin-bottom: 10px;
}

.profile-details h5 {
    margin-top: 30px;
}


/* Gallery Page Styles Starts */

.gallery-grid {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery-grid .hover-content {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.gallery-grid .hover-content .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
}

.gallery-grid .hover-content:hover .overlay {
    opacity: 1;
}

.gallery-grid .hover-content:hover img {
    -webkit-transform: rotate(5deg) scale(1.3);
    -moz-transform: rotate(5deg) scale(1.3);
    -ms-transform: rotate(5deg) scale(1.3);
    -o-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
}

.gallery-grid .hover-content .overlay a.zoom,
.gallery-grid .hover-content .overlay a.popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -25px;
    font-size: 30px;
}

.gallery-grid .hover-content .overlay a.btn-1:hover,
.gallery-grid .hover-content .overlay a.btn-1:focus {
    background-color: #f04133;
    outline: none;
}

.gallery-grid h5 {
    margin-top: -31px;
    text-align: center;
    position: relative;
}

.gallery-grid h5 span {
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    background-color: var(--thm-primary);
}


/* Comments Area Styles Starts */

.comments-area {
    margin-bottom: 50px;
}

.comments-area h4 {
    margin-bottom: 30px;
}

.comments-area .media {
    margin-right: 15px;
    margin-bottom: 35px;
    padding: 25px;
    border: 1px solid #d5d5d5 !important;
}

.comments-area > .media .media-body > .media {
    margin: 30px 0 10px 0;
    padding: 30px 0 0;
    border-width: 1px 0 0 0 !important;
}

.comments-area .media-left,
.media > .float-left {
    padding-right: 20px;
}

.comments-area .media-body {
    color: #8d8d8d;
}

.comments-area .media-body h5 {
    margin-top: 0;
    margin-bottom: 8px;
}

.comments-area .media-body h5,
.comments-area .media-body h5 a {
    color: var(--thm-primary);
}

.comments-area .media-body .date {
    margin-bottom: 15px;
}

.comments-area .media-body .date,
.comments-area .media-body .date a {
    color: #7f7f7f;
}

.comments-area .media-body .btn-1 {
    margin-top: 10px;
    padding: 6px 14px;
}

.comments-area .media-body .btn-1:hover,
.comments-area .media-body .btn-1:focus {
    background-color: #313131;
}


/* Comments Form Styles Starts */

.comment-form {
    margin-top: 30px;
    margin-bottom: 20px;
}

.comment-form h4 {
    margin-bottom: 30px;
}

.comment-form .form-control {
    padding: 12px 16px;
}

.comment-form input.form-control {
    height: 42px;
    line-height: normal;
}

.comment-form .btn {
    padding: 10px 20px;
    font-weight: bold;
}


/* Tabs Styles Starts */

.tabs-product .nav-tabs {
    border: none;
}

.tabs-product .nav-tabs > .nav-item {
    margin-bottom: 10px;
}

.tabs-product .nav-tabs > .nav-item+.nav-item {
    margin-left: 15px;
}

.tabs-product .nav-tabs > .nav-link {
    padding-bottom: 4px;
    color: #121212;
    font-weight: bold;
}

.tabs-product .nav-tabs > .nav-link,
.tabs-product .nav-tabs > .nav-link:hover,
.tabs-product .nav-tabs > .nav-link:focus,
.tabs-product .nav-tabs > .nav-link.active {
    background: none;
    border: none;
    outline: none;
}

.tabs-product .nav-tabs > .nav-link:hover,
.tabs-product .nav-tabs > .nav-link:focus,
.tabs-product .nav-tabs > .nav-link.active {
    color: var(--thm-primary);
}

.tabs-product .nav-tabs > .nav-link.active {
    border-bottom: 4px solid var(--thm-primary);
}

.tabs-product .tab-content {
    padding-top: 20px;
}

.tab-review-list {
    margin-bottom: 0;
}

.tab-review-list li+li {
    margin-top: 40px;
}

.tab-review-list li h5 {
    margin-bottom: 20px;
    color: #2b2b2b;
}

.tab-review-list li h6,
.tab-review-list li p {
    font-style: italic;
}

.tab-review-list li h5 span {
    margin-left: 20px;
}

.tab-review-list li h5 span .fa {
    margin-left: 6px;
    color: #f9a503;
    font-size: 14px;
}


/* Pagination Styles Starts */

.pagination-wrap {
    margin: 10px 10px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.pagination-wrap.inverse {
    margin: 20px 0 0;
    padding-top: 30px;
    border-color: #dfdfdf;
}

.pagination-wrap.inverse .results {
    padding-top: 8px;
}

.pagination {
    margin-top: 10px;
    margin-right: 10px;
}

.pagination-wrap.inverse .pagination {
    margin: 0;
}

.pagination > .page-item {
    display: inline-block;
    margin-left: 8px;
}

.pagination > .page-item > .page-link {
    padding: 8px 16px;
    font-size: 15px;
    background-color: #ececec;
    border: 1px solid #dcdcdc;
}

.pagination > .page-item > .page-link:hover,
.pagination > .page-item > .page-link:focus,
.pagination > .page-item.active > .page-link,
.pagination > .page-item.active > .page-link:hover,
.pagination > .page-item.active > .page-link:focus {
    background-color: var(--thm-primary);
}

.pagination > .page-item > .page-link {
    color: #5d5d5d;
}

.pagination > .page-item > .page-link:hover,
.pagination > .page-item > .page-link:focus,
.pagination > .page-item.active > .page-link,
.pagination > .page-item.active > .page-link:hover,
.pagination > .page-item.active > .page-link:focus {
    color: #fff;
    border-color: #028fc9;
}


/* Vertical Carousel Styles Starts */

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}

.carousel.vertical .carousel-control {
    width: 100%;
    bottom: inherit;
    top: inherit;
}

.carousel.vertical .carousel-control.left {
    top: 0;
}


/* Box Styles Starts */

.box1 {
    margin-top: 20px;
    padding: 10px;
    color: #8d8d8d;
    border: 1px solid #ebebeb;
}

.box1 .inner {
    padding: 10px 10px 15px;
}

.box1 h4 {
    margin-top: 18px;
    margin-bottom: 15px;
}

.box1 h4,
.box1 h4 a {
    color: #323232;
    font-weight: bold;
}

.box1 h4 a:hover,
.box1 h4 a:focus {
    color: var(--thm-primary);
}

.box1 .btn-1 {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
}

.box1 .btn-1:hover,
.box1 .btn-1:focus {
    background-color: #323232;
}

.box2 {
    padding: 30px;
    border: 1px solid #cdcdcd;
}

.form-box {
    margin-top: 30px;
}

.form-box .form-group {
    margin-bottom: 20px;
}

.form-box label {
    margin-bottom: 5px;
    color: #3c3c3c;
    font-weight: normal;
    font-size: 15px;
}

.form-box input.form-control {
    padding: 7px 14px;
    line-height: normal;
    height: 40px;
    border-color: #d4d6d7;
}

.form-box textarea.form-control {
    padding: 15px;
}

.form-box .checkbox input[type=checkbox] {
    margin-top: 6px;
}

.form-box .checkbox em {
    margin-left: 5px;
}

.form-box .btn {
    margin-top: 10px;
    padding: 6px 30px;
    font-size: 18px;
    text-transform: uppercase;
}


/* Map Styles Starts */

.map {
    height: 350px;
}


/* Contact Info Section Styles Starts */

.contact-info-box {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    background-color: #d6f3ff;
}

.contact-info-box .info-box {
    padding-top: 70px;
    padding-bottom: 50px;
}

.contact-info-box .info-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #262626;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-info-box .info-box h5 {
    margin-bottom: 20px;
    line-height: 26px;
    color: #66a3bc;
}

.contact-info-box .info-box h4,
.contact-info-box .info-box h4 a,
.contact-info-box .info-box h4 a:hover,
.contact-info-box .info-box h4 a:focus {
    color: var(--thm-primary);
}


/* Contact Content Styles Starts */

.contact-content {
    margin-top: 30px;
}

.contact-content h3 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 16px;
    font-size: 30px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #cecece;
}


/* Contact Form Styles Starts */

#main-contact-form {
    margin-top: 20px;
}

.contact-status {
    display: none;
}

.contact-form .form-group {
    margin-top: 5px;
    margin-bottom: 20px;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-form input.form-control {
    padding: 7px 14px;
    line-height: normal;
    height: 40px;
    border-color: #d4d6d7;
}

.contact-form textarea.form-control {
    padding: 15px;
}

.contact-form .btn {
    margin-top: 10px;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: bold;
}


/* Contact Address Styles Starts */

.cblock-1 {
    margin-top: 50px;
    padding: 10px;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #dbdbdb;
}

.cblock-1 .icon-wrap {
    margin-top: -41px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 58px;
    height: 58px;
    line-height: 70px;
    background-color: var(--thm-primary);
    box-shadow: 0px 0px 0px 5px #d9d9d9;
}

.cblock-1 .icon-wrap.red {
    background-color: #c43535;
}

.cblock-1 .icon-wrap i {
    font-size: 30px;
    color: #fff;
}

.cblock-1 h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #262626;
}

.cblock-1 ul {
    margin-bottom: 0;
}

.cblock-1 li {
    color: #505050;
    font-size: 16px;
    line-height: 26px;
}


/* Categories Links Styles Starts */

.list-group.categories {
    margin-bottom: 40px;
}

.list-group.categories .list-group-item {
    padding: 5px 0;
    color: #2b2b2b;
    border: none;
}

.list-group.categories .list-group-item:before {
    content: "\f105";
    margin-right: 10px;
}

.list-group.categories .list-group-item:hover,
.list-group.categories .list-group-item:focus {
    background: none;
}

.list-group.categories .list-group-item:hover,
.list-group.categories .list-group-item:focus,
.list-group.categories .list-group-item:before {
    color: var(--thm-primary);
}


/* Price Range Slider Styles Starts */

.price-range-slider {
    margin-bottom: 40px;
}

#price-range.slider.slider-horizontal {
    margin-bottom: 10px;
    width: 100%;
}

#price-range .slider-selection,
#price-range .slider-handle {
    background: var(--thm-primary);
}

#price-range .slider-handle {
    border: 3px solid #fff;
}


/* Color List Styles Starts */

.btn-group-color-list {
    margin-bottom: 30px;
    margin-left: -5px;
    display: inline-block;
}

.btn-group-color-list .btn {
    margin: 5px !important;
    padding: 2px 6px;
    color: #fff;
    background-color: #ccc;
}

.btn-group-color-list .btn input[type=checkbox] {
    display: none;
}

.btn-group-color-list .btn span.fa {
    opacity: 0;
}

.btn-group-color-list .btn.active span.fa {
    opacity: 1;
}

.btn-group-color-list .btn.blue {
    background-color: #50c1f0;
}

.btn-group-color-list .btn.green {
    background-color: #7ca41d;
}

.btn-group-color-list .btn.red {
    background-color: #fc3968;
}

.btn-group-color-list .btn.whiskey {
    background-color: #d88e61;
}

.btn-group-color-list .btn.apple {
    background-color: #cee0d0;
}

.btn-group-color-list .btn.pizazz {
    background-color: #f37a41;
}

.btn-group-color-list .btn.indigo {
    background-color: #6a07a4;
}

.btn-group-color-list .btn.apache {
    background-color: #d0a565;
}

.btn-group-color-list .btn.celery {
    background-color: #bbca43;
}

.btn-group-color-list .btn.brown {
    background-color: #a6640c;
}

.btn-group-color-list .btn.magenta {
    background-color: #ce15ba;
}

.btn-group-color-list .btn.gold {
    background-color: #bb7318;
}


/* Side Products Lists Styles Starts */

.side-products-list {
    margin-bottom: 30px;
}

.side-products-list li {
    padding-top: 10px;
}

.side-products-list h5 {
    margin-bottom: 7px;
    font-size: 16px;
}

.side-products-list h5,
.side-products-list h5 a {
    color: #2b2b2b;
}

.side-products-list h5 a:hover {
    color: var(--thm-primary);
}

.side-products-list img {
    margin-right: 20px;
}

.side-products-list img {
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
}

.side-products-list .price span.price-new {
    padding-right: 5px;
    color: var(--thm-primary);
    font-size: 18px;
}

.side-products-list .price span.price-old {
    font-size: 14px;
    color: #7c7c7c;
    text-decoration: line-through;
}


/* Footer Top Bar Styles Starts */

.footer-top-bar {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--thm-primary);
}

.footer-top-bar h3 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
}

.footer-top-bar .btn-black {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
}


/* Footer Styles Starts */

.footer-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-area,
.social li a,
.footer-area a {
    color: var(--thm-footer-text);
    text-decoration: none;
}

.footer-area a:hover {
    color: var(--thm-primary);
}

.footer-area h4 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    color: #fff;
}

.footer-area h4:after {
    content: "";
    position: absolute;
    width: 69px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--thm-primary);
}

.footer-area ul {
    margin-bottom: 0;
}

.footer-area li+li {
    margin-top: 10px;
}

.footer-area li .fa {
    margin-right: 7px;
    font-weight: bold;
}

.footer-area .address-list {
    margin-top: 15px;
    margin-bottom: 0;
}

.footer-area .address-list li {
    margin-top: 10px;
}

.footer-area .address-list li i {
    margin-right: 12px;
    float: left;
    color: var(--thm-white);
    border: 1px solid var(--thm-footer-text);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
}

.footer-area .address-list li.address .fa {
    margin: 8px 16px 20px 0;
    font-size: 18px;
}

.footer-area .tweets-list li {
    margin-top: 10px;
}

.footer-area .tweets-list li .fa {
    margin: 7px 12px 20px 0;
    color: #fff;
    font-size: 18px;
    float: left;
}

.footer-area .tweets-list li a:hover {
    text-decoration: underline;
}

.footer-area .newsletter {
    margin-top: 35px;
}

.footer-area .newsletter .form-control {
    padding: 15px 20px;
    height: 52px;
    color: #fff;
    background-color: #434343;
    border-color: #595959;
}

.footer-area .newsletter .form-control:focus {
    border-color: #777;
}

.footer-area .footer-logo {
    margin-bottom: 40px;
}

.footer-area .footer-logo img {
    max-height: 72px;
    width: auto;  
}

.footer-area .newsletter .btn-1 {
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.quick-links li {
    width: 50%;
    float: left;
}

.footer-area .quick-links li+li {
    margin-top: 0 !important;
    margin-bottom: 6px;
}


/* Copyright Styles Starts */

.copyright {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #262626;
}

.copyright,
.copyright a {
    color: #8d8d8d;
}

.copyright span,
.copyright a:hover {
    color: var(--thm-primary);
}

.copyright p,
.copyright ul {
    margin-bottom: 0;
}

/* Images Styles Starts */

.img-style1 {
    border: 1px solid #e6e6e6;
}

/* List Styles Starts */

.list-style-1 {
    margin-bottom: 10px;
}

.list-style-1 li {
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #9b9b9b;
}

.list-style-1 li:last-of-type {
    border-bottom: none;
}

.list-style-1 li,
.list-style-1 li a {
    color: #323232;
    font-size: 18px;
}

.list-style-1 li a:hover,
.list-style-1 li a:focus {
    color: var(--thm-primary);
}

.list-style-2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.list-style-2 li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-style-2 li:before {
    content: "\f00c";
    margin-right: 10px;
}

.list-style-2 li,
.list-style-2 li a {
    color: #8d8d8d;
}

.list-style-2 li:before,
.list-style-2 li a:hover,
.list-style-2 li a:focus {
    color: var(--thm-primary);
}

.list-style-3 {
    margin-top: 20px;
    margin-bottom: 0;
}

.list-style-3 li {
    position: relative;
    padding-top: 5px;
}

.list-style-3 li:before {
    content: "\f0a9";
    margin-right: 10px;
}

.list-style-3 li,
.list-style-3 li:before,
.list-style-3 li a {
    color: var(--thm-primary);
}

.list-style-3 li:hover:before,
.list-style-3 li a:hover,
.list-style-3 li a:focus {
    color: #323232;
}

.sub-products-list-1 {
    margin-bottom: 20px;
    text-align: center;
}

.sub-products-list-1 li {
    margin-top: 30px;
}

.sub-products-list-1 li p {
    margin-bottom: 20px;
}

.sub-products-list-1 li,
.sub-products-list-1 li a {
    color: #2b2b2b;
}

.sub-products-list-1 li a:hover,
.sub-products-list-1 li a:focus {
    color: var(--thm-primary);
}

.data-list-1 {}

.data-list-1 dt {
    color: #252a2f;
    font-weight: normal;
}

.data-list-1 dd {
    color: var(--thm-primary);
    font-weight: bold;
}

.data-list-1 dt,
.data-list-1 dd {
    padding-top: 5px;
    padding-bottom: 5px;
}

.data-list-1.total {
    margin-top: 10px;
    margin-bottom: 0;
}

.data-list-1.total dt,
.data-list-1.total dd {
    color: var(--thm-primary);
    font-size: 18px;
}

.progress-bar-list {
    margin-top: 40px;
    margin-bottom: 0;
}

.progress-bar-list li {}

.progress-bar-list h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.progress-bar-list li .progress {
    margin-bottom: 0;
    background: none;
    height: 35px;
}

.progress-bar-list li .progress .progress-bar {
    line-height: 35px;
    font-size: 18px;
}

.progress-bar-list li .progress .progress-bar-1 {
    background-color: #2ca6d9;
}

.progress-bar-list li .progress .progress-bar-2 {
    background-color: #2cbfd9;
}

.progress-bar-list li .progress .progress-bar-3 {
    background-color: #56cce1;
}

.progress-bar-list li .progress .progress-bar-4 {
    background-color: #2ca6d9;
}

.progress-bar-list li .progress .progress-bar-5 {
    background-color: #1b90da;
}

.progress-bar-list li .progress .progress-bar-6 {
    background-color: #3d8dd8;
}

.progress-bar-list li .progress .progress-bar-7 {
    background-color: #5891df;
}

.progress-bar-list > li.row > .col-lg-8 {
    padding-top: 10px;
    padding-bottom: 20px;
}

.recent-comments-list {
    margin-bottom: 10px;
}

.recent-comments-list li {
    margin-bottom: 20px;
    padding-left: 18px;
    position: relative;
}

.recent-comments-list li:last-of-type {
    margin-bottom: 0;
}

.recent-comments-list li:before {
    content: "\f054";
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 12px;
}

.recent-comments-list li,
.recent-comments-list li a {
    color: #8d8d8d;
}

.recent-comments-list li:before,
.recent-comments-list li a:hover,
.recent-comments-list li a:focus {
    color: var(--thm-primary);
}

.recent-comments-list li .date-stamp {
    color: #373636;
    font-weight: 300;
    border-bottom: 1px dotted #373636;
}

.recent-comments-list li p {
    margin-bottom: 8px;
}

.list-tags {
    margin-bottom: 15px;
}

.list-tags li {
    margin: 5px;
    padding: 6px 12px 4px;
    border: 1px solid #d5d5d5;
}

.list-tags li:hover,
.list-tags li:focus {
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
}

.list-tags li a {
    color: #656565;
}

.list-tags li:hover a,
.list-tags li:focus a {
    color: #fff;
}

.list-tags li a:before {
    content: "\f02c";
    padding-right: 8px;
    font-size: 13px;
}


/* Social Styles Starts */

.social {
    padding: 0;
    margin: 0;
}

.social li {
    display: inline-block;
}

.social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--thm-footer-text);
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    margin-right: 3px;
}

.social li a:hover {
    color: #fff;
    background: var(--thm-primary);
}


/* Generic Styles Starts */

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.text-weight-thin {
    font-weight: 100;
}

.text-weight-extra-light {
    font-weight: 200;
}

.text-weight-light {
    font-weight: 300;
}

.text-weight-normal {
    font-weight: 400;
}

.text-weight-medium {
    font-weight: 500;
}

.text-weight-bold {
    font-weight: 700;
}

.text-weight-ultra-bold {
    font-weight: 900;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.spacer-extra-small {
    height: 10px;
}

.spacer-small {
    height: 20px;
}

.spacer-medium {
    height: 30px;
}

.spacer {
    height: 40px;
}

.spacer-large {
    height: 50px;
}

.spacer-extra-large {
    height: 60px;
}

.spacer-block {
    height: 60px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

/*start custom file input*/

 .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input.selected:lang(en)::after {
  content: "" !important;
}

.custom-file {
  overflow: hidden;
}

.custom-file label {
    color: #a09e9e;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-input {
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

/*end custom file input*/

.top-bar li a,
.post-meta a:hover,
#accordion .card-title a:hover,
#accordion .card-title a:focus,
#accordion-faqs .card-title a:hover,
#accordion-faqs .card-title a:focus,
#doctors-filter li a:hover,
#doctors-filter li a:focus,
#doctors-filter li a.active,
.box1 h4 a:hover,
.box1 h4 a:focus,
.list-tags li a:hover,
.list-tags li a:focus,
.copyright a:hover,
.footer-area li a:hover {
    text-decoration: none;
}

#nav,
#nav .dropdown-menu,
#nav .navbar-toggler,
.breadcrumb,
.form-control,
.btn,
.tabs-wrap .nav-tabs > .nav-link,
.tabs-wrap-2 .nav-tabs > .nav-link,
.products-section-tabs .nav-tabs > .nav-link,
.progress-bar-list li .progress,
.panel-profile,
.card-profile > .card-header,
.card-profile > .card-footer,
#accordion .card,
#accordion .card-header,
#accordion-faqs.panel-group .panel,
#accordion-faqs .card,
#accordion-faqs .card-header,
.list-group.categories,
.list-group.categories .list-group-item:first-child,
.list-group.categories .list-group-item:last-child,
.pagination,
.pagination > .page-item:first-child > .page-link,
.pagination > .page-item:last-child > .page-link,
.nav-search .form-control,
.nav-search .btn,
.back-to-top,
.dlab-media .img-fluid,
.single-testimonial-style:before,
.medical-services li .icon,
.box2,
.custom-file label,
.cblock-1,
.notification-boxes .box,
.slide-nav .owl-nav .owl-next,
.slide-nav .owl-nav .owl-prev,
.social li a,
.gallery-album .gallery-album-item,
.gallery-album .gallery-album-text,
.footer-area .address-list li i,
.custom-file label,
.news-post-box,
.no-border-radius {
    -webkit-border-radius: var(--thm-radius);
    -moz-border-radius: var(--thm-radius);
    border-radius: var(--thm-radius);
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}

.product-col,
.btn-group-color-list .btn,
.product-col-img .overlay .btn {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.block-404 .btn,
.product-info-details-btn,
.gallery-grid .hover-content .overlay a.zoom,
.gallery-grid .hover-content .overlay a.popup-video,
.shop-intro-section-content-box .btn-main,
.footer-top-bar .btn-black {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#nav .dropdown-menu,
.progress-bar-list li .progress,
.progress-bar-list li .progress .progress-bar,
#accordion .card,
#accordion-faqs.panel-group .panel,
.panel-profile,
#price-range .slider-selection,
.form-control:focus,
.form-box input.form-control,
.form-box input.form-control:focus,
.btn-1:focus .contact-form input.form-control,
.contact-form input.form-control:focus,
.comment-form .form-control:focus,
.footer-area .newsletter .form-control:hover,
.footer-area .newsletter .form-control:focus,
.nav-search .form-control,
.nav-search .btn,
.top-bar li .btn-group.open .drnavbar-toggler,
.top-bar li .btn-group > .btn:focus,
.no-boxshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.book-appointment-box .btn-main {
    -webkit-box-shadow: 4px 4px rgba(85, 85, 85, 0.2);
    -moz-box-shadow: 4px 4px rgba(85, 85, 85, 0.2);
    box-shadow: 4px 4px rgba(85, 85, 85, 0.2);
}

.book-appointment-box .btn-main:hover {
    -webkit-box-shadow: 6px 6px rgba(85, 85, 85, 0.4);
    -moz-box-shadow: 6px 6px rgba(85, 85, 85, 0.4);
    box-shadow: 6px 6px rgba(85, 85, 85, 0.4);
}

.gallery-grid .hover-content,
.comments-area > .media {
    -webkit-box-shadow: 4px 4px 5px #ececec;
    -moz-box-shadow: 4px 4px 5px #ececec;
    box-shadow: 4px 4px 5px #ececec;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}


.gallery-grid .hover-content:hover {
    -webkit-box-shadow: 6px 6px 5px #d6d6d6;
    -moz-box-shadow: 6px 6px 5px #d6d6d6;
    box-shadow: 6px 6px 5px #d6d6d6;
}

.intro-box-item {
    -webkit-box-shadow: 5px 5px rgba(81, 81, 81, 0.3);
    -moz-box-shadow: 5px 5px rgba(81, 81, 81, 0.3);
    box-shadow: 5px 5px rgba(81, 81, 81, 0.3);
}

.intro-box-item:hover {
    -webkit-box-shadow: 6px 6px rgba(81, 81, 81, 0.5);
    -moz-box-shadow: 6px 6px rgba(81, 81, 81, 0.5);
    box-shadow: 6px 6px rgba(81, 81, 81, 0.5);
}

#price-range .slider-handle {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#nav {
    border: none;
}

.font-awesome,
.breadcrumb li+li::before,
.list-style-2 li:before,
.list-style-3 li:before,
.recent-comments-list li:before,
.list-tags li a:before,
.list-group.categories .list-group-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.top-bar a,
#nav.navbar-default .navbar-nav > li > a,
#nav .navbar-toggler,
.breadcrumb li a,
.bio-box,
.bio-box .profile-img .overlay,
.bio-box .profile-img .overlay ul.sm-links li a i,
.bio-box .profile-img .overlay .appointment,
.card-profile > .card-footer ul.sm-links li,
.tabs-wrap .nav .nav-link,
.tabs-wrap .nav .nav-link .icon,
.tabs-wrap .nav .nav-link h5,
.tabs-wrap-2 .nav-tabs > .nav-link,
#doctors-filter li a,
.gallery-grid .hover-content img, 
.gallery-grid .hover-content .overlay, 
.box1 h4 a,
.social li a,
.intro-box-item,
.pagination > .page-item > .page-link,
.list-tags li,
.list-tags li a,
.list-style-3 li a,
.footer-area a,
.footer-area .newsletter .form-control,
.btn,
.copyright a,
.animation,
.wel-img,
.animation a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.animation-1,
.animation-1 a {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}


/* Select2 Styles */

.select2-container--default .select2-selection--single {
    border-color: #ced4da !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px !important;
}

.select2-container .select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
    border-radius: var(--thm-radius);
    height: 40px !important;
    line-height: 40px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
span.select2-selection.select2-selection--single {
    outline: none;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}

.footer-select .select2-container--default .select2-selection--single {
    background-color: #2f2f2f !important;
    border: 1px solid #525252 !important;
}

.footer-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #eee !important;
}

/* Scroll To Top */

.back-to-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    font-size: 22px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 47px;
    background: var(--thm-primary);
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.back-to-top:hover {
    background: var(--thm-hover);
}

.back-to-top.show {
    bottom: 20px;
    opacity: 1;
}

.required {
    display: inline-block;
    color: #d2322d;
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
    line-height: 15px;
    top: .2em;
}

span.error {
    color: #f95252;
    font-size: 13px;
    font-weight: 500;
}

.mt-sm {
    margin-top: 10px;
}

/* Gallery Album Styles Starts */
.gallery-album {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

ul#doctors-grid.grid > li > .bio-box {
    min-height: 470px;
    height: auto !important;
}

.gallery-album .gallery-album-item {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
}

.gallery-album .gallery-album-img {
    position: relative;
    overflow: hidden;
}

.gallery-album .gallery-album-img img {
    width: 100%;
    max-height: 243px;
}

.gallery-album .gallery-album-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: var(--thm-primary);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gallery-album .gallery-album-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gallery-album .gallery-album-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.gallery-album .gallery-album-item a.btn {
    font-size: 35px;
}

.gallery-album .gallery-album-item:hover a.btn {
    color: #ffffff;
}

.gallery-album .gallery-album-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.gallery-album .gallery-album-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fdbe33;
}

.gallery-album .gallery-album-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.gallery-album .gallery-album-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.gallery-album .gallery-album-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.gallery-album .gallery-album-text p {
    margin: 0;
    font-size: 16px;
}

.gallery-album .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.gallery-album .pagination .page-link:hover,
.gallery-album .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.gallery-album .pagination .disabled .page-link {
    color: #999999;
}

/* Counter widget Styles Starts */
.counters-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}    
.counters-wrapper h2,
.counters-wrapper p {
    color: #fff;
}

.counters-wrapper i {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: var(--thm-primary);
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.counters-wrapper .counter {
    font-size: 40px;
    font-weight: bold;
}

.counters-wrapper h3 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 21px;
}

.counters-item {
    position: relative;
    padding: 15px;
    color: #fff;
    margin: 15px 0;
}

@media screen and (max-width: 576px) {
    .counters-item {
        margin: 15px 25px;
    }
}

.counters-item:after {
    border-radius: 5px;
    border: 1px solid var(--thm-primary);
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    transform: skew(-10deg);
    z-index: -1;
}

.counters-item:hover  {
    -webkit-animation: pulse .4s;
    animation: pulse .4s;
}

.swal2-popup .swal2-btn-default {
    margin: 0 .3125em;
    padding: .725em 2em;
    font-weight: 500;
    box-shadow: none;
}

.swal2-popup {
    font-size: 1.2rem;
}

.swal2-popup.swal2-toast {
    border: 1px solid #ddd;
}

/* payment page css */

.sr-root {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 48px;
    align-content: center;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
}

.sr-root .sr-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100% !important;
    align-self: center;
    width: 600px;
}

.sr-root .container {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Buttons and links */

.sr-root .btn-red {
    background: #444;
    border-radius: 6px;
    color: white;
    border: 0;
    padding: 12px 16px;
    margin-top: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
}

.sr-root .btn-red:hover {
    filter: contrast(115%);
    color: #ddd;
    background: #535353;
}

.sr-root .btn-red:active {
    transform: translateY(0px) scale(0.98);
    filter: brightness(0.9);
}

.sr-root .btn-red:disabled {
    opacity: 0.5;
    cursor: none;
}

.sr-root .pasha-image img {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.8s ease;
    opacity: 0;
}

.sr-root .pasha-image img {
    opacity: 1;
    max-width: 100%;
    height: auto;
    max-height: 280px;
}

.sr-root .pasha-image {
    text-align: center;
    margin-top: 20px;
}

.sr-root h1 {
    font-size: 27px;
    color: rgba(0, 0, 0, 0.9);
}

.sr-root h4 {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
    .sr-root .pasha-image {
        margin-bottom: 30px;
    }
}

/* start whatsapp */
.whatsapp-popup {
    z-index: 999;
    position: fixed;
    bottom: 75px;
    right: 20px;
}

.whatsapp-popup .whatsapp-button {
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #03cc0b;
    border-radius: 100%;
    cursor: pointer;
    transition: ease transform 300ms;
    overflow: hidden;
    box-shadow: 0 0 15px -5px rgba(0,0,0,.3);
}

.whatsapp-popup .whatsapp-button i {
    font-size: 30px;
}

.whatsapp-popup .popup-content {
    position: absolute;
    bottom: 100%;
    margin: 0;
    padding: 0;
    width: calc(100vw - 60px);
    max-width: 320px;
    margin: 0 0 15px 0 !important;
    margin-bottom: 6px;
    background: #ffffff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, margin ease-in-out 0.3s;
    right: 0;
}

.whatsapp-popup .popup-content:after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    right: 22px;
}

.whatsapp-popup.open .popup-content {
    opacity: 1;
    visibility: visible;
    margin-bottom: 25px !important;
    transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, margin ease-in-out 0.3s;
}

.whatsapp-popup .popup-content-header {
    padding: 15px;
    background: #03cc0b;
    border-radius: 10px 10px 0 0;
}

.whatsapp-popup .popup-content-header i {
    font-size: 40px;
    color: #fff;
    float: left;
}

.whatsapp-popup .popup-content-header h5 {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 0 50px;
    padding: 0;
}

.whatsapp-popup .popup-content-header h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin: 5px 0 0 0;
}

.whatsapp-popup .whatsapp-content ul {
    list-style-type: none;
    padding: 14px;
    max-height: 327px;
    overflow-y: auto;
}

.whatsapp-popup .whatsapp-content ul li {
    line-height: 18px;
    background: #fafafc;
    padding: 15px 10px;
    position: relative;
    list-style-type: none;
    margin: 0;
    border-radius: 6px;
}

.whatsapp-popup .whatsapp-text {
    padding-left: 10px;
    font-weight: 600 !important;
    display: block;
    position: relative;
    margin-left: 0;
}

.whatsapp-popup .whatsapp-label {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #bababa !important;
    overflow: hidden;
}

.whatsapp-popup li.online span.whatsapp-text span.whatsapp-label span.status {
    color: #03cc0b;
}

.whatsapp-popup .content-footer {
    background: #ddd;
    position: relative;
    z-index: 2;
    box-shadow: 0 -20px 20px rgb(82 99 158 / 3%);
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 0;
}

.whatsapp-popup .content-footer p {
    font-size: 12px;
    line-height: 14px;
    padding: 15px;
    margin: 0;
}

.whatsapp-popup ul li:not(:first-child) {
    margin-top: 8px;
}

.whatsapp-popup a {
    text-decoration: none;
}

.whatsapp-popup .whatsapp-agent {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.whatsapp-popup .whatsapp-content .whatsapp-avatar {
    border-radius: 25px;
    border: solid 2px #03cc0b;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
}

.whatsapp-popup .whatsapp-img {
    float: left;
    width: 45px;
    height: 45px;
    position: relative;   
}

.whatsapp-popup .whatsapp-img:after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: #03cc0b;
    top: 2px;
    margin-right: -44px;
    right: 100%;
    border-radius: 10px;
    border: solid 1px #ffffff;
}

.whatsapp-popup .offline .whatsapp-img:after {
    background: #bababa;
}

.whatsapp-popup .whatsapp-content .offline .whatsapp-avatar {
    border-color: #bababa;
}

.whatsapp-popup li.offline {
    pointer-events: none;
    filter: saturate(0);
    -ms-filter: saturate(0);
    -webkit-filter: saturate(0);
    opacity: 0.7;
}

.whatsapp-popup .i-open, .whatsapp-popup .i-close {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease transform 300ms,ease opacity 300ms; 
}

.whatsapp-popup.open .i-open, .whatsapp-popup.open .i-close {
    transform: translate3d(-100%,0,0);
}

.whatsapp-popup.open .i-open {
    opacity:0;
}

.whatsapp-popup:not(.open) .i-close {
    opacity: 0;
}


.headers-line {
    margin: 0 0 14px;
    line-height: 27px;
    padding: 0;
    color: var(--thm-primary);
    font-size: 18px;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-weight: 600;
}

.headers-line:before,
.headers-line:after {
    content:" ";
    position:absolute;
    top:50%;
    height:2px;
    border-top:2px solid #eee;
}

.headers-line:after {
    left:auto;
    width:999em;
    margin:0 0 0 12px;
}

.form-box .admission-status-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    text-transform: initial;
    padding: 4px 15px;
    font-size: inherit;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* latest news */
.latest-title,
.current-date {
    background-color: var(--thm-primary);
    padding: 8px 14px;
}

.latest-title i {
    padding-right: 5px;
}

.latest--news {
    font-size: 13px;
    background-color: #0c1a50 !important;
}

.news-updates-list li:not(:last-child) {
    margin-right: 20px;
}

.latest--news .date-text {
    color: #2ced03;
}
/* pagination start */
.pagination {
    padding: 10px 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: var(--thm-radius);
    border-top-left-radius: var(--thm-radius);
    margin-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: var(--thm-radius);
    border-top-right-radius: var(--thm-radius);
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #767676;
    padding: 8px 14px;
    font-weight: 400;
    font-family: montserrat;
    font-size: 14px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border-color: transparent;
    color: #fff
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: transparent
}

.pagination>.next>a,
.pagination>.previous>a {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500
}

.pagination-bx .pagination {
    width: 100%
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

@media only screen and (max-width:991px) {
    .pagination-bx {
        margin-bottom: 30px
    }
}
/* pagination end */

.img-fluid {
    max-height: 300px;
}


/* =========================================
   1. المتغيرات العامة (Variables)
========================================= */
:root {
    /* الألوان الأساسية */
    --primary-green: #0d5c4a; /* أخضر احترافي عميق */
    --accent-green: #1e9e49; /* أخضر مشرق مستوحى من الشعار */
    --accent-gold: #b9a779;
    --stats-bg: #042921;
    --dark-teal: #002623;
    
    /* ألوان الخلفيات والنصوص */
    --bg-light: #f8fafc;
    --text-main: #1f2937;
    --text-muted: #6b7280;

    /* إعدادات التأثير الزجاجي (Glassmorphism) */
    --glass-bg-dark: rgba(0, 38, 35, 0.85);
    --glass-border-dark: rgba(185, 167, 121, 0.3);
    --glass-bg-light: rgba(255, 255, 255, 0.1);
    --glass-border-light: rgba(255, 255, 255, 0.2);
    --glass-blur: blur(16px);
}

/* =========================================
   2. التنسيقات الأساسية (Base)
========================================= */
body { 
    font-family: 'Cairo', sans-serif; 
    background-color: var(--bg-light);
    color: var(--text-main);
    margin: 0;
    overflow-x: hidden;
    direction: rtl; /* تفعيل الاتجاه العربي افتراضياً */
}

/* =========================================
   3. الهيدر والتنقل (Header & Navigation)
========================================= */
.header-custom {
    background: linear-gradient(135deg, var(--glass-bg-dark) 0%, rgba(5, 66, 57, 0.9) 100%);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-bottom: 2px solid var(--glass-border-dark);
    position: relative;
    z-index: 10;
}

.nav-glass-link, .nav-glass-btn {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 10px 5px;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.nav-glass-link i {
    font-size: 16px;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.nav-glass-link:hover, .nav-glass-btn:hover {
    background: var(--glass-bg-light);
    color: #fff !important;
    border-color: var(--glass-border-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-glass-link:hover i {
    transform: scale(1.15);
    opacity: 1;
}

.nav-glass-link.active, .nav-glass-btn.active {
    background: rgba(185, 167, 121, 0.15);
    color: var(--accent-gold) !important;
    border-color: var(--glass-border-dark);
}

/* =========================================
   4. قسم الواجهة الرئيسية (Hero Section)
========================================= */
.hero-section {
    height: 75vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@keyframes softZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('mj.jpg'); 
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: softZoom 12s ease-in-out infinite alternate;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,38,35,0.7));
    z-index: 2;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-content {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
    animation: fadeInUp 1s ease-out forwards;
}

/* =========================================
   5. البطاقات والأقسام العامة (Cards & Sections)
========================================= */
.section-heading { 
    text-align: center; 
    margin-bottom: 3rem; 
}

.section-heading h3 { 
    font-size: 2rem; 
    font-weight: 700; 
    color: var(--primary-green); 
    position: relative; 
    display: inline-block; 
    padding-bottom: 12px; 
    margin: 0;
}

.section-heading h3::after { 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 60px; 
    height: 4px; 
    background-color: var(--accent-green); 
    border-radius: 2px;
}

.universal-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.02);
}

.universal-card:hover { 
    transform: translateY(-8px); 
    box-shadow: 0 15px 35px rgba(13, 92, 74, 0.1);
}

.card-img-top { 
    width: 100%; 
    height: 220px; 
    background-size: cover; 
    background-position: center; 
}

/* =========================================
   6. الإحصائيات (Advanced Stats)
========================================= */
.advanced-stats {
    background: linear-gradient(135deg, var(--stats-bg), var(--primary-green));
    color: white;
    padding: 60px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.stat-group-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.stat-group-header i { color: var(--accent-gold); font-size: 1.4rem; }
.stat-group-title { font-size: 1.2rem; font-weight: 700; }

.stat-item-box {
    background: var(--glass-bg-light);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    border: 1px solid var(--glass-border-light);
    transition: all 0.3s ease;
}

.stat-item-box:hover {
    border-color: rgba(185, 167, 121, 0.5);
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.stat-number { font-size: 2.5rem; font-weight: 800; color: white; margin-bottom: 8px; }
.stat-label { font-size: 0.95rem; color: rgba(255,255,255,0.8); font-weight: 500; }

/* =========================================
   7. الفوتر الزجاجي (Glass Footer)
========================================= */
.main-footer {
    background: var(--dark-teal);
    color: #ffffff;
    padding-top: 70px;
    border-top: 6px solid var(--accent-green);
    position: relative;
}

.footer-heading {
    color: var(--accent-gold);
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 12px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: var(--accent-green);
    border-radius: 2px;
}

/* روابط الفوتر السريعة */
.quick-links-glass {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.quick-links-glass li a {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.quick-links-glass li a:hover {
    color: var(--accent-gold);
    transform: translateX(-5px); /* حركة لليسار متوافقة مع RTL */
}

/* معلومات التواصل السفلية */
.contact-glass-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.85);
}

.icon-box {
    min-width: 40px;
    height: 40px;
    background: rgba(185, 167, 121, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-gold);
    border: 1px solid rgba(185, 167, 121, 0.2);
    font-size: 1.1rem;
    transition: 0.3s;
}

.contact-item:hover .icon-box {
    background: var(--accent-gold);
    color: var(--dark-teal);
}

/* شبكات التواصل الاجتماعي */
.social-links-glass {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.social-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--glass-bg-light);
    border: 1px solid var(--glass-border-light);
    border-radius: 12px;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn:hover {
    background: var(--accent-green);
    border-color: var(--accent-green);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(30, 158, 73, 0.3);
}

/* =========================================
   8. العناصر التفاعلية والإضافات (UI Elements)
========================================= */
/* زر الواتساب العائم */
.whatsapp-popup {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}

.whatsapp-button {
    background: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    border-radius: 50%;
    animation: pulse-whatsapp 2s infinite;
    transition: transform 0.3s;
}

.whatsapp-button:hover { transform: scale(1.1); }

@keyframes pulse-whatsapp {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* حقول الإدخال الزجاجية */
.glass-input, .glass-select {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    border-radius: 12px !important;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.glass-input:focus, .glass-select:focus {
    outline: none;
    border-color: var(--accent-gold) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 0 0 3px rgba(185, 167, 121, 0.2);
}



/* =========================================
   1. المتغيرات العامة (Variables)
========================================= */
:root {
    /* لوحة الألوان المستوحاة من شعار المستشفى */
    --primary-blue: #1a4ba0;    /* الأزرق الملكي للشعار */
    --primary-green: #2e7d32;   /* الأخضر الطبي الاحترافي */
    --accent-light-blue: #87ceeb; /* الأزرق السماوي الفاتح (من أيقونة الطفل) */
    --accent-gold: #c5a059;     /* ذهبي خافت للتنبيهات والأيقونات */
    
    /* ألوان الخلفيات والنصوص */
    --bg-light: #f4f7f9;
    --text-main: #2c3e50;
    --text-muted: #7f8c8d;

    /* إعدادات التأثير الزجاجي (Glassmorphism) بلمسة زرقاء */
    --glass-bg-dark: rgba(26, 75, 160, 0.85); /* أزرق شفاف */
    --glass-border-dark: rgba(255, 255, 255, 0.2);
    --glass-bg-light: rgba(255, 255, 255, 0.15);
    --glass-border-light: rgba(255, 255, 255, 0.3);
    --glass-blur: blur(12px);
}

/* =========================================
   2. التنسيقات الأساسية (Base)
========================================= */
body { 
    font-family: 'Cairo', sans-serif; 
    background-color: var(--bg-light);
    color: var(--text-main);
    margin: 0;
    overflow-x: hidden;
    direction: rtl;
}

/* =========================================
   3. الهيدر والتنقل (Header & Navigation)
========================================= */
.header-custom {
    /* تدرج من الأزرق الملكي إلى درجة أغمق */
    background: linear-gradient(135deg, var(--primary-blue) 0%, #0d2a5e 100%);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-bottom: 3px solid var(--primary-green); /* فاصل أخضر يربط مع الشعار */
    position: relative;
    z-index: 10;
}

.nav-glass-link, .nav-glass-btn {
    display: flex;
    align-items: center;
    gap: 1px;
    padding: 12px 5px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.nav-glass-link:hover {
    background: var(--glass-bg-light);
    transform: translateY(-2px);
}

.nav-glass-link.active {
    background: var(--primary-green); /* تمييز العنصر النشط بالأخضر */
    box-shadow: 0 4px 10px rgba(46, 125, 50, 0.3);
}

/* =========================================
   5. البطاقات والأقسام العامة (Cards & Sections)
========================================= */
.section-heading h3 { 
    color: var(--primary-blue); /* العناوين بالأزرق الملكي */
}

.section-heading h3::after { 
    background-color: var(--primary-green); /* الخط السفلي بالأخضر */
}

.universal-card:hover { 
    border-color: var(--accent-light-blue);
    box-shadow: 0 15px 35px rgba(26, 75, 160, 0.1);
}

/* =========================================
   6. الإحصائيات (Advanced Stats)
========================================= */
.advanced-stats {
    /* خلفية متدرجة تجمع بين ألوان المستشفى */
    background: linear-gradient(135deg, #102e63, var(--primary-blue));
    color: white;
}

.stat-item-box {
    border: 1px solid rgba(135, 206, 235, 0.3); /* حدود بلون سماوي فاتح */
}

.stat-number {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* =========================================
   7. الفوتر الزجاجي (Glass Footer)
========================================= */
.main-footer {
    background: #0d1b33; /* أزرق ليلي عميق */
    border-top: 6px solid var(--primary-blue);
}

.footer-heading::after {
    background: var(--primary-green);
}

.social-btn:hover {
    background: var(--primary-green);
    transform: translateY(-5px);
}

.icon-box {
    background: rgba(46, 125, 50, 0.15); /* لمسة خضراء للأيقونات */
    color: var(--primary-green);
    border: 1px solid rgba(46, 125, 50, 0.3);
}

/* =========================================
   8. العناصر التفاعلية (UI Elements)
========================================= */
.whatsapp-button {
    background: #25d366; /* يبقى أخضر واتساب القياسي */
}

.glass-input:focus {
    border-color: var(--primary-blue) !important;
    box-shadow: 0 0 0 3px rgba(26, 75, 160, 0.2);
}



/* --- تحسين العناوين --- */
.sec-title h2 {
    font-family: 'Cairo', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--thm-primary);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

/* تعديل الديكور أسفل العنوان ليصبح أكثر عصرية */
.sec-title span.decor .inner {
    background: var(--thm-accent);
    box-shadow: 0 0 10px rgba(46, 125, 50, 0.4);
}

.sec-title span.decor:before, 
.sec-title span.decor:after {
    background: linear-gradient(to right, transparent, var(--thm-primary));
    height: 1px;
}

/* --- تطوير حاوية الصورة (نمط زجاجي) --- */
.wel-img {
    position: relative;
    padding: 15px;
    background: var(--glass-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--glass-border);
    border-radius: 24px; /* زوايا مستديرة ناعمة */
    box-shadow: var(--glass-shadow);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* استبدال الحواف التقليدية بزوايا مضيئة */
.wel-img:after, .wel-img:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-style: solid;
    transition: all 0.5s ease;
    z-index: 2;
}

.wel-img:after {
    top: 10px;
    left: 10px;
    border-width: 4px 0 0 4px;
    border-color: var(--thm-primary);
    border-radius: 15px 0 0 0;
}

.wel-img:before {
    bottom: 10px;
    right: 10px;
    border-width: 0 4px 4px 0;
    border-color: var(--thm-accent);
    border-radius: 0 0 15px 0;
}

/* تأثير التحويم (Hover) */
.wel-img:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 45px rgba(26, 75, 160, 0.2);
    border-color: var(--thm-primary);
}

.wel-img:hover:after, .wel-img:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0.1; /* تلاشي الحواف عند التحويم لشكل جمالي */
}

/* --- تحسين الصورة الداخلية --- */
.wel-img img {
    border-radius: 15px;
    max-height: 400px; /* زيادة الطول قليلاً للتناسب مع الشاشات الكبيرة */
    object-fit: cover;
    filter: brightness(0.95);
    transition: 0.5s ease;
}

.wel-img:hover img {
    filter: brightness(1);
}

/* --- قسم النصوص (Welcome Area) --- */
.welcome-area {
    margin-top: 50px;
    line-height: 1.8;
}

.welcome-area h2 .main-heading1 {
    color: var(--text-main);
    font-weight: 300;
}

.welcome-area h2 .main-heading2 {
    color: var(--thm-primary);
    font-weight: 800;
    display: block;
    margin-top: 5px;
}

/* =========================================
   1. الإعدادات العامة والمتغيرات
========================================= */
:root {
    --thm-primary: #1a4ba0;    /* الأزرق الملكي للمستشفى */
    --thm-accent: #2e7d32;     /* الأخضر الطبي */
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.4);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    --glass-blur: blur(12px);
}

/* =========================================
   2. قسم الترحيب (Welcome Area) المطوّر
========================================= */
.welcome-area {
    margin-top: 50px;
    padding: 20px;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-radius: 30px;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
}

/* تحسين العناوين */
.welcome-area h2 {
    font-family: 'Cairo', sans-serif;
    line-height: 1.4;
}

.main-heading1 {
    color: #4a4a4a;
    font-weight: 300;
    font-size: 0.8em;
}

.main-heading2 {
    color: var(--thm-primary);
    font-weight: 800;
    display: block;
    text-shadow: 0 2px 4px rgba(26, 75, 160, 0.1);
}

/* =========================================
   3. إطار الصورة الزجاجي (The Glass Frame)
========================================= */
.wel-img {
    position: relative;
    padding: 12px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* زوايا ديكور متطورة */
.wel-img:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: -5px;
    left: -5px;
    border-top: 5px solid var(--thm-primary);
    border-left: 5px solid var(--thm-primary);
    border-radius: 20px 0 0 0;
    z-index: 1;
}

.wel-img:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -5px;
    right: -5px;
    border-bottom: 5px solid var(--thm-accent);
    border-right: 5px solid var(--thm-accent);
    border-radius: 0 0 20px 0;
    z-index: 1;
}

.wel-img:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 20px 50px rgba(26, 75, 160, 0.15);
}

.wel-img img {
    border-radius: 18px;
    filter: saturate(1.1);
    transition: 0.4s ease;
}

/* =========================================
   4. عناوين الأقسام (Section Titles)
========================================= */
.sec-title span.inner {
    background: linear-gradient(45deg, var(--thm-primary), var(--thm-accent));
    box-shadow: 0 0 15px rgba(46, 125, 50, 0.3);
}

.sec-title span.decor:before, 
.sec-title span.decor:after {
    background: #e0e0e0;
    height: 1px;
}


/* تصميم الحاوية الكلية للإحصائيات */
.advanced-stats {
    background: linear-gradient(135deg, #0d1b33 0%, var(--thm-primary) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* ترويسة المجموعة (ثابت، شهري، يومي) */
.stat-group-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    border-right: 4px solid var(--thm-accent); /* خط أخضر جانبي */
    padding-right: 15px;
}

.stat-group-header i {
    color: var(--thm-accent);
    font-size: 1.8rem;
    filter: drop-shadow(0 0 10px rgba(46, 125, 50, 0.4));
}

.stat-group-title {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

/* صناديق الأرقام الزجاجية */
.stat-item-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
}

.stat-item-box:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-8px);
    border-color: var(--thm-accent);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* تصميم الأرقام */
.stat-number {
    font-size: 2.8rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: 'Cairo', sans-serif;
    background: linear-gradient(to bottom, #fff, #bdc3c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* تصميم النصوص التوضيحية */
.stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    padding-top: 10px;
}

/* منع تداخل الخريطة مع العناصر الزجاجية */
#open-map {
    background: #f0f0f0;
}

.glass-map-container {
    border-radius: 30px;
    background: #0d1b33;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.leaflet-container {
    font-family: 'Cairo', sans-serif !important;
}

/* تحسين شكل الـ Popup في الخريطة */
.leaflet-popup-content-wrapper {
    background: rgba(13, 27, 51, 0.9) !important;
    color: white !important;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}

.leaflet-popup-tip {
    background: rgba(13, 27, 51, 0.9) !important;
}

/* تنسيق الحاوية الأساسية للقائمة المنسدلة */
.group .absolute {
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    pointer-events: none; /* يمنع التفاعل مع القائمة وهي مخفية */
}

/* إظهار القائمة عند تمرير الماوس */
.group:hover .absolute {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
    pointer-events: auto;
}

/* التنسيق الزجاجي المخصص للقائمة المنسدلة */
.nav-dropdown-card {
    background: rgba(255, 255, 255, 0.1); /* شفافية بيضاء */
    backdrop-filter: blur(12px); /* تأثير الضبابية */
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* تنسيق الروابط داخل القائمة المنسدلة */
.nav-dropdown-card a {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
    font-size: 0.9rem;
    text-align: right;
    transition: background 0.2s;
}

.nav-dropdown-card a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* سهم القائمة */
.group:hover .fa-chevron-down {
    transform: rotate(180deg);
}

/* تنسيق الحاوية الرئيسية */
.navigation {
    background-color: #0b3d8d; /* اللون الأزرق من الصورة */
    padding: 10px 0;
    direction: rtl;
}

.nav.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 20px;
}

/* تنسيق الروابط */
.nav.menu > li > a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

/* الزر الأخضر (مشفى الأطفال) */
.btn-green a {
    background-color: #388e3c !important; /* اللون الأخضر */
    padding: 10px 25px !important;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

/* القائمة المنسدلة */
.has-dropdown { position: relative; }

.dropdown {
    position: absolute;
    top: 150%;
    right: 0;
    background: white;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    padding: 10px 0;
}

.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown li a {
    color: #333;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    text-align: right;
    font-size: 14px;
}

.dropdown li a:hover {
    background-color: #f0f0f0;
    color: #0b3d8d;
}

/* أيقونات السهم */
.fa-chevron-down {
    font-size: 12px;
    opacity: 0.8;
}

/* تنسيق الحاوية الرئيسية - تقليص الارتفاع العام */
.navigation {
    background-color: #0b3d8d;
    padding: 5px 0; /* تقليل الحشو العلوي والسفلي */
    direction: rtl;
}

.nav.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 12px; /* تقريب العناصر من بعضها (كانت 20px) */
}

/* تصغير الخط وتنسيق الروابط */
.nav.menu > li > a {
    color: white;
    text-decoration: none;
    font-size: 13px; /* تصغير حجم الخط (كان 15px) */
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px; /* تقريب الأيقونة من النص */
    padding: 8px 5px; /* تقليل مساحة الضغط حول العنصر */
    transition: 0.3s;
}

/* الزر الأخضر (مشفى الأطفال) - تصغير الحجم */
.btn-green a {
    background-color: #388e3c !important;
    padding: 6px 15px !important; /* تصغير الزر الأخضر */
    border-radius: 8px;
    font-size: 13px !important;
}

/* القائمة المنسدلة - ضبط المسافات الداخلية */
.dropdown {
    position: absolute;
    top: 100%; /* تظهر مباشرة تحت العنصر */
    right: 0;
    background: white;
    min-width: 180px; /* تصغير عرض القائمة */
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    padding: 5px 0;
}

.dropdown li a {
    color: #333;
    padding: 8px 15px; /* تقليل المسافات بين الروابط الفرعية */
    display: block;
    text-decoration: none;
    text-align: right;
    font-size: 12px; /* تصغير خط القائمة الفرعية */
}

/* أيقونات الأجهزة (الهاتف، الطائرة) - تصغيرها */
.nav.menu i {
    font-size: 11px; 
    opacity: 0.9;
}

/* فاصل عمودي (إذا كنت تستخدمه كما في الصورة) */
.nav-divider {
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 5px;
}

.nav.menu {
    display: flex;
    align-items: center; /* محاذاة عمودية في المنتصف */
    justify-content: flex-start; /* ترتيب العناصر من اليمين */
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px; /* المسافة بين العناصر */
    flex-wrap: nowrap; /* منع العناصر من الانتقال لسطر جديد نهائياً */
}

.nav.menu > li {
    display: inline-block;
    white-space: nowrap; /* إجبار النص على البقاء في سطر واحد */
}

.nav.menu > li > a {
    display: flex;
    align-items: center;
    gap: 6px; /* المسافة بين النص والأيقونة */
    color: white;
    text-decoration: none;
    font-size: 12.5px; /* حجم خط صغير ومتناسق */
    padding: 5px 8px;
    line-height: 1; /* إلغاء الارتفاع الزائد للسطر */
}

/* الزر الأخضر بشكل مخصص ليبقى صغيراً ومحدداً */
.btn-green a {
    background-color: #388e3c !important;
    padding: 8px 15px !important;
    border-radius: 8px;
    font-weight: bold;
}

/* أيقونات الأجهزة - تصغيرها لعدم رفع ارتفاع السطر */
.nav.menu i {
    font-size: 11px;
}

.nav.menu .dropdown {
    pointer-events: none; /* مخفية برمجياً وهي مغلقة */
    transition: all 0.2s ease-in-out;
}

.nav.menu li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* تصبح قابلة للتفاعل عند الظهور */
}

.nav.menu .dropdown {
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    /* يمنع الاختفاء المفاجئ */
}

/* القائمة الفرعية */
.nav.menu .dropdown {
    position: absolute;
    /* بدلاً من top: 150% اجعلها قريبة جداً */
    top: 100%; 
    right: 0;
    padding-top: 10px; /* هذه الفجوة داخلية الآن، لذا لن يختفي العنصر */
    margin-top: 0; 
    /* ... باقي التنسيقات ... */
}

/* حل احترافي: إضافة مساحة وهمية خلف القائمة */
.nav.menu .dropdown::before {
    content: "";
    position: absolute;
    top: -15px; /* يغطي المسافة بين القائمة والزر */
    left: 0;
    right: 0;
    height: 15px;
    background: transparent;
}


.dropdown-menu {
    @apply absolute top-full right-0 mt-2 bg-white/10 backdrop-blur-md border border-white/20 rounded-xl py-2 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-300 z-50 shadow-xl;
}

.dropdown-menu a {
    @apply block px-4 py-2 text-sm text-white hover:bg-white/20 transition-colors;
}

.dropdown-item {
    @apply block px-4 py-2 text-sm text-white hover:bg-white/20 transition-colors;
}


/*! CSS Used from: http://localhost/atfaal/web/assets/frontend/css/bootstrap.min.css */
*,::after,::before{box-sizing:border-box;}
h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h1{font-size:calc(1.375rem + 1.5vw);}
@media (min-width:1200px){
h1{font-size:2.5rem;}
}
p{margin-top:0;margin-bottom:1rem;}
a{color:var(--bs-link-color);text-decoration:underline;}
a:hover{color:var(--bs-link-hover-color);}
img{vertical-align:middle;}
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{text-transform:none;}
button{-webkit-appearance:button;}
button:not(:disabled){cursor:pointer;}
.opacity-0{opacity:0!important;}
.top-0{top:0!important;}
.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;}
.mx-auto{margin-right:auto!important;margin-left:auto!important;}
.mt-2{margin-top:.5rem!important;}
.p-3{padding:1rem!important;}
.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important;}
.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important;}
.gap-1{gap:.25rem!important;}
.gap-4{gap:1.5rem!important;}
.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;}
.invisible{visibility:hidden!important;}
/*! CSS Used from: http://localhost/atfaal/web/assets/vendor/font-awesome/css/all.min.css */
.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}
.fa-bars-staggered:before{content:"\f550";}
.fa-chevron-down:before{content:"\f078";}
.fas{font-family:"Font Awesome 6 Free";font-weight:900;}
/*! CSS Used from: http://localhost/atfaal/web/assets/frontend/css/style.css */
a{color:var(--thm-primary);text-decoration:none;}
a:hover,a:focus{color:#057cad;}
a:focus{outline:none;}
h1{font-family:'Cairo', sans-serif;}
h1{font-size:45px;}
.mx-auto{margin-left:auto!important;}
.header-custom{background:linear-gradient(135deg, var(--glass-bg-dark) 0%, rgba(5, 66, 57, 0.9) 100%);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-bottom:2px solid var(--glass-border-dark);position:relative;z-index:10;}
.nav-glass-link{display:flex;align-items:center;gap:0px;padding:10px 5px;color:rgba(255, 255, 255, 0.85)!important;font-size:12px;font-weight:600;border-radius:12px;border:1px solid transparent;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none;}
.nav-glass-link i{font-size:16px;opacity:0.8;transition:transform 0.3s ease;}
.nav-glass-link:hover{background:var(--glass-bg-light);color:#fff!important;border-color:var(--glass-border-light);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);}
.nav-glass-link:hover i{transform:scale(1.15);opacity:1;}
.header-custom{background:linear-gradient(135deg, var(--primary-blue) 0%, #0d2a5e 100%);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-bottom:3px solid var(--primary-green);position:relative;z-index:10;}
.nav-glass-link{display:flex;align-items:center;gap:1px;padding:12px 0px;color:#ffffff!important;font-size:14px;font-weight:600;border-radius:12px;transition:all 0.3s ease;}
.nav-glass-link:hover{background:var(--glass-bg-light);transform:translateY(-2px);}
.group .absolute{transform:translateY(10px);transition:all 0.3s ease-in-out;pointer-events:none;}
.group:hover .absolute{opacity:1!important;visibility:visible!important;transform:translateY(0);pointer-events:auto;}
.group:hover .fa-chevron-down{transform:rotate(180deg);}
.fa-chevron-down{font-size:12px;opacity:0.8;}
/*! CSS Used from: Embedded */
*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb;}
::after,::before{--tw-content:'';}
h1{font-size:inherit;font-weight:inherit;}
a{color:inherit;text-decoration:inherit;}
button{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
button{-webkit-appearance:button;background-color:transparent;background-image:none;}
h1,p{margin:0;}
button{cursor:pointer;}
:disabled{cursor:default;}
img{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
.invisible{visibility:hidden;}
.absolute{position:absolute;}
.relative{position:relative;}
.sticky{position:sticky;}
.inset-0{inset:0px;}
.right-0{right:0px;}
.top-0{top:0px;}
.top-full{top:100%;}
.z-50{z-index:50;}
.mx-auto{margin-left:auto;margin-right:auto;}
.mt-2{margin-top:0.5rem;}
.block{display:block;}
.flex{display:flex;}
.h-16{height:4rem;}
.w-16{width:4rem;}
.w-56{width:14rem;}
.w-64{width:16rem;}
.max-w-7xl{max-width:80rem;}
.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
.items-center{align-items:center;}
.justify-between{justify-content:space-between;}
.gap-1{gap:0.25rem;}
.gap-4{gap:1rem;}
.rounded-2xl{border-radius:1rem;}
.rounded-full{border-radius:9999px;}
.rounded-xl{border-radius:0.75rem;}
.border{border-width:1px;}
.border-r-2{border-right-width:2px;}
.border-white\/10{border-color:rgb(255 255 255 / 0.1);}
.border-white\/20{border-color:rgb(255 255 255 / 0.2);}
.bg-white\/10{background-color:rgb(255 255 255 / 0.1);}
.bg-white\/5{background-color:rgb(255 255 255 / 0.05);}
.object-contain{object-fit:contain;}
.p-3{padding:0.75rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.px-6{padding-left:1.5rem;padding-right:1.5rem;}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}
.pr-4{padding-right:1rem;}
.text-right{text-align:right;}
.text-\[10px\]{font-size:10px;}
.text-\[12px\]{font-size:12px;}
.text-lg{font-size:1.125rem;line-height:1.75rem;}
.text-sm{font-size:0.875rem;line-height:1.25rem;}
.text-xl{font-size:1.25rem;line-height:1.75rem;}
.font-black{font-weight:900;}
.font-bold{font-weight:700;}
.font-medium{font-weight:500;}
.uppercase{text-transform:uppercase;}
.leading-tight{line-height:1.25;}
.tracking-\[0\.2em\]{letter-spacing:0.2em;}
.tracking-tight{letter-spacing:-0.025em;}
.text-\[--accent-gold\]{color:var(--accent-gold);}
.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1));}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));}
.opacity-0{opacity:0;}
.opacity-80{opacity:0.8;}
.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.blur-xl{--tw-blur:blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);}
.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);}
.backdrop-blur-md{--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
.duration-300{transition-duration:300ms;}
.duration-500{transition-duration:500ms;}
.hover\:bg-white\/20:hover{background-color:rgb(255 255 255 / 0.2);}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
.group:hover .group-hover\:visible{visibility:visible;}
.group:hover .group-hover\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
.group:hover .group-hover\:opacity-100{opacity:1;}
@media (min-width: 768px){
.md\:inline{display:inline;}
.md\:h-20{height:5rem;}
.md\:w-20{width:5rem;}
.md\:text-\[12px\]{font-size:12px;}
}
@media (min-width: 1024px){
.lg\:hidden{display:none;}
}
/*! CSS Used fontfaces */
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(http://localhost/atfaal/web/assets/vendor/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(http://localhost/atfaal/web/assets/vendor/font-awesome/webfonts/fa-regular-400.ttf) format("truetype");}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(http://localhost/atfaal/web/assets/vendor/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(http://localhost/atfaal/web/assets/vendor/font-awesome/webfonts/fa-solid-900.ttf) format("truetype");}
@font-face{font-family:'Cairo';font-style:normal;font-weight:200 1000;font-display:swap;src:url(https://fonts.gstatic.com/s/cairo/v31/SLXVc1nY6HkvangtZmpQdkhzfH5lkSscQyyS4J0.woff2) format('woff2');unicode-range:U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;}
@font-face{font-family:'Cairo';font-style:normal;font-weight:200 1000;font-display:swap;src:url(https://fonts.gstatic.com/s/cairo/v31/SLXVc1nY6HkvangtZmpQdkhzfH5lkSscSCyS4J0.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Cairo';font-style:normal;font-weight:200 1000;font-display:swap;src:url(https://fonts.gstatic.com/s/cairo/v31/SLXVc1nY6HkvangtZmpQdkhzfH5lkSscRiyS.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}