body {
    /* overflow-y: hidden; */
    width: auto !important;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 5px;
    display: none;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #B5975B;
}

body::-moz-scrollbar {
    width: 8px;
}

body::-moz-scrollbar-track {
    background: #fff;
}

body::-moz-scrollbar-thumb {
    background: #B5975B;
}

body::-o-scrollbar {
    width: 8px;
}

body::-o-scrollbar-track {
    background: #fff;
}

body::-o-scrollbar-thumb {
    background: #B5975B;
}

body::-ms-scrollbar {
    width: 8px;
}

body::-ms-scrollbar-track {
    background: #fff;
}

body::-ms-scrollbar-thumb {
    background: #B5975B;
}


@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Regular.woff2") format("woff2"),
        url("../fonts/Poppins-Regular.woff") format("woff"),
        url("../fonts/Poppins-Regular.ttf") format("truetype"),
        url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
        url("../fonts/Poppins-SemiBold.woff") format("woff"),
        url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
        url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Medium.woff2") format("woff2"),
        url("../fonts/Poppins-Medium.woff") format("woff"),
        url("../fonts/Poppins-Medium.ttf") format("truetype"),
        url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Light.woff2") format("woff2"),
        url("../fonts/Poppins-Light.woff") format("woff"),
        url("../fonts/Poppins-Light.ttf") format("truetype"),
        url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'NeueMontrealMedium';
    src: url('../fonts/NeueMontrealMedium.eot');
    src: url('../fonts/NeueMontrealMedium.eot') format('embedded-opentype'),
        url('../fonts/NeueMontrealMedium.woff2') format('woff2'),
        url('../fonts/NeueMontrealMedium.woff') format('woff'),
        url('../fonts/NeueMontrealMedium.ttf') format('truetype'),
        url('../fonts/NeueMontrealMedium.svg#NeueMontrealMedium') format('svg');
}

@font-face {
    font-family: 'NeueMontrealLight';
    src: url('../fonts/NeueMontrealLight.eot');
    src: url('../fonts/NeueMontrealLight.eot') format('embedded-opentype'),
        url('../fonts/NeueMontrealLight.woff2') format('woff2'),
        url('../fonts/NeueMontrealLight.woff') format('woff'),
        url('../fonts/NeueMontrealLight.ttf') format('truetype'),
        url('../fonts/NeueMontrealLight.svg#NeueMontrealLight') format('svg');
}

@font-face {
    font-family: 'NeueMontrealRegular';
    src: url('../fonts/NeueMontrealRegular.eot');
    src: url('../fonts/NeueMontrealRegular.eot') format('embedded-opentype'),
        url('../fonts/NeueMontrealRegular.woff2') format('woff2'),
        url('../fonts/NeueMontrealRegular.woff') format('woff'),
        url('../fonts/NeueMontrealRegular.ttf') format('truetype'),
        url('../fonts/NeueMontrealRegular.svg#NeueMontrealRegular') format('svg');
}

p {
    font-weight: normal;
    font-size: 17px;
}

.header-container {
    margin: 0 40px;
    width: 100%;
}

.contactrow {
    align-items: center;
}

