/* CSS Document */
:root {
  --fz100: 100px;
  /*  */
  --fz87: 87px;
  /*  */
  --fz80: 80px;
  /*  */
  --fz79: 79px;
  /*  */
  --fz65: 65px;
  /*  */
  --fz50: 50px;
  /*  */
  --fz45: 45px;
  /*  */
  --fz40: 40px;
  /*  */
  --fz35: 35px;
  /*  */
  --fz30: 30px;
  /*  */
  --fz28: 28px;
  /*  */
  --fz23: 23px;
  /*  */
  --fz22: 22px;
  /*  */
  --fz21: 21px;
  /*  */
  --fz20: 20px;
  /*  */
  --fz18: 18px;
  /*  */
  --fz16: 16px;
  /*  */
  --fz15: 15px;
  /*  */
  --fz14: 14px;
  /*  */
  --fz13: 13px;
  /*  */
}

.g-recaptcha {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
}

.ContactFillBtn {
  display: inline-block;
}

.ContactFillBtn a {
  font-family: var(--gotham-b);
  font-size: var(--fz14);
  line-height: 45px;
  display: block;
  padding: 0px 1.5em;
  transition: all ease-in-out 0.3s;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}

.ContactFillBtn a:hover {
  color: #000;
  background-color: transparent;
}

.PurpBtn {
  display: inline-block;
}

.PurpBtn a {
  font-family: var(--mont-b);
  font-size: 13px;
  line-height: 1.4;
  display: block;
  padding: 0.95em 1.7em;
  transition: all ease-in-out 0.3s;
  text-align: center;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  color: var(--white);
  border: 1px solid var(--purple);
  background-color: var(--purple);
}

.PurpBtn a:hover {
  color: #000;
  background-color: transparent;
}

/*  floating menu * */
.StickyBtns {
  position: fixed;
  z-index: 109;
  right: 0;
  bottom: 0;
  width: 100%;
}

.StickyBtns .FillRedBorder {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-top: 1px solid #fff;
  background-color: #08233d;
}

.StickyBtns .MainWrapper {
  position: relative;
  bottom: 6px;
}

.StickyBtns .FSocialIcon {
  float: right;
  width: auto;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-bottom: 0;
  background-color: #08233d;
}

.StickyBtns .FillRedBtn {
  display: inline-block;
}

.StickyBtns .FillRedBtn a {
  font-size: var(--fz16);
  line-height: 20px;
  position: relative;
  display: block;
  padding: 12px 30px;
  transition: ease-in 0.3s;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-bottom: 2px solid #08233d;
  background-color: #08233d;
}

.StickyBtns .FillRedBtn .activator i {
  display: inline-block;
  margin: 3px 13px 0px 0px;
  vertical-align: middle;
}

.StickyBtns .FSocialIcon li {
  display: inline-block;
  margin: 0px 3px;
  padding: 0px;
  vertical-align: top;
  background-image: none;
}

.StickyBtns .RightWrapper {
  float: right;
}

