@charset "utf-8";
/* CSS Document input
    font-family: 'FK Grotesk';  
*/ 

 
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #ee4036;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 10px;
    background: #fff;
}
 
@font-face {
    font-family: 'FK Grotesk';
    src: url('../fonts/FKGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/FKGrotesk-Bold.html') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Grotesk';
    src: url('../fonts/FKGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/FKGrotesk-Regular.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{ 
    background-color: #262261 !important; 
    font-family: 'FK Grotesk' !important;
    color: #ee4036 !important;   
}

body a{
	text-decoration:none;
    cursor: pointer; 
}
body a:hover{
	text-decoration:none;
    
}
body ul{
	padding:0px;
	margin:0px;
    list-style-type: none;
}
body li{
    list-style-type: none;
}
.img-fluid{
    margin: auto !important;
}
 
@keyframes zizo{
    0% {
        background-size: 100% 100%;
    }
    
    100% {
        background-size: 110% 110%;
    }
}
 
	/*==========  banner_bg CSS START  ========== */
.banner_bg{
    background: #262261; 
}  

.banner_bg  .video_bg {
    position: absolute;
    overflow: hidden;
    width: 100%;
}
.banner_bg  .video_bg video {
    width: 100%;
    position: relative;
    object-fit: cover;
    height: 785px;
    mix-blend-mode: overlay;
}


/*==========  top_bg CSS START  ========== */
.top_bg{
    padding: 15px 0px 0px;
    position: relative; 
} 
.top_bg img{
    max-width: 200px;
    width:95px;
}
.top_bg .logo:hover img{ 
    animation-name: hvr-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
} 
.top_bg .top_right{
    position: relative;
    text-align: right;
}
.top_bg .top_right li {
    display: inline-block; 
    vertical-align: middle;
}
.top_bg .top_right li a{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 8px 20px;
    margin: 5px 0px 5px 10px;
    font-size: 16px;
    font-weight: 100;
    text-transform: capitalize;
}

.top_bg .top_right li .hvr-sweep-to-right{
    background: #ee4036;
    border-radius: 5px;
}
.top_bg .top_right .side_bar_btn{
    background: transparent;
    color: #fff;
    border: none;
    font-size: 30px;
    margin: 5px 0px 0px 20px;
    transition: 1s;
}
.top_bg .top_right .side_bar_btn:hover{
    color: #ee4036;
    filter: drop-shadow(0px 0px 6px #000);
    transform: scale(1.1);
    transition: 1s;
}
.top_bg .top_right .side_bar{

}
.top_bg .top_right .side_bar img{
    max-width: 200px !important;
}

.top_bg .top_right .side_bar .btn-close{
    filter: invert(1);
    opacity: 1;
}
.top_bg .top_right .side_bar .offcanvas{
    background: #23205b;
}
.top_bg .top_right .side_bar .offcanvas.show{
    background: #23205b;
    color: #fff;
    width: 600px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/footer_bg.png);
    text-align: left;
}

.top_bg .top_right .side_bar .offcanvas-body{

}
.top_bg .top_right .side_bar .offcanvas-body li{
    display: block;
}
.top_bg .top_right .side_bar .offcanvas-body li a{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 10px 20px;
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    transition: 1s;    
    max-width: 180px;
}
.top_bg .top_right .side_bar .offcanvas-body li a:hover{
    transition: 1s;
    box-shadow: 0px 0px 0px 40px #ee4036 inset;
    border-radius: 5px;
}


/*==========  banner_bg CSS START  ========== */
  

 .banner{
    padding: 50px 0px;
    position: relative;
    z-index: 1;
 }


.banner .banner_text{ 
    padding: 80px 0px 0px;
}
.banner .banner_text h3{ 
    font-family: 'FK Grotesk';  
    color: #fff000;
    padding: 0px 0px 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
}
.banner .banner_text h2{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-size: 55px;
    font-weight: bolder;
}
 .banner .banner_text h2 span{ 
    color: #ee4036;
    display: block;
 }
.banner .banner_text h4{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 25px 0px 30px 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 23px;
}
 
.banner .banner_text .banner_btn{ 
    padding: 0px 0px 10px;
}
 

/*==========  banner_calculator CSS START  ========== */

.banner  .banner_cal{
    background: #2e2a72;
    text-transform: capitalize;
    border-radius: 20px;
    box-shadow: 0px 0px 7px #0f0d36;
    max-width: 450px;
    margin: 10px auto;
    padding: 0px 0px 30px;
}
.banner  .banner_cal h3{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    background: #23205b;
    border-radius: 20px 20px 0px 0px;
}
.banner  .banner_cal h3 span img{
    width: 33px;
    float: right;
}
.banner  .banner_cal .plan_details{
    padding: 30px 30px;
    min-height: 155px;
}
.banner  .banner_cal .plan_details h2{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 20px 0px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
    display: inline-block;
}
.banner  .banner_cal .plan_details h2 span{
    display: block;
    color: #EE4039;
    font-size: 40px;
    font-weight: 900;
    padding: 5px 0px 0px 0px;
}
.banner  .banner_cal .plan_details img{
    float: right;
    max-width: 140px;
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin: -15px 0px 0px;
}
@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.banner  .banner_cal .cal_details{
    vertical-align: top;
    margin: 20px;
    border-top: 2px solid #4f4c89;
    border-bottom: 2px solid #4f4c89;
    padding: 20px 10px;
        display: flex;
}
.banner  .banner_cal .cal_details li{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 100;
    margin: 0px;
    display: inline-block;
    width: 50%;
}
.banner  .banner_cal .cal_details li:nth-child(2){
    text-align: right;
    border-left: 2px solid #4f4c89;
}
.banner  .banner_cal .cal_details li span{
    display: block;
    font-size: 23px;
    font-weight: 800;
    padding: 4px 0px 0px 0px;
} 
.banner  .banner_cal a{
    font-family: 'FK Grotesk';
    color: #23205b;
    padding: 12px 25px;
    margin: 20px 30px 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    background: #ffffff;
    border-radius: 5px;
    display: block;
    text-align: center;
    transition: 1s;
}
.banner .banner_cal a:hover{
    transition: 1s;
    box-shadow: 0px 70px 0px #ee4036 inset;
    color: #fff;
}
.range{
    padding: 0px 30px;
    font-family: 'FK Grotesk';
    color: #ffffff;
    margin: 0px;
    font-weight: bolder;
  }  
.range .calc-amount__btn:hover {
  border-color: #04C0FC; 
} 
.range .calc-amount__slider { 
 
 }
 .range .calc-amount__slider li{
    display: inline-block;
    width: 32%;
 }
 .range .calc-amount__slider li:nth-child(3), .range .calc-amount__slider li:nth-child(6){
    text-align: right;
 }
 .range .calc-amount__slider li:nth-child(5), .range .calc-amount__slider li:nth-child(6){
    width: 49%;
 }

 .range .calc-amount__slider li:nth-child(4){
    width: 100%;
 }
 .range .calc-amount__slider li p {
    font-weight: 900;
    font-size: 18px;
    color: #fff; 
    margin: 0px;
    padding: 0px;
 }
 .range .calc-amount__slider li  input{
    background: transparent;
    border: none;
    color: #ee4036;
    text-align: center;
    width: 105px;
    font-weight: 900;
    font-size: 14px;
    outline: none;
 }
 .range .calc-amount__slider li h6{
    padding: 0px;
    margin: 0px;
    font-size: 13px;
 }
 
 .range .ui-slider {
    width: 100%;
    margin: 0px;
    height: 10px;
    outline: none;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background-color: #262261;
}
.range  .ui-slider-range {
    background-color: #ee4036;
    border-radius: 10px;
 }

 .range  .ui-slider-handle {
    width: 18px;
    height: 18px;
    background: #ffffff;
    opacity: 1;
    display: block;
    position: relative;
    top: -14px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0px 0px 0px -7px;
    outline: none;
 }
 .range .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
  }
        
