 
 :root {
    -main-color:#f16232 ;
}
@font-face {
    font-family: 'btmedical';
    src: url('fonts/btmedical.eot?h4wsna');
    src: url('fonts/btmedical.eot?h4wsna#iefix') format('embedded-opentype'), url('fonts/btmedical.ttf?h4wsna') 
        format('truetype'), url('font/btmedical.woff?h4wsna') format('woff'), url('fonts/btmedical.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Arabic';
    src: url('fonts/WEB/Montserrat-Arabic-Regular.eot');
    src: url('fonts/WEB/Montserrat-Arabic-Regular.eot') 
        format('embedded-opentype'), url('fonts/WEB/Montserrat-Arabic-Regular.ttf') 
        format('truetype'), url('fonts/WEB/Montserrat-Arabic-Regular.woff') 
        format('woff'), url('fonts/WEB/Montserrat-Arabic-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
      font-display: block;
}

@font-face {
    font-family: 'Montserrat-Arabic';
    src: url('fonts/WEB/Montserrat-Arabic-Bold.eot?h4wsna');
    src: url('fonts/WEB/Montserrat-Arabic-Bold.eot?h4wsna#iefix') 
        format('embedded-opentype'), url('fonts/WEB/Montserrat-Arabic-Bold.ttf?h4wsna') 
        format('truetype'), url('fonts/WEB/Montserrat-Arabic-Bold.woff?h4wsna') 
        format('woff'), url('fonts/WEB/Montserrat-Arabic-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;      font-display: block;

}

html {
    overflow-x: hidden;
}

body {
     background-color:#fff;
    font-family: 'Montserrat-Arabic', 'Changa', sans-serif;
 
   font-size: clamp(1rem, 2.5vw , 2rem);
    -webkit-font-smoothing: antialiased;
 
    color: #6F8BA4;
 
    overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Montserrat-Arabic", sans-serif;
 
 
 
}

.head-image{
    background-image:  url(../../image/2025.jpg) ;     
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: auto;
    background-repeat: no-repeat; width: 100%;    
    height: 200px;
}
@media (min-width: 992px) {
 .head-image{
    background-image:  url(../../image/2025.jpg) ;     
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: auto;
    background-repeat: no-repeat; width: 100%;      height: 300px;
}
}

.image-container {
  position: relative;
    border-bottom: 1px solid #666;
margin-bottom: 5px;
}

.center-button {
  position: absolute;
  top: 40%;
 right: 0;
  transform: translate(-50%, -50%);
  /* Add your button styles here */
  
  color: white;
 
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 768px){
.image-container {
 height: 150px;
}
 .image-container img {
 height: 100%;
}   
    
}
  

 

 

p {
     text-align: justify;
    text-justify: inter-word;
}
  
.bg-gray {
    background: #eff0f3;
}

.bg-primary {
    background: #2d5c9f;
}

.bg-primary-dark {
    background: #152440;
}

.bg-primary-darker {
    background: #090f1a;
}

.bg-dark {
    background: #222;
}

.footer{background-position:center center;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}
.footer .widget{margin:60px 0 55px}
.footer .widget .widget-title{
    margin-bottom:25px;
    display:inline-block;font-weight:500}
.footer .widget ul>li{padding:0 0 12px 0}

.second-footer_old{
    background-image:url(../image/bg.png);
    background-color:transparent;
    opacity: 0.5;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:scroll
}



 


.bg-secondary{
    background-color:#c54855 !important;
}
.bg-gradient {
    background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
    background-repeat: repeat-x;
}
.award_bg-img1{
    background-image:url(../image/vector_page/award.png);
    background-repeat:no-repeat;

    background-position:left top}

.section {
    padding: 10px 0;
  
    display: block;

}
#container {
    min-height: 100%;
    width: 100%;
    display: block;
    z-index: 9999;
   
}
.section-sm {
    padding: 70px 0;
}

.section-bottom {
    padding-bottom: 100px;
}

.subtitle {
    color: #2d5c9f;
    font-size: 14px;
    letter-spacing: 1px;
}
 
.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 2.25rem;
}

.text-lg {
    font-size: 3.75rem;
}

.no-spacing {
    letter-spacing: 0px;
}

/* Links */

a {
    color: #003eff;

    text-decoration: none;
    transition: all 0.35s ease;
}

a:focus, a:hover {
    color: #c54855;
    text-decoration: none;
}

a:focus {
    outline: none;
}
.content-title {
    font-size: 40px;
    line-height: 50px;
}

.page-title {
    padding: 120px 0px 70px 0px;
    position: relative;
    background:  linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%);
 display: none;

}