/* ----StickyMenu----------- */
.Loader {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.ThankYouMsg {
  font-size: var(--fz18);
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.Header_Phone_Number i {
  line-height: 0px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.Header_Phone_Number span {
  font-family: "Conv_ufonts.com_gotham_bold";
  font-size: var(--fz18);
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #4866a2;
}

.Header_Phone_Number span a {
  transition: all ease 0.5s;
}

.DefaultSepline {
  height: 1px;
  margin: 2ch 0;
  background-color: #000;
}

/* orm Start */
:root {
  --fz30: 30px;
  --fz22: 22px;
  --fz20: 20px;
  --fz18: 18px;
}

.gotham-b {
  font-family: var(--gotham-b);
}

.form-container h1.main-title {
  font-family: var(--gotham-b);
  font-size: var(--fz30);
  margin-bottom: 0.5em;
  text-align: center;
}

.form-container h2.form-section-title {
  font-size: var(--fz22);
}

.form-container {
  margin-top: 50px;
}

.form-container .InnerContainWrapper {
  width: 1250px;
}

.form-container .InnerContainWrapper > div {
  padding: 20px;
  border: 5px solid white;
}

.form-container header.heading {
  margin: 1rem 0;
  padding: 0.5em 1em;
  color: white;
  background: #000;
}

.form-container .intro {
  max-width: max-content;
  margin: 0 auto 30px;
}

.form-container .form-one {
  margin-bottom: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #000;
}

.form-container h5.Title {
  font-size: var(--fz18);
  line-height: 1.2;
  margin: 0.7em 0;
  margin-bottom: 0.5em;
  color: #000;
}

h5.Title.hr {
  margin: 20px 0 0;
  padding: 33px 0 0;
  border-top: 1px solid black;
} 

h5.Title.m0 {
  margin: 0; 
}

.form-container .splitUl {
  font-family: var(--gotham-b);
  columns: 2 275px;
  column-gap: 4ch;
}
.form-container .form-one.special .desc.vertical ol.splitUl {
  font-family: var(--gotham-r);
}
.form-container .form-one.special  .desc .Col2{
  vertical-align: top;
}
.splitUl {
  columns: 2 120px;
  column-gap: 0ch;
}

.radio-group {
  margin: 0.1em 0 10px;
}

.radio-group label {
  display: inline-block;
  margin: 0.3em 0.8em 0 0;
}

.radio-margin label input[type="radio"],
.radio-margin label input[type="checkbox"] {
  margin: 0 0 3px 3px;
}

.mb10 {
  display: block;
  margin-bottom: 0.5em;
}

label.list {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

label.list input {
  position: absolute;
  top: 4px;
  left: 0px;
  margin: 0;
}

label > input[type="radio"],
label input[type="checkbox"] {
  margin-right: 10px;
}

.desc {
  line-height: 1.8;
  margin-bottom: 1.8em;
}

.form-container .desc strong,
.form-container strong {
  font-family: var(--gotham-b);
}

.box {
  max-width: max-content;
  height: 25px;
  padding: 0.2em 0.4em;
}

.box.full {
  max-width: 85%;
  /* 92% */
}

.mb30 {
  margin-bottom: 1.2rem;
}

.vertical > * + *,
.vertical.NoBullet > * + * {
  margin-top: 1em;
}

.vertical .radioboxes > * + * {
  margin-top: 0.5em;
}

.discbullet {
  font-family: var(--gotham-book);
  list-style: disc;
  list-style-position: inside;
  columns: 2 400px;
}

.no-gotham {
  font-family: var(--gotham-book);
}

.discbullet > * + * {
  margin: 0.5em 0 0 !important;
}

.checkbullet li {
  margin: 0px;
  padding: 1px 0px;
  padding-left: 20px;
  background-image: url(../images/icons/icon-24px.png);
  background-repeat: no-repeat;
  background-position: -4px 1px;
}

.smallselect {
  display: inline-block;
  width: max-content;
  min-width: 4em;
  margin-left: 20px;
  background-position: 85% 50%;
}

ol > * + *,
ul > * + * {
  margin-top: 0.5em;
  margin-top: 1em;
}

.form-container ol,
.form-container ul {
  margin-top: 0.4em;
}

.one-line {
  margin: 1.2em 0 0;
  padding: 0 5px;
}

.one-line.m0 {
  margin: 0;
}

.mt20 {
  margin: 20px 0 0;
}

.small {
  font-size: 0.9em;
  line-height: 1.3;
}

.Col2.full {
  width: 65%;
  margin: 0 0 0 19px;
}

.df {
  display: flex;
}

.df.option-group {
  align-items: center;
  justify-content: space-between;
  margin: 39px 0 0;
}

.df.option-group label,
.df.option-group select {
  flex: 1 1;
}

.df.option-group select {
  max-width: 13ch;
  background-position: 92% 50%;
}

.df .radio-group {
  min-width: 200px;
  margin: 0 0 0 auto;
  padding-left: 20px;
}

.sb {
  justify-content: space-between;
}

.Col4 {
  position: relative;
}

.Calender {
  position: absolute;
  top: 20px;
  right: 20px;
}

.container {
  position: relative;
}

.container label {
  position: relative;
  /* argin: 0.3rem 0.4rem; */
  display: inline-block;
  align-items: center;
  width: auto;
  cursor: pointer;
}

.check {
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 7px;
}

.check #border {
  fill: none;
  stroke: #7a7a8c;
  stroke-width: 3;
  stroke-linecap: round;
}

.check #dot {
  transform: scale(0);
  transform-origin: 50% 50%;
  fill: url(#gradient);
}

.container input {
  display: none;
}

.container input:checked + label {
  background: linear-gradient(180deg, #622e52, #622e52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container input:checked + label svg #border {
  animation: checked 500ms ease forwards;
  stroke: url(#gradient);
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
}

.container input:checked + label svg #dot {
  transition: transform 500ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
  transform: scale(1);
}

.container label span {
  display: inline-block;
  min-height: 22px;
  vertical-align: text-bottom;
}

@keyframes checked {
  to {
    stroke-dashoffset: 0;
  }
}
h4.Title.skill {
  font-family: var(--gotham-b);
  font-size: var(--fz22);
  line-height: 1;
}

h4.Title.skill.small {
  font-size: var(--fz18);
}

.mtn-2ex {
  margin-top: -2ex;
}

.mb-139 {
  margin-top: -139px;
}

.flex {
  display: flex;
}

.i-flex {
  display: inline-flex;
}

.aic {
  align-items: center;
}

.Col3.flex {
  align-items: center;
}

.Col3.flex span {
  margin: 0 1ch;
}

.mxy1-2ch {
  margin: 1.2ch 0;
}

.fz-21 {
  font-size: var(--fz21) !important;
  line-height: 1.5 !important;
}

.mx1y1-2 {
  margin: 0.3ch 0 1.8ch;
}

.vertical-center {
  display: inline-flex;
  align-items: center;
  min-height: 62px;
}

.vertical-center label {
  margin-left: 1ch;
}

.splitUl-2 {
  columns: 4 285px;
}

.radio-input-group .flex,
.radio-input-group .diblock {
  flex: 1 1;
}

.radio-input-group label + label {
  margin-left: 1ch;
}

.diblock input[type="text"] {
  display: inline-block;
  width: calc(100% - 25px);
}

.radio-input-group.flex.aic {
  margin-top: 0.5em;
}

.mr1 {
  margin-right: 1ch;
}

/* form ends */
.IdxHeaderBg {
  z-index: 2;
  background-position: center;
  background-size: cover;
}

.LogoHeader {
  display: inline-block;
}

.FooterWrap {
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #e8e8d9;
}

/*
.FooterWrap::before {
  content: "";
  position: absolute;
  background: url(../images/bg/apply-now-bg.png) repeat-x top left;
  width: 100%;
  height: 256px;
  top: 0px;
  left: 0;
}
*/
.FooterWrap h6.Name {
  font-family: var(--mont-b);
  font-size: var(--fz16);
  line-height: 1.5;
  color: var(--black);
}

.FooterAddress a {
  font-size: var(--fz15);
  line-height: 1.5;
}

.footer-flex-container {
  display: flex;
  align-items: center;
}

.footer-flex-container .FSocialIcon {
  margin: 0;
}

.footer-flex-container .FSocialIcon a {
  width: 39px;
  height: 37px;
  transition: all 0.5s ease;
  color: transparent;
  background: 0 0/100% 100% no-repeat url("../images/bg/social-icon-bg.png");
}

.sepline-hr {
  max-width: 1198px;
  height: 13px;
  margin: 10px 0 0;
  background: 0 0/100% no-repeat url("../images/bg/footer-hr.png");
}

.sepline-two {
  max-width: 541px;
  height: 21px;
  margin: 18px 0 15px;
  background: 0 0/100% no-repeat url("../images/imgs/hr-contact-line.png");
}

.sepline-three {
  max-width: 608px;
  height: 21px;
  margin: 18px auto 15px;
  background: 0 0/100% no-repeat url("../images/bg/application-bg-line.png");
}

.sepline-four {
  max-width: 238px;
  height: 21px;
  margin: 15px auto;
  background: 0 0/100% no-repeat url("../images/bg/sepline-four.png");
}

.sepline-five {
  max-width: 698px;
  height: 19px;
  margin: 15px auto;
  background: 0 0/100% no-repeat url("../images/bg/cut-borders.png");
}

.sepline-six {
  max-width: 461px;
  height: 19px;
  margin: 15px auto;
  background: 0 0/100% no-repeat url("../images/bg/location-hr-line.png");
}

.footer-container {
  display: flex;
  align-items: flex-end;
}

.footer-container .first {
  margin-right: 48px;
}

.footer-container .first a {
  line-height: 0;
  display: block;
}

.footer-container .second {
  margin-right: 55px;
  padding-right: 61px;
}

.footer-container .Three {
  padding-top: 5px;
  padding-right: 40px;
}

.footer-container .four {
  align-self: flex-end;
  flex: 1 1;
  text-align: right;
}

.footer-container h6.Phone {
  font-family: var(--mont-b);
  font-size: var(--fz14);
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--black);
}

.border-right {
  position: relative;
}

.border-right::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: url("../images/bg/vertcal-line.png");
  background-size: contain;
}

.BorderBtn {
  display: inline-block;
}

.BorderBtn a {
  font-family: var(--mont-b);
  font-family: var(--heart-one);
  font-size: var(--fz22);
  font-size: var(--fz40);
  line-height: 1.5;
  line-height: 1;
  display: inline-block;
  padding: 0.6em 1.2em;
  padding: 14px 28.46px 5px;
  letter-spacing: 2.2px;
  background: 0 0/100% 100% no-repeat url("../images/bg/btn-border-2.png");
}

.BorderBtn.var-one a {
  font-family: var(--heart-one);
  font-size: var(--fz40);
  line-height: 1;
  padding: 14px 28.46px 5px;
}

.BallPenBtn {
  display: inline-block;
}

.BallPenBtn a {
  font-family: var(--heart-one);
  font-size: var(--fz80);
  line-height: 1.1;
  display: inline-block;
  padding: 0px 66px 19px 19px;
  transition: all 0.6s ease;
  color: var(--black);
  background: 0 0/100% 100% no-repeat url("../images/bg/ballpen-btn-bg.png");
}

.BallPenBtn a:hover {
  color: var(--purple);
}

.Header {
  bottom: 75px !important;
  text-align: left;
}

.Header.home {
  bottom: 35px !important;
}

.Header.logo {
  top: 94px;
  bottom: initial !important;
}

.Header h4.Title {
  font-family: var(--mont-b);
  font-size: var(--fz45);
  line-height: 1;
  color: var(--purple);
}

.Header .TopMainWrapper {
  position: relative;
}

.information-container {
  position: relative;
  z-index: 1;
  /* 0 0/100% no-repeat url(../images/bg/sand-bg.png), */
  background: linear-gradient(to bottom, var(--white_2) 50%, #f6f6ee);
  /*
  background: 0 0/100% no-repeat url("../images/bg/sand-bg.png"),
      0 0/100% no-repeat url(
  "../images/bg/skewed-bg.png");
  */
  /* background-color: #f6f6ee; */
}

.information-container::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 100px;
  left: 0;
  content: "";
  transform: skewY(-8deg);
  background: var(--white_2);
}

.information-container .InnerContainWrapper {
  --pd: 50px;
  --df: 10px;
}

.information-container h5.Title {
  font-family: var(--mont-b);
  font-size: var(--fz23);
  line-height: 33px;
  margin: 0;
  color: var(--purple);
}

.information-container h6.Title {
  font-family: var(--mont-b);
  font-size: var(--fz22);
  line-height: 1.5;
  color: var(--purple);
}

.information-container .info {
  font-size: var(--fz18);
  line-height: 25px;
  color: var(--black);
}

.information-container .flex-info-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.information-container .flex-info-wrapper .flex-info {
  flex: 1 1;
}

.information-container .flex-info-wrapper .right {
  text-align: right;
}

.flex-info-container {
  display: flex;
  align-items: flex-start;
}

.flex-info-container .flex-item.right {
  line-height: 0;
  min-width: 509px;
  max-width: 509px;
  margin-left: 98px;
  padding: 20px;
  background-color: var(--purple);
}

strong {
  font-family: var(--mont-b);
  color: var(--purple);
}

strong a {
  color: var(--purple);
}

.contact-wrapper {
  background-color: #f6f6ee;
}

.contact-wrapper .InnerContainWrapper {
  --pd: 0px;
  --df: 56px;
}

.contact-wrapper header h6.Title {
  font-family: var(--mont-b);
  font-size: var(--fz20);
  line-height: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  color: var(--purple);
}

.contact-wrapper .form-flex-container .flex-item.right h2.Title,
.contact-wrapper .form-flex-container .flex-item.left h2.Title {
  color: var(--purple);
  font-family: var(--mont-b);
  font-size: 22px;
  line-height: 33px;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.contact-wrapper .form-flex-container .flex-item .join-block h4.Title {
  margin-bottom: 12px;
}

.contact-wrapper .form-flex-container .flex-item .join-block h6.Title {
  font-family: var(--mont-b);
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-wrapper .form-flex-container {
  display: flex;
}

.contact-wrapper .form-flex-container .flex-item.left .InnerWrap {
  display: flex;
  align-items: center;
  flex: 1 1 610px;
  justify-content: center;
  max-width: 610px;
  padding: 28px 52px 28px 57px;
  background: 0 0/100% 100% no-repeat url("../images/bg/contact-form-bg.png");
}

.contact-wrapper .form-flex-container .flex-item.right {
  max-width: 555px;
  margin-left: 35px;
}

.contact-wrapper .form-flex-container .Col2 {
  width: 49.4%;
}

.join-team-container {
  padding: 22px;
  text-align: center;
  background: 0 0/100% 100% no-repeat url("../images/bg/contact-now-bg.png");
}

.join-team-container .join-block {
  padding: 84px 58px 88px 61px;
  background: 0 0/100% 100% no-repeat url("../images/bg/join-border-bg.png");
}

.join-team-container h4.Title {
  font-family: var(--mont-b);
  font-size: var(--fz45);
  line-height: 1.2;
  margin-bottom: 0.7em;
  color: var(--white);
}

.join-team-container .desc {
  font-size: var(--fz20);
  line-height: 1.6;
  color: var(--black);
}

.application-container {
  background: 0 0/100% no-repeat url("../images/bg/sand-bg.png"), var(--whitish);
}

.application-tab-container .InnerContainWrapper {
  --pd: 40px;
  --df: -40px;
}

.application-tab-container ul li .Col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
}

.application-tab-container h6.Title {
  font-family: var(--mont-b);
  font-size: var(--fz18);
  line-height: 1;
  transition: all 0.6s ease;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: var(--purple);
  padding: 10px;
}

.application-tab-container .WithoutSlider > ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.application-tab-container .WithoutSlider > ul > li {
  flex: 0 1 108px;
  padding: 8px 0;
  text-align: center;
  /*background: 0 0/100% no-repeat url("../images/bg/tab-bg.png");*/
  background-color: #ded0aa;
  border-radius: 5px;
}

.application-tab-container .WithoutSlider > ul > li a {
  display: block;
}

.application-tab-container .WithoutSlider > ul > li a:hover h6.Title,
.application-tab-container .WithoutSlider > ul > li a.on h6.Title {
  color: var(--whitish);
}

.flow-root {
  display: flow-root;
}

.imgdesc-container {
  background: 0 0/100% no-repeat url("../images/bg/sand-bg.png"), var(--whitish);
}

.imgdesc-container .InnerContainWrapper {
  padding-right: 24px;
  --pd: 64px;
  --df: 50px;
}

.WhyShouldYouChooseWrap h5.Title,
.JobOpportunitiesWrapper .RightWrap h5.Title,
.imgdesc-container h5.Title {
  font-family: var(--mont-b);
  font-size: var(--fz28);
  line-height: 1.3;
  color: var(--purple);
}

.WhyShouldYouChooseWrap h5.Title {
  margin-bottom: 15px;
}

.WhyShouldYouChooseWrap .sepline-four {
  margin: 0px auto 15px;
}

.imgdesc-container .text {
  display: contents;
}

.imgdesc-container .text-block {
  max-width: 1159px;
}

.imgdesc-container .sepline-three {
  margin: 22px auto 20px;
}

.imgdesc-container .ImgWrap {
  line-height: 0;
  position: relative;
  margin-right: 83px;
  padding: 19px 17px 51px 13px;
  transform: rotate(0.5deg);
  background: 0 0/100% no-repeat url("../images/bg/service-img-bg.png");
}

.imgdesc-container .ImgWrap::before {
  position: absolute;
  top: -45px;
  left: -48px;
  width: 190px;
  height: 116px;
  content: "";
  opacity: 0.7;
  background: 0 0/100% no-repeat
    url("../images/bg/service-img-right-bottom.png");
  mix-blend-mode: multiply;
}

.imgdesc-container .ImgWrap::after {
  position: absolute;
  right: -45px;
  bottom: -24px;
  width: 190px;
  height: 116px;
  content: "";
  opacity: 0.7;
  background: 0 0/100% no-repeat
    url("../images/bg/service-img-right-bottom.png");
  mix-blend-mode: multiply;
}

.whatwedo-container {
  margin-top: -155px;
  background: 0 0/1800px 100% no-repeat url("../images/bg/services-bg-img.png");
  background-color: var(--whitish);
}

.whatwedo-container .InnerContainWrapper {
  --pd: 160px;
  --df: -90px;
}

.whatwedo-container header {
  margin-bottom: 50px;
  text-align: center;
}

.whatwedo-container h2.Title {
  font-family: var(--heart-one);
  font-size: var(--fz80);
  line-height: 44.37px;
  margin-bottom: 0.3544303797em;
  transform: rotate(-9deg);
  color: var(--black);
}

.whatwedo-container h5.Title {
  font-family: var(--mont-b);
  font-size: var(--fz28);
  line-height: 38px;
  display: block;
  margin-bottom: 0.6071428571em;
  padding: 10px 30px 6px;
  text-transform: uppercase;
  color: var(--purple);
  background: 0 0/100% 100% no-repeat url("../images/bg/whatwedo-header-bg.png");
}

.whatwedo-container .ImgWrap {
  line-height: 0;
  margin-bottom: 38px;
  padding: 10px 10px 22px;
  background: 0 0/100% 100% no-repeat url("../images/bg/whatwedo-bg.png");
}

.whatwedo-container .flex-do-container .WithoutSlider > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(-1 * var(--my)) calc(-1 * var(--mx));
  --mx: 20px;
  --my: 20px;
}

.whatwedo-container .flex-do-container .WithoutSlider > ul > li {
  flex: 1 1 550px;
  max-width: 550px;
  margin: var(--my) var(--mx);
}

.desc ul li {
  margin: 0px;
  padding: 1px 0px;
  padding-left: 20px;
  background-image: url(../images/bullet-1.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
}

.desc ul li + li {
  margin-top: 0.6ch;
}

/*  090920 vish * */
.WhyShouldYouChooseWrap {
  background-color: var(--whitish);
}

.WhyShouldYouChooseWrap .InnerContainWrapper {
  width: 1020px;
  padding-top: 0px;
}

.WhyShouldYouChooseWrap .ListWrap {
  padding-top: 40px;
}

.WhyShouldYouChooseWrap .ListWrap ul {
  position: relative;
  text-align: left;
  column-count: 2;
  column-gap: 100px;
}

.MedicalStaffingOwnerWrapper .TwoPartDescWrap::before,
.WhyShouldYouChooseWrap .ListWrap ul::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 7px;
  height: 100%;
  margin-left: -3.5px;
  content: "";
  background: url(../images/icons/vertical-boder-line.png) no-repeat top left;
  background-size: cover;
}

.WhyShouldYouChooseWrap .ListWrap ul li {
  margin-bottom: 20px;
}

.WhyShouldYouChooseWrap .ListWrap ul li .IconWrap {
  line-height: 0px;
  display: inline-block;
  width: 50px;
  margin-right: 35px;
  text-align: center;
  vertical-align: middle;
}

.WhyShouldYouChooseWrap .ListWrap ul li .TextCol {
  font-size: var(--fz18);
  line-height: 28px;
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: middle;
}

.JobOpportunitiesWrapper {
  background-color: var(--purple);
}

.JobOpportunitiesWrapper .InnerContainWrapper {
  width: 1105px;
  padding: 45px 0px 65px;
}

.JobOpportunitiesWrapper .LeftWrap {
  width: 540px;
  min-height: 500px;
  margin-right: 40px;
  vertical-align: top;
  background-image: url(../images/imgs/requirements-mail-box.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.JobOpportunitiesWrapper .LeftWrap .BoxCol {
  box-sizing: border-box;
  width: 472px;
  min-height: 380px;
  margin: 95px auto 0px;
  padding: 20px 10px;
  border: 15px solid var(--skin_5);
  background: url(../images/bg/light-yellow-reapet-bg.jpg) repeat top left;
}

.JobOpportunitiesWrapper .LeftWrap .DescWrap ul li {
  padding-left: 35px !important;
  background-image: url(../images/bullet.png) !important;
  background-position: 5px 6px;
}

.JobOpportunitiesWrapper .RightWrap {
  padding-top: 25px;
  padding-top: 90px;
}

.JobOpportunitiesWrapper .RightWrap h2.Title {
  font-family: var(--mont-b);
  font-size: var(--fz45);
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--white);
}

.JobOpportunitiesWrapper .RightWrap .Desc {
  font-size: var(--fz15);
  line-height: 1.8;
  margin-bottom: 40px;
  color: var(--white);
}

.TransSkinBtn,
.FillSkinBtn {
  display: inline-block;
}

.TransSkinBtn a {
  font-family: var(--mont-b);
  font-size: var(--fz14);
  line-height: 1.2;
  display: block;
  padding: 15px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  border: 2px solid var(--skin_2);
  background-color: transparent;
}

.TransSkinBtn a:hover {
  color: var(--purple);
  background-color: var(--skin_2);
}

.FillSkinBtn a {
  font-family: var(--heart-one);
  font-size: var(--fz35);
  line-height: 1.2;
  display: block;
  box-sizing: border-box;
  min-width: 371px;
  min-height: 54px;
  padding: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: var(--black);
  background-color: transparent;
  background-image: url(../images/bg/btn-border-4.png);
  background-repeat: no-repeat;
}

.FillSkinBtn a:hover {
  color: var(--purple);
}

.JobOpportunitiesWrapper .RightWrap .TransSkinBtn {
  display: inline-block;
  width: 250px;
  margin: 7px 5px;
}

.JobOpportunitiesWrapper .LeftWrap .BoxCol h3.Title {
  font-family: var(--heart-one);
  font-size: var(--fz65);
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--black);
}

.AboutWrapper {
  position: relative;
  z-index: 3;
  background: 0 0/100% no-repeat url(../images/bg/sand-bg.png), var(--whitish);
}

.AboutWrapper .InnerContainWrapper {
  position: relative;
  z-index: 2;
  width: 1200px;
  padding-top: 20px;
}

.AboutWrapper .LeftWrap {
  min-height: 581px;
  margin-right: 50px;
  margin-left: -120px;
  background-image: url(../images/bg/skin-envelope-bg.png);
}

.AboutWrapper .LeftWrap .BoxCol {
  box-sizing: border-box;
  width: 472px;
  margin: 120px auto 0px;
  padding: 20px 16px 50px;
  border: 0px solid var(--skin_5);
  background-image: none;
}

.AboutWrapper .LeftWrap .BoxCol .ImgWrap {
  line-height: 0;
}

.AboutWrapper .sepline-three {
  margin: 18px 0px 25px;
}

.AboutWrapper .RightWrap {
  padding-top: 50px;
}

.AboutWrapper .RightWrap .FillSkinBtn {
  margin-top: 45px;
}

.AboutWrapper .RightWrap .ShortDesc {
  line-height: 28px;
}

.MedicalStaffingOwnerWrapper {
  position: relative;
  padding-top: 20px;
  background-color: var(--whitish);
}

.AboutWrapper::before {
  position: absolute;
  z-index: 2;
  bottom: -530px;
  width: 100%;
  min-height: 676px;
  content: "";
  background: url(../images/bg/medical-staffing-owner-shape1.png) no-repeat top
    center;
  background-size: cover;
}

.MedicalStaffingOwnerWrapper::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  content: "";
  background-color: #e8e8d9;
}

.MedicalStaffingOwnerWrapper .InnerContainWrapper {
  position: relative;
  z-index: 3;
}

.MedicalStaffingOwnerWrapper h2.Title {
  font-family: var(--heart-one);
  font-size: var(--fz80);
  line-height: 1.2;
  transform: rotate(-12deg);
  color: var(--black);
}

.MedicalStaffingOwnerWrapper .ImgFrameWrap {
  box-sizing: border-box;
  margin: 30px auto;
  padding: 37px;
  background: url(../images/bg/img-frame.jpg) no-repeat center;
}

.MedicalStaffingOwnerWrapper .TwoPartDescWrap {
  position: relative;
  width: 1000px;
  margin: 60px auto 30px;
}

.MedicalStaffingOwnerWrapper .TwoPartDescWrap .LeftWrap {
  float: left;
  box-sizing: border-box;
  width: 49%;
  padding-right: 80px;
}

.MedicalStaffingOwnerWrapper .TwoPartDescWrap .RightWrap {
  float: right;
  box-sizing: border-box;
  width: 49%;
  padding-left: 80px;
}

.MedicalStaffingOwnerWrapper .TwoPartDescWrap h5.Title {
  /*font-family: var(--heart-one);*/
  font-size: var(--fz20);
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--black);
  font-family: var(--mont-b);
}

