/*
Theme Name: Women Health
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: women-health
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/*Global Style*/

* {
  margin: 0;
  padding: 0;
  font-family: 'Outfit';
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #F08380 #F2F2F2;
}

/* Works on Chrome, Edge, and Safari */

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

*::-webkit-scrollbar-track {
  background: #F2F2F2;
  /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
  background-color: #F08380;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #F2F2F2;
  /* creates padding around scroll thumb */
}

img {
  max-width: 100%;
}

body {
  font-family: 'Outfit';
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 400;
  color: #707070;
  overflow-x: hidden;
}

h1 {
  font-size: 38px;
  line-height: 1.4em;
  margin: 0;
  font-family: 'Outfit';
}

h2 {
  font-size: 32px;
  line-height: 1.4em;
  margin: 0;
  font-family: 'Outfit';
  font-weight: bold;
}

h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin: 0;
  font-family: 'Outfit';
  font-weight: 700;
}

h3 {
  font-size: 31px !important;
  line-height: 1.4em;
  margin: 0;
  font-family: 'Outfit';
  font-weight: 600;
}

.p-100 {
  padding: 100px 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-lg-20 {
  margin-left: 10px;
}

.container {
  max-width: 1265px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px !important;
  }

  h4 {
    font-size: 16px;
  }

  .p-100 {
    padding: 80px 0px !important;
  }

  * {
    word-break: break-word;
  }
}

.container {
  max-width: 1264px;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in;
}

a:hover {
  color: #F08380;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cta {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
  height: 26px;
  padding-right: 36px;
  display: inline-block;
}

img.search-close-btn {
  display: none;
}

.cta-green {
  color: #F08380;
  background: url(./images/green-right-arrow.png) no-repeat center right 2px;
}

.cta-green:hover {
  color: #0047ba;
  background: url(./images/blue-right-arrow.png) no-repeat center right 2px;
}

.cta-blue {
  color: #0047ba;
  background: url(./images/blue-right-arrow.png) no-repeat center right;
}

.cta-blue:hover {
  color: #F08380;
  background: url(./images/green-right-arrow.png) no-repeat center right;
}

.cta-white {
  color: #fff;
  background: url(./images/white-right-arrow.png) no-repeat center right;
}

.cta-white:hover {
  color: #F08380;
  background: url(./images/green-right-arrow.png) no-repeat center right;
}

.with-green-border {
  border: 2px solid #F08380;
  border-radius: 30px;
  text-align: center;
  padding: 12px 20px;
  display: inline-block;
  transition: all 0.3s ease-in;
}

.with-green-border:hover {
  border-color: #0047ba;
}

.primary_button {
  background: #F08380 url('./images/arrow-right-light.svg') no-repeat right 15px top 12.5px;
  color: #fff;
  min-width: 213px;
  max-height: 44px;
  padding: 9px 48px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #F08380;
  transition: all 0.3s ease-in;
}

.home-banner.location-details-banner .primary_button {
  background: #F08380 url(./images/arrow-right-light.svg) no-repeat right 10px top 13.5px;
  color: #fff;
  max-width: 220px;
  height: 44px;
  padding: 0px 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 24px;
  font-weight: 300;
}

.home-banner.location-details-banner .primary_button:hover {
  background: #FFDEA7 url(./images/arrow-right-black.svg) no-repeat right 10px top 13.5px;
  color: #1F1C1C;
}

.appointment-btn-wrap .primary_button {
  background: #F08380;
  color: #fff;
  min-width: 213px;
  max-height: 44px;
  padding: 9px 48px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #F08380;
  transition: all 0.3s ease-in;
}

.primary_button-sm {
  background: #F08380;
  color: #fff;
  max-width: 125px;
  height: 44px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #F08380;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary_button-sm:hover {
  background: #FFDEA7;
  border: 2px solid #FFDEA7;
  color: #000;
}

.primary_button img {
  margin-top: 0;
  margin-left: 8px;
}

.primary_button:hover {
  background: #FFDEA7 url(./images/arrow-right-black.svg) no-repeat right 15px top 12.5px;
  color: #1F1C1C;
  border: 2px solid #FFDEA7;
}

.primary_button_light {
  background: #fff url('./images/arrow-right-primary.svg') no-repeat right 23px top 14px;
  color: #F08380;
  border: 1px solid #fff;
  width: 213px;
  max-height: 44px;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.primary_button_light img {
  max-width: 26px;
  max-height: 16px;
}

.primary_button_light:hover {
  background: #ffdea7 url('./images/arrow-right-black.svg') no-repeat right 23px top 14px;
  color: #000000;
  border: 1px solid #FFDEA7;
}

.cta-a-primary {
  color: #F08380;
}

.cta-a-primary:hover {
  color: #000;
}

.btn-green {
  background: #F08380;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  min-width: 210px;
  justify-content: center;
  padding: 11px 20px;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
}

a.btn-green {
  display: inline-flex;
}

.btn br {
  display: none;
}

.btn-green:hover {
  background-color: #0047ba;
  color: #fff;
}

.btn-green img {
  margin-left: 12px;
  display: inline-block !important;
  width: auto !important;
}

.btn-green-border {
  background: transparent;
  border-radius: 30px;
  color: #F08380;
  border: 2px solid #F08380;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  min-width: 210px;
  justify-content: center;
  padding: 11px 20px;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
}

.btn-green-border:hover {
  color: #F08380;
}

.btn-green-border img {
  margin-left: 12px;
  display: inline-block !important;
  width: auto !important;
}

.btn-blue {
  background: #0047ba;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  min-width: 210px;
  justify-content: center;
  padding: 11px 20px;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
}

.btn-blue:hover {
  background-color: #F08380;
  color: #fff;
}

.btn-blue img {
  margin-left: 12px;
  display: inline-block !important;
  width: auto !important;
}

.text-center .btn {
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mb-32 {
  margin-bottom: 25px;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.grey-bg {
  background-color: #f2f2f2;
}

.green-bg {
  background-color: #CEDBD5;
}

.light-blue {
  background-color: rgba(0, 45, 114, 0.2);
}

.light-green-bg {
  background: #CEDBD5;
}

.darkblue-bg {
  background-color: #F08380;
}

.section {
  padding: 100px 0;
}

.small-container {
  max-width: 900px;
  margin: 0 auto;
}

.tl-green-tooth {
  background-image: url(./images/top-left.png);
  background-repeat: no-repeat;
  background-position: top left 10%;
}

.bl-green-tooth {
  background-image: url(./images/half-teeth.png);
  background-repeat: no-repeat;
  background-position: bottom left 10%;
}

.rb-white-tooth {
  background-image: url(./images/bottom-right.png);
  background-position: right 20% bottom;
  background-repeat: no-repeat;
}

.rt-white-tooth {
  background-image: url(./images/half-bottom.png);
  background-position: right 20% top;
  background-repeat: no-repeat;
}

.lb-white-tooth {
  background-image: url(./images/bottom-right.png);
  background-position: left 20% bottom;
  background-repeat: no-repeat;
}

.darkblue-bg {
  color: #fff;
}


.text-green {
  color: #F08380 !important;
}

.text-white {
  color: #fff !important;
}

.banner-inner-container {
  max-height: 540px;
  display: flex;
  align-items: center;
  height: 100vh;
}

.counter {
  background: #F08380;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 140%;
  margin: 0 0 10px;
}

.left-tooth-row {
  display: flex;
  margin: 20px 0 40px;
  align-items: center;
}

.left-tooth-row:last-child {
  margin-bottom: 0;
}

.tooth-left-col {
  min-width: 100px;
}

.left-tooth-row img {
  margin-right: 20px;
}

.left-tooth-row h5 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin: 0 0 5px;
}

.left-tooth-row p {
  margin: 0;
}

.video-wrapper {
  position: relative;
  padding: 48% 0 0;
  max-width: 660px;
  margin-left: auto;
}

.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fs-30 {
  font-size: 30px;
  line-height: 140%;
  font-family: 'Outfit';
}

.text-blue {
  color: #F08380;
}

.text-green {
  color: #F08380;
}

.store-list {
  margin: 40px 0 0;
}

.store-list a {
  margin-right: 22px;
}

.store-list a:last-child {
  margin-right: 0;
}

blockquote {
  text-align: center;
  font-size: 28px;
  line-height: 140%;
  font-family: 'Outfit';
  max-width: 814px;
  margin: 0 auto 30px;
  position: relative;
}

.full-container {
  padding: 0 12px;
}

.br-0 {
  border-radius: 0 !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/*Announcement Bar*/
.announcement-bar {
  background: #F08380;
  text-align: center;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-bar .textwidget {
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-bar p {
  color: #fff;
  margin: 0;
}

.announcement-bar p span {
  color: #0047ba;
  font-weight: 600;
}

.announcement-bar p img {
  vertical-align: baseline;
  margin-right: 10px;
}

.close-bar {
  position: absolute;
  right: 5%;
  top: 9px;
  display: none;
}

/*Header*/
.header-wrapper {
  background: transparent;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.bg-wihte {
  background: #FFDEA7;
}

.header-wrapper .container {
  max-width: 1320px !important;
}

.logo {
  padding: 25px 0;
  max-width: 100%;
  z-index: 99;
  position: relative;
}

.logo img {
  width: 100%;
  max-height: 46px;
  max-width: 165px;
}

.logo a+a img {
  width: 100%;
  max-height: 46px;
}

.logo-white {
  display: block;
}

.hover-bg-white {
  background: #fff;
}

header.header-wrapper.sticky .logo-dark,
header.header-wrapper.bg-white .logo-dark,
header.header-wrapper.hover-bg-white .logo-dark {
  display: block;
}

header.header-wrapper.sticky .logo-white {
  display: none;
}

@media (min-width: 992px) {
  .main-nav-wrapper {
    height: 100%;
  }

  .mega-menu:after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    left: -10%;
    z-index: -1;
    top: 0;
  }

  .mega-menu:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    right: -10%;
    z-index: -1;
    top: 0;
  }

  /* .mega-menu-inner ul.sub-menu:not(:last-child) {
    width: 20%;
  } */
  .mega-menu-inner ul.sub-menu{
    /*  flex: 1;*/
    width: calc(20% - 5px);
  }
	.align-cen.mega-menu-inner{
		justify-content: flex-start;
    max-width: 1340px;
	}
}

.main-nav {
  display: flex;
  height: 100%;
  justify-content: center;
}

.main-nav>ul {
  display: flex;
}

.main-nav>ul>li {
  padding: 0 6px;
}

.main-nav ul a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Outfit';
  text-decoration: none;
  padding: 7px;
  border-radius: 5px;
}

.sub-menu ul a {
  line-height: 14px;
}

.main-nav ul a:hover {
  color: #F08380;
}

.main-nav ul li {
  display: flex;
  align-items: center;
}

#menu-header-menu .menu-item-has-children.has-menu {
  /* position: relative; */
}

.main-nav .mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: visible;
  top: 100%;
  padding: 12px 0px;
  z-index: 9;
  transition: all 0.3s ease-in;
  min-width: 56vw;
  display: none;
}

@media (min-width: 768px) {
  .logo-dark {
    display: none;
  }

  .main-nav li.has-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  }
}

.main-nav ul.sub-menu li {
  display: block;
}

.main-nav ul.sub-menu li a {
  display: block;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.main-nav ul li.has-menu>a {
  background: url(./images/service-icons/arr-down-light.svg) no-repeat center right;
  padding-right: 20px;
}

.header-wrapper.bgcolor {
  background-color: #fff;
}

.bgcolor .main-nav ul a {
  color: #000;
}

.bgcolor input.header-search {
  border: 2px solid #f08380;
  color: #f08380;
}

.bgcolor .search-dark {
  display: block;
}

.bgcolor input.header-search::placeholder {
  color: #f08380;
}

.bgcolor .main-nav ul li.has-menu>a {
  background: transparent !important;
}

.bgcolor .main-nav ul a {
  color: #f08380 !important;
}

.bgcolor header.header-wrapper .main-nav ul li:hover a {
  color: #f08380;
  /* background: #f08380; */
}

.mega-menu-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
 justify-content: center;
  position: relative;
  gap: 5px;

}


.header-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header-cta>a {
  width: 213px;
  max-height: 44px;
  padding: 10px 24px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease-in;
}

.search-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.search-wrap>a {
  width: 213px;
  max-height: 44px;
  padding: 10px 24px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease-in;
}



input.header-search {
  background: transparent;
  width: 223px;
  max-height: 44px;
  padding: 10px 24px 10px 50px;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
}

input.header-search::placeholder {
  color: #fff;
}

input.header-search:hover {
  border: 2px solid #FFDEA7;
  color: #000;
  background: #FFDEA7;
}

input.header-search:hover::placeholder {
  color: #000;
}

form.home-form:hover img.search-light {
  display: none;
}

form.home-form:hover img.search-dark {
  display: block;
}

input.header-search:focus-visible {
  outline: none;
}

form.home-form {
  position: relative;
}

.search-icon {
  top: 14px;
  left: 26px;
  position: absolute;
}

/*Home Banner*/
.home-banner {
  position: relative;
  margin-top: -96px;
}

.home-banner-img img {
  width: 100% !important;
  max-height: 857px;
  object-fit: cover;
  min-height: 450px !important;
  height: calc(100vh - 55px) !important;
}

.home-banner.location-details-banner .home-banner-img img {
  height: calc(100vh - 125px) !important;
}

.banner-content {
  color: #fff;
  max-width: 792px;
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  top: 35%;
  left: 10%;
}

.home-banner.location-details-banner .banner-content {
  top: 15%;
}

.home-title,
.home-banner-content .banner-content h1 {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 93px;
}

/*.home-title .highlight,
.home-banner-content .banner-content h1 span {
  font-weight: 800;
  color: #F08380;
}*/

.subtitle,
.home-banner-content .banner-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 138.7%;
  max-width: 213px;
  width: 100%;
  margin: 84px 0px 31px 0px;
}

.home-banner.location-details-banner .subtitle,
.home-banner-content .banner-content p {
  margin: 40px 0px 31px 0px;
}

.home-banner.location-details-banner .home-banner-content .banner-content p {
  max-width: 480px;
  font-size: 32px;
  line-height: 45px;
}

.banner-cta-sec h3 {
  font-size: 40px;
  color: #F08380;
  font-family: 'Outfit';
}

.banner-cta-sec h3 span {
  color: #F08380;
  font-family: 'Outfit';
}

.banner-cta-sec p {
  margin: 0;
  color: #707070;
  max-width: 245px;
}

.banner-cta-sec {
  display: flex;
}

.banner-left-cta,
.banner-right-cta {
  width: 50%;
  padding: 25px 0 42px;
}

.banner-right-cta {
  border-left: 1px solid #fff;
  padding-left: 162px;
}

.banner-left-text,
.banner-right-text {
  display: flex;
  align-items: end;
}

/* owl start */
.owl-dots {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: -64px;
  left: 0;
  right: 0;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  padding: 2px !important;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #D0D4E3 !important;
}

.owl-dots button.owl-dot.active {
  background-color: #F08380 !important;
  outline: 2px solid #F08380 !important;
  border: 2px solid #0000009e !important;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
  outline: none;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 115px;
  left: 0;
  right: 0;
}

/* owl crausol end */
/*Inner Banner*/
.banner-full-img-section {
  position: relative;
}

.banner-full-img-section h2 {
  color: white;
}

.banner-full:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.banner-full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.banner-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Find Dentist*/

