/* font start*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.1/css/all.css);
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham/Gotham-Book.otf") format("truetype");
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham/Gotham-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham/Gotham-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham/._Gotham-Light(1).ttf") format("truetype");
  src: url("../fonts/Gotham/Gotham-Book.otf") format("truetype");
}

@font-face {
  font-family: 'CircularStd-Medium';
  src: url("../fonts/Gotham/CircularStd-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham/CircularStd-Medium.woff2") format("woff2"), url("../fonts/Gotham/CircularStd-Medium.woff") format("woff"), url("../fonts/Gotham/CircularStd-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'CircularStd-Book';
  src: url("../fonts/Gotham/CircularStd-Book.woff2") format("woff2");
  /* Super Modern Browsers */
  src: url("../fonts/Gotham/CircularStd-Book.woff") format("woff");
  /* Pretty Modern Browsers */
}

/*Font Awesome Fonts*/
/* root_color start */
/*All CI COLORS*/
/*Primary colors:*/
/*All CI COLORS*/
/*Primary colors:*/
/* ci colors */
/* font start*/
/* Header Start*/
h1 {
  font-family: CircularStd-Medium;
}

.mob_btn_lgn {
  display: flex;
}

.nav-link {
  font-family: Gotham-Book;
}

.gl_logo {
  max-width: 168px;
  overflow: hidden;
  float: left;
}

.gl_logo img {
  max-width: 100%;
}

#logo .gl_logo + span {
  float: left;
  margin-top: 10px;
}

#header {
  padding: 10px 0;
  background: #ffffff;
}

#header.dock {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #393a7d;
  z-index: 5;
  box-shadow: inherit;
}

.navbar-nav li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin-left: 40px;
}

.navbar-nav li.btn-gap {
  margin-left: 20px;
}

#nav-menu-container {
  float: right;
}

.navbar.navbar-expand-md {
  width: 100%;
}

.navbar-nav {
  justify-content: flex-end;
  flex: inherit;
}

.navbar-nav a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #000000;
  opacity: 0.55;
  font-size: 14px;
  outline: none;
}

.navbar-nav .menu-active a, .nav-menu a:hover {
  color: #393a7d;
  opacity: 1;
  color: #393a7d;
}

.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #393a7d;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.gl-btn.btn, .btn.gl-btn:hover {
  font-size: 14px;
  min-width: 170px;
  height: 40px;
}

.gl-btn.btn, .btn.gl-btn {
  background-color: #393a7d;
  color: #ffffff;
  border: 1px solid #393a7d;
  border-radius: 9px;
}

.login-btn {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #393a7d;
  font-size: 14px;
  height: 40px;
  min-width: 120px;
  border-radius: 7px;
}

.navbar-nav a:hover:before,
.navbar-nav li:hover > a:before,
.navbar-nav .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-item a:hover, .nav-item a:focus, .nav-item a:active {
  opacity: 1;
}

.btn {
  font-family: Gotham-Medium;
}

.nav-item.act .nav-link {
  opacity: 1;
}

.nav-item.act .nav-link:before {
  visibility: visible;
  width: 100%;
}