.JoinOurTeamBoxWrap {
  position: relative;
  overflow: hidden;
  background-color: var(--white_2);
}

.JoinOurTeamBoxWrap::before {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  height: 256px;
  content: "";
  background: url(../images/bg/apply-now-bg.png) repeat-x top left;
}

.JoinOurTeamBoxWrap .InnerContainWrapper {
  position: relative;
  z-index: 2;
  padding: 0px 0px;
}

.FooterWrap .InnerContainWrapper {
  position: relative;
  z-index: 2;
}

.JoinOurTeamBoxWrap .InnerWrap {
  width: 575px;
  min-height: 370px;
  margin: 0 auto;
  background: url(../images/bg/join-our-team-bg-box.png) no-repeat top center;
  background-size: cover;
}

.JoinOurTeamBoxWrap .PaddingCol {
  padding: 50px 70px;
}

.JoinOurTeamBoxWrap .PaddingCol h3.Title {
  font-family: var(--mont-b);
  font-size: var(--fz45);
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--white);
}

.JoinOurTeamBoxWrap .PaddingCol .ShortDesc {
  font-size: var(--fz18);
  line-height: 28px;
}

.JoinOurTeamBoxWrap .PaddingCol .ApplyNowBtn {
  margin-top: 15px;
}

.ApplyNowBtn {
  display: inline-block;
}

