@charset "utf-8";
/* CSS Document */

body,
p,
h2 {
    font-family: 'Inter', sans-serif;
}

section {
    width: 100%;
    float: left;
    clear: both;
}

.top-logo {
    margin-top: 10px;
    height: 100px;
    width: 100px;
    float: left;
}

.top-logo img {
    width: 100%;
    float: left;
    margin: 0 48px 0 0;
}

header {
    height: 68px;
    /* padding: 13px 0px 13px; */
    background-color: #ffffff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #f03c02;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #fd5c28;
    transition: 0.3s ease-in-out;
}

/*back to top button css end*/

.topmarnav {
    padding-top: 0 !important;
    padding-left: 17%;
}

.topmarnav a {
    text-transform: capitalize;
    color: #7a8499;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 5px 10px 5px;
}

.top-right-icons-wrap {
    float: right;
}

.search-icon-wrap,
.nav-icon-wrap,
.call-icon-wrap,
.login-icon-wrap {
    margin-top: 35px;
    float: left;
    padding-left: 10px;
}

.search-icon-wrap i,
.nav-icon-wrap i {
    color: #36424c;
    font-size: 16px;
}

.nav-icon-wrap .text_holder {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.nav-icon-wrap .text_holder h3 {
    color: #CECECE;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

.nav-icon-wrap .text_holder p {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
}

.nav-icon-wrap .text_holder p a {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
}

.nav-icon-wrap .blue-button {
    float: left;
    background-color: #3e4095;
    color: #fff;
    transition: ease-in 0.3s;
    padding: 10px 35px;
    border: 1px solid #3e4095;
    margin: 20px 0px;
}

.nav-icon-wrap .blue-button:hover {
    background-color: #fff;
    border: 1px solid #3e4095;
    text-decoration: none;
    color: #3e4095;
}

.login-icon-wrap a {
    border-radius: 8px;
    background-color: #714e9e;
    font-size: 10px;
    color: #ffffff;
    width: 94px;
    height: 37px;
    padding: 12px 18px;
    font-size: 11px;
}

.login-icon-wrap img {
    padding-right: 3px;
}

.top-right-icons-col a:hover {
    text-decoration: none;
}

.four-categories-outer-wrap {
    padding: 12px 0px 1px;
    background-color: #f96209;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-top: 10px;
    height: 43px;
}

.four-categories-links-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    float: left;
}

.four-categories-links-wrap ul {
    list-style-type: none;
    padding-left: 0;
}

.four-categories-links-wrap li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.four-categories-links-wrap li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 4px;
    /* background-color: #a13c00;*/
    padding: 10px 20px;
}

.four-categories-links-wrap .category-li-active a {
    background-color: #a13c00;
    font-weight: 600;
}

.four-categories-links-wrap li a:hover {
    text-decoration: none;
    background-color: #a13c00;
    /*font-weight: 600;*/
}

.accounts-nav-outer-wrap {
    padding: 0px 0px 0px;
    background-color: #714e9e;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-top: 0px;
}

.marquee-section {
    padding-top: 5px;
    background: #714e9e;
}

