* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

@font-face {
    font-family: Helveticaneue;
    src: url("fonts/HelveticaNeue.ttf");
}

@font-face {
    src: url("fonts/Helvetica\ Neu\ Bold.ttf");
    font-family: HelveticaNeueBold;
}
#a,#b,#c,#d,#e,#f,#g{
    height:100% !important;
    object-fit: cover;
    
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 1;
    opacity: 1 !important;
    margin: -20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden !important;
}

button.navbar-toggler.collapsed {
    background: linear-gradient(to right, #ff4902 0%, #ffac00 100%);

}

img.tablet_res1.ios-img {
    margin-top: 19%;
}

/* slider section 5 */
.image p {
    color: white;
}

.min-r {
    color: #fff;
    font-size: 22px;

}

.max-r {
    color: #fff;
    font-size: 22px;
}

.process {
    padding-top: 100px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: HelveticaNeueBold;
}

ul .prog {

    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
    display: block;
    color: white;
    text-align: center;
    padding: 16px;

}

/**
 *  Progress Bar
 */
.progress {
    /* display: block; */
    width: 200px;
    height: 1.5px !important;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background: linear-gradient(to right, #ff4902 0%, #ffac00 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.slider {
    margin: 30px auto 50px;
}

.image {
    padding: 10px;
}

.slider_para3 {
    color: white !important;
    font-family: Helvetica;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.section5-img {
    width: 100%;

}

.section5 {
    background: url(../images/section5/fift-fold-bg.png);
    background-repeat: no-repeat;

}

/*form styles*/
#msform {
    width: 400px;
    margin: 50px auto;
    text-align: left;
    position: relative;
}

#msform fieldset {
    color: white;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*buttons*/
#msform .action-button {
    background: #FF4902;
    font-weight: bold;
    color: white;
    text-align: center;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    width: 75px;
    height: 75px;
    padding: 1px;
    margin-top: 25%;
}

/*headings*/
.fs-title {
    font-size: 40px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    text-align: center;
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 20px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    /*connector not needed + the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #ffffff;
    color: #ff4903;
}

/* slider end section 5 */

/* start navbar_overlay  */
.overlay_head {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 0;
}

/* start section1 */

/* start mobile img */

.section1 {

    height: unset !important;
    background: url(../images/section1/section1-bg.jpg) center center /cover;
    background-repeat: no-repeat;
}

.mobile-img-wrapper img {
    max-width: 87%;}

/* end mobile1 */

/* start_section1_inner_txt */

.orange_head {
    background: linear-gradient(to right, #ff4902 0%, #ffac00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: #FD7F03; */
    font-size: 52px;
    font-weight: bold;
    font-family: HelveticaNeueBold;
}

.txt-leverage {
    font-size: 20px;
    letter-spacing: 3.2px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-family: 'Helveticaneue';
    font-weight: 900;
}

.text-for-you {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 47px;
    text-align: left;
    color: #fff;
    font-family: 'HelveticaNeue';
}

/* start_section1_inner_form  */

.before_form_head {
    color: #000;
    font-weight: 900;
    font-size: 28px;
    line-height: 45px;
    text-align: left;
    letter-spacing: 1.2px;
    font-family: 'HelveticaNeue';
}

.color_orange {
    color: #ff4d02;
    font-weight: 900;
    font-family: 'HelveticaNeueBold';
}

.btn_orange {
    width: 389px;
    height: 40px;
    border-radius: 5px;
    background: linear-gradient(#ff4902 0%, #ffac00 100%);
    border: none;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-align: center;
    color: #fff;
    font-family: 'HelveticaneueBold';
    font-weight: 600;
    outline: none !important;
}

.form_box {
    background: #F2F2F2;
    border-radius: 7px;
}

.form-controls {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.38px;
    text-align: left;
    color: #040025;
    padding-left: 20px;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #c9c9c9;
    outline: none;
}

.btn_blue2 {
    display: none !important;
    border-radius: 5px;
    font-family: HelveticaNeueBold;
    border: none;
    height: 45px;
    line-height: 1.8;
    transition: all 0.3s;
    letter-spacing: 1px;
    width: 50%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    outline: none !important;
    font-size: 14px;
}

span.business_txt {

    letter-spacing: 3px;
    border-bottom: 3px solid;
    
border-color: #015eea;
  line-height: 2;

}

/* .business_txt:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(#015eea 0%, #00c0fa 100%);
} */

/* start section_2 */

.section2 {
    background: url(../images/section2/Second-fold-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.div2-brand {
    font-size: 14px;
    letter-spacing: 0.28em;
    line-height: 35px;
    text-align: left;
    color: #fff;
    font-family: 'HelveticaNeueBold';
}

.div2-100 {
    font-size: 50px;
    /* line-height: 76px; */
    text-align: left;
    color: #fff;
    font-family: 'HelveticaNeueBold';
}

.div2-para {
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    font-family: 'HelveticaNeue';
}

.vertical-lines {
    width: 430px;
    height: 4px;
    background: linear-gradient(to right, #015eea 0%, #00c0fa 100%);

}

.counter {
    font-weight: 200;
    font-size: 40px;
    line-height: 76px;
    text-align: left;
    color: #fff;
}

.count {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.28em;
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-family: 'HelveticaNeueBold';
}

.unit {
    font-weight: 200;
    font-size: 40px;
    line-height: 76px;
    text-align: left;
    color: #fff;
}

/* end section2  */

/* start sec 3  */
.sec3-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #040025;
    font-family: 'HelveticaNeueBold';
}

.section3 {
    padding-top: 90px !important;
}

.section3-para {

    font-weight: 200;
    padding-top: 10px;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
    color: #000;
    font-family: 'HelveticaNeue';
    font-weight: 900;
}

.fp-tableCell {
    display: unset !important;
    vertical-align: unset;
    width: 100%;
    height: 100%;
}

.android_img_1 {
    position: relative;
    top: -172px;
}

.android_img_1 img {
    width: 100%;
}

.sec-testimonal .carousel-indicators {
    position: unset !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    padding-left: 0;
    margin-right: 0;
    /* margin-left: -26%; */
    list-style: none;
}

.sec-testimonal .carousel-indicators .active::before {
    content: '';
    position: absolute;
    width: 8%;
    height: 1.5px;
    top: 52.5%;
    background: #FF4902;
}

.mobileapp_slider h6 {
    margin-right: 10px !important;
    margin-left: 10px !important;
    cursor: pointer !important;
    font-family: HelveticaNeueBold !important;
    font-weight: normal;
    font-size: 25px;
    line-height: 57.39px;
    text-align: left;
    color: #040025;
    opacity: 0.3;
}

.mobile_app-wrapper img {
    max-width: 100%;
}

.btn_black3 {
    display: none !important;

    border-radius: 5px;
    font-family: HelveticaNeueBold;
    border: none;
    height: 45px;
    line-height: 1.8;
    transition: all 0.3s;
    letter-spacing: 1px;
    width: 70%;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    outline: none !important;
    font-size: 14px;
}

/* end sec 3  */
.ios_heading {
    font-weight: normal;
    font-size: 100.16px;
    color: #040025;
    opacity: 0.1;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin-top: 300px;
}

.ios_line {
    position: absolute;
    top: 290px;
    left: 125px;
    width: 2px;
}

@media(max-width:991px) {
    .navbar-light .navbar-toggler {
        background: linear-gradient(to right, #ff4902 0%, #ffac00 100%) !important;
        outline: none !important;

    }
    .text-for-you {
        font-weight: 900;
        font-size: 17px;
        letter-spacing: 2px;
        line-height: 28px;
        text-align: left;
        color: #fff;
        font-family: 'HelveticaNeue';
    }
    .div2-100 {
        font-size: 40px;}
    #a,#b,#c,#d,#e,#f,#g{
        height:150% !important;
        object-fit: contain;
        
    }
    .ios_line {
        position: absolute;
        top: 430px;
        left: 125px;
        width: 2px;
        height: 20px !important;
        display: none !important;
    }



}

@media(max-width:320px) { .img-logo { width: 180px; } #a, #b, #c, #d, #e, #f,
#g { height: 250% !important; object-fit: contain; } }


.carousel_1 .carousel-indicators li {
    width: 5px !important;
    height: 5px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    border-radius: 50% !important;
    border: 0 !important;
    background-color: rgb(255, 245, 245) !important;
    opacity: none !important;
}

.client_logos img {
    width: 100%;
}


.epic_head {
    font-weight: normal;
    font-size: 28px;
    color: #040025;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: relative;
    top: 18%;
    font-family: 'HelveticaneueBold';
}

#quote-carousel .carousel-indicators {

    display: inline-table;
}

#quote-carousel .carousel-indicators li {
    display: flex;
    width: 110px;
    height: 20px;
    cursor: pointer;
    opacity: .9;
    overflow: hidden;
    transition: all .4s;
    justify-content: center !important;

}

#quote-carousel .carousel-indicators li img {
    display: block;
    margin: 0 auto;


}

#quote-carousel .carousel-indicators .active {
    margin: 0px 0;
    padding-bottom: 10px !important;
    width: 180px;
    height: 80px;
    transition: all .2s;

}

.borders {
    content: '';
    height: 5px;
    width: 40%;
    background: #363795;
    position: absolute;
    left: calc(24% - 10%);
}

.carousel-item blockquote {
    border-left: none;
    margin: 0;
}

.setting {
    margin: 0px;
    padding: 0% 10%;

}

.ios_heading {
    font-weight: HelveticaNeueBold;
    font-size: 100.16px;
    color: #040025;
    opacity: 0.1;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin-top: 300px;
}

.ios_line {
    position: absolute;
    top: 290px;
    left: 125px;
    width: 2px;
}

/* start section4 for mobile  */

.epic_head1 {
    font-weight: normal;
    font-size: 20px;
    color: #040025;
    text-align: center;
}

.epic_head1 h4 {
    font-weight: normal;
    font-size: 20px;
    color: #040025;
    text-align: center;
    font-family: helveticaNeueBold;
    padding-top: 70px !important;
}

@media(max-width:991px) {
    .ios_line {
        position: absolute;
        top: 430px;
        left: 125px;
        width: 2px;
        height: 20px !important;
        display: none !important;
    }

}

.ios_img img {
    width: 100%;

}

.bottom_logo {
    margin-top: 190px;
}

.bottom_logo img {
    width: 100% !important;
}

.carousel_start {
    position: relative;
    top: -150px !important;
}

.same_pad {
    padding-top: 110px !important;
}

.bottom_logo {
    margin-top: -77px !important;
}

.ios_carousel_for_mobile .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: unset !important;
    height: unset !important;
    text-indent: unset !important;
    cursor: pointer;
    background-color: white !important;

    /* transition: opacity .6s ease; */
}

.ios_carousel_for_mobile ol {
    position: unset !important;
}

@media(max-width:991px) {
    .carousel_start {
        padding-top: 90px !important;
        padding-left: 450px !important;
        top: 0;
    }

    .spacer6 {
        height: unset !important;
    }

    .same_pad {
        padding-top: unset !important;
    }

    .ios_heading {

        font-weight: normal;
        font-size: 100.16px;
        color: #040025;
        opacity: 0.1;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        margin-top: unset !important;
    }

    .ios_center_head {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: -40px;
    }

    .bottom_logo_para {
        text-align: center !important;

    }

}



.pad_up {
    position: relative;
    top: -40px !important;
}

.carousel_start .active::before {
    content: '';
    height: 2px;
    width: 28%;
    background: #FFA47F;
    position: absolute;
    left: -35px;
    margin-top: 47px;
}

@media(max-width:767px) {
    .carousel_start .active::before {
        content: '';
        height: 2px;
        width: 29%;
        background: #FFA47F;
        position: absolute;
        left: -29px;
        margin-top: 47px;
    }
    #a,#b,#c,#d,#e,#f,#g{
        height:250% !important;
        object-fit: cover;
        
    }

    .mobile-img-wrapper img {
        max-width: 55%;
    }
}

/* RESPONSIVENESS  */
.show_for_mobile {
    display: none;
}


@media(max-width:991px) {
    .section2 {
        background: url(../images/LP/2nd-fold/Second-fold-bg.jpg);
        background-size: 100% 100%;
        background-position: center;
    }

    .txt-leverage {
        font-size: 15px !important;
        letter-spacing: 3.2px;
        line-height: 30px;
        text-align: left;
        color: #fff;
        font-family: 'Helveticaneue';
        font-weight: 900;
    }

    .orange_head {
        font-size: 35px !important;
        font-weight: bold;
        letter-spacing: -2px;
    }
    .before_form_head {
       
        font-size: 20px;
        line-height: 30px;   
    }
    html, body, #myVerticalCarousel {
        height: unset !important;
        margin: 0;
    }
    .form_box{
        width: 155%;
        height: 81%;
    }

    .sec-testimonal .carousel-indicators .active::before {
        content: '';
        position: absolute;
        width: 4%;
        height: 1.5px;
        top: 50.5%;
        background: #FF4902;
    }

    .section4 {
        display: none !important;
    }

    .show_for_mobile {
        display: none;
    }




}

