.inner-pg-banner {
    width: 100%;
    float: left;
    position: relative;
}

.inner-pg-banner .carousel-control {
    display: none;
}

.inner-pg-banner h3 {
    text-transform: uppercase;
}

.breadcrumbs-div {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
}

.breadcrumbs-inner-div {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 3%;
}

.breadcrumbs-inner-div .breadcrumbs-inner-div ol {
    list-style-type: none;
    padding-left: 0;
}

.breadcrumbs-inner-div .breadcrumb>li {
    display: inline-block;
}

.breadcrumbs-inner-div .breadcrumb li a {
    font-size: 10px;
    color: #7a8499;
}

.breadcrumbs-inner-div .breadcrumb>li+li::before {
    content: "\f0da";
    font: normal normal normal 10px/1 FontAwesome;
    color: #7a8499;
}

/*.breadcrumbs-inner-div .breadcrumb > li + li::before {
    padding: 0 5px;
}*/

.breadcrumbs-inner-div .breadcrumb li.active a {
    color: #0099dc;
}

.breadcrumbs-inner-div .breadcrumb li.active:before {
    color: #0099dc;
}

.breadcrumbs-inner-div .breadcrumb {
    background-color: transparent;
    padding-left: 3px;
}

.inner-pg-banner .carousel-inner {
    height: auto;
}

.inner-pg-banner .carousel-caption {
    top: 25%;
    text-align: left;
    left: 14%;
    right: 0;
}

.inner-pg-title-div .section-title-h-one {
    font-size: 36px;
    font-weight: 800;
    color: #2d3134;
}

.left-content-wrap {
    width: 100%;
    float: left;
}

.right-content-wrap {
    width: 100%;
    float: left;
}

.serive-intro-para-wrap {
    width: 100%;
    float: left;
}

.serive-intro-para-wrap p {
    font-size: 14px;
    line-height: 1.57;
    text-align: justify;
    color: #545567;
    padding-right: 3%;
    padding-top: 8px;
}

.special-features-section {
    width: 100%;
    float: left;
    padding-top: 18px;
    padding-bottom: 15px;
}

.special-features-wrap {
    width: 100%;
    float: left;
    margin-top: 17px;
    background-image: url(../images/bgs/special-features-bg-1.png);
    background-repeat: no-repeat;
    padding: 25px 65px 5px;
    background-size: cover;
    border-radius: 16px;
}

.special-features-wrap ul {
    list-style-type: none;
    padding-left: 0;
}

.special-features-wrap li {
    margin-bottom: 23px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    color: #36424c;
    padding-right: 13%;
    position: relative;
    padding-left: 30px;
}

