@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap'); */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #c6186f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

/* .tab-content>.tab-pane {
    display: block !important;
} */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.btn-primary-flexi {
    color: #fff;
    background-color: #c6186f;
    border-color: #c6186f;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.logo-flexi {
    width: auto;
    height: 50px !important;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px !important;
    }
}

.boxshadow-flexi {
    -webkit-box-shadow: -1px 3px 11px -2px rgba(171, 171, 171, 1);
    -moz-box-shadow: -1px 3px 11px -2px rgba(171, 171, 171, 1);
    box-shadow: -1px 3px 11px -2px rgba(171, 171, 171, 1);
}

.section_banner {
    position: relative;
    cursor: pointer;
    width: 100% !important;
    height: 550px;
    background-image: url(../images/slider.png);
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.text-banner {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    color: #fff !important;
    font-weight: 500;
}

.sub-text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #fff !important;
    font-weight: 500;
}

.flexi-dropdown {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: rgb(0, 0, 0) !important;
    background-color: #fff !important;
    font-weight: 500;
}

.flexi-anwser {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff !important;
    background-color: #c6186f !important;
    font-weight: 500;
}

.icon-bar {
    position: fixed;
    top: 56%;
    border-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000 !important;
    right: 0% !important;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    z-index: 10 !important;
}

.facebook {
    background: #c6186f;
    border-top-left-radius: 8px;
    color: #fff !important;
}

.twitter {
    background: #c6186f;
    color: #fff !important;
}

.google {
    background: #c6186f;
    color: #fff !important;
}

.youtube {
    background: #c6186f;
    color: #fff !important;
}

.youtube2 {
    border-bottom-left-radius: 8px;
    background: #c6186f;
    color: #fff !important;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__seperator {
    margin: 0 2rem;
}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 45s linear infinite;
    animation: marquee 45s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    background-color: #dbdbdb;
    padding: 1rem 0;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.border-radius-8px {
    border-radius: 8px !important;
}

.owl-nav {
    display: none !important;
}

.flexi-border {
    border: 1px solid rgb(199, 199, 199);
}

.flexi-bg-section {
    background-color: rgb(224, 224, 224);
}

.loan-icons {
    border-radius: 10px;
}

.bg-loans {
    -webkit-box-shadow: -1px 3px 11px -2px rgba(171, 171, 171, 1);
    -moz-box-shadow: -1px 3px 11px -2px rgba(171, 171, 171, 1);
    box-shadow: -1px 3px 11px -2px rgba(171, 171, 171, 1);
    background-color: #fff;
    border-radius: 8px;
}

.bg-brocker {
    background-color: #c6186f;
    border-radius: 8px;
}

.loan-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgb(37, 37, 37) !important;
    font-weight: 600;
    margin-top: 8px;
    text-transform: uppercase;
}

.loan-text4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
    margin-top: 8px;
    text-transform: uppercase;
}

.small_b {
    color: #fff;
}

.brocker-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
    margin-top: 8px;
    text-transform: uppercase;
}

.text-black {
    color: #000 !important;
}

.broker-image {
    height: 60px;
    width: 60px;
}

.calculator-bg {
    background-color: #F2F2F2;
}

.text-box {
    -webkit-box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.75);
    background-color: #fff !important;
    border: 0px !important;
}

.price-text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: rgb(37, 158, 0) !important;
    font-weight: 500;
}

.calculator-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
}

.calculator-texthead {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
}

.calculator-nav {
    -webkit-box-shadow: -1px 3px 11px -2px rgba(171, 171, 171, 1);
    -moz-box-shadow: -1px 3px 11px -2px rgba(171, 171, 171, 1);
    box-shadow: -1px 3px 11px -2px rgba(171, 171, 171, 1);
    background-color: #fff;
    border-radius: 8px;
}