@media(max-width:767px) {
    .txt-leverage {
        padding-top: 20px;
        font-size: 15px !important;
        letter-spacing: 3.2px;
        line-height: 30px;
        text-align: left;
        color: #fff;
        font-family: 'Helveticaneue';
        font-weight: 900;
        text-align: center;
    }

    .orange_head {
        background: linear-gradient(to right, #ff4902 0%, #ffac00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* color: #FD7F03; */
        font-size: 54px;
        font-weight: bold;
        text-align: center;
        font-family: HelveticaNeueBold;
    }

    .text-for-you {
        font-weight: 900;
        font-size: 15px;
        letter-spacing: 4px;
        line-height: 47px;
        text-align: center;
        color: #fff;
        font-family: 'HelveticaNeue';
    }

    .mobile-img-wrapper {
        display: flex;
        justify-content: center;
    }

    .inner_btn {
        display: flex;
        justify-content: center;
    }



    .grid_images {
        display: flex;
        justify-content: center;
    }

}



/*start section2 for mobile  */

@media(max-width:576px) {

    .none_for_mobile {
        display: none !important;
    }

    .show_for_mobile {
        display: block;
    }

    .logo-1 {
        display: flex;
        justify-content: center;
    }

    .logo-1 img {
        width: 100%;
    }

    .process {
        padding-top: 0px;
    }

    .content {
        margin-top: -130px;
    }

    .div2-100 {
        font-size: 27px;
        /* line-height: 76px; */
        text-align: center;
        color: #fff;
        font-family: 'HelveticaNeueBold';
    }

    .div2-brand {
        font-size: 14px;
        letter-spacing: 0.28em;
        line-height: 35px;
        text-align: center;
        color: #fff;
        font-family: 'HelveticaNeueBold';
    }

    .div2-para {
        font-weight: 900;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        font-family: 'HelveticaNeue';
    }

    .vertical-lines {
        display: none;
    }

    .shopping1 {
        justify-content: center;
    }

    .before_form_head {

        font-weight: 800;
        font-size: 18px;
        line-height: 35px;
        text-align: left;
        letter-spacing: 1.2px;
        font-family: 'HelveticaNeue';
    }

    .form_box {
        width: 70%;
        height: 100%;
        align-content: center;
        position: relative;
        left: 15%;
        top: -20%;
    }

    .mobile-img-wrapper img {
        max-width: 100%;
        height: 400px;
    }

    .btn_orange {
        font-size: 12px;
    }

    .counter_up1 .carousel-indicators .active {
        background-color: #FF4902 !important;
        opacity: .9;
    }

    .counter_up1 .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 9px !important;
        height: 9px !important;
        margin-right: 5px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        /* background-clip: padding-box; */
        border-top: 10px solid transparent;
        -bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        border-radius: 97%;
        position: relative;
        top: 30px;
    }

    .grid_images {
        display: none !important;
    }

    .sec-testimonal .carousel-indicators .active::before {
        content: '';
        position: absolute;
        width: 10%;
        height: 1.5px;
        top: 88.5%;
        background: #FF4902;
        margin-left: 1px;
    }

    .inner_btn_black {
        display: none !important;
    }

    .mobile_res1 {
        display: block !important;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 40px;
    }

}


