

header {
  padding: 0px;
  margin: 0px;
  /* margin-bottom: 50px; */
}

footer {
  height: auto;
  position: unset;
}

footer small {
  margin: 30px 70px 25px;
  font-size: 15px;
}

footer .footer-right {
  text-align: right;
}

.ceer-footer {
  /* display: grid;
  align-items: center;
  justify-content: space-between; */
  padding: 40px 100px 30px 100px;
}

.pull-left {
  color: #fff;
}

.pull-left #preferredLanguage {
  background: black;
  border: 1px solid #D7DAD4;
  padding: 1px;
  /* text-align: right; */
  /* text-align-last: right; */

}

.pull-left #preferredLanguage option{
  text-align: left;
  background: black;
}

.pull-left #preferredLanguage:hover{
  cursor: pointer;
}

/* .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

a {
  color: #D7DAD4;
}
a:hover {
  color: #D7DAD4;
}

.gm-left-header-container a {
  color: #D7DAD4;
}

/* .ceer-users-login a {
  color: black;
} */
.gm-login-left-container {
  width: 30%;
  display: flex;
  flex-direction: column;
  color: #D7DAD4;
}

.gm-login-left-container a {
  color: #D7DAD4;
  text-decoration: underline;
  font-weight: bold;
  width: fit-content;
}
.gm-login-left-container p {
  margin-bottom: 20px;
}
.gm-login-left-container #top-content{
  padding-top: 20px;
}
.gm-login-left-container #bottom-content{
  margin-bottom: 0px;
}

.gm-login-right-container {
  max-width: 30%;
}
.gm-login-right-container h1, .gm-login-right-container h1 + p{
  text-align: center;
}

.gm-forgotUserName-container p {
  padding-top: 0 !important;
  margin-bottom: 7px !important;
  font-size: 14px !important;
  display: block !important;
  margin-top: 0 !important;
}

.gm-forgotUserName-container p:not(:last-child) {
  margin-bottom: 10px;
}

.gm-forgotUserName-container a {
  color: #D7DAD4;
}

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; */
  padding-bottom: 20px;
  padding-right: 50px;
}
input {
  padding: 7px 10px 10px 5px;
  border: 1px solid #000;
}
input:focus::placeholder {
  display: none !important;
  color: transparent;
}
input:focus, input:valid {
  display: block;
}
body {
  font-size: 16px;
  color: #D7DAD4;
  height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;

  background:
    /* Top layer: translucent SVG */
    url('../ceer/images/background_lines.svg') center center / contain no-repeat,
    
    /* Middle layer: image (left half) */
    url('../ceer/images/cyber_future.png') left center / 50% 100% no-repeat,
    
    /* Bottom layer: gradient (right half) */
    linear-gradient(to right,
      transparent 0%,
      transparent 50%,
      #000000 50%,
      #00694B 100%
    );

  background-size: cover, 50% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 70px 130px, left, right;
}

.signon-app p.alert {
  color: #000 !important;
  padding: 10px;
}

.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; */
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #0000000d;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.gm-iam-login-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
  min-height: fit-content;
}

.gm-left-header-container {
  height: 110px;
  /* margin-top: 55px; */
  text-align: center;
  margin-right: 3%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.gm-signIn-container {
  padding: 15px 0px 0px 0px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.gm-header-left-content-help {
  width: 34px;
  height: 21px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.gm-signIn-container .btn,
.gm-signIn-container .btn:hover,
.gm-signIn-container .btn:focus,
.gm-signIn-container .btn:active,
.gm-signIn-container .btn:active:focus {
  background-color: #D7DAD4 !important;
  color: #101921 !important;
  border-color: #101921 !important;
}

.forgotUserIdForm .buttons .btn,
.forgotUserIdForm .buttons .btn:hover,
.forgotUserIdForm .buttons .btn:focus,
.forgotUserIdForm .buttons .btn:active,
.forgotUserIdForm .buttons .btn:active:focus {
  background-color: #D7DAD4 !important;
  color: #101921 !important;
  border-color: #101921 !important;
}

.forgotPasswordForm .buttons .btn,
.forgotPasswordForm .buttons .btn:hover,
.forgotPasswordForm .buttons .btn:focus,
.forgotPasswordForm .buttons .btn:active,
.forgotPasswordForm .buttons .btn:active:focus {
  background-color: #D7DAD4 !important;
  color: #101921 !important;
  border-color: #101921 !important;
}

#mainForm.gm-login-container .btn1,
#mainForm.gm-login-container .btn1:hover,
#mainForm.gm-login-container .btn1:focus,
#mainForm.gm-login-container .btn1:active,
#mainForm.gm-login-container .btn1:active:focus {
  background-color: #D7DAD4 !important;
  color: #101921 !important;
  border-color: #101921 !important;
}

#mainForm h5 {
  color: #D7DAD4 !important;
}

.languageDropDowns select {
    color: #D7DAD4!important;
}

.gm-login-container b {
  font-size: 16px;
}

.gm-login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 400px;
  left: 137px;
  /* width: 445px; */
  height: auto;
  background: transparent;
  opacity: 1;
}