.ApplyNowBtn a {
  font-family: var(--heart-one);
  font-size: var(--fz80);
  line-height: 1.2;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: var(--black);
}

.ApplyNowBtn a::after {
  position: absolute;
  right: -65px;
  bottom: -20px;
  width: 310px;
  height: 102px;
  content: "";
  background: url(../images/bg/ballpen-btn-bg.png) no-repeat bottom right;
}

.ApplyNowBtn a:hover {
  color: var(--white);
} 
.CircleBtn {
  position: absolute;
  right: 112px;
  bottom: 35px;
  display: inline-block;
}
.CircleBtn a { 
  font-family: var(--heart-one);
  font-size: var(--fz50);
  line-height: 0.85;
  display: inline-block;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 18.5px 22px;
  text-align: right;
  color: var(--white);
  background: 0 0/100% 100% no-repeat url("../images/bg/circle-btn-bg.png");
}

.CircleBtn a span {
  font-size: var(--fz45);
  margin: -23px 1px 0 0;
}

h6.Skin-Title {
  font-family: var(--mont-b);
  font-size: var(--fz18);
  line-height: 1.2;
  display: inline-block;
  margin: 0 0 0 2.7777777778em;
  padding: 1.223em 1.978em;
  transform: rotate(-10deg) translateY(-10px);
  color: var(--black);
  background: 0 0/100% 100% no-repeat url("../images/bg/header-skin-btn-bg.png");
}

