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: 'DMSans_36ptBold';
    src: url('../fonts/DMSans_36ptBold.eot');
    src: url('../fonts/DMSans_36ptBold.eot') format('embedded-opentype'),
        url('../fonts/DMSans_36ptBold.woff2') format('woff2'),
        url('../fonts/DMSans_36ptBold.woff') format('woff'),
        url('../fonts/DMSans_36ptBold.ttf') format('truetype'),
        url('../fonts/DMSans_36ptBold.svg#DMSans_36ptBold') format('svg');
}

@font-face {
    font-family: 'DMSans_18ptBoldItalic';
    src: url('../fonts/DMSans_18ptBoldItalic.eot');
    src: url('../fonts/DMSans_18ptBoldItalic.eot') format('embedded-opentype'),
        url('../fonts/DMSans_18ptBoldItalic.woff2') format('woff2'),
        url('../fonts/DMSans_18ptBoldItalic.woff') format('woff'),
        url('../fonts/DMSans_18ptBoldItalic.ttf') format('truetype'),
        url('../fonts/DMSans_18ptBoldItalic.svg#DMSans_18ptBoldItalic') format('svg');
}

@font-face {
    font-family: 'DMSans_36ptRegular';
    src: url('../fonts/DMSans_36ptRegular.eot');
    src: url('../fonts/DMSans_36ptRegular.eot') format('embedded-opentype'),
        url('../fonts/DMSans_36ptRegular.woff2') format('woff2'),
        url('../fonts/DMSans_36ptRegular.woff') format('woff'),
        url('../fonts/DMSans_36ptRegular.ttf') format('truetype'),
        url('../fonts/DMSans_36ptRegular.svg#DMSans_36ptRegular') format('svg');
}

@font-face {
    font-family: 'ManropeRegular';
    src: url('../fonts/ManropeRegular.eot');
    src: url('../fonts/ManropeRegular.eot') format('embedded-opentype'),
        url('../fonts/ManropeRegular.woff2') format('woff2'),
        url('../fonts/ManropeRegular.woff') format('woff'),
        url('../fonts/ManropeRegular.ttf') format('truetype'),
        url('../fonts/ManropeRegular.svg#ManropeRegular') format('svg');
}

@font-face {
    font-family: 'DMSerifDisplayItalic';
    src: url('../fonts/DMSerifDisplayItalic.eot');
    src: url('../fonts/DMSerifDisplayItalic.eot') format('embedded-opentype'),
        url('../fonts/DMSerifDisplayItalic.woff2') format('woff2'),
        url('../fonts/DMSerifDisplayItalic.woff') format('woff'),
        url('../fonts/DMSerifDisplayItalic.ttf') format('truetype'),
        url('../fonts/DMSerifDisplayItalic.svg#DMSerifDisplayItalic') format('svg');
}

@font-face {
    font-family: 'DMSans_24ptLight';
    src: url('../fonts/DMSans_24ptLight.eot');
    src: url('../fonts/DMSans_24ptLight.eot') format('embedded-opentype'),
        url('../fonts/DMSans_24ptLight.woff2') format('woff2'),
        url('../fonts/DMSans_24ptLight.woff') format('woff'),
        url('../fonts/DMSans_24ptLight.ttf') format('truetype'),
        url('../fonts/DMSans_24ptLight.svg#DMSans_24ptLight') format('svg');
}

@font-face {
    font-family: 'DMSans_24ptMedium';
    src: url('../fonts/DMSans_24ptMedium.eot');
    src: url('../fonts/DMSans_24ptMedium.eot') format('embedded-opentype'),
        url('../fonts/DMSans_24ptMedium.woff2') format('woff2'),
        url('../fonts/DMSans_24ptMedium.woff') format('woff'),
        url('../fonts/DMSans_24ptMedium.ttf') format('truetype'),
        url('../fonts/DMSans_24ptMedium.svg#DMSans_24ptMedium') format('svg');
}

p {
    font-weight: normal;
    font-size: 17px;
}

.main-container {
    margin: 0 50px;
}

/* header */
header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navbar-brand {
    width: 220px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: left;
}

.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: normal !important;
    font-size: 14px !important;
    padding: 5px 0px;
    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: 'DMSans_36ptBold';
}

.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 {
    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;
    background: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    margin-top: 20px;
}

/* nav-bar-start */
.head-menu {
    position: absolute;
    right: 0;
    top: 16px;
    display: none;
}

.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: #12273F;
    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: #2574B9;
    border: 0.5px solid #303030;
    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;
    font-family: 'DMSans_36ptRegular';
}

.m-header h2::before {
    content: "";
    background-color: #ff5314;
    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;
    font-family: 'DMSans_36ptRegular';
    position: relative;
}

.m-contact p {
    font-size: 15px;
    margin: 0;
    font-family: 'DMSans_36ptRegular';
    line-height: 25px;
}

.m-tags {
    padding-top: 0px;
}

.m-tags ul {
    padding: 0;
    margin: 0;
    font-family: 'DMSans_36ptRegular';
}

.m-links a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'DMSans_36ptRegular';
    transition: 0.5s;
    text-decoration: none;
}

.m-links a:hover {
    padding-left: 5px;
    transition: 0.5s;
    color: #ff5314;
}

.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;
    font-family: 'DMSans_36ptRegular';
}

.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-img::before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 0;
    background: linear-gradient(90deg, #000c 0%, rgba(0, 0, 0, 0.09) 100%);
}

.banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.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: #F77835;
    border: 1px solid #F77835;
}

.not-phone {
    display: block;
}

.phone-img {
    display: none;
}

.banner-text h1 {
    color: #fff;
    font-family: 'DMSans_36ptBold';

    font-size: 40px;
}

.banner-text span {
    font-family: 'DMSerifDisplayItalic';
    font-size: 25px;
}

.banner-text p {
    font-family: 'ManropeRegular';
    padding-right: 63%;
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 10px;
}

.banner-taxt-btn {
    display: flex;
    gap: 30px;
}

.banner-view a {
    background-color: #267bc4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'DMSans_36ptRegular';
    transition: 0.5s;
}

.banner-view a:hover {
    background-color: #267bc4;
    color: #fff;
    transition: 0.5s;
}

.banner-contact a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'DMSans_36ptRegular';
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner-contact a:hover {
    background-color: #2574B9;
    color: #fff;
    transition: 0.5s;
}


/* header top */
.contact-tilil {
    background: linear-gradient(90deg, #000000d6 0%, rgba(0, 0, 0, 0.54) 100%);
    padding: 5px 0;
}


.contact-icon p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
    position: relative;
    font-family: 'DMSans_36ptRegular';
    font-weight: normal;
    /* display: flex;
    align-items: center; */
}

.contact-icon span {
    font-family: 'ManropeRegular';
    color: #F77835;
}

.contact-icon img {
    padding-right: 10px;
}

.contact-number {
    text-align: right;
    display: flex;
    justify-content: end;
}

.contact-number i {
    font-size: 20px;
    padding-right: 10px;
    color: #F77835;
}

.contact-number a {
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-align: right;
    position: relative;
    font-family: 'DMSans_36ptRegular';
    font-weight: normal;
    display: flex;
    align-items: center;
}

.contact-number img {
    padding-right: 10px;
}

/* video player */
.playIcon img {
    max-width: 100% !important;
}

