@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&family=Poppins:wght@300;500;600;700&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
}

.header .headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .headerContent .logo {
  margin-right: 40px;
}

.header .headerContent .speakExpert {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  color: #eb569a;
}

.header .headerContent .phoneNumber {
  border-radius: 6px;
  background-color: #eb569a;
  font-size: 22px;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 42px;
  padding: 0 10px;
  border-left: 8px solid #a53e7e;
  margin-right: 10px;
}

.header .headerContent .phoneNumber a {
  color: #ffffff;
  text-decoration: none;
}

.formWrapper {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #ffffff;
  border-bottom: 4px solid #a53e7e;
  width: 370px;
  max-width: 100%;
  position: relative;
}

.formWrapper .formTitle {
  font-size: 27px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #eb569a;
  margin-bottom: 10px;
}

.formWrapper label {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #111111;
  margin-bottom: 10px;
}

.formWrapper .form-control {
  margin-bottom: 18px;
  height: 44px;
  border-color: #b7b7b7;
  border-radius: 4px;
}

.formWrapper .btnBook {
  font-size: 19px;
  font-family: "Heebo", sans-serif;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #eb569a;
  width: 100%;
  padding: 15px;
}

.formWrapper .privacyText {
  position: absolute;
  bottom: 6px;
  right: 5px;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  color: #969696;
}

.heroWrapper {
  background-image: url("../images/bg_hero_banner.jpg");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 190px 0 100px;
}

.heroWrapper .owl-carousel {
  position: relative;
}

.heroWrapper .owl-carousel button.owl-prev {
  position: absolute;
  left: -25px;
  top: 50%;
  height: 30px;
  width: 16px;
  background: url("../images/ic_slider_arrow.png");
  background-size: 16px auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.heroWrapper .owl-carousel button.owl-prev span {
  display: none;
}

.heroWrapper .owl-carousel button.owl-next {
  position: absolute;
  right: -25px;
  top: 50%;
  height: 30px;
  width: 16px;
  background: url("../images/ic_slider_arrow.png");
  background-size: 16px auto;
}

.heroWrapper .owl-carousel button.owl-next span {
  display: none;
}

.heroWrapper .owl-carousel .contentWrapper {
  width: 675px;
  max-width: 100%;
}

.heroWrapper .owl-carousel .contentWrapper .title {
  font-size: 48px;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 40px;
  padding-bottom: 25px;
  position: relative;
}

.heroWrapper .owl-carousel .contentWrapper .title span {
  font-weight: 300;
}

.heroWrapper .owl-carousel .contentWrapper .title::after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  height: 7px;
  width: 46px;
  background-color: #a53e7e;
}

.heroWrapper .owl-carousel .contentWrapper .content {
  font-size: 22px;
  line-height: 30px;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
  font-weight: 300;
}

.heroWrapper .owl-carousel .contentWrapper .contentList {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}

.heroWrapper .owl-carousel .contentWrapper .contentList li {
  font-size: 22px;
  font-weight: 300;
  font-family: "Heebo", sans-serif;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 16px;
  padding-left: 24px;
  background-image: url("../images/ic_check_list.png");
  background-position: left 10px;
  background-repeat: no-repeat;
}

.achievementWrapper {
  padding: 80px 20px;
  background: url("../images/bg_section2.png");
  background-size: cover;
  background-position: center;
}

.achievementWrapper .achivementBox {
  border-radius: 13px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.09);
  padding: 25px 20px 20px;
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.achievementWrapper .achivementBox .icon {
  max-width: 80px;
  margin-bottom: 14px;
}

.achievementWrapper .achivementBox .numbers {
  font-family: "Heebo", sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 18px;
}

.achievementWrapper .achivementBox .achivementTitle {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.serviceWrapper {
  padding: 74px 0;
  background-color: #ffffff;
}

.serviceWrapper .title {
  font-size: 36px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
  color: #eb569a;
}

.serviceWrapper .title::after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  height: 7px;
  width: 46px;
  background-color: #a53e7e;
}

.serviceWrapper .contentList {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}

.serviceWrapper .contentList li {
  font-size: 19px;
  font-weight: 300;
  font-family: "poppins", sans-serif;
  line-height: 35px;
  color: #333333;
  margin-bottom: 8px;
  padding-left: 24px;
  background-image: url("../images/ic_check_list.png");
  background-position: left 10px;
  background-repeat: no-repeat;
}

.uniqueWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eb569a;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.uniqueWrapper .clinicBg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: url("../images/clinic_image.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
}