.calculator-navhead {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

@media(max-width:1024px) {
    .hidden-xs {
        display: none !important;
    }

    .text-banner {
        font-family: 'Poppins', sans-serif;
        font-size: 40px !important;
        color: #fff !important;
        font-weight: 500;
    }

    .sm-text-center {
        text-align: center !important;
    }
}

.section_more {
    background-image: url(../images/g1.png);
    /*padding: 100px;*/
}

.more-flexi {
    font-family: 'Poppins', sans-serif;
    font-size: 50px !important;
    color: #fff !important;
    font-weight: 500;
}

.morep-flexi {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 500;
}

.btn-primary-fleximore {
    color: #c6186f;
    background-color: #ffffff;
    border-color: #ffffff;
}

.indiansports-center-items-events {
    color: #000000;
    background: #fff;
    border: 1px solid #e4e3e4;
    z-index: 1;
    padding: 10px !important;
    border-radius: 8px;
}

.indian-sports-center-head {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-top: 5px !important;
}

.evets-font-16 {
    font-size: 14px !important;
    padding-top: 5px !important;
    font-family: 'Poppins', sans-serif;
}

.medic-footer .content-footer {
    background-color: #292929;
    color: #fff;
    padding: 46px 18px;
    margin-top: -20px;
}

.padd-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.line-bottom:after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.line-bottom:after {
    border: 1px solid #ffffff;
    margin-top: 10px;
}

.widget {
    margin-bottom: 20px !important;
}

ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
}

.widget.dark .list-border li {
    border-bottom: 1px dashed #ffffff;
}

.widget ul.list li,
.widget .post {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
}

.text-white {
    color: #fff !important;
}

.bg-black-222 {
    background-color: #c6186f;
}

.p-20 {
    padding: 20px !important;
}

.page-header8 {
    height: 380px !important;
    background-image: url(../images/loan/home.jpg);
    color: #fff !important;
    border-bottom: 1px #eee solid;
    margin-top: auto;
    padding-top: 15%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.page-car {
    height: 380px !important;
    background-image: url(../images/loan/car.jpg);
    color: #fff !important;
    border-bottom: 1px #eee solid;
    margin-top: auto;
    padding-top: 15%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.page-refinancing {
    height: 380px !important;
    background-image: url(../images/loan/Refinancing.jpg);
    color: #fff !important;
    border-bottom: 1px #eee solid;
    margin-top: auto;
    padding-top: 15%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.page-investment {
    height: 380px !important;
    background-image: url(../images/loan/investment.jpg);
    color: #fff !important;
    border-bottom: 1px #eee solid;
    margin-top: auto;
    padding-top: 15%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.page-sms {
    height: 380px !important;
    background-image: url(../images/loan/sms.jpg);
    color: #fff !important;
    border-bottom: 1px #eee solid;
    margin-top: auto;
    padding-top: 15%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.page-g {
    height: 380px !important;
    background-image: url(../images/loan/guranotor.jpg);
    color: #fff !important;
    border-bottom: 1px #eee solid;
    margin-top: auto;
    padding-top: 15%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.page-all {
    height: 380px !important;
    background-image: url(../images/loan/all.jpg);
    color: #fff !important;
    border-bottom: 1px #eee solid;
    margin-top: auto;
    padding-top: 15%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.femi_inner {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
    font-size: 26px !important;
    font-weight: 500;
}

.p-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
    text-align: justify;
}

.about-flexi {
    font-family: 'Poppins', sans-serif;
    font-size: 34px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
}

.logo {
    width: 250px;
}

.box_shadow_about {
    box-shadow: 0px 0px 10px #dfdfdf;
}

.margin_top_x {
    margin-top: 70px;
}

.header-one {
    background-color: #fff;
    height: 120px;
}

@media (max-width: 1024px) {
    .wow {
        visibility: visible !important;
    }

    .btn-primary-flexi2 {
        color: #fff;
        width: 100% !important;
        box-sizing: border-box;
        font-size: 16px !important;
        background-color: #c6186f;
        border-color: #c6186f;
    }
}

.btn-primary-flexi2 {
    color: #fff;
    width: 49%;
    box-sizing: border-box;
    font-size: 24px;
    background-color: #c6186f;
    border-color: #c6186f;
}

.btn-primary-flexi3 {
    color: #fff;
    width: 150px;
    font-size: 16px;
    background-color: #c6186f;
    border-color: #c6186f;
    margin-top: 50px;
}

.previous-lab {
    text-align: center;
    width: 100px;
    font-size: 16px;
    background-color: #c6186f;
    border-color: #c6186f;
    padding: 10px;
    color: #fff;
    list-style-type: none;
    float: left;
}

.previous-lab2 {
    text-align: center;
    width: 100px;
    font-size: 16px;
    background-color: #c6186f;
    border-color: #c6186f;
    padding: 10px;
    color: #fff;
    list-style-type: none;
    float: right;
}

.about-banner {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 3px;
}

.box {
    box-shadow: 0 25px 70px rgb(0 0 0 / 10%);
    background-image: linear-gradient(135deg, #ffffff 90%, #c6186f 10%);
    padding: 40px;
    border-radius: 5px;
    height: 320px;
}

.subhead-iwings3 {
    font-size: 48px !important;
    color: #000 !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.pcontact {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.infinity_sliderb {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #c6186f;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px !important;
}

.border-r2 {
    border-radius: 8px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: rgb(0, 0, 0);
    font-size: 18px !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

/* calculator styles */
.VisiCalcClass {
    background: url(/staticAssets/calculators/load.gif) 50% 15% no-repeat;
    background-size: 80px 80px;
    min-width: 750px;
    min-height: 800px;
    margin: 0;
    padding: 0;
}

#Loan_Repayment_Calculator {
    min-height: 750px !important;
}

#Borrowing_Power_Calculator {
    min-height: 750px !important;
}

#Budget_Planner {
    min-height: 2850px !important;
}

#Compound_Interest_Calculator {
    min-height: 850px !important;
}

#Credit_Card_Calculator {
    min-height: 900px !important;
}

#How_Long_to_Repay_Calculator {
    min-height: 750px !important;
}

#Interest_Only_Mortgage_Calculator {
    min-height: 750px !important;
}

#Saving_Calculator {
    min-height: 600px !important;
}