.marquee-outer-wrap .str1 .marquee-pointer-div {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

.marquee-pointer-number {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    /*width: 34px;*/
    height: 30px;
    margin-right: 7px;
    border-right: 1px solid #aab5c1;
    text-align: center !important;
    /*margin-top: 7px;*/
    padding-right: 10px;
    vertical-align: middle;
}
.tops > a {
    color:#fff !important;
    padding: 7px 21px !important;
}
.marquee-pointer-content {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #fff;
    vertical-align: middle;
    /*padding-top: 5px;*/
}

.search-input-div input {
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: none;
    padding-left: 15px;
    width: calc( 100% - 42px);
    float: left;
    color: #000;
}

.search-input-div button {
    width: 42px;
    height: 42px;
    background: #3563a9;
    color: #fff;
    border: none;
    outline: none;
    float: right;
}

.search-icon-wrap {
    /*position: relative;*/
}

.search-input-div {
    display: none;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: 12%;
}

.search-input-div button i {
    color: #fff;
}

.right-side-slider-details-div {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1000;
    width: 100%;
    max-width: 340px;
    background: #262626;
    height: 100% !important;
    display: block !important;
    padding-left: 30px;
    padding-right: 28px;
    padding-top: 50px;
    overflow: auto;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    color: #fff;
}

.close_btn-div {
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 15px;
}

.close_btn-div i {
    font-size: 20px;
    color: #fff;
}

.right-side-slider-details-div-show {
    right: 0;
    /* display: none !important;*/
}

/*banner css*/

/*CAROUSEL*/

.main-text {
    position: absolute;
    top: 100px;
    width: 96.66666666666666%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em;
}

.carousel-btns .btn {
    width: 150px;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(6, 28, 38, 0.5);*/
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 35%, #373737);
}

.carousel-inner img {
    width: 100%;
}

/*CONTROL*/

.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 47%;
    right: 0;
    z-index: 5;
    display: inline-block;
    background-color: #000;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 0;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 1px;
    border: 2px solid #fff;
    opacity: .8;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left,
.carousel-control .icon-right,
.carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right,
.carousel-control .fa-chevron-right {
    right: 30px;
}

.banner .carousel-inner {
    /*height: 500px;*/
}

.banner .carousel-caption {
    top: 10%;
    text-align: left;
    left: 15%;
    right: 0;
}

.banner .carousel-indicators {
    display: none;
}

.banner .carousel-caption h3 {
    font-size: 38px;
    font-weight: 800;
}

.banner .carousel-caption p {
    font-size: 18px;
    font-weight: 500;
}

.LOAN-LIMIT-5-LACS {
    /* width: 424px;
  height: 30px;*/
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-top: 1%;
}

.No-Guarantor-Required {
    /*width: 373px;
  height: 19px;*/
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.banner .know-more {
    /* width: 88px;
  height: 20px;*/
    /* font-family: Inter-Regular_;*/
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    /*width: 158px;
  height: 48px;*/
    border-radius: 8px;
    background-color: #f96209;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 1%;
}

.banner .know-more:hover {
    text-decoration: none;
}

/*banner css end*/

.home-pg-product-finder-wrap {
    background: #3e4095;
    border-radius: 16px;
    /*mix-blend-mode: multiply;*/
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 70%, #373737);
    width: 100%;
    float: left;
    clear: both;
    height: 40px;
    border-radius: 30px;
    margin-top: 0%;
}

.product-finder-wrap {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 7px;
}

.product-finder-icon {
    width: 10%;
    float: left;
}

.product-finder-text {
    width: 90%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.product-finder-wrap p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #e7ecf0;
    padding-top: 10px;
    float: left;
}

.product-type-wrap {
    width: 100%;
    float: left;
    clear: both;
    /*border-left: 1px solid #7a7cc4;
    border-right: 1px solid #7a7cc4;*/
    padding: 7px 15px;
    /*padding: 7px 5%;
    box-sizing: content-box;*/
}

.product-type-wrap:before {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    left: -4%;
    top: 0;
    background-color: #7a7cc4;
}

.product-type-wrap:after {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    right: -4%;
    top: 0;
    background-color: #7a7cc4;
}

.customer-type-select-div {
    width: 48%;
    margin-left: 0%;
    margin-right: 1%;
    /*float: left;*/
    clear: both;
    position: relative;
    display: inline-block;
}

.product-type-select-div {
    width: 48%;
    margin-left: 0%;
    margin-right: 0%;
    /*float: left;*/
    clear: both;
    position: relative;
    display: inline-block;
}

.product-type-wrap select {
    /* width: 48%;
    margin-left: 1%;
    margin-right: 1%;*/
    /*opacity: 0.3;*/
    width: 100%;
    border-radius: 8px;
    background-color: #6667b0;
    padding: 10px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c5c6f2;
}

.product-type-wrap .select-btn .one {
    position: absolute;
    top: 0;
    border-radius: 0;
    right: 0;
    background: #f4f4f4;
    color: #919191;
    /*border-left: 1px solid #919191;*/
}

.product-type-wrap .select-btn i .one {
    font-size: 16px;
    color: #c5c6f2;
}

/*customise form select menu dropdown*/

/*the container must be positioned relative:*/

.custom-select {
    position: relative;
    /*font-family: Arial;*/
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c5c6f2;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    /*background-color: DodgerBlue;*/
    border-radius: 8px;
    background-color: #6667b0;
}

/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    /*content: "";*/
    /*top: 14px;*/
    top: 15px;
    /* right: 10px;*/
    right: 25px;
    width: 0;
    height: 0;
    /*border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;*/
    font-family: FontAwesome;
    content: "\f107";
    font-size: 16px;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    /*top: 7px;*/
    top: 12px;
    font-family: FontAwesome;
    content: "\f106";
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    /*color: #ffffff;*/
    color: #c5c6f2;
    /*padding: 8px 16px;*/
    padding: 13px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/

.select-items {
    position: absolute;
    /*background-color: DodgerBlue;*/
    background-color: #6667b0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/*customise form select menu dropdown end*/

/*customise form select menu dropdown 2 */

/*the container must be positioned relative:*/

.custom-select-product-type {
    position: relative;
    /*font-family: Arial;*/
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c5c6f2;
}

.custom-select-product-type select {
    display: none;
    /*hide original SELECT element:*/
}

/*customise form select menu dropdown 2 end*/

.submit-product-finder-search-details-div {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 7%;
    text-align: center;
}

.submit-product-finder-search-details-div button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /*text-align: right;*/
    color: #ffffff;
}

.product-finder-submit-arrow-span {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #2b2d6f;
    display: inline;
    padding: 2px 5px 4px;
    margin-left: 5px;
}

.page-title-div {
    display: inline-block;
}

.home-pg-need-help-section .page-title-div {
    width: 100%;
    float: left;
    clear: both;
}

.section-title {
    font-size: 25.2px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202020;
    position: relative;
}

.section-title:before {
    width: 56px;
    height: 3px;
    position: absolute;
    content: "";
    /*left: 1.3%;*/
    left: 0;
    /*bottom: 0px;*/
    bottom: -12px;
    border-radius: 1.5px;
    background-color: #f96209;
}

.home-pg-need-help-section {
    padding-top: 28px;
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 50px;
}

.home-pg-need-help-section .single-content {
    width: 100%;
    float: left;
    clear: both;
    border-radius: 16px;
    border: solid 0.5px #aab5c1;
    /*mix-blend-mode: multiply;*/
    /*background-color: #f1f3f6;*/
    background: #f1f3f6;
    background-image: linear-gradient(228deg, #f1f3f6 90%, #ffffff 18%);
    mix-blend-mode: multiply;
    /*background-image: linear-gradient(234deg, #ffffff 93%, #f1f3f6 22%);*/
    padding: 10px 20px;
    position: relative;
    overflow-y: hidden;
    /*background: linear-gradient(228deg, #f1f3f6 90%, #ffffff 18%), linear-gradient(234deg, #ffffff 93%, #f1f3f6 22%);*/
    /*background-position: right bottom, left top;*/
    /* border-left: 5px solid #f96209;*/
}

.home-pg-need-help-section .single-content:before {
    position: absolute;
    content: "";
    left: 0%;
    top: 0px;
    background-color: #f96209;
    width: 5px;
    height: 100%;
    /*border-left: 5px solid #f96209;*/
}

.home-pg-need-help-section .single-content h3 {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3134;
}

.home-pg-need-help-section .single-content img {
    float: right;
    margin-top: -6%;
}

.help-links-ul-div {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    /*position: relative;*/
}

.help-links-ul-div ul {
    margin: 0;
    padding: 0px 0 0 20px;
}

.help-links-ul-div ul li::before {
    color: #3e4095;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f0da";
    padding-right: 10px;
    transition: all 300ms ease 0s;
    position: absolute;
    left: -16px;
    width: 5px;
    height: 10px;
    border-radius: 1px;
    /*background-color: #3e4095;*/
    font-size: 11px;
    top: 8px;
}

.help-links-ul-div ul li {
    /*font-size: 15px;*/
    color: #ff7b24;
    font-weight: 500;
    /*line-height: 23px;*/
    text-align: left;
    display: block;
    padding: 5px 0px 0px;
    position: relative;
}

.help-links-ul-div ul li a {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.67;*/
    letter-spacing: normal;
    color: #3e4095;
}

.home-pg-help-box-row {
    padding-top: 25px;
}

.our-hero-products-section {
    background-color: #f1f3f6;
    padding-top: 25px;
    padding-bottom: 50px;
}

.view-all-button-div {
    float: right;
    margin-top: 2.4%;
    display: inline-block;
}

.view-all-button-div a {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #f96900;
    text-decoration: underline;
}

.hero-product-box-row {
    padding-top: 48px;
}

.hero-product-box-wrap {
    border-radius: 16px;
    border: solid 0.5px #aab5c1;
    background-color: #ffffff;
    padding: 0px;
    width: 100%;
    float: left;
    overflow: hidden;
}

.hero-product-img-wrap {
    width: 100%;
    float: left;
}

.hero-product-img-wrap img {
    max-width: 100%;
}

.hero-product-title-wrap {
    width: 100%;
    float: left;
    padding-left: 6%;
}

.hero-product-title-wrap h3 {
    width: 100%;
    float: left;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3134;
    margin-top: 5px;
}

.hero-product-text-wrap {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #545567;
    padding-left: 6%;
    padding-right: 8%;
}

.hero-product-text-wrap p {}

.hero-product-table-wrap {
    width: 100%;
    float: left;
}

.hero-product-table-wrap table {
    margin-left: 6%;
    margin-right: 6%;
    width: 88%;
    margin-top: 2px;
}

.interest-rate-title-span {
    font-size: 9px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.22;
    letter-spacing: normal;
    color: #36424c;
    text-transform: uppercase;
}

.rate-value-span {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #f96209;
}

.loan-details-td {
    padding: 5px 10px;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    /*width: 50%;*/
}

.loan-details-td span {
    display: block;
}

.hero-product-table-wrap table tr td:first-child {
    border-left: none;
    width: 45%;
    padding-left: 0;
}

.hero-product-table-wrap table tr td:last-child {
    border-right: none;
    width: 55%;
    padding-left: 10px;
}

.hero-product-table-wrap table tr:last-child td {
    border-bottom: none;
}

.hero-product-link-wrap {
    width: 94%;
    float: left;
    /*background-color: #f96209;*/
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    /*border-radius: 14px;*/
    /*padding-top: 18px;
    padding-bottom: 18px;*/
    margin-bottom: 2%;
    /*border-top-left-radius: 0px;
    border-top-right-radius: 0px;*/
    margin-top: 2%;
}

.hero-product-link-wrap a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f96209;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    border-radius: 14px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.our-schemes-section {
    background-color: #ffeee1;
    padding-top: 25px;
    padding-bottom: 50px;
}

.schemes-box-row {
    padding-top: 48px;
}

.home-pg-schemes-carousel-wrap {
    width: 100%;
    float: left;
}

.schemes-box-wrap {
    border-radius: 16px;
    border: solid 0.5px #d0d0d0;
    background-color: #ffffff;
    padding: 7px;
    width: 100%;
    float: left;
    overflow: hidden;
}

.schemes-img-wrap {
    /*width: 33%;*/
    width: 100%;
    float: left;
    /*height: 173px;*/
}

.schemes-img-wrap img {
    max-width: 100%;
    /*height: 173px;*/
    border-radius: 16px;
}

.schemes-text-wrap {
    /*width: 67%;*/
    width: 99%;
    float: left;
    padding-left: 0%;
    padding-right: 1%;
}

.schemes-text-wrap .hero-product-title-wrap {
    padding-left: 0;
}

.schemes-table-wrap table {
    /*margin-left: 6%;*/
    margin-right: 0%;
    width: 100%;
    margin-top: 2px;
    margin-left: 0;
}

.schemes-table-wrap table .loan-details-td {
    padding: 5px 10px;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    /* width: 50%; */
}

.schemes-table-wrap table tr td:first-child {
    border-left: none;
    width: 45%;
    padding-left: 0;
}

.schemes-table-wrap table tr:last-child td {
    border-bottom: 1px solid #cccccc;
}

.schemes-link-wrap {
    width: 100%;
    float: right;
    text-align: right;
    padding-top: 12px;
}

.schemes-link-wrap a {
    border-radius: 8px;
    border: solid 1px #f4730b;
    background-color: #ffeee1;
    padding: 9px 15px;
    font-size: 11px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: normal;
    /*text-align: right;*/
    color: #f96209;
    text-transform: capitalize;
    display: inline-block;
}

.schemes-link-wrap a i {
    vertical-align: middle;
    padding-left: 5px;
    font-weight: normal
}

.scheme-row-one {
    width: 100%;
    float: left;
}

.scheme-row-two {
    width: 100%;
    float: left;
    padding-top: 2%;
}

#owl-demo1 .owl-pagination span {
    /*background-color: #f86006;*/
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: #f2ba8c;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
}

#owl-demo1 .owl-pagination .active span {
    /*border-radius: 2px;*/
    background-color: #f96209;
    width: 13px;
}

#owl-demo1 .owl-controls {
    padding-top: 15px;
}

