/* base font */
/* colors */
/* font families */
/*'Oswald', sans-serif*/
/* direction */
/* to convert from english to arabic version */
/*@if $direction==ltr {
    $floatleft: left;
    $floatright: right;
}

@else {
    $floatleft: right;
    $floatright: left;
}*/
/*3px 9px 10px rgb(53 52 52 / 9%)*/
/*border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgb(133 133 133);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
*/
/*box-shadow: 0 3px 8px 0 rgb(133 133 133);*/
/* Mixins */
/* example ==>  @include add-border(1px , #aaa , 'right-left') */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
/* line 3, base/_base.scss */
body {
  font-family: "Poppins", "Lato", "Droid Arabic Kufi", sans-serif;
}

/* line 8, base/_base.scss */
a {
  color: #fff;
  text-decoration: none;
}

/* line 13, base/_base.scss */
ul,
li {
  list-style: none;
}

/* line 18, base/_base.scss */
input,
textarea,
button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

/* basic website classes */
/* line 28, base/_base.scss */
.heading-section {
  font: 700 25px/25px "Poppins", "Lato", "Droid Arabic Kufi", sans-serif;
  color: #2f2f46;
}

/* line 34, base/_base.scss */
.heading-section span {
  position: relative;
}

/* line 38, base/_base.scss */
.heading-section span:before,
.heading-section span:after {
  content: "";
  position: absolute;
  height: 17px;
  border-bottom: 3px solid #bf0404;
  top: 4px;
  width: 64px;
}

/* line 48, base/_base.scss */
.heading-section span:before {
  right: 100%;
  margin-right: 8px;
}

/* line 53, base/_base.scss */
.heading-section span:after {
  left: 100%;
  margin-left: 8px;
}

/* line 58, base/_base.scss */
.subheading-section {
  font: 400 20px/50px "Lato", "Tajawal", sans-serif;
  margin-bottom: 20px;
}

/* line 63, base/_base.scss */
.custom-p {
  font: 400 18px/50px "Lato", "Tajawal", sans-serif;
}

/* line 67, base/_base.scss */
.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 74, base/_base.scss */
.element {
  transform: scale(0.01);
}

/* line 79, base/_base.scss */
.element-in {
  animation: listIn 0.4s ease;
  transform: scale(1);
}

@keyframes listIn {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* line 110, base/_base.scss */
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 118, base/_base.scss */
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* social media */
/* line 142, base/_base.scss */
.icon-facebook {
  background-color: #2f2f46;
  color: #fff;
}
/* line 146, base/_base.scss */
.icon-facebook:hover {
  background-color: #395695;
  border: 1px solid #395695 !important;
  color: #fff;
}

/* line 142, base/_base.scss */
.icon-twitter {
  background-color: #2f2f46;
  color: #fff;
}
/* line 146, base/_base.scss */
.icon-twitter:hover {
  background-color: #00a4ef;
  border: 1px solid #00a4ef !important;
  color: #fff;
}

/* line 142, base/_base.scss */
.icon-youtube {
  background-color: #2f2f46;
  color: #fff;
}
/* line 146, base/_base.scss */
.icon-youtube:hover {
  background-color: #db4635;
  border: 1px solid #db4635 !important;
  color: #fff;
}

/* line 142, base/_base.scss */
.icon-instagram {
  background-color: #2f2f46;
  color: #fff;
}
/* line 146, base/_base.scss */
.icon-instagram:hover {
  background-color: #e4376a;
  border: 1px solid #e4376a !important;
  color: #fff;
}

/* line 142, base/_base.scss */
.icon-linkedin {
  background-color: #2f2f46;
  color: #fff;
}
/* line 146, base/_base.scss */
.icon-linkedin:hover {
  background-color: #0e76a8;
  border: 1px solid #0e76a8 !important;
  color: #fff;
}

/* line 156, base/_base.scss */
.social-media .list-inline-item {
  margin: 0 2px;
}
/* line 159, base/_base.scss */
.social-media .list-inline-item i {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #2f2f46;
  line-height: 35px;
  text-align: center;
  transition: .5s ease;
}

/* placeholder */
/* line 172, base/_base.scss */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}

/* line 181, base/_base.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}

/* line 188, base/_base.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}

/* Start pageination */
/* line 197, base/_base.scss */
.pagination {
  margin-top: 20px;
}
/* line 199, base/_base.scss */
.pagination .page-link {
  color: #2f2f46;
}
/* line 203, base/_base.scss */
.pagination .page-link:hover {
  background: #2f2f46;
  color: #fff;
}
/* line 208, base/_base.scss */
.pagination .page-item.active .page-link {
  background-color: #bf0404;
  border-color: #bf0404;
}
/* line 213, base/_base.scss */
.pagination .page-link:focus {
  box-shadow: none;
}

/* End pageination */
/* Start Upper Bar */
/* line 2, layouts/_header.scss */
.upper-bar {
  background: #bf0404;
  padding: 9px 0px;
  color: #fff;
}
/* line 7, layouts/_header.scss */
.upper-bar ul {
  margin-bottom: 0;
}
/* line 10, layouts/_header.scss */
.upper-bar ul .list-inline-item {
  margin: 0;
  padding: 0;
}
/* line 14, layouts/_header.scss */
.upper-bar ul .list-inline-item a {
  color: #fff !important;
  font-size: 16px;
}
/* line 18, layouts/_header.scss */
.upper-bar ul .list-inline-item a i {
  margin-left: 3px;
  font-size: 16px;
}
/* line 25, layouts/_header.scss */
.upper-bar ul .list-inline-item:after {
  content: '|';
  margin: 0 10px;
  color: #d08484;
}
/* line 31, layouts/_header.scss */
.upper-bar ul .list-inline-item:last-child:after {
  display: none;
}
/* line 37, layouts/_header.scss */
.upper-bar .language {
  float: right;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

/* End Upper Bar */
/* start whatsapp box */
/* line 49, layouts/_header.scss */
.whatsapp-box {
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 9999;
}

/* line 57, layouts/_header.scss */
.whatsapp-box .inside-box {
  float: right;
  background: #fff;
  color: #2f2f46;
  padding: 30px 10px;
  width: 400px;
  display: none;
  text-align: center;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.22);
}

/* line 71, layouts/_header.scss */
.whatsapp-box .inside-box h4 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2f2f46;
  font-family: "Lato", "Tajawal", sans-serif;
  line-height: 2.2rem;
}

/* line 80, layouts/_header.scss */
.whatsapp-box .inside-box img {
  width: 200px;
  display: block;
  margin: auto;
}

