﻿body {
    font-family: 'careem', sans-serif;
}

.bold {
    font-family: 'careem-bold', sans-serif;
}
.logo img{
    outline:none !important;
    max-width:130px;
}
.logo{
    outline:none !important;
}
.location-top{
    position:relative;
}
    .location-top h4 {
        padding-right: 40px;
    }
.location-top a{
    text-decoration:none;
    color:#000;
}
.phone-number{
    direction:ltr;
    text-align:right;
}
.location-top h4 span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
    .location-top i{
        position:absolute;
        font-size:30px;
        right:10px;
        top:20px;
    }
    .btn-primary{
        background-color:#00b2b1;
        border-color:#00b2b1;
    }
        .btn-primary:hover, .btn-primary:active {
            background-color: #068d8c;
            border-color: #068d8c;
        }
.btn-social{
    height:30px;
    width:30px;
    text-align:center;
    display:inline-block;
    background-color:#808080;
    color:#fff;
    padding:2px;
    border-radius:30px;
}
#mainNavbar {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
    #mainNavbar{
        background-color:#b33763 !important;
    }
    .sticky-logo {
        transition: opacity 0.3s ease;
    }

    .sticky-logo.d-none {
        opacity: 0;
        visibility: hidden;
    }

    .sticky-logo.d-block {
        opacity: 1;
        visibility: visible;
    }
.nav-link{
    color:#fff !important;
}
.navbar-nav .nav-link.active {
    color: #b33763 !important;
    background-color:#fff;
    border-radius:5px;
}
.btn-social:hover {
    background-color: #000;
    color: #fff !important;
}
.navbar .nav-item{
    padding-left:40px !important;
    padding-top:6px;padding-bottom:6px;
}
.navbar-nav .dropdown-menu {
    top: 55px;
    background-color: #fff !important;
    border-top: solid 5px #00b2b1;
    border-bottom: solid 5px #00b2b1;
}
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #000 !important;
    }
    .navbar-nav .dropdown-menu .dropdown-item:hover {
        background-color:rgba(0,0,0,0.1) !important;
    }
