/*!
Theme Name: avatar-staffing
Theme URI: avatar-staffing
Author: WP Team - QBurst
Author URI: 
Description: Custom Theme for Avatar
Version: 3.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avatar-staffing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/* @import url("./css/footer.css"); */
/* @import url("./css/header.css"); */
/* @import url("./css/home.css"); */
/* @import url("./css/about.css"); */
/* @import url("./css/foreign-nurse.css");
@import url("./css/philippines-nurses.css");
@import url("./css/f1-students.css");
@import url("./css/registered-nurses.css");
@import url("./css/healthcare-facilities.css");
@import url("./css/contact-us.css");
@import url("./css/refer-a-nurse.css");
@import url("./css/faq.css");
@import url("./css/privacy-policy.css"); */

@font-face {
  font-family: "Urbanist-SemiBold";
  src: url("/wp-content/themes/avatar/fonts/urbanist-semibold-webfont.eot");
  src: url("/wp-content/themes/avatar/fonts/urbanist-semibold-webfont.eot?#iefix")
    format("embedded-opentype");
  src: url("/wp-content/themes/avatar/fonts/urbanist-semibold-webfont.woff2")
    format("woff2");
  src: url("/wp-content/themes/avatar/fonts/urbanist-semibold-webfont.woff")
    format("woff");
  src: url("/wp-content/themes/avatar/fonts/urbanist-semibold-webfont.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist-Medium";
  src: url("/wp-content/themes/avatar/fonts/urbanist-medium-webfont.eot");
  src: url("/wp-content/themes/avatar/fonts/urbanist-medium-webfont.eot?#iefix")
    format("embedded-opentype");
  src: url("/wp-content/themes/avatar/fonts/urbanist-medium-webfont.woff2")
    format("woff2");
  src: url("/wp-content/themes/avatar/fonts/urbanist-medium-webfont.woff")
    format("woff");
  src: url("/wp-content/themes/avatar/fonts/urbanist-medium-webfont.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist-Bold";
  src: url("/wp-content/themes/avatar/fonts/urbanist-bold-webfont.eot");
  src: url("/wp-content/themes/avatar/fonts/urbanist-bold-webfont.eot?#iefix")
    format("embedded-opentype");
  src: url("/wp-content/themes/avatar/fonts/urbanist-bold-webfont.woff2")
    format("woff2");
  src: url("/wp-content/themes/avatar/fonts/urbanist-bold-webfont.woff")
    format("woff");
  src: url("/wp-content/themes/avatar/fonts/urbanist-bold-webfont.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body.home {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  outline: none;
}

.buttonRegisterGroup {
  display: none;
}

.btn-primary,
.wpforms-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 24px;
  padding: 0 32px !important;
  border-radius: 8px !important;
  background-color: #7066e1 !important;
  font-family: "Urbanist-SemiBold";
  font-size: calc(13px + 3 * ((100vw - 992px) / 448)) !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 3 !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
}

.btn-float {
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.2),
    0 8px 22px -6px rgba(24, 39, 75, 0.3);
  background-color: #31b49a;
  border: none;
  color: #fff;
  font-family: "Urbanist-SemiBold";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  position: fixed;
  right: 1%;
  bottom: 5%;
  cursor: pointer;
  z-index: 2;
}

.btn-float.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.btn-float.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.vert-move:hover {
  -webkit-animation-play-state: paused;
  background-color: #014a2a;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.btn-float img {
  margin: 0 8px 0 0;
}

.btn-secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 2.222vw;
  border-radius: 8px;
  background-color: #fff;
  font-family: "Urbanist-SemiBold";
  font-size: calc(13px + 3 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  color: #7066e1;
  border: solid 1px #7066e1;
}

.btn-secondary:hover {
  background-color: #f1f0ff;
}

.btn-primary:hover,
.wpforms-submit:hover {
  box-shadow: 0 10px 16px 0 rgba(101, 64, 178, 0.25);
}

input[type="submit"][disabled="true"] {
  opacity: 0.5;
}

.btn-primary:focus,
.btn-secondary:focus {
  outline: solid 1px #a099eb;
}

.btn-secondary:focus {
  border: solid 1px #a099eb;
  border-radius: 10px;
}

.btn-teritiary {
  font-family: "Urbanist-SemiBold";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  text-align: left;
  color: #7066e1;
  background: none;
  border: none;
}

.btn-teritiary:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

h2 {
  font-family: "Urbanist-SemiBold";
  font-size: calc(24px + 10 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1e0a4a;
  margin: 0 0 24px;
}

h4 {
  font-family: "Urbanist-SemiBold";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1e0a4a;
  margin: 0;
}

.header-header {
  font-family: "Urbanist-Medium";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #7066e1;
  padding-bottom: 6px;
}

.section-description {
  font-family: "Urbanist-Medium";
  font-size: calc(14px + 2 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  margin-top: 0;
}

/* Error Page*/

.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  height: 100vh;
}

.error-wrapper {
  text-align: center;
}

.error-img-wrapper {
  width: 45.5%;
  margin: auto;
  margin-bottom: 32px;
}

.error-img-wrapper img {
  width: 100%;
}

.go-home-btn {
  width: 130px;
  padding: 0;
  margin: 16px auto;
}

.error-404 .page-title {
  font-family: "Urbanist-SemiBold";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1e0a4a;
  margin-bottom: 16px;
}

.error-404 .page-content p {
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 32px;
}

.w-100 {
  width: 100% !important;
}

.page-banner {
  text-align: center;
  padding: 13.472vw 80px 7.431vw;
  position: relative;
  z-index: -1;
}

.page-banner h1 {
  font-family: "Urbanist-Bold";
  font-size: calc(40px + 9 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: center;
  color: #1e0a4a;
  margin: 0 0 24px;
}

.about-container .header-header,
.foreign-nurse-container .header-header,
.header-header {
  font-size: calc(18px + 2 * ((100vw - 992px) / 448));
}

.about-container .page-desc,
.foreign-nurse-container .page-desc,
.page-desc {
  font-family: "Urbanist-SemiBold";
  font-size: calc(16px + 2 * ((100vw - 992px) / 448));
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
}

.about-container h2,
.foreign-nurse-container h2 {
  font-size: calc(28px + 12 * ((100vw - 992px) / 448));
}

.modal-layout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 10;
}

.modal-content {
  width: 60%;
  max-width: 920px;
  min-width: 760px;
  border-radius: 12px;
  background-color: #fff;
  border: solid 1px #4d4d4d;
  box-sizing: border-box;
  overflow: auto;
  padding: 20px 40px;
  position: relative;
  height: auto;
  max-height: 90vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 50px auto;
}

.modal-close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

/* Form style */

.btn-container {
  width: auto;
  display: inline-block;
}

div.wpforms-container-full select {
  padding: 12px !important;
  border-radius: 4px !important;
  border: solid 1px #dbdbdb !important;
  background-color: #fff !important;
  color: #4d4d4d !important;
}

p.wpforms-error {
  font-weight: 400;
  font-size: var(--wpforms-label-size-sublabel-font-size) !important;
  line-height: var(--wpforms-label-size-sublabel-line-height) !important;
  margin-top: var(--wpforms-field-size-input-spacing) !important;
  color: var(--wpforms-label-error-color) !important;
  padding: 0 !important;
  position: relative;
}

em.wpforms-error {
  padding: 0 !important;
}

em.wpforms-error::before {
  display: none;
}

.form-hidden {
  display: none;
}

/* Footer */
footer {
  background-color: #7066e1;
  color: #fff;
  padding: 4.861vw 5.556vw 2.778vw;
}

footer a {
  color: #fff;
}

footer .footer-content-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.194vw;
  padding-bottom: 3.194vw;
  border-bottom: solid 1px #dcf;
}

.menu-footer-left-menu-container ul,
.menu-company-menu-container ul,
.menu-quick-links-menu-container ul {
  margin-top: 20px;
}

.menu-footer-left-menu-container ul li,
.menu-company-menu-container ul li,
.menu-quick-links-menu-container ul li,
.menu-subheader {
  padding-bottom: 15px;
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 2 * ((100vw - 992px) / 448));
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.menu-footer-left-menu-container ul li:last-child,
.menu-company-menu-container ul li:last-child,
.menu-quick-links-menu-container ul li:last-child {
  padding-bottom: 0;
}

#footer-right-menu,
#footer-center-menu,
#footer-left-menu {
  list-style: none;
  padding-left: 0;
}

