.header-bottom .btn1 {
    background: #fff;
    color: #5d008f;
}
.btnoutlinebg {
    color: #fff;
    border: #fff 1px solid;
}

.bg{
    background-image: url("../img/instant-settlement/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 704px;
}
.bg-c{
    background: #F5F5F5;
}
.header{
    background: #5d008f;
}
.logo-white{
    display: inherit;
}
.logo-color{
    display: none;
}
.nav-menu > li > a{
    color: #fff;
}
.nav-menu > .active > a, .nav-menu > .focus > a, .nav-menu > li:hover > a {
    color: #fff;
}
.nav-submenu::before {
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0px 2px 5px rgb(93 0 143 / 49%);
}
.cus-nav-li span{
    background: #fff;
    color: #5d008f;
}
.nav-toggle:before{
    background-color: #fff;
    box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}
.content h1{
    color: #fff;
}
.content span{
    color: #FBC42D;
}
.content-p{
    color: rgba(255, 255, 255, 0.6);
}

.bottomofwidelayer {
    margin-top: 170px;
    padding-bottom: 80px;
}

.w-btn{
    float: right;
    margin-right: 30px;
}
.w-btn a{
    background: #FBC42D;
    border-radius: 10px;
    padding: 15px 5px 13px 0px;
}
.w-btn span{
    background: #5D008F;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #F5F5F5;
    padding: 12px 36px;
}
.ff-title h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 39px;
    text-align: center;
    color: #171B2F;
    padding-bottom: 15px;
}
.ff-title b {
    background: #e9f4f9;
}
.rb{
    margin-top: 30px;
    border-left: 10px solid #FBC42D;
    padding-left: 20px;
}
.rb p {
    margin-bottom: 10px;
}

.lrs-pad{
    padding-top: 50px;
}
.sec-ct-padding{
    padding-top: 100px;
    padding-bottom: 50px;
}
.bg1{
    background: #5D008F;
}
.bg-black{
    background-image: url("../img/instant-settlement/bg-black.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -80px;
}
.s3c{
    display: flex;
}
.s3c h2{
    color: #FFFFFF;
}
.s3-content img{margin-bottom: 20px}
.s3c img{
    margin-top: -85px;
    margin-right: 15px;
}
.s3-content{
    padding: 20px;
}
.s3-content h3 {
    color: #FFFFFF;
    margin-bottom: 15px;
}
.s3-content p{

    color: rgba(255, 255, 255, 0.6);
}
.tc h2 {
    color: #fff;
}
.tc span{
    color: #FBC42D;
}
.tc-input input{
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    line-height: 21px;
    color: rgba(23, 27, 47, 0.6);
    border: 0;
    padding: 10px;
    outline: 0;
}
.tc-btn{
    margin-top: 10px;
}
.tc-btn a{
    background: #FBC42D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    outline: 0;
}

.innerreview .carousel-inner p {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    font-weight: 300;
}

/*  Testimonial Css  */
.qute h2{
  margin-top: 20px;
}
.item .content{
    background: #F5F5F5;
    border-radius: 10px;
    padding: 40px;
}
.item .content h3{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #171B2F;
}
.item .content h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #5d008f;
    margin-bottom: 10px;
    padding-top: 15px;
}
.item .content span {
    font-size: 15px;
    color: rgba(23, 27, 47, 0.6);
}
.controls .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 50%;
    padding: 10px 13px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.controls .bi{
    color: #8158E8;
    font-weight: 900;
}
.fw900{
    font-weight: 900!important;
}
.controls{
    margin-top: 40px;
}
.controls .left{
    margin-right: 20px;
}


/*  Media Query  */



@media (max-width: 574px){
    .nav-menu > li > a {
        color: #2A262C;
    }
    .cus-nav-li span {
        background: unset;
        color: #2A262C;
    }
    .nav-dropdown .nav {
        padding: 10px;
        height: 200px;
    }
    .nav-menu > .active > a, .nav-menu > .focus > a, .nav-menu > li:hover > a{
        color: #2A262C!important;
    }
    .cus-nav-li span:hover  {
        background: unset;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
    .plan {
        margin-bottom: 200px;
    }
    .ex-lr-margin {
        margin-left: 15px;
        margin-right: 15px;
    }
    .why-us{
        display: block;
    }
    .w-btn{
        text-align: center;
        float: unset;
        margin-right: unset;
        margin-top: 40px;
    }
    .bg-black{
        background: #1c1d1f;
    }

    .tc-btn {
        margin-top: 30px;
        text-align: center;
    }
    .mpt30p{
        padding-top: 30%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .w-btn{
        text-align: center;
        float: unset;
        margin-right: unset;
        margin-top: 40px;
    }
    .bg-black{
        background: #1c1d1f;
    }

    .s3c {
        display: block;
    }
    .s3-content {
         padding: 0px;
         margin-top: 30px;
    }
    .tc-btn {
        margin-top: 30px;
        text-align: center;
    }
    .tc-input{
        text-align: center;
    }
    .tc-input input{
        width: 75%;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .why-us{
        display: flex;
    }
    .tc-btn {
        margin-top: 0px;
    }
}


@media only screen and (max-width: 992px){
  .rb {  border-left: 4px solid #FBC42D;}
}