.social-links li a {
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.content-card h3
{
    text-transform:uppercase !important;
}
.social-links ul {
    list-style: none;
}

.social-links i {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s !important;
}

.social-links svg {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: 0.5s !important;
}

.social-links i:hover {
    text-decoration: none;
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links svg:hover {
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links ul {
    display: flex;
    margin-bottom: 0;
}



.social-links a:hover {
    text-decoration: none;
}

.headerRightmainAll ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}

/* header */
header {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 80px;
    display: flex;
    align-items: center;
}

.navbar-brand {
    width: 200px;
    border-radius: 9px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.callright {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    padding: 5px 15px;
    transition: 0.5s;
    margin: 0 12px;
    text-transform: unset;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    font-family: 'NeueMontrealMedium';

}

.navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #363636;
    height: 3px;
    display: block;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .active>.nav-link:before {
    left: 0;
    right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000 !important;
    transition: 0.5s;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #000 !important;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #000 !important;
    transition: 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #000 !important;
    font-weight: bold;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    /* display: none; */
    padding-top: 0;
    padding-bottom: 0;
}

.desk-top-menus ul {
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 35px;
}

.desk-top-menus li {
    list-style: none;
    display: inline-block;
}

.desk-top-menus a {
    margin: 10px 25px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
}

/*-- Underline From Center --*/

.navbar-light .navbar-nav .active>.hvr-underline-from-center:before {
    display: block !important;
}

.desk-top-menu {
    position: relative;
    padding: 10px 15px;
    margin-top: 0px;
}

/* nav-bar-start */
.head-menu {
    position: absolute;
    right: 0;
    top: 35px;
}

.phone-icon {
    display: none;
}

.desk-top-menus {
    position: relative;
}

.desk-top-menus::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.menu-icon {
    cursor: pointer !important;
    transition: 0.5s;
}

.m-tags li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

#megaMenu {
    cursor: pointer;
}

.overlay-close {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 50px;
    display: inline;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.loan-bullet li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.loan-bullet li::before {
    position: absolute;
    content: '';
    background: #14097A;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.overlay-menu {
    background-color: #fff;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
}

.overlay-menu.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.overlay-close i {
    font-size: 20px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.menu-container {
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border-radius: 20px;
    background: #ED3338;
    padding: 40px;
    scrollbar-width: none;
}

.m-contents {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.overlay-menu.active .m-contents {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.mlinks-bx {
    padding-top: 40px;
}

.m-contact h4::before {
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    content: "\f041";
    color: #fff;
}

.m-header h2 {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;

}

.m-header h2::before {
    content: "";
    background-color: #fff;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.m-contact {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.m-contact h4 {
    font-size: 16px;

    position: relative;
    line-height: 26px;
}

.m-contact p {
    font-size: 15px;
    margin: 0;

    line-height: 25px;
}

.m-tags {
    padding-top: 0px;
}

.m-tags ul {
    padding: 0;
    margin: 0;

}

.m-links a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;

    transition: 0.5s;
    text-decoration: none;
}

.m-links a:hover {
    padding-left: 5px;
    transition: 0.5s;
    color: #000;
}

.m-medias {
    align-items: center;
    gap: 30px;
}

.m-medias a i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;

}

.footer-social img {
    width: 13px;
}

/* nav-bar-end */
.book-call {
    display: none;
}

.desk-top-menu .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    z-index: 9;
    position: relative;
    padding: 0;
}

.desk-top-menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #192544 !important;
    width: 220px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    top: 100%;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content {
    display: block;
    background: #ddd !important;
    border: 1px solid #CA252B;
    border-radius: 0;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content .col-lg-6 :is(.main-col1, #col1) {
    display: none;
}

.desk-top-menu .column {
    float: none;
    width: 100%;
    padding: 10px;
    height: 100%;
    padding-right: 0;
}

.desk-top-menu .column a {
    float: none;
    color: black;
    padding: 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.desk-top-menu i {
    color: #CA252B;
    padding-right: 10px;
    font-size: 11px;
}

.desk-top-menu .bg-color a:hover {
    background: #CA252B !important;
    color: #fff;
}

/* banner */

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.banner-text span {
    font-family: 'NeueMontrealMedium';
    color: #2BB673;
    font-weight: bold;
}


.banner-text {
    position: absolute;
    left: 0%;
    bottom: 20%;
    transform: translate(0%, 0%);
    right: 0;
    right: 40%;

}

.all-social {
    position: absolute;
    right: 25px;
    bottom: -80px;
    z-index: 9;
}

.all-social p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.social-media {
    position: absolute;
    right: 25px;
    top: -80px;
    z-index: 9;
}

.social-media p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.banner .owl-dots {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner .owl-dots button {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 25px 0px;
    border-radius: 10px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.banner .owl-dots button.active {
    background: #2bb673;
    border: 1px solid #2bb673;
}

.not-phone {
    display: block;
}

.phone-img {
    display: none;
}

.banner-text h1 {
    font-size: 50px;
    color: #000;
    font-family: 'NeueMontrealLight';
    padding-bottom: 20px;
}

.banner-text a {
    font-size: 15px;
    color: #134377;
    background: #EDEDED 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 7px 10px;
    font-family: 'NeueMontrealMedium';
    font-family: 500;

}


.banner-text p {

    font-size: 17px;
    color: #000;
    font-weight: normal;
    padding: 0 10%;
    padding-bottom: 10px;
}

.banner-taxt-btn {
    display: flex;
    gap: 30px;
}

.banner-view a {
    background-color: #ED3338;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;

    transition: 0.5s;
}

.banner-view a:hover {
    background-color: #ED3338;
    color: #fff;
    transition: 0.5s;
}

.banner-contact {
    text-align: center;
    position: relative;
}

.banner-contact a {
    color: #F5F5F5;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    right: -100px;
    top: -5px;
}

.banner-contact::before {
    background-color: #F5F5F5;
    width: 100%;
    height: 0.5px;
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
}

.banner-contact a:hover {
    color: #fff;
    transition: 0.5s;
}

.contacttops {
    display: flex;
    gap: 20px;
}

.contact-icon a {
    color: #000;
}

.newsleft img {
    border-radius: 15px;
}

/* header top */
.contact-tilil {
    background: #fff;
    padding: 5px 0;
}


.contact-icon p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
    position: relative;

    font-weight: normal;
    /* display: flex;
    align-items: center; */
}

.contact-icon span {

    color: #ED3338;
}

.contact-icon img {
    padding-right: 10px;
}

.contact-number {
    text-align: right;
    display: flex;
    justify-content: end;
}

.contact-number i {
    font-size: 20px;
    color: #000;
}

.contact-number a {
    color: #000;
    margin: 0;
    font-size: 14px;
    text-align: right;
    position: relative;

    font-weight: normal;
    display: flex;
    align-items: center;
}

.contact-number img {
    padding-right: 10px;
}


/* back to top */

#button {
    display: inline-block;
    background-color: #23569E;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

#button:hover {
    background: #23569E;
    transition: 0.5s;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button.show {
    visibility: visible;
}

.navbar-nav .equirybtn button {
    color: #000;
    border: none;
    padding: 7px 20px;
    display: flex;
    transition: 0.5s;
    align-items: center;
    border-radius: 25px;
    font-size: 14px;
    background: #F57B20 0% 0% no-repeat padding-box;
    border-radius: 38px;
}

.navbar-nav .equirybtn button:hover {
    background-color: #000;
    transition: 0.5s;
    color: #fff;
}

.navbar-nav .equirybtn button img {
    margin-left: 10px;
}

.book-box {
    background: #ED3338;
    padding: 40px 30px;
    color: #fff;
    box-shadow: 3px 3px 6px #00000029;
    height: 170px;
    border-right: 1px solid #fff;
}

.book-box h4 {

    font-size: 18px;
    margin-top: 40px;
}

.book-box:hover {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
    color: #ED3338;
}

.book-box .book-hover {
    display: none;
}

.book-box:hover .book {
    display: none;
}

.book-box:hover .book-hover {
    display: block;
}

.desktop {
    display: block;
}

.phone {
    display: none;
}


.main-container {
    margin: 0 110px;
}


header .toggle {
    top: 25px;
    right: 20px;
}






/* news */
.newswrapper {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.newsmargin h2 {
    color: #134377;
    font-family: 'NeueMontrealMedium';
    padding-bottom: 20px;
    font-size: 30px;
}


.newsmargin span {

    font-family: 'NeueMontrealLight';
    font-weight: bold;
}

.newsbox {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    padding: 20px 20px;
    border-radius: 22px;
}

.newsbox p {
    font-family: 'NeueMontrealMedium';
    font-size: 15px;
    padding-right: 10%;
}


.newsmargin h4 {
    font-family: 'NeueMontrealMedium';
    padding-right: 25%;
    padding-bottom: 20px;
    font-size: 21px;
    margin: 0;
}

.newsflex {
    display: flex;
    align-items: center;
}

/* testimonials */
.testiwrapper {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: #F5F5F5
}

.testileft h2 {
    color: #2BB673;
    font-family: 'NeueMontrealMedium';
    padding-bottom: 20px;
    font-size: 35px;
}


.testileft span {

    font-family: 'NeueMontrealLight';
    font-weight: bold;
    color: #000000;
}

.testileft h4 {
    color: #134377;
    font-size: 25px;
    font-family: 'NeueMontrealMedium';
    font-weight: 400;
}

.readmore a {
    background: #134377 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
    padding: 8px 15px;
}

.testileft p {
    font-family: 'NeueMontrealMedium';
    font-size: 15px;
    padding-bottom: 30px;
    margin: 0;
    padding-right: 5%;
}

.testibox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 22px;
    padding: 20px 20px;
}

.testimargin {
    margin-left: 110px;
}


.testibox h4 {
    font-size: 18px;
    padding-top: 30px;
    font-weight: 600;
}

.testibox h6 {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
}

.testibox p {
    font-family: 'NeueMontrealMedium';
    font-size: 15px;
    padding-bottom: 30px;
    margin: 0;
    padding-right: 5%;
}

.testiflex {
    display: flex;
    align-items: end;
}

/* branch */
.branchwrapper {
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.features h4 {
    font-weight: normal;
    color: #fff;
    font-family: 'NeueMontrealRegular';
    font-size: 35px;
    margin-bottom: 15px;
}


.feaatures-sec-count span {
    font-size: 40px;
    font-weight: 100;
    font-family: 'NeueMontrealLight';
    left: 5px;
    color: #E8DFD2;
    position: relative;
    bottom: 0px;
}

.features h4 span {
    color: #fff;
    font-family: 'NeueMontrealLight';
    font-weight: 100;
}

.feaatures-sec {
    text-align: center;
    position: relative;
    background: #2BB673;
    padding: 17px 20px;
    border-radius: 150px;
    width: 100px;

}

.countertext h6 {
    color: #000000;
    opacity: 0.8;
    font-size: 20px;
}

.feaatures-sec h4 {
    font-weight: normal;
    color: #E8DFD2;
    font-family: 'NeueMontrealRegular';
    font-size: 40px;
    margin: 0;
}

#counter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}


.feaatures-sec-count {
    display: flex;
    align-items: center;
    justify-content: center;
}



.branchleft h2 {
    color: #134377;
    font-family: 'NeueMontrealMedium';
    padding-bottom: 30px;
    font-size: 34px;
}


.branchleft span {

    font-family: 'NeueMontrealLight';
    font-weight: bold;
}

.branch-container {
    padding-left: 110px;
}

.branchwrapper .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #134377;
    border-radius: 0;
    text-align: left;
    padding: 0;
    padding-top: 20px;
    border: none;
    box-shadow: none;
    outline: none;
}

.branchwrapper .nav-pills .nav-link {
    background-color: transparent;
    color: #000000;
    border-radius: 0;
    text-align: left;
    padding: 0;
    position: relative;
    box-shadow: none;
    outline: none;
    padding-top: 20px;
    border: none;
}

.branchwrapper .nav-pills .nav-link::before {
    background-image: url(../images/branch-02.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 21px;
    height: 14px;
    right: 0;
    top: 25px;
}

.placeviewall {
    margin-top: 40px;
}

.placeviewall a {
    background: #134377 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    color: #fff;
    padding: 5px 20px;
}

.placeviewall a:hover {
    background: #000;
    text-decoration: none;
    transition: 0.5s;
}

.placeleft {
    background: #134377 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 15px #00000029;
    padding: 40px 50px;
}


.placeleft p {
    font-size: 15px;
    padding-right: 20%;
    margin: 0;
    color: #fff;
}

.placeleft h5 {
    font-family: 'NeueMontrealMedium';
    padding-bottom: 20px;
    font-size: 21px;
    margin: 0;
    color: #fff;
}

.mapflex {
    text-align: end;
}

.placeright {
    background: #2BB673 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 15px #00000029;
    padding: 40px 50px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branchflex {
    display: flex;
    align-items: center;
}

.placepaddding {
    padding: 0;
}


/* footer */
footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}


.menu-footer li {
    list-style-type: none;
    padding-bottom: 10px;
}

.menu-footer li a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", serif;
    color: #fff;
}

.menu-footer a:hover {
    color: #FF0001 !important;
    transition: .4s;
}

.menu-footer ul {
    padding-left: 0;

    padding-top: 10px;
}

.menu-footer p {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", serif;
    color: #312F2F;
}



.mapbtm a {
    padding-right: 25%;
}

.menu-footer h4 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    padding-bottom: 10px;
}

.menu-footer h5 {
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.menu-footer .form-group {
    position: relative;
}

.menu-footer img {
    padding-left: 50px;
}



.sociel-icon {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}

.sociel-icon i {
    color: #fff;
    font-size: 15px;
    transition: 0.5s !important;
    text-decoration: none;
    margin: 0 15px 0 0;
    width: 33px;
    height: 33px;
    border: 0.5px solid var(--unnamed-color-134377);
    border: 0.5px solid #134377;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.sociel-icon i:hover {
    transform: translate(0, -3px) !important;
    transition: 0.5s !important;
    color: #000;
}

.sociel-icon img {
    transition: 0.5s !important;
    width: 16px;
    text-decoration: none;
    margin: 0 20px;
}

.sociel-icon img:hover {
    transform: translate(0, -3px) !important;
    transition: 0.5s !important;
    color: #000;
}

.footermargin h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", serif;
    color: #fff;
    text-align: center;
}

.footermargin a {
    color: #000;
    font-size: 14px;
}

.footermargin a:hover {
    text-decoration: none;
}


.news-input {
    display: flex;
}

.news-input input {
    width: 390px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    outline: none;
    background: transparent;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 15px #00000029;
    border: 1px solid #134377;
}

.news-input input::placeholder {
    color: #000000;
    opacity: 0.5;
}

.news-input a {
    font-weight: 600;
    color: #fff;
    padding: 11px 25px;
    transition: 0.5s;
    text-transform: uppercase;
    text-decoration: none;
    background: #134377;

    font-size: 14px;
}

.news-input a:hover {
    background: #707070;
    color: #fff;
}




.news-letter-wrapper h1 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
}

.footerfirst {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.socialmedias {
    border-bottom: 0.5px solid #f4f4f4;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.news-input img {
    padding-left: 10px;
}

.sub-container {
    margin: 0 40px;
}

.news-inputflex {
    display: flex;
    justify-content: end;
}

.linefooter {
    color: #3F3F41
}

.kmfooter {
    text-align: center;
    justify-content: center;
}

.kmflexs {
    display: flex;
    justify-content: center;
}

.kmbtm {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.kmfooter a {
    color: #fff;
    font-size: 14px;
}

.kmfooter h6 {
    color: #fff;
    font-size: 14px;
}

.menulogo img {
    width: 230px;
}

/* loan calculator */




.document-tab .tab-pane p {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

.loadmask-msg div {
    display: none !important;
}

.emicalculatorcontainer {
    border: none !important;
    padding: 0;
}

.loadmask,
.loadmask-msg {
    display: none !important;
}

.emi-container {
    border: 1px solid #cccccc75;
    border-radius: 8px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #134377 !important;
    border: none !important;
}

.ui-widget-header {
    background: #134377 !important;
}



ul.loanproduct-nav {
    display: none !important;
}

#emicalculatorinnerformwrapper {
    border: none !important;
}

#emicalculatorinnerform {
    border-bottom: none !important;
}

.emicalculatorcontainer .control-label {
    text-align: left !important;
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 100;
}


.calculatorcontainer .form-control {
    display: block;
    width: 100%;
    padding: 0;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.loancalwrapper {
    background: #F5F5F5;
    padding: 60px 0;
    overflow: hidden;
}

.loancalwrapper h2 {
    color: #134377;
    font-family: 'NeueMontrealMedium';
    padding-bottom: 20px;
    font-size: 30px;
}


.loancalwrapper span {

    font-family: 'NeueMontrealLight';
    font-weight: bold;
}

.todaymargin {
    background: #134377;
    padding: 30px 30px;
    box-shadow: 0px 3px 15px #00000029;
    color: #fff;
    border-radius: 14px;
}

.todaywrapper {
    padding: 40px 0;
}

.todayleft p {
    margin: 0;
    font-size: 14px;
}

.todayright a {
    background: #2BB673 0% 0% no-repeat padding-box;
    border-radius: 38px;
    opacity: 1;
    color: #fff;
    padding: 10px 20px;
    float: right;
}

.todayright a:hover {
    background: #fff;
    color: #2bb673;
    text-decoration: none;
    transition: 0.5s;
}

/* why */

.whymargin {
    background-image: url(../images/why-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.whyleft {
    box-shadow: 3px 3px 15px #00000029;
    border-radius: 31px 0px 0px 31px;
    background: #134377;
    margin: 30px 30px;
    padding: 30px 40px;
    padding: 30px 40px;
    min-height: 480px;
    max-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyleft h2 {
    color: #fff;
    font-size: 32px;
    padding-bottom: 15px;
    margin: 0;
}

.whyleft span {
    font-weight: 300
}

.whyflex {
    display: flex;
    align-items: center;
}

.whyleft p {
    color: #fff;
    font-size: 15px;
    text-align: left;
    margin: 0;
}

.whybtns {
    margin-top: 20px;
}

.whyleft a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    background: #2BB673;
    box-shadow: 0px 3px 6px #00000029;
    padding: 7px 10px;
    border-radius: 10px;
}

.whyleft a:hover {
    color: #000;
    background: #fff;
    transition: 0.5s;
}

.whydisplay {
    display: flex;
    justify-content: end;
}

.features h4 {
    font-weight: normal;
    color: #fff;
    font-size: 65px;
    margin-bottom: 0px;
}

.whywrapper .feaatures-sec-count span {
    font-size: 80px;
    font-weight: 100;
    left: 10px;
    color: #2BB673;
    position: relative;
    bottom: 0;
}

.whywrapper .feaatures-sec h6 {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
}

.whyright {
    display: flex;
    justify-content: end;
    margin-right: 70px;
}

.whywrapper .feaatures-sec {
    text-align: center;
    position: relative;
    background: transparent;
    padding: inherit;
    border-radius: 0;
    width: auto;
}

/* Default styling */
.whywrapper {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

/* Initially, .whymargin has limited width */
.whymargin {
    width: 90%;
    max-width: 1350px;
    border-radius: 40px;
    transition: width 0.5s ease-in-out;
}

/* When scrolled, make .whymargin full-width */
.whymargin.scrolled {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
}

.todaycenter {
    position: relative;
}

.todaycenter h6 {
    font-size: 17px;
    position: relative;
    margin: 0;
}

.todaycenter h5 {
    font-size: 17px;
    position: relative;
    text-align: right;
    margin: 0;
}

.todaycenter::before {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 6px;
    background-color: #F5F5F5;
    opacity: 0.4;
    bottom: -20px;
}

.todaycenter::after {
    background-color: #2BB673;
    position: absolute;
    content: '';
    left: 0;
    border-radius: 10px;
    width: 100px;
    height: 6px;
    bottom: -20px;
}

.control-label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
}

#emicalculatorinnerformwrapper h6 {
    font-weight: bold;
}

.form-horizontal .form-control {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.loanrights {
    display: flex;
    justify-content: end;
    align-items: end;
}

.doctorWrapperDiv {
    position: absolute;
    right: -100px;
    top: -60px;
}

.doctorAbsoluteImgWrapper img {
    padding: 50px;
    background:
        #37B97A;
    border-radius:
        50%;
    -moz-animation:
        5s infinite roundshape;
    -webkit-animation:
        5s infinite roundshape;
    animation:
        5s infinite roundshape;
    border: 70px solid #54C38D;
}

@keyframes roundshape {
    0% {
        box-shadow: 0px 0px 1px 80px rgba(43, 182, 115, 0.48);
    }

    50% {
        box-shadow: 0px 0px 1px 180px rgba(43, 182, 115, 0.48);
    }

    100% {
        box-shadow: 0px 0px 1px 100px rgba(43, 182, 115, 0.48);
    }
}



.loan-section {
    display: flex;
    justify-content: space-between;
    gap: 25px
}

.left-image img {
    width: 330px;
    height: auto;
    border-radius: 10px;
}

.right-cards {
    flex-grow: 1;
    padding-left: 20px;
}

.cards-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    position: absolute;
    left: 21%;
}

.loan-card {
    padding: 50px 20px;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 15px #00000029;
    border-radius:
        15px;
    cursor: pointer;
    transition:
        all 0.3s ease;
    text-align: center;
}

.loan-card.active {
    border-color: #00b894;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 15px #00000029;
    border: 2px solid #134377;
    border-radius: 15px;
}

.next-btn {
    background-color: #00b894;
    color: white;
    border: none;
    border-radius: 50%;
    padding:
        6px 13px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: 50px;
    bottom: 40%;
}

.right-cards h2 {
    color: #134377;
    font-size: 27px;
}

.right-cards p {
    padding-right: 27%;
    font-size: 14px;
    font-weight: 500;
}

.right-cards span {
    font-weight: 500;
    color: #2BB673;
}

.right-cards h3 {
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}

.loan-card h5 {
    font-size: 18px;
    padding-top: 15px;
    margin: 0;
}

.servicewrapper {
    padding-bottom: 60px;
    position: relative;
    padding-top: 20px;
}

.searchtop {
    background: #134377;
    padding: 5px 0;
}


/* search-box */
.serch-box .form-control {
    border-radius: 0;
    border: 0.5px solid #FFFFFF;
    border-radius: 10px;
    background: url(../images/search.png) no-repeat;
    background-position: 10%;
    padding: 4px 50px;
    width: 180px;
}

.serch-box input::placeholder {
    font-weight: normal;
    font-size: 13px;
    color: #fff !important;
}

.serch-box .form-control {
    color: #fff !important;
}

.search-box-form {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 99;
}

.form-control:focus {
    box-shadow: none;
}

.searchbtns a {
    color: #fff;
    font-size: 15px;
}

.searchbtns {
    display: flex;
    gap:
        20px;
    align-items: center;
}

.searchright {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.searchleft h6 {
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 15px;
    font-weight: 300;
}

.searchleft h5 {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.serch-box .form-group {
    margin: 0;
}

.searchrow {
    display: flex;
    align-items: center;
}

.enbtns a {
    background:
        #2BB673 0% 0% no-repeat padding-box;
    border-radius:
        66px;
    padding:
        8px 20px;
    font-size: 15px;
    color: #fff;
}


.spard-img {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: end;
}

.pulse-containerDiv {
    position: absolute;
    left: 55px;
    top: -250px;
    width: auto;
    height: auto;
    z-index: 1;
}

.spard-img img {
    margin-right: -50px;
    z-index: 2;
}

.circle {
    z-index: -1;
    width: 850px;
    height: 850px;
    background-color: #37B97A;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .11, .32);
    overflow: hidden;
}

@keyframes scaleIn {
    from {
        transform: scale(.7, .7);
        opacity: .9
    }

    to {
        transform: sclae(0, 0);
        opacity: 0
    }
}




.sld-wrp {
    margin: 0 auto;
}

.slider-for {
    position: relative;
    z-index: 10;
}

.slide-container {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.slide-btn {
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}

.slide-btn a
{
    text-decoration:none;
    color:#000;
}
.newsright a
{
    color:#000;
    text-decoration:none;
}
.card-phone {
    display: none;
}

.servicewrapper .slick-slide img {
    border-radius:
        20px;
    text-align: center;
    margin:
        auto;
}

.servicewrapper .slick-dots {
    display: none !important;
}

.servicewrapper .slick-list {
    padding: 0 !important;
}

.servicewrapper .slider-nav {
    margin-left: -28%;
    z-index: 99;
}

.servicewrapper .slider-nav .slide-btn .loan-card.active {
    background:
        #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 15px #00000029;
    border:
        2px solid #134377;
}

.slick-prev::before {
    display: none !important;
}

.slick-next::before {
    color: #00b894;
    font-size: 32px;
}


.whyleft .read-more-btn {
    cursor: pointer;
    color: #fff !important;
}

.whyleft .read-more-btn:hover {
    cursor: pointer;
    color: #000 !important;
    background-color: #fff;
}

.placeviewdesktop {
    display: block;
}

.placeviewphone {
    display: none;
}
/* gold-loan */
.left-text {
    padding: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 50px 20px;
    padding-right: 50%;
}
.phone-heding{
    display: none;
}
.sub-banner{
    overflow: hidden;
    position: relative;
}
.sub-hedear{
    position: relative;
    top: 0;
    background: transparent linear-gradient(269deg, #E0C9A9 0%, #E0C9AAFC 30%, #D0D6D800 100%) 0% 0% no-repeat;
}
.left-text span{
    font-weight: 300;
}
.left-text h2{
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.left-text p{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding-top: 20px;
}
.key-benifits-sec{
    background: transparent linear-gradient(180deg, #E0C9A9 0%, #E0C9AAFC 10%, #D0D6D800 100%) 0% 0% no-repeat;
    padding: 5% 0;
}
.heding-text h4{
    font-size: 30px;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #00000057;
    padding-bottom: 20px;
}
.heding-text span{
    color: #EB222A;
}
.gold-list li{
    padding-bottom: 15px;
    font-weight: normal;
    font-family: 'NeueMontrealRegular';
    font-size: 20px;
    list-style: none;
}
.gold-list ul{
    margin: 0;
    padding: 0;
}
.gold-list{
    padding-top: 20px;
}
.other-text h3{
    color: #000;
    font-family: 'NeueMontrealRegular';
    font-weight: normal;
    font-size: 35px;
    padding-bottom: 20px;
    margin: 0;
}
.other-text p{
    font-size: 16px;
    color: #000;
    font-family: 'NeueMontrealRegular';
    font-weight: normal;
}
.other-text p:last-child{
    margin-bottom: 0;
}
.gold-other-sec{
    padding: 5% 0;
}
/* contact us */
.contact-text h5{
    color: #000;
    font-family: 'NeueMontrealMedium';
    font-weight: 500;
    font-size: 25px;
}
.contact-text span{
    font-weight: 300;
}
.contact-text h3{
    font-family: 'NeueMontrealMedium';
    font-weight: 500;
    font-size: 35px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 30px;
}
.contact-text p{
    font-family: 'NeueMontrealRegular';
    font-weight: normal;
    color: #000;
    margin: 0;
}
.contact-form h4{
    font-family: 'NeueMontrealRegular';
    font-weight: normal;
    font-size: 30px;
    color: #000;
}
.contact-form p{
    color: #000;
    font-family: 'NeueMontrealRegular';
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-form{
    background: #F5F5F5;
    padding: 30px;
    border-radius: 22px;
}
.contact-form .form-control{
    background: transparent;
    color: #000;
    border-top: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0000005c;
    padding-left: 0;
}
.contact-form .form-group{
    margin-bottom: 30px;
}
.contact-form input::placeholder{
    color: #000;
    font-family: 'NeueMontrealMedium';
    font-weight: 500;
    font-size: 16px;
}
.contact-form textarea::placeholder{
    color: #000;
    font-family: 'NeueMontrealMedium';
    font-weight: 500;
    font-size: 16px;
}
.contact-form .btn-primary{
    background: #2BB673;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    transition: 0.5s;
}
.contact-form .btn-primary:hover{
    background: #14097A;
    transition: 0.5s;
}
.contact-sec{
    padding: 5% 0;
}
.contact-img{
    background: url(../images/contact-img.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7% 20px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}
.contact-img::before{
    position: absolute;
    content: '';
    background: transparent linear-gradient(75deg, #00000096 0%, #D6B1B3 100%) 0% 0% no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.contact-img h4{
    color: #fff;
    font-size: 30px;
    font-family: 'NeueMontrealRegular';
}
.contact-logo{
    position: absolute;
    bottom: 0;
    right: 15px;
}
.contact-box{
    background: #F5F5F5;
    border: 0.5px solid #134377;
    border-radius: 22px;
    padding: 30px;
    height: 160px;
}
.contact-box h5{
    font-family: 'NeueMontrealMedium';
    font-size: 20px;
    color: #000;
}
.contact-box h6{
    font-size: 18px;
    color: #000;
    font-family: 'NeueMontrealMedium';
    padding: 8px 0;
}
.contact-box p{
    margin: 0;
    font-size: 16px;
    font-family: 'NeueMontrealMedium';
    padding-left: 30px;
}
.contact-details{
    padding: 5% 0;
    padding-top: 0;
}
.phone-adders{
    display: none;
}
/* about us */
.about-text h3{
    color: #000;
    font-size: 40px;
    font-family: 'NeueMontrealMedium';
}
.about-text span{
    font-family: 'NeueMontrealLight';
}
.about-text p{
    font-size: 16px;
    color: #000;
    font-family: 'NeueMontrealRegular';
    padding-right: 25%;
}
.about-text{
    padding: 5% 0;
}
.about-logo{
    background: #ffffff14;
    margin-left: -180px;
}
.about-img-sec{
    padding-bottom: 5%;
}
.over-text h4{
    color: #2BB673;
    font-size: 30px;
    font-family: 'NeueMontrealMedium';
    padding-bottom: 10px;
    margin: 0;
    border-bottom: 1px solid #00000057;
    margin-bottom: 20px;
    padding-left: 115px;
}
.over-text ul
{
    padding-left:150px;
}
.over-text li
{
    list-style: none;
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  padding-bottom: 7px;
    
}
.over-text li::before
{
    position:absolute;
    content:'';
   background: #2BB673 0% 0% no-repeat padding-box;
   width:8px;
   height:8px;
   left:0px;
   top:9px;
    
}
.content-img li
{
    list-style: none;
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  padding-bottom: 7px;
}
.content-img li::before
{
     position:absolute;
    content:'';
   background: #2BB673 0% 0% no-repeat padding-box;
   width:8px;
   height:8px;
   left:0px;
   top:9px;
}
.news-img-fst
{
    padding:0px 350px;
}
.over-text p{
    padding-left: 115px;
    font-size: 16px;
    font-family: 'NeueMontrealRegular';
    color: #000;
    position: relative;
}
.over-text p:last-child{
    margin-bottom: 0;
}
.over-text p::before{
    position: absolute;
    content: '';
    background: url(../images/logo-icon.png) no-repeat;
    background-position: center;
    width: 63px;
    height: 56px;
    left: 35px;
    top: 0;
}
.noneafter::before{
    display: none;
}
.content-img img{
    border-radius: 20px;
    margin-bottom: 20px;
}
.content-img p{
    font-size: 16px;
    font-family: 'NeueMontrealRegular';
    color: #000;
    margin: 0;
}
.content-img{
    padding-right: 13%;
}
.over-sec{
    padding-bottom: 5%;
}
.mission-vission-sec{
    background: url(../images/mission-vission-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.vission-text{
    background: #EB222A;
    padding: 35px;
    border-radius: 44px 44px 0px 0px;
    margin-top: 235px;
    overflow: hidden;
    padding-left: 55px;
}
.vission-text ul{
    margin: 0;
    padding: 0;
}
.vission-text li{
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-family: 'NeueMontrealRegular';
    padding-bottom: 20px;
    position: relative;
}
.vission-text li:last-child{
    padding-bottom: 0;
}
.vission-text li::before{
    position: absolute;
    content: '';
    background: url(../images/arow-icon.png) no-repeat;
    background-position: center;
    width: 23px;
    height: 21px;
    left: -30px;
    top: 5px;
}
.vission-text h4{
    color: #2BB673;
    font-family: 'NeueMontrealMedium';
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.vission-text h4::after{
    position: absolute;
    content: '';
    background: #fff;
    width: 200px;
    height: 1px;
    left: -55px;
    bottom: 0;
}
.mission-bg{
    background: #134377;
    border-radius: 0px 0px 44px 44px;
    margin-top: 0;
}
.white-box{
    background: #fff;
    padding: 50px;
    box-shadow: 0px 3px 6px #0000004D;
    border-radius: 25px;
}
.over-value-sec{
    background: transparent linear-gradient(96deg, #E0C9A9 0%, #E0C9AAFC 10%, #D0D6D800 100%) 0% 0% no-repeat;
    box-shadow: 3px 3px 15px #00000029;
    border-radius: 44px;
    padding: 30px;
    margin: 5% 0;
}
.over-value-sec h3{
    color: #2BB673;
    font-family: 'NeueMontrealMedium';
    font-size: 30px;
}
.white-content{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.white-content{
    margin-bottom: 30px;
}
.value-img img{
    border-radius: 20px;
}
.white-content h5{
    color: #000;
    font-family: 'NeueMontrealMedium';
    font-size: 20px;
}
.white-content p{
    color: #000;
    font-size: 16px;
    font-family: 'NeueMontrealRegular';
}
.phone-btn-box{
    display: block;
}
.managing-text h3{
    color: #134377;
    font-family: 'NeueMontrealMedium';
    font-size: 30px;
}
.managing-text h5{
    font-family: 'NeueMontrealRegular';
    font-size: 20px;
    color: #000;
}
.managing-sec{
    box-shadow: 3px 5px 12px 0px #0000004a;
    background: #fff;
    padding: 40px;
    margin: 5% 18%;
}
.border-line{
    margin: 0;
    border-bottom: 1px solid #0003;
}
.padd-box{
    padding-right: 0;
}
.managing-sec p{
    color: #000;
    font-size: 16px;
    font-family: 'NeueMontrealRegular';
    margin: 0;
    padding-top: 25px;
    line-height: 30px;
}
/* Responsive */
@media (max-width: 991.5px) {
    .placewrap .nav {
        flex-wrap: nowrap;
        overflow-y: scroll;
        width: 100%;
        justify-content: left;
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-orient:
            horizontal !important;
        gap: 10px;
        padding-bottom: 20px;
    }

    .branchwrapper .nav-pills .nav-link::before {
        display: none;
    }

    .branchwrapper .nav-pills .nav-link.active {
        background-color: rgb(19, 67, 119);
        box-shadow: 0px 3px 6px #00000029;
        border-radius:
            10px;
        color: #fff;
        padding:
            5px 20px;
    }

    .branchwrapper .nav-pills .nav-link {
        border: 1px solid rgb(19, 67, 119);
        box-shadow: 0px 3px 6px #00000029;
        border-radius:
            10px;
        color: rgb(19, 67, 119);
        padding:
            5px 20px;
    }

    .placeright {
        padding:
            20px 20px;
    }

    .placewrap .nav {
        scrollbar-width: none;
    }

    #emicalculatorform div.sep {
        padding-top: 10px;
    }

    @keyframes roundshape {
        0% {
            box-shadow: 0px 0px 1px 20px rgba(43, 182, 115, 0.48);
        }

        50% {
            box-shadow: 0px 0px 1px 40px rgba(43, 182, 115, 0.48);
        }

        100% {
            box-shadow: 0px 0px 1px 20px rgba(43, 182, 115, 0.48);
        }
    }

    .doctorAbsoluteImgWrapper img {
        padding: 20px;
        border: 25px solid #54C38D;
        width: 280px;
        display: block;
        margin:
            0 auto;
    }

    .doctorWrapperDiv {
        position: static;
    }

    .slide-container {
        margin-bottom: 0px;
        box-sizing: border-box;
    }

    .servicewrapper {
        padding-bottom: 20px;
        overflow:
            hidden;
        position: relative;
        padding-top: 0;
    }

    .slide-btn {
        padding:
            0;
    }

    .slick-next::before {
        color: #00b894;
        font-size: 25px;
        margin-left: -30px;
    }

    .servicepadding {
        padding: 0;
    }


    .servicewrapper .slider-nav {
        margin-left: 0;
    }

    .next-btn {
        right: 20px;
        bottom: 10px;
    }


    .loan-card img {
        width: 60px;
    }

    .right-cards h3 {
        font-size: 24px;
        padding-bottom: 10px;
        margin:
            0;
    }

    .loan-card h5 {
        font-size: 16px;
        padding-top: 10px;
    }

    .right-cards p {
        padding-right: 0;
    }

    .right-cards h2 {
        font-size: 24px;
        padding-top: 10px;
    }

    .sub-container {
        margin:
            0 20px;
    }

    .loan-card {
        margin: 5px 5px;
        padding:
            20px 20px;
    }

    .right-cards {
        padding-left: 0;
    }

    .cards-wrapper {
        display: none;
    }

    .card-phone {
        display: block;
    }

    .spard-img img {
        margin-right: 0;
        width: 200px;
        z-index: 99;
        position: relative;
    }

    .spard-img {
        display: block;
    }

    .circle {
        z-index: 1;
        width: 300px;
        height: 300px;
    }

    .pulse-containerDiv {
        position: absolute;
        left: 25px;
        top: -50px;
    }

    .loan-section {
        display: block;
    }

    .searchtop {
        display: none;
    }

    .footermargin h6 {
        font-size: 13px;
        margin: 0;
    }

    .menu-footer li a {
        font-size: 13px;
    }

    .branch-container {
        padding-left: 0;
    }


    .branchwrapper {
        padding-bottom: 0px;
    }



    .kmfooter a {
        font-size: 13px;
    }

    .kmpadding {
        padding: 0;
    }

    .kmbtm {
        gap: 3px;
        justify-content: left;
    }

    .desktop {

        display: none;
    }

    .phone {
        display: block;
    }


    .desk-top-menu .navbar-brand img {
        height: 30px;
    }

    header .toggle img {
        height: 20px;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    header {
        position: relative;
        top: 0;
        padding: 15px 0;
        background: transparent;
    }

    .whatleft {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .desk-top-menu {
        padding: 5px 10px;
        padding-bottom: 5px;
        margin-top: 0;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 3px 6px #00000063;
    }

    header .toggle {
        top: 15px;
        right: 0px;
    }

    .testiwrapper {
        padding: 20px 0;
    }

    .testimargin {
        margin-left: 20px;
    }



    .testileft h2 {
        padding-bottom: 10px;
        font-size: 25px;
        margin: 0;
    }

    .testileft h4 {
        font-size: 20px;
    }



    .readmore a {
        font-size: 14px;
    }

    .readmore {
        margin-bottom: 25px;
    }

    .testileft p {
        font-size: 14px;
        padding-bottom: 15px;
        margin: 0;
        padding-right: 0;
    }



    .testibox h6 {
        font-size: 14px;
        padding-bottom: 10px;
        margin: 0;
    }

    .testibox h4 {
        font-size: 17px;
        padding-top: 10px;
    }

    footer {
        padding: 20px 0;
    }

    .sociel-icon {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .menu-footer h4 {
        font-size: 20px;
        margin: 0;
        padding-bottom: 0;
    }

    .news-inputflex {
        display: block;
    }

    .news-letter-wrapper h1 {
        font-size: 17px;
        padding-bottom: 15px;
        margin: 0;
    }

    .news-input input {
        width: 170px;
        padding: 10px 15px;
        font-size: 13px;
    }

    .news-input a {
        padding: 8px 15px;
        font-size: 13px;
    }

    .footerfirst {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .menulogo img {
        width: 180px;
        padding-bottom: 10px;
    }

    .menu-footer ul {
        margin: 0;
        padding-top: 0;
    }

    .testibox p {
        font-size: 14px;
        padding-bottom: 0px;
        margin: 0;
        padding-right: 0;
    }

    .main-container {
        margin: 0 20px;
    }

    .banner {
        margin-top: -95px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;

    }

    .banner-contact::before {
        width: 240px;
        bottom: -5px;
        top: auto;
    }

    .banner-contact a {
        right: 0;
    }

    .banner-text {
        left: 0px;
        bottom: 90px;
        transform: translate(0%, 0%);
        right: 0;
        display: none;
    }

    .todaywrapper {
        padding: 20px 0;
    }

    .todaymargin {
        padding: 20px 20px;
    }

    .todayleft h4 {
        font-size: 19px;
        margin: 0;
        padding-bottom: 10px;
    }


    .todayright a {
        padding: 7px 15px;
        float: none;
        font-size: 14px;
    }

    .todayright {
        margin-top: 40px;
    }

    .todaycenter h5 {
        font-size: 15px;
    }

    .todaycenter h6 {
        font-size: 15px;
    }

    .todayleft p {
        margin: 0;
        font-size: 14px;
        padding-bottom: 10px;
    }


    .whywrapper {
        padding-bottom: 0px;
    }



    .loancalwrapper {
        padding: 20px 0;
    }

    .newswrapper {
        padding: 20px 0;
    }

    .newsmargin h2 {
        padding-bottom: 15px;
        font-size: 22px;
        margin: 0;
    }

    .loancalwrapper h2 {
        padding-bottom: 15px;
        font-size: 22px;
        margin: 0;
    }

    .newsbox p {
        font-size: 13px;
        padding-right: 0;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }

    .newsbox {
        min-height: auto;
        max-height: auto;
    }
    .phone-btn-box{
        display: block;
    }
    .phone-btn-box a{
        background: #134377;
        border-radius: 10px;
        padding: 7px 20px;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
    }

    .newsmargin h4 {
        padding-right: 0;
        padding-bottom: 5px;
        font-size: 15px;
        margin: 0;
        padding-top: 10px;
    }

    .branchleft h2 {
        padding-bottom: 15px;
        font-size: 22px;
    }

    .branchleft {
        padding-left: 20px;
    }

    .placeviewphone {
        display: block;
    }

    .placeviewdesktop {
        display: none;
    }

    #counter {
        margin-bottom: 20px;
    }

    .placeleft {
        padding: 15px 20px;
    }

    .placeleft p {
        font-size: 14px;
        padding-right: 0;
    }

    .placeleft h5 {
        padding-bottom: 15px;
        font-size: 17px;
    }

    .col-order-01 {
        order: 2;
    }

    .col-order-02 {
        order: 1;
    }

    .whymargin.scrolled {
        padding: 20px 0;
    }

    .whyleft {
        padding: 20px 20px;
        margin: 20px 20px;
        min-height: auto;
        margin-bottom: 5px;
        max-height: 100%;
    }


    .whyleft h2 {
        font-size: 21px;
        padding-bottom: 10px;
    }

    .whyleft p {
        font-size: 14px;
    }

    .whymargin {
        background-position: center;
        padding-bottom: 15px;
    }

    .whyright {
        padding-left: 0;
        justify-content: end;
        margin-right: 30px;
    }

    .whyleft h2 {
        font-size: 21px;
        padding-bottom: 10px;
    }

    .whywrapper .features h4 {
        font-size: 25px;
    }

    .whywrapper .feaatures-sec-count span {
        font-size: 31px;
    }

    .feaatures-sec {
        padding: 10px 10px;
        width: 80px;
    }

    .feaatures-sec h4 {
        font-size: 35px;
    }

    .placeviewall {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner-text h1 {
        font-size: 20px;
        padding-right: 0;
    }

    .banner-text h4 {
        font-size: 22px;
    }

    header.smaller {
        top: 0px;
        position: fixed;
        width: 100%;
        z-index: 99;
        background: transparent;
        transition: 0.5s;
        border-bottom: none;
        padding: 10px 20px;
    }

    .phone-btn {
        display: block;
        position: fixed;
        left: 15px;
        bottom: 20px;
        z-index: 9;
}
/* gold-loan */
.sub-hedear{
    background: transparent;
}
.left-text{
    position: relative;
    padding: 20px 0px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000063;
    border-radius: 20px;
    padding: 20px 15px;
    margin: 30px 0;
}
.left-text h2{
 font-size: 18px;
}
.left-text h1{
    font-size: 25px;
}
.left-text p{
    font-size: 14px;
    padding-top: 0;
}
.heding-text h4{
    font-size: 25px;
    padding-top: 20px;
}
.gold-list{
    padding-top: 0;
}
.gold-list li{
    font-size: 16px;
}
.other-text h3{
    font-size: 25px;
    padding-bottom: 10px;
}
.other-text p{
    font-size: 14px;
}
/* contact */
.contact-text h5{
    font-size: 20px;
}
.contact-text h3{
    font-size: 25px;
    padding: 10px 0;
    margin: 0;
}
.contact-text br{
    display: none;
}
.contact-text p{
    font-size: 14px;
    padding-bottom: 20px;
}
.contact-form{
    padding: 20px 15px;
}
.contact-form h4{
    font-size: 25px;
}
.contact-form p{
    font-size: 14px;
}
.contact-img h4{
    font-size: 25px;
}
.contact-logo{
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
}
.contact-img{
    margin-bottom: 20px;
}
.contact-box{
    height: auto;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.contact-box p{
    font-size: 14px;
}
.contact-box h5{
    font-size: 18px;
}
.contact-details{
    display: none;
}
/* about us */
.about-text h3{
    font-size: 25px;
}
.about-text p{
    padding-right: 0;
    font-size: 14px;
}
.about-img{
    padding: 0 15px;
}
.about-logo{
    margin-left: 0;
}
.over-text h4{
    padding-left: 0;
    font-size: 25px;
}
.over-text p::before{
    display: none;
}
.over-text p{
    padding-left: 0;
    font-size: 14px;
}
.over-sec{
    padding-left: 15px;
    padding-right: 15px;
}
.content-img{
    padding-right: 0;
}
.content-img img{
    margin-top: 20px;
}
.content-img p{
    font-size: 14px;
}
.vission-text{
    margin-top: 40px;
}
.vission-text h4{
    font-size: 25px;
}
.vission-text li{
    font-size: 14px;
}
.mission-bg{
    margin-bottom: 40px;
}
.over-value-sec h3{
    font-size: 25px;
}
.white-box{
    padding: 30px 15px;
}
.over-value-sec{
    padding: 20px 15px;
}
.value-img{
    margin-top: 30px;
}
.key-benifits-sec{
    border-radius: 20px;
}
.phone-heding{
    display: block;
    position: absolute;
    top: 35px;
    left: 15px;
}
.phone-heding h1{
    font-size: 25px;
}
.phone-heding h2{
    font-size: 18px;
    margin: 0;
}
.sub-banner img{
    border-radius: 20px;
}
.left-text h1{
    display: none;
}
.left-text h2{
    display: none;
}
.phone-adders{
    display: block;
}
.contact-box h6{
    margin: 0;
}
/* managing-director */
.managing-sec{
    margin: 5% 0;
    padding: 30px 0px;
}
.padd-box{
    padding-right: 15px;
}
.managing-text h3{
    font-size: 25px;
}
.managing-text h5{
    font-size: 17px;
}
.managing-sec p{
    font-size: 14px;
    line-height: unset;
    padding-top: 15px;
}
.oder-box{
    order: 2;
}
.managing-text{
    padding-top: 15px;
}
}