.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-placeholder {
  height: 116px;
}

.header .hdrmid {
  height: 74px;
}

.header .hdrbtm {
  height: 42px;
}

.header .right3 {
    top: 20px;
    float: right;
    height: auto;
    position: relative;
    margin-bottom: 100px;
}

.header .right3 .lumino {
    border: 1px solid #999;
    display: inline-block;
    margin: 0 auto 0 15px;
    margin-top: 2px;
    position: absolute;
    width: 152px;
    z-index: 10;
    right: -302px;
}
/* our team page  */


@media screen and (max-width: 1200px) {
  
  .header .right3 {
    top: 80px;
    float: right;
    height: auto;
    position: relative;
    margin-bottom: 150px;
  }
  
  
.header .right3 .lumino {
    border: 1px solid #999;
    display: inline-block;
    margin-top: 2px;
    position: absolute;
    width: 100px;
    z-index: 10;
    right: -254px;
}
}

@media screen and (max-width: 980px) {
  
  .header .right2 .reated {
    top: -10px;
  }
  
    .header .right3 {
    top: 82px;
    float: right;
    height: auto;
    position: relative;
    margin-bottom: 144px;
  }
  
  
.header .right3 .lumino {
    border: 1px solid #999;
    display: inline-block;
    margin-top: 2px;
    position: absolute;
    width: 100px;
    z-index: 10;
    right: -238px;
}

}

@media screen and (max-width: 666px) {
  .header .right3 {
    top: 104px;
    float: right;
    height: auto;
    position: relative;
    margin-bottom: 144px;
  }
  
  .header .right3 .lumino {
    border: 1px solid #999;
    display: inline-block;
    margin-top: 2px;
    position: absolute;
    width: 100px;
    z-index: 10;
    right: -280px;
}
    
}

@media screen and (max-width: 480px) {
  .header .right3 {
    top: 100px;
    float: right;
    height: auto;
    position: relative;
    margin-bottom: 150px;
  }
  
  .header .right3 .lumino {
    border: 1px solid #999;
    display: inline-block;
    margin-top: 2px;
    position: absolute;
    width: 100px;
    z-index: 10;
    right: -260px;
}
    
}

/* homepage bar */
@media screen and (max-width: 767px) {
  .drinfo{
    position: absolute;
top: 0;
width: 100%;
left: 0;
z-index: 10;
    padding:5px;
    text-align:center;
    background:#f1f1f1;
  }
  .drinfo br{
    display:none;
  }
  .header-placeholder {
    height: 70px;
  }
  .header .hdrmid {
  height: 70px;
}



.header .hdrbtm {
  height: 0;
}
  .hdrmid img{
    width:96px;
  }
}

/* footer */
.rd-footer {
  padding: 30px 0;
  background-color: #eeeeee;
}

.rd-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rd-footer__nav {

}

.rd-footer__nav .menu a {
  font: 14px/24px Arial, Helvetica, sans-serif;
  color: #5c5b5b;
  text-decoration: none;
}

.rd-footer__contacts {

}

.rd-footer__reviews {
  margin-top: 15px;
}

.rd-footer__copyright {
  grid-column: 1 / 4;
}

.rd-socials {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .rd-footer__grid {
    grid-template-columns: 1fr;
  }

  .rd-footer__nav {
    display: none;
  }

  .rd-footer__copyright {
    grid-column: 1 / 2;
  }
}

.erd-actions {
      display: grid;
      grid-template-columns: auto;
      gap: 30px;
      justify-content: space-evenly;
  }

  .erd-action {
      width: 100%;
      max-width: 200px;
      max-height: 100%;
      aspect-ratio: 1;
      padding: 10px;
      border-radius: 100px 100px 100px 8px;
      background: #ffffff;
      box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
      color: #ffffff;
      text-decoration: none;
  }

  .erd-action__body {
      display: grid;
      place-content: center;
      place-items: center;
      gap: 15px;
      width: 182px;
      max-height: 100%;
      aspect-ratio: 1;
      transform: scale(1);
      transition: transform 300ms ease;
      border-radius: 1000px;
      background: #007BFF;
      text-align: center;
  }

.erd-action:hover,
.erd-action:focus {
  color: #ffffff;
}

  .erd-action:hover .erd-action__body,
  .erd-action:focus .erd-action__body {
      transform: scale(1.03);
  }

  .erd-action__icon {
      height: 50px;
  }

  .erd-action__ico {
      display: block;
      width: 50px;
      height: 50px;
  }

  .erd-action__cdcp {
      display: block;
      padding: 10px 16px;
      border-radius: 16px;
      background: #ffffff;
      color: #007BFF;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2;
      text-align: center;
      text-transform: uppercase;
  }

  .erd-action__name {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.2;
  }

  .erd-actions-footer {
      margin-top: 48px;
      font-size: 20px;
      line-height: 1.25;
  }

  .erd-achievements {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
  }

  .erd-achievement {
      color: #2A375E;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.2;
      text-align: center;
  }

  .erd-achievement p {
      margin: 0;
      padding: 0;
  }

  .erd-achievement__icon {
      display: inline-grid;
      place-items: center;
      width: 40px;
      height: 40px;
      margin-bottom: 16px;
      border-radius: 1000px;
      background: #30BE92;
  }

  .erd-achievement__icon svg {
      width: 24px;
      height: 24px;
  }

  .erd-achievement__title {
      margin-bottom: 8px;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
  }

  @media (min-width: 520px) {
      .erd-actions {
          grid-template-columns: repeat(2, auto);
          justify-content: space-evenly;
      }

      .erd-achievements {
          grid-template-columns: 1fr 1fr;
      }
  }

  @media (min-width: 768px) {
      .erd-actions-footer {
          font-size: 26px;
      }
  }

  @media (min-width: 980px) {
      .erd-actions {
          grid-template-columns: repeat(4, auto);
          justify-content: space-between;
      }

      .erd-achievements {
          grid-template-columns: repeat(4, 1fr);
      }
  }