@media(max-width:480px) {
    .orange_head {
        background: linear-gradient(to right, #ff4902 0%, #ffac00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* color: #FD7F03; */
        font-size: 40px !important;
        font-weight: bold;
        text-align: center;
        font-family: HelveticaNeueBold;
    }

    .sec-testimonal .carousel-indicators .active::before {
        content: '';
        position: absolute;
        width: 9%;
        height: 1.5px;
        top: 87.5%;
        background: #FF4902;
        margin-left: 1px;
    }

    .ios_carousel_for_mobile {
        overflow-x: hidden !important;
    }
}

.fp-viewing-4 #fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #C2C2C2;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


.fp-viewing-4 #fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    background: #050128;
}

.fp-viewing-5-0 #fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #C2C2C2;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


.fp-viewing-5-0 #fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    background: #050128;
}

/* end page with section 6 */

.scrolled {
    text-transform: capitalize;
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 500;
    font-family: 'Helvetica';
    padding-left: 22px !important;
}

.section4_for_mobile {
    display: none !important;
}

/* start_section4 for responsive */
/* .section4_for_mobile {
    overflow-x: hidden !important;
} */

.section4_for_mobile .carousel-indicators .active:before {
    content: '';
    height: 2.4px;
    width: 20%;
    opacity: 0.8;
    position: absolute;
    background: #ff4902;
    left: calc(50% - 10%);
    top: 90%;
}

