body {
  overflow-y: scroll;
}

.gl-band {
  background: #193e6c;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Banner start */
h1 {
  color: #113058;
  font: 46px SourceSerifPro;
}

h6 {
  color: #7d7f88;
  font: 16px Poppins;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #828282;
}

nav.navbar {
  width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0 30px;
}

.navbar-expand-md .navbar-nav .login-btn {
  padding: 0;
  margin-left: 30px;
}

.nav-link {
  text-transform: uppercase;
  color: #828282;
}

nav .btn-get-started {
  margin-top: 0;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  border: 2px solid #ff7900;
  color: #ff7900;
  font-weight: bold;
}

nav .login-btn {
  font-size: 14px;
  color: #193e6c;
  position: relative;
  font-family: Poppins;
  font-weight: bold;
  text-transform: uppercase;
}

nav .login-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -4px;
  border-top: 2px solid #193e6c;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler {
  padding: .20rem .70rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
}

.mobile-sect {
  display: none;
}

.banner {
  background-color: #f5f5f5;
  /* padding-top: 80px; padding-bottom: 80px; */
}

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

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

.acc_create {
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
}

.sign_up_form .signup_rhs_wrp_v2 {
  width: 100%;
  padding-top: 0;
}

.bann_para {
  width: 75%;
}

#registration_form_campaign .signup_form_list > li:last-child {
  padding-bottom: 0;
}

#registration_form_campaign #register .clearfix {
  line-height: 0;
}

.sign_up_form p {
  margin-bottom: 0;
}

.sign_up_form .signup_btnWp {
  margin-top: 13px;
}

.social_media_signup .google_btn {
  float: right;
}

#register .clearfix > * {
  line-height: initial;
}

#registration_form_campaign .devider_line {
  display: flex;
  margin-top: 0px !important;
  top: 16px;
}

.already_hv_an_acount a {
  font-weight: 600;
  text-decoration: underline !important;
}

.social_media_signup .signup_btnWp {
  width: 48%;
}

.social_media_signup .fb_btn {
  float: left;
}

.intro-img {
  max-width: 350px;
  position: relative;
}

.intro-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.ban-intro-info {
  width: 50%;
  float: left;
}