.h-doctors {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    align-items: stretch;
    gap: 20px;
}

.h-doctor {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.h-doctor__photo {
    display: grid;
    place-items: center;
    padding: 20px;
    background-image: linear-gradient(to right, #2ebf91, #8360c3);
}

.h-doctor__photo img {
    display: block;
    width: 100%;
    max-width: 200px;
    border: 4px solid #ffffff;
    border-radius: 1000px;
}

.h-doctor__body {
    padding: 25px 20px;
    text-align: center;
}

.h-doctor__name {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}

.h-doctor__post {
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .h-doctors {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 30px;
    }
}

.dt select {
    margin-right: 4px;
    padding: 5px;
    cursor: pointer;
    color: #2f2f2f;
    height: auto;
    width: auto;
    border: 1px solid #2f2f2f !important;
    display: inline-block;font-size: 14px !important;
}
.right-sec label {
    float: left;
    font-size: 14px !important;
}
.testiSlider.owl-carousel .owl-item {
    min-height: 225px!important;
}
.testiSlider .item {
    min-height: inherit!important;
}
.service_sec_wrap .item-text {
    flex-direction: column;
    justify-content: center;
    align-items: baseline!important;
}
.service_sec_wrap .item-icon {
    min-width: 100px;
}

.content-area-inner .inner-content-area-left ul {
  padding: 20px 0px;
  
}
.content-area-inner .inner-content-area-left ul li {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  padding-bottom: 10px;
      list-style: none;
}
.content-area-inner .inner-content-area-left ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #011526;
/*   border: 4px solid #1b76c3; */
}
.modal-form {
  z-index: 99999 !important;
}

.modal-form .form-group {
    padding-bottom: 5px!important;
    margin-bottom: 0rem!important;
}
.modal-form .title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal-form .form-control {
  color: #000!important;
}
.modal-form .btn_submit{
  margin-left: auto!important;
    display: block!important;
}

@media (min-width: 1600px){
  .header.v2 .logo img {
    margin-top: 30px;
  }
  .header.v2.slim .logo img {
    margin-top: 0px;
  }
}

@media (min-width: 1850px){
  section.service_sec_wrap .item-icon {
    min-width: 120px;
  }
}

section.service_sec_wrap .service_item:hover {
  background-color: #fff;
}


section.service_sec_wrap .service_item .item-text {
  width: fit-content;
  position: relative;
}
section.service_sec_wrap .service_item .item-text:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #000;
  right: 10px;
  position: absolute;
  opacity: 0;
}
section.service_sec_wrap .service_item .item-text:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-width: 2px 2px 0px 0px;
  rotate: 45deg;
  right: 10px;
  position: absolute;
  opacity: 0;
}
section.service_sec_wrap  .service_item:hover .item-text:after, 
section.service_sec_wrap .service_item:hover .item-text:before {
  opacity: 1;
}

@media (min-width: 992px){
  .card-box-section .erd-action:last-child .icon-bg {
    right: calc(50% - 45px);
  }
}
.home h2.fw-600 {
  font-weight: 600 !important;
}

.text-white h2.h2{
  color: #fff !important;
}
.testiSlider .owl-controls .owl-buttons .owl-prev:before,
.reviews-section-wrap .owl-controls .owl-buttons .owl-prev:before{
  margin-left: 4px;
}
.testiSlider .owl-controls .owl-buttons .owl-next:before,
.reviews-section-wrap .owl-controls .owl-buttons .owl-next:before{
  margin-left: -4px;
}

h2.title.fs-50 {
    font-size: 23px !important;
}
h1.fs-thank-you{
  font-size: 48px !important;
}
@media (min-width: 768px) {
    h2.title.fs-50 {
        font-size: 27px !important;
    }
    h1.fs-thank-you{
      font-size: 60px !important;
    }
}
@media (min-width: 1200px) {
    h2.title.fs-50 {
        font-size: 31px !important;
    }
    h1.fs-thank-you{
      font-size: 80px !important;
    }
}
@media (min-width: 1600px) {
    h2.title.fs-50 {
        font-size: 48px !important;
    }
}
@media (min-width: 1850px) {
    h2.title.fs-50 {
        font-size: 50px !important;
    }
    h1.fs-thank-you{
      font-size: 100px !important;
    }
}