@media (max-width: 900px) {
  .navbar-toggler .navbar-toggler-icon.fa-bars:before {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1143px) {
  .navbar-nav li {
    margin-left: 10px;
  }
  .navbar-nav .gl-btn.btn, .navbar-nav .btn.gl-btn:hover {
    min-width: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 830px) {
  .navbar-nav li.btn-gap {
    margin-left: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-expand-md {
    margin: 0;
    padding: 0;
  }
  .navbar-nav .gl-btn.btn, .navbar-nav .btn.gl-btn:hover {
    min-width: 153px;
  }
  .navbar-nav .login-btn {
    min-width: 90px;
  }
  .navbar-nav .login-btn {
    margin: 0;
    padding: 5px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 5px;
  }
  #logo .logon_img {
    width: 130px;
  }
  .nav-item {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  #header .navbar-toggler {
    position: relative;
  }
  .navbar-toggler-icon.fa.fa-bars, #header .navbar .fa-times:before {
    color: #202020;
  }
  .navbar-toggler > .close {
    display: inline;
  }
  .navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
  }
  #header .navbar .close {
    position: absolute;
    top: -8px;
    right: 10px;
    opacity: 1;
  }
  .navbar.navbar-expand-md {
    display: flex;
    flex-flow: nowrap;
  }
  .navbar.navbar-expand-md .btn {
    font-size: 12px;
    border-radius: 4px;
    padding: 5px;
    font-family: Gotham-Light;
    height: 35px;
  }
  .navbar.navbar-expand-md .gl-btn {
    min-width: 85px;
  }
  .navbar.navbar-expand-md .login-btn {
    min-width: 65px;
  }
  .navbar.navbar-expand-md {
    background-color: #ffffff;
    padding-right: 0;
    padding-left: 0;
  }
  #header {
    padding: 7px 0;
    box-shadow: 0px 5px 9px 5px #f4f4f4;
  }
  .navbar-toggler {
    padding-right: 0;
  }
  .navbar-nav li {
    margin-left: 9px;
  }
  #header .navbar-nav .login-btn {
    min-width: 107px;
  }
  #header .navbar-nav .gl-btn {
    min-width: 160px;
  }
  .mob_btn_lgn {
    margin-top: 20px;
  }
  .nav-item.act .nav-link:before, .navbar-nav a:hover:before, .navbar-nav li:hover > a:before, .navbar-nav .menu-active > a:before {
    width: 40%;
  }
}

@media (max-width: 369px) {
  .navbar.navbar-expand-md .gl-btn {
    min-width: 62px;
    font-size: 10px;
    font-weight: 700;
    padding: 2px;
  }
  .navbar.navbar-expand-md .login-btn {
    min-width: 50px;
    font-size: 10px;
    font-weight: 700;
  }
  .navbar-brand {
    margin: 0;
  }
}

.login-btn:hover {
  border: 2px solid #393a7d;
  background-color: #ECEEEF;
}

.gl-btn:hover {
  border: 1px solid #201750;
  background: #201750;
}

/* Header End*/
/* Footer Start */
.footer {
  position: relative;
}

.footer .bg_1 {
  top: 0;
}

.footer .bg_1 img {
  width: 100%;
}

.footer_dv .footer-bg {
  background-color: #fafafc;
}

.footer_head {
  font-size: 36px;
  font-family: CircularStd-Book;
  width: 98%;
}

#footer_section .gl-btn.py-2.float-md-right {
  margin-top: 15px;
  font-family: Gotham-Book;
}

.footer-newsletter h3 {
  font-size: 26px;
  font-family: CircularStd-Book;
  margin-top: 50%;
  color: #000000;
}

.footer-newsletter {
  padding: 32px 10px 10px 32px;
}

.social-links {
  background-color: #000000;
  padding: 15px 0;
  margin-top: 10%;
}

.social-links a {
  color: #ffffff;
  padding: 0 10px;
}

.social-links a:hover {
  color: #cccccc;
}

.footer-newsletter .gl-btn.btn {
  background-color: #ffffff;
  color: #393a7d;
  font-family: Gotham-Book;
}

.footer-newsletter .gl-btn.btn:hover {
  background-color: #ECEEEF;
  border: 2px solid #393a7d;
}

.footer_head {
  font-size: 36px;
  color: #000000;
}

.footer_dv {
  padding: 0;
}

.footer-list-line {
  content: "";
  height: 2px;
  background-color: #393a7d;
  width: 48px;
}

.quick_link_nw {
  font-size: 18px;
  color: #000000;
  font-family: CircularStd-Medium;
}

.footer_dv ul li a {
  font-size: 14px;
  opacity: 0.55;
  font-family: CircularStd-Book;
  color: #000000;
}

.footer-right-reserve {
  font-size: 14px;
  color: #000000;
  opacity: 0.55;
  font-family: Gotham-Light;
  float: left;
}

.welovesme {
  float: left;
  font-size: 14px;
  margin-left: 10px;
  color: #000000;
}

.welovesme .fa-heart:before {
  color: red;
}

.footer-desc-text {
  font-size: 12px;
  color: #000000;
  opacity: 0.59;
  font-family: Gotham-Light;
  width: 68%;
  float: left;
}

.test {
  padding-left: 78px;
}

.footer-bottom-sec {
  width: 100%;
}

.footer-bottom {
  padding-top: 10%;
}

.footer-bottom-sec .btn.gl-btn {
  float: right;
}

.footer-list {
  padding-left: 98px;
}

