
@media only screen and (max-width:1440px) {
    .request-quote-overlay{
        width: 85%;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .testimonial-carousel{
        margin-right: 5%;
    }

}
@media only screen and (max-width:1250px) {

    .process-item-wrap {
        padding: 0px 15px;
    }
    .process-section .row {
        margin: 0px -15px -60px -15px;
    }
    .process-line{
        display: none;
    }
    .process-item-wrap::after {
        content: "";
        position: absolute;
        top: 42%;
        right: -45px;
        width: 60px;
        height: 3px;
        background: linear-gradient(to right, rgba(0, 102, 255, 0.2) 0%, rgba(0, 102, 255, 0.6) 50%, rgba(0, 102, 255, 1) 100%);
        border-radius: 3px;
        transform: translate(-50%, -50%);
    }
    .process-item-wrap:nth-child(3n - 2)::after{
        display: none;
    }
    .process-item{
        height: calc(100% - 40px);
        margin-bottom: 40px;
    }
    .process-arrow{
        top: calc(50% - 20px);
    }
    .homepage-header-text {
        padding: 100px 0px;
    }
    .homepage-header-text h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width:1199px) {
    .plans-table-left {
        width: 34%;
    }
    .plans-table-right {
        width: 66%;
    }
    .testimonails-slider-wrap .slick-list {
        padding: 0 25%;
    }
    .two-column-overaly{
        width: 400px;
    }
    .challenges-images .center-img {
        width: 110px;
        height: 110px;
        padding: 25px;
    }
    .challenges-center {
        width: 40%;
    }
    .challenges-right {
        width: 30%;
    }
    .challenges-left {
        width: 30%;
    }
}
@media only screen and (max-width:1024px) {
    /*------ Header Start ------*/
    .header-right {
        bottom: 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        left: 0px;
        padding-left: 15px;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 80px 15px 0px 15px;
        position: fixed;
        transition: all .3s;
        visibility: hidden;
        z-index: 2;
        width: 100%;
        background: linear-gradient(180deg, #FFF 7.29%, #E9F1FC 13.78%, #E8F0FC 19.52%, #EDF2FA 34.63%, #E8EFF7 41.43%, #EAEFF6 59.11%, #E3EFFF 68.44%, #E8F1FC 70.39%, #E9EFFA 73.34%, #EBEFF4 85.13%, #E7EAEF 97.15%);        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: 100vh;
        top: 0px;
    }
    .button-wrap{
        position: relative;
    }
    .menu-open{
        overflow: hidden;
    }
    .menu-open .header-right {
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu-icon {
        display: flex;
        align-items: center;
    }
    .mobile-menu-icon .humbger-box{
        display: flex;
        width: 24px;
        height: 24px;
    }
    .mobile-menu-close{
        display: none;
        width: 20px;
        height: 20px;
        left: 2px;
        top: 2px;
        position: relative;
    }
    .menu-open .mobile-menu-close{
        display: block;
    }
    .menu-open .mobile-menu-open{
        display: none;
    }
    .site-branding img {
        width: 142px;
    }
    .site-branding,.mobile-menu-icon{
        z-index: 99;
        position: relative;
    }
    .main-navigation ul{
        flex-direction: column;
        padding-top: 27px;
    }
    .main-navigation ul li{
        margin-bottom: 40px;
        margin-right: 0px;
    }

    .mobile-menu-icon a + a {
        margin-left: 0px !important;
        margin-top: 0px;
    }
    .lang-btn::after{
        top: -2px;
        position: relative;
    }
    .header-inner {
        padding: 15px 15px 15px 15px;
        margin: 0px -15px;
    }
    .lang-wrapper{
        margin-right: 16px;
        margin-left: 0px;
    }
    .main-navigation{
        width: 100%;
        text-align: center;
    }
    .header-right .button-wrap{
        width: 100%;
        flex-direction: column;
    }
    .header-right .button-wrap .lang-btn{
        margin-top: 50px;
    }
    .header-right .button-wrap a + a{
        margin-left: 0px !important;
    }
    .lang-btn{
        justify-content: center;
        width: 100%;
    }
    .menu-open .site-header.sticky{
        backdrop-filter: unset;
    }
    .site-header.sticky .header-inner {
        padding: 15px;
    }
    /*------ Header End ------*/

    .page-template-page-application-form .mobile-menu-icon,.page-template-page-application-form-home .mobile-menu-icon{
        display: none;
    }

    /*------- 404 Start ------*/
    .error-wrapper{
        padding: 200px 0px;
    }
    /*------- 404 End ------*/

    /*------- Blog Details Start ------*/
    .single-right {
        padding-left: 15px;
    }
    .multi-colum-icon-and-text.two-column .row {
        margin: 0px -15px -30px -15px;
    }
    .multi-colum-icon-and-text.two-column .col-lg-6 {
        padding: 0px 15px;
    }

    .text_image_wrap{
        flex-direction: column;
    }
    .two-column-text-image-video .col-img-wrap, .two-column-text-image-video .col-text-wrap {
        width: 100%;
    }
    .text_image_wrap .col-img-wrap img {
        position: relative;
    }
    .text_image_wrap{
        flex-direction: column-reverse;
    }

    .two-column-text-image-video .col-text-wrap {
        padding: 30px 0px 0px 0px;
    }
    .social-share a:not(:last-child){
        margin-bottom: 12px;
    }
    .social-share-wrap{
        margin-bottom: -12px;
    }
    .blog-single-header .blog-single-left {
        padding-right: 30px;
    }
    .blog-single-header .blog-single-right {
        padding-left: 30px;
    }
    .separator-line{
        margin-bottom: 40px;
    }
    .testimonial-content h5{
        font-size: 16px;
        line-height: 19px;
    }
    .testimonial-box{
        padding: 24px 16px;
    }
    .testimonails-slider-main .testimonial-box {
        padding: 24px;
    }
    /* .testimonial-content h6{
        font-size: 14px;
        line-height: 17px;
    } */
    /*------- Blog Deatils End ------*/

    /*------- Plan Start --------*/
    .plans-table-column {
        padding: 15px;
    }
    .testimonails-slider-wrap .slick-list {
        padding: 0 20%;
    }
    /*------- Plan End --------*/

    .text-image-video-header .left-col {
        padding-right: 30px;
    }

    .text-image-solution .left-col {
        padding-right: 20px;
    }
    .text-image-solution .right-col {
        padding-left: 20px;
    }
    .text-image-solution .switch-column .right-col {
        padding-right: 20px;
    }
    .text-image-solution .switch-column .left-col {
        padding-left: 20px;
    }
    .integrations-logo-item {
        width: 100px;
        height: 100px;
    }
    .two-column-overaly{
        width: 350px;
    }
    .challenges-center {
        width: 42%;
    }
    .challenges-left {
        width: 28%;
    }
    .challenges-right {
        width: 28%;
    }
}


/*Tablet*/
@media only screen and (max-width:991px) {
    /*------ Common Style Start -------*/
    h1,.h1{font-size: 35px;line-height: 44px;margin: 0 0 20px;}
    h2,.h2{font-size: 30px;line-height: 38px;margin: 0 0 20px;}
    h3,.h3{font-size: 25px;line-height: 32px; margin: 0 0 20px;}
    h4,.h4{font-size: 20px;line-height: 25px;margin: 0 0 20px;}
    h5,.h5{font-size: 18px;line-height: 22px;margin: 0 0 20px;}

    .no-children {
        min-height: 300px;
    }
    .mb-70 {
        margin-bottom: 50px;
    }
    /*------ Common Style Start -------*/

    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: normal !important;
        min-height: auto !important;
    }

    .footer-link{
        justify-content: flex-end;
    }
    .copyright-text p{
        text-align: center;
    }
    /*------- Blog Details Start ------*/
    .blog-single-header .row{
        flex-direction: column-reverse;
    }
    .blog-single-header .blog-single-left{
        margin-top: 20px;
    }
    .blog-single-header .blog-single-right {
        padding-left: 15px;
    }
    .blog-single-header .blog-single-left {
        padding-right: 15px;
    }
    .mobile.social-share {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .sidebar-links-main .social-share{
        display: none;
    }
    .sidebar-links-wrap{
        margin-bottom: 0px;
    }
    .sidebar-links-main {
        margin-bottom: 40px;
    }
    /*------- Blog Details End ------*/


}
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 991px) {
    .pb-80 {
        padding-bottom: 60px;
    }
    .mb-80 {
        margin-bottom: 60px;
    }
    .mb-70 {
        margin-bottom: 40px;
    }
    .mb-50 {
        margin-bottom: 40px;
    }
    .small-title{
        margin: 0 0 15px;
    }
    /*-------  Footer CTA Start ------*/
 
    .footer-cta-text{
        padding: 100px 0px;
    }
    .footer-cta-text-wrap {
        max-width: 450px;
    }
    .footer-cta-text-wrap h2 br{
        display: none;
    }
    .footer-cta-text-inner {
        width: 100%;
    }
    /*-------  Footer CTA End ------*/

    /*------- Blog Start ------*/
    .blog-header {
        padding: 80px 0px;
    }
    .blog-overlay{
        width: 420px;
        height: auto;
    }
    /*------- Blog End ------*/

    /*------- 404 Start ------*/
    .error-wrapper{
        padding: 200px 0px;
    }
    /*------- 404 End ------*/
    .blog-single-header h1{
        font-size: 30px;
        line-height: 38px;
    }
    .accordion-section .title {
        margin-bottom: 40px;
    }
    .other-insights .blog-overlay {
        top: auto;
        z-index: 1;
        width: 500px;
        height: 500px;
        bottom: 0px;
    }
    .privacy-overlay{
        width: 400px;
        height: 280px;
    } 
    .privacy-header {
        padding: 100px 0px;
    }
    /*------- Plan Start --------*/
    .plans-table-column {
        padding: 15px;
    }
    .plans-overlay{
        width: 100%;
    }
    .plans-header {
        padding: 80px 0px;
    }
    .testimonails-slider-main .testimonial-box{
        margin: 0px 10px;
    }
    .testimonails-slider-wrap .slick-list.draggable {
        margin: 0 -10px;
    }
    .testimonails-slider .title{
        margin-bottom: 40px;
    }
    .request-quote-wrap {
        max-width: 100%;
    }
    /*------- Plan End --------*/

    .text-image-video-header .left-col {
        padding-right: 15px;
    }
    .text-image-video-header .right-col {
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .text-image-video-header .row{
        flex-direction: column-reverse;
    }
    .text-image-video-header{
        margin: 20px 0px 0px 0px;
    }
    .integrations-wrapper{
        margin-top: 100px;
    }
    .two-column-icons{
        margin-top: 30px;
    }
    .two-column-text-and-icons{
        padding: 80px 0px 50px 0px;
    }
    .text-image-solution .row{
        flex-direction: column-reverse;
    }
    .text-image-solution .right-col{
        margin-bottom: 30px;
    }
    .text-image-solution {
        padding: 40px 0px 40px 0px;
    }
    .integrations-logo-item {
        width: 80px;
        height: 80px;
        padding: 12px;
    }
    .text-image-solution .switch-column .right-col{
        padding-right: 15px;
    }
    .text-image-solution .switch-column .left-col {
        padding-left: 15px;
    }
    .text-image-solution .right-col {
        padding-left: 15px;
    }
    .text-image-solution .left-col {
        padding-right: 15px;
    }

    /*------ Solutions accordions Start --------*/
    .solutions-accordions .title-wrap{
        flex-direction: column;
    }
    .solutions-accordions .title-wrap .left-text {
        width: 100%;
    }
    .solutions-accordions .title-wrap .right-text {
        width: 100%;
        padding: 0px 15px;
    }
    .solutions-accordions .title-wrap .left-text h2 {
        margin-bottom: 20px;
    }
    .solutions-accordions .title-wrap{
        margin: 0px -15px 30px -15px;
    }
    .solution-tab ul li a{
        margin-bottom: 10px;
    }
    .solutions-accordions {
        margin-bottom: 30px;
    }
    .solution-tab .solution-box{
        display: block;
    }
    .tab-main-box{
        display: none;
    }
    .solution-tab .solution-accordion.mobile-active .solution-box{
        display: block;
    }
    .solution-tab .solution-accordion .solution-box{
        display: none;
    }
    .solution-box .image-box img, .solution-box .video-box video{
        position: relative;
    }
    /*------ Solutions accordions End --------*/

    .blogs-top {
        margin-bottom: 40px;
    }
    .blog-large-box{
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }
    .blog-item .blog-content{
        padding: 300px 30px 30px 30px;
    }

    .process-item-wrap::after {
        content: none;
    }
    .process-arrow{
        display: none;
    }

    .process-top .title-wrap .left-text {
        width: 100%;
        margin-bottom: 20px;
    }
    .process-top .title-wrap .right-text {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }
    .process-top .title-wrap{
        margin: 0px -15px 35px -15px;
        flex-direction: column;
    }
    .homepage-header-text {
        padding: 60px 0px 100px 0px;
    }
    .solution-card-2{
        left: 15px;
    }
    .solution-card-1,.solution-card-2{
        width: 320px;
        height: 200px;
    }
    .challenges-left{
        width: 100%;
    }
    .challenges-center{
        width: 100%;
    }
    .challenges-right{
        width: 100%;
    }
    .challenges-images{
        flex-direction: column;
    }

    .challenges-box{
        justify-content: flex-start;
    }
    .challenges-images .mobile-img{
        display: block;
    }
    .challenges-images .desktop-img{
        display: none;
    }
    .challenges-images .left-img{
        transform: translateX(0px);
        transform: translateY(-30px);
    }
    .challenges-images .left-img.aos-animate{
        transform: translateX(0px);
        transform: translateY(0px);
    }

    .challenges-images .right-img{
        transform: translateX(30px);
        transform: translateY(30px);
    }
    .challenges-images .right-img.aos-animate{
        transform: translateX(0px);
        transform: translateY(0px);
    }
    .center-text-cta-box {
        margin-bottom: 70px;
    }
    .gradient-separator{
        height: 70px;
    }
    .two-column-text-and-icons.lightgrey {
        padding: 50px 0px 50px 0px;
    }
    .two-column-overaly{
        top: 0px;
    }
    .single-right .accordion-section .title{
        margin: 0px 0px 35px 0px;
        
    }
    .single-right{
        margin-bottom: -40px;
    }
    .testimonial-content h5{
        font-size: 18px;
        line-height: 22px;
    }

}


/*Mobile Device*/
@media only screen and (max-width:767px) {
    
    /*------ Common Style Start -------*/
    h1,.h1{font-size: 26px;line-height: 31px;margin: 0 0 15px;}
    h2,.h2{font-size: 24px;line-height: 29px;margin: 0 0 15px;}
    h3,.h3{font-size: 22px;line-height: 26px;margin: 0 0 15px;}
    h4,.h4{font-size: 18px;line-height: 21px;margin: 0 0 15px;}
    h5,.h5{font-size: 16px;line-height: 21px;margin: 0 0 15px;}
    h6,.h6{font-size: 14px;line-height: 17px;margin: 0 0 15px;}

    a + a {
        margin-left: 0px !important;
        margin-top: 30px;
    }

    body{
        font-size: 16px;
        line-height: 19px;
    }
    .pb-80 {
        padding-bottom: 50px;
    }
    .mb-80 {
        margin-bottom: 50px;
    }
    .inline-cta{
        width: 100%;
        justify-content: center;
    }
    p{
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    a.btn{
        font-size: 16px;
        line-height: 19px;
        padding: 11.5px 18px;
    }
    .site-content ol li, .site-content ul li{
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 14px;
    }
    .inline-cta{
        font-size: 14px;
        line-height: 20px;
    }
    .inline-cta::after{
        width: 18px;
     height: 18px;
    }
    .section-title h1{
        margin: 0 0 15px;
    }
    .site-content ol li,.site-content ul li{
        padding-left: 28px;
    }
    .site-content ul.checklist li:before{
        width: 18px;
        height: 18px;
    }
    .large-cta .cta-after {
        margin-top: 16px;
    }
    .small-title{
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 1.17px;
    }
    .site-content ul, .site-content ol {
        margin-bottom: 20px;
    }
    /*------ Common Style Emd -------*/

    /*------ Header Start ------*/
    .site-header.sticky .site-branding img {
        max-width: 110px;
    }
    .site-branding img {
        width: 119px;
    }
    /*------ Header End ------*/

    /*------- Gravity Form Start -------*/
    body .gform_wrapper.gravity-theme .gfield_label,body .gform_wrapper.gravity-theme .gfield_required{
        font-size: 14px;
    }
    body .gform_wrapper input{
        font-size: 14px !important;
        line-height: normal;
    }

    body .gform_wrapper .gform_footer .gform_button{
        padding: 11px 20px !important;
        font-size: 16px !important;
    }
    /*------- Gravity Form End -------*/

    /*-------  Footer CTA Start ------*/
    .footer-cta-text{
        padding: 40px 0px 20px 0px;
    }
    .footer-cta-text-wrap h2{
        margin-bottom: 30px;
    }
    .footer-cta-image{
        position: relative;
        width: 100%;
    }
    .footer-cta-wrapper{
        display: flex;
        flex-direction: column-reverse;
    }
    /*-------  Footer CTA End ------*/

    /*-------  Footer Start ----------*/
    .social-media-wrap a + a,.footer-link a + a{
        margin-top: 0px;
    }
    .social-media,.footer-link{
        margin-bottom: 35px;
    }
    .footer-link,.social-media {
        justify-content: center;
    }
    .site-footer {
        padding: 30px 0px 37px 0px;
    }
    .copyright-text p{
        font-size: 12px;
        line-height: 14px;
    }
    /*-------  Footer End ----------*/

    /*------- Blog Start ------*/
    .blog-header {
        padding: 20px 0px;
    }
    .search-item{
        margin-bottom: 15px;
    }
    .blog-overlay{
        width: 100%;
        height: auto;
    }

    .article-content {
        padding: 8px;
    }
    .category-pill{
        font-size: 12px;
        line-height: 14px;
    }
    .article-box a{
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }
    .article-content-top h6{
        margin-bottom: 16px;
        line-height: 21px;
    }
    .category-tags{
        margin-bottom: 8px;
    }
    .article-date p {
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 1.17px;
    }
    .blog {
        margin-bottom: 10px;
    }
    /*------- Blog End ------*/

    /*------- 404 Start ------*/
    .error-wrapper{
        padding: 25px 0px 45px 0px;
    }
    /*------- 404 End ------*/

    /*------- Blog Deatils Start ------*/
    .back-link-cta a{
        justify-content: flex-start;
    }
    .back-link-cta {
        margin: 20px 0px;
    }
    .back-link-cta a{
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 1.17px;
    }
    .blog-single-header h1{
        font-size: 24px;
        line-height: 29px;
    }
    .blog-single-header.mb-70{
        margin-bottom: 30px;
    }
    .sidebar-links-wrap .subtitle{
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 1.17px;
        margin-bottom: 10px;
    }
    .blog-single-left .category-tags {
        margin-bottom: 12px;
    }
    .sidebar-links-wrap{
        padding: 16px 0px;
    }
    .sidebar-links-wrap ul li > a.active:after{
        width: 3px;
    }
    .social-share a + a{
        margin-top: 0px;
    }
    .two-column-text-image-video .col-text-wrap a + a{
        margin-top: 20px;
    }
    .multi-colum-icon-and-text-item .icon{
        margin-bottom: 20px;
        width: 24px;
        height: 24px;
    }
    .multi-colum-icon-and-text .content h5{
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 18px;
    }
    .ctas-wrapper .button-wrapper a + a{
        margin-top: 20px;
    }
    .single-right .standard-text.mb-50 {
        margin-bottom: 30px; 
    }
    .accrodion-title h6{
        font-size: 14px;
        line-height: 17px;
    }
    .accrodion-item {
        padding: 16px;
    }
    .accrodion-item{
        margin-bottom: 10px;
    }
    .accrodion-content .inline-cta{
        justify-content: flex-start;
    }
    .accrodion-content{
        padding-bottom: 6px;
    }
    .mobile.social-share{
        padding: 20px 16px;
    }
    .testimonial-box .testimonial-logo{
        margin-bottom: 25px;
    }
    .sidebar-links-wrap ul li a{
        padding: 6px 20px 6px 16px;
    }
    /*------- Blog Deatils End ------*/

    .other-insights-top{
        flex-direction: column;
        align-items: flex-start;

    }
    .other-insights-top a.btn{
        margin-top: 30px;
    }
    .other-insights .blog-overlay{
        width: 100%;
        height: auto;
    }
    .other-insights{
        padding: 40px 0px;
    }
    .other-insights .row {
        margin-bottom: 0px;
    }
    .other-insights .col-lg-4:last-child .article-box a{
        margin-bottom: 0px;
        height: 100%;
    }
    .privacy-overlay{
        width: 100%;
        height: auto;
    } 
    .privacy-header {
        padding: 15px 0px 30px 0px;
    }

    /*------- Plan Start --------*/
    .plans-table-right .plans-table-column {
        width: 100%;
    }
    .plans-table-wrapper{
        flex-direction: column;
        margin: 0px -4px;
    }
    .plans-table-left {
        width: 100%;
        margin-bottom: 10px;
        padding: 0px 4px;
    }
    .plans-table-right {
        width: 100%;
        flex-direction: column;
        padding: 0px 4px;
    }
    .plans-header {
        padding: 20px 0px 30px 0px;
    }
    .What-include {
        display: flex;
        align-items: center;
    }
    .plans-details{
        display: none;
    }
    .plans-table-top h4{
        font-size: 20px;
        line-height: 24px;
    }
    .plans-table-column {
        padding: 20px 8px 16px 8px;
    }
    .plans-table-top h6{
        line-height: 21px;
    }
    .plans-details .plans-details-item:first-child{
        margin-top: 23px;
    }
    .plans-details-item p, .plans-details-item ul li{
        font-size: 14px;
        line-height: 21px;
    }
    .plans-details-item h6{
        font-size: 16px;
        line-height: 19px;
    }
    .testimonails-slider-main .testimonial-box{
        margin: 0px 8px;
    }
    .testimonails-slider-wrap .slick-list.draggable {
        margin: 0 -8px;
    }
    .testimonails-slider-wrap .slick-list {
        padding: 0 10%;
    }
    .testimonails-slider-wrap {
        margin-bottom: 30px;
    }
    .testimonails-slider-main .testimonial-box {
        padding: 24px 16px;
    }
    .testimonial-top h5{
        margin-bottom: 25px;
    }
    .request-quote-form .title {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .request-quote-form {
        padding: 40px 0px;
    }
    .request-quote-wrap .gform_wrapper input{
        padding: 12px 44px 12px 18px !important;
    }
    /*------- Plan End --------*/

    /*------  Indusrty Start -------*/
    .integrations-logo-item {
        width: 30px;
        height: 30px;
        padding: 4px;
    }
    .integrations-wrapper {
        margin-top: 70px;
    }
    .integrations-logo-item.item-1{
        top: 50px;
        left: -10px;
    }
    .integrations-logo-item.item-3,.integrations-logo-item.item-5{
        top: 30px; 
    }
    .integrations-logo-item.item-7{
        top: 50px;
        right: -10px;
    }
    .integrations-content{
        max-width: 100%;
        padding: 0px 15px;
    }
    .integrations-logos .integrations-overlay{
        top: 25%;
    }
    .integrations-content{
        margin-top: 70px;
    }
    .two-column-text-and-icons {
        padding: 40px 0px;
    }
    .two-column-icons-item {
        margin-bottom: 28px;
    }
    .two-column-icons .row {
        margin-bottom: -28px;
    }
    .two-column-icons-item .icon {
        width: 24px;
        height: 24px;
        margin-bottom: 20px;
    }    
    .two-column-icons-item .content h5{
        margin: 0 0 15px;
    }
    .text-image-solution-content .icon-title h3{
        font-size: 18px;
        line-height: 22px;
    }
    .text-image-solution-content .icon-title .icon {
        width: 40px;
        height: 40px;
        padding: 8px;
        margin-right: 16px;
    }
    .text-image-solution-content .icon-title{
        margin-bottom: 20px;
    }
    .testimonails-slider-wrap::after{
        background: linear-gradient(270deg, #ffffff91 28%, rgba(255, 255, 255, 0) 100%);
    }
    .testimonails-slider-wrap::before{
        background: linear-gradient(90deg, #ffffff91 28%, rgba(255, 255, 255, 0) 100%);
    }
    .testimonails-slider-wrap {
        margin-bottom: 10px;
    }
    /*------  Indusrty End -------*/

    /*------ Solutions accordions Start --------*/
    .solution-accordion{
        padding-left: 0px !important;
    }
    .solution-accordion:not(:last-child) {
        margin-bottom: 10px;
    }
    /*------ Solutions accordions End --------*/

    .blog-item .blog-content{
        padding: 60px 16px 16px 16px;
    }
    .blogs-top .title-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .blogs-top .small-title {
        margin: 0 0 15px;
    }
    .blogs-top .title-wrap h2 {
        margin-bottom: 25px;
    }
    .blogs .category-pill{
        font-size: 12px;
        line-height: 14px;
    
    }
    .blog-content h4{
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 16px;
    }

    .process-item-wrap:first-child .process-arrow{
        display: block;
    }
    .process-arrow{
        display: block;
        left: 47%;
        bottom: 7px;
        top: auto;
        transform: rotate(90deg);
    }
    .process-item-wrap .process-arrow::after {
        content: "";
        display: block;
        width: 3px;
        height: 40px;
        margin: 0 auto;
        position: absolute;
        transform: rotate(90deg);
        right: 11px;
        top: -7px;
    }
    .process-item-wrap:nth-child(2) .process-arrow::after,.process-item-wrap:nth-child(3) .process-arrow::after,
    .process-item-wrap:nth-child(4) .process-arrow::after{
        background-color: #BCD9FF;
    }
    .process-item-wrap:nth-child(5) .process-arrow::after,.process-item-wrap:nth-child(6) .process-arrow::after,
    .process-item-wrap:nth-child(7) .process-arrow::after{
        background-color: #488BE3;
    }
    .process-item-wrap:nth-child(8) .process-arrow::after,.process-item-wrap:nth-child(9) .process-arrow::after{
        background-color: #1870E3;
    }
    .process-section .row {
        margin: 0px -15px -40px -15px;
    }
    .process-item{
        padding: 16px 16px 20px 16px;
    }
    .process-item .icon{
        width: 24px;
        height: 24px;
        margin-bottom: 13px;
    }
    .process-item h5 {
        margin: 0 0 13px;
    }
    .process-section {
        padding: 30px 0px 30px 0px;
    }
    .blogs {
        padding: 40px 0px;
    }

    .homepage-header-text .button-wrap{
        flex-direction: column;
    }
    .homepage-header-text .button-wrap a + a{
        margin-top: 20px;
    }
    .homepage-header-text h1 {
        font-size: 26px;
        line-height: 31px;
    }
    .homepage-header-text {
        padding: 40px 0px 90px 0px;
    }
    .solution-card-1, .solution-card-2 {
        width: 150px;
        height: 90px;
    }
    .challenges-images .center-img {
        width: 70px;
        height: 70px;
        padding: 17px;
    }
    .challenges-images{
        padding: 0px 25px;
    }
    .challenges .title{
        padding: 40px 0px 30px 0px;
    }
    .challenges-box .text h6 {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 6px;
    }
    .challenges-box .text p {
        font-size: 11px;
        line-height: 13px;
    }
    .challenges-images .left-img{
        margin-top: -15px;
    }   
    .challenges-images .mobile-img{
        margin-bottom: -20px;
    } 
    .process-item-wrap:nth-child(2) .process-arrow {
        display: block;
    }
    .process-item-wrap:last-child .process-arrow {
        display: none;
    }
    .center-text-cta-box .text-wrap h3 {
        font-size: 14px;
        line-height: 21px;
    }
    .challenges {
        margin-bottom: 20px;
    }
    .center-text-cta-box .text-wrap a.btn {
        margin-top: 0px;
    }
    .center-text-cta-box {
        margin-bottom: 40px;
    }
    .solution-card-1{
        top: -7%;
    }
    .homepage-header-images .images .col-left{
        margin-left: 30px;
    }
    .homepage-header-images .images .col-left, .homepage-header-images .images .col-right{
        padding: 0px 8px;
    }
    .homepage-header-images .images{
        margin: 0px -8px;
    }
    .solution-card-1, .solution-card-2{
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 0.40);
    }
    .homepage-header-images .images .col-right .image-wrap:not(:last-child) {
        margin-bottom: 18px;
    }
    .homepage-header-images .images .col-right img, .homepage-header-images .images .col-left img {
        border-radius: 5px;
    }
    .gform_confirmation_message{
        font-size: 16px;
        line-height: 21px;
    }
    .gradient-separator{
        height: 60px;
    }
    .two-column-text-and-icons.lightgrey {
        padding: 40px 0px 40px 0px;
    }
    .privacy-header-wrap h1{
        margin: 0 0 15px;
    }
    .text_image_wrap .col-img-wrap img{
        min-height: 247px;
    }
    .text-desc p{
        font-size: 12px;
        line-height: 14px;
    }
    .testimonial-content h5{
        font-size: 16px;
        line-height: 19px;
    }
    .article-content-top h6{
        line-height: 21px;
    }

}


@media only screen and (max-width: 575px){
    a.btn{
        width: 100%;
        justify-content: center;
        max-width: 100%;
        text-align: center;
    }
    body .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 0px;
        grid-row-gap: 20px;
    }
    .footer-cta-left{
        text-align: center;
    }
    a.btn.large-btn{
        font-size: 14px;
        padding: 11px 20px;
        min-width: 100%;
    }
    .error-text a.btn.large-btn {
        min-width: 100%;
    }
    .error-image {
        width: 120%;
        height: 100%;
        top: 55%;
    }
}
@media only screen and (max-width: 360px){
    .article-box .article-image {
        height: 136px;
    }
    .error-image {
        width: 122%;
        height: 115%;
        top: 60%;
        left: 52%;
    }
}
@media only screen and (max-width: 320px){
    .first-step .gform_page_footer img.gform_ajax_spinner{
        right: 25%;
    }
}