.vid_icon {
  width: 60px;
  height: 60px;
  line-height: 54px;
  border: 2px solid white;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  transform: translate(-50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
}

.right_arr {
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.btn-get-started {
  border-radius: 35px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font: 14px Poppins;
  padding-left: 30px;
  padding-right: 30px;
}

.email_signup, .acc_login {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .desktop-sect.btn-get-started {
    position: absolute;
    right: 0;
  }
  nav .login-btn {
    position: absolute;
    right: 220px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 36px;
  }
  .btn-get-started {
    font-size: 12px;
  }
  h6 {
    font-size: 14px;
  }
  .btn-get-started {
    margin-top: 20px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 10px;
    font-size: 14px;
  }
  .navbar-expand-md .navbar-nav .login-btn {
    margin-left: 10px;
  }
  nav .btn-get-started {
    margin-left: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header .container {
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
  }
  .desktop-sect.btn-get-started {
    position: absolute;
    right: 0;
  }
  nav .login-btn {
    position: absolute;
    right: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    /*padding-top: 40px; padding-bottom: 40px; */
  }
  .gl-band {
    display: none;
  }
  nav .login-btn {
    font-size: 12px;
  }
  .intro-img {
    width: 100%;
  }
  .navbar-brand .desktop-sect {
    display: none;
  }
  .ban-intro-info {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .desktop-sect, .intro-img {
    display: none;
  }
  .mobile-sect {
    display: block;
    margin-left: 30px;
  }
  .navbar-toggler-icon {
    position: absolute;
    left: 0;
    top: 24px;
    margin-left: 10px;
  }
  .btn-get-started {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 6px;
    border: 1px;
  }
  .navbar-toggler {
    padding: 0;
  }
  .navbar-collapse {
    border-top: 1px solid #cccccc;
    /*margin-top: 20px; */
  }
  .vid_icon {
    width: 40px;
    height: 40px;
    line-height: 34px;
    top: 40%;
  }
  .right_arr {
    border-bottom: 8px solid transparent;
    border-left: 16px solid white;
    border-top: 8px solid transparent;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 10px;
  }
  .mobile-sect.btn-get-started {
    border: 1px solid #ff7900;
    background: #ff7900;
    color: #ffffff;
    font-weight: bold;
    padding: 4px 10px;
  }
  .bann_para {
    font-size: 14px;
    width: 100%;
  }
  .sign_up_form {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }
  .continue_signup_txt {
    display: block;
  }
  .social_media_signup .signup_btnWp {
    width: 100%;
  }
  #registration_form_campaign .devider_line, #registration_form_campaign .signup_rhs_wrp_v2 form {
    display: none;
  }
  .email_signup {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .email_btn {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #cdcdcd;
    padding: 0 14px;
    margin: 0;
  }
  .far.fa-envelope {
    float: left;
    font-size: 18px;
    margin-top: 6px;
  }
  #registration_form_campaign .signup_rhs_wrp_v2 {
    padding-bottom: 0;
  }
  .checkbox_text, .already_hv_an_acount {
    color: #666666;
  }
  .acc_login {
    color: #000000;
  }
  .underl {
    text-decoration: underline;
    color: #000000;
    font-weight: 700;
  }
  .confirm_check a {
    color: #666666;
    text-decoration: underline !important;
  }
  .navbar-nav .play_store {
    display: block;
  }
  #frm_recovery_send .frm_action_btn {
    border: 1px solid #f6821f;
    background-color: #f6821f;
    cursor: pointer;
  }
  .mob_disble {
    pointer-events: none;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
}

/* Banner end */
h2 {
  font: 36px SourceSerifPro;
  color: #201751;
}

p {
  font-size: 16px;
  font-family: Poppins;
  color: #747677;
}

section {
  padding: 60px 0px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font: 24px SourceSerifPro;
    color: #201751;
  }
  p {
    font: 14px Poppins;
    color: #747677;
  }
  section {
    padding: 40px 0px 60px;
  }
}

/* Busines Growth start */
.descrptn_img {
  width: 100px;
  height: 100px;
  display: inline-block;
}

.img-thumbnail {
  border: none;
}

.descrptn_img {
  width: 100px;
  height: 100px;
  display: inline-block;
}

.img-thumbnail {
  border: none;
}

.img_profile_container {
  text-align: center;
}

.txt_title {
  font-size: 18px;
  font-weight: 600;
  color: #113058;
}

.secn_txt {
  font-size: 16px;
  color: #7d7f88;
}

.text-center {
  width: 100%;
}

#digi_soln, #services, .mob_ph_wrp {
  background-color: #f7f7f7;
  padding-left: 10px;
  padding-right: 10px;
}

.post_lgn_img {
  width: 100%;
  padding-top: 20px;
  max-width: 840px;
}

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

/* Business Growth end */
/* Cards section start */
.buss_own_intro {
  float: right;
  padding-top: 60px;
}

.buss_own_intro p {
  padding-top: 20px;
}

.own_card_sec {
  float: left;
}

.cards-area {
  padding-top: 40px;
}

.cards-area li {
  float: left;
  list-style: none;
  padding: 8px;
  width: 100%;
  max-width: 171px;
}

.card {
  border-radius: 15px;
  padding: 10px 5px;
  background-color: #ffffff;
  border: none;
}

.card img {
  width: 100%;
  max-width: 66px;
  height: 66px;
  border-radius: 50%;
  margin: 0 auto;
}

.designee_name {
  font: 13px Poppins;
  color: #464646;
  margin: 10px 0 0;
}

.designation, .comp_name {
  font: 11px Poppins;
  color: #747474;
  margin: 0;
}

@media only screen and (max-width: 1279px) {
  .cards-area li {
    max-width: 159px;
  }
  .buss_own_intro {
    padding: 40px 20px 0;
  }
  .cards-area {
    margin-left: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .cards-area {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .own_card_sec .row {
    width: 100%;
    display: inline-block;
    flex-flow: inherit;
    margin-left: 0;
    overflow-y: hidden;
    height: 200px;
  }
  .card {
    width: 140px;
  }
  .cards-area li {
    max-width: inherit;
  }
  .cards-area {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    padding-left: 0;
  }
  .buss_owner_div {
    width: 100%;
  }
  .card_item {
    width: 100%;
  }
  .own_card_sec {
    float: none;
  }
}

/* Cards section end */
/* business tools start */
.bus-tool h2 {
  padding-bottom: 20px;
}

.buss-tool-nav {
  background-color: #f5f5f5;
  border-radius: 14px;
  margin: 0 auto 50px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: max-content;
}

.buss-tool-nav li {
  padding: 20px 15px;
  font: 14px Poppins;
  font-weight: 600;
}

.buss-tool-nav li a {
  color: #113058;
  text-decoration: none;
  position: relative;
}

.buss-tool-nav li a.active::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background: coral;
}

.tool-intro {
  float: left;
  padding-top: 40px;
}

/* Business Growth end */
.tool-img {
  float: right;
}

.tool-img img {
  width: 100%;
}

.carousel-indicators {
  bottom: -60px;
  z-index: 1;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
}

.carousel-indicators li.active {
  background-color: #ff7900;
  opacity: 1;
}

span.carousel-control-prev-icon: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;
  content: "\e949";
  font-size: 36px;
  color: #cccccc;
  position: absolute;
  top: 50%;
  left: -6px;
}

span.carousel-control-next-icon: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;
  content: "\e948";
  font-size: 36px;
  color: #cccccc;
  position: absolute;
  top: 50%;
  right: -6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .buss-tool-nav li {
    font-size: 12px;
    padding: 20px 8px;
  }
  .buss-tool-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .tool-intro {
    padding-top: 0;
  }
  .tool-intro h2 {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bus-tool h2.text-center, .buss-tool-nav {
    display: none;
  }
  .tool-intro {
    padding-top: 0;
  }
  .tool-img {
    padding-top: 20px;
  }
  .carousel {
    display: block;
    text-align: center;
  }
  .carousel-item {
    display: none;
  }
}

/* business tools end */
/* Testinomial start */
.testinom-head.text-center {
  padding-bottom: 40px;
}

.testinom .carousel-item {
  background-color: #f48120;
  border-radius: 15px;
  overflow: hidden;
  height: 509px;
}

.img-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 640px;
}