.home-about-container {
  overflow-x: hidden;
  background: 0 0/100% no-repeat url("../images/bg/sand-bg.png"), var(--whitish);
}

.home-about-container .InnerContainWrapper {
  --df: 0px;
}

.home-about-container h3.Title {
  font-family: var(--heart-one);
  font-size: var(--fz87);
  line-height: 0.8;
  color: var(--black);
}

.home-about-container h5.Title {
  font-family: var(--mont-b);
  font-size: var(--fz28);
  line-height: 36px;
  color: var(--purple);
}

.home-about-container h6.Title {
  font-size: var(--fz22);
  line-height: 35px;
  margin: 0 0 0.9em;
}

.home-about-container .text-container {
  padding: 0 0 0 150px;
}

.home-about-container .sepline-five {
  margin: -10px auto 15px -103px;
}

.home-about-container .btn-group {
  margin: 70px 0 0 32px;
}

.home-about-container .text-block header {
  display: flow-root;
  margin-left: -98px;
}

.home-about-container .text-block header h3.Title {
  float: left;
  max-width: 236px;
  transform: rotate(-14deg) translate(-5px, 8px);
  text-align: right;
}

.home-about-container .text-block header h3.Title span {
  margin: 0 45px 0 0;
  text-transform: capitalize;
}

.home-about-container .text-block header h5.Title {
  float: right;
  width: 68%;
}

.home-about-container .flex {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
}

.home-about-container .flex .Abs-ImgWrap {
  line-height: 0;
  position: absolute;
  z-index: -1;
  right: -225px;
  bottom: -165px;
  /* updates */
  display: none;
}

.home-about-container .flex .flex-item.image {
  flex: 0 0 538px;
  margin: 41px 0 0 -144px;
}

.home-about-container .flex .flex-item.image .ImgWrap {
  max-width: 538px;
  padding: 139px 54px 149px 47px;
  background: 0 0/100% 100% no-repeat url("../images/bg/skin-envelope-bg.png");
}

.home-about-container .flex .flex-item.text {
  padding: 0 122px 0 0;
}

.testimonial-container {
  background: 50% 80px/1800px no-repeat url("../images/bg/sand-bg.png"),
    var(--whitish);
}

.testimonial-container .InnerContainWrapper {
  --pd: 30px;
  --df: 76px;
}

.testimonial-container h2.Title {
  font-family: var(--heart-one);
  font-size: var(--fz80);
  line-height: 0.95;
  text-align: center;
}

.testimonial-container h4.Title {
  font-family: var(--heart-one);
  font-size: var(--fz35);
  line-height: 45px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 302px;
  margin-top: 0.7142857143em;
  padding: 8px 86.89px 1px;
  background: 0 0/100% 100% no-repeat url("../images/bg/btn-border-3.png");
}

.testimonial-container .Desc {
  font-size: var(--fz22);
  line-height: 35px;
}

.testimonial-container .Col {
  position: relative;
  box-sizing: border-box;
  max-width: 706px;
  margin: 0 auto;
  padding: 90px 76px 47px 100px;
  text-align: center;
  background: 0 0/100% 100% no-repeat url("../images/bg/testimonial-bg.png");
}

.testimonial-container .Col::after {
  position: absolute;
  top: 12%;
  left: 9%;
  width: 50px;
  height: 31px;
  content: url("../images/bg/quote-left.png");
}

