* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid black; */
}

:root {
  --dark-slate-blue: #2a4a90;
  --red: #ed1d24;
  --white-smoke: #ecf0f3;
  --indian-red: #ed4248;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  /* background-color: var(--dark-slate-blue); */
  /* color: #333;
  font-family: Aeonik, sans-serif;
  font-size: 14px;
  line-height: 20px; */
}

h1 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.banner_container {
  width: 100%;
  height: 110vh;
  background-color: #fff;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  position: relative;
  overflow: hidden;
  /*box-shadow: 0 0 50px 12px rgba(0, 0, 0, .42);*/
}

.banner_container.padding {
  padding-left: 40px;
  padding-right: 40px;
}

.banner_container.padding._100_vh {
  height: 100vh;
}

/*.banner_animation {
  height: 100%;
}*/

.content_wrapper {
  z-index: 20;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content_wrapper.auto.healthcare-new {
  justify-content: flex-start;
}

.content_wrapper.auto.healthcare-new._2 {
  height: 100%;
  padding-bottom: 60px;
  position: static;
}

.nav_wrapper {
  z-index: 11;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brand_logo {
  width: 18%;
}

.image {
  width: 100%;
}

.image.left_radius {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.image.right_radius {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.image.small {
  width: 80%;
}

.image.small._1 {
  margin-top: 20px;
}

.image.super {
  width: 75%;
}

.image.hide {
  display: none;
}

.image._02 {
  width: 80px;
}

.image.radius {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.menu_wrap {
  z-index: 50;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 20px;
  padding: 15px 0 15px 10px;
  display: flex;
}

.line {
  width: 20%;
  height: 3px;
  background-color: #2a4a90;
  margin-bottom: 6px;
}

.line.color {
  width: 50%;
  color: var(--red);
  background-color: #ea1c23;
  margin-top: 8px;
  margin-bottom: 0;
}

.line.color.s2 {
  width: 8.3%;
  margin-top: 0;
}

.line.color._60 {
  width: 60%;
  background-color: var(--red);
  text-align: left;
}

.line.color.width_20 {
  width: 20%;
  background-color: var(--red);
  margin-top: 0;
}

.line.color.width_10 {
  width: 10%;
}

.line.color._20 {
  width: 20%;
  margin-bottom: 60px;
}

.line.color._30 {
  width: 30%;
}

.line.color._20 {
  width: 20%;
}

.line.color._10 {
  width: 10%;
}

.line.color._15 {
  width: 15%;
}

.line.color._40 {
  width: 40%;
}

.line.color._5 {
  width: 5%;
}

.line.color._25 {
  width: 25%;
}

.line.color._1 {
  width: 100%;
}

.line.color._10-copy {
  width: 10%;
}

.line.bg_color {
  background-color: var(--red);
}

.line.s1 {
  margin-top: 5px;
  margin-bottom: 0;
}

.line.s2 {
  width: 47%;
  background-color: var(--red);
  margin-top: 8px;
  margin-bottom: 0;
}

.line.no_m {
  height: 4px;
  margin-bottom: 0;
}

.line.no_m.left {
  height: 3px;
  background-color: var(--red);
  margin-right: 20px;
}

.nav_col {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link_item {
  color: var(--dark-slate-blue);
  letter-spacing: .5px;
  margin-left: 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.link_item.w--current {
  border-bottom: 2px solid var(--red);
  font-weight: 400;
}

.link_item.sup {
  margin-left: 0;
}

.link_item.sup.w--current {
  border-bottom: 2px solid var(--red);
  font-weight: 400;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.padding {
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper.padding.s2.bottom_p {
  margin-bottom: 3.5vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper.flex.padding {
  align-items: flex-start;
  padding: 60px 80px;
  position: relative;
}

.wrapper.flex.padding.super {
  width: 100%;
  max-width: 100%;
  color: var(--dark-slate-blue);
  background-color: #ecf0f3;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.wrapper.flex.padding.new {
  padding-left: 0;
  padding-right: 0;
}

.wrapper.flex.s1 {
  flex-direction: column;
}

.wrapper.flex.left_raight_p {
  margin-top: 2vw;
  padding-left: 60px;
  padding-right: 60px;
}

.wrapper.flex.pading {
  align-items: flex-start;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-left: 60px;
  padding-right: 60px;
}

.wrapper.flex.s3 {
  height: 90%;
  align-items: stretch;
  padding-bottom: 20px;
}

.wrapper.flex.left_right {
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper.flex.left_right.new-style {
  margin-top: 8vw;
}

.wrapper.top_bottom_left_right_p {
  max-width: 100%;
  background-color: #ecf0f3;
  padding: 40px 80px 100px;
}

.wrapper.vertical {
  background-color: #2a4a90;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.height {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrapper.height.center {
  height: auto;
  justify-content: center;
}

.wrapper.top_p {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.flex2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.wrapper.s1 {
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.top_b_p {
  margin-top: 3vw;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.wrapper.top_b_p.flex.rev {
  flex-direction: row-reverse;
  align-items: stretch;
  margin-top: 1vw;
}

.wrapper.top_b_p.new {
  padding-left: 40px;
}

.wrapper.s2 {
  height: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.left_right {
  padding-left: 60px;
  padding-right: 60px;
}

.wrapper.s3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.wrapper.top_bottom_p {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.wrapper.width {
  max-width: 850px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper.s4 {
  justify-content: space-between;
  padding: 40px 20px;
  display: flex;
}

.wrapper.s4.s1 {
  justify-content: center;
}

.wrapper.s4.center {
  justify-content: center;
  align-items: center;
}

.wrapper.top_b {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.bottom_m {
  margin-bottom: 5vw;
}

.wrapper.w2 {
  max-width: 1200px;
  margin-top: 10px;
  display: flex;
}

.wrapper.blue-background {
  background-color: var(--dark-slate-blue);
}

.mt_div {
  padding: 30px;
}

.h1.color {
  color: #fff;
}

.h1.color.small {
  font-size: 32px;
  line-height: 42px;
}

.h1.color_white {
  color: #fff;
  text-align: center;
}

.h1.color_white.capitalize {
  text-transform: none;
}

.h1.s2 {
  line-height: 50px;
}

.h1.s3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 35px;
}

.h1.size_22px {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 28px;
}

.h1.center {
  text-align: center;
}

.h1.center.doctor {
  text-align: right;
  font-size: 28px;
}

.h1.center.client {
  text-align: left;
  font-size: 28px;
}

.h1.center.white {
  color: var(--white-smoke);
}

.h1.capitalize {
  text-align: center;
  text-transform: capitalize;
}

.h1.right_align {
  text-align: right;
}

.h1.bottom_m {
  margin-bottom: 15px;
}

.h1.new {
  text-align: center;
}

.main_container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main_container.left_right_p {
  z-index: 0;
  color: var(--dark-slate-blue);
  padding-left: 40px;
  padding-right: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.main_container.left_right_p.s2 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: static;
  top: 0;
}

.main_container.left_right_p.no_sticky {
  padding-bottom: 10vw;
  position: static;
  top: auto;
}

.main_container.left_right_p.top_bottom {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.main_container.left_right_p.top_bottom.no {
  position: static;
}

.main_container.left_right_p.super {
  position: static;
  top: 0;
}

.main_container.s1 {
  padding-left: 40px;
  padding-right: 40px;
}

.main_container.s1.blue_background {
  background-color: var(--dark-slate-blue);
}

.main_container.bg_color {
  background-color: #ecf0f3;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.main_container.bg_color.onboard {
  padding-top: 20px;
}

.main_container.s2 {
  padding-left: 40px;
  padding-right: 40px;
}

.main_container.no_p {
  padding: 0 40px 10vw;
}

.sub_text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.sub_text.color {
  color: #fff;
}

.sub_text.color.bottom_p {
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
}

.sub_text.color.size {
  font-size: 14px;
  text-decoration: none;
}

.sub_text.color._25px_size {
  margin-top: 5vw;
  font-size: 25px;
}

.sub_text.size {
  color: #8b8b8b;
  font-size: 16px;
  text-decoration: none;
}

.sub_text.size.b_margin {
  margin-bottom: 10px;
}

.sub_text.blue_color {
  color: var(--dark-slate-blue);
}

.sub_text.blue_color.size.top_m {
  text-align: left;
  margin-top: 20px;
}

.sub_text.blue_color.top_m {
  margin-top: 10px;
}

.sub_text.blue_color._25px_size {
  margin-top: 30px;
  font-size: 25px;
}

.sub_text.s2 {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.sub_text.capitalize {
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 22px;
}

.sub_text.s3 {
  color: var(--dark-slate-blue);
  text-transform: capitalize;
  font-size: 22px;
}

.sub_text.top_m {
  margin-top: 10px;
}

.sub_text.top_m.center {
  text-align: center;
}

.sub_text.size.text_color {
  color: #fff;
}

.sub_text.size2 {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 30px;
}

.sub_text.c5 {
  color: #fff;
  letter-spacing: .5px;
  font-size: 16px;
}

.sub_text.s1 {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 400;
}

.mask_div {
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.mask_div.no_padding {
  padding-top: 0;
  padding-bottom: 0;
}

.mask_div.f2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mask_div.bottom_p {
  margin-bottom: 10px;
}

.btn_wrap {
  z-index: 11;
  width: 100%;
  height: 240px;
  max-width: 50px;
  background-color: var(--dark-slate-blue);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blue_div {
  width: 100%;
  height: 100%;
  background-color: var(--dark-slate-blue);
  letter-spacing: .5px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 18px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  min-width: 110px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  transform: rotate(-90deg);
}

.text-block.s1 {
  min-width: 200px;
}

.text-block.new-width {
  min-width: 200px;
  text-align: center;
}

.col {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.col.width {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.col.flex {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col.flex_h {
  align-items: center;
  display: flex;
}

.col.flex_h.no_vertical {
  width: 100%;
}

.col.no_padding {
  width: 58%;
  justify-content: space-between;
  padding-bottom: 0;
}

.col.super {
  width: 40%;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.col.tab_view {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.col.vertical {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.col.big {
  width: 80%;
  justify-content: flex-start;
  padding-bottom: 0;
}

.col.about {
  width: 50%;
  justify-content: center;
  align-items: flex-start;
}

.col.about._40-_width {
  width: 40%;
}

.col.aboutcontent {
  width: 50%;
  align-items: flex-start;
}

.col.center {
  align-items: center;
}

.work_container {
  background-color: var(--white-smoke);
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  padding-top: 60px;
  box-shadow: 0 0 50px rgba(0, 0, 0, .45);
}

.container {
  /* background-color: #ecf0f3; */
  /* border-top-left-radius: 50px;
  border-top-right-radius: 30px;
  padding-left: 40px;
  padding-right: 40px; */
}

.container.margin_bottom {
  margin-bottom: 70px;
}

.container.bg_color {
  background-color: var(--dark-slate-blue);
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}

.container.bg_color.top_bottom_p {
  opacity: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.container.bg_color.top_p {
  padding-top: 40px;
}

.container.super {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.overlay {
  color: var(--dark-slate-blue);
  background-color: rgba(255, 255, 255, .8);
  border-radius: 30px 0 0 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: all .36s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay:hover {
  color: var(--white-smoke);
  background-color: rgba(42, 74, 144, .8);
}

.overlay.right_radius {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 0 30px 30px 0;
  align-items: center;
  font-size: 16px;
}

.overlay.right_radius:hover {
  background-color: rgba(42, 74, 144, .8);
}

.overlay.employee {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.heading_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.heading_wrap.margin_b {
  margin-bottom: 30px;
}

.heading_wrap.no_padding {
  flex-direction: row;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading_wrap.no_padding.home {
  flex-direction: row;
  display: flex;
}

.heading_wrap.capialize {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.heading_wrap.capialize.center {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading_wrap.capialize.new-homehead {
  align-items: center;
}

.heading_wrap.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading_wrap.center.hide {
  display: none;
}

.heading_wrap.center.left_right_p {
  padding-left: 100px;
  padding-right: 100px;
}

.heading_wrap.trainer {
  padding-left: 10px;
  padding-right: 10px;
}

.color {
  color: var(--indian-red);
}

.btn_2 {
  color: var(--dark-slate-blue);
  margin-top: 30px;
  padding-top: 5px;
  text-decoration: none;
}

.btn_2.no_margin.color {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn_2.s1 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn_2.s1.color {
  color: #fff;
  margin-top: 5vw;
}

.btn_2.big {
  color: #fff;
  font-size: 20px;
}

.btn_2.ind {
  width: 20%;
}

.btn_2.white {
  color: var(--white-smoke);
  margin-top: 10px;
}

.btn_2.space {
  margin-top: 10px;
}

.btn_2.super {
  margin-left: 20px;
}

.d1 {
  width: 85%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.d1.mt {
  margin-bottom: 0;
}

.circle {
  width: 100%;
  height: 175px;
  max-width: 175px;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  box-shadow: -14px -14px 30px #fff, 14px 14px 30px #d1d9e6, inset -14px -14px 30px rgba(245, 245, 245, .66), inset 14px 14px 30px rgba(209, 217, 230, .69);
}

.circle.no_padding {
  margin-right: 0;
}

.arrow_icom {
  width: 8%;
  color: var(--indian-red);
  margin-top: 2px;
  line-height: 0;
}

.arrow_icom.size {
  width: 60%;
}

.arrow_icom.size.new {
  width: 6px;
}

.arrow_icom.reset {
  width: 2%;
}

.text_2 {
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.h2 {
  color: var(--dark-slate-blue);
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.h2.left_m {
  margin-left: 2px;
  line-height: 30px;
}

.relative_div {
  z-index: 10;
  color: var(--dark-slate-blue);
  position: relative;
}

.c1 {
  width: 100%;
  color: #dedede;
  letter-spacing: .5px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.arrow {
  width: 30px;
  height: 30px;
  background-color: #dedede;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.arrow.new {
  padding: 0 0 0 1px;
}

.line_wrap {
  width: 3px;
  height: 160px;
  background-color: #b0b0b0;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.div-block {
  height: 20%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c2 {
  width: 100%;
  max-width: 150px;
  min-height: 150px;
  background-color: #2a4a90;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c2.white {
  min-width: 150px;
  background-color: var(--white-smoke);
}

.c2.white.fix_height {
  max-height: 150px;
}

.c_wrap {
  perspective: 1000px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.c_wrap.top_p {
  padding-top: 80px;
}

.c_wrap.margin-top {
  margin-top: 20px;
  padding-top: 20px;
}

.accordion__item_wrap {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 40px;
  padding: 20px;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion.js-accordion {
  margin-bottom: 40px;
}

.accordion.js-accordion.width_100 {
  width: 100%;
}

.accordion.js-accordion.desktop_hide {
  display: none;
}

.accordion-body__contents {
  opacity: 1;
  color: #2a4a90;
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.accordion-body__contents.padding {
  color: #848484;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.accordion-body__contents.color {
  color: #d0d0d0;
  letter-spacing: .8px;
  font-size: 14px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  color: #2a4a90;
  flex: 1;
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.question-text.size {
  font-size: 18px;
}

.question-text.color {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.accordion-body {
  color: #9096a4;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion__item {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.accordion__item:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
  border: 1px solid #ecf0f3;
  border-bottom-color: #2a4a90;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion__item.js-accordion-item.no_padding {
  box-shadow: none;
  border-style: none;
  border-color: #000;
  padding: 0;
}

.t2 {
  color: #2a4a90;
  text-align: center;
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 22px;
}

.sticky {
  height: 100%;
  margin-top: 40px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.footer_container {
  height: 470px;
  align-items: stretch;
  display: flex;
  position: relative;
}

.col_1 {
  width: 68%;
  background-color: #232323;
  padding: 40px;
}

.col_2 {
  width: 32%;
  background-color: #1d1d1d;
  padding: 40px;
}

.footer_content_wrap {
  padding: 20px 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.col_3 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.address_wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding: 5px 10px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.link.s1 {
  color: #d0d0d0;
  letter-spacing: .8px;
  padding-left: 0;
  padding-right: 0;
  line-height: 28px;
}

.f_link_wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.social_media_wrap {
  width: 100%;
  margin-bottom: 10px;
}

.social_media_wrap.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f_wrap {
  width: 50px;
  height: 50px;
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  transition: all .36s ease-in-out;
  display: flex;
}

.f_wrap:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.f_wrap.super {
  width: 50px;
  height: 50px;
  border: 1px solid var(--dark-slate-blue);
  border-radius: 50%;
}

.f_wrap.super:hover {
  font-weight: 400;
}

.f_wrap.border_color {
  color: #fff;
  border-color: #fff;
}

.f_wrap.border_color:hover {
  border-color: var(--dark-slate-blue);
  color: #fff;
}

.f_wrap.border_color.no_p {
  margin-left: 0;
}

.f_wrap.s2 {
  width: 40px;
  height: 40px;
  color: #a3a3a3;
  border-style: solid;
  border-color: #a3a3a3;
  transition: all .36s ease-in-out;
  position: relative;
}

.f_wrap.s2:hover {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: rgba(0, 0, 0, 0);
}

.wrap {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text {
  color: #858585;
  margin-top: 10px;
}

.h_line {
  width: 100%;
  height: 2px;
  max-width: 35px;
  background-color: #868686;
  position: absolute;
  top: auto;
  bottom: 68px;
  left: auto;
  right: 0%;
}

.link-block {
  width: 175px;
}

.about-banner-div {
  width: 55%;
  flex: 0 auto;
  margin-left: auto;
  padding-left: 0;
}

.banner-para {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.banner-para.top_m {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  font-size: 35px;
  line-height: 40px;
}

.heading.employee {
  text-align: left;
  font-size: 25px;
}

.per-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map-wrapper {
  width: 100%;
  max-width: 1200px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 300;
  display: flex;
}

.map-content {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.paragraph.white_color {
  color: #fff;
  font-weight: 300;
}

.paragraph.white_color.line_height {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.paragraph.white_color.line_height.center {
  text-align: center;
  line-height: 30px;
}

.paragraph.font_weight {
  font-weight: 300;
}

.paragraph.no_m {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.no_m.employer-id {
  margin-bottom: 10px;
}

.paragraph.s1 {
  margin-top: 10px;
}

.paragraph.center {
  text-align: center;
}

.paragraph.color_blue {
  color: var(--dark-slate-blue);
  letter-spacing: .5px;
}

.paragraph.right_aling {
  text-align: right;
}

.paragraph.services {
  width: 70%;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.paragraph.mew {
  text-align: center;
  font-size: 18px;
}

.image-2 {
  width: 50%;
}

.owners-section {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.owners-section.no_padding {
  padding-top: 0;
  padding-bottom: 0;
}

.owners-section.no-radius {
  border-radius: 0;
}

.owners-section.no-radius.bluebg {
  background-color: var(--dark-slate-blue);
}

.owner-wrapper {
  max-width: none;
  background-color: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  display: flex;
  position: relative;
}

.owner-wrapper.s {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.owner-wrapper.no_radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.owner-wrapper.no_radius.no-padding {
  padding: 0;
}

.owner {
  width: 100%;
  max-width: 1200px;
  color: var(--dark-slate-blue);
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.owner.rev {
  flex-direction: row-reverse;
}

.image3 {
  width: 40%;
  position: absolute;
  left: -20px;
}

.image3.rev {
  width: 38%;
  top: 20px;
  left: auto;
  right: -20px;
}

.image3.width_45 {
  width: 50%;
  top: 40px;
}

.text-span-2 {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.grid-div {
  width: 100%;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.content-div {
  width: 65%;
  max-width: 1200px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-2 {
  background-color: #ecf0f3;
}

.custom-menu {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .32);
  justify-content: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hover-div {
  width: 100%;
  margin-bottom: 40px;
}

.line-amimation-div {
  height: 2px;
  background-color: #c3c3c3;
}

.animated-div {
  height: 2px;
  background-color: #fff;
}

.text-fresh {
  font-size: 26px;
}

.side-div {
  width: 32%;
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  padding-top: 3vw;
  padding-left: 7vw;
  padding-right: 2vw;
  display: flex;
}

.menu-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.2vw;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-block.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form.center {
  justify-content: center;
  align-items: center;
}

.text-field {
  width: 50%;
  border-radius: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 22px 20px 22px 40px;
}

.text-field._2 {
  width: 50%;
}

.submit-button {
  border: 2px solid var(--white-smoke);
  background-color: var(--dark-slate-blue);
  letter-spacing: .8px;
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .36s ease-in-out;
}

.submit-button:hover {
  border-color: var(--dark-slate-blue);
  background-color: var(--white-smoke);
  color: var(--dark-slate-blue);
}

.submit-button.s1 {
  border-width: 2px;
  border-color: var(--dark-slate-blue);
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 500;
}

.submit-button.s1.mt {
  margin-top: 40px;
}

.submit-button.top_bottom {
  letter-spacing: .5px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 14px;
}

.overflow-hidden {
  overflow: hidden;
}

.vision-div {
  width: 100%;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.vision-div.left {
  justify-content: flex-start;
  align-items: center;
}

.content {
  width: 50%;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.big-line {
  width: 100%;
  height: 4px;
  background-color: var(--red);
  margin-bottom: 20px;
}

.big-line.left {
  background-color: var(--red);
  padding-left: 0;
  position: static;
  bottom: 96px;
  right: 499px;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-block {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.grid-img-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-6 {
  width: 50%;
}

.body {
  background-color: var(--dark-slate-blue);
  color: #2a4a90;
}

.our_clients {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn_wrapper {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.button {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: all .36s ease-in-out;
}

.button:hover {
  background-color: var(--white-smoke);
  color: var(--dark-slate-blue);
  font-size: 14px;
}

.button.cv {
  border-width: 2px;
  border-color: var(--white-smoke);
  margin-top: 4vw;
}

.button.air {
  margin-top: 30px;
}

.button.air:hover {
  background-color: var(--white-smoke);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.background-video {
  width: 100%;
}

.col3 {
  width: 100%;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.col3.rev.no_p {
  padding-top: 0;
  padding-bottom: 0;
}

.col3.no_p {
  padding-top: 20px;
  padding-bottom: 0;
}

.content_div {
  width: 58%;
  padding-left: 25px;
}

.content_div.width_50 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.content_div.width_50.right_p {
  padding-right: 25px;
}

.content_div.no_p {
  width: 80%;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.content_div.flex {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content_div.flex.s1 {
  padding-left: 0;
}

.img_div {
  width: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img_div.width_50 {
  width: 50%;
}

.h3.s1 {
  font-weight: 400;
}

.h3.center {
  text-align: center;
  margin-bottom: 3vw;
}

.h3.size {
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.h3.s1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.h3.blue_color {
  color: var(--dark-slate-blue);
}

.h4 {
  color: #f3f3f3;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.h4.color {
  color: var(--dark-slate-blue);
  letter-spacing: .5px;
  font-size: 25px;
  line-height: 30px;
}

.col2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image2 {
  width: 50%;
}

.row.hight {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.owner-container {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 5vw 40px 8vw;
}

.owner2 {
  width: 100%;
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video_wrap {
  width: 40%;
}

.video_wrap.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

._404_wrap {
  width: 100%;
  max-width: 800px;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vw;
  display: flex;
}

._404_content {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 26%;
  left: 0%;
  right: 0%;
}

.t3 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.t3.color {
  color: var(--dark-slate-blue);
}

.t3.color.mt {
  margin-bottom: 8px;
  font-size: 16px;
}

.t3.color.s1 {
  font-size: 16px;
}

.t3.size {
  color: gray;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}

.btn2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 12px;
}

.link-block-2 {
  color: #fff;
  margin-left: 5px;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.line2 {
  height: 2px;
  background-color: var(--indian-red);
}

.line2.width {
  width: 70%;
  height: 3px;
  background-color: var(--red);
  margin-top: 5px;
}

.contact_container.new_contact {
  height: 100% !important;
  padding: 20px 0px;
}

.contact_container {
  width: 100%;
  height: 100vh;
  /* border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px; */
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 20px rgba(42, 74, 144, .12);
}

.contact_container.new_contact {
  height: 550px;
}

.menu_container {
  width: 100%;
  height: 8vw;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.contact_body {
  background-color: #fff;
}

.col1 {
  width: 60%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  padding-left: 40px;
}

.col1.flex {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.submit_btn {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  letter-spacing: 2px;
  text-transform: capitalize;
  border-radius: 50px;
  margin-top: 3vw;
  padding: 15px 50px;
  transition: all .36s ease-in-out;
}

.submit_btn:hover {
  background-color: var(--white-smoke);
  color: var(--dark-slate-blue);
}

.contect_heading {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.h2.color {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
}

.h2.color.b1 {
  text-transform: capitalize;
}

.map_btn {
  color: #fff;
  letter-spacing: .5px;
  background-color: #173983;
  border-radius: 50px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .36s ease-in-out;
}

.map_btn:hover {
  background-color: var(--white-smoke);
  color: var(--dark-slate-blue);
}

.address_grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.c4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c4.right {
  align-items: flex-end;
}

.d2 {
  margin-bottom: 20px;
}

.address_heading {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.follow_us {
  width: 100%;
  color: #888;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5vw;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.footer_icon_wrap {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.footer_icon_wrap.left_align {
  justify-content: flex-start;
}

.employers_container {
  width: 100%;
  background-color: #fff;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 20px 40px 5vw;
}

.employers_container.no_padding {
  padding-bottom: 2vw;
  position: relative;
}

.why_choose_wap {
  margin-top: 2vw;
  overflow: hidden;
}

.why_choose_wap.top_m {
  margin-top: 5vw;
}

.why_choose_wap.no_m {
  margin-top: 0;
  margin-bottom: 0;
}

.why_choose_wap.no_m.s1 {
  width: 100%;
  margin-top: 2vw;
  overflow: visible;
}

.grid-3 {
  grid-template-columns: 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.b1 {
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.line3 {
  width: 100%;
  height: 3px;
  background-color: #d9d9d9;
  margin-top: 10px;
}

.line3.red_color {
  background-color: var(--red);
}

.line3.s2 {
  width: 38%;
  margin-top: 0;
  margin-left: 20px;
}

.bg_color {
  background-color: #ecf0f3;
}

.faqs_container {
  padding: 20px 40px;
}

.form_wrap {
  width: 100%;
  max-width: 460px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text_field2 {
  letter-spacing: 1px;
  background-color: #ecf0f3;
  border: 1px #000;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 28px 30px;
  line-height: 14px;
  box-shadow: -14px -14px 30px #fff, 14px 14px 30px #d1d9e6, inset -14px -14px 30px rgba(245, 245, 245, .66), inset 14px 14px 20px rgba(209, 217, 230, .69);
}

.text_field2::-ms-input-placeholder {
  color: #5a5a5a;
}

.text_field2::placeholder {
  color: #5a5a5a;
}

.form-block-2 {
  margin-bottom: 0;
}

.faqs_wrap {
  padding-top: 5vw;
  padding-bottom: 2vw;
}

.our_oversas_container {
  /* background-color: var(--dark-slate-blue); */
  background: linear-gradient(280.7deg, #1266AC 0%, #1F579E 26.62%, #2B4991 50.29%, #000000 100.56%);
  flex-direction: column;
  align-items: center;
  padding-top: 8vw;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.our_oversas_container._5vw_padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.our_oversas_container.top_p {
  padding-top: 8vw;
}

.img_wrapper {
  /* background: linear-gradient(to bottom, rgba(18, 102, 172, 1) 0%, rgba(42, 74, 144, 1) 55%); */
  width: 100%;
  height: 45vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40%;
  display: flex;
}

.img_wrapper._2 {
  margin-top: 48%;
}

.img_wrapper._7 {
  margin-top: 58%;
}

.img_wrapper._8 {
  margin-top: 50%;
}

.img_wrapper.hide {
  display: none;
}

.grid4 {
  width: 90%;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1vw;
}

.grid4._3col {
  width: 80%;
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid4._2col {
  width: 45%;
  grid-template-columns: 1fr 1fr;
}

.grid4._1col {
  width: 30%;
  grid-template-columns: 1fr;
  margin-top: 0;
}

.grid4._5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.map_wrap {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.d3 {
  position: relative;
}

.d3.top_p {
  margin-top: 30px;
}

.d3.s1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -65px;
}

.d3.s1.hide {
  display: none;
}

.span {
  font-size: 18px;
  font-weight: 500;
}

.heading2 {
  z-index: 10;
  color: rgba(255, 255, 255, .08);
  font-size: 100px;
  line-height: 90px;
  position: absolute;
  bottom: 20px;
  left: -4%;
  right: auto;
}

.heading2.left {
  left: -7%;
}

.circle2 {
  width: 100%;
  height: 75px;
  max-width: 75px;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 22%;
  left: -12%;
  right: auto;
}

.circle2._2 {
  bottom: -23%;
  left: 22%;
}

.circle2._2.s2 {
  bottom: 12%;
}

.circle2._3 {
  top: -20%;
  bottom: -20%;
  left: auto;
  right: 25%;
}

.circle2._4 {
  top: auto;
  bottom: -11%;
  left: auto;
  right: 11%;
}

.circle2._4.s4 {
  bottom: -9%;
  right: -8%;
}

.circle2.center {
  bottom: -65%;
  left: 40%;
}

.circle2.bottom {
  bottom: 10%;
}

.circle2.hide {
  display: none;
}

.content_wrap {
  position: relative;
}

.e1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  width: 100%;
  height: 10%;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  display: none;
}

.right-arrow {
  width: 40px;
  color: var(--dark-slate-blue);
  font-size: 30px;
}

.left-arrow {
  width: 40px;
  color: var(--dark-slate-blue);
  font-size: 30px;
  display: block;
}

.slide {
  padding-left: 60px;
  padding-right: 60px;
}

.registration_container {
  width: 100%;
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 100px;
  display: flex;
}

.menu {
  background-color: var(--white-smoke);
  padding: 20px 40px;
}

.registration_wrapper {
  width: 100%;
  max-width: 500px;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 50px;
  display: flex;
  box-shadow: -14px -14px 30px #fff, 14px 14px 30px #d1d9e6, inset -14px -14px 30px rgba(245, 245, 245, .66), inset 14px 14px 30px rgba(209, 217, 230, .69);
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.input_text {
  letter-spacing: .5px;
  background-color: #ecf0f3;
  border: 1px #000;
  border-radius: 50px;
  padding: 28px 40px;
  font-size: 16px;
  box-shadow: -4px -6px 9px #fff, 1px 4px 20px -8px rgba(0, 0, 0, .48);
}

.input_text.bottom_p {
  margin-bottom: 1.5vw;
}

.input_text.bottom_p.height {
  min-height: 160px;
  border-radius: 30px;
}

.input_text.bottom_p.s1 {
  min-height: 100px;
  border-radius: 20px;
  padding-top: 20px;
}

.send_btn {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 2vw;
  font-size: 16px;
  font-weight: 500;
}

.login_wrapper {
  width: 100%;
  max-width: 450px;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 50px;
  display: flex;
  box-shadow: -14px -14px 30px #fff, 14px 14px 30px #d1d9e6, inset -14px -14px 30px rgba(245, 245, 245, .66), inset 14px 14px 30px rgba(209, 217, 230, .69);
}

.login_link {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.login_link.top_m {
  color: #666;
  margin-top: 8px;
}

.login_container {
  width: 100%;
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 100px;
  display: flex;
}

.job_banner_container {
  width: 100%;
  background-color: #fff;
  padding: 20px 40px;
}

.job_banner_container.hieght {
  height: 70vh;
}

.job_banner_container.hieght.flex {
  height: 100vh;
  box-shadow: 0 10px 20px 0 var(--white-smoke);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5vw;
  display: flex;
}

.jobs_col {
  margin-top: 5vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text_block {
  color: var(--red);
  font-size: 24px;
  line-height: 25px;
}

.text_block.color {
  color: rgba(59, 59, 59, .45);
  font-size: 20px;
}

.text_block.blue_color {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-size: 20px;
}

.word_wide_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.word_wide_wrapper.padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.job_container {
  padding-left: 40px;
  padding-right: 40px;
}

.job_container.top_p {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.col_50 {
  width: 50%;
}

.col_50.flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form3 {
  border-bottom: 3px solid var(--dark-slate-blue);
  align-items: center;
  display: flex;
}

.form3.no_border {
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field-3 {
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 300;
}

.form_block {
  margin-bottom: 0;
}

.form_block.super {
  margin-left: 20px;
}

.form_block.width {
  width: 100%;
  max-width: 500px;
}

.form_block.width.top_p {
  margin-top: 5vw;
}

.submit-button-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/next.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.select-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.select-field:active {
  border-bottom-color: var(--dark-slate-blue);
}

.c6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c6.flex {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.c6.bottom_m {
  margin-bottom: 6vw;
}

.c6.s1 {
  margin-bottom: 20px;
}

.c6.no {
  padding-top: 2px;
  padding-bottom: 2px;
}

.know_more_btn {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.know_more_btn.s2 {
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.candidate_details_wrap {
  width: 100%;
  max-width: 1000px;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 60px;
  display: flex;
  box-shadow: -14px -14px 30px #fff, 14px 14px 30px #d1d9e6, inset -14px -14px 30px rgba(245, 245, 245, .66), inset 14px 14px 30px rgba(209, 217, 230, .69);
}

.c2_wrap {
  width: 100%;
  height: 55px;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.radio-button {
  width: 20px;
  height: 20px;
  border-color: var(--dark-slate-blue);
  margin-top: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-color: var(--dark-slate-blue);
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-button-field {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 16px;
}

.radio-button-field.left {
  margin-left: 20px;
}

.radio-button-field.left_m {
  margin-left: 40px;
}

.select_wrap {
  width: 100%;
  letter-spacing: .5px;
  background-color: #ecf0f3;
  border: 1px #000;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 16px;
  box-shadow: -4px -6px 9px #fff, 1px 4px 20px -8px rgba(0, 0, 0, .48);
}

.select {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.field_label {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.html-embed-2 {
  width: 100%;
  margin-bottom: 2.5vw;
}

.button_wrap {
  z-index: 10;
  width: 100%;
  height: 150px;
  max-width: 150px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 22%;
  right: auto;
}

.button_wrap.super {
  bottom: 15%;
  left: auto;
}

.button_wrap.s2 {
  bottom: -100%;
  left: auto;
}

.circle_btn {
  width: 100%;
  height: 120px;
  max-width: 120px;
  border: 1px solid var(--dark-slate-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  width: 20px;
  line-height: 0;
}

.slider_container {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
}

.slider1 {
  padding-left: 60px;
  padding-right: 60px;
}

.d4 {
  flex-direction: column;
  align-items: center;
  margin-top: 2.5vw;
  display: flex;
}

.col_30 {
  width: 35%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.breadcrumb_link {
  color: var(--dark-slate-blue);
  border: 1px #000;
  text-decoration: none;
}

.breadcrumb_link.big-text {
  font-size: 16px;
}

.text-block-2 {
  color: #858585;
}

.col_45 {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.col_45.flex_center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.job_discription_container {
  width: 100%;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  align-items: center;
  margin-bottom: 5vw;
  padding: 40px;
  display: flex;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .06);
}

.list {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 30px;
}

.span2 {
  border-bottom: 2px solid var(--red);
}

.span3 {
  text-decoration: underline;
}

.popup_container {
  z-index: 999;
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  overflow: auto;
}

.img_wrap {
  width: 46%;
}

.healthcare_container {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px 12px rgba(0, 0, 0, .42);
}

.healthcare_container._2 {
  height: auto;
}

.about_wrap {
  flex-direction: column;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.about_wrap.top_p {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.about_section {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.industry_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.industry_wrapper.rev {
  flex-direction: row-reverse;
}

.industry_wrapper.no_m {
  margin-bottom: 0;
}

.card_wrap {
  perspective: 1000px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.v_line {
  width: 2px;
  height: 60px;
  background-color: var(--dark-slate-blue);
  margin-top: 30px;
  margin-bottom: 20px;
}

.grid_4 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 300px 300px 300px;
}

.sub_heading {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 400;
}

.sub_heading.font_size {
  font-size: 26px;
  line-height: 35px;
}

.sub_heading.size {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.list2 {
  color: var(--dark-slate-blue);
  letter-spacing: .5px;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 28px;
}

.col_100 {
  padding-bottom: 20px;
}

.col_100.top_p {
  margin-top: 10vw;
}

.col_100.padding {
  flex-direction: column;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.lottie_animation.mobile_view {
  display: none;
}

.lottie_wrap.width {
  width: 88%;
}

.position_absolute {
  padding-top: 15vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.position_absolute.s1.hide,
.position_absolute.hide {
  display: none;
}

.blue {
  background-color: #345294;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.social_icon {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: auto;
  right: 6%;
}

.html_embed {
  width: 15px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
}

.html_embed.super {
  z-index: 2;
  width: 8px;
}

.menu_line {
  width: 38px;
  height: 4px;
  background-color: #2a4a90;
  margin-bottom: 6px;
}

.menu_line.no_m {
  height: 4px;
  margin-bottom: 0;
}

.icon {
  color: var(--dark-slate-blue);
  font-size: 30px;
}

.card {
  perspective: 1000px;
  padding: 20px;
}

.link_wrapper {
  width: 100%;
  height: 18vw;
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: box-shadow .15s ease-in-out;
  display: flex;
  box-shadow: -14px -14px 30px #fff, 14px 14px 30px #d1d9e6, inset -14px -14px 30px rgba(245, 245, 245, .66), inset 20px 0 30px rgba(209, 217, 230, .69);
}

.link_wrapper:hover {
  box-shadow: -14px -14px 30px 0 rgba(42, 74, 144, .4), 14px 14px 30px 0 rgba(42, 74, 144, .48), inset -14px -14px 30px 0 var(--dark-slate-blue), inset 20px 0 30px 0 var(--dark-slate-blue);
}

.form-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-3 {
  font-weight: 400;
}

.blog_container {
  width: 100%;
  height: 90vh;
  background-color: #fff;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px;
  display: flex;
}

.blog_wrap {
  flex-direction: column;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.bolg_container {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.col_46 {
  width: 46%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog_content {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 8vw;
}

.read_more {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .36s ease-in-out;
  display: inline-block;
}

.read_more:hover {
  color: var(--red);
}

.blog_archives {
  background-color: var(--white-smoke);
  padding: 60px 40px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 5vw;
}

.grid.super {
  grid-template-rows: auto auto auto auto;
  margin-top: 3vw;
}

.grid.super.new,
.grid.super._2nd {
  grid-template-rows: auto auto auto;
}

.f_col {
  width: 48%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.f_col._100 {
  width: 100%;
}

.form_col {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.hidden_container {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 50px 12px rgba(0, 0, 0, .42);
}

.hidden_wrapper {
  margin-top: 5vw;
}

.look_forword {
  width: 100%;
  max-width: 920px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 300;
  display: flex;
}

.our_team_grid {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team_col.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our_teram {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.our_teram.top_p {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our_teram.top_p.no._1 {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
}

.our_teram.top_p.s1 {
  padding-bottom: 10vw;
}

.our_teram.top_p.s1.blue-background {
  background-color: var(--dark-slate-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.our_teram.top_p.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.our_teram.s2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.our_teram.horizontal-flex {
  flex-direction: row;
}

.our_teram.no-padding {
  margin-top: 80px;
  padding-left: 0;
  padding-right: 0;
}

.administration_grid {
  width: 90%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
}

.administration_grid._5grid {
  grid-column-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
}

.grid_wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid_wrap.no_p {
  margin-top: 3vw;
  padding-bottom: 0;
}

.div-block-3 {
  width: 100%;
  max-width: 700px;
  min-height: 350px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -99px;
  box-shadow: 0 -12px 20px -12px #ecf0f3;
}

.col_70 {
  width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.col_70.no_p {
  padding-top: 0;
}

.view_more_btn {
  justify-content: center;
  align-items: center;
  margin-bottom: 8vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.view_more {
  border-bottom: 3px solid var(--red);
  color: #fff;
  letter-spacing: 1.5px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: all .36s ease-in-out;
}

.view_more:hover {
  color: var(--red);
}

.h_2 {
  color: var(--dark-slate-blue);
  line-height: 40px;
}

.healthcare_process {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px 2vw;
  display: flex;
}

.healthcare_img {
  max-width: 230px;
}

.grid6 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lottie {
  width: 50%;
}

.lottie.super {
  width: 90%;
}

.lottie.s2 {
  width: 75%;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.know_more {
  border: 2px solid var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--dark-slate-blue);
  letter-spacing: .5px;
  border-radius: 50px;
  margin-top: 40px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .36s ease-in-out;
  display: none;
}

.know_more:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.hide {
  display: none;
}

.image.size {
  width: 90%;
}

.sapn {
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.button_2 {
  letter-spacing: .2px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 12px;
  transition: all .36s ease-in-out;
}

.button_2:hover {
  background-color: var(--white-smoke);
  color: var(--dark-slate-blue);
}

.sticky_wrapper {
  z-index: 10;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.link2 {
  color: var(--dark-slate-blue);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
}

.link_active {
  width: 90%;
  height: 2px;
  background-color: var(--red);
  margin-top: 5px;
}

.link_active._2,
.link_active._3 {
  opacity: 0;
}

.sticky_container {
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.dropdown {
  border-bottom: 3px solid var(--white-smoke);
  color: var(--dark-slate-blue);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 10px 0;
  font-size: 18px;
  text-decoration: none;
  transition: all .36s ease-in-out;
  display: flex;
  position: relative;
}

.dropdown:hover {
  border-bottom-color: var(--indian-red);
}

.icon-2 {
  margin-right: 0;
}

.dropdown_content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px 60px;
  display: block;
}

.dropdown_content._1,
.dropdown_content._0,
.dropdown_content._2,
.dropdown_content._3 {
  display: none;
}

.grid-5 {
  grid-column-gap: 280px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
}

.grid-5._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr;
}

.dropdown2 {
  border-bottom: 3px solid var(--white-smoke);
  color: var(--dark-slate-blue);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 10px 0;
  font-size: 18px;
  text-decoration: none;
  transition: all .36s ease-in-out;
  display: flex;
  position: relative;
}

.dropdown2:hover {
  border-bottom-color: var(--indian-red);
}

.dropdown_content2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px 60px;
  display: block;
}

.dropdown_content2._1 {
  display: block;
}

.dropdown_content2._0,
.dropdown_content2.one,
.dropdown_content2.two,
.dropdown_content2.three,
.dropdown_content2.four,
.dropdown_content2.five {
  display: none;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-7 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.contact {
  width: 40%;
  background-color: var(--white-smoke);
  border-radius: 0 0 25px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: -14px -14px 30px #192154, 14px 14px 30px #162149, inset -14px -14px 30px rgba(245, 245, 245, .66), inset 14px 14px 30px rgba(230, 232, 236, .69);
}

.lottie-animation-2 {
  width: 80%;
}

.grid_10 {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
}

.d5.flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.btn_line {
  width: 100%;
  height: 3px;
  background-color: var(--dark-slate-blue);
  margin-top: 5px;
  position: relative;
}

.btn_line.s1 {
  background-color: #fff;
}

.btn_line2 {
  width: 0%;
  background-color: var(--red);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs {
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
  display: flex;
}

.tabs-menu {
  width: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
  overflow: scroll;
}

.tabs-content {
  width: 100%;
}

.tab_link {
  border: 1px solid var(--white-smoke);
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  padding: 18px 60px;
  font-size: 18px;
}

.tab_link.w--current {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.list-2 {
  color: #d0d0d0;
  letter-spacing: .5px;
  padding-left: 20px;
  font-weight: 300;
  line-height: 32px;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit_cv_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.submit_cv_wrap.new {
  background-color: var(--dark-slate-blue);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.submit_cv_wrap.new.hide {
  display: none;
}

.col_42 {
  width: 50%;
}

.col_42.f1 {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.collection-list {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  margin-top: 5vw;
}

.blog_container2 {
  width: 100%;
  padding-top: 20px;
}

.blog_menu {
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.blog_background {
  height: 80vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(rgba(0, 0, 0, .57), rgba(0, 0, 0, .57));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog_contet {
  padding: 60px 40px;
}

.rich-text-block {
  font-size: 16px;
  line-height: 28px;
}

.breadcrumb_wrap {
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
}

.text-block-3 {
  color: #929292;
  margin-left: 10px;
}

.text-block-4,
.text-block-5 {
  text-transform: capitalize;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.line-link {
  width: 0%;
}

.line-link.w--current {
  width: 100%;
  transition: width .4s ease-out;
}

.image-7 {
  width: 400px;
}

.image-7.gas {
  width: 300px;
}

.image-7.people {
  width: 500px;
}

.heading-2 {
  font-size: 35px;
  line-height: 45px;
}

.section,
.services {
  background-color: var(--white-smoke);
}

.services_heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.div-block-7 {
  padding-left: 40px;
}

.heading-4 {
  text-align: center;
  position: static;
}

.services_section {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabs-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-1-2 {
  width: 100%;
}

.tabs-content-2 {
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tab-link-tab-1 {
  background-color: var(--white-smoke);
}

.tab-link-tab-1.w--current {
  border-bottom: 2px solid var(--red);
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2 {
  background-color: var(--white-smoke);
}

.tab-link-tab-2.w--current {
  border-bottom: 2px solid var(--red);
  background-color: rgba(0, 0, 0, 0);
}

.testimonials-head {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
}

.grid-8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
  padding: 20px 40px 40px 140px;
}

.text-block-6 {
  font-size: 16px;
}

.text-block-6.grid-services {
  margin-left: 10px;
}

.our-services {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

.html-embed-4 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-8.long-para {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9 {
  height: 40px;
  overflow: hidden;
}

.html-embed-6 {
  text-align: left;
}

.slider-3 {
  background-color: var(--white-smoke);
}

.slider-div {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-leftarrow {
  width: 60px;
  height: 60px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 20%;
}

.slider-rightarrow {
  width: 60px;
  height: 60px;
  top: 0%;
  bottom: auto;
  left: 20%;
  right: 0%;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: var(--red);
  border-radius: 50%;
}

.div-block-10 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.breadcrumb-menu {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.text-span-4 {
  color: #adadad;
  font-weight: 400;
}

.link-2 {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.div-block-11 {
  width: 80%;
  padding-top: 10px;
  display: flex;
}

.button-2 {
  color: #0e4333;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #a7d6c5;
  border: 1px solid #a7d6c5;
  margin-right: 30px;
  padding: 14px 30px;
  font-weight: 600;
  transition: all .36s ease-in-out;
}

.button-2:hover {
  background-color: #f9f7f4;
}

.accordion-item-content {
  overflow: hidden;
}

.faq-questions {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.question-button {
  width: 28px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.link-block-3 {
  width: 100%;
  color: #0e4333;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #efe9e3;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-block-3.faq-link {
  border-bottom: 0px none var(--white-smoke);
  justify-content: space-between;
}

.accordion-item {
  /* margin-bottom: 20px; */
}

.questions-section {
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  width: 20px;
  margin-right: 15px;
}

.container-2 {
  max-width: 1100px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.heading-6 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
}

.lottie-animation-3 {
  width: 100%;
  padding-top: 7px;
  padding-left: 5px;
}

.outer-wrapper {
  max-width: 1200px;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.outer-wrapper.hide {
  display: none;
}

.image-9 {
  width: 100%;
}

.leftflex-50,
.rightflex-50 {
  width: 45%;
}

.insta-plugin {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.lottie-animation-4 {
  display: none;
}

.industries-image {
  width: 100%;
  height: 100%;
}

.grid-9 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.bold-name {
  width: 70%;
  text-align: center;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.text-block-7 {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.text-block-8 {
  font-size: 10px;
}

.image-10 {
  z-index: 100;
  width: 40px;
}

.link-block-4 {
  z-index: 100;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.text-block-10 {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  transition: all .36s ease-in-out;
  display: flex;
  position: absolute;
}

.text-block-10:hover {
  opacity: 1;
}

.text-blue {
  color: var(--dark-slate-blue);
  margin-right: 10px;
}

.text-block-11 {
  margin-right: 10px;
}

.job-seekers {
  z-index: 10;
  width: 450px;
  height: 450px;
  overflow: visible;
}

.slider-4 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}

.slider-4.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.mask-2 {
  width: 25%;
  overflow: visible;
}

.custom_slider {
  height: 400px;
}

.div-block-13 {
  width: 100%;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.div-block-14 {
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-15 {
  height: 70%;
  background-image: url('../images/1_1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-15._16 {
  background-image: url('../images/Capture_1.PNG');
}

.div-block-15._17 {
  background-image: url('../images/4.jpg');
}

.div-block-15._18 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-15._19 {
  background-image: url('../images/7.jpg');
}

.div-block-15._20 {
  background-image: url('../images/6.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-15._21 {
  background-image: url('../images/9.JPG');
}

.div-block-15._22 {
  background-image: url('../images/8.jpg');
}

.div-block-15.b1 {
  background-image: url('../images/logo-1.PNG');
  background-size: contain;
}

.div-block-15.b2 {
  background-image: url('../images/logo-2.PNG');
  background-size: contain;
}

.div-block-15.b3 {
  background-image: url('../images/image-3.PNG');
  background-size: contain;
}

.div-block-15.b4 {
  background-image: url('../images/image-4.PNG');
  background-size: contain;
}

.div-block-15.b5 {
  background-image: url('../images/logo-5.PNG');
}

.div-block-15.b6 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-15.b7 {
  background-image: url('../images/3_1.jpg');
}

.div-block-15.b8 {
  background-image: url('../images/4_1.jpg');
}

.div-block-15.corp1 {
  height: 100%;
  background-image: url('../images/one.jpg');
}

.div-block-15.corp2 {
  height: 100%;
  background-image: url('../images/3_2.jpg');
  background-size: cover;
}

.div-block-15.corp3 {
  height: 100%;
  background-image: url('../images/4_2.jpg');
}

.div-block-15.corp4 {
  height: 100%;
  background-image: url('../images/5_1.jpg');
}

.div-block-15.corp5 {
  height: 100%;
  background-image: url('../images/6.jpg');
}

.div-block-15.corp6 {
  height: 100%;
  background-image: url('../images/7_1.jpg');
}

.div-block-15.corp7 {
  height: 100%;
  background-image: url('../images/8_1.jpg');
}

.div-block-15.net1 {
  height: 100%;
  background-image: url('../images/f.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-15.net2 {
  height: 100%;
  background-image: url('../images/g.jpg');
}

.div-block-15.net3 {
  height: 100%;
  background-image: url('../images/h.jpg');
}

.div-block-15.net4 {
  height: 100%;
  background-image: url('../images/i.jpg');
}

.div-block-15.net5 {
  height: 100%;
  background-image: url('../images/j.jpg');
}

.div-block-15.net6 {
  height: 100%;
  background-image: url('../images/k.jpg');
}

.div-block-15.net7 {
  height: 100%;
  background-image: url('../images/l.jpg');
}

.div-block-15.off1 {
  background-image: url('../images/1.jpg');
}

.div-block-15.off2 {
  background-image: url('../images/2_1.jpg');
}

.div-block-15.off3 {
  background-image: url('../images/3_3.jpg');
}

.div-block-15.off4 {
  background-image: url('../images/4_3.jpg');
}

.div-block-15.off5 {
  background-image: url('../images/5_2.jpg');
}

.div-block-15.off6 {
  background-image: url('../images/6_1.jpg');
}

.text-block-12 {
  height: 30%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.right-arrow-2,
.left-arrow-2 {
  color: var(--dark-slate-blue);
  display: none;
}

.slide-nav-3 {
  display: none;
}

.slide-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.slick_wrapper {
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.slick-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.slick-image-wrapper.hide {
  display: none;
}

.slick-image {
  width: 100%;
}

.brochure-_container {
  padding: 40px 60px;
}

.brochure_wrapper {
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: opacity .36s ease-in-out;
  display: flex;
}

.link-block-5:hover {
  opacity: .7;
}

.white-section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.login {
  display: none;
}

.section-2 {
  z-index: 4;
  width: 100%;
  position: relative;
  overflow: visible;
}

.section-2.is--hero {
  z-index: 4;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.slick-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  position: relative;
  left: auto;
}

.sliderlink {
  max-width: 100%;
  min-width: 95%;
  margin-left: 13px;
  margin-right: 13px;
}

.image-11 {
  min-width: 100%;
}

@media screen and (min-width: 1280px) {
  .wrapper.flex.padding.super {
    max-width: 100%;
  }

  .wrapper.top_b_p {
    padding-left: 75px;
  }

  .wrapper.w2 {
    max-width: 1200px;
  }

  .col.about {
    padding-right: 20px;
  }

  .heading.healthcare-heading {
    font-size: 40px;
  }

  .paragraph.services {
    width: 60%;
    padding-bottom: 10px;
  }

  .owner-wrapper {
    width: 100%;
    max-width: none;
  }

  .side-div {
    width: 34%;
  }

  .big-line {
    position: static;
  }

  .col3 {
    margin-top: 0;
  }

  .content_div {
    width: 75%;
    padding-top: 65px;
    padding-left: 75px;
  }

  .content_div.width_50 {
    padding-top: 20px;
  }

  .content_div.no_p {
    padding-top: 0;
  }

  .img_div {
    align-items: flex-start;
    margin-top: 50px;
  }

  .img_div.width_50.no_p,
  .image2 {
    margin-top: 0;
  }

  .owner-container {
    width: 100%;
    max-width: none;
  }

  .contact_container.new_contact {
    height: 100vh;
  }

  .button_wrap {
    bottom: 1%;
    left: 25%;
  }

  .button_wrap.super {
    bottom: 14%;
  }

  .button_wrap.s2 {
    bottom: -70%;
  }

  .healthcare_container._2 {
    height: 100vh;
  }

  .col_42.f1 {
    justify-content: space-around;
  }

  .image-7 {
    width: 450px;
  }

  .grid-8 {
    align-content: center;
    justify-content: center;
    padding-left: 140px;
    padding-right: 0;
  }

  .slider-leftarrow {
    right: 10%;
  }

  .slider-rightarrow {
    left: 10%;
  }

  .text-2 {
    font-size: 16px;
  }

  .question-button {
    width: 28px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-3.faq-link {
    font-size: 14px;
  }

  .container-2 {
    display: flex;
  }

  .heading-6 {
    margin-top: 0;
  }

  .image-10 {
    width: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.flex.left_right.new-style {
    margin-top: 10vw;
  }

  .wrapper.top_bottom_left_right_p {
    margin-top: -10px;
  }

  .wrapper.width {
    max-width: 900px;
  }

  .wrapper.w2 {
    margin-top: 15px;
  }

  .h_line {
    max-width: 90px;
    bottom: 50px;
  }

  .owner-wrapper.s {
    padding-top: 100px;
  }

  .image3.rev {
    top: -16px;
  }

  .side-div {
    width: 32%;
    padding-left: 6vw;
  }

  .why_choose_wap {
    margin-bottom: 5vw;
  }

  .img_wrapper._2 {
    margin-top: 40%;
  }

  .img_wrapper._4,
  .img_wrapper._5 {
    margin-top: 32%;
  }

  .img_wrapper._7 {
    margin-top: 50%;
  }

  .img_wrapper._8 {
    margin-top: 42%;
  }

  .job_banner_container.hieght {
    height: 80vh;
  }

  .button_wrap.super {
    bottom: 19%;
  }

  .sub_heading.size {
    font-size: 40px;
    line-height: 55px;
  }

  .link_wrapper {
    height: 18vw;
  }

  .blog_content {
    margin-top: 40px;
  }

  .image-7.people {
    width: 550px;
  }

  .html-embed-6 {
    margin-left: 80px;
    left: 120px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .image-10 {
    width: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .image.small {
    width: 90%;
  }

  .image.on-card.last {
    width: 190px;
  }

  .wrapper {
    max-width: 1500px;
  }

  .wrapper.flex.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.flex.padding.super {
    padding-left: 100px;
    padding-right: 100px;
  }

  .wrapper.width {
    max-width: 1100px;
  }

  .wrapper.w2 {
    max-width: 1500px;
  }

  .banner_conent_col {
    font-size: 73px;
  }

  .h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 72px;
  }

  .h1.color {
    font-size: 50px;
    line-height: 55px;
  }

  .h1.color_white,
  .h1.center,
  .h1.center.padding-between {
    line-height: 80px;
  }

  .main_container.left_right_p {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sub_text {
    font-size: 24px;
    line-height: 35px;
  }

  .sub_text.color._25px_size {
    margin-top: 4vw;
  }

  .sub_text.capitalize {
    font-size: 35px;
    line-height: 50px;
  }

  .sub_text.size {
    font-size: 18px;
  }

  .col.about {
    width: 55%;
  }

  .container.bg_color.top_bottom_p {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn_2 {
    max-width: 110px;
    font-size: 16px;
  }

  .btn_2.no_margin {
    max-width: 120px;
    font-size: 18px;
  }

  .btn_2.super {
    max-width: 200px;
  }

  .btn_2.width {
    max-width: 180px;
  }

  .circle {
    height: 250px;
    max-width: 250px;
  }

  .arrow_icom.size.new {
    width: 8px;
  }

  .c1 {
    font-size: 36px;
    line-height: 45px;
  }

  .arrow.new {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .c2 {
    max-width: 220px;
    min-height: 220px;
  }

  .c2.white,
  .c2.white.fix_height {
    min-width: 220px;
  }

  .accordion-body__contents {
    font-size: 20px;
    line-height: 30px;
  }

  .question-text {
    font-size: 23px;
    line-height: 36px;
  }

  .footer_container {
    height: 450px;
  }

  .link.s1 {
    font-size: 18px;
    line-height: 30px;
  }

  .h_line {
    max-width: 240px;
  }

  .banner-para {
    font-size: 35px;
    line-height: 50px;
  }

  .map-wrapper {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph.mew {
    margin-top: 10px;
    font-size: 20px;
  }

  .owner-wrapper {
    padding: 220px 0 140px;
  }

  .owner-wrapper.s {
    margin-bottom: 40px;
    padding-bottom: 200px;
  }

  .owner {
    max-width: 1400px;
  }

  .image3.rev {
    width: 36%;
    height: 80%;
    top: 107px;
  }

  .image3.rev.width_45 {
    width: 50%;
  }

  .content-div {
    width: 100%;
    max-width: 1400px;
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 25px;
    line-height: 36px;
  }

  .side-div {
    padding-top: 2vw;
    padding-left: 5vw;
    padding-right: 1vw;
  }

  .menu-link {
    margin-bottom: 2vw;
    font-size: 36px;
    line-height: 46px;
  }

  .big-line.left {
    right: 589px;
  }

  .grid-block {
    font-size: 18px;
    line-height: 28px;
  }

  .our_clients {
    max-width: 1400px;
  }

  .owner-container {
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .owner2 {
    max-width: 1400px;
  }

  ._404_wrap {
    max-width: 1000px;
    padding-top: 18vw;
  }

  .t3 {
    font-size: 20px;
  }

  .btn2 {
    padding: 20px 30px;
  }

  .link-block-2 {
    font-size: 22px;
  }

  .contact_container {
    height: 90vh;
  }

  .col1 {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .submit_btn {
    margin-top: 1vw;
    padding: 20px 60px;
    font-size: 16px;
  }

  .img_wrapper {
    height: 40vh;
    margin-top: 24%;
  }

  .img_wrapper._2 {
    margin-top: 32%;
  }

  .img_wrapper._4,
  .img_wrapper._5 {
    margin-top: 25%;
  }

  .img_wrapper._8 {
    margin-top: 20%;
  }

  .grid4._1col {
    width: 32%;
  }

  .registration_wrapper {
    max-width: 600px;
  }

  .input_text {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .input_text.bottom_p.no {
    margin-bottom: 2vw;
  }

  .login_wrapper {
    max-width: 600px;
  }

  .job_banner_container.hieght {
    height: 80vh;
  }

  .form_block.width.top_p {
    max-width: 600px;
  }

  .candidate_details_wrap {
    max-width: 1280px;
    padding: 100px;
  }

  .c2_wrap {
    height: 70px;
  }

  .select_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button_wrap {
    bottom: 7%;
    left: 20%;
  }

  .button_wrap.super {
    bottom: 26%;
  }

  .healthcare_container._2 {
    height: 100vh;
  }

  .card_wrap {
    margin-right: 40px;
  }

  .grid_4 {
    grid-template-columns: 400px 400px 400px;
  }

  .sub_heading.size {
    font-size: 50px;
    line-height: 70px;
  }

  .position_absolute {
    padding-top: 10vw;
  }

  .link_wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .blog_content {
    margin-top: 100px;
  }

  .hidden_wrapper {
    margin-top: 2vw;
  }

  .look_forword {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .our_teram.top_p.no._1 {
    max-width: 1400px;
  }

  .our_teram.top_p.s1 {
    padding-bottom: 5vw;
  }

  .div-block-3 {
    max-width: 800px;
    min-height: 400px;
  }

  .healthcare_process {
    height: 100vh;
  }

  .arrow {
    width: 40px;
    height: 40px;
  }

  .dropdown_content,
  .dropdown_content2 {
    max-width: 1400px;
  }

  .contact {
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h5 {
    font-size: 20px;
  }

  .image-7 {
    width: 500px;
  }

  .image-7.gas {
    width: 350px;
  }

  .grid-8 {
    padding-right: 0;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .html-embed-6 {
    margin-left: 170px;
    left: 210px;
  }

  .text-2.faq {
    font-size: 18px;
  }

  .button-2 {
    padding: 18px 35px;
  }

  .faq-questions {
    max-width: 1300px;
  }

  .link-block-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .questions-section {
    max-width: 1300px;
  }

  .container-2 {
    max-width: 1400px;
    justify-content: center;
    align-items: center;
  }

  .outer-wrapper {
    max-width: 1400px;
  }

  .text-block-7 {
    font-size: 25px;
  }

  .image-10 {
    width: 50px;
  }

  .job-seekers {
    width: 500px;
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner_container {
    height: 100vh;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .banner_container.padding {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .banner_container.auto {
    height: auto;
  }

  .banner_animation {
    height: 100%;
  }

  .content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content_wrapper.auto {
    height: 100%;
    position: static;
  }

  .content_wrapper.auto.healthcare-new._2 {
    padding-bottom: 60px;
  }

  .brand_logo {
    width: 20%;
  }

  .image.small,
  .wrapper {
    width: 90%;
  }

  .wrapper.padding {
    padding-left: 0;
  }

  .wrapper.padding.s2.bottom_p {
    padding-right: 0;
  }

  .wrapper.flex.padding {
    padding: 40px 0;
  }

  .wrapper.flex.padding.super {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper.flex.verticle {
    flex-direction: column;
  }

  .wrapper.flex.left_raight_p,
  .wrapper.flex.pading,
  .wrapper.flex.left_right {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.top_bottom_left_right_p {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.top_p {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.top_b_p {
    margin-top: 5vw;
    padding-left: 0;
  }

  .wrapper.top_b_p.new {
    padding-left: 0;
  }

  .wrapper.left_right {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.top_bottom_p {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .wrapper.s4 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.s4.s1 {
    flex-direction: row;
    align-items: center;
  }

  .h1.color {
    line-height: 40px;
  }

  .h1.s1,
  .h1.color_white {
    font-size: 30px;
    line-height: 40px;
  }

  .h1.s2 {
    font-size: 35px;
    line-height: 45px;
  }

  .h1.s3 {
    font-size: 24px;
  }

  .h1.center.doctor,
  .h1.center.client {
    font-size: 23px;
  }

  .main_container.left_right_p {
    padding-left: 0;
    padding-right: 0;
  }

  .main_container.left_right_p.s2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main_container.left_right_p.super {
    padding-bottom: 20px;
  }

  .main_container.s1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main_container.s1.bottom_p {
    padding-bottom: 40px;
  }

  .main_container.bg_color,
  .main_container.s2,
  .main_container.no_p {
    padding-left: 0;
    padding-right: 0;
  }

  .sub_text.color._25px_size {
    margin-top: 7vw;
  }

  .sub_text.s1 {
    font-size: 16px;
  }

  .col.no_padding {
    width: 78%;
  }

  .col.tab_view {
    width: 40%;
  }

  .col.tab_width {
    width: 60%;
  }

  .col.big {
    width: 100%;
  }

  .col.about {
    margin-right: 0;
  }

  .work_container {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  /* .container {
    padding-left: 0;
    padding-right: 0;
  } */

  .container.margin_bottom {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.bg_color.top_bottom_p {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .heading_wrap.no_padding {
    align-items: center;
  }

  .heading_wrap.center.left_right_p {
    padding-left: 0;
    padding-right: 0;
  }

  .btn_2.ind {
    width: 40%;
  }

  .d1 {
    width: 100%;
  }

  .circle {
    height: 150px;
    max-width: 150px;
    margin-right: 20px;
  }

  .h2.left_m {
    font-size: 25px;
  }

  .counterup {
    font-size: 25px;
    line-height: 30px;
  }

  .c1 {
    font-size: 25px;
    line-height: 35px;
  }

  .line_wrap {
    right: -3%;
  }

  .c2 {
    max-width: 130px;
    min-height: 130px;
  }

  .c2.white {
    min-width: auto;
  }

  .c2.white.fix_height {
    max-height: 130px;
  }

  .c_wrap.top_p {
    margin-left: 20px;
  }

  .accordion {
    width: 100%;
    /* padding-left: 8px;
    padding-right: 8px; */
  }

  .accordion-body__contents {
    font-size: 16px;
    line-height: 27px;
  }

  .question-text {
    font-size: 18px;
    line-height: 30px;
  }

  .footer_content_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .social_media_wrap {
    flex: 1;
    justify-content: center;
  }

  .f_wrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .f_wrap.super {
    margin-left: 25px;
  }

  .link-block {
    width: 165px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .about-banner-div {
    width: 100%;
  }

  .banner-para {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 36px;
  }

  .heading.employee {
    font-size: 20px;
    line-height: 28px;
  }

  .heading.employee.new_card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading.healthcare-heading {
    font-size: 27px;
  }

  .map-wrapper {
    width: 90%;
    padding: 40px 0;
  }

  .paragraph {
    padding-top: 10px;
  }

  .paragraph.services {
    width: 80%;
  }

  .owners-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .owner-wrapper {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 60px 0 0;
  }

  .owner-wrapper.s {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .owner-wrapper.s.about {
    padding-left: 0;
    padding-right: 0;
  }

  .owner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .image3 {
    width: 45%;
  }

  .image3.rev {
    width: 44%;
    top: 90px;
  }

  .bg-img-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .content-div {
    width: 80%;
    font-size: 18px;
  }

  .side-div {
    width: 52%;
  }

  .menu-link {
    margin-bottom: 3vw;
  }

  .content {
    width: 60%;
    font-size: 16px;
    line-height: 22px;
  }

  .big-line.left {
    bottom: 131px;
    right: 212px;
  }

  .grid-2 {
    grid-column-gap: 30px;
  }

  .grid-block {
    font-size: 15px;
    line-height: 24px;
  }

  .our_clients {
    width: 100%;
  }

  .button {
    font-size: 14px;
  }

  .col3 {
    margin-top: 0;
  }

  .content_div {
    width: 64%;
    padding-left: 0;
  }

  .content_div.flex {
    width: 100%;
  }

  .col2 {
    max-width: 1200px;
  }

  .image2 {
    width: 90%;
  }

  .row.hight {
    padding-left: 60px;
    padding-right: 60px;
  }

  .owner-container {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .video_wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact_container {
    height: 69vh;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_container.new_contact {
    height: 430px;
  }

  .menu_container {
    height: 12vw;
    padding-left: 0;
    padding-right: 0;
  }

  .col1 {
    width: 48%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .submit_btn {
    margin-top: 1vw;
  }

  .address_grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .employers_container {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .faqs_container,
  .our_oversas_container {
    padding-left: 0;
    padding-right: 0;
  }

  .img_wrapper {
    margin-top: 75%;
  }

  .img_wrapper._2 {
    margin-top: 82%;
  }

  .img_wrapper._4 {
    margin-top: 62%;
  }

  .img_wrapper._3 {
    margin-top: 60%;
  }

  .img_wrapper._5 {
    margin-top: 62%;
  }

  .grid4,
  .grid4._3col {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .grid4._2col,
  .grid4._1col {
    width: 100%;
  }

  .registration_container,
  .menu {
    padding-left: 0;
    padding-right: 0;
  }

  .input_text {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .input_text.bottom_p {
    margin-bottom: 4vw;
  }

  .input_text.bottom_p.s1.no {
    min-height: 50px;
  }

  .input_text.bottom_p.no {
    margin-bottom: 1.5vw;
  }

  .login_container,
  .job_banner_container {
    padding-left: 0;
    padding-right: 0;
  }

  .job_banner_container.hieght.flex {
    height: 90vh;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .word_wide_wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .word_wide_wrapper.no_p {
    padding-top: 5vw;
  }

  .word_wide_wrapper.no_p.rev {
    padding-bottom: 5vw;
  }

  .job_container {
    padding-left: 0;
    padding-right: 0;
  }

  .col_50 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .col_50.flex {
    width: 48%;
    padding-top: 12px;
  }

  .col_50.s1 {
    width: 60%;
  }

  .form3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .know_more_btn.s2 {
    margin-top: 20px;
  }

  .candidate_details_wrap {
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .select_wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button_wrap {
    bottom: 1%;
    left: 28%;
  }

  .button_wrap.s2 {
    bottom: -27%;
  }

  .slider_container {
    padding-left: 0;
    padding-right: 0;
  }

  .left.slider_text,
  .right1.silder_text_right {
    top: 0%;
  }

  .slider1 {
    padding-left: 0;
    padding-right: 0;
  }

  .col_30 {
    width: 38%;
  }

  .col_45 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .job_discription_container {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .popup_container {
    padding-left: 0;
    padding-right: 0;
  }

  .img_wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img_wrap.s1 {
    width: 50%;
  }

  .healthcare_container {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .healthcare_container._2 {
    height: auto;
  }

  .about_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .about_section {
    padding-top: 5vw;
  }

  .grid_4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 500px;
  }

  .col_100.padding {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0;
    display: flex;
  }

  .grid-4 {
    grid-template-columns: .75fr .75fr;
  }

  .link_wrapper {
    height: 35vw;
  }

  .blog_container {
    height: 90vh;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .col_46 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blog_archives {
    padding-left: 0;
    padding-right: 0;
  }

  .grid.super {
    width: 100%;
    grid-column-gap: 70px;
  }

  .hidden_container {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .look_forword {
    width: 90%;
    padding: 40px 0;
  }

  .our_team_grid {
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .our_teram {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .our_teram.s2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .administration_grid {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .administration_grid._5grid {
    grid-column-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .col_70 {
    width: 58%;
  }

  .h_2 {
    font-size: 26px;
  }

  .healthcare_process {
    height: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .button_2 {
    letter-spacing: 1px;
  }

  .sticky_container {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown_content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-5 {
    grid-column-gap: 0px;
  }

  .dropdown_content2 {
    padding-left: 40px;
  }

  .grid-6 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .contact {
    width: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 20px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    align-items: center;
  }

  .tabs-content {
    width: 100%;
  }

  .tab_link {
    width: 100%;
    max-width: 390px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col_42 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blog_container2 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog_menu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .blog_contet {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-3 {
    margin-top: 10px;
    margin-left: 0;
  }

  .grid-8 {
    padding-left: 60px;
    padding-right: 20px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .div-block-8.long-para {
    width: 80%;
  }

  .html-embed-6 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .text-2 {
    font-size: 14px;
  }

  .div-block-11 {
    width: 100%;
  }

  .faq-questions {
    width: 90%;
    max-width: 900px;
  }

  .accordion-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .question-button {
    margin-right: 20px;
  }

  .link-block-3 {
    width: 100%;
    justify-content: flex-start;
  }

  .grid-9 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .job-seekers {
    width: 300px;
    height: 300px;
  }

  .slider-4 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mask-2 {
    width: 33%;
  }

  .custom_slider {
    height: 350px;
  }

  .div-block-13 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-14 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-15 {
    background-size: cover;
  }

  .brochure-_container {
    padding-left: 0;
    padding-right: 0;
  }

  .brochure_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .banner_container.padding._100_vh {
    height: auto;
  }

  .banner_animation {
    width: auto;
    height: auto;
    margin-bottom: -10px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content_wrapper {
    width: 100%;
    height: 80%;
    position: static;
  }

  .brand_logo {
    width: 22%;
  }

  .image {
    border-radius: 30px;
  }

  .image.left_radius {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .image.right_radius {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .image.small {
    width: 60%;
  }

  .image._02 {
    width: 60px;
  }

  .image._02.no-border {
    width: auto;
    border-radius: 0;
  }

  .image.on-card {
    border-radius: 0;
  }

  .menu_wrap {
    margin-left: 10px;
  }

  .line {
    width: 30px;
  }

  .meni_item_col {
    display: none;
  }

  .wrapper.flex {
    flex-direction: column;
  }

  .wrapper.flex.padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper.flex.padding.super {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.flex.pading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .wrapper.flex.left_right {
    flex-direction: column-reverse;
  }

  .wrapper.top_bottom_left_right_p {
    padding: 20px 0 60px;
  }

  .wrapper.flex2 {
    flex-direction: column;
  }

  .wrapper.top_b_p.flex.rev.verticle {
    flex-direction: column-reverse;
  }

  .wrapper.s4.s1 {
    justify-content: space-between;
  }

  .wrapper.w2 {
    flex-direction: column;
  }

  .h1.s2 {
    font-size: 30px;
    line-height: 40px;
  }

  .h1.s3 {
    font-size: 22px;
    line-height: 30px;
  }

  .h1.center.doctor,
  .h1.center.client {
    font-size: 18px;
  }

  .h1.new-leftalign {
    text-align: left;
  }

  .main_container.left_right_p.s2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main_container.left_right_p.top_bottom {
    position: static;
    top: 0;
  }

  .main_container.s1.bottom_p {
    padding-bottom: 40px;
  }

  .mask_div.flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .col {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.width {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .col.no_padding {
    width: 100%;
  }

  .col.super {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
  }

  .col.tab_view {
    width: 100%;
    position: static;
  }

  .col.tab_width {
    width: 100%;
  }

  .col.about {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .col.about._40-_width {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col.aboutcontent {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .overlay {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    align-items: center;
  }

  .overlay.right_radius {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .overlay.employee {
    border-radius: 30px;
  }

  .heading_wrap.center {
    margin-top: 0;
  }

  .btn_2.ind {
    width: 100%;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn_2.super {
    margin-left: 0;
  }

  .btn_2.width.hide-btn {
    display: none;
  }

  .circle {
    height: 180px;
    max-width: 180px;
    margin-right: 40px;
  }

  .c2 {
    max-width: 100px;
    min-height: 110px;
    min-width: 100px;
    margin-right: 0;
  }

  .c2.white.fix_height {
    max-height: 110px;
  }

  .c_wrap {
    width: 100%;
    align-items: center;
  }

  .c_wrap.top_p {
    align-items: center;
  }

  .c_wrap.margin-top.center,
  .c_wrap.center {
    justify-content: center;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion.js-accordion {
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion__item.js-accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion__item.js-accordion-item.no_border {
    border-style: none;
    border-color: #000;
    margin-bottom: 0;
  }

  .t2 {
    font-size: 18px;
    line-height: 20px;
  }

  .footer_container {
    height: 560px;
  }

  .col_3 {
    margin-top: 20px;
  }

  .address_wrap {
    width: 75%;
  }

  .social_media_wrap {
    flex-direction: row;
    flex: none;
    justify-content: flex-end;
    display: flex;
  }

  .f_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h_line {
    display: none;
    bottom: 3%;
  }

  .link-block {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .banner-para {
    font-size: 16px;
    line-height: 30px;
  }

  .heading.employee {
    font-size: 28px;
    line-height: 40px;
  }

  .heading.healthcare-heading {
    font-size: 32px;
  }

  .map-wrapper {
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .map-content {
    width: 100%;
  }

  .paragraph.white_color.line_height {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph.font_weight.left_align,
  .paragraph.right_aling {
    text-align: left;
  }

  .paragraph.mew {
    font-size: 15px;
    line-height: 27px;
  }

  .image-2 {
    width: 70%;
  }

  .owner-wrapper {
    padding-top: 100px;
  }

  .owner-wrapper.s.about {
    flex-direction: column;
    padding-top: 60px;
  }

  .owner-wrapper.tab_no_p {
    padding-top: 40px;
  }

  .owner-wrapper.no_radius {
    flex-direction: column;
    padding-top: 0;
  }

  .owner-wrapper.verticle {
    flex-direction: column;
  }

  .owner {
    width: 90%;
  }

  .image3 {
    width: 100%;
    position: static;
  }

  .image3.rev {
    width: 100%;
  }

  .image3.width_45 {
    width: 90%;
  }

  .content-div {
    width: 90%;
    padding-top: 120px;
    padding-bottom: 120px;
    line-height: 28px;
  }

  .side-div {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .menu-link {
    margin-bottom: 5vw;
  }

  .text-field {
    padding-left: 20px;
  }

  .submit-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vision-div {
    margin-bottom: 20px;
  }

  .vision-div.left {
    max-width: none;
  }

  .content {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .big-line.left {
    margin-bottom: 10px;
    position: static;
  }

  .big-line.left._100 {
    max-width: none;
  }

  .grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .our_clients {
    width: 90%;
    flex-direction: column;
  }

  .button {
    font-size: 16px;
  }

  .col3 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .col3.rev {
    flex-direction: column;
  }

  .content_div {
    width: 90%;
    text-align: center;
    padding-left: 0;
  }

  .content_div.width_50 {
    width: 100%;
  }

  .content_div.width_50.right_p {
    padding-right: 0;
  }

  .img_div {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img_div.width_50 {
    width: 100%;
  }

  .img_div.width_50.no {
    padding-top: 0;
  }

  .h4 {
    font-size: 25px;
    line-height: 35px;
  }

  .col2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image2 {
    width: 60%;
    margin-top: 15px;
  }

  .row.hight {
    padding-left: 40px;
    padding-right: 40px;
  }

  .owner2 {
    width: 90%;
  }

  .contact_container {
    height: auto;
    background-color: var(--white-smoke);
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 60px;
  }

  .contact_container.new_contact {
    height: 1100px;
  }

  .menu_container {
    height: 15vw;
  }

  .col1 {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .col1.flex {
    align-items: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 0;
  }

  .contect_heading {
    margin-top: 20px;
  }

  .h2.color {
    font-size: 25px;
    line-height: 30px;
  }

  .h2.color.b1 {
    color: var(--dark-slate-blue);
  }

  .map_btn,
  .map_btn:hover {
    border: 3px solid var(--dark-slate-blue);
  }

  .employers_container,
  .employers_container.no_padding {
    padding-bottom: 10vw;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .b1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .our_oversas_container {
    padding-left: 0;
    padding-right: 0;
  }

  .img_wrapper {
    margin-top: 70%;
  }

  .img_wrapper._2 {
    margin-top: 60%;
  }

  .img_wrapper._4 {
    margin-top: 58%;
  }

  .img_wrapper._3 {
    margin-top: 50%;
  }

  .img_wrapper._5 {
    margin-top: 45%;
  }

  .img_wrapper._6 {
    margin-top: 50%;
  }

  .grid4 {
    width: 100%;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid4._3col {
    width: 100%;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid4._2col,
  .grid4._1col {
    width: 100%;
  }

  .map_wrap {
    position: static;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .registration_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .registration_wrapper {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .input_text {
    margin-bottom: 0;
  }

  .input_text.bottom_p.no {
    margin-bottom: 4vw;
  }

  .login_wrapper {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .login_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .job_banner_container {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    padding-bottom: 0;
  }

  .job_banner_container.hieght {
    height: 70vh;
  }

  .job_banner_container.hieght.flex {
    height: 80vh;
  }

  .text_block.color {
    font-size: 18px;
  }

  .text_block.left,
  .text_block.left_align,
  .text_block.jb {
    text-align: left;
  }

  .word_wide_wrapper {
    flex-direction: column-reverse;
    padding-bottom: 5vw;
  }

  .word_wide_wrapper.no_p.rev {
    flex-direction: column;
  }

  .col_50 {
    width: 100%;
  }

  .col_50.flex {
    width: 100%;
    margin-bottom: 10px;
  }

  .col_50.s1 {
    width: 100%;
  }

  .c6.bottom_m {
    margin-bottom: 2vw;
  }

  .c6.s1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .candidate_details_wrap {
    width: 90%;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .c2_wrap {
    height: auto;
  }

  .html-embed-2 {
    margin-bottom: 5vw;
  }

  .button_wrap {
    display: none;
  }

  .left {
    max-width: 30px;
  }

  .left.slider_text {
    max-width: none;
    position: absolute;
    top: 0%;
  }

  .right1 {
    max-width: 30px;
  }

  .right1.silder_text_right {
    max-width: none;
    top: 0%;
  }

  .col_30 {
    width: 100%;
    padding-bottom: 40px;
    position: static;
    top: auto;
  }

  .col_45,
  .img_wrap.s1 {
    width: 100%;
  }

  .healthcare_container {
    height: auto;
  }

  .about_section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .industry_wrapper,
  .industry_wrapper.rev {
    flex-direction: column-reverse;
  }

  .grid_4 {
    grid-template-columns: 400px;
  }

  .sub_heading.size {
    font-size: 25px;
    line-height: 40px;
  }

  .lottie_animation.mobile_view {
    display: block;
  }

  .lottie_animation.desktop_view {
    display: none;
  }

  .lottie_wrap {
    width: 90%;
  }

  .social_icon {
    top: auto;
    bottom: 28%;
    left: 1.5%;
    right: auto;
  }

  .menu_line {
    width: 30px;
  }

  .blog_container {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    padding-bottom: 0;
  }

  .bolg_container {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .col_46 {
    width: 100%;
  }

  .blog_content {
    padding-right: 8vw;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .f_col {
    width: 100%;
  }

  .form_col {
    flex-direction: column;
  }

  .hidden_container {
    height: auto;
  }

  .look_forword {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our_team_grid {
    grid-column-gap: 30px;
  }

  .administration_grid._5grid {
    grid-template-rows: auto auto;
  }

  .col_70 {
    width: 100%;
  }

  .view_more_btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .healthcare_process {
    padding-bottom: 10vw;
  }

  .know_more,
  .link2 {
    font-size: 18px;
  }

  .grid-5 {
    grid-template-columns: .5fr .5fr;
  }

  .grid-6 {
    grid-column-gap: 20px;
  }

  .contact {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 25px;
    padding: 50px 40px;
    box-shadow: -14px -14px 30px #fff, 14px 14px 30px #d1d9e6, inset -14px -14px 30px rgba(245, 245, 245, .66), inset 14px 14px 30px rgba(230, 232, 236, .69);
  }

  .grid_10 {
    grid-template-columns: .75fr .75fr;
    display: none;
  }

  .submit_cv_wrap {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .col_42 {
    width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .blog_container2 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    padding-bottom: 0;
  }

  .blog_background {
    height: 70vh;
    background-attachment: scroll;
  }

  .div-block-6 {
    padding-right: 20px;
  }

  .div-block-7 {
    padding-left: 20px;
  }

  .testimonials-head {
    line-height: 30px;
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 10px;
  }

  .job-seekers {
    margin-top: 40px;
  }

  .slider-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask-2 {
    width: 50%;
  }

  .custom_slider {
    height: 400px;
  }

  .div-block-15.b1 {
    background-size: contain;
  }

  .brochure-_container {
    padding-left: 0;
    padding-right: 0;
  }

  .brochure_wrapper {
    width: 90%;
    flex-direction: column;
  }

  .link-block-5 {
    margin-bottom: 10px;
  }

  .link-block-5.no {
    margin-bottom: 0;
  }

  .login {
    color: var(--dark-slate-blue);
    padding: 5px;
    display: block;
  }

  .login-icon {
    width: 100%;
    max-width: 50px;
  }

  .html-embed-7 {
    width: 30px;
    line-height: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .banner_container {
    height: 100vh;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    flex-direction: row-reverse;
    display: flex;
  }

  .banner_animation {
    margin-bottom: -5px;
  }

  .content_wrapper {
    height: 100%;
    padding-bottom: 50px;
  }

  .brand_logo {
    width: 40%;
  }

  .image.small {
    width: 100%;
  }

  .menu_wrap {
    margin-left: 5px;
  }

  .line.color {
    margin-top: 2px;
  }

  .line.color._60 {
    width: 60%;
  }

  .wrapper.padding {
    padding-right: 20px;
  }

  .wrapper.flex.padding {
    padding-bottom: 40px;
  }

  .wrapper.flex.padding.super {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.height {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .wrapper.s1 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .wrapper.width {
    flex-direction: column;
  }

  .wrapper.s4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.s4.s1,
  .wrapper.w2 {
    flex-direction: column;
  }

  .h1.color {
    font-size: 25px;
    line-height: 30px;
  }

  .h1.s1 {
    font-size: 25px;
    line-height: 35px;
  }

  .h1.color_white {
    font-size: 22px;
    line-height: 30px;
  }

  .h1.s2 {
    font-size: 25px;
    line-height: 30px;
  }

  .h1.s3 {
    font-size: 20px;
  }

  .h1.left_align {
    text-align: left;
  }

  .main_container.left_right_p {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main_container.left_right_p.no_sticky {
    padding-top: 20px;
  }

  .main_container.s1.bottom_p {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub_text.blue_color {
    font-size: 14px;
  }

  .sub_text.blue_color.size.top_m {
    line-height: 22px;
  }

  .btn_wrap {
    height: 210px;
    max-width: 39px;
  }

  .text-block {
    min-width: 100px;
    font-size: 13px;
    line-height: 18px;
  }

  .col {
    padding: 10px 0;
  }

  .col.width {
    padding-left: 0;
    padding-right: 0;
  }

  .col.flex_h.no_vertical {
    flex-direction: row;
    padding: 0;
  }

  .col.super {
    flex-direction: column;
    margin-top: 0;
  }

  .col.about {
    padding-right: 0;
  }

  .work_container {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .container.bg_color.top_bottom_p {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 40px;
  }

  .container.bg_color.top_p {
    padding-top: 10px;
  }

  .overlay {
    align-items: center;
  }

  .heading_wrap.capialize {
    margin-top: 0;
  }

  .heading_wrap.trainer {
    align-items: center;
  }

  .btn_2.no_margin {
    margin-top: 10px;
  }

  .btn_2.s1.color {
    margin-top: 8vw;
  }

  .btn_2.ind {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn_2.super {
    margin-left: 0;
  }

  .d1 {
    margin-bottom: 0;
  }

  .circle {
    height: 140px;
    max-width: 140px;
    margin-bottom: 40px;
    margin-right: 20px;
  }

  .circle.no_padding._2 {
    margin-bottom: 0;
  }

  .text_2 {
    font-size: 12px;
  }

  .h2.left_m {
    font-size: 23px;
  }

  .counterup {
    font-size: 20px;
    line-height: 35px;
  }

  .c1 {
    font-size: 20px;
    line-height: 28px;
  }

  .arrow {
    margin-left: 10px;
  }

  .c2 {
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
  }

  .c2.white.fix_height {
    max-height: 120px;
  }

  .c_wrap {
    flex-direction: column;
  }

  .c_wrap.top_p {
    margin-left: 10px;
  }

  .accordion__item_wrap {
    margin-top: 0;
  }

  .accordion-body__contents {
    font-size: 15px;
    line-height: 26px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 28px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion__item.js-accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion__item.js-accordion-item.no_border {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_container {
    height: 900px;
    flex-direction: column;
  }

  .col_1 {
    width: 100%;
    height: 63%;
  }

  .col_2 {
    width: 100%;
    height: 37%;
  }

  .col_3 {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .address_wrap {
    width: 100%;
    padding-bottom: 20px;
  }

  .link {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .f_link_wrapper {
    padding-bottom: 20px;
  }

  .f_wrap {
    margin-left: 0;
    margin-right: 20px;
  }

  .f_wrap.super {
    margin-left: 0;
  }

  .f_wrap.border_color.no_p,
  .f_wrap.border_color.no {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .f_wrap.border_color.size {
    width: 40px;
    height: 40px;
  }

  .f_wrap.border_color.size.no_m {
    margin-right: 0;
  }

  .f_wrap.s2 {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }

  .wrap {
    width: 100%;
    align-items: flex-start;
    padding-top: 10px;
  }

  .about-banner-div {
    padding-top: 30px;
  }

  .banner-para {
    font-size: 18px;
    line-height: 28px;
  }

  .heading.employee {
    text-align: center;
  }

  .heading.healthcare-heading {
    font-size: 23px;
  }

  .paragraph {
    margin-top: 10px;
  }

  .paragraph.right_aling,
  .paragraph.left {
    text-align: left;
  }

  .paragraph.services {
    width: 100%;
  }

  .paragraph.mew {
    font-size: 14px;
    line-height: 25px;
  }

  .image-2 {
    width: 100%;
  }

  .owners-section {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .owner-wrapper {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .owner-wrapper.s.about {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .owner-wrapper.tab_no_p {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .owner.rev {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bg-img-section {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .content-div {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
    line-height: 25px;
  }

  .hover-div {
    margin-bottom: 20px;
  }

  .text-fresh {
    font-size: 16px;
  }

  .side-div {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .menu-link {
    margin-bottom: 8vw;
    font-size: 25px;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .text-field {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-field._2 {
    width: 100%;
  }

  .submit-button.s1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .vision-div.left {
    display: flex;
  }

  .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .big-line.left._100.mobile {
    display: block;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .our_clients {
    width: 90%;
    flex-direction: column;
    justify-content: space-between;
  }

  .button {
    font-size: 15px;
  }

  .col3.no_p {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content_div.no_p {
    width: 90%;
  }

  .h3 {
    font-size: 25px;
  }

  .h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .h4.color {
    font-size: 20px;
  }

  .image2 {
    width: 80%;
  }

  .row.hight {
    padding-left: 0;
    padding-right: 0;
  }

  .owner-container {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 10vw;
  }

  .t3 {
    font-size: 14px;
  }

  .link-block-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .contact_container.new_contact {
    height: 850px;
  }

  .menu_container {
    height: 22vw;
  }

  .col1.flex {
    align-items: center;
    padding-left: 0;
  }

  .submit_btn {
    margin-top: 5vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2.color {
    font-size: 20px;
  }

  .address_grid {
    grid-template-columns: 1fr;
  }

  .footer_icon_wrap {
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .footer_icon_wrap.left_align {
    justify-content: space-between;
  }

  .employers_container {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .line3.s2 {
    width: 25%;
  }

  .grid4 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid4._3col,
  .grid4._2col {
    grid-template-columns: 1fr;
  }

  .right-arrow,
  .left-arrow {
    display: none;
  }

  .registration_wrapper {
    padding: 40px 20px;
  }

  .input_text {
    padding: 22px 25px;
    font-size: 14px;
  }

  .input_text.bottom_p {
    margin-bottom: 7vw;
  }

  .send_btn {
    font-size: 14px;
  }

  .login_wrapper {
    padding: 40px 20px;
  }

  .job_banner_container {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .job_banner_container.hieght.flex {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .text_block.color {
    font-size: 17px;
  }

  .word_wide_wrapper.padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col_50.flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .col_50.s1 {
    padding-bottom: 40px;
  }

  .form_block.super {
    margin-left: 0;
  }

  .select-field {
    margin-top: 20px;
  }

  .candidate_details_wrap {
    border-radius: 20px;
    padding: 30px 25px;
  }

  .select_wrap {
    padding: 5px 25px;
  }

  .field_label {
    font-size: 14px;
  }

  .slider_container {
    padding-top: 40px;
  }

  .left {
    display: none;
  }

  .left.slider_text {
    display: block;
  }

  .right1 {
    display: none;
  }

  .right1.silder_text_right {
    display: block;
  }

  .col_30 {
    padding-bottom: 40px;
  }

  .text-block-2 {
    line-height: 30px;
  }

  .col_45.flex_center {
    padding-bottom: 40px;
  }

  .job_discription_container {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .healthcare_container {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    flex-direction: row-reverse;
    display: flex;
  }

  .industry_wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card_wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid_4 {
    grid-template-columns: 280px;
  }

  .sub_heading {
    font-size: 18px;
  }

  .sub_heading.size {
    font-size: 20px;
    line-height: 38px;
  }

  .list2 {
    font-size: 14px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .social_icon {
    bottom: 20%;
    left: 5%;
  }

  .link_wrapper {
    height: 65vw;
    padding: 22px 20px;
    font-size: 25px;
  }

  .blog_container {
    height: auto;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .blog_wrap {
    padding-top: 20px;
  }

  .bolg_container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .blog_archives {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .hidden_container {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    flex-direction: row-reverse;
    display: flex;
  }

  .our_team_grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .our_teram.top_p.no {
    padding-top: 20px;
  }

  .our_teram.top_p.no._1 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .administration_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .administration_grid._5grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-3 {
    width: 90%;
    min-height: 250px;
    top: -38px;
  }

  .h_2 {
    font-size: 25px;
    line-height: 30px;
  }

  .healthcare_process {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .grid6 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .know_more {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }

  .button_2 {
    letter-spacing: 1px;
  }

  .link2 {
    font-size: 16px;
    line-height: 16px;
  }

  .link2.no_m {
    margin-bottom: 0;
  }

  .link_active._1 {
    width: 100%;
  }

  .dropdown {
    font-size: 16px;
  }

  .dropdown_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown_content {
    margin-bottom: -1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .dropdown2 {
    font-size: 16px;
  }

  .dropdown_content2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .grid-7 {
    width: 100%;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact {
    padding: 40px 20px;
  }

  .tab_link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .col_42.f1 {
    width: 100%;
    flex-direction: column;
  }

  .collection-list-wrapper {
    margin-top: 10vw;
  }

  .blog_container2 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .blog_menu {
    width: 100%;
  }

  .blog_background {
    height: 60vh;
  }

  .blog_contet {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-5 {
    margin-bottom: 20px;
  }

  .heading-3 {
    text-align: center;
  }

  .div-block-6 {
    padding-right: 10px;
  }

  .div-block-7 {
    padding-left: 10px;
  }

  .testimonials-head {
    font-size: 18px;
    line-height: 25px;
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8.long-para {
    width: 100%;
  }

  .html-embed-6 {
    top: 28%;
    bottom: auto;
    left: 150px;
  }

  .slider-div {
    align-items: flex-start;
  }

  .slider-leftarrow,
  .slider-rightarrow {
    display: none;
  }

  .dot.new-dot {
    padding-left: 5px;
  }

  .text-2 {
    font-size: 14px;
  }

  .text-2.faq {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-11 {
    width: 80%;
    justify-content: space-between;
  }

  .button-2.rel {
    z-index: 1;
    position: relative;
  }

  .question-button {
    margin-right: 0;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 40px;
  }

  .outer-wrapper {
    column-count: 1;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .leftflex-50,
  .rightflex-50 {
    width: 100%;
  }

  .grid-9 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-10 {
    width: 40px;
  }

  .link-block-4 {
    bottom: 5px;
    right: 10px;
  }

  .mask-2 {
    width: 100%;
  }

  .link-block-5 {
    font-size: 16px;
  }

  .link-block-5.no {
    text-align: center;
  }
}

#w-node-_9584f64f-8d19-40c1-def6-6c8365006c29-62920e3a,
#w-node-_3fc40cc4-b25c-abf8-0e5e-a56ea2cd1475-62920e3a,
#w-node-b45c5b42-2c38-0a12-5ff9-d29a0849c83e-62920e3a,
#w-node-b45c5b42-2c38-0a12-5ff9-d29a0849c842-62920e3a,
#w-node-f3f13094-64c4-1059-b2fc-85d4a8a1ac73-62920e3a,
#w-node-f3f13094-64c4-1059-b2fc-85d4a8a1ac77-62920e3a,
#w-node-f3f13094-64c4-1059-b2fc-85d4a8a1ac7b-62920e3a,
#w-node-f3f13094-64c4-1059-b2fc-85d4a8a1ac7f-62920e3a,
#w-node-a3bfc142-7c2e-d995-b4e3-8361b706447d-62920e7b,
#w-node-a3bfc142-7c2e-d995-b4e3-8361b7064481-62920e7b,
#w-node-a3bfc142-7c2e-d995-b4e3-8361b7064485-62920e7b,
#w-node-a3bfc142-7c2e-d995-b4e3-8361b7064489-62920e7b,
#w-node-a3bfc142-7c2e-d995-b4e3-8361b706448e-62920e7b,
#w-node-a3bfc142-7c2e-d995-b4e3-8361b7064492-62920e7b,
#w-node-a3bfc142-7c2e-d995-b4e3-8361b7064496-62920e7b,
#w-node-a3bfc142-7c2e-d995-b4e3-8361b706449a-62920e7b {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {

  #w-node-_9584f64f-8d19-40c1-def6-6c8365006c29-62920e3a,
  #w-node-f3f13094-64c4-1059-b2fc-85d4a8a1ac73-62920e3a,
  #w-node-a3bfc142-7c2e-d995-b4e3-8361b706447d-62920e7b {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}