footer .menu-header {
  font-family: "Urbanist-Bold";
  font-size: calc(14px + 4 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

footer .site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .socialmedia-group img {
  margin: 0 14px;
  width: 1.667vw;
  height: 1.667vw;
}

footer .socialmedia-group a:nth-child(4) img {
  width: 1.944vw;
  height: 1.944vw;
}

footer .btn-submit {
  /* margin-top: 8px; */
  padding: 7px 24px;
  border-radius: 6px;
  border: solid 1px #fff;
  font-family: "Urbanist-SemiBold";
  font-size: calc(12px + 2 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  background: none;
  color: #fff;
}

footer .location-wrapper {
  font-size: 0;
}

footer .font-bold {
  font-family: "Urbanist-Bold";
  position: relative;
}

footer .gps-button {
  padding-left: 12px;
  padding-right: 35px;
  margin-right: 22px;
}

footer .gps-icon {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .more-location-btn {
  padding: 7px 9px;
}

footer .more-location-btn,
footer .gps-button {
  margin-top: 0;
}

/* .form-wrap {
  margin-right: 5em;
} */

/* .form-input {
  border-radius: 4px;
  background-color: #fff;
  padding: 12px;
  border: none;
  display: block;
  margin-bottom: 16px;
  width: 87%;
  font-family: "Urbanist-Medium";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
} */

/* footer ::placeholder {
  font-family: "Urbanist-Medium";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: rgba(77, 77, 77, 0.6);
} */

footer .avatar-details {
  font-family: "Urbanist-Medium";
  font-size: calc(12px + 2 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
}

footer .copyright-wrapper {
  font-family: "Urbanist-Medium";
  font-size: calc(12px + 2 * ((100vw - 992px) / 448));
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}

footer .company-details-wrapper,
footer .phone-fax-wrapper {
  display: flex;
  align-items: start;
  align-items: flex-start;
  overflow: auto;
}

footer .our-location-header {
  padding-bottom: 20px;
}

footer .phone-wrapper {
  margin-right: 42px;
}

footer .company-details-wrapper {
  margin-bottom: 24px;
}

footer .company-details-wrapper .detail-icon {
  margin-right: 10px;
}

.footer-icon-avatar {
  width: 10vw;
}

.footer-icon-avatar img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer .footer-content-section {
    flex-direction: column;
    justify-content: center;
  }

  footer .menu-header,
  footer .avatar-details,
  footer .btn-submit {
    font-size: 14px;
  }

  .menu-footer-left-menu-container ul li,
  .menu-company-menu-container ul li,
  .menu-quick-links-menu-container ul li,
  .menu-subheader {
    font-size: 13px;
  }

  footer .site-info {
    flex-direction: column;
  }

  .footer-icon-avatar {
    width: 180px;
    margin: 16px 0;
  }

  .socialmedia-group {
    font-size: 0;
  }

  footer .socialmedia-group img {
    margin: 0 20px 20px;
    width: 18px;
    height: 18px;
  }

  footer .socialmedia-group a:nth-child(4) img {
    width: 20px;
    height: 20px;
  }

  footer .copyright-wrapper {
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  footer .phone-fax-wrapper {
    flex-direction: column;
  }
}
/* Footer */

/* Header */
header .custom-logo {
  width: 12.778vw;
  height: auto;
  display: block;
}

.menu-main-menu-container #main-menu {
  padding: 0;
  margin: 0;
}

.site-title {
  display: none;
}

.site-header {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 40px 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 1;
}

.site-header.sticky {
  transition: 0.6s;
  padding: 11px 80px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.main-navigation {
  display: flex;
  margin-left: 6vw;
}

.menu-mani-menu-container .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .menu-mani-menu-container .menu li {
  margin: 0;
  padding: 0;
}

header .menu .menu-item {
  font-family: "Urbanist-SemiBold";
  font-size: calc(13px + 3.6 * ((100vw - 992px) / 448));
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  display: inline-flex;
}
header .menu .menu-item.depth-0 {
  line-height: 3;
  display: inline-block;
  margin: 0 calc(10px + 6 * ((100vw - 768px) / 672)) !important;
}

header .menu .hire-menu .menu-item.depth-2 {
  width: 100% !important;
  display: block;
}

header .menu .menu-item a {
  color: #4d4d4d;
}

header .menu .menu-item.active > a,
header .menu .menu-item.depth-0:hover > a {
  color: #7066e1 !important;
}

header .active {
  color: #7066e1 !important;
}

.menu .depth-0 > ul.sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -8px;
  right: 50px;
}

.drop-down-menu::after {
  content: "";
  background-image: url("/wp-content/themes/avatar/images/svg/angle-down-solid.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
}

.drop-down-menu:hover::after {
  background-image: url("/wp-content/themes/avatar/images/svg/angle-down.svg");
}

.menu .menu-item.menu-item-has-children.depth-0:hover {
  position: relative;
}

.menu > .menu-item > .sub-menu .menu-item > .sub-menu {
  column-count: 2;
}

@media screen and (min-width: 769px) {
  .drop-down-menu:hover .sub-menu {
    display: block !important;
  }
}

.menu
  .menu-item.menu-item-has-children.depth-0
  > .sub-menu.show
  .menu-item
  > .sub-menu
  li:nth-child(-n + 3) {
  grid-column: 1;
}

.menu
  .menu-item.menu-item-has-children.depth-0
  > .sub-menu.show
  .menu-item
  > .sub-menu
  li:nth-child(n + 4) {
  grid-column: 2;
}

.menu ul.sub-menu.depth-2 li:hover {
  border-radius: 4px;
  background-color: #f9f9ff;
}

.menu ul.sub-menu li a {
  font-family: "Urbanist-SemiBold";
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  padding-bottom: 6px;
  /* display: block; */
}

.menu ul.sub-menu li.active a {
  color: #7066e1 !important;
}
.menu li::marker {
  display: none;
}
.menu ul {
  list-style-type: none;
}
.menu > .menu-item > .sub-menu {
  display: none !important;
  width: 600px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  right: -38px;
  padding: 8px;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
}

.menu > .menu-item.active > .sub-menu {
  display: block !important;
}

.menu > .menu-item.hire-menu > .sub-menu {
  right: -50px;
}

menu > .menu-item > .sub-menu.show {
  display: flex !important;
  justify-content: space-between;
}
.menu .menu-item .depth-1:not(:first-of-type) {
  border-left: 1px solid #ededed;
  padding-left: 20px;
}
.menu .menu-item .depth-1 > .sub-menu {
  min-width: 270px;
}
.menu .menu-item .depth-1 > a {
  display: none;
}
.menu > .menu-item > .sub-menu .sub-menu {
  width: 100%;
  padding: 0;
}
.menu .sub-menu .menu-item-title-wrap {
  padding: 4px 10px 0;
  display: flex;
  min-height: 54px;
}
.menu .sub-menu .menu-item-title-wrap:hover {
  background-color: #f9f9ff;
}
.menu .sub-menu .menu-item-title-wrap img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-right: 12px;
}
.menu .sub-menu .sub-menu a .menu-item-title-right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.menu .sub-menu a .menu-item-title-right span:first-child {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
  font-family: "Urbanist-Bold";
}
.menu .sub-menu a .menu-item-title-right span:nth-child(2) {
  font-family: "Urbanist-Medium";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: rgba(77, 77, 77, 0.7);
}

.menu > .menu-item.hire-menu > .sub-menu {
  width: auto;
}

.menu > .menu-item.hire-menu > .sub-menu .menu-item > .sub-menu {
  column-count: 1;
}

.hire-menu.drop-down-menu::after,
.hire-menu.drop-down-menu:hover::after {
  left: 107px;
}

.hire-sub .menu-item-title-wrap {
  align-items: center;
}

.hire-sub .menu-item-title-right span:first-child {
  margin-bottom: 0 !important;
}

.hire-sub .menu-item.depth-2 .menu-item-title-wrap img {
  padding-top: 0 !important;
}

.menu-item.depth-2 .menu-item-title-wrap img {
  padding-top: 3px;
}

.hamburger-container {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 1040px) {
  .site-header {
    padding: 40px 2.5vw;
  }

  .site-header.sticky {
    padding: 11px 2.5vw;
    z-index: 5;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .site-header.sticky,
  .site-header {
    padding: 40px 1.111vw;
    z-index: 5;
  }

  .menu > .menu-item.hire-menu > .sub-menu {
    right: -135px;
  }

  /* for resources*/
  .menu .depth-0 > ul.sub-menu::before {
    right: 130px;
  }

  .menu > .menu-item > .sub-menu {
    right: -125px;
  }
}

@media screen and (min-width: 1041px) {
  .site-header {
    padding: 40px 5.5vw;
    z-index: 2;
  }
  .site-header.sticky {
    padding: 11px 5.5vw;
    z-index: 4;
  }
}

@media screen and (max-width: 768px) {
  header .custom-logo {
    width: 120px;
    height: auto;
    z-index: 4;
    position: relative;
  }

  .site-header,
  .site-header.sticky {
    padding: 24px 20px;
    z-index: 5;
    justify-content: space-between;
  }

  .menu .sub-menu .menu-item-title-wrap {
    box-sizing: border-box;
    padding: 4px 0 0;
  }

  #site-navigation.main-navigation {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 1;
    padding: 80px 0 16px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: center;
    left: 0;
    display: none;
    overflow: hidden auto;
    margin: 0;
  }

  .menu .depth-0 > ul.sub-menu::before {
    display: none;
  }

  .drop-down-menu::after,
  .drop-down-menu:hover::after {
    position: absolute;
    top: 19px;
    bottom: auto;
    margin: auto;
    left: 94px;
    right: 0;
  }

  .menu .menu-item.menu-item-has-children.depth-0 > .sub-menu.show {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
  }

  .menu > .menu-item > .sub-menu .menu-item > .sub-menu {
    column-count: 1;
  }

  .drop-down-menu.active .sub-menu {
    display: block;
  }

  .menu .menu-item .depth-1 > .sub-menu {
    min-width: 100%;
  }

  header .menu .menu-item.depth-0 {
    text-align: center;
    position: relative;
    margin: 0 !important;
  }

  ul.hamburger li {
    height: 5px;
    background: #31b49a;
    content: "";
    position: relative;
    transition: 0.25s ease-in-out;
    list-style: none;
  }

  .hidden {
    opacity: 0;
  }

  .rot45deg {
    transform: rotate(45deg);
    top: 10px !important;
  }

  .rot-45deg {
    transform: rotate(-45deg);
  }

  ul.hamburger {
    display: block;
    padding: 0;
    margin: 0;
  }
  ul.hamburger li:nth-child(1) {
    top: 0;
  }
  ul.hamburger li:nth-child(2) {
    top: 5px;
  }
  ul.hamburger li:nth-child(3) {
    top: 10px;
  }

  .hamburger-container {
    width: 38px;
    margin: 0;
    height: 26px;
    cursor: pointer;
    display: block;
    z-index: 4;
  }

  .buttonRegisterGroup > button {
    display: none;
  }

  .menu-mani-menu-container .menu {
    flex-direction: column;
    align-items: center;
  }

  .menu-item.depth-2 {
    width: 250px !important;
    margin: auto !important;
  }

  header .menu .menu-item {
    margin: 0;
    padding-bottom: 10px;
    font-size: 15px;
    width: 100%;
    display: block;
  }

  .menu > .menu-item > .sub-menu {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  .buttonRegisterGroup {
    display: block;
  }
}
/* Header */

@media screen and (max-width: 768px) {
  .page-banner {
    padding: 115px 16px 40px;
  }

  .buttonRegisterGroup {
    display: flex;
  }

  .page-container h1 {
    font-size: 32px !important;
  }

  h1 {
    font-size: 32px !important;
  }

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

  .about-container .header-header,
  .foreign-nurse-container .header-header,
  .header-header {
    font-size: 18px !important;
    text-align: center !important;
  }
  .about-container .page-desc,
  .foreign-nurse-container .page-desc,
  .page-desc {
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    text-align: center !important;
  }

  .about-container h2,
  .foreign-nurse-container h2 {
    font-size: 24px;
    text-align: center !important;
  }

  .btn-float {
    right: 3%;
    bottom: 10%;
  }

  .section-description {
    font-size: 14px;
  }

  .btn-primary,
  .btn-secondary,
  .btn-teritiary,
  .wpforms-submit {
    font-size: 14px !important;
    margin: auto !important;
  }

  /* Modal*/

  dialog:modal {
    max-height: 100vh;
  }

  .modal-layout {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow: auto;
    padding: 9;
    border: none;
    border-radius: 0;
  }

  .modal-content {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border: 0;
    border-radius: 0;
  }

  /* Modal*/

  .wpforms-container .wpforms-one-half {
    width: 100% !important;
  }

  .wpforms-container .wpforms-field.wpforms-one-half {
    float: none !important;
  }

  .wpforms-container .wpforms-field.wpforms-one-half {
    margin-left: 0 !important;
  }

  .wpforms-field-label {
    font-size: 14px !important;
  }

  .wpforms-container
    .wpforms-field
    .wpforms-field-row
    .wpforms-field-row-block {
    padding: 0 !important;
  }

  div.wpforms-container-full
    .wpforms-form
    .wpforms-field
    .wpforms-field-row
    .wpforms-field-row-block:not(:last-child) {
    margin-bottom: 15px;
  }

  .owl-theme .owl-nav {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .col-container {
    width: 100%;
    display: block;
  }

  .modal-layout {
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .home-container .cards,
  .about-container .cards,
  .privilages-section .privilages,
  .features-section .cards,
  .why-avatar-wrapper .cards,
  .apply-now-cards-wrap .cards {
    padding: 24px;
  }
}

/* owl carousel*/

.owl-carousel .item {
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 24px 0 rgba(22, 34, 51, 0.03);
  background-color: #fff;
  padding: 2.083vw 1.667vw;
  box-sizing: border-box;
  position: relative !important;
  max-width: 1000px;
}

.form-poc .section-right {
  margin: 110px 0;
}

#testimonyCarousel.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.owl-theme .owl-dots {
  margin-top: 20px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 50px);
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  border-radius: 50% !important;
  box-shadow: 0 2px 4px 0 rgba(22, 34, 51, 0.15);
  background-color: #fff !important;
  margin: 0 !important;
  height: 40px;
  width: 40px;
  color: #000 !important;
}

#partnerCarousel .owl-nav .owl-next,
#partnerCarousel .owl-nav .owl-prev {
  top: 40%;
}

.owl-nav .owl-next {
  right: -18px;
}

.owl-nav .owl-prev {
  left: -18px;
}

/* About Us */
.about-container .page-banner {
  background-color: #f2f9ff;
}

.who-we-are-nursing .section-right {
  width: 48%;
}

.who-we-are-nursing .section-right img {
  width: 100%;
}

.who-description {
  margin-bottom: 40px;
}

.our-team {
  padding: 56px 80px 40px;
  background-color: #fafafa;
  position: relative;
  margin-bottom: 110px;
  display: none;
}

.section-pattern {
  position: absolute;
  z-index: -1;
}

.banner-pattern-left {
  left: 40px;
  top: 25px;
  bottom: 0;
  margin: auto;
}

.banner-pattern-right {
  right: 0;
  bottom: 0;
}

.team-pattern {
  top: 0;
  right: 0;
}

.who-we-are-nursing {
  padding: 90px 70px 110px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.who-we-are-nursing .section-left {
  width: 45%;
}

.flip-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1440px;
  margin: 24px auto;
}

.staff-img {
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.card__face--front:hover img.staff-photo {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.flip-cards-container .staff-front {
  padding: 18px 0;
  position: relative;
}

.flip-cards-container .staff-img img {
  display: block;
  width: 100%;
}

.flip-cards-container .staff-name,
.service-name {
  font-family: "Urbanist-SemiBold";
  font-size: calc(18px + 2 * ((100vw - 992px) / 448));
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: center;
  color: #1e0a4a;
}

.flip-cards-container .staff-designation,
.service-description {
  font-family: "Urbanist-Medium";
  font-size: calc(14px + 2 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
  padding-bottom: 10px;
}

.card:hover .card__face--front {
  transition: 0.5s;
}

.staff-photo-pattern {
  display: none;
}

.card:hover .staff-photo-pattern {
  width: 100px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  transition: 0.5s;
}

.staff-phone-number,
.staff-mail-id {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.staff-phone-number img,
.staff-mail-id img {
  margin-right: 8px;
}

.staff-description {
  font-family: "Urbanist-Medium";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
  padding: 0 9px;
}

.our-staffing-services {
  display: flex;
  padding: 0 5.556vw 7.639vw;
  justify-content: space-between;
}

.our-staffing-services .section-left img {
  width: 100%;
}

.our-staffing-services .section-left {
  margin: auto 0;
  padding-right: 4.167vw;
}

.our-staffing-services .staffing-img-wrapper {
  width: 100%;
  max-width: 489px;
}

.our-staffing-services .section-right {
  width: 48.5%;
}

.m-0 {
  margin: 0;
}

.service-description {
  padding-bottom: 0;
}
.service-list {
  list-style: none;
  padding: 0;
}

.service-list .list-item {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 24px 0;
}

.service-list .list-item:first-child {
  padding: 0 0 24px;
}

.service-list .list-item:last-child {
  border-bottom: none;
}

.service-wrapper {
  padding-left: 24px;
}

.service-img {
  width: auto;
  height: 56px;
  padding-top: 10px;
}

.show-more-btn {
  /* display: inline-flex; */
  display: none;
  font-size: 16px !important;
  font-family: "Urbanist-Medium" !important;
  line-height: normal !important;
}

/* card anim */
.scene {
  display: inline-block;
  width: 400px;
  height: 390px;
  margin: 16px 0 0;
  perspective: 600px;
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}

.card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: normal;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  backface-visibility: hidden;
  border-radius: 6px;
  background-color: #fff;
}

.scene--card:nth-child(6n + 1) .card__face--back,
.scene--card:nth-child(6n + 1):hover .card__face--front {
  background-color: #c6dcfb;
}
.scene--card:nth-child(6n + 2) .card__face--back,
.scene--card:nth-child(6n + 2):hover .card__face--front {
  background-color: #ffdecc;
}
.scene--card:nth-child(6n + 3) .card__face--back,
.scene--card:nth-child(6n + 3):hover .card__face--front {
  background-color: #b9df9a;
}
.scene--card:nth-child(6n + 4) .card__face--back,
.scene--card:nth-child(6n + 4):hover .card__face--front {
  background-color: #d3cfff;
}
.scene--card:nth-child(6n + 5) .card__face--back,
.scene--card:nth-child(6n + 5):hover .card__face--front {
  background-color: #ffcdcd;
}
.scene--card:nth-child(6n + 6) .card__face--back,
.scene--card:nth-child(6n + 6):hover .card__face--front {
  background-color: #ffe9ce;
}

.card__face--back {
  padding: 1.667vw;
  background: #fff;
  transform: rotateY(180deg);
  box-sizing: border-box;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .who-we-are-nursing {
    padding: 40px 20px;
    flex-direction: column;
  }

  .who-we-are-nursing .section-left,
  .our-staffing-services .section-right {
    width: 100%;
  }

  .who-we-are-nursing .header-header.text-left {
    text-align: center !important;
    font-size: 18px !important;
  }

  .who-we-are-nursing .section-right {
    width: 100%;
    max-width: 73%;
    margin: 40px auto 0;
  }

  .our-team {
    padding: 20px;
  }

  .our-staffing-services {
    flex-direction: column-reverse;
    padding: 20px;
  }

  .service-description {
    font-size: 16px;
  }

  .staff-name {
    font-size: 18px !important;
  }

  .staff-designation {
    font-size: 16px !important;
  }

  .staff-description {
    font-size: 14px;
    padding: 0;
  }

  .staff-phone-number,
  .staff-mail-id {
    margin-bottom: 8px;
    font-size: 14px !important;
  }

  .our-staffing-services .section-left {
    width: 100%;
    max-width: 400px;
    overflow-y: auto;
    margin: auto;
  }
}

@media screen and (max-width: 445px) {
  .scene {
    height: 91vw;
  }
}
/* About Us */