/*Footer*/
.footer-top {
  padding: 72px 0 78px;
  color: #1F1C1C;
}

.for-health {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 50px;
}

.for-health img {
  vertical-align: text-top;
}

.footer-top h3 {
  font-weight: 600;
  font-size: 19px !important;
  line-height: 24px;
  font-family: 'Outfit';
  margin-bottom: 20px;
}

.stay-touch-wrap p {
  font-size: 18px;
  line-height: 24px;
}

.footer-top .form-box {
  margin-top: 30px;
  max-width: 400px;
}

.footer-top .form-box .search-field {
  background: no-repeat;
  color: #fff;
}

.form-box .search-field:focus {
  outline: none;
  border: none;
}

.footer-top .form-box .search-field::-webkit-input-placeholder {
  color: #fff;
}

.footer-top .form-box .search-field::-moz-placeholder {
  color: #fff;
}

.footer-top .form-box .search-field:-ms-input-placeholder {
  color: #fff;
}

.footer-top .form-box .search-field:-moz-placeholder {
  color: #fff;
}

.footer-top .form-box .search-button {
  width: 123px;
}

.footer-top a {
  color: #1F1C1C;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.footer-top a:hover {
  color: #F08380;
}

.follow-us {
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  align-items: center;
}

.social-icons li:not(:last-child) {
  margin-right: 15px;
}

.social-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  background: #F08380;
  transition: all 0.3s ease-in;
}

.social-icons li a:hover {
  background: #ffdea7;
  rotate: 360deg;
}

.more-link li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-bottom {
  background: #FFDEA7;
  padding: 22px 0;
}

.footer-bottom li {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1F1C1C;
}

.footer-bottom p {
  margin: 0;
  font-weight: 200;
  font-size: 13px;
  line-height: 16px;
  color: #1F1C1C;
}

.footer-bottom a {
  color: #282d39;
}

.footer-bottom li a {
  text-decoration: underline !important;
}

.footer-bottom li a:hover {
  color: #F08380;
}

.footer-bottom li:not(:last-child) {
  margin-right: 18px;
}

.stay-touch-wrap {
  max-width: 409px;
  height: 234px;
  background: #FFF2DD;
  border-radius: 8px;
  padding: 38px 27px;
  margin: 0 auto;
  transition: all 0.2s ease-in;
  margin-bottom: 15px;
}

.made-by-wrap {
  justify-content: flex-end;
}

.text-align-right {
  text-align: right;
}

.footer-top h3 :last-child() {
  margin-bottom: 30px;
}

a.footer-contact {
  border: 2px solid #F08380;
  color: #F08380;
  width: 213px;
  max-height: 44px;
  padding: 10px 24px;
  border-radius: 4px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in;
}

a.footer-contact:hover {
  border: 2px solid #F08380;
  color: #fff;
  background-color: #F08380;
}

.margin-lr {
  margin: 0 10px;
}

.mobile {
  display: none !important;
}



/*Scroll css*/
.scroll-top {
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0047BA;
  padding: 22px 12px;
  border-radius: 43px;
  text-align: center;
  position: absolute;
  right: 10px;
  margin-top: -30px;
  border: none;
  display: none;
}

.scroll-top img {
  display: block;
  margin: 0 auto 5px;
}

@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .section-title {
    font-size: 30px;
    /**/
  }

  .footer-top {
    padding: 50px 0;
    background-size: 141px;
  }

  .for-health {
    margin-bottom: 40px;
  }

  .footer-top .form-box {
    margin-bottom: 50px;
  }

  .social-icons {
    margin-top: 30px;
  }

  .footer-bottom {
    padding: 40px 0;
  }

  .spacing-footer {
    margin: 10px 0;
  }

  .banner-cta-sec h3 {
    font-size: 25px;
  }

  .banner-cta-sec p {
    display: none;
  }

  .banner-right-cta {
    padding: 30px 8px 30px 20px;
  }

  .banner-left-cta {
    padding: 30px 8px;
  }

  .banner-left-text,
  .banner-right-text {
    margin-top: 10px;
  }

  .banner-content {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .announcement-bar {
    padding: 0px 0 0px 0;
    text-align: left;
    min-height: 46px;
    z-index: 9;
  }

  .announcement-bar p img {
    margin-right: 40px;
    display: inline-block;
  }

  .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
  }

  .mobile-humbergur {
    background: url(./images/menu-icon.svg) no-repeat center center;
    width: 50px;
    height: 38px;
    position: absolute;
    right: 0px;
    top: 12px;
  }

  a.mobile-search.mobile {
    right: 65px;
    position: relative;
  }

  .mobile-humbergur.close {
    background: url(./images/close.png) no-repeat center center;
    height: 40px;
    width: 40px;
    background-size: 50%;
  }

  .main-nav {
    padding-left: 0;
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
    height: auto;
    position: relative;
  }

  .main-nav>ul {
    display: block;
    padding: 0 12px;
  }

  .main-nav>ul>li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }

  .main-nav ul a {
    font-size: 22px;
    line-height: 30.8px;
    display: block;
  }

  .main-nav ul li.has-menu>a {
    background: none;
    padding: 0;
    width: 90%;
  }

  .mobile-subMenu-icon {
    background: url(./images/right-arrow.png) no-repeat center center;
    width: 27px;
    height: 25px;
    order: 2;
  }

  .main-nav ul li.has-menu {
    justify-content: space-between;
    display: flex;
  }

  .other-menu ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .other-menu ul li a {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    color: #fff;
  }

  .other-menu .social-icons li a {
    line-height: 36px;
  }

  .other-menu .social-icons {
    margin-bottom: 30px;
  }

  .menu-cta {
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
  }

  .menu-cta-left {
    height: 50px;
    width: 50%;
    text-align: center;
    line-height: 50px;
  }

  .menu-cta-right {
    height: 50px;
    width: 50%;
    text-align: center;
    line-height: 50px;
    background: #F08380;
    border-radius: 0px 20px 0px 0px;
  }

  .menu-cta-right .cta-white:hover {
    color: #fff;
    background: url(./images/white-right-arrow.png) no-repeat center right;
  }

  .mega-menu.active {
    opacity: 1;
    visibility: visible;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    top: 0;
  }

  .mega-menu-inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    height: 80vh;
    overflow-y: auto;
  }

  .main-nav ul.sub-menu li a {
    display: block;
    padding: 7px 0;
    font-size: 18px;
    width: 100%;
  }

  .main-nav .mega-menu-inner ul.sub-menu li a {
    padding: 10px;
  }

  .header-active {
    position: relative;
    z-index: 9;
    top: -19px;
    border-top: 0.5px solid;
  }

  .mobile-subMenu-back {
    color: #ffc5b8;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0 10px 30px;
    display: block;
    background: url(./images/left-arrow.png) no-repeat center left;
  }

  .bgcolor .main-nav ul li.has-menu>a {
    background: transparent !important;
  }

  .bg-white .main-nav ul li.has-menu>a,
  .hover-bg-white .main-nav ul li.has-menu>a {
    background: url(../images/pink-arrow1.svg) no-repeat center right;
    padding-right: 27px;
  }

  .mega-menu-inner ul.sub-menu:not(:last-child) {
    margin-right: 0;
  }

  .main-nav .mega-menu {
    top: 0;
    left: auto;
    right: -100%;
  }

  .main-nav .mega-menu.active {
    right: 0;
    background: #ffc4b7;
    top: 0;
    position: fixed;
    padding-left: 35px;
  }

  .main-nav-wrapper {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 99;
    background: #ffc5b8;
    padding: 0 12px;
    right: -100%;
    transition: all 0.3s ease-in;
  }

  .main-nav-wrapper.active {
    right: 0;
    overflow: hidden;
    margin-top: -5px;
  }

  .tl-green-tooth {
    background-size: 141px;
  }

  .bl-green-tooth {
    background-size: 141px;
  }

  .rb-white-tooth {
    background-size: 141px;
  }

  .lb-white-tooth,
  .rt-white-tooth {
    background-size: 141px;
  }

}

@media (max-width:767px) {

  .banner-image img {
    max-width: 340px;
    margin-left: auto;
  }

  .banner-text-bottom {
    left: 0;
    width: 100%;
    transform: translateX(0);
    bottom: -40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 100%);
    min-height: 90px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 20px;
  }


  .banner-heading {
    font-size: 34px;
    line-height: 130%;
  }

  .btn-green {
    font-size: 14px;
    min-width: 180px;
  }

  .btn-green img {
    max-width: 22px;
  }



  .banner-inner-container {
    min-height: 208px;
    height: auto;
    padding: 40px 0 40px;
    max-height: 100%;
  }

  .banner-full-img-section .banner-inner-container {
    padding-bottom: 40px;
  }

  .banner-inner-container .banner-left-wrapeper {
    padding: 0;
    margin: 0;
  }

  .hidden-mobile {
    display: none !important;
  }

  .containers {
    display: flex;
    flex-flow: row wrap;
  }

  .pt-100 {
    padding-top: 80px !important;
  }

  .announcement-bar .textwidget {
    display: flex;
    align-items: center;
  }

  .announcement-bar .textwidget p:first-of-type {
    flex: 0 0 32px;
    max-width: 32px;
    margin-right: 10px;
  }

  .announcement-bar .textwidget p:nth-child(2) {
    margin-right: 8px;
  }

  .announcement-bar p img {
    margin-right: 10px;
    margin-top: 5px;
  }

  .wpcf7 .col-md-6,
  .wpcf7 .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  .cta {
    font-size: 13px;
    background-size: 20px;
    padding-right: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .main-nav-wrapper {
    height: 100%;
  }

  .main-nav {
    padding-left: 0;
  }

  .main-nav>ul>li:not(:last-child) {
    /* margin-right: 15px; */
  }

  .main-nav ul a {
    font-size: 13px;
  }

  .banner-right-cta {
    padding-left: 15px !important;
  }

  .banner-left-cta,
  .banner-right-cta {
    width: 50%;
    padding: 15px 0;
  }

  /*  .banner-content {
    font-size: 25px;
    max-width: 522px;
    position: relative;
    min-height: 590px;
    padding: 7rem 0 5rem 0;
    bottom: 0;
  }

  .home-banner-img {
    position: absolute;
    width: 100%;
    object-fit: cover;
  }*/

  .home-title {
    font-size: 55px;
    line-height: 62px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  /*.banner-content {
    font-size: 25px;
    max-width: 540px;
    position: relative;
    min-height: 645px;
    padding: 7rem 0 5rem 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }*/

  .home-title {
    font-size: 55px;
    line-height: 62px;
  }

  /*  .home-banner-img {
    position: absolute;
    width: 100%;
    object-fit: cover;
  }
*/
}

@media screen and (max-width:991px) {
  .map-location-info {
    width: 100%;
    margin-bottom: 20px;
  }

  .map-location-info p {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .owl-carousel .owl-item img.hidden-desktop {
    display: block !important;
    max-width: 100% !important;
    width: 100%;
  }

  .owl-carousel .owl-item img.hidden-mobile {
    display: none !important;
  }
}

/* shape 1 */
.shape-1 {
  background-image: url(./images/home-shape/shape-1.svg);
  background-size: 100%;
  background-position: bottom center;
  position: relative;
  min-height: 116px;
  background-repeat: no-repeat;
  z-index: 1;
  margin: auto;
  margin-top: -105px;
}

/* our services */
.our-service {
  padding: 50px 0 15px;
}

.inner-shape+.inner-banner-wrap+.our-service {
  padding: 40px 0 50px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.service-container {
  margin-top: 25px;
}

.service-plan .who-we-are-text {
  padding-left: 16px;
  max-width: 400px;
  width: 100%;
}

#services .who-we-are-text {
  padding-left: 50px;
  max-width: 420px;
}

/*who we are img overley*/
.who-we-are-img {
  position: relative;
}

.names-box {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  left: 15px;
  width: 100%;
  max-width: 600px;
}

.names-box img {
  width: 100%;
  left: 0 !important;
  height: 100%;
  object-fit: cover;
}

.names-box-in {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  display: flex;
  /*  padding: 28px 10%;*/
  padding: 10px 8%;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.6);
}

.names-box:after {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 78.12%);
  height: 35%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.names-box-in .names-box-text {
  font-size: 14px !important;
  line-height: 14px;
  text-align: center;
  flex: 1;
  z-index: 1;
}

.names-box-in .names-box-text {
  width: unset;
  padding: 0 0px;
}

.names-box-in .names-box-text h3 {
  font-size: 16px !important;
  font-weight: 600;
  color: #FFDEA7;
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 18px;
}

.names-box-in .names-box-text p {
  margin: 0;
}

.service-plan .who-we-are-des {
  margin-bottom: 50px;
}

.service-card {
  padding: 50px 30px;
  position: relative;
  transition: all .3s ease-in;
  max-width: 296.96px;
  width: 100%;
  max-height: 260px;
  height: 100%;
  background: #FFF2DD;
  border-radius: 8px;
  text-align: center;
}

.service-heading {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 17px;
  color: #1e1e1e;
}

.service-card .cta {
  position: absolute;
  bottom: 50px;
}

.section-subtitle,
.section-heading h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title {
  font-weight: 300;
  font-size: 44px;
  line-height: 60px;
  display: flex;
  align-items: center;
}

/* service -> flip section */
.flip-card {
  background-color: #FFF2DD;
  perspective: 1000px;
  max-width: 296.96px;
  min-height: 245px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.flip-card-inner {
  position: relative;
  width: 296.96px;
  min-height: 270px;
  height: 100%;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  padding: 34px;
}

.flip-card-front img {
  max-width: 141px;
  max-height: 150px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.flip-card-back {
  background-color: transparent;
  transform: rotateY(180deg);
  text-align: left;
  padding: 19px 20px;
}

.flip-back-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding-right: 15px;
  color: #1e1e1e;
}

.flip-back-title:after {
  position: absolute;
  content: '';
  background-image: url(./images/arrow-right-black.svg);
  height: 15px;
  width: 15px;
  right: 0;
  top: 8px;
  background-repeat: no-repeat;
}

.flip-back-des {
  font-weight: 200;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1F1C1C;
}

.flip-back-img {
  width: 64px;
  max-height: 59.82px;
  margin-bottom: 8px;
}

/* service -> flip section end */
/* who we are */


.who-we-are {
  padding: 115px 12px;
  background: #F08380;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.who-we-are::before {
  content: '';
  position: absolute;
  background-image: url('./images/who-we-are-bg-texture.svg');
  background-size: 100%;
  background-position: top;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  opacity: 0.5;
}

.who-we-are:after {
  content: '';
  position: absolute;
  background-image: url('./images/who-we-are-right-bottom.svg');
  background-size: 100%;
  background-position: center;
  bottom: -25px;
  right: -25px;
  height: 230px;
  width: 230px;
  animation: flower 5s 0s infinite;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: flower;
}

.feedback-sec.who-we-are:after,
.our-service+.who-we-are.service-plan:after {
  bottom: -5px;
}

.who-we-are.about-bg-light:after {
  bottom: -35px;
  right: -35px;
}

@keyframes flower {
  0% {
    transform: rotate(-35deg);
  }

  50% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-35deg);
  }
}

section.who-we-are.about-bg-light .who-we-are-des h2 {
  font-size: 44px;
  color: #F08380;
  margin-left: -5px;
  margin-bottom: 28px;
}

section.who-we-are.about-bg-light .who-we-are-des p {
  line-height: 35px;
}

