body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #0b0b0b;
}

a {
    color: #9a0000;
    transition: 0.3s all ease-in-out;
}

a:hover {
    color: #caa90e !important;
    text-decoration: none;
}

a:focus {
    outline: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h6,
p {
    font-weight: 400;
}

.container {
    max-width: 1200px;
}

.primary_color {
    color: #0b0b0b;
}

.secondary_color {
    color: white;
}

.logo-width {
    width: 224px;
}

/* first nav css starts here */
.bg-red {
    background: #022d9d;
    /* padding: 0 50px; */
}

.redNavMenu {
    color: white !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding: 12px 0;
}

.quickLinks {
    display: inline-block;
    color: #f50002 !important;
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 500;
    background: white;
}

.navMenu img {
    width: 20px;
    margin-right: 5px;
    /*vertical-align: sub;*/
}

nav.navbar {
    padding: 0px 50px;
}

.navMenu li {
    /* margin-right: 10px !important; */
    padding: 0 15px 0 0px;
}

.nav-wrapper.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.nav_icon {
    margin-right: 10px;
}

.cd-dropdown {
    top: 95% !important;
}

.menu_image {
    display: block;
    margin: 0 auto;
    height: 50px;
    margin-bottom: 10px;
}

.right_menu {
    display: flex;
    align-self: center;
}

.search-btn {
    position: relative;
}

.search-icon {
    font-size: 18px;
    background-color: transparent;
    color: #f40001;
    border: 0;
    outline: none;
    cursor: pointer;
}

.search-toggle .search-icon.icon-close {
    display: none;
}

.search-toggle.opened .search-icon.icon-search {
    display: none;
}

.search-toggle.opened .search-icon.icon-close {
    display: block;
}

.search-container {
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
}

.search-container.opened {
    /* max-height: 100px;
      z-index: 2;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
      top: 60px; */
    max-height: 100px;
    z-index: 3;
    box-shadow: 0px 0px 15px rgb(144 144 144 / 50%);
    top: 60px;
    width: 500px;
    background: white;
}

.search-container input[type="text"] {
    outline: none;
    font-size: 1rem;
    margin: 18px;
    width: 300px;
    background-color: inherit;
    border: 0;
}

.search-container .search-icon {
    vertical-align: middle;
}

.search-container {
    position: absolute;
    right: 8px;
}

.search_img {
    width: 20px;
    margin-right: 5px;
    margin-left: 10px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next,
.carousel-control-prev {
    width: unset !important;
}

.carousel-control-prev {
    left: 1%;
}

.carousel-control-next {
    right: 1%;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.banner-section {
    background: #efefef;
    position: relative;
    background-image: url(../images/logo-1.png);
    background-repeat: no-repeat;
    background-position: 5% center;
}

/* .carousel-control-next-icon,
  .carousel-control-prev-icon {
      background: #022d9d no-repeat center center !important;
      background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E) !important;
  
  } */

.customdd {
    border-radius: 0px;
    border-bottom: 2px solid #022d9d;
}

.secondNavDd {
    border-radius: 0px;
    /*top: 65px !important;*/
    top: 41px !important;
    border-bottom: 2px solid #022d9d;
    right: 0 !important;
    left: auto !important;
}

.right_submenu {
    top: 43px;
}

.languageMenu {
    top: 43px !important;
}

.languagepicker {
    background-color: #fff;
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 0 50px 10px 0;
    vertical-align: top;
}

.languagepicker:hover {
    /* don't forget the 1px border */
    height: 81px;
}

.languagepicker a {
    color: #000;
    text-decoration: none;
}

.languagepicker li {
    display: block;
    padding: 0px 20px;
    line-height: 40px;
    border-top: 1px solid #eee;
}

.languagepicker li:hover {
    background-color: #eee;
}

.languagepicker a:first-child li {
    border: none;
    background: #fff !important;
}

.languagepicker li img {
    margin-right: 5px;
}

.roundborders {
    border-radius: 5px;
}

.large:hover {
    /* 
      don't forget the 1px border!
      The first language is 40px heigh, 
      the others are 41px
      */
    height: 245px;
}

.nav-wrapper.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.link-style {
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    text-transform: uppercase;
    color: #022d9d !important;
    margin: 10px 0;
}

.dropdown-divider {
    margin: 0;
}

.custom-carets .dropdown-toggle::after {
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}

.custom-carets .dropdown-toggle > span.caret {
    display: none;
}

.black_dropdown .dropdown-toggle::after {
    box-sizing: border-box;
    height: 6px;
    width: 6px;
    border-style: solid;
    border-color: #f40001;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}

.black_dropdown .dropdown-toggle > span.caret {
    display: none;
}

.header .container {
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
}

.header-right {
    display: flex;
    align-self: center;
}

.header-menu {
    align-self: center;
}

.header-right .cd-dropdown-wrapper a {
    padding: 12px 32px !important;
}

.header-inner {
    align-self: center;
}

.header-inner ul li {
    display: inline-block;
}

.header-inner li a {
    padding: 10px 20px;
    color: #022d9d;
    text-transform: uppercase;
    /* padding-left: unset; */
}
ul.cd-dropdown-content.cd-dropdown-content-border li a {
    padding: 0 32px !important;
}
.mainMenu .dropdown-item {
    text-transform: inherit;
}

.header-right .dropdown-item {
    text-transform: inherit;
}

.sub-navright .nav-link {
    font-size: 12px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

.sub-navright .dropdown-item {
    padding: 10px 20px;
}

/* .header-inner li a:focus {
      background-color: #022D9D !important;
  } */

.header-inner li a i {
    color: #9a0000;
    font-size: 24px;
    margin-right: 5px;
}

.secondMenu {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #0b0b0b;
    padding: 12px 0;
}

dl,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.description_section {
    height: 467px;
    display: flex;
    align-self: center;
}

.right-space {
    /* padding-right: 0px; */
    padding-right: 50px;
}

.left-detail-container {
    padding-left: 50px;
}

/* 
  .left-space {
      padding-left: 0px;
  } */

.hero_images {
    width: 100%;
    height: 580px;
    object-fit: cover;
    padding: 40px 0px;
}

.left-detail-container div:nth-child(1) {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #022d9d;
    padding: 30px 30px 30px 0px;
}

.left-detail-container div:nth-child(2) {
    /*font-weight: 500;*/
    font-size: 18px;
    line-height: 37px;
    color: #0b0b0b;
    padding: 0 30px 0px 0px;
    margin-bottom: 30px;
}

.left-detail-container ul {
    list-style: disc;
    padding-left: 20px;
}

.left-detail-container div:nth-child(4) {
    padding: 30px 50px;
}

.customhr {
    border: 0.55px solid #fff;
}

.next-prev-btn {
    display: block;
    top: 50%;
    position: absolute;
}

.second-section {
    margin-top: 60px;
}

.last-section {
    background-image: url("../images/rbb-contact.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
}

.more_details {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    background-color: #022d9d;
    color: #fff;
    border: 1px solid #022d9d;
    padding: 10px 15px;
}

.bank_name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #022d9d;
    text-transform: uppercase;
}

.read_more {
    color: #022d9d;
    border-bottom: 2px solid #022d9d;
}

.readmore_link {
    color: #022d9d;
    font-weight: 500;
}

.readmore_link .fas {
    vertical-align: middle;
}

.view_notice {
    margin-left: 43px;
}

/* .carousel-control-next-icon {
      url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
  } */

.prabhu_about {
    font-size: 15px;
    line-height: 26px;
    color: #575151;
    text-align: justify;
    /* margin-bottom: 30px;
      margin-top: 30px; */
}

.about_prabhu p:nth-child(1) {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #022d9d;
}

.section-head p {
    font-weight: 500;
    font-size: 28px;
    line-height: 22px;
    color: #022d9d;
    margin-bottom: 30px;
    text-align: center;
}

.responsive .slick-track {
    padding: 20px 0;
}

.about_prabhu p:nth-child(2) {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #0b0b0b;
}

.features-section {
    margin: 60px 0px;
    border-top: 1px solid #f1f1f1;
}

.container-custom {
    padding: 0px 50px;
    margin-top: 88px;
}

.img_details img {
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 100%;
}

.phone_num {
    width: 25px;
}

.phone_num img {
    width: 25px;
}

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    /* text-transform: uppercase; */
    white-space: nowrap;
    color: #022d9d;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    background: #022d9d;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 3px;
    background: #022d9d;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #022d9d;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
    text-transform: lowercase;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.timeline-content p:last-child:hover {
    color: #caa90e;
}

.timeline-content a {
    display: block;
}

/*----- TIMELINE PERIOD -----*/

.fer_header {
    background: #f3f3f3;
    padding: 10px 8px;
    /* margin-bottom: 10px; */
}

.fer_txt {
    text-shadow: 0px 0px 0px;
    font-size: 14px;
    color: #022d9d;
    text-transform: uppercase;
}

.fer_bg_space {
    padding: 6px 20px;
    background: #fff;
}

.fer_table th {
    font-size: 14px;
    font-weight: 500;
    background: #fff;
}

.erNemi {
    background: url(../images/money-1578510_1920-02.png);
    padding: 30px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.form-control:focus {
    border-color: #022d9d;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 45, 157, 0.1);
}

.product_title_rbb {
    color: #0b2a41;
    letter-spacing: -0.3px;
    transition: color 0.2s ease;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.fer_body_head th {
    background: #fff;
    font-size: 14px;
    font-weight: 500;
}

.fer_body_head td {
    background: #fff;
    font-size: 14px;
}

.fer_view {
    text-align: right;
    background: gainsboro;
    cursor: pointer;
}

.btn_emi {
    background: #022d9d;
    color: white;
    margin-top: 7px;
    font-size: 14px;
}

.btn_emi:hover {
    background: rgb(0, 33, 117);
}

.rowTop {
    margin-top: 7px;
}

.help_txt {
    font-size: 28px;
}

.contact_head {
    line-height: 40px;
    color: #022d9d;
    padding: 00px 0px 30px;
    font-weight: 400;
    font-size: 21px;
    /* margin-bottom: 30px; */
}

.contact_head img {
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.contact-inner div {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.6em;
    color: #575151;
}

.contact-inner ul li a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.6em;
    color: #575151;
}

.contact-inner ul li {
    padding-bottom: 3px;
    display: block;
    margin-bottom: 4px;
    position: relative;
    padding-left: 22px;
}

.contact-inner ul li:before {
    content: url(../images/right-chevron.png);
    color: #252a37;
    position: absolute;
    top: 0;
    left: 0;
}

#return-to-top {
    position: fixed;
    bottom: 141px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 20px;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(2, 45, 157);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.features .col img {
    width: 45px;
    /* margin-bottom: 56px; */
    margin: 30px 35px;
}

.featureLabel {
    color: white;
    margin: 30px 35px;
    cursor: pointer;
}

.featureLabel:hover {
    color: #022d9d !important;
}

.ebank:hover {
    color: white !important;
}

.label-calc label {
    font-size: 14px;
    font-weight: 500;
}

.child_one .flip-front {
    background: #011b5e;
    padding: 0px;
}

.child_two .flip-front {
    background: #012785;
    padding: 0px;
}

.child_three .flip-front {
    background: #022e9e;
    padding: 0px;
}

.child_four .flip-front {
    background: #0232ab;
    padding: 0px;
}

.child_five .flip-front {
    background: #0244eb;
    padding: 0px;
    cursor: pointer;
}

.circle-center-tip {
    position: absolute;
    font-size: 16px;
    color: #fff;
    width: 236px;
    padding: 7px 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: -100px;
    left: 41%;
    /* margin-top: -37px; */
    background: #022d9d;
    z-index: 99999;
    top: 26%;
}

.circle-center-tip:after {
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -3px;
    background: #022d9d;
}

.help_features .slick-slide {
    margin-left: unset !important;
}

.slick-slide {
    margin-left: 10px !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
}

.slick-next:before,
.slick-prev:before {
    color: #222222;
}

.product_services {
    background: #f3f3f3;
    padding: 60px 0;
}

.serviceContainer {
    margin-top: unset !important;
}

.slick_div {
    background: white;
}

/* new slick */

.slick_div p:hover {
    color: #9a0000;
}

.service_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.slick_div p {
    font-size: 14px;
    color: #022d9d;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.fer_body_head tr:last-child td {
    font-size: 12px;
}

.fer_body_head tr:last-child td:hover {
    color: #caa90e;
}

.deo {
    text-align: center;
    margin-bottom: 15px;
}

.deo img {
    width: 150px;
    height: 165px;
    border: 10px solid #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.deo-content p {
    margin-bottom: 5px;
}

.deo-content {
    text-align: center;
}

.slick_card {
    position: relative;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    background: transparent;
    border-left: 0 solid transparent;
    border-right: 15px solid #b0b9d2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    cursor: pointer;
}

.next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    background: transparent;
    border-right: 0 solid transparent;
    border-left: 15px solid #b0b9d2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    cursor: pointer;
}

.card__three::before,
.card__three::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    pointer-events: none;
}

.card__three::before {
    transform-origin: left top;
}

.card__three::after {
    transform-origin: right bottom;
}

.card__three:hover::before,
.card__three:hover::after,
.card__three:focus::before,
.card__three:focus::after {
    transform: scale3d(1, 1, 1);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}

.pns {
    margin: 30px 0;
    text-align: center;
}

.event-col {
    background: #022d9d;
    padding: 0px;
}

.event-inner h3 {
    font-weight: bold;
    font-size: 27px;
    line-height: 40px;
    /*text-align: center;*/
    color: #022d9d;
    padding: 00px 0px 30px;
    /*color: #FFFFFF;*/
    /*padding: 60px 30px 30px;*/
}

.dateneventslist {
    height: 353px;
    border-bottom: 0.25px solid #d05a5f;
    padding: 10px 30px;
}

.newsnevents {
    background: #022d9d;
    padding: 0px;
    height: 672px;
}

.newsnevents div:nth-child(1) {
    color: white;
    display: flex;
    align-self: center;
    font-weight: bold;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    height: 588px;
}

.newsnevents div:nth-child(3) {
    justify-content: center;
    align-items: center;
    display: flex;
}

.nne_img {
    width: auto;
    height: 629px;
    object-fit: cover;
}

.events-new-sec {
    overflow-x: hidden;
    padding: 30px;
}

.customTab.active {
    color: #022d9d !important;
    background-color: unset !important;
    border-bottom: 2px solid #022d9d !important;
    border-radius: unset !important;
}

.navEmi {
    display: flex;
    align-self: center;
    margin-left: 50px;
}

.navEmi a {
    color: #0b0b0b !important;
}

.nav-tabs .customNav:hover {
    border-color: unset !important;
}

.img-col {
    padding: 0px;
}

.date_events {
    background: #444444;
    height: 672px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.dateneventslist dt {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

.dateneventslist dd {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

.viewbtn {
    display: flex;
    justify-content: center;
    margin-top: 31px;
}

.fed_title {
    background: #022d9d;
    padding: 16px 56px;
    color: white;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}

.fed_header div:nth-child(2) {
    text-align: right;
    text-transform: uppercase;
}

.left_fed {
    background: #444444;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 500;
}

.fed_red {
    background: #022d9d;
    color: white;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ccc8c8 !important;
}

.fed_table_head th {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /* display: flex;
      align-items: center; */
    /* text-align: center; */
    color: #ffffff;
}

.calculator {
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding: 20px;
}

.btn_calculate {
    background: #022d9d;
    width: 100%;
    padding: 5px 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
}

.labelEmi {
    text-shadow: 0px 0px 0px;
    margin-right: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-container div {
    font-size: 15px;
    line-height: 18px;
    color: #0b0b0b;
    margin-right: 31px;
    cursor: pointer;
}

.flex-container div:hover {
    color: #f89a26 !important;
}

.footer {
    padding: 25px 50px;
    justify-content: space-between;
}

.footer .flex-container {
    justify-content: center;
}

.footer_padding {
    padding: 0px !important;
}

.follow_us {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #0b0b0b;
    margin-bottom: 25px;
}

.social-icon {
    margin-right: 15px;
}

.sn {
    font-size: 15px;
    line-height: 18px;
    color: #0b0b0b !important;
}

.second_footer {
    display: flex;
    justify-content: space-between;
}

.copyright {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #0b0b0b;
    margin-right: 20px;
}

.footer-line {
    border-bottom: 1px solid #d1d1d1;
}

#tawkchat-minified-container {
    background-color: #022d9d !important;
}

.theme-background-color {
    background-color: #022d9d !important;
}

/* flip content */

.fliper-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.qservice-item {
    position: relative;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    width: 100%;
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
    height: 230px;
}

.flip {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 230px;
}

.flip-front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
    width: 100%;
    background-color: #011b5e;
}

.qservice-item-menu {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 100%;
    background-color: #caa90e;
}

.fliper-container:hover .flip-front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.fliper-container:hover .qservice-item-menu {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/* notice css */

.notice {
    position: fixed;
    top: 20%;
    right: -335px;
    transition: 0.5s;
    z-index: 1001;
}

.notice-bell {
    /* background-color: #022d9d; */
    text-transform: uppercase;
    color: #9c9c9c;
    position: absolute;
    right: 335px;
    /* top: 47px; */
    top: 0px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: 3s;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 2px solid #9C9C9C;*/
    background: #022d9d;
    border-bottom: 0;
    border-radius: 5px 5px 0px 0px;
}

.notice-msg {
    width: 335px;
    background-color: #022d9d;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    /*border: 2px solid #9C9C9C;*/
    border-radius: 0;
}

.notice-msg a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    line-height: 32px;
    padding-top: 15px;
    font-weight: bold;
}

.notice-msg a i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #caa90e !important;
}

.notice-bell i {
    margin-left: 10px;
}

.notice-bell img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.notice-msg a:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.notice-msg a:hover {
    color: #caa90e !important;
}

.left-0 {
    right: 0;
}

.notice-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
}

.navmenu_custom .navbar {
    justify-content: space-between;
}

/* first nav css ends here */

@media only screen and (max-width: 1470px) {
    /* Styles */
    .left-detail-container div:nth-child(2) {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-inner li a {
        padding: 10px 20px;
        /* font-size: 13px; */
    }
}

/* contact page css */

.contact_sec {
    background-image: url(../images/contact_banner.png);
    /* position: relative;
      min-height: 350px;
      padding: 120px 0;
      color: #fff;
      background-position: 50% 50%;
      background-size: cover; */
    position: relative;
    min-height: 134px;
    padding: 0px 0;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.mgmt_com {
    background-image: url(../images/branch_img-02.png);
    position: relative;
    min-height: 134px;
    padding: 0px 0;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.branches_office {
    background-image: url(../images/architecture-building-city-258160.png);
    position: relative;
    min-height: 134px;
    padding: 0px 0;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.branches_office .breadcrumb {
    font-size: 25px;
    background: none;
    padding: 56px 0;
    font-weight: 500;
}

.view_map_btn {
    background: #022d9d;
    padding: 6px 15px;
    border: unset;
    color: #fff;
    border-radius: 4px;
}

.view_map_btn:hover {
    background: #0f428a;
    color: white !important;
}

.download-sec {
    background-image: url(../images/downloads_banner_img.png);
    position: relative;
    min-height: 134px;
    padding: 0px 0;
    color: #fff;
    background-position: 50% 64%;
    background-size: cover;
}

.gallery_image {
    background-image: url(../images/downloads_banner_img.png);
    position: relative;
    min-height: 134px;
    padding: 0px 0;
    color: #fff;
    background-position: 50% 64%;
    background-size: cover;
}

.default_image {
    background-image: url(../images/Banner_227_27-phone-banking-service.png);
    position: relative;
    min-height: 134px;
    padding: 0px 0;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.contact_sec h2,
.forex_sec h2,
.download-sec h2,
.mgmt_com h2,
.branches_office h2,
.default_image h2 {
    font-size: 60px;
    text-align: center;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

.contact_sec .breadcrumb,
.forex_sec .breadcrumb,
.download-sec .breadcrumb,
.mgmt_com .breadcrumb,
.default_image .breadcrumb {
    /* justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      font-size: 15px;
      background: none;
      padding: 0;
      font-weight: 500; */
    font-size: 25px;
    background: none;
    padding: 56px 0;
    font-weight: 500;
    margin-bottom: 0;
}

.contact_sec .breadcrumb li a,
.forex_sec .breadcrumb li a,
.download-sec .breadcrumb li a,
.mgmt_com .breadcrumb li a,
.branches_office .breadcrumb li a,
.default_image .breadcrumb li a {
    color: white !important;
}

.contact_sec .breadcrumb li a:hover,
.forex_sec .breadcrumb li a:hover,
.download-sec .breadcrumb li a:hover,
.mgmt_com .breadcrumb li a:hover,
.branches_office .breadcrumb li a:hover,
.default_image .breadcrumb li a:hover {
    color: #caa90e !important;
}

.bg_overlay {
    background: #022d9d82;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

/* contact css */
.find_us {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0 0 0 0 #ffffff;
    border: 1px solid #cfd1d0;
    margin: 0 0 0 0;
    padding: 26px;
}

.find_us img {
    width: 36px;
    height: 36px;
    margin-right: 21px;
}

.find_us h3 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 27px;
}

.image_content img {
    width: 41px;
    height: 41px;
}

.image_content,
.contact_details {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    padding: 15px 17px 15px 20px;
}

.find_branch_location {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

.contact_details h4 {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    line-height: 22px;
}

.contact_details p {
    font-size: 14px;
    line-height: 30px;
    color: white;
}

.form_container input,
.form_container select {
    border-radius: unset;
    height: 45px !important;
}

.form_contactus {
    margin: 0px 40px 0px 0px;
    padding: 40px 15px 40px 0px;
}

.textarea_form {
    width: 100%;
    border: 1px solid #ced4da;
}

.textarea_form::-webkit-input-placeholder {
    padding: 10px;
}

.contact_btn {
    /* float: left; */
    background: #022d9d;
    padding: 10px 15px;
    border: unset;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.contact_btn:hover {
    background: #0f428a;
}

.map {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.forex_sec {
    background-image: url(../images/e4367cfd7833fa17a680a30b7c32cd9f.png);
    position: relative;
    min-height: 134px;
    padding: 0px 0;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.buttons_forex {
    color: white;
    background-color: #022d9d;
    background-image: none;
    border-color: #022d9d;
}

.buttons_forex:hover {
    color: white !important;
    background: #082a82;
    border-color: #082a82;
}

.col-form-label {
    text-align: right;
}

.date_picker {
    float: right;
}

.hasDatepicker::-webkit-input-placeholder {
    padding-left: 5px;
}

/* forex css */

.forex-head h3 {
    font-size: 20px;
    /* font-weight: 700; */
}

.forex-head form [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.form-control {
    border-radius: 0;
}

.forex-btn {
    display: inline-block;
    text-align: center;
    background-color: #022d9d !important;
    color: #fff;
    padding: 5px 20px;
    transition: 0.3s all ease-in-out;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.forex-btn:hover {
    background-color: #042478 !important;
    cursor: pointer;
}

.forex-table thead {
    background-color: #022d9d !important;
    color: #fff;
}

.forex-table thead th {
    vertical-align: middle;
    font-weight: 500;
    font-size: 15px;
}

.forex-table tbody td {
    font-size: 15px;
}

.date_input {
    padding: 5px 10px !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.abt_educaion_loan {
    color: #fff;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 40px 40px 20px 40px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.loan_details h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.loan_details p {
    line-height: 30px;
}

.loan_details .view_button {
    background: #fff;
    border-color: #fff;
    color: #022d9d;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 47px;
    line-height: 1.33;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

.loan_details .view_button:hover {
    background: #caa90e;
    color: white;
}

/* download css */
.download_list ul li a {
    color: #022d9d;
}

.inner-download {
    background-color: #edeff5;
    padding: 30px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); */
}

.inner-download ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dee1e8;
    padding: 10px 0;
}

.inner-download ul li:last-child {
    border-bottom: none;
}

.inner-download li a {
    align-self: center;
}

.inner-download li div a {
    margin-left: 20px;
    font-size: 24px;
}

.download_top {
    margin-top: 20px;
}

/* .loan_details {
      text-align: center;
      padding: 52px;
  }
  
  .loan_details img {
      width: 100px;
  }
  
  .loan_details h1 {
      color: white;
      margin-top: 60px;
      font-weight: 900;
      font-size: 30px;
  }
  
  .loan_details p {
      color: white;
      margin-top: 20px;
      font-weight: 600;
  } */

.team_upper img {
    width: 130px;
    height: 150px;
    border: 5px solid#fff;
    box-shadow: 0 0 10px 0rgba (0, 0, 0, 0.2);

    /* display: inline-block;
      margin-right: 11px;
      object-fit: cover; */
}

.team_name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    font-weight: 600;
}

.team_designation {
    color: #022d9d;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.team_saying {
    line-height: 30px;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin-top: 18px;
}

.team_details {
    /* border: 1px solid #f1f1f1; */
    background-color: #f1f1f1;
    /* box-shadow: 0 0 0 0 #ffffff; */
    margin: 0 0 20px 0;
    padding: 18px;
    position: relative;
    cursor: pointer;
    transition: transform 0.5s;
}

.team_details:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.15);
    content: "";
    opacity: 0;
    z-index: -1;
}

.team_details:hover,
.team_details:focus {
    transform: scale3d(1.006, 1.006, 1);
}

.team_details:hover::after,
.team_details:focus::after {
    opacity: 1;
}

.mgmt_member_img {
    text-align: center;
}

.name_position {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.modal-body .profile_img img {
    width: 125px;
    height: 160px;
}

.fa-quote-right:before {
    content: "\f10e";
    font-size: 36px;
    color: rgba(154, 154, 154, 0.15);
    background: none;
    position: absolute;
    right: 24px;
    top: 19px;
}

.fa-plus,
.fa-minus {
    left: 10px;
    top: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    background: #0d4189;
    border-radius: 100%;
    color: #fff;
}

.fa-plus:before,
.fa-minus:before {
    font-size: 17px;
    top: 6px;
    position: relative;
}

/* css for branch starts here */
.branch_container {
    border: 1px solid #f1f1f1;
    padding: 25px;
}

.branch_location {
    font-weight: 500;
}

.branch_container h3 {
    margin-bottom: 16px;
}

.branch_container p {
    text-shadow: 0 0 0;
}

.view_map {
    color: #022d9d;
    font-weight: 500;
}

.office_map_show {
    width: 100%;
}

.branch_inner {
    height: 213px;
}

.md_title {
    color: initial;
}

.tab_regional_offices {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    /* padding: 16px; */
}

.tab_active .active {
    background-color: transparent !important;
    color: #022d9d !important;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
}

.custom_tab {
    border-right: 1px solid #f1f1f1;
    padding: 20px;
    padding-bottom: 0px;
}

.office_label {
    padding-bottom: 16px;
    font-weight: 500;
    color: inherit;
}

.custom_searchbar {
    border: unset !important;
    padding: 21px 10px;
}

.custom_searchbar:focus {
    box-shadow: unset;
}

.search_row {
    padding-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
}

.search_col {
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.search_now_btn {
    border-right: 1px solid #f1f1f1;
    text-align: center;
}

.custom_searchbar::placeholder {
    color: #b9bcbf;
}

.custom_searchbar:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b9bcbf;
}

.custom_searchbar::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b9bcbf;
}

.searchbar_btn {
    color: #022d9d;
    background: transparent;
    border: unset;
    margin: 21px 0px;
    font-weight: 500;
    cursor: pointer;
}

.searchbar_btn:hover {
    color: #caa90e !important;
}

.regional_offices_table thead th {
    font-size: 14px !important;
    background: #f9fafb !important;
    color: #5c5b5b !important;
}

.regional_offices_table td {
    padding: 15px !important;
    border-top: 1px solid #f1f1f1 !important;
    font-size: 14px;
}

.page_title {
    font-size: 45px;
    padding: 0;
    color: inherit;
}

/* responsive navbar */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /* background-color: #111; */
    background: #022d9d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /* text-align: center; */
    z-index: 9999;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #f1f1f1;
}

#mySidenav #cssmenu ul > li.has-sub > a::before {
    position: absolute;
    right: 55px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#mySidenav #cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 51px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.sidenav #cssmenu {
    top: 15px;
}

/* Social Icons */
#social_side_links {
    position: fixed;
    top: 50%;
    left: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    transform: translateY(-50%);
}

#social_side_links li a {
    display: block;
}

#social_side_links li a img {
    display: block;
    max-width: 40px;
    padding: 10px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

#social_side_links li a:hover img {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* next navbar */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    height: 100vh;
    overflow: auto;
    /* margin: 0 auto; */
}

#cssmenu ul ul {
    display: none;
}

#cssmenu > ul > li.active > ul {
    display: block;
}

.align-right {
    float: right;
}

#mySidenav #cssmenu > ul > li > a {
    font-size: 18px !important;
}

#cssmenu > ul > li > a {
    cursor: pointer;
    z-index: 2;
    padding: 9px 22px;
    text-decoration: none;
    font-size: 22px;
    /* color: #818181; */
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-transform: none;
}

#cssmenu > ul > li > a:hover {
    color: #d8f3f0;
}

#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 29px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 25px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #dddddd;
    background: #022d9d;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    white-space: normal;
    text-transform: none;
    line-height: 18px;
}

#cssmenu ul ul ul li a {
    padding-left: 42px !important;
    padding-bottom: 10px !important;
}

#cssmenu ul ul li a:hover {
    color: #ffffff;
}

/* 
  #cssmenu ul ul>li.has-sub>a:after {
      top: 16px;
      right: 26px;
      background: #dddddd;
  } */

/* #cssmenu ul ul>li.has-sub>a:before {
      top: 20px;
      background: #dddddd;
  }
   */

/* funded loan page css starts here */
.new_tab {
    background: #0b2a41;
}

.new_tab .nav-link.active {
    color: #fff;
    background-color: #022d9d;
    border-radius: 0;
}

.new_tab .nav-link {
    padding: 14.5px 24.3px;
}

.new_tab a {
    color: white !important;
}

.rbb_images {
    width: 300px;
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
    object-fit: cover;
}

.rbb_content {
    color: #243238;
    line-height: 27px;
}

.child_title_rbb {
    display: inline-block;
    background: #022d9d;
    border-radius: 3px;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 9px;
    text-transform: capitalize;
}

.product_name p {
    color: #0b2a41;
    letter-spacing: -0.3px;
    transition: color 0.2s ease;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.separator_dots {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #022d9d;
}

.rbb_loan_details {
    color: #243238;
    line-height: 27px;
    margin-top: 15px;
    margin-bottom: 0px;
}

/*added by ritu for single page*/
.our_products {
    /* background: #022d9d; */
    background: linear-gradient(
        to bottom,
        rgb(2, 45, 157) 0%,
        rgb(141, 10, 11) 100%
    );
    padding: 20px;
    /* position: sticky;
      top: 70px; */
}

.our_products h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.our_products li {
    border-bottom: 1px solid #ffffff1a;
    padding: 10px 0;
}

.our_products li a {
    color: white;
    font-size: 14px;
}

/*added for listing and accordian*/
.column_inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.list_image {
    float: left;
    max-width: 203px;
    margin: 0 33px 0 0;
    border: none;
    overflow: hidden;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17) !important;
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.17);
}

