/*----------------- responsive variations -----------------*/

.Homebanner {
    position: relative;
    background: linear-gradient(269.77deg,
            #232343 52%,
            rgba(35, 35, 67, 0.6) 115%),
        url(../images/homebanner.png) no-repeat left;
    background-size: cover;
    padding: 120px 0 0;
    transition: 0.5s all;
}

.page-template-template-nonprofit-email .site-header {
    display: none;
}

.page-template-template-nonprofit-email .site-header.emil-template-menu {
    display: block;
}

/* @media (max-width: 767px) {
  .page-template-template-AP-home-new .navbar-brand {
    width: 200px;
  }
  .page-template-template-BI-home-new .navbar-brand {
    width: 200px;
  }
  .page-template-template-scale-home-home .navbar-brand {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .page-template-template-AP-home-new .navbar-brand {
    width: 170px;
  }
  .page-template-template-BI-home-new .navbar-brand {
    width: 170px;
  }
  .page-template-template-scale-home-home .navbar-brand {
    width: 170px;
  }
} */
.Homebanner .banner_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 50px 15px 0;
}

@media (max-width: 575px) {
    .Homebanner .banner_box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .Homebanner .banner_box {
        flex-direction: column;
    }

    .ml-80 {
        margin-left: 0 !important;
    }

    .new-lotty-contact .newcontactaddress {
        display: inline-block !important;
    }

    .contactus {
        margin-top: 10px !important;
    }

    footer #mailpoet_form_1 form.mailpoet_form {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .Homebanner .banner_box {
        padding: 30px 15px;
    }
}

.Homebanner .banner_box .banner_text {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .Homebanner .banner_box .banner_text {
        width: 100%;
        order: 1;
    }
}

.Homebanner .banner_box .banner_text h1 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 23px;
}

@media (max-width: 991px) {
    .Homebanner .banner_box .banner_text h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 575px) {
    .Homebanner .banner_box .banner_text h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

.Homebanner .banner_box .banner_text p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    max-width: 633px;
}

@media (max-width: 991px) {
    .Homebanner .banner_box .banner_text p {
        font-size: 17px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .Homebanner .banner_box .banner_text p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.Homebanner .banner_box .banner_text .banner_button,
.workflow-main .banner_button {
    display: flex;
    margin-top: 30px;
}

@media (max-width: 991px) {

    .Homebanner .banner_box .banner_text .banner_button,
    .workflow-main .banner_button {
        margin-top: 10px;
    }
}

.Homebanner .banner_box .banner_text .banner_button .btn,
.workflow-main .banner_button .btn {
    margin-right: 20px;
    padding: 13px 25px;
    border-radius: 30px;
    font-size: 16px;
    color: #0084e3;
    font-weight: 800;
    border: 2px solid #0084e3;
    outline: none;
}

.Homebanner .banner_box .banner_text .banner_button .btn:hover,
.workflow-main .banner_button .btn:hover {
    background-color: #0084e3;
    color: #fff;
}

@media (max-width: 991px) {

    .Homebanner .banner_box .banner_text .banner_button .btn,
    .workflow-main .banner_button .btn {
        padding: 10px 20px;
    }
}

.Homebanner .banner_box .banner_text .banner_button .btn_first,
.workflow-main .banner_button .btn_first {
    background-color: #0084e3;
    color: #fff;
    min-width: 150px;
}

.Homebanner .banner_box .banner_text .banner_button .btn_first:hover,
.workflow-main .banner_button .btn_first:hover {
    background-color: transparent;
    color: #0084e3;
}

.Homebanner .banner_box .banner_img_grp {
    position: relative;
    width: 40%;
    display: flex;
    flex-direction: column;
}

.page-template-template-BI-home-new .Homebanner .banner_box .banner_img_grp .spinner,
.page-template-template-BI-home-new .Homebanner .banner_box .banner_img_grp .flow_graph {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(2px);
    border-radius: 15px;
    padding: 5px 10px;
}

.page-template-template-BI-home-new .Homebanner .banner_box .banner_img_grp .flow_graph {
    width: 220px;
    height: 150px;
}

.page-template-template-BI-home-new .financial_intelligence .financial_intel_view .financial_ul .financial_li.text-right .financialli_img.financial_chart {
    margin-left: auto;
    margin-bottom: 50px;
}

.financial_intelligence .financial_intel_view .financial_ul .financial_li .financialli_img.financial_chart {
    border-radius: 15px;
    padding: 5px 10px;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.2));
}