.gm-login-container .buttons{
  text-align: center;
  width: 100%;
}
/* cancel button in forgot pw and forgot user flows */
.gm-login-container .btn-default{
  width: 40%;
  font-size: 16px;
  border-radius: 0;
  border-color: #000;
  color: #000;
  background: #D7DAD4 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029;
}
.gm-login-container .btn-default:hover{
  
  transform: translateY(-3px);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  background: #D7DAD4 0% 0% no-repeat padding-box !important;
  border-color: #000;
}

.gm-login-container .group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gm-login-container p {
  text-align: center;
  letter-spacing: 0px;
  color: #707070;
  font-size: 15px;
}

.gm-login-userId {
  width: 390px;
  height: 45px;
  background: #195745 0% 0% no-repeat padding-box;
  border: 1px solid #2A6E5A;
  border-radius: 0px;
  color: #D7DAD4;
}
.gm-login-userId::placeholder {
  color: #D9DAD4 !important;
  /* -webkit-transform: translateY(-2px);
  transform: translateY(-2px); */
}
.gm-login-userId:focus::-webkit-input-placeholder {
  /* -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 12px; */
  visibility: hidden !important;
  -webkit-transition: all 0s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.gm-login-userId.checkreg-placeholder-fix::placeholder {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.gm-login-password {
  width: 390px;
  height: 45px;
  /* margin: 20px 0px 20px 40px; */
  background: #195745 0% 0% no-repeat padding-box;
  border: 1px solid #2A6E5A;
  border-radius: 0px;
  color: #D7DAD4;
}
.gm-login-password::placeholder {
  color: #D9DAD4 !important;
}
.gm-login-password:focus::-webkit-input-placeholder {
  visibility: hidden !important;
  -webkit-transition: all 0s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.gm-login-password.checkreg-placeholder-fix::placeholder {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.d-inline-block {
  display: inline-block;
}

.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;
  accent-color: #00967E;
}
input[type="checkbox"] {
  accent-color: #00967E;
}

.gm-iam-login-container ::placeholder {
  padding-left: 25px;
  text-transform: none !important;
}

.gm-login-checkbox-label {
  font-size: 14px;
  height: 18px;
  padding-left: 10px;
  padding-top: 1px;
  text-align: left;
  letter-spacing: 0px;
  color: #D7DAD4;
  opacity: 1;
}

.ceer-users-login {
  width: 40%;
  /* height: 40px; */
  color: #fff;
  background: #00967E 0% 0% no-repeat padding-box;
  border: 2px solid #00967E;
  opacity: 1;
  padding-top: 2px;
  text-align: center;
}

.auth-header {
  padding: 30px 30px 50px !important;
}

.auth-header h3 {
  padding-top: 20px;
  text-align: center;
  letter-spacing: 0px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.auth-header #userId, .auth-header #password {
  color: #000;
}

.auth-passCode {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #000;
}

.help-link {
  color: #06465B;
  font-weight: bold;
}

.tfaTypeForm label, .signon-app section div div form p {
  color: #D7DAD4 !important;
}

.retry-btn {
  margin: 0 !important;
  height: auto !important;
  font-size: 18px !important;
  color: #fff !important
}

.retry-btn:hover {
  color: #fff !important;
}

.help-link:hover {
  text-underline-position: under;
  color: #06465B !important;
}

.auth-header .btn-primary, .modal .btn-primary {
  /* margin: 0 !important;
  height: 34px !important; */
  font-family: 'ceerbrand' !important;
  /* font-size: 17px !important; */
  background-color: #D7DAD4 !important;
  color: #000 !important;
}

.modal {
  color: #000;
}
.modal .btn-primary {
  width: 78px;
  margin: 0;
  height: 34px;
  padding: 0;
}

.auth-header a {
  color: #000;
}

.auth-header .btn-primary[disabled], .modal .btn-primary[disabled] {
  background-color: #fff !important;
  opacity: 1 !important;
}

.help-url {
  word-break: keep-all;
}

.modal .btn-primary[disabled] {
  float: none !important;
}

.modal-header h4.modal-title, .modal .modal-dialog .modal-content .modal-body p a {
  color: #06465b !important;
}

.auth-header .btn-primary:hover {
  color: #000 !important
}

.cancel-btn {
  font-family: 'ceerbrand' !important;
  background-color: #06465b !important;
  font-size: 17px !important;
  transition: 0.2s ease all;
  display: inline-block;
  border-radius: 50px !important;
  background: transparent;
  padding: 5px 20px !important;
  margin: 0;
  color: #fff !important;
}

.submit-btn {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  border-radius: 50px !important;
  background: transparent;
  padding: 5px 20px !important;
  margin: 0 !important;
}

.reg-status-continue {
  /* height: auto !important;
  margin: 0 auto !important;
  font-weight: bold; */
}

.cancel-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s ease all;
  color: #fff !important;
}

.btn:focus {
  outline: 0px !important;
  outline-offset: 0px !important;
}

.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: 25px;
}

.gm-help-position {
  position: relative;
}

.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../ceer/fonts/fa-brands-400.woff2) format("woff2"),url(../ceer/fonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands{
  font-weight: 400;
  font-family: "Font Awesome 6 Brands"
}

.fa-x-twitter:before {
  content: "\e61b"
}

@media screen and (max-width: 767px) {

  body {
    background:
    /* Top layer: translucent SVG */
    url('../ceer/images/background_lines.svg') center center / contain no-repeat,

    /* Bottom layer: full image */
    url('../ceer/images/cyber_future.png') center center / cover no-repeat;
  }

  .ceer-footer {
    padding: 0;
  }

  .ceer-footer.row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ceer-footer.row > * {
    margin-bottom: 10px;
  }

  .gm-signIn-container {
    padding: 20px;
  }

  .ceer-footer .social-links {
    margin-top: 5px;
  }

  .gm-help-position {
    position: absolute;
  }

  .gm-main-header .gm_header-left_content_item {
    height: 42px !important;
    margin-left: 0 !important;
    justify-content: center !important;
  }
  .gm-main-header .gm_header-left_content_item .gm_supplier_logo {
    width: 285px;
  }

  .gm-left-header-container {
    height: 80px;
  }

  footer a {
    margin: 0px;
  }

  .gm-login-container {
    height: auto;
    width: 100%;
    background: transparent;
    box-shadow: 0px 3px 30px #0000000d;
    float: none;
    margin: 0px;
    top: 0px;
    left: 0px;
  }

  .gm-login-right-container {
    width: 95%;
    max-width: none;
  }

  .gm-login-userId {
    width: 80vw;
  }

  .gm-login-password {
    width: 80vw;
  }

  .gm-login-left-container {
    display: none;
  }
  .highlight21 {
    text-align: right;
  }
  .highlight23 {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .gm-main-header .gm_header-left_content_item {
    height: 45px;
    margin-top: 20px;
    margin-left: 70px;
  }
  .gm-help-position {
    position: absolute;
  }

  .gm-login-left-container p {
    width: auto;
  }

  .gm-login-userId {
    width: 250px;
  }

  .gm-login-password {
    width: 250px;
  }

  .btn1 {
    width: 106px;
  }

  .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-radius: 5px;
  }

  .ceer-users-login {
    /* width: 245px; */
  }

  .gm-left-header-container {
    /* margin-top: 35px; */
    height: 80px;
  }

  .ceer-footer {
    padding: 10px 70px 20px 70px;
  }
}

.gm-login-container #passwordSpan {
  right: 55px;
  bottom: 20px;
}

