/* 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;
  }
}

.desktop_hide {
  display: none;
}

.generic_pre_header_up {
  height: 110px;
  width: 100%;
  z-index: 5;
}

.generic_pre_header_up.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .generic_pre_header_up {
    height: 90px;
  }
}

.language_band {
  width: 100%;
  height: 30px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 40px;
}

.language_band .lang_list {
  list-style: none;
  display: flex;
  align-items: center;
}

.language_band .lang_list li {
  border-left: 1px solid #404040;
}

.language_band .lang_list li a {
  font-size: 14px;
  color: #404040;
  padding: 0 10px;
  display: flex;
  text-decoration: none;
}

.language_band .lang_list li a.act {
  color: #9a9a9a;
  pointer-events: none;
}

.language_band .lang_list li:first-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  .language_band {
    padding: 0 5px;
  }
}

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

.commbank_pre_header {
  padding: 10px 50px;
  width: 100%;
  z-index: 4;
  position: relative;
  background: #ffffff;
  transition: all 0.3s ease;
  height: 80px;
  /*border-bottom: 1px solid #e0e0e0;*/
  /*&.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;}*/
}

.commbank_pre_header .prelogo {
  width: auto;
}

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

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

.hdr_btn_wrp .gradient_btn {
  min-width: inherit;
  background: #009345;
}

.hdr_btn_wrp .gradient_btn:hover {
  background: #007d3b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .commbank_pre_header {
    padding: 10px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile_hide {
    display: none;
  }
  .desktop_hide {
    display: flex;
  }
  /*body.fixed{position: fixed;}*/
  .sptr {
    height: 50px;
  }
  .commbank_pre_header {
    padding: 10px;
    height: 60px;
    z-index: 61;
  }
  .commbank_pre_header .prelogo {
    width: 200px;
    margin-right: 5px;
  }
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    padding: 0 8px;
    height: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    font-size: 10px;
  }
  .hdr_btn_wrp .gradient_btn {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 369px) {
  .commbank_pre_header .prelogo {
    width: 150px;
  }
}

/* header end */
/* Footer Start */
.commbank_pre_footer.commbank_container {
  background: #dee2e9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.commbank_pre_footer.commbank_container .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: transparent;
}

#footer .gl_logo.navbar-brand {
  max-width: 180px;
}

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

#footer {
  /*margin-top: 30px;*/
  padding: 0;
}

.social-links a {
  color: #135eab;
  padding: 0 13px;
}

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

.social-links a .fab {
  font-size: 26px;
}

.footer-newsletter .gl-btn.btn {
  background-color: #ffffff;
  color: #525355;
}

.ftr-max-list {
  list-style: none;
}

.ftr-max-list > li > a {
  font-size: 14px;
  color: #212121;
  position: relative;
  text-decoration: none;
}

.ftr-max-list > li > a.ftr_hdng {
  font-weight: 700;
}

.ftr-max-list > li > a.ftr_hdng:hover::before {
  display: none;
}

.ftr-max-list > li > a:hover {
  text-decoration: none;
}

.ftr-max-list > li {
  margin-top: 20px;
}

.fas.fa-heart {
  color: red;
}

#footer .welovesme {
  margin-top: 12px;
  float: left;
  width: 100%;
}

#footer .btn.login-btn {
  float: left;
  width: 100%;
  max-width: 165px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

#footer .welovesme + .btn {
  float: left;
  min-width: 150px;
  max-width: 150px;
  justify-content: center;
  display: none !important;
}

#footer .request_demo_btn {
  float: left;
  min-width: 150px;
  max-width: 150px;
  justify-content: center;
  display: none !important;
}

.prtnr-us {
  margin-top: 66px;
  margin-bottom: 20px;
}

/*.free-demo-btn{color: $color_primary;}*/
.ftr-max-list li:first-child {
  margin-top: 0;
}

.social-links {
  margin-top: 20px;
  background: transparent;
}

.pwdby-cpy-txt {
  text-align: right;
}

.tou-pp-txt, .power_by_p, .footer-right-reserve {
  font-size: 14px;
  color: #525355;
}

.tou-pp-txt a, .power_by_p a, .footer-right-reserve a {
  color: #525355;
  text-decoration: none;
  font-weight: bold;
}

.tou-pp-txt a:hover, .power_by_p a:hover, .footer-right-reserve a:hover {
  text-decoration: underline;
}

.fdf {
  font-weight: 500;
}

.desktop-none {
  display: none;
}

footer .ftr-max-list li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #135eab;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

footer .ftr-max-list li a:hover:before {
  visibility: visible;
  width: 100%;
}

.btm-ftr-wrp {
  margin-top: 70px;
}

.footer-right-reserve {
  margin-top: 5px;
  opacity: 1;
}

.cntcnt_txt {
  font-size: 14px;
  color: #212121;
  font-weight: bold;
  padding-left: 15px;
}