.img-box img {
  width: 100%;
  display: block;
}

.testinomial {
  position: absolute;
  border-radius: 15px;
  width: 460px;
  top: 110px;
  z-index: 2;
  left: 100px;
  padding: 40px;
  background: #ffffff;
}

.test-text {
  font-size: 20px;
  color: #4b4b4b;
  text-align: left;
}

.overview {
  font-size: 14px;
  margin-top: 30px;
  text-align: left;
  color: #f48120;
}

.fa-angle-left:before, .fa-angle-right:before {
  font-size: 60px;
  color: #cccccc;
}

.carousel-control-prev {
  left: -52px;
}

.carousel-control-next {
  right: -52px;
}

.carousel-control-next, .carousel-control-prev {
  width: 40px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .img-box {
    width: 472px;
  }
  .testinom .carousel-item {
    height: 382px;
  }
  .testinomial {
    top: 43px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .img-box {
    width: 304px;
  }
  .testinom .carousel-item {
    height: 246px;
  }
  .testinomial {
    top: 15px;
    padding: 20px;
    width: 285px;
  }
  .test-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .overview {
    font-size: 12px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .testinom-head.text-center {
    padding: 40px 20px;
  }
  .testinom .container {
    padding-right: 0;
    padding-left: 0;
    max-width: initial;
  }
  .img-box {
    height: 260px;
    width: 100%;
    overflow: hidden;
  }
  .testinom .carousel-item {
    border-radius: 0;
  }
  .carousel-control-next, .carousel-control-prev {
    display: none;
  }
  .testinomial {
    padding: 30px;
    margin: 20px 40px;
    width: auto;
    left: 0;
    top: 265px;
  }
  .test-text {
    font-size: 16px;
  }
  .testinom .col-md-11 {
    padding: 0;
  }
  .testinom .row {
    margin: 0;
  }
}

@media only screen and (max-width: 639px) {
  .testinomial {
    padding: 20px;
    margin: 20px;
  }
  .test-text {
    font-size: 14px;
  }
  .overview {
    font-size: 12px;
    margin: 10px;
  }
}

/* Testinomial end */
/* Testinomial end */
/* Services Start (bank solutions start) */
#services .icon {
  width: 110px;
  float: left;
}

.sign_upbtn_txt, .sign_upbtn_txt:hover {
  text-decoration: underline;
  color: #ff7900;
}

#services h2 {
  padding-bottom: 20px;
}