.list_image img {
    object-fit: cover;
    padding: 4px;
    transition: 0.3s all ease-in-out;
}

.second_subtitles {
    color: #777;
    letter-spacing: -0.04em;
    font-family: Poppins, sans-serif;
    margin: 0 0 17px;
    line-height: 18px;
}

.listing_description {
    border-top: 1px solid #ddd;
    padding-top: 13px;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: #575151;
    text-align: justify;
}

.content_list_inner {
    overflow: hidden;
}

.content_list_inner h4 {
    margin-bottom: 13px;
    /* font-weight: 500; */
}

.second_subtitiles {
    padding-bottom: 13px;
    /* font-weight: 500; */
}

.contact_box {
    background: #022d9d;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
}

.contact_box_inner {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
}

.box_inner_title {
    margin-bottom: 9px !important;
}

.box_inner_title div {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
}

.box_wrapper p {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 20px !important;
}

.btn_contact {
    color: #0b0b0b;
    border-color: #fff;
    background: #fff;
    border-radius: 3px;
    padding: 9px 22px;
    font-weight: 600;
    text-transform: none;
}

.img_white_phone {
    width: 16px;
}

.readmore {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    color: #022d9d;
}

.custom-right {
    font-size: 11px;
    vertical-align: middle;
}

.btn-text-link {
    color: #0b0b0b !important;
    font-weight: 500 !important;
}