a.btn-review.btn, .btn-review .elementor-button {
    text-transform: none !important;
}

.achievement_sec_wrap .erd-achievement {
    color: #000;
}
.reviews-section-wrap .read-more {
    display: block;
    margin-top: 20px;
}
.achievement_sec_wrap .erd-achievement sup{
    top: -25%;
    left: 0px;
    display: inline-block;
    font-weight: 500;
}
.footer-icon-box.loc-wrap .footer-icon-box-text span {
    font-weight: 300!important;
}
@media (max-width: 767px) {
.info_section_wrap .time_wrap {
    align-items: flex-start!important;
}
  .offers_sec_wrap .item .offers_sec_box {
    padding: 40px 20px!important;
  }
  
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_subtitle {
    text-shadow: 0 0 10px #ffffff;
}
  
  .info_section_wrap .time_wrap ul {
    -moz-columns: 1 auto!important;
    columns: 1 auto!important;
}
  .reviews-section-wrap .owl-controls .owl-buttons,
  .testiSlider .owl-controls .owl-buttons{
    display: none;
}
.project_banner .item {
        background-color: #020e19!important;}
}
@media (max-width: 1199px) {
nav.nav .primary-menu > li > ul > li > a {
    white-space: pre-wrap!important;
  }
  .primary-menu .current-menu-item > a, .primary-menu .current_page_item > a, .primary-menu .current-menu-ancestor > a, .primary-menu .current-menu-parent > a, .primary-menu .current_page_parent > a, .primary-menu .current_page_ancestor > a {
        color: var(--global--color-primary) !important;
        font-weight: 500 !important;
    }

}
.rd-footer.v2 .rd-footer__copyright {
    opacity: 100%!important;
}
  
  .offers_sec_wrap .item .offers_sec_box p {
    text-align: center;
}
.offers_sec_wrap .offers_sec_left_inner {
  padding: 20px 0 40px!important;
}
.offers_sec_wrap .item .offers_sec_box p.mn_text span {
    font-weight: 500!important;
}
    .offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2
 {
        line-height: 100%;
    }

@media (min-width: 768px) and (max-width: 1199px) {
    .offers_sec_wrap .offers_sec_right_content p.offers_sec_right_subtitle {
  font-size: 18px !important;
 }
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text span {
        text-transform: uppercase;
    }

.project_banner .banner_image {
  background-position: right top!important;
}
@media (min-width: 1200px) {
    .header.v2 nav.nav .primary-menu > li > a {
        text-shadow: 0 0 10px #fff;
    }
}

.side-form h3 {
    font-weight: 400;
}
:target{
 scroll-margin-top: var(--height-project-header);
}

@media (max-width: 767px) {
    .offers_sec_wrap .offers_sec_left_inner {
   padding: 20px 15px !important;
    }
}

.sec-404 .description{
  max-width: 900px; 
  margin: auto;
}
.sec-404 .description a{
  color: var(--global--color-primary);
}
.sec-404 .description a:hover{
  color: var(--global--color-black);
  text-decoration:underline;
}
@media (max-width: 1849px) {
  .sec-404 .description{
    max-width: 800px; 
  }
}
@media (max-width: 1599px) {
  .sec-404 .description{
    max-width: 500px; 
  }
}

section.about_sec_wrap .about_cnt{
  width: 100%;
}
section.about_sec_wrap .about_image {
    padding-right: 80px;
}
section.about_sec_wrap .logo_items_awrap {
    justify-content: flex-start;
    gap: 30px;
    padding-top: 40px;
}
section.about_sec_wrap .cnt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.about_sec_wrap .about_image {
    width: 60%;
  }
  section.about_sec_wrap .cnt_wrap {
    width: 40%;
  }
  section.about_sec_wrap .about_image {
      padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.about_sec_wrap .about_image {
    width: 50%;
  }
  section.about_sec_wrap .cnt_wrap {
    width: 50%;
    padding-top: 30px;
  }
  section.about_sec_wrap .about_image {
    padding-right: 30px;
  }
  section.about_sec_wrap .logo_items_awrap {
    padding-top: 20px;
  }
}
@media (max-width: 991px){
  section.about_sec_wrap .about_image {
    padding-right: 0px;
  }
  section.about_sec_wrap .logo_items_awrap {
    gap: 10px;
    padding-top: 20px;
  }
}

.rd-footer.v2 .rd-socials {
  gap: 15px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .rd-footer.v2 .rd-socials {
    gap: 8px;
  }
  nav.nav .primary-menu > li > ul > li > a {
    font-size: 13px;
    padding: 7px 15px;
  }
}

.header-placeholder {
  height: var(--height-project-header);
}
.modal-form .form_outer_wrapper {
  overflow: hidden;
}

html {
  scroll-padding-top: var(--height-project-header);
}

.wpcf7-response-output {
  background-color: #780000;
  top: 10px;
  position: relative;
  color: #fff;
}

.header.v2.slim, 
.page-id-4641 .header.v2, 
.error404 .header.v2 {
  box-shadow: 0px 0px 10px 0px #0000001f;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}