/*base*/
body {
    font-family: "Open sans", sans-serif;
    color: #115c9b;

  }
  
  h1,
  h2,
  h3,
  h4 {
    font-family: "Dosis", sans-serif;
  }
  
  a {
    color: inherit;
  }
  a:hover, a:focus, a:active {
    color: inherit;
  }

.title-style-1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 50px;
}

.title-under {
    display: block;
    margin: 5px auto;
    background: #1f76bd;
    height: 1px;
    width: 280px;
}

.title-under:after {
    content: '';
    display: block;
    width: 100px;
    background: inherit;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;
}

.title-style-2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 25px;
  }
  .title-style-2 .title-under {
    display: block;
    margin: 5px 0;
  }
  .title-style-2 .title-under:after {
    margin: 0;
    margin-top: 10px;
  }

.subtitle{
    font-family:"Dosis", sans-serif;
    color: #1f76bd !important;
}

.registered-icon{
    position:relative;
    top: -10px;

}
.container-btn{
    display: flex;
    justify-content: center;
}

.googleMap {
  width: 100%;
  height: 600px;
}

.medica-emergency-card,
.medica-doctors-card,
.medica-appointment-card,
.medica-department-card,
.medica-contact-card,
.medica-catagories-card,
.latest-news-widget-area {
    padding: 50px 40px;
    background-color: #38c3fb;
    width: 100%;
}

.medica-contact-card {
  background-color: #093f86;
}

.medica-emergency-card h5,
.medica-doctors-card h5,
.medica-appointment-card h5,
.medica-department-card h5,
.medica-contact-card h5 {
    color: #fff;
    margin-bottom: 20px;
}

.medica-contact-card .single-contact-info {
  margin-bottom: 30px;
}

.medica-contact-card .contact-meta p {
  color: #fff;
  font-size: 13px;
}

.medica-emergency-card h4 {
  color: #093c80;
  margin-bottom: 30px;
}

.medica-emergency-card p,
.medica-doctors-card p {
    color: #fff;
    margin-bottom: 35px;
}

.medica-emergency-card > a,
.medica-doctors-card > a {
    color: #fff;
    font-size: 12px;
}

.medica-appointment-card .form-control {
  width: 100%;
  height: 40px;
  background-color: #2f88fd;
  border: none;
  border-radius: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 1;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.single-contact-info {
  margin-bottom: 50px;
}

.contact-meta p {
  margin: 0;
  color: #6c6c6c;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.telephone_icons{
  font-family: "Dosis", sans-serif;
}
/*MODULES*/
.module {
    display:inline-block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border: 1px solid #1f76bd;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .module .module-progress {
    margin: 0 10px 15px;
    border: 1px solid #1f76bd;
    border-radius: 3px;
  }
  .module .module-progress .progress-bar {
    background: #1f76bd;
    box-shadow: none;
  }
  .module .module-img {
    margin-bottom: 15px;
    width: 100%;
    width: 280px;
    height: 210px;
  }
  .module .module-title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
  }
  .module .module-details {
    text-align: justify;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 115px;
  }
  .module:hover {
    background: #f0f0f0;
    color: #144d7b;
    border-color: #144d7b;
  }

.detailed_module_title{
  color: rgb(61, 59, 59) !important;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 28px;
}

.detailed_module_title .title-under {
  display: block;
  margin: 5px 0;
}
.detailed_module_title .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.vl {
  border-left: 1px solid black;
  height: 383px;
  position: absolute;
  left: 57%;
  margin-left: -3px;
  top: 567px;
}

.vision_btn_dark{
  display: inline-block;
  background-color: transparent;
  height: 60px;
  padding: 0 30px;
  line-height: 56px;
  font-size: 14px;
  min-width: 150px;
  border-radius: 0;
  font-weight: 600;
  border: #243eff 1px solid;
  /*reserve space for hover to inc border width effect*/
  margin: 1px 1px 1px 1px;

}
.vision_btn_dark:hover{
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;

  box-shadow: 6px 6px #243eff;
  -webkit-box-shadow: 0 0 6px #243eff;
          box-shadow: 0 0 6px #243eff;

  text-shadow:#243eff 1px 1px 1px ;  
}