.uniqueWrapper .clinicBg .clinicImage {
  display: none;
}

.uniqueWrapper .contentWrapper {
  padding: 60px 30px 50px;
  color: #ffffff;
  width: 55%;
}

.uniqueWrapper .contentWrapper .customContainer {
  width: 660px;
  max-width: 100%;
}

.uniqueWrapper .contentWrapper .title {
  font-size: 36px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.uniqueWrapper .contentWrapper .title::after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  height: 7px;
  width: 46px;
  background-color: #a53e7e;
}

.uniqueWrapper .contentWrapper .subTitle {
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
}

.uniqueWrapper .contentWrapper .featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uniqueWrapper .contentWrapper .featureList.borderBottom {
  border-bottom: 2px dashed #ffffff;
}

.uniqueWrapper .contentWrapper .featureList .featureItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 25%;
  padding: 30px 0;
  border-right: 2px dashed #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}

.uniqueWrapper .contentWrapper .featureList .featureItem:last-child {
  border: 0;
}

.uniqueWrapper .contentWrapper .featureList .featureItem .featureIcon {
  margin-bottom: 20px;
}

.storiesWrapper {
  padding: 70px 0 90px;
  background-image: url("../images/bg_stories.png"), -webkit-gradient(linear, left top, left bottom, color-stop(90%, #f3f0f1), color-stop(10%, white));
  background-image: url("../images/bg_stories.png"), linear-gradient(180deg, #f3f0f1 90%, white 10%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.storiesWrapper .title {
  font-size: 36px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
  color: #eb569a;
}

.storiesWrapper .title::after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  height: 7px;
  width: 46px;
  background-color: #a53e7e;
}

.storiesWrapper .storiesCarousel .storiesItem {
  font-size: 20px;
  color: #2c2c2c;
  line-height: 30px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.storiesWrapper .storiesCarousel .storiesItem .video_wrapper {
  width: 480px;
  max-width: 100%;
  margin: 0 auto 35px;
  position: relative;
  background-color: #000;
  aspect-ratio: 16/9;
}

.storiesWrapper .storiesCarousel .storiesItem .video_wrapper_full {
  padding-top: calc(100% / (calc(16 / 9)));
}

.storiesWrapper .storiesCarousel .storiesItem .videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.storiesWrapper .storiesCarousel .storiesItem .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/video_thumb.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.storiesWrapper .storiesCarousel .storiesItem .videoPoster:hover {
  cursor: pointer;
}

.storiesWrapper .storiesCarousel .storiesItem .videoPoster:before {
  content: "";
  position: absolute;
  top: calc(50% - 43px);
  left: calc(50% - 43px);
  width: 87px;
  height: 87px;
  background: url("../images/ic_play_white.png");
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.storiesWrapper .storiesCarousel .storiesItem .videoPoster:hover:before,
.storiesWrapper .storiesCarousel .storiesItem .videoPoster:focus:before {
  background: url("../images/ic_video_blue.png");
}

.storiesWrapper .storiesCarousel .storiesItem .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.storiesWrapper .storiesCarousel .storiesItem .icon {
  width: 93px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 50px 0 40px;
}

.storiesWrapper .storiesCarousel .storiesItem .userMsg {
  font-size: 20px;
  color: #2c2c2c;
  line-height: 30px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}

.storiesWrapper .storiesCarousel .storiesItem .userName {
  font-size: 25px;
  color: #a53e7e;
  line-height: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.storiesWrapper .storiesCarousel .storiesItem .userPost {
  font-size: 19px;
  line-height: 30px;
  color: #a53e7e;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.storiesWrapper .storiesCarousel .owl-dots {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.storiesWrapper .storiesCarousel .owl-dots .owl-dot span {
  display: block;
  height: 12px;
  width: 12px;
  border: 2px solid #eb569a;
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
}

.storiesWrapper .storiesCarousel .owl-dots .owl-dot.active span {
  border-color: #eb569a;
  background-color: #eb569a;
}

.galleryWrapper {
  padding: 30px 0 70px;
}

.galleryWrapper .title {
  font-size: 36px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
  color: #eb569a;
}

.galleryWrapper .title::after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  height: 7px;
  width: 46px;
  background-color: #a53e7e;
}

.galleryWrapper #buttonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 50px;
  padding: 15px 0;
  list-style: none;
  background-color: #ede8ed;
  border-radius: 20px;
  overflow: hidden;
}

.galleryWrapper #buttonGroup li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 25%;
  text-align: center;
  padding: 0 15px;
  background-color: #ede8ed;
  border-right: 1px solid #000;
  position: relative;
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.galleryWrapper #buttonGroup li:last-child {
  border-right: 0;
}

.galleryWrapper #buttonGroup li.is-active {
  color: #eb569a;
  font-weight: 500;
}

.galleryWrapper #buttonGroup li.is-active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 10%;
  width: 80%;
  border-bottom: 5px solid #eb569a;
}