section.who-we-are.about-bg-light .who-we-are-des a {
  color: #F08380;
}

.who-we-are-text {
  padding-left: 16px;
  max-width: 381px;
}

.section-title,
.section-heading h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 25.5px;
}

.who-we-are-text h3,
.section-sub-tile {
  font-weight: 500;
  font-size: 23px !important;
  line-height: 29px;
  margin-bottom: 28.7px;
}

#bg-move .who-we-are-des {
  font-size: 25px;
  line-height: 42px;
}

.who-we-are-des {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 40px;
}

.who-we-are-img {
  position: relative;
}

.who-we-are-left-bg {
  position: absolute;
}

.who-we-are-left {
  position: relative;
  left: 15px;
}

/* shape 2 */
.shape-2 {
  background-image: url(./images/home-shape/shape-2.svg);
  background-size: 100%;
  background-position: bottom center;
  position: relative;
  min-height: 17px;
  background-repeat-y: no-repeat;
  z-index: 9;
  width: 100%;
  top: 16px;
  left: 0px;
}

/* shape 3 */
.shape-3 {
  background-image: url(./images/home-shape/shape-3.svg);
  background-size: 100%;
  background-position: bottom center;
  position: relative;
  min-height: 39px;
  background-repeat-y: no-repeat;
  z-index: 9;
  width: 100%;
  bottom: 21px;
  left: 0;
}

/* how we do it */
.bg-line-move .how-we-do-it-sub-title::before {
  animation: leafmove 2s 1;
}

/* @keyframes leafmove {
  0% {
    transform: rotate(153deg);
  }
  100% {
    transform: rotate(0deg);
  }
} */
.how-we-do-it {
  padding: 50px 12px;
}

.how-we-do-it-bg {
  background: #FFF2DD;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.how-we-do-it-btn {
  position: absolute;
  width: 100%;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-we-do-it-text {
  max-width: 1264px;
  min-height: 750px;
  padding: 101px 15px 75px 108px;
}

.how-we-do-it-title,
.contact-form-section-wrap h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 25.5px;
}

.contact-form-bg .how-we-do-it-des {
  max-width: 458px;
}

.how-we-do-it-sub-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  margin-top: 40px;
  overflow: hidden;
}

.how-we-do-it-sub-title:before {
  content: '';
  position: absolute;
  background-image: url('./images/home-shape/how-we-do-it-shape.svg');
  background-size: 100%;
  background-position: center;
  bottom: 10px;
  left: 0;
  height: 44px;
  width: 28px;

}

.how-we-do-it-des {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  max-width: 380px;
}

.how-we-do-it-img-bg {
  background-image: url('./images/home-shape/NewProject.svg');
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;

  background-size: 100% 100%;

}

.how-we-do-it-img {
  height: 100% !important;
  width: 96%;
  object-fit: cover;
  border-radius: 40% 0 0 49%;
  float: right;
}

/* home responsive */
@media(max-width:991px) {
  .who-we-are:after {
    height: 120px;
    width: 120px;
  }

  .shape-2 {
    top: 9px;
  }

  .shape-3 {
    bottom: 28px;
    left: 0;
  }

  .our-service {
    padding: 50px 0;
  }

  .who-we-are-text {
    padding-left: unset;
    max-width: 100%;
    position: relative;
    margin-top: 55px;
  }

  .how-we-do-it {
    padding: 50px 0px 0;
  }

  .location-cards+.how-we-do-it {
    padding: 50px 0px 0;
    background: #FFD7D6;
  }

  .how-we-do-it-text {
    padding: 55px 40px;
    min-height: 650px;
  }

  input.header-search {
    width: 100%;
  }

  .search-wrap {
    z-index: 999;
    position: relative;
    padding: 0;
    background: #ffdea7;
    bottom: 58px;
    display: none;
    border-radius: 5px;
  }

  .header-wrapper:after {
    background: #FFDEA7;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in;

  }

  header.header-wrapper.bg-wihte:after {
    left: 0;
  }

  img.search-close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
  }
}

@media screen and (max-width:767px) {
  .flip-card {
    max-width: 100%;
  }

  .section-title {
    font-size: 32px;
    line-height: 30px;
  }

  .section-subtitle,
  .section-heading h5 {
    font-size: 14px;
  }

  .shape-2 {
    top: 4px;
  }

  .who-we-are:after {
    height: 100px;
    width: 100px;
  }

  .shape-3 {
    bottom: 36px;
  }

  .how-we-do-it-img {
    width: 100%;
  }

  .stay-touch-wrap {
    max-width: 345px;
    max-height: 235px;
    background: #FFF2DD;
    border-radius: 8px;
    padding: 38px 27px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
  }

  footer .col-sm-12:not(:last-child) {
    margin-bottom: 3rem;
  }

  footer .footer-bottom .col-sm-12:not(:last-child) {
    margin-bottom: 1rem;
  }

  .made-by-wrap {
    justify-content: flex-start;
  }

  .how-we-do-it-title {
    font-weight: 300;
    font-size: 44px !important;
    line-height: 60px !important;
    margin-bottom: 25.5px;
  }
}

/* internal pages universal */
header.header-wrapper.hover-bg-white .main-nav ul a,
header.header-wrapper.bg-white .main-nav ul a,
.sticky .main-nav ul a {
  color: #f08380;
}

/* header.header-wrapper .main-nav .mega-menu-inner ul li:hover {
  background: #f08380;
  border-radius: 3px;
} */
header.header-wrapper .main-nav .mega-menu-inner ul li:hover>a {
  color: #f08380;
  font-weight: 600;
  background: transparent;
}

/* menu drop down start */
header.header-wrapper.bg-white .logo-white,
header.header-wrapper.hover-bg-white .logo-white {
  display: none;
}

header.header-wrapper .main-nav ul li:hover>a {
  color: #F08380;
  background: transparent;
  font-weight: 600;
}

header.header-wrapper .main-nav ul li.menu-item-has-children:hover>a {
  color: #f08380;
  background: url(./images/service-icons/arr-down-primary.svg) no-repeat center right;
}

.hover-bg-white .main-nav ul li.has-menu>a,
.sticky .main-nav ul li.has-menu>a,
.bg-white .main-nav ul li.has-menu>a,
.sticky .main-nav ul li.has-menu>a {
  background: url(./images/service-icons/arr-down-primary.svg) no-repeat center right;
  min-width: 60px;
}
.menu-item-has-children.has-menu:hover>a {
    font-weight: 600;
}
.sub-menu li a {
  font-size: 12px;
  color: #f08380;
}

.header-wrapper.sticky>.main-nav ul li.menu-item-has-children a {
  background: #ffffff url(./images/service-icons/arr-down-primary.svg) no-repeat center right;
}

/* menu drop down start */


header.header-wrapper.hover-bg-white input.header-search,
header.header-wrapper.bg-white input.header-search,
.sticky input.header-search {
  border: 2px solid #f08380;
  color: #f08380;
}

header.header-wrapper.hover-bg-white input.header-search:hover,
header.header-wrapper.bg-white input.header-search:hover,
.sticky input.header-search:hover {
  border: 2px solid #FFDEA7;
  color: #000;
}

.search-dark {
  display: none;
}

section.inner-banner.background h1 {
  font-size: 80px;
}

header.header-wrapper.hover-bg-white .search-light,
header.header-wrapper.bg-white .search-light,
.sticky .search-light {
  display: none;
}

header.header-wrapper.bg-white .search-dark,
header.header-wrapper.hover-bg-white .search-dark,
.sticky .search-dark {
  display: block;
}

header.header-wrapper.bg-white input.header-search::placeholder,
header.header-wrapper.hover-bg-white input.header-search::placeholder,
.sticky input.header-search::placeholder {
  color: #f08380;
}

header.header-wrapper.bg-white .primary_button:hover,
header.header-wrapper.hover-bg-white .primary_button:hover,
.sticky .primary_button:hover {
  background: #FFDEA7 url('./images/arrow-right-black.svg') no-repeat right 15px top 12.5px;
  color: #000;
  border: 2px solid #FFDEA7;
}

section.inner-banner.background {
  min-height: 388.86px;
  background-position: top, bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.inner-banner:before {
  content: '';
  background-image: url(./images/bg-overley.png);
  height: 100%;
  position: absolute;
  width: 100%;
  background-size: cover;
}

.inner-banner-wrap {
  min-height: 388px;
}

.bg-wrap {
  position: relative;
  left: 0;
  top: 0;
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 60vh;
  min-height: 380px;
}

.bg-image-overley {
  position: relative;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 60vh;
  min-height: 380px;
}

.inner-banner-wrap h1 {
  position: absolute;
  left: 0;
  top: 45%;
  color: #fff;
  transform: translate(0, -50%);
  padding: 0 35px;
  text-align: center;
  width: 100%;
  font-size: 80px;
  line-height: 93px;
  font-weight: 400;
}

section.inner-banner.background h1,
section.inner-banner.background h2,
section.inner-banner.background h3,
section.inner-banner.background h4,
section.inner-banner.background h5,
section.inner-banner.background h6,
section.inner-banner.background p,
section.inner-banner.background span {
  color: #fff;
  z-index: 9;
  position: relative;
}

.shape-2-2-wrap,
.shape-4-2-wrap {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.shape-4-2-wrap {
  top: -2px;
}

.shape-2-2,
.shape-4-2 {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 50px;
}

.shape-3-2-wrap,
.shape-6-2-wrap {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.shape-3-2 {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 75px;
}

.shape-6-2 {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 115px;
}

.shape-5-2-wrap {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.shape-5-2 {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 70px;
}

/* internal pages universal end*/
/* faq */
.faq-bg {
  background-image: url(./images/faq/bg.png);
  text-align: center;
}

/* service */
.services-bg {
  background-image: url(./images/services/bg.png);
  text-align: center;
}

/* location */
.location-bg {
  background-image: url(./images/location/bg.png);
  text-align: center;
}

/* location shape  */
.inner-shape {
  position: absolute;
  margin-top: -105px;
  left: 0;
  width: 100%;
}

.location-shape-1 {
  position: relative;
  width: 100%;
}

.view-all-wrap {
  display: block;
  text-align: right;
  font-size: 19px;
  padding: 15px 0;
}

.view-all-wrap a {
  color: #000;
}

.view-all-wrap a:hover {
  color: #F08380;
}

.location-selection .row {
  justify-content: center;
  align-items: center;
}

.location-selection label {
  margin-bottom: 10px;
}

.location-selection select {
  max-width: 279.65px;
  width: 100%;
  min-height: 48px;
  display: block;
  border: 2px solid #F08380;
  background: #fff url(./images/location/arrow-down-primary.svg) no-repeat right 15px center;
  color: #F08380;
  border-radius: 3px;
  padding: 10px;
  -webkit-appearance: none;
  position: absolute;
}

.location-selection input {
  max-width: 279.65px;
  width: 100%;
  min-height: 48px;
  display: block;
  border: 2px solid #F08380;
  color: #F08380;
  border-radius: 3px;
  padding: 10px;
}

/* location details */
.shape-3+.feedback-sec.who-we-are.light-section-gp {
  padding: 100px 0px 100px;
}

.styled-select {
  max-width: 265.65px;
  width: 100%;
  min-height: 48px;
  overflow: -moz-hidden-unscrollable;

}

.location-img-wrap {
  height: 265px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0px 10px 10px;
}

.location-cards .card {
  border: 1px solid #fff;
  padding-bottom: 12px;
  overflow: hidden;
  margin-bottom: 50px;
  transition: all 0.3s ease-in;
  padding-left: 0;
  padding-right: 0;
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.location-cards .card:before {
  position: absolute;
  content: '';
  max-height: 38px;
  height: 100%;
  max-width: 38px;
  width: 100%;
  background-image: url(./images/location/card-corner.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  left: -2px;
  top: -2px;
}

.location-cards .card:hover {
  border: 1px solid #F08380;
  background-color: #f08380;
  color: #fff;
}

.location-cards .card:hover .location-img-wrap {
  border-radius: 0px;
}

.button-wrap {
  display: flex;
  justify-content: space-between;
}

.map-button-light-outline,
.map-button-light {
  border: 2px solid #000000;
  color: #000000;
  width: 180px;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.location-cards .card:hover .map-button-light-outline {
  border: 2px solid #fff;
  color: #fff;

}

.map-button-light {
  border: 2px solid #f08380;
  color: #fff;
  background: #f08380;
}

.location-cards .card:hover .map-button-light {
  border: 2px solid #fff;
  color: #f08380;
  background: #fff;
}

.map-button-light:hover {
  border: 2px solid #fff;
  color: #f08380;
  background: #fff;
}

.telephone-light,
.telephone-dark {
  margin-right: 10px;
  max-width: 18.4px;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.telephone-light {
  display: none;
}

.location-cards .card:hover .telephone-dark {
  display: none;
}

.location-cards .card:hover .telephone-light {
  display: block;
}

.contact-form-section-wrap {
  max-width: 1264px;
  padding: 101px 10px 101px 55px;
}

.contact-form-bg {
  background: #FFD7D6;
  border-radius: 16px;
}

.contact-heighlight {
  font-size: 19px;
  color: #F08380;
}

.contact-form-section-wrap .social-icons {
  margin-top: 75px;
}

.contact-form-p {
  padding: 45px 15px;
}

.input-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.input-wrap input {
  width: 280px;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #AAB6C5;
  padding: 10px;
  margin-bottom: 15px;
}

.input-wrap select {
  max-width: 279.65px;
  width: 100%;
  min-height: 48px;
  border: 1px solid #AAB6C5;
  background: #fff url(./images/location/arrow-down-primary.svg) no-repeat right 15px center;
  color: #737373;
  border-radius: 3px;
  padding: 10px;
  -webkit-appearance: none;
  margin-bottom: 15px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #000000 !important;
  outline: 0;
  box-shadow: none !important;
}

.textarea-wrap textarea {
  border-radius: 3px;
  border: 1px solid #AAB6C5;
  padding: 10px;
  margin-bottom: 15px;
}

.location-select-arrow {
  position: relative;
  right: 47px;
  bottom: 4px;
}

/* loaction-details page */
/* shape 4 */
.shape-4 {
  background-image: url(./images/location/loaction-details-shape-1.svg);
  background-size: 100%;
  background-position: bottom center;
  position: relative;
  min-height: 116px;
  background-repeat: no-repeat;
  z-index: 1;
  margin: auto;
  margin-top: -105px;
}

section.location-selection {
  padding: 50px 0;
}

.home-banner.location-details-banner {
  margin-top: 0;
}

.location-details-banner.subtitle {
  font-size: 32px;
  max-width: 480px;
}

.location-details-tab-bg {
  background: #FFF2DD;
  border-radius: 16px;
  padding: 30px 0px;
}

.location-details-tab-bg .primary_button:hover {
  background: #FFDEA7 url(./images/arrow-right-black.svg) no-repeat right 23px top 12.5px;
  color: #111224;
  border: 2px solid #FFDEA7;
}

.doctor-cards .card:before {
  position: absolute;
  content: '';
  max-height: 38px;
  height: 100%;
  max-width: 38px;
  width: 100%;
  background-image: url(./images/location/card-right-corner.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  right: -1px;
  top: -1px;
}

.doctor-cards-img {
  height: 265px;
  width: 100%;
  object-fit: cover;
}

.card-subtitle {
  color: #AAB6C5;
  font-size: 19px;
}

.doctor-cards .card {
  border: none;
  padding-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.doctor-cards .col-lg-3:not(:last-child) .card {
  margin-bottom: 20px;
}

.doctor-cards .card:hover {
  background-color: #FFF2DD;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.location-about-us .who-we-are-img {
  text-align: center;
}

.location-about-us .who-we-are-text {
  max-width: 481px;
}

.location-details .who-we-are-text {
  padding-left: 0px;
}

.location-details .section-title {
  text-align: left;
  margin-bottom: 5px;
}

.location-details .who-we-are-img {
  text-align: center;
}

.location-details .who-we-are-img .who-we-are-left-bg {
  max-width: 419px;
  max-height: 419px;
  object-fit: cover;
}

.location-details .who-we-are-img .who-we-are-left {
  max-width: 409px;
  max-height: 409px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.address,
.working-days {
  margin: 20px 0;
}

.location-details p {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}

.location-details a {
  color: #f08380;
}

.location-about-us .who-we-are-des {
  margin-bottom: 50px;
}

/* conatact page */
.contact-bg {
  background-image: url(./images/contact/bg.png);
  text-align: center;
}

.contact-form-section-wrap p {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  max-width: 458px;
}

.contact-form-section-wrap p a {
  text-decoration: underline !important;
  color: #000000;
}

.privacy p,
.privacy a,
.privacy li {
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 5px;
  text-align: justify;
}

.privacy-desc-wrap:not(:last-child) {
  margin-bottom: 70px;
}

.privacy ul,
.privacy ol {
  padding-left: 1rem;
}


.location-cards .section-heading {
  flex-direction: row;
  justify-content: flex-start;
}

.location-cards.contact {
  padding: 100px 0;
  background: #FFF2DD;
  position: relative;
}

.our-service+.location-cards.contact {
  padding: 100px 0;
}

.filters {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: row;
  margin-bottom: 50px;
}

.filter-margin-m ul li a {
  color: #1F1C1C;
  display: block;
  padding: 10px;
}

.location-cards.contact select {
  max-width: 279.65px;
  width: 100%;
  min-height: 48px;
  border: 1px solid #AAB6C5;
  background: #fff url(./images/arrow-down-black.svg) no-repeat right 15px center;
  color: #000;
  border-radius: 3px;
  padding: 10px;
  -webkit-appearance: none;
  margin-right: 20px;
  border: 1.5px solid #000;
}

.location-cards.contact .card {
  border: 1px solid transparent;
  background: transparent;
}

.location-cards.contact .card:hover {
  border: 1px solid #F08380;
  background-color: #f08380;
  color: #fff;
}

.shape-5 {
  background-image: url(./images/contact/top.svg);
  background-size: 100%;
  background-position: bottom center;
  position: absolute;
  min-height: 200px;
  background-repeat: no-repeat;
  z-index: 9;
  width: 100%;
  margin-top: -146px;
  left: 0px;
}

.shape-6 {
  background-image: url(./images/contact/below.svg);
  background-size: 100%;
  background-position: bottom center;
  position: absolute;
  min-height: 200px;
  background-repeat-y: no-repeat;
  z-index: 9;
  width: 100%;
  margin-top: -175px;
}

.owl-carousel img.who-we-are-left {
  max-height: 580px;
  max-width: 580px;
  width: 100%;
  height: 100%;
}

.owl-carousel img.who-we-are-left-bg {
  max-height: 594px;
  max-width: 594px;
  width: 100%;
  height: 100%;
}

#services .owl-carousel .who-we-are-img {
  overflow: hidden;
}

#services .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  bottom: -35px;
}

#services .owl-dots button.owl-dot {
  border: 1px solid #ffffff !important;
}

#services .owl-dots button.owl-dot.active {
  background-color: #ffffff !important;
  outline: 2px solid #ffffff !important;
  border: 2px solid #F08380 !important;
}

#services button.owl-prev,
#services button.owl-next {
  height: 50px;
  width: 50px;
  background: #fff !important;
  border-radius: 8px;
}

#services button.owl-prev {
  left: -70px;
}

#services button.owl-next {
  right: -70px;
}

#services button.owl-prev span,
#services button.owl-next span {

  color: #000;
  font-size: 78px;
  font-weight: 100;
  position: absolute;
  margin-top: -68px;
}

#services button.owl-prev span {
  margin-left: -14px;
}

#services button.owl-next span {
  margin-left: -10px;
}

div#services {
  max-width: 1074px;
  width: 100%;
}