.header_bg {
    background: unset !important;
    border-bottom: unset !important;
    padding: 16.25px 7px 16.25px !important;
    cursor: pointer;
}

.header_close h4 {
    position: absolute;
    top: 26px;
    left: 20px;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.link_download {
    color: #022d9d !important;
    display: block !important;
    line-height: 30px !important;
}

/*gallery*/
.contact_box {
    background: #022d9d;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
}

.contact_box_inner {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
}

.box_inner_title {
    margin-bottom: 9px !important;
}

.box_inner_title div {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
}

.box_wrapper p {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 20px !important;
}

.btn_contact {
    color: #0b0b0b;
    border-color: #fff;
    background: #fff;
    border-radius: 3px;
    padding: 9px 22px;
    font-weight: 600;
    text-transform: none;
}

.img_white_phone {
    width: 16px;
}

/* gallery starts here */
.gallery_container {
    position: relative;
}

.gallery_post_ul {
    position: relative;
    padding: 0;
    margin: 0 -15px 30px;
    list-style: none;
    font-size: 0;
}

.gallery_post_ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 39px;
    padding: 0 15px;
    width: 33.3%;
    font-size: 14px;
}

.post_thumbnail {
    margin: 0 0 30px;
}

.post_thumbnail a {
    position: relative;
    display: block;
}