.galleryWrapper #buttonGroup li a {
  display: block;
  cursor: pointer;
}

.galleryWrapper .grid:after {
  content: "";
  display: block;
  clear: both;
}

.galleryWrapper .grid-sizer,
.galleryWrapper .grid-item {
  width: 25%;
}

.galleryWrapper .grid-item {
  float: left;
}

.galleryWrapper .grid-item:hover {
  cursor: pointer;
}

.galleryWrapper .grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  border-color: white;
  border-width: 5px 10px 10px 10px;
  border-style: solid;
}

@media screen and (max-width: 414px) {
  .galleryWrapper .grid-item img {
    border: 5px solid white;
  }
}

.faqWrapper {
  padding: 60px 0;
  background: #a53e7e;
  color: #ffffff;
}

.faqWrapper .content {
  max-width: 65%;
  margin-bottom: -50px;
}

.faqWrapper .content .title {
  font-size: 36px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.faqWrapper .content .title::after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  height: 7px;
  width: 46px;
  background-color: #eb569a;
}

.faqWrapper .content .subTitle {
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 30px;
  color: #f0dbff;
}

.faqWrapper .resp-vtabs .resp-tabs-list {
  margin-top: 70px !important;
}

.faqWrapper .resp-vtabs .resp-tabs-list li {
  background-color: transparent !important;
  border-width: 0 0 1px !important;
  border-bottom: 1px solid rgba(250, 239, 242, 0.25) !important;
  font-size: 24px;
  font-family: "Heebo", sans-serif;
  font-weight: 400 !important;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 20px 40px 20px 20px !important;
  position: relative;
}

.faqWrapper .resp-vtabs .resp-tabs-list li::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  height: 26px;
  width: 26px;
  background: url("../images/ic_plus_white.png");
  background-repeat: no-repeat;
  background-position: center;
}

.faqWrapper .resp-vtabs li.resp-tab-active {
  background-color: #eb569a !important;
  border-width: 0 0 1px !important;
  border-bottom: 1px solid #9165ad !important;
  margin: 0 !important;
  padding: 20px 40px 20px 20px !important;
}