/* privacy */
.privacy {
  margin: 130px 0;
  background: #FFF2DD;
  padding: 30px 0;
}

.term {
  margin-top: 70px;
}

.our-term {
  background: #FFD7D6;
  margin: 0 0 100px;
}

.privacy h1,
.privacy h2,
.privacy h3,
.term h1 {
  color: #F08380;
}

.privacy h2:not(:first-child),
.privacy h3:not(:first-child),
.term h2:not(:first-child),
.term h3:not(:first-child) {
  margin-top: 40px;
}

.privacy h1,
.term h1 {
  font-size: 44px;
  margin-bottom: 30px;
}

.privacy p {
  margin-bottom: 20px;
}

/* about page */
.about-desc {
  padding: 100px 0px;
}

.who-we-img {
  max-width: 510px;
  height: 374px;
  min-height: 274px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 35px;
}

.fix-bg {
  position: relative;
}

.about-img-wrap {
  position: relative;
}

.about-img-wrap:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 20px;
  top: -25px;
  background-image: url(./images/about/who-we-shape.svg);
  background-repeat: no-repeat;
}

.who-we-img-bg {
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: -1;
}

.about-desc .row {
  text-align: center;
}

.about-desc a,
.about-desc h2,
.about-img-wrap h3 {
  color: #F08380;
}

.about-img-wrap p {
  font-size: 21px;
  color: #AAB6C5;
}

.who-we-des-wrap {
  max-width: 668px;
  width: 100%;
  text-align: left;
}

.about-desc {
  overflow: hidden;
  position: relative;
}

.about-bg-light {
  background: transparent;
  color: #000;
}

.about-bg-light.who-we-are::before {
  background-image: none;
}

.about-bg-light .who-we-are-text {
  padding-left: 16px;
  max-width: 668px;
  z-index: 1;
  position: relative;
}

.about-bg-light .names-box-text p {
  color: #fff;
}

.who-we-des-wrap p {
  font-size: 19px;
  font-weight: 300;
}

.about-desc:after {
  content: '';
  position: absolute;
  background-image: url(./images/who-we-are-right-bottom.svg);
  background-size: 100%;
  background-position: center;
  bottom: -25px;
  right: -25px;
  height: 230px;
  width: 230px;
  animation: flower 5s 0s infinite;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: flower;
}

.feedback-sec {
  padding: 100px 0px;
  background: #F08380;
  color: #fff;
  position: relative;
  overflow: hidden;
}

section#bg-move.feedback-sec.texture.bg-line-move {
  padding: 135px 0px;
}

.texture::before {
  content: '';
  position: absolute;
  background-image: url(./images/texture.svg);
  background-size: 100%;
  background-position: top;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.feedback-sec.who-we-are.light-section-gp {
  background: #fff !important;
}

.feedback-sec.who-we-are.light-section-gp:before {
  background: none !important;
}

.feedback-sec.who-we-are.light-section-gp:after {
  background: none !important;
}

.feedback-sec.who-we-are.light-section-gp h2 {
  color: #000 !important;
}

.feedback-sec.who-we-are {
  padding: 100px 0px 200px;
}

.feedback-sec .row {
  position: relative;
  z-index: 9;
}

.feedback-sec .who-we-are-text {
  padding-left: 16px;
  max-width: 764px;
  width: 100%;
}

.highlight-bg-m {
  position: relative;
}

.highlight-bg-m::before {
  background-image: url('./images/service-icons/highlight-pri.svg');
}

.highlight-bg {
  color: #FFDEA7;
  font-size: 45px;
  font-weight: 400;
  position: relative;
  line-height: 42px;
}

.highlight-bg::before,
.highlight-bg-m::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  bottom: -10px;
  left: 0;
}

.bg-line-move .highlight-bg::before,
.bg-line-move .highlight-bg-m::before {
  animation: highlightmove 5s 1;
}

@keyframes highlightmove {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.highlight-1::before {
  background-image: url('./images/about/highlight-1.svg');
}

.highlight-2::before {
  background-image: url('./images/about/highlight-2.svg');
}

.highlight-3::before {
  background-image: url('./images/about/highlight-3.svg');
}

.highlight-4::before {
  background-image: url('./images/about/highlight-4.svg');
  bottom: -20px;
}

.feedback-sec .who-we-are-des:not(:last-child) {
  margin-bottom: 65px;
}

.evoca-gp-wrap {
  background: #FFF2DD;
  border-radius: 16px;
  min-height: 192px;
  max-width: 401px;
  width: 100%;
  padding: 30px 25px;
  color: #1F1C1C;
  position: relative;
  font-size: 20px;

}

.evoca-gp-wrap a {
  color: #F08380;
}

.shape-wrap {
  max-height: 83.16px;
  max-width: 77.73px;
  position: absolute;
  top: -50px;
  left: 10px;
  height: 100%;
  width: 100%;
}

.gp-icon-bg {
  position: relative;
}

.gp-icon {
  position: absolute;
  left: 15px;
  top: 15px;
  max-width: 55.31px;
  max-height: 55.31px;
}

.feedback-sec .spacing-40 {
  margin: 40px 0;
}

.feedback-sec .section-title {
  margin-bottom: 40px;
}

.blogs {
  padding: 100px 0px 0px;
}

.blogs .section-heading,
.faq .section-heading {
  flex-direction: row;
  justify-content: space-between;
}

.blogs .section-heading .section-title,
.leadership h2,
.leadership h3,
.leadership h4,
.faq h2,
.faq h3,
.faq h4 {
  color: #F08380;
}

.blogs .section-heading a,
.faq .section-heading a {
  color: #1F1C1C;
  font-size: 19px;
  font-weight: 500;
}

.leadership {
  padding: 135px 0px 0px;
  font-size: 19px;
}

.leadership .section-heading {
  display: block;
}

.leadership h5 {
  margin-bottom: 40px;
}

.main-leader-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-leader-wrap img {
  width: 403px;
  height: 477px;
  object-fit: cover;
  border-radius: 35px;
}

.location-des-wrap {
  max-width: 716px;
  text-align: justify;
  padding: 0 40px;
}

section.leadership.doctor-cards .location-des-wrap h3 {
  font-size: 34px !important;
  line-height: 45px;
  font-weight: 300;
}
.single-team section.leadership.doctor-cards .location-des-wrap h1 {
  font-size: 34px !important;
  line-height: 45px;
  font-weight: 300;
  color: #F08380;
}
.leadership h5 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 38px;
}

.leaders-wrap {
  max-width: 404px;
  width: 100%;
}

.leaders-wrap img {
  height: 432px;
  width: 404px;
  border-radius: 35px;
  margin-bottom: 30px;
  object-fit: cover;
}

.leaders-wrap h4 {
  font-size: 31px;
  font-weight: 300;
}

.leaders-wrap p {
  font-size: 21px;
  margin-bottom: 30px;
}

.bottom-bg-color {
  position: relative;
  padding: 75px 0 35px;
  margin-top: 70px;
}

.bottom-bg-color:after {
  position: absolute;
  content: '';
  background: #FFF2DD;
  max-height: 440px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

/*about faq accordian */
button#accordion-button-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: none;
  border: none;
  min-height: 84px;
  align-items: center;
}

.accordion-title {
  width: 70%;
  text-align: left;
}

.accordion-item {
  border: none !important;
  border-bottom: 2px solid #D0D4E3 !important;
  border-radius: 0 !important;
}

.accordion-content {
  display: none;
}

.accordion-title p {
  margin: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
}

.faq-text-acc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  word-break: break-all;
}

.faq-text-acc p em {
  font-weight: 400;
  font-size: 16px;
}

span.icon {
  height: 44px;
  width: 61px;
  background: #D0D4E3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-item :hover span.icon {
  background: #F08380;

}

span.icon img {
  transform: rotate(90deg);
  transition: all 0.3s ease-in;
}

.icon-active span.icon {
  background: #F08380;
}

.icon-active span.icon img {
  transform: rotate(-90deg);
}

.faq {
  padding: 100px 0;
}

.leadership.doctor-cards+.faq {
  padding: 100px 0;
}

/* faq accordian end */
/* faq all */
.all-faq {
  padding: 100px 0;
}

.tabs-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 186px;
}

.tabs-wrap p {
  border-bottom: 2px solid #D0D4E3;
  color: #1F1C1C;
  padding: 10px 0px;
  cursor: pointer;
}

.faq-desc {
  display: block;
  transition: all 0.3s ease-in;
  margin-bottom: 50px;
}

.faq-active {
  display: block;
}

.tabs-wrap p.filter-active {
  border-bottom: 2px solid #f08380;
  color: #f08380;
}

/********* Custom***************/
.stay-touch-wrap iframe.wp-embedded-content {
  width: 100%;
  overflow: hidden;
  height: 67px;
}

.contact-form-p iframe.wp-embedded-content {
  width: 100%;
  min-height: 665px;
  height: 100%;
}

.location-cards {
  padding-top: 100px;
}

div#cid_6 iframe {
  border: 1px solid #b8bdc9 !important;
}

.sticky {
  box-shadow: 4px 2px #36363612;
}

.button-wrap {
  padding: 0 1rem;
}

.location-cards .card {
  border: 1px solid #fff;
  padding-bottom: 22px;
  overflow: hidden;
  margin-bottom: 50px;
  transition: all 0.3s ease-in;
  padding-left: 0;
  padding-right: 0;
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.ftr-more-links h3 {
  padding-bottom: 0px;
}

/* blogs details */
video {
  max-height: 450px;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 9px;
  position: relative;
  z-index: 2;
}

.sec-1-img-2-wrapper .circle-play {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 99;
  padding: 1rem;
  background: #ffffff59;
}

.sec-1-img-2-wrapper img {
  z-index: 2;
}

.play {
  top: -3px;
  left: 2px;
}

div#pause {
  position: absolute;
  display: none;
}

div#pause:after {
  position: relative;
  content: '| |';
  height: 100%;
  width: 100%;
  color: #fff;
  bottom: 4px;
  left: 2px;
  margin: 0 auto;
  font-weight: 800;
}



.sec-1-img-2-wrapper,
.sec-1-img-2-wrapper img {
  position: relative;
}

.blogs-breadcrumb {
  padding: 100px 0 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '';
  /* background: url(https://evocastg.wpengine.com/wp-content/themes/women-health/images/arrow-right-black.svg) no-repeat top 7px center; */
}

.breadcrumb a,
.breadcrumb-item.active {
  color: #1F1C1C !important;
}

.blogs-breadcrumb h2 {
  font-size: 67.08px;
  font-weight: 600;
}

.blogs-breadcrumb p {
  font-size: 44px;
  font-weight: 200;
}

.blogs-detail-desc {
  padding: 50px 0 0;
}

.blogs-img-1-wrap,
.blogs-img-2-wrap {
  position: relative;
}

