/* #preloadedImages
{
    width: 0px;
    height: 0px;
    display: inline;


} */
body:after{
  display:none;

}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {

  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  /* font-family: "Ara"; */
  background: transparent;
}
#cssmenu > ul > li {
  float: right;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: right;
}
#cssmenu.align-right > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333333;
  font-weight: 700;

  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #024bd0;
  border-bottom: 2px solid #024bd0;
}


#cssmenu > ul > li.has-sub > a {
  padding-left: 30px;
}

i {

  border: solid black;
  border-width: 0 3px 3px 0;

  display: inline-block;
  padding: 3px;
  height: 20px;
  width: 20px;
}
i:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: inline-block;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  display: inline-block;

}


#cssmenu > ul > li.has-sub > a:after {
  content: '';

  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  float: left;
}


#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
}
#cssmenu.align-right ul ul {
  text-align: left;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu li:hover > ul > li {
  height: 34px;
}
#cssmenu ul ul ul {
  margin-right: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);

  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: bold;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  border-right: 3px solid blue;
}

#cssmenu ul ul li.has-sub > a:after {
  content: '';

  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  float: left;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: right;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #024bd0;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #024bd0;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    right: 0;
    width: 100%;
    margin: 0;
    text-align: right;
    padding-right: 10%;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: inline-block;
    padding: 17px;
    color: #024bd0;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 23px;
    left: 17px;
    display: block;
    height: 4px;
    width: 25px;
    /* border-top: 2px solid #3F51B5;
    border-bottom: 2px solid #3F51B5; */
    /* content: ''; */
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    left: 17px;
    display: block;
    height: 4px;
    width: 25px;
    /* background: #3F51B5;
    content: ''; */
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #333333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 50px;
    background: #333333;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    display: block;
    /* border-left: 1px solid rgba(120, 120, 120, 0.2); */
    height: 46px;
    width: 36px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    /* background: #262626; */
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    content: '';
    border: solid #024bd0;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 45%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
}
#cssmenu ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
  /* background: #333333; */
}
#cssmenu .submenu-button:before {
  /* content: '';
  border: solid #333333;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-top: 45%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); */
}
#cssmenu ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
  display: none;
}



@font-face {

  font-family: AraAl;

  src: url('assets/fonts/Tajawal-Medium.ttf');
}
@font-face {

  font-family: EngAl;

  src: url('assets/fonts/BRLNSDB_0.TTF');
}

h1, h2, h3, h4, h5, div, p, a {
  font-family: AraAl !important;
}
.contact{
  direction: rtl;
}

.contact-icon{
  display: inline-block;
  width: 35px;

}
.icon-cont-pad{
  padding:20%;
}


.specialtiyPrice{
  font-weight: bold;
  font-size: xx-large;

}
.specialtyName{
  font-weight: bold;
}
.headers{

  font-weight: bold;
  font-size: 35px;
  color: #024bd0;
  margin-top:100px;
  font-family: AraAl !important;
}
.mySlides{
  display:none;
  width: 100%;
  height: 400px;
}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

.content-card{
  background-color: rgb(212, 212, 212);
  font-size: 12px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  /* transition: 0.3s; */
  width: 80% !important;
  border-radius: 10px;
  background: rgb(236, 231, 231);
  /* white-space: nowrap;
  overflow: auto; */
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-content{
  display: inline-block;
  padding-bottom: 20px;

}
.card-img{
  width: 100px;
  margin: 15px 25px 0 25px;
}
.card-img-icons{
  width: 50px;
  margin: 15px 25px 0 25px;
}

.card-container{
  text-align: center;
  top: 80%;
  left: 10%;
  right: 10%;
  position: absolute;

}


.parag {
  white-space: normal;
  word-wrap: break-word !important;
  font-weight: bold;
  color:gray;
  min-height: 137px;

}
.about-header{

  font-weight: bold;
  font-size: x-large;
  margin-bottom: 38px;
  color:gray;
}
.about-card{
  margin: auto;
  height: 415px;
  width: 232px;
  padding: 0 20px 0 20px;
  margin: 0 15px 0 15px;
  background: white;
  border-radius: 20px;
  text-align: center;
  box-shadow: 3px 3px #21212133;
  display: inline-table;
  margin-bottom: 6px;

}
.about-card:hover{
  border:1px solid #024bd0;
  background: #ebebeb;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.about-container{
  padding: 0 !important;
  position: absolute;
  top: 65%;
  width: 100% !important;
  text-align: center;
  /* white-space: nowrap;
    overflow: auto; */
}

.medical-card{
  margin: auto;

  width: 200px;
  height: 200px;

  text-align: center;

  display: inline-table;
  margin-bottom: 6px;

}
.md-center {
  font-family: Verdana,sans-serif !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: white;
  font-weight: bold;
}

.md-img {
  width: 100%;
  height: auto;
}
.md-content{
  position: relative;
  display: inline-block;
  width: 46%;

}
.medical-container{
  /* position: absolute; */
  width: 100% !important;
  text-align: center;
}
.md-img-gold {
  width: 100%;
  height: auto;

}

.md-img-red {
  width: 100%;
  height: auto;
}
.md-img-silver {
  width: 100%;
  height: auto;
}
.md-img-blue {
  width: 100%;
  height: auto;
}
.footer-div{
  background-color: #333333;
  height: 300px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  color: white;
  text-align: center;

}
.footer-a{
  color: white;
  /* font-family: "Ara"; */
  font-weight: bold;
  font-size: 35px;
  padding: 2%;
}
.round-icon{
  border-radius: 50%;
  background-color: white;width: fit-content;
  display: inline-block;
  margin: 0.5%;
}
.round-icon:hover{
  box-shadow: 0 4px 8px 0 rgba(127, 128, 132), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Footer */
footer {
  background-color: #333333;
  position: relative;
  z-index: 1;
  bottom: 0;
  /* height: 100px; */
}
footer .splitter {
  background-color: rgb(228, 35, 35);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),
  color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
  color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
  to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
  transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
  transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
  transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
  transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
  transparent 75%, transparent);

  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;

  -moz-box-shadow: 1px 1px 8px gray;
  -webkit-box-shadow: 1px 1px 8px gray;
  box-shadow: 1px 1px 8px gray;

  height: 20px;
}
footer > ul {
  text-align: center;
}
footer > ul li {
  padding: 20px 15px;
  /* width: 33.3%; */
  display: inline-block;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}