#services .icon img {
  width: 100%;
}

#services .box_txt {
  padding-left: 20px;
  display: inline-block;
  width: calc(100% - 110px);
}

.box {
  background-color: #ffffff;
  padding: 12px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.description {
  font-size: 15px;
  color: #7d7f88;
}

#services .title {
  color: #113058;
  font-size: 18px;
}

#services .col-md-6 {
  margin: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .description {
    font-size: 12px;
    margin-bottom: 0;
  }
  #services .title {
    margin: 0;
    font-size: 16px;
  }
  #services .box_txt {
    width: calc(100% - 140px);
  }
  .box {
    padding: 6px;
  }
}

@media only screen and (max-width: 767px) {
  #services .box_txt {
    width: 100%;
  }
  #services .title, .description {
    text-align: center;
  }
  #services .icon {
    margin: 0 auto;
    float: none;
  }
  .intro-info h2 {
    font-size: 24px;
  }
  .intro-info img {
    width: 140px;
  }
}

@media only screen and (min-width: 768px) {
  #myCarousel_2 .carousel-item {
    display: block;
    float: none;
  }
  #services .col-md-6 {
    float: left;
  }
  .bus-tool .carousel-indicators, #services .carousel-indicators {
    display: none;
  }
}

/* Services Start (bank solutions end) */
/* Run Your Business Section Start*/
.intro-info {
  order: 1;
  padding: 10% 0 0 10%;
}

.run_bus img {
  width: 100%;
}

.intro-info img {
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .mob_ph_wrp .intro-info h2, .mob_ph_wrp .intro-info p {
    text-align: center;
  }
  .run_bus {
    order: 2;
    padding: 10% 5% 0px 5%;
  }
  .intro-info {
    padding: 0;
  }
  .app_icons_dwnld {
    text-align: center;
    padding: 15px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .intro-info img {
    width: 150px;
  }
  .intro-info {
    padding: 10% 0 0 6%;
  }
}

/* Run Your Business Section End*/
/* Join community Start*/
.get_sme_grp {
  background-color: #193e6c;
}

.get_sme_grp h2 {
  color: #ffffff;
  text-align: center;
  font-family: "poppins";
}

.btn-get-started, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ff7900;
  border-color: transparent;
  box-shadow: none;
}

.btn-get-started:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

nav .btn-get-started:hover, nav .btn-get-started:not(:disabled):not(.disabled):active, nav .btn-get-started:focus, nav .btn-get-started:not(:disabled):not(.disabled):active:focus {
  background-color: #ffffff;
  border-color: #ff7900;
  color: #ff7900;
}

