@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --white: #fff;
  --black: #000;
  --primary: #281926;
  --bgcolor: #fcfdf5;
  --pink: #c7455e;
  --muted: #4d5b5f;
  --dark: #22292b;
  --dark-light: #dfe2e2;
}

body {
  font-family: "Archivo", sans-serif;
  background-color: var(--bgcolor);
  color: var(--primary);
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.32px;
}

figure {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

strong {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
  /* margin: 0; */
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  text-decoration: none;
  color: var(--primary);
}
ul li,
ol li {
  font-size: inherit;
  padding-left: 30px;
  line-height: inherit;
  color: var(--primary);
  position: relative;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  text-decoration: none;
  color: var(--primary);
}

ul,
ol {
  list-style: none;
}

ul li::before,
ol li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--primary);
  position: absolute;
  left: 8px;
  top: 12px;
}
ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  text-decoration: none;
  color: var(--primary);
}

h1 {
  font-size: 110px;
  line-height: 114%;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 64px;
  line-height: 110%;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}

h2 span {
  font-family: "HedvigLettersSerifRegular", sans-serif;
}

h3 {
  font-size: 64px;
  line-height: 110%;
  font-family: "HedvigLettersSerifRegular", sans-serif;
}

h4 {
  font-size: 32px;
  line-height: 130%;
  font-family: "HedvigLettersSerifLight", sans-serif;
}

h5 {
  font-size: 32px;
  line-height: 130%;
  font-family: "Archivo", sans-serif;
  font-weight: 300;
}

h6 {
  font-size: 24px;
  line-height: 120%;
  font-family: "Archivo", sans-serif;
  font-weight: 300;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

/* common style */
.main-heading {
  font-family: "HedvigLettersSerifRegular";
  font-size: 110px;
  line-height: 114%;
  color: var(--white);
}

.main-heading * {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  /* font-weight: inherit; */
  line-height: inherit;
  letter-spacing: -0.32px;
  color: inherit;
  margin: 0;
}

.main-title {
  font-family: "Archivo", sans-serif;
  font-size: 115px;
  font-weight: 400;
  line-height: 114%;
  color: var(--white);
}

.main-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: -0.32px;
  color: inherit;
  margin: 0;
}

.main-title span {
  font-family: "HedvigLettersSerifRegular", sans-serif;
  /* font-style: italic; */
  font-size: 110px;
}

.big-title {
  font-family: "HedvigLettersSerifRegular", sans-serif;
  font-size: 200px;
  line-height: 100%;
  color: var(--primary);
  text-transform: uppercase;
}

.big-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

.section-title {
  font-family: "Archivo", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
  color: var(--primary);
}

.section-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: -0.32px;
  color: inherit;
  margin: 0;
}

.block-title {
  font-family: "Archivo", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  color: var(--black);
}

.block-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: -0.32px;
  color: inherit;
  margin: 0;
}

.block-title span {
  display: block;
  font-family: "HedvigLettersSerifRegular";
}

.wrp-title {
  font-family: "HedvigLettersSerifRegular";
  font-size: 64px;
  line-height: 100%;
  color: var(--primary);
}

.wrp-title span {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}

.wrp-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.32px;
  color: inherit;
  margin: 0;
}

.common-section-title {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  color: var(--primary);
}

.common-section-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: -0.32px;
  margin: 0;
}

.common-section-title span {
  font-family: "HedvigLettersSerifRegular", sans-serif;
}

.common-title {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: var(--primary);
}

.common-title * {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: -0.32px;
  color: inherit;
  margin: 0;
}

.common-title span {
  font-family: "HedvigLettersSerifRegular", sans-serif;
}

.common-heading {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  color: var(--primary);
}

.common-heading * {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: -0.32px;
  margin: 0;
}

.common-heading span {
  font-family: "HedvigLettersSerifRegular";
  font-weight: 400;
  color: var(--pink);
}

/* common style */

/* buttons */
.common-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.common-border-btn {
  border: 1px solid var(--primary);
  background: none;
  background-color: transparent;
  padding: 20px 44px;
  color: var(--primary);
}

.common-border-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

.common-black-btn {
  /* border: 1px solid var(--primary); */
  background: var(--primary);
  background-color: var(--primary);
  padding: 20px 44px;
  color: var(--white);
}

.common-black-btn:hover {
  /* background-color: transparent; */
  background: var(--pink);
  color: var(--white);
}

.common-pink-btn {
  /* border: 1px solid var(--pink); */
  background: var(--pink);
  background-color: var(--pink);
  padding: 20px 32px;
  color: var(--white);
}

.common-pink-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

