body {
    font: 300 15px/28px "Poppins",sans-serif;

}
b
.section_comman{
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 80px 0;
}
.text_wrapper_main{
    color: #333333;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 46px;
}

.text_main_wrapper{
  margin-top: 50px;
}
.font_40{
    font-size: 45px;
    font-weight: 600;
}
.grad_text{
    -webkit-background-clip: text!important;
    background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    text-fill-color: transparent!important;
    background-color: #0164dd;
    background: linear-gradient(94deg, #8380cc 0%, #0164dd 100%);

}
.btn_main{
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 16px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    border: none;
    border-radius: 8px;
    outline: none;

    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.bg_yellow{
    background: linear-gradient(128.31deg, #ffb240 0%, #ffb240 100%);
}
.bg_yellow:hover{
 
    background: linear-gradient(128.31deg, #e99820 0%, #e99820 100%);

}
.bg_blue{
    background: linear-gradient(94deg, #386de8 0%, #0164dd 100%);
    }
.bg_blue:hover{
     background: linear-gradient(94deg, #054ba1 0%, #054ba1 100%);
     }
.bg_red
    {
        background: linear-gradient(94deg, #ea4c89 0%, #ea4c89 100%);
    }
.bg_red:hover
    {
        background: linear-gradient(94deg, #bf366b 0%, #bf366b 100%);
    }
.dd_flex_gap_10px{
     display: flex;
     gap: 15px;
     flex-wrap: wrap;
    }
.mar_btn_20{
    margin-bottom: 20px;
}   
.section_scnd_sction{
    padding: 80px 0;
}
.txt_main_hed{
   
    font-size: 52px;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 20px;

}
.font_w_600{
    font-weight: 600;
}
.qtr_box{
    width: 200px;
    height: 80px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    font-weight: 500;
    color: #424242;
    cursor: pointer;
}
.qtr_box:hover{
    background-color: #d1d1ff;
}
.main_box_outer_box_qtr{
    display: inline-flex;
    flex-direction: column;
}
.bg_light_blue{
    background-color: #e0e0ff;
}
.bg_blue_dark{

background-color: #4646b6;
}
.curve_btn_box{
    color: #4646b6;
}
.main_wrapper_box{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    
    margin-top: -70px;


}
.bg_light_blue_light{
    background-color: #F1F8FF;
}
.img_outer_box_icons{
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    bottom: 60px;
    left: 0;
    z-index: 2;
}
.img_outer_box_icons img{
    max-width: 100%;
}
.pos_relative{
    position: relative;
}
.curve_btn_box{
    position: absolute;
    bottom: -10px;
    width: 100%;
    right: 0;
    z-index: 1;
}
.img_box_gr{
    position: relative;
    z-index: 3;
    padding: 60px 0;
    margin-top: 60px;
}
.curve_btn{
    bottom: -200px;
    bottom: -9px;
    color: #f1f8ff;
}
.curve_btn_box_new{
   
    top: -60px;
    color: #4646b6;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
}

.mar_top_120{
    margin-top: 120px;
}
.box_outer_box_adv{ 
   
    width: 185px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;
    /* border-right: 1px solid #dbdbdb; */
    background: #ffff;
    margin-bottom: 15px;
    border-radius: 40px;
    gap: 5px;
    -webkit-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -ms-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    cursor: pointer;
    -webkit-transition: ease .3s;
    transition: ease .3s;

}
.box_outer_box_adv:hover , .box_works_box:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
}
    

.box_outer_box_adv:last-child{
    border: none;
}
.text_menIN{
  
    line-height: 25px;
    font-weight: 500;
    color: #464646;
}
.dd_flex_gfgf{

    display: flex;
    gap: 15px;
    /* border-bottom: 1px solid #dbdbdb; */
}
.dd_flex_main{
    display: flex;
    justify-content: center;
}
.dd_flex_gfgf:last-child{
    border-bottom: 0;
}
.TXt_c{
    text-align: center;
}
.input_hfhf {
    border: 1px solid #d7e6ff;
    border-radius: 8px;
    height: 40px;
    background-color: #f7faff;
    padding: 0 15px;
    font-size: 13px;
    width: 100px;
    color: #373737;
    appearance: none;
    max-width: 100px;
    display: block;
    padding-left:25px;
    text-align: center;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.dd_flex_just_cont{
    display: flex;
    align-items: center;
    gap: 10px;
}
.main_hed_wit{
    padding: 15px 20px;
    background: #4646b6;
    border-radius: 24px 24px 0 0;
}
.drop_dwn_box{
    font-size: 13px;
    border-radius: 8px;
    display: block;
    line-height: 1.3em;
    padding: 0 16px;
    width: 100%;
    height: 40px;
    box-shadow: none;
    border: 1px solid #ffffff4a;
}
.dd_flex_jusr_btw{
    display: flex;
    justify-content: space-between;
}
.average_boox{
    padding: 20px;
    background: #f1f8ff;
    border-radius: 0 0 20px 20px;
    margin-bottom: 15px;
}
.avrg_income{
    font-size: 25px;
    font-weight: 600;
}
.box_works_box{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -ms-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    text-align: center;
    background: white;
    gap: 10px;
    border-radius: 26px;
    height: 262px;
    cursor: pointer;
    -webkit-transition: ease .3s;
    transition: ease .3s;

}
.box_works_box:hover{
    background: #d7ebff;
}
.bg_click_bg:hover{
    background: linear-gradient(135.12deg, #0963b1 4.68%, #043d6f 100.01%);
}
.stepp_date{
    width: 100%;
    text-align: start;
    display: flex;
    flex-direction: column;
}
.text_step_num{
    font-size: 18px;
    display: inline-flex;
    font-weight: 600;
    color: #0093ff;
    background: #249eff1f;
    width: 35px;
    text-align: center;
    padding: 2px 7px;
    border-radius: 4px;
}
.step_info{
    text-transform: uppercase;
    color: #8e8e8e;
    font-weight: 500;
}

.text_paragph{
    font-weight: 500;
}
.text_worksd{
    font-size: 26px;
    line-height: 40px;
    color: white;
}
.bg_click_bg{
    background: linear-gradient(135.12deg, #007AE3 4.68%, #005299 100.01%);
}
.text_yrllow{
    color: #fcb500;
}
.const_box h4{
    font-weight: 600;
    font-size: 16px;
}
.menu_box_outer{
    padding: 20px 35px;
    background-color: #d7ebff;
    display: flex;
    gap: 40px;
    width: 50%;
    min-height: 200px;
    align-items: center;
    cursor: pointer;
}
.menu_box_outer:hover{
    background-color: #b5d4f2;
}
.dd_flex_main{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.bg_dark_blue{
    background-color: #F1F8FF;
}



.bg_collapse_outer {
    background: #1b1e22;
    padding: 15px 15px;
    border-radius: 6px;
}
.what_is_chat_bot_sec_box {
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid transparent;
}
.acc-btn {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.bg_collapse_outer {
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -ms-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
}
.arrow_sec {
    width: 40px;
    min-width: 40px;
    height: 40px;
    /* background-color: #eeeeee; */
    vertical-align: middle;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #2a2a2a;
}
.arrow_sec_active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #0093ff;
}
.Paragraph_sec p {
    font-size: 15px;
   
    color: #1c1c1c;
}
.Paragraph_sec h1 {
    line-height: 30px;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 16px;
}
.collpased_window_new {
    padding: 20px 15px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    -ms-box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
    box-shadow: 0 1px 24px rgb(0 0 0 / 6%);
}
.Collpse_window {
    display: none;
}
.para_graph_active {
    display: block;
}

.active_sect_chat .Paragraph_sec h1 {
    color: #0093ff;
}
.dd_flex_aligC{
    display: flex;
    align-items: center;
}
.main_outer_box:nth-child(2){
    margin-top: 5rem;
}
.main_outer_box:nth-child(3){
    margin-top: 10rem;
}
.bg_1{
    background-color: #b0ebf9;
}
.bg_2{
    background-color: #f4d985;
}
.bg_3{
    background-color: #d6d1fd;
}
.lqd-custom-shape{
    width: calc(200% + 1.3px);
    height: 12px;
}
.img_hdfrtgv img{
    max-width: 100%;
}
.dd_flex_main_blk{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px;
    border: 1px solid #ffd8d1;
    border-radius: 12px;
    background: white;
}

.dd_flex{
    display: flex;
}

.text_brand_tex{
    font-size: 16px;
}

.mar_btm_20px{
    margin-bottom: 20px;
}

.img_tabfiw {
    background: #272727;
    padding: 30px 20px;
    border-radius: 20px;
}

.mg_blockytw {
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
}

.vide_box_outer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.video_clr_outer {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #59c95b;
    display: flex;
    padding-left: 5px;
    justify-content: center;
    align-items: center;
    border: 2px solid #59c95b;
    box-shadow: 0 18px 50px 0 rgb(172 255 206);
}
.mg_blockytw img{
    max-width: 100%;
}
.img_career_block {
    background: #ffffff;
    border-radius: 22px;
    width: 300px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.image_banner {
    z-index: 13;
    position: relative;
}






@media only screen and (max-width: 992px) {
    html{
      width: 100%;
      overflow-x: hidden;
        }
     .txt_main_hed{
        font-size: 28px;
        line-height: 45px;
     }   
     .main_box_outer_box_qtr , .qtr_box{
         width: 100%;
     }
     .main_wrapper_box{
        flex-direction: column;
        margin-top: 0;
     }
   
     .dd_flex_aligC{
         flex-direction: column;
         align-items: flex-start;
     }
     .dd_flex_gfgf{
         flex-wrap: wrap;
         flex-direction: column;
         gap: 0;
     }
     .box_outer_box_adv{
        width: 100%;
        padding: 20px 100px;
     }
     .main_outer_box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
     }
     .main_outer_box:nth-child(2){
         margin-top: 0;
     }
     .main_outer_box:nth-child(3){
        margin-top: 0;
        }
     .mob_flex_main{
         flex-direction: column;
         gap: 15px;
     }   
     .mob_new_flwx{
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
     }
     .dd_flex_just_cont{
        justify-content: space-between;
        width: 100%;
     }
    .input_hfhf{
        width: 107px;
        max-width: 107px;
     }
     .mob_flex_main .btn_main {
         width: 100%;
     }
     .box_works_box{
         margin-bottom: 15px;
     }
     .menu_box_outer{
        flex-direction: column;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 6px;
     }
     .text_main_wrapper{
         margin-top: 30px;
     }
     .mar_top_120{
         margin-top: 0px;
     }
     .bg_mob_white{
         background-color: #fff;
     }
     .bg_mob_blue{
         background-color: #e0e0ff;
     }
     .bg_mb_blee{
         background-color: #d7ebff;
     }
     .bg_light_mob_blue{
        background-color: #F1F8FF;
     }
     .img_career_block {
        width: auto;
    }
    }