.faqWrapper .resp-vtabs li.resp-tab-active::after {
  background: url("../images/ic_arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
}

.faqWrapper .resp-vtabs .resp-tabs-container {
  background-color: transparent;
  border-width: 2px;
  border-color: #eb569a !important;
  border-radius: 22px;
  padding: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faqWrapper .resp-vtabs .resp-tab-content {
  border: 0 !important;
  padding: 0;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.faqWrapper .resp-vtabs .resp-tab-content > div {
  margin-bottom: 15px;
}

.faqWrapper .resp-vtabs .resp-tab-content ul {
  margin-bottom: 0;
}

.faqWrapper .resp-vtabs .resp-tab-content ul li {
  margin-bottom: 10px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .contactWrapper {
  width: 50%;
  background: url("../images/footer_bg.png");
  background-size: cover;
  background-position: center;
  padding: 55px 50px;
  font-size: 18px;
  line-height: 28px;
}

.footer .contactWrapper .customContainer {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
}

.footer .contactWrapper .addressBlock {
  padding-bottom: 30px;
  border-bottom: 1px dashed #95959591;
}

.footer .contactWrapper .addressBlock .purpleTitle {
  font-weight: 500;
  color: #eb569a;
  text-transform: uppercase;
}

.footer .contactWrapper .addressBlock.borderRight {
  border-right: 1px solid #eb569a;
}

.footer .contactWrapper .emailBlock {
  padding: 30px 0;
}

.footer .contactWrapper .emailBlock a {
  color: #111111;
  text-decoration: none;
}

.footer .contactWrapper .phoneBlock {
  padding: 30px 0;
  color: #a53e7e;
  font-weight: 400;
}

.footer .contactWrapper .phoneBlock a {
  color: #a53e7e;
  text-decoration: none;
}

.footer .mapWrapper {
  width: 50%;
}

.footer .mapWrapper .responsive-map {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.footer .mapWrapper .responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.copyRight {
  padding: 15px;
  background-color: #eb569a;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

.bottomBar {
  background-color: #a53e7e;
  padding: 15px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottomBar .bookAppt {
  width: 50%;
  border-right: 1px solid #eb569a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bottomBar .bookAppt .icon {
  display: block;
  margin: 0 auto 10px;
}

.bottomBar .bookAppt .bookingButton {
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  border: 0;
}

.bottomBar .phoneCall {
  text-align: center;
  width: 50%;
}

.bottomBar .phoneCall .icon {
  max-width: 25px;
  margin: 0 auto 10px;
}

.bottomBar .phoneCall .phoneNumber a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 992px) {
  .heroWrapper .owl-carousel .owl-item .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serviceWrapper .fadeInRight {
    margin-top: 30px;
  }
  .storiesWrapper .storiesCarousel .storiesItem .video_wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .heroWrapper .owl-carousel .formWrapper {
    min-width: 340px;
  }
  .achievementWrapper .col {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%;
    min-width: 50%;
    margin-bottom: 20px;
  }
  .uniqueWrapper .clinicBg {
    width: 100%;
  }
  .uniqueWrapper .clinicBg .clinicImage {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .uniqueWrapper .contentWrapper {
    width: 100%;
  }
  .uniqueWrapper .contentWrapper .customContainer {
    width: 100%;
  }
  .faqWrapper {
    padding: 20px 0;
  }
  .faqWrapper .content {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .faqWrapper .resp-vtabs .resp-tabs-container {
    padding: 0 !important;
    display: block !important;
  }
  .faqWrapper h2.resp-accordion {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    font-weight: 400 !important;
    background-color: #eb569a !important;
    border: 0 !important;
    padding: 20px 40px 20px 20px !important;
    position: relative;
  }
  .faqWrapper h2.resp-accordion::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    height: 26px;
    width: 26px;
    background: url("../images/ic_plus_white.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .faqWrapper h2.resp-tab-active::after {
    background: url("../images/ic_arrow_right.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .faqWrapper .resp-arrow {
    display: none;
  }
  .faqWrapper .resp-vtabs .resp-tab-content {
    border: 2px solid #a53e7e !important;
    padding: 25px 15px;
    border-radius: 15px;
    font-size: 16px;
  }
  .footer .contactWrapper {
    width: 100%;
  }
  .footer .contactWrapper .customContainer {
    width: 100%;
  }
  .footer .mapWrapper {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 576px) {
  .header {
    position: static;
  }
  .header .headerContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .heroWrapper {
    padding: 30px 0;
  }
  .heroWrapper .owl-carousel button.owl-prev {
    left: 0px;
    top: 50%;
  }
  .heroWrapper .owl-carousel button.owl-next {
    right: 0;
    top: 50%;
  }
  .heroWrapper .owl-carousel .contentWrapper {
    margin: 0 0 20px;
  }
  .heroWrapper .owl-carousel .contentWrapper .title {
    font-size: 40px;
  }
  .heroWrapper .owl-carousel .formWrapper {
    display: none;
  }
  .achievementWrapper {
    padding: 30px 25px;
  }
  .achievementWrapper .col {
    width: 100%;
    min-width: 100%;
  }
  .serviceWrapper {
    padding: 30px 15px;
  }
  .uniqueWrapper .contentWrapper .featureList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
  }
  .uniqueWrapper .contentWrapper .featureList.borderBottom {
    border: 0;
  }
  .uniqueWrapper .contentWrapper .featureList .featureItem {
    width: 50%;
    max-width: 50%;
    border: 0;
  }
  .uniqueWrapper .contentWrapper .featureList .featureItem:last-child {
    border: 0;
  }
  .storiesWrapper .title {
    line-height: 42px;
  }
  .galleryWrapper #buttonGroup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .galleryWrapper #buttonGroup li {
    max-width: 50%;
    width: 100%;
    border-right: 0;
    min-height: 60px;
  }
  .galleryWrapper #buttonGroup li.is-active::after {
    bottom: 0;
  }
  .galleryWrapper .grid-sizer,
  .galleryWrapper .grid-item {
    width: 50%;
  }
  .footer .contactWrapper {
    padding: 30px 15px 0;
  }
  .footer .combineBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyRight {
    margin-bottom: 88px;
  }
  .bottomBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}
.success_msg{
  padding: 8px;
            border: 1px solid #A53E7E;
            margin-top: 10px;
            text-align: center;
}
/*# sourceMappingURL=styles.css.map */