/*@media only screen and (max-width:767px) {
    .mbl_hei{position: relative; padding-bottom: 78%; display: flex; width: 100%;
        img{position: absolute; top: 0; left: 0; width: 100%;}
        &.v2{padding-bottom: 108%;}
    }
}*/
/* contact us start*/
.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
  border-color: #cdcdcd;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-header {
  border-bottom: 0;
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.modal-footer {
  border-top: 0;
}

.modal-title {
  font-size: 30px;
}

#frm_contactus .form-control, #frm_contactus.form-control:placeholder-shown {
  font-style: italic;
}

.form-control option {
  font-style: normal;
}

.modal-footer .btn-primary {
  background-color: #393a7e;
  border: 1px solid #393a7e;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0;
}

#frm_contactus .form-control, #frm_contactus .form-control:placeholder-shown {
  font-style: normal;
  font-size: 13px;
}

#contactus_overlay .form-control.err_v2 + .invalid-feedback {
  display: block;
}

#contactus_overlay .invalid-feedback {
  display: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
  border-color: #cdcdcd;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #cdcdcd;
  box-shadow: none;
}

#frm_contactus .err_v2 {
  border-color: #dc3545;
}

#contactus_overlay .overlay_wrp {
  width: 750px;
  padding: 14px 20px 20px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
}

.overlay .overlay_wrp .overlayHeader .clsBtn_000 {
  float: right;
}

.overlay .overlay_wrp .overlayHeader .clsBtn_000: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: 700;
  content: "\e907";
  color: #333333;
}

.modal-body .form-group.row {
  margin-bottom: 1rem;
}

#frm_contactus .custom-select {
  -webkit-appearance: menulist;
}

#contactModal .modal-content {
  background-image: url("../images/www/v2/conatcus_bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
    font-family: Poppins;
  }
  #contactus_overlay .overlay .overlay_wrp {
    width: 100%;
    box-sizing: border-box;
  }
}

/* contact us end*/
/*Newsletter Start */
.bRedtxt.error {
  color: red;
}

.bRedtxt.success {
  color: green;
}

.footer_dv .footer-newsletter .btn-get-started:active {
  background-color: #193e6c;
}

/*Newsletter end */
/* Forgot pwd start*/
.frgt_pd_txt {
  padding-top: 30px;
  padding-left: 15px;
}

.frgt_pd_txt {
  padding-top: 30px;
  padding-left: 15px;
}

#forgot_modal .modal_btn.disable {
  background-color: #cccccc;
  border-color: #cccccc;
}

#forgot_modal .modal_btn {
  background-color: #f6821f;
  border-color: #f6821f;
}

#forgot_modal .modal-dialog {
  max-width: 750px;
}

#forgot_modal .err_v2 {
  border-color: #dc3545;
}

#forgot_modal .err_v2.invalid-feedback {
  display: block;
}

#forgot_modal .invalid-feedback {
  display: none;
}

#forgot_modal .form-control.err_v2 + .invalid-feedback {
  display: block;
}

#forgot_modal .invalid-feedback {
  display: none;
}

#frm_recovery_reset .invalid-feedback {
  display: none;
}

#frm_recovery_reset .frmfield_confirm_password {
  margin-top: 10px;
}

#frm_recovery_reset .act .invalid-feedback {
  display: block;
}

/* Forgot pwd end*/
/* placeholder color change start*/
#frm_contactus input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666 !important;
  opacity: 1;
  /* Firefox */
}

#frm_contactus input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666 !important;
}

#frm_contactus input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666 !important;
}

/* placeholder color change End*/
#contactus_overlay #contactModal .modal-title {
  margin-left: 0 !important;
}

#contactus_overlay #contactModal #frm_contactus .row {
  width: auto;
}

.cookie_policy {
  padding: 10px 50px 10px 20px;
  background: #e0e1e5;
  position: relative;
  font-family: "glacialIndifference-regular";
  color: #212121;
  font-size: 16px;
}

.cookie_policy .fa-cookie-bite {
  color: #bfbfc3;
  font-size: 38px;
  width: 38px;
  height: 38px;
  display: flex;
}

.cookie_policy .coolie_txt {
  padding-left: 16px;
  color: #212121;
}

.cookie_policy .cls_btn {
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  text-decoration: none;
}

.cookie_policy .fa-xmark {
  font-size: 20px;
  color: #6a6a6a;
}

.cookie_policy .cookie_link {
  color: #212121;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .cookie_policy .coolie_txt {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .cookie_policy .coolie_txt {
    width: calc(100% - 48px);
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cookie_policy {
    height: 98px;
  }
  .cookie_policy .coolie_txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .cookie_policy .coolie_txt {
    font-size: 12px;
  }
}

/* header start */
.sptr {
  height: 128px;
  display: none;
}

.adcb_pre_header {
  padding: 10px 20px;
  font-family: "proximanova-regular";
  width: 100%;
  z-index: 4;
  position: relative;
  background: #ffffff;
  /*transition: all 0.3s ease;*/
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 1440px;*/
}

.adcb_pre_header .adcb_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.adcb_pre_header .prelogo img {
  max-width: 100%;
}

.adcb_pre_header .nav_list {
  list-style: none;
  display: flex;
}

.adcb_pre_header .nav_list > li {
  position: relative;
}

.adcb_pre_header .nav_list > li > a {
  font-size: 18px;
  color: #273239;
  text-decoration: none;
  padding: 0 18px;
  display: flex;
  align-items: center;
}

.adcb_pre_header .nav_list > li > a i {
  margin: 3px 0 0 5px;
}

.adcb_pre_header .nav_list > li > a:hover {
  color: #ec0100;
}

.adcb_pre_header .nav_list > li:hover .ddlist {
  display: block;
}

.adcb_pre_header .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;
}

.adcb_pre_header .ddlist > li {
  padding: 0 20px;
  margin: 0;
}

.adcb_pre_header .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;
}

.adcb_pre_header .ddlist > li a:hover {
  color: #273239;
}

.adcb_pre_header .ddlist > li:first-child a {
  border: none;
}

.adcb_pre_header.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;
  max-width: 100%;
}

/*.adcb_pre_header.fixed + .sptr{display: flex;}*/
/*.cookie_policy + .adcb_pre_header{top: 78px;}*/
.hdr_btn_wrp .border_btn {
  /*min-width: 90px;*/
  min-width: inherit;
}