@media (max-width: 991px) {
  #footer .gl_logo.navbar-brand {
    max-width: inherit;
  }
  .pre_article_footer#footer .gl_logo.navbar-brand {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #header.dock {
    z-index: 12;
    height: 60px;
  }
  #footer {
    margin-top: 0px;
  }
  .desktop-none {
    display: block;
  }
  .mob-none {
    display: none;
  }
  .pwdby-cpy-txt {
    text-align: left;
    margin-top: 40px;
  }
  .cntcnt_txt {
    padding-left: 0;
  }
  .social-links {
    margin-left: -13px;
  }
  #footer.pre_article_footer .container .btn-wrp-pre-article .btn.sigin-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
  }
  #footer.pre_article_footer .container .btn-wrp-pre-article .btn.login-btn {
    display: flex;
  }
}

@media (max-width: 767px) {
  .commbank_container .container .w4 {
    width: 40%;
  }
  .commbank_container .container .w6 {
    width: 60%;
  }
  .commbank_container .social-links a {
    padding: 0 10px;
  }
  .commbank_container .mblpthp {
    margin-top: 60px !important;
  }
}

/* footer end */
/* success block Start */
.success_block {
  /*margin-top: 80px;*/
  padding: 70px 0 125px;
}

.success_block .pre-hdr-clr {
  color: #ffffff;
  text-align: center;
}

.success_block .pre-hdr-clr_3 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}

.success_list {
  list-style: none;
  display: block;
  /*max-width: 1087px;*/
  max-width: 1400px;
  margin: 45px auto 75px;
  position: relative;
}

.success_list .commbank_slick_arrow {
  bottom: -75px;
  right: 20px;
}

.success_list .commbank_slick_arrow.prev {
  right: 70px;
}

.success_list .slick_arrow {
  bottom: -110px;
  right: 20px;
}

.success_list .slick_arrow.prev {
  right: 80px;
}

.success_list li {
  width: 310px;
  padding: 24px;
  background: #ffffff;
  text-align: center;
  margin: 0;
  /*border-radius: 5px;*/
  height: 450px;
  border: 2px solid #e5e5e5;
}

.success_list .success_prsnt {
  font-size: 32px;
  line-height: 42px;
  color: #525355;
}

.success_list .success_heading {
  font-size: 18px;
  line-height: 24px;
  color: #525355;
}

.success_list .success_para {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  min-height: 200px;
  color: #525355;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.success_list .by_txt {
  font-size: 14px;
  line-height: 24px;
  color: #525355;
  margin-top: 20px;
}

.success_list .by_txt_2 {
  font-size: 12px;
  line-height: 18px;
  color: #525355;
}

.success_list .store_logo {
  width: 125px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 10px auto 0;
}

.success_list .store_logo img {
  max-width: 100%;
}

.success_list .str_name {
  font-size: 14px;
  color: #84BD00;
  margin-top: 5px;
  text-decoration: none;
}

.success_list .str_name:hover {
  text-decoration: underline;
}

.success_list .brdr {
  width: 50px;
  height: 1px;
  background: #525355;
  margin: 15px auto 0;
}

.success_list .arrow_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.success_list .arrow_link .watch_txt {
  font-size: 16px;
  color: #2b404b;
}

.success_list .arrow_link .arr {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #525355;
  border-top: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 3px;
}

.success_list .arrow_link:hover {
  color: #525355;
  text-decoration: underline;
}