.our-services-section {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 50px;
}

.our-services-section .schemes-box-wrap {
    border: none;
    padding: 0;
}

.service-img-wrap {
    width: 100%;
    float: left;
    padding: 5px;
    border: 2px solid #ddd;
}

.service-img-wrap img {
    max-width: 100%;
    /*height: 140px;*/
}

.our-services-section .hero-product-title-wrap h4 {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3134;
    margin-top: 0;
}

.para-div {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #545567;
}

.our-services-section .schemes-link-wrap {
    width: 100%;
    float: right;
    text-align: right;
    padding-top: 3px;
    border-top: 1px solid #d9dee4;
    margin-top: 3px;
}

.our-services-section .schemes-link-wrap a {
    border-radius: 8px;
    border: solid 1px #fff;
    background-color: #fff;
    /*padding: 9px 15px;*/
    padding: 9px;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: normal;
    /* text-align: right; */
    color: #f96209;
    text-transform: capitalize;
    display: inline-block;
}

.our-services-section .schemes-link-wrap .orange-text-button:hover {
    color: #a13c00;
    text-decoration: none;
}

.our-services-section .schemes-text-wrap {
    width: 95%;
    float: left;
    padding-left: 0%;
    padding-right: 10%;
}

#owl-demo2 .owl-pagination {
    display: none;
}

#owl-demo2 .owl-controls {
    padding-top: 15px;
}

#owl-demo2 .owl-prev,
#owl-demo2 .owl-next {
    width: 44px;
    height: 44px;
    background: #fff;
    /* opacity: 0.6;*/
}

#owl-demo2 .owl-prev img,
#owl-demo2 .owl-next img {
    width: 100%;
}

.mobile-banking-banner {}

.banking-banner-carousel-img-wrap {
    width: 100%;
    float: left;
    position: relative;
}

.banking-banner-carousel-img-wrap img {
    /*height: 326px;*/
    width: 100%;
}

.banking-banner-carousel-content-wrap {
    width: 26%;
    float: right;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 20px 20px 20px 25px;
    position: absolute;
    right: 13.5%;
    top: 30%;
}

.banking-banner-carousel-content-wrap h2 {
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3134;
    vertical-align: middle;
}

.banking-banner-carousel-content-wrap .icon {
    width: 10%;
    float: left;
    text-align: left;
    padding-top: 18px;
}

.banking-banner-carousel-text-wrap {
    width: 88%;
    float: left;
    padding-left: 3%;
}

.banking-banner-carousel-content-wrap .icon img {
    float: left;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.banking-banner-carousel-content-wrap p {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #36424c;
}

.banking-banner-carousel-text-wrap a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    background-color: #f96209;
    /*width: 158px;
  height: 48px;*/
    display: inline-block;
    padding: 10px 25px;
    float: right;
    margin-top: 4%;
}

#owl-demo3 .owl-pagination span {
    /*background-color: #f86006;*/
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: #f2ba8c;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
}

#owl-demo3 .owl-pagination .active span {
    /*border-radius: 2px;*/
    background-color: #fff;
    width: 13px;
}

#owl-demo3 .owl-controls {
    padding-top: 0px;
    margin-top: -2%;
    z-index: 1;
    position: relative;
}

.journey-in-numbers-section {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
}

.journey-section-left-content-wrap {
    width: 100%;
    float: left;
}

.journey-para-wrap {
    width: 100%;
    float: left;
    padding-right: 7%;
    padding-top: 33px;
}

.journey-para-wrap p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #545567;
}

.journey-number-box-wrap {
    /*width: 95px;
  height: 59px;*/
    width: 100%;
    float: left;
    /* margin: 25px 4px 0 124px;*/
    /*mix-blend-mode: multiply;*/
    /*background-color: #3e4095;*/
    /*background-image: linear-gradient(252deg, #ffffff 107%, #f1f3f6 -8%);*/
    /*opacity: 0.2;*/
    /*mix-blend-mode: multiply;*/
    /*background-image: linear-gradient(241deg, #3e4095 97%, #4d4faf 11%);*/
    border-radius: 16px;
    margin-top: 25px;
    padding: 5px 15px 15px;
    /*height: 135px;*/
}

.journey-number-box-wrap h4 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.number {
    font-size: 48px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    width: 100%;
    float: left;
}

.journey-number-box-wrap-purple {
    background-color: #9d9d9f;
}

.journey-number-box-wrap i.fa-star {
    /*width: 15px;
  height: 15px;*/
    /* background-color: #0099dc;*/
    border-radius: 50%;
    float: right;
    /*color: #403b92;*/
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}

.journey-number-box-wrap-purple i.fa-star {
    background-color: #0099dc;
    color: #403b92;
}

.journey-number-box-wrap a {
    font-size: 9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.22;
    letter-spacing: normal;
    /*text-align: right;*/
    color: #ffffff;
    display: inline-block;
    float: right;
}

.journey-number-box-wrap a i {
    vertical-align: middle;
    padding-left: 5px;
    font-weight: normal;
    font-size: 12px;
}

.journey-number-box-wrap-blue {
    background-color: #f96209;
}

.journey-number-box-wrap-blue i.fa-star {
    background-color: #3c3f94;
    color: #0097db;
}

.news-section {
    background-color: #f1f3f6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-section h2 {
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3134;
    margin-top: 0;
}

.news-section p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #545567;
    padding-top: 13px;
}

.news-section a {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /*text-align: right;*/
    color: #f96900;
    text-decoration: underline;
    display: inline-block;
    float: right;
}

.news-section .news-date-div {
    width: 100%;
    float: left;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #9a9a9a;
    padding-top: 22px;
}

.news-section .news-date-div span {
    color: #404040;
}

.second-news-box::before {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    left: -2%;
    top: 0;
    background-color: #d1d7de;
}

.second-news-box::after {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    right: 2%;
    top: 0;
    background-color: #d1d7de;
}

.news-box-row {
    padding-top: 45px;
}

.news-section .media {
    padding-right: 3%;
}

.get-in-touch-section {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 50px;
}