.post_thumbnail a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 1;
}

.post_thumbnail a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.post_thumbnail a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    z-index: 1;
}

.gallery_post_ul h5:before {
    content: "";
    width: 47px;
    height: 5px;
    background: #022d9d;
    display: block;
    margin: 0 0 20px;
}

.gallery_post_ul h5 a {
    color: #0b0b0b;
}

.post_thumbnail a:hover:before {
    opacity: 1;
}

.posts_grid .post_date {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
}

.post_date i {
    color: #022d9d;
}

.post_thumbnail a:hover:after,
.posts_grid .post_thumbnail a:hover:before {
    opacity: 1;
}

/*gallery inner*/

/* inner album */
.album_image h6 {
    font-weight: 500;
    margin-top: 18px;
    color: #0b0b0b;
    text-align: center;
}

.example-image {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.album_image .col-md-3 {
    margin-bottom: 20px;
}

/*Pagination*/
ul.pagination .page-item strong {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #022d9d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    font-weight: 400;
}

li.page-item a {
    display: inline-block;
    margin: 0 3px;
    color: #022d9d;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background-color: transparent;
    font-weight: 500;
}

li.page-item a:hover {
    background-color: #a6bcf7;
    color: #022d9d !important;
}

.overlayMob {
    height: 0%;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(2, 45, 157);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlayMob-content {
    position: relative;
    top: 30px;
    width: 100%;
    /* text-align: center; */
    margin-top: 30px;
}

.overlayMob a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlayMob a:hover,
.overlayMob a:focus {
    color: #f1f1f1;
}

.overlayMob .closebtn {
    position: absolute;
    top: 0;
    right: 7px;
    font-size: 36px;
}

#cssmenu ul ul li a {
    padding: 16px 32px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.08);
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

@media screen and (max-height: 450px) {
    .overlayMob {
        overflow-y: auto;
    }

    .overlayMob a {
        font-size: 20px;
    }

    .overlayMob .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* for tiker */

/* ADded by Mohan */

.career-header h5 button {
    width: 100%;
    background: #c2b005;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
}

.career-header h5 button:hover {
    background: #022d9d;
    text-decoration: none !important;
    color: #fff !important;
}

.career-header h5 button:focus {
    text-decoration: none !important;
    background: #022d9d;
    color: #fff !important;
}

.career-con {
    padding: 20px;
}

.career-con li:before {
    content: " ";
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-45deg);
    transition: border-width 150ms ease-in-out;
    color: #666;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.career-con .table thead th {
    border-top: none;
}

.section-career .card {
    border-radius: 0;
}

/* help content */

.help-content {
    padding: 30px 0;
}

/* slick slider */

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.slick-prev {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #b0b9d2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.slick-next {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #b0b9d2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-dots {
    display: none;
}

/* career gif */

/* Flash class and keyframe animation */
.flashit {
    font-size: 1rem;
    font-weight: 600;
    color: #f60000;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

.new_gif_table tr td {
    border: 0;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

/* Pulse class and keyframe animation */
.pulseit {
    -webkit-animation: pulse linear 0.5s infinite;
    animation: pulse linear 0.5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        width: 200px;
    }

    50% {
        width: 340px;
    }

    100% {
        width: 200px;
    }
}

@keyframes pulse {
    0% {
        width: 200px;
    }

    50% {
        width: 340px;
    }

    100% {
        width: 200px;
    }
}

.rbb_images_right {
    width: 100%;
    margin: 20px 0;
}

.inner_container_product::before {
    display: table;
    content: "";
}

.inner_container_product::after {
    display: table;
    content: "";
    clear: both;
}

.rbb_content h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rbb_content p {
    font-size: 15px;
    line-height: 26px;
    color: #575151;
    text-align: justify;
}

.rbb_content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0b0b0b;
}

.rbb_content table {
    width: 100% !important;
}

.rbb_content table#mytable td {
    padding: 20px;
}