.footer-bottom-hr {
  width: 100%;
}

.footer.outer_wp {
  padding-left: 0;
}

.footer_dv ul li a {
  position: relative;
  padding: 8px 0;
}

.footer_dv ul li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #393a7d;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.footer_dv ul li a:hover:before {
  visibility: visible;
  width: 100%;
}

.footer_dv ul li a:hover, .footer_dv ul li a:focus, .footer_dv ul li a:active {
  opacity: 1;
}

.footer-bottom-sec .footer-desc-text a, .footer-bottom-sec .footer-desc-text a:link, .footer-bottom-sec .footer-desc-text a:visited {
  color: #000000;
  text-decoration: underline;
}

.footer-bottom-sec .footer-desc-text a:active, .footer-bottom-sec .footer-desc-text a:hover {
  color: #393a7d !important;
  text-decoration: underline;
  opacity: 1;
}

.app_store_div {
  font-size: 14px;
  font-family: Gotham-Light;
  font-weight: 300;
  color: #999999;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-top: 24px;
  align-items: center;
}

.app_logo_img {
  padding-right: 8px;
}

.ios_store_block, .android_store_block {
  display: inline-block !important;
  width: 95px;
  padding-left: 10px;
}

.mobile_app_store, .app_store_div.mobile_nav_app, #footer_section .mob_btn_lgn.login_in_footer {
  display: none;
}

@media only screen and (min-width: 1279px) {
  .footer_head {
    width: 88%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer_head {
    font-size: 31px;
  }
  .footer .bg_1 img {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer_head {
    font-size: 22px;
  }
  .test {
    padding-left: 0;
  }
  .test .row {
    justify-content: center;
    margin: 0 15px;
  }
  .footer-desc-text {
    width: 50%;
    font-size: 11px;
  }
  .footer-right-reserve {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-newsletter h3 {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .footer_head {
    font-size: 24px;
  }
  #footer_section {
    padding-left: 0;
    padding-right: 0;
    background-color: #f4f6fb;
    padding-top: 0;
  }
  #footer_section .container {
    padding-left: 0;
    padding-right: 0;
  }
  #footer_section .footer-right-reserve {
    font-size: 12px;
  }
  #footer_section .btn_nav_txt {
    font-family: Gotham-Light;
    font-size: 12px;
    width: max-content;
  }
  #footer_section .view_reports_ic::before, #footer_section .groupsIc::before, #footer_section .partnerIc:before, #footer_section .life_free_ic:before, #footer_section .industry_trade_finance_ic:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 20px;
  }
  #footer_section .view_reports_ic::before {
    content: "\e978";
  }
  #footer_section .mob_btn_lgn.login_in_footer .col {
    padding: 0;
    text-align: center;
  }
  #footer_section .groupsIc::before {
    content: "\e94b";
  }
  #footer_section .partnerIc:before {
    content: "\e94e";
  }
  #footer_section .life_free_ic::before {
    content: "\e983";
  }
  #footer_section .industry_trade_finance_ic:before {
    content: "\e945";
  }
  #footer_section .mob_btn_lgn.login_in_footer .col a {
    color: #393a7d;
    display: inline-block;
  }
  #footer_section .mob_btn_lgn.login_in_footer .col.act a {
    color: #00afd0;
  }
  #footer_section .mob_btn_lgn.login_in_footer .col.act a:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #00afd0;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  #footer_section .pb-md-5 {
    padding-top: 44px;
    padding-bottom: 12px;
    background-color: #ffffff;
  }
  .footer-sign-up {
    background-color: #ffffff;
  }
  #footer_section .gl-btn.btn {
    max-width: 100%;
    width: 100%;
  }
  .outer_wp.footer, .outer_wp.footer .container {
    padding: 0;
  }
  .footer-newsletter {
    padding: 50px 16px 16px;
  }
  .footer-newsletter h3 {
    margin-top: 40px;
    font-size: 16px;
  }
  .social-links {
    margin-top: 0;
  }
  .footer_dv .footer-bg {
    background-color: #f4f6fb;
  }
  .footer-desc-text {
    width: 100%;
  }
  .test {
    padding: 0;
  }
  .test .row {
    margin: 0;
    padding: 15px 15px 0;
  }
  /*.test .row.footer-bottom{padding-top: 0;}*/
  #footer_section .gl-btn.btn {
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
  }
  .footer-div {
    margin: 0;
  }
  .app_store_div {
    justify-content: flex-start;
  }
  .navbar-nav .app_store_div a {
    padding: 0;
    color: #393a7d;
    opacity: 1;
  }
  .ios_store_block, .android_store_block {
    display: none !important;
  }
  .android_text, .ios_text {
    font-weight: 500;
    color: #393a7d;
  }
  .mobile_app_store {
    display: block;
  }
  .mob_btn_lgn li:first-child {
    margin-left: 0;
  }
  #footer_section .mob_btn_lgn.login_in_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    background: #ffffff;
    z-index: 3;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 0px 0px 4px #cccccc;
    padding: 10px;
  }
  #footer_section .mob_btn_lgn.login_in_footer li {
    width: 50%;
    list-style: none;
  }
  #footer_section .mob_btn_lgn.login_in_footer .login-btn {
    width: 90%;
    margin: 8px;
    font-size: 12px;
  }
  #footer_section .mob_btn_lgn.login_in_footer .gl-btn.btn {
    width: 90%;
    min-width: auto;
    margin: 8px;
    font-size: 12px;
  }
  .app_store_div.mobile_nav_app {
    display: flex;
  }
  .welovesme {
    font-size: 12px;
  }
}