.page-template-template-BI-home-new .financial_intelligence .financial_intel_view .financial_ul .financial_li .financialli_img.financial_chart {
    background: #fff;
    max-width: 120px;
    max-height: 120px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .Homebanner .banner_box .banner_img_grp {
        width: 80%;
        margin-bottom: 20px;
    }
    .Homebanner .banner_box .banner_text .banner_button .btn_first,
    .workflow-main .banner_button .btn_first,
    .Homebanner .banner_box .banner_text .banner_button .btn, 
    .workflow-main .banner_button .btn{
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .Homebanner .banner_box .banner_img_grp {
        width: 100%;
    }
}

.Homebanner .banner_box .banner_img_grp .girl {
    /* width: 93%; */
    height: 100%;
}

.Homebanner .banner_box .banner_img_grp .spinner {
    position: absolute;
    right: 0px;
    top: 107px;
    align-self: flex-start;
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

.Homebanner .banner_box .banner_img_grp .flow_graph {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

.new_title {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px;
    font-size: 44px;
    color: #232343;
    font-weight: 700;
    line-height: 48px;
}

.new_title::before {
    content: "";
    background: linear-gradient(230.26deg, #2ec774 30.62%, #0084e3 69.74%);
    background-repeat: no-repeat;
    background-size: auto;
    width: 150px;
    height: 3px;
    position: absolute;
    top: 100%;
}

.new_paragraph {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.new_title {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px;
    font-size: 44px;
    color: #232343;
    font-weight: 700;
    line-height: 48px;
}

.new_title::before {
    content: "";
    background: linear-gradient(230.26deg, #2ec774 30.62%, #0084e3 69.74%);
    background-repeat: no-repeat;
    background-size: auto;
    width: 150px;
    height: 3px;
    position: absolute;
    top: 100%;
}

.new_paragraph {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 21px;
}

.financial_intelligence {
    padding: 100px 0 70px;
    margin-bottom: 50px;
    background: linear-gradient(90deg, #fff 54%, #deebff 46%);
}

.financial_intelligence .financial_intel_view .new_title {
    font-size: 36px;
}

.financial_intelligence .financial_intel_view .new_paragraph {
    max-width: 450px;
}

.financial_intelligence .financial_intel_view .iso_images {
    display: flex;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-top: 25px;
}

.financial_intelligence .financial_intel_view .financial_ul {
    list-style: none;
    display: flex;
}

.financial_intelligence .financial_intel_view .financial_ul .financial_li {
    padding: 0 10px;
}

.financial_intelligence .financial_intel_view .financial_ul .financial_li .financialli_img {
    width: 100%;
}

.financial_intelligence .financial_intel_view .financial_ul .financial_li .financialli_img.financialscale_img img {
    max-width: 100%;
    transform: scale(1.4);
    transform-origin: left bottom;
}

@media (max-width: 1399px) {
    .financial_intelligence .financial_intel_view .financial_ul .financial_li .financialli_img.financialscale_img img {
        transform: scale(1.2);
    }
}

@media (max-width: 1199px) {
    .financial_intelligence .financial_intel_view .financial_ul .financial_li .financialli_img.financialscale_img img {
        transform: scale(1.1);
    }
}

.financial_intelligence .financial_intel_view .financial_ul .financial_li .financialli_img.financialscale_img.scaleright_img img {
    transform-origin: right top;
}

.financial_intelligence .financial_intel_view .financial_ul .financial_li.financial_chart img {
    width: 150px;
    height: 150px;
}

.unique_features {
    /*background: linear-gradient(269.77deg, rgba(46, 199, 116, 0.4) 52%, rgba(0, 132, 227, 0.4) 115%), url(../images/new_home_unique.png) no-repeat left bottom;*/
    /*background-size: 31%;*/
    /*background-repeat: no-repeat;*/
    position: relative;
}

.unique_features .our_uniquefeatures {
    padding: 25px 0 50px;
}

.unique_features .our_uniquefeatures .feature_p_m {
    justify-content: end;
}

.unique_features .our_uniquefeatures .feature_p_1 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    max-width: 36%;
    background: linear-gradient(269.77deg,
            rgba(46, 199, 116, 0.4) 52%,
            rgba(0, 132, 227, 0.4) 115%),
        url(../images/unique_feature_banner.jpg) no-repeat center bottom;
    background-size: cover;
}

.unique_features .our_uniquefeatures .new_title {
    font-size: 36px;
    line-height: 40px;
}

@media (max-width: 1500px) {
    .unique_features .our_uniquefeatures .feature_p_1 {
        max-width: 35%;
        background-position: 65% bottom;
    }
}

@media (max-width: 1300px) {
    .unique_features .our_uniquefeatures .feature_p_1 {
        max-width: 33%;
    }
}

@media (max-width: 991px) {
    .unique_features .our_uniquefeatures .feature_p_1 {
        background: transparent;
    }
}

.unique_features .our_uniquefeatures .our_features .unique_featureul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding: 25px 0 35px 0;
}

.unique_features .our_uniquefeatures .our_features .unique_featureul .unique_featureli {
    display: flex;
    align-items: center;
    width: 50%;
}

.unique_features .our_uniquefeatures .our_features .unique_featureul .unique_featureli .uniqueli_img {
    /* max-width: 50px;
  max-height: 50px; */
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-right: 24px;
}

.unique_features .our_uniquefeatures .our_features .unique_featureul .unique_featureli .uniqueli_text {
    font-size: 16px;
    color: #232343;
    font-weight: 700;
    line-height: 19px;
    max-width: 205px;
    margin-bottom: 0;
}

.unique_features .our_uniquefeatures .our_features .new_bookdemo {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.unique_features .our_uniquefeatures .our_features .new_bookdemo .feature_button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    border-radius: 50px;
    padding: 13px 25px;
    /*margin: 0 auto;*/
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 800;
    line-height: 19px;
    color: #fff;
}

.unique_features .our_uniquefeatures .our_features .new_bookdemo .feature_button img {
    padding-right: 12px;
}

@media (max-width: 991px) {}

.new_knowledgecenter {
    padding: 70px 0 50px 0;
}

.new_knowledgecenter .new_title {
    text-align: center;
}

.new_knowledgecenter .new_title::before {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.new_knowledgecenter .new_paragraph {
    text-align: center;
}

.new_knowledgecenter .syncedslider_center {
    margin-top: 40px;
}

.new_knowledgecenter .syncedslider_center .knowledgeslider_view {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    padding-bottom: 15px;
}

.new_knowledgecenter .syncedslider_center .centername_slider {
    padding: 0 60px 10px;
    margin-top: 15px;
}

.new_knowledgecenter .syncedslider_center .centername_slider p {
    font-size: 32px;
    color: #232343;
    font-weight: 700;
    line-height: 48px;
    opacity: 0.3;
    white-space: nowrap;
    padding: 0px 20px;
    cursor: pointer;
    margin-bottom: 0;
}

.new_knowledgecenter .syncedslider_center .centername_slider p.slick-current {
    opacity: 1;
}

.new_knowledgecenter .syncedslider_center .btn_newprev {
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 9;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px 20px 17px 25px;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.15);
    border-radius: 29.5px;
    margin-top: 10px;
}

.new_knowledgecenter .syncedslider_center .btn_newnex {
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 9;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px 20px 17px 25px;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.15);
    border-radius: 29.5px;
    margin-top: 10px;
}

.new_knowledgecenter .centerdetail_sider {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
}

.new_knowledgecenter .centerdetail_sider .newcard_slid .knowledge-post-btn {
    display: flex;
    min-height: 250px;
    flex-wrap: wrap;
}

.new_knowledgecenter .centerdetail_sider .newcard_slid {
    display: flex;
    flex-direction: column;
}

.new_knowledgecenter .centerdetail_sider .newcard_slid .neweach_slider {
    max-width: 260px;
    margin-right: 25px;
    overflow: hidden;
    width: 22%;
}

.new_knowledgecenter .centerdetail_sider .newcard_slid .neweach_slider .newpart_1 img {
    max-width: 240px;
    max-height: 150px;
    max-width: 100%;
    border-radius: 15px;
}

.new_knowledgecenter .centerdetail_sider .newcard_slid .neweach_slider .newpart_2 {
    padding-left: 5px;
}

.new_knowledgecenter .centerdetail_sider .newcard_slid .neweach_slider .newpart_2 p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 10px 0 7px;
}

.new_knowledgecenter .centerdetail_sider .newcard_slid .neweach_slider .newpart_2 a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.new_knowledgecenter .newcenter_link {
    margin: 25px 0 0;
    text-align: center;
    max-width: 100%;
}

.footertop_line {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    border-radius: 30px 30px 0px 0px;
}

.footertop_line h4 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.005em;
    margin-bottom: 0;
}

.footertop_line a {
    color: #fff;
    text-decoration: none;
}

.why_pathquest_section {
    position: relative;
    padding: 50px 0;
    background-color: #f5f9ff;
    height: 100%;
    width: 100%;
}

.why_pathquest_section .testimonial_main {
    display: flex;
    justify-content: end;
    /*max-width: 100%;*/
    align-items: center;
    /*position: relative;*/
}

.why_pathquest_section .testimonial_main .testimonial_p1 {
    width: 30%;
    position: absolute;
    left: 0;
    /*margin-top: 30px;*/
}

.why_pathquest_section .rtl-slider {
    max-width: 586px;
    width: auto;
    max-height: 457px;
}

.why_pathquest_section .testimonial_main .testimonial_p2 {
    width: 70%;
    /*margin-right: 113px;*/
}

@media (max-width: 1366px) {
    .why_pathquest_section .testimonial_main .testimonial_p1 {
        width: calc(40% - 40px);
        max-height: 457px;
        margin-right: 40px;
    }

    .why_pathquest_section .testimonial_main .testimonial_p2 {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .why_pathquest_section .testimonial_main {
        flex-direction: column;
    }

    .why_pathquest_section .testimonial_main .testimonial_p1 {
        margin-right: 0;
        width: 100%;
        position: relative;
    }

    .why_pathquest_section .testimonial_main .testimonial_p2 {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .why_pathquest_section {
        padding: 30px 5px;
    }
}

.why_pathquest_section .new_title::before {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.why_pathquest_section .title_text {
    text-align: center;
    margin-bottom: 30px;
}

.why_pathquest_section .title_text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

@media (max-width: 767px) {
    .why_pathquest_section .title_text h2 {
        font-size: 35px;
        font-weight: 600;
    }

    .unique_features .our_uniquefeatures .our_features .new_bookdemo {
        justify-content: center;
    }
}

.why_pathquest_section .title_text p {
    font-size: 18px;
    color: #232343;
}

@media (max-width: 991px) {
    .why_pathquest_section .title_text p {
        line-height: 1.5;
    }
}

.why_pathquest_section .col-md-4 {
    position: static;
}

@media (max-width: 767px) {
    .why_pathquest_section .col-md-4 {
        position: relative;
    }
}

.why_pathquest_section .rtl-slider {
    max-height: 100%;
    position: relative;
    display: flex;
}

/* @media (min-width: 1300px) {
  .why_pathquest_section .rtl-slider {
  }
} */
@media (max-width: 991px) {
    .why_pathquest_section .rtl-slider {
        position: relative;
        display: block;
        margin: 0 auto;
    }
}

.why_pathquest_section .rtl-slider .main_slide_img {
    max-width: 100%;
    margin-right: 10px;
}

.why_pathquest_section .rtl-slider .main_slide_img img,
.why_pathquest_section .rtl-slider .main_slide_img video {
    border-radius: 10px;
}

@media (max-width: 767px) {
    .why_pathquest_section .rtl-slider .main_slide_img {
        height: auto;
    }
}

.why_pathquest_section .rtl-slider .main_slide_img img {
    max-width: 586px;
    max-height: 457px;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .why_pathquest_section .rtl-slider .main_slide_img img {
        border-radius: 20px;
    }
}

.why_pathquest_section .rtl-slider-nav {
    overflow-y: hidden;
}

.why_pathquest_section .rtl-slider-nav .slick-list {
    padding: 0 !important;
}

.why_pathquest_section .rtl-slider-nav .rtl-slider-slide {
    opacity: 0.75;
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    margin: 0px 20px;
    height: 170px;
    visibility: hidden;
}

@media (max-width: 991px) {
    .why_pathquest_section .rtl-slider-nav .rtl-slider-slide {
        padding: 20px 10px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .why_pathquest_section .rtl-slider-nav .rtl-slider-slide {
        margin: 10px;
        padding: 10px;
        height: 200px;
    }
}

.why_pathquest_section .rtl-slider-nav .rtl-slider-slide h2 {
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 60px;
    margin-right: 30px;
    letter-spacing: initial;
    opacity: 0.5;
}

.why_pathquest_section .rtl-slider-nav .rtl-slider-slide .text h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .why_pathquest_section .rtl-slider-nav .rtl-slider-slide .text h4 {
        font-size: 19px;
    }
}

.why_pathquest_section .rtl-slider-nav .rtl-slider-slide .text p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.why_pathquest_section .rtl-slider-nav .slick-current.slick-active {
    opacity: 1;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.why_pathquest_section .rtl-slider-nav .rtl-slider-slide.slick-active {
    visibility: visible;
}

.why_pathquest_section .rtl-slider-nav .slick-current.slick-active h4 {
    color: #0084e3;
}

@media (max-width: 400px) {
    .rtl-slider-nav .slick-list {
        max-height: 100%;
    }

    .why_pathquest_section .testimonial_main .testimonial_p1 {
        max-height: 100%;
    }

    .why_pathquest_section .testimonial_main .testimonial_p1 {
        max-height: 100%;
    }

    .why_pathquest_section .rtl-slider-nav .rtl-slider-slide {
        height: 250px;
    }

    .why_pathquest_section .rtl-slider-nav .rtl-slider-slide h2 {
        font-size: 40px;
        margin-right: 15px;
    }

    .why_pathquest_section .rtl-slider-nav .rtl-slider-slide .text h4 {
        line-height: 23px;
    }
}

.future_focused_business {
    position: relative;
    padding: 70px 0 70px;
}

@media (max-width: 575px) {
    .future_focused_business {
        padding: 30px 5px;
    }
}

.future_focused_business .new_title::before {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.future_focused_business .title_text {
    text-align: center;
    margin-bottom: 30px;
}

.future_focused_business .title_text h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    max-width: 881px;
    margin: 0 auto 20px;
}

@media (max-width: 991px) {
    .future_focused_business .title_text {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .future_focused_business .title_text h2 {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.3;
    }
}

.future_focused_business .title_text p {
    font-size: 18px;
    max-width: 771px;
    margin: 0 auto;
    color: #232343;
}

@media (max-width: 767px) {
    .future_focused_business .title_text p {
        line-height: 1.5;
    }
}

.future_focused_business .empower_future {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .future_focused_business .empower_future {
        padding: 0 10px;
    }
}

@media (min-width: 1600px) {
    .future_focused_business .empower_future .box {
        min-height: 258px !important;
    }
}

.future_focused_business .empower_future .box {
    display: flex;
    height: 100%;
    margin: 20px 40px;
    min-height: 280px;
    align-items: center;
    box-shadow: 9px 3px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .future_focused_business .empower_future .box {
        min-height: 330px;
        margin: 30px;
    }
}

@media (max-width: 767px) {
    .future_focused_business .empower_future .box {
        min-height: 330px;
        margin: 20px 30px;
    }
}

@media (max-width: 575px) {
    .future_focused_business .empower_future .box {
        margin: 27px;
    }
}

@media (max-width: 400px) {
    .future_focused_business .empower_future .box {
        min-height: 300px;
    }
}

.future_focused_business .empower_future .box .text_box {
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
    position: relative;
    padding: 30px 20px;
    /* height: 100%; */
    height: 325px;
}

.future_focused_business .empower_future .box .text_box h2 {
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 128px;
    margin-bottom: 0;
    line-height: 128px;
    letter-spacing: initial;
    position: absolute;
    left: -50px;
}

@media (max-width: 991px) {
    .future_focused_business .empower_future .box .text_box h2 {
        font-size: 70px;
        left: -25px;
        line-height: 95px;
    }
}

.future_focused_business .empower_future .box .text_box .text_title {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .future_focused_business .empower_future .box .text_box .text_title {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .future_focused_business .empower_future .box .text_box .text_title {
        padding-left: 25px;
    }
}

.future_focused_business .empower_future .box .text_box .text_title h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 23px;
}

@media (max-width: 575px) {
    .future_focused_business .empower_future .box .text_box .text_title h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.future_focused_business .empower_future .box .text_box .text_title p {
    font-size: 18px;
    margin-bottom: 0;
    color: #232343;
}

.future_focused_business .empower_future .slick-custom-arrow {
    position: absolute;
    z-index: 10;
}

.future_focused_business .empower_future .slick-custom-arrow:hover {
    cursor: pointer;
}

.future_focused_business .empower_future .slick-custom-arrow:hover i {
    box-shadow: 0 0 10px;
}

.future_focused_business .empower_future .slick-custom-arrow i {
    border-radius: 50%;
    padding: 10px 10px;
    font-size: 32px;
    color: #adadad;
}

.future_focused_business .empower_future .slick-custom-arrow-right {
    bottom: -60px;
    border-radius: 50%;
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(25px, 0);
    width: 25px;
}

.future_focused_business .empower_future .slick-custom-arrow-left {
    bottom: -60px;
    border-radius: 50%;
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(-25px, 0);
    width: 25px;
}

.future_focused_business .book_btn {
    margin-top: 80px;
    text-align: center;
}

.future_focused_business .feature_button {
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    transition: 0.5s all;
    border-radius: 50px;
    padding: 17px 25px 14px;
    margin: 20px auto 0;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 800;
    line-height: 19px;
    color: #fff;
}

.future_focused_business .feature_button:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.page-template-template-BI-home-new .pqscale .title_text .new_title::before {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.width-30 {
    float: left;
    width: 30%;
}

.soft-images {
    background: #fff;
    box-shadow: 9px 3px 25px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 10px 20px;
    /* height: 100px; */
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.soft-img-main .soft-images:last-child {
    margin-bottom: 0;
}

.soft-images img {
    max-width: 100%;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.soft-svg {
    float: left;
    width: 40%;
}

.page-template-template-BI-home-new .paddtb_90 {
    padding: 70px 0;
    width: 100%;
    background: #f5f9ff;
    border-bottom: 2px solid #eee;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background: #232343;
}

.full-flow-scle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.soft-img-main .soft-images:last-child {
    margin-bottom: 0;
}

.our-customer-sec {
    padding: 75px 60px 0px;
    float: left;
    width: 50%;
}

.contact_form_testimonial_saec {
    position: relative;
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0) 50%,
            rgb(35, 35, 67) 50%);
    width: 100%;
    height: 100%;
    clear: both;
}

.contact_form_testimonial_saec .col-lg-6 {
    align-self: center;
}

.contact_form_testimonial_saec .wpcf7-form label.error {
    color: #ffffff;
}

@media (max-width: 991px) {
    .contact_form_testimonial_saec {
        background: transparent;
    }
}

.contact_form_testimonial_saec .contact_form_section {
    /*padding: 45px 20px;*/
    position: relative;
    max-width: 550px;
    padding: 45px 20px;
    margin: 0 auto;
}

/*@media (max-width: 1600px) {
  .contact_form_testimonial_saec .contact_form_section {
    max-width: 100%;
  }
}*/
/*@media (max-width: 1366px) {
    .contact_form_testimonial_saec .contact_form_section {
      max-width: 550px;
      padding: 45px 20px;
  }
}*/
@media (max-width: 991px) {
    .contact_form_testimonial_saec .contact_form_section {
        max-width: 550px;
        padding: 45px 0;
    }
}

/* .contact_form_testimonial_saec .contact_form_section .form-inner {
  background: linear-gradient(168.5deg,
      rgba(255, 255, 255, 0.25) 3.55%,
      rgba(255, 255, 255, 0) 49.21%,
      rgba(255, 255, 255, 0.25) 92.52%);
  border-radius: 15px;
  padding: 40px 38px;
  width: 100%;
  margin: 0 auto;
} */

@media (max-width: 991px) {
    .contact_form_testimonial_saec .contact_form_section .form-inner {
        background: rgb(35, 35, 67);
    }
}

.contact_form_testimonial_saec .contact_form_section .form-inner .form-group input {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 13px 15px;
    font-size: 14px;
    color: #ffffff;
    background: transparent;
    outline: none;
}

.contact_form_testimonial_saec .contact_form_section .form-inner .form-group input:focus {
    box-shadow: none;
}

.contact_form_testimonial_saec .contact_form_section .form-inner .form-group input::-moz-placeholder {
    color: #ffffff;
}

.contact_form_testimonial_saec .contact_form_section .form-inner .form-group input:-ms-input-placeholder {
    color: #ffffff;
}

.contact_form_testimonial_saec .contact_form_section .form-inner .form-group input::placeholder {
    color: #ffffff;
}

.contact_form_testimonial_saec .contact_form_section .form-inner .form-group select {
    padding: 13px 15px;
    height: auto;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/aerrow-down.png") white no-repeat 94.5% !important;
    background-color: transparent !important;
}

.contact_form_testimonial_saec .contact_form_section .form-inner .form-group select option {
    color: #333;
}

.contact_form_testimonial_saec .contact_form_section .form-inner h4 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 44px;
    color: #fff;
    margin-bottom: 33px;
    text-align: center;
    line-height: 50px;
}

@media (max-width: 767px) {
    .contact_form_testimonial_saec .contact_form_section .form-inner h4 {
        font-size: 35px;
    }
}

.contact_form_testimonial_saec .contact_form_section .form-inner .blue-btn {
    border-radius: 10px;
    background: #0a88e3 !important;
    border: 1px solid #0a88e3 !important;
    color: #fff;
    padding: 13px 16px;
    display: inline-block;
    min-width: 170px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.6s;
}

.contact_form_testimonial_saec .contact_form_section .form-inner .blue-btn:hover {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: #0a88e3 !important;
}

.contact_form_testimonial_saec .testimonial {
    padding: 75px 100px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.contact_form_testimonial_saec .testimonial::before {
    content: open-quote;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 200px;
    color: rgba(10, 136, 227, 0.4);
    line-height: 200px;
    transform: translateY(-50%);
    display: inline-block;
    background: rgba(10, 136, 227, 0.2);
    height: 200px;
    width: 200px;
    border-radius: 50%;
    line-height: 270px;
    top: 50%;
    z-index: -1;
    font-weight: 700;
    opacity: 0.7;
}

/* .contact_form_testimonial_saec .testimonial::after{
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  right: 0;
  margin: 0 auto;
  text-align: center;
  height: 200px;
  width: 200px;
  background: rgba(10,136,227,0.2);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
} */
@media (max-width: 1366px) {
    .contact_form_testimonial_saec .testimonial {
        max-width: 550px;
        padding: 70px 20px 40px;
    }
}

@media (max-width: 991px) {
    .contact_form_testimonial_saec .testimonial {
        padding: 20px 0px 0px 0px;
        max-width: 550px;
    }
}

.contact_form_testimonial_saec .testimonial .testinomial_title {
    text-align: center;
}

.contact_form_testimonial_saec .testimonial .testinomial_title h2 {
    font-size: 40px;
    color: #232343;
    font-weight: 700;
    position: relative;
    line-height: 45px;
    max-width: 500px;
    margin: 0 auto;
}

/* .contact_form_testimonial_saec .testimonial .testinomial_title h2::after {
  content: url(../images/quote.png);
  position: absolute;
  top: -30px;
  left: -28px;
  z-index: -1;
} */

.contact_form_testimonial_saec .testimonial .testinomial_title .new_title::before {
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {

    .contact_form_testimonial_saec .testimonial .testinomial_title h2,
    .new_title {
        font-size: 26px;
        line-height: 1.3;
    }
}

.contact_form_testimonial_saec .testimonial .testinomial_title h3 {
    font-size: 24px;
    margin: 10px 0;
    color: #232343;
}

.contact_form_testimonial_saec .testimonial .testimonial_box_text {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.contact_form_testimonial_saec .testimonial .testimonial_box_text p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    color: #232343;
    width: 100%;
}

.contact_form_testimonial_saec .testimonial .testimonial_box_text .img_box {
    width: 150px;
    text-align: center;
    display: none;
}

.contact_form_testimonial_saec .testimonial .testimonial_box_text .img_box img {
    max-width: 100%;
    margin-bottom: 10px;
    min-height: 150px;
}

.contact_form_testimonial_saec .testimonial .testimonial_box_text .img_box h4 {
    font-size: 16px;
    font-weight: 700;
}

.contact_form_testimonial_saec .testimonial .testimonial_box_text .img_box h5 {
    font-size: 14px;
    font-weight: 400;
}

.contact_form_testimonial_saec .slider_dots {
    /*width: 40%;*/
    margin: 0 auto;
}

@media (max-width: 991px) {
    .contact_form_testimonial_saec .slider_dots {
        margin-bottom: 20px;
    }
}

.contact_form_testimonial_saec .slider_dots .testimonial_box-name-job {
    text-align: center;
    display: none;
    position: relative;
    text-align: center;
    margin-left: 18px;
    margin-top: 10px;
    /* left: 50%;
  transform: translate(-50%, 0);
  width: 130px; */
}

.contact_form_testimonial_saec .slider_dots .testimonial_box-name-job h4 {
    white-space: nowrap;
    color: #232343;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 18px;
    margin: 0 0 5px 0;
}

.contact_form_testimonial_saec .slider_dots .testimonial_box-name-job p {
    color: #232343;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.contact_form_testimonial_saec .slider_dots .slider_navigators {
    /*transform: scale(0.8);*/
    transform: scale(1);
    outline: none;
    cursor: pointer;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_form_testimonial_saec .slider_dots .slider_navigators img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #ddd;
}

.contact_form_testimonial_saec .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.contact_form_testimonial_saec .slick-dots .slider_navigators.slick-active {
    transform: scale(0.4);
}

/*.contact_form_testimonial_saec .slider_navigators.slick-active.slick-current {
  transform: scale(1);
}*/

.contact_form_testimonial_saec .slider_navigators.slick-current.slick-active .testimonial_box-name-job {
    display: block;
}

/*# sourceMappingURL=home.css.map */

.soft-finl-img .soft-images {
    margin-bottom: 0;
}

.form-inner .col-md-6,
.form-inner .col-md-12,
.form-inner .col-12 {
    padding-right: 7px;
    padding-left: 7px;
}

.form-inner .form-group {
    margin-bottom: 15px;
}

.contact_form_section .wpcf7-submit {
    border: 1px solid #0a88e3 !important;
    color: #ffffff !important;
}

.footer-address ul {
    list-style: none;
}

.footer-address ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 18px;
}

.footer-address ul li p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin: 0;
}

.footer-address ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    transition: all ease 0.6s;
}

.footer-address ul li a:hover {
    color: #0a88e3;
}

.footer-address ul li i {
    color: #0a88e3;
    font-size: 18px;
    margin-right: 10px;
    line-height: 21px;
}

.footer-address {
    margin-top: 10px;
}

.newfooter_layout {
    background: #1a1316;
    padding: 50px 0 30px;
    border-radius: 80px 80px 0 0;
}

.newfooter_layout .row {
    justify-content: space-between;
}

@media (max-width: 575px) {
    .newfooter_layout {
        border-radius: 0;
    }
}

header.new-home-bi {
    position: fixed;
    box-shadow: none;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
    transition: all ease 0.7s;
}

.new-home-bi .header_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px !important;
    background: rgba(255, 255, 255, 0.19);
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(7px);
    border-radius: 10px;
}

/* .new-home-bi .header_part ul li a {
  color: #ffffff !important;
} */

header.new-home-bi #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-link {
    color: #ffffff !important;
}

header.new-home-bi.sticky-header {
    box-shadow: -4px -2px 5px 0px rgb(0 0 0 / 50%);
    top: 0;
}

header.new-home-bi.sticky-header .header_part {
    padding: 15px 0 !important;
}

header.new-home-bi.sticky-header #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item .mega-menu-link {
    color: #000000 !important;
}

header.new-home-bi.sticky-header #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.signup_btn .mega-menu-link {
    color: #ffffff !important;
}

.new_knowledgecenter .centerdetail_sider .newcard_slid .neweach_slider .newpart_1 {
    max-height: 150px;
    overflow: hidden;
}

.site-footer .wpcf7-form {
    overflow: visible;
}

.site-logo.new-header-sticky {
    display: none;
}

header.new-home-bi.sticky-header .site-logo {
    display: none;
}

header.new-home-bi.sticky-header .site-logo.new-header-sticky {
    display: block;
}

.newcenter_link .cmn_link {
    text-transform: capitalize;
}

.modal.bookADemo .modal-dialog {
    /*  transform: translateY(-50%);
  top: 50%;*/
    margin: 20px auto;
    width: 100%;
    max-width: 950px;
    transition: all 0.3s ease-out;
    padding: 0 15px;
}

/* .bookADemo .modal-content {
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.19);
  border: 0.5px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(7px);
  border-radius: 15px;
  text-align: center;
} */
.modal.bookADemo .modal-dialog {
    /*  transform: translate(0, -50%);
  top: 60%;*/
    margin: 20px auto;
    width: 100%;
    max-width: 750px;
    transition: all 0.3s ease-out;
    padding: 0 15px;
}

/*.modal.show.bookADemo .modal-dialog {
  top: 50%;
}*/

.bookADemo .modal-content {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.19);
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(7px);
    border-radius: 15px;
    text-align: center;
}

.bookADemo .explorePqBi {
    display: flex;
    flex-flow: column;
}

.bookADemo .explorePqBi h2 {
    font-size: 34px;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 600;
}

.bookADemo .explorePqBi p {
    font-size: 15px;
    color: #fff;
    margin: 0 auto 25px;
    max-width: 600px;
}

.progress {
    border-radius: 20px;
    height: 13px;
    display: block;
}

.progress .progress-bar {
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    border-radius: 20px;
    height: 100%;
}

.explorePqBi .form-group {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: flex-start;
}

.explorePqBi .form-group input,
.explorePqBi .form-group select {
    border-radius: 25px;
    margin-right: 25px;
    padding: 9px 22px;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
}

.explorePqBi .form-group a,
.explorePqBi .form-group input[type="submit"] {
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    color: #fff;
    padding: 9px 30px;
    line-height: normal;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 600;
    width: 140px;
    border: none;
    margin: 0;
}

.explorePqBi .form-group a:hover,
.explorePqBi .form-group input[type="submit"]:hover {
    background: linear-gradient(269deg, #2ec774 -1.93%, #0084e3 101.79%);
    color: #fff;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.explorePqBi .form-group .inputGroup {
    text-align: left;
    display: flex;
    flex-flow: column;
    width: 100%;
    padding-right: 25px;
}

.explorePqBi .form-group .inputGroup small {
    display: none;
}

.explorePqBi .form-group .inputGroup .form-control.error ~ small {
    display: block;
}

@media (max-width: 767px) {
    .bookADemo .explorePqBi h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .bookADemo .explorePqBi h2 {
        font-size: 24px;
    }

    .explorePqBi .form-group {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .explorePqBi .form-group input,
    .explorePqBi .form-group select {
        margin: 0 auto 15px;
    }
}

.book_btn .feature_button img {
    margin-right: 13px;
}

/* 
.page-template-template-BI-home-new .menu1,
.page-template-template-BI-home-new .menu2 {
  background-color: #ffffff !important;
} */

.page-template-template-BI-home-new #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item > .mega-sub-menu {
    left: -40% !important;
}

.page-template-template-BI-home-new #gtco-main-nav .menu1 .arrow_icon {
    left: 45%;
}

.page-template-template-BI-home-new #gtco-main-nav #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-item-1567 > .mega-sub-menu {
    left: -12% !important;
}

/* .bookADemo .book-box i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.bookADemo .close:focus,
.bookADemo .close:hover {
  outline: none;
}

.bookADemo .white-bg {
  padding: 30px 15px;
}

.bookADemo .book-box {
  margin: 0 auto;
}

.bookADemo .bookdemo_form .book-submit {
  margin-bottom: 0;
}

.bookADemo .modal-content {
  border-radius: 10px;
} */
.pqscale {
    position: relative;
    padding: 50px 0;
    width: 100%;
    background: #f5f9ff;
    border-bottom: 2px solid #eee;
    text-align: center;
    overflow: hidden;
    height: 100%;
}

@media (max-width: 767px) {
    .pqscale {
        padding: 50px 0 30px;
    }
}

@media (max-width: 575px) {
    .pqscale {
        padding: 50px 0;
    }
}

.pqscale .blur {
    filter: blur(5px);
    transition: 0.5s all;
}

.pqscale h2 {
    margin-bottom: 20px;
}

.pqscale .title_text .new_title::before {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.pqscale .tools_int_btn {
    position: absolute;
    width: 245px;
    right: -99px;
    top: 50%;
    transform: rotate(-90deg);
    background: #0a88e3;
    border-radius: 18px 18px 0px 0px;
    color: #fff;
    padding: 13px 0px;
    font-size: 20px;
    font-weight: 700;
    transition: 0.5s all;
    z-index: 2;
    display: inline-block;
    border: 0;
    cursor: pointer;
}

.pqscale .tools_int_btn:focus {
    outline: 0;
}

@media (max-width: 767px) {
    .pqscale .tools_int_btn {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pqscale .tools_int_btn {
        bottom: 0;
        transform: rotate(0deg);
        right: 0;
        left: 0;
        width: 50%;
        margin: 0 auto;
        top: auto;
        padding: 10px 0;
        font-size: 15px;
        font-weight: 600;
    }
}

.pqscale .tools_int_btn:hover {
    background-color: #232343;
}

.pqscale .tools_section {
    padding: 50px 0;
    position: absolute;
    right: -100%;
    top: 50%;
    width: 100%;
    background: linear-gradient(rgba(245, 249, 252, 0.8) 50%,
            rgba(245, 249, 252, 0.8) 50%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -50%);
    transition: 0.5s all;
}

.pqscale .tools_section .container {
    overflow: hidden;
    position: relative;
    left: -200%;
    transition: 0.7s all;
}

.pqscale .tools_section .container.right_ul {
    left: 0;
}

.pqscale .tools_section h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .pqscale .tools_section h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .pqscale .tools_section h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

.pqscale .tools_section ul {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

@media (max-width: 767px) {
    .pqscale .tools_section ul {
        flex-direction: column;
    }
}

.pqscale .tools_section ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .pqscale .tools_section ul li {
        margin: 0 0 15px 0;
    }
}

.pqscale .tools_section ul li .icon_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .pqscale .tools_section ul li .icon_box {
        justify-content: center;
    }
}

.pqscale .tools_section ul li .icon_box img {
    margin-bottom: 15px;
    width: 76px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 767px) {
    .pqscale .tools_section ul li .icon_box img {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .pqscale .tools_section ul li .icon_box img {
        width: 50px;
    }

    .pqscale .title_text .new_title {
        font-size: 35px;
        line-height: 40px;
    }
}

.pqscale .tools_section ul li .icon_box::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 100px);
    background-image: url(../images/arrow.png);
    height: 25px;
    background-repeat: no-repeat;
    right: 0;
    top: 30px;
}

@media (max-width: 991px) {
    .pqscale .tools_section ul li .icon_box::after {
        width: calc(100% - 55px);
        top: 15px;
    }
}

@media (max-width: 767px) {
    .pqscale .tools_section ul li .icon_box::after {
        display: none;
    }

    .pqscale .title_text .new_title {
        font-size: 26px;
        line-height: 30px;
    }
}

.pqscale .tools_section ul li .text_box {
    max-width: 250px;
    text-align: left;
}

@media (max-width: 767px) {
    .pqscale .tools_section ul li .text_box {
        max-width: 100%;
        text-align: center;
    }
}

.pqscale .tools_section ul li .text_box h4 {
    font-weight: 700;
    color: #232343;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .pqscale .tools_section ul li .text_box h4 {
        margin-bottom: 10px;
    }
}

