/* 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: 80px;
  display: none;
}

.yesbank_pre_header {
  padding: 10px 50px;
  font-family: "scprospersans-regular";
  width: 100%;
  z-index: 4;
  position: relative;
  background: #ffffff;
  transition: all 0.3s ease;
  height: 80px;
  border-bottom: 1px solid #e0e0e0;
}

.yesbank_pre_header .prelogo {
  width: auto;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  /*body.fixed{position: fixed;}*/
  .sptr {
    height: 50px;
  }
  .yesbank_pre_header {
    padding: 10px;
    height: 60px;
    z-index: 61;
  }
  .yesbank_pre_header .prelogo {
    width: 180px;
  }
  .yesbank_pre_header .hdr_btn_wrp {
    width: auto;
  }
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    padding: 0 10px;
    height: 36px;
  }
}

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

@media only screen and (max-width: 369px) {
  /*.yesbank_pre_header .prelogo{width:180px;}
    .yesbank_pre_header .hdr_btn_wrp{width:auto;}*/
}

/* header end */
/* Footer Start */
.yesbank_pre_footer.generic_container .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

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

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

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

.social-links a {
  color: #0062a8;
  padding: 0 20px;
}

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

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

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

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

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

.ftr-max-list > li > a.ftr_hdng {
  font-size: 16px;
}

.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: 6px;
}

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

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