/* @media(max-width:850px) {
    .section4_for_mobile .carousel-indicators  {
        justify-content: unset !important;
        margin-left: 30% !important;
    }
} */

.ios_formobile img {
    width: 100%;
}

.mobile_res1 {
    display: none !important;
}

.section3_none_for_desktop {
    display: none !important;
}

@media(max-width:991px) {

    .mobile_res1 {
        display: none !important;
    }

    .none_for_mobile_section3 {
        display: none;
    }

    .section3_none_for_desktop {
        display: block !important;
    }

    .section4_for_mobile {
        display: block !important;
    }

}

.section6 {
    background: linear-gradient(#12277e 0%, #3a2cb3 100%);

}

.testimonil_img img {
    width: 20%;
    z-index: 1;
    position: relative;
    top: 67px;
    left: 20px;
}

.testimonial_box {
    width: 100%;
    border-radius: 20px;
    background: #fff;

}

.testi_head1 {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.28em;
    line-height: 35px;
    color: #fff;
    font-family: 'HelveticaNeueBold';
    margin-top: 40px !important;
}

.testi_head2 {
    font-weight: normal;
    font-size: 35px;
    color: #fff;
    font-family: 'HelveticaNeueBold';
}

.testimonial_box h6 {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.28em;
    line-height: 35px;
    text-align: left;
    color: #ff4902;
    font-family: 'HelveticaNeueBold';
}

.kat_para {
    font-family: Helvetica !important;
    font-weight: 500;
    color: #000;
}

.carousel_1 .carousel-indicators .active {
    background: #FF4802;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px !important;
    height: 8px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FF4802 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: none !important;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.client {
    font-family: HelveticaNeueBold;
}

.carousel_1 {
    height: unset !important;
}

.carousel_1 .carousel-indicators li {
    width: 5px !important;
    height: 5px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    border-radius: 50% !important;
    border: 0 !important;
    background-color: rgb(255, 245, 245) !important;
    opacity: none !important;
}

@media(max-width:576px) {
    .testimonil_img img {
        width: 20%;
        z-index: 1;
        position: relative;
        top: 47px;
        left: 20px;
    }


}

.section7 {
    height: unset !important;
}

.customer-logos {
    width: 20%;
}

/* h2{
    text-align:center;
    padding: 20px;
  } */
.client_logo1 {
    padding-top: 90px;
}

.our_client_head {
    font-family: HelveticaNeueBold;
}


/* start  footer  */
.footer {
    background: #1E2833;
    color: #fff;
}

.subsicribe_pera {
    font-weight: 500;
    font-family: 'Helvetica';
}

.footer h6 {
    font-size: 14px;
    font-family: 'HelveticaNeueBold';
}

.footer_btn {
    width: 90%;
    border: none;
    height: 40px;
    transition: all 0.5s;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(#ff4902 0%, #ffac00 100%);
}

.footer_border {
    border-top: 1px solid #242E38;
    background: transparent;
    margin-top: 25px;
}

.email_1 {
    border: none !important;
    outline: none !important;
    color: #1E2833;
    width: 75%;

}

.email_1::placeholder {
    background: #1E2833;
    border: none !important;

}

.arrow_btn_for_email {
    width: 35px;
    height: 35px;
    border: none !important;
    outline: none !important;
    background: linear-gradient(#ff4902 0%, #ffac00 100%);
    color: #fff;
    border-radius: 6px;
    position: relative;
    top: -6px;
    left: 10px;
}

.footer_menu ul li {
    list-style: none !important;
}

.footer_menu ul li a {
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
    font-family: Helvetica !important;
    font-weight: 500;
    text-decoration: none !important;
}

.plicy {
    font-family: Helvetica !important;
    font-weight: 500;
}

.face_book {
    width: 3.4%;
}

.twitter {
    width: 7%;
}

@media(max-width:991px) {
    .face_book {
        width: 1.4%;
    }

    .twitter {
        width: 3%;
    }
}

.inputText {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    width: 80%;
    color: #1a1818;
    outline: none !important;
    border: none;
    background: #1E2833;
    border-bottom: 1px solid #242E38;

}




.service_options {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    /* font-weight: 400; */
    /* line-height: 1.5; */
    /* color: #495057; */
    /* background-clip: padding-box; */
    border: 1px solid #1E2833 !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.Services2 .form-control {
    background-color: unset !important;
    font-size: 14px;
}



.service_options:focus {
    /* color: #495057; */
    background-color: #1E2833 !important;
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.footer_none_ondesktop {
    display: none !important;
}


@media(max-width:576px) {
    .footer_none_onmobile {
        display: none !important;
    }

    .footer_none_ondesktop {
        display: block !important;
    }

}


html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden !important;
}

.options_head {
    color: white !important;
}


select {
    background: yellow !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    font-weight: helveticaneueBold;
}




/* / popup / */

.popup-box {
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.popup-inner {
    max-width: 300px;
    min-height: 160px;
    background: white;
    border-radius: 25px;
    padding: 15px;
    margin: auto;
    top: 25%;
    position: relative;
}



.popup-msg {
    font-weight: bold;
    color: black;
    padding: 20px 20px 0 20px;
}

.next-step-btn {
    margin: 20px auto 0;
    background: linear-gradient(rgb(204, 0, 0), rgb(130, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015eab', endColorstr='#10276b');
    border: none !important;
    padding: 10px 40px !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
}

.transparent-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    overflow: hidden;

}

/* / popup end / */


/*feedback_form_area*/
.cta {
    color: #fff !important;
}

.btn-successes {
    background: linear-gradient(#015eea 0%, #00c0fa 100%);
    opacity: 0.8;
    color: #fff;

}

.feedback-form {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 100;
    min-height: 450px;

}

.feedback-form-show {
    right: 0 !important;
}

.feedback_form_area {

    position: relative;
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
}

.feedback_form_area_inner {
    width: 300px;
    min-height: 450px;
    color: #fff;
    padding: 15px;
}

.feedback_form_area h3 {
    margin-top: 0;
}

.custom-inp {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    color: #fff;
    border: 1px #fff solid;
    background: transparent;
}

.custom-inp-txt {
    width: 100%;
    height: 100px;
    padding: 5px;
    color: #fff;
    border: 1px #fff solid;
    background: transparent;
}

.feedback-form-btn {
    position: absolute;
    left: -121px;
    color: #fff;
    transform: rotate(270deg);
    top: 40%;
    width: 200px;
    border-radius: 0;
}



@media only screen and (max-width: 320px) {
    .feedback_form_area_inner {
        width: 260px;
        min-height: 450px;
        color: #fff;
        padding: 15px;
    }
}

.mt-50 {
    margin-top: 50px;
}

.section3,
.section4,
.section5 {
    height: unset !important;
}


/* END CTA */

/* section_5 */

.image p {
    color: white;
}

.min-r {
    color: #fff;
    font-size: 22px;

}

.max-r {
    color: #fff;
    font-size: 22px;
}

.process {
    padding-top: 100px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: HelveticaNeueBold;
}

ul .prog {

    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
    display: block;
    color: white;
    text-align: center;
    padding: 16px;

}

/**
 *  Progress Bar
 */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    outline: none;
}

.progress {
    /* / display: block; / */
    width: 200px;
    height: 2.5px !important;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background: linear-gradient(to right, #ff4902 0%, #ffac00 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.slider {
    margin: 30px auto 50px;
}

.image {
    padding: 10px;
}

.slider_para3 {
    color: white !important;
    font-family: Helvetica;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.section5-img {
    width: 75%;

}

.section5 {
    background: url(../images/section5/fift-fold-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit !important;

}

/*form styles*/
#msform {
    width: 400px;
    margin: 50px auto;
    text-align: left;
    position: relative;
}

#msform fieldset {
    color: white;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*buttons*/
#msform .action-button {
    background: #FF4902;
    font-weight: bold;
    color: white;
    text-align: center;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    width: 75px;
    height: 75px;
    padding: 1px;
    margin-top: 25%;
}

/*headings*/
.fs-title {
    font-size: 40px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    text-align: center;
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 20px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    /*connector not needed + the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #ffffff;
    color: #ff4903;
}
#wholepage{
    margin: 0px;
    /* padding-left: 20px; */
}
.section8 {
    padding: 10px;
    height: unset !important;
}

@media(max-width:576px) {
    .tablet_res1 {
        display: none !important;
    }

    .mobile_res1 {
        display: block !important;
    }

    .android_img_1 {
        position: relative;
        top: unset !important;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        background: linear-gradient(to right, #ff4902 0%, #ffac00 100%) !important;
        outline: none !important;
        color: #fff;
    }

    .sec3-title {
        font-weight: normal;
        font-size: 27px;
        line-height: 30px;
        text-align: center;

    }

    .section3-para {
        text-align: center;
        font-size: 15px;
    }

    .mobileapp_slider h6 {
        font-size: 20px;
        line-height: 79.39px;
        text-align: center;
        color: #040025;
    }

    .testi_head1 {
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.28em;
        line-height: 35px;
        color: #fff;
        font-family: 'HelveticaNeueBold';
        margin-top: 40px !important;
        text-align: center;
    }

    .testi_head2 {
        font-weight: normal;
        font-size: 35px;
        color: #fff;
        font-family: 'HelveticaNeueBold';
        text-align: center;
    }

    .testi_para1 {
        text-align: center;
    }

    .twitter {
        width: 12% !important;
    }

    .face_book {
        width: 10.2% !important;
    }
}

@media(max-width:360px) {
    .twitter {
        width: 18% !important;
    }

    .face_book {
        width: 15.2% !important;
    }
}

@media(max-width:375px) {
    .mobileapp_slider h6 {
        margin-right: 10px !important;
        margin-left: unset !important;
        cursor: pointer !important;
        font-family: HelveticaNeueBold !important;
        font-weight: normal;
        font-size: 25px;
        line-height: 57.39px;
        text-align: left;
        color: #040025;
        opacity: 0.3;
    }
}


.btn_black4 {
    border-radius: 5px;
    font-family: HelveticaNeueBold;
    border: none;
    height: 45px;
    line-height: 1.8;
    transition: all 0.3s;
    letter-spacing: 1px;
    width: 70%;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    outline: none !important;
    font-size: 14px;
    justify-content: center;
}

.btn_none_desktop {
    display: none !important;
}

@media(max-width:576px) {

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .social_media {
        display: flex;
    }
}

.btn_black4 {
    border-radius: 5px;
    font-family: HelveticaNeueBold;
    border: none;
    height: 45px;
    line-height: 1.8;
    transition: all 0.3s;
    letter-spacing: 1px;
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    outline: none !important;
    font-size: 14px;
    padding: 0 100px;
}


.btn_4_for_mobile {
    display: flex;
    justify-content: center;
}

.Services2 {
    font-family: HelveticaNeueBold;
}

@media(max-width:360px) {
    .plicy {
        font-family: Helvetica !important;
        font-weight: 500;
        font-size: 13px;
    }
}

.get_1 {
    font-family: 'Helvetica';
    font-family: 500;
    font-size: 14px;
    color: #fff;
    outline: none !important;
}

.ios_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.btn_none1 {
    display: none !important;
}
@media (max-width:1200px) {
    #a, #b, #c, #d, #e, #f, #g {
        height: 100% !important;
        object-fit: cover;
              
    }
   /*.row{padding-left: 40px;}*/
    .count {line-height: 25px; 
        font-size: 12px;
    }
    .counter,.unit {
        font-weight: 200;
        font-size: 35px;}
    .div2-brand {
        font-size: 14px;
        letter-spacing: 0.28em;
        line-height: 1px;}
    .div2-100 {
        font-size: 30px;}
    .mobile-img-wrapper img {
        max-width: 67%;
    }
    .before_form_head {
        
        font-size: 25px;
        line-height: 30px;
        margin-bottom: -30px;
    }
    .orange_head {
       font-size: 45px;}
}