:root {
  --main-color-green: linear-gradient(-120deg, #90c438 0%, #6ea117 100%);
}
p {
  font-family: Roboto, sans-serif !important;
}
.header-style-one {
  position: absolute;
  background: transparent !important;
}
.sticky-header {
  background: var(--main-color-green);
}
.main-menu .navigation > li > a {
  color: black;
  font-weight: 300;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 0 10px;
}

.main-menu > ul > li.current-menu-item > a {
  color: #90c438;
}
.main-slider:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/hero/shape-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 378px;
  width: 947px;
  z-index: 1000;
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .main-slider:before {
    height: 255px;
    width: 526px;
  }
}

@media (max-width: 600px) {
  .main-slider:before {
    height: 200px;
    width: 100%;
  }

  .header .logo img {
    width: 145px !important;
    height: unset;
    object-fit: contain;
  }

  .hero-slide h1 {
    font-size: 23px !important;
    line-height: 38px !important;
    margin-bottom: 37px !important;
  }

  .image-layer {
    background-image: url(./../img/hero/mira-s1-m.jpg) !important;
    background-size: 180% !important;
    background-position-x: -170px !important;
    transform: none !important;
    /* background-position-x: -175px; */
  }

  .nav-outer .mobile-nav-toggler .inner {
    background: #90c438 !important;
  }

  .why-us-div p {
    width: 100% !important;
    line-height: 28px;
    padding-inline: 1rem !important;
  }

  .section-title {
    font-size: 24px !important;
    /* text-align: center !important; */
  }

  .main-page .section-title {
    text-align: center;
  }
  
  .bn_height,
  .main-slider {
    height: 500px !important;
  }

  .main-slider {
    margin-bottom: 50px;
  }

  .header-style-one {
    transition: all 0.4s ease;
    background-color: transparent;
  }

  .header-style-one.fixed-header {
    position: fixed !important;
    background: linear-gradient(-120deg, #90c438 0%, #6ea117 100%) !important;
  }

  .header-left .logo {
    padding: 20px 0 !important;
  }

  .header-style-one.fixed-header .nav-outer .mobile-nav-toggler .inner {
    background: linear-gradient(120deg, #f7941d 0%, #f7941d 100%) !important;
    border: 1px solid #f7941d !important;
  }

  .mobile-menu .menu-box {
    background: #90c438;
    top: 109px !important;
  }

  .mobile-menu .navigation li.current > a,
  .mobile-menu .navigation li > a:hover {
    color: #567521 !important;
  }

  .mobile-menu .navigation li > a:before {
    border-left: 5px solid #567521 !important;
  }

  .single-blog {
    margin-inline: 1rem !important;
  }

  .appoinment-box {
    padding: 0 !important;
    padding-inline: 2rem;
  }

  .articles-tips {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .section-wrapper {
    margin-bottom: 34px !important;
  }

  .frmdesign-1 {
    width: 100%;
    padding-inline: 1rem;
  }

  #ctl00_Content_btnSubmitApp {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 1.5rem;
    border-radius: 999px;
  }

  .videoicon {
    background: #90c438;
  }

  .who-is-mira .section-title {
    margin-bottom: 3rem !important;
  }

  .who-is-mira p {
    text-align: center;
  }
}

.breadcrumb-item.active {
  font-family: "Tahoma", "Times New Roman", Arial, "Open Sans" !important;
}

.hero-slide h1 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px;
}
.hero-slide h1 span {
  display: block;
  color: #90c438;
}
.th-gradient,
.th-gradient2,
button,
[type="button"],
[type="reset"],
[type="submit"],
.filter-list li.active,
.filter-list li:hover {
  background: linear-gradient(120deg, #90c438 0%, #6ea117 100%);
  color: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.hero-slide a {
  margin: 0 5px;
}
.main-slider .slide {
  height: 100vh;
  padding: 0 !important;
}
.bn_height {
  height: 100vh;
}
.hero-slide {
  padding: 0;
}
.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 7px;
  padding: 45px 0;
}
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a {
  color: #6ea117;
}
.sticky-header .main-menu .navigation > li > a {
  padding: 0;
  background-color: transparent;
  color: white;
}
.sticky-header .main-menu .navigation > li > a:hover,
.sticky-header .main-menu .navigation > li.current > a {
  color: #567521;
}
.sticky-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left .logo {
  position: relative;
  display: block;
  padding: 41px 0;
  padding-top: 20px;
}
.main-slider .slide .image-layer:before {
  background-color: unset;
}
.btn-green {
  color: white;
  background-color: #90c438;
  padding: 15px 34px;
  border-radius: 26px;
}
.btn-orange {
  color: white;
  background-color: #f7941d;
  padding: 15px 34px;
  border-radius: 26px;
}

.why-us {
  padding: 100px 0;
  padding-bottom: 27px;
}
.why-us h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 36px;
  text-transform: capitalize;
}
.why-us-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.why-us-div p {
  width: 59%;
  line-height: 28px;
}
.single-health-block {
  background: #f9f9f9;
  min-height: 225px;
  margin-bottom: 70px;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  padding: 15px;
  position: relative;
}
.who-is-mira .section-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.why-us-content {
  background: #f9f9f9;
  border: 15px solid white;
  padding: 2rem 0;
  padding-top: 4rem;
  margin-top: 1.5rem;
}
.who-is-mira {
  margin-bottom: 100px;
  position: relative;
  margin-bottom: 40px;
}
img.who-is-icon {
  width: 82px;
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
}
.our-services {
  background: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}
.our-services .why-us-content {
  background: unset;
  border: unset;
  padding: 2rem;
}
.our-services .section-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.our-services p {
  font-size: 16px;
}
.services-icon {
  width: 40px;
  outline: 1px dashed black;
  outline-offset: 10px;
  border-radius: 50%;
}
.our-services-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.our-services-text p {
  text-align: left;
  margin-left: 1rem;
}
.our-services .why-us-content:hover {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Adjust the values for the desired shadow effect */
}
.articles-tips {
  background: white;
}
.articles-tips .section-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.articles-tips .why-us-content {
  background: white;
  border: unset;
}
.our-services-img {
  height: 300px;
  object-fit: cover;
}
.services-svg {
  width: 20px;
  margin-right: 10px;
}
.articles-tips a {
  color: #333;
}
.articles-tips-card-title {
  margin-top: 1rem;
}
.articles-tips p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}
.articles-tips-card-text {
  margin-top: 1rem;
}
.single-service-style1:before {
  background: #f7941d;
}
.articles-tips .why-us-content {
  padding: 0;
}
.articles-tips .single-service-style1 {
  padding: 0 1rem;
}
.articles-tips {
  margin: 100px 0;
  margin-top: 60px;
  margin-bottom: 108px;
}
.articles-tips .blog-link {
  background: #ededed;
  padding: 13px 21px;
  /* margin-top: 1rem; */
  border-radius: 15px;
}
.form-bg {
  background-image: url("../img/form/1.jpg");
}
.videoicon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  background: #f7941d;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(144, 196, 56, 0.3);
  box-shadow: 0px 0px 0px 10px rgba(144, 196, 56, 0.3);
  z-index: 3;
}
/* .videobgplay {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
} */
.form-section {
  height: 65vh;
  position: relative;
  margin-bottom: 100px;
}
.form-section .form-control {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  /* display: block; */
  width: 300px;
  border: none;
  border-bottom: 1px solid #757575;
}
.icofont {
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  width: 21px;
}
.input-group-text {
  background-color: unset;
  border: none;
}
.input-group > .form-control:focus {
  box-shadow: unset;
  border-bottom: 3px solid #f7941d;
}
.form-section {
  position: relative;
}
.form-section .section-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.form-section .row {
  margin-top: 2rem;
}
.form-container {
  position: absolute;
  left: -171px;
  top: 33px;
  z-index: 1000;
  background: white;
  padding: 49px;
}
/* .appoinmentshpae-1,
.appoinmentshpae-2 {
  height: 216px;
  width: 216px;
  border-radius: 50%;
  background: #e2f6c0;
  position: absolute;
  right: 50px;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;

  top: 50%;
} */
/* .appoinmentshpae-1 .innershape,
.appoinmentshpae-2 .innershape {
  height: 86px;
  width: 86px;
  background: #ffdaae;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
} */
/* .appoinmentshpae-1:hover {
  background: #ffdaae;
}
.appoinmentshpae-1 .innershape:hover,
.appoinmentshpae-2 .innershape:hover {
  background: #e2f6c0;
} */
.review_text-active {
  padding: 0;
}
.client-review .single-review-text {
  width: 1110px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  opacity: 1;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 2px solid #a1a1a138;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.client-review .section-title.xs {
  font-size: 30px;
}