.playIcon {
    width: 100px;
    height: 100px;
    background: #267bc4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: 0.5s;
    z-index: 99;
    box-shadow: 0px 0px 0px 0px rgb(247, 120, 53);
    -moz-box-shadow: 0px 0px 0px 0px rgb(247, 120, 53);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(247, 120, 53);
    display: flex;
    justify-content: center;
    align-items: center;
}

.testibox:hover .playIcon {
    box-shadow: 0px 0px 0px 25px rgba(247, 120, 53, 0.43);
}

.watchspan {
    position: absolute;
    top: 40px;
    left: 140px;
}

.video-container {
    margin-left: 50px;
}

.testibox {
    position: relative;
    padding: 30px 0;
    padding-bottom: 0;
}

.testibox button {
    position: absolute;
    left: 100px;
    bottom: 0;
    top: 0px;
    margin: auto;
    background-color: transparent;
    border: none;
    color: #fff;
}


.testibox button:hover,
.testibox button:focus,
.testibox button:focus-visible,
.testibox button:active {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.testibox .modal {
    z-index: 999999;
}

.testibox .fade {
    background: #00000054;
}

.videotext {
    position: absolute;
    bottom: 90px;
    left: 100px;
}

.videotext h6 {
    font-family: 'DMSerifDisplayItalic';
    color: #fff;
    font-size: 22px;
}

.videotext p {
    font-family: 'DMSans_36ptRegular';
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.customnotexttop h5 {
    font-family: 'DMSans_24ptMedium';
    color: #12273F;
    font-size: 14px;
    margin-bottom: 3px;
}

.customnotexttop a {
    font-size: 13px;
    font-family: 'DMSans_24ptMedium';
    color: #12273F;
}

.customnowraptop {
    display: flex;
    gap: 10px;
    align-items: center;
}

.banner-viewtop a {
    background-color: #F77835;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'DMSans_36ptRegular';
    transition: 0.5s;
}

.banner-viewtop a:hover {
    background-color: #2574B9;
    color: #fff;
    transition: 0.5s;
}

/* chairman */
.sub-container {
    margin: 0 11%;
}

.chairmanwrapper {
    padding: 60px 0;
}

.chairmanleft h6 {
    position: relative;
    padding-left: 85px;
    font-size: 12px;
    color: #2574B9;
    font-family: 'DMSans_36ptRegular';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.chairmanleft h6::after {
    width: 70px;
    height: 1.5px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #2574B9;
    content: "";

}

.chairmanleft h2 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 37px;
}

.chairmanleft h2 span {
    font-family: 'DMSerifDisplayItalic';
    display: inline-block;
    position: relative;
    top: -17px;
}

/* text up down */
.up-down {
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    100% {
        transform: translate(1px, 22px);
    }
}

/* text up down */
.chairmanleft p {
    font-family: 'DMSans_24ptLight';
}

.chairmancenter {
    display: flex;
    align-items: center;
}

.chairmanright img {
    transition: .4s;
}

.chairmanright:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.customnotext h5 {
    font-family: 'DMSans_24ptMedium';
    color: #12273F;
    font-size: 14px;
    margin-bottom: 3px;
}

.customnotext a {
    font-size: 15px;
    font-family: 'DMSans_24ptMedium';
    color: #12273F;
}

.customnowrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* why */
.whymargin {
    text-align: center;
    padding-bottom: 50px;
}

.whymargin h3 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 37px;
    margin: 0;
    padding: 10px 0;
}

.whymargin h4 {
    font-family: 'DMSerifDisplayItalic';
}

.whymargin h3 span {
    display: inline-block;
    position: relative;
    top: -17px;
}

.whyhline h6::after {
    width: 40px;
    height: 1.5px;
    position: absolute;
    top: 50%;
    right: 0;

    background: #2574B9;
    content: "";
}

.whyhline h6::before {
    width: 40px;
    height: 1.5px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #2574B9;
    content: "";
}

.whyhline h6 {
    position: relative;
    font-size: 12px;
    color: #2574B9;
    font-family: 'DMSans_36ptRegular';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    width: 300px;
    display: block;
    margin: auto;
}

.trustbox {
    text-align: center;
    padding: 20px 0;
}

.trustbox h5 {
    font-family: 'DMSans_24ptMedium';
    color: #12273F;
    font-size: 17px;
    padding: 0px 0%;
}

.trustbox p {
    font-family: 'DMSans_36ptRegular';
    color: #12273F;
    margin-bottom: 0;
    font-size: 17px;
}

.trustcenter {
    display: flex;
    justify-content: center;
}

.trustbtn {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trustbtn a {
    background-color: #267bc4;
    color: #fff;
    border-radius: 30px;
    padding: 5px 12px;
    transition: 0.5s;
    font-size: 16px;
    text-decoration: none;
}

.trustbtn a:hover {
    background-color: #2574B9;
    color: #fff;
    transition: 0.5s;
}

/* loan form */
.loanformwrapper {
    background-image: url(../images/loan-form.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.loanform {
    background-color: #fff;
    box-shadow: 0px 3px 6px #0000001c;
    padding: 40px 40px;
}

.loanform h6 {
    position: relative;
    font-size: 12px;
    color: #2574B9;
    font-family: 'DMSans_36ptRegular';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 50px;
}

.loanform h6::before {
    width: 40px;
    height: 1.5px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #2574B9;
    content: "";
}

.loanform h2 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 31px;
}

.loanform h2 span {
    font-family: 'DMSerifDisplayItalic';
}

.loanform p {
    font-family: 'DMSans_36ptRegular';
    font-size: 17px;
    color: #263037;
}

.formlist {
    padding-top: 30px;
}

.formlist ul {
    list-style: none;
    padding-left: 0;
}

.formlist li {
    padding-left: 30px;
    position: relative;
    color: #5F707B;
    font-family: 'DMSans_36ptRegular';
    font-size: 15px;
    padding-bottom: 5px;
}

.formlist li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    background-image: url(../images/form-list.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.formbtn a {
    background-color: #267bc4;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    width: 100%;
    font-size: 13px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
    font-family: 'DMSans_36ptRegular';
}

.formbtn a:hover {
    background-color: #2574B9;
    color: #fff;
    transition: 0.5s;
}

.loanform .form-control {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    font-family: 'DMSans_36ptRegular';
    font-size: 14px;
    padding: 10px 15px;
}

.loanform .form-control::placeholder {
    color: #87929F;
}

.loanform label {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 13px;
    margin-bottom: 5px;
}

/* news */
.newswrapper {
    padding: 60px 0;
}

.newsbtn {
    text-align: right;
}

.newsbtn a {
    background-color: #267bc4;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
    font-family: 'DMSans_36ptRegular';
}

.newsbtn a:hover {
    background-color: #2574B9;
    color: #fff;
    transition: 0.5s;
}

.newshead h6 {
    position: relative;
    font-size: 12px;
    color: #2574B9;
    font-family: 'DMSans_36ptRegular';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 50px;
}

.newshead h6::before {
    width: 40px;
    height: 1.5px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #2574B9;
    content: "";
}

.newshead h2 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 31px;
    padding-right: 13%;
}

.newshead h2 span {
    font-family: 'DMSerifDisplayItalic';
}

.news-left-container {
    margin-left: 11%;
}

.newswrap {
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.newsbox h6 {
    color: #617183;
    font-family: 'DMSans_24ptMedium';
    font-size: 13px;
}

.newscenter {
    display: flex;
    align-items: center;
}

.newsbox h5 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 16px;
}

.newsbox p {
    font-size: 14px;
    color: #12273F;
    font-family: 'DMSans_24ptLight';
}

.newsread a {
    font-family: 'DMSans_36ptBold';
    font-size: 13px;
    color: #12273F;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}

.newsread a:hover {
    color: #2574B9;
    transition: 0.5s;
}

.news-left-container .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.news-left-container .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.news-left-container .owl-carousel .owl-nav button.owl-prev::before {
    position: absolute;
    background-image: url(../images/news-btn-01.png);
    left: 0;
    content: '';
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
}

.news-left-container .owl-carousel .owl-nav button.owl-next::after {
    position: absolute;
    background-image: url(../images/news-btn-02.png);
    left: 80px;
    content: '';
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
}

.news-line {
    border-bottom: 1px solid #D9D9D9;
    margin-left: 40px;
}


/* contact */
.contactwrapper {
    background-image: url(../images/contact-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}


.contactleft h6 {
    position: relative;
    font-size: 12px;
    color: #2574B9;
    font-family: 'DMSans_36ptRegular';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 50px;
}

.contactleft h6::before {
    width: 40px;
    height: 1.5px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #2574B9;
    content: "";
}

.contactleft h2 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 31px;
    padding-right: 25%;
}

.contactleft h2 span {
    font-family: 'DMSerifDisplayItalic';
}

.contactleft p {
    padding-right: 25%;
    font-size: 17px;
    font-family: 'DMSans_36ptRegular';
}

.sendformbtn a {
    background-color: #267bc4;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    width: 100%;
    font-size: 13px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
    font-family: 'DMSans_36ptRegular';
}

.sendformbtn a:hover {
    background-color: #2574B9;
    color: #fff;
    transition: 0.5s;
}

.contactright {
    padding: 60px 40px;
    background: linear-gradient(90deg, #00000026 0%, rgba(0, 0, 0, 0.17) 100%);
    font-family: 'DMSans_36ptRegular';
    border-bottom-right-radius: 95px;
}

.contactright .form-control {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    font-family: 'DMSans_36ptRegular';
    font-size: 14px;
    box-shadow: none;
    padding: 15px 15px;
}

.contactright .form-control::placeholder {
    color: #87929F;
}

.contactright select {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    font-family: 'DMSans_36ptRegular';
    font-size: 14px;
    box-shadow: none;
    padding: 15px 15px;
    background: #fff;
    width: 100%;
    color: #87929F;
}

.commentstextradius {
    border-radius: 15px !important;
}

.contactright .form-group {
    margin-bottom: 12px;
}

.detailone,
.detailtwo,
.detailthree {
    padding-bottom: 20px;
}

.contactleft .detailone p {
    position: relative;
    font-family: 'DMSans_36ptRegular';
    font-size: 17px;
    padding-left: 35px;
    margin-bottom: 0;
    color: #12273F;
}

.contactleft .detailone p::before {
    background-image: url(../images/form-location.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}

.contactleft .detailtwo a {
    position: relative;
    font-family: 'DMSans_36ptRegular';
    font-size: 16px;
    padding-left: 35px;
    color: #12273F;
}

.contactleft .detailtwo a::before {
    background-image: url(../images/form-mail.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 40px;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}

.contactleft .detailthree a {
    position: relative;
    font-family: 'DMSans_36ptRegular';
    font-size: 16px;
    padding-left: 35px;
    color: #12273F;
}

.contactleft .detailthree a::before {
    background-image: url(../images/form-call.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 40px;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}

.contactleft .detailtwo a:hover,
.contactleft .detailthree a {
    color: #000;
    text-decoration: none;
}

.contactend {
    display: flex;
    align-items: end;
}

.contactdetails {
    padding-top: 30px;
}

/* start */

.startwrapper {
    padding: 60px 0;
    background-color: #2574B9;
}

.startwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.startwrap h6 {
    color: #fff;
    font-family: 'DMSans_24ptMedium';
    font-size: 22px;
}

.startwrap h3 {
    font-family: 'DMSans_36ptBold';
    font-size: 40px;
    color: #fff;
}

.startbtn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.startbtn a {
    background-color: #267bc4;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    width: 250px;
    font-size: 13px;
    display: block;
    border: 1px solid #F77835;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
    font-family: 'DMSans_36ptBold';
}

.startbtn a:hover {
    background-color: #2574B9;
    border: 1px solid #F77835;
    color: #fff;
    transition: 0.5s;
}

.back-video {
    width: 100%;
    border-radius: 150px;
    height: 80px;
}

.back-videotwo {
    height: 90px;
}

.back-videoone {
    height: 60px;
}

/* who */

.whowrapper {
    padding: 60px 0;
}

.whoright h6 {
    position: relative;
    font-size: 12px;
    color: #2574B9;
    font-family: 'DMSans_36ptRegular';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 50px;
}

.whoright h6::before {
    width: 40px;
    height: 1.5px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #2574B9;
    content: "";
}

.whoright h2 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 31px;
    padding-right: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.whoright h2 span {
    font-family: 'DMSerifDisplayItalic';
}

.whoright p {
    padding-right: 20%;
    color: #263037;
    font-size: 17px;
    font-family: 'DMSans_24ptLight';
}

.read-more-btn {
    background-color: #267bc4;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
    font-family: 'DMSans_36ptBold';
}

.read-more-btn:hover {
    background-color: #2574B9;
    color: #fff;
    transition: 0.5s;
}

.parabtn {
    margin-top: 30px;
}

.whoright {
    padding-left: 40px;
}

/* year */
.yearwrapper {
    padding: 60px 0;
}

.yearleft {
    text-align: center;
}

.yearleft img {
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

.count-up {
    font-family: 'DMSans_36ptBold';
    color: #12273F;
    font-size: 50px;
}

.count-box h4 {
    color: #12273F;
    font-family: 'DMSerifDisplayItalic';
    font-size: 30px;
}

.count-ups {
    color: #12273F;
    font-size: 28px;
    font-family: 'DMSans_24ptMedium';
}

.count-boxs h4 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 18px;
}

.happyboxone {
    border: 1px solid #D9D9D9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 5px;
}

.happypadd {
    padding: 3px 0px;
}

.yearcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* loan */
.loanwrapper {
    padding: 20px 0;
    padding-top: 60px;
}


.loanwrapper .owl-carousel .owl-nav.disabled {
    display: block;
}

.loanwrapper .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 40px;
    color: #F1592A;
}

.loanwrapper .owl-carousel .owl-nav button.owl-prev {
    color: inherit;
    font: inherit;
    font-size: inherit;
    color: #267bc4;
    position: absolute;
    left: -30px;
    font-size: 60px;
    top: 40%;
}

.loanwrapper .owl-carousel .owl-nav button.owl-next {
    color: inherit;
    font: inherit;
    font-size: inherit;
    color: #267bc4;
    position: absolute;
    right: -30px;
    font-size: 60px;
    top: 40%;
}





.box .imgBx .loanimg {
    position: absolute;
    top: 20px;
    right: 20px;
    object-fit: cover;
    height: 110px;
}

.box:hover .loanimg {
    display: none;
}

.box .content {
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
    margin-top: 60px;

}

.box .imgBx {
    transition: 0.5s;
    transition-delay: 0.5s;
}

.content img {
    text-align: left;
    height: 50px;
}

.box:hover .imgBx {
    clip-path: circle(400px at center 100px);
    transition-delay: 0s;
    width: 100%;
    height: 100%;
}

.box:hover .content h2 {
    color: #fff;
}
.imgbx-fade
{
width: 100%;
  background-color: #0003;
  border-radius: 20px;
  position: absolute;
  z-index: 10;
  height: 100%;
  opacity: 0;
  transition: all .5s
}
.box:hover .imgbx-fade
{
    opacity: 1;
}

.box:hover .content p {
    color: #fff;
}

.box {
    position: relative;
    border: 1px solid #12273F;
    padding: 0;
    border-radius: 20px;
    height: 240px;
}

.loanhovers {
    display: none;
}

.loanhovers {
    width: 100%;
    height: 240px;
    border-radius: 20px;
}

.box:hover .loanhovers {
    display: block;
}

.box:hover .loanimg {
    display: none;
}

.box:hover .content {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 10px;
}


.content h2 {
    font-family: 'DMSans_36ptRegular';
    color: #000;
    font-size: 18px;
    padding-top: 10px;
    text-align: left;
}

.content p {
    color: #000;
    font-size: 17px;
    text-align: left;
    font-family: 'DMSans_24ptLight';
    height: 75px;
}

.box .content a {
    display: none;
}

.box:hover .content a {
    display: block;
    color: #fff;
}

.box:hover .content {
    margin-top: 15px;
}

.loaniconhover {
    display: none;
}

.box:hover .loaniconhover {
    display: block;
}

.box:hover .loanicon {
    display: none;
}




/* footer */


footer {
    padding: 60px 0;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}



.menu-footer li {
    list-style-type: none;
    padding-bottom: 10px;
    font-family: 'DMSans_36ptRegular';
}

.menu-footer li a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'DMSans_36ptRegular';
    color: #12273F !important;
    font-weight: 400;
}

.menu-footer a:hover {
    color: #2574B9 !important;
    transition: .4s;
}

.menu-footer ul {
    padding-left: 0;
    font-family: 'DMSans_36ptRegular';
    padding-top: 10px;
}

.menu-footer p {
    font-size: 17px;
    font-weight: 500;
    font-family: 'DMSans_36ptRegular';
    padding-right: 10%;
    color: #12273F;
}


.menu-footer h5 {
    font-size: 20px;
    color: #12273F;
    padding-bottom: 10px;
    font-family: 'DMSans_36ptRegular';
    position: relative;
    margin: 0;
}

.menu-footer .form-group {
    position: relative;
}

.menu-footer img {
    padding-left: 50px;
}

.socialborder {
    border-top: 2px solid #3F3F41;
}

.sociel-icon {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sociel-icon i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s !important;
    text-decoration: none;
    font-family: 'DMSans_36ptRegular';
    margin: 0 20px;
}

.sociel-icon i:hover {
    transform: translate(0, -3px) !important;
    transition: 0.5s !important;
    color: #fff;
}

.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: #fff;
}

.footermargin h6 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.footermargin a {
    color: #fff;
    font-size: 14px;
    font-family: 'DMSans_36ptRegular';
}

.footermargin a:hover {
    text-decoration: none;
}

.copycenter {
    display: flex;
    align-items: center;
}


.footercopy {
    background-color: #12273F;
    color: #fff;
    font-family: 'DMSans_36ptRegular';
    padding: 10px 0;
}

.copyfooter {
    text-align: right;
}


.social-link li {
    list-style: none;
    display: inline-block;
    padding: 0 3px;
}

.social-link li:first-child {
    padding-left: 0;
}

.social-link a {
    color: #2574B9;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #C8CDD3;
    border-radius: 20px;
    padding: 8px 15px;
}

.social-link a:hover {
    color: #F77835;
    transition: 0.5s;
}

.social-link {
    padding-top: 20px;
}

.footerlogowrap {
    border-bottom: 1px solid #12273F40;
    border-top: 1px solid #12273F40;
    margin: 40px 0;
    padding: 20px 0;
}


.footerlogoright {
    text-align: right;
}

.footerlogocenter {
    display: flex;
    align-items: center;
}

.footeremailleft h6 {
    font-family: 'DMSans_24ptMedium';
    font-size: 18px;
    color: #12273F;
}

.desktop {
    display: block;
}

.phone {
    display: none;
    width: 100%;
}

.subScribeWrapper {
    border-radius: 30px;
    position: relative;
    border: 1px #C8CDD3 solid;
    background: #fff;
}

.subScribeWrapper input {
    color: #5D656E;
    font-size: 16px;
    font-weight: normal;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 12px 25px;
}

.subScribeWrapper input::placeholder {
    color: #5D656E;
    opacity: 1;
}

.subScribeWrapperDiv {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    background: #267bc4;
    border-radius: 43px;
}

.subScribeWrapperDiv:hover {
    text-decoration: none;
    background-color: #2574B9;
    color: #fff;
}

/* back to top */

#button {
    display: inline-block;
    background-color: #2574B991;
    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: #2574B9;
    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;
}

.equirybtn .modal {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding: 0 120px;
    padding-top: 75px;
    left: 0;
   
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: transparent;
    /* Fallback color */
    background-color: transparent;
    /* Black w/ opacity */
}

.banner-formleft img {
    height: 100%;
}

.banner-formleft {
    height: 100%;
}

/* Modal Content */
.equirybtn .modal-content {
    background-color: #fff;
    padding: 20px;
    width: 760px;
    position: relative;
    display: block;
    margin: 0 auto;
}

/* .equirybtn .modal-content::before{background-image: url(../images/down.png); background-repeat: no-repeat; position: absolute; content: '';right: 45%;
    top: -10px;
    width: 30px;
    height: 30px;} */
.modal-open {
    overflow: scroll;
}

/* The Close Button */
.equirybtn .close {
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    opacity: 1;
    background: #2574b9;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    align-items: center;
    position: absolute;
    right: -11px;
    top: -9px;
    float: unset;
    text-shadow: none;
}

.banner-form h4 {
    font-weight: normal;
    color: #F77835;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.equirybtn .close:hover,
.equirybtn .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.equirybtn button {
    background-color: #2574B9;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'DMSans_36ptRegular';
    cursor: pointer;
    transition: 0.5s;
}

.equirybtn button:hover {
    background-color: #F77835;
    color: #fff;
    transition: 0.5s;
}


.banner-form {

    z-index: 1;
}

.banner-form label {
    color: #000;
    font-family: 'ManropeRegular';
    font-size: 15px;
    opacity: 1;
}

.items {
    position: relative;
    height: 22px;
}

.items .item {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.items .item.active {
    opacity: 1;
}


.banner-form input {
    width: 100%;
    padding: 6px;
    background: #F1592A;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'ManropeRegular';
    font-size: 15px;
    cursor: pointer;
    margin-top: 0;
}

.banner-form input:hover {
    background: #F1592A;
}

.banner-form button {
    width: 100%;
    padding: 6px;
    background: #F1592A;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'ManropeRegular';
    font-size: 15px;
    cursor: pointer;
    margin-top: 0;
}

.banner-form button:hover {
    background: #F1592A;
}

.banner-padd h2 {
    font-size: 17px;
    color: #fff;
    opacity: 1;
    font-family: 'ManropeRegular';
    padding-top: 20px;
}

.banner-form .form-control {
    border: none;
    border: 1px solid #adadad;
    border-radius: 0;
    color: #000;
    width: 100%;
    background: transparent;
    padding: 8px 15px;
    box-shadow: none;
    font-size: 14px;
}

.banner-form .form-control:focus {
    color: #000;
}

.banner-form input::placeholder {
    color: #000;
    font-size: 14px;
}

.banner-form select {
    color: #000;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.banner-form .form-select {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    padding: 0 0;
    color: #000;
}

.banner-form .form-select option {
    color: #000;
}

.formbtm {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.formmodal {
    display: block;
    background-color: transparent;
}



/* gold loan */
.goldloanwrapper {
    padding: 60px 0;
    background-color: #f8f8f8;
    padding-bottom: 10px;
}

.goldsliwrapper {
    background-color: #f8f8f8;
}


.goldloanmargin h1 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 37px;
    text-transform: uppercase;
    text-align: center;
}

.goldloanhead {
    text-align: center;
}

.goldloanhead ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #12273F;
    margin-bottom: 20px;
}

.goldloanhead ul li a {
    font-size: 16px;
    text-align: center;
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    border-right: 2px solid #12273F;
    padding: 0 10px;
    font-weight: 700;
    transition: 0.5s;

}

.goldloanhead ul li a:hover {
    text-decoration: none;
    color: #F1592A;
    transition: 0.5s;
}

.heading {
    text-align: center;
}

.heading h2 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 25px;
}

.heading p {
    color: #263037;
    font-size: 15px;
    font-family: 'DMSans_24ptLight';
    text-align: justify;
}

/* schemes */
.goldschemeswrapper {
    padding: 0px 0;
    background-color: #f8f8f8;
}

.goldschemesmargin h2 {
    color: #12273F;
    text-align: left;
    font-family: 'DMSans_24ptMedium';
    font-size: 25px;
    padding-bottom: 0;
}

.goldschemesmargin table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    box-shadow: 3px 0 16px rgba(0, 0, 0, .08);
}

.goldschemesmargin td {
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    text-align: center;
    padding: 8px;
    background-color: #f8f8f8;
}

.goldschemesmargin th {
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    text-align: center;
    background-color: transparent;
    color: #000;
    padding: 8px;
}
.goldschemesmargin tr:first-child {
    background-color: #80add4; 
    color:#fff !important;
}
.headloan {
    background-color: #F77835 !important;
    color: #fff !important;
}

.goldrow {
    margin-bottom: 40px;
}

/* careers */
.careerwrapper .blockquote.card {
    border-left: 3px solid #f77835;
    background-color: #fff;
}

.careerwrapper {
    padding: 60px 0;
    margin-top: 50px;
}

.careerwrapper .card-body {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #f77835, rgba(0, 0, 0, 0)) 1 100%;
}

.calender {
    text-align: right;
}

.career-btn {
    background-color: #267bc4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'DMSans_36ptRegular';
    transition: 0.5s;
}
.career-btn:hover {
    background-color: #267bc4;
    color: #000;
}
.careerwrapper .headingcareer h5 {
    color: #12273F;
    font-family: 'DMSans_36ptBold';
    font-size: 22px;
}

.careerwrapper p {
    font-family: 'ManropeRegular';
    font-size: 16px;
    color: #12273F;
    margin: 0;
    font-weight: normal;
    padding-bottom: 5px;
}

.careerhead h2 {
    color: #12273F;
    text-transform: uppercase;
    font-family: 'DMSans_24ptMedium';
    font-size: 28px;
    font-weight: bold;
}

.careerhead h5 {
    color: #12273F;
    padding-bottom: 30px;
    font-weight: bold;
    font-family: 'DMSans_24ptMedium';
    font-size: 20px;
    margin: 0;
}

/* gold loan */

.goldloanwrapper .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {

    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: none;
}



.inner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #80add4;
    width: 100%;
    height: 2px
}

.inner {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 0 16px rgba(0, 0, 0, .19);
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
    min-height: 170px;
    text-align: center;
    margin: 10px 10px;
}

.inner p {
    color: #263037;
    font-size: 14px;
    font-family: 'DMSans_24ptLight';
    text-align: center;
    padding-top: 10px;
}

.calmargin p {
    font-family: 'ManropeRegular';
    font-size: 16px;
    color: #12273F;
    text-align: center;
    margin: 0;
    font-weight: normal;
    padding-bottom: 40px;
}

.calmargin h2 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}



.calright input::placeholder {
    color: #000;
    font-size: 14px;
}

.calright .form-control {
    border: none;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    color: #000;
    width: 100%;
    background: transparent;
    padding: 8px 0px;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
}

.calright select {
    border: none;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    color: #000;
    width: 100%;
    background: transparent;
    padding: 8px 0px;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
}

.calright {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 0 16px rgba(0, 0, 0, .19);
    padding: 20px 30px;
}

.calwrapper {
    padding: 60px 0;
}

.submitcall   {
    padding: 10px 20px;
    background: #267bc4;
    border: none;
    color: #fff;
    font-family: 'ManropeRegular';
    font-size: 15px;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
}


.calright p {
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    margin: 0;
    color: #000;
}

.calleft {
    height: 100%;
}

.calleft img {
    height: 100%;
    border-radius: 15px;
}

.gold_section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.schemeBox:hover {
    border: 2px solid #267bc4;
    box-shadow: 1px 0 18px rgba(0, 0, 0, .15);
}

.schemeBox {
    padding: 20px 15px;
    border: 2px solid #d7d7d7;
    float: left;
    width: 100%;
    position: relative;
    margin: 30px 0;
    background-color: #fff;
    transition-duration: .45s;
}

.schemeBox .schemeTitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #313131;
    padding-bottom: 15px;
    letter-spacing: -1px;
    transition-duration: .45s;
    min-height: 55px;
}

