@-webkit-keyframes pulsate {
  0% {
    background-color: #f44336; }
  25% {
    background-color: #E91E63; }
  50% {
    background-color: #2196F3; }
  75% {
    background-color: #FFC107; }
  100% {
    background-color: #FF5722; } }
@-moz-keyframes pulsate {
  0% {
    background-color: #f44336; }
  25% {
    background-color: #E91E63; }
  50% {
    background-color: #2196F3; }
  75% {
    background-color: #FFC107; }
  100% {
    background-color: #FF5722; } }
@-o-keyframes pulsate {
  0% {
    background-color: #f44336; }
  25% {
    background-color: #E91E63; }
  50% {
    background-color: #2196F3; }
  75% {
    background-color: #FFC107; }
  100% {
    background-color: #FF5722; } }
@keyframes pulsate {
  0% {
    background-color: #f44336; }
  25% {
    background-color: #E91E63; }
  50% {
    background-color: #2196F3; }
  75% {
    background-color: #FFC107; }
  100% {
    background-color: #FF5722; } }
@-webkit-keyframes move {
  to {
    stroke-dashoffset: -1200; } }
@-moz-keyframes move {
  to {
    stroke-dashoffset: -1200; } }
@-o-keyframes move {
  to {
    stroke-dashoffset: -1200; } }
@keyframes move {
  to {
    stroke-dashoffset: -1200; } }
@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-moz-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-o-keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  direction: ltr; }

html, body {
  width: 100%;
  height: 100%;
  font-family: roboto-regular; }

#myDiv {
  height: 100%;
  display: block; }

article {
  font-family: roboto-light; }

.btn:focus {
  box-shadow: none; }
.btn:hover {
  background-color: rgba(46, 49, 146, 0.9) !important; }

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da; }

.internals-back .page ul li a:hover {
  color: #ed1c24; }

/*-social*/
/*-----------------*/
.social {
  position: fixed;
  text-align: center;
  z-index: 20;
  top: 45%;
  left: -270px; }
  .social ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px; }
    .social ul .f-color {
      background-color: #3b5999; }
      .social ul .f-color:hover {
        background-color: #496db9; }
    .social ul .t-color {
      background-color: #1da1f3; }
      .social ul .t-color:hover {
        background-color: #49b3f5; }
    .social ul .g-color {
      background-color: #ff4343; }
      .social ul .g-color:hover {
        background-color: #ff7171; }
    .social ul .in-color {
      background-color: #0077b5; }
      .social ul .in-color:hover {
        background-color: #0095e3; }
    .social ul .call-color {
      background-color: #ed1c24;
      display: none; }
      .social ul .call-color:hover {
        background-color: #f0474d; }
    .social ul .whats-color {
      background-color: #34a782; }
      .social ul .whats-color:hover {
        background-color: #44c59b; }
    .social ul li {
      width: 300px;
      list-style-type: none;
      text-align: right;
      margin-bottom: 3px;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
      .social ul li:hover {
        -webkit-transform: translate(110px, 0);
        -moz-transform: translate(110px, 0);
        -ms-transform: translate(110px, 0);
        -o-transform: translate(110px, 0);
        transform: translate(110px, 0); }
      .social ul li:last-child {
        border: none; }
      .social ul li a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        padding: 10px;
        color: #fff;
        direction: ltr; }
        .social ul li a i {
          color: #fff;
          margin-left: 15px;
          height: 35px;
          width: 35px;
          text-align: center;
          padding-top: 10px;
          text-decoration: none; }

/*-book-now-*/
/*-----------------*/
.book-now-btn {
  position: fixed;
  bottom: 17%;
  right: 0;
  z-index: 111; }
  .book-now-btn a {
    writing-mode: vertical-rl;
    transform: rotateZ(180deg);
    text-transform: uppercase;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #ed1c24;
    text-decoration: none;
    letter-spacing: 1px; }
    .book-now-btn a:hover {
      background-color: rgba(237, 28, 36, 0.8) !important; }

.book-now-fixed {
  width: 0;
  position: fixed;
  right: 0;
  z-index: 111111111111111111111111111111;
  height: 100%;
  background-color: #f4f7f7;
  box-shadow: 0 15px 40px rgba(136, 136, 136, 0.5);
  display: none;
  transition: 0.3s; }
  .book-now-fixed .closebtn {
    color: #111;
    padding: 10px;
    position: absolute;
    top: 10px;
    left: 5px; }
  .book-now-fixed .c-details-right {
    top: 50%;
    transform: translateY(-50%);
    background-color: #f4f7f7;
    box-shadow: none; }
    .book-now-fixed .c-details-right:before, .book-now-fixed .c-details-right:after {
      display: none; }

/*------------------internals-head-back-----------------*/
.internals-back {
  background: no-repeat top;
  background-size: cover;
  width: 100%; }
  .internals-back .page {
    text-align: center;
    padding-top: 160px;
    padding-bottom: 10px;
    text-transform: capitalize; }
    .internals-back .page h1 {
      color: #2e3192;
      font-weight: bolder;
      font-size: 40px;
      margin-bottom: 0; }
    .internals-back .page ul.breadcrumb li + li:before {
      padding: 8px;
      color: #2e3192;
      content: "/\00a0"; }
    .internals-back .page ul {
      background-color: transparent;
      display: inline-flex;
      margin: 0; }
      .internals-back .page ul li {
        font-size: 16px;
        color: #ed1c24; }
        .internals-back .page ul li a {
          color: #2e3192;
          text-decoration: none; }

.caption-animate .carousel-item.active .carousel-caption.first-c {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.caption-animate .carousel-item.active .carousel-caption.second-c {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.caption-animate .carousel-item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.caption-animate .carousel-item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.caption-animate .carousel-item.active .carousel-caption.flipOutX,
.caption-animate .carousel-item.active .carousel-caption.flipOutY,
.caption-animate .carousel-item.active .carousel-caption.bounceIn,
.caption-animate .carousel-item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.caption-animate .carousel-item .carousel-caption.fadeIn,
.caption-animate .carousel-item .carousel-caption.fadeInDown,
.caption-animate .carousel-item .carousel-caption.fadeInDownBig,
.caption-animate .carousel-item .carousel-caption.fadeInLeft,
.caption-animate .carousel-item .carousel-caption.fadeInLeftBig,
.caption-animate .carousel-item .carousel-caption.fadeInRight,
.caption-animate .carousel-item .carousel-caption.fadeInRightBig,
.caption-animate .carousel-item .carousel-caption.fadeInUp,
.caption-animate .carousel-item .carousel-caption.fadeInUpBig {
  opacity: 0; }

.new-social ul li {
  opacity: 1 !important; }
  .new-social ul li a {
    transform: scale(1) !important; }
.new-social button.btn {
  border-radius: 50% !important; }

/*-Header-*/
/*------------------------*/
header {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0; }
  header .head-bar {
    background-color: #2e3192;
    border-bottom: 4px solid #ed1c24; }
    header .head-bar .head-bar-content {
      direction: ltr;
      /*.contacts{
        direction: ltr;
        a{
          line-height: 35px;
          text-decoration: none;
          color: $txt-white;
          font-size: $artical-font;
          i{
            margin-right: 10px;
          }
          &:not(:first-child){
            margin-left: 10px;
          }
          &:not(:last-child){
            margin-right: 10px;
          }
        }
      }*/ }
      header .head-bar .head-bar-content .lang {
        width: 100%;
        text-align: right; }
        header .head-bar .head-bar-content .lang form {
          direction: ltr; }
          header .head-bar .head-bar-content .lang form button {
            border-radius: 0;
            width: 80px;
            background-color: transparent;
            color: rgba(255, 255, 255, 0.9);
            font-size: 18px;
            position: relative; }
            header .head-bar .head-bar-content .lang form button.current:before {
              content: ' ';
              position: absolute;
              width: 0;
              height: 0;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid #ed1c24;
              left: 45%;
              bottom: -2px; }
            header .head-bar .head-bar-content .lang form button:visited, header .head-bar .head-bar-content .lang form button:focus {
              box-shadow: none; }
            header .head-bar .head-bar-content .lang form button:nth-child(2) {
              border-left: 2px solid rgba(255, 255, 255, 0.2);
              margin: 0; }
  header .nb {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }
    header .nb nav {
      padding: 0; }
      header .nb nav .res-logo {
        display: none; }
      header .nb nav ul.navbar-nav {
        align-items: center;
        width: 100%; }
        header .nb nav ul.navbar-nav li {
          width: 100%;
          position: relative; }
          header .nb nav ul.navbar-nav li .nav-link {
            color: #2e3192;
            font-size: 20px;
            text-transform: capitalize;
            width: 100%;
            height: 100%;
            padding: 30px 0;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center; }
            header .nb nav ul.navbar-nav li .nav-link:before {
              content: '';
              display: block;
              position: absolute;
              background-color: #474bc5;
              width: 100%;
              height: 2px;
              left: 0;
              bottom: 0;
              visibility: hidden;
              transform: scaleX(0);
              transition: 0.6s linear; }
            header .nb nav ul.navbar-nav li .nav-link:hover {
              color: #474bc5; }
              header .nb nav ul.navbar-nav li .nav-link:hover:before {
                visibility: visible;
                transform: scaleX(1); }
            header .nb nav ul.navbar-nav li .nav-link.active:before {
              content: '';
              display: block;
              position: absolute;
              background-color: #474bc5;
              width: 100%;
              height: 2px;
              left: 0;
              bottom: 0; }
          header .nb nav ul.navbar-nav li .dropdown-menu {
            padding: 0;
            margin: 0;
            border-radius: 0;
            border: none;
            border-top: 3px solid #2e3192;
            background-color: #ecf9fd;
            top: calc(100% + 12px); }
            header .nb nav ul.navbar-nav li .dropdown-menu:before {
              content: '';
              border-right: 10px solid transparent;
              border-left: 10px solid transparent;
              border-bottom: 10px solid #2e3192;
              position: absolute;
              top: -10px;
              left: 32%; }
          header .nb nav ul.navbar-nav li .dropdown-item {
            border-bottom: 1px solid #fff;
            padding: 0 1.5rem;
            height: 50px;
            display: flex;
            align-items: center; }
            header .nb nav ul.navbar-nav li .dropdown-item:hover {
              background-color: #fff;
              transition: 0.5s; }
            header .nb nav ul.navbar-nav li .dropdown-item:last-child {
              border: none; }
        header .nb nav ul.navbar-nav .logo a {
          padding: 15px 0; }
          header .nb nav ul.navbar-nav .logo a:hover:before {
            visibility: hidden;
            transform: scaleX(0); }

.sticky {
  position: fixed;
  width: 100%;
  z-index: 99; }
  .sticky .nb {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }
    .sticky .nb nav .res-logo {
      padding-left: 10px; }

/*-Footer-*/
/*------------------------*/
footer .get-in-touch {
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 40px 0; }
  footer .get-in-touch .logo-low {
    text-align: left; }
    footer .get-in-touch .logo-low a {
      margin-bottom: 15px;
      display: inline-block; }
    footer .get-in-touch .logo-low article {
      font-size: 16px;
      height: 255px;
      line-height: 1.6;
      overflow: hidden; }
  footer .get-in-touch .the-form {
    text-align: left; }
    footer .get-in-touch .the-form label {
      color: #000;
      font-size: 26px; }
    footer .get-in-touch .the-form .top-form {
      margin-top: 20px;
      margin-bottom: 20px; }
      footer .get-in-touch .the-form .top-form input {
        height: 50px;
        border-radius: 0;
        background-color: transparent; }
        footer .get-in-touch .the-form .top-form input::placeholder {
          font-size: 13px;
          color: #555; }
    footer .get-in-touch .the-form .bottom-form textarea {
      height: 100px;
      overflow: hidden;
      border-radius: 0;
      margin-bottom: 25px;
      background-color: transparent;
      resize: none; }
      footer .get-in-touch .the-form .bottom-form textarea::placeholder {
        font-size: 13px;
        color: #555; }
    footer .get-in-touch .the-form button {
      padding: 15px 75px;
      font-size: 16px;
      border-radius: 0;
      background-color: #2e3192;
      color: #fff;
      text-transform: capitalize; }
    footer .get-in-touch .the-form .res-social {
      display: none; }
footer .rights {
  background-color: #000; }
  footer .rights p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    margin: 0; }
    footer .rights p a {
      text-decoration: none;
      color: #5b5ecb; }

/*--slider--*/
/*-----------------------*/
.slider {
  position: relative;
  height: 100%; }
  .slider #myCarousel {
    height: 100%; }
  .slider .carousel-inner {
    height: 100%; }
  .slider .carousel-item {
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    height: 100%; }
    .slider .carousel-item .carousel-caption {
      text-align: left;
      right: auto;
      left: 0;
      width: 100%;
      bottom: auto;
      top: 30%; }
      .slider .carousel-item .carousel-caption h1 {
        color: #2e3192;
        font-size: 40px;
        text-transform: capitalize;
        width: 70%;
        height: 60px;
        overflow: hidden; }
      .slider .carousel-item .carousel-caption p {
        font-size: 20px;
        width: 70%;
        height: 60px;
        overflow: hidden;
        color: #333; }
      .slider .carousel-item .carousel-caption button {
        color: #fff;
        background-color: #2e3192;
        font-size: 20px;
        padding: 12px 40px;
        border-radius: 0; }
    .slider .carousel-item img {
      transform: rotateY(0); }
  .slider .l-left {
    width: 200px;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: transparent; }
  .slider .r-right {
    width: 200px;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: transparent;
    right: 0; }
  .slider .curve {
    width: 100%;
    position: absolute;
    bottom: -3px; }
    .slider .curve img {
      width: 100%; }

/*--wb-center--*/
/*-------------------*/
.wb-center {
  width: 100%;
  height: auto;
  padding-bottom: 25px;
  position: relative; }
  .wb-center h1 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 25px; }
  .wb-center .cycle {
    text-align: center; }
    .wb-center .cycle img {
      margin: 30px 0; }
    .wb-center .cycle h2 {
      font-size: 20px;
      color: #2e3192; }
    .wb-center .cycle p {
      color: #6e6e6e;
      font-size: 16px; }

/*--services--*/
/*-------------------*/
.services h1 {
  text-align: center;
  font-size: 26px;
  padding: 45px 0; }
.services .pathology {
  width: 100%; }
  .services .pathology .container {
    height: 100%; }
  .services .pathology .row {
    height: 100%;
    padding: 0 15px; }
  .services .pathology .gradient-sp {
    position: relative; }
    .services .pathology .gradient-sp:after {
      content: '';
      width: 100%;
      height: 12%;
      display: block;
      position: absolute;
      top: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2), transparent);
      right: 0;
      left: 0; }
  .services .pathology .services-wrapper {
    width: 100%;
    height: 100%;
    display: block; }
    .services .pathology .services-wrapper:hover .services-img img {
      -webkit-filter: grayscale(0%);
      -webkit-transition: .8s ease-in-out;
      -moz-filter: grayscale(0%);
      -moz-transition: .8s ease-in-out;
      -o-filter: grayscale(0%);
      -o-transition: .8s ease-in-out;
      filter: grayscale(0%); }
    .services .pathology .services-wrapper .services-img {
      overflow: hidden;
      position: relative;
      height: 350px;
      margin-right: -15px;
      margin-left: -15px; }
      .services .pathology .services-wrapper .services-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        min-height: 351px;
        transform: translate(-50%, -50%);
        min-width: 100%;
        -webkit-filter: grayscale(100%);
        -webkit-transition: .8s ease-in-out;
        -moz-filter: grayscale(100%);
        -moz-transition: .8s ease-in-out;
        -o-filter: grayscale(100%);
        -o-transition: .8s ease-in-out;
        filter: grayscale(100%); }
    .services .pathology .services-wrapper .services-bio {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3);
      color: #fff;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center; }
      .services .pathology .services-wrapper .services-bio p {
        font-size: 26px;
        margin: 0;
        line-height: 3;
        text-transform: capitalize; }

/*--Partners--*/
/*-------------------*/
.partners {
  text-align: center;
  margin-top: 25px; }
  .partners h1 {
    font-size: 26px;
    padding: 50px; }
  .partners .partner {
    border: 1px solid #f4f7f7;
    padding: 25px;
    height: 130px;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .partners .partner img {
      width: 100%;
      display: inline-flex; }

.owl-carousel .owl-dots {
  padding: 15px;
  height: 55px;
  margin: 15px; }
  .owl-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    background-color: #ed1c24;
    margin: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    .owl-carousel .owl-dots button:focus {
      outline: 0; }
    .owl-carousel .owl-dots button.active {
      pointer-events: none;
      outline: 1px solid #ed1c24; }

/*--special-one--*/
/*-------------------*/
.special-one {
  background: no-repeat top fixed;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10; }
  .special-one:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(197, 197, 197, 0.4); }
  .special-one .dr-strange {
    margin-top: -30px; }
  .special-one .bio {
    padding-top: 90px;
    padding-bottom: 75px;
    text-align: left; }
    .special-one .bio div {
      position: relative; }
      .special-one .bio div:before {
        content: '';
        position: absolute;
        display: block;
        height: 100%;
        width: 3px;
        top: 0;
        left: -10px;
        background-color: #2e3192; }
      .special-one .bio div h3 {
        font-size: 20px; }
      .special-one .bio div h2 {
        font-size: 24px;
        color: #ed1c24;
        font-weight: bold; }
    .special-one .bio article {
      font-size: 16px;
      color: #333;
      height: 100px;
      overflow: hidden; }
  .special-one .statics {
    text-align: center;
    margin: auto; }
    .special-one .statics .count {
      background-color: rgba(0, 0, 0, 0.3);
      margin-right: 1px;
      padding-top: 30px;
      padding-bottom: 25px; }
      .special-one .statics .count p {
        color: #fff;
        font-size: 22px;
        direction: ltr; }
        .special-one .statics .count p:first-child {
          width: 90px;
          display: inline-block; }
        .special-one .statics .count p .progress_counter {
          font-size: 24px;
          position: relative;
          margin-left: 1px; }
          .special-one .statics .count p .progress_counter:after {
            content: '';
            display: block;
            position: absolute;
            width: 25px;
            height: 2px;
            background-color: #2e3192;
            left: calc(50% - 14.5px); }

/*------------------------------------About---------------------------------*/
.medical-services {
  background-color: #f4f7f7;
  padding: 50px 0; }
  .medical-services .paragraph {
    text-align: left; }
    .medical-services .paragraph h1 {
      font-size: 30px;
      color: #2e3192;
      margin-bottom: 30px; }
    .medical-services .paragraph article {
      font-size: 16px;
      line-height: 30px;
      color: #555;
      word-spacing: 3px;
      overflow: hidden; }
  .medical-services .doc-img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }

/*------------------------------------Clinic---------------------------------*/
.clinic {
  background-color: #f4f7f7; }
  .clinic h1 {
    font-size: 26px;
    text-align: center;
    color: #333;
    padding: 30px; }
  .clinic .disease-img {
    overflow: hidden; }
  .clinic .disease-bio {
    background-color: #fff;
    padding: 12px 12px;
    margin-bottom: 40px;
    text-align: left; }
    .clinic .disease-bio h2 {
      font-size: 22px;
      color: #2e3192; }
    .clinic .disease-bio article {
      margin-bottom: 20px;
      font-size: 14px;
      overflow: hidden;
      color: #555; }
    .clinic .disease-bio button {
      padding: 10px 30px;
      font-size: 14px;
      border-radius: 0;
      background-color: #2e3192;
      color: #fff;
      text-transform: capitalize; }

/*------------------------------------Tests---------------------------------*/
.tests {
  background-color: #f4f7f7;
  padding-top: 50px;
  padding-bottom: 30px; }
  .tests .tst {
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    display: block;
    direction: ltr; }
    .tests .tst:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 2; }
    .tests .tst img {
      position: absolute;
      z-index: 0;
      transition: transform 1.2s;
      bottom: 0;
      width: 100%; }
    .tests .tst h2 {
      color: #fff;
      font-size: 26px;
      text-transform: capitalize;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      position: absolute;
      width: 100%;
      text-align: center;
      padding: 0 10px; }
    .tests .tst:hover img {
      transform: scale(1.06) rotate(1deg); }

/*------------------------------------Doctors---------------------------------*/
.doctors {
  background-color: #f4f7f7;
  padding-top: 70px;
  padding-bottom: 45px; }
  .doctors .doc-list {
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-bottom: 25px; }
    .doctors .doc-list img {
      background-color: #fff;
      position: absolute;
      left: 50%;
      transform: translate(-50%); }
    .doctors .doc-list .doc-info {
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 215px;
      padding: 75px 10px 20px;
      background: linear-gradient(to top, #fafafa, #fafafa, #fafafa, rgba(250, 250, 250, 0.8), rgba(250, 250, 250, 0.7), rgba(250, 250, 250, 0)); }
      .doctors .doc-list .doc-info h2 {
        overflow: hidden;
        color: #2e3192;
        font-size: 20px; }
      .doctors .doc-list .doc-info h3 {
        overflow: hidden;
        color: #ed1c24;
        font-size: 18px; }
      .doctors .doc-list .doc-info p {
        color: #333;
        font-size: 14px;
        overflow: hidden; }

/*------------------------------------Sponsers---------------------------------*/
/*------------------------------------Contact---------------------------------*/
/*----------------------------Clinic-Details------------------------*/
.details {
  background-color: #f4f7f7;
  padding: 50px 0; }
  .details .c-details-left .details-img {
    direction: ltr;
    overflow: hidden;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .details .c-details-left .details-bio {
    text-align: left; }
    .details .c-details-left .details-bio h2 {
      color: #2e3192;
      font-size: 26px;
      margin-top: 20px; }
    .details .c-details-left .details-bio article {
      color: #555;
      font-size: 16px;
      line-height: 30px; }
      .details .c-details-left .details-bio article p {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }

.c-details-right {
  background-color: #fff;
  position: relative;
  padding: 60px 20px;
  box-shadow: 0 15px 40px rgba(136, 136, 136, 0.5);
  width: 350px;
  top: auto;
  bottom: auto;
  transition: all 1s; }
  .c-details-right:before {
    content: '';
    display: block;
    background: url("../img/form-before.png") no-repeat top left;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .c-details-right:after {
    content: '';
    display: block;
    background: url("../img/form-after.png") no-repeat top right;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0; }
  .c-details-right form {
    position: relative;
    z-index: 1;
    text-align: left; }
    .c-details-right form label {
      text-align: center;
      display: block;
      margin-bottom: 50px;
      font-size: 26px;
      color: #ed1c24; }
    .c-details-right form .name-phone {
      margin-bottom: 15px;
      height: 30px;
      border-radius: 0;
      background-color: transparent;
      text-transform: capitalize;
      color: #333; }
    .c-details-right form .fr-date input {
      background: transparent;
      border-radius: 0; }
    .c-details-right form .fr-date .input-group-text {
      border-radius: 0;
      border: 0; }
    .c-details-right form .fr-time input {
      background: transparent;
      border-radius: 0; }
    .c-details-right form .fr-time .input-group-text {
      border-radius: 0;
      border: 0; }
    .c-details-right form select {
      margin-bottom: 25px;
      height: 40px;
      border-radius: 0;
      background-color: transparent;
      text-transform: capitalize;
      color: #333;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .c-details-right form textarea {
      margin-bottom: 25px;
      height: 100px;
      border-radius: 0;
      resize: none;
      background-color: transparent;
      text-transform: capitalize; }
    .c-details-right form button {
      padding: 10px 40px;
      font-size: 14px;
      border-radius: 0;
      background-color: #2e3192;
      color: #fff;
      text-transform: capitalize;
      border: none; }

/*---------------------------------Service-Details------------------------------*/
.s-details {
  background-color: #f4f7f7;
  padding: 50px 0; }
  .s-details .s-details-img {
    overflow: hidden;
    height: 400px;
    direction: ltr; }
    .s-details .s-details-img img {
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
  .s-details .s-details-bio {
    text-align: left; }
    .s-details .s-details-bio h2 {
      color: #2e3192;
      font-size: 26px;
      margin-top: 20px; }
    .s-details .s-details-bio article {
      color: #555;
      font-size: 16px;
      line-height: 30px; }

/*---------------------------------contact-new------------------------------*/
.send-massage {
  padding: 40px 0 0;
  background-color: #f4f7f7; }
  .send-massage .block .block-header {
    text-align: left;
    border-bottom: 2px solid #d5d6d6; }
    .send-massage .block .block-header h2 {
      position: relative;
      margin: 0;
      display: inline-block;
      text-transform: capitalize;
      padding: 0 5px 5px; }
      .send-massage .block .block-header h2:after {
        content: '';
        position: absolute;
        bottom: calc(0% - 2px);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ed1c24; }
  .send-massage .block .offices-listing {
    padding: 100px 0 25px; }
    .send-massage .block .offices-listing .offices-detail {
      height: 100%;
      padding-bottom: 25px;
      text-align: center; }
      .send-massage .block .offices-listing .offices-detail i {
        background-color: #ed1c24;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 55px;
        font-size: 26px;
        color: #fff; }
      .send-massage .block .offices-listing .offices-detail p {
        margin: 0; }
  .send-massage .block .branches-listing {
    padding-top: 40px; }
    .send-massage .block .branches-listing .nav-tabs {
      border: none; }
      .send-massage .block .branches-listing .nav-tabs .nav-item {
        position: relative; }
        .send-massage .block .branches-listing .nav-tabs .nav-item .branches-detail {
          border: 1px solid #d5d6d6;
          position: relative;
          padding: 15px;
          padding-bottom: 60px;
          height: 100%; }
          .send-massage .block .branches-listing .nav-tabs .nav-item .branches-detail h5 {
            text-align: center;
            margin: 25px 0;
            text-transform: capitalize; }
          .send-massage .block .branches-listing .nav-tabs .nav-item .branches-detail .branches-detail-inner {
            display: flex;
            margin-bottom: 20px; }
            .send-massage .block .branches-listing .nav-tabs .nav-item .branches-detail .branches-detail-inner i {
              margin-right: 10px;
              color: #ed1c24;
              font-size: 24px; }
            .send-massage .block .branches-listing .nav-tabs .nav-item .branches-detail .branches-detail-inner p {
              margin: 0;
              display: flex;
              align-items: flex-start; }
            .send-massage .block .branches-listing .nav-tabs .nav-item .branches-detail .branches-detail-inner .label-p-01 {
              width: 40%; }
              .send-massage .block .branches-listing .nav-tabs .nav-item .branches-detail .branches-detail-inner .label-p-01 label {
                margin: 0; }
            .send-massage .block .branches-listing .nav-tabs .nav-item .branches-detail .branches-detail-inner .label-p-02 {
              width: 100%;
              text-align: left; }
        .send-massage .block .branches-listing .nav-tabs .nav-item .nav-link {
          text-align: center;
          width: 60px;
          height: 60px;
          background: #2c2e2a;
          color: #fff;
          padding: 5px;
          border-radius: 0;
          position: absolute;
          top: calc(100% - 60px);
          right: 15px; }
          .send-massage .block .branches-listing .nav-tabs .nav-item .nav-link:hover {
            border-color: transparent; }
          .send-massage .block .branches-listing .nav-tabs .nav-item .nav-link i {
            width: 100%;
            font-size: 26px; }
          .send-massage .block .branches-listing .nav-tabs .nav-item .nav-link p {
            margin: 0;
            font-size: 18px; }
        .send-massage .block .branches-listing .nav-tabs .nav-item .nav-link.active {
          border: transparent;
          background-color: #ed1c24;
          transition: 0.5s; }
  .send-massage .maps {
    margin-top: 50px; }
    .send-massage .maps .qr-code {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .send-massage .maps .maps-taps {
      margin-right: -15px; }

/*---------------------------------sponsers-new------------------------------*/
.sponsers {
  background-color: #f4f7f7;
  padding: 50px 0 10px; }
  .sponsers .sponsers-block {
    margin: 0 50px 50px; }
    .sponsers .sponsers-block .sponsers-block-header {
      margin-bottom: 30px; }
      .sponsers .sponsers-block .sponsers-block-header h2 {
        text-align: center;
        font-size: 30px;
        text-transform: capitalize; }
    .sponsers .sponsers-block .sponsers-block-details .partners .partner {
      border: 1px solid #fff; }
    .sponsers .sponsers-block .sponsers-block-details .partners .owl-carousel {
      position: relative; }
    .sponsers .sponsers-block .sponsers-block-details .partners .owl-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -50px;
      right: -50px;
      display: flex;
      justify-content: space-between; }
      .sponsers .sponsers-block .sponsers-block-details .partners .owl-nav button {
        width: 50px;
        height: 50px;
        display: flex;
        font-size: 50px;
        align-items: center;
        justify-content: center;
        color: #ed1c24; }
        .sponsers .sponsers-block .sponsers-block-details .partners .owl-nav button span {
          line-height: 1;
          width: 100%;
          height: 100%; }
        .sponsers .sponsers-block .sponsers-block-details .partners .owl-nav button:focus {
          outline: 0; }
      .sponsers .sponsers-block .sponsers-block-details .partners .owl-nav .owl-next {
        margin-left: 20px; }
      .sponsers .sponsers-block .sponsers-block-details .partners .owl-nav .owl-prev {
        margin-right: 20px; }

/*----------------------------------splash------------------------------*/
.no-padding {
  padding: 0; }

.splash {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative; }
  .splash:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }
  .splash .container {
    height: 100%;
    padding: 0; }
  .splash .row, .splash .col-md-4, .splash .splash-cl {
    height: 100%; }
  .splash .splash-sections {
    height: calc(100% - 50px); }
    .splash .splash-sections .splash-cl {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative; }
      .splash .splash-sections .splash-cl:before {
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
        content: ' ';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0; }
      .splash .splash-sections .splash-cl .baligh-scan {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .splash .splash-sections .splash-cl .baligh-scan a {
          display: block; }
          .splash .splash-sections .splash-cl .baligh-scan a:hover {
            transform: scale(1.08);
            transition: all 1.1s; }
        .splash .splash-sections .splash-cl .baligh-scan .back-light-01 {
          border-radius: 50%;
          width: 1px;
          height: 1px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 0 135px 118px rgba(255, 255, 255, 0.4); }
        .splash .splash-sections .splash-cl .baligh-scan .back-light-02 {
          border-radius: 50%;
          width: 1px;
          height: 1px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 0 224px 135px white; }
        .splash .splash-sections .splash-cl .baligh-scan .back-light-03 {
          border-radius: 50%;
          width: 1px;
          height: 1px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 0 100px 155px rgba(255, 255, 255, 0.5); }
      .splash .splash-sections .splash-cl button {
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px 50px;
        border-radius: 0;
        color: #fff;
        background-color: #ed1f27; }
        .splash .splash-sections .splash-cl button:hover {
          background-color: #f04047 !important; }
  .splash .splash-social ul {
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center; }
    .splash .splash-social ul li {
      z-index: 1;
      list-style-type: none;
      margin-right: 15px; }
      .splash .splash-social ul li a {
        color: #fff;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none; }
        .splash .splash-social ul li a:hover {
          color: #000;
          transition: 0.8s; }
      .splash .splash-social ul li:last-child {
        margin-right: 0; }

/*-------------------------Special-Container-----------------------------*/
/*----------------------------------------------------------------------*/
@media only screen and (min-width: 1366px) {
  /*--------------------------------------------------------------------*/
  .container {
    max-width: 1200px; } }
/*----------------------------------------------------------------------*/
@media only screen and (min-width: 1600px) {
  /*--------------------------------------------------------------------*/
  .container {
    max-width: 1400px; } }
/*----------------------------media(1440)------------------------------*/
@media only screen and (max-width: 1440px) {
  .social ul li {
    width: 285px; }
    .social ul li a {
      padding: 5px; }
      .social ul li a i {
        height: 30px;
        width: 30px;
        padding-top: 8px; }

  .slider .carousel-item .carousel-caption h1 {
    font-size: 35px; }
  .slider .carousel-item .carousel-caption p {
    font-size: 18px; }
  .slider .carousel-item .carousel-caption button {
    padding: 10px 30px; } }
/*----------------------------media(800)------------------------------*/
@media only screen and (max-height: 800px) {
  .c-details-right {
    padding: 40px 15px 20px;
    width: 250px; }
    .c-details-right .form-control {
      padding: .175rem .75rem;
      font-size: 12px; }

  .c-details-right form label {
    margin-bottom: 30px;
    font-size: 24px; }

  .c-details-right form .name-phone {
    margin-bottom: 10px;
    height: 25px; }
    .c-details-right form .name-phone::placeholder {
      font-size: 12px; }

  .c-details-right form .fr-date .form-group {
    margin-bottom: 10px; }
    .c-details-right form .fr-date .form-group .input-group .form-control {
      padding: 0.275rem .75rem;
      line-height: 15px; }
    .c-details-right form .fr-date .form-group .input-group .input-group-append .input-group-text {
      padding: 0.3rem .5rem;
      line-height: 0.5;
      font-size: 0.75rem; }

  .c-details-right form select {
    margin-bottom: 10px;
    height: 25px !important;
    font-size: 12px; }

  .c-details-right form textarea {
    margin-bottom: 15px;
    height: 50px; }

  .c-details-right form button {
    padding: 6px 30px;
    font-size: 12px; } }
/*----------------------------media(1366)------------------------------*/
@media only screen and (max-width: 1366px) {
  header .head-bar {
    border-bottom: 3px solid #ed1c24; }
    header .head-bar .head-bar-content .contacts a {
      font-size: 13px; }
    header .head-bar .head-bar-content .lang form button {
      font-size: 14px; }
  header .nb nav ul.navbar-nav li .nav-link {
    font-size: 16px;
    padding-top: 25px; }
  header .nb nav ul.navbar-nav .logo a {
    padding-bottom: 10px;
    padding-top: 10px; }

  .slider {
    height: auto; }
    .slider .carousel-item .carousel-caption h1 {
      font-size: 25px;
      height: 45px; }
    .slider .carousel-item .carousel-caption p {
      font-size: 14px; }
    .slider .carousel-item .carousel-caption button {
      padding: 8px 25px;
      font-size: 16px; }

  .send-massage .right-col .main-office div p {
    font-size: 16px; } }
/*----------------------------media(1200)------------------------------*/
@media only screen and (max-width: 1200px) {
  .partners h1 {
    padding: 40px; }
  .partners .partner {
    padding: 15px;
    height: 100px; }

  .special-one .dr-strange {
    margin-left: -10px;
    margin-right: 10px; }
  .special-one .statics .count p:first-child {
    width: 66px;
    display: inline-block; }
  .special-one .statics .count p .progress_counter {
    font-size: 30px; }

  footer .get-in-touch {
    padding: 25px 0; }

  /*---------------Clinic-----------*/
  .clinic h1 {
    font-size: 22px;
    padding: 25px; }
  .clinic .disease-bio {
    padding: 10px 10px;
    margin-bottom: 30px; }
    .clinic .disease-bio h2 {
      font-size: 18px; }
    .clinic .disease-bio article {
      margin-bottom: 15px; }
    .clinic .disease-bio button {
      padding: 7px 20px;
      font-size: 12px; }

  /*-------------Sponsers------------*/
  .sponsers .sponser {
    padding-bottom: 40px; }
    .sponsers .sponser .im {
      margin-right: 30px;
      margin-left: 30px;
      margin-top: 0; }

  .tests .tst {
    height: 180px; }

  .send-massage .right-col .main-office div label {
    display: block; }

  .c-details-right {
    width: 290px; } }
/*----------------------------media(1060)------------------------------*/
@media only screen and (max-width: 1060px) {
  .social ul li {
    display: none; }

  footer .get-in-touch .the-form .below {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  footer .get-in-touch .the-form .res-social {
    display: flex;
    align-items: center;
    align-self: flex-end; }
    footer .get-in-touch .the-form .res-social ul {
      margin-bottom: 0;
      display: flex; }
      footer .get-in-touch .the-form .res-social ul li {
        margin-right: 15px;
        list-style-type: none;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        footer .get-in-touch .the-form .res-social ul li a {
          transform: scale(0); }
          footer .get-in-touch .the-form .res-social ul li a i {
            font-size: 25px;
            color: rgba(51, 51, 51, 0.6); }
            footer .get-in-touch .the-form .res-social ul li a i:hover {
              color: rgba(51, 51, 51, 0.8); }
    footer .get-in-touch .the-form .res-social button.btn {
      background-color: #ed1c24;
      width: 60px;
      height: 60px;
      padding: 10px;
      font-size: 12px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      margin-left: 20px; }
      footer .get-in-touch .the-form .res-social button.btn:hover {
        background: #f14b52 !important; }
      footer .get-in-touch .the-form .res-social button.btn span {
        display: block; } }
/*----------------------------media(992)------------------------------*/
@media only screen and (max-width: 992px) {
  header {
    position: static; }
    header .nb {
      background-color: #fff; }
      header .nb nav .res-logo {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px; }
      header .nb nav ul.navbar-nav .logo {
        display: none; }
      header .nb nav ul.navbar-nav li .nav-link {
        background-color: #fff;
        font-size: 20px;
        padding-top: 16px;
        padding-bottom: 16px; }
        header .nb nav ul.navbar-nav li .nav-link:hover {
          background-color: #3a3eb9;
          color: #fff; }
        header .nb nav ul.navbar-nav li .nav-link:before {
          width: 0;
          display: none; }
        header .nb nav ul.navbar-nav li .nav-link.active:before {
          width: 0;
          display: none; }
      header .nb nav #nav-icn {
        width: 35px;
        height: 45px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer; }
        header .nb nav #nav-icn span {
          display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          background: #2e3192;
          border-radius: 0;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out; }
          header .nb nav #nav-icn span:nth-child(1) {
            top: 0; }
          header .nb nav #nav-icn span:nth-child(2) {
            top: 10px; }
          header .nb nav #nav-icn span:nth-child(3) {
            top: 10px; }
          header .nb nav #nav-icn span:nth-child(4) {
            top: 21px; }
      header .nb nav #nav-icn.open span:nth-child(1) {
        top: 18px;
        width: 0;
        left: 50%; }
      header .nb nav #nav-icn.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header .nb nav #nav-icn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header .nb nav #nav-icn.open span:nth-child(4) {
        top: 18px;
        width: 0;
        left: 50%; }
      header .nb nav .navbar-toggler {
        margin-right: 20px;
        margin-top: 15px;
        border-radius: 0;
        margin-left: 20px; }
        header .nb nav .navbar-toggler:focus {
          outline: 0; }

  header .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }

  header .nb nav .navbar-collapse {
    padding-bottom: 20px; }

  #myDiv {
    position: relative; }

  header.sticky .nb nav {
    background-color: #fff; }

  .internals-back .page {
    padding-top: 40px; }

  /*-------------------------*/
  .wb-center {
    background: none; }
    .wb-center .cycle h2 {
      font-size: 18px; }
    .wb-center .cycle p {
      font-size: 14px; }

  /*-------------------------*/
  .special-one .dr-strange {
    display: none; }
  .special-one .bio {
    padding: 50px 40px 0; }
  .special-one .statics {
    padding: 0 60px 50px; }

  /*-------------------------*/
  footer .form-group {
    margin-bottom: 0; }
  footer .get-in-touch {
    padding: 20px 0; }
    footer .get-in-touch .logo-low {
      margin-bottom: 20px; }
      footer .get-in-touch .logo-low article {
        font-size: 14px;
        height: auto; }
    footer .get-in-touch .the-form .top-form {
      margin-top: 15px;
      margin-bottom: 15px; }
      footer .get-in-touch .the-form .top-form input {
        height: 40px; }
    footer .get-in-touch .the-form .bottom-form textarea {
      margin-bottom: 20px;
      height: 80px; }
    footer .get-in-touch .the-form button {
      padding: 12px 55px;
      font-size: 14px; }
    footer .get-in-touch .the-form .res-social ul {
      margin-bottom: 0; }
      footer .get-in-touch .the-form .res-social ul li {
        display: inline-block;
        margin-right: 15px;
        list-style-type: none; }
        footer .get-in-touch .the-form .res-social ul li a i {
          font-size: 25px;
          color: rgba(51, 51, 51, 0.6); }
          footer .get-in-touch .the-form .res-social ul li a i:hover {
            color: rgba(51, 51, 51, 0.8); }

  /*------------About-------------*/
  .medical-services .paragraph article {
    margin-bottom: 50px; }
  .medical-services .doc-img {
    overflow: hidden;
    position: static;
    direction: ltr; }

  /*------------tests-------------*/
  .tests .res-mar-tst {
    padding-right: 5px;
    padding-left: 5px; }
  .tests .tst {
    margin-bottom: 10px; }

  /*-----------Doctors----------*/
  .doctors .doc-list .doc-info {
    opacity: 1; }

  /*-------------Sponsers------------*/
  .sponsers .sponser {
    padding-bottom: 35px; }
    .sponsers .sponser .im {
      padding: 15px;
      margin-right: 15px;
      margin-left: 15px;
      margin-top: 0;
      height: 100px; }
    .sponsers .sponser h1 {
      font-size: 22px;
      margin-bottom: 10px; }
    .sponsers .sponser article {
      margin-bottom: 10px; }

  /*-----------Clinic-Details----------*/
  .details {
    background-color: #f4f7f7;
    padding: 50px 0; }
    .details .c-details-left .details-img {
      overflow: hidden;
      height: 400px; }
    .details .c-details-left .details-bio h2 {
      color: #2e3192;
      font-size: 26px;
      margin-top: 20px; }
    .details .c-details-left .details-bio article {
      color: #555;
      font-size: 16px;
      line-height: 30px; }
    .details .c-details-right {
      background-color: transparent;
      padding: 30px 20px;
      box-shadow: 0 0 0;
      margin-top: 40px;
      position: static !important;
      width: auto; }
      .details .c-details-right:before {
        display: none; }
      .details .c-details-right:after {
        display: none; }
      .details .c-details-right form label {
        text-align: left; }
      .details .c-details-right form .mrr-res {
        margin-right: 5%; }
      .details .c-details-right form .name-phone {
        width: 49%;
        display: inline-block; }
      .details .c-details-right form .fr-date {
        width: 49%;
        display: inline-block;
        margin-right: 5%; }
      .details .c-details-right form .fr-time {
        width: 49%;
        display: inline-block; }
      .details .c-details-right form select {
        width: 49%;
        display: inline-block; }
      .details .c-details-right form textarea {
        width: 98.5%;
        display: inline-block; }
      .details .c-details-right form button {
        padding: 10px 40px;
        font-size: 14px;
        border-radius: 0;
        background-color: #2e3192;
        color: #fff;
        text-transform: capitalize;
        border: none; }

  .col-margin-res {
    margin-bottom: 5px; }

  .services .pathology .services-img {
    margin-right: -12.5px;
    margin-left: -12.5px; }

  .social ul .call-color {
    display: block;
    writing-mode: vertical-rl; }
    .social ul .call-color a {
      padding: 10px; }
    .social ul .call-color:hover {
      -webkit-transform: unset;
      -moz-transform: unset;
      -ms-transform: unset;
      -o-transform: unset;
      transform: unset; }

  .book-now-btn a {
    display: none; }

  .splash .splash-sections .splash-cl .baligh-scan {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    transform: unset; }
    .splash .splash-sections .splash-cl .baligh-scan a img {
      width: auto;
      transform: translate(-50%, -50%) scale(0.7); }

  .splash .splash-sections .splash-cl button {
    display: none; }

  .splash .container {
    padding-right: 15px;
    padding-left: 15px; }

  .no-padding {
    padding-right: 15px;
    padding-left: 15px;
    height: 30.333333%; }

  .splash-cl {
    height: 100%; }
    .splash-cl .baligh-scan {
      position: unset;
      top: unset;
      left: unset;
      transform: unset;
      width: 100%;
      height: 100%; }
      .splash-cl .baligh-scan a {
        width: 100%;
        height: 100%;
        position: relative; }
        .splash-cl .baligh-scan a img {
          width: 25%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }

  .splash .splash-sections {
    padding-top: 15px; }

  .splash .splash-sections .splash-cl .baligh-scan a:hover {
    transform: unset;
    transition: unset; }

  .splash-cl .baligh-scan a img:hover {
    transform: translate(-50%, -50%) scale(1.08);
    transition: all 1.1s; }

  .send-massage .maps .qr-code {
    padding: 40px 0; }

  .send-massage .maps .maps-taps {
    margin-right: 0; }

  .send-massage .block .branches-listing .nav-tabs .nav-item .branches-detail {
    margin-bottom: 20px; }

  .send-massage .block .branches-listing .nav-tabs .nav-item .nav-link {
    top: calc(100% - 60px); }

  .datetimepicker-input {
    width: 98.5%;
    height: 40px;
    border-radius: 0;
    background-color: transparent;
    text-transform: capitalize;
    color: #333; }

  .send-massage .block .branches-listing .nav-tabs .nav-item {
    margin-bottom: 25px; }

  header .nb nav ul.navbar-nav li .dropdown-menu:before {
    display: none; } }
/*----------------------------media(768)------------------------------*/
@media only screen and (max-width: 768px) {
  header .container {
    max-width: none; }

  /*-----internals-head-back-----*/
  .internals-back .page h1 {
    font-size: 30px; }
  .internals-back .page ul li {
    font-size: 14px; }

  .slider .carousel-item .carousel-caption h1 {
    font-size: 22px;
    height: 50px; }
  .slider .carousel-item .carousel-caption button {
    font-size: 14px; }
  .slider .curve {
    display: none; }

  .wb-center:before {
    display: none; }
  .wb-center:after {
    display: none; }
  .wb-center .cycle h2 {
    font-size: 16px; }
  .wb-center .cycle p {
    width: 60%;
    margin: 0 auto;
    font-size: 14px; }

  .partners h1 {
    padding: 30px; }
  .partners .partner {
    padding: 10px;
    height: 90px; }

  .special-one .bio {
    padding: 40px 40px 0; }
  .special-one .statics {
    padding: 0 60px 40px; }

  footer .get-in-touch .the-form .top-form input {
    margin-bottom: 10px; }

  /*----------------About--------------*/
  .medical-services .paragraph article {
    margin-bottom: 25px; }

  /*------------Clinic----------*/
  .clinic .disease-img img {
    width: 100%; }

  /*------------tests-------------*/
  .tests .res-mar-tst {
    padding-right: 15px;
    padding-left: 15px; }
  .tests .tst {
    margin-bottom: 20px; }

  /*-------------Sponsers------------*/
  .sponsers .sponser {
    padding-bottom: 30px; }
    .sponsers .sponser .im {
      margin-left: 0;
      margin-top: 0;
      height: 90px; }
    .sponsers .sponser h1 {
      font-size: 20px;
      margin-bottom: 7px; }
    .sponsers .sponser article {
      margin-bottom: 10px;
      font-size: 14px; }
    .sponsers .sponser p {
      font-size: 14px; }

  /*------------contact-------------*/
  .send-massage .left-col {
    margin-bottom: 40px; }
  .send-massage .right-col {
    margin-top: 0;
    margin-bottom: 0; }
    .send-massage .right-col .main-office {
      padding-bottom: 20px; }
      .send-massage .right-col .main-office h1 {
        width: 100%; }
    .send-massage .right-col img {
      display: none; }
  .send-massage .branches-tab .branches .branches-details {
    padding: 45px 0; }
    .send-massage .branches-tab .branches .branches-details .lefty {
      float: none;
      width: auto;
      padding-right: 0; }
      .send-massage .branches-tab .branches .branches-details .lefty p {
        font-size: 18px; }
  .send-massage .branches-tab .branches ul a {
    width: auto;
    padding: 5px 15px; } }
/*----------------------------media(576)------------------------------*/
@media only screen and (max-width: 576px) {
  header .nb nav ul.navbar-nav li .nav-link {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px; }

  .slider .carousel-item .carousel-caption h1 {
    font-size: 20px;
    height: 45px; }
  .slider .carousel-item .carousel-caption p {
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

  .wb-center h1 {
    font-size: 22px; }

  footer .get-in-touch .logo-low {
    margin-left: 15px; }

  /*----------------About--------------*/
  .medical-services {
    padding: 40px 0; }
    .medical-services .paragraph h1 {
      font-size: 26px;
      margin-bottom: 20px; }
    .medical-services .paragraph article {
      font-size: 14px;
      word-spacing: 2px; }

  /*-----------Sponsers------------*/
  .sponsers {
    padding-top: 0;
    padding-bottom: 30px; }
    .sponsers .sponser {
      padding-bottom: 0;
      border-bottom: 1px solid #e6e8e8;
      padding-top: 30px; }
      .sponsers .sponser:last-child {
        border-bottom: 0; }
      .sponsers .sponser .im {
        border: 0;
        padding: 0;
        margin: 0 15px 25px;
        height: 85px;
        width: auto;
        background-color: transparent; }

  .send-massage .right-col .main-office h1 {
    font-size: 26px;
    margin-bottom: 25px; }
  .send-massage .right-col .main-office div {
    font-size: 18px;
    margin-bottom: 30px; }
    .send-massage .right-col .main-office div label {
      font-size: 16px; }
  .send-massage .branches-tab .branches .branches-details .lefty p {
    font-size: 16px; }

  .s-details .s-details-bio h2 {
    font-size: 24px; }
  .s-details .s-details-bio article {
    font-size: 14px; }

  /*------------Clinic-Details----------*/
  .details {
    background-color: #f4f7f7;
    padding: 50px 0; }
    .details .c-details-left .details-img {
      overflow: hidden;
      height: 400px; }
    .details .c-details-left .details-bio h2 {
      color: #2e3192;
      font-size: 26px;
      margin-top: 20px; }
    .details .c-details-left .details-bio article {
      color: #555;
      font-size: 16px;
      line-height: 30px; }
    .details .c-details-right {
      background-color: #fff;
      position: relative !important;
      padding: 70px 20px;
      box-shadow: 0 15px 40px rgba(136, 136, 136, 0.5);
      margin-top: 40px;
      top: 0 !important; }
      .details .c-details-right:before {
        content: '';
        display: block;
        background: url("../img/form-before.png") no-repeat top left;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .details .c-details-right:after {
        content: '';
        display: block;
        background: url("../img/form-after.png") no-repeat top right;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0; }
      .details .c-details-right form {
        position: relative;
        z-index: 1; }
        .details .c-details-right form label {
          text-align: center;
          display: block;
          margin-bottom: 50px;
          font-size: 26px;
          color: #ed1c24; }
        .details .c-details-right form .name-phone {
          margin-bottom: 25px;
          height: 40px;
          border-radius: 0;
          background-color: transparent;
          text-transform: capitalize;
          color: #333;
          width: 100%;
          display: block;
          margin-right: 0; }
        .details .c-details-right form .fr-date {
          width: 100%;
          display: block;
          margin-right: 0; }
          .details .c-details-right form .fr-date input {
            background: transparent; }
        .details .c-details-right form .fr-time {
          width: 100%;
          display: block; }
          .details .c-details-right form .fr-time input {
            background: transparent; }
        .details .c-details-right form select {
          margin-bottom: 25px;
          height: 40px;
          border-radius: 0;
          background-color: transparent;
          text-transform: capitalize;
          color: #333;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: 100%;
          display: block; }
        .details .c-details-right form textarea {
          margin-bottom: 25px;
          height: 100px;
          border-radius: 0;
          resize: none;
          background-color: transparent;
          text-transform: capitalize;
          width: 100%;
          display: block; }
        .details .c-details-right form button {
          padding: 10px 40px;
          font-size: 14px;
          border-radius: 0;
          background-color: #2e3192;
          color: #fff;
          text-transform: capitalize;
          border: none; } }
/*----------------------------media(480)------------------------------*/
@media only screen and (max-width: 480px) {
  header .head-bar .head-bar-content .contacts a {
    font-size: 16px; }
    header .head-bar .head-bar-content .contacts a span {
      display: none; }
  header .head-bar .lang form button {
    font-size: 12px !important;
    width: 60px !important; }
    header .head-bar .lang form button:before {
      bottom: -4px !important; }
  header .nb nav .res-logo img {
    width: 85%; }
  header .nb nav ul.navbar-nav li .nav-link {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px; }
  header .nb nav #nav-icn {
    width: 30px; }
    header .nb nav #nav-icn span:nth-child(2), header .nb nav #nav-icn span:nth-child(3) {
      top: 7px; }
    header .nb nav #nav-icn span:nth-child(4) {
      top: 14px; }
  header .nb nav .navbar-toggler {
    margin-right: 10px;
    margin-top: 30px;
    margin-left: 10px; }

  .slider .carousel-item .carousel-caption h1 {
    font-size: 18px; }
  .slider .carousel-item .carousel-caption p {
    font-size: 14px;
    margin-bottom: 18px; }
  .slider .carousel-item .carousel-caption button {
    padding: 5px 20px;
    font-size: 14px; }

  .partners .partner {
    height: 70px; }

  .special-one .statics .count {
    padding: 20px 5px 15px; }
    .special-one .statics .count p {
      font-size: 14px;
      margin-bottom: 10px; }
      .special-one .statics .count p .progress_counter {
        font-size: 22px; }

  footer .get-in-touch .the-form button {
    padding: 10px 40px; }
  footer .get-in-touch .the-form .res-social ul li a i {
    font-size: 20px; }

  /*-----------Sponsers------------*/
  .sponsers {
    padding-top: 30px; }
    .sponsers .sponser {
      padding-bottom: 30px; }
      .sponsers .sponser .im {
        padding: 5px;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 45px;
        height: 80px; }
      .sponsers .sponser h1 {
        font-size: 18px; }
      .sponsers .sponser article {
        font-size: 13px; }
      .sponsers .sponser p {
        font-size: 13px; }

  /*------------contact-------------*/
  .send-massage .right-col .main-office h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .send-massage .right-col .main-office div {
    font-size: 14px;
    margin-bottom: 25px; }
    .send-massage .right-col .main-office div label {
      font-size: 16px; }
  .send-massage .branches-tab .branches .branches-details {
    padding: 40px 0; }
    .send-massage .branches-tab .branches .branches-details .lefty p {
      font-size: 14px; }
  .send-massage .branches-tab .branches ul a {
    font-size: 12px;
    height: 55px;
    padding: 10px 15px; } }
@font-face {
  font-family: 'septime';
  src: url("../fonts/Septime-font.ttf"); }
@font-face {
  font-family: 'roboto-light';
  src: url("../fonts/Roboto-Light.ttf"); }
@font-face {
  font-family: 'roboto-bold';
  src: url("../fonts/Roboto-Bold.ttf"); }
@font-face {
  font-family: 'roboto-medium';
  src: url("../fonts/Roboto-Medium.ttf"); }
@font-face {
  font-family: 'roboto-regular';
  src: url("../fonts/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'arabic-font';
  src: url("../fonts/cocon-next-arabic.ttf"); }

/*# sourceMappingURL=style-en.css.map */