/* buttons */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
  background: var(--white);
  padding: 44px 0 35px;
}

.navbar-brand {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9999;
  width: 237px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  padding: 0;
}

.header-btn-block {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.header-btn-block > *:not(:last-child) {
  margin-right: 30px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: var(--primary);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.navbar .navbar-nav > *:not(:last-child) {
  margin-right: 50px;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .nav-item.active .dropdown-item {
  text-shadow: 0.4px 0 0 var(--primary), -0.3px 0 0 var(--primary) !important;
}

.navbar-nav li {
  padding-left: 0;
}
.navbar-nav li::before {
  display: none;
}

.header .dropdown-toggle::after {
  display: none;
}

.header .dropdown-toggle {
  display: flex;
}

.header .dropdown-toggle .menu-arrow {
  padding-left: 10px;
}

.dropdown-menu {
  padding: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.dropdown-menu.show {
  width: 100%;
}

.dropdown-menu .dropdown-item {
  font-size: 22px;
  line-height: 120%;
  margin: 0 0 0;
  padding: 12px 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/* banner */
.banner-section {
  overflow: hidden;
  position: relative;
  background: var(--pink);
  padding: 85px 0;
  min-height: 1192px;
}

.banner-shape {
  position: absolute;
  left: -110px;
  top: 15px;
  z-index: 99;
}

.banner-top {
  position: relative;
  z-index: 9;
  text-align: right;
}

.banner-center {
  position: relative;
  width: 100%;
  max-width: 1623px;
  margin: -55px auto 0;
}

.banner-image {
  position: relative;
  width: 100%;
  height: 676px;
  margin: 0 auto;
}

.banner-image figure,
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-image::after {
  position: absolute;
  content: "";
  background-color: rgba(40, 25, 38, 0.37);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-healthcare-logo {
  position: absolute;
  right: -85px;
  bottom: -80px;
  z-index: 9;
}

.banner-bottom-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.banner-bottom-content .main-title span {
  display: block;
}

.banner-bottom {
  position: relative;
  z-index: 99;
  margin: -65px 0 0;
}

.banner-bottom-content .common-title {
  padding: 140px 0 0;
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
  color: var(--white);
}

/* banner */

/* contact section */
.contact-section {
  padding: 120px 0 80px;
  position: relative;
}

.contact-banner.banner-section.inner-banner .details {
  line-height: 150%;
}

.contact-content {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
}

.contact-info-part {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
}

.contact-info-part .common-detail * {
  line-height: 120%;
}

.contact-info-list {
  margin: 30px 0 0;
}

.contact-info-list ul > *:last-child a {
  text-decoration: underline;
}

.contact-info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info-list ul li {
  gap: 10px;
  display: flex;
  color: var(--primary);
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  padding-left: 0;
}

.contact-info-list ul li::before {
  display: none;
}

.contact-info-list ul li a {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
}

.contact-info-list ul li a:hover {
  color: var(--pink);
}

.form-part {
  margin: 40px 0 0;
}

.common-vector {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.common-form .form-group {
  margin-bottom: 24px;
}

.common-form .form-group .form-control {
  border: 1px solid var(--pink);
  padding: 11px 11px 11px 32px;
  color: var(--black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  font-family: "Bricolage Grotesque", sans-serif;
}

.common-form .row > * {
  padding-left: 13px;
  padding-right: 13px;
}

.common-form .row {
  margin-left: -13px;
  margin-right: -13px;
}

.common-form .form-group .form-control:focus {
  border-color: var(--black);
}

.common-form .form-group .form-control::placeholder {
  color: var(--black);
}

.common-form .common-btn {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  padding: 11px 44px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  border: 0px;
}

.contact-section .common-vector svg {
  height: 760px;
}

.common-form .form-group textarea.form-control {
  height: 165px;
}
/* contact section */

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
  position: relative;
  background: var(--primary);
  padding: 150px 0 110px;
}

.footer::after {
  position: absolute;
  content: "";
  background: var(--pink);
  left: 0;
  right: 0;
  bottom: 100%;
  height: 31px;
}

.footer-right {
  width: 100%;
  max-width: 705px;
  margin-left: auto;
}

.footer-menu-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-block ul li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-menu-block ul li a,
.footer-menu-block ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--white);
}

.footer-menu-block ul li {
  flex-basis: 50%;
}

.footer-menu-block ul li a:hover,
.footer-menu-block ul li a.active,
.footer-menu-block ul li.current-menu-item a {
  text-shadow: 0.4px 0 0 var(--white), -0.3px 0 0 var(--white) !important;
}

.footer-contact-social-media-list {
  margin: 58px 0 0;
  display: flex;
  gap: 15px;
}

.footer-contact-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 15px;
  display: flex;
}
.footer ul li {
  padding-left: 0;
}
.footer ul li::before {
  display: none;
}

.footer-contact-list ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 13px 29px;
  background: var(--pink);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--white);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.footer-contact-list ul li a:hover {
  background: var(--white);
  color: var(--pink);
}

.social-media-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  height: 100%;
}

.social-media-list ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 100%;
  padding: 13px;
  background: var(--pink);
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: var(--white);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.social-media-list ul li a:hover {
  background: var(--white);
  color: var(--pink);
}

.footer-copyright {
  text-align: right;
  margin: 44px 0 0;
}

.footer-copyright * {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: var(--white);
}

.footer-copyright a:hover {
  color: var(--pink);
}

.footer-right .row > *:last-child .footer-menu-block ul li {
  flex-basis: 100%;
}

.footer-righ .row > * {
  padding-left: 5px;
  padding-right: 5px;
}

.footer-righ .row > * {
  margin-left: -5px;
  margin-right: -5px;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/* our-service-section */

.our-service-section {
  background: var(--pink);
  padding: 476px 0 375px 0;
  position: relative;
}

.our-service-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--black);
  top: 320px;
}

.our-service-section .wrp-title {
  color: var(--white);
}

.our-service-inner {
  max-width: 1262px;
  margin: 42px auto 60px auto;
}

.our-service-inner ul li {
  color: var(--white);
  font-size: inherit;
  line-height: 120%;
  margin-bottom: 34px;
  letter-spacing: 0px;
}

.our-service-inner ul {
  padding: 0;
}

.our-service-inner ul li::before {
  background: var(--white);
}

/* our-service-section */

/* service-area main */

.service-area-main {
  margin: -375px 0 48px 0;
  position: relative;
}

.service-area-inner {
  background: var(--bgcolor);
  max-width: 1262px;
  margin: 0 auto;
  padding: 22px 22px 70px 22px;
}

.service-area-inner .common-section-title {
  border-bottom: 1px solid var(--black);
  margin: 55px 57px 48px 77px;
  padding: 0 0 10px 0;
}

.service-area-content {
  margin-top: 22px;
  max-width: 498px;
}

.service-area-content ul,
.service-area-content ol {
  padding: 0;
}

.service-area-content .common-detail * {
  margin-bottom: 25px;
}

.service-area-content .common-detail ul li {
  margin-bottom: 0;
}

.service-area-content .common-detail *:last-child {
  margin-bottom: 0;
}

.service-area-content .common-btn {
  margin-top: 130px;
}

.our-service-img {
  margin: 0 0 -420px 0;
  padding-top: 70px;
}

.our-service-img-wrap {
  position: relative;
  z-index: 11;
}

.our-service-img * {
  height: 100%;
  width: 100%;
  max-height: 812px;
  object-fit: cover;
}

.service-area-map svg {
  max-width: 591px;
  width: 100%;
  height: 100%;
}
/* service-area main */

/* anniversary */

.anniversary-main {
  padding: 168px 0 70px 0;
  border-top: 1px solid var(--black);
}
.anniversary-images-wrap {
  display: flex;
  align-items: center;
}

.anniversary-images-wrap .anniversary-img-1 {
  margin-right: 20px;
  width: 22%;
}

.anniversary-images-wrap .anniversary-img * {
  max-height: 582px;
  width: 100%;
}

.anniversary-images-wrap .anniversary-img-2 {
  /* max-width: 873px; */
  width: 45.9%;
}

.anniversary-images-wrap .anniversary-img * {
  height: 100%;
  min-height: 582px;
  object-fit: cover;
}

.anniversary-images-wrap .anniversary-img.anniversary-img-3 * {
  min-height: auto;
}

.anniversary-images-wrap .anniversary-img.anniversary-img-3 {
  padding-left: 98px;
}

.anniversary-content {
  max-width: 1010px;
  margin: 56px auto 0 auto;
}

.anniversary-content .common-btn {
  margin-top: 60px;
  padding: 22px 60px;
}
/* anniversary */

/* divyesh */

/* who-we-are-section */
.who-we-are-section {
  padding: 120px 0 54px;
}

.counter-block-wrapper {
  display: flex;
  gap: 98px;
  flex-wrap: wrap;
}

.who-we-are-wrap .counter-block {
  display: flex;
  position: relative;
  gap: 10px;
  padding-right: 41px;
}

.counter-block .details {
  font-size: 28px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  padding-top: 21px;
  padding-left: 22px;
}

.who-we-are-wrap .counter-block::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: var(--black);
}