.special-features-wrap li:before {
    content: url(../images/icon-check.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.loan-details-section {
    width: 100%;
    float: left;
    padding-top: 6px;
    padding-bottom: 0px;
}

.loan-details-accordion-wrap {
    width: 100%;
    float: left;
}

.smk_accordion .accordion_in.acc_active>.acc_content {
    display: block !important;
}

.loan-details-section .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    /*right: 10px;*/
    left: 30px;
    top: 50%;
    margin-top: -9px;
    background: url(../images/plusminus.png) center 0;
}

.loan-details-section .smk_accordion .accordion_in.acc_active>.acc_head .acc_icon_expand {
    background: url(../images/plusminus.png) center -18px;
}

.loan-details-section .smk_accordion.acc_with_icon .accordion_in .acc_head,
.loan-details-section .smk_accordion.acc_with_icon .accordion_in .acc_content {
    /*padding: 10px;*/
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.loan-details-section .smk_accordion .accordion_in.acc_active>.acc_head {
    background: #dd6d54;
}

.loan-details-section .smk_accordion.acc_with_icon .accordion_in .acc_head {
    font-size: 16px;
    font-weight: 600;
    color: #36424c;
    border-radius: 8px;
}

.loan-details-section .smk_accordion.acc_with_icon .accordion_in .acc_content {
    border-radius: 8px;
    padding-top: 0px;
    padding-right: 4%;
}

.loan-details-section .smk_accordion.acc_with_icon .accordion_in.light-orange .acc_head,
.accordion_in.light-orange .acc_content {
    background-color: #ffeee1;
    border-left: 5px solid #f2ba8c;
}

.loan-details-section .smk_accordion.acc_with_icon .accordion_in.light-purple .acc_head,
.accordion_in.light-purple .acc_content {
    background-color: #ededfa;
    border-left: 5px solid #787ac3;
}

/*.loan-details-section .smk_accordion.acc_with_icon .accordion_in .acc_head { 
  background-color: #ffeee1;
    border-left: 5px solid #f2ba8c;
}*/

.loan-details-section .smk_accordion.acc_with_icon .accordion_in.light-purple .acc_head {
    background-color: #ffeee1;
    border-left: 5px solid #f2ba8c;
}

.loan-details-section .smk_accordion.acc_with_icon .accordion_in.light-purple .acc_head:hover {
    background-color: #ededfa;
    border-left: 5px solid #787ac3;
}

.loan-details-section .smk_accordion .accordion_in.acc_active .acc_head {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.loan-details-section .smk_accordion .accordion_in.acc_active.light-purple .acc_head {
    background-color: #ededfa;
    border-left: 5px solid #787ac3;
}

.loan-details-section .smk_accordion .accordion_in.acc_active .acc_content {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.loan-details-section ul {
    padding-left: 25px;
    list-style-type: disc;
}

.loan-details-section li {
    font-size: 12px;
    line-height: 1.67;
    text-align: justify;
    color: #545567;
    margin-bottom: 3px;
}

.loan-details-section li a {
    color: #545567;
}

.inner-pg-right-side-get-in-touch-wrap {
    width: 100%;
    float: left;
    border-radius: 16px;
    border: solid 0.5px #aab5c1;
    background-color: #f1f3f6;
    padding: 23px;
    margin-top: 28px;
}

.inner-pg-right-side-get-in-touch-wrap h4 {
    font-size: 16px;
    font-weight: 800;
    color: #2d3134;
    margin-top: 0;
}

.right-side-title-wrap {
    width: 100%;
    float: left;
}

.right-side-para-wrap {
    width: 100%;
    float: left;
}

.right-side-para-wrap p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    color: #697283;
    padding-bottom: 15px;
}

.right-side-link-wrap {
    width: 100%;
    float: left;
    text-align: right;
}

.right-side-link-wrap a {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.82;
    color: #f96209;
    border-radius: 8px;
    border: solid 1px #f96900;
    padding: 8px 20px;
    display: inline-block;
}

.right-side-link-wrap a i {
    vertical-align: middle;
    padding-left: 5px;
    font-weight: normal;
}

.orange-text-button-three {
    background-color: transparent;
    transition: ease-in 0.3s;
}

.orange-text-button-three:hover {
    color: #f96209;
    border: solid 1px #f96900;
    background-color: #f2ba8c;
    text-decoration: none;
}

.loan-details-accordion-wrap .accordion-table-wrap {
    /*padding-top: 10px;*/
}

.loan-details-accordion-wrap .accordion-table-wrap #example_filter {
    display: none;
}

.loan-details-accordion-wrap .accordion-table-wrap #example_info {
    display: none;
}

.loan-details-accordion-wrap .accordion-table-wrap table {
    border-radius: 8px;
    /*background-color: #c5c6f2;*/
}

.loan-details-accordion-wrap .accordion-table-wrap th {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.17;
    color: #2d3134;
    padding: 20px;
    background-color: #c5c6f2;
}

.loan-details-accordion-wrap .accordion-table-wrap th img {
    width: 10px;
    margin-left: 3px;
}

.loan-details-accordion-wrap .accordion-table-wrap td {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #495057;
    padding: 20px;
}

.border-radius-top-left {
    border-top-left-radius: 8px;
}

.border-radius-top-right {
    border-top-right-radius: 8px;
}

.loan-details-accordion-wrap .accordion-table-wrap tr:nth-child(even) {
    background: #e0e0f6;
}

.loan-details-accordion-wrap .accordion-table-wrap tr:nth-child(odd) {
    background: #ededfa;
}

.anywhere-banking-pg-section-two {
    padding-top: 15px;
}

.grey-table th {
    background-color: #aab5c1 !important;
}

.grey-table tr:nth-child(even) {
    /*background: #fff !important;*/
    background: #f1f3f6 !important;
}

.grey-table tr:nth-child(odd) {
    /* background: #f1f3f6 !important;*/
    background: #fff !important;
}

.mutual-funds-table-content-wrap {
    padding-top: 19px;
    padding-bottom: 20px;
}

.insurance-intro-para-wrap h4 {
    font-size: 16px;
    font-weight: 600;
    color: #36424c;
}

.second-insurance-intro-para-wrap {
    padding-top: 20px;
}

.company_logo {
    width: 100%;
    float: left;
    border-radius: 8px;
    border: solid 1px #ddf0f0;
    background-color: #ffffff;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 10px 0px;
    /* width: 222px;
  height: 82px;
    overflow: hidden;*/
}

.company_logo img {
    /*width: 65%;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
    width: auto;
}

/*.exide-life-insurance-logo-wrap img {
    height: 50px;
    width: auto;
}

.icici-prudential-logo-wrap img {
    height: 50px;
    width: auto;
}*/

.company-logos-row {
    padding-top: 7px;
}

.foreign-exchange-details-section {
    padding-top: 10px;
}

/*.foreign-exchange-details-section .loan-details-accordion-wrap.smk_accordion {
    margin-top: 15px;
}*/

.loan-details-section .loan-details-accordion-wrap.smk_accordion {
    margin-top: 15px;
}

.cosmos-upi-pg-ul {
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 0px;
}

.cosmos-upi-pg-ul li {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #36424c;
}

/*.im-banking-pg-useful-links-section li {
    width: 48%;
    margin-right: 2%;
    float: left;
    padding-right: 3%;
}*/

.im-banking-pg-useful-links-section li a {
    color: #5254a7;
    text-decoration: underline;
}

.im-banking-pg-useful-links-section li img {
    margin-top: 15px;
}

.lets-get-started-section .lets-get-started-form-wrap {
    width: 100%;
    float: left;
    margin-top: 17px;
    background-image: none;
    background-repeat: no-repeat;
    padding: 25px 0px 5px;
    background-size: cover;
    border-radius: 16px;
}

.lets-get-started-form-wrap .form-field {
    border-radius: 8px;
    background-color: #f1f3f6;
    width: 100%;
    padding: 15px;
    border: none;
    border: solid 1px #f1f3f6;
}

.captcha-text-wrap-div button {
    /*width: 42px;
	height: 42px;*/
    /*background: #3563a9;
	color: #fff;*/
    background-color: #f1f3f6;
    color: #36424c;
    border: none;
    outline: none;
    float: right;
    position: absolute;
    right: 5%;
    font-size: 20px;
    margin-top: 3%;
}

.lets-get-started-form-wrap .custom-checkbox .check-box-label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    color: #7a8499;
    margin-right: 0;
    border-bottom: 1px solid #aab5c1;
    padding-bottom: 20px;
}

.lets-get-started-form-wrap .custom-checkbox {
    padding-top: 5px;
}

.lets-get-started-form-wrap .custom-checkbox .checkmark {
    top: 6px;
}

.lets-get-started-form-wrap .form-group {
    margin-bottom: 25px;
}

/*.lets-get-started-form-wrap .form-group:last-child {
    margin-bottom: 10px;
}*/

.lets-get-started-form-wrap .submit-button {
    margin-top: -1%;
    padding: 12px 32px;
}

.online-form-center-section {
    padding-top: 0px;
}

.online-form-center-section .online-form-center-intro-para-wrap {
    padding-top: 10px;
}

.online-form-center-table-content-wrap {
    padding-top: 19px;
    padding-bottom: 20px;
}

.online-form-center-table-content-wrap table th:first-child {
    width: 12%;
}

.online-form-center-table-content-wrap table td {
    vertical-align: middle;
}

.online-form-center-table-content-wrap table td span {
    display: inline-block;
    padding-top: 5px;
    width: 80%;
}

.online-form-center-table-content-wrap table td a {
    color: #3e4095;
}

.online-form-center-table-content-wrap table td a img {
    float: right;
    vertical-align: middle;
    margin-right: 3%;
}

.career-form-section {
    padding-top: 5px;
}

.form-details-title-div h4 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3134;
}