@media only screen and (max-width: 767px) {
  .get_sme_grp h2 {
    font-size: 20px;
    padding: 40px 10px 0px;
  }
  .get_sme_grp {
    padding: 0 0 60px;
  }
}

/* Join community End*/
.art_li {
  background-color: #f5f5f5;
}

.art_img {
  position: relative;
  overflow: hidden;
  padding-bottom: 47.5%;
}

.art_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

/*# sourceMappingURL=style.css.map */
section#footer_sect {
  padding: 0;
}

.lhs_head_txt, .lhs_sub_head_txt, #register .new_overlay_wrp p {
  font-family: "Roboto", sans-serif;
}

.confirm_check_custom {
  margin-bottom: 0;
}

#login_form_popup ul.signup_form_list {
  margin-bottom: 0;
}

.fb_btn {
  color: #ffffff !important;
}

#loginForm .new_overlay_wrp p, #register .new_overlay_wrp p {
  margin-bottom: 0;
}

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

.overlay_wrp_01 {
  width: 642px;
  height: 362px;
  position: relative;
  border: 1px solid #000000;
  box-sizing: border-box;
  margin: 99px auto 0;
  background: #000000;
}

.clsBtn_v2_wrp {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

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

.new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .header_text {
  line-height: 1.2;
}

.signup_form_list > li.error .field_error_text {
  text-align: left;
}

/* icici color start */
a, .link14grn, .link16grn, .link14, .link18grn, .link {
  color: #00abbe;
  text-decoration: none;
  display: inline-block;
}

.mediumBtn_01, .frm_action_btn, .signup_btn {
  border: 1px solid #f6821f;
  background-color: #f6821f;
}

.mediumBtn_01, .frm_action_btn:focus, .signup_btn:focus {
  outline: none;
}

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

.org_txt {
  color: #f48120 !important;
}

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

.join_button {
  text-align: center;
  border-radius: 35px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  /* min-width: 239px; */
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

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

.confirm_check a:hover {
  color: inherit;
  text-decoration: underline;
}

/*footer Starts*/
.footer {
  margin: 0;
  padding: 20px 0;
}

.footer_dv {
  width: 100%;
}

.footer_dv .quick_link_nw {
  color: #113058;
  font-weight: bold;
  margin-bottom: 16px;
  font-family: "poppins";
}

.footer_dv ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.footer_dv ul li:first-child {
  border-top: medium none;
  box-shadow: none;
}

.footer_dv ul li {
  color: #ffffff;
  padding: 0 0 5px;
  font-size: 12px;
}

.footer_dv p {
  color: #7d7f88;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

.a-font {
  color: #7d7f88 !important;
  text-decoration: none !important;
}

.copyright {
  min-height: 79px;
  background-color: #343a40;
}

.copyright p {
  text-align: left;
  color: #FFF;
  padding: 10px 0;
  margin-bottom: 0px;
}

.heading7 {
  font-size: 21px;
  font-weight: 700;
  color: #d9d6d6;
  margin-bottom: 22px;
}

.post p {
  font-size: 12px;
  color: #FFF;
  line-height: 20px;
}

.post p span {
  display: block;
  color: #8f8f8f;
}

.bottom_ul {
  list-style-type: none;
  float: right;
  margin-bottom: 0px;
  padding-top: 22px;
}

.bottom_ul li {
  float: left;
  line-height: 40px;
}

.bottom_ul li:after {
  content: "";
  color: #FFF;
  margin-right: 8px;
  margin-left: 8px;
}

.bottom_ul li a {
  color: #FFfffF;
}

footer.site-footer ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

#copyright .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

#copyright .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

#copyright {
  border-top: 1px solid #cccccc;
}

.footer-newsletter input {
  border: 1px solid #cbcbcb;
  border-radius: 30px;
  color: #193e6c;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  margin-right: 6px;
  padding-left: 10px;
  width: 60%;
  font-family: "poppins";
}

.footer-newsletter h4 {
  font-size: 22px;
  color: #193e6c;
  font-family: "SourceSerifPro";
  font-weight: 600;
}

.footer-newsletter .btn-get-started {
  padding-left: 23px;
  padding-right: 23px;
  background-color: #193e6c;
}

.footer-newsletter {
  padding: 20px 15px 20px 15px;
  background: #f5f5f5;
  border-top: 6px solid #f48120;
}

.footer_dv .ftr_rgt_txt li {
  font-size: 16px;
}

#copyright p, #copyright .col-md-6 p a {
  font-size: 12px;
  color: #c8c9cc;
  font-family: "Roboto", sans-serif !important;
}

#copyright p {
  margin-bottom: 0;
}