/* footer end */
/* root_color End */
/* inner page header footer */
/* header start */
.signup_lhs_wrp_v2 {
  background-color: #f7f8fb;
  padding-bottom: 100px;
}

#register .lhs_desc_txt {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
}

#register .font_text_list {
  padding: 0;
}

.font_text_list li {
  padding-left: 0;
  font-size: 16px;
  font-family: Gotham-Medium;
  color: #000000;
}

#register .font_text_list li span {
  font-family: Gotham-Light;
}

.font_text_list li:before {
  display: none;
}

.signup_btn {
  background-color: #393a7d;
}

.signup_btn:hover {
  border: 1px solid #201750;
  background: #201750;
}

#register .bottom_decorate_image {
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbar #logo {
  float: left;
  line-height: 1.5;
}

.navbar .navbar-brand {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 8px;
  width: 168px;
}

.navbar .navbar-brand img {
  max-width: 100%;
}

.navbar .navbar-collapse {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
}

.navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: inherit;
  flex: inherit;
  padding-left: 0;
  list-style: none;
}

.navbar .navbar-nav a {
  font-family: Gotham-Book;
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #000000;
  opacity: 0.55;
  font-size: 14px;
  outline: none;
}

.navbar .navbar-nav a:hover {
  color: #000000;
  opacity: 1;
}

.navbar .btn {
  font-family: Gotham-Medium;
}

.navbar .login-btn {
  text-transform: capitalize;
  background-color: #ffffff;
  color: #000000 !important;
  border: 1px solid #393a7d;
  font-size: 14px;
  height: 40px;
  min-width: 120px;
  border-radius: 7px;
}

.navbar .login-btn:hover {
  border: 2px solid #393a7d;
  background-color: #ECEEEF;
}

.navbar .gl-btn.btn {
  text-transform: capitalize;
}

.navbar .gl-btn.btn:hover {
  border: 1px solid #201750;
  background: #201750;
  color: #ffffff !important;
}

@media only screen and (min-width: 768px) {
  #header .navbar-toggler {
    display: none;
  }
  #header button.d-md-none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #header .navbar .navbar-collapse {
    display: none;
  }
  #header .navbar-toggler {
    display: none;
  }
  body {
    padding-bottom: 20px;
  }
  #header {
    display: inline-block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    padding: 0;
  }
  #header .navbar .navbar-brand {
    padding-top: 12px;
    padding-bottom: 0;
  }
  #header .container {
    padding: 0 10px;
  }
  #header #header button.d-md-none {
    display: block;
  }
  #header .navbar.navbar-expand-md .btn.d-md-none {
    width: 100%;
  }
  .navbar.navbar-expand-md .btn {
    margin: 5px;
    line-height: 1px;
  }
  #footer_section .mob_btn_lgn.login_in_footer .col {
    width: 25%;
    margin: 0 8px;
  }
  #footer_section .mob_btn_lgn.login_in_footer {
    padding: 10px 0;
  }
}

/* header end */
/* footer start */
.btn {
  text-transform: capitalize;
}