.hdr_btn_wrp .gradient_btn {
  /*min-width: 180px;*/
  min-width: inherit;
}

.nav_list_wrp .colaps_bar {
  display: none;
}

.nav_list_wrp .colaps_bar i {
  color: #ec0100;
  font-size: 30px;
}

.mbl {
  display: none;
}

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

@media only screen 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: 44%;
    width: auto;
  }
  .hdr_btn_wrp .border_btn {
    width: 27%;
    width: auto;
  }
  .adcb_pre_header {
    padding-right: 65px;
  }
  .adcb_pre_header .nav_list_wrp {
    position: absolute;
    top: 40px;
    right: 20px;
  }
  .adcb_pre_header .nav_list_wrp .nav_list {
    display: none;
    position: absolute;
    top: 42px;
    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);
  }
  .adcb_pre_header .nav_list_wrp .nav_list > li a {
    border-top: 1px solid #cccccc;
    padding: 10px;
  }
  .adcb_pre_header .nav_list_wrp .nav_list > li a i {
    display: none;
  }
  .adcb_pre_header .nav_list_wrp .nav_list > li:first-child a {
    border-top: none;
  }
  .adcb_pre_header .nav_list_wrp .nav_list > li .ddlist {
    display: block;
    width: 100%;
    position: static;
    box-shadow: none;
    border: none;
  }
  .adcb_pre_header .nav_list_wrp .nav_list > li .ddlist li {
    padding: 0;
  }
  .adcb_pre_header .nav_list_wrp .nav_list > li .ddlist li a {
    border-top: 1px solid #cccccc;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .adcb_pre_header .nav_list_wrp .colaps_bar {
    display: block;
  }
  .adcb_pre_header.fixed .nav_list_wrp {
    top: 44px;
  }
}

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

@media only screen and (min-width: 768px) {
  .adcb_pre_header .nav_list > li .signup_in {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .adcb_pre_header .nav_list_wrp {
    top: 44px;
  }
  .adcb_pre_header .nav_list_wrp .nav_list {
    top: 32px;
  }
  .adcb_pre_header.fixed .nav_list_wrp {
    top: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .adcb_pre_header {
    padding: 20px 55px 20px 16px;
    height: 76px;
  }
  .adcb_pre_header .nav_list_wrp {
    top: 26px;
    right: 16px;
  }
  .adcb_pre_header .prelogo {
    padding-right: 10px;
    /*width: 67%;*/
    width: 70%;
  }
  .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;
  }
  .adcb_pre_header.fixed .nav_list_wrp {
    top: 27px;
  }
  .hdr_btn_wrp {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    font-size: 14px;
    width: auto;
    height: 36px;
  }
}

/* header end */
/* footer start */
.gl_pre_footer_v4 {
  padding: 10px 16px 96px;
  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.twitter a {
  background: #1b9df0;
}

.social_list li.instagram a {
  background: #0f4f83;
}

.ftxt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: inherit;
  line-height: 22px;
  margin-top: 25px;
  z-index: 2;
}

.ftxt a {
  color: rgba(255, 255, 255, 0.85);
}

.ftxt a:hover {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.85);
}

.welovesme_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 162px;
  height: 169px;
  background: url(../images/adcb/glv2/prelogin/welovesme.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.welovesme_img img {
  max-width: 100%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.welovesme_img_2 {
  margin-top: 16px;
}

@media only screen 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 (min-width: 768px) and (max-width: 991px) {
  .ftxt {
    padding: 0 60px;
  }
  .gl_pre_footer_v4 {
    padding-top: 40px;
  }
}

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

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

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

@media only screen and (max-width: 334px) {
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    font-size: 12px;
  }
}

/* footer end */
@font-face {
  font-family: 'proximanova-bold';
  font-display: swap;
  src: url("fonts/proximanova/proximanova-bold-webfont.woff") format("truetype");
}

@font-face {
  font-family: 'proximanova-light';
  font-display: swap;
  src: url("fonts/proximanova/proximanova-light-webfont.woff") format("truetype");
}

@font-face {
  font-family: 'proximanova-medium';
  font-display: swap;
  src: url("fonts/proximanova/proximanova-medium-webfont.woff") format("truetype");
}

@font-face {
  font-family: 'proximanova-regular';
  font-display: swap;
  src: url("fonts/proximanova/proximanova-regular-webfont.woff") format("truetype");
}

@font-face {
  font-family: 'proximanova-semibold';
  font-display: swap;
  src: url("fonts/proximanova/proximanova-semibold-webfont.woff") format("truetype");
}

.font_light_proximanova {
  font-family: "proximanova-light";
}

.font_regular_proximanova {
  font-family: "proximanova-regular";
}

.font_medium_proximanova {
  font-family: "proximanova-medium";
}

.font_semibold_proximanova {
  font-family: "proximanova-semibold";
}

.font_bold_proximanova {
  font-family: "proximanova-bold";
}

body {
  line-height: normal;
}

dl, ol, ul, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  line-height: normal;
}

.ml_20 {
  margin-left: 20px;
}

.adcb_container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.adcb_container.adcb_btm_bnr {
  max-width: 100%;
}

.adcb_container.adcb_btm_bnr .bdgtm_list {
  max-width: 1440px;
  margin: 0 auto;
}

.adcb_container.adcb_ftr_wrp {
  max-width: 100%;
}

.blue_bg {
  background: #f3f9fd;
}

.grey_bg {
  background-image: linear-gradient(to right, rgba(39, 50, 57, 0.1) 2%, rgba(39, 50, 57, 0.05) 89%);
}