.page-title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../image/22.jpg") no-repeat 50% 50% ;
    background-size: cover;
    opacity: 0.15;   
}
.page-title .block h1 {
    color: #ffffff;

}

.page-title .block p {
    color: #fff;
}

.page-title .breadcumb-nav {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
    outline: none;
}
@media (max-width: 768px) {
    .page-title{
        display: none;
    }
}
 

.title-color {
    color: #2d5c9f;
}

.secondary-bg {
    background: #2d5c9f;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    color: #2d5c9f;
}

.text-lg {
    font-size: 50px;
}

.gray-bg {
    background: #f4f9fc;
}

@media (max-width: 480px) {
    .text-lg {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .text-lg {
        font-size: 28px;
    }
}
  

 

.bg-eservice {
    background: url("../image/bg3.png") no-repeat 50% 50%;
    background-size: cover;
    opacity: 0.99;
    position: relative;
}
#preloader{
    position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-30px 0 0 -30px}
#status{
    position:fixed;z-index:999999;top:0;right:0;
    bottom:0;left:0;display:block;background:#fff;
    animation: spin 1s linear infinite;

    background-image:url(../image/pre-loader.gif);
    background-repeat:no-repeat;background-position:center}
.banner {


    padding-top: 5px;
    color: #fff;
    background: rgb(187,74,79);
    background: linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%);
    min-height: 550px;
}

.dor .round-thumb   {
    width: 100%;
    height: 100%;
    justify-content: center;
    position: relative;
    background: transparent;
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */


}

.dor .round-thumb .brf {

    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: auto;
    border-radius: 50%;
    height: 350px;
    width: 350px;
    transform: translate(-50%,-50%);


    border: 5px solid #eff0f3;


}


 
.letter-spacing {
    letter-spacing: 2px;
}

.text-color {
    color: #2d5c9f;
}

.text-color-2 {
    color: #c54855;
}

.divider {
    width: 40px;
    height: 5px;

    background: #c54855;
}
 
.about-img img {
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
    height: 120px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #eff0f3;
}

.appoinment-content {
    position: relative;
}

.appoinment-content img {
    width: 85%;
}

.appoinment-content .emergency {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 20px;
    background: #2d5c9f;
    padding: 48px;
}

.appoinment-content .emergency h2 {
    color: #fff;

}

.appoinment-content .emergency i {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
    margin-top: 40px;
}

.appoinment-form .form-control {
    background: #f4f9fc;
    height: 55px;
    border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
    height: auto;
}
 
.counter-stat {
    text-align: center;
    padding: 55px 0px 40px 0px;
    position: relative;
}

.counter-stat i {
    display: block;
    color: rgba(255, 255, 255, 0.06);
    font-size: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.counter-stat span {
    font-size: 70px;
    color: #fff;
}

.counter-stat p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
   
    margin-bottom: -80px;
}

.service {
    padding-top: 100px;
}

.service .service-item {
    background: #fff;

    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    height: 390px;
        box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);

}

.service .service-item img{

    height: 250px;
}
.readmore{
    margin:0 20px 0 0;
    float:right
}

.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cut-text { 
    width: 100%; 
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service .icon i {

    display: block;
    margin-bottom: 10px;
}

.med-icon  {

    display: block;
    margin-bottom: 10px;
}
.service i {
    color: #c54855;
}

.service h4 {
    padding-left: 10px;
}

.service .content {
    clear: both;
}
.item-block {
    border: 1px solid #b5b5b5;
    border-radius: 20px;

    padding: 1em;
    margin-right: 2em;
    margin-left: 2em;
    min-height: 390px;
    margin-top: 50px;
    position: relative;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);
    text-align: center;
}

.item-block .log{
    text-align: center;
    width: 100%;
    color: #c54855;
    position: absolute;
    margin-top: -50px;
}
.clinic-block {
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    transition: 0.5s;
 
    width: 100%;
    height: 390px;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);

}



.sidebar-contatct-info{
    display: none;
}
.shadows{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}
.clinic-block img {
    width: 100%;

    color: #039fc8;
    height: 250px;
}
.clinic-block:hover {
    box-shadow: 0 0 38px #c54855;
    margin-top: -10px;
}
.x-block:hover {
    box-shadow: 0 0 38px #c54855;
    margin-top: -10px;
}
.clinic-block .content{

    text-align: center;
}
.mission-container {
    display: flex;
    align-items: stretch;

    justify-content: space-around; /*some space between cards*/
}