#copyright .col-md-6 p a:hover {
  text-decoration: underline;
}

.bcm_prtnr {
  color: #f48120 !important;
}

.bcm_prtnr:hover {
  color: #000000;
}

.company_link:hover {
  color: #00abbe;
}

.power_by_p, #copyright .list-inline {
  float: right;
}

.seperater_line {
  display: inline-block;
}

.rounded {
  border-radius: .75rem !important;
}

.art_p1 {
  font-size: 12px;
  color: #f48120;
  text-transform: uppercase;
  font-weight: 600;
}

.art_head {
  font-size: 18px;
  color: #113058;
  font-weight: 600;
}

.art_desc_p {
  font-size: 14px;
  color: #7d7f88;
  margin-bottom: 24px;
}

.art_btn {
  border: 1px solid #c5c5c5;
  border-radius: 23px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 20px;
  background-color: transparent;
  font-weight: bold;
}

.art_btn a {
  color: #7d7f88;
}

.art_btn:hover a {
  color: #ffffff;
}

.view_article_btn {
  font-size: 18px;
  color: #113058;
  font-weight: bold;
  font-family: Poppins;
  position: relative;
}

.view_article_btn:hover {
  color: #113058;
}

.view_article_btn:after {
  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;
  content: "\e948";
  font-size: 14px;
  padding-left: 4px;
  font-weight: bold;
}

.policy_sect a {
  color: #c8c9cc;
}

@media only screen and (min-width: 1024px) {
  .rounded {
    width: 96% !important;
  }
}

@media only screen and (max-width: 992px) {
  .power_by_p, #copyright .list-inline {
    float: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-newsletter input {
    font-size: 10px;
    width: 54%;
  }
  .footer-newsletter .btn-get-started {
    font-size: 12px;
  }
  #copyright p, #copyright .col-md-6 p a {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  #copyright p, #copyright .col-md-6 p a {
    text-align: center;
  }
  .seperater_line, .view_article_btn {
    display: none;
  }
  .tou_span {
    display: block;
    margin-top: 20px;
  }
  .tou_span {
    order: 2;
  }
  .policy_sect {
    order: 1;
  }
  .power_by_p, #copyright .list-inline {
    float: none;
  }
}

@media only screen and (max-width: 375px) {
  .footer-newsletter input {
    width: 100%;
    margin-top: 24px;
  }
}

/* Footer Ends */
/* contact us */
.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;
}

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

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

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

label {
  color: #000000;
}

button.close:focus {
  outline: none;
}

.tooltip.show {
  left: 237px !important;
}

.tooltip .arrow {
  left: 120px !important;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .tooltip.show {
    left: 114px !important;
  }
}

@media only screen and (max-width: 575px) {
  .tooltip.show {
    left: 30% !important;
  }
}

@media only screen and (max-width: 375px) {
  .tooltip.show {
    left: 20% !important;
  }
}

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

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

.scrollOver {
  overflow: hidden;
}

.play_store {
  display: none;
}

/* cookie info start */
.cookie_info {
  width: 100%;
  background-color: #f4f4f4;
  text-align: center;
  z-index: 60;
}

