body {
  color: #666666;
  font-weight: 400;
  overflow-y: scroll;
}

.sub_heading_span {
  color: #f48120;
  font-weight: bold;
}

.icici_signbtn {
  background-color: #f48120;
}

.buss_nav .act a:before {
  background: #f48120;
}

.sign_up_text {
  color: #f6821f;
  border-bottom: 1px solid #f6801f;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f48120 !important;
}

.need_info_brd {
  border-top: 6px solid #f48120;
}

.org_txt {
  color: #f48120;
}

.main_header .new_btn_v2 {
  background: #ffffff;
  color: #f48120;
  border: 1px solid #f48120;
}

.join_button {
  background-color: #ff7900;
}

.tesim_container {
  background: #f48120;
}

.main_header .join_button {
  background-color: #ffffff;
  border: 2px solid #f48527;
  color: #f48120;
}

.art_p1 {
  color: #f48120;
}

.need_info_div {
  border-top: 8px solid #f48527;
}

.testim_para {
  color: #f48120;
}

.get_colortxt {
  color: #f48120;
}

.info_btn .join_button {
  background-color: #193e6c;
  width: 120px;
}

.info_btn #email_id {
  width: calc(100% - 130px);
}

.need_info .info_btn {
  display: inline-block;
}

.main_heading {
  color: #113058;
}

.get_strt_cont_v2 {
  background-color: #193e6c;
}

.foot_sect_list li a {
  color: #7d7f88;
}

.copyright, .foot_links li a {
  color: #c8c9cc;
}

.foot_info_input::placeholder {
  color: #193e6c;
}

.main_wrp .pre_container {
  max-width: 1060px;
}

@media only screen and (min-width: 1280px) {
  .main_wrp .pre_container {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /*.main_heading{font-size: 46px;}*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*.main_heading{font-size: 36px;}*/
}
@media only screen and (max-width: 767px) {
  .main_wrp {
    padding-bottom: 10%;
  }
  .signin_mobile_campaign .header_main.prelogin.mobile {
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 479px) {
  .main_wrp {
    padding-bottom: 10%;
  }
}
/* old buttons */
.btn,
.btn_fff,
.btn2,
.mediumBtn_01,
.medBtn {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 20px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  background: #f6821f none repeat scroll 0 0;
  border: 1px solid #f6821f;
  color: #ffffff;
}

/* MS 03/03/16 */
.btn:before, .btn_fff:before, .btn2:before, .mediumBtn_01:before, .medBtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 3, 3, 0);
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear; /* border-radius: 30px;*/
}

.btn:hover:before,
.btn_fff:hover:before,
.btn2:hover:before,
.mediumBtn_01:hover:before,
.medBtn:hover:before {
  background: rgba(3, 3, 3, 0.2);
}

.disable:hover:before {
  background: rgba(3, 3, 3, 0) !important;
}

.otpWrp .cardRightCont .descCont + .btn:hover:before {
  border-radius: 0;
}
.otpWrp .cardRightCont .descCont + .btn:hover:before .main_header {
  position: absolute;
}
.otpWrp .cardRightCont .descCont + .btn:hover:before .bottom_patch .nwtxt {
  text-align: justify;
}

.overlay_wrp .otpWrp .wrap_02.frmfield_forgetpwd_otp.err {
  position: relative;
}

/* button click effect Start */
.btn:active:before,
.btn_fff:active:before,
.btn2:active:before,
.mediumBtn_01:active:before,
.medBtn:active:before {
  background: rgba(255, 255, 255, 0.8);
}

/* button click effect End */
.btn {
  min-width: 110px;
}

/*.btn:hover { background:#ffffff; color:#152049; }*/
.btn_fff {
  min-width: 110px;
  color: #333333;
  background: #ffffff;
  border: 1px solid #cfcfcf;
}

/*.btn_fff:hover { border-color:#152049; }*/
.btn2 {
  min-width: 110px;
  float: left;
  height: 43px;
  line-height: 44px;
}

.btn.disable, .mediumBtn.disable, .mediumBtn_01.disable {
  background: #cccccc;
  border: 1px solid #cccccc;
  cursor: default;
}

/* MS 29/02/16 */
.mediumBtn_01 {
  float: left;
  min-width: 200px;
  border-radius: 0;
  cursor: pointer;
}

/* MS 03/03/16 */
/*.mediumBtn_01:hover { background:#ffffff; color:#152049; }*/
.mediumBtn_fff {
  min-width: 200px;
  height: 71px;
  line-height: 71px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-top: 8px;
  cursor: pointer;
}

/* MS 03/03/16 */
/* Buttons End */
.loaderBtn {
  padding-left: 10px;
  padding-right: 30px;
  background-image: url(images/loader.gif) !important;
  background-repeat: no-repeat !important;
  background-position: right 7px top 50% !important;
}