/* line 88, layouts/_header.scss */
.whatsapp-box .inside-box .btn-success {
  margin-top: 20px;
  background: #bf0404;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  font-family: "Lato", "Tajawal", sans-serif;
  border-color: #bf0404;
  font-size: 20px;
  box-shadow: none !important;
}

/* line 99, layouts/_header.scss */
.whatsapp-box .gear-check {
  padding: 9px 13px;
  color: #fff;
  cursor: pointer;
  background-color: #bf0404;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 0px rgba(0, 0, 0, 0.32);
  font-size: 2.5em;
}

/* start whatsapp box */
/* start chat box */
/* line 113, layouts/_header.scss */
.chat-box {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 9999;
}

/* line 121, layouts/_header.scss */
.chat-box .insidechat-box {
  float: right;
  background: #fff;
  color: #2f2f46;
  padding: 30px 10px;
  width: 400px;
  display: none;
  text-align: center;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.22);
}

/* line 135, layouts/_header.scss */
.chat-box .insidechat-box h4 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2f2f46;
  font-family: "Lato", "Tajawal", sans-serif;
  line-height: 2.2rem;
}

/* line 144, layouts/_header.scss */
.chat-box .insidechat-box img {
  width: 200px;
  display: block;
  margin: auto;
}

/* line 152, layouts/_header.scss */
.chat-box .insidechat-box .btn-success {
  margin-top: 20px;
  background: #009b41;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  font-family: "Lato", "Tajawal", sans-serif;
  border-color: #009b41;
  font-size: 20px;
  box-shadow: none !important;
}

/* line 163, layouts/_header.scss */
.chat-box .chat-check {
  padding: 9px 13px;
  color: #fff;
  cursor: pointer;
  background-color: #bf0404;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 0px rgba(0, 0, 0, 0.32);
  font-size: 2.4em;
}

/* start chat box */
/* Start Navbar */
@media (min-width: 992px) {
  /* line 3, layouts/_nav.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
/* line 10, layouts/_nav.scss */
.navbar {
  padding: 0;
}

/* line 15, layouts/_nav.scss */
.navbar-color {
  background: #2f2f46;
}

/* line 19, layouts/_nav.scss */
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-left: 1px solid #43435a;
}

/* line 28, layouts/_nav.scss */
.navbar-light .navbar-nav > li:first-child .nav-link {
  border-right: 1px solid #43435a;
}

/* line 32, layouts/_nav.scss */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  background: #bf0404;
  color: #fff;
}

/* line 38, layouts/_nav.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
  font-weight: bold;
  background: #bf0404;
}

/* line 47, layouts/_nav.scss */
.navbar-nav .dropdown-menu {
  background-color: #2f2f46;
  border: none;
  border-radius: 0;
  min-width: 13rem;
}
/* line 54, layouts/_nav.scss */
.navbar-nav .dropdown-item {
  padding: 0.7rem 1rem;
  color: #fff;
  font-size: 14px;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -ms-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
/* line 67, layouts/_nav.scss */
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  color: #fff;
  background-color: #bf0404;
  padding: 0.7rem 1.5rem 0.7rem 0.5rem;
}
/* line 74, layouts/_nav.scss */
.navbar-nav .dropdown-divider {
  margin: 0;
  border-top: 1px solid #43435a;
  opacity: 1;
}

/* End Navbar */
/* Start Mobile Side Navabr */
/* line 85, layouts/_nav.scss */
.sidenav-button i {
  float: right;
  font-size: 40px;
  color: #2f2f46;
}

/* The side navigation menu */
/* line 94, layouts/_nav.scss */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #2f2f46;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  font-family: "Lato", "Tajawal", sans-serif;
}

/* Position and style the close button (top right corner) */
/* line 116, layouts/_nav.scss */
.sidenav .closebtn {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 20px 0 40px;
}

/* line 122, layouts/_nav.scss */
.sidenav .closebtn i {
  font-size: 26px;
  color: #fff !important;
  opacity: 0.5;
  float: right;
  margin-right: 6px;
}

/* line 132, layouts/_nav.scss */
.sidenav .closebtn i:hover {
  opacity: 1;
}

/* line 136, layouts/_nav.scss */
.sidenav .sidenav-menu {
  margin: 0;
  padding: 0;
}
/* line 140, layouts/_nav.scss */
.sidenav .sidenav-menu li {
  padding: 10px;
  border-bottom: 1px solid #43435a;
}
/* line 145, layouts/_nav.scss */
.sidenav .sidenav-menu li a {
  color: #fff;
  font-size: 18px;
  display: block;
  font-family: "Poppins", "Lato", "Droid Arabic Kufi", sans-serif;
}
/* line 151, layouts/_nav.scss */
.sidenav .sidenav-menu li a i {
  float: right;
}
/* line 157, layouts/_nav.scss */
.sidenav .sidenav-menu li:hover {
  background: #bf0404;
}
/* line 161, layouts/_nav.scss */
.sidenav .sidenav-menu ol {
  margin: 0;
  padding: 0;
}
/* line 165, layouts/_nav.scss */
.sidenav .sidenav-menu ol li {
  margin: 0;
  padding: 10px 20px;
  background: #383852;
}
/* line 170, layouts/_nav.scss */
.sidenav .sidenav-menu ol li a {
  font-size: 16px;
  color: #fff;
}

/* End Mobile Side Navbar */
/* line 3, layouts/_slider.scss */
.home-slider .carousel,
.home-slider .carousel-item {
  height: 450px;
}
/* line 9, layouts/_slider.scss */
.home-slider .carousel-control-prev-icon, .home-slider .carousel-control-next-icon {
  background-position: 50%;
  background-size: 70% 70%;
  background-color: #bf0404;
  border-radius: 50%;
}
/* line 19, layouts/_slider.scss */
.home-slider .carousel-inner .carousel-item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 24, layouts/_slider.scss */
.home-slider .carousel-inner .carousel-item .carousel-image {
  height: 450px;
}
/* line 26, layouts/_slider.scss */
.home-slider .carousel-inner .carousel-item .carousel-image .side-image {
  box-shadow: 7px 10px 39px 0px rgba(0, 0, 0, 0.2), -7px -10px 39px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 7px 10px 39px 0px rgba(0, 0, 0, 0.2), -7px -10px 39px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 10px 39px 0px rgba(0, 0, 0, 0.2), -7px -10px 39px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}