.career-form-section .customer-type-select-div,
.career-form-section .custom-select-product-type {
    color: #262a2d;
    width: 100%;
}

.career-form-section .customer-type-select-div .select-items div,
.career-form-section .customer-type-select-div .select-selected,
.career-form-section .custom-select-product-type .select-items div,
.career-form-section .custom-select-product-type .select-selected {
    /* color: #ffffff; */
    color: #262a2d;
    /* padding: 8px 16px; */
    padding: 18px 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;
}

.career-form-section .select-items {
    background-color: #f1f3f6;
}

.career-form-section .select-items div:hover,
.career-form-section .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.career-form-section textarea {
    height: 138px;
}

.career-form-section .career-form-wrap {
    padding-top: 0px;
}

.form-details-title-div-two {
    padding-top: 25px;
    padding-bottom: 15px;
}

.career-form-wrap h5 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #545567;
    margin-top: 0px;
    /*padding-left: 15px;*/
}

.career-pg-submit-button-div {
    padding-top: 25px;
}

.career-pg-submit-button-div input {
    margin-left: 15px;
}

.career-pg-submit-button-div .reset-button {
    border-radius: 8px;
    border: solid 1px #f4730b;
    background-color: #ffeee1;
    padding: 12px 32px;
    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;
}

.reset-button-div {
    /*width: 50%;*/
    display: inline-block;
    text-align: right;
    float: right;
}