.pqscale .tools_section ul li .text_box p {
    font-size: 16px;
    color: #232343;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .pqscale .tools_section ul li .text_box p {
        margin-bottom: 5px;
    }
}

.pqscale .tools_section ul li:last-child .icon_box::after {
    display: none;
}

.pqscale .rights {
    right: 0;
}

.bookADemo .close {
    position: absolute;
    top: 0;
    right: 0px;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
}

.bookADemo .close:focus,
.bookADemo .close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
    outline: none;
}

.new_knowledgecenter .syncedslider_center .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.newfooter_layout .talk-form input::placeholder,
.newfooter_layout .talk-form textarea::placeholder {
    color: #fff !important;
}

.explorePqBi .form-group.mb-2.lname-input .inputGroup {
    margin: 0 0 10px;
    padding: 0;
}

.explorePqBi .form-group.mb-2.lname-input {
    flex-wrap: wrap;
}

/*Pathquest Ap page css*/

.Homebannerap {
    background: linear-gradient(269.77deg,
            #232343 52%,
            rgba(35, 35, 67, 0.6) 115%),
        url(../images/ap-home-banner.png) no-repeat left;
    padding: 120px 0 0;
}

.Homebannerap .banner_box .banner_text {
    /* width: 45%; */
}

.Homebannerap .banner_box .banner_img_grp {
    width: 65%;
}