@font-face {
  font-family: 'ceerbrand';
  font-style: normal;
  font-weight: 400;
  src: url('../ceer/fonts/CEER_Text/CEER_Text-Regular.otf');
}

@font-face {
  font-family: 'ceerbrand';
  font-style: normal;
  font-weight: 700;
  src: url('../ceer/fonts/CEER_Text/CEER_Text-Bold.otf');
}

html, body {
  font-family: 'ceerbrand';
}

.language-section label {
  margin-right: 5px;
  margin-bottom: 0;
}

.footer {
  /* margin-top: 150px; */
  /* font-family: overpass_regular; */
}

.footer .footer_action_div {
  /* text-align: right; */
  padding: 60px 80px 15px;
}

.language-section {
  display: flex;
  justify-content: right;
  align-items: center;
}

.footer p {
  color: #fff;
  /* font-family: overpass_bold; */
  /* 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_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 .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-wrapper {
  background: transparent;
  padding: 10px 0 0;
  background-size: cover;
}

.copyright {
}

.copyright p, .copy {
  color: #D7DAD4;
  display: inline;
  margin: 0;
}

.brand-navigation div {
  font-weight: bold;
  color: #fff;
  display: inline-block;
}

.brand-navigation .brand-navigation-divider {
  padding: 0 8px 0 8px;
  color: #fff;
}

.terms-privacy {
  margin: 0;
  padding: 0;
  text-align: center;
}

.terms-privacy li {
  display: inline-block;
}

.terms-privacy li a {
  color: #D7DAD4 !important;
  text-decoration: underline;
  margin: 0;
}

.terms-privacy .links-divider {
  /* padding: 0 5px 0 5px; */
  color: #fff;
}