.blogs-img-1-wrap:before,
.blogs-img-2-wrap:before {
  position: absolute;
  content: '';
  max-height: 38px;
  height: 100%;
  max-width: 38px;
  width: 100%;
  background-image: url(./images/location/card-corner.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.blogs-img-2-wrap:before {
  top: 24px;
}

.blogs-img-1-wrap img {
  width: 424px;
  height: 363px;
  object-fit: cover;
  border-radius: 8px;
}

.ready-to-shduel .row {
  background: #FFF2DD;
  border-radius: 16px;
  overflow: hidden;
}

.ready-shduel-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 80px 40px;
}

.ready-shduel-title-wrap h2 {
  font-size: 44px;
  font-weight: 300;
}

.pr-lg-0 {
  padding-right: 0 !important;
}

.ready-shduel-img-wrap {
  max-height: 370px;
  overflow: hidden;
  position: relative;
}

.ready-shduel-img-wrap img:first-child() {
  position: relative;
}

.ready-shduel-img-wrap img:nth-child(2) {
  position: absolute;
  top: 0;
  right: -15px;
  width: 100%;
  border-radius: 24rem 0 0 0;
}

/* .ready-shduel-img-wrap {
  background: #f08380;
  border-radius: 19rem 0 0 0;
  height: 950px;
  width: 950px;
  position: relative;
}
.ready-shduel-img-wrap img {
  border-radius: 21rem 0rem 0 0;
  height: 370px;
  width: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  object-fit: cover;
} */
.ready-shduel-title-wrap a,
.primary_button_noarr {
  width: 213px;
  height: 44px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #F08380;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F08380;
  color: #fff;
}

.ready-shduel-title-wrap a:hover,
.primary_button_noarr:hover {
  background: #FFDEA7;
  border: 1px solid #FFDEA7;
  color: #000;
}

.detailed-desc {
  margin: 50px 0;
}

.blogs-img-2-wrap {
  margin: 30px 0;
}

/* blogs details second img */
/* .blogs-img-2-wrap img {
  width: 1050px;
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
} */
.blogs-des-wrap-1 h2,
.blogs-des-wrap-2 h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 10.5px;
  color: #1F1C1C;
}

.blogs-des-wrap-1 h5,
.blogs-des-wrap-2 h5 {
  font-size: 19px;
  margin-bottom: 10.5px;
}

.blogs-des-wrap-1 p,
.blogs-des-wrap-2 p {
  text-align: justify;
}

.blogs-detail-desc .container .row:nth-child(odd) {
  flex-direction: row-reverse;
}

.bg-blog-details,
.overley-blog-details {
  height: 75vh;
}

.blog-sub-desc-wrapper {
  background: #FFF2DD;
  padding: 55px 100px;
  border-radius: 16px;
  margin: 65px 0;
}

.blog-sub-desc-wrapper h3 {
  font-size: 19px;
}

.blog-sub-desc-wrapper p {
  font-size: 18px;
}

.blogs-detail-desc span {
  display: block;
  font-size: 23px;
  font-weight: 400;
  max-width: 432px;
  margin-bottom: 20px;
}

/* blogs details end */

/*new changes*/
body.inner-page .logo-white {
  display: none !important;
}

.home-banner-wrap {
  position: relative;
}

.home-banner-wrap:after {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.21;
}

.banner-content {
  bottom: auto !important;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.home-banner.location-details-banner .banner-content {
  flex-direction: column;
  justify-content: flex-start;
}

.experienced-team .justify-content-center {
  display: none;
}

/* service internal */
.bg-service-details {
  height: unset;
  position: relative;
  width: 50%;
  background: #F08380;
  min-height: 80vh;
}

.service-desc-wrap {
  width: 50%;
}


.btn-cont .nav-links .nav-previous a {
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: #1F1C1C;
  width: 100%;
  height: 62px;
  background: #FFF2DD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cont .nav-links .nav-next a {
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: #1F1C1C;
  width: 100%;
  height: 62px;
  background: #FFDEA7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cont .nav-links {
  display: flex !important;
  width: 100%;
  width: 100%;
  display: inline-block;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav-previous {
  width: 100%;
}

.btn-cont .nav-links .nav-previous a {
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: #1F1C1C;
  width: 100%;
  height: 62px;
  background: #FFF2DD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-next {
  width: 100%;
}

.service-top-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: #F08380;
}

.service-details-des h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 300;
  line-height: 93px;
}

.service-details-des p {
  font-size: 20px;
  color: #fff;
  line-height: 150%;
}

.service-details-des ul {
  font-size: 18px;
  color: #fff;
  line-height: 180%;
  padding-left: 20px;
}

.service-details-des {
  padding: 30px 30px 120px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-details-des a.primary_button_light {
  width: 242px;
  z-index: 1;
}

.bg-icon.bg-service-details:after {
  content: '';
  position: absolute;
  background-image: url(./images/who-we-are-right-bottom.svg);
  background-size: 100%;
  background-position: center;
  bottom: 10px;
  left: -25px;
  height: 175px;
  width: 175px;
  opacity: 0.5;
  animation: flower-right 5s 0s infinite;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: flower-right;
}

@keyframes flower-right {
  0% {
    transform: rotate(95deg);
  }

  50% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(95deg);
  }
}

.service-testimonials {
  padding: 100px 0 0;
}

.service-testimonials p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  max-width: 890px;
  padding: 0 30px;
}

/* our teams */
.location-selection+.doctor-cards .card-body p:nth-child(4) {
  display: inline;
}

.location-selection+.doctor-cards .card-body a {
  display: block;
  margin-top: 10px;
}

.location-selection+.doctor-cards .card-body div a {
  display: inline-block;
  margin-top: 10px;
}

.inner-banner-wrap+.doctor-cards {
  padding-top: 100px;
}

.teams-filter-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.styled-select {
  max-width: 212px;
}

.styled-select .ms-options-wrap .ms-options {
  position: absolute;
  z-index: 99;
  max-height: 200px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
}

.location-selection select {
  max-width: 212px;
  border: 2px solid #1F1C1C;
  background: #fff url(./images/arrow-down-black.svg) no-repeat right 15px center;
  color: #1F1C1C;
  padding-right: 35px
}

.location-selection select:hover {
  border: 2px solid #F08380;
  background: #fff url(./images/location/arrow-down-primary.svg) no-repeat right 15px center;
  color: #F08380;
}

.inner-banner-wrap+.location-cards .location-selection .styled-select {
  max-width: 279px;
}

.inner-banner-wrap+.location-cards .location-selection .styled-select select {
  max-width: 279.65px;
  border: 2px solid #F08380;
  color: #F08380;
}

.section-heading h2+p {
  font-size: 19px;
  line-height: 35px;
  font-weight: 300;
}

.section-heading-light p {
  font-size: 19px;
  font-weight: 200;
}

.section-heading-light p span {
  font-weight: 400;
}

/* teams internal */
.location-des-wrap h4 {
  color: #AAB6C5;
  font-size: 17px;
  margin-bottom: 10px;
}

.shduel-appointment {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-wrap h2 {
  font-size: 44px;
  font-weight: 300;
}

.appointment-btn-wrap {
  max-width: 207px;
}

.appointment-btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F08380;
  color: #fff;
  min-width: 213px;
  max-height: 44px;
  padding: 9px 48px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #F08380;
  transition: all 0.3s ease-in;
  margin-left: 20px;
}

.appointment-btn-wrap a:hover {
  background: #FFDEA7;
  color: #000;
  border: 2px solid #FFDEA7;
}

.bottom-bg-color-none .section-title,
.section-heading h2 {
  margin-bottom: 10.5px;
}

.bottom-bg-color-none .row+.row {
  margin-top: 30px;
}

.location-details-tab-bg .appointment-btn-wrap .primary_button:hover {
  background-image: none;
}

.location-selection+.doctor-cards {
  z-index: -1;
  /* position: relative; */
}

.doctor-cards .text-align-right a {
  color: #1F1C1C;
  position: relative;
  padding-right: 20px;
  font-size: 19px;
}

.doctor-cards .text-align-right a:before {
  background-image: url(./images/arrow-right-black.svg);
  position: absolute;
  content: '';
  height: 20px;
  width: 10px;
  top: 6px;
  right: 0px;
  background-repeat: no-repeat;
}

.education-award .section-heading {
  align-items: flex-start;
  color: #F08380;
}

.education-award ul li {
  list-style: none;
  position: relative;
  font-size: 23px;
  margin-bottom: 20px;
}

.education ul {
  padding-left: 20px;
}

.education-award ul li::before {
  content: '';
  position: absolute;
  background-image: url('./images/services/Leaf-primary.svg');
  background-size: 100%;
  background-position: center;
  top: 10px;
  left: -20px;
  height: 15px;
  width: 10px;
}

.education {
  padding: 30px 10px 30px 0px;
  border-bottom: 1px solid #DCDCDC;
}

/* .education :not(:last-child){
  border-bottom: 1px solid #DCDCDC;
} */
.education-award .education h2 {
  color: #F08380;
  font-size: 44px;
  font-weight: 300;
}

.leadership.doctor-cards+.education-award {
  padding: 70px 0 0;
}

.education-award+.doctor-cards {
  padding-top: 50px;
}

div#testimonials {
  background: #FFD7D6;
  height: 410px;
  border-radius: 16px;
  max-width: 646px;
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}

div#testimonials::before {
  position: absolute;
  content: '';
  top: 35px;
  left: 25px;
  height: 55px;
  width: 76px;
  background: url(./images/services/before-quote.svg) no-repeat;
}

div#testimonials::after {
  position: absolute;
  content: '';
  bottom: 85px;
  right: 25px;
  height: 55px;
  width: 76px;
  background: url(./images/services/after-quote.svg) no-repeat;
}

div#testimonials p {
  font-size: 20px;
  text-align: center;
  padding: 0px 50px;
}

div#testimonials .owl-nav button {
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
  background: #fff !important;
}

button.owl-next {
  right: 40%;
  transform: translateX(-50%);
}

button.owl-prev {
  left: 40%;
  transform: translateX(-50%);
}

#testimonials button.owl-prev span,
#testimonials button.owl-next span {
  color: #5A6675;
  font-size: 78px;
  font-weight: 100;
  position: absolute;
  margin-top: -68px;
}

#testimonials button.owl-prev,
#testimonials button.owl-next {
  height: 50px;
  width: 50px;
  background: #fff !important;
  border-radius: 8px;
}

#testimonials button.owl-prev span {
  margin-left: -14px;
}

#testimonials button.owl-next span {
  margin-left: -10px;
}

/* body:not(.home) .logo-white {
    display: none;
} 

/*service css*/
.long-active-bg {
  position: relative;
  height: auto;
  background: #FFF2DD;
  margin-top: 131px;
  padding: 50px 0 15px 0;
}

.long-shape-1 {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 150px;
}

.long-shape-1 img {
  width: 100%;
  height: 150px;
}

.long-shape-2 {
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 150px;
}

.long-shape-2 img {
  width: 100%;
  height: 150px;
}

/*our box-left-right start*/
.long-shape-margin {
  max-width: 1050px !important;
  margin: auto;
  padding: 0px !important;
}

.long-shape-margin h2 {
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  margin: 0;
  padding-bottom: 12px;
  font-weight: 300;
}

.imagecont-callout__conbox h2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1;

}

.long-shape-margin p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  padding-bottom: 27px;
}

.imagecont-callout:not(:last-child) {
  margin: 0;
  margin-bottom: 30px;
}

.imagecont-callout .imagecont-callout__inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.imagecont-callout .imagecont-callout__image {
  width: 30%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.imagecont-callout .imagecont-callout__image img {
  width: 100%;
  max-width: 247px;
  /* height: 100%;*/
  object-fit: cover;
}

.imagecont-callout .imagecont-callout__content {
  width: 70%;
  padding: 15px 28px 15px 0px;
  /*  padding-left: calc((100vw - 1280px) / 2);*/
  display: flex;
  align-items: center;
}

.imagecont-callout .imagecont-callout__content,
.imagecont-callout .imagecont-callout__content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}

.imagecont-callout .imagecont-callout__conbox {
  padding: 0px;
  min-height: 300px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.imagecont-callout .imagecont-callout.img-left {
  padding-left: 0;

}

.imagecont-callout.img-left .imagecont-callout__content {
  padding: 0px 0px 0px 28px;
  /*  padding-right: calc((100vw - 1280px) / 2);*/
}

.imagecont-callout .imagecont-callout__title {
  padding: 0;
  margin: 0;
  font-size: 23px;
  color: #1F1C1C;
  line-height: 29px;
  font-weight: 500;
  position: relative;
  padding-bottom: 18px;
  text-align: left;
  margin-top: 25px;
}

.imagecont-callout__conbox a,
.comn-btn {
  font-size: 16px;
  width: 207px;
  height: 44px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #F08380;
  border-radius: 4px;
  border: 2px solid #F08380;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.comn-btn:hover,
.imagecont-callout__conbox a:hover {
  color: #000;
  background: #FFDEA7;
  border: 2px solid #FFDEA7;
}

.imagecont-callout-parent .imagecont-callout:nth-child(2n+1) {
  margin-left: 300px;
}

.img-right {
  padding-left: 70px;
}


/* how-prepare css*/
.how-prepare-m {

  width: 100%;
  max-width: 1165px;
  margin: auto;
  margin-top: 120px;
}

.how-prepare-m h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  margin: 0;
  padding-bottom: 29px;
}

.how-prepare-main {
  width: 100%;
  margin-bottom: 30px;
}

.how-prepare-image {
  width: 100%;
  height: 164px;
  background: #FFF2DD;
}

.how-prepare-image img {
  width: 135px;
  height: 144px;
  margin: auto;
  display: block;
}

.how-prepare-text {
  width: 100%;
}

.how-prepare-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  padding-top: 18px;
}

.how-prepare-m [class*='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

.how-prepare-m [class*='container'] {
  /* padding-left: 0px;
  padding-right: 0px; */
}

.filter-width {
  width: 100%;
  max-width: 1265px;
  margin: auto;
}

.card-subtitle-1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1F1C1C;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

.doctor-cards .card1:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

.card-padding-0 {
  padding: 20px 25px 20px 0 !important;
}

.arrow-m-r {
  margin-left: 5px;
}

.filter-margin-m {
  width: 100%;
  max-width: 1265px;
  margin: auto;
  padding: 15px 0px 66px 0px;
}

.filter-margin-m h3 {
  font-weight: 500;
  font-size: 19px !important;
  line-height: 24px;
  color: #1F1C1C;
  margin: 0;
  padding-bottom: 45px;
}

.filter-margin-m ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  transition: all 0.3s ease-in;
}

.filter-margin-m ul li {
  width: 20%;
  /*    padding: 10px;*/
  border: 1px solid #D0D4E3;
  text-align: center;
}

.filter-margin-m ul li.active {
  background: #D0D4E3;
}

.blog-wid {
  width: 100%;
  max-width: 1165px;
  margin: auto;
}

.book-btn-j {
  width: 100%;
  max-width: 977px;
  margin: auto;
  border-radius: 16px;
  background: #FFF2DD;
  padding: 10px 30px 30px 30px;
  margin-top: 61px;
}

.book-btn-j h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 60px;
  color: #1F1C1C;
  text-align: center;
}

.btn-too {
  display: flex;
  max-width: 574px;
  margin: auto;
  justify-content: center;
  gap: 20px
}

