@import url(font.css);
@import url(all.min.css);
@import url(../fonts/bold/style.css);
@import url(../fonts/duotone/style.css);
@import url(../fonts/fill/style.css);
@import url(../fonts/light/style.css);
@import url(../fonts/regular/style.css);
@import url(../fonts/thin/style.css);



:root{
--white:#fff;
--purple:#464362;
--blue:#1832A0;
--blue-sec:#2E2E56;
--cian:#4c80b6;
--green:#69A56E ;
--gold:#D5A85F;
--light-gold:#EAEEFF;
--red:#a5292b;
--gray:#595A5C;
--dark-gray:#1d2630;
--light-gray:#F1F3F4;
--middle-gray:#838383;
--dark-blue: #1f1b35;
--light-blue:#F0F5F9;
--pure-blue:#19518B;
}



* {
  padding: 0px;
  margin: 0px;
      outline: none !important;
  font-size: 14px;

}

body{
   background-color: #EAEEFF;
       font-family: 'Open Sans Condensed', sans-serif;

}
body:lang(ar) {
    font-family: 'Cairo';
}
ul{
  padding: 0px;
  margin: 0px;
}
a,
a:hover {
  color: inherit;
  text-decoration: none !important;
}

li {
  list-style: none;
}

i, b {
  font-size: inherit;
  color: inherit;
}
span{
  font-size: inherit;
}
p{
  color: var(--gray);
}
.dropdown-menu {
  border: none !important;
}
.row>*{
  margin-top: 0px;
}
/* =============colors=========== */
.text-white{
color: var(--white);
}
.text-purple{
 color: var(--purple); 
}

.text-blue{
  color: var(--blue);
}
.text-cian{
  color: var(--cian);
}
.text-green{
  color: var(--green);
}
.text-gold{
  color: var(--gold);
}
.text-red{
  color: var(--red);
}
.text-gray{
  color: var(--gray);
}
.text-middle-gray{
    color: var(--middle-gray);
}
.text-dark-gray{
  color: var(--dark-gray);
}
.text-light-gray{
  color: var(--light-gray);
}



/* =============colors=========== */
.bg-white{
background-color: var(--white);
}
.bg-purple{
 background-color: var(--purple); 
}
.bg-blue{
  background-color: var(--blue);
}
.bg-cian{
  background-color: var(--cian);
}
.bg-green{
  background-color: var(--green);
}
.bg-gold{
  background-color: var(--gold);
}
.bg-red{
  background-color: var(--red);
}
.bg-gray{
  background-color: var(--gray);
}
.bg-dark-gray{
  background-color: var(--dark-gray);
}
.bg-light-gray{
  background-color: var(--light-gray);
}
.bg-light-blue{
  background-color: var(--light-blue);
}
.dark .dropdown-menu{
  background-color: var(--dark-blue);
}
/* ==============font size=========== */
.font-size-8 {
  font-size: 8px !important;
}
.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.font-size-24 {
  font-size: 24px !important;
}
.font-size-25 {
  font-size: 25px !important;
}
.font-size-26 {
  font-size: 26px !important;
}
.font-size-30{
  font-size: 30px !important;
}
/* ==============status=========== */
.btn-soft-warning {
  color: var(--gold);
  background-color: rgba(241, 180, 76, 0.18);
}

.btn-soft-success {
  color: var(--green);
  background-color: rgba(52, 195, 143, 0.18);
}

.btn-soft-standard {
  color: var(--purple);
  background-color: rgba(32, 34, 131, 0.1);
}