.accordion .card .card-header {
    cursor: pointer;
}

.no_data_text {
    margin-left: 20px;
    margin-bottom: 20px;
}

/* bod popup */

.profile_img {
    text-align: center;
}

.name_bod {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 7px;
    color: #022d9d;
}

.bod_position {
    margin-bottom: 7px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #737373;
}

.bod_desp {
    color: #0b0b0b;
    line-height: 19px;
    margin: 17px 0 9px 0;
    padding: 19px;
}

.bod_desp font {
    color: #0b0b0b !important;
    font-size: 1rem !important;
    line-height: 1.5;
}

.bod_desp span {
    font-size: 1rem !important;
}

.alert_msg {
    margin-top: 10px;
    -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
    background-color: #fff6f6;
    color: #912d2b;
    border: 0;
    border-radius: 0;
}

.alert_msg p {
    margin-bottom: 0;
}

.ui-widget-header {
    border: 1px solid #7193ec !important;
    background: #7193ec !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: unset;
    background: #dfe3ef;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    border: 1px solid #7193ec !important;
    background: #7193ec !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #bdcbf1 !important;
    border: 0;
}

table.exchange-rates-table th,
table.exchange-rates-table td {
    border: 1px solid #ced4da !important;
}

table.exchange-rates-table {
    margin-bottom: 0;
}