.Homebannerap .banner_box .banner_img_grp .girl {
    width: 100%;
}

@media (max-width: 1200px) {
    .Homebannerap .banner_box .banner_text {
        width: 50%;
    }

    .Homebannerap .banner_box .banner_img_grp {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .Homebannerap .banner_box .banner_text {
        width: 100%;
        order: 1;
    }

    .Homebannerap .banner_box .banner_img_grp {
        width: 100%;
    }
}

.Homebannerap .banner_box .banner_img_grp .flow_graph {
    width: 120px;
    height: 120px;
    left: 35px;
    top: 10px;
    bottom: auto;
}

.Homebannerap .banner_box .banner_img_grp .spinner {
    right: 0px;
    top: 68px;
    width: 120px;
    height: 120px;
}

.financial_intelligence .financial_ap .financial_ul .financial_li .financialli_img {
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .Homebannerap .banner_box .banner_img_grp .flow_graph {
        width: 70px;
    }

    .Homebannerap .banner_box .banner_img_grp .spinner {
        width: 70px;
        top: auto;
        bottom: 0;
    }
}

.unique_features_ap .our_uniquefeatures .feature_p_1 {
    background: linear-gradient(269.77deg,
            rgba(46, 199, 116, 0.4) 52%,
            rgba(0, 132, 227, 0.4) 115%),
        url(../images/out-future-banner_ap.jpg) no-repeat center bottom;
    background-size: cover;
}

@media (max-width: 1500px) {
    .unique_features_ap .our_uniquefeatures .feature_p_1 {
        max-width: 35%;
        background-position: 55% bottom;
    }
}

@media (max-width: 1300px) {
    .unique_features_ap .our_uniquefeatures .feature_p_1 {
        max-width: 33%;
    }
}

@media (max-width: 991px) {
    .unique_features_ap .our_uniquefeatures .feature_p_1 {
        background: transparent;
    }
}

@media (max-width: 1366px) {
    .why_pathquest_ap .rtl-slider-nav .rtl-slider-slide {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .why_pathquest_ap .rtl-slider-nav .rtl-slider-slide {
        padding: 20px 10px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .why_pathquest_ap .rtl-slider-nav .rtl-slider-slide {
        margin: 10px;
        padding: 10px;
        height: 180px;
    }
}

@media (max-width: 576px) {
    .why_pathquest_ap .rtl-slider-nav .rtl-slider-slide {
        height: 250px;
    }
}

@media (max-width: 400px) {
    .why_pathquest_ap .rtl-slider-nav .slick-list {
        max-height: 100%;
    }

    .why_pathquest_ap .testimonial_main .testimonial_p1 {
        max-height: 100%;
    }

    .why_pathquest_ap .testimonial_main .testimonial_p1 {
        max-height: 100%;
    }

    .why_pathquest_ap .rtl-slider-nav .rtl-slider-slide {
        height: 250px;
    }

    .why_pathquest_ap .rtl-slider-nav .rtl-slider-slide h2 {
        font-size: 40px;
        margin-right: 15px;
    }

    .why_pathquest_ap .rtl-slider-nav .rtl-slider-slide .text h4 {
        line-height: 23px;
    }
}

/*Pathquest Scale page css*/

.Homebannerscale {
    background: linear-gradient(269.77deg,
            #232343 52%,
            rgba(35, 35, 67, 0.6) 115%),
        url(../images/homebanner-scale-bg.png) no-repeat left;
    padding: 120px 0 0;
}

/*.Homebannerscale .banner_box .banner_text{
  width: 50%;
}*/

.Homebannerscale .banner_box .banner_img_grp .girl {
    width: 100%;
}

@media (max-width: 1200px) {
    .Homebannerscale .banner_box .banner_text {
        width: 50%;
    }

    .Homebannerscale .banner_box .banner_img_grp {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .Homebannerscale .banner_box .banner_text {
        width: 100%;
        order: 1;
    }

    .Homebannerscale .banner_box .banner_img_grp {
        width: 100%;
    }
}

.Homebannerscale .banner_box .banner_img_grp .flow_graph {
    width: 120px;
    height: 120px;
    left: 35px;
    top: auto;
    bottom: 24px;
}

.Homebannerscale .banner_box .banner_img_grp .spinner {
    right: 0px;
    bottom: 70px;
    top: auto;
    width: 120px;
    height: 120px;
}

.financial_intelligence .financial_scale .financial_ul .financial_li .financialli_img {
    margin-bottom: 30px;
}

/*@media (max-width: 575px) {
  .Homebannerscale .banner_box .banner_img_grp .flow_graph{
        top: auto;
  }
  .Homebannerscale .banner_box .banner_img_grp .spinner{
      top: auto;
      bottom: 0;
  }

}*/
.unique_features_scale .our_uniquefeatures .feature_p_1 {
    background: linear-gradient(269.77deg,
            rgba(46, 199, 116, 0.4) 52%,
            rgba(0, 132, 227, 0.4) 115%),
        url(../images/out-future-banner_ap.jpg) no-repeat center bottom;
    background: linear-gradient(95.73deg,
            rgba(46, 199, 116, 0.4) -1.93%,
            rgba(0, 132, 227, 0.4) 101%),
        url(../images/pqscalefeature1.png) no-repeat center bottom;
    background-size: cover;
}

@media (max-width: 1500px) {
    .unique_features_scale .our_uniquefeatures .feature_p_1 {
        max-width: 35%;
        background-position: 55% bottom;
    }
}

@media (max-width: 1300px) {
    .unique_features_scale .our_uniquefeatures .feature_p_1 {
        max-width: 33%;
    }
}

@media (max-width: 991px) {
    .unique_features_scale .our_uniquefeatures .feature_p_1 {
        background: transparent;
    }
}

@media (max-width: 1366px) {
    .why_pathquest_scale .rtl-slider-nav .rtl-slider-slide {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .why_pathquest_scale .rtl-slider-nav .rtl-slider-slide {
        padding: 20px 10px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .why_pathquest_scale .rtl-slider-nav .rtl-slider-slide {
        margin: 10px;
        padding: 10px;
        height: 220px;
    }
}

@media (max-width: 400px) {
    .why_pathquest_scale .rtl-slider-nav .slick-list {
        max-height: 100%;
    }

    .why_pathquest_scale .testimonial_main .testimonial_p1 {
        max-height: 100%;
    }

    .why_pathquest_scale .testimonial_main .testimonial_p1 {
        max-height: 100%;
    }

    .why_pathquest_scale .rtl-slider-nav .rtl-slider-slide {
        height: 250px;
    }

    .why_pathquest_scale .rtl-slider-nav .rtl-slider-slide h2 {
        font-size: 40px;
        margin-right: 15px;
    }

    .why_pathquest_scale .rtl-slider-nav .rtl-slider-slide .text h4 {
        line-height: 23px;
    }
}

/* newcontactpage */
.page-template-template-contactus .site-content {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #d6d6ff 45%, #232343 45%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page-template-template-contactus .site-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #8282ba;
    transform: skew(0deg, -20deg) translateY(-220px);
    height: 40%;
    width: 45%;
}

.newcontact_page {
    padding: 225px 0 100px;
}

.newcontact_page .form-terms a {
    text-transform: capitalize;
}

.newcontact_page .form-terms a:hover {
    color: #0a88e3;
}

.newcontactform {
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(7.5px);
    border-radius: 18px;
}

.newcontactform .wpcf7-form-control-wrap input::placeholder,
.newcontactform .wpcf7-form-control-wrap textarea::placeholder,
.newcontactform .wpcf7-form-control-wrap select {
    color: #232343;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.newcontactform .wpcf7-form-control-wrap input,
.newcontactform .wpcf7-form-control-wrap textarea,
.newcontactform .wpcf7-form-control-wrap select {
    background: white;
    border: 1px solid #dadada !important;
    border-radius: 10px;
    padding-left: 15px !important;
    height: 50px;
}

.newcontactform .wpcf7-form-control-wrap select {
    opacity: 1;
}

.newcontactform .contact-form .checkbox label {
    margin-bottom: 0 !important;
}

.newcontactform .contact-form .checkbox.form-group label span.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #232343;
}

@media(max-width:1024px) {
    .newcontactform .contact-form .checkbox.form-group label span.wpcf7-list-item-label {
        font-size: 13px !important;
    }

    .contact-form .checkbox.form-group label span.wpcf7-list-item-label:before {
        margin-right: 7px;
    }

    .newcontactform .form-terms a {
        font-size: 13px !important;
    }
}


.newcontactform .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    border-radius: 300px;
    border: none;
}

.newcontactform .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn:hover {
    color: #fff !important;
}
.page-template-template-contactus .newcontactform .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.btn:hover {
    color: #0a88e3 !important;
}

.newcontactform .form-terms a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #232343;
}

.newcontactform .contact-form .form-group {
    margin-bottom: 15px;
}

.newcontactform .contact-form .form-group.checkbox {
    margin-bottom: 15px;
}

.newcontactaddress .c-logo {
    margin: 15px 0 50px;
}

.newcontactaddress .c-logo a {
    display: inline-block;
    height: 65px;
    max-width: 260px;
}

.newcontactaddress h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 60px;
}

.newcontactaddress .c-info {
    margin-bottom: 35px;
}

.newcontactaddress .c-info h3 {
    color: #fff;
    line-height: 30px;
}

.newcontactaddress .c-info address p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    max-width: 275px;
}

.newcontactaddress .c-link a {
    font-weight: 700;
}

@media (max-width: 991px) {
    .newcontactaddress h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .newcontactaddress {
        margin-top: 50px;
    }

    .page-template-template-contactus .site-content {
        background: #232343;
    }

    .page-template-template-contactus .site-content::before {
        background: #232343;
    }

    .newcontact_page {
        padding: 140px 0 50px;
    }
}

@media (max-width: 575px) {
    .newcontactform {
        padding: 40px 20px;
    }
}

/* start pathquest ap homw word slider */

.Homebannerap .banner_box .newhome_image {
    position: relative;
    display: flex;
    width: 40%;
}

.Homebannerap .banner_box .newhome_image .newfront_image {
    /* width: 75%; */
    margin: 0 auto;
}

.Homebannerap .banner_box .newhome_image .wordslider .wordslider__ul {
    width: auto;
    max-width: 230px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2.5px);
    border-radius: 40px;
    padding: 10px 0 10px 115px;
    margin: 0;
}

.Homebannerap .banner_box .newhome_image .wordslider .wordslider__ul::before {
    content: "";
    background-image: url(../images/bluedot.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    font-size: 18px;
    color: #232343;
    line-height: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.Homebannerap .banner_box .newhome_image .wordslider .wordslider__word {
    text-transform: capitalize;
    font-size: 18px;
    color: #232343;
    line-height: 22px;
    font-weight: 700;
    border: none;
}

.Homebannerap .banner_box .newhome_image .wordslider#w1slider {
    position: absolute;
    top: 46%;
    left: 0;
}

.Homebannerap .banner_box .newhome_image .wordslider#w2slider {
    position: absolute;
    top: 60%;
    left: 30%;
}

.Homebannerap .banner_box .newhome_image .wordslider#w1slider .wordslider__ul {
    max-width: 280px !important;
    padding: 10px 0 10px 110px;
}

.Homebannerap .banner_box .newhome_image .wordslider#w2slider .wordslider__ul {
    max-width: 295px !important;
}

.Homebannerap .banner_box .newhome_image .wordslider#w1slider .wordslider__ul::before {
    content: "     Minimize";
    white-space: pre;
}

.Homebannerap .banner_box .newhome_image .wordslider#w2slider .wordslider__ul::before {
    content: "     Maximize ";
    white-space: pre;
}

@media (max-width: 991px) {
    .Homebannerap .banner_box {
        flex-direction: column;
        row-gap: 25px;
    }

    .Homebannerap .banner_box .banner_text {
        order: 1;
    }
}

