#cn-accept-cookie{
	border-radius: 0!important
}
.logos-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.show-popup{
    display:flex!important;
}
textarea{
    height:120px!important;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: -10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background:#ffb900;
    color:#000;
    margin:0 0 20px 0;
    padding:10px;
    font-size:14px;
}
.wpcf7 form.sent .wpcf7-response-output {
       border-color: #3acf85;
    background:#3acf85;
    color:#fff;
    margin:0 0 20px 0;
    padding:10px;
    font-size:14px;
}
.page-template-template-for-translators .section-que,
.page-template-template-contact .section-que,
.page-template-template-thankyou .section-que{
    display:none;
}
.cs404{
    text-align:center;
}
.cs404 p{
    margin-top:30px;
}
.cs404 .hero-btns {
    width: 100%;
    justify-content: center;
}

@media screen and (max-width: 991px){
.menu-button {
    padding:0;
}
.nav-item.w--current:before, .nav-item:hover:before {
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
}
 
 @media (max-width:776px){
    .footer-social{
        margin-bottom:20px;
    }
 }
 @media screen and (max-width: 479px){
.service-title-text.text-white {
    font-size: 40px;
    line-height: 48px;
}

.s-benefits {
    margin-top: 30px;
}
.about-icons {
    margin: 60px 0% 30px 0%;
}
.s-page-img{
    overflow:hidden;
}
 }
 
 .cs-info{
text-align: center;
    margin-bottom: 20px;
    width: 100%;
    display: block;
 }
 .form-nav .wpcf7-previous,
 .form-nav .wpcf7-next{
    color:#6e50e6;
    font-weight:bold;
    background: transparent;
    border:0px;
    cursor:pointer;
    transition:0.5s all;
 }
 .form-nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:25px;
    margin-bottom:15px;
 }
 .form-nav .wpcf7-next{
    background-image:url(/wp-content/themes/transistant/images/Vector.svg);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 28px;
 }
  .form-nav .wpcf7-previous{
    background-image:url(/wp-content/uploads/2022/10/arrow-left.svg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 28px;
 }
 .wpcf7-spinner{
    display:none;
 }
  .form-nav .wpcf7-previous:hover,
 .form-nav .wpcf7-next:hover{
    opacity:0.8;
 }
 .wpcf7-list-item label{
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: block;
    width: 100%;
 }
 .wpcf7-list-item{
      display: block;
    width: 100%;  
 }
 span[data-name="foe"] .wpcf7-list-item{
    margin-bottom:10px;
 }
 .submit-button{
    max-width:140px;
 }
 .cpage-thank .w-form{
    text-align:center;
 }
 .cpage-thank .services-title{
    margin-bottom: 20px;
 }
 .cpage-thank .form-white-box{
    padding: 40px 0px;
 }
 .cpage-thank{
    background-color:#fff;
    background-image:url('images/Component-19.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
 }
  .page-template-template-for-translators .service-title-text {
    font-size: 41px;
}
.page-id-296 .form-nav,
.page-id-277 .form-nav,
.page-id-229 .form-nav{
    justify-content:flex-end;
}