.btn-st {
  width: 100%;
  max-width: 207px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: #F08380;
  text-align: center;
  color: #fff;
  margin-right: 26px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.btn-st:hover {
  color: #000;
  background: #FFDEA7;
  border: 2px solid #FFDEA7;
}

.rel-kk {
  position: relative;
}

.font-rr-1 {
  width: 68px !important;
  height: 56px;
  padding: 0px !important;
  position: absolute;
  top: -45px;
  left: 140px;
}

.font-rr-1 img {
  width: 68px !important;
  height: 56px;
  padding: 0px !important;
}

.font-rr-2 {
  top: unset;
  left: unset;
  right: 150px;
  bottom: -15px;
}

.bg-color-faq {
  background: rgba(255, 242, 221, 0.6);
}

.bg-remo {
  background-color: transparent !important;
}

.btn-cont {
  width: 100%;
  max-width: 1265px;
  margin: auto;
  margin-bottom: 86px;
}

/* .display-t{
  display: flex;
} */
.imagecont-callout:nth-child(even) .imagecont-callout__inner {
  flex-direction: row-reverse;
}

.imagecont-callout:nth-child(even) .imagecont-callout__inner .imagecont-callout__image img {
  margin-left: 74px;
}

.btn-u {
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: #1F1C1C;
  width: 50%;
  height: 62px;
  background: #FFF2DD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-u:hover {
  color: #000;
  /*  background: #FFDEA7;*/
}

.btn-u-bg {
  background: #FFDEA7 !important;
}

.btn-u-bg:hover {
  color: #000;
  /*  background: #FFF2DD !important;*/
}

.icn-le {
  margin-right: 10px;
}

.icn-re {
  margin-left: 10px;
}

.testi-sp {
  padding: 150px 0 100px 0 !important;
}

/* how-prepare css*/

/*responsvie*/
@media(min-width: 1025px) and (max-width: 1399px) {
  .font-rr-1 {
    left: 0px;
  }

  .font-rr-2 {
    right: 0;
    left: unset;
  }
}

@media(max-width: 1024px) {

  .bg-service-details {
    width: 100%;
  }

  .service-details-des {
    padding: 40px 50px 80px 50px;
  }

  .height-ff {
    height: auto !important;
    overflow: hidden;
  }

  .bg-service-details {
    height: auto;
  }

  .testi-sp {
    padding: 85px 0 10px 0 !important;
  }

  .font-rr-1 {
    width: 40px !important;
    height: 35px;
    padding: 0px !important;
    position: absolute;
    top: -30px;
    left: 0px;
  }

  .font-rr-1 img {
    width: 40px !important;
    height: 35px;
  }

  .font-rr-2 {
    top: unset;
    left: unset;
    right: 5px;
    bottom: -20px;
  }

  .long-active-bg {
    margin-top: 80px;
    padding: 30px 20px 15px 20px;
  }

  .imagecont-callout .imagecont-callout__image {
    width: 100%;
  }

  .imagecont-callout .imagecont-callout__content {
    padding: 15px 0px 15px 0px;
    width: 100%;
    order: 2;
  }

  .imagecont-callout .imagecont-callout__image img {
    margin: auto;
    display: block;
  }

  .imagecont-callout.img-left .imagecont-callout__content {
    padding: 0px;
  }

  .img-right {
    padding-left: 0px;
  }

  .comn-btn {
    display: block;
    margin: auto;
  }

  .long-shape-1 {
    top: -75px;
    left: 0;
    right: 0;
  }

  .long-shape-margin h2,
  .how-prepare-m h2 {
    font-size: 44px !important;
    padding-top: 40px;
    text-align: left;
  }

  .how-prepare-m h2,
  .how-prepare-text p {
    text-align: center;
  }

  .how-prepare-m {
    padding-top: 65px;
  }

  .imagecont-callout__conbox h2 {
    font-size: 23px !important;
    font-weight: 500;
  }

  .imagecont-callout:nth-child(even) .imagecont-callout__inner .imagecont-callout__image img {
    margin: auto;
    /* margin-left: 0px; */
  }

  .long-shape-margin p {
    padding-bottom: 0px;
  }

  .long-shape-2 {
    left: 0;
    right: 0;
  }

  .long-shape-margin {
    margin-top: 40px !important;
  }

  .imagecont-callout .imagecont-callout__content,
  .imagecont-callout .imagecont-callout__content p {
    padding-bottom: 0px;

  }

  .how-prepare-image {
    height: 250px;
    display: flex;
  }

  .how-prepare-image img {

    align-items: center;
    justify-content: center;
  }

  .filter-margin-m ul li {
    width: calc(50% - 7px);
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .filter-margin-m ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .display-t {
    display: block;
  }

  .btn-u {
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
  }

  .card-padding-0 {
    padding: 10px 0px 10px 0 !important;
  }

  .btn-cont {
    margin-bottom: 40px;
  }

  .book-btn-j {
    width: 95%;
    margin-top: 40px;
  }

  .book-btn-j h2 {
    font-size: 44px !important;
  }
}

/*responsvie*/
/*service css*/

div#testimonials.without_icon:before,
div#testimonials.without_icon:after {
  background: none !important;
}

/* multiselect css */
.multiple-select {
  max-width: 279px;
  margin-bottom: 0px;
}

.teams-filter-wrap.multiple-select lable {
  margin-bottom: 0;
}

.multiple-select button {
  width: 100%;
  min-height: 48px;
  display: block;
  border: 2px solid #F08380;
  background: #fff url(./images/location/arrow-down-primary.svg) no-repeat right 15px center;
  color: #F08380;
  border-radius: 3px;
  padding: 10px;
  -webkit-appearance: none;
  text-align: left;
  padding-right: 40px;
}

.multiple-select ul {
  list-style: none;
  padding-left: 0px;
}

.multiple-select li label {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1;
}

.multiple-select li {
  min-height: 20px;
  display: block;
}

.multiple-select li input {
  max-width: 20px;
  width: 100%;
  height: 20px;
  display: block;
  border: 2px solid #F08380;
  color: #F08380;
  border-radius: 3px;
  padding: 8px;
}

section.doctor-cards.blog-wid .card-body p:nth-child(4) {
  display: inline;
}

.inner-banner-wrap+.location-cards {
  position: relative;
}

.inner-banner-wrap+.location-selection,
.location-cards section.location-selection {
  position: relative;
  z-index: 9;
}

.ms-options-wrap .ms-options {
  position: absolute;
  background: #fff;
  width: 100%;
  border-radius: 3px;
  z-index: 2;
}

.inner-banner-wrap+.location-selection .styled-select {
  max-width: 180px;
}

.inner-banner-wrap+.location-selection .multiple-select button {
  border: 2px solid #F08380;
  background: #fff url(./images/location/arrow-down-primary.svg) no-repeat right 15px center;
  color: #F08380;


  padding-right: 32px;
}

.inner-banner-wrap+.location-selection .multiple-select:hover button {
  border: 2px solid #1e1e1e;
  background: #fff url(./images/arrow-down-black.svg) no-repeat right 15px center;
  color: #1e1e1e;
}

.inner-banner-wrap+.location-cards .location-selection .multiple-select:hover button {
  border: 2px solid #1e1e1e;
  background: #fff url(./images/arrow-down-black.svg) no-repeat right 15px center;
  color: #1e1e1e;
}

.inner-banner-wrap+.how-we-do-it {
  padding: 0px 12px;
}

.how-we-do-it+.location-cards.contact .location-selection .row {
  justify-content: flex-start;
}

.btn-cont .display-t {
  display: flex;
}

.btn-cont .display-t a.btn-u img {
  margin-right: 10px;
}


.stay-touch-wrap .thankyou-wrapper {
  min-height: 10px;
  padding: 0 12px;
  color: #1e1e1e;
}

.stay-touch-wrap .thankyou-sub-text {
  color: #1e1e1e;
  opacity: 1;
}

.stay-touch-wrap .form-all {
  background-color: transparent;
  box-shadow: none;
}

.card-body .cta-a-primary a {
  color: #F08380 !important;
  background: transparent;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  border: 2px solid transparent;
}

.card-body .cta-a-primary a:hover {
  font-size: 17px;
}

.our-service+.location-cards,
.our-service+.location-cards section.location-selection {
  padding-top: 0;
}

.sub-menu li a[href="#"] {
  pointer-events: none;
}

/* preloader */
.loader {
  position: relative;
}

.loader:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffffe8;
}

.loader:before {
  position: absolute;
  content: '';
  border: 16px solid #f0848048;
  border-radius: 50%;
  border-top: 16px solid #F08380;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 9;
  top: 1%;
  left: 50%;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.team-box.hide {
  display: none;
}

.faq .section-heading .section-title+a img {
  margin-top: -5px;
  padding-left: 15px;
}

.accordion .accordion-item.icon-active .accordion-content {
  display: block;
}

/* bugs 04-1-23 */
.who-we-are .primary_button_light {
  position: unset;
  max-width: 242px;
}

.who-we-are-des h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.how-we-do-it .primary_button {
  background: #F08380;
  max-width: 242px;
}

.how-we-do-it .primary_button:hover {
  background: #FFDEA7;
}

.view-all-wrap a img {
  padding-left: 15px;
}

h5.card-title {
  font-size: 19px;
}

.location-cards .imagecont-callout__conbox a,
.comn-btn {
  display: flex;
  height: 50px;
}

.location-details-banner .home-title,
.home-banner-content .banner-content h1 {
  font-size: 85px;
  line-height: 86px;
}

.doctor-cards {
  padding: 50px 0;
}

#doctor-cards .row:first-child {
  margin-bottom: 30px;
}

#doctor-cards h5.card-title {
  font-size: 23px;
}

#doctor-cards h6 {
  font-size: 16px;
}

#doctor-cards .card-body .cta-a-primary a {
  font-size: 19px;
  padding-bottom: 0;
}

#doctor-cards .card-body .cta-a-primary a:hover {
  font-size: 20px;
}

#doctor-cards .card-body {
  padding-bottom: 0;
}

#doctor-cards+.who-we-are {
  padding: 80px 12px;
}

section.who-we-are.location-about-us+.shape-3+section.feedback-sec.who-we-are.light-section-gp .spacing-40 {
  margin: 34px 0;
}

.evoca-gp-wrap .shape-wrap+p {
  font-weight: 300;
  margin-bottom: 0;
}

.evoca-gp-wrap .shape-wrap+p b,
.evoca-gp-wrap .shape-wrap+p strong {
  color: #F08380;
}

section.leadership.doctor-cards+section.bottom-bg-color {
  padding: 0;
  margin-top: 0;
}

.shape-3+.feedback-sec.who-we-are.light-section-gp+.location-details .who-we-are-text h2 {
  font-size: 44px;
  line-height: 60px;
  max-width: 464.13px;
  font-weight: 300;
}

.shape-3+.feedback-sec.who-we-are.light-section-gp+.location-details .who-we-are-text p span {
  font-size: 23px;
  margin-bottom: 10px;
}

.inner-banner-wrap+.how-we-do-it+.location-cards.contact {
  margin-top: -90px;
}

section.faq.all-faq+.footer-wrapper .footer-top {
  padding: 0px 0 78px;
}

.imagecont-callout__content .imagecont-callout__conbox p:last-child {
  padding-bottom: 0px;
  padding-top: 23px;
}

#goTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #F08380;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in;
}

#goTop::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: url('./images/arrow-right-light.svg') no-repeat right 15px top 18.5px;
  top: 5px;
  right: 0;
  transform: rotate(-90deg);
}

#goTop:hover {
  background-color: #151515;
}

.view-all-wrap.pull-right {
  display: inline-flex;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.arrow-rotate {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in;
}

.view-all-wrap.pull-right {
  display: none;
}

.location-selection .section-heading h2+p {
  font-size: 15px;
}

.location-selection .bottom-bg-color-none .section-title,
.section-heading h2 {
  margin-bottom: 25.5px;
}

.location-selection .container+#teamfilter .location-selection label {
  font-size: 19px;
}

.inner-shape+.inner-banner-wrap+.location-selection+.doctor-cards {
  padding: 0px 0 50px;
}

/* section.location-selection .container.location-details-tab-bg.shduel-appointment .appointment-wrap {
  gap: 65px;
} */

#home-slider+.shape-1+.our-service .service-container .row {
  justify-content: center;
}

#moreserviceload {
  margin: 0 auto;
}

/* .footer-wrapper .container .row div:first-child{
  margin-left: 80px;
} */
/* dev */
.team-boxtest.hide {
  display: none;
}

.service-container .row .p-col {
  display: contents;
}

/* job opening */

.inner-banner-wrap+.location-cards .location-selection .e1:last-child {
  padding-top: 10px;
}

.job-opening {
  padding: 50px 0;
}

.position-opening-title-wrap {
  margin-bottom: 50px;
}

.position-opening-title-wrap h3 {
  font-size: 24px !important;
  line-height: 25px;
}

.position-opening-title-wrap h3 strong {
  color: #F08380;
}

.position-opening-title-wrap h3 strong a {
  color: #F08380;
  border-bottom: 2px solid #F08380;
}

.job-post-short h4 {
  font-size: 22px;
  line-height: 30px;
}

.job-post-short-wrap {
  display: flex;
  align-items: center;
  padding: 25px 0;

  justify-content: space-between;
  gap: 20px;
}

.job-post-short-wrap:not(:last-child) {
  border-bottom: 1px solid #DADADA;
}

.apply-now-button {
  text-transform: uppercase;
}

.job-opening .container {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 50px;
}

.ready-to-shduel {
  margin-top: 50px;
}

.location-selection .row {
  justify-content: center;
}

.inner-banner-wrap+.location-cards+.how-we-do-it.bg-line-move .contact-form-p iframe.wp-embedded-content {
  min-height: 665px;
}

.inner-banner-wrap+.location-cards+.how-we-do-it.bg-line-move {
  padding-bottom: 0;
}

/* job opening internal */
.job-internal {
  padding: 100px 0 50px;
}

.job-internal .section-heading {
  align-items: flex-start;
  color: #000;
}

.job-internal-title h3 {
  font-size: 36px !important;
  line-height: 60px;
  color: #F08380;
  font-weight: 400;
}

.job-internal-title p {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0px;
}

.apply-now-wrap {
  background: #FFD7D6;
  min-height: 160px;
  border-radius: 20px;
  max-width: 726px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section.job-internal.education-award+section.job-internal.education-award {
  padding-top: 0;
}

.apply-now-wrap h3 {
  font-size: 37px;
  line-height: 60px;
  font-weight: 300;
}

.job-internal-desc p {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 300;
}

.job-internal-desc p a {
  font-weight: 400;
  color: #000;
}

.job-internal-desc p a:hover {
  color: #F08380;
}

.job-internal+.how-we-do-it .contact-form-section-wrap {
  padding: 30px 0px;
  max-width: 425px;
}

.job-apply .contact-form-section-wrap h2:first-child {
  font-weight: 600;
  margin-bottom: 10px
}

.job-apply .contact-form-section-wrap h2 {
  font-weight: 200;
}

.job-apply+.shape-2+.who-we-are .who-we-are-text {
  max-width: 550px;
}

#positionstate {
  display: none;
}

.contact-form-p.job-opening-form {
  padding: 0px 5px;
}

.job-opening-form iframe.wp-embedded-content {
  width: 100%;
  min-height: 677px;
  height: 100%;
}

.download-brochure .ready-shduel-title-wrap {
  padding: 60px 40px;
}


#statenametext strong:last-child span.coma,
#positionnametext strong:last-child span.coma {
  display: none;
}

/* 24-01 */
.location-selection .e1 {
  max-width: 300px;
  width: 100%;
}

.inner-banner-wrap+.location-cards+.how-we-do-it.bg-line-move .contact-form-section-wrap {
  padding: 55px 10px 101px 55px;
}

