a, a:active, a:focus, a:active {
    text-decoration:none !important 
}
a:focus {
    outline:0px solid 
}
img {
    max-width:100% 
}
.fix:after{
    content:"";
    display:table;
    clear:both;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    margin:0 0 15px;
}
::placeholder {
    opacity: 1;
}
::-webkit-input-placeholder{
    opacity: 1;
}
:-ms-input-placeholder{
    opacity: 1;
}
::-ms-input-placeholder{
    opacity: 1;
}
ul {
    margin:0;
    padding:0;
    list-style:none 
}
body{
    margin:0;
    padding:0;
    position:relative;
    font-family: 'Inter', sans-serif;
}
.container {
    max-width: 1300px;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.mobile-block{
    display: none;
}
header.header-area {
    padding: 15px 0;
    box-shadow: 0px 1px 4px 0px #00000040;
    margin-bottom: 4px;
}
.menu-link a{
    color: #007EC7!important;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #007EC7;
    padding: 5px 30px!important;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}
.banner-overlay{
    background: linear-gradient(282.83deg, rgba(21, 27, 166, 0.6) 30.73%, rgba(16, 19, 98, 0) 68.13%);
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
}
.banner-area{
    background-color: #007EC7;
    color: #fff;
    font-size: 25px;
    background-image: url(../images/banner-shap.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.banner-area h2{
    font-size: 38px;
    font-weight: 600;
}
.banner-area p{
    font-weight: 500;
}
.banner-area a{
    box-shadow: 0px 2px 4px 0px #00000040;
    color: #007EC7;
    background: #F9CB07;
    font-weight: 600;
    display: inline-block;
    max-width: 420px;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.banner-area .row{
    min-height: 420px;
}
.banner-right-image{
    position: absolute;
    right: -55px;
    top: 0px;
    z-index: 99;
    max-width: 63%;
    height: 100%;
}
.services-area {
    background-color: #F4F4F4;
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 12px;
    color: #000000;
}
.single-service-area{
    border: 1px solid #00000080;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.single-service-area a{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.single-service-area:hover, .single-service-area.active{
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    color: #ffffff;
}
.single-service-area:hover img, .single-service-area.active img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.single-service-area h5{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.single-service-area p{
    margin-bottom: 0px;
}
.icon-height {
    min-height: 25px;
}
.benefit-area{
    font-size: 15px;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 15px;
}
.single-benefit-area h3{
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    font-size: 25px;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}
.single-benefit-area {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.links-area{
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    color: #ffffff;
    padding: 10px 0;
    position: relative;
}
.links-area::before{
    content: "";
    position: absolute;
    left: 4%;
    top: 0px;
    background-image: url(../images/small-logo.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 100%;
    background-position: left center;
}
.links-area h4{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
}
.links-area a{
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 2px 4px 0px #00000040;
    padding: 2px 40px;
    border-radius: 10px;
}
.links-area a:hover{
    background-color: #fff;
    color: #007EC7;
}
h3.heading{
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.review-area h4{
    color: #282828;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.review-area {
    background-color: #F4F4F4;
    padding-top: 75px;
    padding-bottom: 20px;
}
.review-area .carousel-inner{
    box-shadow: 0px 0px 10px 0px #00000040;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 40px;
}
.review-slider .carousel-indicators{
    position: inherit;
    margin-top: 15px;
    margin-bottom: 0px;
}
.review-slider .carousel-indicators [data-bs-target] {
    box-shadow: 0px 0px 4px 0px #00000040;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0px;
    background: #F4F4F4;
}
.review-slider .carousel-indicators .active[data-bs-target] {
    background-color: #007EC7;
}
.review-slider h5{
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
}
.review-slider h5::before{
    content: "";
    background-image: url(../images/icon9.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.review-slider p{
    color: #282828;
    font-size: 18px;
    font-weight: 500;
}
.review-slider .carousel-control-prev{
    position: relative;
    width: auto;
    float: left;
    opacity: 1;
    z-index: 99;
}
.review-slider .carousel-control-next{
    width: auto;
    float: right;
    opacity: 1;
    position: relative;
    z-index: 99;
}
.review-slider .slider-buttons{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
}
.guarantee-area {
    background-color: #F6F6F6;
    color: #282828;
    font-size: 25px;
    font-weight: 500;
    position: relative;
}
.guarantee-area h3{
    margin-bottom: 30px;
}
.guarantee-area a{
    box-shadow: 0px 2px 4px 0px #00000040;
    color: #282828;
    background: #F9CB07;
    font-weight: 600;
    display: inline-block;
    max-width: 420px;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 40px;
}
.gurantee-photo {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 60%;
}
.guarantee-area .row{
    min-height: 520px;
    align-items: end;
}
.faq-area {
    padding-top: 40px;
    padding-bottom: 30px;
    color: #282828;
    background-color: #F6F6F6;
}
.faq-overlay{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
}
.my-faq-area .accordion-item{
    background-color: transparent!important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #000000;
    border-radius: 0px;
    margin-bottom: 15px;
}
.my-faq-area .accordion-item button{
    background-color: transparent!important;
    padding-left: 0px;
    padding-right: 0px;
    color: #282828;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 0px 0px transparent!important;
}
.my-faq-area .accordion-button:not(.collapsed){
    box-shadow: 0px 0px 0px 0px transparent;
}
.my-faq-area p{
    margin-bottom: 0px;
    font-size: 18px;
}
footer{
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    color: #fff;
    font-size: 18px;
}
.footer-top-area{
    padding: 30px 10px;
}
.footer-bottom-area{
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 40%);
    padding: 15px 0;
    font-size: 16px;
    font-weight: 300;
}
.footer-top-area ul{
    list-style: disc;
}
.footer-top-area ul li{
    margin-bottom: 10px;
}
.footer-top-area ul li:last-child{
    margin-bottom: 0px;
}
.social-links-area a{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.loan-area {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #F4F4F4;
}
.loan-form-area h5{
   font-size: 20px;
   font-weight: 600;
   background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 8px;
}
.loan-form-area p{
    font-size: 18px;
    font-weight: 600;
}
.range-max-min {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.form-submit-button p{
    margin-bottom: 0px;
    font-size: 10px;
}
.form-submit-button{
    margin-top: 15px;
}
.form-submit-button button{
    background: #F9CB07;
    box-shadow: 0px 2px 4px 0px #00000040;
    font-size: 25px;
    font-weight: 600;
    max-width: 420px;
    height: 50px;
    width: 100%;
    border: 0px;
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.form-select-option select{
    background-color: transparent;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    border: 1px solid #0A37AA;
    max-width: 210px;
}
.rang-area {
    margin: 30px 0;
}
.form-select-option {
    color: #282828;
    font-weight: 600;
}
a.back-link-area{
    position: absolute;
    top:-10px;
    left: 0px;
    cursor: pointer;
}
.card-select-option {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.single-card-option label{
    border: 2px solid #007EC7;
    width: 110px;
    height: 52px;
    border-radius: 5px;
    display: block;
    line-height: 44px;
    background-color: #fff;
    cursor: pointer;
}
.single-card-option label:hover{
    background-color: #007EC7;
}
.single-card-option label:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.single-card-option input:checked + label{
    background-color: #007EC7;
}
.single-card-option input:checked + label img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.loan-links-area a{
    border: 2px solid #254EB7;
    display: inline-block;
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    border-radius: 12px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    max-width: 650px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    min-height: 80px;
    padding: 10px 20px;
    line-height: 55px;
    font-size: 20px;
    font-weight: 600;
}
.loan-links-area {
    text-align: center;
}
.loan-links-area a strong{
    display: inline-block;
    min-width: 65px;
    text-align: center;
    margin-right: 15px;
}
.loan-links-area span{
    position: absolute;
    right: 0px;
    top:0px;
    height: 100%;
    width: 190px;
    background-color: #254EB7;
    -webkit-text-fill-color: #fff;
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
}
.loan-links-area a:before{
    content: "";
    position: absolute;
    right: 30px;
    top:0px;
    background-image: url(../images/icon22.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 100%;
    z-index: 9;
    background-position: center;
}
.load-cal-area {
    background-color: #F4F4F4;
}
.cal-area {
    box-shadow: 0px 0px 4px 0px #00000040;
    background-color: #fff;
    padding: 50px 100px;
}
.cal-top-part p{
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 600;
}
.single-option-area {
    margin-bottom: 15px;
}
.single-option-area label{
    font-weight: 500;
    color: #343434;
    margin-bottom: 5px;
}
.single-option-area select{
    border: 1px solid #343434;
    background-color: #FAFAFA;
    height: 50px;
    cursor: pointer;
}
.cal-top-part h3{
    font-size: 35px;
}
.single-option-area input[type='text'], .single-option-area input[type='tel']{
    border: 1px solid #343434;
    background-color: #FAFAFA;
    height: 50px;
}
.loan-type-select {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
}
.single-loan-type {
    width: 22%;
}
.loan-type-select span{
    display: inline-block;
    width: 100%;
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 500;
}
.loan-type-select strong{
    border: 2px solid #3159BD;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}
.loan-type-select input:checked + label strong{
    background-color: #3159BD;
}
.loan-type-select input:checked + label strong img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.single-loan-type label{
    cursor: pointer;
}
.score-area{
    background-color: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #3E3E3E;
    font-weight: 600;
}
.score-block {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.score-block h3{
    font-size: 36px;
}
a.link{
    background-color: #F9CB07;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    max-width: 340px;
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    color: #007EC7;
}
.main-menu-area li a{
    font-size: 18px;
    color: #282828!important;
    padding: 0px!important;
    margin-left: 15px;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}
.main-menu-area li a:hover{
    border-color: #4769BF;
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-menu-area li a.active{
    border-color: #4769BF;
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.custom-toggler-icon{
    background-image: url(../images/icon28.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-size: contain;
}
.collapsed .custom-toggler-icon{
    background-image: url(../images/icon27.png);
}
button.navbar-toggler:focus{
    outline: 0px!important;
    box-shadow:0px 0px 0px 0px transparent;
}
.min-hight-80{
    min-height: 80vh;
}
.my-profile-area{
    background-color: #F4F4F4;
}
.profile-block-area {
    box-shadow: 0px 0px 4px 0px #00000040;
    background-color: #fff;
    padding: 50px 20px;
}
.profile-heading h3{
    font-size: 36px;
}
.profile-heading p{
    font-size: 20px;
    color: #3E3E3E;
    font-weight: 600;
}
.profile-heading{
    border-bottom: 1px solid #00000033;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.profile-photo{
    margin-bottom: 25px;
    color: #3E3E3E;
    font-size: 20px;
}
.profile-photo p strong{
    font-size: 24px;
}
.submit-buttons {
    margin-top: 60px;
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.submit-buttons button{
    display: inline-block;
    width: 100%;
    background-color: transparent;
    font-size: 25px;
    font-weight: 600;
    border: 1px solid #282828;
    color: #282828;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 30px;
    cursor: pointer;
}
.submit-buttons button.update{
    background: #F9CB07;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-color: #F9CB07;
}

.submit-buttons p{
    cursor: pointer;
    color: red;
}
.name-email-area label{
    color: #282828;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}
.name-email-area select, .name-email-area input[type="text"], .name-email-area input[type="tel"], .name-email-area input[type="email"], .name-email-area input[type="password"], .name-email-area input[type="date"]{
    box-shadow: 0px 0px 4px 0px #00000040;
    height: 50px;
}
.profile-body-area h4{
    font-size: 26px;
    font-weight: 600;
    color: #3E3E3E;
    margin-top: 15px;
}
.single-tab-ele {
    border: 1px dashed #0A37AA;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
}
.min-text-content {
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: 60px;
}
.tab-blocks-area {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.single-tab-ele span{
    color: #282828;
    border: 1.46px solid #282828;
    border-radius: 7px;
    padding: 4px 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.single-tab-ele a{
    color: #282828;
    padding: 4px 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
p.tab-heading-text{
    font-size: 20px;
    font-weight: 600;
}
.profile-block-area ul li button{
   font-size: 36px;
   font-weight: 600;
   border-bottom: 2px solid transparent!important;
   color: #3E3E3E;
   margin-left: 50px;
   margin-right: 50px;
   cursor: pointer;
}
.profile-block-area ul li button.active{
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #0A37AA!important 
}
.ticket-area {
    background-color: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ticket-area h3{
    font-size: 36px;
}
.single-ticket-area {
    box-shadow: 0px 0px 4px 0px #00000040;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #000;
}
.ticket-top-area{
    padding: 10px;
    min-height: 130px;
}
.ticket-bottom-area {
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 0px 0px 20px 20px;
    color: #282828;
    font-weight: 100;
}
.bg-green{
    background-color: #C3FFC2;
}
.bg-red{
    background-color: red;
    color: #FFFFFF;
}
.bg-blue{
    background-color: #007EC7;
    color: #FFFFFF;
}
.ticket-top-area h4{
    font-size: 30px;
    color: #282828;
    font-weight: 400;
    margin-bottom: 15px;
}
.ticket-top-area h3{
    font-size: 20px;
    color: #282828;
    margin-bottom: 3px;
}
.ticket-top-area p{
    color: #3E3E3E;
    margin: 0px;
    font-weight: 500;
}
.single-my-ticket {
    margin-top: 20px;
    border: 1px solid #8D8D8D;
    padding: 15px;
    color: #282828;
    font-size: 20px;
}
.single-my-ticket-bottom ul{
    list-style: inside;
}
.single-my-ticket-bottom {
    border-top: 1px solid #000000;
    padding-top: 10px;
}
.single-my-ticket-top{
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}
.single-my-ticket-top-info{
    display: flex; 
    align-items: center; 
}
.single-my-ticket-top-info img{
    width: 100px; 
    height: 65px;
}
.single-my-ticket-top-info div{
    padding-left: 15px;
}
.single-my-ticket-top-button{
    width: 25%;
    margin-left: auto;
}
.single-my-ticket-top h4{
    font-size: 20px;
    color: #282828;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
}
.single-my-ticket-top span{
    font-weight: 600;
}
.single-my-ticket-top p{
    font-size: 18px;
    color: #282828;
    font-weight: 400;
    margin: 0px 0px 5px;
    text-align: left;
}
.single-my-ticket-top button{
    box-shadow: 0px 2px 4px 0px #00000040;
    color: #282828;
    background: #F9CB07;
    font-weight: 600;
    display: inline-block;
    max-width: 420px;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    border: 0px;
}
.lock-ticket{
    box-shadow: 0px 0px 4px 0px #00000040;
    background-color: #E6E6E6;
    padding-bottom: 5px;
}
.single-my-ticket-top a{
    font-size: 25px;
    font-weight: 600;
    text-decoration: underline!important;
    color: #282828;
}
.custom-popup .modal-content{
    background: linear-gradient(180deg, #4166C5 0%, #0A37AA 100%);
    padding-top: 80px;
    padding-bottom: 100px;
}
.custom-popup{
    max-width: 640px;
}
.custom-popup-80{
    max-width: 80vw;
}
.custom-popup-80 .modal-content{
    padding-top: 80px;
    padding-bottom: 100px;
}
.custom-popup button{
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}
/* .custom-popup-80 button{
    width: 100%;
    background-color: transparent;
    cursor: pointer;
} */
.custom-popup button{
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}
.login-modal-body {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}
.close-button{
    position: absolute;
    top: -55px;
    right: 20px;
    max-width: 48px;
    max-height: 48px;
}
.login-modal-body h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
}
button.google-button, button.apple-button{
    box-shadow: 1px 1px 2px 0px #8E6657;
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    height: 55px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    padding: 0px 15px;
}
.or {
    margin-bottom: 30px;
    position: relative;
}
.or::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 60%;
    background-color: #ffffff;
    height: 1px;
    width: 35%;
}
.or::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 60%;
    background-color: #ffffff;
    height: 1px;
    width: 35%;
}
button.yallow-button{
    background-color: #F9CB07;
    box-shadow: 0px 2px 4px 0px #00000040;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    width: 100%;
    border: 0px;
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #007EC7;
    max-width: 340px;
}
.forgot-link a{
    color: #ffffff;
    text-decoration: underline!important;
}
.input-block {
    margin-bottom: 35px;
}
.input-block input, .input-block select{
    height: 50px;
}
.input-block label{
    margin-bottom: 5px;
    font-weight: 500;
}
.forgot-pass-link{
    font-size: 13px;
    text-decoration: underline!important;
    margin-top: 5px;
}
.req-form h3{
    font-size: 32px;
}
.stap-area span{
    width: 70px;
    height: 17px;
    border-radius: 20px;
    border: 3px solid #F9CB07;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.stap-area span.active{
    background-color: #F9CB07;
}
.stap-area {
    margin-top: -25px;
    margin-bottom: 20px;
    margin-left: -20%;
    margin-right: -20%;
}
.margin-left-right{
    margin-left: -20%;
    margin-right: -20%;
}
.max-w-580 {
    max-width: 580px;
}
.sponsor-logos-area img{
    margin-bottom: 20px;
}
.reg-checkbox-area{
    font-size: 14px;
    font-weight: 500;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.reg-checkbox-area input{
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #fff;
    vertical-align: sub;
    margin-right: 3px;
}
button.yallow-border{
    color: #F9CB07;
    border: 2px solid #F9CB07;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    border-radius: 10px;
    margin-top: 15px;
}
.forgot-check-option label{
    font-weight: 700;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}
.forgot-check-option label::before{
    content: "";
    position: absolute;
    right: 0px;
    width: 28px;
    height: 28px;
    background-color: #474747;
    border-radius: 50%;
    border: 4px solid #474747;
    top: 10px;
}
.forgot-check-option input:checked + label::before{
    background-color: #F9CB07;
}
 
#cardTabBody, #investTabBody, #guaranteeBody/* , #mailLogin*/, #stepOne, #stepTwo, #stepThree, #stepFour, #stepFive, #forgetPassSetpOne, #forgetPassStepTwo, #forgetPassStepThree, #forgetPassStepFour{
    display: none;
}

.login-forgot-pass #forgetPassSetpOne{
    display: block;
}

/* CSS */

.pointer{
    cursor: pointer;
}

.empty-state{
    text-align: center;
}

.empty-state p{
    font-size: 18px;
    color: #282828!important;
    padding: 0px!important;
    margin-left: 15px;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}

.caixa-dupla{
    display: grid;
    margin-bottom: 2rem;
    grid-template-columns: 50% 50%;
    gap: 27px;
}

.caixa-dupla div{
    width: 90%;
    margin-bottom: 1rem;
}

.invalid-text{
    font-size: 14px;
    color: #ff0000;
}

.btn-blue{
    background: #4166C5;
    box-shadow: 0px 2px 4px 0px #00000040;
    color: #fff;
    margin-inline: 10px !important;
}
.btn-blue:hover{
    background: #4166C5;
    box-shadow: 0px 2px 4px 0px #00000040;
    color: #fff;
}

.btn-outline-blue{
    border-color: #4166C5;
    box-shadow: 0px 2px 4px 0px #00000040;
}