.who-we-are-wrap .counter-details .row {
  margin: 0 -28px;
}

.who-we-are-wrap .counter-details .row > * {
  padding: 0 28px;
}

.who-we-are-wrap .counter-details .row > *:last-child .counter-block::after {
  display: none;
}

.who-we-are-wrap .counter-details .row > *:last-child .counter-block {
  padding: 0;
}

.who-we-are-wrap .who-we-are-details {
  max-width: 1065px;
  margin-left: auto;
}

.who-we-are-wrap .counter-details {
  margin-bottom: 100px;
}

.who-we-are-details .common-heading {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--black);
}

.who-we-are-details .enquery-wrapper {
  display: flex;
  gap: 51px;
  padding-top: 66px;
}

.enquery-wrapper .enquery-left {
  /* max-width: 218px; */
  max-width: 180px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  width: 100%;
}

.who-we-are-details .enquery-wrapper .details p {
  margin-bottom: 30px;
}

.who-we-are-details .enquery-wrapper .details p:last-child {
  margin-bottom: 0;
}

.who-we-are-details .enquery-wrapper .details {
  margin-bottom: 40px;
}

.who-we-are-wrap .who-we-are-img-wrapper {
  margin-top: 109px;
}

.who-we-are-img-wrapper .who-we-are-img {
  height: 561px;
}