@media (max-width: 767px) {
    .Homebannerap .banner_box .newhome_image .wordslider#w1slider {
        top: 65%;
        left: 44%;
    }

    .Homebannerap .banner_box .newhome_image .wordslider#w2slider {
        top: 85%;
        left: 44%;
    }
    .Homebannerap .banner_box {
        row-gap: 0;
    }
}

@media (max-width: 575px) {
    .Homebannerap .banner_box .newhome_image {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    .Homebannerap .banner_box .newhome_image .wordslider#w1slider {
        position: unset;
        margin: 0 auto;
    }

    .Homebannerap .banner_box .newhome_image .wordslider#w2slider {
        position: unset;
        margin: 0 auto;
    }
}

/* for new pages header submenu css */

.page-template-template-home .mega-sub-menu .menu1,
.page-template-template-about-us .mega-sub-menu .menu1,
.page-template-template-features-new .mega-sub-menu .menu1,
.page-template-template-contactus .mega-sub-menu .menu1,
.page-template-template-BI-home-new .mega-sub-menu .menu1,
.page-template-template-AP-home-new .mega-sub-menu .menu1,
.page-template-template-scale-home-home .mega-sub-menu .menu1,
.page-template-template-industries .mega-sub-menu .menu1,
.page-template-template-bi-integration .mega-sub-menu .menu1,
.page-template-template-ap-Integration .mega-sub-menu .menu1,
.page-template-template-book-demo .mega-sub-menu .menu1,
.page-template-template-data-security .mega-sub-menu .menu1,
.page-template-default .mega-sub-menu .menu1 {
    background: rgba(255, 255, 255, 1) !important;
}

.page-template-template-home .mega-sub-menu .menu2,
.page-template-template-about-us .mega-sub-menu .menu2,
.page-template-template-features-new .mega-sub-menu .menu2,
.page-template-template-contactus .mega-sub-menu .menu2,
.page-template-template-BI-home-new .mega-sub-menu .menu2,
.page-template-template-AP-home-new .mega-sub-menu .menu2,
.page-template-template-scale-home-home .mega-sub-menu .menu2,
.page-template-template-industries .mega-sub-menu .menu2,
.page-template-template-bi-integration .mega-sub-menu .menu2,
.page-template-template-ap-Integration .mega-sub-menu .menu2,
.page-template-template-book-demo .mega-sub-menu .menu2,
.page-template-template-data-security .mega-sub-menu .menu2,
.page-template-default .mega-sub-menu .menu2 {
    background: rgba(255, 255, 255, 1) !important;
}

.page-template-template-home .mega-sub-menu .arrow_icon,
.page-template-template-about-us .mega-sub-menu .arrow_icon,
.page-template-template-features-new .mega-sub-menu .arrow_icon,
.page-template-template-contactus .mega-sub-menu .arrow_icon,
.page-template-template-BI-home-new .mega-sub-menu .arrow_icon,
.page-template-template-AP-home-new .mega-sub-menu .arrow_icon,
.page-template-template-scale-home-home .mega-sub-menu .arrow_icon {
    background: rgba(255, 255, 255, 0.9) !important;
}

.navbar-brand {
    height: 45px;
    padding: 0;
}

.navbar-brand img {
    height: 100%;
}

.page-template-template-AP-home-new .navbar-brand,
.page-template-template-BI-home-new .navbar-brand,
.page-template-template-scale-home-home .navbar-brand {
    height: 45px;
    padding: 0;
}

.page-template-template-AP-home-new .navbar-brand img,
.page-template-template-BI-home-new .navbar-brand img,
.page-template-template-scale-home-home .navbar-brand img {
    height: 100%;
}

@media (max-width: 1500px) {
    .newwhy_pathquest svg {
        width: 120vw;
        left: -20%;
    }
}

.contact_form_testimonial_saec .wpcf7 .wpcf7-response-output {
    color: #fff !important;
    font-size: 15px !important;
}

.footer_menu .wpcf7-response-output {
    color: #fff !important;
}

.pqscale .full-flow-scle {
    position: relative;
}

.pqscale .full-flow-scle .full-flow-scle2 {
    height: 450px;
}

.pqscale .full-flow-scle .full-flow-scle2 .soft-images {
    width: 20%;
    margin-bottom: 0;
}

.pqscale .full-flow-scle .full-flow-scle2 .soft-images:nth-child(1) {
    position: absolute;
    top: 0;
    left: 5%;
}

.pqscale .full-flow-scle .full-flow-scle2 .soft-images:nth-child(2) {
    position: absolute;
    top: 0;
    right: 5%;
}

.pqscale .full-flow-scle .full-flow-scle2 .soft-images:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 5%;
}

.pqscale .full-flow-scle .full-flow-scle2 .soft-images:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: 5%;
}

.pqscale .full-flow-scle .full-flow-scle2 .soft-images:nth-child(5) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pqscale .full-flow-scle .soft-svg {
    width: 100%;
}

.page-template-template-AP-home-new .soft-svg {
    float: left;
    width: 40% !important;
}

@media (max-width: 1199px) {
    .page-template-template-BI-home-new .Homebanner .banner_box .banner_img_grp .flow_graph {
        width: 180px;
        height: 130px;
    }
}

@media (max-width: 991px) {
    .pqscale .full-flow-scle .soft-svg {
        width: 80%;
    }

    .pqscale .full-flow-scle .full-flow-scle2 {
        height: 280px;
    }

    .page-template-template-BI-home-new .Homebanner .banner_box .banner_img_grp .flow_graph {
        width: 150px;
        height: 100px;
    }

    .pqscale .full-flow-scle .full-flow-scle2 .soft-images:nth-child(2),
    .pqscale .full-flow-scle .full-flow-scle2 .soft-images:nth-child(4) {
        right: 5%;
    }
}

@media (max-width: 767px) {

    .pqscale .full-flow-scle .full-flow-scle2 .soft-images:nth-child(5),
    .pqscale .full-flow-scle .soft-svg,
    .soft-finl-img {
        display: none;
    }

    .pqscale .full-flow-scle .full-flow-scle2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
    }

    .pqscale .full-flow-scle .full-flow-scle2 .soft-images {
        position: unset !important;
        width: 75%;
        transform: none !important;
    }

    .page-template-template-AP-home-new .full-flow-scle {
        display: inline-block;
    }

    /* .newhomepage .newhome_section .newhome_text .newhome_buttons .newbutton {
    margin: 0 auto;
  } */
    .newhomepage .newhome_section .newhome_text .newhome_buttons .newbutton {
        max-width: 100% !important;
    }
}

.newhome_section .newhome_text p#breadcrumbs span a:hover {
    color: #0a88e3 !important;
}

.newhomepage .newhome_section .col-lg-7 {
    width: 60%;
}

.newhomepage .newhome_section .col-lg-5 {
    width: 40%;
}

@media (max-width: 991px) {
    .newhomepage .newhome_section .col-lg-7 {
        width: 100%;
    }

    .newhomepage .newhome_section .col-lg-5 {
        width: 100%;
    }
}

@media (max-width: 425px) {
    #page-region {
        max-width: 280px !important;
    }
}

.modal.bookADemo {
    top: 0 !important;
    transform: none !important;
}

.page-template-template-book-demo footer {
    position: inherit;
    background: linear-gradient(180deg, #131624 0%, #000000 100%);
}

.page-template-template-book-demo footer .copyright,
.page-template-template-book-demo footer .copyright a {
    color: #fff;
}

@media (max-width: 767px) {

    .page-template-template-thank-you .social_icon,
    .page-template-template-thank-you .copyright,
    .page-template-template-book-demo .social_icon,
    .page-template-template-book-demo .copyright {
        text-align: center;
    }

    .page-template-template-thank-you .copyright,
    .page-template-template-book-demo .copyright {
        padding-bottom: 15px;
    }
    
    .page-template-template-new-thank-you .social_icon,
    .page-template-template-new-thank-you .copyright{
        text-align: center;
    }

    .page-template-template-new-thank-you .copyright {
        padding-bottom: 15px;
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    transition: all 0.4s ease;
}

@media (max-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children {
        padding-left: 16.5px;
    }

    /* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{
    content: '\f347';
  } */
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        margin: 0;
        transform: none !important;
    }

    /* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{
    transform: rotate(-180deg) !important;  
  } */
}

html {
    scroll-behavior: smooth;
}

.newfooter_layout .talk-form {
    padding-bottom: 20px;
}

.new_accouting_detail .new_accounting_logo {
    display: inline-block;
    height: 50px;
    max-width: 280px;
}

.header_part .site-branding .site-logo a {
    display: inline-block;
    height: 45px;
    max-width: 160px;
}

.header_part .site-branding .site-logo a img {
    height: 100%;
}

/*book-a-call popup css */
.book-a-call {
    position: fixed;
    width: auto;
    right: -95px;
    top: 75%;
    transition: all 0.6s ease-in-out;
    z-index: 999;
}

@media (min-width: 1025px) {
    .book-a-call {
        display: none;
    }
}

/* .book-a-call:hover {
  right: -15px;
} */
.book-a-call:hover .bookcall_text,
.book-a-call .bookcall_text p:hover {
    text-decoration: none;
}

.book-a-call .book-a-call_popup {
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    border-radius: 60px;
    padding: 10px 20px;
}

.book-a-call .book-a-call_popup a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.book-a-call .book-a-call_popup a .icon_parent {
    font-size: 0;
    line-height: normal;
}

.book-a-call .book-a-call_popup a .bookcall_text p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .book-a-call {
        right: unset;
        left: 50%;
        bottom: 15px;
        top: unset;
        transform: translateX(-50%);
        z-index: 9999999999;
    }

    .book-a-call .book-a-call_popup {
        padding: 12px 25px;
    }

    .footer_btm {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .book-a-call .book-a-call_popup {
        padding: 12px 22px;
    }

    .book-a-call .book-a-call_popup a .bookcall_text p {
        font-size: 13px;
    }
}

.bell {
    animation: ring 0.25s ease-in-out infinite;
    transform-origin: 50% 50%;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0);
    }
}

/* .delayedPopupWindow #btnClose img {
  filter: brightness(0) invert(1) !important;
} */

.permanantclose {
    display: none !important;
}

#delayedPopup .popup-area .destop-popup {
    width: 100%;
}

#delayedPopup .popup-area #btnClose {
    display: inline-block;
    height: 35px;
    width: 35px;
}

.new_faq {
    padding: 100px 0;
}

.new_faq #myTabContent {
    display: block !important;
}

.new_faq .single-question {
    /* display: flex;
  justify-content: space-between;
  align-items: center; */
}

.new_faq .single-question p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #170f49;
}

.new_faq .single-question .btn .accordian-btn::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}

.new_faq .single-question .btn.collapsed .accordian-btn::before {
    content: "\f067";
}

.new_faq .new_faq_div {
    width: 66%;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 18px;
    padding: 50px 0;
}

.new_faq .new_faq_div .new_faq_tabs {
    margin-bottom: 50px;
}

.new_faq .new_faq_div .new_faq_tabs #new_faq {
    display: flex;
    column-gap: 20px;
    border: none;
    justify-content: center;
}

.new_faq .new_faq_div .new_faq_tabs #new_faq .nav-item .nav-link {
    background: #ffffff;
    border: 1px solid #d9dbe9;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.03);
    border-radius: 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #6f6c90;
    padding: 15px 30px;
}

.new_faq .new_faq_div .new_faq_tabs #new_faq .nav-item .nav-link.active {
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    color: #fff;
}

.new_faq .new_faq_div .new_faq_tab_contents .card {
    border: none;
    border-bottom: 1px solid #d9dbe9;
    margin-bottom: 30px;
}

.new_faq .new_faq_div .new_faq_tab_contents .card .card-header {
    background: transparent;
    border: none;
    padding: 10px;
}

.new_faq .new_faq_div .new_faq_tab_contents {
    width: 85%;
    margin: 0 auto;
}

.new_faq .single-question .btn {
    color: #0a88e3;
    outline: none;
    border: none;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.new_faq .single-question .btn[aria-expanded="true"] p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0a88e3;
}

.new_faq .single-question .btn p {
    white-space: normal;
    word-break: break-word;
    text-align: left;
    max-width: 90%;
}

.new_faq .single-question .btn[aria-expanded="flase"] p {
    color: #000;
}

.new_faq .single-question .btn[aria-expanded="true"] {
    color: #0a88e3;
}

.new_faq .single-question .btn[aria-expanded="false"] {
    color: #000;
}