.schemeBox .schemeFeatures ul li {
    padding-left: 15px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.schemeBox .schemeFeatures ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.schemeBox .schemeFeatures ul li::before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    color: rgba(18, 18, 18, .82);
}

.schemeBox .btnLearnMore {
    color: #267bc4;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: all .15s ease-in 0s;
}

.schemeBox .btnLearnMore:hover {
    border-bottom: 1px solid #267bc4;
    text-decoration: none;
}

.simple_list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner .icon img {
    height: 60px;
}

.simple_list li::before {
    content: "\f138";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
}

.simple_list li {
    padding-left: 20px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-bottom: 15px;
}

.schemeBox .tooltipBox {
    background: #fff;
    box-shadow: 0 0px 5px #000;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 13px;
    border-radius: 0px;
    width: 450px;
    position: absolute;
    top: 37px;
    left: 0;
    margin-top: 15px;
    z-index: 99;
    display: none;
}

.schemeBox .learnMoreWrap {
    position: relative;
}

.schemeBox .learnMoreWrap:hover>.tooltipBox {
    display: block;
}

.schemeBox .arrow {
    position: absolute;
    top: 41px;
    left: 26px;
    z-index: 1;
    background: #ffffff;
    display: inline-block;
    height: 20px;
    width: 20px;
    box-shadow: 0 0px 5px #000;
    transform: rotate(45deg);
    display: none;
}