#footer_section {
  padding: 60px 0;
}

.footer_section_div {
  padding-bottom: 54px;
}

.footer_head_div {
  width: 50%;
  float: left;
}

#footer_section .gl-btn.py-2 {
  color: #ffffff !important;
  float: right;
}

.footer_head {
  width: 66%;
}

.footer.outer_wp {
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}

.footer .bg_1 {
  position: absolute;
  right: -18px;
  top: 54px;
}

.footer .container {
  background-color: transparent;
  padding: 0;
}

.footer_dv {
  width: 100%;
  float: left;
}

.footer-bg .btn.gl-btn {
  margin-top: 15px;
  color: #393a7d !important;
  text-transform: capitalize;
}

.test {
  width: calc(100% - 378px);
  float: left;
}

.footer-list-one, .footer-list {
  width: 200px;
  float: left;
}

.footer-list {
  padding-left: 0;
}

.quick_link_nw {
  margin-top: 15px;
}

.footer_list_ul {
  list-style: none;
}

.footer_list_ul li {
  margin-top: 12px;
}

.footer-desc-text {
  line-height: 1.5;
}

.footer-right-reserve {
  padding-bottom: 20px;
}

.welovesme {
  float: left;
  font-size: 14px;
  margin-left: 10px;
  color: #000000;
}

.welovesme .fa-heart:before {
  color: red;
}

.footer-bottom-sec {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}

.footer-bottom-sec .footer-desc-text a, .footer-bottom-sec .footer-desc-text a:link, .footer-bottom-sec .footer-desc-text a:visited, .footer-bottom-sec .footer-desc-text a:active, .footer-bottom-sec .footer-desc-text a:hover {
  color: #000000 !important;
  text-decoration: underline;
}

.navbar .login-btn {
  line-height: 30px;
}

.social-links {
  display: flex;
  justify-content: center;
}