/* new layout update 02-02-23 */
/* career */
.career .contact-form-section-wrap {
  padding: 50px 30px;
}



/* career slice */

.location-cards.contact {
  padding: 100px 0;
  background: #FFF2DD;
  position: relative;
}


.sectionTestimonial:nth-child(odd) {

  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 50px;

}

.sectionTestimonial:nth-child(even) {

  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 25px;
  margin-bottom: 50px;


}

/* wave img top*/

.shape-5-2-wrap {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.shape-5-2 {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 70px;
}


/*  Section Heading Testimonial */
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.section-title,
.section-heading h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 25.5px;
}



.iconLeft>img {
  color: #F08380;

}

.who-we-are-text .content {
  margin-top: 30px;
}

.location-details .sectionTestimonial .who-we-are-text {
  padding-left: 15px;
}

.who-we-are-text .content>p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  text-align: justify;
}

.bottomTitle {
  max-width: 447px;
  margin-top: 30px;
}

.bottomTitle h3 {
  font-weight: 400;
  font-size: 31px !important;
  line-height: 40px;
  color: #F08380;
  margin-bottom: 0px;
}

.bottomTitle h4 {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 40px;
  color: #000;
}

.download-brochure {
  margin-top: 50px;
  padding-bottom: 50px;
}

/* wave img */
.shape-3-2-wrap,
.shape-6-2-wrap {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.shape-3-2 {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 75px;
}


@media(max-width: 1200px) {


  .iconLeft>img {

    width: 30px;
    margin-top: 20px;
  }

  .who-we-are-text .content>p {
    font-size: 16px;

  }

  .bottomTitle h3 {

    font-size: 24px;

  }

  .bottomTitle h4 {

    font-size: 18px;

  }

}

@media (max-width: 991px) {


  /* .who-we-are-img .who-we-are-left {
    width: 329px;
    height: 329px;

  } */

  .row .sectionTestimonial:nth-child(odd) {

    flex-direction: column;

  }

  .row .sectionTestimonial:nth-child(even) {


    flex-direction: column;

  }

  .bottomTitle h4 {
    font-size: 14px;
    margin-top: -15px;
    padding-top: -17px;
  }


}

/* career page 02-02 */
.home-banner.location-details-banner.career-top .banner-content {
  top: 25%;
}

.flip-2-card-desc {
  transition: all 0.5s ease-in;
}

.career-top h1 span {
  color: #F08380;
}

section.shape-4.shape-4-secondary+.our-service+.how-we-do-it {
  padding-top: 0;
  margin-top: -50px;
}

section.shape-4.shape-4-secondary+.our-service+.how-we-do-it+section.who-we-are.location-about-us.no-texture {
  padding-top: 85px;
}


.shape-4-secondary {
  background-image: url(./images/career/shape-4-secondary.svg);
}

.why-join-us-wrap .row {
  min-height: 470px;
  margin-top: 15px;
  align-items: center;
}

/* service -> flip section */
.flip-2-card {
  background-color: #FFD7D6;
  perspective: 1000px;
  max-width: 296.96px;
  min-height: 300px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.5s ease-in;
}

.flip-2-card-inner {
  position: relative;
  max-width: 296.96px;
  min-height: 270px;
  height: 100%;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease-in;
  width: 100%;
}


.flip-2-card-front {
  padding: 20px 34px;
}

.flip-2-card-front img {
  height: 150px;
  object-fit: cover;
  transition: height 0.5s;
}

.flip-2-card:hover .flip-2-card-front img {
  height: 100px;
}

.flip-2-back-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding-right: 15px;
  color: #1e1e1e;
}

.why-jon-card-desc ul {
  font-weight: 200;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  list-style: none;
  text-align: left;
  padding-left: 25px;
  transition: height 1s;
  height: 0px;
  overflow: hidden;
}

.flip-2-card:hover .why-jon-card-desc ul {
  height: 250px;
}

@media (max-width: 991px) {
  .flip-2-card {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .flip-2-card {
    max-width: 100%;
  }
}


.why-jon-card-desc ul li {
  margin-bottom: 20px;
  position: relative;
}

.why-jon-card-desc ul li::before {
  content: '';
  position: absolute;
  background-image: url(./images/services/Leaf-primary.svg);
  background-size: 100%;
  background-position: center;
  top: 0px;
  left: -25px;
  height: 22px;
  width: 15px;
  transform: rotateX(50deg);
}

.why-jon-card-desc ul:first-child {
  margin-top: 10px;
}

.flip-2-card:hover {
  background-color: #FFF2DD;
  box-shadow: 7px 7px #ffd7d6;
}

section.who-we-are.location-about-us.no-texture:before,
section.who-we-are.location-about-us.no-texture:after {
  background-image: none;
}

/* why join us -> card section end */

a#job_clear_filter {
  margin-top: 12px;
}

/* popup */
.trigger {
  text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-family: cursive;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #FFF2DD !important;
  padding: 0;
  overflow: hidden;
  min-height: 610px;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.popup-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  overflow: hidden;
  max-height: 609px;
}

.img-wrap-popup {
  width: 100%;
  max-width: 528px;
  background-image: url('./images/popup/bg-shape.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 609px;
}

.img-wrap-popup .how-we-do-it-img-bg {
  background-image: none;
}

.form-wrap-popup {
  display: flex;
  flex-direction: column;
  padding: 25px 15px;
  max-width: 630px;
  width: 100%;
}

#popupModalCenter .section-title {
  display: none;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 30px;
}

.img-wrap-popup .how-we-do-it-img {
  border-radius: 0% 50% 50% 0%;
  float: left;
}

@media(min-width:1440px) {
  .modal-dialog.modal-dialog-centered {
    max-width: 1239px;
    width: 100%;
  }
}

@media(max-width:1024px) {
  .img-wrap-popup {
    display: none;
  }

  .modal-content {
    justify-content: center;
    padding: 50px 0px;
  }
}

/* popup jot form */
#popupModalCenter iframe {
  height: 440px;
  width: 100%;
}

@media(max-width:991px) {
  #popupModalCenter iframe {
    height: 540px;
  }
}


/* bugs 27-02 */
.header-wrapper+.inner-shape+.inner-banner-wrap+section.who-we-are.about-bg-light {
  background: #fff;
}

section.shape-4.shape-4-secondary+.our-service+.how-we-do-it+section.who-we-are.location-about-us.no-texture+section.who-we-are.about-bg-light+section#bg-move.feedback-sec.texture .shape-4-2-wrap {
  top: -10px;
}

.table>thead {
  vertical-align: middle !important;
}

.header-wrapper+.inner-shape+.inner-banner-wrap+section.who-we-are.about-bg-light+section#bg-move .shape-4-2-wrap {
  top: -10px;
}

.leadership.doctor-cards+.bottom-bg-color+.faq {
  padding: 100px 0 0;
}

#showdata {
  margin-top: 20px;
}

.location-selection .col-lg-3+.col-lg-3+.col-lg-3+.col-lg-3 a#clear-filter,
a#btnReset {
  margin-top: 10px;
}

.ms-options-wrap {
  width: 100%;
}



/* New */


.bg-rev.who-we-are::before {
  left: unset;
  right: 0;
  background-image: url('https://evocawomenshealth.com.au/wp-content/themes/women-health/images/who-we-are-bg-texture.svg');
}

.lg-who-we-are-text {
  max-width: 100%;
}

@media(min-width:991px) {
  .speaker-cards .section-heading-light h2 {
    text-align: center;
    padding-bottom: 60px;
    font-family: Outfit;
    margin-bottom: 0;
    font-size: 36px;
    color: #F08380;
    font-weight: 500;
    line-height: 125%;
  }

  .speaker-cards .card img {
    height: 212px;
    width: 100%;
    object-position: center top;
    object-fit: cover;
    border-radius: 4px;
  }

  .speaker-cards {
    padding: 64px 0px;
  }

  .speaker-cards .card-subtitle {
    color: #F08380;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .speaker-cards .card-title {
    color: #1F1C1C;
    font-family: Outfit;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .speaker-cards .card-text {
    overflow: hidden;
    color: #1F1C1C;
    text-overflow: ellipsis;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;
    line-height: 138.7%;
  }

  .speaker-cards .row {
    align-items: normal;
  }

  /* .speaker-cards .card-body {
    padding: 16px 0px;
  } */

  .feedback-sec.who-we-are.light-section-gp.events {
    padding: 64px 0px;
    padding-bottom: 24px;
  }

  .events .event-detail {
    max-width: 290px;
    width: 100%;
  }

  .events .event-detail p {
    margin-bottom: 0;
    color: #1F1C1C;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
  }

  .events .event-detail h4 {
    margin-bottom: 16px;
    color: #F08380;
    font-family: Outfit;
    font-size: 20px;
    font-weight: 600;
    line-height: 145%;
  }

  .events .evoca-gp-wrap {
    min-height: 170px;
  }

  .details-rev .row {
    flex-direction: row-reverse;
  }


  .details-rev {
    padding: 32px 0px;
    background: none !important;
    background: var(--non-brand-Off-Yellow, #FFF2DD);
  }

  .details-rev .revert {
    flex-direction: row;
    margin-top: 90px;
  }

  .details-rev .row h2,
  .details-rev .revert h2 {
    color: #F08380;
    font-family: Outfit;
    font-size: 36px;
    font-weight: 500;
    line-height: 125%;
  }

  .details-rev .content {
    margin-top: 15px;
  }

  .details-rev .who-we-are-text {
    max-width: 534px;
  }

  .details-rev .revert .content p {
    color: #1F1C1C;

    font-family: Outfit;
    font-size: 20px;
    font-weight: 300;
    line-height: 145%;
  }

  .details-rev .revert .content {
    padding: 0;
  }

  .travel .matter .tags {
    max-width: 316px;
    width: 100%;
    padding-top: 12px;
  }





}

.details-rev .row .bottombtn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.details-rev .row .bottombtn .get {
  border-radius: 4px;
  border: 1px solid #F08380;
  max-width: 155px;
  width: 100%;
  display: flex;
  height: 45px;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.00);
  color: #F08380;
  padding: 10px 18px;
}

.details-rev .row .bottombtn .book {
  border: 1px solid #1F1C1C;
  border-radius: 4px;
  color: #1F1C1C;
  max-width: 155px;
  width: 100%;
  display: flex;
  height: 45px;
  padding: 10px 18px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.00);
  align-items: center;

}

.details-rev .row .bottombtn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.details-rev .row .bottombtn .now {
  border-radius: 4px;
  border: 1px solid #F08380;
  background: rgba(255, 255, 255, 0.00);
  max-width: 155px;
  width: 100%;
  display: flex;
  height: 45px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  color: #F08380;
}