/* .terms-privacy li:first-child {
  margin-right: 30px;
} */

.social-links {
  text-align: right;
}

.social-links li {
  display: inline-block;
  margin: 0 2px;
}

.social-links li:first-child, .terms-privacy li:first-child {
  margin-left: 0;
}

.social-links li a {
  margin-right: 0;
  color: #fff !important;
  font-size: 18px;
}

.social-links li a span{
  display: inline-block;
}

.social-links li a span:hover{
  transform: scale(1.2);
}

.ceer_footer_linkedin_svg_icon {
  background: url("../ceer/images/linkedin.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.ceer_footer_instagram_svg_icon {
  background: url("../ceer/images/instagram.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.ceer_footer_x_svg_icon {
  background: url("../ceer/images/x.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.ceer_footer_facebook_svg_icon {
  background: url("../ceer/images/facebook.svg") no-repeat;
  height: 25px;
  width: 25px;
}

.pref-link {
  position: relative;
}

#ot-sdk-btn.ot-sdk-show-settings {
  color: transparent !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  position: absolute;
  z-index: 999999;
  width: 100%;
  left: 0;
  height: 16px !important;
  user-select: none;
}

/* a#ot-sdk-btn::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1.5px;
  bottom: -1px;
  background: #fff;
  z-index: 9999;
}

a#ot-sdk-btn:hover::after {
  width: 100%;
} */

/* #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: unset !important;
  text-decoration: none !important;
}

#onetrust-policy-text,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
  font-size: 14px !important;
  line-height: 1.6 !important;
}

button.cookie-setting-link:hover, #onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-banner-sdk #onetrust-reject-all-handler:hover, #onetrust-pc-sdk .ot-btn-container button:hover,
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler:hover, #onetrust-pc-sdk #filter-btn-handler:hover,
#onetrust-pc-sdk .back-btn-handler:hover, #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:hover {
  transform: translateY(0px) !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk p {
  font-size: 16px !important;
}

#onetrust-pc-sdk #filter-btn-handler {
  border-radius: 50% !important;
}

#onetrust-pc-sdk .ot-btn-container button, #onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-pc-sdk .ot-host-opt li>div div {
  font-size: 13px !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand {
  font-size: 12px !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk h4, #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child, #onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-pc-sdk #vendor-search-handler {
  font-size: 14px !important;
}

#onetrust-pc-sdk #vendor-search-handler {
  color: #000 !important
} */

.gm-login-left-container a:hover, .gm-forgotUserName-container a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.terms-privacy li a:hover, .social-links li a i:hover, a#ot-sdk-btn:hover+a#cookie-ui-link {
  text-decoration: underline;
}

.wel-opt {
  list-style: none;
  padding-left: 0px;
  font-weight: bold;
  margin-bottom: 20px;
}

.wel-opt li:last-child {
}

.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: #fff;
}