/* */
.navbar-nav li {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .footer .bg_1 {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer_section {
    padding: 60px 20px;
  }
  .footer_section_div {
    padding-bottom: 40px;
  }
  .footer .bg_1 {
    right: -20px;
    width: 35%;
    text-align: right;
  }
  .footer-list-one, .footer-list {
    width: 170px;
  }
  .footer_head {
    width: 75%;
  }
  .navbar .navbar-nav a {
    font-size: 13px;
  }
  .navbar-nav li {
    margin-left: 4px;
  }
  .navbar .navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .bg_1 {
    display: none;
  }
  .footer_dv {
    width: 250px;
  }
  .footer-newsletter h3 {
    font-size: 22px;
  }
  .test {
    width: calc(100% - 280px);
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .footer_dv {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  #footer_section {
    padding-top: 0;
  }
  #footer_section .pb-md-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_head {
    width: auto;
  }
  .footer.outer_wp {
    border-top: none;
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .footer-list-line, .footer .bg_1, .footer-right-reserve {
    display: none;
  }
  .welovesme {
    font-size: 12px;
  }
  .footer {
    max-width: 1240px;
    width: 100%;
  }
  .social-links {
    margin-left: 15px;
    margin-right: 15px;
  }
  .test {
    width: 100%;
  }
  .footer-list-one, .footer-list {
    width: 50%;
  }
  .test .row {
    box-sizing: border-box;
  }
  .helpDesWrp {
    display: block !important;
  }
  .footer_list_ul li {
    margin: 10px 10px 10px 0;
  }
  .navbar .navbar-nav a {
    display: none;
  }
  .footer-newsletter h3 {
    margin-top: 30px;
  }
  footer .bg_60656c.clearfix {
    display: none;
  }
  /* footer on internal page MK 10/10/2019 start */
  .pre_container.common_footer_js {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  /* footer on internal page MK 10/10/2019 End */
  .btn_nav_txt {
    font-family: Gotham-Light;
    color: #393a7d;
    font-size: 12px;
    width: max-content;
  }
  .view_reports_ic::before, .groupsIc::before, .partnerIc:before, .life_free_ic:before, .industry_trade_finance_ic:before {
    color: #393a7d;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 20px;
  }
  .view_reports_ic::before {
    content: "\e978";
  }
  .mob_btn_lgn.login_in_footer .col {
    padding: 0;
    text-align: center;
  }
  .groupsIc::before {
    content: "\e94b";
  }
  .partnerIc:before {
    content: "\e94e";
  }
  .life_free_ic::before {
    content: "\e983";
  }
  .industry_trade_finance_ic:before {
    content: "\e945";
  }
}

@media only screen and (max-width: 480px) {
  .footer_head_div {
    width: 100%;
  }
}

/* footer end */
/* ci colors */
/* gl new header inner pages start */
.header_404 .gl_pre_header_v4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.header_404 .gl_pre_header_v4 .nav_list_wrp .colaps_bar .fa-regular.fa-bars {
  display: none;
}

.header_404 .gl_pre_header_v4 .nav_list_wrp .colaps_bar .fa.fa-bars {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .hdr_btn_wrp {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .border_btn {
    font-size: 16px;
    border: 1px solid #a6a6a6;
    height: 36px;
    padding: 0 20px;
    outline: none;
    box-shadow: none;
    color: #393a7e;
    background: #f3f9fd;
    font-family: "glacialIndifference-regular";
    text-transform: uppercase;
  }
  .border_btn:hover {
    background-image: linear-gradient(to right, #393a7e, #00adcd);
    color: #ffffff;
    border: none;
  }
  .gradient_btn {
    font-size: 16px;
    height: 36px;
    background-image: linear-gradient(to right, #393a7e, #00adcd);
    border: none;
    outline: none;
    box-shadow: none;
    color: #ffffff;
    font-family: "glacialIndifference-regular";
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
  }
  .gradient_btn .btn_txt_wrp {
    position: relative;
    z-index: 3;
  }
  .gradient_btn i {
    margin-right: 15px;
  }
  .gradient_btn:hover {
    color: #ffffff;
  }
  .gradient_btn:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  /* header start */
  .sptr {
    height: 128px;
    display: none;
  }
  .gl_pre_header_v4 {
    padding: 30px 20px;
    font-family: "glacialIndifference-regular";
    width: 100%;
    z-index: 4;
    position: relative;
    background: #f3f9fd;
    /*transition: all 0.3s ease;*/
  }
  .gl_pre_header_v4 .prelogo img {
    max-width: 100%;
  }
  .gl_pre_header_v4 .nav_list {
    list-style: none;
    display: flex;
  }
  .gl_pre_header_v4 .nav_list > li {
    position: relative;
  }
  .gl_pre_header_v4 .nav_list > li > a {
    font-size: 18px;
    color: #21aaca;
    font-weight: bold;
    text-decoration: none;
    padding: 0 18px;
    display: flex;
    align-items: center;
  }
  .gl_pre_header_v4 .nav_list > li > a i {
    margin: 3px 0 0 5px;
  }
  .gl_pre_header_v4 .nav_list > li > a:hover {
    color: #212121;
  }
  .gl_pre_header_v4 .nav_list > li:hover .ddlist {
    display: block;
  }
  .gl_pre_header_v4 .ddlist {
    list-style: none;
    width: 210px;
    background: #ffffff;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
    z-index: 2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #ebebeb;
    background-color: #ffffff;
  }
  .gl_pre_header_v4 .ddlist > li {
    padding: 0 20px;
    margin: 0;
  }
  .gl_pre_header_v4 .ddlist > li a {
    opacity: 1;
    display: flex;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
    color: #21aaca;
    text-decoration: none;
    font-size: 16px;
  }
  .gl_pre_header_v4 .ddlist > li a:hover {
    color: #212121;
  }
  .gl_pre_header_v4 .ddlist > li:first-child a {
    border: none;
  }
  .gl_pre_header_v4.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    padding-top: 22px;
    padding-bottom: 22px;
  }
  /*.gl_pre_header_v4.fixed + .sptr{display: flex;}*/
  /*.cookie_policy + .gl_pre_header_v4{top: 78px;}*/
  .hdr_btn_wrp .border_btn {
    min-width: 140px;
  }
  .hdr_btn_wrp .gradient_btn {
    min-width: 185px;
  }
  .nav_list_wrp .colaps_bar {
    display: none;
  }
  .nav_list_wrp .colaps_bar i {
    color: #21aaca;
    font-size: 30px;
  }
  .mbl {
    display: none;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  .gl_pre_header_v4 .prelogo {
    max-width: 165px;
  }
  .gl_pre_header_v4 .nav_list > li > a {
    font-size: 18px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 1024px) {
  .hdr_btn_wrp .border_btn {
    min-width: auto;
  }
  .hdr_btn_wrp .gradient_btn {
    min-width: auto;
  }
  .prelogo {
    width: 36%;
  }
  .prelogo img {
    width: 100%;
  }
  .hdr_btn_wrp {
    width: 64%;
    justify-content: end;
  }
  .hdr_btn_wrp .gradient_btn {
    width: 40%;
  }
  .hdr_btn_wrp .border_btn {
    width: 40%;
  }
  .gl_pre_header_v4 {
    padding-right: 65px;
  }
  .gl_pre_header_v4 .nav_list_wrp {
    position: absolute;
    top: 40px;
    right: 20px;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list {
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    background: #ffffff;
    border-radius: 4px;
    width: 215px;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li a {
    border-top: 1px solid #cccccc;
    padding: 10px;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li a i {
    display: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li a.mbl_none {
    display: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li:first-child a {
    border-top: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li .ddlist {
    display: block;
    width: 100%;
    position: static;
    box-shadow: none;
    border: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li .ddlist li {
    padding: 0;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li .ddlist li a {
    border-top: 1px solid #cccccc;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .gl_pre_header_v4 .nav_list_wrp .colaps_bar {
    display: block;
  }
  .gl_pre_header_v4 .nav_list_wrp .colaps_bar .fa.fa-bars {
    display: none;
  }
  .gl_pre_header_v4.fixed .nav_list_wrp {
    top: 31px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1024px) {
  .gl_pre_header_v4 .nav_list_wrp .colaps_bar i {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 991px) {
  .gl_pre_header_v4 .nav_list_wrp {
    top: 35px;
  }
  .gl_pre_header_v4.fixed .nav_list_wrp {
    top: 27px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .gl_pre_header_v4 {
    padding: 20px 55px 20px 16px;
    height: 76px;
  }
  .gl_pre_header_v4 .nav_list_wrp {
    top: 26px;
    right: 16px;
  }
  .gl_pre_header_v4 .prelogo {
    padding-right: 10px;
    width: 67%;
  }
  .dsktp {
    display: none;
  }
  .mbl {
    display: flex;
  }
  .hdr_btn_wrp .border_btn {
    padding: 0 5px;
  }
  .hdr_btn_wrp .gradient_btn {
    margin-left: 10px;
    padding: 0 5px;
  }
  .hdr_btn_wrp .gradient_btn .mbl_none {
    display: none;
  }
  /*.gl_pre_header_v4 {
        &.fixed{
            .nav_list_wrp{top: 27px;}
        }
    }*/
}

@media only screen and (max-width: 767px) and (max-width: 575px) {
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    font-size: 13px;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  /* header end */
  /* footer start */
  .gl_pre_footer_v4 {
    padding: 40px 16px 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .social_list {
    list-style: none;
  }
  .social_list li {
    display: flex;
    margin: 0 10px;
  }
  .social_list li a {
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    overflow: hidden;
  }
  .social_list li a i {
    position: relative;
    z-index: 3;
  }
  .social_list li a:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    border-radius: 100%;
  }
  .social_list li.facebook a {
    background: #3a5b98;
  }
  .social_list li.linkedin a {
    background: #4a87c5;
  }
  .social_list li.linkedin::before {
    content: "";
    display: none;
  }
  .social_list li.twitter a {
    background: #1b9df0;
  }
  .social_list li.instagram a {
    background: #0f4f83;
  }
  .ftxt {
    font-size: 12px;
    color: #4a4a4a;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 25px;
    z-index: 2;
  }
  .ftxt a {
    color: #4a4a4a;
  }
  .ftxt a:hover {
    font-weight: bold;
    color: #212121;
  }
  .welovesme_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 162px;
    height: 169px;
    background: url(images/welovesme.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .welovesme_img img {
    max-width: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1024px) {
  .social_list li a {
    width: 73px;
    height: 73px;
    font-size: 34px;
  }
  .ftxt {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .ftxt {
    padding: 0 60px;
  }
  .gl_pre_footer_v4 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 1024px) {
  .welovesme_img {
    display: none;
  }
}

@media only screen and (max-width: 767px) and (max-width: 991px) {
  .gl_pre_footer_v4 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .ftxt {
    font-size: 12px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  /* footer end */
}

/* gl new header inner pages End */