/* line 35, layouts/_slider.scss */
.home-slider .carousel-inner .carousel-item .carousel-text {
  margin-top: 80px;
  text-align: center;
}
/* line 39, layouts/_slider.scss */
.home-slider .carousel-inner .carousel-item .carousel-text h5 {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 20px 15px;
}
/* line 49, layouts/_slider.scss */
.home-slider .carousel-inner .carousel-item .carousel-text p {
  color: #fff;
  font-size: 23px;
  line-height: 2.7rem;
  margin-bottom: 30px;
  font-family: "Lato", "Tajawal", sans-serif;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
  padding: 0 60px;
}
/* line 60, layouts/_slider.scss */
.home-slider .carousel-inner .carousel-item .carousel-text .btn-primary {
  padding: 7px 20px;
  font-size: 15px;
  border-radius: 25px;
  background-color: #bf0404;
  border-color: #bf0404;
}
/* line 67, layouts/_slider.scss */
.home-slider .carousel-inner .carousel-item .carousel-text .btn-primary i {
  color: #fff;
}
/* line 72, layouts/_slider.scss */
.home-slider .carousel-inner .carousel-item .carousel-text .btn-primary:hover {
  background-color: #a60303;
}

/* The actual timeline (the vertical ruler) */
/* line 3, layouts/_signup.scss */
.doctor-timeline {
  background: #2f2f46;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
/* line 9, layouts/_signup.scss */
.doctor-timeline .timeline-header {
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  padding: 15px 0;
  text-align: center;
}
/* line 19, layouts/_signup.scss */
.doctor-timeline .doctor-license {
  padding: 15px 5px;
  background: #fff;
  border-radius: 4px;
}
/* line 24, layouts/_signup.scss */
.doctor-timeline .doctor-license li {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 19px;
  color: #2f2f46;
  line-height: 1.8;
  padding-right: 0;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
/* line 38, layouts/_signup.scss */
.doctor-timeline .doctor-license li:after {
  content: "\f111";
  color: #bf0404;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: inherit;
  top: 6px;
  font-size: 13px;
  font-family: Fontawesome;
  left: 6px;
}

/* line 54, layouts/_signup.scss */
.timeline {
  position: relative;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
/* line 60, layouts/_signup.scss */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  right: 98%;
  margin-right: -3px;
}

/* Container around content */
/* line 72, layouts/_signup.scss */
.timeline-container {
  padding: 10px 10px 10px 40px;
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
/* line 80, layouts/_signup.scss */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 4px solid #bf0404;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the right */
/* line 96, layouts/_signup.scss */
.timeline-right {
  left: 0;
}

/* Add arrows to the right container (pointing left) */
/* line 103, layouts/_signup.scss */
.timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0px;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
/* line 117, layouts/_signup.scss */
.timeline-right::after {
  left: -2px;
}

/* The actual content */
/* line 122, layouts/_signup.scss */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  color: #2f2f46;
}
/* line 130, layouts/_signup.scss */
.content .year {
  font-size: 28px;
  font-family: "Poppins", "Lato", "Droid Arabic Kufi", sans-serif;
}
/* line 135, layouts/_signup.scss */
.content .university {
  font-size: 19px;
  font-family: "Lato", "Tajawal", sans-serif;
}
/* line 140, layouts/_signup.scss */
.content .degree {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 19px;
}

/* line 1, layouts/_footer.scss */
footer {
  background: #2f2f46;
  padding: 50px 0 0;
}
/* line 5, layouts/_footer.scss */
footer .title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 11px;
  padding-bottom: 5px;
  border-bottom: 2px solid #bf0404;
  max-width: 185px;
}
/* line 15, layouts/_footer.scss */
footer ul {
  padding: 0;
  margin: 0 0 20px;
}
/* line 19, layouts/_footer.scss */
footer ul li {
  margin: 7px 0;
  display: flex;
  align-items: flex-start;
}
/* line 24, layouts/_footer.scss */
footer ul li a {
  color: #fff;
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}
/* line 30, layouts/_footer.scss */
footer ul li a:hover,
footer ul li a:focus {
  color: #bf0404;
}
/* line 36, layouts/_footer.scss */
footer ul i {
  font-size: 18px;
  color: #fff;
  margin-right: 3px;
  transition: .5s ease;
  margin-left: 0px;
  text-align: center;
  width: 30px;
  flex: 0 0 30px;
  margin-top: 4px;
}
/* line 48, layouts/_footer.scss */
footer ul li:hover i {
  transform: rotate(360deg);
  color: #bf0404;
}
/* line 55, layouts/_footer.scss */
footer .copy-right {
  background: #404054;
  padding: 20px;
  margin-top: 50px;
  text-align: center;
}
/* line 60, layouts/_footer.scss */
footer .copy-right p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

/* line 1, modules/_buttons.scss */
.btn-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #2f2f46;
  border: 2px solid #2f2f46;
  color: #fff;
  font-family: "Poppins", "Lato", "Droid Arabic Kufi", sans-serif;
  padding: 11px 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  transition: all ease-in-out;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* line 15, modules/_buttons.scss */
.btn-primary i {
  color: #bf0404;
  margin-left: 5px;
}

/* line 23, modules/_buttons.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #2f2f46;
  border-color: #2f2f46;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 30, modules/_buttons.scss */
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.1);
  -moz-box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.1);
  -ms-box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.1);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/* line 58, modules/_buttons.scss */
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Start Department Block */
/* line 2, modules/_blocks.scss */
.department-block {
  background: #fcfcfc;
  box-shadow: 0px 1px 5px #c7c5c5;
}
/* line 7, modules/_blocks.scss */
.department-block h3 {
  margin-bottom: 0;
}
/* line 10, modules/_blocks.scss */
.department-block h3 span {
  background: #2f2f46;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 2px;
  box-shadow: -9px -9px 0 #bf0404;
  margin-right: -6px;
}
/* line 24, modules/_blocks.scss */
.department-block ul {
  padding: 30px 5px 20px 30px;
  margin-top: -26px;
  margin-right: 10px;
  overflow: hidden;
}
/* line 32, modules/_blocks.scss */
.department-block ul li {
  margin: 5px 0;
}
/* line 35, modules/_blocks.scss */
.department-block ul li a {
  color: #2f2f46;
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
/* line 42, modules/_blocks.scss */
.department-block ul li a:hover {
  color: #bf0404;
}

/* End Department Block */
/* Start Doctor Block */
/* line 55, modules/_blocks.scss */
.doctor-block .card {
  background: #fcfcfc;
  /*box-shadow: 0px 1px 5px #c7c5c5;*/
  border: none;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 1px 5px #c7c5c5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 68, modules/_blocks.scss */
.doctor-block .card .card-img-top {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 75, modules/_blocks.scss */
.doctor-block .card .card-body {
  padding: 0;
}
/* line 78, modules/_blocks.scss */
.doctor-block .card .card-body .card-title {
  color: #2f2f46;
  font-weight: bold;
  font-size: 20px;
  padding: 0 10px;
  margin: 25px 0 15px;
  line-height: 1.5;
}
/* line 87, modules/_blocks.scss */
.doctor-block .card .card-body .card-text {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #bf0404;
  padding: 0 10px;
  margin-bottom: 20px;
}
/* line 99, modules/_blocks.scss */
.doctor-block .card .card-footer {
  position: relative;
  padding: 0;
  background-color: #fcfcfc;
  border-top: none;
}
/* line 105, modules/_blocks.scss */
.doctor-block .card .card-footer .experience {
  background: #bf0404;
  padding: 5px 10px;
  color: #fff;
  margin: 0;
  font-family: "Poppins", "Lato", "Droid Arabic Kufi", sans-serif;
  font-size: 14px;
  text-align: center;
}
/* line 115, modules/_blocks.scss */
.doctor-block .card .card-footer .lang-btn {
  background: #2f2f46;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  font-family: "Poppins", "Lato", "Droid Arabic Kufi", sans-serif;
  font-size: 14px;
  text-align: center;
}
/* line 125, modules/_blocks.scss */
.doctor-block .card .card-footer .profilebtn {
  position: absolute;
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  background: #2f2f46;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 138, modules/_blocks.scss */
.doctor-block .card .card-footer .profilebtn .btn-content {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}
/* line 144, modules/_blocks.scss */
.doctor-block .card .card-footer .profilebtn .btn-content a {
  display: table-cell;
  vertical-align: middle;
}
/* line 149, modules/_blocks.scss */
.doctor-block .card .card-footer .profilebtn .btn-content .btn-danger {
  background: #bf0404;
  border-color: #bf0404;
}
/* line 153, modules/_blocks.scss */
.doctor-block .card .card-footer .profilebtn .btn-content .btn-danger i {
  margin-left: 5px;
}
/* line 158, modules/_blocks.scss */
.doctor-block .card .card-footer .profilebtn .btn-content .btn-danger:hover,
.doctor-block .card .card-footer .profilebtn .btn-content .btn-danger:focus {
  background: #dc3545;
  border-color: #dc3545;
}
/* line 170, modules/_blocks.scss */
.doctor-block .card:hover {
  background: #f2f2f2;
}
/* line 173, modules/_blocks.scss */
.doctor-block .card:hover .card-footer .profilebtn {
  top: 0;
}
/* line 177, modules/_blocks.scss */
.doctor-block .card:hover .card-img-top {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* End Doctor Block */
/* Start About */
/* line 195, modules/_blocks.scss */
.about {
  padding: 50px 0;
}
/* line 198, modules/_blocks.scss */
.about .about-text {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 22px;
  color: #2f2f46;
  margin-bottom: 10px;
  line-height: 1.8;
}
/* line 206, modules/_blocks.scss */
.about .about-image {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
  /*box-shadow: 0px 1px 10px #c7c5c5;*/
  border-radius: 5px;
  box-shadow: 0 13px 20px -5px rgba(50, 50, 93, 0.25), 0 8px 14px -8px rgba(0, 0, 0, 0.3), 0 -6px 14px -6px rgba(0, 0, 0, 0.03);
}
/* line 215, modules/_blocks.scss */
.about .about-title {
  font-weight: bold;
  font-size: 25px;
  color: #bf0404;
  margin: 50px 0 30px;
  text-transform: uppercase;
}
/* line 223, modules/_blocks.scss */
.about .about-list {
  padding: 0;
}
/* line 226, modules/_blocks.scss */
.about .about-list li {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 20px;
  color: #2f2f46;
  line-height: 1.8;
  padding-right: 0;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
/* line 238, modules/_blocks.scss */
.about .about-list li:after {
  content: "\f068";
  color: #bf0404;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: absolute;
  right: inherit;
  top: 3px;
  font-family: Fontawesome;
  left: 0;
}

/* End About */
/* Start Program Block */
/* line 256, modules/_blocks.scss */
.programs {
  padding: 50px 0;
}
/* line 259, modules/_blocks.scss */
.programs .programs-text {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 22px;
  color: #2f2f46;
  margin-bottom: 10px;
  line-height: 1.8;
  margin-bottom: 30px;
}
/* line 268, modules/_blocks.scss */
.programs .card {
  background: #fcfcfc;
  box-shadow: 0px 1px 5px #c7c5c5;
  border: none;
  transition: .5s ease;
  margin-bottom: 30px;
}
/* line 275, modules/_blocks.scss */
.programs .card .card-body {
  padding-bottom: 0;
}
/* line 278, modules/_blocks.scss */
.programs .card .card-body .card-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #2f2f46;
  text-transform: uppercase;
  min-height: 60px;
  line-height: 1.5;
}
/* line 290, modules/_blocks.scss */
.programs .card .card-body .btn-primary {
  padding: 9px 15px;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #bf0404;
  border-color: #bf0404;
}
/* line 304, modules/_blocks.scss */
.programs .card .card-body .btn-primary i {
  color: #fff;
}
/* line 311, modules/_blocks.scss */
.programs .card:hover {
  background: #2f2f46;
}
/* line 314, modules/_blocks.scss */
.programs .card:hover .card-title {
  color: #fff;
}

/* End Program Block */
/* Start News */
/* line 323, modules/_blocks.scss */
.news {
  padding: 50px 0;
}
/* line 326, modules/_blocks.scss */
.news .card {
  color: #2f2f46;
  border: none;
  background: #fcfcfc;
  box-shadow: 0px 1px 5px #c7c5c5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 336, modules/_blocks.scss */
.news .card .card-title {
  font-weight: bold;
  color: #2f2f46;
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
}
/* line 344, modules/_blocks.scss */
.news .card .card-text {
  font-family: "Lato", "Tajawal", sans-serif;
  color: #2f2f46;
  font-size: 16px;
  height: 48px;
  overflow: hidden;
}
/* line 352, modules/_blocks.scss */
.news .card .card-footer {
  background: #fcfcfc;
  border: none;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 362, modules/_blocks.scss */
.news .card .card-footer .date {
  display: inline;
  padding: 9px 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  background: #bf0404;
  font-size: 14px;
}
/* line 376, modules/_blocks.scss */
.news .card .card-footer i {
  margin-left: 5px;
}
/* line 383, modules/_blocks.scss */
.news .card:hover {
  background: #2f2f46;
}
/* line 386, modules/_blocks.scss */
.news .card:hover .card-title {
  color: #fff;
}
/* line 391, modules/_blocks.scss */
.news .card:hover .card-text {
  color: #fff;
}
/* line 396, modules/_blocks.scss */
.news .card:hover .card-footer {
  background-color: #2f2f46;
}

/* End News */
/* Start Logo Section */
/* line 3, modules/_sections.scss */
.logo-section {
  padding: 15px 0;
  background-image: url(../Content/images/noisebg.png);
}
/* line 8, modules/_sections.scss */
.logo-section .logo-picture {
  max-width: 100%;
}
/* line 13, modules/_sections.scss */
.logo-section .btn-primary {
  margin-top: -16px;
  padding: 7px 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-size: 13px;
}
/* line 22, modules/_sections.scss */
.logo-section .btn-primary:hover {
  background: #43435a;
  color: #fff;
  border-color: #43435a;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
/* line 34, modules/_sections.scss */
.logo-section .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* line 40, modules/_sections.scss */
.logo-section .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* line 45, modules/_sections.scss */
.logo-section .btn-outline-secondary {
  color: #fff;
  border-color: #bf0404;
  background: #bf0404;
}
/* line 51, modules/_sections.scss */
.logo-section .btn-outline-secondary:hover {
  background: #2f2f46;
  border-color: #2f2f46;
}
/* line 57, modules/_sections.scss */
.logo-section .form-control:focus {
  border-color: #bf0404;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 62, modules/_sections.scss */
.logo-section .btn-outline-secondary:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* End Logo Section */
/* Start Our Sections */
/* line 71, modules/_sections.scss */
.our-sections {
  padding: 70px 0;
}
/* line 74, modules/_sections.scss */
.our-sections .department {
  padding: 10px;
  background: #f2f2f2;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}
/* line 85, modules/_sections.scss */
.our-sections .department .card .card-body .card-title {
  color: #bf0404;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}
/* line 93, modules/_sections.scss */
.our-sections .department .card .card-body .card-text {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
  margin: 10px 0;
  height: 138px;
  overflow: hidden;
  color: #2f2f46;
}
/* line 106, modules/_sections.scss */
.our-sections .department .btn-primary {
  background-color: #f2f2f2;
  color: #2f2f46;
  border: 2px solid #d2d2d2;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
  box-shadow: none;
}
/* line 119, modules/_sections.scss */
.our-sections .department .btn-primary:hover,
.our-sections .department .btn-primary:focus {
  background-color: #2f2f46;
  border: 2px solid #2f2f46;
  color: #fff;
}
/* line 128, modules/_sections.scss */
.our-sections .department:hover {
  background: #2f2f46;
}
/* line 131, modules/_sections.scss */
.our-sections .department:hover .btn-primary {
  background-color: #2f2f46;
  border: 2px solid #2f2f46;
  color: #fff;
}
/* line 139, modules/_sections.scss */
.our-sections .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}

/* End Our Sections */
/* Start Our Services */
/* line 149, modules/_sections.scss */
.our-services {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 155, modules/_sections.scss */
.our-services .services-background {
  padding: 70px 0;
  background-color: #2f2f46eb;
}
/* line 160, modules/_sections.scss */
.our-services .heading-section,
.our-services .subheading-section {
  color: #fff;
}
/* line 165, modules/_sections.scss */
.our-services .services-card {
  border: 1px solid #4d4d6b;
  padding: 15px;
  text-align: center;
  margin-top: 15px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}
/* line 176, modules/_sections.scss */
.our-services .services-card h3 {
  font-size: 17px;
  color: #fff !important;
  margin-top: 15px;
}
/* line 183, modules/_sections.scss */
.our-services .services-card img {
  width: 100px;
  opacity: 0.8;
}
/* line 190, modules/_sections.scss */
.our-services .services-card:hover {
  background: #bf0404;
  border-color: #bf0404;
}
/* line 194, modules/_sections.scss */
.our-services .services-card:hover img {
  opacity: 1;
}

/* End Our Services */
/* Start Subscribe */
/* line 205, modules/_sections.scss */
.subscribe {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 212, modules/_sections.scss */
.subscribe .subscribe-back {
  padding: 50px 0;
}
/* line 217, modules/_sections.scss */
.subscribe .title {
  color: #2f2f46;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 224, modules/_sections.scss */
.subscribe .sub-title {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}
/* line 229, modules/_sections.scss */
.subscribe form {
  padding: 15px;
  background: #f2f2f2;
}
/* line 234, modules/_sections.scss */
.subscribe form .input-group {
  margin-bottom: 15px;
}
/* line 237, modules/_sections.scss */
.subscribe form .input-group .input-group-text {
  background-color: #bf0404;
  border-color: #bf0404;
  color: #fff;
}
/* line 243, modules/_sections.scss */
.subscribe form .input-group .form-control {
  padding: 0.45rem 0.75rem;
  border-color: #fff;
}
/* line 251, modules/_sections.scss */
.subscribe form .input-group [type="email"] {
  direction: ltr;
}
/* line 257, modules/_sections.scss */
.subscribe form .btn-primary {
  padding: 6px 15px;
}
/* line 262, modules/_sections.scss */
.subscribe .mobile-app {
  border-radius: 5px;
  max-width: 200px;
  margin-bottom: 15px;
}

/* End Subscribe */
/* Start Single Page Bar */
/* line 273, modules/_sections.scss */
.single-page-bar {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../Content/images/Header-Doctors.jpg);
}
/* line 280, modules/_sections.scss */
.single-page-bar .bar-background {
  padding: 70px 0;
}
/* line 286, modules/_sections.scss */
.single-page-bar .bar-title {
  color: #2f2f46;
  font-size: 27px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 293, modules/_sections.scss */
.single-page-bar .breadcrumb {
  margin-bottom: 0;
}
/* line 296, modules/_sections.scss */
.single-page-bar .breadcrumb .breadcrumb-item {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 19px;
  color: #2f2f46;
  text-transform: capitalize;
}
/* line 302, modules/_sections.scss */
.single-page-bar .breadcrumb .breadcrumb-item a {
  color: #2f2f46;
}
/* line 307, modules/_sections.scss */
.single-page-bar .breadcrumb .breadcrumb-item a:hover,
.single-page-bar .breadcrumb .breadcrumb-item a:focus {
  color: #bf0404;
}
/* line 314, modules/_sections.scss */
.single-page-bar .breadcrumb-item + .breadcrumb-item::before {
  color: #bf0404;
}

/* End Single Page Bar */
/* Start Department Search */
/* line 322, modules/_sections.scss */
.search-bar {
  padding: 30px 15px;
  background: #bf0404;
  margin-bottom: 50px;
  border-radius: 0 0 15px 15px;
}
/* line 328, modules/_sections.scss */
.search-bar .search-title {
  color: #fff;
  font-family: "Poppins", "Lato", "Droid Arabic Kufi", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 2.5rem;
}
/* line 339, modules/_sections.scss */
.search-bar .form-label {
  color: #fff;
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}
/* line 347, modules/_sections.scss */
.search-bar .form-select {
  margin-bottom: 25px;
  border: none;
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}
/* line 356, modules/_sections.scss */
.search-bar .form-control {
  border: none;
  margin-bottom: 25px;
}
/* line 361, modules/_sections.scss */
.search-bar .form-control:focus,
.search-bar .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(158, 5, 5, 0.7);
}
/* line 366, modules/_sections.scss */
.search-bar .btn-primary {
  padding: 5px 30px;
  margin-bottom: 25px;
}
/* line 371, modules/_sections.scss */
.search-bar .btn-primary:hover,
.search-bar .btn-primary:focus {
  background: #43435a;
  border-color: #43435a;
  color: #fff;
}
/* line 378, modules/_sections.scss */
.search-bar ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}
/* line 387, modules/_sections.scss */
.search-bar :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}
/* line 394, modules/_sections.scss */
.search-bar ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}
/* line 403, modules/_sections.scss */
.search-bar .alphbet-sec .list-inline .list-inline-item {
  background: #d60606;
  margin: 1px 1px 7px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  font-size: 19px;
  border-radius: 2px;
}
/* line 415, modules/_sections.scss */
.search-bar .alphbet-sec .list-inline .list-inline-item a {
  color: #fff;
}
/* line 420, modules/_sections.scss */
.search-bar .alphbet-sec .list-inline .list-inline-item:first-child {
  width: 42px;
}
/* line 424, modules/_sections.scss */
.search-bar .alphbet-sec .list-inline .list-inline-item:hover {
  background-color: #2f2f46;
}

/* line 433, modules/_sections.scss */
.search-bar-doctors .form-label {
  margin-bottom: 15px;
}

/* End Department Search */
/* Start Booking Section */
/* line 447, modules/_sections.scss */
.booking {
  margin-top: 100px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../Content/images/back8.jpg);
  background-attachment: scroll;
}
/* line 456, modules/_sections.scss */
.booking .booking-back {
  padding: 50px 0;
}
/* line 461, modules/_sections.scss */
.booking h4 {
  font-weight: bold;
  color: #2f2f46;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 27px;
}
/* line 469, modules/_sections.scss */
.booking .telephone {
  font-family: "Lato", "Tajawal", sans-serif;
  color: #2f2f46;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
/* line 477, modules/_sections.scss */
.booking .telephone i {
  color: #bf0404;
}
/* line 481, modules/_sections.scss */
.booking .telephone a {
  color: #2f2f46;
}
/* line 487, modules/_sections.scss */
.booking .list-inline {
  margin-bottom: 0;
}
/* line 491, modules/_sections.scss */
.booking .list-inline .list-inline-item .btn-danger {
  background-color: #bf0404;
  border-color: #bf0404;
  font-weight: bold;
  padding: 0.48rem 0.75rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* line 500, modules/_sections.scss */
.booking .list-inline .list-inline-item .btn-danger:hover,
.booking .list-inline .list-inline-item .btn-danger:focus,
.booking .list-inline .list-inline-item .btn-secondary:hover,
.booking .list-inline .list-inline-item .btn-secondary:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
/* line 508, modules/_sections.scss */
.booking .list-inline .list-inline-item .btn-secondary {
  background-color: #2f2f46;
  border-color: #2f2f46;
  font-weight: bold;
  padding: 0.48rem 0.75rem;
}
/* line 514, modules/_sections.scss */
.booking .list-inline .list-inline-item .btn-secondary i {
  color: #bf0404;
}

/* End Booking Section */
/* Start Google Map */
/* line 528, modules/_sections.scss */
.google-map {
  /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../Content/images/map.jpg);
  padding: 50px 0;*/
  margin-bottom: 50px;
}
/* line 536, modules/_sections.scss */
.google-map .gmap {
  overflow: hidden;
  position: relative;
}
/* line 541, modules/_sections.scss */
.google-map .gmap iframe {
  height: 400px;
  width: 100%;
}

/* End Google Map */
/*  Start Contact Section */
/* line 559, modules/_sections.scss */
.contact-section .infocontact .social-share {
  padding: 0;
}
/* line 562, modules/_sections.scss */
.contact-section .infocontact .social-share li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: "Lato", "Tajawal", sans-serif;
  color: #2f2f46;
  line-height: 1.8;
  font-size: 20px;
}
/* line 572, modules/_sections.scss */
.contact-section .infocontact .social-share li a,
.contact-section .infocontact .social-share li a:hover,
.contact-section .infocontact .social-share li a:focus {
  color: #2f2f46;
}
/* line 578, modules/_sections.scss */
.contact-section .infocontact .social-share li i {
  color: #fff;
  background-color: #bf0404;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  margin-right: 10px;
  transition: .5s ease;
  flex: 0 0 38px;
}
/* line 597, modules/_sections.scss */
.contact-section .infocontact .social-share li:hover i {
  transform: rotate(360deg);
}

/* End Contact Section */
/* Start Gallery */
/* line 611, modules/_sections.scss */
.gallery {
  padding: 50px 0;
}
/* line 614, modules/_sections.scss */
.gallery .media-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 619, modules/_sections.scss */
.gallery .media-wrapper .media-img {
  height: 230px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* line 628, modules/_sections.scss */
.gallery .media-wrapper .media-type {
  background: #bf0404;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  z-index: 4;
}
/* line 638, modules/_sections.scss */
.gallery .media-wrapper .media-overlay {
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
  z-index: 3;
  height: 230px;
  width: 100%;
  background: rgba(47, 47, 70, 0.8);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 650, modules/_sections.scss */
.gallery .media-wrapper .media-overlay p {
  text-align: center;
  margin: 54px 0 20px;
}
/* line 654, modules/_sections.scss */
.gallery .media-wrapper .media-overlay p i {
  color: #bf0404;
  font-size: 40px;
}
/* line 660, modules/_sections.scss */
.gallery .media-wrapper .media-overlay h3 {
  margin-top: 58px;
  margin-bottom: 15px;
  font: bold 15px/2 "Lato", "Tajawal", sans-serif;
  color: #fff;
  padding: 0 10px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
/* line 677, modules/_sections.scss */
.gallery .media-wrapper:hover .media-overlay {
  top: 0;
}

/* HTML5 Plugin */
/* line 686, modules/_sections.scss */
a[title="jQuery Lightbox"] {
  display: none;
}

/* line 690, modules/_sections.scss */
#html5box-html5-lightbox .html5-text {
  text-align: right !important;
  display: block !important;
  font-family: "Lato", "Tajawal", sans-serif !important;
  line-height: 1.9;
  font-weight: 500;
}

/* line 699, modules/_sections.scss */
.html5-nav-thumb:hover {
  border-color: #bf0404 !important;
  border-width: 2px !important;
}

/* End Gallery */
/* Start Jobs */
/* line 707, modules/_sections.scss */
.jobs {
  padding: 50px 0;
}
/* line 710, modules/_sections.scss */
.jobs .jobs-title {
  color: #bf0404;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}
/* line 717, modules/_sections.scss */
.jobs .jobs-text {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 22px;
  color: #2f2f46;
  margin-bottom: 10px;
  line-height: 1.8;
  margin-bottom: 40px;
}
/* line 726, modules/_sections.scss */
.jobs form {
  padding: 30px;
  background: #bf0404;
  box-shadow: 0px 1px 5px #c7c5c5;
}
/* line 731, modules/_sections.scss */
.jobs form .form-title {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}
/* line 739, modules/_sections.scss */
.jobs form .form-control,
.jobs form .form-select {
  border: none;
}
/* line 744, modules/_sections.scss */
.jobs form .form-control:focus,
.jobs form .form-select:focus {
  box-shadow: 0 0 0 0.25rem #9a0303;
}
/* line 749, modules/_sections.scss */
.jobs form .form-floating > label {
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
  color: #2f2f46;
}
/* line 755, modules/_sections.scss */
.jobs form .form-select {
  font-size: 14px;
}
/* line 759, modules/_sections.scss */
.jobs form .form-floating > .form-select {
  padding-top: 1.9625rem;
  padding-bottom: 0.1rem;
}
/* line 764, modules/_sections.scss */
.jobs form .form-control-lg {
  font-size: 18px;
  font-family: "Lato", "Tajawal", sans-serif;
}
/* line 769, modules/_sections.scss */
.jobs form .form-text {
  margin-top: 0.65rem;
  font-size: 0.775em;
  color: #fff;
}
/* line 775, modules/_sections.scss */
.jobs form .form-label {
  color: #fff;
  font-family: "Lato", "Tajawal", sans-serif;
  font-size: 18px;
}
/* line 782, modules/_sections.scss */
.jobs form .btn-primary {
  padding: 6px 25px;
}

/* End Jobs */
/* Start  No Result */
/* line 792, modules/_sections.scss */
.no-result {
  padding: 50px 0;
}
/* line 795, modules/_sections.scss */
.no-result p {
  font-size: 35px;
  color: #b3b3b3;
  font-family: "Lato", "Tajawal", sans-serif;
  font-weight: 500;
}

/* End No Result */
/* Start Doctor Profile */
/* line 806, modules/_sections.scss */
.doctor-profile {
  padding: 10px;
  background: #bf0404;
  text-align: center;
  border-radius: 0 0 15px 15px;
  margin-bottom: 30px;
  position: relative;
}
/* line 815, modules/_sections.scss */
.doctor-profile figure {
  width: 250px;
  height: 250px;
  line-height: 250px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 10px;
}
/* line 824, modules/_sections.scss */
.doctor-profile figure img {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  box-shadow: 0px 5px 10px #0000008f;
}
/* line 832, modules/_sections.scss */
.doctor-profile .doctor-name {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
/* line 839, modules/_sections.scss */
.doctor-profile .doctor-specialty {
  font-family: "Lato", "Tajawal", sans-serif;
  color: #fff;
  margin: 20px;
  font-weight: 500;
  line-height: 1.9;
}
/* line 847, modules/_sections.scss */
.doctor-profile .doctor-info {
  font-family: "Lato", "Tajawal", sans-serif;
}
/* line 850, modules/_sections.scss */
.doctor-profile .doctor-info .list-info {
  margin: 0 30px 10px;
}
/* line 853, modules/_sections.scss */
.doctor-profile .doctor-info .list-info li:first-child {
  font-weight: bold;
  background: #2f2f46;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
}
/* line 863, modules/_sections.scss */
.doctor-profile .doctor-info .list-info .info {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #d60606;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 878, modules/_sections.scss */
.reservation {
  padding: 2px 8px;
  font-size: 1rem;
  font-family: "Lato", "Tajawal", sans-serif;
  background: #eee;
  border-color: #eee;
  color: #2f2f46;
}

/* End Doctor Profile */
/* Start Insurance Companies */
/* line 893, modules/_sections.scss */
.insurance-company {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../Content/images/insurance/BG.jpg);
  padding: 70px 0;
}
/* line 901, modules/_sections.scss */
.insurance-company .company-logo img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
/* line 908, modules/_sections.scss */
.insurance-company .heading-section, .insurance-company .subheading-section {
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}

/* End Insurance Companies */
@media (max-width: 1199.98px) {
  /* line 9, modules/_media.scss */
  .upper-bar ul .list-inline-item a {
    font-size: 12px;
  }

  /* line 13, modules/_media.scss */
  .logo-section .social-media .list-inline-item i {
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-size: 13px;
  }

  /* line 20, modules/_media.scss */
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }

  /* line 24, modules/_media.scss */
  footer ul li a {
    font-size: 16px;
  }

  /* line 28, modules/_media.scss */
  .programs .card .card-body .card-title {
    font-size: 18px;
  }

  /* line 32, modules/_media.scss */
  .programs .card .card-body .btn-primary {
    font-size: 12px;
  }

  /* line 36, modules/_media.scss */
  .logo-section .btn-primary {
    font-size: 11px;
  }
}
@media (max-width: 991.98px) {
  /* line 44, modules/_media.scss */
  .our-sections .department .card .card-body .card-title {
    font-size: 17px;
  }

  /* line 48, modules/_media.scss */
  .our-sections .department .card .card-body .card-text {
    height: 135px;
    font-size: 15px;
  }

  /* line 53, modules/_media.scss */
  .our-sections .department .btn-primary {
    font-size: 12px;
  }

  /* line 57, modules/_media.scss */
  .heading-section {
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* line 62, modules/_media.scss */
  .subheading-section {
    font: 400 17px/30px "Lato", "Tajawal", sans-serif;
  }

  /* line 66, modules/_media.scss */
  .subscribe .title {
    margin-top: 20px;
  }

  /* line 70, modules/_media.scss */
  .timeline-right::after {
    left: 0px;
  }

  /* line 74, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text {
    margin-top: 50px;
  }
  /* line 79, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text h5 {
    padding: 15px 10px;
    font-size: 19px;
    margin-bottom: 5px;
    line-height: 1.9rem;
  }
  /* line 86, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text p {
    font-size: 18px;
    line-height: 1.7rem;
    margin-bottom: 15px;
  }
  /* line 92, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text .btn-primary {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* line 102, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-image {
    height: 366px;
  }
  /* line 106, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-image .side-image {
    height: 100%;
  }

  /* line 112, modules/_media.scss */
  .home-slider .carousel,
  .home-slider .carousel-item {
    height: 366px;
  }
}
@media (max-width: 767.98px) {
  /* line 122, modules/_media.scss */
  .upper-bar .btn-primary {
    font-size: 10px;
    padding: 5px;
  }

  /* line 127, modules/_media.scss */
  .upper-bar .language {
    font-size: 15px;
  }

  /* line 132, modules/_media.scss */
  .sidenav-button i {
    font-size: 30px;
  }

  /* line 136, modules/_media.scss */
  .sidenav .sidenav-menu li a {
    font-size: 16px;
  }

  /* line 140, modules/_media.scss */
  .sidenav .sidenav-menu ol li a {
    font-size: 15px;
  }

  /* line 144, modules/_media.scss */
  .whatsapp-box .inside-box {
    width: 272px;
  }

  /* line 148, modules/_media.scss */
  .whatsapp-box .inside-box h4 {
    font-size: 14px;
  }

  /* line 152, modules/_media.scss */
  .whatsapp-box .inside-box img {
    width: 100px;
  }

  /* line 156, modules/_media.scss */
  .whatsapp-box .inside-box .btn-success {
    font-size: 12px;
  }

  /* line 160, modules/_media.scss */
  .whatsapp-box .gear-check {
    font-size: 2em;
    padding: 10px;
  }

  /* line 166, modules/_media.scss */
  .chat-box .insidechat-box {
    width: 272px;
  }

  /* line 170, modules/_media.scss */
  .chat-box .insidechat-box h4 {
    font-size: 14px;
  }

  /* line 174, modules/_media.scss */
  .chat-box .chat-check {
    font-size: 1.9em;
    padding: 10px;
  }

  /* line 179, modules/_media.scss */
  .single-page-bar .bar-title {
    font-size: 22px;
  }

  /* line 183, modules/_media.scss */
  .single-page-bar .breadcrumb .breadcrumb-item {
    font-size: 15px;
  }

  /* line 188, modules/_media.scss */
  .search-bar .search-title {
    font-size: 18px;
  }

  /* line 192, modules/_media.scss */
  .search-bar .form-label {
    font-size: 17px;
  }

  /* line 196, modules/_media.scss */
  .search-bar .btn-primary {
    font-size: 14px;
  }

  /* line 200, modules/_media.scss */
  .subscribe .title {
    font-size: 17px;
    margin-top: 20px;
  }

  /* line 205, modules/_media.scss */
  .subscribe .sub-title {
    font-size: 16px;
  }

  /* line 209, modules/_media.scss */
  .department-block ul li a {
    font-size: 18px;
  }

  /* line 213, modules/_media.scss */
  .about .about-title {
    font-size: 22px;
  }

  /* line 217, modules/_media.scss */
  .about .about-text,
  .about .about-list li,
  .programs .programs-text,
  .jobs .jobs-text {
    font-size: 20px;
  }

  /* line 224, modules/_media.scss */
  .single-page-bar .breadcrumb .breadcrumb-item {
    margin-bottom: 10px;
  }

  /* line 228, modules/_media.scss */
  footer .title {
    max-width: 155px;
    font-size: 18px;
  }

  /* line 233, modules/_media.scss */
  footer .copy-right p {
    font-size: 11px;
  }

  /* line 237, modules/_media.scss */
  .doctor-profile .doctor-info .list-info {
    margin-bottom: 20px;
  }

  /* line 241, modules/_media.scss */
  .timeline-right::after {
    left: -5px;
  }

  /* line 245, modules/_media.scss */
  .doctor-profile .doctor-name,
  .doctor-timeline .timeline-header {
    font-size: 21px;
  }

  /* line 250, modules/_media.scss */
  .content .university,
  .content .degree,
  .doctor-timeline .doctor-license li {
    font-size: 17px;
  }

  /* line 256, modules/_media.scss */
  .content .year {
    font-size: 23px;
  }

  /* line 260, modules/_media.scss */
  .booking .telephone {
    font-size: 20px;
  }

  /* line 264, modules/_media.scss */
  .booking h4 {
    font-size: 21px;
  }

  /* line 268, modules/_media.scss */
  .booking .list-inline .list-inline-item .btn-secondary {
    margin-bottom: 15px;
  }

  /* line 272, modules/_media.scss */
  .heading-section span:before,
  .heading-section span:after {
    top: 0;
    width: 30px;
  }

  /* line 278, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text {
    margin-top: 15px;
  }
  /* line 283, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text h5 {
    padding: 5px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 289, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text p {
    font-size: 16px;
    line-height: 1.5rem;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  /* line 296, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text .btn-primary {
    font-size: 11px;
    margin-bottom: 0px;
  }

  /* line 306, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-image {
    height: 230px;
  }
  /* line 310, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-image .side-image {
    height: 100%;
  }

  /* line 316, modules/_media.scss */
  .home-slider .carousel,
  .home-slider .carousel-item {
    height: 230px;
  }
}
@media (max-width: 575.98px) {
  /* line 326, modules/_media.scss */
  .whatsapp-box .inside-box {
    width: 222px;
  }

  /* line 330, modules/_media.scss */
  .chat-box .insidechat-box {
    width: 222px;
  }

  /* line 334, modules/_media.scss */
  .about .about-text,
  .about .about-list li,
  .programs .programs-text,
  .jobs .jobs-text,
  .contact-section .infocontact .social-share li {
    font-size: 18px;
  }

  /* line 342, modules/_media.scss */
  .about .about-title,
  .jobs .jobs-title {
    font-size: 20px;
  }

  /* line 347, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text {
    margin-top: 15px;
  }
  /* line 352, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text h5 {
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.5rem;
    padding: 7px;
  }
  /* line 359, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text p {
    font-size: 15px;
    line-height: 1.5rem;
    margin-bottom: 5px;
  }
  /* line 365, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-text .btn-primary {
    font-size: 11px;
    padding: 3px 15px;
  }

  /* line 371, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-image {
    height: 200px;
  }
  /* line 375, modules/_media.scss */
  .home-slider .carousel-inner .carousel-item .carousel-image .side-image {
    height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* line 383, modules/_media.scss */
  .home-slider .carousel,
  .home-slider .carousel-item {
    height: 372px;
  }
}

/*# sourceMappingURL=style.css.map */