.grey_bg2 {
  background-image: linear-gradient(to right, #c5c5c5 2%, #f0f0f0 92%);
  position: relative;
}

.border_btn {
  font-size: 16px;
  border: 1px solid #273239;
  height: 48px;
  padding: 0 30px;
  outline: none;
  box-shadow: none;
  color: #273239;
  background: transparent;
  font-family: "proximanova-semibold";
  text-transform: inherit;
}

.border_btn:hover {
  background: #ec0100;
  color: #ffffff;
  border-color: #ec0100;
}

.gradient_btn {
  font-size: 16px;
  height: 48px;
  background: #ec0100;
  border: none;
  outline: none;
  box-shadow: none;
  color: #ffffff;
  font-family: "proximanova-semibold";
  text-transform: inherit;
  position: relative;
  padding: 0 30px;
}

.gradient_btn .btn_txt_wrp {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

.gradient_btn i {
  margin-right: 15px;
  font-size: 20px;
}

.gradient_btn:hover {
  background: #ba1b19;
}

.gradient_btn:hover::before {
  background: none;
}

p {
  font-family: "proximanova-regular";
}

/* banner star */
.dark_grey_bg {
  background: #263339;
}

.adcb_banner_wrp.adcb_container {
  max-width: 100%;
}

.adcb_banner_wrp .adcb_banner_img_wrp {
  background: url(../images/adcb/glv2/prelogin/banner_img.jpg) no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  padding: 12% 15px;
  position: relative;
}

.adcb_banner_wrp .adcb_banner_img_wrp .adcb_banner_hd {
  font-size: 48px;
  color: #ffffff;
  font-family: "proximanova-regular";
  position: relative;
  z-index: 2;
}

.adcb_banner_wrp .adcb_banner_img_wrp .adcb_banner_info_txt {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "proximanova-regular";
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.adcb_banner_wrp .adcb_banner_img_wrp .gradient_btn {
  /*height: 60px; width: 100%; max-width: 254px; font-size: 20px; */
  margin-top: 40px;
  z-index: 2;
}

.adcb_banner_wrp .adcb_banner_img_wrp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  z-index: 1;
}

.adcb_banner_wrp .adcb_banner_img_wrp.v2 {
  display: none;
}

.adcb_banner_wrp .adcb_banner_img_wrp.v2::before {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .adcb_banner_wrp .adcb_banner_img_wrp .adcb_banner_hd {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .adcb_banner_wrp .adcb_banner_img_wrp {
    background: url(../images/adcb/glv2/prelogin/banner_img_mobile.jpg) no-repeat;
    background-size: cover;
    padding: 31% 15px;
  }
  .adcb_banner_wrp .adcb_banner_img_wrp .adcb_banner_hd {
    font-size: 28px;
    display: none;
  }
  .adcb_banner_wrp .adcb_banner_img_wrp .adcb_banner_info_txt {
    font-size: 16px;
    display: none;
  }
  .adcb_banner_wrp .adcb_banner_img_wrp .gradient_btn {
    display: none !important;
  }
  .adcb_banner_wrp .adcb_banner_img_wrp.v2 {
    display: flex;
    background: #263339;
    padding: 48px 15px 0;
  }
  .adcb_banner_wrp .adcb_banner_img_wrp.v2 .adcb_banner_hd, .adcb_banner_wrp .adcb_banner_img_wrp.v2 .adcb_banner_info_txt, .adcb_banner_wrp .adcb_banner_img_wrp.v2 .gradient_btn {
    display: flex !important;
  }
}

@media only screen and (max-width: 575px) {
  /*.adcb_banner_wrp{
        .adcb_banner_img_wrp{padding: 15px;
            .adcb_banner_hd{font-size: 20px;}
            .adcb_banner_info_txt{font-size: 18px; margin-top: 15px;}
            .gradient_btn{height: 40px; max-width: 220px; margin-top: 20px;}
        }
    }*/
}

/* banner star */
/* WORLD OF OPPORTUNITIES, on a single platform Start */
.infographics_wrp {
  padding: 20px 16px 100px;
  position: relative;
}

.infographics_wrp .left_info_img {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 269px;
  z-index: 1;
}

.infographics_wrp .left_info_img img {
  max-width: 100%;
}

.infographics_wrp .right_info_img {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 257px;
  z-index: 1;
}

.infographics_wrp .right_info_img img {
  max-width: 100%;
}

.infographics_wrp.v2 .right_info_img .mbl {
  display: none;
}

.hd1 {
  font-size: 36px;
  color: #273239;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  font-family: "proximanova-regular";
}

.hd1.mt1 {
  margin-top: 20px;
}

.hd2 {
  font-size: 16px;
  color: rgba(39, 50, 57, 0.7);
  margin-top: 15px;
  z-index: 2;
  position: relative;
}

.block_2 {
  max-width: 800px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  /*align-items: baseline;*/
  z-index: 2;
  position: relative;
}

.block_2 .block_2_col {
  width: 324px;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.block_2 .block_2_col .img_wrp {
  /*max-width: 224px;*/
}

.block_2 .block_2_col .img_wrp img {
  max-width: 100%;
}

.gradient_btn.cstm {
  /*height: 60px; font-size: 20px;*/
  margin-top: 23px;
  max-width: inherit;
  /*padding: 0 40px;*/
  font-size: 16px;
  height: 48px;
}

.txtx_wrp {
  padding: 96px 0;
  z-index: 2;
  position: relative;
  font-family: "proximanova-bold";
  margin: 0;
}

.txtx_wrp .txtx_wrp_inr {
  padding: 0 25px;
}

.txtx_wrp .txtx_wrp_inr .big_txt {
  font-size: 36px;
  color: #ffffff;
}

.txtx_wrp .txtx_wrp_inr .small_txt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.ci_logo_list_wrp {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}

.ci_logo_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  min-width: 880px;
}

.ci_logo_list li {
  display: flex;
}

.ci_logo_list li a {
  display: flex;
  padding: 0 10px;
}

.ci_logo_list.v2 li a {
  padding: 0 20px;
}

.shadow_wrp {
  width: 100%;
  /*height: 44px;*/
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.45;
  display: flex;
}

.shadow_wrp img {
  width: 100%;
}

.shadow_wrp.v2 {
  transform: rotate(-180deg);
  bottom: inherit;
  top: 0;
}

.dsk_none {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .ci_logo_list {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .dsk_none {
    display: block;
  }
  .block_2 .block_2_col {
    width: calc(50% - 25px);
    padding-bottom: 100px;
    position: relative;
  }
  .block_2 .block_2_col .gradient_btn.cstm {
    position: absolute;
    bottom: 0;
  }
  .infographics_wrp.v1 .left_info_img, .infographics_wrp.v1 .right_info_img {
    display: none;
  }
  .infographics_wrp.v2 .left_info_img {
    width: 200px;
  }
  .infographics_wrp.v2 .right_info_img {
    width: 290px;
  }
  .infographics_wrp.v2 .right_info_img .mbl {
    display: block;
  }
  .infographics_wrp.v2 .right_info_img .desk {
    display: none;
  }
  .ci_logo_list li a {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .gradient_btn, .border_btn {
    /*height: 50px; font-size: 28px;*/
  }
  .gradient_btn.cstm, .border_btn.cstm {
    /*height: 70px; font-size: 31px;*/
    max-width: inherit;
    height: 48px;
  }
  .hd1 {
    font-size: 50px;
  }
  .hd2 {
    font-size: 38px;
  }
  .block_2 .block_2_col .img_wrp img {
    height: 332px !important;
  }
  .bg_devider {
    height: 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infographics_wrp.v2 .left_info_img {
    width: 175px;
  }
  .infographics_wrp.v2 .right_info_img {
    width: 200px;
  }
  .block_2 .block_2_col .img_wrp img {
    height: 260px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hd1 {
    font-size: 28px;
    margin-top: 40px;
  }
  .hd2 {
    font-size: 20px;
  }
  .infographics_wrp {
    padding-bottom: 70px;
  }
  .infographics_wrp.v1 .hd1 {
    margin-top: 0;
  }
  .gradient_btn.cstm {
    /*height: 40px;*/
    margin-top: 30px;
    /*font-size: 16px;*/
    /* max-width: 100%;*/
  }
  .gradient_btn.cstm i {
    margin-right: 5px;
  }
  .gradient_btn i {
    margin-right: 5px;
  }
  .infographics_wrp.v2 {
    padding-bottom: 96px;
  }
  .infographics_wrp.v2 .left_info_img {
    width: 150px;
  }
  .infographics_wrp.v2 .right_info_img {
    width: 180px;
  }
  /*.block_2{margin-top: 35px; flex-flow: column; align-items: center; margin-top: 10px;
        .block_2_col{margin-top: 30px; width: 100%;
            .img_wrp{max-width: inherit;}
        }
    }*/
  .txtx_wrp {
    /*margin: 40px 0 0 0;*/
    flex-flow: column;
    align-items: center;
  }
  .txtx_wrp .mdbl {
    margin-top: 30px;
  }
  .txtx_wrp .txtx_wrp_inr {
    padding: 0 5px;
  }
  .txtx_wrp .txtx_wrp_inr .big_txt {
    font-size: 24px;
  }
  .block_2 .block_2_col .img_wrp img {
    height: 180px !important;
  }
}

@media only screen and (max-width: 479px) {
  .block_2 .block_2_col .img_wrp img {
    height: 120px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .txtx_wrp {
    /*display: none !important;*/
  }
  .ci_logo_list {
    margin-top: 60px;
  }
  .ci_logo_list li a img {
    width: auto;
  }
}

@media only screen and (max-width: 479px) {
  .block_2 .block_2_col {
    width: calc(50% - 10px);
    padding-bottom: 70px;
  }
  /*.block_2{flex-flow: column; align-items: center; margin-top: 10px;
        .block_2_col{margin-top: 30px; width: 100%;
            .img_wrp{max-width: inherit;}
        }
    }
    .gradient_btn.cstm{max-width: 100%;}*/
}

/* WORLD OF OPPORTUNITIES, on a single platform End */
/* BUILD YOUR BUSINESS start */
.infographics_wrp.v2 {
  padding-bottom: 86px;
  padding-bottom: 134px;
  max-width: 100%;
}

.infographics_wrp.v2 .left_info_img {
  margin-top: 40px;
  bottom: 0;
}

.infographics_wrp.v2 .right_info_img {
  bottom: 20px;
}

.byb_wrp {
  padding: 48px 0 10px;
  max-width: 1260px;
  max-width: 1440px;
  margin: 0 auto;
  /*align-items: flex-start;*/
  z-index: 2;
  position: relative;
}

.byb_wrp .block_2_col {
  width: 425px;
}

.byb_wrp .block_2_col .img_wrp img {
  max-width: 100%;
}

.byb_wrp .block_2_col .gradient_btn {
  margin-top: 60px;
}

.byb_wrp .rght_wrp {
  flex-wrap: wrap;
  padding-left: 40px;
  margin-top: -25px;
  width: calc(100% - 425px);
  flex-flow: column;
  align-items: center;
}

.byb_wrp .rght_wrp .rght_wrp_inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.byb_wrp .rght_wrp.v2 {
  padding: 0 40px 0 0;
}

.byb_wrp .rght_wrp .hd1 {
  margin-top: 96px;
  text-align: center;
}

.byb_wrp.v2 .arrow_link {
  margin-top: 55px;
}

.byb_wrp.v3 {
  padding: 0;
}

.byb_block {
  width: 255px;
  padding: 25px;
}

.byb_block .img_wrp img {
  max-width: 100%;
}

.byb_block .byb_txt {
  line-height: 24px;
  font-size: 16px;
  color: rgba(39, 50, 57, 0.7);
  margin-top: 15px;
}

.arrow_link {
  line-height: normal;
  text-decoration: none;
  font-size: 18px;
  color: #21aaca;
  margin-top: 40px;
}

.arrow_link i {
  font-size: 24px;
  margin: 3px 0 0 5px;
}

.arrow_link:hover {
  color: #273239;
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .byb_wrp .block_2_col {
    width: 375px;
  }
  .byb_wrp .rght_wrp {
    width: calc(100% - 375px);
  }
  .byb_wrp .byb_block {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .byb_wrp .block_2_col {
    width: 435px;
  }
  .byb_wrp .rght_wrp {
    width: calc(100% - 435px);
    padding-left: 0;
  }
  .byb_wrp .rght_wrp .byb_block {
    width: 180px;
    padding: 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .byb_wrp .rght_wrp .rght_wrp_inr {
    justify-content: flex-end;
  }
  .byb_wrp .rght_wrp.sde {
    padding-left: 0;
    padding-right: 40px;
  }
  .byb_wrp .rght_wrp.sde .rght_wrp_inr {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .byb_wrp {
    flex-flow: column-reverse;
    align-items: center;
  }
  .byb_wrp.mbl-pd {
    position: relative;
    padding-bottom: 86px;
  }
  .byb_wrp.mbl-pd .gradient_btn.cstm {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
  .byb_wrp .rght_wrp {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px 0;
  }
  .byb_wrp .rght_wrp .byb_block {
    width: 50%;
  }
  .byb_wrp .rght_wrp .arrow_link {
    display: none !important;
  }
  .byb_wrp.v2 {
    flex-flow: column;
  }
  .byb_wrp.v3 .rght_wrp .hd1 {
    text-align: center;
  }
  .infographics_wrp.v2 .left_info_img.mdb {
    bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .byb_block .byb_txt {
    font-size: 38px;
    line-height: 54px;
  }
  .byb_wrp .rght_wrp .byb_block {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .byb_wrp {
    padding-top: 40px;
  }
  .byb_wrp .rght_wrp .byb_block .byb_txt {
    line-height: 36px;
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .mbl_wh {
    max-width: 80%;
  }
  .mbl_wh2 {
    max-width: 75%;
  }
  .byb_wrp {
    padding-top: 48px;
  }
  .byb_wrp .block_2_col {
    max-width: 100%;
  }
  .byb_wrp .rght_wrp {
    justify-content: space-between;
    align-items: baseline;
  }
  .byb_wrp .rght_wrp .byb_block {
    width: 48%;
    padding: 20px 0;
  }
  .infographics_wrp.v2 {
    padding-bottom: 96px;
  }
  .byb_wrp .rght_wrp .byb_block .byb_txt {
    line-height: 34px;
    font-size: 24px;
  }
  .byb_wrp.mbl-pd .gradient_btn.cstm {
    /*width:100%;*/
    left: 50%;
    transform: translate(-50%);
    /*width: 210px;*/
    height: 48px;
  }
}

/* BUILD YOUR BUSINESS End */
/* WE GIVE YOU THE WORLD... start */
.hgf_wrp {
  padding: 75px 16px;
}

.hgf {
  justify-content: center;
  align-items: center;
}

.hgf .globe_infographics {
  width: 360px;
}

.hgf .globe_infographics img {
  max-width: 100%;
}

.hgf .globe_info_txt_wrp {
  width: calc(100% - 360px);
  padding-left: 0;
  max-width: 700px;
  padding-left: 60px;
}

.hgf .globe_info_txt_wrp .arrow_link {
  margin-top: 25px;
}

.hgf .globe_info_txt_wrp .hd1 {
  margin-top: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .hgf {
    /*.globe_infographics{width: 500px;}
        .globe_info_txt_wrp{padding-right: 0;}*/
  }
}

@media only screen and (max-width: 359px) {
  .byb_wrp.mbl-pd .gradient_btn.cstm {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .hgf_wrp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hgf {
    /*flex-flow: column-reverse;*/
  }
  .hgf .globe_infographics {
    max-width: 100%;
  }
  .hgf .globe_info_txt_wrp {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hgf_wrp {
    padding-top: 0;
  }
  .hgf {
    /*flex-flow: column-reverse;*/
  }
  .hgf .globe_infographics {
    max-width: 100%;
    width: 150px;
  }
  .hgf .globe_info_txt_wrp {
    width: calc(100% - 150px);
    padding-left: 10px;
  }
}

/* WE GIVE YOU THE WORLD... End */
/* JOIN THE JOURNEY... Start */
.graphics_2 {
  width: 100%;
  height: 170px;
  background: #f3f9fd;
  position: relative;
  overflow: hidden;
}

.graphics_2 .graphics_2_inner {
  width: 100%;
  height: 170px;
  background: #dfe1e5;
  width: 170%;
  height: 170px;
  background: #dfe1e5;
  transform: rotate(-4deg);
  position: absolute;
  top: 33px;
  left: -50px;
}

.graphics_2 .grey_circle {
  width: 500px;
  height: 400px;
  border-radius: 100%;
  background: #dfe1e5;
  position: absolute;
  left: 50%;
  margin-left: -250px;
}

.graphics_3_wrp {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 140px;
  margin-top: -94px;
}

.graphics_3 {
  width: calc(100% + 15px);
  height: 140px;
  background: #dfe1e5;
  position: relative;
  overflow: hidden;
  position: absolute;
  bottom: -70px;
  left: -20px;
  transform: rotate(-7deg);
  z-index: 2;
  display: none;
}

.journey_wrp {
  padding: 0 16px;
}

.hd3 {
  font-size: 36px;
  color: #273239;
}

.card_block_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  flex-wrap: wrap;
}

.card_block_list li {
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
  border: solid 5px #ffffff;
  padding: 5px;
  padding: 0;
  width: 248px;
  cursor: pointer;
  margin: 5px;
}

.card_block_list li .nrml_div {
  width: 100%;
  height: 100%;
  background: #21aaca;
  position: relative;
}

.card_block_list li .nrml_div .img_wrp {
  width: 100%;
  height: 100%;
}

.card_block_list li .nrml_div .img_wrp img {
  max-width: 100%;
}

.card_block_list li .nrml_div .bg_wrp {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 16px 55px;
  background: #21aaca;
}

.card_block_list li .nrml_div .bg_wrp .card_hd {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}

.card_block_list li .nrml_div .bg_wrp .card_hd2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 16px;
}

.card_block_list li .nrml_div .bg_wrp .fa-arrow-right {
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.card_block_list li .nrml_div .bg_wrp .hoverd_txt {
  display: none;
}

.card_block_list li .nrml_div .bg_wrp .learn_more {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 16px;
  bottom: 20px;
  display: none;
}

.card_block_list li:hover .bg_wrp {
  height: 100%;
  background: rgba(33, 170, 202, 0.8);
}

.card_block_list li:hover .bg_wrp .nrml_txt {
  display: none;
}

.card_block_list li:hover .bg_wrp .hoverd_txt {
  display: block;
}

.card_block_list li:hover .bg_wrp .learn_more {
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .journey_wrp .hd3 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .graphics_2 {
    height: 115px;
  }
}

@media only screen and (max-width: 767px) {
  .graphics_2 {
    height: 110px;
  }
  .graphics_2 .graphics_2_inner {
    transform: rotate(-10deg);
  }
  .graphics_2 .grey_circle {
    width: 300px;
    height: 200px;
    margin-left: -150px;
  }
}

/* JOIN THE JOURNEY... End */
/* bg_ingographics start */
.bg_ingographics {
  background: url(../images/adcb/glv2/prelogin/bg_image.png) no-repeat;
  margin: 0 auto;
  /* max-width: 1366px;*/
  padding: 76px 16px;
  background-size: cover;
}

.bdgtm_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bdgtm_list li {
  display: flex;
  flex-flow: column;
  border: none !important;
  padding: 0 20px 0 40px;
  width: 25%;
  margin: 20px 0;
}

.bdgtm_list li:first-child {
  border-left: 1px;
}

.bdgtm_list li .img_wrp {
  width: 50px;
  height: 50px;
}

.bdgtm_list li .img_wrp img {
  max-width: 100%;
}

.bdgtm_list li .fd_txt {
  font-size: 24px;
  color: #ffffff;
  padding-left: 20px;
  width: calc(100% - 50px);
  font-family: "proximanova-regular";
}

.bdgtm_list li .fd_txt2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 25px;
  display: flex;
  flex-flow: column;
}

.bdgtm_list li .fd_txt2 a {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 25px;
  text-decoration: none;
}

.bdgtm_list li .fd_txt2 a:first-child {
  margin-top: 0;
}

.bdgtm_list li .fd_txt2 a:hover {
  font-weight: normal;
  text-decoration: underline;
  color: white;
}

.bdgtm_list li .fd_txt2 span {
  margin-top: 25px;
}

.bdgtm_list li .fd_txt2 span:first-child {
  margin-top: 0;
}

.bdgtm_list li .fd_txt2 span + a {
  margin-top: 0;
}

.pdm {
  display: none;
}

.mbl_txt {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .bdgtm_list li .fd_txt {
    font-size: 22px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .graphics_3 {
    display: block;
  }
  .bg_ingographics {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  .bdgtm_list {
    width: 100%;
  }
  .bdgtm_list li {
    padding: 0 20px;
  }
  .bdgtm_list li:nth-child(3) {
    /*border-left: 1px dashed #ffffff;*/
  }
  .mbl_none {
    display: none;
  }
  .pdm {
    display: flex;
    width: 100%;
    height: 65px;
  }
  .card_block_list {
    justify-content: space-between;
    margin-top: 40px;
  }
  .card_block_list li {
    width: calc(50% - 25px);
    margin: 25px 0;
    border: none;
  }
  .card_block_list li .nrml_div .img_wrp {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding-bottom: 20px;
  }
  .card_block_list li .nrml_div .bg_wrp .learn_more {
    display: block;
    font-size: 38px;
    position: static;
    margin-top: 25px;
  }
  .card_block_list li .nrml_div .bg_wrp .hoverd_txt {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp .nrml_txt {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp .mbl_txt {
    margin-top: 50%;
    display: block;
    font-size: 38px;
    line-height: normal;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd {
    font-size: 38px;
  }
  .card_block_list li .nrml_div .bg_wrp .fa-arrow-right {
    font-size: 30px;
    bottom: 20px;
  }
  .card_block_list li:last-child {
    margin: 5px auto;
    z-index: 3;
  }
}

@media only screen and (max-width: 991px) {
  .card_block_list {
    justify-content: space-between;
    margin-top: 40px;
  }
  .card_block_list li {
    width: calc(50% - 25px);
    margin: 25px 0;
    border: none;
  }
  .card_block_list li .nrml_div .img_wrp {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding-bottom: 20px;
  }
  .card_block_list li .nrml_div .bg_wrp .learn_more {
    display: block;
    font-size: 30px;
    position: static;
    margin-top: 25px;
  }
  .card_block_list li .nrml_div .bg_wrp .hoverd_txt {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp .nrml_txt {
    display: none;
  }
  .card_block_list li .nrml_div .bg_wrp .mbl_txt {
    margin-top: 10%;
    display: block;
    font-size: 30px;
    line-height: normal;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd {
    font-size: 30px;
  }
  .card_block_list li .nrml_div .bg_wrp .fa-arrow-right {
    font-size: 30px;
    bottom: 20px;
  }
  .bdgtm_list .slick-list {
    min-width: 100%;
  }
  .bdgtm_list .slick-list .slick-track {
    display: flex !important;
    min-width: 100%;
    justify-content: center;
  }
  .bdgtm_list .slick-list .slick-track li {
    width: 320px !important;
    margin: 20px auto;
    border: none;
  }
  .bdgtm_list .slick_arrow {
    position: absolute;
    bottom: -50px;
  }
  .bdgtm_list .slick_arrow i {
    font-size: 30px;
    color: #ffffff;
  }
  .bdgtm_list .slick_arrow.next {
    right: 50%;
    margin-right: -32px;
  }
  .bdgtm_list .slick_arrow.prev {
    left: 50%;
    margin-left: -32px;
  }
  .bdgtm_list .slick_arrow.slick-disabled {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 767px) {
  .bdgtm_list li .bdgtm_wrp {
    flex-flow: initial;
    justify-content: center;
  }
  .bdgtm_list li .bdgtm_wrp .fd_txt {
    width: 100%;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .card_block_list li {
    width: calc(50% - 5px);
    margin: 5px 0;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd {
    font-size: 18px;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd2 {
    font-size: 18px;
    min-height: 44px;
  }
  .card_block_list li .nrml_div .bg_wrp .learn_more {
    font-size: 18px;
    margin-top: 0;
  }
  .card_block_list li .nrml_div .bg_wrp .fa-arrow-right {
    font-size: 18px;
    bottom: 16px;
  }
  .graphics_3_wrp {
    margin-top: -25px;
    height: 110px;
  }
  .graphics_3 {
    bottom: -55px;
  }
}

/* bg_ingographics end */
/* bottom block list start */
.bdgtm_list2 {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 60px 16px 0;
  width: 100%;
  max-width: 1275px;
  max-width: 1440px;
  margin: 0 auto;
}

.bdgtm_list2 li {
  display: flex;
}

.bdgtm_list2 li .li_wrp {
  display: flex;
  flex-flow: column;
  padding: 35px;
  width: auto;
  align-items: center;
  justify-content: flex-start;
}

.bdgtm_list2 li .li_wrp.v2 {
  width: auto;
  align-items: baseline;
}

.bdgtm_list2 li .li_wrp .adcb_ftr_txt {
  font-size: 24px;
  color: #ffffff;
  font-family: "proximanova-regular";
  max-width: 460px;
  margin-top: 24px;
}

.bdgtm_list2 li .li_wrp .adcb_footer_logo {
  max-width: 299px;
}

.bdgtm_list2 li .li_wrp .adcb_footer_logo img {
  max-width: 100%;
}

.bdgtm_list2 li .bdgtm_list_txt {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.bdgtm_list2 li .img_wrp {
  /*max-width: 225px;*/
  height: 225px;
  margin-top: 0;
  align-items: baseline;
}

.bdgtm_list2 li .img_wrp img {
  max-width: 100%;
}

.bdgtm_list2 li .gradient_btn {
  margin-top: 25px;
  width: auto;
  max-width: inherit;
  padding: 0 30px;
}

.bdgtm_list2 li .fgbt {
  margin-top: 25px;
}

.bdgtm_list2 li .fgbt a {
  position: relative;
}

.bdgtm_list2 li .fgbt a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.bdgtm_list2 li .links_wrp {
  margin-top: 0;
  line-height: 27px;
  display: flex;
  flex-flow: column;
}

.bdgtm_list2 li .links_wrp a {
  color: #ffffff;
  font-size: 16px;
  font-family: "proximanova-regular";
  text-decoration: none;
}

.bdgtm_list2 li .links_wrp a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 1100px) {
  .bdgtm_list2 li .li_wrp.v2 {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1076px) {
  .bdgtm_list2 li .li_wrp {
    width: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .bdgtm_list2 li .li_wrp {
    width: 280px;
  }
}

@media only screen and (max-width: 1199px) {
  .bdgtm_list2 li .li_wrp {
    padding: 35px;
    width: auto;
  }
  .bdgtm_list2 li .bdgtm_list_txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  .bdgtm_list2 {
    justify-content: space-between;
  }
  .bdgtm_list2 li {
    flex-flow: column;
    width: 50%;
  }
  .bdgtm_list2 li .li_wrp {
    padding: 10px 0;
    flex-flow: initial;
    align-items: center;
    min-width: auto;
    width: auto;
  }
  .bdgtm_list2 li .li_wrp .bdgtm_list_txt {
    display: none !important;
  }
  .bdgtm_list2 li .li_wrp .img_wrp.mbl_none {
    display: none !important;
  }
  .bdgtm_list2 li .li_wrp .gradient_btn {
    margin: 0;
  }
  .bdgtm_list2 li .li_wrp .links_wrp {
    margin: 0;
    padding-left: 40%;
  }
  .bdgtm_list2 li .li_wrp .img_wrp {
    margin: 0;
    height: auto;
  }
  .bdgtm_list2 li .li_wrp .fgbt {
    margin: 0;
    flex-flow: column;
    padding-left: 20px;
  }
  .bdgtm_list2 li .gradient_btn {
    max-width: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .fgbt a {
    width: 236px;
    height: 72px;
  }
  .fgbt a img {
    width: 100%;
    height: auto;
  }
  .bdgtm_list2 li .li_wrp .links_wrp a {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .bdgtm_list2 li .li_wrp .gradient_btn {
    /*height: 70px; font-size: 30px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bdgtm_list2 li .li_wrp .links_wrp a {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .bdgtm_list2 li .li_wrp .gradient_btn {
    /*height: 50px; font-size: 22px;*/
  }
  .fgbt a {
    width: 180px;
    height: 60px;
  }
  .fgbt a img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bdgtm_list2 {
    padding-top: 96px;
    flex-flow: column;
    align-items: center;
  }
  .bdgtm_list2 li {
    width: 100%;
  }
  .bdgtm_list2 li .li_wrp .gradient_btn {
    /*font-size: 13px;*/
  }
  .bdgtm_list2 li .li_wrp .links_wrp {
    padding-left: 0;
    margin-top: 20px;
  }
  .bdgtm_list2 li .li_wrp .links_wrp a {
    font-size: 16px;
    padding-bottom: 3px;
  }
  .bdgtm_list2 li .li_wrp.mbl_hide {
    display: none;
  }
  .bdgtm_list2 li .li_wrp .adcb_ftr_txt {
    font-size: 20px;
  }
  .bdgtm_list2 li:first-child {
    width: 100%;
  }
  .fgbt a {
    width: 160px;
    height: 50px;
  }
  .fgbt a img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 369px) {
  .bdgtm_list2 li .li_wrp .gradient_btn {
    /*font-size: 13px;*/
  }
  .bdgtm_list2 li .li_wrp .gradient_btn .btn_txt_wrp {
    display: flex;
    align-items: center;
  }
  .bdgtm_list2 li .li_wrp .gradient_btn i {
    font-size: 16px;
  }
}

/* bottom block list End */
@media only screen and (max-width: 575px) {
  .hd1 {
    font-size: 24px;
  }
  .block_2 .block_2_col .gradient_btn.cstm {
    /*font-size: 12px;*/
  }
  .byb_wrp .rght_wrp {
    padding-bottom: 0;
  }
  .byb_wrp .rght_wrp .byb_block .byb_txt {
    line-height: 24px;
    font-size: 18px;
  }
  .hd3 {
    font-size: 28px;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd {
    font-size: 14px;
    min-height: 34px;
  }
  .card_block_list li .nrml_div .bg_wrp .card_hd2 {
    font-size: 14px;
    min-height: 55px;
  }
  .fgbt a {
    width: 120px;
    height: 30px;
  }
}

@media only screen and (max-width: 349px) {
  .block_2 .block_2_col .gradient_btn.cstm {
    /*font-size: 11px;*/
  }
}

@media only screen and (max-width: 327px) {
  .block_2 .block_2_col .gradient_btn.cstm {
    /*font-size: 10px;*/
  }
}

/* 404 page start */
.header_404 .adcb_pre_header {
  background: #ffffff;
  padding-bottom: 22px;
}

.header_404 .adcb_pre_header .border_btn {
  background: #ffffff;
}

.header_404 .adcb_pre_header .border_btn:hover {
  background-image: linear-gradient(to right, #393a7e, #00adcd);
}

.subhd {
  font-size: 24px;
  color: #273239;
  text-transform: uppercase;
  margin-top: 15px;
}

.page_404 {
  padding: 0 16px 95px;
}

.txt404 {
  font-size: 200px;
  padding-top: 0;
  color: #a6a6a6;
}

.txt404hd2 {
  font-size: 40px;
  color: #273239;
  margin-top: 10px;
  text-transform: uppercase;
}

.block_2.v2 {
  max-width: 1210px;
  /*margin-top: 120px;*/
}

.block_2.v2 .block_2_col {
  width: 100%;
  max-width: 333px;
}

.block_2.v2 .block_2_col .img_wrp {
  max-width: 333%;
  width: 100%;
  height: 250px;
  align-items: center;
}

.footer_wrp {
  margin-top: 100px;
}

.footer_wrp .welovesme_img {
  display: none;
}

.footer_wrp .ftxt {
  display: none;
}

.link_list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 30px;
  color: #21aaca;
  flex-wrap: wrap;
}

.link_list a {
  color: #21aaca;
  font-family: "proximanova-regular";
  padding: 5px 15px;
  text-decoration: none;
  font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .block_2.v2 .block_2_col {
    width: 33%;
  }
}

@media only screen and (max-width: 1024px) {
  .block_2.v2 {
    flex-wrap: wrap;
  }
  .block_2.v2 .block_2_col {
    margin-top: 30px;
  }
  .block_2.v2 .block_2_col .gradient_btn.cstm {
    /*height: 48px; font-size: 24px;*/
  }
}

@media only screen and (max-width: 991px) {
  .block_2.v2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block_2.v2 .block_2_col {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .txt404 {
    font-size: 150px;
    padding-top: 40px;
  }
  .txt404hd2 {
    font-size: 24px;
  }
  .block_2.v2 {
    margin-top: 40px;
  }
  .block_2.v2 .block_2_col .img_wrp {
    height: auto;
  }
  .link_list {
    justify-content: space-between;
  }
  .link_list a {
    width: 48%;
    font-size: 18px;
  }
  .link_list .devider_li {
    display: none;
  }
  .footer_wrp {
    margin-top: 40px;
  }
}

/* 404 page End */
#contactus_overlay .modal-header .close {
  background: no-repeat;
  outline: none;
  border: none;
  padding: 0;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 15px;
}

#contactus_overlay .modal-footer .btn-primary {
  outline: none;
  box-shadow: none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/* coockie_policy start */
.cookie_policy {
  padding-top: 8px;
  padding-bottom: 8px;
}

.cookie_policy .coolie_txt {
  font-size: 14px;
}

.cookie_policy .fa-cookie-bite {
  width: auto;
  height: auto;
  font-size: 32px;
}

/* coockie_policy End */
.block_2 .border_btn.sgn_btn {
  max-width: 280px;
  height: 48px;
  margin-top: 25px;
  font-size: 24px;
}

/* inner pre header start */
.inr_pr_hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.inr_pr_hdr .hdr_btn_wrp {
  display: flex;
}

.inr_pr_hdr .hdr_btn_wrp button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 5px;*/
}

/* inner pre header End */
/* contact us overlay start */
#contactus_overlay .modal-content {
  border-radius: 0;
}

#contactus_overlay .modal-header .modal-title {
  margin: 0 !important;
}

#contactus_overlay .modal-header .close {
  margin: 0;
}

#contactus_overlay .modal-footer .modal_btn {
  background: #ec0100;
  border-color: #ec0100;
}

#contactus_overlay .modal-body .form-group .form-control {
  border-radius: 0;
}

/* inner pages footer container width increase start */
footer#footer > .container {
  max-width: 1440px;
  padding: 0 15px;
}

footer#footer > .container .row {
  margin-left: 0;
  margin-right: 0;
}

/* inner pages footer container width increase End */
/* inforgraphic alignment start */
.info-hd-cont-mobile {
  display: none;
}

.info-hd-cont-desktop {
  max-width: 765px;
  width: 100%;
  margin-bottom: 24px;
}

.info-hd-cont-desktop .hd1 {
  margin-top: 0 !important;
}

#build_your_business_adcb {
  margin-top: 50px !important;
}

@media only screen and (min-width: 1025px) {
  .info_graphic_btn_wrp {
    max-width: 765px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .infographics_wrp.v2 {
    padding-bottom: 84px;
  }
  #build_your_business_adcb .byb_wrp .rght_wrp {
    align-items: flex-end !important;
  }
  #build_your_profile .byb_wrp .rght_wrp {
    align-items: flex-start !important;
  }
  #build_your_profile .rght_wrp_inr {
    max-width: 765px;
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .info-hd-cont-mobile {
    display: block;
  }
  .info-hd-cont-desktop {
    display: none;
  }
}

/* gl-6043 cross ci block start */
.logowrpr {
  float: left;
  line-height: normal;
  margin-top: 10px;
}

.sign_in {
  max-width: 120px;
  width: 100%;
  border-radius: 20px;
  border: solid 1px #ec0100;
  color: #ec0100;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 8px;
  background-color: #ffffff;
}

.join_button {
  max-width: 170px;
  width: 100%;
  border-radius: 20px;
  border: solid 1px #ec0100;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  background-color: #ec0100;
  text-align: center;
}

.join_button:hover {
  background-color: #ec0100;
}

.right_section {
  float: right;
  width: 30%;
  text-align: right;
}

.btn_cross_ci_wrp {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.videoLnk {
  margin-top: 0;
}

#login-form {
  display: none;
}

.prelogin .tabCnt {
  margin-top: 0;
  padding-top: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .right_section {
    width: 43%;
  }
}

.cross_ci_block.campaign_block {
  float: right;
  text-align: center;
}

.cross_ci_block .cross_ci_btn, .cross_ci_block .cross_ci_btn:hover, .cross_ci_block .cross_ci_btn:active, .cross_ci_block .cross_ci_btn:focus, .cross_ci_btn_2:hover {
  background: #ec0100 !important;
}

.campaign_block .cross_ci_btn_2 {
  border-color: #ec0100 !important;
  color: #ec0100 !important;
}

.campaign_block .cross_ci_btn_2 img {
  display: none;
}

.campaign_block .cross_ci_btn_2:hover {
  color: #ffffff !important;
}

/* gl-6043 cross ci block end*/
/* Affinitypageurl start */
.fr_wwww.affinity .cross_ci_block {
  float: right;
  text-align: center;
}

.fr_wwww.affinity .cross_ci_block .cross_ci_btn_2 {
  border-color: #ec0100 !important;
  color: #ec0100 !important;
}

.fr_wwww.affinity .cross_ci_block .cross_ci_btn_2 img {
  display: none;
}

.fr_wwww.affinity .cross_ci_block .cross_ci_btn_2:hover {
  color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
  .fr_wwww.affinity .wholeWrp.hide_signup_form .helpDesWrp {
    display: block;
  }
  .fr_wwww.affinity .wholeWrp.hide_signup_form .header_main.prelogin.mobile {
    display: none !important;
  }
}

/* Affinitypageurl End */
.outerWpr .banCntWp .banCnt .banDec .BanHdr a:hover {
  color: #ffffff;
  text-decoration: none;
}

.bizForum .colLef #article_fullview .fullView .artclSec .postBy .fr .top .left .btn {
  background: #ec0100;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