.btn-soft-info {
  color: var(--cian);
  background-color: rgba(80, 165, 241, .18);
}
.btn-soft-danger {
      background: #feeceb;
    color: var(--red);
}
.bg-primary{
background-color: var(--cian);
}
.btn-link, .btn-hover-soft-warning, .btn-hover-soft-success, .btn-hover-soft-standard, .btn-hover-soft-info{
  background-color: transparent;
}
.btn-hover-soft-warning:hover {
  color: var(--gold);
  background-color: rgba(241, 180, 76, 0.18);
}
.btn-hover-soft-success:hover {
  color: #34c38f;
  background-color: rgba(52, 195, 143, 0.18);
}
.btn-hover-soft-standard:hover {
  color: var(--purple);
  background-color: rgba(32, 34, 131, 0.1);
}
.btn-hover-soft-info:hover {
  color: #50a5f1;
  background-color: rgba(80, 165, 241, .18);
}
.btn-warning {
    color: var(--white) !important;
    background-color: var(--gold)  !important;
    border-color: var(--gold);
}
.btn-blue {
    color: var(--white) !important;
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-gray {
    color: var(--white) !important;
    background-color: var(--gray);
    border-color: var(--gray);
}

/* ==============modal=========== */

.modal-sm {
  max-width: 350px;
}

.modal-lg {
  max-width: 700px;
}

.modal-xl {
  max-width: 850px;
}
.modal-lg{
  max-width: 600px;
}
.modal-fullscreen {
  max-width: 100%;
}
.modal-content{
  border: none;
  border-radius: 15px;
  box-shadow: 3px 3px 5px #6b6b6b;
}


/* ==============scrollbar=========== */

::-webkit-scrollbar {
  width: 4px;      
  height: 2px;     
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: black;
  -webkit-transition: all 300ms ease-in-out;
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}


.check-list-icon{
  background: #34C759;
  background: linear-gradient(90deg,rgba(52, 199, 89, 1) 0%, rgba(64, 219, 103, 1) 100%);
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 5px;
  text-shadow: 2px 2px 2px var(--light-gray);
}


/* The Loader */
/* ==============preloader=========== */

#preloader {
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fefcfe;
}
.loading-div{
  width: 350px;
  height: 350px;
  background-image: url(../images/loading.gif);
  background-size: 100% 100%;
}



@keyframes spinner {
  to {
    transform: rotateZ(360deg)
  }
}
/* =================login=================== */
.p-intro{
  max-width: 70%;
  margin: 0 auto;
}
.container-back-login {
  background-image: url(../images/login-bg.png);
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: sticky;
  left: 0;
  top: 0px;
  min-height: auto;
  height: 100vh;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  border-radius: 0px 100px 100px 0px;
}.container-back-login:lang(ar){
  border-radius: 100px 0px 0px 100px;
}

@media(max-width:1200px){
  .container-back-login{
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    border-radius: 40px !important;
    background-image: none !important;
  }
  /* .container-back-login::before{
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
   background: linear-gradient(90deg, rgba(24,50,160,1) 33%, rgba(221,21,23,1) 100%); 
    z-index: 5;
  } */

  .footer-mobile-login{
    background-color: var(--white);
    padding: 13px;
    /* margin: 15px; */
    border-radius: 29px 30px 0px 0px;
  }
}
.container-back-login:lang(ar){
left: auto;
right: 0;
}
.container-back-login::after{
content: "";
position: absolute;
width: 100%;
height: 100%;
  background: linear-gradient(180deg, rgba(24,50,160,.8) 33%, rgba(221,21,23,.5) 100%); 
left: 0px;
top: 0px;

}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.container-login-form{
min-height: 100vh;
position: relative;


}

.margin-login{
  margin-bottom: 20px;
}
.container-login-form::after {
  content: "";
  position: absolute;
  left: -3px;
  top: calc(50% - 72px);
  height: 145px;
  width: 22px;
  background-image: url(../images/Union\ 1.svg);
  background-repeat: no-repeat;
}
.container-login-form:lang(ar):after {
  left: auto;
  right: -3px;
  transform: scale(-1);
}
.main-logo-login, .logo-2030-login{height: 60px;}
@media(max-width:1200px){
  .container-reg{
    padding: 15px;
  }
  .container-login-form::after{
    display: none;
  }
  .container-login-form{
    border: none !important;
    min-height: calc(100vh - 152px);
  }
  .main-logo-login, .logo-2030-login{
    height: 45px;
    }
    .shape-login-mobile{
      padding: 15px !important;
    }
    .content-back-login{
      height: auto !important;
    }
    .container-back-login::after{

  background: linear-gradient(90deg, rgba(24,50,160,.8) 33%, rgba(221,21,23,.5) 100%); 

  }
}

.container-reg{
  width: 450px;
  margin: 0 auto;
  max-width: 100%;
}
.reg-div {
  padding: 35px;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0px 0px 20px #eee;
  background-color: rgb(255 255 255 / 60%);
  border-radius: 30px;
  /* backdrop-filter: blur(8px); */
  border: 3px solid rgba(255, 255, 255, .4);
}
.dark .reg-div{
  background-color:  #2a3042;
  box-shadow: 0px 0px 20px #1e222e;
  border: 3px solid rgba(255, 255, 255, .1);
}