.schemeBox .learnMoreWrap:hover>.arrow {
    display: block;
}

.schemeBox .arrow::after {

    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #EEEEEE;
    top: -10px;
}



.custRow .col-md-3:nth-child(4n)>.schemeBox .tooltipBox {
    right: 0;
    left: auto;
}

.tooltips:hover .bottom {
    display: block;
}

.tooltips .bottom img {
    width: 400px;
}

.tooltips .bottom i {
    position: absolute;
    bottom: 100%;
    left: 48px;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}

.schemeBox .schemeFeatures {
    margin-bottom: 10px;
    min-height: 100px;
}

.tooltips .bottom i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: #EEEEEE;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.schemeBox .schemeIcon {
    padding: 5px;
    width: 69px;
    margin-top: -20px;
    margin-bottom: 10px;
    background-color: #fff;
}



.banner-form button {
    margin-top: 10px;
}

.phone-btn {
    display: block;
    position: fixed;
    left: 50px;
    bottom: 30px;
    z-index: 9;
}

.goldloanhead .nav-item.active a {
    color: #267bc4;
}

.goldloanhead .nav-item.active {
    color: #ff5314;
}

.elimargin p {
    color: #263037;
    font-size: 15px;
    font-family: 'DMSans_24ptLight';
    text-align: justify;
}

