@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{
    font-family: "DM Sans", sans-serif !important;
    background-color: #DCF4FF !important;
}

.need_supportlink{
    text-align: center;
    text-decoration: none;
    background: #0092D340;
    padding: 1% 5% !important;
    width: max-content !important;
    color: #000 !important;
    border-radius: 10px;
    font-weight: 400;
    position: sticky;
    top: 0px;
}
.need_supportlink img{
    width: 5% !important;
    margin: 0px 5px;
}
.main_hero_bg{
    background-color: #DCF4FF;
    position: relative;
}
.main_hero_bg .headers{
    font-weight: 900;
    font-size:3.5vw;
}
.main_hero_bg .headers text{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main_hero_bg .headers{
    color: #000;
}
.cunsultexpert_btn{
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    box-shadow: 0px 4px 13px 0px #11BBCA40;
    color: #fff !important;
    font-weight: 600;
    border: none;
    height: 40px;
    width: 300px !important;
    border-radius: 15px;
    transition: 0.3s;
}
.header_startspans span{
    width: 100%;
    text-align: left !important;
    margin: 5px 0px;
    font-weight: 400;
}
.header_startspans span i{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}
.main_hero_bg span{
    text-align: center;
    font-weight: 400;
}
.plus_content{
    background: #FFFFFFA6;
    border-radius: 20px;
    padding: 15px 20px !important;
    height: 100%;
}
.plus_content h1{
    width: max-content;
    color: #0092D3;
    margin-top: 30px;
    font-weight: 700;
    font-size: 2.5vw;
}
.plus_content img{
    width: 70px;
}
.plus_content p{
    color: #000;
    font-weight: 700;
    margin-bottom:0px;
}
.anchor_set{
    width: max-content !important;
}
.start_btn{
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    box-shadow: 0px 4px 13px 0px #11BBCA40;
    color: #fff !important;
    font-weight: 600;
    border: none;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bordered_client{
    border: 2px solid #3D319F;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bordered_client img{
    width:150px;
    margin: 20px 0px;
}
.bordered_client h2{
    text-align: center;
    margin-top: -40px;
    width: max-content;
    background-color: #DCF4FF;
}
.section_2{
    background-color:#B9DFEF ;
    position: relative;
}
.headings_sec h2{
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}
.headings_sec span{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.bg_whymain{
    background-color: #fff;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration:none !important;
}
.bg_whymain img{
    width: 30%;
    margin-top: 10px;
}
.bg_whymain h5{
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    color:#000 !important;
}
.offer_logosmain:hover{
    transform: scale(1.05);
}
.offer_logosmain{
    transition: 0.3s;
    background-color: #fff;
    border: 1px solid #0999D2;
    padding: 20px;
    border-radius: 20px;
}
.offer_logosmain a{
    text-decoration: none !important;
    color: #000 !important;
}
.offer_logosmain img{
    width: 50%;
    margin: 10px 0px;
}
.offer_logosmain span{
    text-align: center;
    font-weight: 600;
    font-size: large;
    padding: 0px 20px;
    margin-top: 10px;
}
.new_sec_bg{
    background-color: #EAF9FF;
}
.section_3{
    background-color: #DCF4FF;
    position: relative;
}
.why_appmain{
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px !important;
    z-index: 2;
}
.why_appmain img{
    width: 80px;
    margin-bottom: 10px;
}
.why_appmain h3{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
/* Next to hero */
.new_nextherosec{
    background: #EAF9FF;
}
.hereo_nextwhiter{
    background: #FFFFFF;
    border-radius: 20px;
}
.main_gridnexthero{
    background: #DCF4FF;
    border-radius: 15px;
}
.main_gridnexthero img{
    width: 80px;
}
.main_gridnexthero h4{
    color: #0999D2;
    margin: 15px 0px;
    font-weight: 600;
}
/* Bonus */
.bonus_section{
    background-color: #eaf9ff;
}
.bonus_bg{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.bonus_bg span{
    position: absolute;
    top: 20px;
    z-index: 9;
    color: #fff;
    left: 20px;
}
.bonus_bg img{
    padding: 0px;
}
.bonus_bg h4{
    text-align: center;
    margin-bottom: 0px;
    padding: 20px 10px !important;
    font-weight: 500;
}
/* Footer */
.colored_footer{
    background-color: #071E4E;
}
.colored_footer img{
    width: 200px;
    margin-bottom: 20px;
}
.colored_footer span{
    color: #fff;
    text-align: center;
}
.footer_links a{
    width: max-content;
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: 0.4s;
}
.footer_links a:hover{
    opacity: 0.8;
}
.main_condion{
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    color: #fff;
    padding-top:15px ;
    padding-bottom:15px ;
}
/* Thank you page */
.thankyou_page{
    background-color: #fff;
}
.thankyou_page button{
    width: max-content;
    border: none !important;
    background-color: transparent;
    padding: 0px !important;
    font-size: x-large;
}
.thankyou_page span{
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.thankyou_page small{
    color: #4F4F4F;
    margin-bottom: 10px;
}
.thankyou_page h1{
    font-weight: 600;
    margin-bottom: 30px;
}
.thankyou_page p{
    font-weight: 400;
    margin-bottom: 0px;
}
.thanksgetbtn{
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    box-shadow: 0px 4px 13px 0px #11BBCA40;
    color: #fff !important;
    font-weight: 600;
    border: none;
    width: 250px !important;
    font-size:large !important;
    height: 40px;
    border-radius: 100px;
}
/* Signup */
.main_register{
    background-color: #fff !important;
}
.bordered_signup{
    border: 1px solid #000000;
    box-shadow: 0px 4px 6px 0px #00000040;
    border-radius: 20px;
}
.bordered_signup input,.bordered_signup select{
    border: 1px solid #909090;
    background-color: transparent;
    color: #000;
    outline: none;
    padding: 10px;
    border-radius: 10px;
}
.bordered_signup textarea{
    border: 1px solid #909090;
    background-color: transparent;
    color: #000;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    resize:none;
    height:80px;
}
.teliphone_set{
    padding-left: 55px !important;
    width: 100%;
    color: #000 !important;
}
.bordered_signup .iti{
    padding: 0px !important;
}
.bordered_signup label{
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 0px;
}
.bordered_signup label span{
    color: #FF0606;
}
/* Process */
.ourprocess_main{
    background-color: #3D319F;
}
.ourprocess_main h2{
    color: #fff;
    text-align: center;
}
.ourprocess_main h2::after{
    content: "";
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    height: 5px;
    border-radius: 100px;
    width: 75px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 7.4%;
}
.color_process{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px !important;
    position: relative;
}
.color_process h3{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: 700;
}
.color_process span{
    text-align: center;
    font-size: small;
    font-weight: 400;
}
.icon_process{
    width: 50px !important;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto; 
    margin-right: auto;
    z-index: 99999 !important;
    position: absolute;
}
.position_colmain{
    position: relative;
}
/* progress */
.main_slotprogress{
    position:absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto; 
    margin-right: auto;
    width: 7px !important;
    /* background-color: #fff; */
    padding: 0px !important;
}
.main_slotprogress::after{
    content: "";
    height: 87%;
    background: #FFFFFF59;
    box-shadow: 0px 2px 3.6px 0px #FFFFFF40 inset;
    position:absolute;
    top: 0px;
    width: 7px !important;
    z-index: 0;
}
.inner_procolored{
    box-shadow: 0px 0px 12.2px 0px #78D9FF;
    box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
    background: linear-gradient(180deg, #11BBCA 0%, #0999D2 100%);
    height: 10%;
    width: 100%;
    z-index: 10 !important;
    position: relative;
    padding: 0px !important;
}

.content_section{
    position: relative;
}
/* progress */

  /* Faq */
.accordion_main{
    background-color: #DCF4FF;
}
.accordion_main button{
    background-color: #B9DFEF;
    border-radius: 15px !important;
}
.accordion_main .accordion-button:not(.collapsed){
    box-shadow: none !important;
    color: #000 !important;
    background-color: #B9DFEF !important;
}
.accordion_main .accordion-button:focus{
    box-shadow: none !important;
}
.accordion_main .accordion-item{
    border-radius: 15px !important;
    background-color: #CCEFFF;
    border: 0px !important;
    margin-bottom: 15px;
}
/* Developments */
.main_splitdevops{
    border-radius: 20px !important;
    overflow: hidden;
    z-index: 99;
}
.devops_buttons{
    background: #0999D2;
    padding: 20px 30px !important;
}
.devops_buttons button{
    background-color: transparent;
    color: #fff;
    border: none;
    margin-top: 15px;
    text-align: left;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: larger;
    position: relative;
}
.devops_buttons i{
    position: absolute;
    right: 10px;
    top: 30%;
    width: max-content;
    color: transparent;
}
.devops_buttons .active i{
    color: #fff;
}
.devops_buttons .active{
    background: #85CFED80;
}
.devops_buttons img{
    margin-right: 10px;
    width: 20px;
}
.new_tab_whitebg{
    background-color: #fff;
}

.mobi_tabbtns button{
    background-color: #0999D2;
    color: #fff;
    border: none;
    margin-top: 15px;
    text-align: left;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: larger;
    position: relative;
    width: 100%;
}
.mobi_tabbtns button img{
    margin-right: 10px;
    width: 20px;
}
.main_devopstodo{
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 1.3px 7.78px 0px #00000040;
    margin-top: 20px !important;
    border-radius: 10px;
}
.main_devopstodo span{
    background: linear-gradient(176deg, #0092D3 8.41%, #10BACA 76.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    width: max-content;
    font-size: larger;
}
.main_devopstodo img{
    width: 60px;
}
.bussnext_level{
    background: #3D319F;
}
.bussnext_level h3{
    color: #fff;
    text-align: center;
}
@media only screen and (min-width: 1022px) {
    .start_btn,.thanksgetbtn,.plus_content,.bg_whymain,.why_appmain,.why_appmain img,.main_gridnexthero,.main_gridnexthero img{
        transition: 0.4s;
    }
    .bonus_bg:hover{
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
    }
    .start_btn:hover,.thanksgetbtn:hover,.cunsultexpert_btn:hover{
        letter-spacing: 2px;
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
    }
    .plus_content:hover{
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
        transform: scale(1.03);
    }
    .bg_whymain:hover,.main_gridnexthero:hover{
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
        transform: scale(1.02);
    }
    .why_appmain:hover{
        box-shadow: 0px 0px 12.2px 0px #78D9FF;
        box-shadow: 0px 0px 14.9px 0px #11BBCA8C;
        transform: scale(1.02);
    }
    .why_appmain:hover img{
        margin-right: 10%;
    }
    .startbtn_changes:hover{
        padding: 0px 70px !important;
    }
}
.startbtn_changes{
    transition: 0.4s;
    width: max-content !important;
    padding: 0px 50px !important;
    background: linear-gradient(90deg, #11BBCA 0%, #0999D2 100%);
    box-shadow: 0px 4px 13px 0px #11BBCA40;
    color: #fff !important;
    font-weight: 600;
    border: none;
    height: 50px;
    border-radius: 15px;
    /* background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); */
    -webkit-animation: animatedgradient 3s ease infinite alternate;
    animation: animatedgradient 3s ease infinite alternate;
    background-size: 300% 300%;
}
@keyframes animatedgradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
.footer_mobile a{
    text-decoration: none !important;
}
.footer_mobile{
    display: none;
    background: #00000091;
    z-index: 9999999;
}
.video_height{
    height: 290px;
}
.container-fluid{
    overflow: hidden;
}
.bordeless_signup .start_btn{
    height: 35px !important;
    border-radius: 12px !important;
}
.main_slickslide_images img{
    width: 100% !important;
    cursor:grab;
}
@media only screen and (max-width: 767px) {
    .ourprocess_main h2::after{
        top:5.7% !important;
    }
    .bordeless_signup input, .bordeless_signup select{
        font-size:10.5px !important;
    }
    .bordeless_signup textarea{
        font-size:10.5px !important;
    }
    
    .bordeless_signup input.typed, .bordeless_signup select.selected, .bordeless_signup textarea.typed {
        font-size: inherit !important;
    }
    
    .main_hero_bg .headers{
        font-size:9vw !important;
    }
    .headings_sec h2{
        font-size: 24px !important;
        padding: 0px;
    }
    .main_hero_bg span{
        font-size: smaller;
    }
    .plus_content{
        padding:15px 15px !important;
    }
    .height_testimains{
        min-height: 310px !important;
    }
    .star_img{
        width: 40% !important;
    }
    .product_img{
        width: 40% !important;
    }
    .mobi_tabbtns button{
        font-size: small;
    }
    .main_splitdevops{
        border-radius: 0px !important;
    }
    .new_tab_whitebg{
        border-radius: 0px 0px 20px 20px;
        padding-bottom: 20px;
    }
    .new_tab_whitebg img{
        width: 40px;
        padding: 0px 5px;
    }
    .new_tab_whitebg span{
        font-size: x-small;
    }
    .bordered_signup{
        border: none;
        box-shadow: none;
        border-radius: 0px;
    }
    .video_height{
        height: 100% !important;
    }
    .footer_mobile{
        display: block;
        position: sticky;
        bottom: 0px;
    }
    .mobi_noshow{
        display: none;
    }
    .startbtn_changes{
        width: 100% !important;
        padding: 0px 0px !important;
    }
    .anchor_set{
        width: 100% !important;
        padding: 0px !important;
    }
    .icon_process{
        width: 40px !important;
        top: 0px;
        left: -5px !important;
        margin-left: 0px !important; 
        margin-right: 0px !important;
        z-index: 99999 !important;
        position: absolute;
    }
    .position_colmain .mobi_padderrow{
        padding-left: 20px;
    }
    .position_colmain h3{
        padding: 0px;
    }
    .main_slotprogress::after,.inner_procolored{
        left: -5px;
    }
    .bordeless_signup h4{
        font-size:large !important;
    }
    .plus_content,.bordeless_signup{
        border-radius: 10px !important;
    }
    .plus_content h1{
        font-size: 7vw !important;
        margin-top: 20px;
    }
    .plus_content p{
        font-size: 3.2vw;
        margin: 0px !important;
    }
    .plus_content img{
        width: 40px !important;
        padding: 0px;
    }
    .main_slotprogress{
        position:absolute;
        height: 100%;
        top: 5px;
        left: 17px;
        right: 0px;
        margin-left: 0px; 
        margin-right: 0px;
        width: 7px !important;
        /* background-color: #fff; */
        padding: 0px !important;
    }
    .bg_whymain h5{
        font-size: large;
    }
    .bg_whymain img{
        width: 60%;
    }
    .offer_logosmain img{
        width: 30%;
        padding: 0px 20px;
    }
    .offer_logosmain span{
        width: 70%;
        text-align: left;
        margin: 0px;
    }
    .partical1{
        right: -25% !important;
    }
    .partical3{
        width: 80px !important;
    }
    .partical4{
        right: -10% !important;
        top: 18% !important;
    }
    .partical2,.partical5{
        display: none !important;
    }
    .need_supportlink {
        padding: 3% 5% !important;
    }
    .blueTestimonial .product_img{
        width: 50% !important;
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

/* particles */
.partical1{
    width: 150px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 0;
}
.partical2{
    width: 150px;
    position: absolute;
    left: -50px;
    bottom: 10%;
    z-index: 0;
}
.partical3{
    width: 150px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
}
.partical4{
    width: 150px;
    position: absolute;
    right: 7%;
    top: 5%;
    z-index: 0;
}
.partical5{
    width: 150px;
    position: absolute;
    left: -10px;
    bottom: 10%;
    z-index: 0;
}
/* Testimonial */
.testimonial_new{
    background-color: #fff;
}
.testimonial_maincarobox{
    box-shadow: 15.44px 10.8px 30.87px 0px #00000014;
    border: 1px solid #10BACA;
    border-radius: 20px;
    margin: 20px 0px;
    padding: 20px !important;
    overflow: hidden;
    background-color: #fff;
}
.height_testimains h2{
    font-weight: 700;
    color: #000000;
}
.height_testimains span{
    font-weight: 400;
    color: #000000;
    font-size: larger;
}
.height_testimains small{
    font-weight: 800;
    color: #0999D2;
    font-size: medium;
}
.height_testimains{
    min-height: 200px ;
}
.blueTestimonial{
    position: relative;
}
.blueTestimonial .star_img{
    width: 20%;
}
.blueTestimonial .product_img{
    width: 35%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.testimonialcarobtns button{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 100px;
    color: #0999D2;
}


.bordeless_signup{
    background: #FFFFFFA6;
    box-shadow: 0px 2px 12px 0px #0000001C;
    border-radius: 20px;
}
.bordeless_signup input,.bordeless_signup select{
    border-bottom: 1px solid #909090 !important;
    border: none;
    background-color: transparent;
    color: #000;
    outline: none;
    padding: 5px;
    border-radius:0px;
}
.bordeless_signup textarea{
    border-bottom: 1px solid #909090 !important;
    border: none;
    background-color: transparent;
    color: #000;
    outline: none;
    padding: 5px;
    border-radius:0px;
    height: 80px;
    resize: none;
}
.teliphone_set{
    padding-left: 55px !important;
    width: 100%;
    color: #000 !important;
}
.bordeless_signup .iti{
    padding: 0px !important;
}
.bordeless_signup label{
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 0px;
}
.bordeless_signup label span{
    color: #FF0606;
}
.tabcontent {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 3s ease, opacity 0.5s ease;
  }

  .tabcontent.show {
    max-height: 1000px;
    opacity: 1;
  }
  
  