#Split_Loan_Calculator {
    min-height: 800px !important;
}

#Property_Selling_Cost_Calculator {
    min-height: 700px !important;
}

#Reverse_Mortgage_Calculator {
    min-height: 1100px !important;
}

#Stamp_Duty_Calculator {
    min-height: 800px !important;
}

#Income_Gross_Up_Calculator {
    min-height: 900px !important;
}

#Income_Gross_Up_Calculator {
    min-height: 900px !important;
}

#RentvsBuyCalculator {
    min-height: 1100px !important;
}

#Mortgage_Switching_Calculator {
    min-height: 1100px !important;
}

@media screen and (max-width: 767px) {
    .VisiCalcClass {
        min-width: 100%;
        min-height: 1250px;
        margin: 0;
        padding: 0;
    }

    #Loan_Repayment_Calculator {
        min-height: 1250px !important;
    }

    #Borrowing_Power_Calculator {
        min-height: 1800px !important;
    }

    #Budget_Planner {
        min-height: 5000px !important;
    }

    #Comparison_Rate_Calculator {
        min-height: 1450px !important;
    }

    #Compound_Interest_Calculator {
        min-height: 1200px !important;
    }

    #Credit_Card_Calculator {
        min-height: 1500px !important;
    }

    #Extra_Repayment_Calculator {
        min-height: 1450px !important;
    }

    #Home_Loan_Offset_Calculator {
        min-height: 1400px !important;
    }

    #How_Long_to_Repay_Calculator {
        min-height: 1250px !important;
    }

    #Interest_Only_Mortgage_Calculator {
        min-height: 1450px !important;
    }

    #Saving_Calculator {
        min-height: 1250px !important;
    }

    #Introductory_Rate_Loan_Calculator {
        min-height: 1400px !important;
    }

    #Lump_Sum_Repayment_Calculator {
        min-height: 1450px !important;
    }

    #Split_Loan_Calculator {
        min-height: 1550px !important;
    }

    #Loan_Comparison_Calculator {
        min-height: 1800px !important;
    }

    #Property_Buying_Cost_Calculator {
        min-height: 1850px !important;
    }

    #Property_Selling_Cost_Calculator {
        min-height: 1650px !important;
    }

    #Reverse_Mortgage_Calculator {
        min-height: 1900px !important;
    }

    #Stamp_Duty_Calculator {
        min-height: 1250px !important;
    }

    #Income_Gross_Up_Calculator {
        min-height: 1700px !important;
    }

    #Income_Gross_Up_Calculator {
        min-height: 1700px !important;
    }

    #RentvsBuyCalculator {
        min-height: 1900px !important;
    }

    #Mortgage_Switching_Calculator {
        min-height: 1900px !important;
    }
}

.brand {
    background-color: #fff;
    border-radius: 10px;
    z-index: 10;
    position: relative;
    width: 100px;
    box-shadow: 0px 0px 13px #0000001a;
}

.margin_right {
    margin-right: 120px;
}

.padding_top {
    padding-top: 70px;
}

.item_members {
    border-radius: 10px;
    height: 315px;
    padding: 15px;
    background-color: #c6186f;
}

.border_about {
    border: 2px solid #6e6e6e;
}