@media (max-width: 991px) {
    .new_faq {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {
    .new_faq {
        padding: 50px 0;
    }

    .new_faq .new_faq_div .new_faq_tabs #new_faq {
        row-gap: 20px;
    }

    .new_faq .new_faq_div,
    .new_faq .new_faq_div .new_faq_tab_contents {
        width: 100%;
    }

    .new_faq .new_faq_div {
        padding: 20px 0;
    }
}

.faq_form .wpcf7-form {
    width: 80%;
    margin: 0 auto;
    background: #f5f9ff;
    border-radius: 18px;
    padding: 80px;
}

.faq_form .wpcf7-form input:focus-visible,
.faq_form .wpcf7-form textarea:focus-visible {
    border: none;
    outline: none;
}

.faq_form .wpcf7-form .faq-detail {
    display: flex;
    justify-content: space-between;
}

.faq_form .wpcf7-form .faq-detail p {
    width: 49%;
}

.faq_form .wpcf7-form .faq-detail p label,
.faq_form .wpcf7-form .faq-detail p label input {
    max-width: 100%;
}

.faq_form .wpcf7-form br {
    display: none;
}

.faq_form .wpcf7-form p,
.faq_form .wpcf7-form .faq-message label,
.faq_form .wpcf7-form .faq-message label textarea {
    width: 100%;
}

.faq_form .wpcf7-form .faq-detail p input,
.faq_form .wpcf7-form .faq-message textarea {
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 10px;
    padding-left: 20px;
}

.faq_form .wpcf7-form .faq-detail p input {
    height: 50px;
}

.faq_form .wpcf7-form .wpcf7-submit {
    border: none;
}

.faq_form .wpcf7-form h2 {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .faq_form .wpcf7-form {
        width: 100%;
    }

    .faq_form .wpcf7-form .faq-detail label,
    .faq_form .wpcf7-form .faq-detail p input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .faq_form .wpcf7-form {
        padding: 50px;
    }

    .faq_form .wpcf7-form .faq-detail {
        flex-direction: column;
        row-gap: 15px;
    }

    .faq_form .wpcf7-form .faq-detail p {
        width: 100%;
    }
}

.integration_new_section {
    padding: 80px 0;
}

.integration_new_section .integration_title .new_title {
    text-align: center;
    margin-bottom: 60px;
}

.integration_new_section .integration_title .new_title::before {
    content: none;
}

.integration_new_section .integration_left_right .integration_text_part .integration_sub_title {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.01em;
    color: #0a88e3;
    margin-bottom: 20px;
}

.integration_new_section .integration_left_right .integration_text_part .integration_sub_paragraph {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
}

.integration_new_section .integration_left_right .integration_text_part .integration_sub_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    border-radius: 50px;
    padding: 13px 25px;
    /* margin: 0 auto; */
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 800;
    line-height: 19px;
    color: #fff;
    width: fit-content;
}

.integration_new_section .integration_left_right {
    position: relative;
    background: #e7f3fc;
    padding: 60px 50px;
    border-radius: 15px;
    margin-bottom: 75px;
}

.integration_new_section .integration_left_right::before {
    content: " ";
    background-image: url(https://wordpress-753252-2804033.cloudwaysapps.com/wp-content/uploads/2023/04/blur-optimized.png);
    height: 100%;
    width: 95%;
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: 0.6;
}

.integration_new_section .integration_left_right.reverse_content .row {
    flex-direction: row-reverse;
}

.integration_new_section .integration_left_right .integration_image_part {
    max-width: 250px;
    margin: 0 auto;
}

.Homebannerap.ap_integration_home {
    /* background: linear-gradient( 269.77deg, #232343 52%, rgba(35, 35, 67, 0.6) 115% ), url(../images/aboutbg.png) no-repeat left; */
    background-size: cover;
}

.Homebannerap.ap_integration_home .banner_box {
    padding: 50px 15px;
}

/* .industry_banner.Homebannerap .banner_box{
  padding: 120px 0px 0px;
} */
.Bi_banner .banner_box {
    padding: 50px 0px !important;
}

.page-template-template-ap-Integration .pqscale .full-flow-scle .soft-svg {
    width: inherit;
}

@media (max-width: 1200px) {
    .industries-both .workflow-img-box {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .integration_new_section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .integration_new_section {
        padding: 20px 0;
    }

    .integration_new_section .integration_left_right {
        margin-bottom: 50px;
    }

    .integration_new_section .integration_left_right .integration_text_part .integration_sub_title {
        font-size: 24px;
        line-height: 32px;
    }

    .integration_new_section .integration_title .new_title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .integration_new_section .integration_left_right {
        padding: 30px;
    }

    .integration_new_section .integration_left_right .row,
    .integration_new_section .integration_left_right.reverse_content .row {
        flex-direction: column-reverse;
        row-gap: 15px;
    }
}

.top-section-cmn .new_title::before {
    content: none;
}

.wf-content h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    display: flex;
    color: #0a88e3;
    margin-bottom: 20px;
}

.wf-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.mt-60 {
    margin-top: 60px;
}

.wf-img {
    position: relative;
}

.wf-img img {
    border-radius: 15px;
}

.wf-img::before {
    content: " ";
    background-image: url("https://wordpress-753252-2804033.cloudwaysapps.com/wp-content/uploads/2023/04/img-shadow-optimized.png");
    height: 100%;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.workflow-img-box {
    margin-bottom: 70px;
}

@media (min-width: 991px) {
    .workflow-img-box:nth-child(even) .row {
        flex-direction: row-reverse;
    }
}

.pq-ap-imgbox {
    background: #e7f3fc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 0 10px 40px 0;
    min-height: 180px;
    line-height: 80px;
}

.pq-ap-imgbox h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 15px;
}

.what-pq-ap {
    padding: 50px 0;
}

.overlay-thumb {
    position: relative;
}

.overlay-thumb img {
    width: 100%;
}

.overlay-thumb::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
}

.ap-video .newwhy_image {
    padding: 0 40px;
}

.ap-video .waves {
    background: #0a88e3;
    opacity: 0.25;
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
}

.ap-video .video {
    background: #0a88e3;
    opacity: 0.76;
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
}

.ap-video .video:hover {
    color: #fff;
    text-decoration: none;
}

.ap-video {
    margin-bottom: 80px;
}

.what-pq-ap-box {
    padding-top: 12px;
}

@media (max-width: 991px) {
    .pq-ap-imgbox {
        margin: 0 0 30px 0;
    }

    .wf-img::before {
        bottom: -35px;
    }
}

