.headerall_bg {
    background: linear-gradient(161deg, #151150, #151150,#3e39ad,#17153a); 
}
.headerall_bg .top_bg {
    padding: 15px 0px; 
    background: #151150;
}
.headerall_bg  .video_bg video {
    mix-blend-mode: unset;
} 
.headerall_head{
    position: relative;
    padding: 100px 0px;
}
.headerall_head .headerall_head_left{
    
}
.headerall_head .headerall_head_left h2{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-size: 55px;
    font-weight: bolder;
   
    line-height: 55px;
}
.headerall_head .headerall_head_left h2 span{
    color: #ee4036; 
}
.headerall_head .headerall_head_left h4{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 25px 0px 30px 0px;
    font-size: 17px;
    font-weight: 300;
    margin: 0px;
    line-height: 26px;
   
}
.headerall_head .headerall_head_img{
      text-align: center;
} 
.headerall_head .headerall_head_img img{
     max-width: 400px;
}

/*==========  team_bg CSS START  ========== */ 

.team_bg {  
    padding: 50px 0px;
    background: url(../images/affi_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.team_bg ul{  
    
}
.team_bg ul li{  
    
}
.team_bg ul li .team1{  
    cursor: pointer;
    transform-style: preserve-3d;
    position: relative;
    transition: all 1.5s ease-out;
    max-width: 350px;
    margin: 0px auto;
    min-height: 415px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background-image: linear-gradient( 112.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%, rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%, rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%, rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%, rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%, rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%, rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100% ), linear-gradient( 157.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%, rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%, rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%, rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%, rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%, rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%, rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100% ), linear-gradient( 135deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%, rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%, rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%, rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%, rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%, rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%, rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100% ), linear-gradient(90deg, rgb(195, 195, 195), rgb(228, 228, 228));
    background-blend-mode: overlay, overlay, overlay, normal;
    border-radius: 20px;
}
.team_bg ul li .team1::before{
    position: absolute;
    content: '+';
    color: #fff;
    right: 20px;
    font-size: 20px;
    font-weight: bolder;
    top: 10px;
    background: #262261;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.team_bg ul li .team1:hover::before{
    display:none;
}


.team_bg ul li .team1:hover {
  transform: rotateY(180deg);
}
.team_bg ul li .team1 .team_front{  
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}
.team_bg ul li .team1 .team_front img{  
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translateZ(30vmin);
    border: 1vmin solid #ee4036;
    padding: 2px;
    margin: 0px 0px 10px;
}
.team_bg ul li .team1  h3{  
    font-family: 'FK Grotesk';
    color: #2d286f;
    padding: 0px 0px 0px;
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
   
    transform: translateZ(30vmin);
}
.team_bg ul li .team1  h4{
    font-size: 17px;
    color: #ee4036;
    font-weight: 700;
    padding: 5px 0px 10px;
    margin: 0px;
    transform: translateZ(30vmin);
    font-family: 'FK Grotesk';
}
.team_bg ul li .team1 .team_front p{  
    color: #000000;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 23px;
    transform: translateZ(30vmin);
    font-family: 'FK Grotesk';
}

.team_bg ul li .team1 .team_back{  
    position: absolute;
    width: 100%;
    height: 50%; 
    transform-style: preserve-3d;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0;
    opacity: 0;
}
.team_bg ul li .team1:hover .team_back{
    opacity: 1;
}
.team_bg ul li .team1 .team_back h3,.team_bg ul li .team1  .team_back h4{
   transform: rotateY(-180deg) translateZ(10vmin); 
}
.team_bg ul li .team1 .team_back  a{  
    color: #262261;
    padding: 1px 8px;
    background: #fff;
    font-size: 22px;
    border-radius: 5px;
    margin: 5px 10px;
    transform: rotateY(-180deg) translateZ(10vmin);
}
.team_bg ul li .team1 .team_back a:hover{
    background: #ee4036;
    color: #fff;
}

/*==========  company_bg CSS START  ========== */ 

.company_bg{ 
    position: relative;
    background: #f4f4f7;
    padding: 50px 0px 50px;
}
.company_bg section{
    
} 
.company_bg ul{
      margin: 0px 0px 20px;
}
.company_bg ul li {
 
}
.company_bg ul li img{
     max-width: 100%;
}
 

/*==========  about_foot_bg CSS START  ========== */ 

.about_foot_bg{
    background: #ffffff;
}
.about_foot_bg .container-fluid{
    margin: auto;
    padding: 0px;
    overflow: hidden;
}
.about_foot_bg .col-lg-6{
    padding: 0px;
}
.about_foot_bg .about_foot_text{
    color: #262261;
    padding: 50px;
    height: 100%;
}
.about_foot_bg .about_foot_text2{
    background: #f4f4f7;  
}
.about_foot_bg .about_foot_text h3{
    font-family: 'FK Grotesk'; 
    padding: 0px 0px 30px;
    margin: 0px;
    font-size: 35px;
    font-weight: bolder;
    line-height: 54px;
}
.about_foot_bg .about_foot_text a{
    
}

.about_foot_bg  .about_foot_img{
    
}
.about_foot_bg  .about_foot_img img{
    max-height: 350px;
    width: 100%;
}

/*==========  sec_faq1_bg CSS START  ========== */ 

.sec_faq1_bg{
    padding: 50px 0px;
    background: #f4f4f7;   
}
.sec_faq1_bg .sec_faq1_left{
    
}
.sec_faq1_bg .sec_faq1_left h3{
    font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    font-weight: bolder;
}
.sec_faq1_bg .sec_faq1_left h3 span{
    color: #262261;
    display: block;
}
.sec_faq1_bg .sec_faq1_right{
    
}
.sec_faq1_bg .sec_faq1_right .faq{
    position: relative;
    margin: 10px 0px;
}
.sec_faq1_bg .sec_faq1_right .faq .faq_ques{
    font-family: 'FK Grotesk';
    color: #151150;
    padding: 10px 10px 10px 10px;
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
   
    border-top: 1px solid #a7a7a7;
    cursor: pointer;
}
.sec_faq1_bg .sec_faq1_right .faq .faq_ques::before{
    position: absolute;
    content: "+";
    right: 10px;
    font-size: 30px;
    top: 0px;
}
.sec_faq1_bg .sec_faq1_right .faq .faq_ques.active::before{
    display: none; 
}
.sec_faq1_bg .sec_faq1_right .faq .faq_ques.active b{
    color: #ee4036;
}
.sec_faq1_bg .sec_faq1_right .faq .faq_ans{
    font-family: 'FK Grotesk';
    color: #767676;
    padding: 0px 0px 20px 30px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 28px;
    display: none;
}
.sec_faq1_bg .sec_faq1_right .faq .faq_ans::before{
    position: absolute;
    content: "X";
    right: 10px;
    top: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #000;
}

/*==========  sec_faq2_bg CSS START  ========== */ 
.sec_faq2_bg{
    padding: 50px 0px;
    background: #fff;
}

/*==========  sec_step_bg CSS START  ========== */ 

.sec_step_bg{
     background: #151150;
    padding: 50px 0px;
}

.sec_step_bg .sec_step1_text{
    padding: 50px;
}
.sec_step_bg .sec_step1_text h3{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 0px 0px 10px;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
   
}
.sec_step_bg .sec_step1_text h4{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 27px;
}
.sec_step_bg  .sec_step1_img{
    text-align: center;
}
.sec_step_bg  .sec_step1_img img{
    
}
/*==========  sec_footer_bg CSS START  ========== */ 

.sec_vulner__bg{
    background-image: url(../images/pay_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-color: #fff;
    text-align: center;
    padding: 50px 0px;
}
.sec_vulner__bg h3{
    font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px;
    margin: 0px auto 25px;
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
}
.sec_vulner__bg h3 span{
     color: #262261;
}
.sec_vulner__bg h4{
    font-family: 'FK Grotesk';
    color: #000000;
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
    margin: auto;
   
    max-width: 650px;
    line-height: 30px;
}


/*==========  sec_footer_bg CSS START  ========== */ 

.sec_footer_bg{
    background: url(../images/privacy_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sec_footer_bg .col-lg-6 {
    padding: 0px; 
}

.sec_footer_bg .sec_footer_img img {

}
.sec_footer_bg .sec_footer_text {
    color: #262261;
    padding: 50px;
    height: 100%;
}
.sec_footer_bg .sec_footer_text h3 {
    font-family: 'FK Grotesk';
    padding: 0px 0px 30px;
    margin: 0px;
    font-size: 35px;
    font-weight: bolder;
    line-height: 54px;
    color: #fff;
}
.sec_footer_bg .sec_footer_text h4{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 0px;
    font-size: 17px;
    margin: 0px;
    line-height: 32px;
}

/*==========  partner_why_bg CSS START  ========== */ 

.partner_why_bg{
    padding: 50px 0px;
    background-color: #fff;
    background-image: url(../images/about_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.partner_why_bg .head{
    
}
.partner_why_bg .head h4{
    font-family: 'FK Grotesk';
    color: #000000;
    padding: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.partner_why_bg .partner_why1{
    position: relative;
    cursor: pointer;
    text-align: center;
    max-width: 300px;
    margin: 10px auto;
}
.partner_why_bg .partner_why1 .partner_why1_front{
    position: relative;
    padding: 0px;
    height: 100%;
    border-radius: 8px;
    transition: all .4s ease-out;
    width: 100%;
    padding: 10px;
}
.partner_why_bg .partner_why1:hover .partner_why1_front {
    transform: rotateY(180deg);
}

.partner_why_bg .partner_why1 .partner_why1_front h3{
    font-family: 'FK Grotesk';
    color: #fff;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 20px 15px;
   
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
} 

.partner_why_bg .partner_why1 .partner_why1_front img{
    width: 270px;
    height: 360px;
}
.partner_why_bg .partner_why1 .partner_why1_back{
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    background: #151150;
    border-radius: 8px;
    transition: all .4s ease-out;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    padding: 20px 30px;
    max-width: 290px;
    margin: auto;
}
.partner_why_bg .partner_why1:hover .partner_why1_back {
    transform: rotateY(0);
}

.partner_why_bg .partner_why1 .partner_why1_back h4{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 30px;
}

/*==========  partner_earn_bg CSS START  ========== */ 

.partner_earn_bg{
        background-image: url(../images/body_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #262261;
    padding: 50px 0px;
}
.partner_earn_bg .head h3 span{
    color: #fff;
}
.partner_earn_bg .head h4{
    color: #e7e7e7;
}

.partner_earn_bg .partner_earn1{
    background: #2e2971;
    max-width: 550px;
    margin: 20px auto 0px;
    padding: 20px;
    border-radius: 15px;
    min-height: 240px;
    position: relative;
}
.partner_earn_bg .partner_earn1 .dot { 
    position: absolute;
    right: 15px;
    top: 15px;
    filter:unset;
}
.partner_earn_bg .partner_earn1 img{
    filter: invert(1) brightness(2);
    max-width: 70px;
}
.partner_earn_bg .partner_earn1 h3{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
   
}
.partner_earn_bg .partner_earn1 h4{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 0px;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
    line-height: 23px;
}



/*==========  partner_footer_bg CSS START  ========== */ 
.partner_footer_bg{
    background-image: url(../images/pay_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-color: #fff;
    text-align: center;
    padding: 100px 0px;  
}
 

/*==========  insur_top CSS START  ========== */ 
.insur_top{
 
}
.insur_top h6{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 0px;
    font-size: 15px;
    font-weight: 300;
    margin: 5px;
    display: inline-block;
}
.insur_top h6 i{
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 2px;
}


/*==========  insur_benefit_bg CSS START  ========== */ 

.insur_benefit_bg{
    background-image: url(../images/about_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 50px 0px;
}
 .insur_benefit_bg .insur_benefit1_img{
    text-align: center;
}
 .insur_benefit_bg .insur_benefit1_img img{
    max-width: 370px;
    border-radius: 10px;
}
 .insur_benefit_bg .insur_benefit1_text{
   padding: 30px 0px; 
}
 .insur_benefit_bg .insur_benefit1_text h2{
     font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px;
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
      
}
 .insur_benefit_bg .insur_benefit1_text h3{
        font-family: 'FK Grotesk';
    color: #151150;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
   
}
.insur_benefit_bg .insur_benefit1_text h4{
     font-family: 'FK Grotesk';
    color: #9d9d9d;
    padding: 0px 0px 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 30px;
      
}


/*==========  insur_certificate_bg CSS START  ========== */ 

.insur_certificate_bg{
    background-image: url(../images/body_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #262261;
    padding: 50px 0px;
    text-align: center;
}
.insur_certificate_bg .head h3 span{
    color:#fff;
}
.insur_certificate_bg .insur_certificate_left{
    
}
.insur_certificate_bg .insur_certificate_left img{
    max-width: 300px;
        filter: invert(1) brightness(1) hue-rotate(535deg);
    animation-name: umberla;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes umberla{
0% {
    transform: rotate(-10deg);
}

50% {
    transform: rotate(10deg);
}
100% {
    transform: rotate(-10deg);
}
}

.insur_certificate_bg .insur_certificate_right{
    
}
.insur_certificate_bg .insur_certificate_right img{
    max-width: 250px;
    border: 6px solid #a5a1e0;
    border-radius: 2px;
}
.insur_certificate_bg .insur_certificate_right img:hover{
    box-shadow: 0px 0px 10px 0px #000000 inset;
    opacity: 0.7;
}
.insur_certificate_bg .insur_certificate_right h4{
    font-family: 'FK Grotesk';
    color: #bcbcbd;
    padding: 10px;
    margin: 20px auto 0px;
    font-size: 20px;
    font-weight: 500;
   
    border-bottom: 1px dashed #8d8d8d;
    border-top: 1px dashed #8d8d8d;
    max-width: 400px;
}
.insur_certificate_bg .insur_certificate_right h4 a{
    color: #ee4036;
}
.insur_certificate_bg .insur_certificate_right h4 a:hover{
    color: #fff;
}

/*==========  insur_footer_bg CSS START  ========== */

.insur_footer_bg{
    background-image: url(../images/pay_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-color: #fff;
    padding: 100px 0px;
    position: relative;
}
.insur_footer_bg .insur_footer_img{
    
}
.insur_footer_bg .insur_footer_img img{
    max-width: 300px;
    position: absolute;
    top: -10%;
    right: 0;
    left: -40%;
}
.insur_footer_bg .insur_footer_text{
    
}
.insur_footer_bg .insur_footer_text h3{
       font-family: 'FK Grotesk';
    padding: 0px 0px 0px;
    margin: 0px;
    font-size: 35px;
    font-weight: bolder;
    line-height: 54px;
    color: #151150; 
}
.insur_footer_bg .insur_footer_text h4{
  font-family: 'FK Grotesk';
    color: #9d9d9d;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 30px;
     
} 


/*==========  invest_bg CSS START  ========== */


/*==========  form_left CSS START  ========== */

.form_left{
    
}
.form_left ul{ 
}
.form_left ul li{
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 10px 5px;
}
.form_left ul li .form_left1{
    background: repeating-linear-gradient(140deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);
    max-width: 300px;
    margin: 0px auto 0px;
    padding: 15px 2px;
    border-radius: 15px;
    text-align: center;
    background-image: url(../images/feature3_bg.png);
    background-color: #151150;
    box-shadow: 0px 0px 3px #000;
}
.form_left ul li .form_left1 h3{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 3px 0px;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
   
}
.form_left ul li .form_left1 i{
    font-size: 55px;
    background: linear-gradient(-7deg, #000000, #ee4036);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form_left ul li .form_left1 h4,.form_left ul li .form_left1 a{
    font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
    line-height: 23px;
}
.form_left ul li .form_left1 a:hover{
    color: #fff;
}

 .form_bg{  
    margin: auto;
    max-width: 550px;
    background: #2e2a72;
   
    border-radius: 20px;
    box-shadow: 0px 0px 7px #0f0d36;
}

 /*==========  signup  CSS START  ========== */
.signup_link{
    
} 
.signup_link li{
    width: unset !important;
} 
 .signup_link li:hover .form_left1{
    background: unset !important;
    box-shadow: 0px 60px 0px #151150 inset; 
 }
.signup_link li .form_left1 a{
    padding: 10px 20px !important;
    
} 



.signup_form{
    max-width: 100%;
} 

.signup_tab{
    background: #23205b;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 2px solid #ee4036;
}
.signup_tab:hover{
    border-bottom: 2px solid #000;
}
.signup_tab button{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px;
    display: inline-block;
   
    transition: 1s;
    border-radius: 0;
    border: none;
    background: transparent;
    text-align: center;
    position: relative;
    width: 50%;
     border-radius: 20px 20px 0px 0px !IMPORTANT; 
}
.signup_tab button.active{
    background: #ee4036 !IMPORTANT; 
}
.signup_tab button:hover{
    box-shadow: 0px 60px 0px #000000 inset;
    color: #fff; 
}
.signup_form .tab-content .tab-pane {
    padding: 20px;
}
.signup_form  .form_block {
    margin: 25px auto 0px; 
    width: 100%;
}



 /*==========  form_head CSS START  ========== */
    
.form_head{  
 
}
 .form_head h3{  
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    background: #23205b;
    border-radius: 20px 20px 0px 0px;
} 
 .form_head h3 span{
    color: #ee4036;
}

 .form_agree{
    text-align: center;
    padding: 30px 0px 0px;
    font-family: 'FK Grotesk';
    color: #fff;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
   
}
 .form_agree a{
    color: #ee4036;
    font-weight: 600;
}
 .form_agree a:hover{
    color: #fff;  
}


 
 /*==========  form_footer CSS START  ========== */
 
 .form_footer{
    background: #23205b;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
}
 .form_footer li{
    display: inline-block;
}
 .form_footer li:nth-child(2){
    float: right;
}
 .form_footer a{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
   
}
 .form_footer a:hover{
    color: #ee4036;
}

/*==========  form_block CSS START  ========== */

.form_block{ 
    margin: 35px auto 15px;
    position: relative;
    width: 90%;
}
.form_block input{ 
    font-family: 'FK Grotesk';
    width: 100%;
    outline: none;
    border: none;
    padding: 15px 40px 15px 60px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 55px;
    background-image: repeating-linear-gradient(140deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);
}
.form_block input::placeholder{
    color:#adaaaa;
}
.form_block  img{
    position: absolute;
    max-width: 43px;
    left: 5px;
    top: 5px;
    border-radius: 4px;
    filter: invert(1) brightness(1) hue-rotate(45deg);
    mix-blend-mode: luminosity;
    background: #acb0ca;
    padding: 5px;
}
.form_block input:focus ~ img{
      filter: unset;
}
.form_block .line{ 
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0;
    cursor: url(../images/hand.html), auto;
    margin: auto;
}
.form_block  input:focus {
    background-image: repeating-linear-gradient(0deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);
}
 .form_block  .line:after{
    content: "";
    height: 2px;
    width: 0;
    top: 54px;
    position: absolute;
    transition: 1s;
    left: 0px;
    border-bottom: 2px solid #4e4b86;
}
.form_block  input:focus ~ .line:after {
    width: 100%;
} 

.form_block textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 15px 40px 15px 60px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    background-image: repeating-linear-gradient(0deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);
    min-height: 150px;
    font-family: 'FK Grotesk';
}  

.submit_btn{
    text-align: center;
    padding: 20px 0px 20px;
}
.submit_btn .sbmt{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 14px 25px;
    margin: auto;
    font-size: 15px;
    font-weight: 100;
   
    background: #ee4036;
    border-radius: 5px;
    border: none;
    display: inline-block;
    min-width: 200px;
    max-width: 200px;
    margin: 5px auto;
}
.submit_btn .sbmt:hover{
    transition: 1s;
    background: repeating-linear-gradient(140deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);
    filter: drop-shadow(0px 0px 2px #fff);
}

.error{
    margin: 0px auto 10px;
    font-family: 'FK Grotesk';
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    background: repeating-linear-gradient(140deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);
    background-position: center;
    background-size: 100% 101%;
    background-repeat: no-repeat;
    padding: 10px 40px;
    text-align: center;
    border-radius: 50px;
    max-width: 700px;
}


/*==========  faq_bg CSS START  ========== */
.faq_bg{
   padding: 50px 0px;
    background: url(../images/affi_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.faq_bg .nav{
    display: block;
    text-align: center;
}
.faq_bg .nav button{
   font-family: 'FK Grotesk';
    color: #1a1844;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 10px auto;
    display: block;
   
    transition: 1s;
    border-radius: 5px;
    border-bottom: none;
    background: transparent;
    text-align: center;
    border: 1px solid #ee4036;
    min-width: 180px; 
}
.faq_bg .nav button.active{
    background: #ee4036;
    transition: 1s;
}
.faq_bg .nav button:hover{
    box-shadow: 0px 0px 0px 80px #1b1948 inset;
    color: #fff;
    border: 1px solid #1b1948;
    transition: 1s;
}
.faq_bg .faq {
    position: relative;
    margin: 10px 0px;
}
.faq_bg .faq .faq_ques {
    font-family: 'FK Grotesk';
    color: #1c1a49;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
   
    border-top: 1px solid #a7a7a7;
    cursor: pointer;
}
.faq_bg .faq .faq_ques::before {
    position: absolute;
    content: "+";
    right: 10px;
    font-size: 30px;
    top: 0px;
}
.faq_bg .faq .faq_ans {
    font-family: 'FK Grotesk';
    color: #767676;
    padding: 0px 0px 20px 30px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 28px;
    display: none;
}
.faq_bg .faq .faq_ans::before {
    position: absolute;
    content: "X";
    right: 10px;
    top: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    background: #fff;
    padding: 4px;
}

/*==========  rules_bg CSS START  ========== */

.rules_bg{
    padding: 50px 0px;
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 26px;
}

/*==========  after_reg CSS START  ========== */
.after_reg{
    padding: 20px; 
}
.after_reg p{
    font-family: 'FK Grotesk';
    color: #d1d1d1;
    padding: 0px;
    font-size: 15px;
    font-weight: 100;
    margin: 0px;
}
.after_reg h6{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 0px;
    font-size: 15px;
    font-weight: 100;
    margin: 20px 0px;
}
.after_reg h6 b{
      color: #ee4036;
    font-weight: 600;
    font-size: 17px;  
}


/*==========  login_redirect CSS START  ========== */
.login_redirect{
    text-align: center;
    padding: 50px 0px;
    max-width: 100%;
    overflow: hidden;
}
.login_redirect img{
    opacity: 0.4;
    mix-blend-mode: soft-light;
    animation-name: rotate;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.login_redirect h3{
    font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px;
    font-size: 40px;
    font-weight: bolder;
   
    position: absolute;
    max-width: 550px;
    margin: auto;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
}
.login_redirect a{
    color: #fff;
}
.login_redirect a:hover{
    color: #ee4036;
}



@media only screen and (max-width: 991px) {
.headerall_head {
    padding: 50px 0px;
}
.about_foot_bg {
    text-align: center;
}  
.about_foot_bg .about_foot_img img {
    display: none;
}
.headerall_head .headerall_head_img img {
    display: none;
}
.sec_faq1_bg .sec_faq1_left {
    text-align: center;
}
.sec_faq1_bg .sec_faq1_left h3 span {
    display: inline-block;
}
.sec_step_bg .sec_step1_text {
    padding: 30px 0px;
}
.sec_footer_bg {
    text-align: center;
}
.sec_footer_bg .sec_footer_img img {
    display: none;
}
.partner_footer_bg {
    padding: 50px 0px;
}
.insur_benefit_bg {
    text-align: center;
    padding: 30px 0px 0px;
}
.insur_benefit_bg .insur_benefit1_text {
    padding: 20px 0px;
}
.insur_benefit_bg .insur_benefit1_img img,.insur_certificate_bg .insur_certificate_left img{
    display: none;
}
.insur_footer_bg {
    padding: 0px 0px 30px;
    text-align: center;
}
.insur_footer_bg .insur_footer_img img {
    display: none;
}
.form_footer {
    text-align: left;
}
.rules_bg { 
    text-align: center;
}
}


@media only screen and (max-width: 769px) {
.sec_step_bg .sec_step1_img img {
    display: none;
}
.sec_step_bg {
    padding: 15px 0px;
    text-align: center;
}
}


@media only screen and (max-width: 575px) {
.headerall_head .headerall_head_left h2 {
    font-size: 35px;
}
.form_left ul li {
    width: 100%;
}
}











