.align-center .fl-col-group.fl-col-group-nested {
    display: flex;
    align-items: center;
}
.ai-voice-section .fl-row-content-wrap{
    background-position: center -60px;
}
.ai-voice-section .pp-list-item-content{
    padding: 0px 12px!important;
}
body .full-width-responsive.dispaly-none-desktop {
    display: none ;
}
.fl-col.full-width-responsive.email-column {
    width: 40%;
}
.faq-section div.pp-faq-item .pp-faq-button {
    border-bottom: 1px solid #FFFFFF33;
}
.email-subscribe-form-section form {
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.email-subscribe-form-section .gform_heading {
    display: none;
}
.email-subscribe-form-section .gform_wrapper.gravity-theme div.gform_fields {
    display: block;
}
.email-subscribe-form-section input[type="submit"] {
    margin-bottom: 0px!important;
    background-image: linear-gradient(90deg, #8C61FF 0%, #343090 100%);
    border: none;
}
.email-subscribe-form-section input[type="submit"]:hover{
    background: linear-gradient(90deg, #343090 0%, #196CCA 61%, #00A3FF 100%);  
    border: none;
}
.email-subscribe-form-section .gform-footer.gform_footer.top_label {
    padding: 0px;
    margin: 0px;
}
.email-subscribe-form-section .gfield_description{
    color: #B2B3BD;
}
.latest-post-section .fl-post-grid-post {
    background: #00000040;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #242535;
}
.latest-post-section .fl-post-image{
    padding-bottom: 24px;
}
.latest-post-section .fl-post-image img{
    width: 100%;
}
.latest-post-section .post-tag-div a.technology {
    border-radius: 6px;
    background: rgba(75, 107, 251, 0.05);
    padding: 4px 10px;
    color: #00A3FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.latest-post-section h2.fl-post-title a {
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
}
.latest-post-section h2.fl-post-title {
    margin: 15px 0px!important;
}
.latest-post-section .author-avatar img {
    width: 36px;
    height: 36px;
}
.latest-post-section .fl-post-author a {
    color: #97989F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.latest-post-section .fl-post-author {
    display: flex;
    gap: 12px;
    align-items: center;
}
.latest-post-section .fl-post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 8px;
}
.latest-post-section .fl-post-date {
    color: #97989F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.latest-post-section .fl-post-text {
    padding-top: 25px;
    padding: 0px;
}
.image-slider button.pp-swiper-button {
    display: none;
}
.ai-voice-list .pp-list-item.pp-list-item-7 h4 {
    color: #fff;
    font-size: 25px;
    font-family: 'Inter';
    font-weight: normal;
    margin: 0px;
}
.ai-voice-list li.pp-list-item.pp-list-item-7 {
    display: none;
}
.ai-voice-section .fl-row-content-wrap {
    background-size: 70%;
}
.max-width-1080 .fl-module.fl-module-rich-text {
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
}
.measure-improve-section.ai-voice-section .fl-row-content-wrap{
    position: relative;
    z-index: 999;
}
.measure-improve-section.ai-voice-section .fl-row-content-wrap:before{
    width: 900px;
    border-radius: 900px;
    height: 495px;
}
@media screen and (max-width: 1280px) {
    .image-slider .pp-image-carousel-wrapper.pp-nav-outside button.pp-swiper-button {
        display: block;
        top: 100%;
        background: none;
        width: 50%;
        border: none;
        transform: none;
        left: unset;
        right: unset;
        position: relative;
    }
    .image-slider .pp-image-carousel-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .image-slider .pp-image-carousel-wrapper.pp-nav-outside button.pp-swiper-button.swiper-button-prev span {
        display: block;
        background-image: url(../images//arrow-left.svg);
        width: 12px;
        height: 22px;
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
    }
    .image-slider .pp-image-carousel-wrapper.pp-nav-outside button.pp-swiper-button.swiper-button-next span {
        display: block;
        background-image: url(../images//arrow-right.svg);
        width: 12px;
        height: 22px;
        position: absolute;
        left: 60px;
        top: 50%;
        transform: translateY(-50%);
    }
    .image-slider .pp-image-carousel-wrapper.pp-nav-outside button.pp-swiper-button svg {
        display: none;
    }
}
@media screen and (max-width: 1160px) {
    body .ai-voice-list  .pp-infolist-wrap .layout-3 ul.pp-list-items li.pp-list-item {
        width: calc(20% - 40px);
    }
    .ai-voice-list ul.pp-list-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ai-voice-section .fl-row-content-wrap{
        background-size: cover;
    }
}
@media screen and (max-width: 1135px) {
    .align-center .fl-col-group.fl-col-group-nested {
        align-items: end
    }
}
@media screen and (max-width: 1050px) {
    body .full-width-responsive.dispaly-none-mobile {
        display: none ;
    }
    body .full-width-responsive.dispaly-none-desktop {
        display: block ;
    }
    body .full-width-responsive , body .fl-col.full-width-responsive.email-column{
        width: 100% ;
        text-align: center;
    }
    .fl-col.full-width-responsive.email-column .fl-col-content.fl-node-content {
        max-width: 500px;
        margin: 25px auto 0px;
        padding-right: 0px;
    }
    .ai-voice-section .fl-row-content-wrap{
        background-position: center;
    }
}

@media only screen and (max-width:1024px){
    .measure-improve-section.ai-voice-section .fl-row-content-wrap:before{
        border-radius: 992px;
		width: 992px;
    }
}


@media screen and (max-width: 992px) {
    body .responsive-column{
        width: 100%;
    }
    .align-center .fl-col-group.fl-col-group-nested{
        flex-wrap: wrap;
    }
    body .ai-voice-list  .pp-infolist-wrap .layout-3 ul.pp-list-items li.pp-list-item {
        width: calc(25% - 40px);
    }
    .measure-improve-section.ai-voice-section .fl-row-content-wrap:before{
        border-radius: 612px;
		width: 612px;
    }
}
@media screen and (max-width: 767px) {
    .email-subscribe-form-section form{
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .latest-post-section .fl-post-meta{
        flex-wrap: wrap;
    }
    .latest-post-section h2.fl-post-title a {
        font-size: 18px;
    }
    .ai-voice-list li.pp-list-item.pp-list-item-7 {
        display: flex;
        align-items: center;
    }
    .ai-voice-list li.pp-list-item.pp-list-item-7 .pp-icon-wrapper {
        display: none;
    }
    .ai-voice-list .pp-list-item.pp-list-item-7 h4 {
        font-size: 20px;
        line-height: 2;
    }
    .measure-improve-section.ai-voice-section .fl-row-content-wrap:before{
        border-radius: 480px;
		width: 480px;
    }
}
@media screen and (max-width: 600px) {
    body .ai-voice-list  .pp-infolist-wrap .layout-3 ul.pp-list-items li.pp-list-item {
        width: calc(33.33% - 40px);
    }
}
@media screen and (max-width: 480px) {
    body .ai-voice-list  .pp-infolist-wrap .layout-3 ul.pp-list-items li.pp-list-item {
        width: calc(50% - 40px);
        row-gap: 35px !important;
    }
    .measure-improve-section.ai-voice-section .fl-row-content-wrap:before{
        border-radius: 280px;
		width: 280px;
    }
    
}