@media (max-width: 767px) {
    .wf-content h4 {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .what-pq-ap {
        padding: 10px 0;
    }

    .ap-video .newwhy_image {
        padding: 0 0;
    }

    .ap-video {
        margin-bottom: 30px;
    }

    .wf-content h4 {
        font-size: 22px;
    }

    .workflow-main h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .workflow-img-box {
        margin-bottom: 20px;
    }

    .new_title {
        font-size: 28px !important;
        line-height: 35px !important;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .contact_form_testimonial_saec .contact_form_section {
        max-width: 100%;
        padding: 15px 0;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .pq-ap-imgbox {
        min-height: auto;
        line-height: inherit;
    }

    .pq-ap-imgbox {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 479px) {
    .workflow-main h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .new_title {
        font-size: 23px !important;
        line-height: 30px !important;
        padding-bottom: 5px !important;
        margin-bottom: 5px !important;
    }

    .new_paragraph {
        font-size: 15px;
        line-height: 21px;
    }
}

/* MM CSS START */
.top-section-cmn .new_title::before {
    content: none;
}

.wf-content h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    display: flex;
    color: #0a88e3;
    margin-bottom: 20px;
}

.wf-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.mt-60 {
    margin-top: 60px;
}

.wf-img {
    position: relative;
}

.wf-img img {
    border-radius: 15px;
}

.wf-img::before {
    content: " ";
    background-image: url("https://wordpress-753252-2804033.cloudwaysapps.com/wp-content/uploads/2023/04/img-shadow-optimized.png");
    height: 100%;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.workflow-img-box {
    margin-bottom: 50px;
}

@media (min-width: 991px) {
    .workflow-img-box:nth-child(even) .row {
        flex-direction: row-reverse;
    }
}

.pq-ap-imgbox {
    background: #e7f3fc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 0 10px 40px 0;
    min-height: 180px;
}

.pq-ap-imgbox h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 15px;
}

.what-pq-ap {
    padding: 50px 0;
}

.overlay-thumb {
    position: relative;
}

.overlay-thumb img {
    width: 100%;
}

.overlay-thumb::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
}

.ap-video .newwhy_image {
    padding: 0 40px;
}

.ap-video .waves {
    background: #0a88e3;
    opacity: 0.25;
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
}

.ap-video .video {
    background: #0a88e3;
    opacity: 0.76;
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
}

.ap-video .video:hover {
    color: #fff;
    text-decoration: none;
}

.ap-video {
    margin-bottom: 80px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-45 {
    margin-top: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.cmn_new_title {
    padding-bottom: 28px;
    margin-bottom: 0;
    font-size: 44px;
    color: #232343;
    font-weight: 700;
    line-height: 48px;
}

.logo-ap-bx p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin: 15px 0;
}

.new-btn-ap {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0a88e3;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 24px;
}

.logo-ap-bx {
    padding: 25px;
    border-radius: 10px;
    min-height: 290px;
    position: relative;
}

.profit-perce-main {
    text-align: center;
    max-width: 950px;
    margin: 40px auto 0;
}

.profit-percentage h2 {
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 80px;
    margin-bottom: 0;
    line-height: 97px;
    border-bottom: 1px solid #0a88e3;
}

.profit-percentage p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.wf-content h3 {
    font-weight: 700;
    font-size: 44px;
    color: #232343;
    margin-bottom: 20px;
}

.bg-color-pq {
    /* background-color: #E7F3FC; */
    background: linear-gradient(to right,
            rgb(231 242 252/ 50%) 50%,
            rgb(35 35 67) 50%);
}

.padd-tb-40 {
    padding: 40px 0;
}

.industries-both .workflow-img-box {
    margin-bottom: 90px;
}

.industries-both .workflow-img-box:nth-child(odd) .wf-content {
    padding-left: 60px;
}

.industries-both .workflow-img-box:nth-child(even) .wf-content {
    padding-right: 60px;
}

.wf-img-part {
    position: relative;
}

.wf-img-part::before {
    content: "";
    background: #b0ffd6;
    border-radius: 50%;
    height: 70%;
    position: absolute;
    left: 0;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    filter: blur(150px);
    margin: 0 auto;
    right: 0;
}

.wf-img-part::after {
    content: "";
    background-image: url(https://wordpress-753252-2804033.cloudwaysapps.com/wp-content/uploads/2023/04/bg-grid.svg);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

.industries-both .workflow-img-box:nth-child(even) .wf-img-part::before {
    background: #0092ff;
}

.bg-color-pq .wf-content {
    padding-right: 30px;
}

.industry_banner.Homebanner .banner_box .banner_text {
    width: 40%;
}

.industry_banner.Homebannerap .banner_box .newhome_image .newfront_image {
    margin: 0 0 0 auto;
}

.industry_banner.Homebannerap .banner_box .newhome_image {
    width: 60%;
}

.industry_banner.Homebanner .banner_box .banner_text .banner_button {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .pq-ap-imgbox {
        margin: 0 0 30px 0;
    }

    .wf-img::before {
        bottom: -35px;
    }

    .wf-content h3 {
        font-size: 26px;
        margin-bottom: 10px !important;
        line-height: 35px;
    }

    .profit-percentage h2 {
        font-size: 60px;
        margin-bottom: 0;
        line-height: 80px;
    }

    .profit-percentage p {
        margin-top: 10px;
    }

    .profit-perce-main {
        max-width: 100%;
        margin: 30px auto 0;
    }

    .industry_banner.Homebannerap .banner_box .newhome_image,
    .industry_banner.Homebanner .banner_box .banner_text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wf-content h4 {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .what-pq-ap {
        padding: 20px 0;
    }

    .ap-video .newwhy_image {
        padding: 0 0;
    }

    .ap-video {
        margin-bottom: 30px;
    }

    .wf-content h4 {
        font-size: 22px;
    }

    .workflow-main h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .new_title {
        margin-bottom: 0;
    }

    .profit-percentage h2 {
        font-size: 50px;
        line-height: 70px;
    }

    .wf-img img {
        margin-bottom: 20px;
    }

    .industries-both .workflow-img-box {
        margin-bottom: 30px;
    }

    .profit-perce-main .pl-0 {
        padding-left: 15px !important;
    }

    .padd-tb-40 {
        padding: 20px 0;
    }

    .wf-img::before {
        bottom: -25px;
    }

    .industries-both .workflow-img-box:nth-child(2n + 1) .wf-content {
        padding-left: 0;
    }

    .industries-both .workflow-img-box:nth-child(2n) .wf-content {
        padding-right: 0;
    }

    .bg-color-pq {
        background: transparent;
    }
}

@media (max-width: 400px) {
    .profit-percentage h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .ournew_team .meet_ourteam .ournewteam_member .newmember_box {
        width: 46% !important;
        padding: 10px !important;
    }

    .contact_form_testimonial_saec .contact_form_section .form-inner h4 {
        margin-bottom: 10px;
    }
}

/* MM CSS END */
.new-lotty-contact .contact-form .checkbox.form-group label span.wpcf7-list-item-label:before {
    border: 1px solid #fff;
}

.new-ct-title h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.new-lotty-contact .newcontactform .wpcf7-form-control-wrap input,
.new-lotty-contact .newcontactform .wpcf7-form-control-wrap select {
    border: 1px solid #dadada !important;
    border-radius: 5px;
    padding: 10px 15px !important;
    height: 40px !important;
}

.newcontactform .wpcf7-form-control-wrap textarea {
    border: 1px solid #dadada !important;
    border-radius: 5px;
    padding: 10px 15px !important;
    min-height: 114px !important;
}

.new-lotty-contact .newcontactform .contact-form .form-group {
    margin-bottom: 0;
}

.new-lotty-contact .newcontactform .contact-form .form-group p {
    margin-bottom: 28px;
}

.new-lotty-contact .wpcf7-form label.error {
    color: #fff;
}

.ml-80 {
    margin-left: 80px;
}

.new-lotty-contact .newcontactaddress {
    display: flex;
    justify-content: space-between;
}

.new-lotty-contact .newcontactaddress .c-info {
    width: 100%;
}

.new-pge-contact .contact_detail {
    display: inline-block;
    width: 100%;
}

.new-pge-contact .contacts_links {
    width: 100%;
    display: flex;
    column-gap: 25px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

.wpcf7 form.spam .wpcf7-response-output {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    #masthead.new-home-bi .header_part {
        backdrop-filter: blur(150px) !important;
        -webkit-backdrop-filter: blur(150px) !important;
    }

    footer #mailpoet_form_1 form.mailpoet_form {
        float: left !important;
    }

    .chekfil .options {
        justify-content: left !important;
    }
}

/* social icon css only for webinar page conflcited by plugin */
.social_icon .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social_icon .fa-linkedin:before {
    content: "\f0e1";
}

/* Breadcrumbs css */
.breadcrumbs a,
.breadcrumbs .last {
    font-size: 14px;
}

/* .breadcrumbs {
  margin-bottom: 30px;
} */

@media (max-width: 1025px) {
    .workflow-flex-main .row {
        flex-direction: column-reverse;
    }

    .integration-section {
        /* background-color: #E7F3FC; */
        background: linear-gradient(to top,
                rgb(231 242 252/ 100%) 0%,
                rgb(35 35 67) 0%);
    }

    .las-content-section {
        padding: 20px;
    }

    .bg-color-pq {
        background: transparent;
    }
}

@media (min-width: 768px) {
    .top-content-responsive {
        display: none;
        text-align: center;
    }
}

@media (max-width: 768px) {
/*
    .desk-block h1 {
        display: none;
    }

    .desk-block p {
        display: none;
    }
*/

    .top-content-responsive {
        text-align: center;
    }

    .industry_banner lottie-player {
        height: 300px !important;
    }

    .top-content-responsive h1,
    .top-content-responsive p {
        color: #fff;
    }

    .industry_banner.Homebannerap .banner_box {
        padding: 30px 0;
    }
}

.page-template-template-features-new .newhomepage.new-features .newhome_section {
    padding-bottom: 80px;
}

/* .ap_home_banner {
  padding: 50px 15px; !important;
} */

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("../images/loader.gif") center no-repeat;
}

.loading .overlay {
    display: block;
}

/* Ap page css start */
.ap-banner {
    padding: 10px 0 80px;
}

.left-ap-content h1 {
    font-size: 45px;
    line-height: 60px;
    color: #2b2b2b;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

.left-ap-content p {
    font-size: 18px;
    line-height: 25px;
    color: #2b2b2b;
    font-weight: 400;
    margin-bottom: 20px;
}

.ap-banner ul li {
    font-size: 16px;
    line-height: 30px;
    color: #2b2b2b;
    font-weight: 400;
    margin-bottom: 5px;
}

.ap-banner ul {
    list-style: disc;
    padding: 0 0 0 15px;
}

.ap_footer {
    padding: 20px 0;
    background-color: #fff;
}

.ap_footer p,
.ap_footer a {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    margin: 0;
}

.right-ap-form {
    float: left;
    width: 100%;
    border: 1px solid #aeaeae;
    padding: 40px;
    border-radius: 30px;
    background: #fff;
}

.ap-input p {
    margin: 0;
}

.form-group.ap-input {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.ap-input .wpcf7-form-control {
    background-color: #e7e7e7;
    padding: 8px;
    font-size: 16px;
    color: #000000;
    border-radius: 5px;
    font-weight: 700;
    border: none;
    width: 100%;
    display: inline-block;
}

.ap-input .wpcf7-form-control:focus {
    outline: none;
    border: none;
}

.ap-input .wpcf7-form-control::-webkit-input-placeholder {
    /* Edge */
    font-weight: 700;
    color: #000000;
}

.ap-input .wpcf7-form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 700;
    color: #000000;
}

.ap-input .wpcf7-form-control::placeholder {
    font-weight: 700;
    color: #000000;
}

.info-frm {
    color: #444;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.grt-txt {
    text-align: center;
    background: linear-gradient(95.73deg, #2ec774 -1.93%, #0084e3 101.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 30px;
}

.Leading-appssection {
    background-color: #d6eeff;
    padding: 80px 0;
    text-align: center;
}

.Leading-appssection .top-title h2 {
    color: #232343;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 45px;
}

.Leading-appssection.gradiant-section .top-title h2 {
    color: #fff;
}

.header {
    padding: 16px 0;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.ap_header_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-header-btn {
    display: none;
}

.cta-header-btn a {
    width: 100%;
    background: linear-gradient(145deg, #2ec774 0%, #0084e3 100%);
    border-radius: 50px;
    padding: 16px 25px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
}

.cta-header-btn a:hover {
    text-decoration: none;
    color: #ffffff;
}

.header.sticky-header .cta-header-btn {
    display: block;
}

.unique_features_ap {
    padding: 50px 0;
}

.right-part-image-section {
    position: relative;
}

.right-image-logo {
    position: absolute;
    bottom: 5px;
    left: -10px;
}

.ap-book-section {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    margin: 0 auto;
    align-items: center;
}

.ap-button-cmn {
    padding: 13px 25px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    outline: none;
    background-color: #0084e3;
    transition: all ease 0.6s;
    text-decoration: none;
    border: 2px solid #0084e3;
}

.ap-button-cmn:hover {
    background-color: #fff;
    color: #0084e3;
    text-decoration: none;
}

.Leading-appssection.ap-automation-section .top-title h2 {
    margin: 0;
}

.Leading-appssection.ap-automation-section {
    padding: 55px 0;
}

.swap-section {
    padding: 80px 0;
}

.swap-section h3 {
    color: #232343;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.Testimonial-section .slider_navigators {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #232343;
    max-width: 340px;
    margin: 0 auto;
    padding: 15px 0;
}

.Testimonial-section .slider_navigators img {
    max-width: 70px;
    border-radius: 50%;
}

.testimonial_box-name-job h4 {
    color: #232343;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: 700;
}

.testimonial_box-name-job p {
    color: #232343;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}

.testimonial_box-name-job {
    text-align: left;
    margin-left: 15px;
}

.Testimonial-section .new_paragraph {
    margin-bottom: 30px;
}

.industries-both.swap-section .workflow-img-box:nth-child(odd) .wf-content {
    padding-left: 0;
}

.industries-both.swap-section .workflow-img-box:nth-child(even) .wf-content {
    padding-right: 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.c-form-btn {
    width: 100%;
    background: linear-gradient(145deg, #2ec774 0%, #0084e3 100%);
    border-radius: 50px;
    padding: 16px 25px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.c-form-btn:hover {
    color: #fff !important;
}

.unique_features_ap .new_title::before,
.newour_story .new_title::before,
.Testimonial-section .new_title::before {
    content: none;
}

.gradiant-section {
    background-image: linear-gradient(to left,
            #0489da,
            #009ede,
            #00afca,
            #00bca6,
            #2bc479);
}

.gradiant-section .ap-button-cmn {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
    transition: all ease 0.6s;
}

.gradiant-section .ap-button-cmn:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.testinomial_title img {
    margin-bottom: 30px;
}

.ap-banner .wpcf7-form label.error {
    font-size: 15px;
}

.right-ap-form .wpcf7 form.spam .wpcf7-response-output,
.right-ap-form .wpcf7 form.sent .wpcf7-response-output,
form.wpcf7-form.invalid {
    color: #333 !important;
}

.bottom-footer-btn-fix {
    display: none;
}

@media (max-width: 768px) {

    /*.ap_header_part {
    justify-content: center;
  }*/
    .ap_header_part .site-logo img {
        max-width: 200px;
        margin: 0 auto;
    }

    .bottom-footer-btn-fix {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        height: 80px;
        text-align: center;
    }

    .header.sticky-header .cta-header-btn {
        display: none;
    }

    .bottom-footer-btn-fix .cta-header-btn {
        display: flex;
        padding: 20px 35px;
    }

    .left-ap-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .ap-title-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.ap-automation-ip-listing .wpcf7-list-item {
    width: auto;
    margin: 3px;
}

.ap-automation-ip-listing {
    text-align: center;
    display: block;
}

.ap-automation-ip-listing .wpcf7-list-item-label {
    font-size: 13px;
    line-height: 20px !important;
    font-weight: 500 !important;
    list-style-type: none;
    border: 1px solid #0A88E3;
    border-radius: 6px;
    padding: 6px;
    color: #000;
    cursor: pointer;
}

.ap-automation-ip-listing label {
    position: relative;
}

.ap-automation-ip-listing input {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
}

.ap-automation-ip-listing input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background-color: #0A88E3;
    color: #ffffff;
}

.threads-link a {
    position: relative;
}

.fa-threads:before {
    content: '';
    background: url(https://wordpress-753252-2804033.cloudwaysapps.com/wp-content/uploads/2023/07/sne13354890923-optimized.webp);
    height: 15px;
    width: 18px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.twitter-link a {
    position: relative;
}

.fa-twitter-x:before {
    content: '';
    background: url(http://pathquest.com/wp-content/uploads/2023/08/x-twitter.svg);
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.whitepaper-dwnld .pdf-attachment {
    background: #0a88e3 !important;
    border-radius: 300px;
    width: 100%;
    padding: 15px 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    border: 2px solid #0a88e3;
    margin-top: 11px;
    max-width: 180px;
    margin: auto;
}

.whitepaper-dwnld .wpcf7-response-output {
    margin-top: 0 !important;
}

.rank-math-breadcrumb a {
    color: #ffffff;
}

.white_form.whitepaperform.webinarPage.contact-form .label-focus.country-select label,
.white_form.whitepaperform.webinarPage.contact-form .label-focus.state-select label {
    width: 250px !important;
}

.single-webinar .detail_view .needtohelp-section .contact-form.sidebar-form .webinarPage .country-select {
    padding-bottom: 10px !important;
}

.ap-integration-section .container {
    display: flex;
    align-items: center;
}

.ap-integration-section .title_text {
    width: 70%;
    text-align: left;
}

.ap-integration-section .new_title {
    font-size: 32px;
    text-align: left;
}

.ap-integration-section .new_title::before {
    right: auto !important;
}

.detail_view .needtohelp-section .contact-form .checkbx-ntr label input:checked + span.wpcf7-list-item-label:after {
    top: 15px !important;
}

@media (max-width: 1024px) {
    .detail_view .needtohelp-section .contact-form .checkbx-ntr label input:checked + span.wpcf7-list-item-label:after {
        top: 15px !important;
    }

}

/* MM CSS START */
.contact-form .label-focus label.error {
    background-color: transparent !important;
    position: relative;
    padding: 0 0 0 10px !important;
    margin: 0;
    left: 0 !important;
    font-size: 14px !important;
}

.contact-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #303030;
    opacity: 1;
    /* Firefox */
}

.contact-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #303030;
}

.contact-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #303030;
}

.contact-form select,
.contact-form select option,
.contact-form.sidebar-form .webinarPage input[type="email"],
.contact-form.sidebar-form .webinarPage input[type="tel"],
.contact-form.sidebar-form .webinarPage input[type="text"],
.contact-form.sidebar-form .webinarPage select {
    color: #303030 !important;
}

.detail_view .needtohelp-section .contact-form .checkbx-ntr label .wpcf7-list-item-label::before {
    margin-top: 3px !important;
}

.detail_view .needtohelp-section .contact-form .checkbx-ntr label .wpcf7-list-item-label {
    align-items: start !important;
}

.contact-form.sidebar-form .wpcf7-form.init .webinarPage input.form-control {
    color: #303030 !important;
}

.knowledge-center-submenu ul.knowledge-center-first-row li a:hover,
.knowledge-center-submenu ul.knowledge-center-second-row li a:hover {
    background-color: #f0f0f0 !important;
}

@media only screen and (max-width: 1200px) {
    .popup-area {
        width: 70%;
    }

    .contact-form .country-select select,
    .contact-form .state-select select {
        height: 43px;
    }

    footer .footer_btm .social-links {
        padding: 0;
    }
}

@media only screen and (max-width: 1025px) {
    .popup-area {
        width: 55%;
    }

    .workflow-main.padd-tb-40 {
        padding: 0 !important;
    }

    .workflow-flex-main .row {
        flex-direction: initial !important;
    }

    .new_title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

@media only screen and (max-width: 991px) {
    .workflow-main.padd-tb-40 {
        padding: 40px 0 !important;
    }

    .workflow-flex-main .row {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .popup-area {
        width: auto;
    }

    .wf-content p {
        padding-top: 10px !important;
    }

    .part_1 {
        height: auto !important;
    }

    .part_1 .post-thumbnail img {
        min-height: auto !important;
    }

    .page-id-1440 .part_1 {
        height: 210px !important;
    }

    .page-id-1440 .part_1 .post-thumbnail img {
        min-height: 210px !important;
    }

    .Homebannerap .banner_box .newhome_image .wordslider#w1slider .wordslider__ul {
        max-width: 295px !important;
    }

    .Homebannerap .banner_box .newhome_image .wordslider#w2slider .wordslider__ul {
        max-width: 295px !important;
    }
}

.post-4893 .wpcf7-response-output {
    color: #0a88e3 !important;
}

.post-4893 .wpcf7 form.spam .wpcf7-response-output {
    color: red !important;
}

.post-4893 .wpcf7-spinner {
    bottom: 0;
}

.post-4893 .wpcf7 form.sent .wpcf7-response-output {
    color: #0a88e3 !important;
}

.post-4893 form.wpcf7-form.invalid {
    color: red !important;
}

.post-4893 .last-updated-date {
    display: none;
}

figure.post-thumbnail img {
    height: 100%;
    width: 100%;
}


.ap_bi_page .new_faq_div {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .ap_bi_page h2 {
        margin: 10px;
    }

    .newcontact_page .row {
        flex-direction: column-reverse;
    }

    .dm-block .new-ct-title h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .d-block h1 {
        display: none;
    }
}

.new_faq_div .new_faq_tab_contents .card {
    margin: 0 !important;
}

.ap_bi_page .new_title {
    text-align: center;
}

.ap_bi_page .new_title::before {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.ap_bi_page .card-body {
    padding-top: 0px;
}


.single-post .white-bg-part .banner_view,
.single-post .white-bg-part .breadcrumbs {
    text-align: center;
}

.site-footer.newfooter_layout .mailpoet_paragraph.newsletter .parsley-errors-list.filled {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .dm-block .new-ct-title h1 {
        display: none;
    }
}

.parsley-required,
.parsley-custom-error-message {
    color: #fff !important;
}






/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: var(--secondary-blue-color) var(--secondary-blue-color) #e9ecef;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #e9ecef;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #e9ecef;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

.archivepost-listing .cards_view .card_slid {
    width: 100% !important;
}

.archivepost-listing .part_1 {
    height: 200px;
}

.archivepost-listing .row.archive-posts {
    justify-content: center;
}

.archivepost-listing-title .pdhead h4 {
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
}

.part_1 img {
    min-height: 185px;
}



.single.single-post.postid-6119 .updated_blog_layout .col-lg-9 .col-lg-4{
    display: none ;
}
.single.single-post.postid-6119 .updated_blog_layout .col-lg-9 .col-lg-8{
    flex: 1;
    max-width: 100%;
}
.costcalc{
    display: flex;
    color: #000;
    overflow: hidden;
    border-radius: 12px;
    border: 0.94px solid rgba(99, 99, 99, 0.4);
    box-shadow: -18.75px 22.5px 41.25px 0px #0000001A;
    margin: 40px 0;
}
.costcalc #pills-tabContent{
    display: block !important;
}
.cost{
    width: 60%;
    padding: 25px;
    background: #232343;
}
.cost ul{
    list-style: none !important;
    padding-inline-start: 0 !important;
}
.costdetail{
    width: 40%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #0A88E30D;
}
.cost h3{
    font-size: 34px !important;
    line-height: 40px !important;
    text-align: center;
    color: #FFFFFF !important;
    padding-bottom: 25px;
    border-bottom: 1px solid #516870;
}
.cost ul#pills-tab{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
    justify-content: space-between;
}
.costcalc li.nav-item{
    margin-bottom: 0 !important;
    width: 100%;
    box-sizing: border-box;
}
.costcalc .nav-link{
    display: flex;
    gap: 7px;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF !important;
    padding-inline: 0 !important;
    border: 1px solid #B5BEC2;
    box-sizing: border-box;
}
.costcalc .nav-link.active{
    border-color: #0A88E3;
    box-shadow: 0 0 0 2px #0A88E3;
}
.costcalc .nav-link img{
    height: 22px;
    width: 22px;
}
.costcalc .nav-link .text{
    font-weight: 500;
    font-size: 15px;
    color: #232343 !important;
}
.costcalc .nav-link .digit{
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    background: #E6E9EB;
    border-radius: 5px;
    padding-inline: 5px;
}
.costcalc .nav-link.active .digit{
    background: linear-gradient(105.46deg, #2EC774 -33.24%, #0084E3 104.27%);
    color: #fff !important;
}
.custom-range {
  width: 100%;
}
.cost-params{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
}
.cost-input {
    border-bottom: 1px solid #516870;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.cost-input label{
    font-weight: 600;
    font-size: 22px;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}
.cost-input br{
    display: none;
}
.cost-input input{
    margin-bottom: 0 !important;
}
.cost-input label span#invoiceVal,
.cost-input label span#fteVal{
    color: #fff !important;
}
.data-range{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.white-bg-part .txt_view .data-range p{
    color: #fff !important;
    margin-bottom: 0;
    fot-size: 18px !important;
}
.cost-params .form-group label{
    font-size: 20px;
    color: #E6E9EB !important;
}
.cost-params .form-group select , 
.cost-params .form-group input{
    background: transparent !important;
    color: #fff !important;
}
.cashflow .cost-params .form-group select , 
.cashflow .cost-params .form-group input{
    color: #E6E9EB !important;
    transition: all 0.3s ease-in-out;
}
.cashflow .cost-params .form-group:hover select, .cashflow .cost-params .form-group:hover input {
    color: #516870 !important;
    border-color: #839399 !important;
}
#customDateRange {
    background: transparent;
    color: #E6E9EB !important;
}
#customDateRange::placeholder{
    color: #E6E9EB !important;
}
.cost-params .form-group input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.cost-params .form-group select option{
    color: #000 !important;
}
.costdetail h5{
    color: #072733 !important;
    margin-bottom: 30px !important;
    font-size: 27px;
    font-weight: 700;
}
.costdetail h5 span{
    text-decoration: underline;
    text-decoration-color: rgba(10, 136, 227, 0.2);
}
.white-bg-part .txt_view .costdetail p{
 color: #072733 !important;
 font-weight: 600;
}
.costdetail p{
    font-size: 15px !important;
    line-height: 20px !important;
}
.costdetail .upper-detail p{
    margin-bottom: 12px !important;
}
.costdetail p.cost_results{
    color: #072733 !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
}
.costdetail p span{
    font-weight: 800 !important;
}
.costdetail p.cost_results span{
    display: block;
    font-size: 27px;
    margin-top: 5px;
    font-weight: 700 !important;
    color: #072733 !important;
}
#exportPDF{
    border-radius: 100px;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border: 1px solid #839399 !important;
    cursor: pointer;
    outline: none !important;
    color: #232343 !important;
    width: 100%;
    gap: 5px;
    padding: 12px 0 !important;
    box-shadow: none;
}
#calculateBtn{
    border-radius: 100px;
    background: #0A88E3;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    outline: none !important;
    padding: 12px 0 !important;
    box-shadow: none;
    cursor: pointer;
}
#calculateBtn img ,#exportPDF img{
    height: 22px;
    width: 22px;
    top: 2px;
    position: relative;
}
.custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 2px;
  background: #E6E9EB; /* fallback */
  outline: none;
  cursor: pointer;
}

/* Override default track */
.custom-range::-webkit-slider-runnable-track {
  background: transparent;
  height: 8px;
  border-radius: 4px;
}

.custom-range::-moz-range-track {
  background: transparent;
  height: 8px;
  border-radius: 4px;
}

/* Thumb */
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0A88E3;
  cursor: pointer;
  margin-top: -6px;
  border: none;
}

.custom-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0A88E3;
  cursor: pointer;
  border: none;
}
.white-bg-part .detail_view label.timelabel label{
    font-size: 24px;
}
.white-bg-part .detail_view label.timelabel span{
    font-size: 18px;
    color: #fff !important;
}
.cost .form-group .form-control{
    border-color: #E6E9EB;
    color: #E6E9EB !important;
}
.cashflow .range-container {
  position: relative;
  width: 100%;
}
.cashflow .tooltipone {
  position: absolute;
  top: 35px;
  background: linear-gradient(95.73deg, #2EC774 -1.93%, #0084E3 101.79%);
  color: white;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(-50%);
}
.cashflow .tooltipone::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  width: 12px;
  height: 8px;
  background: linear-gradient(95.73deg, #2EC774 -1.93%, #0084E3 101.79%);
  clip-path: polygon(0 100%, 100% 100%, 50% 0); /* optional */
}
.input-wrapper {
  position: relative;
}

.currency-input {
  background-color: #1e2040;
  border: 1px solid #ccc;
  color: #E6E9EB;
  font-size: 16px;
  padding: 8px 36px 8px 10px; /* right space for arrows */
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.form-group:hover .currency-input{
    color: #516870 ;
    border-color: #839399 ;
}
.currency-input::placeholder{
    color: #E6E9EB;
}

/* Arrow container */
.arrow-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.3s ease-in-out;
}
.form-group:hover .arrow-buttons img{
    filter: brightness(0) saturate(100%) invert(38%) sepia(31%) saturate(291%) hue-rotate(149deg) brightness(93%) contrast(88%);
}
.arrow {
  color: white;
  font-size: 12px;
  line-height: 12px;
  user-select: none;
}
.cashflow .cost-params .form-group label {
    font-size: 18px;
}
.cashflow .titlelabel{
    font-family: Proxima Nova;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    border-top: 0.94px solid #516870
}
.cashflow .form-group label{
    color: #E6E9EB !important;
    transition: all 0.3s ease-in-out;
}
.cashflow .form-group:hover label {
    color: #516870 !important;
}
.cashflow .cost-input {
    padding-bottom: 28px;
}
.cashflow .cashflowoutput{
    margin-bottom: 25px;
}
.cashflow .cashflowoutput p{
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100% !important; 
    margin-bottom: 0 !important;
}
.cashflow .cost-params .form-group{
    margin-bottom: 8px;
}
.cashflow .cashflowoutput .cashflowoutputinner{
    font-weight: 700;
    font-size: 33px;
    letter-spacing: 0%;
    color: #072733 !important;
}
.cashflow .cashflowoutput .cashflowoutputinner span{
    color: #072733 !important;
}
.cashflow .cashflowoutput .cashflowoutputinner.cashflowend{
    background: linear-gradient(95.73deg, #2EC774 -1.93%, #0084E3 101.79%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}
.cashflow .cashflowoutput .cashflowoutputinner.cashflowend span{
    color: inherit !important;
}
.cashflowresult{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 0.94px solid #B5BEC280;
    box-shadow: -18.75px 22.5px 41.25px 0px #0000001A;
    margin-bottom: 25px;
}
.cashflowresult .innercashflowresult{
    display: flex;
    align-items: start;
    gap: 15px;
}
.cashflowresult .innercashflowresult img{
    max-width: 50px;
} 
.cashflowresult .innercashflowresult #innercashflowtitle{
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 100% !important;
    color: #232343 !important;
    margin-bottom: 8px !important;
}
.cashflowresult .innercashflowresult #innercashflowtext{
    font-weight: 600;
    font-size: 14px !important;
    line-height: 100%;
    color: #516870 !important;
    margin-bottom: 0 !important;
}
.cashflow .costdetail h5 {
    font-size: 33px;
}
.costcalc.cashflow{
    border: none;
    box-shadow: none;
    overflow: visible;
}
.costcalc.cashflow .cost{
    border: 0.94px solid rgba(99, 99, 99, 0.4);
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.costcalc.cashflow .costdetail{
    justify-content: flex-start;
    max-height: max-content;
    border: 0.94px solid rgba(99, 99, 99, 0.4);
    border-left: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-top: 50px;
    position: sticky;
    top: 72px;
}
.calclightbtn{
    border-radius: 100px;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border: 1px solid #839399 !important;
    cursor: pointer;
    outline: none !important;
    color: #232343 !important;
    width: 100%;
    gap: 5px;
    padding: 12px 0 !important;
    box-shadow: none;
}
.calcdarkbtn{
    border-radius: 100px;
    background: #0A88E3;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    outline: none !important;
    padding: 12px 0 !important;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
}
#calcdarkbtn img, #calclightbtn img {
    height: 22px;
    width: 22px;
    top: 2px;
    position: relative;
}
.cashflow #pills-tab{
    margin: 25px 0;
    padding-bottom: 25px;
    border-bottom: 0.94px solid #516870;
}
.cashflow .cashtaboutput{
    display: flex;
    gap: 14px;
    align-items: center;
}
.cashflow .cashtaboutput .cashtaboutputinner{
    display: flex;
    flex-direction: column;
}
.cashflow .cashtaboutput .cashtaboutputinner p{
    font-weight: 600 !important;
    font-size: 11px !important;
    line-height: 100% !important;
    margin-bottom: 0 !important;
    color: #072733 !important;
}
.cashflow .cashtaboutput .cashtaboutputinner span{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #072733 !important;
}
.cashflow.costcalc #pills-tabContent {
    margin-bottom: 30px;
}
.cashdatelabel{
    color: #fff !important;
}
@media only screen and (max-width: 1200px) {
    .cashflow .cost-params .form-group label {
        font-size: 16px;
    }
    .cashflow .costdetail h5 {
        font-size: 28px;
    }
    .cashflow .cashtaboutput {
        gap: 8px;
    }
    .cashflow .cashtaboutput .cashtaboutputinner span {
        font-size: 15px;
    }
    .calclightbtn , .calcdarkbtn {
        font-size: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .cost-params .form-group label{
        font-size: 16px;
    }
    .costdetail h5 {
        font-size: 21px;
    }
    .costcalc .nav-link .digit {
        font-size: 12px;
    }
    .costdetail , .cost {
        padding: 20px;
    }
    #exportPDF {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .whole_view .costcalc{
        flex-direction: column;
        padding: 0 !important;
    }
    .cost , .costdetail {
        width: 100%;
    }
    .cost-params .form-group label {
        font-size: 15px;
    }
    .cost h3 {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .costcalc.cashflow .cost {
       border-top-left-radius: 0;
       border-bottom-left-radius: 0;
    }
    .costcalc.cashflow .costdetail {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        top: 0;
    }
    .costcalc.cashflow {
        border: 0.94px solid rgba(99, 99, 99, 0.4);
    }
}
@media only screen and (max-width: 576px) {
    .cost ul#pills-tab {
       grid-template-columns: repeat(2, 1fr);
    }
    .cost-input label {
        font-size: 13px;
    }
    .cashflow .cost-params {
        grid-template-columns: repeat(1, 1fr);
    }
}
