.company-banner{
    gap: 15px;
}
.company-banner .img-card{
    border-radius: 16px;
    overflow: hidden;

}
.company-banner .card_1,
.company-banner .card_5{
    width: 102px;
    height: 115px;
}
.company-banner .card_2,
.company-banner .card_4{
    width: 150px;
    height: 180px;
}
.company-banner .card_3{
    width: 200px;
    height: 230px;
}
.company-banner .img-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columnai_powered {
    gap: var(--space-lg);
}
.hero_section{
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
.hero_btn-group {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    gap: 10px;
}
.hero_section h1{
    line-height: normal;
}
.hero_section .g2-badges{
    margin-top: 40px;
}
.brand-strip{
    bottom:0px;
}
.brand-strip .group--secondary__rectangle--first,
.brand-strip .group--secondary__rectangle--second{
    background: linear-gradient(270deg, #f6f9fc00, #fff);
}
.bg-orange{
    background-color: #FFF6ED;
}
.benefits-1-new .right_content-1{
    width: 66%;
}
.benefits-1-new .left_image-1{
    background-color: transparent;
    box-shadow: none;
    width: 32%;
}
div.benefits-1-new .right_content-1 .card_{
    padding:var(--space-14xl) var(--space-13xl);
}
div.benefits-1-new .right_content-1 .card_ span{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #f9ae63, #c0359b, #5064d4);
    padding:1px;
    border-radius: 8px;
    overflow: hidden;
}
div.benefits-1-new .right_content-1 .card_ img{
    height: 54px;
    width: 54px;
    border-radius: 8px;
}


.tagboxNetworkMain {
    display: flex;
    padding: 0px 0 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.tagboxNetworkMain .NewworkCircle {
    background-color: #F6F9FC;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tagboxNetworkMain .NewworkCircle h3 {
    text-align: center;
    position: relative;
}
.tagboxNetworkMain .NewworkCircle h3:after {
    content: "";
    position: absolute;
    background: linear-gradient(60deg, #f9b061, #ce2e93, #4a66d6);
    height: 2px;
    width: 30%;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tagboxNetworkMain .NewworkCircle span {
    color: #545454;
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
}
.animation-lineBox6 {
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tagboxLogo {
    width: 145px;
    position: absolute;
    left: 7%;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tagembedLogo {
    left: 50%;
    bottom: -9%;
    width: 184px;
    position: absolute;
    margin-left: -92px;
}
.tagshopLogo {
    width: 164px;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
}
.tagboxNetworkMain .logo a{
    display: block;
}
.tagboxNetworkMain .logo img{
    width:100%;
}
.serviceProductcommenMain {
    display: flex;
    padding: 50px 0 0;
    width: 100%;
    margin: 0 auto;
}
.serviceProductcommenMain .serviceProductcommenLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.7%;
    flex: 0 0 34.7%;
    max-width: 34.7%;
}
.serviceProductcommenMain .serviceProductcommenRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.productBox,
.serviceBox {
    -webkit-box-flex: 0;
    text-align: center;
}
.serviceBox {
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
    max-width: 86%;
}
.serviceBox .heading .leftIcon {
    width: 90px;
    position: absolute;
    left: 12%;
    margin-top: 2%;
    top: 0;
}
.serviceBox .heading .RightIcon {
    width: 90px;
    position: absolute;
    right: 12%;
    margin-top: 2%;
    -webkit-transform: rotate(0) scaleX(-1);
    -ms-transform: rotate(0) scaleX(-1);
    transform: rotate(0) scaleX(-1);
    top: 0;
}
.serviceBox .heading h4 {
    font-size: 32px;
    line-height: 38px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0px 15px;
}
.serviceSubBox {
    border-radius: 8px;
    padding: 28px 20px;
    text-align: left;
}
.productBox {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.productBox .heading {
    position: relative;
    height: 58px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.productBox .heading .leftIcon {
    width: auto;
    position: absolute;
    left: 0;
    margin-top: 1%;
    top: 0;
}
.productBox .heading .RightIcon {
    width: auto;
    position: absolute;
    right: 0;
    margin-top: 1%;
    -webkit-transform: rotate(0) scaleX(-1);
    -ms-transform: rotate(0) scaleX(-1);
    transform: rotate(0) scaleX(-1);
    top: 0;
}
.productBox .fullwidthBox {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
}
.productBox .fullwidthBox > div{
    width: 100%;
    background-color: #F6F9FC;
    border:1px solid #E1E1E1;
    border-radius: 8px;
}
.serviceSubBox .pill{
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
}
.serviceSubBox .socialwallsbg{
    background: linear-gradient(60deg, #f9b061, #ce2e93, #4a66d6);
}
.serviceSubBox .tagboxbg{
    background: linear-gradient(90deg, #c23d78 0, #663982 100%);
}
.serviceSubBox .tagshopbg{
    background: #5665FC;
}
.path-two {
    stroke-dashoffset: 1000;
    -webkit-animation: 30s linear infinite dashtwo;
    animation: 30s linear infinite dashtwo;
}
@-webkit-keyframes dashtwo {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 1000;
    }
}
@keyframes dashtwo {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 1000;
    }
}
.testimonial{
    max-width: 1170px;
    width: 100%;
}
.testimonial-card{
    background: linear-gradient(60deg, #f9b061, #ce2e93, #4a66d6);
    border-radius: 16px;
    overflow: hidden;
    padding: 1px;
}
.testimonial-card-inner{
    padding: 40px;
    border-radius: 16px;
    color: #fff;
    display: flex;
}
.testimonial_content{
    gap: var(--space-13xl);
}
.testimonial_content .testimonial_thumbnail{
    width: 195px;
}
.testimonial_content .testimonial_thumbnail img{
    border-radius: 8px;
}
.testimonial_text .quote-top{
    height: 40px;
    width: 40px;
    opacity: 0.4;
}
.testimonial_thumbnail .verified{
    background-color: #fff;
    display: block;
    padding: 8px 18px;
    margin: 0px 11px;
    border-radius: 4px;
    margin-top: -23px;
    position: relative;
}
.testimonial .swiper-slide-prev,
.testimonial .swiper-slide-next{
    opacity: 0.3;
}
.testimonial .swiper-wrapper{
    padding-bottom: 50px;
    align-items: start;
}
.testimonial .swiper-slide{
    width: 100%;
}
.testimonial-card-inner .g2-top{
    position: absolute;
    right: 40px;
    top: 0px;
    width: 40px;
}
.heading-box{
    padding: 20px 40px;
    border-radius: 12px;
    color: #fff;
    font-size: 38px;
    font-family: Georgia;
    font-weight: 700;
}
.customGrid .tb_onsite_upload_btn_wrap{
    display: none;
}
.review-box .quote-top{
    left: -15px;
    opacity: 0.3;
}
@media only screen and (max-width: 1300px) {
    .brand-strip{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .tagboxNetworkMain{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .benefits-1-new .right_content-1{
        width: 100%;
        order: 2;
    }
    .benefits-1-new .left_image-1{
        order: 1;
        margin: 0 auto;
    }
    .tagboxNetworkMain .NewworkCircle {
        width: 300px;
        height: 300px;
    }
    .animation-lineBox6{
        width: 400px;
    }
    .tagboxNetworkMain .NewworkCircle h3 > img {
        max-width: 190px !important;
    }
    .tagboxLogo{
        left: -10px;
    }
    .tagshopLogo{
        right: -30px;
    }
    .tagboxNetworkMain .NewworkCircle span{
        font-size: 22px;
    }
    .testimonial-card-inner{
        padding: 20px 40px;
        min-height: 300px;
    }
    .testimonial-text{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .productBox .fullwidthBox{
        flex-direction: column;
    }
    .tagboxNetworkMain .NewworkCircle {
        width: 180px;
        height: 180px;
    }
    .animation-lineBox6 {
        width: 210px;
        bottom: 28px;
    }
    .tagboxNetworkMain .NewworkCircle h3 > img {
        max-width: 100px !important;
    }
    .tagboxNetworkMain .NewworkCircle span {
        font-size: 15px;
        line-height: 18px;
        margin-top: 20px;
    }
    .tagboxNetworkMain .NewworkCircle h3:after{
        bottom: -5px;
    }
    .tagboxLogo{
        width: 115px;
        left: 40px;
    }
    .tagshopLogo{
        right: 20px;
        width: 124px;
    }
    .tagembedLogo{
        bottom: -5%;
        width: 154px;
        margin-left: -65px;
    }
    .serviceProductcommenMain{
        padding:20px 0 0;
    }
    .productBox .heading .leftIcon, .productBox .heading .RightIcon{
        display: none;
    }
    .productBox .heading{
        flex-direction: column;
        height: auto;
        width: 100%;
    }
    .lineBox5-mobile{
        width: 14px;
        margin: 15px auto;
    }
    .serviceBox .heading h4{
        font-size: 24px;
    }
    .testimonial_content{
        flex-direction: column;
    }
    .testimonial-card-inner{
        padding: 15px;
    }
    .testimonial_text{
        width: 100%;
        text-align: center;
        position: relative;
    }
    .testimonial_text .quote-top{
        position: absolute;
        left: 0pt;
        top: -15px;
    }
    .testimonial-text{
        margin-top: 0px;
    }
    .testimonial-text{
        font-size: 16px;
    }
}
@media only screen and (max-width: 576px) {
    .company-banner .card_1, .company-banner .card_5{
        height: 85px;
    }
    .company-banner .card_3{
        height: 150px;
    }
    .company-banner .card_2, .company-banner .card_4{
        height: 110px;
    }
    .benefits-1-new .left_image-1{
        width: 50%;
    }
    .tagboxNetworkMain .NewworkCircle {
        width: 160px;
        height: 160px;
    }
    .animation-lineBox6 {
        width: 190px;
        bottom: 32px;
    }
    .tagboxLogo {
        width: 65px;
        left: 0;
    }
    .tagshopLogo {
        right: 0;
        width: 70px;
    }
    .tagembedLogo{
        bottom: 0;
        width: 100px;
        margin-left: 0;
        transform: translate(-50%, 0px);
    }
    .serviceProductcommenMain{
        padding: 0px;
    }
    .serviceBox .heading h4{
        font-size: 15px;
    }
    .lineBox5-mobile{
        margin: 5px auto;
    }
    .tagboxNetworkMain .NewworkCircle span{
        font-size: 12px;
    }
    .testimonial-text{
        font-size: 14px;
    }
    .heading-box{
        padding: 15px 20px;
        font-size: 24px;
    }
    .heading-box img{
        width: 132px;
    }
}