.testimonial-container .Col::before {
  position: absolute;
  right: 9%;
  bottom: 16%;
  width: 50px;
  height: 31px;
  content: url("../images/bg/quote-right.png");
}

.testimonial-container .testimonial-boxer {
  max-width: 867px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-container .testimonial-boxer > .flexslider {
  padding: 0 101px 0 60px;
}

.testimonial-container .flex-control-nav a {
  display: block;
  background-color: #000;
}

.testimonial-container .flex-control-nav a.flex-active,
.testimonial-container .flex-control-nav a:hover {
  background-color: var(--purple);
}

.testimonial-container .flex-direction-nav {
  display: block;
}

.testimonial-container .flex-direction-nav a {
  display: block;
  width: 64px;
  height: 42px;
}

.location-container {
  position: relative;
  z-index: 1;
  color: var(--white);
  background: 50% 0/100% 100% no-repeat url("../images/bg/location-bg.png");
}

.location-container .InnerContainWrapper {
  --pd: 50px;
  --df: 0px;
}

.location-container h5.Title {
  font-family: var(--mont-b);
  font-size: var(--fz30);
  line-height: 36px;
}

.location-container h2.Title {
  font-family: var(--heart-one);
  /* font-size: var(--fz100); */
  font-size: var(--fz87);
  line-height: 0.56;
  letter-spacing: 10px;
  color: var(--skin_3);
}

.location-container h6.Title {
  font-size: var(--fz20);
  line-height: 35px;
}

.location-container .sepline-six {
  margin: 45px 0;
}

.location-container .flex {
  align-items: start;
}

.location-container .flex .flex-item.left {
  position: relative;
  min-width: 774px;
  min-height: 460px;
  margin: -147px 30px -110px -148px;
}

.location-container .flex .flex-item.right {
  padding: 0 0px 0 0;
  /*  55px 0 0 */
}

.location-container .block-container {
  display: flex;
  justify-content: space-between;
}

.location-container .block-container .block {
  flex: 1 1;
  margin-right: 15px;
  text-align: center;
}

.location-container .block-container .block:last-child {
  margin-right: 0px;
}

.JoinOurTeamBoxWrap.home-page {
  position: relative;
  overflow: visible;
}

.JoinOurTeamBoxWrap.home-page::before {
  top: 0;
}

.JoinOurTeamBoxWrap.home-page .InnerWrap {
  position: relative;
  z-index: 6;
  margin-top: -39px;
}

.service-container {
  position: relative;
  z-index: 1;
  background: var(--whitish);
  background: 0 0/100% no-repeat url("../images/bg/sand-bg.png"), var(--white_2);
}

.service-container .InnerContainWrapper {
  position: relative;
  --pd: 60px;
  --df: -10px;
}

.service-container .InnerContainWrapper::before {
  position: absolute;
  top: -130px;
  left: -138px;
  width: 476px;
  height: 590px;
  content: "";
  background: 0 0 / contain no-repeat url("../images/imgs/stethoscope.png");
}

.service-container::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 130px;
  left: 0;
  transform: skewY(-10deg);
  background: 0 0/100% no-repeat url("../images/bg/sand-bg.png"), var(--white_2);
}

.service-container h3.Title {
  font-family: var(--heart-one);
  font-size: var(--fz80);
  line-height: 0.9;
  margin-bottom: 0.25em;
  transform: rotate(-10deg);
  text-align: center;
  color: var(--black);
}

.service-container .desc {
  font-size: var(--fz16);
  line-height: 30px;
  margin: 0.6em 0;
}

.service-container .sepline-four {
  margin: 0px auto 15px;
}

.service-container .flex-item.left {
  min-width: 604px;
  margin: 0 256px 0 -193px;
}

.service-container .flex-item.left .ImgWrap {
  line-height: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 604px;
  height: 642px;
  margin-top: 160px;
  padding: 50px 0 219px 107px;
  background: 0 0/100% no-repeat url("../images/bg/white-envelope-bg.png");
}

.service-container .flex-item.right {
  padding: 0 72px 0 0;
}

.service-container .flex-item.right .ImgWrap {
  line-height: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 457px;
  height: 368px;
  padding: 20px;
  padding: 44px 40px 35px 37px;
  background: 0 0/100% no-repeat url("../images/bg/bg-img-right-side.png");
  box-shadow: 9px 2px 10px rgba(0, 0, 0, 0.08);
}

/*  150920 vish * */
.ThankyouMsg {
  font-family: var(--mont-b);
  font-size: clamp(18px, 5vw, 20px);
  line-height: 1.5;
  padding: 100px 10px;
  color: var(--purple);
}

.form-container .form-one .desc.vertical .Col1 ul.discbullet.splitUl li {
  list-style: none;
}

.form-container .form-one .Col1 .desc.radio-margin .Col3.radioboxes ul li {
  padding-left: 0px;
  background-image: none;
}

.radio-group.Col2 label > input[type="radio"],
.Col2 .radio-group label > input[type="radio"] {
  vertical-align: text-bottom;
}

.Col1,
.Col2,
.Col3,
.Col4,
.Col5 {
  position: relative;
}

.form-container img.ui-datepicker-trigger,
form img.ui-datepicker-trigger {
  position: absolute;
  top: 18px;
  right: 15px;
}

form .employee-portal-container img.ui-datepicker-trigger {
  position: absolute;
  top: 45px;
  right: 15px;
}

.employee-portal-container form img.ui-datepicker-trigger {
  position: absolute;
  top: 45px;
  right: 15px;
}

.contact-wrapper .join-team-container .join-block .BallPenBtn a:hover {
  color: var(--white);
}

.CircleBtn a:hover {
  color: var(--skin_1);
}

.JobOpportunitiesWrapper .LeftWrap .BoxCol .DescWrap.EditorText table {
  width: 100% !important;
}

.JobOpportunitiesWrapper .RightWrap .Desc.EditorText a {
  color: #000;
}

.JobOpportunitiesWrapper .RightWrap .Desc.EditorText a:hover {
  color: #fff;
}

.JobOpportunitiesWrapper .RightWrap .Desc.EditorText ul li {
  position: relative;
  background-image: none !important;
}

.JobOpportunitiesWrapper .RightWrap .Desc.EditorText ul li::before {
  position: absolute;
  top: 8px;
  width: 9px;
  height: 9px;
  margin-left: -20px;
  content: "";
  border-radius: 100%;
  background-color: #fff;
}

.LandingPageBlock .IdxContainWrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0px;
}

.NewLandWrapper .LandingTitle {
  font-family: var(--mont-b);
  font-size: var(--fz22);
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--purple);
}

.MedicalStaffingOwnerWrapper .TwoPartDescWrap.FullWidthWrap::before {
  display: none;
}

.MedicalStaffingOwnerWrapper .TwoPartDescWrap.FullWidthWrap .RightWrap,
.MedicalStaffingOwnerWrapper .TwoPartDescWrap.FullWidthWrap .LeftWrap {
  display: block;
  float: none;
  width: 100%;
  padding: 0px;
  text-align: center;
}

.join-team-container .join-block {
  padding: 84px 58px 88px 61px;
  background: 0 0/100% 100% no-repeat
    url(../images/bg/contact-join-border-bg.png);
}