.reg-div h6 {
  color: var(--blue);
  text-align: center;
  font-size: 30px;
  margin-bottom: 17px;
  /* margin-top: 10px; */
}.reg-div h3{
font-size: 14px;
text-align: center;
}
.reg-div  label{font-size: 12px;margin-bottom: 5px;margin-top: 10px;color: var(--gray);}
.reg-div  label.text-danger{
  font-size: 10px;
}
.input-wrapper{
position: relative;


}

.input-wrapper input,  .input-wrapper select{
  outline: none;
  height: 44px;
  width: 100%;
  border: 1px solid #D9E0E5;
  padding: 10px;
  font-size: 16px;
  border-radius: 12px;
  padding-left: 45px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, .7);
  color: var(--middle-gray);
}
.input-wrapper select {
  color: var(--middle-gray);
}

.input-wrapper input:lang(ar){
padding-left: 0px;
padding-right: 45px;
direction: rtl;
}
.without-icon input, .without-icon select{
  padding: 7px;
  height: 37px;
}
.input-wrapper > img{position: absolute;left: 20px;top: 13px;width: 15px;}
.input-wrapper > img:lang(ar){
left: auto;
right: 20px;
}
.p-account{font-size: 12px;margin: 15px 0px;text-align: center; color: #333;}

.btn-standard{padding: 13px;display: inline-block;border-radius: 31px;color: #fff;/* width: 100%; */text-align: center;font-size: 14px;outline: none;border: none;transition: .5s;margin-bottom: 10px;min-width: 190px;}
.btn-standard:disabled, .btn-standard button[disabled="true"]{
opacity: .6;
}
.btn-standard:hover{
background-color: var(--red);
color: #fff;

}
.havent-accout-btn-reg{
padding: 10px;
display: inline-block;
border-radius: 5px;
color: #333;
width: 100%;
text-align: center;
font-size: 12px;
outline: none;
border: none;
transition: .5s;
border:1px solid var(--blue);
background-color: transparent;
}
.havent-accout-btn-reg:hover{
background-color: var(--orange);
color: #fff;
border:1px solid var(--orange);
}
.havent-accout-btn-reg span{
color: inherit;
}
.havent-accout-btn-reg b{
color: #FFCB42;
}
.havent-accout-btn-reg:hover span{
color: inherit;
}
.input-wrapper > i{
position: absolute;
right: 10px;
font-size: 16px;
color: var(--purple);
top: 14px;
cursor: pointer;
}
.input-wrapper > i:lang(ar){
left: 10px;
right: auto;
}
.two-padding{
padding: 10px 50px !important;
}

.input-wrapper .dropdown-toggle::after{
  display: none;
}
.input-wrapper .input-group-btn button{
  padding: 7px;
  border-radius: 8px;
}

.tele-div{
height: 44px;
position: absolute;
right: 0px;
background-color: #fff;
border: 1px solid #D9E0E5;
width: 70px;
border-radius: 0px 10px 10px 0px;
top: 0px;
font-size: 12px;
font-weight: bold;
padding: 14px 8px 8px 8px;
}
.tele-div:lang(ar){
border-radius: 10px 0px 0px 10px;
right: auto;
left: 0px;

}
.tele-div > img{
width: 20px;
height: 19px;
float: right;
}
.tele-div > img:lang(ar){
float: left;
}


.register-menu{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
.register-menu li{
  display: inline-block;

}
.register-menu li a{
  display: block;
  padding: 10px;
  position: relative;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}

.register-menu li a.active{
  border-bottom: 1px solid var(--red);

}
.line-reg {
  height: 3px;
  flex: 1;
  background-color: #e5e5e5;
}

/* =========check======== */
.check-link{
  padding: 20px;
  display: block;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #eee;
}

.check-link h6{
  font-size: 14px;
  margin-bottom: 5px;
}
.check-link p{
  font-size: 12px;
}

/* ======================question img================== */

  .img-question input {
      display: none;
  }

  .img-question{
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    display: block;
  }
  .img-radio-question{
      border: 2px solid transparent;
      background-color: #f9f9f9;
      border-radius: 20px;
      display: block;
      transition: .2s;
      cursor: pointer;
      color: var(--gray);
      overflow: hidden;
      text-align: center;
      padding: 6px 0px;
  }
  
  .check-list-img {
    border: 2px solid var(--red);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 6px;
    color: var(--red);
    align-items: center;
    justify-content: center;
    display: none;
      position: absolute;
  top: 10px;
  right: 10px;
  }
 .check-list-img:lang(ar){
  right: auto;
    left: 10px;
}

  .img-question input:checked ~ label {
     color: var(--red);
  background-color: rgba(247, 233, 203, 0.18);
       border: 2px solid var(--red);
  }



    .img-question input:checked ~ label  .check-list-img {
      display: flex;
    }



.img-question-src{
  /* width: 100%; */
  height: 57px;
  margin: 0 auto;
  /* object-fit: cover; */
}
@media(max-width:576px){
  .img-question-src{
  /* height: auto; */
}
}
.img-question-title{
  max-width: 100%;
}
.h3-depart{
  height: 34px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.log-out-btn{
  background-color: var(--red);
  padding: 10px;
  border-radius: 20px;
  font-size: 12px;
}
.ul-info li{
  list-style: none;
  display: inline-block;
}
/* =================service================== */
.service-items{
  padding: 20px;
  background-color: var(--light-blue);
}
.icon-skill-intro{
  background-color: var(--light-blue);
  width: 69px;
  height: 70px;
  border-radius: 25px;
  margin:0px auto
}
.icon-skill-intro img{
  height: 50px;
}

/* =================doctors================== */


.img-doctor{
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.container-doctor{
  display: flex;
  align-items: center;
  justify-content: center;
    height: 108px;
  width: 108px;
  border-radius: 50%;
background: linear-gradient(180deg, rgba(24,50,160,.8) 33%, rgba(221,21,23,.5) 100%);;
}
.h3-doctor{
  height: 28px;
  overflow: hidden;
}
.doctor-title{
    height: 14px;
    overflow: hidden;
}

.modal-xl{
  max-width: 850px;
}


/* =================img pop================== */

.btn-close-pop{
  background-color: #EEF3F8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  border: none;
}
.content-pop{
  padding: 15px 15px 15px 15px;
}
.modal-title-pop{
  font-size: 14px;
  color: var(--blue);
}
.modal-style{
  border: none;
  border-radius: 8px;
}

.container-img-pop{
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.container-img-pop:lang(ar){
  border-radius: 0px 8px 8px 0px;
  overflow: hidden;
}
.certification-details-div{
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  position: relative;
}
.certification-details-div h6{
  font-size: 12px;
  margin-bottom: 8px;
}
.certification-details-div input{
  border: none;
  width: 100%;
  font-size: 12px;
  color: var(--gray);
  padding: 8px;
  background-color: var(--light-blue);
  border-radius: 5px;
}
.certification-details-div select{
  border: none;
  width: 100%;
  font-size: 14px;
  color: #6D6D6D;
  padding: 4px 0px;
}
.certification-details-div input:disabled{
  background-color: #ECECEC;
}
.certification-details-div input::placeholder{
  color: #b9c2ca;
}
.img-xl-pop{
  width: 300px;
  height: 410px;
  object-fit: cover;
}
.overlay-pop{
  position: absolute;
  width: 100%;
  height: 100%;
background: linear-gradient(180deg, rgba(24,50,160,.8) 33%, rgba(221,21,23,.5) 100%);
  top: 0px;
  right: 0px;
}
.mowhiba-light-pop{
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}
.mowhiba-light-pop:lang(ar){
  left: auto;
  right: 20px;
}
.pattern-logo-pop{
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  transform: scale(-1);
  width: 200px;
}
.pattern-logo-pop:lang(ar){
  transform: scale(1);
  left: auto;
  right: 0px;
}

.header-pop{
  padding: 0px 0px 40px 0px;
}
/* @media(max-width:768px){
  .header-pop{
  padding: 20px 20px 10px 20px;
}
} */

.btn-pop-up{
  border-radius: 20px !important;
  font-size: 12px !important;
}

.btn-standard-final {
    padding: 13px;
    display: inline-block;
    border-radius: 31px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    outline: none;
    border: none;
    transition: .5s;
    margin-bottom: 10px;
}
.img-done{
  height: 200px;
  margin: 0 auto;
}



.img-doctor-inner{
  height: 55px;
  width: 55px;
  border-radius: 50%;
}
.container-doctor-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(24,50,160,.8) 33%, rgba(221,21,23,.5) 100%);
}
.icon-date-appointment{
  width: 50px;
  height: 50px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  background:var(--light-blue);
  color: var(--purple);

}