.get-in-touch-left-img-wrap {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.get-in-touch-left-img-wrap img {
    max-width: 100%;
    height: 570px;
}

.get-in-touch-right-col-wrap {
    width: 100%;
    float: left;
}

/*
.get-in-touch-section h2  {
      font-size: 25.2px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #202020;
}
*/

.get-in-touch-form-wrap {
    width: 100%;
    float: left;
    padding-top: 37px;
}

.get-in-touch-form-wrap .form-field {
    border-radius: 8px;
    background-color: #f1f3f6;
    width: 100%;
    padding: 15px;
    border: none;
    border: solid 1px #714e9e;
}

.get-in-touch-form-wrap textarea {
    height: 138px;
}

.get-in-touch-form-wrap .form-field:focus {
    border: solid 1px #f4730b;
}

.get-in-touch-form-wrap .customer-type-select-div,
.get-in-touch-form-wrap .custom-select-product-type {
    color: #262a2d;
    width: 100%;
}

.get-in-touch-form-wrap .customer-type-select-div .select-items div,
.get-in-touch-form-wrap .customer-type-select-div .select-selected,
.get-in-touch-form-wrap .custom-select-product-type .select-items div,
.get-in-touch-form-wrap .custom-select-product-type .select-selected {
    /* color: #ffffff; */
    color: #262a2d;
    /* padding: 8px 16px; */
    padding: 13px 16px;
    /*border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
    user-select: none;
    background-color: #f1f3f6;
    border: none;
}

.get-in-touch-form-wrap .select-items {
    background-color: #f1f3f6;
}

.get-in-touch-form-wrap .select-items div:hover,
.get-in-touch-form-wrap .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-select-product-type {
    margin-left: 0;
}

.get-in-touch-form-wrap .select-items div:focus {
    border: solid 1px #f4730b;
}

.message-div .counter-input-field {
    text-align: right;
    font-size: 9.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7a8499;
    padding-top: 7px;
    background-color: transparent;
    border: none;
    float: right;
}

.get-in-touch-pg-submit-button-div .submit-button {
    border-radius: 8px;
    background-color: #f96209;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: none;
    float: right;
    margin-top: 7%;
    padding: 10px 20px;
}

.locate-us-section {}

.locate-us-wrap {
    width: 100%;
    float: left;
    position: relative;
}

.map-wrap {
    width: 100%;
    float: left;
    /*padding-top: 37px;*/
    position: relative;
}

.map-wrap img {
    width: 100%;
}

.map-wrap iframe {
    height: 640px;
}

.location_details {
    position: absolute;
    border-radius: 16px;
    border: solid 1px #aab5c1;
    background-color: #ffffff;
    width: 55%;
    left: 5%;
    top: 7%;
    padding: 10px;
}

.locate-us-form-box {
    border-radius: 16px;
    border: solid 1px #aab5c1;
    background-color: #ffffff;
    padding: 15px;
    position: absolute;
    float: right;
    width: 25%;
    top: 7%;
    right: 14%;
}

.search-title {
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3134;
    padding-top: 1%;
    width: 100%;
    float: left;
}

.locator-form-wrap {
    width: 100%;
    float: left;
}

.search-near-by-div {
    position: relative;
    width: 100%;
}

.locator-form-wrap button {
    /*width: 42px;
	height: 42px;*/
    /*background: #3563a9;*/
    /*color: #fff;*/
    color: #2c3843;
    border: none;
    outline: none;
    float: left;
    position: absolute;
    right: 3%;
    font-size: 20px;
    margin-top: 5%;
}

.search-near-by-div input {
    border-radius: 8px;
    background-color: #f1f3f6;
    width: 100%;
    padding: 15px;
    border: none;
    border: solid 1px #f1f3f6;
    float: left;
    margin-top: 3%;
}

.or-text-div {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7a8499;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    position: relative;
    width: 100%;
    float: left;
}

.or-text-div:before {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 49%;
    left: 0;
    background-color: #d9dde3;
    content: "";
}

.or-text-div span {
    background-color: #fff;
    display: inline-block;
    padding: 3px 5px;
    /*z-index: 1;*/
    position: relative;
}

/*
.or-text-div hr {
    position: absolute;
    top: -20%;
    left: 0;
}
*/

.locator-form-wrap .customer-type-select-div,
.locator-form-wrap .custom-select-product-type {
    color: #262a2d;
    width: 100%;
}

.locator-form-wrap .customer-type-select-div .select-items div,
.locator-form-wrap .customer-type-select-div .select-selected,
.locator-form-wrap .custom-select-product-type .select-items div,
.locator-form-wrap .custom-select-product-type .select-selected {
    /* color: #ffffff; */
    color: #262a2d;
    /* padding: 8px 16px; */
    padding: 13px 16px;
    /*border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
    user-select: none;
    background-color: #f1f3f6;
    border: none;
}

.locator-form-wrap .select-items {
    background-color: #f1f3f6;
}

.locator-form-wrap .select-items div:hover,
.locator-form-wrap .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-select-product-type {
    margin-left: 0;
}

/*custom checkbox css*/

/* The container */

.check-box-label {
    /*display: block;*/
    display: inline-block;
    position: relative;
    /*padding-left: 35px;*/
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*color: #202427;*/
    color: #2d3134;
    font-size: 14px;
    font-weight: 600;
}

/* Hide the browser's default checkbox */

.check-box-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 25px;
  width: 25px;*/
    height: 20px;
    width: 20px;
    /* background-color: #eee;*/
    background-color: #fff;
    border: 1px solid #3d4952;
}

/* On mouse-over, add a grey background color */

.check-box-label:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check-box-label input:checked~.checkmark {
    /*background-color: #2196F3;*/
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.check-box-label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.check-box-label .checkmark:after {
    /*left: 9px;
  top: 5px;*/
    left: 6px;
    top: 0px;
    /*width: 5px;
  height: 10px;*/
    width: 8px;
    height: 15px;
    /*border: solid white;*/
    border: solid #3d4952;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*custom checkbox css end*/

.custom-checkbox {
    padding-top: 20px;
}

.custom-checkbox label:first-child {
    margin-right: 13%;
}

.locate-us-submit-button-div {
    text-align: center;
}

.locate-us-submit-button-div .submit-button {
    border-radius: 8px;
    background-color: #f96209;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: none;
    float: none;
    margin-top: 5%;
    padding: 10px 20px;
    /*text-align: center;
    display: inline-block;*/
}

.complaint-registration-section {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.complaint-registration-outer-wrap {
    border-radius: 16px;
    background-color: #ffeee1;
    padding: 20px;
    width: 100%;
    float: left;
}

.complaint-text-wrap {
    width: 100%;
    float: left;
}

.complaint-text-wrap .icon-wrap {
    width: 6%;
    float: left;
    padding-top: 12px;
    margin-left: 2%;
}

.complaint-text-wrap .icon-wrap img {
    background-color: #f2ba8c;
    padding: 2px;
    border-radius: 5px;
}

.complaint-text-wrap h4 {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3134;
}

.complaint-text-wrap p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #545567;
}

.complaint-text-wrap .text-wrap {
    width: 90%;
    float: left;
}

.complaint-link-wrap {
    width: 100%;
    float: left;
}

.complaint-link-wrap a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    background-color: #f96209;
    /* width: 158px; */
    /* height: 48px; */
    display: inline-block;
    padding: 10px 35px;
    float: right;
    margin-top: 6%;
    margin-right: 4%;
}

footer {
    width: 100%;
    float: left;
    clear: both;
    padding: 50px 50px 38px 50px;
    background-color: #222331;
}

footer .logo {
    width: 100%;
    float: left;
}

footer .about {
    width: 100%;
    float: left;
    padding-top: 7%;
}

footer .about p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #b3b4c8;
    padding-right: 10%;
}

.useful-links-wrap {
    width: 100%;
    float: left;
    padding-left: 15%;
}

.useful-links-wrap h5 {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9d9eb0;
    margin-top: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.useful-links-wrap ul {
    list-style-type: none;
    padding-left: 0;
}

.useful-links-wrap a {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #cfd1ed;
}

.support-links-wrap li {
    color: #7c7e8c;
    line-height: 15px;
    margin-bottom: 8px;
}

.support-links-wrap li a {
    font-style: italic;
}

/*

.Item-2-Copy {
  width: 175px;
  height: 165px;
  margin: 15px 0 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7c7e8c;

}

.Item-2-Copy .text-style-1 {
  font-weight: normal;
  font-style: italic;
  color: #d0d2eb;
}

.Item-2-Copy .text-style-2 {
  font-weight: normal;
  font-style: italic;
  color: #cfd1ed;
}
*/

.bottom-social-icons-section {
    width: 100%;
    float: left;
    background-color: #2a2b3d;
    padding: 23px 20px 15px 20px;
}

.copyright-wrap p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #65677e;
}

.bottom-social-icons-section .social-icons-wrap {
    width: 100%;
    float: left;
    text-align: center;
    border-left: 1px solid #5e6077;
    border-right: 1px solid #5e6077;
}

.bottom-social-icons-section .social-icons-wrap i {
    color: #65677e;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.policy-links-wrap {
    width: 100%;
    float: left;
}

.policy-links-wrap ul {
    list-style-type: none;
    /*padding-top: 10px;*/
}

.policy-links-wrap ul li {
    display: inline-block;
}

.policy-links-wrap ul li a {
    display: inline-block;
    text-transform: capitalize;
    padding: 0 7px;
    margin: 0;
    border-right: 1px solid #575656;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: right;
    color: #65677e;
}

.policy-links-wrap ul li a:last-child {
    border-right: none;
}

.news-section .view-all-button-div {
    margin-top: 1%;
}

.orange-button {
    background-color: #f96209;
    color: #fff;
    transition: ease-in 0.3s;
}

.orange-button:hover {
    background-color: #a13c00;
    color: #fff;
    text-decoration: none;
}

.orange-text-button {
    color: #f96209;
    transition: ease-in 0.3s;
}

.orange-text-button:hover {
    color: #a13c00;
    text-decoration: underline;
}

.orange-text-button-two {
    color: #f96209;
    border: solid 1px #f4730b;
    background-color: #ffeee1;
    transition: ease-in 0.3s;
}

.orange-text-button-two:hover {
    color: #f96209;
    border: solid 1px #f96900;
    background-color: #f2ba8c;
    text-decoration: none;
}

.need-help-get-in-touch-wrap img {
    padding-bottom: 12px;
}

/*tabs css*/

#tabs .one {
    background: #007b5e;
    color: #eee;
}