/* maintanance page css */
.MaintenanceWrap {
  display: table;
  width: 100%;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --black-1: #6a6a6a;
  --default-f-color: #757678;
  --green: var(--primary-color);
  --blue: var(--primary-color);
  --blue-1: var(--primary-color);
  --gray: #f5f5f5;
  --gotham-htf-bold: var(--gotham-b);
  --lato-r: var(--monts-r);
}

.MaintenanceWrap .MWrap {
  display: table-cell;
  vertical-align: middle;
}

.MWrapper {
  box-sizing: border-box;
  padding: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background: var(--white_2);
}

.UnderMaintenanceWrapper {
  box-sizing: border-box;
  padding: 45px 10px 50px;
  padding-top: 45px;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
}

.UnderMaintenanceWrapper {
  text-align: center;
  background-color: var(--green);
}

.MarginBottom20 {
  margin-bottom: 20px;
}

.ContactInfo {
  float: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 30px 0;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  text-align: center;
}

.UnderMaintenanceWrapper h4 {
  font-family: var(--gotham-htf-bold);
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #fff;
}

.UnderMaintenanceWrapper h6 {
  font-family: var(--lato-r);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: var(--white);
}

.ContactInfo .CIList {
  display: inline-block;
  width: 24.7%;
  min-height: 115px;
  vertical-align: top;
  color: var(--default-f-color);
  border-right: 1px solid #cac8c8;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cac8c8;
}

.ContactInfo .CIList:last-child {
  border-right: 0px solid #354966;
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #354966;
}

.ContactInfo .CIList table {
  width: 100%;
}

.ContactInfo .CIList td {
  font-size: 14px;
  line-height: 20px;
  display: block;
  box-sizing: border-box;
  width: 100% !important;
  min-height: 127px;
  margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0 !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  text-align: center;
}

.ContactInfo .CIList i {
  font-size: 20px;
  line-height: 38px;
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--blue);
}

.MWrap h3.Title {
  font-family: var(--gotham-htf-bold);
  font-size: 50px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
  color: var(--blue);
}

.ContactInfo .CIList h3.Title {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--green);
}

.ContactInfo .CIList td a {
  font-size: 16px;
  line-height: 26px;
  transition: all 0.6s ease;
  color: var(--default-f-color);
}

.ContactInfo .CIList td a:hover {
  color: var(--primary-color);
}

.ContactInfo .CIList.Email i {
  font-size: 18px;
  line-height: 35px;
}

.EditorText table {
  width: 100% !important;
  max-width: 500px !important;
}

.MedicalStaffingOwnerWrapper::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 13px;
  margin: 10px 0 0;
  background: 50% 0/1198px 13px no-repeat url(../images/bg/footer-hr.png);
  z-index: 2;
}

.MedicalStaffingOwnerWrapper .flex-layout {
  display: flex;
}

.MedicalStaffingOwnerWrapper .flex-layout .ImgFrameWrap,
.MedicalStaffingOwnerWrapper .flex-layout .TwoPartDescWrap {
  flex: 1 1;
}

.MedicalStaffingOwnerWrapper .flex-layout .ImgFrameWrap {
  order: 1;
}

.MedicalStaffingOwnerWrapper .flex-layout .TwoPartDescWrap {
  width: initial;
}

.MedicalStaffingOwnerWrapper .flex-layout .TwoPartDescWrap::before {
  display: none;
}

.MedicalStaffingOwnerWrapper .flex-layout .TwoPartDescWrap .LeftWrap,
.MedicalStaffingOwnerWrapper .flex-layout .TwoPartDescWrap .RightWrap {
  float: none;
  width: 100%;
  padding: 0 20px;
}

.MedicalStaffingOwnerWrapper .flex-layout .TwoPartDescWrap .LeftWrap + div,
.MedicalStaffingOwnerWrapper .flex-layout .TwoPartDescWrap .RightWrap + div {
  margin-top: 40px;
}

.employee-portal-container .Col1,
.employee-portal-container .Col2,
.employee-portal-container .Col3,
.employee-portal-container .Col4,
.employee-portal-container .Col5 {
  padding: 8px;
}

.employee-portal-container {
  position: relative;
  z-index: 1;
  background: #f6f6ee;
}

.employee-portal-container * {
  box-sizing: border-box;
}

.employee-portal-container .InnerContainWrapper {
  padding: 100px 0 100px;
}

.employee-portal-container header {
  text-align: center;
  margin-bottom: 53px;
}

.employee-portal-container header h4.Title {
  font-family: var(--heart-one);
  font-size: var(--fz45);
  line-height: 1.2;
  display: inline-block;
  padding: 8px 60px 5px;
  color: black;
  min-width: 371px;
  background: center center/100% 100% no-repeat
    url("../images/bg/whatwedo-header-bg.png");
}

.employee-portal-container .grid-container {
  display: flex;
  justify-content: center;
  gap: 33px;
}

.employee-portal-container .grid-item {
  background-color: #e6e6d7;
}

.employee-portal-container .nav {
  min-width: 300px;
  width: 300px;
  padding: 28px 36px;
  flex: 0 0 300px;
}

.employee-portal-container .nav ul.NoBullet > li {
  padding: 10px 0;
}

.employee-portal-container .nav ul.NoBullet > li a:nth-last-child(2) {
  display: block;
  position: relative;
}

.employee-portal-container .nav ul.NoBullet > li a:hover h6.Title {
  color: #622e52;
}

.employee-portal-container .nav ul.NoBullet > li a:nth-last-child(2)::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 2px;
  color: inherit;
  font-size: 18px;
  line-height: 1;
}

.employee-portal-container
  .nav
  ul.NoBullet
  > li
  a.active:nth-last-child(2)::after {
  content: "-";
  top: 0px;
}

.employee-portal-container .nav ul.NoBullet > li a.active {
  color: var(--purple);
}

.employee-portal-container .nav ul.NoBullet > li a.active h6.Title {
  font-family: var(--mont-b);
  color: inherit;
}

.employee-portal-container .nav ul.NoBullet > li + li {
  border-top: 2px solid #d7caa2;
}

.employee-portal-container .nav .active + .active {
  max-height: 800px;
}

.employee-portal-container .nav ul.NoBullet > li > ul.NoBullet {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s ease-in-out;
}

.employee-portal-container .nav ul.NoBullet > li > ul.NoBullet.active {
  max-height: 800px;
  position: static;
}

.employee-portal-container .nav ul.NoBullet > li > ul.NoBullet > li {
  padding: 10px 0px 10px 20px;
}

.employee-portal-container .nav ul.NoBullet > li > ul.NoBullet > li a::after {
  display: none;
}

.employee-portal-container
  .nav
  ul.NoBullet
  > li
  > ul.NoBullet
  > li:first-child {
  margin-top: 12px;
  border-top: 2px solid #d7caa2;
}

.employee-portal-container .nav ul.NoBullet > li > ul.NoBullet > li:last-child {
  padding-bottom: 0;
}

.employee-portal-container .nav h5.Title {
  color: var(--color-zero-2);
  line-height: 1.1;
  margin-bottom: 11px;
}

.employee-portal-container .nav h6.Title {
  color: #000000;
  font-family: var(--monts-r);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}

.employee-portal-container input,
.employee-portal-container textarea,
.employee-portal-container select {
  background-color: #fff !important;
  /*border: none !important;*/
}