.group-container {
    display: flex;
    align-items: stretch;

    justify-content: space-around; /*some space between cards*/
}


.group-block {
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 20px;
    transition: 0.5s;
    padding: 1em;
    text-align: center;
    overflow: hidden;
 
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);

}
.group-block:hover {
    box-shadow: 0 0 38px #2d5c9f;
    margin-top: -10px;
}


.hover:hover {
    box-shadow: 0 0 38px #2d5c9f;
    margin-top: -10px;
}


@media (min-width: 768px){
    .group-block {
       height: 420px;
    }
}

.mission-block {
    padding: 20px;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);
    transition: 0.5s;

    border-bottom: 3px solid #039fc8;
    min-height: 300px;

}


.box {
    padding: 5px;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);

    border-radius: 20px;
    border: #039fc8;
    width: 97%;
    margin: 15px;


}
.mission-block:hover {
    box-shadow: 0 0 38px #2d5c9f;
    margin-top: -10px;
}

.vission-block {
    padding: 20px;

    border-bottom: 3px solid red;
    min-height: 300px;

}

.vission-block:hover {
    box-shadow: 0 0 38px #2d5c9f;
    margin-top: -10px;
}


.objective-block {
    padding: 20px;

    border-bottom: 3px solid green;
    min-height: 300px;

}


.objective-block:hover {
    box-shadow: 0 0 38px #c54855;
    margin-top: -10px;
}

.service-block {
    padding: 20px;
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
    width: 100%;
    margin-top: -60px;
    border: 5px solid #fff;
    height: 230px;
}

.department-service {
    margin-bottom: 40px;
}

.department-service li {
    margin-bottom: 10px;
}

.department-service li i {
    color: #c54855;
}
.text-black{
    color: #000;
}
.doctors .btn-group .btn {
    border-radius: 0px;
    margin: 0px 2px;
    text-transform: capitalize;
    font-size: 16px;
    padding: .6rem 1.5rem;
    cursor: pointer;
}

.doctors .btn-group .btn.active {
    box-shadow: none !important;
    border-color: transparent;
    background: #c54855;
    color: #fff;
}
  .doctors img {
        height:  250px;
    }
.doctors .btn-group .btn.focus {
    box-shadow: none !important;
    border-color: transparent;
}

.doctors .btn-group .btn:focus {
    box-shadow: none !important;
    border-color: transparent;
    background: #c54855;
    color: #fff;
}

.doctors .btn-group .btn:hover {
    box-shadow: none !important;
    border-color: transparent;
    background: #c54855;
    color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
    border-radius: 3px;
}

.doctor-inner-box {
    overflow: hidden;
}