.who-we-are-img-wrapper .who-we-are-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* who-we-are-section */

/* trusted-by-ticker-section */
.trusted-by-ticker-section {
  padding: 54px 0 60px;
}

.trusted-by-ticker ul {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  gap: 55px;
  align-items: center;
}

.trusted-by-ticker {
  pointer-events: none;
  display: flex;
  justify-content: center;
}

.trusted-by-ticker ul li img {
  height: 192px;
}

.trusted-by-ticker ul li {
  margin: 0;
  white-space: nowrap;
  flex: none;
  padding-left: 0 !important;
  list-style: none;
}

.trusted-by-ticker-section .section-title {
  margin-bottom: 45px;
  font-family: "Archivo", sans-serif;
}

.trusted-by-ticker .carouselTicker__list li::before {
  display: none !important;
}

.carouselTicker ul li::before {
  display: none;
}

/* trusted-by-ticker-section */

/* partners-section */
.partners-section {
  padding: 36px 0 129px;
  overflow: hidden;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .testimonial-slider-list {
  padding: 0 18px;
  height: inherit;
}

.testimonial-slider .slick-list {
  margin: 0 -18px !important;
}

.testimonial-slider .slick-list {
  clip-path: inset(0 -100dvw 0 0) !important;
  overflow: visible !important;
}

.slider-navigation {
  margin-top: 20px;
}

.testimonial-card {
  padding: 74px 52px 50px 53px;
  min-height: 455px;
  height: 100%;
  background: rgba(222, 218, 207, 0.36);
}

.btn-slider {
  display: flex;
  gap: 28px;
  margin-top: 36px;
}

.btn-slider .slider-btn {
  width: 72px;
  height: 72px;
  display: inline-block;
  border: 1px solid;
  border-color: var(--black);
  border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonial-slider .slick-track {
  display: flex;
}

.btn-slider .slider-btn:hover {
  background: var(--pink);
  border-color: var(--pink);
}

.btn-slider .slider-btn:hover * {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.partners-section .left-content .block-title::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 143 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.8 65.6798C63.0103 83.2031 49.9795 96.9957 32.0974 96.9957C14.2154 96.9957 -0.394864 81.9595 7.95952e-06 60.3663C7.95952e-06 28.2026 26.4 9.09649 42.6462 1.35232C49.9795 -2.71761 54.8308 3.38728 50.3744 6.66584C33.7333 19.2713 32.8872 31.0854 34.5231 33.9118C51.1641 34.7031 64.5898 45.7259 63.7436 65.6798H63.8ZM143 65.6798C142.21 83.2031 129.574 96.9957 111.749 96.9957C93.9231 96.9957 79.2564 81.9595 79.2564 60.3663C79.6513 28.2026 105.656 9.09649 121.903 1.35232C129.631 -2.71761 134.482 3.38728 129.631 6.66584C113.385 19.2713 112.595 31.0854 113.779 33.9118C130.815 34.7031 143.846 45.7259 143 65.6798Z' fill='%23DBD8CF'/%3E%3C/svg%3E%0A");
  display: inline-block;
  background-size: cover;
  margin-bottom: 40px;
  width: 143px;
  height: 97px;
}

.no-testimonial-section .our-leadership-team-right {
  border-bottom: 0px;
}
/* partners-section */

/* meet-the-team-page */
.who-we-are-section.team-page {
  padding: 79px 0 64px;
}
/* meet-the-team-page */

/* get in touch */

.get-in-touch .contact-info-part {
  max-width: 890px;
}

.get-in-touch .contact-content {
  max-width: 1390px;
  margin: 0 auto;
}

.get-in-touch .common-section-title {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
}
/* get in touch */

/* why us page */

/* deliver */
.deliver-inner {
  max-width: 1251px;
  margin: 0 auto;
  padding-bottom: 74px;
  border-bottom: 1px solid var(--black);
  margin-bottom: 120px;
  padding-top: 65px;
}

.deliver-inner .wrp-title {
  color: #281926;
  margin-bottom: 65px;
}

.deliver-inner ul li {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 20px;
}

.deliver-inner ul li::before {
  background: var(--pink);
}

.deliver-inner ul li strong {
  color: var(--pink);
}

.deliver-inner .common-btn {
  width: fit-content;
  margin: 0 auto;
  display: block;
  padding: 21px 59px;
}

.deliver-points ul {
  padding: 0;
}

/* deliver */

/* gallery */
.gallery-img {
  height: 530px;
}

.gallery-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-slider-main .carouselTicker_list {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  gap: 46px;
  align-items: center;
}

.gallery-slider-main .carouselTicker {
  pointer-events: none;
}

.gallery-slider-main ul li {
  margin: 0;
  white-space: nowrap;
  flex: none;
  padding-left: 0 !important;
}

.gallery-slider-main ul li img {
  max-height: 527px;
  object-fit: cover;
}

.gallery-slider-main .section-title {
  margin-bottom: 45px;
}

/* gallery */

/* setting standard */

.setting-standard-section .our-service-inner {
  color: var(--white);
  max-width: 921px;
}

.setting-standard-section::before {
  display: none;
}

.setting-standard-section .our-service-inner strong {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.setting-standard-section .our-service-inner ul li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  letter-spacing: inherit;
}

.setting-the-standard-contact .common-detail {
  font-size: 32px;
  letter-spacing: inherit;
  line-height: 130%;
}

.setting-the-standard-contact .service-area-inner {
  max-width: 100%;
  padding: 110px 129px 20px 129px;
}

.setting-the-standard-contact .service-area-inner .common-detail strong {
  color: var(--pink);
}

.setting-the-standard-contact .common-btn {
  padding: 21px 60px;
}

.service-area-main.setting-the-standard-contact {
  margin: -261px 0 48px 0;
}
.our-service-section.setting-standard-section {
  padding: 476px 0 262px 0;
}

/* setting standard */
.make-enquiry-main .who-we-are-wrap {
  display: flex;
  column-gap: 20px;
}

.make-enquiry-main .enquery-left {
  max-width: 100%;
}

.make-enquiry-main .enquery-right {
  max-width: 921px;
}

.enquery-right ul {
  padding: 0;
}

.make-enquiry-main .enquery-right .details {
  margin-bottom: 0;
}

.make-enquiry-main .enquery-right ul {
  margin: 0;
  padding: 0;
}

.make-enquiry-main .enquery-right ul li::before {
  background: var(--primary);
}
/* why us page */

/* our-team-page */
.banner-bottom .banner-bottom-content .details * {
  font-size: 32px;
  color: var(--white);
}

.banner-section.inner-banner .details {
  max-width: 660px;
  padding-top: 170px;
}

.banner-section.inner-banner .details strong {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}

.banner-bottom .banner-bottom-content .banner-inuqery-wrappper {
  max-width: 644px;
  width: 100%;
  display: flex;
  height: fit-content;
  gap: 28px;
  margin: 0 50px 0 0;
}

.banner-bottom
  .banner-bottom-content
  .banner-inuqery-wrappper
  .banner-inuqery-block {
  background: var(--white);
  cursor: pointer;
  width: 100%;
}

.banner-bottom
  .banner-bottom-content
  .banner-inuqery-wrappper
  .banner-inuqery-block:hover
  .banner-inquery-details
  * {
  color: var(--pink);
}

.banner-inuqery-block .banner-inquery-details * {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  transition: 0.3s ease-in all;
  color: var(--primary);
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -ms-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
}

.banner-inuqery-block .banner-inquery-img {
  height: 195px;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}

.banner-inuqery-block .banner-inquery-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.banner-inuqery-block .banner-inquery-details {
  padding: 20px 21px 37px 15px;
}

.banner-inuqery-block:hover .banner-inquery-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.inner-banner .common-title {
  margin: 0;
  max-width: 885px;
}

.trusted-by-ticker-section .carouselTicker__wrap ul li::before {
  display: none;
}

.leadership-team .leadership-team-img {
  height: 353px;
  margin-bottom: 36px;
}

.leadership-team .leadership-team-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.leadership-team .name {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.our-leadership-team-left .wrp-title {
  color: var(--primary);
  max-width: 200px;
}

.our-leadership-team-section .our-team-wrapper {
  max-width: 1518px;
  margin: 0 auto;
}

.our-leadership-team-right
  .our-leadership-team-slider
  .our-leadership-team-item {
  padding: 0 22px;
}

.our-leadership-team-right .our-leadership-team-slider .slick-list.draggable {
  margin: 0 -22px;
}

.who-we-are-section.our-team-page {
  padding: 79px 0 64px;
}

.our-leadership-team-section {
  padding: 66px 0 75px;
  border-top: 1px solid #000;
}

.our-leadership-team-section .our-team-wrapper .row {
  margin: 0 -18px;
}

.our-leadership-team-section .our-team-wrapper .row > * {
  padding: 0 18px;
}

.our-leadership-team-right {
  padding-bottom: 111px;
  border-bottom: 1px solid var(--black);
}

.partners-section.our-team-page {
  padding: 36px 0 142px;
}

.partners-section.our-team-page .left-content .block-title {
  font-family: "HedvigLettersSerifRegular";
}

.our-team-page .common-pink-btn {
  padding: 20px 66px;
}

/* our-team-page */

/* current oppotunities */

.inner-banner-v2 .banner-bottom-content {
  flex-direction: column;
}

.inner-banner-v2 .banner-bottom-content .details {
  max-width: 688px;
  margin-left: auto;
}

.current-opportunities-banner {
  padding: 200px 0 85px 0;
}

.current-opportunities-banner .banner-shape {
  top: 17px;
}

.filter-wrp {
  position: relative;
  width: 100%;
  max-width: 338px;
  margin-bottom: 25px;
}

.filter-block {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  background: #dfe2e2;
  padding: 8px 15px;
  color: var(--muted);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 122%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.filter-dropdown ul li::before {
  display: none;
}

.filter-block > *:not(:last-child) {
  margin-right: 14px;
}

.filter-block span span {
  text-transform: capitalize;
  color: var(--dark);
  font-weight: 400;
  letter-spacing: 0.35px;
}

.filter-dropdown {
  display: none;
}

.filter-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-dropdown ul li {
  text-transform: capitalize;
  cursor: pointer;
  padding: 10px 15px;
  background: #dfded7;
  color: var(--muted);
  font-size: 18px;
  line-height: 120%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.filter-dropdown ul li:hover {
  background: var(--muted);
  color: #fff;
}

.filter-dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #7c7b77;
}

/* Healthcare - Current Openings - Page */
.benefits-of-working {
  background-color: var(--light);
}

.benefits-of-working .benefits-of-working-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}

.benefits-of-working .benefits-points {
  max-width: 423px;
  display: flex;
  flex-direction: column;
}

.benefits-of-working .benefits-points .title * {
  color: var(--dark);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -1.5px;
  margin-bottom: 63px;
}

.benefits-of-working .benefits-points .title span {
  display: block;
  margin-left: 70px;
}

.benefits-of-working .benefits-points ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.benefits-of-working .benefits-points ul li {
  list-style: initial;
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.35px;
}

.benefits-of-working .benefits-points .action a {
  width: fit-content;
  padding: 9px 16px;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background-color: var(--dark-light);
  gap: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.benefits-of-working .benefits-points .action a:hover {
  filter: invert(1) brightness(1) grayscale(1);
  -webkit-filter: invert(1) brightness(1) grayscale(1);
}

.benefits-of-working .locations {
  background-color: var(--dark-light);
  max-width: 100%;
  width: 100%;
  padding: 36px;
}

.benefits-of-working .locations .locations-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.benefits-of-working .locations .locations-items ul li::before {
  display: none;
}

.benefits-of-working .locations .locations-items:first-child {
  padding-top: 0;
}

.benefits-of-working .locations .locations-items:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.benefits-of-working .locations ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.benefits-of-working .locations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.benefits-of-working .locations ul li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 4px 0;
  color: var(--muted);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.benefits-of-working .locations ul li figure {
  display: flex;
  align-items: center;
}

.benefits-of-working .locations .title * {
  color: var(--muted);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  padding-bottom: 2px;
}

.benefits-of-working .locations .action * {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-light);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: var(--muted);
  padding: 10px 22px;
  text-wrap: nowrap;
}

.benefits-of-working .locations .action *:hover {
  filter: invert(1) brightness(1) grayscale(1);
  -webkit-filter: invert(1) brightness(1) grayscale(1);
}

.banefits-block-wrp {
  width: 100%;
}

.load-more-btn-block {
  display: flex;
  justify-content: center;
}

.banefits-block-wrp .load-more {
  border: none;
  transition: 0.4s;
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.opportunities-main {
  padding: 134px 0;
}

.opportunities-title ul li::before,
.opportunities-title ol li::before {
  background: var(--black);
}

.opportunities-title .disc-points {
  margin-top: 43px;
}

.disc-points ul {
  padding: 0;
}

.banefits-block-wrp .load-more {
  transition: 0.4s;
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  padding: 15px 40px;
  width: fit-content;
  margin: 40px auto 0 auto;
  display: block;
}

.banefits-block-wrp .load-more:hover {
  background: var(--black);
  color: var(--bgcolor);
}
/* current oppotunities */

/* privacy policy */

.privacy-policy-main {
  padding: 100px 0;
}
.small-banner .banner-shape {
  top: 0;
}
.small-banner .banner-shape svg {
  max-width: 480px;
  height: 570px;
}

.small-banner.banner-section {
  min-height: 424px;
}

.privacy-policy-inner {
  max-width: 1150px;
  margin: 0 0 0 auto;
}

.privacy-policy-inner .privacy-flex {
  display: flex;
  margin-bottom: 25px;
      column-gap: 5px;
}

.privacy-policy-inner .normal-title {
  max-width: 300px;
  width: 100%;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}

.privacy-policy-inner .detail {
  max-width: 921px;
      width: 100%;
}

.privacy-policy-inner .detail  ul {
  padding: 0;
}

.privacy-policy-block {
  max-width: 921px;
  margin-left: auto;
  margin-bottom: 60px;
}

.privacy-policy-block p a {
  text-decoration: underline;
  display: block;
}

.privacy-policy-block p a:hover {
  color: var(--pink);
}

.privacy-policy-inner h1 {
  font-size: 60px;
  margin-bottom: 20px;
}

.privacy-policy-inner h2 {
  font-size: 55px;
  margin-bottom: 20px;
}

.privacy-policy-inner h3 {
  font-size: 50px;
  margin-bottom: 20px;
}

.privacy-policy-inner h4 {
  font-size: 40px;
  margin-bottom: 20px;
}

.privacy-policy-inner h5 {
  font-size: 30px;
  margin-bottom: 20px;
}

.privacy-policy-inner h6 {
  font-size: 28px;
  margin-bottom: 20px;
}

blockquote {
  padding-left: 30px;
  border-left: 5px solid var(--pink);
  margin-bottom: 20px;
}

.privacy-policy-inner strong {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}

.aligncenter {
  float: none;
  display: block;
  margin: 20px auto;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
/* privacy policy */

/* careers-page */
.who-we-are-section.careers-page .who-we-are-wrap .who-we-are-details {
  max-width: 100%;
}

.who-we-are-section.careers-page .who-we-are-details .common-heading {
  border-bottom: 0;
  padding-bottom: 48px;
}

.who-we-are-section.careers-page .who-we-are-details .enquery-wrapper {
  justify-content: space-between;
  padding-top: 0;
}

.who-we-are-section.careers-page .enquery-wrapper .enquery-left {
  width: 100%;
  max-width: 497px;
}

.who-we-are-section.careers-page .enquery-wrapper .enquery-right {
  max-width: 1065px;
  width: 100%;
}

.who-we-are-details .enquery-wrapper .details p span {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}

.who-we-are-section.careers-page {
  padding: 98px 0 55px;
}

.who-we-are-section.careers-page .details {
  margin-bottom: 0;
}

.benifts-healthcare .benifts-wrapper {
  display: flex;
  gap: 53px;
  justify-content: space-between;
}

.benifts-healthcare {
  padding: 55px 0 68px;
}

.benifts-healthcare .benifts-wrapper .benifts-healthcare-block {
  max-width: 497px;
  width: 100%;
}

.benifts-healthcare-card {
  padding: 26px 27px 26px 17px;
  border: 1px solid var(--black);
  min-height: 285px;
  height: calc(100% - 41px);
  margin-bottom: 41px;
  display: flex;
  flex-direction: column;
}

.benifts-healthcare-card .icon {
  margin-bottom: 50px;
  max-width: 79px;
  height: 76px;
}

.benifts-healthcare-card .icon * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benifts-healthcare-block .wrp-title {
  color: var(--primary);
}

.benifts-wrapper .benifts-healthcare-right {
  max-width: 1065px;
  width: 100%;
}

.benifts-healthcare-card .benifts-healthcare-card-details p:last-child {
  margin-bottom: 0;
}

.benifts-wrapper .benifts-healthcare-right .row > * {
  padding: 0 21px;
}

.benifts-wrapper .benifts-healthcare-right .row {
  margin: 0 -21px;
}

.career-section .career-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 53px;
}

.career-wrapper .career-details p:last-child {
  margin-bottom: 0;
}

.career-wrapper .career-details {
  max-width: 935px;
  width: 100%;
}

.career-wrapper .wrp-title {
  color: var(--primary);
  max-width: 393px;
  width: 100%;
}

.career-wrapper .wrp-title span {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  display: block;
}

.career-wrapper .career-details p {
  margin-bottom: 32px;
}

.career-section {
  padding: 85px 0 44px;
  border-top: 1px solid var(--black);
}

.benifts-healthcare-block .wrp-title span {
  font-family: "Archivo", sans-serif;
  display: block;

  font-weight: 500;
}

.career-section .career-wrapper {
  margin-bottom: 60px;
}

.nationwide-opportunities {
  padding: 70px 0 60px;
}

.nationwide-opportunities-wrapper .wrp-title {
  color: var(--primary);
  text-align: center;
  max-width: 1221px;
  margin: 0 auto;
}

.nationwide-opportunities-wrapper .wrp-title span {
  font-family: "Archivo", sans-serif;
  display: block;
  font-weight: 500;
}

.nationwide-opportunities-wrapper .nationwide-map {
  margin-top: 28px;
}

.nationwide-opportunities-wrapper .nationwide-map .map-img {
  height: 722px;
}

.nationwide-opportunities-wrapper .nationwide-map .map-img * {
  width: 100%;
  height: 100%;
}

.nationwide-map .nationwide-details p {
  margin-bottom: 32px;
}

.nationwide-details ul {
  padding: 0;
}

.nationwide-map .nationwide-details p a {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.nationwide-map .nationwide-details p a:hover {
  color: var(--pink);
}

.nationwide-map .nationwide-details ul {
  margin-bottom: 32px;
}

.nationwide-opportunities-wrapper .nationwide-map .row {
  align-items: center;
}

.nationwide-map .nationwide-details ul li {
  margin-bottom: 30px;
}

.next-step-section {
  padding: 60px 0 118px;
  position: relative;
}

.next-step-section::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 335px;
  background: var(--pink);
  position: absolute;
  bottom: 0;
}

.next-step-section-wrapper .next-step-img {
  height: 921px;
  position: relative;
  z-index: 1;
}

.next-step-section-wrapper .next-step-img::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border: 1px solid #000000;
  background-color: rgba(40, 25, 38, 0.57);
}

.next-step-block {
  position: relative;
}

.next-step-block .next-step-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 70px;
}

.next-step-details .common-btn:hover {
  background: var(--white);
  color: var(--pink);
  border: transparent;
}

.next-step-block .next-step-details .btn-container {
  padding-bottom: 54px;
  border-bottom: 1px solid var(--white);
}

.next-step-section-wrapper .next-step-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.next-step-details .wrp-title {
  max-width: 920px;
  padding-top: 43px;
  color: var(--white);
  font-family: "Archivo", sans-serif;
}

.next-step-details .wrp-title span {
  display: block;
  font-family: "HedvigLettersSerifRegular";
}
/* careers-page */

/* error page */
.typography .privacy-policy-inner {
  width: 100%;
  max-width: 100%;
}

.typography .privacy-policy-inner p a {
  text-decoration: underline;
}

.typography .privacy-policy-inner p a:hover {
  color: var(--pink);
}

.typography-wrp.error-page {
  padding: 140px 0;
}

.typography-wrp.error-page .common-detail {
  margin: 20px 0;
}

.typography-wrp.error-page .main-title {
  color: var(--primary);
}
/* error page */

/* form */

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  color: #dc3232;
}
.wpcf7-form.valid .wpcf7-response-output,
.wpcf7-form.success .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
  color: #008000;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 18px;
  font-weight: 400;
}

.wpcf7-not-valid-tip {
  text-align: left;
}

.wpcf7-response-output {
  margin: 0 0 0 !important;
  padding: 0 !important;
  border: 0px !important;
  text-align: center;
}

.wpcf7-spinner {
  margin: 14px auto 0 auto;
  display: block;
}
/* form */

#cookie-notice * {
  font-family: "Archivo", sans-serif !important;
}


#cookie-notice{

  box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.25);
}

.cn-text-container * {
  font-family: inherit;
}

.cn-button {
  font-family: inherit;
  background: var(--pink);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.cn-button:hover {
  opacity: 0.8;
}

.cn-close-icon:before, .cn-close-icon:after {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