.employee-portal-container .Col2 {
  width: 49.4%;
}

.employee-portal-container .pswd-rset {
  color: #000000;
  font-size: 13px;
  line-height: 2.14;
}

.employee-portal-container h6.input-title {
  color: #622e52;
  font-family: var(--mont-b);
  font-size: var(--fz16);
  line-height: 1.88;
}

.employee-portal-container .information-box {
  padding: 16px;
  width: min(90vw, 670px);
}

.employee-portal-container .employee-box {
  width: 638px;
  max-width: 100%;
  height: 349px;
  border: 5px solid #ffffff;
  background-color: #e6e6d7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.employee-portal-container .employee-box .PurpBtn a {
  font-size: 14px;
  text-transform: uppercase;
}

.employee-portal-container .employee-box .form-box {
  width: 350px;
  max-width: 100%;
}

.employee-portal-container.orientation-questions-layout .information-box {
  width: 670px;
  max-width: 670px;
  padding: 25px;
}

.employee-portal-container.orientation-questions-layout .submit {
  margin-top: 10px;
}

.employee-portal-container.pre-employee-layout .desc ul li + li {
  margin-top: 0;
}

.employee-portal-container.pre-employee-layout .flex-people-list ul.NoBullet {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}

.employee-portal-container.pre-employee-layout
  .flex-people-list
  ul.NoBullet
  > li {
  flex: 0 1 265px;
}

.employee-portal-container.pre-employee-layout .information-box {
  padding: 30px 40px;
  max-width: 670px;
}

.employee-portal-container.pre-employee-layout .information-box h6.input-title {
  margin-bottom: 5px;
}

.employee-portal-container.pre-employee-layout
  .information-box
  h6.input-title
  + hr
  + .desc,
.employee-portal-container.pre-employee-layout
  .information-box
  h6.input-title
  + .desc {
  margin-top: 20px;
}

.employee-portal-container.pre-employee-layout .information-box .desc {
  font-size: 13px;
}

.employee-portal-container.pre-employee-layout .desc ul li {
  background-position: 0 8px;
}

.sepline-small {
  width: 64px;
  height: 2px;
  background: #d7caa2;
  margin: 0;
}

.video-overlay {
  position: relative;
  display: block;
}

.video-overlay::before {
  content: url(../images/icons/play-icon.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.information-box.VideoWrap {
  padding: 0;
  line-height: 0;
}

.information-box.VideoWrap a {
  /*  height: 100%;*/
}

.information-box.VideoWrap a img {
  height: 100%;
  object-fit: cover;
}

.JoinOurTeamBoxWrap.employee-page {
  overflow: visible;
}

.JoinOurTeamBoxWrap.employee-page .InnerWrap {
  margin-top: -210px;
}

.dashboard {
  padding: max(5%, 35px) max(6%, 40px);
}

.dashboard h4.Title {
  color: #622e52;
  font-family: var(--mont-b);
  font-size: clamp(25px, 5vw, 35px);
  line-height: 1;
  margin-bottom: 10px;
}

.dashboard .desc {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin: 10px 0 0;
}

.dashboard .info-container {
  margin-top: 30px;
}

.dashboard .info-container ul.NoBullet > li > .form {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s ease-in-out;
}

.dashboard .info-container ul.NoBullet > li > .form.active {
  max-height: 800px;
  position: static;
  padding-top: 8px;
}

.dashboard .info-container ul.NoBullet {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  gap: 33px 80px;
}

.dashboard .info-container ul.NoBullet > li {
  flex: 0 0 228px;
}

.dashboard .info-container ul.NoBullet > li > a {
  display: block;
  background-color: #622e52;
  padding: max(6%, 12px) max(8%, 20px);
  color: #f6f6ee;
  font-family: var(--mont-b);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
}

.dashboard .info-container ul.NoBullet > li > a.active::after {
  content: "-";
  top: 7px;
}

.dashboard .info-container ul.NoBullet > li > a::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 9px;
  color: inherit;
  font-size: 20px;
  line-height: inherit;
}

.splitUl.checkbullet li {
  margin-bottom: 12px;
}

.splitUl.checkbullet li input {
  margin-top: 5px;
}

.employee-portal-container .information-box .ScheduledWorkTable {
  border: 1px solid #d7caa2;
}

.employee-portal-container .information-box .ScheduledWorkTable tr:first-child {
  background-color: #d7caa2 !important;
}

.employee-portal-container
  .information-box
  .ScheduledWorkTable
  tr:first-child
  strong {
  font-weight: 900;
  font-size: 14px;
}

.employee-portal-container .information-box .ScheduledWorkTable tr td {
  padding: 7px;
  font-size: 14px;
}

.employee-portal-container
  .information-box
  .ScheduledWorkTable
  tr:nth-child(odd) {
  background-color: #dadac6;
}

.employee-portal-container
  .information-box
  .ScheduledWorkTable
  tr:nth-child(even) {
  background-color: #ececdb;
}

.ScheduledWorkWrappper .grid-item {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}

.ScheduledWorkWrappper .grid-item .SchedluedworkUL li {
  display: inline-block;
}

.ScheduledWorkWrappper .grid-item .SchedluedworkUL li::before {
  content: "|";
  color: #d7caa2;
  position: absolute;
  left: -20px;
  top: 0px;
}

.ScheduledWorkWrappper .grid-item .SchedluedworkUL li + li {
  margin-left: 40px;
  position: relative;
}

.ScheduledWorkWrappper .TableWrap .information-box {
  width: min(90vw, 100%);
}

.ScheduledWorkWrappper .TableWrap .dashboard {
  padding: max(1%, 15px) max(5%, 15px);
}

.ScheduledWorkWrappper .TableWrap .dashboard .sepline-small {
  margin: 0 auto;
}

.MarginTop10 {
  margin-top: 10px;
}

/* sureja piyush 15-03-21 */
.dashboard .info-container .PurpBtn a {
  display: inline-block;
}

/*.form-one.special ul li {
  margin-bottom: 20px;
}*/

.SmallText {
  font-size: 12px;
  line-height: 1;
}
.MarginTop20 {
  margin-top: 20px;
}
.FMontsBold {
  font-family: monts-bold;
}

/** 180321 vish **/

.employee-portal-container .RadioCol {
  display: inline-block;
  margin-right: 15px;
}
.employee-portal-container .RadioCol input[type="radio"] {
  margin: 0px 5px 4px 0px;
}
.DescAndInputCol .ConsentReleaseCustom {
  display: inline-block;
}
.DescAndInputCol .ConsentReleaseCustom input {
  height: 30px;
  padding: 2px 10px;
}

.vertical-top {
  vertical-align: top;
}

.vertical-top .Col1,
.vertical-top .Col2,
.vertical-top .Col3,
.vertical-top .Col4,
.vertical-top .Col5 {
  vertical-align: top;
}

.application-container .form-container .ThankyouMsg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

@media (min-width: 1025px) {
  .application-container .form-container .ThankyouMsg {
    min-height: 300px;
  }
}

.form-container .splitUl li {
  /* break-inside: avoid; */
}

.ViewWrap {
  position: relative;
}

.RightLink {
  position: absolute;
  top: 14px;
  right: 14px;
}