.range .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.range  .ui-slider .ui-slider-range {
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
 

/*==========  cal_tab CSS START  ========== */
     
.cal_tab{
    display: block !IMPORTANT;
    text-align: center;
    border-bottom: 2px solid #8b8b8b59;
    width: fit-content;
    margin: auto;
}
 .cal_tab button{
    font-family: 'FK Grotesk';
    color: #f3f3f3 !important;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 100;
    margin: 0px 0px;
    display: inline-block;
    text-transform: capitalize;
    transition: 1s;
    border-radius: 0px !IMPORTANT;
    position: relative;
    border: none;
}
.cal_tab button.active{
    background: transparent !important; 
}
.cal_tab button.active::after{
    content: "";
    position: absolute;
    border-bottom: 2px solid #ee4036;
    width: 100%;
    left: 0;
    bottom: -2px;
}

.cal_tab button:hover{
    transition: 1s;
    box-shadow: 0px 50px 0px #fff inset;
    color: #2e2a72 !IMPORTANT; 
    
}


	/*==========  head CSS START  ========== */
.head{

}
.head h3{
    font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px;
    margin: 0px auto 30px;
    font-size: 40px;
    font-weight: bolder;
    max-width: 700px;
    text-align: center;
}
.head h3 span{
    color: #262261;
}
.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;  
}
   	/*==========  pay_bg CSS START  ========== */ 
