.page-banner-bg{
  background-image: url(../img/breadcumb-bg.jpg);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #f0f5fb!important;
}
.banking-details li {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 21px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 0px 45px 6px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.313;
    color: #fff;
    border-radius: 4px;
}

.footer-count {
    color: #f0f0f0 !important;
    text-align: center;
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 80px;
    text-align: center;
}

.coreMenu {
    position: fixed;
    z-index: 99;
    top: 220px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(calc(100% - 50px));
}

.coreMenu {
    top: 278px !important;
}

.coreMenu a {
    display: flex;
    align-items: center;
    height: 48px;
    border-radius: 25px 0 0 25px;
    background: linear-gradient(-95deg, #0e1170ba -90%, #0e1170cc 70%, #0e1170 100%) !important;
    color: white;
    font-size: 0.8rem;
    padding-left: 2px;
    padding-right: 12px;
    margin-bottom: 2px;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
    position: relative;
    left: 0;
    display: flex;
    align-items: center;
}

.coreMenu a .icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff11;
    font-size: 32px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coreMenu a:hover {
    transform: translateX(calc(-100% + 50px));
}

.txt-of-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #525b5b;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    background: #0e1170;
}

.service-box3_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.whats-new {
    background-color: rgb(240 245 251);
    width: 100%;
    height: 60px;
}

.headline-title {
    font-size: 20px;
    background-color: rgb(17 19 87);
    color: rgb(255, 255, 255);
    height: 100%;
    min-width: 278px;
    position: relative;
    margin-right: 40px;
    font-weight: 500;
}

.headline-title::after {
    content: "";
    position: absolute;
    right: -8px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(26 28 93);
}

.headline-text {
    font-size: 16px;
    color: rgb(120, 120, 120);
    display: flex;
    font-weight: normal;
    width: 100%;
    padding-right: 80px;
}

marquee table tr td a span {
    color: #808080;
    font-size: 20px;
    font-weight: 500;
}

marquee table tr td img {
    width: 30px;
    height: 9px;
}

.news-table {
    margin: 0px 0 0em;
    border: none;
}

.news-table td,
th {
    border: none;
}