#tabs h6.section-title .one {
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link .one,
.nav-tabs .nav-link.active .one {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link .one {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

/*tabs css end*/

/*
.tab-pane.fade.show {
   opacity: 1 !important; 
    display: block !important;
}

.tab-pane.fade {
   opacity: 0 !important; 
    display: none !important;
}*/

.tab-pane.fade.active {
    opacity: 1;
    display: block;
}

.four-categories-links-wrap .nav-tabs {
    /*border-bottom: 1px solid #ddd;*/
    border-bottom: none;
    text-align: center;
}

.four-categories-links-wrap .nav-tabs li {
    float: none;
}

.four-categories-links-wrap .nav-tabs .nav-item.show .nav-link {
    /* padding: 10px 20px;*/
    /* border-radius: 4px;
    color: #fff;
font-size: 14px;*/
    /* background-color: #f96209;*/
    border: none;
}

.four-categories-links-wrap .nav-link {
    border: none;
    font-weight: normal;
}

.four-categories-links-wrap .nav-tabs .active .nav-link {
    background-color: #a13c00;
    font-weight: 600;
    color: #fff;
    border: none;
}

.four-categories-links-wrap .nav-tabs .nav-link:hover {
    background-color: #a13c00;
    /*font-weight: normal;*/
    color: #fff;
    border: none;
}

.four-categories-outer-wrap {
    /*padding: 12px 0px 1px;*/
    padding: 5px 0px 40px;
}

.accounts-nav-links-wrap nav ul {
    /*padding-left: 35.5%;*/
    /* padding-left: 29%;*/
    padding-left: 20%;
}

#main-menu2 .sub-menu {
    padding-left: 0%;
}

#nav .sub-menu {
    z-index: 99999;
}

.sm-blue ul {
    z-index: 9999;
}

#nav2 #main-menu2 {
    z-index: 1;
}

.sm-blue ul a,
.sm-blue ul a.highlighted,
.sm-blue ul a:active,
.sm-blue ul a:focus,
.sm-blue ul a:hover {
    border-bottom: 1px solid #f4f4f4;
    /*padding: 6px 4px;*/
    padding: 6px 10px;
}

.sub-menu {
    /*top: 63px !important;
    border-top: 3px solid #000;*/
    border-top: 3px solid #0b92d4;
}

.sm-blue ul a:hover {
    color: #0b92d4 !important;
}

.sm-blue ul a {
    padding-left: 10px !important;
}

.sm-blue ul a:hover::before {
    left: -5px !important;
    color: #0b92d4;
    position: relative;
}

#nav,
#nav2,
#nav3,
#nav4,
#nav5,
#nav6 {
    float: none;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

#nav {
    width: 110%;
}

.accounts-nav-links-wrap nav ul {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.accounts-nav-links-wrap nav {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 0px;
}

.sm-blue li {
    float: left;
    display: inline-block;
    float: none;
}

.sub-menu {
    text-align: left;
}

#main-menu2 .sub-menu,
#main-menu3 .sub-menu,
#main-menu4 .sub-menu,
#main-menu5 .sub-menu {
    text-align: left;
}

.sm-blue ul li {
    display: block;
}

#owl-demo4 .owl-pagination .active span {
    /* border-radius: 2px; */
    background-color: #f96209;
    width: 13px;
}

#owl-demo4 .owl-pagination span {
    /* background-color: #f86006; */
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: #f2ba8c;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
}

#owl-demo5 .owl-pagination .active span {
    /* border-radius: 2px; */
    background-color: #f96209;
    width: 13px;
}

#owl-demo5 .owl-pagination span {
    /* background-color: #f86006; */
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: #f2ba8c;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
}

#owl-demo6 .owl-pagination .active span {
    /* border-radius: 2px; */
    background-color: #f96209;
    width: 13px;
}

#owl-demo6 .owl-pagination span {
    /* background-color: #f86006; */
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: #f2ba8c;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
}

#owl-demo4 .owl-item .hero-product-box-wrap {
    width: 96%;
    margin-left: 1%;
    margin-right: 1%;
}

.mobile-scheme-row {
    display: none;
}

#owl-demo6 .home-pg-news-owl-item-inner-wrap {
    width: 92%;
}

.mobile-side-menu-li {
    display: none !important;
}

footer a:hover,
.bottom-social-icons-section a:hover {
    color: #fff;
    /* color: #9193a6;*/
}

.bottom-social-icons-section .social-icons-wrap a:hover i {
    color: #fff;
    /*color: #9193a6;*/
}

footer a,
.bottom-social-icons-section a {
    transition: all ease-in 0.2s;
}

.bottom-social-icons-section .social-icons-wrap a i {
    transition: all ease-in 0.2s;
}

.locator-form-wrap button {
    background-color: transparent;
}

#nav {
    padding-top: 5px;
}

ul.sub-menu {
    margin-top: -28px !important;
    border-top: none;
    border-radius: 8px;
}

ul.sub-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #78849b;
}

ul.sub-menu a:hover,
ul.sub-menu a:focus,
ul.sub-menu a:active {
    background-color: #fcb884;
    color: #33424d !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sm-blue ul a:hover::before {
    /* color: #0b92d4;*/
    color: #33424d;
}

/*.sm-blue .active2 {
	background: #a13c00;
}*/

/*.sm-blue ul a, .sm-blue ul a.highlighted, .sm-blue ul a:active, .sm-blue ul a:focus, .sm-blue ul a:hover {
	border-bottom: 1px solid #f4f4f4;
}*/