.cookie_text {
  padding: 16px 38px 16px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #4d4d4d;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.close_info {
  color: #5f5f5f;
  font-size: 26px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.cookie_text a:first-child {
  color: #454545;
  font-weight: 600;
  text-decoration: underline;
}

/* cookie info start */
@media only screen and (max-width: 767px) {
  .cookie_info {
    height: auto;
    position: relative;
  }
  .cookie_text {
    font-size: 12px;
    text-align: left;
    padding: 8px 30px 8px 10px;
  }
}

/*---- Test dock 2 ---*/
.scroll {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 0 3px #cccccc;
  z-index: 16;
  padding: 0 20px;
  max-width: 100%;
  padding: 0;
  top: 0;
}

.clearheader {
  padding: 0;
}

.scroll .desktop-sect.btn-get-started {
  background-color: #f6821f;
  color: #ffffff;
}

/*---- Test dock 2 end---*/
/* Carousel Speed*/
.carousel .carousel-item {
  transition-duration: 0.4s;
}

/* Carousel Speed*/
/*bg babber area start */
@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;
  }
}

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

#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;
}

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

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

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

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

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

@media only screen and (max-width: 768px) {
  .contactus_success .overlay_wrp {
    width: 100%;
    box-sizing: border-box;
  }
  #fp_container, #loginForm {
    z-index: 61;
  }
  .overlay .overlay_wrp {
    width: 100%;
    box-sizing: border-box;
  }
}

/* Forgot Pwd ENd*/
/* old article start */
.pre_container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.art_head.heading_text {
  font-family: SourceSerifPro;
  font-size: 36px;
  text-align: center;
  color: #113058;
  margin: 80px 0 60px 0;
}

.artsect {
  width: calc(50% - 22px);
  height: auto;
  border-radius: 10px;
  display: inline-block;
  background-color: #f5f5f5;
}

.art_1 {
  float: left;
}

.art_2 {
  float: right;
}

.art_contain_img {
  max-width: 737px;
  width: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 47.5%;
}

.art_contain_img img {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  position: absolute;
  left: 0;
  top: 0;
}

.art_desc {
  padding: 10px 30px 60px 30px;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  position: relative;
}

.art_p1 {
  font-size: 12px;
  font-family: Poppins;
  font-weight: bold;
  text-transform: uppercase;
}

.art_desc_head {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  color: #113058;
  padding-top: 10px;
}

.art_desc_p {
  font-size: 14px;
  color: #7d7f88;
  font-family: Poppins;
  padding: 20px 0 30px;
}

.art_btn {
  height: 30px;
  line-height: 30px;
  border: 1px solid #c5c5c5;
  border-radius: 23px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  color: #7d7f88;
  display: inline-block;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.view_art_btn_div {
  text-align: center;
  width: 100%;
  padding: 50px 0 100px 0;
  box-sizing: border-box;
  display: inline-block;
}

.view_art_btn {
  font-size: 18px;
  color: #113058;
  font-family: Poppins;
  font-weight: bold;
}

.art_sect_wrp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
}

.art_sect_wrp > .artsect:first-child {
  float: left;
}

.art_sect_wrp > .artsect:nth-child(2n) {
  float: right;
}

.view_art_btn:after {
  content: "\e948";
  font-size: 14px;
  padding-left: 4px;
  font-weight: bold;
  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;
  content: "\e948";
  font-size: 14px;
  padding-left: 4px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .art_head.heading_text {
    font-size: 24px;
    margin: 40px 0 30px 0;
  }
  .artsect {
    width: 100%;
    margin: 15px 0;
  }
  .art_desc {
    padding: 10px 10px 51px;
  }
  .art_p1 {
    font-size: 9px;
  }
  .art_desc_head {
    font-size: 12px;
  }
  .art_desc_p {
    font-size: 14px;
    padding: 20px 0;
  }
  .art_btn {
    width: 103px;
    font-size: 10px;
    padding: 0px;
    left: 10px;
    bottom: 20px;
  }
  .view_art_btn {
    padding: 60px;
  }
  .view_art_btn_div {
    display: none;
  }
  .art_sect_wrp {
    overflow-x: scroll;
  }
  .art_sect_wrp > .artsect:not(:first-child) {
    margin-top: 40px;
  }
}