@media(max-width:1024px) {
    .margin_right {
        margin-right: 80px !important;
    }

    .btn-primary-flexi {
        color: #fff;
        background-color: #c6186f;
        border-color: #c6186f;
        font-family: 'Poppins', sans-serif;
        font-size: 16px !important;
        font-weight: 600;
    }

    .logo {
        width: 170px !important;
    }

    .header-one {
        background-color: #fff;
        height: 100px !important;
    }

    .global-menu__item {
        font-size: 14px !important;
        padding-left: 20px !important;
    }

    .marquee {
        background-color: #dbdbdb;
        padding: 1rem 0;
        color: #000000;
        font-family: 'Poppins', sans-serif;
        font-size: 16px !important;
        font-weight: 600;
    }

    .item_members {
        border-radius: 10px;
        height: 270px !important;
        padding: 2px;
        background-color: #ebebeb;
    }

    .marging_top {
        margin-top: 20px;
    }

    .section_more {
        background-image: url(../images/g1.png);
        height: auto !important;
    }

    .section_banner {
        position: relative;
        cursor: pointer;
        width: 100% !important;
        height: 550px;
        background-image: url(../images/slider_sm.png);
    }
}

.whtsapp-bar {
    display: none !important;
    position: fixed;
    top: 90%;
    border-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10 !important;
    right: 2% !important;
}

.whtsapp-bar img {
    width: 50px;
    height: 50px;
}

.heading {
    position: relative;
}