.sm-blue ul li:last-child a {
    border-bottom: none;
    border-radius: 8px;
}

/*.sm-blue ul li:last-child a:hover {
	 border-radius: 8px !important;
	 border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

 .sm-blue ul li:first-child a:hover {
	 border-radius: 8px !important;
	 border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}*/

/*affix css */

.affix {
    top: 0;
    width: 100%;
    /*      z-index: 9999 !important;*/
    z-index: 7000 !important;
}

.affix+.container-fluid {
    padding-top: 70px;
}

.header-wrap {
    background-color: #fff;
}

.affix .logo img {
    width: 70%;
}

/*
  .affix .navigation {
      margin-top: 13px;
  }
*/

/*affix css end*/

.home-pg-product-finder-wrap {
    background: #f96209 !important;
    /*background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 70%, #373737);*/
    background-image: none !important;
}

.home-pg-need-help-section .single-content {
    background-image: none;
}

/*.search-input-div {
	top: -11px;
	width: 118%;
	z-index: 2;
	margin-top: 0;
	left: -290px;
}*/

.search-input-div {
    top: -11px;
    width: 217%;
    z-index: 2;
    margin-top: 0;
    left: -586px;
}

/*.product-type-wrap select, .customer-type-select-div select, .product-type-select-div select, .customer-type-select-div1 select, .product-type-select-div1 select {
    -webkit-appearance: ;
}*/

/*.top-nav-col {
    padding-left: 2%;
}*/

.banner .carousel-caption {
    left: 0 !important;
}

.banner .carousel-indicators {
    display: block;
    bottom: 60px;
}

.inner-pg-banner .carousel-indicators {
    display: none;
}

.banner .carousel-indicators {}

/*.carousel-indicators .active {
	background-color: #28ace2;
	border-color: #28ace2;
}*/

.carousel-indicators li {
    background-color: #f2ba8c;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
    border: none;
}

.carousel-indicators .active {
    background-color: #f96209;
    width: 13px;
    height: 5px;
    border-radius: 2px;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
}

#nav3 #main-menu3,
#nav4 #main-menu4,
#nav5 #main-menu5 {
    z-index: 1;
}

.sub-menu ul.sub-menu2 {
    margin-top: -55px !important;
}

.sm-blue ul a,
.sm-blue ul a.highlighted,
.sm-blue ul a:active,
.sm-blue ul a:focus,
.sm-blue ul a:hover {
    padding: 15px 10px;
}

/*aniket*/

* {
    scrollbar-width: thin;
    scrollbar-color: white grey;
}

/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: grey;
}

*::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 20px;
    border: 3px solid grey;
}

*::-moz-scrollbar-track {
    background: grey;
}

* {
    scrollbar-color: #ccc grey;
}

.locator_popup {
    width: 100%;
    float: left;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 373px;
}

.locator_popup .locator_row {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    /*justify-content: center;*/
}