.text h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.text a {
  border-bottom: 1px dotted transparent;
  color: #FFDD00;
  font-weight: bold;
}
.text a:hover {
  border-color: #FFDD00;
}
footer .bar {
  background-color: #333333;
  /* padding: 20px 0; */
  text-align: center;
}
footer .bar-wrap {
  font-size: 12px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 95%;
}
.links {
  /* display: block;
  text-align: center;
  list-style: none outside none;
  position: relative; */
  list-style: none outside none;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 25px 0 10px;
  position: relative;
  width: 95%;
  text-align: center;
}
.links li {
  /* float: left; */
  margin-right: 10px;
}
.links a {
  color: #ffffff;
}
.links a:hover {
  color: #f5f8f8;
}
.active-client{

}
.copyright {
  color: #ffffff;
  margin-top: 10px;
  font-family: EngAl !important;
  font-weight: normal;
  white-space: normal;
}

.opinion-name{
  font-weight: bold;
  /* max-width: 80%; */
  color:gray;
  margin: auto;
  padding: 10px;
  font-size:35px;
}
.opinion-cont{
  font-weight: bold;
  /* max-width: 80%; */
  color:gray;
  margin: auto;
  padding: 10px;
  font-size:35px;
}
@media screen and (min-width:1025px){
  #cssmenu ul ul{
    border: 1px solid gray;
    box-shadow: 0 0 0 5px;
  }
  .btndanger{
    background: #f60001 !important;
    border-radius: 12px !important;
    color: white !important;
    margin-top:1% !important;
    float: left !important;
  }
  .opinion-text{
    /* font-family: 'Courier New', Courier, monospace; */
    font-weight: bold;
    color:gray;
    max-width: 80%;
    margin: auto;
    padding: 10px;
    min-height: 140px;
  }

}
/* responsive rules */
@media screen and (max-width: 1015px){
  .links, .social, .copyright{
    float:none;
    text-align:center;
  }
  .social {
    position:relative;
    margin:10px 0;
  }
  .links li {
    display:inline-block;
    float:none;
  }
  .bar {
    position:relative;
  }
  .bar-wrap {
    margin-bottom:0;
  }
  .btndanger{
    background: #f60001 !important;
    border-radius: 12px !important;
    color: white !important;
    margin-top:1% !important;
    float:none !important;
    margin-right: 15% !important;
  }
  .opinion-text{
    /* font-family: 'Courier New', Courier, monospace; */
    font-weight: bold;
    color:gray;
    max-width: 80%;
    margin: auto;
    padding: 10px;
    min-height: 225px;
  }
}

@media screen and (max-width: 835px)  {
  footer > ul li {
    float:none;
    width:auto;
  }
}

@media screen and (max-width: 768px)  {
  .links li {
    margin-right:5px;
  }
}


.slider-container {
  position: relative;
  text-align: center;
  color: white;
}
.centered-left{
  position: absolute;
  top: 80px;
  left: 20%;
  /* transform: translate(-50%, -50%); */
}
.Slider-header{
  font-family: AraAl !important;
  font-weight: bold;
  font-size: 30px;
  color: #024bd0;
}
.Slider-parg{
  font-family: AraAl !important;
  font-weight: normal;
  font-size: 20px;
  color: #333333;
}
@media(max-width: 991px)
{
  /*#cssmenu ul ul {
    position: absolute;
    right: -9999px;

  }*/
   .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #cssmenu li:hover > ul {
  right: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
  #cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
  }

  #cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
  }
}

.client{
  border-radius: 50%;
}
.selected-item{
  color: #024bd0 !important;
  border-bottom: 2px solid #024bd0 !important;
}

.unselected-item{
  color: #333333 !important;
  border: none !important;
}

.paragraph-body{

  background-color: lightgrey;
  border: none;
  border-radius: 15px;
  padding: 20px;
}
@media (min-width: 991px) {
    .mainmenu-service{
        display: none;
        top: 100%;
    }

    .submenu-service
    {
        margin-right: 5%!important;
        display: none;
        right: 100%;
    }

    .submenu-service-show{
        display:  block !important;
    }
}