.listing_rbb table {
    /* display: block; */
    width: 100%;
    margin: 1em 0;
    border: 1px solid #ccc;
}

.listing_rbb table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.07);
}

.listing_rbb table th {
    padding: 0.625em;
    line-height: 1.5em;
    /* border-bottom: 1px dashed #ccc; */
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    background: rgba(0, 0, 0, 0.14);
    /* border-bottom: 1px dashed #aaa; */
}

.listing_rbb table {
    width: auto;
    position: relative;
}

.listing_rbb table td {
    padding: 0.625em;
    line-height: 1.5em;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.content {
    margin-top: 10px;
}

.default_images {
    object-fit: contain !important;
}

button:focus {
    outline: unset;
}

ul.nav.nav-pills.tab_regional_offices li:last-child {
    border-right: 0;
}

h2.location {
    background: #022d9d none repeat scroll 0 0 !important;
}

.image_right_product iframe {
    width: 100%;
    margin-top: 30px;
}

/*empowerment*/
.emp_form {
    border: none;
    padding: 45px 50px;
    margin: 1rem 0;
    text-align: left;
    border-radius: 0;
    background: #f2f2f2;
    width: 100%;
}

.emp_form h4::after {
    content: "";
    display: block;
    width: 44px;
    height: 5px;
    background: #022d9d;
    margin: 14px 0 0;
}

.emp_form input,
.emp_form select {
    font-size: 14px;
    line-height: 18px;
    color: #243238;
    background: #fff;
    box-shadow: none;
    outline: 0;
    /*padding: 16px 30px 15px;*/
    border-radius: 0;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    height: 49px !important;
    border: 2px solid #d9dee9;
}

.radio-top {
    margin-top: 10px;
}

/* .successMsg {
      box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
      background-color: #fcfff5;
      color: #2c662d;
      color: #1a531b;
      font-size: 1.14285714em;
  } */
.success_alert_msg .flashdata {
    display: inline;
}

.success_alert_msg .error {
    display: inline;
}

.mydiv {
    width: 100%;
    height: 100%;
    color: black;
    font-weight: bold;
    animation: myanimation 10s infinite;
    padding: 10px;
}

@keyframes myanimation {
    0% {
        background-color: red;
    }

    25% {
        background-color: yellow;
    }

    50% {
        background-color: green;
    }

    75% {
        background-color: brown;
    }

    100% {
        background-color: red;
    }
}

.success_alert_msg p {
    margin-bottom: 0;
    display: inline-block;
}

.custom-file-label {
    overflow: hidden;
}

.small_txt {
    font-size: 80%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #022d9d;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #022d9d;
}

.gpa {
    padding-right: 0;
}

.cgpa {
    padding-left: 0;
}

.cgpa select {
    border-left: 0;
}

/* added css */

.deo-content p strong {
    color: #022d9d;
}

.content_list_inner h4 {
    color: #022d9d;
    transition: 0.3s all ease-in-out;
}

.content_list_inner h4:hover {
    color: #caa90e;
}

.column_inner:hover .list_image img {
    transform: scale(1.2) rotate(5deg);
}

.rbb_content strong {
    color: #022d9d;
    margin: 10px 0;
    display: inline-block;
}

.forex-table thead th:nth-child(4),
.forex-table thead th:nth-child(5),
.forex-table thead th:nth-child(6),
.forex-table tbody td:nth-child(4),
.forex-table tbody td:nth-child(5),
.forex-table tbody td:nth-child(6) {
    text-align: center;
}

.rbb_content ul {
    padding-left: 20px;
}

.rbb_content ul li {
    margin: 5px 0;
}

.mobile {
    display: none;
}

.inner-download .pagination strong {
    padding: 5px 13px;
    background-color: #022d9d;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
}

.inner-download .pagination a {
    padding: 5px 13px;
    color: #022d9d;
}

.inner-download .pagination a:hover {
    background-color: #c5d5ff;
    color: #022d9d !important;
    border-radius: 5px;
}

/*POP-UP
.pop-up .modal-dialog {
    max-width: 850px;
}*/

.pop-up .modal-body img {
    width: 100% !important;
    /*height: 100% !important;*/
}

.pop-up .modal-header {
    background: #022d9d;
    color: #fff;
    border-radius: 0;
}

.pop-up .close {
    color: #fff;
}

.pop-up .modal-content {
    border-radius: 0;
}

.marquee-container {
    background-color: #a68900;
    display: flex;
    flex-wrap: wrap;
}

.marquee-head {
    background-color: rgb(1, 27, 94);
    color: #fff;
    width: 20%;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.marquee-body {
    width: 80%;
    height: 45px;
    line-height: 45px;
}

.marquee-items a {
    color: #fff;
    padding: 0 20px;
    border-right: 1px solid #fff;
}

.marquee-items a:last-child {
    border-right: none;
}
.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}
.container-secr {
    max-width: 300px;
}
.container_empowerment {
    width: 100% !important;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.openBtn {
    /* background: #f1f1f1; */
    border: none;
    /* padding: 10px 15px; */
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlaySearch {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgb(2 45 157 / 0.9);
}

.overlaySearch-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.overlaySearch-content .fa-search {
    color: white;
}
.overlaySearch .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlaySearch .closebtn:hover {
    color: #ccc;
}

.overlaySearch input[type="text"] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlaySearch input[type="text"]:hover {
    background: #f1f1f1;
}

.overlaySearch button {
    float: left;
    width: 20%;
    padding: 15px;
    background: rgb(1, 27, 94);
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlaySearch button:hover {
    background: #a68900;
}
.notice-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
}
/* Large screens (1405px upwards) */
@media only screen and (max-width: 1600px) {
    .hero_images {
        height: auto;
    }
}

@media only screen and (max-width: 1400px) {
    nav.navbar {
        padding: 0;
    }

    .secondNavDd {
        /*top: 64px !important;*/
        top: 41px !important;
    }

    .right_submenu {
        top: 42px !important;
    }

    .languageMenu {
        top: 43px !important;
    }

    .left_submenus {
        top: 47px !important;
        left: 0;
        right: auto;
    }

    /* .cd-dropdown-trigger {
          padding: 0 36px 0 0px !important;
      } */

    /* .cd-dropdown-no-child,
      .navMenu li {
          padding: 0 36px 0 0px !important;
      } */

    .search-container.opened {
        top: 60px;
    }
}
@media only screen and (max-width: 1366px) {
    .notice-bell {
        top: 20%;
    }
}
@media only screen and (max-width: 1011px) {
    nav.navbar {
        padding: 12px 18px;
    }
}

@media only screen and (max-width: 1023px) {
    .no_child a {
        color: #ffffff !important;
    }

    .cd-dropdown {
        top: 0px !important;
    }

    .header-right .cd-dropdown-wrapper a {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 1231px) {
    .firstnav_mobile_hide {
        display: none;
    }

    .mobile_firstnav_menu {
        display: block !important;
    }
    nav.navbar {
        padding: 12px 27px;
    }
    .overlayMob-content #cssmenu > ul > li > a {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 1046px) {
    .fer_bg_space {
        padding: 10px 20px 0;
    }
}

@media only screen and (max-width: 1024px) {
    nav.navbar {
        padding: 12px 27px;
    }

    .container {
        max-width: 960px !important;
    }

    .right_submenu,
    .languageMenu {
        top: 56px !important;
    }

    .navMenu li {
        padding: 0 15px 0 0px !important;
    }

    .fer_bg_space {
        padding: 15px;
    }

    .prev-arrow {
        left: -23px !important;
    }

    .next-arrow {
        right: -32px !important;
    }

    #cssmenu ul ul li a {
        line-height: 27px;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1139px;
    }
}

@media only screen and (max-width: 1149px) {
    .container {
        max-width: 1097px;
    }
}

@media only screen and (max-width: 1141px) {
    .container {
        max-width: 1060px;
    }
}

@media only screen and (max-width: 1132px) {
    .upper-nav-menu {
        display: none;
    }

    #return-to-top {
        right: 46px;
        z-index: 2;
    }

    /* 
      .sub-navright {
          width: 100%;
      } */

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: auto;
        left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .mobile_navmenu li a {
        color: #0b0b0b !important;
    }
}

@media only screen and (max-width: 1100px) {
    .container {
        max-width: 1019px;
    }
}

@media only screen and (max-width: 1285px) {
    .slick-prev {
        left: -20px;
    }

    .slick-next {
        right: -20px;
    }
}

@media only screen and (max-width: 1252px) {
    .prev-arrow {
        left: 0;
    }

    .next-arrow {
        right: 0;
    }
}

@media only screen and (max-width: 1255px) {
    .navMenu li {
        padding: 0 0px 0 20px;
    }

    .cd-dropdown-no-child {
        padding: 0 20px 0 0px !important;
    }
    .header .container {
        padding: 5px 20px 5px 0;
    }
}

@media only screen and (max-width: 1226px) {
    .prev-arrow {
        left: 15px;
    }

    .about_rbb {
        padding: 0 23px;
    }

    .description_section {
        min-height: 153px;
        padding: 0px 51px;
    }

    .left-detail-container div:nth-child(2) {
        line-height: 30px;
    }
}

@media only screen and (max-width: 941px) {
    .customcontainer {
        width: 94%;
    }
}

@media only screen and (max-width: 947px) {
    .btn_emi {
        margin-top: 29px;
    }
}

@media only screen and (max-width: 924px) {
    .btn_emi {
        margin-top: 18px;
    }

    .slick-next {
        right: 0px;
    }

    .slick-prev {
        left: 0px;
    }
}

@media only screen and (max-width: 993px) {
    .branch_inner {
        height: 254px;
    }

    .branch_inner p {
        font-size: 15px;
    }

    .image_content {
        padding: 15px 7px 15px 20px !important;
    }
}

@media only screen and (max-width: 992px) {
    .navMenu li {
        padding: 0 13px 0 0px !important;
    }

    .container {
        max-width: 893px !important;
    }

    .fer_bg_space {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .secondNavDd {
        left: auto !important;
    }

    .lang_show {
        display: block !important;
    }

    .languageMenu {
        top: 56px !important;
    }

    .responsive_menu_sec {
        display: inline-block !important;
        align-self: center;
        cursor: pointer;
        /* min-height: 1em; */
        outline: 0;
        border: none;
        vertical-align: baseline;
        background: #022d9d none;
        color: #fff;
        padding: 5px 9px;
        height: 34px;
        text-decoration: none;
        border-top-left-radius: 0.28571429rem;
        border-bottom-left-radius: 0.28571429rem;
        border-top-right-radius: 0.28571429rem;
        border-bottom-right-radius: 0.28571429rem;
    }

    .icon-search .fa {
        cursor: pointer;
        /* min-height: 1em; */
        outline: 0;
        border: none;
        vertical-align: baseline;
        background: #c8d7ff none;
        color: #022d9d;
        padding: 7px 9px;
        height: 34px;
        text-decoration: none;
        border-top-right-radius: 0.28571429rem;
        border-bottom-right-radius: 0.28571429rem;
        border-top-left-radius: 0.28571429rem;
        border-bottom-left-radius: 0.28571429rem;
    }

    .icon-close .fa {
        cursor: pointer;
        /* min-height: 1em; */
        outline: 0;
        border: none;
        vertical-align: baseline;
        background: #e0e1e2 none;
        color: rgba(0, 0, 0, 0.6);
        padding: 7px 9px;
        height: 34px;
        text-decoration: none;
        border-top-right-radius: 0.28571429rem;
        border-bottom-right-radius: 0.28571429rem;
        border-top-left-radius: 0.28571429rem;
        border-bottom-left-radius: 0.28571429rem;
    }

    .navMenu_mb {
        display: none;
    }

    .cd-dropdown {
        top: 0 !important;
    }

    .no_child a {
        color: #ffffff !important;
    }

    .home_mb,
    .hide_secondmenu {
        display: none !important;
    }

    .black_dropdown {
        width: 100% !important;
    }
    .mobile_search_bar {
        display: block !important;
    }
    .hide_searchbar {
        display: none !important;
    }
}

@media only screen and (max-width: 908px) {
    .find_branch_location {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 884px) {
    .find_branch_location {
        padding-right: 9px;
    }

    .image_content {
        padding: 10px !important;
    }

    .contact_details {
        padding: 15px !important;
    }

    .exchange_rate_mb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 892px) {
    .fer_bg_space {
        padding: 27px 20px;
    }
}

@media only screen and (max-width: 852px) {
    .left-detail-container div:nth-child(2) {
        font-size: 15px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 848px) {
    .image_content {
        padding: 7px !important;
    }

    .contact_details {
        padding: 12px !important;
    }

    .fer_bg_space {
        padding: 37px 20px;
    }
}

@media only screen and (max-width: 827px) {
    .branch_inner {
        height: 246px;
    }

    .branch_container {
        padding: 20px;
    }
}

@media only screen and (max-width: 820px) {
    .find_branch_location {
        padding: 12px;
    }

    .image_content {
        padding: 5px !important;
    }

    .contact_details {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 797px) {
    .branch_inner {
        height: 261px;
    }

    .branch_container {
        padding: 15px;
    }
}

@media only screen and (max-width: 788px) {
    .image_content {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .branch_inner {
        height: 188px;
    }

    .branch_container {
        padding: 25px;
    }

    .find_branch_location {
        padding-top: 40px !important;
        padding-right: 20px !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        margin-top: 3rem;
    }

    .image_content,
    .contact_details {
        display: inline-block !important;
        vertical-align: middle !important;
        margin-top: 6px !important;
        padding: 15px 17px 15px 20px !important;
    }

    .form_contactus {
        margin: 0;
        padding: 0;
    }

    .abt_educaion_loan {
        margin-top: 2rem !important;
    }

    .fliper-container {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .child_four,
    .child_five {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .left-detail-container div:nth-child(2) {
        font-weight: 500;
        font-size: 18px;
        line-height: 37px;
    }

    .erNemi {
        padding: 15px 0 0 0;
    }

    .fer_txt {
        float: left !important;
    }

    .fer_bg {
        margin-bottom: 15px;
    }

    .fer_body_head tr:last-child td {
        border: unset !important;
    }

    .nne_img {
        margin-top: 30px;
    }

    .left-space {
        padding: 0px 50px 0 50px !important;
    }

    .description_section {
        min-height: 151px !important;
    }

    .btn_emi {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .exchange-rates-table {
        background: white;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
    .gpa {
        padding-right: 15px;
        padding-left: 0;
    }
    .cgpa select {
        border-left: 2px solid #d9dee9;
    }
    .cgpa {
        margin-top: 10px;
    }
    .sub_btn {
        padding: 0.375rem 0.75rem;
    }
    .emp_form {
        padding: 45px 25px;
    }
    .emp_form h4::after {
        margin: 10px 0 0;
    }
    .emp_form h4 {
        font-size: 1.2rem;
    }
    .container_empowerment {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .left-detail-container {
        padding-left: 10px !important;
    }

    .right-space {
        padding: 0 0 0 50px;
    }

    .left-space {
        padding: 0px 50px 0 0;
    }

    .container {
        max-width: 718px !important;
    }
}

@media only screen and (max-width: 794px) {
    .custom_tab {
        padding: 12px;
    }
}

@media only screen and (max-width: 720px) {
    .second_nav_mb {
        width: unset;
    }

    .logo-width {
        width: 208px;
    }

    .header .container {
        padding: 5px 5px;
    }

    .nne_img {
        display: none;
    }

    .container {
        max-width: 88% !important;
    }

    .slick-next {
        right: -20px;
    }

    .slick-prev {
        left: -20px;
    }
    
.read_more {
    margin-bottom: 24px;
    display: inline-block;
}
}

@media only screen and (max-width: 714px) {
    .custom_tab {
        padding: 5px 5px 0px 5px;
    }
}

@media only screen and (max-width: 655px) {
    .custom_tab {
        padding: 0px;
    }
}

@media only screen and (max-width: 644px) {
    .header .container {
        padding: 5px 0px;
    }

    .home_mb {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .about_rbb {
        padding: 0 56px;
    }
}

@media only screen and (max-width: 634px) {
    .marquee-sibling {
        width: 25%;
    }
}

@media only screen and (max-width: 600px) {
    .about_rbb {
        padding: 0 56px;
    }
}

@media only screen and (max-width: 593px) {
    .tab_regional_offices {
        font-size: 15px;
    }
}

@media only screen and (max-width: 569px) {
    .tab_regional_offices {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .forex-btn {
        margin-left: 7px !important;
        margin-top: 10px !important;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    .content_list_inner {
        overflow: unset;
    }

    .list_image {
        float: unset;
        margin: 0 33px 13px 0;
    }
}

@media only screen and (max-width: 540px) {
    .menu_hide_mb {
        display: none;
    }

    .logo-width {
        width: 152px;
    }
}

@media only screen and (max-width: 526px) {
    .header-inner li a {
        padding: 10px 10px;
    }

    .left-detail-container div:nth-child(2) {
        line-height: 26px;
        font-size: 17px;
    }

    .hero_images {
        object-fit: contain;
        height: auto !important;
    }
}

@media only screen and (max-width: 512px) {
    .hide_abtus {
        display: block !important;
    }

    .hide_secondmenu {
        display: none !important;
    }

    nav.navbar {
        padding: 12px 12px;
    }
}

@media only screen and (max-width: 499px) {
    .marquee-sibling {
        width: 30%;
    }
}

@media only screen and (max-width: 480px) {
    .child_one,
    .child_two,
    .child_three {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .left-space {
        padding: 0px 0px 0 23px !important;
    }

    .right-space {
        padding: 0px 0px 0 23px !important;
    }

    .description_section {
        height: auto;
    }

    .left-detail-container {
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 472px) {
    .header .container {
        padding: 5px 5px;
        max-width: 100% !important;
    }

    .search-container.opened {
        top: 50px;
        right: -5px;
    }

    .rbb_image_container img {
        width: 100%;
    }

    .search-container.opened {
        right: -5px;
        z-index: 3;
    }
}

@media only screen and (max-width: 425px) {
    .next-arrow {
        right: -32px;
    }

    .prev-arrow {
        left: -21px;
    }
     .logoTwo_width {
    width: 74px;
}
.logoOne_width {
    width: 86px;
    margin-right: 0;
}

}
@media only screen and (max-width: 479px) {
 .help_features .slick-prev {
    left: -38px;
}
.help_features .slick-next {
    right: -38px;
}
.product_services .prev-arrow {
    left: -38px !important;
}


.product_services  .next-arrow {
    right: -38px !important;
}   

}

@media only screen and (max-width: 412px) {
    .marquee-sibling {
        width: 35%;
    }

    .container {
        max-width: 82% !important;
    }
    .container_empowerment {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 375px) {
    .hero_images {
        height: 416px;
        padding: 20px 0px;
    }

    .left-detail-container div:nth-child(2) {
        font-size: 1rem;
        line-height: 27px;
    }

    .marquee-sibling {
        width: 42%;
    }

    /* #cssmenu ul ul li a {
        white-space: pre-line;
    } */
}

@media only screen and (max-width: 326px) {
    .responsive_menu_sec span {
        font-size: 12px !important;
    }
}