/* old article end */
/* login form tooltip */
.ToolTip {
  display: none;
  line-height: normal;
  position: absolute;
  z-index: 2;
  right: 0;
  width: 197px;
  bottom: inherit;
  top: 45px;
}

.ttTxt {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  min-width: 75px;
  padding: 6px 10px;
  text-align: center;
}

.downArw_333 {
  position: absolute;
  top: -8px;
  right: 72px;
  transform: rotate(180deg);
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333333;
  display: block;
  height: 0;
  margin: 0;
  width: 0;
}

/* Recover Password Start */
.recovry_pwd .col-sm-12 {
  margin-bottom: 15px;
}

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

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

#frm_recovery_reset .form-control.err_v2 {
  border-color: #dc3545;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus, #contactModal .form-control:focus {
  box-shadow: 0px 0px 3px 0.4px #f6821f;
  border-color: #f6821f;
}

/* Recover Password End */
.btn_v2.reset {
  background-color: #f6821f;
}

.btn_v2.reset.disable {
  background: #c0c0c0;
  color: #e6e6e6;
  cursor: default;
  border-color: #e6e6e6;
}

.inner_reset_wp .form_list li.error .form_list_error {
  font-size: 11px;
  margin: 0;
}

/* 4559 start */
.new_overlay_wrp.instaod_ovrly {
  width: 440px;
}

.instaod_wrp {
  padding: 20px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.insta_od_hdr {
  font-weight: 700;
  color: #000000;
}

#insta_od_form_overlay .clsBtn_000 {
  z-index: 1;
}

.instaod_wrp .btm_tnc_txt {
  font-size: 12px;
  color: #666666;
  margin-bottom: 60px;
}

.instaod_wrp .bottom_wrpr {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

.instaod_wrp .bottom_txt {
  font-size: 12px;
  color: #666666;
}

.instaod_wrp .btn {
  margin: 0;
  float: right;
  border-color: #F6821F;
  background-color: #F6821F;
  padding: 8px 10px;
  border-radius: 3px;
  min-width: 110px;
  font-size: 14px;
  color: #ffffff;
}

.instaod_wrp .logo_ovrly {
  width: 100%;
  max-width: 163px;
  height: 33px;
  display: flex;
  margin: 0 auto 35px;
}

.instaod_wrp .logo_ovrly img {
  width: 100%;
}

.instaod_wrp .mobile_number .field_input {
  width: 100%;
}

.instaod_wrp .field_row input {
  background-color: #f6f8fa;
}

.instaod_wrp .signup_form_list {
  margin-bottom: 0;
}

.instaod_wrp .signup_form_list > li.width_50.last_name {
  float: right;
}

.instaod_wrp .email_address {
  padding-bottom: 0;
}

#od_acc_apply .field_error_text {
  bottom: -20px;
}

@media only screen and (max-width: 767px) {
  .new_overlay_wrp.instaod_ovrly {
    width: 100%;
  }
  .instaod_wrp .logo_ovrly img {
    display: block;
  }
}

/* 4559 end */
/* gl-6043 cross ci block start */
.cross_ci_block {
  float: right;
}

.cross_ci_block .cross_ci_btn, .cross_ci_block .cross_ci_btn:hover, .cross_ci_block .cross_ci_btn_2:hover {
  background: #fe7a00 !important;
}

.cross_ci_block .cross_ci_btn_2 {
  color: #f37e20;
  border-color: #f37e20;
}

.cross_ci_block .cross_ci_btn:hover {
  background: #b45b09 !important;
}

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

/* gl-6043 cross ci block end */
