/* main project */
/*Fonts*/
/*Fonts Sizes*/
/*Colors*/
/*border Colors*/
/*slider*/
/*#525051*/
/*New color Shades*/
/*New highlightd Shades*/
/*font calling structure*/
/*
@mixin bottomArrow($color){
  .arrow_box {position: relative;background:$color;}
  .arrow_box:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;
  pointer-events:none;border-color:rgba($color, 0.5);border-top-color:$color;border-width:50px;margin-left:-50px;}
}*/
/*rgba(255, 0, 0, 0);*/
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.eot?d3fzk7");
  src: url("../fonts/RobotoRegular.eot?d3fzk7#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular.woff?d3fzk7") format("woff"), url("../fonts/RobotoRegular.ttf?d3fzk7") format("truetype"), url("../fonts/RobotoRegular.svg#?d3fzk7RobotoRegular") format("svg");
}
@font-face {
  font-family: "RobotoThin";
  src: url("../fonts/RobotoThin.eot?d3fzk7");
  src: url("../fonts/RobotoThin.eot?d3fzk7#iefix") format("embedded-opentype"), url("../fonts/RobotoThin.woff?d3fzk7") format("woff"), url("../fonts/RobotoThin.ttf?d3fzk7") format("truetype"), url("../fonts/RobotoThin.svg#?d3fzk7RobotoThin") format("svg");
}
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight.eot?d3fzk7");
  src: url("../fonts/RobotoLight.eot?d3fzk7#iefix") format("embedded-opentype"), url("../fonts/RobotoLight.woff?d3fzk7") format("woff"), url("../fonts/RobotoLight.ttf?d3fzk7") format("truetype"), url("../fonts/RobotoLight.svg#?d3fzk7RobotoLight") format("svg");
}
@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium.eot?d3fzk7");
  src: url("../fonts/RobotoMedium.eot?d3fzk7#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium.woff?d3fzk7") format("woff"), url("../fonts/RobotoMedium.ttf?d3fzk7") format("truetype"), url("../fonts/RobotoMedium.svg#?d3fzk7RobotoMedium") format("svg");
}
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.eot?d3fzk7");
  src: url("../fonts/RobotoBold.eot?d3fzk7#iefix") format("embedded-opentype"), url("../fonts/RobotoBold.woff?d3fzk7") format("woff"), url("../fonts/RobotoBold.ttf?d3fzk7") format("truetype"), url("../fonts/RobotoBold.svg#?d3fzk7RobotoBold") format("svg");
}
@font-face {
  font-family: "hdfcsec_icon";
  src: url("../fonts/hdfcsec_icon.eot?d3fzk7");
  src: url("../fonts/hdfcsec_icon.eot?d3fzk7#iefix") format("embedded-opentype"), url("../fonts/hdfcsec_icon.woff?d3fzk7") format("woff"), url("../fonts/hdfcsec_icon.ttf?d3fzk7") format("truetype"), url("../fonts/hdfcsec_icon.svg#?d3fzk7hdfcsec_icon") format("svg");
}
.abtest-firstfold-form {
  border-top: 1px solid #c9c9c9;
  padding: 15px 0;
}
.abtest-firstfold-form .row {
  display: flex;
  flex-wrap: wrap;
}
.abtest-firstfold-form .justify-content-center {
  justify-content: center !important;
}
.abtest-firstfold-form .form-container {
  background-color: #daedff;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.22);
  padding: 15px 20px;
  border-radius: 5px;
}
.abtest-firstfold-form .form-container .heading-conatiner .offer-form-title {
  font-size: 20px;
  color: #003b90;
  margin-top: 0;
  font-weight: 700;
  text-align: center;
}
.abtest-firstfold-form .form-container .form-group .form-control {
  border-radius: 5px;
}
.abtest-firstfold-form .form-container .form-group.has-error .form-control {
  border-color: #cc0000;
}
.abtest-firstfold-form .form-container .form-group.has-error .error {
  color: #cc0000;
  margin-bottom: 0;
}
.abtest-firstfold-form .form-container .form-group .help-block {
  margin-bottom: 0;
}
.abtest-firstfold-form .form-container .btn-highlited {
  background-color: #fe1300;
  color: #fff;
  transition: all .3s;
  padding: 7px 10px;
}
@media (max-width: 639px) {
  .abtest-firstfold-form .form-container .offer-form-wrapper .text-right {
    text-align: center;
  }
}

.section-lead-form-green {
  background-color: #d1d9ff;
  min-height: 80px;
}
@media (max-width: 767px) {
  .section-lead-form-green {
    display: none;
  }
}
.section-lead-form-green .text-bold {
  font-weight: 700;
}
.section-lead-form-green .row {
  display: flex;
  flex-wrap: wrap;
}
.section-lead-form-green .justify-content-center {
  justify-content: center !important;
}
.section-lead-form-green .align-items-center {
  align-items: center !important;
}
.section-lead-form-green .section-text {
  position: relative;
  background: #ff7300;
}
.section-lead-form-green .section-text:before, .section-lead-form-green .section-text:after {
  left: 100%;
  top: 53%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.section-lead-form-green .section-text:after {
  border-left-color: #ff7300;
  border-width: 40px;
  margin-top: -40px;
}
.section-lead-form-green .section-text .offer-text {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.section-lead-form-green .form-group {
  margin-bottom: 0;
}
.section-lead-form-green .form-group .form-control {
  border-radius: 5px;
}
.section-lead-form-green .form-group.has-error .form-control {
  border-color: #cc0000;
}
.section-lead-form-green .form-group.has-error .error {
  color: #cc0000;
}
.section-lead-form-green .form-group.has-error .help-block {
  margin-bottom: 0;
}
.section-lead-form-green .btn-highlited {
  background-color: #fe1300;
  color: #fff;
  transition: all .3s;
  padding: 7px 10px;
}
.section-lead-form-green .addon-form-section .form-section .offer-form-wrapper-sticky {
  padding-left: 35px;
}

@media (min-width: 1024px) {
  .section-lead-form-green .offer-form-wrapper-sticky form input {
    margin-bottom: 0px;
  }

  .section-lead-form-green {
    position: fixed;
    width: 100%;
    z-index: 3;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
    .section-lead-form-green .addon-form-section .form-section .offer-form-wrapper-sticky {
        padding-left: 0px;
        padding-top: 5px;
    }

        .section-lead-form-green .addon-form-section .form-section .offer-form-wrapper-sticky .text-right {
            text-align: center;
        }
}
.footer-visible {
  position: relative !important;
}

/*# sourceMappingURL=open-account.css.map */