.success_list .watch_video {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.success_list .watch_video .watch_txt {
  font-size: 14px;
  line-height: 18px;
  color: #525355;
}

.success_list .watch_video .vid_icon {
  position: static;
  width: 26px;
  height: 26px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success_list .watch_video .vid_icon .right_arr {
  border-bottom: 6px solid transparent;
  border-left: 6px solid white;
  border-top: 6px solid transparent;
  margin: 0;
}

.success_list.slick-initialized .slick-slide {
  margin: 0 30px;
}

.usr_prf_wrp {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.usr_prf_wrp .usr_pic {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
}

.usr_prf_wrp .usr_pic img {
  max-width: 100%;
}

.usr_prf_wrp .usr_info_wrp {
  display: flex;
  flex-flow: column;
  padding-left: 10px;
}

.usr_prf_wrp .usr_info_wrp .usr_name {
  font-size: 16px;
  color: #525355;
  text-align: left;
}

.usr_prf_wrp .usr_info_wrp .usr_des {
  font-size: 16px;
  color: #525355;
  text-align: left;
}

.success_block .btn {
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .success_list.slick-initialized .slick-slide {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  .success_list.slick-initialized .slick-slide {
    margin: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .success_block {
    padding: 40px 0;
  }
  .success_block .btn {
    margin-top: 130px;
  }
}

/* success block End */
/* templates block Start */
.templates_block {
  background: #ffffff;
  /*margin-top: 150px;*/
  padding: 100px 60px 0;
}

.templates_block .txt_wrp {
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.templates_block .txt_wrp .grth_para {
  margin-top: 17px;
}

.slick_arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  background: transparent;
  position: absolute;
  bottom: 80px;
  right: 0;
}

.slick_arrow:hover {
  background: #2b404b;
  color: #ffffff;
  border-color: #2b404b;
}

.templates_list {
  list-style: none;
  display: block;
  margin: 30px auto 0;
  max-width: 1350px;
  padding-bottom: 85px;
}

.templates_list li {
  width: 233px;
  margin: 0;
}

.templates_list li .img_wrp {
  width: 100%;
  /*height: 404px;*/
  /*background: #ffffff;*/
  border-radius: 5px;
  /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);*/
}

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

.templates_list li .templates_title {
  font-size: 16px;
  color: #212121;
  line-height: 16px;
  margin: 16px 0 6px;
}

.templates_list li .templates_title_2 {
  font-size: 16px;
  color: #0062A8;
  word-break: break-word;
}

.templates_list li:hover .img_wrp {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.templates_list li:hover .templates_title {
  color: #212121;
  font-weight: 500;
}

.templates_list li:hover .templates_title_2 {
  font-weight: 500;
  text-decoration: underline;
}

.templates_list li a:hover {
  color: #212121;
}

.templates_list .slick_arrow {
  border-color: #2b404b;
  color: #2b404b;
  bottom: 55px;
}

.templates_list .slick_arrow:hover {
  background: #2b404b;
  color: #ffffff;
}

.templates_list.slick-initialized .slick-slide {
  margin: 0 20px;
  height: auto;
}

.slick_arrow.prev {
  right: 60px;
}

.slick_arrow.slick-disabled {
  color: #212121;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .templates_block {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    /* margin-top: 40px;*/
  }
}

/* templates block End */
/* ecommerce expert start */
.ecommerce_wrp {
  padding: 80px 60px;
  background: #cde3fb;
  margin-top: 50px;
}

.ecommerce_block {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ecommerce_block .txt_wrp_3 {
  max-width: 400px;
}

.ecommerce_block .txt_wrp_3 .ehedng {
  font-size: 36px;
  line-height: 48px;
  color: #525355;
}

.ecommerce_block .txt_wrp_3 .st_txt_2 {
  font-size: 16px;
  line-height: 24px;
  color: #525355;
  margin-top: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.ecommerce_block .txt_wrp_3 .st_txt_2 .fa-check-circle {
  color: #84BD00;
  margin-right: 15px;
}

.ecommerce_block .txt_wrp_3 .st_txt_2 .prs {
  font-size: 32px;
  padding-left: 5px;
}

.ecommerce_block .txt_wrp_3 .st_txt_2 .st_txt_3 {
  font-size: 32px;
  margin-left: 10px;
}

.ecommerce_block .img_wrp {
  max-width: 600px;
}

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

.button_logo_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-right: 60px;
}

.button_logo_wrp .logo_wpr {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.button_logo_wrp .logo_wpr img {
  max-width: 100%;
}

.button_logo_wrp .fill_btn {
  font-size: 16px;
  border-radius: 4px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .ecommerce_block {
    padding: 15px 20px;
  }
  .ecommerce_block .img_wrp {
    /*max-width: 400px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ecommerce_block {
    padding: 15px 20px;
  }
  .ecommerce_block .img_wrp {
    /*max-width: 245px;*/
  }
}

@media only screen and (max-width: 767px) {
  .ecommerce_wrp {
    padding: 50px 0;
  }
  .ecommerce_block {
    flex-flow: column;
    position: relative;
    padding: 85px 20px 50px;
  }
  .ecommerce_block .txt_wrp_3 {
    order: 2;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
  }
  .ecommerce_block .txt_wrp_3 .ehedng {
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 25px;
    left: 0;
    padding: 0 15px;
  }
  .ecommerce_block .img_wrp {
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .button_logo_wrp {
    padding: 0;
  }
}

/* ecommerce expert End */
.mastercard_academy_wrp {
  padding: 15px 0 20px;
}

.mastercard_academy_wrp .overlay_open {
  cursor: pointer;
}

.mastercard_academy_wrp .img_wrp {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

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

.mastercard_academy_wrp .desktop_none {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mastercard_academy_wrp {
    padding: 0;
  }
  .mastercard_academy_wrp .mobile_none {
    display: none;
  }
  .mastercard_academy_wrp .desktop_none {
    display: flex;
  }
  .mastercard_academy_wrp .img_wrp img {
    width: 100%;
  }
}

.diclaimer_overlay_wrp {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 61;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr {
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  margin: 40px auto 0;
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .close_overlay {
  position: absolute;
  top: 10px;
  right: 10px;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .close_overlay i {
  font-size: 20px;
  color: #8d98ac;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .fa-triangle-exclamation {
  font-size: 36px;
  color: #8d98ac;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .dtxt {
  font-size: 24px;
  color: #212121;
  font-family: "Roboto", sans-serif;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .dtxt2 {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 22px;
  margin-top: 16px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .dtxt2 a {
  color: #212121;
  text-decoration: none;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .dtxt2 a:hover {
  text-decoration: underline;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .fill_btn {
  font-size: 14px;
  border-radius: 0;
  height: 40px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .fill_btn:hover {
  background: #2FB201;
  color: #ffffff;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .cancel_link {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 16px;
  text-decoration: none;
}

.diclaimer_overlay_wrp .diclaimer_overlay_inr .cancel_link:hover {
  text-decoration: underline;
}

body.fixed_overlay {
  position: relative;
  overflow: hidden;
  margin-left: -16px;
}

@media only screen and (max-width: 767px) {
  .diclaimer_overlay_wrp .diclaimer_overlay_inr {
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 15px;
  }
}

.grey_bg {
  background: #e5e5e5;
  background: #f7f8f8;
}

.blue_bg {
  background: #cde3fb;
}

.purple_bg {
  background: #8b2372;
}

.bg-blue-clr {
  background: #cde3fb;
}

.blue_gradient_bg {
  background-image: linear-gradient(to right, #0949a2 0%, #095bcc 100%);
}

.font_14 {
  font-size: 14px;
}

.font_16 {
  font-size: 16px;
}

.font_20 {
  font-size: 20px;
}

.col_blue {
  color: #135eab;
}

.col_green {
  color: #38d200;
}

.col_grey {
  color: #6a6a6a;
}

.col_black {
  color: #212121;
}

.mt_16 {
  margin-top: 16px;
}

.line_height_24 {
  line-height: 24px;
}

.commbank_text_link:hover {
  color: #135eab;
}

.commbank_text_link:hover span {
  text-decoration: underline;
}

.col_white {
  color: #ffffff !important;
}

.commbank_container {
  padding: 0 50px;
}

.commbank_container * {
  font-family: 'Nunito', sans-serif;
}

.commbank_container a {
  text-decoration: none;
}

.commbank_container#scroll_8 {
  padding-top: 20px;
}

body {
  line-height: normal;
  font-family: 'Nunito', sans-serif;
}

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

.ml_20 {
  margin-left: 20px;
}

.banDec .actionList li a, .banDec .subHdr a, .banDec .dscrptn a {
  color: #135eab;
}

/*.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-family: 'Nunito', sans-serif;
  font-size: 16px;
  border: 1px solid #135eab;
  height: 40px;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  color: #135eab;
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 4px;
  width: auto !important;
}

.border_btn:hover {
  background: #135eab;
  color: #ffffff;
  border: 1px solid #135eab;
}

.gradient_btn {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  height: 40px;
  background: #135eab;
  border: none;
  outline: none;
  border-radius: 4px;
  font-weight: 500;
  box-shadow: none;
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  padding: 0 20px;
  width: auto !important;
}

.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: #005DC1;
}

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

.fill_btn {
  background: #135eab;
  height: 50px;
  padding: 0 20px;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
}

.fill_btn:hover {
  background: #0b539d;
  color: #ffffff;
}

/* Banner start */
.banner_hd {
  font-size: 36px;
  line-height: 44px;
  color: #f8d800;
  font-weight: bold;
}

.banner_text {
  font-size: 16px;
  color: #ffffff;
  margin-top: 16px;
  line-height: 22px;
}

.commbank_banner_wrp {
  background: url(../images/commbank/glv2/prelogin/banner_img_new.jpg) no-repeat;
  background-size: cover;
  position: relative;
  min-height: 520px;
}

.commbank_banner_wrp p {
  font-family: 'Nunito', sans-serif;
}

.commbank_banner_wrp .banner_left {
  max-width: 660px;
  max-width: 700px;
  /*padding: 80px 0 120px 50px;*/
  padding: 10.8% 0 10.8% 100px;
  padding: 0 0 0 40px;
}

.commbank_banner_wrp .banner_left .fill_btn {
  padding: 0 40px;
  margin-top: 16px;
}

.commbank_banner_wrp .banner_left .border_btn {
  background: transparent;
  border-radius: 4px;
  border-color: #ffffff;
  height: 50px;
  color: #ffffff;
  /*width: 190px !important;*/
  margin-top: 24px;
  font-size: 18px;
}

.commbank_banner_wrp .banner_left .border_btn:hover {
  background: #ffffff;
  color: #212121;
}

.commbank_banner_wrp.women_entp {
  background: url(../images/commbank/glv2/prelogin/women_entp_banner_new.jpg) no-repeat;
  background-size: cover;
}

.commbank_banner_wrp.import_expo {
  background: url(../images/commbank/glv2/prelogin/import_expo_new.jpg) no-repeat;
  background-size: cover;
}

.commbank_banner_wrp.startup_bnr {
  background: url(../images/commbank/glv2/prelogin/startup_journey.jpg) no-repeat;
  background-size: cover;
}

.blk_list {
  list-style: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.blk_list li {
  width: 275px;
  margin-top: 30px;
}

.blk_list li:first-child {
  margin-top: 0;
}

.blk_list li a {
  background: #ffffff;
  padding: 1px 15px 1px 1px;
  display: flex;
  text-decoration: none;
  align-items: center;
  width: 100%;
}

.blk_list li a .blk_img {
  width: 97px;
  height: 64px;
}

.blk_list li a .blk_img img {
  max-width: 100%;
}

.blk_list li a .blk_txt {
  font-size: 12px;
  color: #000000;
  padding-left: 10px;
  width: calc(100% - 106px);
  /*word-break: break-word;*/
}

.blk_list li a .fa-angle-right {
  font-size: 20px;
  color: #135eab;
}

.blk_list li a:hover {
  background: #f3f3f3;
}

/*
@media only screen and (min-width:992px) and (max-width:1199px) {
    .commbank_banner_wrp{
        .banner_left{padding-top: 2%; padding-bottom: 3%;}
    }
}
*/
@media only screen and (max-width: 991px) {
  .commbank_banner_wrp {
    background: url(../images/commbank/glv2/prelogin/banner_img_mobile.jpg) no-repeat;
    background-size: cover;
    align-items: baseline !important;
  }
  .commbank_banner_wrp.women_entp {
    background: url(../images/commbank/glv2/prelogin/women_entp_banner_mobile.jpg) no-repeat;
    background-size: cover;
  }
  .commbank_banner_wrp.import_expo {
    background: url(../images/commbank/glv2/prelogin/import_expo_mobile.jpg) no-repeat;
    background-size: cover;
  }
  .commbank_banner_wrp.startup_bnr {
    background: url(../images/commbank/glv2/prelogin/startup_journey_mobile.jpg) no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .commbank_banner_wrp {
    min-height: 1200px;
  }
  .commbank_banner_wrp .banner_left {
    width: 100%;
    padding: 40px 40px 0 40px;
    max-width: 100%;
  }
  .commbank_banner_wrp .banner_left .banner_hd {
    font-size: 42px;
    line-height: 50px;
    word-wrap: break-word;
  }
  .commbank_banner_wrp .banner_left .banner_text {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
  }
  .commbank_banner_wrp .banner_left .border_btn {
    font-size: 16px;
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .commbank_banner_wrp {
    min-height: 740px;
  }
  .commbank_banner_wrp .banner_left {
    width: 100%;
    padding: 24px 15px 0;
    max-width: 100%;
  }
  .commbank_banner_wrp .banner_left .banner_hd {
    font-size: 20px;
    line-height: 30px;
  }
  .commbank_banner_wrp .banner_left .banner_text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .commbank_banner_wrp .banner_left .border_btn {
    font-size: 14px;
    padding: 0 16px;
  }
  .blk_list {
    bottom: -35px;
    transform: inherit;
    display: flex;
    top: inherit;
    width: calc(100% - 20px);
    white-space: nowrap;
    font-size: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 5px;
    flex-flow: column;
    left: 10px;
    bottom: -115px;
  }
  .blk_list li {
    margin: 0 0 0 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    white-space: initial;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .blk_list li:first-child {
    margin: 0;
  }
}

/* Banner End */
/* What's in it for you? Start */
.wiitfy_arp {
  /*margin: 60px 0 30px;*/
  margin: 60px 0 35px;
}

.wiitfy_arp.scroll_7 {
  padding-bottom: 5px;
}

.commbank_cont_p1 {
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  max-width: 900px;
  margin: 0 auto 60px;
}

.commbank_cont_hd {
  font-size: 36px;
  line-height: 42px;
  color: #212121;
}

.commbank_cont_hd2 {
  font-size: 32px;
  line-height: 42px;
  color: #212121;
}

.commbank_block_list {
  list-style: none;
  display: flex;
  margin-top: 44px;
  justify-content: center;
}

.commbank_block_list li {
  width: 20%;
  padding: 20px 30px;
}

.commbank_block_list li .commbank_block_img {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commbank_block_list li .commbank_block_img img {
  max-width: 100%;
}

.commbank_block_list li .commbank_block_img i.fa-thin {
  font-size: 50px;
  color: #009345;
}

.commbank_block_list li .commbank_block_txt {
  font-size: 20px;
  color: #212121;
  margin-top: 16px;
  font-weight: 600;
  /*word-break: break-word;*/
}

.commbank_block_list li .commbank_block_txt2 {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin-top: 10px;
}

.commbank_block_list li:first-child {
  padding-left: 0;
}

.commbank_block_list li:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .commbank_block_list li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .commbank_block_list li:first-child {
    padding-left: 0;
  }
  .commbank_block_list li:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .commbank_container {
    padding: 0 40px;
  }
  .commbank_block_list {
    flex-wrap: wrap;
    margin-left: -10px;
  }
  .commbank_block_list li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33%;
  }
  .commbank_block_list li:first-child {
    padding-left: 10px;
  }
  .commbank_block_list li:last-child {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .commbank_block_list li .commbank_block_txt {
    /*min-height: 54px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;*/
  }
}

@media only screen and (max-width: 767px) {
  .wiitfy_arp {
    margin-top: 50px;
  }
  .wiitfy_arp.tp20 {
    margin-top: 140px;
  }
  .commbank_container {
    padding: 0 20px;
  }
  .commbank_cont_hd {
    font-size: 24px;
    line-height: 34px;
  }
  .commbank_block_list {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .commbank_block_list li {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .commbank_block_list li:first-child {
    padding-left: 0;
  }
  .commbank_block_list li:last-child {
    padding-right: 0;
  }
  .commbank_block_list li .commbank_block_img {
    height: auto;
  }
}

/* What's in it for you? End */
/* 4 simple steps to start networking Start */
.step_arp {
  padding-top: 15px;
}

.commbank_step_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}

.commbank_step_list li {
  width: 20%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px 10px;
}

.commbank_step_list li .circle_step {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #009345;
  background: #f8d800;
  border-radius: 100%;
}

.commbank_step_list li .commbank_step_img {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.commbank_step_list li .commbank_step_img img {
  max-width: 100%;
}

.commbank_step_list li .commbank_step_img i.fa-light {
  font-size: 35px;
  color: #009345;
}

.commbank_step_list li .commbank_step_txt {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin-top: 8px;
}

.commbank_step_list li.arrow_li {
  width: 6.6%;
  flex-flow: inherit;
  padding: 0;
}

.commbank_step_list li.arrow_li .commbank_divider_line {
  background: #d4d4d4;
  height: 1px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.commbank_step_list li.arrow_li .commbank_divider_line .fa-caret-right {
  position: absolute;
  top: -7px;
  right: -1px;
  color: #d4d4d4;
}

@media only screen and (max-width: 767px) {
  .step_arp {
    padding-top: 0;
  }
  .commbank_step_list {
    margin-top: 0;
  }
  .commbank_step_list li {
    width: 100%;
    width: 50%;
  }
  .commbank_step_list li.arrow_li {
    display: none;
  }
}

/* 4 simple steps to start networking End */
/* Standard Chartered Business Banking solutions for a visionary Start */
.gpd {
  padding: 53px 0 60px;
  /*margin-top: 40px;*/
  margin-top: 50px;
}

.gpd#scroll_4 {
  margin-top: 30px;
  padding-bottom: 30px;
}

.gpd.v2 {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 30px;
}

.commbank_arrow_link {
  font-size: 16px;
  color: #135eab;
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 3;
}

.commbank_arrow_link:hover {
  color: #135eab;
  text-decoration: none;
}

.commbank_arrow_link:hover span {
  text-decoration: underline;
}

.commbank_arrow_link .fa-arrow-right-long {
  margin-left: 5px;
}

.commbank_txt_wrp {
  padding: 20px;
}

.commbank_box_hd {
  font-size: 16px;
  color: #212121;
}

.commbank_box_linkx {
  font-size: 12px;
  color: #135eab;
  margin-bottom: 7px;
  text-decoration: none;
  display: flex;
}

.commbank_box_linkx:hover {
  text-decoration: underline;
}

.commbank_box_text {
  min-height: 120px;
  font-size: 16px;
  color: #6a6a6a;
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.commbank_box_list {
  list-style: none;
  display: flex;
  margin-top: 10px;
  margin-left: -15px;
}

.commbank_box_list li {
  width: calc(20% - 15px);
  position: relative;
  height: auto;
  /*padding-bottom: 60px;*/
  padding-bottom: 30px;
  margin: 20px 0 0 15px;
  background: #ffffff;
  cursor: pointer;
}

.commbank_box_list li .commbank_box_img {
  width: 100%;
}

.commbank_box_list li .commbank_box_img img {
  max-width: 100%;
}

.commbank_box_list li .commbank_arrow_link {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.commbank_box_list li:hover {
  background: #f3f3f3;
}

.commbank_box_list li .commbank_pos_abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.commbank_box_list.v3 {
  padding-bottom: 70px;
}

.commbank_box_list.v3 .commbank_slick_arrow {
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .commbank_box_list {
    flex-wrap: wrap;
  }
  .commbank_box_list li {
    width: 31%;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .commbank_box_list {
    flex-wrap: wrap;
  }
  .commbank_box_list li {
    width: 47%;
  }
}

@media only screen and (max-width: 575px) {
  .commbank_box_list {
    flex-wrap: wrap;
  }
  .commbank_box_list li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .commbank_box_list {
    flex-wrap: wrap;
  }
  .commbank_box_list li .commbank_box_hd {
    height: 57px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .commbank_box_list li .commbank_box_hd.commbank_mbl_txt {
    font-size: 20px;
    font-weight: bold;
    height: 57px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .commbank_box_list li .commbank_box_hd .commbank_box_text {
    height: 120px;
  }
}

/* Standard Chartered Business Banking solutions for a visionary End*/
/* Updates to empower you Start */
.commbank_box_list.v2 {
  padding-bottom: 100px;
  margin-left: 0;
}

.commbank_box_list.v2 li {
  border: 1px solid #d8d8d8;
  margin-left: 8px;
  margin-right: 8px;
}

.commbank_box_list.v2 li .commbank_box_hd {
  height: 81px;
  /*font-size: 14px; height: 76px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;*/
}

.commbank_box_list.v2 li .commbank_box_img {
  /*height: 120px;*/
  overflow: hidden;
}

.commbank_box_list.v2 .slick-list {
  width: 100%;
}

.commbank_slick_arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  color: #135eab;
  align-items: center;
  justify-content: center;
  border: 2px solid #135eab;
  border-radius: 100%;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.commbank_slick_arrow:hover {
  background: #135eab;
  color: #ffffff;
}

.commbank_slick_arrow.prev {
  right: 50px;
}

.ptbt {
  padding-top: 74px;
  padding-top: 60px;
}

#scroll_11 .commbank_box_list.v2 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .commbank_box_list.v2 li {
    margin-right: 0;
  }
}

/* Updates to empower you End */
/* Upcoming Events start */
.date_box {
  background: #e0e2ea;
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #212121;
  width: 60px;
  height: 60px;
}

.date_box .commbank_dt {
  font-size: 24px;
}

.date_box .commbank_mnth {
  font-size: 14px;
}

/* Upcoming Events End */
/* Entrepreneur Testimonials Start */
.testimonial_wrp {
  background: url(../images/commbank/glv2/prelogin/testimonial_bg.png) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.testimonial_wrp .commbank_cont_hd {
  color: #ffffff;
}

.commbank_profile_wrp {
  margin-top: 15px;
}

.commbank_profile_wrp .commbank_prof_img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.commbank_profile_wrp .commbank_prof_img img {
  max-width: 100%;
  border-radius: 100%;
}

.commbank_profile_wrp .commbank_prof_name {
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}

.commbank_userdisplay {
  display: flex;
  margin-top: 3px;
}

.commbank_userdisplay .commbank_prof_img2 {
  width: 33px;
  height: 33px;
  border-radius: 5px;
  overflow: hidden;
}

.commbank_userdisplay .commbank_prof_img2 img {
  max-width: 100%;
}

.commbank_userdisplay .commbank_prof_txt_wrp {
  padding-left: 10px;
  width: calc(100% - 33px);
}

.commbank_userdisplay .commbank_prof_txt_wrp .commbank_prof_txt_2 {
  font-size: 14px;
  color: #ffffff;
}

.commbank_userdisplay .commbank_prof_txt_wrp .commbank_prof_txt_3 {
  font-size: 14px;
  color: #ffffff;
}

.testimonials {
  list-style-type: none;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 50px;
}

.testimonials li {
  display: flex;
  flex-flow: column;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  height: auto;
}

.testimonials li .testimonials_txt {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
}

.testimonials .commbank_slick_arrow {
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  background: #212121;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonials .commbank_slick_arrow:hover {
  background: #135eab;
  color: #ffffff;
}

.testimonials .commbank_slick_arrow.prev {
  /*left: -150px;*/
  left: -16%;
}

.testimonials .commbank_slick_arrow.next {
  /*right: -150px;*/
  right: -16%;
}

@media only screen and (max-width: 1279px) {
  .testimonials {
    padding: 0 40px;
  }
  .testimonials .commbank_slick_arrow.prev {
    left: 0;
  }
  .testimonials .commbank_slick_arrow.next {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .testimonials li .testimonials_txt {
    font-size: 16px;
  }
  .commbank_profile_wrp .commbank_prof_name {
    font-size: 14px;
  }
}

/* Entrepreneur Testimonials end */
/* Women Entrepreneurs landing page start */
.two_column_banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*max-width: 1020px;*/
  max-width: 1064px;
  margin: 60px auto 78px;
  position: relative;
}

.commbank_left_txt1 {
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  margin-top: 24px;
}

.commbank_col {
  width: 50%;
}

.commbank_left .fill_btn {
  height: 60px;
  font-size: 16px;
  margin-top: 24px;
  border-radius: 4px;
}

.commbank_right {
  padding-left: 30px;
}

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

.commbank_right.wmt {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .two_column_banner {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 150px;
  }
  .two_column_banner.v2 {
    padding: 25px 0 50px;
  }
  .commbank_col {
    width: 100%;
  }
  .commbank_col .fill_btn {
    position: absolute;
    bottom: -90px;
    left: 0;
    margin: 0;
  }
  .commbank_right {
    margin-top: 30px;
    padding: 0;
  }
  .commbank_right .commbank_cont_hd2 {
    font-size: 24px;
    line-height: 34px;
  }
  .commbank_left img {
    margin: 0 auto;
  }
}

/* Women Business Owners Groups start */
.wbog_wrp {
  /*background: url(../images/commbank/glv2/prelogin/wbog.png) no-repeat; background-size: cover;*/
  background: #8b2372;
  position: relative;
  padding-bottom: 60px;
}

.wbog_wrp .commbank_cont_hd {
  color: #ffffff;
}

.wbog_wrp .commbank_cont_hd.ptbt {
  padding-top: 60px;
}

.wbog_wrp.v2 {
  background: url(../images/commbank/glv2/prelogin/happy_young.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.wbog_wrp.v2 .commbank_two_col_wrp {
  margin-top: 0;
}

.commbank_two_col_wrp {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  margin: 50px auto 0;
  width: 100%;
  max-width: 1040px;
}

.commbank_two_col_wrp .commbank_two_col {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  display: flex;
}

.commbank_two_col_wrp .commbank_two_col .wbog {
  display: flex;
  flex-flow: column;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_bnr {
  width: 100%;
  height: 118px;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_bnr img {
  max-width: 100%;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp {
  padding: 0 20px 65px;
  height: 100%;
  position: relative;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .wbog_txt_wrp {
  display: flex;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .wbog_txt_wrp .wbog_logo {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .wbog_txt_wrp .wbog_logo img {
  max-width: 100%;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .wbog_txt_wrp .wbog_txtptg {
  width: calc(100% - 80px);
  padding: 7px 0 0 16px;
  display: flex;
  flex-flow: column;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .wbog_txt_wrp .wbog_txtptg .wbog_txt {
  font-size: 20px;
  line-height: 26px;
  color: #212121;
  min-height: 63px;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .wbog_txt_wrp .wbog_txtptg .commbank_user_list {
  list-style: none;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .wbog_txt_wrp .wbog_txtptg .commbank_user_list li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
  margin-left: -10px;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .wbog_txt_wrp .wbog_txtptg .commbank_user_list li img {
  max-width: 100%;
}

.commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .fill_btn {
  height: 37px;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
}

.commbank_two_col_wrp .commbank_two_col.v3 {
  background: transparent;
  align-items: center;
}

.commbank_two_col_wrp.wmnftr {
  max-width: 1140px;
  margin-top: 0;
  padding-top: 60px;
}

@media only screen and (max-width: 991px) {
  .commbank_two_col_wrp.wmnftr {
    padding-top: 45px;
  }
}

.commbank_two_col_wrp.wmnftr .commbank_two_col.v3 {
  max-width: 550px;
  margin: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .commbank_two_col_wrp .commbank_two_col {
    max-width: 440px;
  }
}

@media only screen and (max-width: 991px) {
  .commbank_two_col_wrp {
    flex-flow: column;
  }
  .commbank_two_col_wrp .commbank_two_col {
    max-width: 100%;
  }
  .commbank_two_col_wrp .commbank_two_col.v2 {
    margin-top: 30px;
  }
  .commbank_two_col_wrp .commbank_two_col .wbog .wbog_bnr {
    height: auto;
    overflow: hidden;
  }
  .commbank_two_col_wrp.wmnftr .commbank_two_col:first-child {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .commbank_two_col_wrp .commbank_two_col .wbog .wbog_txt_otrwrp .wbog_txt_wrp .wbog_txtptg .wbog_txt {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .wbog_wrp.v2 {
    padding: 50px 0 95px;
  }
  .wbog_wrp.v2 .commbank_two_col_wrp .commbank_two_col.v3 {
    align-items: center;
  }
}

/* Women Business Owners Groups End */
/* Women Entrepreneurs landing page End */
/* importer exporter landing page start */
/* Set up your e-Commerce website with ease Start */
.video_block {
  width: 100%;
  max-width: 499px;
  margin: 24px auto;
  position: relative;
}

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

.video_block .commbank_play_icon {
  width: 52px;
  height: 52px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  /*background: #135eab;*/
  font-size: 24px;
}

/* Set up your e-Commerce website with ease End */
/* Start your own export e-Commerce website with Linker.store Start */
.mb_txt {
  margin: 16px auto 0;
}

/* Start your own export e-Commerce website with Linker.store End*/
/* Sell on Indian Business Portal Start */
.grey_badge {
  font-size: 16px;
  color: #ffffff;
  background: #212121;
  border-radius: 20px;
  height: 30px;
  padding: 0 10px;
  background-color: #212121;
}

/* Sell on Indian Business Portal End */
/* video overlay start */
#video-overlay .overlay_wrp_01 {
  width: 642px;
  height: 362px;
  position: relative;
  border: 1px solid #212121;
  box-sizing: border-box;
  margin: 99px auto 0;
  background: #212121;
}

#video-overlay .overlay_wrp_01 .clsBtn_v2_wrp {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

#video-overlay .overlay_wrp_01 .clsBtn_v2_wrp .clsBtn_v2 {
  font-size: 30px;
  position: absolute;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #212121;
  color: #ffffff;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 767px) {
  #video-overlay .overlay_wrp_01 {
    width: 100%;
    height: 280px;
  }
  #video-overlay .overlay_wrp_01 #play_video {
    width: 100%;
  }
  #video-overlay .overlay_wrp_01 #play_video iframe {
    width: 100% !important;
    height: 280px;
  }
}

/* video overlay End */
/* importer exporter landing page start */
/* ================================================================================================================ */
#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 */
/* 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: #135eab;
  border-color: #135eab;
}

#contactus_overlay .modal-footer .modal_btn:hover {
  background: #0b539d;
}

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

/* contact us overlay End */
#footer.pre_article_footer .social-links a {
  color: #38D200;
}

#footer.pre_article_footer .social-links a:hover {
  color: #0b539d;
}

/* 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 #135eab;
  color: #135eab;
  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 #38D200;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  background-color: #38D200;
  text-align: center;
}

.join_button:hover {
  background-color: #0b539d;
}

.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: #38D200 !important;
}

.campaign_block .cross_ci_btn_2 {
  border-color: #38D200 !important;
  color: #38D200 !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: #38D200 !important;
  color: #38D200 !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 */
.we_wrp .commbank_cont_hd {
  color: #ffffff;
}

.we_wrp .commbank_box_list.v3 .commbank_slick_arrow {
  color: #ffffff;
  border-color: #ffffff;
}

.we_wrp .commbank_box_list.v3 .commbank_slick_arrow:hover {
  background: #ffffff;
  color: #8b2372;
}

.txt_br br {
  display: none;
}

.txt_br .break1 {
  display: none;
}

@media only screen and (min-width: 1312px) and (max-width: 1693px) {
  .txt_br br {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1110px) {
  .txt_br br {
    display: block;
  }
  .txt_br .break1 {
    display: block;
  }
}

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

/* prelogin inner search header start */
.pre_header_v5.srcin {
  margin-top: 30px;
}

.pre_header_v5.srcin .language_band.commercial {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}

/* prelogin inner search header End */