.career-pg-submit-button-div .submit-button-div {
    /*width: 50%;*/
    display: inline-block;
    text-align: right;
    float: right;
}

/*.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;
}

#datepicker-wrap {}

.datepicker-wrap button {
    background-color: #f1f3f6;
    color: #36424c;
    border: none;
    outline: none;
    float: right;
    position: absolute;
    right: 5%;
    font-size: 20px;
    margin-top: 3%;
}

.contact-us-pg-get-in-touch-section {
    padding-top: 4px;
    padding-bottom: 5px;
}

.contact-details-title {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

.contact-details-title h4 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d3134;
}

.contact-details-title img {
    width: 26px;
    vertical-align: middle;
    margin-right: 8px;
}

.contact-us-pg-contact-details-section .special-features-wrap {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.contact-us-pg-contact-details-section .special-features-wrap a {
    color: #36424c;
}

.contact-details-content {
    width: 100%;
    float: left;
    padding-left: 35px;
}

.address-row .special-features-wrap {
    height: 170px;
}

.phone-and-email-row .special-features-wrap {
    height: 106px;
}

.phone-and-email-row .special-features-wrap li::before {
    display: none;
}

.phone-and-email-row .special-features-wrap li {
    padding-left: 3px;
}

.contact-us-pg-locate-us-section {
    margin-top: -15px;
}

.contact-us-pg-footer {
    margin-top: -5px;
}

.right-tools-wrap {
    position: fixed;
    right: -2px;
    z-index: 10;
    top: 40%;
    z-index: 11;
}

.right-side-mobile-btns {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(8, 7, 33, 0.5);
    /* border: solid 1px #6f72cc;
  background-color: #d6d7ff;*/
    text-align: center;
}

.email-btn-right-side {
    margin-bottom: 10px;
    border: solid 1px #6f72cc;
    background-color: #d6d7ff;
}

.email-btn-right-side i {
    color: #2b2d6f;
    font-size: 20px;
}

.info-btn-right-side i {
    color: #f4730b;
    font-size: 20px;
}

.info-btn-right-side {
    border: solid 1px #f2ba8c;
    background-color: #ffeee1;
}

/*@media only screen and (max-width:991px) {
    
    
}*/

@media only screen and (max-width:360px) {
    .career-pg-submit-button-div .reset-button,
    .career-pg-submit-button-div .submit-button-div {
        /*padding-left: 25px;
        padding-right: 25px;*/
        text-align: left;
        float: left;
        margin-left: 0;
    }
}