.eliwrapper {
    padding: 60px 0;
   padding-bottom:0px;
}

.elimargin h2 {
    padding-bottom: 20px;
}



/* contact */
.contactpagewrapper {
    background-image: url(../images/contact-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.contact-form .form-control {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    font-family: 'DMSans_36ptRegular';
    font-size: 14px;
    box-shadow: none;
    padding: 15px 15px;
}

.contact-form .form-control::placeholder {
    color: #000;
}

.contact-form .form-check-label {
    text-align: left;
    font-size: 14px;
    padding-bottom: 20px;
}

.contact-form {
    padding: 60px 40px;
    background: linear-gradient(90deg, #00000026 0%, rgba(0, 0, 0, 0.17) 100%);
    font-family: 'DMSans_36ptRegular';
    border-bottom-right-radius: 95px;
}

.contact-form .btn-primary {
    padding: 8px 50px;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    background-color: #267BC4;
    border-color: #267BC4;
    border-radius: 30px;
    display: block;
}

.contact-form .btn-primary:hover {
    color: #fff;
    background-color: #F77835;
    border-color: #F77835;
}

.contact-mail::before {
    background: url(../images/form-mail.png) no-repeat;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100px;
    background-position: center;
}

.contact-phone::before {
    background: url(../images/form-call.png) no-repeat;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100px;
    background-position: center;
}

.contact-location::before {
    background: url(../images/form-location.png) no-repeat;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100px;
    background-position: center;
}

.contactrow {
    display: flex;
    align-items: center;
}


.contact-detail {
    margin-bottom: 30px;
}


.contact-detail h6 {
    position: relative;
    padding-left: 60px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.contact-detail a {
    color: #000;
    font-size: 15px;
}

.contact-detail p {
    padding-left: 60px;
    color: #000;
    font-size: 15px;
    margin: 0;
}


.phone-box h2 {
    color: #12273F;
    font-family: 'DMSans_24ptMedium';
    font-size: 30px;
    padding-bottom: 25px;
}



/* about */

.aboutright {
    position: relative;
}

.aboutright p {
    line-height: 29px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'DMSans_24ptMedium';
    font-size: 16px;
    color: #12273F;
    padding-top: 20px;
}

.aboutleft h1 {
    font-size: 68px;
    color: #267bc4;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-bottom: 0;
    margin: 0;
    padding-right: 0%;
    font-family: 'DMSerifDisplayItalic';
}

.aboutleft h6 {
    color: #000;
    font-size: 20px;

}

.aboutleft h3 {
    font-size: 24px;
    line-height: 1;
    margin-right: 0px;
}

.aboutleft a {
    text-decoration: none;
    margin-bottom: 20px;
    color: unset;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
}

.aboutleft i {
    font-size: 15px;
    margin: 0 10px;
}

.aboutwrapper {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.read-more-btns {
    background-color: #F77835;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
    font-family: 'DMSans_36ptBold';
    border: none;
}

.read-more-btns:hover {
    background-color: #2574B9;
    color: #fff;
    transition: 0.5s;
}

.aboutimg {
    margin-left: -14%;
    z-index: -1;
    position: relative;
}

/* drop sub menu */

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    top: 120%;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    z-index: 999999;
}

.menu-item {
    padding: 10px 15px !important;
    min-width: 200px;
}


.sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 0;
    width: 100%;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    color: #000;
    z-index: 998;
    min-width: 200px;
    background: #FDFDFD;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    padding-left: 0;
}

.menu-item:hover {
    background-color: #F77835;
    color: #000 !important;
}

.sub-menu li {
    list-style: none;
}

.menu-item a {
    color: #000 !important;
    text-decoration: none;
}

/* drop sub menu */

/* vission and mission */
.vmwrapper {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}



.vmright h4 {
    color: #000;
    font-weight: bold;

    font-size: 25px;
    padding-bottom: 10px;
}

.vmright p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 29px;
}

.vmtext {
    padding-left: 70px;
    padding-right: 70px;
    text-align: left;
}


.vmcenter {
    margin-top: 50px;
}

.vmleft img {
    border-radius: 20px;
}

.vmmargin .nav-tabs {
    border-bottom: none;
}

.vmmargin .nav-tabs .nav-link.active {
    color: #267bc4;
    font-weight: bold;
    font-size: 19px;
    border-bottom: 1px solid #267bc4;
}

.vmmargin .nav-tabs .nav-link {
    color: #000;
    font-weight: bold;
    font-size: 19px;
    border-bottom: 1px solid #000;
    margin-right: 20px;
}

.vmone h6 {
    font-size: 17px;
    margin-bottom: 50px;
}

.peoplewrapper {
    background-image: url(../images/what-bg.jpg);
    background-size: cover;
    padding: 90px 0;
}

.peoplewrapper h2 {
    color: #12273F;
    font-family: 'DMSans_36ptBold';
    font-size: 25px;
}

.peoplewrapper ul {
    padding-left: 0;
    list-style: none;
}

.peoplewrapper li {
    font-family: 'ManropeRegular';
    font-size: 28px;
    color: #12273F;
    padding-left: 30px;
    margin: 0;
    position: relative;
    font-weight: normal;
    padding-bottom: 25px;
}

.peoplewrapper li::before {
    background-color: #ff5314;
    height: 30px;
    width: 3px;
    left: 0;
    top: 5px;
    content: '';
    position: absolute;
    border-radius: 10px;
}

.peoplemargin a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.peoplemargin a img {
    width: 30px;
}

/* Responsive */

@media (max-width: 1340.5px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 10px;
    }
}

@media (max-width: 2010.5px) {
    .customimgtop img {
        width: 40px;
    }

    .customnotexttop a {
        font-size: 12px;
    }


    .navbar-brand {
        width: 250px;
    }

}

@media (max-width: 1199.5px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 6px;
        font-size: 13px !important;
    }


}