.vision_btn_dark:hover::after{
  -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.modules_readMoreBtn:hover{
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;

  box-shadow: 6px 6px rgb(27 17 150);
  -webkit-box-shadow: 0 0 6px rgb(27 17 150);
          box-shadow: 0 0 6px rgb(27 17 150);

  text-shadow:rgb(27 17 150) 1px 1px 1px ;
}

.modules_readMoreBtn:hover::after{
  -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.vision_btn_dark_PACKAGES_RED{
  display: inline-block;
  background-color: transparent;
  height: 60px;
  padding: 0 30px;
  line-height: 56px;
  font-size: 14px;
  width: 200px;
  border-radius: 0;
  font-weight: 600;
  border: #c13018 1px solid;
  /*reserve space for hover to inc border width effect*/
  margin: 1px 1px 1px 1px;
}

.vision_btn_dark_PACKAGES_RED:hover{
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;

  box-shadow: 6px 6px #c13018;
  -webkit-box-shadow: 0 0 6px #c13018;
          box-shadow: 0 0 6px #c13018;

  text-shadow:#c13018 1px 1px 1px ;
}

.vision_btn_dark_PACKAGES_BLUE{
  display: inline-block;
  background-color: transparent;
  height: 60px;
  padding: 0 30px;
  line-height: 56px;
  font-size: 14px;
  width: 200px;
  border-radius: 0;
  font-weight: 600;
  border: #4cc1ef 1px solid;
  /*reserve space for hover to inc border width effect*/
  margin: 1px 1px 1px 1px;
}

.vision_btn_dark_PACKAGES_BLUE:hover{
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;

  box-shadow: 6px 6px #4cc1ef;
  -webkit-box-shadow: 0 0 6px #4cc1ef;
          box-shadow: 0 0 6px #4cc1ef;

  text-shadow:#4cc1ef 1px 1px 1px ;
}

.vision_btn_dark_PACKAGES_GREEN{
  display: inline-block;
  background-color: transparent;
  height: 60px;
  padding: 0 30px;
  line-height: 56px;
  font-size: 14px;
  width: 200px;
  border-radius: 0;
  font-weight: 600;
  border: #a2b969 1px solid;
  /*reserve space for hover to inc border width effect*/
  margin: 1px 1px 1px 1px;
}

.vision_btn_dark_PACKAGES_GREEN:hover{
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;

  box-shadow: 6px 6px #a2b969;
  -webkit-box-shadow: 0 0 6px #a2b969;
          box-shadow: 0 0 6px #a2b969;

  text-shadow:#a2b969 1px 1px 1px ;
}

.vision_btn_dark_PACKAGES_ROSE{
  display: inline-block;
  background-color: transparent;
  height: 60px;
  padding: 0 30px;
  line-height: 56px;
  font-size: 14px;
  width: 200px;
  border-radius: 0;
  font-weight: 600;
  border: #ed625b 1px solid;
  /*reserve space for hover to inc border width effect*/
  margin: 1px 1px 1px 1px;
}

.vision_btn_dark_PACKAGES_ROSE:hover{
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;

  box-shadow: 6px 6px #ed625b;
  -webkit-box-shadow: 0 0 6px #ed625b;
          box-shadow: 0 0 6px #ed625b;

  text-shadow:#ed625b 1px 1px 1px ;
}

.vision_btn_dark_PACKAGES_ORANGE{
  display: inline-block;
  background-color: transparent;
  height: 60px;
  padding: 0 30px;
  line-height: 56px;
  font-size: 14px;
  width: 200px;
  border-radius: 0;
  font-weight: 600;
  border: #ff790d 1px solid;
  /*reserve space for hover to inc border width effect*/
  margin: 1px 1px 1px 1px;
}

.vision_btn_dark_PACKAGES_ORANGE:hover{
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;

  box-shadow: 6px 6px #ff790d;
  -webkit-box-shadow: 0 0 6px #ff790d;
          box-shadow: 0 0 6px #ff790d;

  text-shadow:#ff790d 1px 1px 1px ;
}

.vision_btn_dark_PACKAGES_NAVY{
  display: inline-block;
  background-color: transparent;
  height: 60px;
  padding: 0 30px;
  line-height: 56px;
  font-size: 14px;
  width: 200px;
  border-radius: 0;
  font-weight: 600;
  border: rgb(27 17 150) 1px solid;
  /*reserve space for hover to inc border width effect*/
  margin: 1px 1px 1px 1px;
}

.vision_btn_dark_PACKAGES_NAVY:hover{
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;

  box-shadow: 6px 6px rgb(27 17 150);
  -webkit-box-shadow: 0 0 6px rgb(27 17 150);
          box-shadow: 0 0 6px rgb(27 17 150);

  text-shadow:rgb(27 17 150) 1px 1px 1px ;
}

.footer-form .form-group {
  margin-bottom: 5px;
}
.footer-form .form-control {
  background: #115c9b;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;
}
.footer-form .btn-submit {
  border-radius: 0;
  background: #115c9b;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.footer-form .btn-submit:hover {
  background: #fff;
}
.footer-form input:-moz-placeholder,
.footer-form textarea:-moz-placeholder {
  color: #fff;
}
.footer-form input::-moz-placeholder,
.footer-form textarea::-moz-placeholder {
  color: #fff;
}
.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
  color: #fff;
}
.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
  color: #fff;
}


