@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: #00296f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .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: #00296f;
    border-color: #00296f;
}
.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/family_au.jpeg);
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 100%;
}
.text-banner{
    font-family: 'Rajdhani', sans-serif;
    font-size: 50px;
    color: #fff !important;
    font-weight: 500;
}
.sub-text{
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    color: #fff !important;
    font-weight: 500;
}
.flexi-dropdown{
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: rgb(0, 0, 0) !important;
    background-color: #fff !important;
    font-weight: 500;
}
.flexi-anwser{
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: #fff!important;
    background-color: #00296f !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: #00296F;
    border-top-left-radius: 8px;
    color: #fff !important;
}
.twitter {
    background: #00296F;
    color: #fff !important;
}
.google {
    background: #00296F;
    color: #fff !important;
}
.youtube {
    background: #00296F;
    color: #fff !important;
}
.youtube2 {
    border-bottom-left-radius: 8px;
    background: #00296F;
    color: #fff !important;
}
.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{
    width: 55px !important;
    height: 60px !important;
    margin-left: auto;
    margin-right: auto;
}
.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: #00296F;
    border-radius: 8px;
}
.loan-text{
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
    margin-top: 8px;
    text-transform: uppercase;
}
.brocker-text{
    font-family: 'Rajdhani', 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: 'Rajdhani', sans-serif;
    font-size: 24px;
    color: rgb(37, 158, 0) !important;
    font-weight: 500;
}
.calculator-text{
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
}
.calculator-texthead{
    font-family: 'Rajdhani', 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: 'Rajdhani', 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: 'Rajdhani', 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);
    height: 400px;
}
.more-flexi {
    font-family: 'Rajdhani', sans-serif;
    font-size: 50px !important;
    color: #fff !important;
    font-weight: 500;
}
.morep-flexi {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 500;
}
.btn-primary-fleximore {
    color: #00296f;
    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: 'Rajdhani', sans-serif;
    padding-top: 5px !important;
}
.evets-font-16 {
    font-size: 14px !important;
    padding-top: 5px !important;
    font-family: 'Rajdhani', 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: 'Rajdhani', sans-serif;
}
.text-white {
    color: #fff!important;
}
.bg-black-222 {
    background-color: #00296f;
}
.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: 'Rajdhani', sans-serif;
    letter-spacing: 0.05em;
    font-size: 26px !important;
    font-weight: 500;
}
.p-text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
}
.about-flexi {
    font-family: 'Rajdhani', sans-serif;
    font-size: 50px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
}
.logo {
    width: 160px;
}
.header-one {
    background-color: #fff;
    height: 80px;
    -webkit-box-shadow: 0px 0px 16px 3px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 16px 3px rgba(204,204,204,1);
    box-shadow: 0px 0px 16px 3px rgb(204 204 204);
}
@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: #00296f;
    border-color: #00296f;
}
}

.btn-primary-flexi2 {
    color: #fff;
    width: 49%;
    box-sizing: border-box;
    font-size: 24px;
    background-color: #00296f;
    border-color: #00296f;
}
.btn-primary-flexi3 {
    color: #fff;
    width:150px;
    font-size: 16px;
    background-color: #00296f;
    border-color: #00296f;
    margin-top: 50px;
}
.previous-lab{
    text-align: center;
    width: 100px;
    font-size: 16px;
    background-color: #00296f;
    border-color: #00296f;
    padding: 10px;
    color: #fff;
    list-style-type: none;
    float: left;
}
.previous-lab2{
    text-align: center;
    width: 100px;
    font-size: 16px;
    background-color: #00296f;
    border-color: #00296f;
    padding: 10px;
    color: #fff;
    list-style-type: none;
    float: right;
}
.about-banner{
    font-family: 'Rajdhani', 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%,#0c0483 10%);
    padding: 40px;
    border-radius: 5px;
    height: 320px;
}
.subhead-iwings3 {
    font-size: 48px !important;
    color: #000 !important;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
    text-align: left;
}
.pcontact {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.infinity_sliderb {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #0c0483;
    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: 'Rajdhani', sans-serif;
    text-align: left;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 30% !important;
    margin: 1.75rem auto;
}
}
.btn:hover {
    color: #ffffff !important;
    text-decoration: none;
}
.main_number{
      font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background-color:#00296f;
    padding:5px 20px;
    border-radius: 8px;
}

@media(min-width:1024px){
    .hidden-lg{
     display:none !important;   
    }
    }
    .whtsapp-bar img {
    width: 50px;
    height: 50px;
}
.whtsapp-bar {
    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;
}