.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 .ceer_footer_youtube_svg_icon {
    margin-top: 26px !important;
  }

  .footer .ceer_footer_twitter_svg_icon {
    margin-top: 24px !important;
  }

  .footer .ceer_footer_linkedin_svg_icon {
    margin-top: 21px !important;
  }

  .footer .ceer_footer_instagram_svg_icon {
    margin-top: 22px !important;
  }
} */

.gm-main-header {
  height: 112px;
  background: transparent;
  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: 100px;
  align-items: center;
  display: flex;
}

.gm-main-header .gm_header-left_content_item .gm_supplier_logo {
  background-image: url('../ceer/images/CEER_PIF_LOGO.svg');
  width: 403.2px;
  height: 42px;
  /* margin-left: 100px; */
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.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: 18px;
    margin-left: 60px;
    text-align: center;
  }

  .gm-main-header .gm_header-left_content_item .gm_supplier_logo {
    width: 336px;
    height: 42px;
  }

  .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;
  }
}


.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: 40%;
  /* height: 40px; */
  font-size: 16px;
  background: #D7DAD4 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029;
  color: #000 !important;
  border-color: #000;
}

.btn-primary:hover {
  border-color: #000 !important;
  color: #000 !important;
}

::placeholder {
  font-size: 12px;
}

.gm-left-heading {
  font-size: 35px;
}

.form-header {
  font-size: 20px !important;
  padding: 20px 0 20px 0;
}

input::placeholder {
  font-size: 12px;
  text-transform: uppercase;
  color: #D7DAD4;
}

.g-recaptcha > div{
  margin:20px auto 30px;
}

/* forgotUserIdForm - forgot user ID flow*/
.forgotUserIdForm .buttons{
  display: flex;
  justify-content: space-evenly;
}
.forgotUserIdForm h3 {
    color: #D7DAD4 !important;
}
.forgotPasswordForm h3 {
  color: #D7DAD4 !important;
}

/* forgotPassword Form - 1st step during forgotpassword flow */
.forgotPasswordForm .buttons{
  display: flex;
  justify-content: space-evenly;
}

/* challengeQuestionsForm - 2nd step during password flow */
.challengeQuestionsForm .group{
  margin-bottom: 10px;
}
.challengeQuestionsForm h3 {
  color: #D7DAD4 !important;
}

/* checkRegistration screen - after entering Username/password - second screen submit button */
div#stylized.form1 form button {
  color: #000;
}
.btn1 {
  border-radius: 0px !important;
  background: #fff;
  color: #000;
  font-family: inherit;
  padding: 8px 0 8px 0;
  margin: 0 10px 0 10px;
}
.btn1:hover {
  color: #000;
}
.btn2 {
  border-radius: 0px !important;
  background: #D7DAD4;
  color: #000;
}
.btn2:hover {
  color: #000;
}
.btn3 {
  border-radius: 0px !important;
  background: #D7DAD4;
  color: #000;
}
.btn3:hover {
  color: #000;
}

.content_box2 {
  width: unset;
  padding-right: 20px;
}
.flex_row5 {
  width: unset;
}
.flex_row6 {
  margin-top: 20px;
}

/* for expired-user-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 {
  border: 1px solid #dddddd;
  border-radius: 5px;
} */

.expired-user-screen #currentPassSpan, .expired-user-screen #pass1Span, .expired-user-screen #pass2Span {
  right: 7px;
  bottom: 7px;
}

#password_policies, #password_policies2, #password_policies3{
  background: #000;
  position: relative;
}