.pay_bg{
    background-image: url(../images/pay_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80% 70%;
    background-color: #fff;
    text-align: center;
    padding: 50px 0px;

}
.pay_bg ul{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 250px;
}
.pay_bg ul li{
    display: inline-block;
    margin: 5px 10px;
    position: absolute;
    left: 0;
    right: 0;
    transition: 1s;
}
.pay_bg:hover ul li{
    transform: translate3d(10px, 10px, 10px);
}
.pay_bg ul li:nth-child(odd){
    animation-name: pay_odd;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@keyframes pay_odd{
    0% {
        transform: translate3d(10px, 10px, 10px); 
    }
    
   50% {
        transform: translate3d(0px, 0px, 0px); 
    }
    100% {
        transform: translate3d(10px, 10px, 10px); 
    }
}
.pay_bg ul li:nth-child(even){
    animation-name: pay_even;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@keyframes pay_even{
    0% {
        transform: translate3d(-10px, -10px, -10px); 
    }
    
   50% {
        transform: translate3d(0px, 0px, 0px); 
    }
    100% {
        transform: translate3d(-10px, -10px, -10px); 
    }
}

.pay_bg ul li:nth-child(1){
    left: 0;
    right: unset;
    top: 80px;
}
.pay_bg ul li:nth-child(2){
    left: 130px;
    right: unset;
    top: 0;  
}
.pay_bg ul li:nth-child(3){
    left: 130px;
    right: unset;
    bottom: 0;
}
.pay_bg ul li:nth-child(4){
    left: 260px;
    right: unset;
    top: 80px;
}
.pay_bg ul li:nth-child(5){
    left: 390px;
    right: unset;
    top: 0;
}
.pay_bg ul li:nth-child(6){
    left: 390px;
    right: unset;
    bottom: 0;
}
.pay_bg ul li:nth-child(7){
    left: 0;
    top: 80px;  
}
.pay_bg ul li:nth-child(8){
    left: unset;
    right: 0;
    top: 80px;
}
.pay_bg ul li:nth-child(9){
    left: unset;
    right: 130px;
    top: 0;
}
.pay_bg ul li:nth-child(10){
    left: unset;
    right: 130px;
    bottom: 0; 
}
.pay_bg ul li:nth-child(11){
    left: unset;
    right: 260px;
    top: 80px;   
}
.pay_bg ul li:nth-child(12){
    left: unset;
    right: 390px;
    top: 0px;  
}
.pay_bg ul li:nth-child(13){
    left: unset;
    right: 390px;
    bottom: 0px;  
}

.pay_bg ul li img{
    width: 70px;
    transition: 1s;
}
.pay_bg ul li img:hover{
    transition: 1s;
    box-shadow: 4px 4px 7px 0px #000000;
    border-radius: 10px;
}
/*==========  about_bg CSS START  ========== */ 
.about_bg{
    background-image: url(../images/about_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 50px 0px;
}
.about_bg .about_tab{
    display: block;
    margin: auto;
    text-align: center;
    width: fit-content;
    border-bottom: 2px solid #d7d0d0;
}
 .about_bg .about_tab button{
    font-family: 'FK Grotesk';
    color: #262261 !important;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px;
    display: inline-block;
    text-transform: capitalize;
    transition: 1s;
    border-radius: 0px !IMPORTANT; 
    min-width: 150px;
    position: relative;
}
.about_bg .about_tab button.active{
    background: #ee403600 !important;
}
.about_bg .about_tab button.active:before{
    border-bottom: 2px solid #ee4036;
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
}
.about_bg .about_tab button:hover{
    transition: 1s;
    box-shadow: 0px 50px 0px #2e2a72 inset;
    color: #fff !IMPORTANT; 
}
.about_bg h5{
    font-family: 'FK Grotesk';
    color: #585858;
    padding: 0px;
    margin: 15px 0px;
    font-size: 17px;
    text-align: center;
}



/*==========  about1 CSS START  ========== */ 
.about1{
    padding: 30px 0px;
    position: relative;
}

.about1 .about_left_img{
    position: absolute;
    top: 18%;
    left: -40px;
}
.about_bg .about_left{
    background: #262261;
    max-width: 400px;
    margin: 0px auto;
    border-radius: 20px;
    padding: 0px 0px 5px;
    position: relative;
    text-align: center;
    height: unset !important;
}
.about_bg .about_left h3{
    background: #211e57;
    margin: 0px;
    font-family: 'FK Grotesk';
    color: #fff;
    padding: 15px 20px;
    font-size: 17px;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
}

.about_bg .about_left ul{
    display: flex;
    width: 100%;
}
.about_bg .about_left ul li{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 10px;
}
.about_bg .about_left ul li img{
    margin: 20px 0px 0px 20px;
}
.about_bg .about_left .live_tab{
    display: block;
    padding: 20px;
}
.about_bg .about_left .live_tab button{
    font-family: 'FK Grotesk';
    color: #ffffff ;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 100;
    margin: 0px 0px;
    display: inline-block;
    text-transform: capitalize;
    transition: 1s;
    border-radius: 0px !IMPORTANT;
    text-align: left;
    width: 100%;
    position: relative;
}
.about_bg .about_left .live_tab button.active{
    background: #171538 !important;
    border: none;
}
.about_bg .about_left .live_tab button.active::after{
    position: absolute;
    content: '\2713';
    right: 5px;
    background: #ee4036;
    color: #000;
    padding: 2px 7px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 12px;
}
.about_bg .about_left .live_tab button:hover{
    box-shadow: 0px 0px 0px 50px #fff inset;
    color: #000;
}
.about_bg .about_left .live_tab button img{
    width: 21px;
    margin: 0px;
    padding: 0px;
}

.about_bg .about_left .livecoinwatch-widget-1{
    width: 100% !IMPORTANT;
    max-width: 380px;
    box-shadow: 0px 0px 2px #000;
    margin:0px auto 0px !important;
}

/*==========  about_insurence CSS START  ========== */ 
.insurence_left{
    background: transparent !IMPORTANT;
}
.insurence_left a{
    border: none !important;
    box-shadow: unset !important;
    padding: 0px !IMPORTANT;
    margin: 0px auto !important;
    max-width: 100% !IMPORTANT;
}
.insurence_img{
    max-width: 270px !important;
    margin: 10px auto 0px !important;
    border-radius: 20px;
    background: #262261;
    padding: 5px;
}


/*==========  about_right CSS START  ========== */ 
.about_bg .about_right{
    padding: 80px 0px 0px;
}
.about_bg .about_right h3{
    font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px;
    margin: 0px 0px 20px;
    font-size: 40px;
    font-weight: bolder;
}
.about_bg .about_right h3 span{
    color: #262261;
}
.about_bg .about_right h6{
    font-family: 'FK Grotesk';
    color: #585858;
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 300;
    margin: 0px;
    text-transform: capitalize;
    position: relative;
    border-left: 3px solid #cbcbcb;
}
.about_bg .about_right h6::before{
    position: absolute;
    content: "";
    background: #262261;
    left: -12px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.about_bg a{
    font-family: 'FK Grotesk';
    color: #262261 ;
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    display: block;
    margin: 30px auto 0px;
    text-align: center;
    max-width: 220px;
    border: 1px solid #262261;
    transition: 1s;
}
.about_bg a:hover{
    box-shadow: 0px 100px 0px #ee4036 inset;
    transition: 1s;
    border: 1px solid #ee4036;
    color: #fff ;
}

/*==========  service_bg CSS START  ========== */ 

.service_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;
    position: relative;
    height: unset !important;
    overflow: hidden;
} 
.service_bg .round1{
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    max-width: 700px;
    opacity: 0.2;
    mix-blend-mode: soft-light;
    right: 0;
    bottom: -150px;
}
.service_bg .round2{
    position: absolute;
    opacity: 0.2;
    mix-blend-mode: soft-light;
    bottom: -100px;
    max-width: 350px;
}
.service_bg .round3{
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    max-width: 350px;
    opacity: 0.2;
    mix-blend-mode: soft-light;
    left: 15%;
    top: -150px;
}

.service_bg .head h3 span{
    color: #fff;
}
.service_bg .ser1{
    background: #2e2971;
    max-width: 550px;
    margin: 10px auto;
    padding: 20px;
    border-radius: 15px;
    min-height: 205px;
    position: relative;
}
.service_bg .ser1::before{
    content: "";
    background: #faaf40;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 55px;
    top: 16px;
    border-radius: 50px;
    transition: 1s;
}
.service_bg:hover .ser1::before{
    transition: 1s;
    background: #ee4036;
    transform: translateX(36px);
}
.service_bg .ser1 .dot{
    animation: unset;
    position: absolute;
    right: 15px;
    top: 15px;
    filter: invert(1) brightness(0) opacity(0.2);
}

.service_bg .ser1 img{ 
    animation-name: hvr-pulse; 
    animation-duration: 1s; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite;
}
.service_bg .ser1 h3{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 12px 0px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
}
.service_bg .ser1 h4{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 0px;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
    line-height: 23px;
}
.service_bg .ser1 h5{
    font-family: 'FK Grotesk';
    color: #8381a4;
    padding: 10px 0px 0px;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
}

/*==========  affi_bg CSS START  ========== */ 

.affi_bg{
    padding: 50px 0px;
    background: url(../images/affi_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
} 
 
.affi_bg .affi_level_bg{
    background: url(../images/affi_img3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% 100%;
    max-width: 400px;
    margin: auto;
    text-align: center;
    position: relative;
    min-height: 350px;
    padding: 30px;
}
.affi_bg .affi_level_bg img{
    position: absolute;
    max-width: 250px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.affi_bg .affi_level_bg .affi_level{
    position: relative;
    background: #2d286f;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 20px;
}
.affi_bg .affi_level_bg .affi_level1{
    animation-name: affi_level1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.affi_bg .affi_level_bg .affi_level2{
    animation-name: affi_level2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.affi_bg .affi_level_bg .affi_level3{
    animation-name: affi_level3;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes affi_level1{
    0% {
        transform: translate3d(0px, 0px, 0px);
    }
    
    25% {
        transform: translate3d(150px, 0px, 0px);
    }
    50% {
        transform: translate3d(150px, 150px, 0px);
    }
    75% {
        transform: translate3d(0px, 150px, 0px);
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}
@keyframes affi_level2{
    0% {
        transform: translate3d(0px, 0px, 0px);
    }
    
    25% {
        transform: translate3d(0px, 150px, 0px);
    }
    50% {
        transform: translate3d(-150px, 150px, 0px);
    }
    75% {
        transform: translate3d(-150px, 0px, 0px);
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}
@keyframes affi_level3{
    0% {
        transform: translate3d(0px, 0px, 0px);
    }
    
    25% {
        transform: translate3d(-150px, 0px, 0px);
    }
    50% {
        transform: translate3d(-150px, -150px, 0px);
    }
    75% {
        transform: translate3d(0px, -150px, 0px);
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

.affi_bg .affi_level_bg .affi_level3{
    float: right;
}
.affi_bg .affi_level_bg .affi_level h3{
    font-family: 'FK Grotesk';
    padding: 20px 22px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 900;
    margin: 0px;
    display: inline-block;
    background: url(../images/affi_img1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.affi_bg .affi_level_bg .affi_level h3 span{
    display: block;
    color: #faaf40;
    font-size: 15px;
    font-weight: 100;
}

.affi_bg .head {
    padding: 50px 0px 0px;
}

.affi_bg .head h3 { 
    text-align: left;
    margin: 0;
}

.affi_bg .head h4{
    font-family: 'FK Grotesk';
    color: #000000;
    padding: 15px 0px 20px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 23px;
   text-align: left;
} 

/*==========  feature_bg CSS START  ========== */ 

.feature_bg{
    padding: 50px 0px;
    background: #f4f4f7;
} 
.feature_bg .feature1{
    background-image: url(../images/feature1_bg.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 100px 20px 30px;
    max-width: 300px;
    margin: 10px auto;
    min-height: 370px;
    border-radius: 10px;
}
.feature_bg .feature2{
    background-image: url(../images/feature2_bg.png); 
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.feature_bg .feature3{
    background-image: url(../images/feature3_bg.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.feature_bg .feature4{
    background-image: url(../images/feature4_bg.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.feature_bg .feature1:hover{
    background-color: #262261;
}
.feature_bg .feature1 img{ 
    animation-name: hvr-pulse; 
    animation-duration: 3s; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
    animation-direction: alternate;   
}
.feature_bg .feature1 h3{
    font-family: 'FK Grotesk';
    color: #2d286f;
    padding: 15px 0px;
    font-size: 19px;
    font-weight: 700;
    margin: 0px;
    text-transform: capitalize;
}
.feature_bg .feature1:hover h3{
    color: #fff;
}
.feature_bg .feature1 h4{
    font-family: 'FK Grotesk';
    color: #000000;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 23px;
}
.feature_bg .feature1:hover h4{
    color: #fff;
}

/*==========  stats_bg CSS START  ========== */ 

.stats_bg{
    padding: 50px 0px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
} 
.stats_bg .round1{
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    max-width: 700px;
    opacity: 0.2;
    mix-blend-mode: soft-light;
    right: 0;
    bottom: -150px;
}
.stats_bg .round2{
    position: absolute;
    opacity: 0.2;
    mix-blend-mode: soft-light;
    bottom: -100px;
    max-width: 350px;
    left: 5%;

}
.stats_bg .round3{
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    max-width: 350px;
    opacity: 0.2;
    mix-blend-mode: soft-light;
    left: 15%;
    top: -150px;
}

.stats_bg .head h3 span{
    color: #fff;
}
.stats_bg .stats1{
    display: inline-block;
    width: 49%;
    text-align: left;
    margin: 20px 0px;
}
.stats_bg .stats1 img{
    float: left;
    max-width: 71px;
    margin: 0px 15px 0px 0px;
}
.stats_bg .stats1 h3{
    font-family: 'FK Grotesk';
    color: #e5e0e0;
    padding: 10px 0px 0px;
    font-size: 16px;
    font-weight: 100;
    margin: 0px;
    text-transform: capitalize;
}
.stats_bg .stats1 h3 span{
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding: 3px 0px 0px;
    color: #fff;
}
.stats_bg  h2{
    font-family: 'FK Grotesk';
    color: #807f9a;
    padding: 80px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.stats_bg  h2 span{
    display: block;
    font-size: 40px;
    font-weight: 900;
}

/*==========  trans_bg CSS START  ========== */ 

.trans_bg{ 
    text-align: center;
}
.trans_bg .trans_tab{
    display: block;
    text-align: center;
    margin: 30px auto 30px;
    width: fit-content;
    border-bottom: 2px solid #332d87;
}
.trans_bg .trans_tab button{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 3px 0px;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px;
    display: inline-block;
    text-transform: capitalize;
    transition: 1s;
    border-radius: 0px !IMPORTANT;
    border-bottom: none;
    background: transparent;
    text-align: center;
    min-width: 180px;
    position: relative;
}
.trans_bg .trans_tab button.active{
    background: transparent; 
}
.trans_bg .trans_tab button.active::after{
    content: "";
    position: absolute;
    border-bottom: 2px solid #ee4036;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.trans_bg .trans_tab button:hover{
    box-shadow: 180px 0px 0px #fff inset;
    color: #262261;
    transition: 1s; 
}
.trans_bg .table-responsive{
    background: #262261;
    width: 90%;
    margin: auto;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 3px #000;
   max-height: 500px;
    z-index: 11;
    position: relative;
}
.trans_bg .table-responsive table{
    margin: auto;
    width: 100%;
    border: 1px dashed #00000000;
}
.trans_bg .table-responsive table th{
    font-family: 'FK Grotesk';
    color: #4b42c7;
    padding: 12px 10px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    border: 1px dashed #9695ab78;
    border-top: none;
    border-left: none;
}
.trans_bg .table-responsive table th:nth-child(5){
    border-right: none;
}
.trans_bg .table-responsive table td{
    font-family: 'FK Grotesk';
    color: #9695ab;
    padding: 10px;
    font-size: 16px;
    font-weight: 100;
    margin: 0px;
    text-transform: capitalize;
    border: 1px dashed #9695ab78;
    border-left: none;
    border-bottom: none;
}
.trans_bg .table-responsive table td:nth-child(2){
    font-weight: 500;
    color: #fff;
}
.trans_bg .table-responsive table td:nth-child(3){
    color: #73e925;
}
.trans_bg .table-responsive table td:nth-child(5){
    border-right: none;
}

.trans_bg .trans_with table td:nth-child(3){
    color: red;
} 
.trans_bg .table-responsive table td img{
    width: 105px;

}
/*==========  review_bg CSS START  ========== */ 

.review_bg{
    padding: 50px 0px 0px;
    text-align: center;
    background-color: #fff;
    background-image: url(../images/about_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
} 

.review_bg .tab-content{
    padding: 30px 0px;
}
.review_bg .tab-content h3{
    font-family: 'FK Grotesk';
    color: #262261;
    padding: 0px;
    margin: 0px auto 0px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 42px;
    max-width: 900px;
}
.review_bg .tab-content h4{
    font-family: 'FK Grotesk';
    color: #585858;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: 100;
    margin: 0px;
}
.review_bg .nav{
    display: block;
    text-align: center;
    border-bottom: 2px solid #cbc6c6;
}
.review_bg .nav button{
    padding: 0px 0px 15px;
    margin: 0px 20px;
    display: inline-block;
    transition: 1s;
    background: transparent;
    text-align: center;
    position: relative;
    border: none;
}
.review_bg .nav button img{
    max-width: 170px;
}
.review_bg .nav  button.active{
    background: transparent; 
}
.review_bg .nav  button.active::after{
    border-bottom: 2px solid #ee4036;
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
}
.review_bg .nav  button:hover{
    background: transparent;
    transform: translateY(-10px);
    filter: drop-shadow(2px 4px 6px black);
}

/*==========  client_bg CSS START  ========== */ 

.client_bg{
    padding: 50px 0px; 
    background-color: #fff;
} 
.client_bg ul{

}
.client_bg ul li{
    max-width: 350px;
    margin: 10px auto;
}
.client_bg ul li .client_top{
    background: #f2f1f6;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
} 
.client_bg ul li .client_top h3{
    font-family: 'FK Grotesk';
    color: #24205d;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
}
.client_bg ul li .client_top .img-fluid{
    margin: 0px !important;
}
.client_bg ul li .client_top h4{
    font-family: 'FK Grotesk';
    color: #585858;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0px 0px;
    line-height: 24px;
    text-transform: capitalize;
}
.client_bg ul li .client_video{
    position: relative;
}
.client_bg ul li .client_video .img-fluid{
    max-width: 320px;
}
.client_bg ul li .client_video .client_btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 75px;
}



/*==========  privacy_bg CSS START  ========== */ 

.privacy_bg{
    padding: 50px 0px; 
    background-color: #fff;
    background-image: url(../images/privacy_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
} 
.privacy_bg img{
    max-width: 450px;
}
.privacy_bg .privacy_right{

}
.privacy_bg .privacy_right h3{
    font-family: 'FK Grotesk';
    color: #fff;
    padding: 0px;
    margin: 100px 0px 20px;
    font-size: 30px;
    font-weight: bolder;
    max-width: 390px;
}
.privacy_bg .privacy_right h4{
    font-family: 'FK Grotesk';
    color: #fff;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    line-height: 26px;
}

/*==========  footer_bg CSS START  ========== */ 

.footer_bg{  
    padding:60px 0px 20px;
    background-color: #fff;
    background-image: url(../images/footer_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
} 

.footer_bg .round1{
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    max-width: 550px;
    opacity: 0.2;
    mix-blend-mode: soft-light;
    top: 0;
    right: 10%;
}
.footer_bg .footer1{

}
.footer_bg .footer1 h3{
    font-family: 'FK Grotesk';
    color: #fff;
    padding: 0px;
    margin: 0px 0px 0px;
    font-size: 25px;
    font-weight: bolder;
    text-transform: capitalize;
}
.footer_bg .footer1 h3 span{
    color: #ee4036;
}
.footer_bg .footer1 a{
    float: right;
}


.footer_bg .footer2{
    margin: 30px 0px;
    border-top: 2px solid #8b89ab;
    border-bottom: 2px solid #8b89ab
}
.footer_bg .footer2 .footer2_left{
    padding: 50px 0px;
    border-right: 2px solid #8b89ab;
}
.footer_bg .footer2 .footer2_left .logo{
    display: block;
    margin: 0px 0px 0px !IMPORTANT;
    max-width: 110px;
}
.footer_bg .footer2 .footer2_left  img{
    float: left;
    margin: 0px 10px 30px 0px;
}
.footer_bg .footer2 .footer2_left  h3{
    font-family: 'FK Grotesk';
    color: #fff;
    padding: 10px 0px 0px;
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    max-width: 280px;
}
.footer_bg .footer2 .footer2_left  h3 span{
    font-weight: 100;
    font-size: 14px;
    color: #d5d3d3;
}
.footer_bg .footer2 .footer2_left  h4{
    font-family: 'FK Grotesk';
    color: #d1d1d1;
    padding: 0px;
    font-size: 16px;
    font-weight: 100;
    margin: 0px;
    display: flex;
    width: 100%;
    line-height: 30px;
}
.footer_bg .footer2 .footer2_link{
    padding: 50px 0px;
    max-width: 200px;
    margin: auto;
}
.footer_bg .footer2 .footer2_link a{
    font-family: 'FK Grotesk';
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    display: block;
    text-transform: capitalize;
}
.footer_bg .footer2 .footer2_icon{

}
.footer_bg .footer2 .footer2_icon a{
    color: #262261;
    padding: 1px 8px;
    background: #fff;
    font-size: 22px;
    border-radius: 5px;
    margin: 5px 10px;
}
.footer_bg .footer2 .footer2_icon a:hover{
    background: #ee4036;
    color: #fff;
  }
.footer_bg .footer_copy {

}
.footer_bg .footer_copy h6{
    font-family: 'FK Grotesk';
    color: #d1d1d1;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
}
.footer_bg .footer_copy a{
    font-family: 'FK Grotesk';
    color: #d1d1d1;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 20px;
    display: inline-block;
}

.footer_bg .footer2 .footer2_icon{

}






@media only screen and (max-width: 1199px) {

.top_bg .top_right li a { 
    margin: 5px 0px 5px 0px; 
}
.feature_bg .feature1 { 
    padding: 100px 5px 30px; 
}
.service_bg .round1 ,.stats_bg .round1{
    animation-name: unset;
}
.stats_bg .stats1 img { 
    max-width: 60px;
    margin: 0px 5px 0px 0px;
}
.review_bg .nav button { 
    margin: 0px 0px; 
}
 .footer_bg .round1 {
    animation-name: unset;
    top: 0;
    bottom: 0;
}

}
@media only screen and (max-width: 991px) {
 
.banner_bg { 
    background-size: 100% 100%;
    text-align: center;
}
.top_bg .top_right { 
    text-align: center;
}
.top_bg .top_right .side_bar .offcanvas.show {
    text-align: left;
}

.banner_bg .video_bg video { 
    height: 530px;
}
.banner {
    padding: 40px 0px 50px; 
}
.banner .banner_text {
    padding: 0px 0px 50px;
}
.banner .banner_cal { 
    text-align: left;
}



.pay_bg ul { 
    min-height: unset;
}
.pay_bg ul li {  
    animation: unset !important;
    position: unset;
}
.affi_bg .affi_level_bg .affi_level { 
    animation: unset !important;
    float: none;
    margin: 5px 2px;
}
.stats_bg .stats1 {
    display: inline-block;
    width: 230px;
    text-align: left;
    margin: 10px 5px;
}
.stats_bg h2 { 
    padding: 20px 0px 0px; 
}
.service_bg .round1,.stats_bg .round1 {
    animation-name: unset;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.1;
 }
.service_bg .round2,.service_bg .round3 ,.stats_bg .round2,.stats_bg .round3{
    display: none;
}
.trans_bg .table-responsive { 
    width: 100%;
}
.review_bg .nav { 
    border-bottom: none;
}
.review_bg .nav button {
    margin: 10px 5px;
    width: 200px;
}
.review_bg {
    padding: 30px 0px;
}
.privacy_bg { 
    text-align: center;
}
.privacy_bg .privacy_right h3 {
    margin: 20px auto;
    max-width: unset;
}

.footer_bg {
    text-align: center;
    background: #262261;
}
.footer_bg .round1 { 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer_bg .footer2 .footer2_left {
    padding: 20px 0px;
    border-right: none;
}
.footer_bg .d-flex{
    display: inline-block !IMPORTANT;
    margin: 0px !important;
}
.footer_bg  .mb-5{
    margin-bottom: 0px !important; 
}
.footer_bg .footer2 .footer2_left img {
    float: none;
    margin: 5px auto;
    display: block;
}
.footer_bg .footer2 .footer2_left h3 {
    padding: 10px 0px 10px;
    max-width: unset;
}
.footer_bg .footer2 .footer2_link {
    padding: 0px 0px 20px; 
}
} 


@media only screen and (max-width: 769px) {
.about_bg { 
    padding: 20px 0px;
}
.about_bg .about_right {
    padding: 20px 0px 0px;
    text-align: center;
}
.about_bg .about_right h6 { 
    border-left: none;
}
.about_bg .about_right h6::before {
    display: none;
}
.affi_bg .head h3 {
    text-align: center;
}
.affi_bg .head {
    padding: 0px 0px 0px;
    text-align: center;
}
.trans_bg .table-responsive table { 
    min-width: 550px;
}
.footer_bg .footer1 a {
    float: none;
    margin: 10px 0px 0px;
}
.footer_bg .footer_copy h6 { 
    padding: 0px 0px 10px;
}
}

 


@media only screen and (max-width: 575px) {
    
.top_bg .top_right .side_bar .offcanvas.show { 
    width: 250px;
}
.head h3 {
    font-size: 30px;
}
.banner .banner_text h2 {
    font-size: 45px;
}
.banner .banner_cal .plan_details {
    padding: 0px 10px;
    min-height: unset;
}
.banner .banner_cal .plan_details h2 span {
    font-size: 30px;
}
.banner .banner_cal .plan_details img { 
    max-width: 65px; 
    margin: 20px 0px 0px;
}
.banner .banner_cal .cal_details {
    margin: 20px 10px;
    padding: 20px 0px;
}
.banner .banner_cal .cal_details li span {
    font-size: 16px;
}
.range .calc-amount__slider li { 
    width: 30%;
}
.range .calc-amount__slider li:nth-child(5), .range .calc-amount__slider li:nth-child(6) {
    width: 48%;
}
.range .calc-amount__slider li input {
    text-align: left;
}

.about1 .about_left_img { 
    display: none;
}
.about_bg .about_left ul li { 
    margin: 10px 0px;
}
.about_bg .about_left ul li img {
    margin: 30px 0px 0px 20px;
    max-width: 75px;
}
.insurence_img {
    max-width: 100%  !important;
    max-height: 330px;
}

 .round1 {
    max-width: 100% !important;
}
.review_bg .tab-content h3 { 
    font-size: 20px; 
    line-height: unset; 
}
.privacy_bg img {
    max-width: 100%;
}
}
 
    
 