@media only screen and (min-width: 768px) {
  .prelogin_bg {
    background: url(images/icici/icici_bg_vid_img_2.png) no-repeat;
    background-position: right -75px bottom -110px;
    background-color: #f5f5f5;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1699px) {
  .prelogin_bg {
    background-position: right -265px bottom -110px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  .prelogin_bg {
    background-position: right -340px bottom -110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .prelogin_bg {
    background-position: right -425px bottom -110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .prelogin_bg {
    background-position: right -520px bottom -110px;
  }
}
/* gl- 3284 start*/
.mediumBtn_01,
.frm_action_btn,
.signup_btn {
  border: 1px solid #f6821f;
  background-color: #f6821f;
}

/*gl- 3284 end*/
/*.app_platform .preloginBg.overlay_wrp { display: none;}*/
#custom_fc_button {
  bottom: 55px !important;
  z-index: 6 !important;
}

/* new sign up 3560 start */
.heading_sec .join_button {
  display: none;
}

.heading_sec {
  padding-top: 15px;
}

.home_img_sec img {
  display: none;
}

#video-play {
  display: none;
}

.rig_sec {
  width: 321px;
  background-color: #ffffff;
  border-radius: 10px;
  float: left;
  text-align: center;
  box-shadow: 0 0 3px #cccccc;
  margin-top: 30px;
  float: right;
}

.rig_sec .signup_rhs_wrp_v2 {
  width: 100%;
}

.home_img_sec {
  padding-top: 0;
}

.email_signup,
.acc_login {
  display: none;
}

.social_media_signup .signup_btnWp {
  width: 48%;
}

.social_media_signup .fb_btn {
  float: left;
}

.social_media_signup .google_btn {
  float: right;
}

.confirm_check, .signup_btn {
  margin-top: 0;
}

.home_img_secn {
  max-width: 350px;
  padding-top: 60px;
  z-index: 0;
  position: relative;
}

.home_img_secn img {
  width: 100%;
  border-radius: 4px;
}

#video-play {
  display: block;
}

.vid_icon {
  top: 40%;
  width: 52px;
  height: 52px;
}

#video-play .right_arr {
  border-bottom: 10px solid transparent;
  border-left: 14px solid white;
  border-top: 10px solid transparent;
  margin: 0px 0 10px 4px;
}

.cre_acc {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  font-family: "poppins";
  padding-top: 20px;
}

.checkbox_text, .already_hv_an_acount {
  font-size: 12px;
  font-family: "poppins";
}

.already_hv_an_acount a {
  font-weight: 600;
}

.field_error_text {
  text-align: justify;
}

.vid_div.var2 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rig_sec .signup_rhs_wrp_v2 {
    padding-bottom: 0;
  }
  .main_heading {
    font-weight: 700;
  }
  .email_btn {
    background: #ffffff;
    color: #222222;
    border: 1px solid #cdcdcd;
  }
  .signup_btnWp.email_btn: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;
    color: #000000;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\e91d";
  }
  .email_signup {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #registration_form_campaign .lg_btn, #registration_form_campaign .cre_acc, #registration_form_campaign .devider_line, #registration_form_campaign .signup_rhs_wrp_v2 form {
    display: none;
  }
  .main_box_v2 .pre_container, .signup_rhs_wrp_v2 { /*padding: 0 20px;*/ }
  .rig_sec {
    width: 100%;
    background: transparent;
    box-shadow: none;
  }
  .signup_btnWp {
    width: 100% !important;
    float: none;
  }
  /*.home_img_sec #video-play{display: none;}*/
  .acc_login {
    display: block;
    font-family: Poppins;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding-top: 30px;
    font-weight: 500;
  }
  .underl {
    text-decoration: underline;
    color: #000000;
    font-weight: 700;
  }
  .heading_sec .home_img_secn {
    display: none;
  }
  .video_icon {
    display: inline-block !important;
    float: left;
    margin-top: -4px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    margin-top: -4px;
    float: none;
    border: 2px solid #333333;
    margin-right: 12px;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
  }
  .right_arrow {
    margin-right: 4px;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #333333;
    border-top: 5px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
  }
  .buss_grw_p {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    font-family: Poppins;
    color: #333333;
  }
  .vid_div.var2 {
    display: block;
  }
  .home_img_secn > a {
    display: none;
  }
  .home_img_sec > #video-play {
    display: none;
  }
  .vid_div.var2 {
    padding: 40px 0;
    text-align: center;
  }
  #frm_recovery_send .frm_action_btn {
    border: 1px solid #f6821f;
    background-color: #f6821f;
  }
  #frm_recovery_send .frm_action_btn.disable {
    background-color: #cccccc;
    border: 1px solid #cccccc;
  }
  #fp_container .frm_action_btn {
    border: 1px solid #f6821f;
    background-color: #f6821f;
  }
  #fp_container .frm_action_btn.disable {
    background-color: #cccccc;
    border: 1px solid #cccccc;
  }
}
.sub_heading_span {
  color: #f48120;
  font-weight: bold;
}

/* new sign up 3560 endt */
.row_top {
  margin-top: 50px;
}

/* shoplistt start */
.pagination_wrp .pagination li.first, .pagination_wrp .pagination li.last, .pagination_wrp .pagination li.active {
  background: #f48120 !important;
  border-color: #f48120 !important;
}

/* shoplistt end */
.pre_article_footer#footer .container .col1.mt-5 .gl_logo {
  width: auto;
  height: auto;
  float: none;
}

@media only screen and (max-width: 767px) {
  .pre_header_v5 .header_v5_lhs {
    padding-top: 0;
  }
  .pre_header_v5 .header_v5_lhs .v5_logo {
    max-width: 100px;
  }
  .prelogin_header.pre_header_v5.srcin, .prelogin_header.pre_header_v5_supporter {
    height: 120px;
  }
  .pre_header_v5.srcin.reljs .header_v5_lhs .search_bar_wrp {
    top: 70px !important;
  }
  .pre_header_v5.srcin .header_v5_lhs .search_bar_wrp {
    top: 70px !important;
  }
  .overlay_v3.overlay .top_head_wp.var_2.filter .clsBtn_000:before, .overlay_v3.overlay .top_head_wp.var_2.filter .top_head_right_text {
    color: #000000;
  }
}