header {
  padding: 0px;
  margin: 0px;
  /* margin-bottom: 70px; */
}

/* .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

.gm-left-header-container a {
  color: white;
}
/* .gm-users-login a {
  color: black;
} */
.gm-login-right-container a {
  color: rgb(15, 96, 228);
}
.gm-forgotUserName-container a {
  color: rgb(15, 96, 228);
}
a,
a:visited {
  font-size: 1em;
  text-decoration: none;
}
.footer_action_div {
  text-align: center;
  /*Given this to fix overflow in footer*/
  overflow: auto;
  /* padding: 225px; */
}
input:focus::placeholder {
  display: none !important;
  color: transparent;
}
.signon-app {
  height: auto;
  background: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.signon-app .gm-login-left-container p.alert {
  width: 445px;
  float: right;
  border-radius: 5px;
  margin-left: auto;
}
.signon-app section div div form p {
  margin-top: 20px;
}
.signon-app section.container{
  flex: 1;
  margin: 0px auto 0 auto;
  border: 0;
  box-shadow: none;
}
.signon-app .clearfix{
  box-shadow: rgb(0 0 0 / 15%) 0px 1px 1px 0px, rgb(0 0 0 / 10%) 0px 1px 2px 0px;
  border: 1px solid #ebebeb;
}
.gm-iam-login-container {
  flex: 1;
  min-height: 474px;
  margin: 60px 28px 20px 28px;
}

.gm-left-header-container {
  height: 110px;
  /* margin-top: 55px; */
  text-align: center;
  margin-right: 10%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.gm-signIn-container {
  padding: 20px 0px 20px 0px;
  justify-content: center;
  display: flex;
}

.gm-header-left-content-help {
  width: 34px;
  height: 21px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
.gm-login-container b {
  font-size: 16px;
}
.gm-login-container {
  float: right;

  top: 400px;
  left: 137px;
  width: 445px;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #0000000d;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  opacity: 1;
}

.gm-login-container .group{
  margin-bottom: 20px;
}

.gm-login-right-container {
  width: 40%;
  /* float: right; */
  margin-top: 30px;
  display: inline-block;
  margin-left: 50px;
}
.gm-login-left-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  float: left;
}
.gm-login-container p {
  padding-top: 50px;
  text-align: center;

  letter-spacing: 0px;
  color: #707070;
  font-size: 20px;
}

.gm-login-userId {
  width: 355px;
  height: 51px;
  margin: 20px 0px 25px 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.gm-login-password {
  width: 355px;
  height: 51px;
  margin: 20px 0px 20px 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.gm-login-right-container p {
  max-width: 400px;
}
.gm-login-right-container p#welcome_text3 {
  display: inline;
}
.gm-login-right-container div.welcome-text3-div {
  margin-bottom: 11px;
  max-width: 400px
}
.gm-signIn-button {
  margin: auto;
  text-align: center;
  padding: 30px;
}
.gm-login-checkbox {
  width: 18px;
  height: 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #707070;
  border-radius: 2px;
  opacity: 1;
}
.gm-iam-login-container ::placeholder {
  padding-left: 40px;
}
.gm-login-checkbox-label {
  height: 18px;
  padding: 4px;
  text-align: left;
  letter-spacing: 0px;
  color: #8e8e8e;
  opacity: 1;
}
.gm-users-login {
  width: 45%;
  height: 45px;
  color: black;
  background: #ffbe26 0% 0% no-repeat padding-box;
  border: 2px solid #e8ad23;
  border-radius: 30px !important;
  opacity: 1;
  padding-top: 2px;
  text-align: center;
}
.gm-users-login-button-text {
  width: 131px;
  height: 21px;
  text-align: left;
  letter-spacing: 0px;
  color: #363636;
  opacity: 1;
}
.gm-login-forgotUserName {
  width: 187px;
  height: 18px;
  text-align: left;
  letter-spacing: 0px;
  color: #0f60e4;
  opacity: 1;
}
.gm-forgotUserName-container {
  text-align: center;
  padding-bottom: 20px;
  /* padding-top: 20px; */
}
.gm-help-position {
  position: relative;
}
.g-recaptcha > div{
  margin:20px auto 30px;
}

@media screen and (max-width: 600px) {
  .gm-signIn-container {
    padding: 20px;
  }
  .footer .gm_footer_icons {
    margin: 17px;
  }
  .gm-help-position {
    position: absolute;
  }
  .gm-left-header-container {
    height: 80px;
    /* margin-left: 140px; */
    /* margin-top: 30px; */
    /* text-align: center;  */
    /* display: flex; */
  }
  .footer_action_div {
    text-align: center;
    padding: 10px 1px 0px 1px;
  }
  footer a {
    margin: 0px;
  }
  .gm-login-container {
    height: auto;
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #0000000d;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    float: none;
    margin: 0px;
    top: 0px;
    left: 0px;
  }
  .gm-iam-login-container {
    width: 100%;
    min-height: 0px;
    margin: 0px;
  }
  .gm-login-left-container {
    width: 100%;
    float: left;
  }
  .gm-users-login {
    width: 200px;
    height: 45px;
    background: #ffbe26 0% 0% no-repeat padding-box;
    border: 2px solid #e8ad23;
    border-radius: 30px;
    opacity: 1;
  }
  .gm-login-userId {
    width: 90%;
    margin: 20px;
    height: 51px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dddddd;
    border-radius: 5px;
    opacity: 1;
  }
  .gm-login-password {
    width: 90%;
    margin: 20px;
    height: 51px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #dddddd;
    border-radius: 5px;
    opacity: 1;
  }
  .gm-login-right-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gm-help-position {
    position: absolute;
  }
  .gm-login-right-container p {
    width: auto;
  }
  .gm-login-userId {
    width: 250px;
  }
  .gm-login-password {
    width: 250px;
  }
  .gm-login-container {
    float: none;
    top: 400px;
    left: 137px;
    width: auto;
    height: auto;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #0000000d;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
  }
  .gm-users-login {
    width: 245px;
  }
  .gm-left-header-container {
    /* margin-top: 35px; */
    height: 80px;
  }
}

.gm-login-container #passwordSpan {
  right: 55px;
  bottom: 22px;
}

@font-face {
  font-family: "overpass_thin";
  src: url("../gmsp/fonts/overpass/thin/overpass-thin.eot");
  src: url("../gmsp/fonts/overpass/thin/overpass-thin.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/thin/overpass-thin.woff2") format("woff2"),
    url("../gmsp/fonts/overpass/thin/overpass-thin.woff") format("woff"),
    url("../gmsp/fonts/overpass/thin/overpass-thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "overpass_thin_italic";
  src: url("../gmsp/fonts/overpass/thin-italic/overpass-thin-italic.eot");
  src: url("../gmsp/fonts/overpass/thin-itali/overpass-thin-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/thin-itali/overpass-thin-italic.woff2")
      format("woff2"),
    url("../gmsp/fonts/overpass/thin-itali/overpass-thin-italic.woff") format("woff"),
    url("../gmsp/fonts/overpass/thin-itali/overpass-thin-italic.ttf")
      format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "overpass_extra_light";
  src: url("../gmsp/fonts/overpass/extra-light/overpass-extralight.eot");
  src: url("../gmsp/fonts/overpass/extra-light/overpass-extralight.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/extra-light/overpass-extralight.woff2")
      format("woff2"),
    url("../gmsp/fonts/overpass/extra-light/overpass-extralight.woff") format("woff"),
    url("../gmsp/fonts/overpass/extra-light/overpass-extralight.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "overpass_extra_light_italic";
  src: url("../gmsp/fonts/overpass/extra-light-italic/overpass-extralight-italic.eot");
  src: url("../gmsp/fonts/overpass/extra-light-italic/overpass-extralight-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/extra-light-italic/overpass-extralight-italic.woff2")
      format("woff2"),
    url("../gmsp/fonts/overpass/extra-light-italic/overpass-extralight-italic.woff")
      format("woff"),
    url("../gmsp/fonts/overpass/extra-light-italic/overpass-extralight-italic.ttf")
      format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "overpass_light";
  src: url("../gmsp/fonts/overpass/light/overpass-light.eot");
  src: url("../gmsp/fonts/overpass/light/overpass-light.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/light/overpass-light.woff2") format("woff2"),
    url("../gmsp/fonts/overpass/light/overpass-light.woff") format("woff"),
    url("../gmsp/fonts/overpass/light/overpass-light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "overpass_light_italic";
  src: url("../gmsp/fonts/overpass/light-italic/overpass-light-italic.eot");
  src: url("../gmsp/fonts/overpass/light-italic/overpass-light-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/light-italic/overpass-light-italic.woff2")
      format("woff2"),
    url("../gmsp/fonts/overpass/light-italic/overpass-light-italic.woff")
      format("woff"),
    url("../gmsp/fonts/overpass/light-italic/overpass-light-italic.ttf")
      format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "overpass_regular";
  src: url("../gmsp/fonts/overpass/regular/overpass-regular.eot");
  src: url("../gmsp/fonts/overpass/regular/overpass-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/regular/overpass-regular.woff2") format("woff2"),
    url("../gmsp/fonts/overpass/regular/overpass-regular.woff") format("woff"),
    url("../gmsp/fonts/overpass/regular/overpass-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "overpass_italic";
  src: url("../gmsp/fonts/overpass/italic/overpass-italic.eot");
  src: url("../gmsp/fonts/overpass/italic/overpass-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/italic/overpass-italic.woff2") format("woff2"),
    url("../gmsp/fonts/overpass/italic/overpass-italic.woff") format("woff"),
    url("../gmsp/fonts/overpass/italic/overpass-italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "overpass_semibold";
  src: url("../gmsp/fonts/overpass/semi-bold/overpass-semibold.eot");
  src: url("../gmsp/fonts/overpass/semi-bold/overpass-semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/semi-bold/overpass-semibold.woff2") format("woff2"),
    url("../gmsp/fonts/overpass/semi-bold/overpass-semibold.woff") format("woff"),
    url("../gmsp/fonts/overpass/semi-bold/overpass-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "overpass_semibold_italic";
  src: url("../gmsp/fonts/overpass/semi-bold-italic/overpass-semibold-italic.eot");
  src: url("../gmsp/fonts/overpass/semi-bold-italic/overpass-semibold-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/semi-bold-italic/overpass-semibold-italic.woff2")
      format("woff2"),
    url("../gmsp/fonts/overpass/semi-bold-italic/overpass-semibold-italic.woff")
      format("woff"),
    url("../gmsp/fonts/overpass/semi-bold-italic/overpass-semibold-italic.ttf")
      format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "overpass_bold";
  src: url("../gmsp/fonts/overpass/bolds/overpass-bold.eot");
  src: url("../gmsp/fonts/overpass/bolds/overpass-bold.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/bolds/overpass-bold.woff2") format("woff2"),
    url("../gmsp/fonts/overpass/bolds/overpass-bold.woff") format("woff"),
    url("../gmsp/fonts/overpass/bolds/overpass-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "overpass_bold_italic";
  src: url("../gmsp/fonts/overpass/bold-italic/overpass-bold-italic.eot");
  src: url("../gmsp/fonts/overpass/bold-italic/overpass-bold-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/bold-italic/overpass-bold-italic.woff2")
      format("woff2"),
    url("../gmsp/fonts/overpass/bold-italic/overpass-bold-italic.woff")
      format("woff"),
    url("../gmsp/fonts/overpass/bold-italic/overpass-bold-italic.ttf")
      format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "overpass_extra_bold";
  src: url("../gmsp/fonts/overpass/extra-bold/overpass-extrabold.eot");
  src: url("../gmsp/fonts/overpass/extra-bold/overpass-extrabold.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/extra-bold/overpass-extrabold.woff2") format("woff2"),
    url("../gmsp/fonts/overpass/extra-bold/overpass-extrabold.woff") format("woff"),
    url("../gmsp/fonts/overpass/extra-bold/overpass-extrabold.ttf")
      format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "overpass_extra_bold_italic";
  src: url("../gmsp/fonts/overpass/extra-light-italic/overpass-extralight-italic.eot");
  src: url("../gmsp/fonts/overpass/extra-light-italic/overpass-extrabold-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/extra-light-italic/overpass-extrabold-italic.woff2")
      format("woff2"),
    url("../gmsp/fonts/overpass/extra-light-italic/overpass-extrabold-italic.woff")
      format("woff"),
    url("../gmsp/fonts/overpass/extra-light-italic/overpass-extrabold-italic.ttf")
      format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "overpass_heavy";
  src: url("../gmsp/fonts/overpass/heavy/overpass-heavy.eot");
  src: url("../gmsp/fonts/overpass/heavy/overpass-heavy.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/heavy/overpass-heavy.woff2") format("woff2"),
    url("../gmsp/fonts/overpass/heavy/overpass-heavy.woff") format("woff"),
    url("../gmsp/fonts/overpass/heavy/overpass-heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "overpass_heavy_italic";
  src: url("../gmsp/fonts/overpass/heavy-italic/overpass-heavy-italic.eot");
  src: url("../gmsp/fonts/overpass/heavy-italic/overpass-heavy-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../gmsp/fonts/overpass/heavy-italic/overpass-heavy-italic.woff2")
      format("woff2"),
    url("../gmsp/fonts/overpass/heavy-italic/overpass-heavy-italic.woff")
      format("woff"),
    url("../gmsp/fonts/overpass/heavy-italic/overpass-heavy-italic.ttf")
      format("truetype");
  font-weight: 900;
  font-style: italic;
}

/* footer styles */

footer {
  height: auto;
  position: unset;
}
footer small {
  margin-top: 70px;
  font-size: 14px;
}
footer small span.left-span-small{
  display: flex;
  justify-content: center;
  width: unset;
  float: none !important;
}
#preferredLanguage{
  margin-left: 6px;
}
.footer {
  margin-top: 70px;
  font-family: overpass_regular;
}
.footer .footer_action_div {
  text-align: center;
}
.footer p {
  color: #222222;
  font-family: overpass_bold;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
}
.footer .footer_share_icons {
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .gm_footer_icons {
  margin: 18px 30px;
  display: block;
  float: left;
}
.footer .gm_footer_facebook_svg_icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 36px;
}
.footer .gm_footer_instagram_svg_icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-top: 22px;
}
.footer .gm_footer_linkedin_svg_icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-top: 21px;
}
.footer .gm_footer_youtube_svg_icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 27px;
  margin-top: 27px;
}
.footer .gm_footer_twitter_svg_icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 29px;
  margin-top: 24px;
}
.footer .gm_footer_external-link-white_svg_icon {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  visibility: hidden;
}
.footer .link-section {
  background-color: #0e3560;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .div-align-center {
  text-align: center;
}
.footer .div-align-center a {
  padding: 15px;
  color: #38e8ff;
  font-family: overpass_bold;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.footer .div-align-center a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer .div-align-center a:hover .gm_footer_external-link-white_svg_icon {
  visibility: visible;
}
.footer hr {
  width: 40%;
  background-color: #f6f6f6;
  position: relative;
  top: 6px;
}
.footer .global-links {
  margin-top: 40px;
  text-align: center;
  color: #ffffff;
  font-family: overpass_bold;
  font-size: 18px;
  line-height: 28px;
}
.footer .global-links > label{
  display: inline;
}
.footer .global-links a {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 5px;
}
.footer .global-links a:hover {
  color: #38e8ff;
}
.footer .gm_footer_signature_svg_icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 32px;
  margin: 15px 0px 50px 0px;
}

@media (min-width: 360px) and (max-width: 767px) {
  .footer .gm_footer_icons {
    margin: 18px;
  }
  .footer .link-section {
    padding-top: 20px;
  }
  .footer .div-align-center {
    padding: 0;
    display: -ms-grid;
    display: grid;
  }
  .footer .div-align-center a {
    padding: 5px;
  }
  .footer .gm_footer_youtube_svg_icon {
    margin-top: 26px !important;
  }
  .footer .gm_footer_twitter_svg_icon {
    margin-top: 24px !important;
  }
  .footer .gm_footer_linkedin_svg_icon {
    margin-top: 21px !important;
  }
  .footer .gm_footer_instagram_svg_icon {
    margin-top: 22px !important;
  }
}

.gm-main-header {
  height: 112px;
  background: #0e3560 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.gm-main-header .gm_header-left_content_item {
  height: 110px;
  /* margin-top: 30px; */
  margin-top: -1px;
  margin-left: 93.1px;
  align-items: center;
  display: flex;
}
.gm-main-header .gm_header-left_content_item .gm_supplier_logo {
  width: 200px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
}
.gm-main-header .gm_black_header_right_content {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  padding-left: 175px;
  position: relative;
  margin-right: 40px;
}
.gm-main-header .gm_black_header_right_content .gm_black_header_content {
  position: relative;
  margin-right: 40px;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_log_out_left_align {
  position: relative;
  left: -16px;
}
.gm-main-header .gm_black_header_right_content .gm_black_header_not-active {
  display: none;
}
.gm-main-header .gm_black_header_right_content .gm_black_header_is-active {
  display: block;
}
.gm-main-header .gm_black_header_right_content .gm_black_header_nav-menu {
  position: absolute;
  width: 213px;
  background: #0a3360 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000080;
  box-shadow: 0px 3px 6px #00000080;
  opacity: 1;
  top: 27px;
  left: -35px;
  z-index: 1;
}
.gm-main-header .gm_black_header_right_content .gm_black_header_nav-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu
  .menu__item {
  padding: 9px 0px 8px 19px;
  font-family: overpass_regular;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0px;
  opacity: 1;
  display: flex;
  cursor: pointer;
  position: relative;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu
  .menu__item
  a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu
  .menu__item::after {
  content: "";
  width: 60px;
  height: 0.8px;
  background: #707070 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 1px;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu
  .menu__item-left-border {
  width: 3px;
  height: 22px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
  left: -19px;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu
  .menu__item
  a:hover {
  color: #38e8ff;
}
.gm-main-header .gm_black_header_right_content .gm_black_header_nav-menu-child {
  position: absolute;
  width: 213px;
  background: #0a3360 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000080;
  box-shadow: 0px 3px 6px #00000080;
  opacity: 1;
  top: 0px;
  left: 213px;
  z-index: 1;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu-child
  .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu-child
  .menu__item {
  padding: 9px 0px 8px 19px;
  font-family: overpass_regular;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0px;
  opacity: 1;
  display: flex;
  cursor: pointer;
  position: relative;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu-child
  .menu__item
  a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu-child
  .menu__item-left-border {
  width: 3px;
  height: 22px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
  left: -19px;
}
.gm-main-header
  .gm_black_header_right_content
  .gm_black_header_nav-menu-child
  .menu__item::after {
  content: "";
  width: 60px;
  height: 0.8px;
  background: #707070 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 1px;
  left: 18px;
}
.gm-main-header .gm_black_header_right_content .gm_black_header_nav_not-active {
  display: none;
}
.gm-main-header .gm_black_header_right_content .gm_black_header_nav_is-active {
  display: block;
}
.gm-main-header .gm_white_header_right_content {
  position: relative;
  display: flex;
  justify-content: flex-end;
  top: 25px;
  margin-right: 84px;
}
.gm-main-header .gm_white_header_right_content .custom-navbar {
  display: flex;
  position: relative;
}
.gm-main-header .gm_white_header_right_content .nav-item {
  position: relative;
  font-family: overpass_regular;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  color: #ffffff;
  opacity: 1;
  display: flex;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid transparent;
}
.gm-main-header
  .gm_white_header_right_content
  .nav-item
  .navitem_close-icon-none {
  display: none;
}
.gm-main-header
  .gm_white_header_right_content
  .nav-item
  .navitem_close-icon-block {
  display: block;
}
.gm-main-header .gm_white_header_right_content .nav-item a {
  color: #ffffff;
}
.gm-main-header .gm_white_header_right_content .nav-item:hover {
  background: #0f1929;
  border-radius: 50px;
}
.gm-main-header .gm_white_header_right_content .nav-item:hover a {
  color: #38e8ff;
}
.gm-main-header .gm_white_header_right_content .nav-link {
  color: #ffffff;
  text-transform: uppercase;
}
.gm-main-header .gm_white_header_right_content .nav-link-border {
  background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0c74c6),
        to(#0c74c6)
      )
      0 calc(100% - 5px) / 100% 2px no-repeat,
    #ffffff;
  background: linear-gradient(#0c74c6, #0c74c6) 0 calc(100% - 5px) / 100% 2px
      no-repeat,
    #ffffff;
}
.gm-main-header .gm_white_header_right_content .navpanel {
  color: #fff;
}
.gm-main-header .gm_white_header_right_content .navpanel.nav-main {
  position: absolute;
  width: 191px;
  background: #0a3360 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #0000001a;
  box-shadow: 0px 3px 6px #0000001a;
  opacity: 1;
  top: 35px;
}
.gm-main-header
  .gm_white_header_right_content
  .navpanel.nav-main
  .sub-local-items {
  padding: 40px 0px 25px 0px;
}
.gm-main-header .gm_white_header_right_content .not-active {
  display: none;
}
.gm-main-header .gm_white_header_right_content .is-active {
  display: block;
}
.gm-main-header .gm_white_header_right_content .navpanel.nav-main-child {
  position: absolute;
  width: 191px;
  background: #0a3360 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #0000001a;
  box-shadow: 0px 3px 6px #0000001a;
  opacity: 1;
  left: 191px;
  top: 0px;
}
.gm-main-header
  .gm_white_header_right_content
  .navpanel.nav-main-child
  .sub-local-items {
  padding: 14px 0px 25px 0px;
}
.gm-main-header .gm_white_header_right_content .navChild-not-active {
  display: none;
}
.gm-main-header .gm_white_header_right_content .navpanel.nav-main-last-child {
  position: absolute;
  width: 191px;
  background: #0a3360 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #0000001a;
  box-shadow: 0px 3px 6px #0000001a;
  opacity: 1;
  left: 191px;
  top: 0px;
}
.gm-main-header
  .gm_white_header_right_content
  .navpanel.nav-main-last-child
  .sub-local-items {
  padding: 14px 0px 25px 0px;
}
.gm-main-header .gm_white_header_right_content .navlastChild-not-active {
  display: none;
}
.gm-main-header .gm_white_header_right_content .navlastChild-is-active {
  display: block;
}
.gm-main-header .gm_white_header_right_content .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.gm-main-header .gm_white_header_right_content .menu__item {
  position: relative;
  padding: 9px 0px 8px 12px;
  font-family: overpass_regular;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0px;
  opacity: 1;
  cursor: pointer;
}
.gm-main-header .gm_white_header_right_content .menu__item a {
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
}
.gm-main-header .gm_white_header_right_content .menu__item-color {
  color: #38e8ff !important;
}
.gm-main-header .gm_white_header_right_content .menu__item a:hover {
  color: #38e8ff !important;
}
.gm-main-header
  .gm_white_header_right_content
  .menu__item
  a:hover
  .gm-down-caret-icon {
  background-image: url("../icons/triangle_active.svg") !important;
}
.gm-main-header .gm_white_header_right_content .menu__item::after {
  content: "";
  width: 60px;
  height: 0.8px;
  background: #707070 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 1px;
  left: 14px;
}
.gm-main-header
  .gm_white_header_right_content
  .navpanel
  ul.menu
  > li.menu__item:last-child::after {
  display: none;
}
.gm-main-header
  .gm_white_header_right_content
  .navpanel
  ul.menu
  > li.menu__item:only-child::after {
  display: block;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  > li:hover {
  background: #0f1929;
  border-radius: 50px;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  ul
  > li:hover
  > a {
  color: #38e8ff;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  > li
  > ul {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  > li
  > a {
  white-space: nowrap;
}
.gm-main-header .gm_white_header_right_content .header-custom-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.gm-main-header .gm_white_header_right_content .header-custom-menu ul li,
.gm-main-header .gm_white_header_right_content .header-custom-menu ul li a {
  opacity: 1;
  font-family: overpass_regular;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.gm-main-header .gm_white_header_right_content .header-custom-menu ul li:hover,
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  ul
  li
  a:hover {
  opacity: 1;
}
.gm-main-header .gm_white_header_right_content .header-custom-menu ul li a,
.gm-main-header .gm_white_header_right_content .header-custom-menu ul li a a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.gm-main-header .gm_white_header_right_content .header-custom-menu ul li {
  padding: 0.6rem 2rem;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  ul
  li::before {
  content: url("../icons/triangle.svg");
  width: 0;
  height: 0;
  position: absolute;
  right: 24px;
  top: 10px;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  ul
  li:hover::before {
  content: url("../icons/triangle_active.svg");
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  right: 14px;
  top: 14px;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  ul
  .link::before {
  padding-right: 0;
  display: none;
}
.gm-main-header .gm_white_header_right_content .header-custom-menu > ul {
  display: flex;
  align-items: center;
}
.gm-main-header .gm_white_header_right_content .header-custom-menu > ul li {
  position: relative;
}
.gm-main-header .gm_white_header_right_content .header-custom-menu > ul li ul {
  display: none;
  opacity: 0;
  padding: 0;
  min-width: 205px;
  background: #0a3360 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #0000001a;
  box-shadow: 0px 3px 6px #0000001a;
  opacity: 1;
  top: 40px;
  position: absolute;
  left: -10%;
  padding-bottom: 20px;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  li
  ul
  li {
  margin: 0;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 24px;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  li
  ul
  li::before {
  width: 0;
  height: 0;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  li
  ul
  li::after {
  content: "";
  width: 60px;
  height: 0.8px;
  background: #707070 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  bottom: 1px;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  li
  ul
  li:last-child::after {
  display: none;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  li
  ul
  li
  ul {
  top: -2%;
  left: 100%;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  li
  ul
  li
  a {
  text-transform: capitalize;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  li
  ul
  li
  a:hover {
  color: #38e8ff;
}
.gm-main-header
  .gm_white_header_right_content
  .header-custom-menu
  > ul
  li:hover
  > ul {
  opacity: 1;
  display: block;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .hidden-for-mobile-and-tab {
    display: none !important;
  }
  .gm-main-header {
    height: 80px;
  }
  .gm-main-header .gm_header-left_content_item {
    height: 80px;
    margin-top: 10px;
    margin-left: 0px;
    text-align: center;
  }
  .gm-main-header .gm_header-left_content_item .gm_supplier_logo {
    width: 136px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-mob-tab-header-menu {
    height: 65px;
    bottom: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -3px 6px #00000029;
    box-shadow: 0px -3px 6px #00000029;
    opacity: 1;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: fixed;
    width: 100%;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-menu
    .gm-mob-tab-header-menu-container {
    position: relative;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-menu
    .gm-mob-tab-header-menu-content {
    width: 12px;
    height: 11px;
    opacity: 1;
    cursor: pointer;
    margin-top: 6px;
    margin-right: 6px;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-menu
    .gm-mob-tab-header-menu-text {
    font-family: overpass_bold;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    color: #707579;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-menu-slide {
    display: none;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-mob-tab-header-body-content {
    height: calc(100vh);
    background-color: #0a3360;
    width: 100%;
    overflow-y: scroll;
    top: 137px;
    position: relative;
    padding-top: 80px;
    top: 0;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .gm-menu-item-container {
    list-style-type: none;
    padding: 3%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .gm-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-one-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-two-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-three-level-menu-item {
    padding: 15px 15px 15px 35px;
    font-family: overpass_bold;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    border-radius: 5px;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .gm-menu-item
    a,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-one-level-menu-item
    a,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-two-level-menu-item
    a,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-three-level-menu-item
    a {
    color: #ffffff;
    text-decoration: none;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .active {
    background: #0f1929;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .active
    a {
    color: #38e8ff;
    text-decoration: none;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .active
    .svg-down-caret-right-icon {
    background-image: url("../icons/triangle_active.svg");
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .svg-down-caret-container {
    float: right;
    margin-top: 7px;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .svg-down-caret-conetnt {
    width: 12px;
    height: 8px;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .svg-down-caret-down-icon {
    background-image: url("../icons/chevron-down-menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .svg-down-caret-right-icon {
    background-image: url("../icons/triangle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    position: relative;
    top: -3px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-one-level-menu,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-two-level-menu,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-three-level-menu {
    display: none;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-one-level-menu
    .sub-one-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-one-level-menu
    .sub-two-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-one-level-menu
    .sub-three-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-two-level-menu
    .sub-one-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-two-level-menu
    .sub-two-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-two-level-menu
    .sub-three-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-three-level-menu
    .sub-one-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-three-level-menu
    .sub-two-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-three-level-menu
    .sub-three-level-menu-item {
    font-family: overpass_regular;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-one-level-menu
    .svg-down-caret-container,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-two-level-menu
    .svg-down-caret-container,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .sub-three-level-menu
    .svg-down-caret-container {
    float: left;
    margin-top: 4px;
    margin-left: -35px;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .gm-info-menu
    .gm-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .gm-language-menu
    .gm-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .gm-user-profile-menu
    .gm-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .gm-search-menu
    .gm-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-mob-tab-header-body-content
    .gm-mob-tab-header-body
    .gm-logout-menu
    .gm-menu-item {
    font-family: overpass_regular;
  }
  .gm-main-header .gm-mob-tab-header-container .gm_black_header {
    position: fixed;
    top: 80px;
    z-index: 100;
    height: 60px;
    background-color: #0a3360;
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    opacity: 1;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm_black_header
    .gm_black_header_right_content {
    height: 60px;
    display: flex;
    justify-content: center;
    padding-left: 0px !important;
    width: 100%;
    text-align: center;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm_black_header
    .gm_black_header_right_content
    .gm_black_header_content {
    position: relative;
    padding: 18px 25px 0px 25px;
    width: 20%;
    margin: 0px;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-info-menu .gm-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-info-menu
    .sub-one-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-info-menu
    .sub-two-level-menu-item,
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-info-menu
    .sub-three-level-menu-item {
    padding: 10px;
    font-family: overpass_regular;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-language-menu .gm-menu-item {
    padding: 15px 15px 15px 15px !important;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-info-menu,
  .gm-main-header .gm-mob-tab-header-container .gm-language-menu,
  .gm-main-header .gm-mob-tab-header-container .gm-user-profile-menu {
    display: none;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-sub-menu-active {
    border-bottom: 5px solid #ffffff;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-language-menu {
    text-align: center;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-language-menu .gm-menu-item {
    padding: 10px;
    font-family: overpass_regular;
  }
  .gm-main-header
    .gm-mob-tab-header-container
    .gm-user-profile-menu
    .gm-menu-item {
    padding: 10px;
    font-family: overpass_regular;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-X-circle-black-container {
    position: relative;
    text-align: center;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-X-circle-black-content {
    width: 35px;
    height: 35px;
    display: none;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-X-circle-black-icon {
    background-image: url("../icons/x-circle-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gm-main-header .gm-mob-tab-header-container .gm-close-icon-content {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 65px;
    width: 100%;
    padding: 10px;
    background-color: #0a3360;
  }
  .gm-main-header .gm-mob-tab-header-container .gm_black_header_profile_icon {
    background-image: url("../icons/profile-mobile.svg");
  }
  .gm-main-header .gm-mob-tab-header-container ul {
    list-style: none;
  }
}

@media (min-width: 1025px) {
  .gm-mob-tab-header-container {
    display: none;
  }
}

.gm-mob-tab-header-menu-icon {
  background-image: url("../icons/menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.gm_black_header_help_svg_icon {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  opacity: 1;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.gm_black_header_search_icon {
  background-image: url("../icons/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.gm_black_header_profile_icon {
  background-image: url("../icons/profile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  width: 24px;
  height: 25px;
  cursor: pointer;
  margin-bottom: 12px;
}

.gm_black_header_logout_icon {
  background-image: url("../icons/log-out.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.gm_black_header_label_text {
  font-family: overpass_regular;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  vertical-align: super;
  padding-left: 4px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 135px;
  padding-top: 3px;
}

.btn-primary {
  top: 609px;
  left: 260px;
  width: 45%;
  height: 45px;
  font-size: 14px;
  background: #0e355f 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 30px !important;
  margin-left: 5%;
  color: #fff;
  margin: auto;
  border-color: #008bc3;
}

@media screen and (max-width: 600px) {
  .btn-primary {
    top: 609px;
    left: 260px;
    width: 200px;
    font-size: 14px;
    height: 45px;
    background: #0e355f 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px !important;
    margin-left: 5%;
    color: #fff;
    margin: auto;
    border-color: #008bc3;
  }
}
::placeholder {
  font-size: 12px;
}

.gm-left-heading {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .row {
    display: inline-flex;
  }
}

/* for expired-user-screen and /changePassword screen*/

.expired-user-screen header {
  margin-bottom: 20px;
}

.expired-user-screen .gm-main-header {
  overflow: hidden;
}

.expired-user-screen p.alert {
  border-radius: 5px;
}

.expired-user-screen section div.row div.col-md-12.column {
  box-shadow: 0px 3px 30px #0000000d;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.expired-user-screen section div.row div.col-md-12.column h3 {
  text-align: center;
  font-weight: bold;
}

.expired-user-screen .group {
  margin-bottom: 25px;
}

.expired-user-screen #currentPass, .expired-user-screen #pass1, .expired-user-screen #pass2, .expired-user-screen #user, .expired-user-screen #password {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.expired-user-screen #currentPassSpan, .expired-user-screen #pass1Span, .expired-user-screen #pass2Span, .expired-user-screen #passwordSpan {
  right: 7px;
  bottom: 0px;
}

.expired-user-screen .checkbox-group .rem-label {
  color: #8e8e8e;
  margin-bottom: 17px;
}

.expired-user-screen .terms {
  margin-bottom: 24px;
}

/* Check registration status screen */

.check-registration-screen p.alert {
  border-radius: 5px;
}
.check-registration-screen section div.row div.col-md-12.column {
  box-shadow: 0px 3px 30px #0000000d;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.check-registration-screen section div.row div.col-md-12.column h3 {
  text-align: center;
}
.check-registration-screen section div.row div.col-md-12.column a {
  color: rgb(15, 96, 228);
}
.check-registration-screen .group {
  margin-bottom: 25px;
}
.check-registration-screen #userId, .check-registration-screen #password{
  border: 1px solid #dddddd;
  border-radius: 5px;
}

h4.highlight {
    color: inherit;
    font-size: 24px;
    font-weight: bold;
    /* font-variant-caps:all-petite-caps; */
}

.flex_row6.highlight24, h5.highlight25, h5.highlight23,h5.highlight21, h5.highlight2 {
  color: inherit;
  text-shadow:none;
}

.flex_row5 .highlight25 {
  word-break: break-all;
}

.flex_col4 {
    box-shadow: 0px 3px 30px #0000000d;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding-top: 55px;
    padding-bottom: 55px
}

h4.highlight21 {
  color: inherit;
  text-align: justify;
  display: block;
  text-shadow:none;
  padding: 5px 5%;
}

#mainForm {
  width: 28%;
}

.btn1, .btn1:hover, .btn2, .btn2:hover, .btn3, .btn3:hover  {
  color: #fff;
  background: #0e355f;
}

.flex_row1, .content_box2 {  
  border-radius: 5px;
  color: #fff;
  background: #0e355f;
  padding-left: 10px;
  width: 90%;
}

input {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 100%, inherit 4%) !important;
  border-bottom: 1px solid inherit;
  background: transparent !important;
}

input:focus, input:valid {
  display: block;
  background-position: 0 0 !important;
  outline: none;
}

a {
  color: rgb(15, 96, 228);
}