.main-slider .carousel-item a {
    max-height: 580px;
    overflow: hidden;
    position: relative;
}
    .main-slider .carousel-item a h4 {
        display: block;
        width: 100%;
        position: absolute;
        bottom: -15px;
        left: 0px;
        padding:20px;
        height:80px;
        text-align: center;
        color: #fff;
        background: linear-gradient(0deg,#00b2b1 0%, transparent 100%);
    }
    .main-slider .carousel-item a img{
        width:100%;
    }
    .swiper-gallery {
        width: 95%;
        max-width: 1000px;
        padding-bottom: 50px;
    }

    .swiper-gallery .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 800px;
        height: 400px;
        border-radius: 10px !important;
        transition: transform 0.3s ease;
        position: relative;
        top: 30px !important;
    }

    .swiper-gallery .swiper-slide-active {
        /*transform: scale(1.4) !important; 
        z-index: 10;
        position: relative;
        top: 17px !important;*/
    }

    .swiper-gallery .swiper-slide span {
        display: block;
        padding: 15px;
        height:70px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: center;
        color: #fff;
        border-radius: 0px 0px 10px 10px;
    }
    .swiper-gallery .swiper-slide:nth-child(odd) span {
        background: linear-gradient(0deg,#00b2b1 0%, transparent 100%);
    }
    .swiper-gallery .swiper-slide:nth-child(even) span {
        background: linear-gradient(0deg,#b33763 0%, transparent 100%);
    }

.section-swiper {
    width: 100%;
    height: 200px;
    padding: 0 10px; /* Optional: inner padding between slides */
}

    .section-swiper .swiper-slide a {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        border: solid 2px #00b2b1;
        text-decoration: none;
        color: #333;
        transition: transform 0.2s ease;
    }

        .section-swiper .swiper-slide a:hover {
            transform: scale(1.1);
            /*background-color: #00b2b1;*/
            background: linear-gradient(-180deg, #fff 0%,#00b2b1 100%);
        }

            .section-swiper .swiper-slide a:hover span {
                color: #fff !important;
            }

    .section-swiper .swiper-slide svg {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        fill: #00b2b1;
    }

    .section-swiper .swiper-slide a:hover svg {
        fill: #fff;
    }

    .section-swiper .swiper-slide span {
        font-size: 15px;
        text-align: center;
    }

.section-container .swiper-button-prev,
.section-container .swiper-button-next {
    color: #00b2b1;
    position: absolute;
    top: 100px;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-container .swiper-button-prev {
    right: auto;
    left: 0;
}

.section-container .swiper-button-next {
    left: auto;
    right: 0;
}

@media (max-width: 768px) {
    .section-container .section-swiper .swiper-slide span {
        font-size: 12px;
    }
}

.section-container {
    position: relative;
    padding: 0 60px; /* Add space for outside arrows */
}

.green {
    color: #00b2b1;
}

.bg-light {
    background-color: #f5f5f5;
}

    .hospital-in-numbers .number-box svg {
        height: 100px;
        margin-bottom:15px;
    }

    .hospital-in-numbers .number-box {
        border: solid 2px #00b2b1;
        border-radius: 8px;
        padding: 20px;
        margin-bottom:30px !important;
        height: 250px;
        text-align: center;
    }

footer {
    background-color: #4b4b4b;
    color:#fff;
}
.footer-links{
    padding-right:10px;
}
    .footer-links a {
        color: #fff;
        text-decoration: none;
        margin-top: 20px;
        display: block;
    }
        .footer-links a:hover, .footer-links a:hover span {
            text-decoration: underline;
        }
        .footer-links a i {
            margin-left: 10px;
            display: inline-block;
        }
        .footer-links a span {
            display: inline-block;
        }
.news-item {
    transition: all 0.5s;
    display: block;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 10px;
    text-decoration: none;
    box-shadow: #aaa 0px 0px 5px;
    margin-bottom: 30px;
}
    .news-item:hover{
        box-shadow:#666 0px 0px 10px;
        background-color:#00b2b1 !important;
        color:#fff !important;
    }
    .news-section .news-item:hover{
        box-shadow:#666 0px 0px 10px;
        background-color:#00b2b1 !important;
        color:#fff !important;
        transform: scale(1.03) !important; 
    }
    .news-section .news-item span{
        margin-bottom:0px !important;
        padding-bottom:0px !important;
    }
    
    
    .news-section .news-item span.mb-4{
        margin-bottom:40px !important;
    }
    .news-item:hover h5,.news-item:hover  span {
        color: #fff;
    }
    .news-item > div {
        position: relative;
        height: auto !important;
        overflow: hidden;
    }
    .news-item > div>img{
        min-width:100%;
        border-radius:10px 10px 0px 0px;
        min-height:230px;
    }
.news-section .row > div:nth-child(odd) .news-item > div > span {
    background: linear-gradient(0deg,#00b2b1 0%, transparent 100%);
}
.news-item > div > span {
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    display: block;
    background: linear-gradient(0deg,#b33763 0%, transparent 100%);
}
    .news-item h5 {
        color: #000;
        padding: 10px;
        padding-bottom: 0px;
        font-size:16px;
        font-weight:bold;
    }
    .news-item span {
        display: block;
        padding: 10px;
        color: #808080;
        padding-top: 0px;
        font-size: 13px;
    }


.campaign-item {
    transition: all 0.5s;
    display: block;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 10px;
    text-decoration: none;
    box-shadow: #aaa 0px 0px 5px;
    padding-bottom:20px;
    margin-bottom:30px;
}

.campaign-item a {
    text-decoration: none;
}

.campaign-item:hover {
    box-shadow: #666 0px 0px 10px;
}

    .campaign-item .img-container {
        position: relative;
        height: 300px;
        overflow: hidden;
    }

        .campaign-item .img-container img {
            min-width: 100%;
            border-radius: 10px 10px 0px 0px;
            min-height: 300px;
        }

.campaigns-section .row > div:nth-child(odd) .campaign-item .img-container span {
    background: linear-gradient(0deg,#00b2b1 0%, transparent 100%);
}

.campaign-item .img-container span {
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    display: block;
    background: linear-gradient(0deg,#b33763 0%, transparent 100%);
}

.campaign-item a h5 {
    color: #000;
    padding: 10px;
    padding-bottom: 0px;
    font-size: 17px;
    font-weight: bold;
}

.campaign-item a > span {
    display: block;
    padding: 10px;
    color: #808080;
    padding-top: 0px;
    font-size: 13px;
}
.campaign-item .campaign{
    padding:10px;
    color:#808080;
}
.campaign-item .campaign .form-control{
    text-align:right;
}
.campaign .progress-bar {
    margin:15px 0px;
    border: solid 1px #b33763;
    border-radius: 5px;
}
.campaign .progress-bar span{
    background-color:#b33763;
    color:#fff;
    text-align:center;
}

.swiper-button-next, .swiper-button-prev{
    color:#fff;
}
.elementor-4675 .elementor-element.elementor-element-0c48da7.e-con{
    z-index:2;
}
/* Hide arrows (next/prev) by default */
.swiper-button-prev3,
.swiper-button-next3 {
  display: none;
}



.elementor-widget-donatshapeimage {
    position: static;
}

.th-blog .blog-content .th-btn {
  border-radius: 8px;
  background-color: #00B2B1;
}

.blog-single {
    border-radius: 0px!important;
    background-color: #f2f2f2;
}

@media (max-width: 1399px) {
  .blog-single .blog-content {
    padding: 20px 30px;
  }
}
.elementor-element-5bd0975{
    display:none !important;
}
.elementor-element-031e702{
    min-width:40px !important;
}
.elementor-element-d817d81 div,.elementor-element-2f6719f div{
    font-size:14px !important;
}
    .head_breadcrumb span,.heading-title   {
        color:#fff;
    }
    .news-small{
        margin-top:0px !important;
        margin-bottom:0px;
    }
    .news-small>div{
        height:auto !important;
    }
    .news-item{
        background-color:#fff !important;
        padding:0px;
    }
    a.news-small-crop{
        height:175px; overflow:hidden;display:block;
        border-radius:0px 10px 10px 0px;
    }
    
    .news-small-crop img{
        min-height:175px;
        min-width:100%;
        max-width:100%;
        border-radius:0px 10px 10px 0px;
    }
    a.news-large-crop{
        max-height:400px;height:auto !important; overflow:hidden;display:block;
    }
    a.news-large-crop img{
        border-radius:10px 10px 0px 0px;
    }
    .elementor-4675 .elementor-element.elementor-element-14b7793 img{
        height: auto !important;
    }
    
    .clinicSwiper .news-item h5,.clinicSwiper .news-item{
        transition:all 0.3s;
    }
    .clinicSwiper .news-item:hover{
        color:#fff !important;
        background-color:#00B2B1 !important;
    }
    .clinicSwiper .news-item:hover h5{
        color:#fff !important;
    }

.appointments-table {
    border:none !important;
    border-collapse: separate;
    border-spacing: 0 10px; /* horizontal = 0, vertical = 10px */
}
    .appointments-table th {
        width: 15%;
        vertical-align: middle;
        color: #fff;
        padding: 10px 20px;
        border: none;
        height: 58px !important;
        border-collapse: collapse;
        transition: all 0.3s;
    }
     .appointments-table th a{
     display:block;
     color:#fff;
     }
.appointments-table tr{
    margin-bottom:10px;
}
    .appointments-table td {
        padding: 5px 20px;
        width: 35%;
        transition:all 0.3s;
        vertical-align: middle;
        font-weight: bold;
        border: none;
        border-collapse: collapse;
    }

.appointments-table tr:nth-child(odd) th:nth-child(1) {
    background-color: #00b2b1;
}

.appointments-table tr:nth-child(odd) th:nth-child(3) {
    background-color: #b33763;
}

.appointments-table tr:nth-child(even) th:nth-child(1) {
    background-color: #b33763;
}

.appointments-table tr:nth-child(even) th:nth-child(3) {
    background-color: #00b2b1;
}


    .appointments-table tr:nth-child(odd) td:nth-child(2) {
        color: #00b2b1;
        background: linear-gradient(-90deg,#d2eced 0%, transparent 100%);
    }

    .appointments-table tr:nth-child(odd) td:nth-child(4) {
        color: #b33763;
        background: linear-gradient(-90deg,#efe0e5 0%, transparent 100%);
    }

    .appointments-table tr:nth-child(even) td:nth-child(2) {
        color: #b33763;
        background: linear-gradient(-90deg,#efe0e5 0%, transparent 100%);
    }

    .appointments-table tr:nth-child(even) td:nth-child(4) {
        color: #00b2b1;
        background: linear-gradient(-90deg,#d2eced 0%, transparent 100%);
    }

    .appointments-table tr:nth-child(odd):hover td {
        background: linear-gradient(-90deg,#00b2b1 0%, transparent 100%) !important;
        color: #fff !important;
        transform: scale(1.05) !important; /* enlarge center */
    }
    .appointments-table tr:hover td, .appointments-table tr:hover th {
        transform: scale(1.05) !important; /* enlarge center */
    }


    .appointments-table tr:nth-child(even):hover td {
        background: linear-gradient(-90deg,#b33763 0%, transparent 100%) !important;
        color: #fff !important;
        transform: scale(1.05) !important; /* enlarge center */
    }
    .elementor-element-3684921f>div,.elementor-element-99e2ca5>div,.elementor-element-3684921f>a,.elementor-element-99e2ca5>a{
        --row-gap:13px !important;
    }
    .elementor-element-3684921f>div:hover,.elementor-element-99e2ca5>div:hover,.elementor-element-3684921f>a:hover,.elementor-element-99e2ca5>a:hover{
       
        transform: scale(1.05) !important; /* enlarge center */
    }
    .relativeParent{
        position:relative;
    }
    .topRight,.topRight *{
        display:inline-block;
    }
    .topRight{
        background-color:#b43763;
        color:#fff;
        top:-28px;
        right:10px;
        position:absolute;
        z-index:2;
        text-align:center;
        min-width:50px !important;
    }
    .topRight p{
        padding:5px;
        color:#fff !important;
        margin:0px;
    }
    
    .articleSide .elementor-post__title{
        font-size:16px !important;
        padding:7px 0px 0px 5px;
    }
    .articleSide .elementor-post__meta-data{
        margin-bottom:6px !important;
    }
    .articleSide .elementor-post{
        transition:all 0.4s;
    }
    .articleSide .elementor-post:hover{
        background-color:#00b2b1;
    }
    
    .articleSide .elementor-post:hover .elementor-post__title a{
        color:#fff !important;
    }
    .articleSide .elementor-post:hover .elementor-post__meta-data{
        color:#f1f1f1 !important;
    }
    
    .news-item-inner:hover .elementor-widget-heading a{
        color:#B33763 !important;
    }
    .rafah-home-images-side a{
        display:block;
    }
    .news-item-inner:hover, .news-item-inner2:hover, .uc_post_grid_style_one_item:hover,.c-item:hover,.s-item:hover,.rafah-home-images-side a:hover{
        transform: scale(1.05) !important; /* enlarge center */
    }
    .c-item{
        padding:0px;
        margin:0px;
    }
    .c-item>div>.e-con-inner{
        padding:10px;
    }
    .c-item .elementor-widget-image {
        max-height:206px !important;
        overflow:hidden;
    }
    .c-item:hover{
        background-color:#00b2b1 !important;
    }
    .c-item:hover *{
        color:#fff !important;
    }
    .news-item-inner2:hover .elementor-widget-heading a{
        color:#fff !important;
    }
    .uc_post_grid_style_one_item,.c-item,.s-item,.rafah-home-images-side a  {
        transition:all 0.35s;
    }
    .uc_post_grid_style_one_item:hover .uc_content{
        color:#fff !important;
        background-color:#00b2b1 !important;
    }
    .uc_post_grid_style_one_item:hover .uc_content .ue_p_title, .uc_post_grid_style_one_item:hover .uc_content .ue-grid-item-meta-data{
        color:#fff !important;
    }
    .relative {
        position:relative !important;
    }
    .relative  .topLeft {
        position:absolute !important;
        top:-16px !important;
        right:10px !important;
        display:inline-block !important;
        background-color:#b33763 !important;
        color:#fff !important;
        width:70px !important;
        text-align:center !important;
        font-size:16px !important;
    }
    
    .relative  .topLeft span {
        color:#fff !important;
    }
    .rafahLeftSide h4{
        color: #07393a !important;
        padding: 5px;
        padding-bottom: 10px;
        font-size: 22px;
        background: linear-gradient(-90deg,#C6EEED 0%, transparent 100%);
    }
    
    .rafahLeftSide ul{
        color:#fff !important;
    }
    .head_breadcrumb a{
        color:#fff !important;
    }
    .elementor-widget-theme-post-content{
        font-size:20px;
    }
    .elementor-element-4f0a561{
        box-shadow:0 4px 16px rgba(0, 0, 0, 0.1);
        padding:30px !important;
        background-color:#fff;
        --width:60% !important;
    } 
    .articleSide {
        box-shadow:0 4px 16px rgba(0, 0, 0, 0.1);
        padding:30px !important;
        background-color:#fff;
        
    }
    .elementor-6224 .elementor-element.elementor-element-34b0666 > .elementor-widget-container{
        margin:0px !important;
    }
    .articleParent .e-con-inner{
        padding-bottom:55px !important;
    }
    .articleParent .elementor-icon-box-content{
        padding-right:11px !important;
    }
    .elementor-4675 .elementor-element.elementor-element-0c48da7,.elementor-element-ad7e6ff{
        overflow:visible  !important;
    }
    .elementor-nav-menu>li:hover>a{
        background-color:#fff !important;
        border-radius:5px !important;
        color:#B33763 !important;
    }
    .elementor-nav-menu>li>ul{
        display:none;
        min-width:200px;
        box-shadow:0px 0px 4px #555;
        top:18px !important;
    }
    .elementor-nav-menu>li:hover>ul{
        display:block;
    }
    .elementor-nav-menu>li>ul>li>a:hover{
        background-color:#e2e2e2 !important;
    }
    .titleApp *,.titleApp>div.e-con-inner,.nopnom>div.e-con-inner{
        padding:0px !important;
        margin:0px !important;
    }
    .titleApp{background: linear-gradient(to left,
  white 0%, 
  #ddd 50%, 
  white 100%);
  padding:8px 0px !important;

    }
    .news-ticker-container {
        background: #015462;
    }
    .myNewsTicker .swiper-slide {
		font-family: "careem font" ;
        font-weight: bold;
    }
	.title_c{
		padding-right : 2%;
		text-align: left;
	}
	h2.title_e {    
	    color: white;
        padding: 4px 0px 8px 0px;
        font-size: 20px;
        border: 1px solid;
        border-radius: 20px;
        margin: 9px;
        text-align:center;
	}
	.content_c{
		  text-align: right;
	}
	.content_c p{
	    margin:9px;
	    padding:3px 0px;
	    color:#fff;
        font-size: 18px;
        padding-left:100px !important;
	}
    .news-ticker-container{
        margin:0px !important;
    }
    .myNewsTicker{
        max-width:1366px !important;
        margin:auto !important;
    }
    .news-ticker-container .swiper-rtl .swiper-button-prev{
        right:auto !important;
        color:#fff !important;
        left:40px !important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        color:#fff !important;
    }
    .news-ticker-container .swiper-rtl .swiper-button-next{
        left:0px !important;
        color:#fff !important;
    }
    .news-ticker-container .swiper-button-next:after,.news-ticker-container .swiper-button-prev:after{
        font-size:28px !important;
    }
    .justify p,.elementor-widget-text-editor,.elementor-widget-theme-post-content p{  
        text-align: justify !important;
        text-justify: inter-word !important;
    }
    .testclass{
        align-items:center !important;
        background-color: #015462 !important;
    }
    .testclass>.e-con-inner{
        width:100% !important; 
        max-width:1440px !important;
        margin:0px !important;
        justify-content:center !important;
        padding:0px !important;
    }
    .lb-caption{
        display:none !important;
    }
    .nogap>.e-con-inner{
        gap:0px 0px !important;
    }
    .theplus-contact-form.style-1.plus-cf7-label form.wpcf7-form label, .theplus-contact-form.style-1.plus-cf7-custom form.wpcf7-form .tp-cf7-outer{
        background-color:#fff !important;
        box-shadow:0 3px 25px -7px rgb(200 200 200 / .48);
    }
    .home_map>.e-con-inner{
        max-width:100% !important;
    }
    .elementor-widget-text-editor p,.elementor-widget-theme-post-content p{
        font-size:18px !important;
    }
    [data-elementor-type=wp-page] .elementor-widget-container>img{
        width:100% !important;
    }
    .acf-lightbox-gallery img{
        width:175px !important;
    }
    .elementor-element.elementor-element-b344595.elementor-view-default.elementor-widget.elementor-widget-icon {
    margin-right: -40px;
}
.homeservices .section-container .swiper-button-prev,.homeservices .section-container .swiper-button-next{
    color:#00b2b1 !important;
}
.homeservices .swiper-button-next:after,.homeservices .swiper-button-prev:after{
    font-size:25px;
    font-weight:bold;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-weight:bold;
}
/********* Search Form **********/

      .custom-search-form {
        display: flex;
        margin: 30px auto;
        border: 1px solid #ccc;
        border-radius: 50px;
        overflow: hidden;
      }

      .custom-search-form .search-field {
        flex-grow: 1;
        padding: 5px 10px;
        border: none;
        font-size: 16px;
        outline: none;
        direction:rtl;
        padding-right:25px !important;
            text-align: right;
      }

      .custom-search-form .search-submit {
        background: #b33763;
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 18px;
        transition: background 0.3s ease;
      }

      .custom-search-form .search-submit:hover {
        background: #b33763;
      }
      .toggle-target {
  display: none;
}
.toggle-target.active {
  display: block;
}
.topsearcbar{
  position: sticky !important;
  top: 65px !important;
  background-color:#fff;
  z-index:3;
}
.c-container{
    background-image:url(../images/bg2.jpg);
    background-position:cover;
}
.hp-link a{
    color:#fff !important;
    background-color: #00B2B1;
    font-size:22px !important;
    padding: 5px 18px;
    border-radius: 30px;
    transition:all 0.4s;
}

.hp-link a:hover{
    background-color:#B33763;
}
.elementor-element-90c367c{
    overflow:unset !important;
}

/* Show arrows on mobile only */
@media (max-width: 767px) {
  .swiper-button-prev3,
  .swiper-button-next3 {
    display: block;
  }
  .title_e{
      margin-bottom:0px !important;
  }
	.content_c p{
        font-size: 16px;
        padding-left:35px !important;
        padding-right:15px;
	}
	.news-ticker-container .swiper-rtl .swiper-button-prev{
	    left:27px !important;
	}
	.news-ticker-container .swiper-rtl .swiper-button-next{
	    left:0px !important;
	}
	.elementor-4658 .elementor-element.elementor-element-eb81ccd .elementor-counter-number-wrapper{
	    font-size:70px !important;
	}
	.elementor-element-b809ab0 .mb-5{
	    margin-bottom:15px !important;
	}
	.elementor-widget-tp-heading-title,.head_breadcrumb{
	    padding-right:25px !important;
	    color:#000 !important;
	}
	.articleParent>div{
	    width:100% !important;
	    margin:0px !important;
	    display:block !important;
	}
	.articleParent h4.elementor-heading-title{
	    margin-bottom:20px;
	}
	.articleParent{
	    display:block !important;
	}
	.titleApp+div  .elementor-icon-box-icon,.titleApp+div, .elementor-icon-box-content{
	    display:inline-block !important;
	    width:auto !important;
	}
	.articleSide article,.articleSide{
	    display:block !important;
	}
	.articleSide article>a .articleSide article>div{
	    width:100% !important;
	}
	.articleSide>div+div{
	    margin-bottom:45px !important;
	}
	.acf-lightbox-gallery img{
	    width:167px !important;
	}
	.elementor-5782 .elementor-element.elementor-element-713052e > .elementor-widget-container{
	    margin:15px 0px 0px 0px !important;
	    
	}
	.rafah-numbers>div>div>div,.rafah-numbers>div>div{
	    display:block !important;
	}
	.rafah-numbers>div img{
	    max-height:150px !important;
	}
}
.noborder,.noborder td,.noborder th{
    border:none !important;
    padding:5px;
}
.hos-numbers>div{
    max-width:1366px !important;
}
.mobile-menu-kw{
    position: absolute;
    left: 33px;
}

.mobile-menu-kw>.elementor-widget-container{
    position: relative;
}

.mobile-menu-kw>.elementor-widget-container>.elementor-nav-menu--dropdown{
    position: absolute;
    width:170px;
    box-shadow:0px 0px 8px #999;
    position:absolute;
    top:-10px;
    left:40px;
    z-index:15;
}

.mobile-menu-kw>.elementor-widget-container>.elementor-nav-menu--dropdown>ul>li>a{
    color:#000;
}
.elementor-nav-menu .sub-menu{
    max-height:470px;
    overflow-y:auto;
    width:250px !important;
}
.headerul{
    list-style-type:square;
}
.headerul li::marker {
  color: #00B2B1;
}
.headerul a{
    color:#00B2B1 !important;
}
.headerul a:hover{
  color: #B43763 !important;
}
.articleParent {
    margin:45px auto !important;
}
.articleParent>.e-con-inner{
    max-width:1366px !important;
}
.elementor-sticky--active .elementor-widget-container{
    padding-right:0px !important;
}

.elementor-sticky--active .elementor-widget-theme-site-logo{
    display:block !important;
}
.elementor-sticky--active .elementor-widget-image{
    width:9%;text-align:left !important;
}
.elementor-4675 .elementor-element.elementor-element-9260b0b .elementor-nav-menu--main .elementor-item{
    font-size:15px;
}

@media (max-width: 1366px) {
    .acf-lightbox-gallery img{
        width:158px !important;
    }
}
.elementor-4675 .elementor-element.elementor-element-4b38848 .elementor-social-icon,.elementor-4667 .elementor-element.elementor-element-100de56 .elementor-social-icon{
    background-color:#00B2B1 !important;
}
.elementor-4675 .elementor-element.elementor-element-4b38848 .elementor-social-icon:hover,.elementor-4667 .elementor-element.elementor-element-100de56 .elementor-social-icon:hover{
    background-color:#B33763 !important;
}
.elementor-4675 .elementor-element.elementor-element-9260b0b .elementor-menu-toggle{
    display:none !important;
}

.elementor-element-1a952558>div{
    max-width:1366px !important;
}