.details-rev .who-we-are-img .img-fluid {
  max-width: 300px;
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.events.feedback-sec.who-we-are.light-section-gp .section-title {
  color: #F08380 !important;
  text-align: center;
  margin-bottom: 30px;
  font-family: Outfit;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
}

section .container .new-cont {
  max-width: 1050px !important;
  width: 100%;
}

.details-rev .bottombtn a.get:hover {
  border: 2px solid #F08380;
  color: #fff;
  background-color: #F08380;
}

.details-rev .bottombtn a.book:hover {
  border: 2px solid #F08380;
  color: #fff;
  background-color: #F08380;
}

.matter a.tickets:hover {
  color: #000;
  background: #FFDEA7;
}

.costs {
  background: #FFD7D6 !important;
  padding: 100px 64px;
  position: relative;
}

.costs .section-heading h2 {
  text-align: center;
  color: #F08380;
  font-family: Outfit;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 32px;
}

.costs .matter {
  max-width: 640px;
  width: 100%;
  margin: 0px auto;
  align-items: start;
}

.costs .matter p {
  /* padding-bottom: 20px; */
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
}

.costs .matter p span {
  font-weight: 500;
}

.costs .matter .tickets {
  display: flex;
  margin-top: 16px !important;
  margin: 0px auto;
  max-width: fit-content;
  width: 100%;
  height: 44px;
  padding: 10px 18px;
  border-radius: 4px;
  background: #F08380;
  color: #fff;
  border: #F08380;

}

.travel {
  background: #FFF2DD !important;
  padding: 100px 64px;
  position: relative;
}

.travel .section-heading {
  color: #F08380;
  text-align: center;
  font-family: Outfit;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
}

.travel .matter p {
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
}

.travel .matter span {
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
}



.travel .matter p {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.travel .matter .tags p a {
  color: #F08380;
  font-family: Outfit;
  border-bottom: 1px solid #F08380;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.dress {
  padding-top: 32px;
  padding-bottom: 64px;
  position: relative;
}

section.dress:after {
  position: absolute;
  content: "";
  max-width: 1050px;
  height: 1px;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #E5E7EB;
  left: 0;
  margin: 0px auto;
}

/* .dress .container{
  border-bottom: 1px solid #E5E7EB;
} */

.dress .section-heading h2 {
  color: #F08380;
  text-align: center;
  font-family: Outfit;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
}

.dress .cntnt p {
  text-align: center;
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
}

.sponsors {
  padding: 64px 0px;
  padding-bottom: 0;
  position: relative;
}

section.sponsors:after {
  position: absolute;
  content: "";
  max-width: 1050px;
  height: 1px;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #E5E7EB;
  left: 0;
  margin: 0px auto;
}

.sponsors .section-heading h2 {
  color: #F08380;
  text-align: center;
  font-family: Outfit;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
}

.sponsors .goldlogo-wrp p {
  color: #1F1C1C;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  padding-bottom: 32px;
}

.sponsors .goldlogo-wrp .goldlogo {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding-bottom: 64px;
}

.sponsors .goldlogo-wrp .goldlogo .gold {
  max-width: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsors .silverlogo-wrp p {
  color: #1F1C1C;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  padding-bottom: 32px;
  margin: 0;
}

.sponsors .silverlogo-wrp .silverlogo .silver {
  max-width: 175px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}

.sponsors .silverlogo-wrp .silverlogo {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding-bottom: 32px;
}

.conference {
  padding: 64px;
}

.conference .imagecont-callout {
  padding: 24px 0px;
}

.conference .imagecont-callout .imagecont-callout__inner {
  flex-direction: row-reverse;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.conference .imagecont-callout__conbox h2 {
  padding-bottom: 20px;
  color: #F08380;
  font-family: Outfit;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 0px;
}

.conference .imagecont-callout .imagecont-callout__image img {
  max-width: 300px;
  position: absolute;
}

.conference .imagecont-callout__content .non p a:first-child {
  background: none;
  border: none;
  color: #F08380;
  width: unset;
  display: block;
  text-align: left;
  height: unset;
  margin-bottom: 20px;
  border-bottom: 1px solid #f08380;
  border-radius: 0;
}

.conference .imagecont-callout .imagecont-callout__image .layer {
  position: relative !important;
}

.upcoming {
  padding: 72px 64px;
  background: #FFF2DD;
  position: relative;
}

.upcoming .section-heading h2 {
  color: #1F1C1C;
  text-align: center;
  font-family: Outfit;
  font-size: 48px;
  font-weight: 500;
  line-height: 125%;
}

.upcoming .section-heading p {
  color: #1F1C1C;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
  margin-bottom: 64px;
}

.upcoming .card-wrp .event-cards .crd {
  max-width: 568px;
  width: 100%;
  margin: 0px auto;
  border-radius: 8px;
  border: 1px solid #D0D4E3;
  background: #FFF;
  padding: 24px;
  margin-bottom: 24px;
}

.upcoming .card-wrp .event-cards .crd p span {
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 12px;
  font-weight: 500;
  line-height: 145%;
}

.upcoming .card-wrp .event-cards .crd p {
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 300;
  line-height: 145%;
}

.upcoming .card-wrp .event-cards .crd h3 {
  margin-bottom: 16px;
}

.upcoming .card-wrp .event-cards .crd p:last-child {
  margin-bottom: 0;
}

.upcoming .card-wrp .event-cards .crd .register-wrp .dat-wrp {
  display: flex;
  gap: 16px;
  max-width: 275px;
  width: 100%;
}

.upcoming .card-wrp .event-cards .crd .register-wrp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.upcoming .card-wrp .event-cards .crd .register-wrp a {
  color: #F08380;
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
}

.upcoming .card-wrp .event-cards .crd .register-wrp h3 {
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 30px;
  font-weight: 300;
  line-height: 125%;
}

.upcoming .card-wrp .event-cards .crd .register-wrp .dat-wrp .dat,
.tim {
  display: flex;
  gap: 10px;
  max-width: 130px;
  width: 100%;
}

.upcoming .card-wrp .event-cards .crd .register-wrp .dat-wrp .dat,
.tim img {
  height: 20px;
}

.upcoming .card-wrp .event-cards .crd .register-wrp .dat-wrp .dat p {
  margin-bottom: 0;
  color: #F08380;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.upcoming .card-wrp .event-cards .crd .register-wrp .dat-wrp .tim p {
  margin-bottom: 0;
}

.nation {
  padding: 64px 0px;
}

.nation .leftal h2 {
  color: #1F1C1C;
  font-family: Outfit;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
  line-height: 125%;
  text-align: left;
}

.nation .leftal p {
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 32px;
}

.nation .health-card-wrp {
  display: flex;
  gap: 32px;
  padding: 32px 0;
  align-items: center;
}

.nation .health-card-wrp .health-card {
  max-width: 328px;
  width: 100%;
}

.nation .health-card-wrp .health-card .health {
  border-radius: 32px;
  max-width: 328px;
  padding: 18px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--Brand-Yellow, #FFDEA7);
}

.nation .health-card-wrp .health-card .health h6 {
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.nation .health-card-wrp .health-card .health .ic {
  width: 115px;
  height: 115px;
}

.nation .loc {
  display: flex;
  gap: 16px;
}

.nation .loc .cl,
.syn {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nation .loc .cl p {
  margin-bottom: 0;
  color: #F08380;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.nation .loc .syn p {
  margin-bottom: 0;
  color: #F08380;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.nation .breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nation .breadcrumb span .home p {
  margin-bottom: 0;
}



.upcoming .card-wrp .event-cards .crd .register-wrp .reg a:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 13px;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.83398 14.1663L14.1673 5.83301M14.1673 5.83301H5.83398M14.1673 5.83301V14.1663' stroke='white' stroke-width='1.66667' stroke-linecap='square'/%3E%3C/svg%3E");
}

.agenda .detail-table .table-pink {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.agenda .detail-table .table-pink .first {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.cell {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid black;
}

.agenda .section-heading {
  color: #F08380;
  text-align: center;
  font-family: Outfit;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
}

.agenda {
  padding: 64px 0px;
}



.travel .matter {
  max-width: 640px;
  width: 100%;
  margin: 0px auto;
}

.agenda .detail-table .table-pink .first-row {
  display: flex;
  background: #FFF2DD;

}

.speaker-cards .card img {
  object-position: center top;
}

.agenda .detail-table .table-pink .first-row .items {
  max-width: calc(50% - 150px);
  width: 100%;
  padding: 20px 20px 21px 20px;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
  align-items: center;
}

.agenda .detail-table .table-pink .first-row .items:nth-child(1) {
  max-width: 200px;
}

.agenda .detail-table .table-pink .first-row .items:nth-child(2) {
  max-width: 100px;
}

.agenda .detail-table {
  margin-top: 22px;
}



.agenda .detail-table .table-pink .imp .items {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
}

/* .inaugural .who-we-are-text .who-we-are-des h2 {
  color: #FFF;
  font-family: Outfit;
  font-size: 72px;
  font-weight: 500;
  line-height: 86px;
} */

.inaugural .who-we-are-text .who-we-are-des p {
  color: #FFF;
  font-family: Outfit;
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
}

.inaugural .who-we-are-text .tick {
  max-width: 150px;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #FFF;
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}


.inaugural .who-we-are-text a:hover {

  color: #000;
  background: #FFDEA7;
  border: #FFDEA7;

}

.inaugural .loc .cl,
.syn {
  display: flex;
  gap: 10px;
  align-items: center;
}

.inaugural .loc .cl img {
  width: 26px;
  height: 26px;
}

.inaugural .loc .cl p {
  margin-bottom: 0;
  color: #FFF;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.inaugural .loc .syn img {
  width: 26px;
  height: 26px;
}

.inaugural .loc .syn p {
  margin-bottom: 0;
  color: #FFF;
  font-family: Outfit;
  font-size: 18px;

  font-weight: 400;
  line-height: 145%;
}

.inaugural .loc {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

/* .agenda .detail-table .table-pink .first-row:hover, */
.agenda .detail-table .table-pink .first-row.row-ac {
  background: #FFDEA7;
}

.agenda .detail-table .table-pink .imp,
.agenda .detail-table .table-pink .imp:hover {
  background: #F08380;
}

.details-rev .revert .content .cal {}


.details-rev .content .cal {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.details-rev .content .cal p {
  margin-bottom: 0;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
}

.upcoming .card-wrp .event-cards .crd .register-wrp .regis {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
}


section.feedback-sec.who-we-are.light-section-gp.events:before {
  position: absolute;
  content: "";
  height: 1px;
  max-width: 1050px;
  width: 100%;
  border-bottom: 1px solid #E5E7EB;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: unset;
}

section.doctor-cards.speaker-cards:after {
  position: absolute;
  content: "";
  height: 1px;
  max-width: 1050px;
  width: 100%;
  border-bottom: 1px solid #E5E7EB;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: unset;
}

.speaker-cards {
  position: relative;
}

.nation {
  position: relative;
}

section.nation:after {
  position: absolute;
  content: "";
  height: 1px;
  max-width: 1050px;
  width: 100%;
  border-bottom: 1px solid #E5E7EB;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: unset;
}

.costs .matter p {
  color: #1F1C1C;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
}

.costs .matter h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  margin-bottom: 32px;
}

.events .gp-icon {
  position: absolute;
  left: 24px;
  top: 24px;
  max-width: 32px;
  max-height: 32.31px;
}

.speaker-cards .card:before {
  display: none;
}

.conference .imagecont-callout .imagecont-callout__image img:nth-child(2) {
  left: 16px;
}

.travel .matter p a {
  color: #F08380;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  border-bottom: 1px solid #F08380;
}

.travel .matter p {
  text-align: left;
}

.dress .section-heading p {
  color: #1F1C1C;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
}

.travel .section-heading h2 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 60px;
  justify-content: center;
  margin: 0px auto;
  margin-bottom: 32px;
}

.agenda .detail-table .table-pink .imp {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.agenda .detail-table .table-pink .first-row:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sponsors .goldlogo-wrp .goldlogo img {
  min-height: 55px;
  max-height: 110px;
}

.upcoming .card-wrp .event-cards .crd .register-wrp .regis .arrow {
  width: 18px;
  height: 18px;
  margin-top: -4px;
}



@media(min-width:991px) {
  .travel .matter {
    align-items: flex-start;
  }

  .upcoming .card-wrp .event-cards .crd .register-wrp .regis {
    border-bottom: 1.67px solid #f08380;
  }


}



.who-we-are.inaugural:after {
  background-image: none;
}

.container.new-cont {
  max-width: 1050px !important;
}

.events .gp-icon {
  right: 24px;
  margin: 0 auto;
}

.inaugural .names-box img {
  height: 579px;
}


@media(min-width:1300px) {
  section.location-cards.contact.details-rev .container.new-cont {
    padding: 0 95px;
  }
}

.details-rev .who-we-are-img img:first-child {
  object-fit: unset;
}

@media(min-width:991px) and (max-width:1024px) {
  .inaugural .names-box img {
    height: 400px;
  }

  .inaugural .who-we-are-text .who-we-are-des h2 {
    color: #FFF;
    font-family: Outfit;
    font-size: 48px;
    font-weight: 500;
    line-height: 66px;
  }

  .inaugural .who-we-are-img .img-fluid {
    height: 400px;
    width: 100%;
  }

}




.inaugural .who-we-are-des h2 {
  color: #FFF;
  font-family: 'Outfit';
  font-size: 72px;
  font-weight: 500;
  line-height: 86px;
}

.inaugural .who-we-are-text {
  padding-left: 0;
}

@media(min-width:991px) {
  .inaugural {
    padding: 85px 12px;
  }

  .agenda .section-heading h2 {

    font-weight: 500;
    font-family: 'Outfit';
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 25.5px;

  }

  .details-rev .who-we-are-text .content>p {
    margin-bottom: 24px;
  }

  .conference .imagecont-callout .imagecont-callout__content p {
    font-size: 20px;
  }

  .conference .imagecont-callout .imagecont-callout__conbox {
    justify-content: unset;
  }

  .nation .loc {
    margin-bottom: 32px;
  }

}


.details-rev .who-we-are-left {
  position: relative;
  left: 20px;
  top: -10px;
}
/* header menu Event css */
.primary_button {
  background: #F08380 url('./images/arrow-right-light.svg') no-repeat right 15px top 12.5px;
  color: #fff;
  min-width: 185px;
  max-height: 44px;
  padding: 9px 14px !important;
  padding-left: 14px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #F08380;
  transition: all 0.3s ease-in;
}

input.header-search {
  background: transparent;
  width: 160px;
  max-height: 44px;
  padding: 10px 24px 10px 50px;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
}

.main-nav>ul>li {
  padding: 0 0px;
}

.search-wrap>a{
  justify-content: flex-start;
  width: 190px;
}

@media (max-width: 991px){
header.header-wrapper.bg-white .main-nav ul a {
    color: #ffffff;
    padding: 10px 12px!important;
}

.hover-bg-white .main-nav ul li.has-menu>a, .sticky .main-nav ul li.has-menu>a, .bg-white .main-nav ul li.has-menu>a, .sticky .main-nav ul li.has-menu>a {
    background: url(./images/service-icons/arr-down-primary.svg) no-repeat center right;
    min-width: 95px;
    background: none;
}
}

@media(min-width:1024px) and (max-width:1220px){
    .main-nav ul a{
        font-size: 14px!important;
        padding: 7px!important;
    }
}

.main-nav ul li.has-menu>a {
    background: url(./images/service-icons/arr-down-light.svg) no-repeat center right;
    padding-right: 20px!important;
}
.upcoming p.noupcoming-events {
    text-align: center !important;
    font-weight: 600 !important;
}
/* End header menu Event css */
.mega-menu-inner {
    row-gap: 20px;
}

/* Temp */
ul#menu-header-menu > li > ul {
  display: none;
  height: 300px;
  padding: 10px 30px;
  position: absolute;
  top: 95px;
  width: 100%;
  left: 0;
  background: #fff;
}

ul#menu-header-menu > li:hover > ul {
  display: block;
}

ul#menu-header-menu > .location-menu{
	/* position: relative; */
}
ul#menu-header-menu > .location-menu > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #F08380;
    padding: 0;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
	transition: all 0.3s ease-in;
}
ul#menu-header-menu > .location-menu > ul  li {
    /* width: 150px; */
    width: 250px;
    align-items: flex-start;
}
ul#menu-header-menu > .location-menu > ul >li:first-child {
    padding-top: 30px;
}
ul#menu-header-menu > .location-menu > ul  > li > a {
    color: #fff !important;
    text-transform: uppercase;
	width: 100%;
    padding: 10px 40px !important;
	pointer-events: auto;
}
ul#menu-header-menu > .location-menu > ul  ul {
    position: absolute;
    top: 0;
    /* left: 150px; */
    left: 250px;
    /* width: calc(100% - 150px); */
    width: calc(100% - 250px);
    background: #fff;
    display: none;
    padding: 30px 40px;
	min-height: 300px;
}
ul#menu-header-menu > .location-menu > ul  .show ul{
	display: block;
}
ul#menu-header-menu > .location-menu > ul  .show > a{
	color: #FFDEA7 !important;
}
ul#menu-header-menu > .location-menu > ul ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
ul#menu-header-menu > .location-menu > ul  ul li a {
    padding: 8px 0 !important;
    color: #F08380;
    display: block;
}
ul#menu-header-menu > .location-menu > ul  ul li a:hover {
    background: transparent !important;
    color: #F08380 !important;
	font-weight: 500;
}
@media (max-width: 991px){
	.main-nav-wrapper.active {
		right: 0;
		overflow: auto;
		margin-top: -5px;
	}
	#menu-header-menu .menu-item-has-children.has-menu {
		position: relative;
		flex-wrap: wrap;
	}
	ul#menu-header-menu > .location-menu > ul  {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: none;
		padding: 30px 20px;
		min-height: 10px !important;
	}
	ul#menu-header-menu > .location-menu > ul  li {
		width: 100%;
		align-items: flex-start;
		position: relative;
		flex-wrap: wrap;
	}
	ul#menu-header-menu > .location-menu > ul  > li > a {
		padding: 10px 0px !important;
	}
	ul#menu-header-menu > .location-menu > ul  ul {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		background: transparent;
		min-height: 10px !important;
		padding: 0;
	}
	ul#menu-header-menu > .location-menu > ul  ul li {
		width: 100%;
	}
	ul#menu-header-menu > .location-menu > ul  > li > a {
		color: #F08380 !important;
	}
}

header.header-wrapper .main-nav > ul > li.menu-item-has-children >a {
  background: url(https://evocawomenshealth.com.au/wp-content/themes/women-health/images/service-icons/arr-down-light.svg) no-repeat center right;
}
header.header-wrapper.hover-bg-white  .main-nav > ul > li.menu-item-has-children >a {
  color: #F08380;
  background: url(https://evocawomenshealth.com.au/wp-content/themes/women-health/images/service-icons/arr-down-primary.svg) no-repeat center right;
}
ul#menu-header-menu > li > ul.sub-menu{
    -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

ul#menu-header-menu > li.location-menu > ul.sub-menu {
  column-count: initial;
}

@media (max-width: 991px){
	ul#menu-header-menu > li > ul{
		top: initial;
		position: relative;
		-webkit-column-count: initial;
		-moz-column-count: initial;
		column-count: initial;
		height: auto;
		order: 3;
	}
	.main-nav>ul>li {
		justify-content: space-between;
		display: flex !important;
		flex-wrap: wrap;
	}
	header.header-wrapper.bg-white .main-nav ul a {
		width: 90%;
	}
	ul#menu-header-menu > li > ul li a {
		color: #F08380 !important;
		padding: 10px 12px !important;
	}
	ul#menu-header-menu > .location-menu > ul {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: none;
		padding: 30px 20px;
		min-height: 10px !important;
		height: auto;
		order: 3;
	}
	ul#menu-header-menu > .location-menu > ul >li:first-child {
		padding-top: 0;
	}
	ul#menu-header-menu > .location-menu > ul ul li a {
		padding: 10px 12px  !important;
		color: #F08380 !important;
	}
}