.testimonials {
    background-color: #fff;
    padding: 60px 0 20px;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.testimonials:before {
    content: "";
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.testimonials .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.testimonials .heading h2 span {
    color: #c6186f;
}

.testimonials p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    margin: 20px 0;
    padding: 0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px;
    border: 2px solid #c6186f;
    border-radius: 100%;
    padding: 5px;
    margin: 50px 0 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}

.testimonials .carousel-indicators .active {
    background-color: #c6186f;
}

.testimonials .control span {
    cursor: pointer;
}

.testimonials .icon {
    height: 40px;
    width: 40px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: #000;
}

.social-header>a {
    background: #c6186f none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-left: auto !important;
    margin-right: auto !important;
}

.alert-web {
    color: #ffffff;
    background-color: #c6186f;
    border: 2px solid #c6186f !important;
    font-weight: 600;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.web_design_h3 {
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.bg-lightgr {
    background-color: #f0f0f0;
}

.help-box {
    padding: 35px 15px 35px 15px;
}

.about_h3 {
    font-size: 24px;
    letter-spacing: 0;
    position: relative;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.margin_top {
    margin-top: 50px;
}

.background {
    padding: 0 25px 25px;
    position: relative;
    width: 100%;
}

.background::after {
    content: '';
    background: #60a9ff;
    background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
    background: -webkit-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
    background: linear-gradient(to bottom, #60a9ff 0%, #4394f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60a9ff', endColorstr='#4394f4', GradientType=0);
    height: 350px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (min-width: 900px) {
    .background {
        padding: 0 0 25px;
    }
}

.container_main {
    margin: 0 auto;
    padding: 50px 0 0;
    max-width: 960px;
    width: 100%;
}

.panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

@media (min-width: 900px) {
    .pricing-table {
        flex-direction: row;
    }
}

.pricing-table * {
    text-align: center;
    text-transform: uppercase;
}

.pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
}

.pricing-plan:last-child {
    border-bottom: none;
}

@media (min-width: 900px) {
    .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        flex-basis: 100%;
        padding: 25px 50px;
    }

    .pricing-plan:last-child {
        border-right: none;
    }
}

.pricing-img {
    margin-bottom: 25px;
    max-width: 30%;
}

.pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-features {
    color: #016FF9;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 50px 0 25px;
}

.pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
}

.pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
    color: #016FF9;
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.pricing-button {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #348EFE;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
    background-color: #e1f1ff;
}

.pricing-button.is-featured {
    background-color: #48aaff;
    color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
    background-color: #269aff;
}

.item_members2 {
    border-radius: 10px;
    height: 258px;
    padding: 27px;
    background-color: #ebebeb;
}

.item_chop {
    border-radius: 10px;
    /*height:530px;*/
    padding: 0px;
    background-color: #c6186f;
}

.item_chop h3 {
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.item_chop p {
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.item_chop img {
    border-radius: 10px;
}

.item_chop {
    box-shadow: 0px 0px 13px #d4d4d4;
}

.club {
    background-color: #fff;
    box-shadow: 0px 0px 13px #afafaf;
    padding: 10px;
    border-radius: 10px;
    height: 200px;
}

.club h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;
}

.club p {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.club a {
    color: #010a85;
    font-size: 16px;
    font-weight: 600;
}

a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

@media(max-width:1024px) {
    .page-all {
        height: 380px !important;
        background-image: url(../images/loan/all.jpg);
        color: #fff !important;
        border-bottom: 1px #eee solid;
        margin-top: auto;
        padding-top: 45% !important;
        text-align: center;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
}

.vision {
    border-radius: 10px;
    height: 200px;
    padding: 20px;
    background-color: #269aff;
}

.vision .more-flexi {
    color: #141414;
    padding: 10px;
    font-size: 28px !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.facility {
    border-radius: 10px;
    height: 300px;
    padding: 20px;
    background-color: #269aff;
}

.facility .more-flexi {
    color: #141414;
    padding: 10px;
    font-size: 28px !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.li_nav {
    /* color: #141414;
    padding: 5px 10px;
    font-size: 20px !important;
    font-weight: 600;
font-family: 'Poppins', sans-serif; */
    color: #141414;
    padding: 15px 20px;
    font-size: 20px !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #000;
    margin: 5px 5px 0px 0px;
}

.border_li {
    border: 1px solid #e1e1e1;
}

.more-flexi2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px !important;
    color: #000000 !important;
    font-weight: 500;
    padding-top: 20px;
}

.morep-flexi2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    color: #000000 !important;
    font-weight: 500;
}

.banarjiclub {
    font-family: 'Poppins', sans-serif;
    font-size: 60px !important;
    color: #000000 !important;
    font-weight: 500;
}

.border_m {
    border: 1px solid #000;
}

.card2 {
    flex-direction: row !important;
}

.card2 img {
    width: 25%;
}

.bac_m {
    background-color: #fbfbfb;
}

.m_2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    color: #000000 !important;
    font-weight: 600;
}

.m_3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
    color: #000000 !important;
    font-weight: 500;
}

.m_4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    color: #ffffff !important;
    font-weight: 600;
}

.text_pooja {
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 500;
}

.m_5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 500;
}

.border_blue {
    border: 5px solid #c6186f;
}

.bl_blue {
    background-color: #c6186f !important
}

.h_h {
    height: 60px;
}

.btn-primary {
    color: #fff;
    background-color: #c6186f !important;
    border-color: #c6186f !important;
}

@media(max-width:1024px) {
    .card2 img {
        width: auto !important;
    }
}

.head {
    font-family: 'Poppins', sans-serif;
    font-size: 28px !important;
    color: #000000 !important;
    font-weight: 600;
}

.image_doc {
    width: 40px;
}

.group {
    box-shadow: 0px 0px 13px #9b9b9b;
    padding: 50px 20px;
}

.group2 {
    box-shadow: 0px 0px 13px #9b9b9b;
    padding: 50px 20px;
    background-color: #007bff;
}

.group_icon {
    width: 60px;
}

.group_head {
    font-family: 'Poppins', sans-serif;
    font-size: 24px !important;
    color: #000000 !important;
    font-weight: 600;
    margin-top: 10px;
}

.group_head2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px !important;
    color: #ffffff !important;
    font-weight: 600;
    margin-top: 10px;
}

.ayur_box {
    background-color: #c6186f;
    padding: 20px;
    text-align: center;
    height: 319px;
    margin: 0px;
    padding-top: 100px;
}

.ayur_box2 {
    background-color: #ebe0e6;
    padding: 20px;
    text-align: center;
    height: 319px;
    padding-top: 100px;
}

.ayur_box2 img {
    width: 60px;
}

.sliderhead-bull {
    font-size: 45px !important;
    color: #000000 !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

#form_button {
    background: #c6186f;
    border: solid 2px #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ayur_box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

.ayur_box2 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

.ad_main {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    justify-items: center;
}

.ad_main h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.ad_main p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.ad_main small {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.ad_2 {
    padding-left: 10px;
}

.ad_left {
    margin-top: 20px;
}

.ad_left h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.ad_left p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

.item2 {
    background-color: #FAF1F1;
}

.padding_main_p5 {
    padding: 20px;
}

.sliderhead-about {
    font-size: 45px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.p_black {
    color: #000;
}

.padding_section4 {
    padding-bottom: 100px;
    margin-top: 100px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #c6186f;
}

.badge-primary {
    color: #fff;
    background-color: #c6186f !important;
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.list-group-item {
    color: #161616;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}