.client-review .section-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.client-review p {
  font-size: 16px;
}
.review_text-active .single-review-text h4 {
  text-transform: capitalize;
  color: #90c438;
  font-weight: 700;
  margin: 0 0 5px;
}
.main-menu .navigation > li.current > a {
  font-family: "Roboto", sans-serif;
}
.hero-title {
  font-family: Lora, serif;
}
.hero-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.section-title {
  font-family: Lora, serif;
  color: rgb(51, 51, 51);
}
.why-us-text {
  color: rgb(102, 102, 102);
  font-size: 16px;
  font-weight: 400;
}
.who-is-mira p {
  font-size: 16px;
  line-height: 28px;
  color: rgb(68, 68, 68);
  padding: 1.2rem;
  font-weight: 400;
}
.main-menu ul li {
  background-color: unset;
}
.single-blog {
  position: relative;
  margin-left: 2rem;
  margin-bottom: 30px;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(178, 178, 178, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(178, 178, 178, 0.15);
}
.videobgplay.bg_1 {
  background-image: url(../mira/img/mira-7.jpg);
}
.appoinment-box {
  -webkit-box-shadow: 0px 25px 20px 0 rgba(136, 136, 136, 0.15);
  box-shadow: 0px 25px 20px 0 rgba(136, 136, 136, 0.15);
  padding: 50px 0px 70px 56px;
  position: relative;
  z-index: 3;
  top: 27px;
  background: #fff;
}
.review_text-active .slick-list {
  padding: 0;
}
@media (max-width: 900px) {
  #contact {
    padding: 0 !important;
  }
}
.mobile-menu {
  width: 100%;
}
.mobile-menu .menu-box {
  height: unset;
}
.mobile-menu .menu-box {
  background: #90c438;
  top: 123px;
}
.mobile-menu .menu-backdrop {
  background-color: unset;
}
.mobile-menu-visible .mobile-menu .close-btn {
  display: none;
}
.mobile-menu .navigation li {
  border-top: unset;
}
.mobile-menu .navigation li {
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .nav-outer .mobile-nav-toggler .inner {
    background: #f7941d;
  }
}
@media only screen and (max-width: 1199px) {
  .mobile-nav-toggler .icon-bar {
    background: white;
  }
}
@media (max-width: 991.98px) {
  .section-wrapper {
    margin-bottom: 70px;
  }
}
#about .icon-box {
  text-align: center;
}

.slide-content p {
  margin: 0 0 40px;
}