.locator_popup .locator_box {
    flex: 0 44%;
    float: left;
    padding: 10px;
    margin: 20px;
    background-image: url(../images/locator-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.locator_popup .locator_box .title {
    font-size: 16px;
    color: #2d3134;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    padding: 0px 0px 10px 30px;
}

.locator_popup .locator_box .title::before {
    content: url(../images/group-9-3.jpg);
    position: absolute;
    top: 3px;
    left: 5px;
    width: 18px;
    height: 18px;
}

.locator_popup .locator_box .locator_add {
    font-size: 14px;
    color: #36424c;
    font-weight: 500;
    line-height: 26px;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    padding: 0px 0px 0px 32px;
}

.locator_popup .locator_box .locator_add::before {
    content: url(../images/icon-check.svg);
    position: absolute;
    top: 0;
    left: 5px;
    width: 18px;
    height: 18px;
}

.locator_popup .locator_box_full {
    flex: 0 100%;
    float: left;
    padding: 10px;
    margin: 10px 10px;
    background-image: url(../images/locator-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.form-control123 {
    padding: 15px 10px;
    border: none;
    transition: all .3s ease;
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    background-color: #f1f3f6;
    width: 100%;
    outline: 0;
    font-weight: normal;
    border: solid 1px #f1f3f6;
    border-radius: 8px;
}

.bod {
    width: 100%;
    float: left;
    position: relative;
}

.bod .bod_row {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.bod .bod_box {
    flex: 0 31%;
    float: left;
    padding: 10px;
    margin: 10px;
    border-radius: 16px;
    border: solid 1px #dee2e6;
    background-color: rgba(235, 241, 246, 0.5);
}

.bod .bod_box .bod_head {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    float: left;
    display: block;
}

.bod .bod_box .bod_head .bod_img {
    width: 30%;
    float: left;
}

.bod .bod_box .bod_head .bod_img img {
    border-radius: 15px;
}

.bod .bod_box .bod_head .bod_name_des_det {
    width: 70%;
    float: left;
    padding: 20px 0px 0px 20px;
}

.bod .bod_box .bod_head .bod_name_des_det .bod_name {
    font-size: 18px;
    font-weight: 600;
    color: #2d3134;
}

.bod .bod_box .bod_head .bod_name_des_det .bod_des {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    color: #f96209;
}

.bod .bod_box .sub_title {
    font-size: 9px;
    font-weight: 600;
    color: #36424c;
    text-transform: uppercase;
    float: left;
    padding: 25px 15px;
}

.bod .bod_box .bod_point {
    width: 100%;
    position: relative;
    float: left;
}

.bod .bod_box .bod_point ul {
    list-style-type: none;
    padding-left: 0;
}

.bod .bod_box .bod_point li {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.67;
    color: #545567;
    padding-left: 10px;
    height: 100px;
}

.bod .bod_box .bod_point li span {
    font-weight: normal;
    color: #36424c;
}

.bod .bod_box .bod_point a {
    display: block;
    color: #f96209;
    text-decoration: underline;
    padding: 0px 0px 10px 10px;
}

/*.bod .bod_box .bod_point li:before {
                    content: url(../images/icon-check2.svg);
                    position: absolute;
                    padding-top: 5px;
                    left: 0;
                    width: 18px;
                    height: 18px;
                }*/

.bod_box_inner {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 16px;
    border: solid 1px #dee2e6;
    background-color: rgba(235, 241, 246, 0.5);
}

.bod_box_inner .bod_head {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    float: left;
    display: block;
}

.bod_box_inner .bod_head .bod_img {
    width: 20%;
    float: left;
}

.bod_box_inner .bod_head .bod_img img {
    border-radius: 15px;
}

.bod_box_inner .bod_head .bod_name_des_det {
    width: 70%;
    float: left;
    padding: 47px 0px 0px 0px;
}

.bod_box_inner .bod_head .bod_name_des_det .bod_name {
    font-size: 21px;
    font-weight: 600;
    color: #2d3134;
    padding-left: 10px;
}

.bod_box_inner .bod_head .bod_name_des_det .bod_des {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    color: #f96209;
    padding-left: 10px;
}

.bod_box_inner .sub_title {
    font-size: 14px;
    font-weight: 600;
    color: #36424c;
    text-transform: uppercase;
    float: left;
    padding: 25px 15px;
}

.bod_box_inner .bod_point {
    width: 100%;
    position: relative;
    float: left;
}

.bod_box_inner .bod_point ul {
    list-style-type: none;
    padding-left: 0;
}

.bod_box_inner .bod_point li {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.67;
    color: #545567;
    padding-left: 10px;
}

.bod_box_inner .bod_point li span {
    font-weight: normal;
    color: #36424c;
}

/*.bod_box_inner .bod_point li:before {
                content: url(../images/icon-check2.svg);
                position: absolute;
                padding-top: 5px;
                left: 0;
                width: 18px;
                height: 18px;
            }*/

.news_events {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.news_events .news_events_box {
    flex: 0 32%;
    padding: 10px;
}

.news_events .news_events_box .news_events_thum {
    width: 100%;
    float: left;
}

.news_events .news_events_box .news_events_thum img {
    width: 100%;
    float: left;
}

.news_events .news_events_box .title {
    font-size: 24px;
    font-weight: 800;
    padding: 10px 0px;
    color: #2d3134;
    display: block;
    clear: both;
}

.news_events .news_events_box p {
    color: #545567;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 0px 10px 5px 0px;
}

.news_events .news_events_box a {
    color: #f96900;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: underline;
}

.news_events_details {
    width: 100%;
    float: left;
}

.news_events_details .title {
    font-size: 24px;
    font-weight: 800;
    padding: 10px 0px;
    color: #2d3134;
    display: block;
    clear: both;
}

.news_events_details p {
    color: #545567;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 0px 10px 5px 0px;
}

/*.owl-carouseln {
    width: 60%;
}*/

.owl-carouseln .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 9 !important;
    position: relative;
}

.owl-carouseln .owl-pagination {
    display: none;
}

.owl-carouseln .owl-controls {
    padding-top: 15px;
}

.owl-carouseln .owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 40%;
    left: 0px;
}

.owl-carouseln .owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 40%;
    right: 0px;
}

.owl-carouseln .owl-prev img,
.owl-carouseln .owl-next img {
    width: 100%;
}

.achievements {
    width: 100%;
    float: left;
    position: relative;
}

.achievements .achievements_row {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.achievements .achievements_row .achievements_box {
    flex: 0 31%;
    float: left;
    margin: 10px;
    border-radius: 16px;
    border: solid 1px #dee2e6;
    background-color: rgba(235, 241, 246, 0.5);
}

.achievements .achievements_row .achievements_box .achievements_img {
    width: 100%;
    float: left;
}

.achievements .achievements_row .achievements_box .achievements_img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.achievements .achievements_row .achievements_box .achievements_details {
    width: 100%;
    padding: 25px 15px;
    float: left;
}

.achievements .achievements_row .achievements_box .achievements_details .achievements_name {
    font-size: 16px;
    font-weight: 600;
    color: #2d3134;
    padding-bottom: 10px;
}

.achievements .achievements_row .achievements_box .achievements_details .achievements_point {
    width: 100%;
    position: relative;
    float: left;
}

.achievements .achievements_row .achievements_box .achievements_details .achievements_point ul {
    list-style-type: none;
    padding-left: 0;
}

.achievements .achievements_row .achievements_box .achievements_details .achievements_point li {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.67;
    color: #545567;
    padding-left: 30px;
}

.achievements .achievements_row .achievements_box .achievements_details .achievements_point li span {
    font-weight: normal;
    color: #36424c;
}

.achievements .achievements_row .achievements_box .achievements_details .achievements_point li:before {
    content: url(../images/icon-check2.svg);
    position: absolute;
    padding-top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
}

.rbi_video {
    width: 100%;
    float: left;
}

.rbi_video .rbi_video_row {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.rbi_video .rbi_video_row .rbi_video_box {
    flex: 0 31%;
    float: left;
    margin: 10px;
    border-radius: 16px;
    border: solid 1px #dee2e6;
    background-color: rgba(235, 241, 246, 0.5);
}

.rbi_video .rbi_video_row .rbi_video_box .rbi_video_iframe {
    width: 100%;
    float: left;
}

.rbi_video .rbi_video_row .rbi_video_box .rbi_video_iframe iframe {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.rbi_video .rbi_video_row .rbi_video_box .rbi_video_name {
    font-size: 16px;
    font-weight: 600;
    color: #2d3134;
    padding: 20px;
    float: left;
}

.top-nav-col {
    width: 64%;
}

.top-right-icons-col {
    width: 18%;
}

.top-nav-col .sm-blue a,
.top-nav-col .sm-blue a.highlighted,
.top-nav-col .sm-blue a:active,
.top-nav-col .sm-blue a:focus,
.top-nav-col .sm-blue a:hover {
    padding-left: 13px;
    padding-right: 13px;
}

.search-input-div {
    /*width: 209%;*/
    width: 172%;
    left: -548px;
}

.banner .carousel-caption {
    z-index: 0;
}

/*css - 17-5-2021*/

.search-input-div2 button {
    background-color: transparent;
    float: left;
    position: absolute;
    left: 15px;
}

.search-input-div2 .top-search-input {
    background-color: #ededfa;
    border-radius: 8px;
    border: none;
    position: relative;
    padding-left: 45px;
    width: 100%;
}

.search-input-div2 button i {
    /*left: 20px;
    position: absolute;*/
    color: #36424c;
    font-size: 17px;
    /*top: 22px;*/
}

.search-input-div2 {
    width: 175%;
    left: -518px;
}

.search-input-div2 .close-search-box-btn-div {
    position: absolute;
    right: 25px;
    top: 22px;
}

.search-input-div2 .close-search-box-btn-div i {
    color: #36424c;
    font-size: 17px;
    cursor: pointer;
    font-weight: 200;
}

.mobile-login-icon-wrap {
    display: none;
}

/*css - 17-5-2021 end*/

/*css - 18-5-2021 */

.journey-section-right-content-wrap .col-lg-6 .journey-number-box-wrap-purple {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url(../images/bgs/purple-bg-journey-numbers.png);*/
    /*background-image: url(../images/bgs/Base-Blue-Type-2.svg);*/
    background-image: url(../images/bgs/purple-bg-journey-numbers-2.jpg);
}

.journey-section-right-content-wrap .col-lg-6 .journey-number-box-wrap-blue {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url(../images/bgs/blue-bg-journey-numbers.png);*/
    /* background-image: url(../images/bgs/Base-Blue-Type-1.svg);*/
    background-image: url(../images/bgs/blue-bg-journey-numbers-2.jpg);
}

.home-pg-need-help-section .home-pg-help-box-row .col-md-3 .single-content {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url(../images/bgs/need-help-bg.png);*/
    background-image: url(../images/bgs/need-help-bg-2.jpg);
    background-color: transparent;
    mix-blend-mode: normal;
}

/*css - 18-5-2021 end*/

/*css - 20-5-2021 */

.product-type-wrap select,
.customer-type-select-div select,
.product-type-select-div select,
.customer-type-select-div1 select,
.product-type-select-div1 select {
    -webkit-appearance: none;
    /* appearance: auto;*/
    /*-ms-appearance: none;*/
    appearance: none;
}

.locator-form-wrap select {
    -webkit-appearance: none;
    /*appearance: auto;*/
    /*-ms-appearance: none;*/
    appearance: none;
}

.ifsc-code-pg-locator-row select {
    -webkit-appearance: none;
    /*appearance: auto;*/
    /*-ms-appearance: none;*/
    appearance: none;
}

/*code for select tag for ie browser (clear default style)*/

select::-ms-expand {
    display: none;
}

/*code for select tag for ie browser (clear default style) end*/

/*.product-type-wrap select:after, .customer-type-select-div select:after, .product-type-select-div select:after, .customer-type-select-div1 select:after, 
.product-type-select-div1 select:after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0;
height: 0;
    font-family: FontAwesome;
content: "\f107";
font-size: 16px;
    color: red
}*/

/*.customer-type-select-div:after {
    position: absolute;
    top: 12px;
    right: 25px;
    width: 0;
height: 0;
    font-family: FontAwesome;
content: "\f107";
font-size: 18px;
    color: #c5c6f2;
}*/

.customer-type-select-div:after,
.product-type-select-div:after,
.customer-type-select-div1:after,
.product-type-select-div1:after,
.locator-form-wrap #divBranch .form-group:after,
.ifsc-code-pg-locator-row .form-group:after {
    position: absolute;
    top: 12px;
    right: 25px;
    width: 0;
    height: 0;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 18px;
    /*color: #c5c6f2;*/
}

.home-pg-product-finder-wrap .customer-type-select-div:after,
.home-pg-product-finder-wrap .product-type-select-div:after {
    color: #c5c6f2;
    top: 7px;
}

.get-in-touch-form-wrap .customer-type-select-div:after,
.get-in-touch-form-wrap .product-type-select-div:after {
    color: #262a2d;
    top: 15px;
    right: 40px;
}

.get-in-touch-form-wrap .customer-type-select-div1:after,
.get-in-touch-form-wrap .product-type-select-div1:after {
    color: #262a2d;
    top: 15px;
    right: 40px;
}

.locator-form-wrap #divBranch .form-group:after {
    color: #262a2d;
    top: 13px;
    right: 40px;
}

.ifsc-code-pg-locator-row .form-group:after {
    color: #262a2d;
    top: 13px;
    right: 40px;
}

.locate-us-submit-button-div:after {
    display: none;
}

.career-form-wrap .customer-type-select-div:after {
    display: none;
}

.desktop-show-tab {
    display: block !important;
}

/*css - 20-5-2021 end*/

/*css - 4-6-2021 */

.home-pg-help-box-row h3 img {
    display: none;
}

.home-pg-help-box-row .col-md-3 h3:after {
    position: absolute;
    right: 15px;
    top: 20px;
}

.home-pg-help-box-row .col-md-3:first-child h3:after {
    content: url(../images/icon-bank.svg);
}

.home-pg-help-box-row .col-md-3:nth-child(2) h3:after {
    content: url(../images/icon-mobile.svg);
}

.home-pg-help-box-row .col-md-3:nth-child(3) h3:after {
    content: url(../images/icon-download.svg);
}

.home-pg-help-box-row .col-md-3:nth-child(4) h3:after {
    /*content: url(../images/path.svg);*/
    content: url(../images/icon-phone.svg);
}

/*css - 4-6-2021 end*/

/*css - 7-6-2021 */

.carousel-inner .imgOverlay {
    display: none;
}

.banner .carousel-inner {
    height: auto;
}

/*css - 7-6-2021 end*/

/*css - 9-6-2021 */
.sb-chat-btn {
    display: none!important;
}
.text-left {
    text-align:left !important;
}

.text-right {
    text-align:right !important;
}
.our-hero-products-section .hero-product-title-wrap h3 {
    height: 55px;
}

.hero-product-img-wrap img {
    border: 11px solid #fff;
    
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.hero-product-title-wrap {
    padding-right: 2%;
}

/*css - 9-6-2021 end*/

/*css - 10-6-2021 */

.schemes-text-wrap .hero-product-title-wrap h3 {
    height: 55px;
}

/*css - 10-6-2021 end*/

/*css - 26-6-2021 */

.service-img-wrap img {
    border-radius: 16px;
    height: 150px;
}

/*css - 26-6-2021 end*/

/*css - 13-7-2021 */

#owl-demo7 .owl-pagination {
    display: none;
}

/*css - 13-7-2021 end*/

/*aniket responsive css*/

/* #Media Queries
================================================== */

/* Smaller than standard 1200px (devices and browsers) */

@media only screen and (max-width: 1366px) {
    .location_details {
        width: 52%;
    }
}

@media only screen and (max-width: 1360px) {
    .location_details {
        width: 52%;
    }
}

@media only screen and (max-width: 1280px) {
    .location_details {
        width: 52%;
    }
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .location_details {
        position: relative;
        width: 92%;
        left: 4%;
        top: 1%;
        display: inline-block;
        margin: 17px 0px;
    }
    .locator_popup .locator_box {
        flex: 0 100%;
        margin: 20px 0px;
    }
    .bod .bod_box {
        flex: 0 100%;
        margin: 10px 0px;
    }
    .achievements .achievements_row .achievements_box {
        flex: 0 100%;
        margin: 10px 0px;
    }
    .rbi_video .rbi_video_row .rbi_video_box {
        flex: 0 100%;
        margin: 10px 0px;
    }
    .news_events .news_events_box {
        flex: 0 100%;
        padding: 10px 0px;
    }
}

/*css - 25-5-2021 start*/

/*<!-- css-- >*/

.cosmos_way {
    width: 100%;
    float: left;
    position: relative;
}

.cosmos_way .cosmos_way_row {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.cosmos_way_box {
    flex: 0 31%;
    float: left;
    padding: 20px;
    margin: 10px;
    border-radius: 16px;
    border: solid 1px #dee2e6;
    background-color: #f1f3f6;
    /*background-image: url(../images/cosmos-way-bg.png);
    background-position: top bottom;
    background-repeat: no-repeat;*/
}

.cosmos_way .cosmos_way_row .cosmos_way_box .header_title {
    width: 100%;
    float: left;
}

.cosmos_way .cosmos_way_row .cosmos_way_box .header_title .icon_box {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 35px;
}

.cosmos_way .cosmos_way_row .cosmos_way_box .header_title h5.title {
    font-size: 21px;
    font-weight: 600;
    color: #2d3134;
}

.cosmos_way .cosmos_way_row .cosmos_way_box ul {
    list-style-type: none;
    padding: 20px 20px 10px;
    display: inline-block;
    position: relative;
}

.cosmos_way .cosmos_way_row .cosmos_way_box li {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.67;
    color: #545567;
    padding-left: 30px;
}

.cosmos_way .cosmos_way_row .cosmos_way_box li span {
    font-weight: normal;
    color: #36424c;
}

.cosmos_way .cosmos_way_row .cosmos_way_box li:before {
    content: url(../images/icon-check2.svg);
    position: absolute;
    padding-top: 5px;
    left: 10px;
    width: 18px;
    height: 18px;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
    .cosmos_way .cosmos_way_row .cosmos_way_box {
        flex: 0 100%;
        padding: 20px;
    }
}

/*css - 25-5-2021 end*/

/*css - 16-6-2021 start*/

.rate-value-span {
    height: 20px;
    padding-bottom: 35px;
}

/*css - 16-6-2021 end*/

/*css - 12-07-2021 start*/

#owl-demo7 .owl-prev img,
#owl-demo7 .owl-next img {
    width: 100%;
}

#owl-demo7 .owl-pagination span {
    /* background-color: #f86006; */
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: #f2ba8c;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
}

#owl-demo7 .owl-pagination .active span {
    /* border-radius: 2px; */
    background-color: #f96209;
    width: 13px;
}

#owl-demo7 .owl-pagination span {
    background-color: #f2ba8c;
}

#owl-demo7 .owl-pagination .active span {
    background-color: #f96209;
}

#owl-demo7 .owl-prev,
#owl-demo7 .owl-next {
    width: 44px;
    height: 44px;
    background: #fff;
    /* opacity: 0.6; */
}

/*css - 12-07-2021 end*/

/*css - 27-8-2021 */

.home-pg-banner .home-pg-banner-text-wrap {
    /*width: 40%;*/
}

.home-pg-banner .home-pg-banner-text-wrap span {
    display: block;
}

.home-pg-banner .home-pg-banner-text-wrap h3,
.home-pg-banner .home-pg-banner-text-wrap h4 {
    color: #36424c;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

.home-pg-banner .home-pg-banner-text-wrap h3 {
    font-weight: 800;
}

.home-pg-banner .home-pg-banner-text-wrap h4 {
    font-weight: normal;
}

.home-pg-banner .carousel-caption {
    top: 20%;
}

.home-pg-banner .carousel-caption .know-more {
    padding: 15px 24px;
    border-radius: 4px;
    text-transform: capitalize;
}

.rupay-logo-div {
    /*float: left;*/
    width: 140px;
    display: inline-block;
}

.home-pg-banner .home-pg-banner-left-text-wrap .carousel-caption {
    left: 0%;
}

.home-pg-banner .home-pg-banner-right-text-wrap .carousel-caption {
    left: 55% !important;
}

.mobile-banner-img {
    display: none !important;
}

/*css - 27-8-2021 end*/