.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: #d71a20;
  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: #404040;
  padding-left: 15px;
  margin-top: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1210px) {
  .social-links a {
    padding: 0 13px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 906px) {
  .social-links a {
    padding: 0 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .yesbank_pre_footer .w6 {
    margin-top: 40px !important;
  }
}

@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: 575px) {
  .yesbank_pre_footer .w4 {
    width: 50%;
  }
  .yesbank_pre_footer .w6 {
    margin-top: 40px !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 */
/*
.grey_bg{background: #e5e5e5;}
.bg-blue-clr{background: #cde3fb;}
.font_14{font-size: 14px;}
.font_16{font-size: 16px;}
.font_20{font-size: 20px;}
.col_blue{color: #0062A8;}
.col_green{color: #d71a20;}

.col_black{color: #525355;}
.mt_16{margin-top: 16px;}
.line_height_24{line-height: 24px;}

*/
/*
@font-face {
    font-family: 'scprospersans-bold';
    font-display: swap;
    src: url('fonts/scprospersans/sc_sc-prosper-sans_otf/SCProsperSans-Bold.otf')  format('truetype'),  
}

@font-face {
    font-family: 'scprospersans-light';
    font-display: swap;
    src: url('fonts/scprospersans/sc_sc-prosper-sans_otf/SCProsperSans-Light.otf')  format('truetype'), 
}

@font-face {
    font-family: 'scprospersans-medium';
    font-display: swap;
    src: url('fonts/scprospersans/sc_sc-prosper-sans_otf/SCProsperSans-Medium.otf')  format('truetype'),   
}
@font-face {
    font-family: 'scprospersans-regular';
    font-display: swap;
    src: url('fonts/scprospersans/sc_sc-prosper-sans_otf/SCProsperSans-Regular.otf')  format('truetype'), 
}
@font-face {
    font-family: 'scprospersans-semibold';
    font-display: swap;
    src: url('fonts/scprospersans/scprospersans-semibold-webfont.otf')  format('truetype'),  
}

.font_light_scprospersans{font-family: "scprospersans-light";}
.font_regular_scprospersans{font-family: "scprospersans-regular";}
.font_medium_scprospersans{font-family: "scprospersans-medium";}
.font_semibold_scprospersans{font-family: "scprospersans-semibold";}
.font_bold_scprospersans{font-family: "scprospersans-bold";}
*/
body {
  line-height: normal;
}

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

.blue_bg {
  background: #dff2fd;
}

.blue_bg2 {
  background: #0062a8;
}

.col_grey {
  color: #404040;
}

.sc_text_link {
  color: #0062a8;
}

.sc_text_link:hover {
  color: #000000;
}

.generic_container {
  padding: 0 50px;
}

.generic_container * {
  font-family: "Roboto", sans-serif;
}

.generic_container a {
  text-decoration: none;
}

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

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

.lh42 {
  line-height: 42px;
}

.ml_20 {
  margin-left: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.pb15 {
  padding-bottom: 15px;
}

.pt80 {
  padding-top: 80px;
}

.pb120 {
  padding-bottom: 120px;
}

.fw500 {
  font-weight: 500;
}

.yhd1 {
  font-size: 32px;
}

.yhd2 {
  font-size: 20px;
}

.yhd3 {
  font-size: 22px;
}

.yhd4 {
  font-size: 16px;
}

.yhd5 {
  font-size: 12px;
}

.yhd6 {
  font-size: 30px;
}

.yhd6.stp {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .yhd6.stp {
    max-width: 430px;
  }
}

.desktop_hide {
  display: none;
}

.devider_2 {
  background: #d71920;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*.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 #d71a20;
  height: 40px;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  color: #d71a20;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 0;
  width: auto !important;
}

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

.gradient_btn {
  font-size: 16px;
  height: 40px;
  background: #d71a20;
  border: none;
  outline: none;
  border-radius: 0;
  font-weight: 500;
  box-shadow: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  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: #ba1b19;
}

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

.fill_btn {
  background: #d71a20;
  height: 50px;
  padding: 0 20px;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  font-family: "scprospersans-medium";
  border: none;
  outline: none;
  box-shadow: none;
}

.fill_btn:hover {
  background: #ba1b19;
  color: #ffffff;
}

.mxw900 {
  max-width: 900px;
  margin: 0 auto;
}

/* banner start */
.tick_list span {
  padding-left: 15px;
}

.yesbank_banner_wrp {
  width: 100%;
  padding-top: 56px;
}

.yesbank_banner_wrp .banner_left {
  width: 44%;
  /*max-width: 589px;*/
}

.yesbank_banner_wrp .banner_left img {
  width: 100%;
}

.yesbank_banner_wrp .banner_right {
  width: 66%;
  /*max-width: calc(100% - 589px);*/
  padding-left: 60px;
}

.yesbank_banner_wrp .banner_right .gradient_btn {
  margin-top: 60px;
  font-size: 20px;
  height: 60px;
  width: 100%;
  min-width: 250px;
}

.yesbank_banner_wrp .banner_right .yhd1 {
  line-height: 40px;
  max-width: 630px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .yesbank_banner_wrp .banner_right {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .yesbank_banner_wrp {
    flex-flow: column;
  }
  .yesbank_banner_wrp .banner_left {
    width: 100%;
    display: flex;
  }
  .yesbank_banner_wrp .banner_left img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  .yesbank_banner_wrp .banner_right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mobile_hide {
    display: none;
  }
  .desktop_hide {
    display: flex;
  }
  .yesbank_banner_wrp {
    padding-top: 30px;
  }
  .yesbank_banner_wrp .yhd1 {
    font-size: 24px;
  }
  .yesbank_banner_wrp .banner_right .gradient_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .yhd6 {
    font-size: 24px;
  }
  .yhd3 {
    font-size: 18px;
  }
}

/* banner End */
/* slider start */
.slider_1 {
  padding: 40px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.slider_1 li {
  display: flex !important;
}

.slider_1 li .img_wrp {
  width: 60px;
  height: 60px;
}

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

.slider_1 li .slider_1_txtwrp {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.slider_1 li .slider_1_txtwrp .slider_1_txt1 {
  line-height: 24px;
}

.slider_1 li .slider_1_txtwrp .slider_1_txt2 {
  line-height: 18px;
}

.slider_1 .sc_slick_arrow {
  border: none;
  font-size: 38px;
  color: #0062a8;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  right: -100px;
  position: absolute;
  cursor: pointer;
}

.slider_1 .sc_slick_arrow.prev {
  right: inherit;
  left: -100px;
}

.slider_1 .sc_slick_arrow:hover {
  background: transparent;
  color: #0062a8;
}

.slider_1 .sc_slick_arrow.slick-disabled {
  color: #a8a9aa;
  cursor: default;
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
  .slider_1 .sc_slick_arrow {
    right: -35px;
  }
  .slider_1 .sc_slick_arrow.prev {
    right: inherit;
    left: -35px;
  }
}

@media only screen and (max-width: 991px) {
  .slider_1 {
    padding-bottom: 70px;
  }
  .slider_1 .sc_slick_arrow {
    right: 0;
    top: inherit;
    bottom: 0;
  }
  .slider_1 .sc_slick_arrow.prev {
    right: 40px;
    left: inherit;
  }
}

/* slider End */
/* invite business opportunities start Start */
.sc_step_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
  max-width: 900px;
}

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

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

.sc_step_list li .sc_step_img {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.sc_step_list li .sc_step_img img {
  max-width: 100%;
}

.sc_step_list li .sc_step_txt {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  margin-top: 8px;
}

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

.sc_step_list li.arrow_li .sc_divider_line {
  background: #7b7b7a;
  height: 1px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.sc_step_list li.arrow_li .sc_divider_line .fa-caret-right {
  position: absolute;
  top: -7px;
  right: -1px;
  color: #7b7b7a;
}

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

/* invite business opportunities start End */
/* Benefits start */
.benefit_list {
  list-style: none;
  max-width: 600px;
  margin: 10px auto 0;
}

.benefit_list li {
  width: 100%;
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #e5e5e5;
}

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

.benefit_list li .txt_wrp2 {
  width: calc(100% - 50px);
  padding-left: 24px;
}

/* Benefits End */
/* At YES BANK we take care of your finances, so you can focus on what's important - growing your business. Start*/
.sc_slick_arrow.v2 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  color: #0062A8;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
  border-radius: 100%;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.sc_slick_arrow.v2:hover {
  background: #0062A8;
  color: #ffffff;
}

.sc_slick_arrow.v2.prev {
  right: 50px;
}

.sc_box_text {
  font-size: 14px;
  color: #273239;
  line-height: 20px;
  margin-top: 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc_arrow_link {
  font-size: 13px;
  color: #0062a8;
  font-family: "scprospersans-regular";
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 3;
}

.sc_arrow_link:hover {
  color: #0062a8;
  text-decoration: none;
}

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

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

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

.sc_box_list li {
  width: calc(20% - 15px);
  position: relative;
  /*padding-bottom: 60px;*/
  padding-bottom: 30px;
  margin: 20px 0 0 15px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #dfdfdf;
}

.sc_box_list li .sc_box_img {
  width: 100%;
}

.sc_box_list li .sc_box_img img {
  max-width: 100%;
}

.sc_box_list li .sc_txt_wrp {
  padding: 20px;
}

.sc_box_list li .sc_txt_wrp.v2 {
  display: flex;
}

.sc_box_list li .sc_txt_wrp.v2 .sc_box_text {
  width: calc(100% - 60px);
  padding-left: 8px;
}

.sc_box_list li .sc_arrow_link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

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

.sc_box_list li .sc_pos_abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc_box_list .slick-list {
  width: 100%;
}

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

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

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

@media only screen and (min-width: 768px) {
  .sc_box_list {
    flex-wrap: wrap;
  }
  .sc_box_list li .sc_box_hd {
    height: 42px;
    font-weight: 500;
    color: #0062a8;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    /*font-family: "scprospersans-bold";*/
  }
}

@media only screen and (max-width: 767px) {
  .sc_box_list li .sc_box_img img {
    width: 100%;
  }
  .sc_box_list li .sc_box_hd.sc_mbl_txt {
    font-size: 20px;
  }
}

/* At YES BANK we take care of your finances, so you can focus on what's important - growing your business. End */
/* Useful Information Start */
.sc_box_list.v2 {
  padding-bottom: 0;
  margin-left: 0;
}

.sc_box_list.v2 li {
  border: 1px solid #d8d8d8;
  margin-left: 0;
  margin-right: 15px;
}

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

.sc_box_list.v2 li .sc_box_text {
  font-size: 16px;
}

.sc_box_list.v2 li .sc_box_img {
  height: 135px;
  overflow: hidden;
}

.sc_box_list.v2 li .sc_arrow_link {
  right: inherit;
  left: 20px;
}

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

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

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

/* Useful Information End */
/* Upcoming Events start */
.date_box {
  background: #e5e5e5;
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #404040;
  width: 60px;
  height: 60px;
}

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

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

/* Upcoming Events End */
/* blue bg Start */
.ul_list_1 {
  list-style: none;
  padding: 30px 0;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.ul_list_1 li {
  width: 20%;
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.ul_list_1 li .ulhd {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.ul_list_1 li .ulhd::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #80b0d3;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.ul_list_1 li .ulhd2 {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .ul_list_1 {
    flex-wrap: wrap;
  }
  .ul_list_1 li {
    width: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 30px 15px;
  }
}

/* blue bg End */
/* ======================================================================= */
/* Banner start */
/*
.banner_hd{font-size: 42px; line-height: 56px; font-family: "scprospersans-medium"; color: #ffffff;}
.banner_text{font-size: 16px; line-height: 24px; font-family: "scprospersans-medium"; color: #ffffff; margin-top:16px;}
.sc_banner_wrp{background: url(../images/sc-in/glv2/prelogin/banner_img.jpg) no-repeat; background-size: cover; position: relative;
    .banner_left{max-width: 560px;  padding: 4% 0 6% 50px;
        .fill_btn{padding: 0 40px; margin-top: 16px;}
    }
    &.women_entp{background: url(../images/sc-in/glv2/prelogin/women_entp_banner.jpg) no-repeat; background-size: cover;}
    &.import_expo{background: url(../images/sc-in/glv2/prelogin/import_expo.jpg) no-repeat; background-size: cover;}
    &.startup_bnr{background: url(../images/sc-in/glv2/prelogin/startup_journey.jpg) no-repeat; background-size: cover;}
}

.blk_list{list-style: none; position: absolute; top: 50%; right: 0;  transform: translateY(-50%);
    li{width: 230px; margin-top: 30px;
        &:first-child{margin-top: 0;}
        a{background: #ffffff; padding: 1px 15px 1px 1px; display: flex; text-decoration: none; align-items: center; width: 100%;
            .blk_img{width: 97px; height: 64px;
                img{max-width: 100%;}
            }
            .blk_txt{font-size: 14px; color: #525355; font-family: "scprospersans-medium"; padding-left: 10px; width: calc(100% - 106px);}
            .fa-angle-right{font-size: 20px;}
            &:hover{background: #f3f3f3;}
        }
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sc_banner_wrp{
        .banner_left{padding-top: 2%; padding-bottom: 3%;}
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sc_banner_wrp{
        .banner_left{padding-top: 2%; padding-bottom: 3%; padding-left: 40px; width: 530px;
            .banner_hd{font-size: 36px; line-height: 40px;}
            .banner_text{}
        }
    }
}

@media only screen and (max-width:767px) {
    .sc_banner_wrp{background: url(../images/sc-in/glv2/prelogin/banner_img_mobile.jpg) no-repeat; min-height: 660px; background-size: cover; align-items: baseline !important;
        .banner_left{width: 100%; padding: 36px 20px 0 ;
            .banner_hd{font-size: 24px; line-height: 36px;}
            .banner_text{font-size: 14px; line-height: 26px; margin-top: 10px;}
        }
        &.women_entp{background: url(../images/sc-in/glv2/prelogin/women_entp_banner_mobile.jpg) no-repeat; background-size: cover;}
        &.import_expo{background: url(../images/sc-in/glv2/prelogin/import_expo_mobile.jpg) no-repeat; background-size: cover;}
        &.startup_bnr{background: url(../images/sc-in/glv2/prelogin/startup_journey_mobile.jpg) no-repeat; background-size: cover;}
    }
    .blk_list{bottom: 0; transform: inherit; display: flex; top: inherit; width: calc(100% - 20px); white-space: nowrap; font-size: 0; overflow-x: scroll; overflow-y: hidden;
        li{margin: 0 0 0 10px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); white-space: initial;
            &:first-child{margin: 0;}
        }
    }
}
*/
/* Banner End */
/* What's in it for you? Start */
/*
.wiitfy_arp{ margin: 73px 0 35px;
    &.scroll_7{padding-bottom: 5px;}
}
.sc_cont_hd{font-size: 36px; line-height: 48px; color: #525355; }
.sc_cont_hd2{font-size: 32px; line-height: 48px; color: #525355; font-family: "scprospersans-medium";}
.sc_block_list{list-style: none; display: flex; margin-top: 44px; justify-content: center;
    li{width: 20%; padding: 20px 30px;
        .sc_block_img{width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
            img{max-width:100%;}
        }
        .sc_block_txt{font-size: 20px; color: #525355; margin-top: 35px; }
        .sc_block_txt2{font-size: 16px; line-height: 24px; color: #525355; margin-top: 16px;}
        &:first-child{padding-left: 0;}
        &:last-child{padding-right: 0;}
    }
}

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

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

@media only screen and (min-width:768px) {
    .sc_block_list{
        li{
            .sc_block_txt{min-height: 42px; 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;}
    .generic_container{padding: 0 20px;}
    .sc_cont_hd{font-size: 24px; line-height:34px;}
    .sc_block_list{flex-wrap: wrap; margin-top: 10px;
        li{padding-left: 10px; padding-right: 10px; width: 100%;
            &:first-child{padding-left: 0;}
            &:last-child{padding-right: 0;} 
            .sc_block_img{height: auto;}
        }
    }
}
*/
/* What's in it for you? End */
/* Standard Chartered Business Banking solutions for a visionary Start */
/*
.sc_box_hd{font-size: 16px; color: #525355; }
.sc_box_linkx{font-size: 12px; color: #0062A8; margin-bottom: 7px; text-decoration: none; display: flex;
    &:hover{text-decoration: underline;}
}
*/
/* Standard Chartered Business Banking solutions for a visionary End*/
/* Entrepreneur Testimonials Start */
/*
.testimonial_wrp{background: url(../images/sc-in/glv2/prelogin/testimonial_bg.png) no-repeat; background-size: cover; padding-bottom: 60px;
    .sc_cont_hd{color: #ffffff;}
}
.sc_profile_wrp{ margin-top: 15px;
    .sc_prof_img{width: 60px; height: 60px; border-radius: 100%;
        img{max-width: 100%; border-radius: 100%;}
    }
    .sc_prof_name{font-size: 20px; color: #ffffff; margin-top: 10px; }
}
.sc_userdisplay{display:flex; margin-top: 3px;
    .sc_prof_img2{width: 33px; height: 33px; border-radius: 5px; overflow: hidden;
        img{max-width: 100%;}
    }
    .sc_prof_txt_wrp{padding-left: 10px; width: calc(100% - 33px);
        .sc_prof_txt_2{font-size: 14px; color: #ffffff;}
        .sc_prof_txt_3{font-size: 14px; color: #ffffff;}
    }
}
.testimonials{list-style-type: none; max-width: 950px; margin: 0 auto; padding: 0 50px;
    li{display: flex; flex-flow: column; margin-top: 20px; align-items: center; justify-content: center;
        .testimonials_txt{font-size: 20px; line-height: 28px; color: #ffffff; text-align: center;}
    }
    .sc_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: #525355; border-radius: 100%; position: absolute; top: 50%; transform: translateY(-50%);
        &:hover{background: #0062A8; color: #ffffff;}
        &.prev{ left: -16%;}
        &.next{right: -16%;}
    }
}

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

@media only screen  and (max-width:767px) {
    .testimonials{
        li{
            .testimonials_txt{font-size: 16px;}
        }
    }
    .sc_profile_wrp{
        .sc_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: 1064px; margin: 60px auto 78px; position: relative;
    &.v2.std{}
}
.sc_left_txt1{font-size: 16px; color: #525355; line-height: 24px; margin-top: 24px;}
.sc_col{width: 50%;}
.sc_left{
    .fill_btn{height:60px; font-size: 16px; margin-top: 24px;}
}
.sc_right{padding-left: 30px;
    img{max-width: 100%;}
    &.wmt{padding-left: 10px;}
}

@media only screen  and (max-width:767px) {
    .two_column_banner{flex-flow: column; margin-top: 0; margin-bottom: 150px;
        &.v2{padding: 25px 0 50px;}
    }
    .sc_col{width: 100%;
        .fill_btn{position: absolute; bottom: -90px; left: 0; margin: 0;}
    }
    .sc_right{margin-top: 30px; padding: 0;
        .sc_cont_hd2{font-size: 24px; line-height: 34px;}
    }
    .sc_left{
        img{margin: 0 auto;}
    }
}
*/
/* Women Business Owners Groups start */
/*
.wbog_wrp{background: url(../images/sc-in/glv2/prelogin/wbog.png) no-repeat; background-size: cover; position: relative; padding-bottom: 60px;
    .sc_cont_hd{color: #ffffff;
        &.ptbt{padding-top: 60px;}
    }
    &.v2{background: url(../images/sc-in/glv2/prelogin/happy_young.png) no-repeat; background-size: cover; padding: 70px 0;
        .sc_two_col_wrp{margin-top: 0;}
    }
}
.sc_two_col_wrp{display: flex;  justify-content: space-between; margin: 50px auto 0; width: 100%; max-width: 1040px;
    .sc_two_col{width: 100%; max-width: 500px; background: #ffffff; display: flex;
        .wbog{display: flex; flex-flow: column;
            .wbog_bnr{width: 100%; height: 118px;
                img{max-width: 100%;}
            }
            .wbog_txt_otrwrp{padding: 0 20px 65px; height: 100%; position: relative;
                .wbog_txt_wrp{display: flex;
                    .wbog_logo{width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; margin-top: -20px;
                        img{max-width: 100%;}
                    }
                    .wbog_txtptg{width: calc(100% - 80px); padding: 7px 0 0 16px; display: flex; flex-flow: column;
                        .wbog_txt{font-size: 20px; line-height: 26px; color: #525355; min-height: 63px; }
                        .sc_user_list{list-style: none;
                            li{width: 30px; height: 30px; border-radius: 100%; overflow: hidden; border: 1px solid #ffffff; margin-left: -10px;
                                img{max-width: 100%;}
                            }
                        }
                    }
                }
                .fill_btn{height: 37px; font-size: 12px; position: absolute; bottom: 20px; right: 20px;}
            }
        }
        &.v3{background: transparent; align-items: center;}
    }
}

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

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

@media only screen and (max-width:991px) {
    .sc_two_col_wrp{
        .sc_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;
            .sc_two_col_wrp .sc_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;
    img{max-width: 100%;}
    .sc_play_icon{width: 52px; height: 52px; color: #ffffff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; background: #0062A8; font-size: 24px;}
}
*/
/* Set up your e-Commerce website with ease End */
/* Sell on Indian Business Portal Start */
/*.grey_badge{font-size: 16px; color: #ffffff; background: #525355; border-radius: 20px; height: 30px; padding: 0 10px; background-color: #525355;}*/
/* Sell on Indian Business Portal End */
/* video overlay start */
/*
#video-overlay{
    .overlay_wrp_01 {
        width: 642px;
        height: 362px;
        position: relative;
        border: 1px solid #525355;
        box-sizing: border-box;
        margin: 99px auto 0;
        background: #525355;
        .clsBtn_v2_wrp {
            position: absolute;
            top: 0;
            right: 0;
            width: 60px;
            height: 60px;
            .clsBtn_v2 {
                font-size: 30px;
                position: absolute;
                line-height: 30px;
                width: 30px;
                height: 30px;
                background: #525355;
                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;
            #play_video{width: 100%;
                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: #d71a20;
  border-color: #d71a20;
}

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

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

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

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

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

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

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

.campaign_block .cross_ci_btn_2 {
  border-color: #d71a20 !important;
  color: #d71a20 !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: #d71a20 !important;
  color: #d71a20 !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 */
.preLog_SearchCnt .pagination li a {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #273239;
  margin: 0;
  line-height: normal;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preLog_SearchCnt .pagination li.active a {
  background: transparent;
  color: #273239;
}

@media only screen and (max-width: 767px) {
  body.scrollOver #contactus_overlay .overlay {
    z-index: 61 !important;
  }
}

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