body{
    margin: 0;
    font-family: 'Almarai', sans-seri !important;
}

h1, h2,h3,h4,h5{
    font-family: 'Almarai', sans-seri !important;
}

.overray_lay{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(4, 210, 114, 0.5); */
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5 !important;
}

.owl-carousel-item{
    background-position: fixed;
    background-size: cover;
    height: 100vh;
}

.appare_text{
    position: relative;
    z-index: 10 !important;
}

.box_img_team{
    height: 300px;
    background-position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px 50px 0px 0px;
}

.box_img_work{
    height: 200px;
    background-position: fixed;
    background-size: cover;
    background-repeat: no-repeat;

}


/* footer */

.footer_page{
    background-color: #32C36C !important;
    color: aliceblue !important;
}

.btn-social{
    color: #fff !important;
    border-color: #fff !important;
}

* {
    box-sizing: border-box;
  }

  .page {
     height: 50vh;
    position: relative;
    width: 100%;
    overflow: hidden !important;
  }
  .page::before {
    content: "";
    position: absolute;
    width: 300%;
    height: 100%;
    background-color: #32C36C;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) skew(0, -10deg);
    border-radius: 50%;
    z-index: -1;
    animation: waving 5s ease-in-out infinite alternate;
  }

  .card h2 {
    margin: 0;
  }
  .card p {
    margin: 0;
  }
  @keyframes waving {
    from {
      transform: translateX(-50%) skew(0, -10deg);
    }
    to {
      transform: translateX(-30%) skew(10deg, 0);
    }
  }


.box_ceters_img{
    width: 250px;
    height: 250px;
    border: 0.1px solid #efefef;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;

}

.btn_social_centers{
    padding: 10px;
    margin: 10px auto;
    border-radius: 50%;
}

.card_centers{
    position: relative;
    overflow: hidden;
}
.card_centers .h_squre{
    position: absolute;
    top: -25px;
    right: -25px;
    width: 100px;
    height: 100px;
    background-color: #87ffb7;
    border-radius: 50%;
}

.card_centers .h_squre1{
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #87ffb7;
    border-radius: 50%;
}

.card_centers .h_squre2{
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 20px;
    height: 20px;
    background-color: #87ffb7;
    border-radius: 50%;
}


.list_hospital{
    font-size: 20px;
    font-weight: 400;
    color: #32C36C;
}


.myHover:hover{
    color: #32C36C !important;
}

.h_pill{
    position: relative;
    z-index: 5;
}

.h_pill::before{
    content: "";
    width: 40px;
    height: 40px;
    background-color: #6aec9e;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}

.h_pill::after{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #6aec9e;
    position: absolute;
    top: 45px;
    left: 45px;
    border-radius: 50%;
}

.card_result_search{
    position: relative;
    overflow: hidden;
    border-radius: 10px;

}

.card_result_search .h_circle1{
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    top: -100px;
    right: -100px;
    background-color: #55fc98;
    z-index: -1;
}

.card_result_search .h_circle2{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 40%;
    right:520px;
    background-color: #55fc98;
    z-index: -1;
}

.card_result_search img{
    max-height: 300px !important;
}

/* card_parties */
.card_parties{
    position: relative;
    transition: 0.3s;

}

.card_parties:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* .card_parties .h_square1{
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #5fff9d;

}

.card_parties .h_square2{
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 30px;
    height: 30px;
    background-color: #5fff9d;

} */

.card_parties h4{
    position: relative;
   top: -25px;
   font-size: 22px;
    margin: 0px;
    border: 1px solid #32C36C;
    padding: 15px;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    color: #32C36C;
    transition: 0.5s;
}

.card_parties h4:hover{
    background-color: #32C36C;
    color: #fff;
}

.card_parties .state{
    padding: 5px;
    border: 0.5px solid #32C36C;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    background-color: #32C36C;
    color: #fff;
    transition: 0.5s;
}

.card_parties .state:hover{

    background-color: #fff;
    color: #32C36C;
}

.btn_parties1,.btn_parties2{
    padding: 8px;
    border: 0.5px solid #32C36C;
    background-color: #fff;
    color: black;
}
.btn_parties1{
    border-radius: 0px 20px 20px 0px;
    background-color: #32C36C;
    color: #fff;
}
.btn_parties2{
    border-radius:20px 0px 0px 20px;

}

.parties_branches{
    border: 0.2px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.gahl
{
    font-family: 'Times New Roman', Times, serif !important;
    color: black !important;
}