@media only screen and (max-width: 991px) {
    .whats-new {
        height: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .headline-title {
        font-size: 18px;
        min-width: 170px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .headline-title {
        font-size: 18px;
        min-width: 170px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .headline-text {
        font-size: 14px;
    }
    .headline-text {
        padding-right: 10px;
    }
}


/* mobile css */

.slide-app {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* max-width: 260px; */
    max-width: 176px;
    margin-top: -373px;
    justify-content: center;
    display: inline-flex;
}

.slide-app:before {
    content: '';
    background-image: url(../img/mobile-bg.png);
    height: 396px;
    width: 265px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 4;
    top: -8px;
}

.slider-mobile-img {
    height: 360px !important;
    width: 180px !important;
    border-radius: 6px 6px 6px 6px;
}

.mobile-app-section .carousel-indicators {
    bottom: 8px;
    border-radius: 50%;
}

.mobile-app-section .carousel-indicators button .active {
    background: #0e1170!important;
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 5px;
    padding-top: 10px;
    display: block;
    /*text-align: center;*/
        text-align: start;
    background-color: var(--smoke-color2);
}
@media only screen and (max-width: 768px) {
    .icon-masking {
        margin-left: 9px;
    }
}
@media (max-width: 991px) {
    .header-layout1 .header-logo img {
        /*max-height: 80px;*/
        /*max-width: 80px!important;*/
        /*margin-top: -7px;*/
        max-width: 300px !important;
        /*margin-top: 14px;*/
        margin-top: 8px;
    }
    .header-layout1 .header-logo {
    position: relative;
    z-index: 2;
    height: 55px;
}
}
@media (max-width: 767px) {
    .slide-app {
        margin-top: 70px;
    }
}
.footer-beti-image{
    border-radius: 50%;
    height: 105px;
    width: 105px;
}

.footer-bank-logo{
    margin-left: -146px;
    width: 450px;
}
@media only screen and (max-width: 768px) {
.footer-bank-logo{
    margin-left:0px!important;
    width: 350px!important;
    margin-top: -24px!important;
}
}

@media (max-width: 767px) {
    .product-carousal .owl-nav button.owl-prev {
        left: 0;
    }
    .product-carousal .owl-nav button {
    width: 43px!important;
    height: 38px;
    background: url(//ashirwadmahilabank.com/resources/assets/img/logo/next.png) no-repeat !important;
    position: absolute;
    right: -20px;
    top: 65px;
}
}

.approvals-right .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block!important;
}
        .approvals {
    position: relative;
    padding: 30px;
    padding-left: 120px;
    padding-right: 80px;
    /*min-height: 480px;*/
}

.approvals-left,
.approvals-right {
    position: relative;
    z-index: 1;
}

.approvals-left {
    padding-top: 60px;
}

.approvals-left h3 {
    color: #141d38;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4em;
    line-height: 64px;
}

.approvals-left h3 span {
    padding-left: 110px;
}

.approvals-left h2 {
    color: #111357;
    font-weight: 700;
    font-size: 4em;
        margin-top: -19px;
}

.approvals-right {
    padding-top: 20px;
}

.approvals-left,
.approvals-right {
    position: relative;
    z-index: 1;
}

.product-carousal .item {
    position: relative;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

.fullLink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.product-img {
    width: 166px;
    height: 166px;
    margin: 0 auto;
    border-radius: 100%;
    background: linear-gradient(to bottom, #0e1170 0%, #0e1170c2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img-in {
    width: 146px;
    height: 146px;
    background: linear-gradient(to bottom, #fdfefe 0%, #ceced0 100%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.approvals-right .owl-carousel .owl-item img {
    width: 100px;
    margin: 0 auto;
}

.product-txt {
    text-align: center;
    padding-top: 25px;
}

.approvals-right .owl-item h2 {
    font-size: 1.3em;
    text-align: center;
    min-height: 50px;
    border: 4px solid #aa2d2f;
    background-color: #a92d2f;
    padding: 11px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}

.product-txt h3 {
    transition: all 0.5s ease;
    color: #2f2483;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
}

.product-arrow {
    text-align: center;
    transition: all 0.5s ease;
    width: auto;
    height: 34px;
    background-size: 100% auto;
    margin: 0 auto;
    margin-top: 20px;
    background-size: contain;
    background-position: 50% 20px;
    font-size: 20px;
    font-weight: bold;
    color: #0b224b;
}

.product-carousal .owl-nav button.owl-prev {
    right: inherit;
    left: -30px;
    transform: rotate(180deg);
}

.product-carousal .owl-nav button span {
    display: none;
}

.product-carousal .owl-nav button {
    width: 21px;
    height: 38px;
    background: url(../img/next.png) no-repeat !important;
    position: absolute;
    right: 3px;
    top: 65px;
}

.product-carousal .owl-nav button span {
    display: none;
}

.boxes {
    background: #f0f5fb;
    padding: 7px 10px;
    border-radius: 10px;
    margin-right: 38px;
    font-size: 0.9rem;
    text-align: justify;
}

.approvals::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-2.jpg) top center no-repeat;
    background: url(https://canarabank.com/Assets/images/locator.webp) top center no-repeat;
    background-size: cover;
}

.boxes p {
    padding-top: 0px;
    font-weight: bold;
    padding: 2px 0;
    color: #080808;
    font-size: 0.9rem;
}
.product-txt a{
    width: 270px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .approvals{
        padding-left: 15px;
        padding-right: 15px;
        clear: both;
    }
}
@media (max-width: 767px) {
    .approvals-left {
        text-align: center;
    }
}
@media (max-width: 1023px) {
    .approvals-left {
        padding-top: 0;
    }
}
@media (max-width: 1023px) {
    .approvals-left h3 {
        line-height: normal;
    }
}
@media (max-width: 1199px) {
    .approvals-left h3 {
        font-size: 2em;
        line-height: 30px;
    }
    .approvals-left h3 br {
    display: none;
}
}
@media (max-width: 1023px) {
    .approvals-left h3 span {
        padding-left: 0;
    }
}
@media (max-width: 1023px) {
    .approvals-left h3 {
        line-height: normal;
    }
}
@media (max-width: 1199px) {
    .approvals-left h3 {
        font-size: 2em;
        line-height: 30px;
    }
}
@media (max-width: 1199px) {
    .approvals-left h2 {
        font-size: 2.2em;
    }
}   
@media (max-width: 1599px) {
    .product-img {
        width: 140px;
        height: 140px;
    }
}
@media (max-width: 1599px) {
    .product-img-in {
        width: 125px;
        height: 125px;
    }
}
@media (max-width: 1599px) {
    .product-img-in img {
        max-width: 70px;
    }
}
@media (max-width: 1920px) {
    .footer-bank-logo {
        margin-left: 0px!important; 
        width: 270px!important;
    }
}

@media only screen and (max-width: 1366px) {
    .product-txt a {
        width: 250px!important;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 1746px) {
    .product-txt a {
        width: 220px!important;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 1526px) {
    .product-txt a {
        width: 190px!important;
        border-radius: 10px;
    }
}

.Loan-services{
    width: 678px !important;
    height: 300px;
}
.th-hero-bg-mobile{
    display: none;
}

.header-top-logo-section{
    background: #000066!important;
    padding: 1px!important;
}



@media (max-width: 576px) {
.Loan-services{
    width: 678px !important;
    height: auto!important;
}
.th-hero-bg-mobile{
    display: block!important;
    /*background-size: 382px 308px;*/
}
.th-hero-bg-desktop{
        display: none;
}
.header-top-logo-section {
    background: #f0f5fb !important;
    padding: 0px !important;
    display: none!important;
}
.sticky-wrapper{
margin-top: -12px!important;
}
    .footer-bank-logo {
        margin-left: 0px !important;
        width: 209px !important;
    }
    
    .scroll-top {
    right: 10px;
    bottom: 126px;
}
.mobile-app-heading{
            font-size: 26px;
}
}