.doctor-inner-box .doctor-profile {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
    transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.lh-35 {
    line-height: 25px;
}

.doctor-info li {
    margin-bottom: 10px;
    color: #222;
}

.doctor-info li i {
    margin-right: 20px;
    color: #c54855;
}

.read-more {
    color: #2d5c9f;
}

@media (max-width: 480px) {
    .doctors .btn-group {
        display: block;
    }
    .doctors .btn-group .btn {
        margin: 8px 3px;
    }
}

@media (max-width: 400px) {
    .doctors .btn-group {
        display: block;
    }
    .doctors .btn-group .btn {
        margin: 8px 3px;
    }
}

@media (max-width: 768px) {
    .doctors .btn-group {
        display: block;
    }
    .doctors .btn-group .btn {
        margin: 8px 3px;
    }
    
    .doctors img {
        height: auto;
    }
}

.cta {
    background: url("../image/bg-4.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.news-main {
    background: url("../image/header.jpg") 
        no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cta:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
   

}

.mb-30 {
    margin-bottom: 30px;
}
.text-gold {
    color: #d39e00;
}
.text-color-primary {
    color: #2d5c9f;
}

.cta-section {
    margin-bottom:  80px;
}

.cta-2 {
    background: url("../image/bg/cta-bg.png") no-repeat;
    background-position: center center;
}

 
 

.bg-review {


    background:url(../image/wsas.png) no-repeat 50% 50%;

    background-size: cover;



}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centercontainer {

    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.bg-vid {


    background:url(../image/video-popup-1.png) no-repeat right center;

    background-size: cover;
    position: relative;


}
 

.bg-content{
    background-color:rgba(42,93,159,.99);
}

 
 
.contact-form-wrap .form-group {
    margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
    height: 60px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
    background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
    margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
    height: auto;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    background: #f4f9fc;
    width: 100%;
}

.social-icons li {
    margin: 0 6px;
}

.social-icons a {
    margin-right: 10px;
    font-size: 18px;
}

.google-map {
 
}

.google-map #map {
    width: 100%;
    height: 500px;
}

.mt-90 {
    margin-top: 90px;
}

.contact-block {
    text-align: center;
    border: 5px solid #EEF2F6;
    padding: 50px 25px;
    min-height: 300px;

}

.contact-block i {
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
    color: #c54855;
}

.blog-container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-around; /*some space between cards*/
}

.blog-block {
    width: 100%;
    border-radius: 20px;

    transition: 0.5s;
    min-height: 390px;


}

.mh390{
    overflow: hidden;
    border: 1px solid #ddd;
    height: 510px !important;    
}
.mh-70{
    height: 70px !important;    
}
.mh-100{
    overflow: hidden;
    height: 100px !important;    
}
.mh-300{
    height: 300px !important;    
}
.mh-200{
    height: 200px !important;    
}
.blog-xx {
    border-radius: 20px;
    padding: 1em;
    width: 100%;
    height: 100%;
    border: 1px solid #b5b5b5;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);
    display: grid;
    grid-template-rows: auto 1fr;

}

.blog-x {
    border-radius: 20px;
    width: 100%;
     height: 100%;

    border: 1px solid #b5b5b5;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);


}

.blog-x:hover {
    box-shadow: 0 0 38px #c54855;
    margin-top: -10px;
}



.blog-block p {
    background: #fff;
    font-size: 18px;
}

.blog-block img{
    width: 100%;

    color: #039fc8;
    height: 250px;}

.doctor-block img{
    width: 100%;

    color: #039fc8;
    height: 250px;}


.item-img{
    width: 100%;

    color: #039fc8;
    height: 200px;}


.blog-x .t-more {

    align-self: end;
}

 



/*=================================================================
  Single Blog Page
==================================================================*/
 
.comment-area .comment-thumb {
    margin-right: 20px;
    margin-bottom: 30px;
}

.comment-area h5 {
    font-size: 18px;
    font-weight: 500;
}

.comment-area span {
    font-size: 14px;
}

.posts-nav h6 {
    font-weight: 500;
}

.quote {
    font-size: 22px;
    color: #2d5c9f;
    padding: 40px;
    font-style: italic;
    border-left: 5px solid #c54855;
    margin: 25px 0px;
}

.tag-option a {
    border: 1px solid #eff0f3;
    padding: 6px 12px;
    color: #6F8BA4;
    font-size: 14px;
}

.comment-form .form-control {
    background: #f7f8fb;
    border-radius: 5px;
    border-color: #f7f8fb;
    height: 50px;
}

.comment-form textarea.form-control {
    height: auto;
}

.post.post-single {
    border: none;
}

.post.post-single .post-thumb {
    margin-top: 30px;
}

.post-sub-heading {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.post-social-share {
    margin-bottom: 50px;
}

.post-comments {
    margin: 30px 0;
}

.post-comments .media {
    margin-top: 20px;
}

.post-comments .media > .pull-left {
    padding-right: 20px;
}

.post-comments .comment-author {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500;
}

.post-comments .comment-author a {
    color: #2d5c9f;
    font-size: 14px;
    text-transform: uppercase;
}

.post-comments time {
    margin: 0 0 5px;
    display: inline-block;
    color: #808080;
    font-size: 12px;
}

.post-comments .comment-button {
    color: #2d5c9f;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.post-comments .comment-button i {
    margin-right: 5px;
    display: inline-block;
}

.post-comments .comment-button:hover {
    color: #2d5c9f;
}

.post-excerpt {
    margin-bottom: 60px;
}

.post-excerpt h3 a {
    color: #000;
}

.post-excerpt p {
    margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
    margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
    line-height: 30px;
    font-size: 20px;
    color: #2d5c9f;
}

.comments-section {
    margin-top: 35px;
}

.author-about {
    margin-top: 40px;
}

.post-author {
    margin-right: 20px;
}

.post-author > img {
    border: 1px solid #dedede;
    max-width: 120px;
    padding: 5px;
    width: 100%;
}
 


.btn-main {
  background: #2d5c9f;
  color: #fff;
  border-color: #2d5c9f;
}

.btn-main:hover {
  background: #c54855;
  border-color: #c54855;
  color: #fff;
}

.btn-main-2 {
  background: #c54855;
  color: #fff;
  border-color: #c54855;
}




.btn-main-2:hover {
  background: #2d5c9f;
  color: #fff;
  border-color: #2d5c9f;
}

.btn-solid-border {
  border: 2px solid #2d5c9f;
  background: transparent;
  color: #2d5c9f;
}

.btn-solid-border:hover {
  border: 2px solid #2d5c9f;
  color: #fff;
  background: #2d5c9f;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #2d5c9f;
  color: #fff;
  border-color: #2d5c9f;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}
 
 
 
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}


.zoom-in-out-box {
    width: 100%;
    height: 100%;

    animation: zoom-in-zoom-out 35s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
.heart {

    animation: pulse 1s linear infinite;
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fade-out {
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    left: -120%;
    animation: heartRateOut 2.5s linear infinite;
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}
.fade-in {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    animation: heartRateIn 2.5s linear infinite;
}
.heart-rate {
    width: 150px;
    height: 73px;
    position: relative;
    margin: 20px auto;
}
@keyframes heartRateIn {
    0% {
        width: 100%;
    }
    50% {
        width: 0;
    }
    100% {
        width: 0;
    }
}

@keyframes heartRateOut {
    0% {
        left: -120%;
    }
    30% {
        left: -120%;
    }
    100% {
        left: 0;
    }
}


  
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.multiline-ellipsis {
    display: -webkit-box;
    max-width: 100%;
    height:100%;
    overflow: hidden;
    -webkit-line-clamp: 12;

    margin: 0 auto;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.article {
    max-height: 60%;
    display: block;
    overflow: hidden;

}
.multiline {
    width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background:#fff;
}

.my-pre{
    line-height:1.2em;
    background-size:3.4em 3.4em;
    background-origin:content-box;
    white-space: pre-wrap;

    padding:0 20px;
    text-align:justify;
    font-family: "Montserrat-Arabic", sans-serif;

}
.text-description {
    font-size: 60px;
    line-height: 1.2;
    color: #2d5c9f;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}


.circle-image {
    height: 350px;
    width: 350px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

 
 
.bg-hosptal {



    color: #fff !important;
    background: rgb(187,74,79) !important;
    background: linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%) !important;

}

.bg-primary {

    background:  linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%) !important;

}
 
.text-primarys {
    background: linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%);
    -webkit-background-clip: text;  
    color: transparent;  
}

.bg-primary-dark {
    background: #152440;
}

.bg-primary-darker {
    background: #090f1a;
}
 
 
.bg-nice  {
   
 
    width: 100%;
    height: 50%;
 
  
    background: #13C5DD;
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}
 

.bg-r  {
   
 
  
    background: #13C5DD;
    border-radius: 8px 8px 50% 50%;
 
}
 


   .service-icon {
    
 
            color: #5cb85c;
        }
        
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
  .contact-map {
            height: 400px;
            border-radius: 15px;
            overflow: hidden;
        }
          .social-icon {
            transition: transform 0.3s ease;
        }
        
        .social-icon:hover {
            transform: translateY(-3px);
        }
        
        
         .social-icon {
            transition: transform 0.3s ease;
        }
        
        .social-icon:hover {
            transform: translateY(-3px);
        }
        
            .hospital-header {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('header-bg.jpg');
            background-size: cover;
            height: 300px;
        }
        .vision-card {
            border-left: 5px solid var(--accent-color);
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
        }
        .objective-icon {
            font-size: 2.5rem;
            color: var(--main-color);
        }
        
.item-block {
    border: 1px solid #b5b5b5;
    border-radius: 20px;

    padding: 1em;
    margin-right: 2em;
    margin-left: 2em;
    min-height: 390px;
    margin-top: 50px;
    position: relative;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15);
    text-align: center;
}

.item-block .log{
    text-align: center;
    width: 100%;
    color: #c54855;
    position: absolute;
    margin-top: -50px;
}


.faq-title {
            text-align: center;
            margin-top: 50px;
            font-size: 36px;
            color: #007bff;
        }
        .faq-item {
            margin-bottom: 20px;
        }
      .hospital-header {
            background: linear-gradient(rgba(26, 58, 107, 0.9), rgba(26, 58, 107, 0.9)), url('../image/bg.png');
      
            background-size: cover;
        }
        
        
        @media (max-width: 576px) {
  .custom-text {
    font-size: 0.9rem;
  }
}

/* للأجهزة المتوسطة (تابلت) */
@media (min-width: 768px) {
  .custom-text {
    font-size: 1.1rem;
  }
}

/* للأجهزة الكبيرة (ديسكتوب) */
@media (min-width: 992px) {
  .custom-text {
    font-size: 1.3rem;
  }
}

 