.modules_readMoreBtn:hover::after{
  -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
/*gallery*/
.lightbox {
  position: relative;
  display: block;
  overflow: hidden;
}
.lightbox img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.lightbox .on-hover {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  background: rgba(31, 118, 189, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover .hover-caption {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 5px;
  right: 5px;
  font-style: 18px;
  display: block;
  font-family: "Dosis", sans-serif;
  bottom: -50px;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover:before {
  content: "";
  display: block;
  width: 46px;
  height: 48px;
  position: absolute;
  background: url('../images/icons/zoom-icon.png?1428101315');
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -24px;
}
.lightbox:hover .on-hover {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lightbox:hover .on-hover .hover-caption {
  bottom: 25px;
}
.lightbox:hover img {
  -moz-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  -webkit-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
}

.gallery-item {
  padding: 0;
  display: block;
  margin: 0;
}
.gallery-item img {
  width: 100%;
}
/*PRODUCTS*/
.product {
  display:inline-block;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #1f76bd;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product .product-progress {
  margin: 0 10px 15px;
  border: 1px solid #1f76bd;
  border-radius: 3px;
}
.product .product-progress .progress-bar {
  background: #1f76bd;
  box-shadow: none;
}
.product .product-img {
  margin-bottom: 15px;
  width: 100%;
  width: 280px;
  height: 210px;
}
.product .product-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.product .product-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 15px;
  min-height: 115px;
}
.product:hover {
  background: #f0f0f0;
  color: #144d7b;
  border-color: #144d7b;
}

.detailed_product_title{
color: rgb(61, 59, 59) !important;
font-size: 48px;
font-weight: bold;
margin-bottom: 28px;
}

.underline{
  display: block;
    margin: 5px auto;
    background: rgb(61, 59, 59);
    height: 1px;
    position: relative;
}

/* .underline:after{
  content: '';
    display: block;
    width: 100px;
    background: inherit;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;
} */
/* PAGES: da el hayt7at f kol el pages*/
.page-heading {
    background: url('../imgs/bg-header.png') no-repeat center;
    background-size: cover;
    min-height: 190px;
    color: #fff;
    padding: 25px 15px;
    margin-bottom: 50px;
}
.page-heading .title-under {
    background: #fff;
}

/*scrollup button*/
#scrollUp {
  background: #243eff;
  /* background: -webkit-linear-gradient(to right, #3de6fa, #243eff);
  background: -webkit-linear-gradient(left, #3de6fa, #243eff);
  background: linear-gradient(to right, #3de6fa, #243eff); */
  border-radius: 0;
  bottom: 100px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 0;
  text-align: center;
  width: 40px;

  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;

  z-index: 3;
}

/* =============================================================================
	Animations
========================================================================== */
.animate-onscroll {
  visibility: hidden;
}

.animated {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.animated.fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