@media (max-width: 1117.5px) {
    .customnowraptop {
        display: none;
    }
}

@media (max-width: 991.5px) 
{
    .banner-text p {
  font-family: 'ManropeRegular';
  padding-right: 21%;
    }
    .aboutuspadd {
        padding: 0;
    }

    .aboutimg {
        margin-left: 0;
        padding-top: 10px;
    }

    .aboutleft h1 {
        font-size: 22px;
        margin: 0;
        padding-right: 0;
    }

    .aboutright p {
        line-height: 28px;
        text-align: justify;
        font-size: 16px;
        padding-right: 0;
        margin-bottom: 0;
        padding-top: 10px;
    }

    .vmone h6 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .vmcenter {
        margin-top: 0;
    }

    .vmmargin .nav-tabs .nav-link {
        white-space: nowrap;
        font-size: 17px;
    }

    .vmmargin .nav-tabs {
        border-bottom: none;
        overflow-x: scroll;
        flex-wrap: nowrap;
        justify-content: left;
        padding-bottom: 10px;
        padding-top: 0;
        margin: 0;
    }

    .vmmargin .nav-tabs .nav-link.active {
        font-size: 17px;
    }

    .vmtext {
        padding-left: 0;
        padding-right: 0;
    }

    .vmwrapper {
        padding: 20px 0;
    }

    .peoplewrapper {
        background-position: center;
        padding: 20px 0;
    }

    .peoplewrapper li {
        padding-bottom: 15px;
        font-size: 18px;
    }

    .peoplewrapper li::before {
        height: 20px;
    }

    .peoplewrapper h2 {
        font-size: 21px;
    }

    .peoplemargin a {
        text-decoration: none;
        font-size: 18px;
    }

    .vmimg img {
        width: 200px;
    }

    .vmright h4 {
        padding-bottom: 5px;
        font-size: 21px;
        margin: 0;
    }

    .vmright p {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .vmbox {
        padding-right: 0;
    }

    .vmright {
        padding-top: 20px;
    }

    .read-more-btns {
        padding: 7px 20px;
        font-size: 12px;
    }

    .box {
        height: auto;
    }

    .aboutwrapper {
        padding: 20px 0;
    }

    .goldloanhead ul::-webkit-scrollbar {
        scrollbar-width: none;
    }

    .goldsliwrapper {
        padding-top: 20px;
    }

    .goldloanhead ul {
        overflow-x: scroll;
        flex-wrap: nowrap;
        justify-content: left;
        padding-bottom: 10px;
        padding-top: 0;
        margin: 0;

    }

    .elimargin h2 {
        padding-bottom: 5px;
    }

    .eliwrapper {
        padding: 20px 0;
    }

    .goldloanhead ul li a {
        white-space: nowrap;
    }

    .calright {
        padding: 15px 15px;
        margin-top: 20px;
    }

    .gold_section {
        padding: 20px 0;
        padding-bottom: 10px;
    }


    .schemeBox {
        padding: 15px 15px;
        margin: 10px 0;
    }

    .schemeBox .schemeFeatures {
        min-height: auto;
    }

    .schemeBox .schemeTitle {
        font-size: 17px;
        padding-bottom: 10px;
        min-height: auto;
        margin: 0;
    }

    .contact-detail h6 {
        padding-left: 50px;
        font-size: 16px;
    }

    .contact-detail p {
        padding-left: 50px;
    }

    .google-map-section iframe {
        height: 100%;
    }

    .col-contact-02 {
        order: 1;
    }

    .col-contact-01 {
        order: 2;
    }

    .contactpagewrapper {
        padding: 20px 0;
    }

    .phone-box h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .contact-form {
        padding: 20px 20px;
    }

    .inner {
        padding: 15px 5px;
        min-height: 180px;
        margin: 5px 5px;
    }

    .calmargin p {
        font-size: 15px;
        margin: 0;
        padding-bottom: 15px;
    }

    .goldpadd {
        padding: 0;
    }

    .calmargin h2 {
        font-size: 22px;
    }

    .calwrapper {
        padding: 10px 0;
    }

    .careerwrapper .headingcareer h5 {
        font-size: 18px;
    }

    .calender {
        text-align: left;
    }

    .careerwrapper .card-body {
        padding: 15px 5px;
    }

    .careerwrapper p {
        font-size: 15px;
    }

    .career-btn {
        padding: 7px 15px;
    }

    .careerpadd {
        padding: 0;
    }


    .careerhead h5 {
        padding-bottom: 10px;
        font-size: 17px;
        margin: 0;
    }

    .careerhead h2 {
        font-size: 21px;
    }

    .careerwrapper {
        padding: 20px 0;
        margin-top: 0;
    }

    .goldrow {
        margin-bottom: 20px;
    }

    .goldschemesmargin h2 {
        font-size: 19px;
        padding-bottom: 10px;
    }

    .goldschemeswrapper {
        padding: 20px 0;
        padding-top: 0;
    }

    .heading h2 {
        font-size: 20px;
    }

    .goldloanhead p {
        text-align: justify;
        font-size: 15px;
    }

    .goldloanmargin h1 {
        font-size: 21px;
    }

    .goldloanwrapper {
        padding: 20px 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    .banner-form label {
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 13px;
    }

    .banner-form button {
        margin-top: 10px;
    }

    .phone-btn {
        display: block;
        position: fixed;
        left: 15px;
        bottom: 30px;
        z-index: 9;
    }

    .desk-top-btn {
        display: none;
    }

    .callright {
        display: unset;
        padding-right: 45px;
    }

    .equirybtn {
        padding-top: 5px;
    }

    .equirybtn .close {
        z-index: 9;
    }

    .banner-viewtop a {
        background-color: #2574b9;
    }

    .formbtm {
        margin-bottom: 10px;
    }

    .equirybtn .modal-content::before {
        left: 25%;
    }

    .equirybtn button {
        padding: 6px 15px;
        font-size: 11px;
    }

    .banner-padd h2 {
        font-size: 16px;
        padding-top: 0;
    }

    .back-videotwo {
        height: 50px;
    }

    .equirybtn .modal-content {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-left: 0px;
    }

    .equirybtn .modal {
        padding: 20px 20px;
    }

    .banner-form h4 {
        padding-top: 10px;
        font-size: 25px;
    }

    .back-video {
        height: 50px;
    }

    .not-phone {
        display: none;
    }

    .phone-img {
        display: block;
    }

    .banner-taxt-btn {
        display: block;
    }

    .banner-view {
        padding-bottom: 20px;
    }

    .contact-tilil {
        display: none;
    }

    .all-social {
        bottom: -10px;
        right: 20px;
    }

    .social-media {
        top: 10px;
        right: 20px;
    }

    .startbtn {
        padding-top: 5px;
    }

    .subScribeWrapper input {
        font-size: 14px;
        padding: 12px 15px;
    }

    .subScribeWrapperDiv {
        width: auto;
        font-size: 15px;
        padding: 0 20px;
    }

    .startbtn a {
        padding: 8px 20px;
        width: auto;
        font-size: 12px;
    }

    .startwrap {
        gap: 10px;
        margin-bottom: 5px;
        justify-content: left;
    }

    .chairmanright {
        padding: 15px 15px;
        box-shadow: 3px 3px 9px #a3a3a36b;
        background: #fff;
        margin: 20px 5px;
        border-radius: 30px;
    }

    .startwrap h6 {
        font-size: 16px;
        margin: 0;
    }

    .startwrap h3 {
        font-size: 17px;
        margin: 0;
    }

    .customnowraptop {
        display: none;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    .main-container {
        margin: 0 20px;
    }

    .desk-top-menu {
        padding: 5px 10px;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .navbar-brand {
        width: 170px;
        margin-right: 0;
    }

    .banner-viewtop a {
        padding: 7px 12px;
        font-size: 11px;
    }

    header {
        top: 10px;
    }

    .banner-text h1 {
        font-size: 25px;
    }

    .banner-img::before {

        top: 0;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .loanp {
        padding-right: 90px !important;
    }

    .banner-text {
        transform: translate(-50%, 0%);
    }

    .banner .owl-dots {
        right: 20px;
        transform: translate(-50%, 30%);
    }

    .loanwrapper {
        padding-bottom: 0;
    }

    .whowrapper {
        padding: 20px 0;
        padding-top: 0;
    }

    .sub-container {
        margin: 0 5%;
    }

    .col-order-01 {
        order: 2;
    }

    .col-order-01 {
        order: 1;
    }

    .loanhovers {
        height: auto;
        min-height: 260px;
        max-height: 260px;
    }

    .whoright {
        padding: 15px 15px;
        padding-bottom: 15px;
        box-shadow: 3px 3px 9px #7471717d;
        background: #fff;
        margin: 0px 0px 20px 0px;
        border-radius: 30px;
        padding-bottom: 25px;
        margin-top: 20px;
    }

    .newsbox {
        padding-top: 15px;
    }

    .loanwrapper {
        padding-top: 25px;
    }

    .read-more-btn {
        padding: 8px 25px;
        font-size: 12px;
    }

    .whoright h2 {
        font-size: 22px;
        padding-right: 0;
        padding-top: 0px;
        padding-bottom: 0;
    }

    .whoright p {
        padding-right: 0;
        margin-bottom: 5px;
    }

    .parabtn {
        margin-top: 15px;
    }

    .yearwrapper {
        padding: 20px 0;
    }


    .count-up {
        font-size: 30px;
    }

    .count-box h4 {
        font-size: 21px;
    }

    .happypadd {
        padding: 3px 10px;
    }

    .count-boxs h4 {
        font-size: 14px;
    }

    .testibox {
        padding: 0px 0;
    }

    .video-container {
        margin-left: 0;
    }

    .testibox button img {
        width: auto;
    }

    .playIcon {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 30px;
    }

    .watchspan {
        position: absolute;
        top: 40px;
        left: 130px;
    }

    .desktop {
        display: none;
    }

    .phone {
        display: block;
    }

    .videotext {
        bottom: 15px;
        left: 20px;
    }

    .testibox button {
        left: 5px;
        bottom: auto;
        top: 80px;
    }

    .videotext p {
        font-size: 17px;
        margin-bottom: 10px;
        padding-right: 15%;
        margin-bottom: 5px;
    }

    .videotext h6 {
        font-size: 20px;
    }

    .chairmanwrapper {
        padding: 20px 0;
    }

    .chairmanleft h6::after {
        width: 40px;
    }

    .chairmanleft h6 {
        padding-left: 50px;
    }

    .chairmanleft h2 {
        font-size: 22px;
    }

    .chairmanleft p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .wholeft {
        padding: 15px 15px;
        box-shadow: 3px 3px 9px #7471717d;
        background: #fff;
        margin: 0px 0px 0px 0px;
        border-radius: 30px;
    }

    .footeremailleft h6 {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .whymargin h3 {
        font-size: 22px;
        margin: 0;
        padding: 5px 0;
    }

    .whymargin {
        padding-bottom: 0;
    }

    .book-call {
        display: block;
    }

    header.smaller .head-menu {
        top: 15px;
        display: block;
        right: 20px;
    }

    .banner-viewtop {
        margin-right: 40px;
    }

    header.smaller .desk-top-menu {
        background: #Fff;
        width: 100%;
        margin: 0 auto;
        border-radius: 40px;
        box-shadow: 3px 3px 9px #0000006b;
        padding: 8px 10px;
    }

    header.smaller {
        top: 0px;
        position: fixed;
        width: 100%;
        z-index: 99;
        background: transparent;
        transition: 0.5s;
        border-bottom: none;
        padding: 10px 20px;
    }

    header {
        background: #12273F;
        position: relative;
        top: 0;
        padding: 15px 0;
    }

    .banner {
        padding: 0 15px;
        padding-bottom: 0px;
        background: #12273F;
        padding-bottom: 35px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .banner-img img {
        background: #12273F;
        border-radius: 40px;
    }

    .head-menu {
        top: 14px;
        display: block;
        right: 15px;
    }

    .trustbox {
        padding: 15px 15px;
        box-shadow: 3px 3px 9px #0000006b;
        background: #fff;
        margin: 20px 0;
        border-radius: 30px;
    }

    .whymargin h4 {
        font-size: 17px;
        margin-bottom: 0;
    }

    .loanformwrapper {
        padding: 20px 0;
    }

    .loanform h2 {
        font-size: 22px;
    }

    .loanform {
        padding: 20px 20px;
    }

    .copyfooter {
        text-align: left;
    }

    .footerlogoleft img {
        width: 200px;
    }

    .footerlogowrap {
        margin: 15px 0;
        padding: 20px 0;
    }


    .footerlogoright {
        text-align: left;
    }

    .social-link ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .social-link {
        padding-top: 15px;
    }

    footer {
        padding: 20px 0;
    }

    .startwrapper {
        padding: 20px 0;
        border-radius: 30px;
    }

    .contactwrapper {
        padding: 20px 0;
    }

    .contactright {
        border-bottom-right-radius: 30px;
        padding: 20px 20px 20px 20px;
    }

    .contactleft p {
        padding-right: 0;
    }

    .contactdetails {
        padding-top: 0;
    }

    .contactleft h2 {
        font-size: 22px;
        padding-right: 0;
    }

    .contactleft p {
        font-size: 15px;
    }

    .newswrapper {
        padding: 20px 0;
        padding-bottom: 40px;
    }

    .news-left-container .owl-carousel .owl-nav button.owl-prev::before {
        bottom: -30px;
    }

    .news-left-container .owl-carousel .owl-nav button.owl-next::after {
        bottom: -30px;
    }

    .news-left-container {
        margin-left: 10px;
    }

    .newshead h2 {
        font-size: 22px;
        padding-right: 0;
    }

    .newsbtn {
        text-align: left;
        padding-top: 5px;
    }

    .newswrap {
        padding: 15px 15px;
        box-shadow: 3px 3px 9px #a3a3a36b;
        background: #fff;
        margin: 20px 5px;
        border-radius: 30px;
    }

    .news-line {
        margin-left: 80px;
        margin-top: -15px;
    }

    .newsbtn a {
        padding: 9px 15px;
        font-size: 12px;
    }

    .loanmargin .owl-carousel .owl-nav button.owl-prev {

        display: none;
    }

    .loanmargin .owl-carousel .owl-nav button.owl-next {

        display: none;
    }

    .loanformpadd {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    header.smaller .navbar-brand {
        width: 130px;
    }

    .careerwrapper p {
        font-size: 14px;
    }

}



@media (max-width: 390px) {
    .navbar-brand {
        width: 130px;
    }

    .banner-viewtop a {
        padding: 7px 9px;
        font-size: 10px;
    }

    header.smaller .navbar-brand {
        width: 110px;
    }

    header.smaller .banner-viewtop a {
        padding: 7px 7px;
        font-size: 9px;
    }
}