/*!
Theme Name: willing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: willing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

willing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* temp */





.header-content .header-language {
    display: none !important;
}

#page h1 {
    font-size: 2em;
    text-align: center;
    margin: 0.6em;
}

#page h2 {
    font-size: 1.6em;
    margin: 0.4em;
}

#page h3 {
    font-size: 1.2em;
    margin: 0.2em;
}


.no-href {
    pointer-events: none;
}

.explainer-video-youtube {
    display: none;
}

.contactUs-btn-box p {
    width: 100%;
}

html  .benefits-ul  {
    list-style: none;
    position: relative;
}



/* ADDED+ */


.page-copyright {
    background: #132B44;
    height: 62px;
    width: 100%;
    margin-top: -62px;
}

#page-copyright {
    margin-top: 20px;
    display: flex;
    width: 100%;
    color: #fff;
    font-size: 12px;
    position: relative;
    height: 60px;
    background: #132B44;
    justify-content: center;
}

#page-copyright  p {
    align-items: center;
    line-height: 1.5;
    box-sizing: border-box;
    font-size: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}

body footer .footer-content .legal-notices {
    max-width: 370px;
}

body footer .footer-content .footer-content-column.contact-part li {
    cursor: context-menu;
}

footer .footer-content .footer-content-column img {
    margin: 12px 12px 12px 0;
}

footer .footer-content  .footer-content-column.contact-part li {
    cursor: context-menu;
}

.contact-form-input-half::placeholder, .contact-form-input::placeholder, .contactUs .contactUs-content form .contact-form-input::placeholder, .contactUs .contactUs-content form textarea::placeholder, .contactUs .contactUs-content form .name-email-div .contact-form-input-half::placeholder {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    font-family: Open Sans;
    text-align: justify;
    color: rgba(39, 53, 66, 0.7);
    /*opacity: 0.7;*/
}

body .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: none;
}

.wa-five-stars {
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
}

.wa-five-stars img {
    width: 25px;
    margin: 0 5px;
}


.wa_user_logged_in {
    top: 32px !important;
}


/* DOWNLOAD OVERLAY*/

.download-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;

}


@keyframes downloadicon {
    0%   {bottom:0px;}
    25%  {bottom:20px;}
    50%  {bottom:0px;}
    75%  {bottom:20px;}
    100% {bottom:0px;}
}

.download-overlay .download-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 120px;
    animation-duration: 4s;
    animation-name: downloadicon;

}

.download-overlay .download-icon img {
    width: 100%;
}

.download-overlay.show {
    display: block;
}

/* MENU */


.header-menu-box .menu li.menu-item-has-children  {
    cursor: pointer !important;
}
.header-menu-box .menu li.menu-item-has-children >a {
    pointer-events: none;
    cursor: pointer;
}

/* MOBILE MENU */


#menu-header_menu_mobile > li {
    padding: 8px;
}

/*  HEADER TEXT*/

body .top-banner-section-text-box-text p ,
body .top-banner-section-text-box p {
    margin-bottom: 15px;
}

/*
CONTACT FORM  */

div form.wpcf7-form label.error {
    color: #900;
    font-size: 10px;
    float: none;
    padding: 8px;
    padding-left: 4px;

    /* margin-top: 47px; */
    display: block;
    position: absolute;
    left: 0;
    bottom: -24px;
}


div .wpcf7 form.sent .wpcf7-response-output {
    border-color: #00bfff4a;
    padding: 14px;
    margin: 0;
    margin-left: 0;
    margin-right: 40px;
    border-radius: 20px;
    color: #a1c5af;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red;
    border-radius: 8px;
    border-style: dotted;
    font-style: italic;
    border-width: 1px;
    background: #f7a89670;
    /* border: none; */
    align-items: center;
    display: flex;
    color: red !important;
    margin: 10px;
    font-size: 14px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

body .wpcf7 .ajax-loader {
    display: none;
}

body .submitting .ajax-loader {
    display: inline-block !important;
}


/* HEADER */

body .header-wrapper header .header-content .header-menu-box ul li::after {
    content: '';
    position: relative;
    bottom: 16px;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #00F1FF 0%, #00D8FF 23.1%, #00C0FF 51.38%, #00B2FF 77.73%, #00ADFF 100%);
    transition: width .3s;
}


body .header-wrapper header .header-content .header-menu-box ul.menu > li.current-menu-item::after ,
body .header-wrapper header .header-content .header-menu-box ul.menu > li.current-menu-parent::after {
    content: '';
    position: relative;
    bottom: 16px;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #00F1FF 0%, #00D8FF 23.1%, #00C0FF 51.38%, #00B2FF 77.73%, #00ADFF 100%);
}

.header-wrapper header .header-content .header-right-part .header-search {
    display: none;
}

/* header mobile menu */

.header-wrapper .website-mobile-menu ul li a {
    text-align: center;
}


/*
    CONTACT FORM PART
*/

.contactUs .contactUs-content form .name-email-div p ,
#page-contact  form.application-form .name-email-div p {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

#page-contact  form.application-form  .custom-submit-btn {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#page-contact  form.application-form  .custom-submit-btn .contactUs-submit-btn {
    margin: 0;
}

#page-contact .contactUs-submit-btn:hover {
    background: linear-gradient(90deg, #27E4EF 0%, #34A5DB 100%);
    box-shadow: 0px 2px 4px rgba(40, 174, 221, 0.5);
}
.contactUs .contactUs-content form > p {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.contactUs .contactUs-content form > p input {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.contactUs .contactUs-content form  p > .your-subject  ,
.contactUs .contactUs-content form  p > .your-message  {
    width: 100%;
    display: block;
}
#page-contact  form.application-form  .wpcf7-form-control-wrap input ,
.contactUs .contactUs-content form  .wpcf7-form-control-wrap input {
    width: 100%;
    display: block;
}


/*  PRODUCT PAGE */

#product-page .top-banner-section-text-box {
    display: none;
}

.products-ableToProduct {
    width: 100%;
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.products-ableToProduct .products-ableToProduct-main.product-reverse {
    flex-direction: row-reverse;
}

#product-page .products-ableToProduct-btn-website ,
#product-page .products-ableToProduct-btn-freeTrial {
    padding: 0 4px;
}

#product-page .products-ableToProduct-btn-website.disabled {
    pointer-events: none;
    padding: 0 28px;
    /* opacity: 0.5; */
    /*background-color: #fff;*/
    /*color: rgb(49, 152, 253);*/
    /*border: 2px solid rgb(49, 152, 253);*/
}

#product-page .products-ableToProduct-btn-freeTrial.youtube {
    width: auto;
    font-size: 12px;
    margin-left: 20px;
    padding: 0 14px;
    color: #24AEB7;
    background: #fff;
    border: 2px solid #24AEb7;
    box-sizing: border-box;
}

#product-page .youtube-button {
    padding-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#product-page .youtube-button .explainer-video-youtube {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height, or 100% */
    text-align: justify;
    text-decoration-line: underline;
    color: #FFFFFF;
    opacity: 0.8;
}

#product-page .youtube-button .explainer-video-youtube:hover,
#product-page .youtube-button .explainer-video-youtube:active {
    opacity: 1;
}
    /*  slider in product page */

#product-page .products-ableToProduct-main-left-part .products-ableToProduct-main-left-part-slider .slick-slide.slick-current + .slick-slide img {
 opacity: 0;
}

#product-page .products-ableToProduct-main-left-part .products-ableToProduct-main-left-part-slider .slick-slide.slick-current img {
    opacity: 1;
}

/* popup */

#product-page .product-youtube-popup-overlay  {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000063;
    /* opacity: 0.4; */
    z-index: 99999;
    display: none;

}

#product-page .product-youtube-popup-overlay.show {
    display: block;
}

#product-page .product-youtube-popup {
    background: #fff;
    max-width: 1200px;
    width: 62%;
    padding: 70px;
    height: auto;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#product-page .product-youtube-popup .remove-popup {
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 16px;
    /* color: #000; */
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-page .product-youtube-popup .remove-popup:hover {
    padding: 2px;
    background: #f3f5f7;
}
#product-page .product-youtube-popup .remove-popup img {
    width: 100%;
}
/*#product-page .product-youtube-popup .remove-popup:active img ,*/
/*#product-page .product-youtube-popup .remove-popup:hover img {*/
    /*width: 116%;*/
/*}*/



#product-page .product-youtube-popup .popup-text {
    line-height: 1.6;
    font-size: 14px;
    font-family: inherit;
}

#product-page .product-youtube-popup .popup-text h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #122F4D;
    padding-bottom: 30px;
}

#product-page .product-youtube-popup .popup-text p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: justify;
    color: #273542;
    opacity: 0.8;
}

#product-page .product-youtube-popup  .popup-buttons {
    padding-top: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#product-page .product-youtube-popup  .popup-buttons .popup-btn {
    border: 1px solid #24AEB7;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #24AEB7;
    height: 48px;
    padding: 0 20px;
    box-sizing: border-box;
    min-width: 150px;
}
#product-page .product-youtube-popup  .popup-buttons .popup-btn.reject {
    max-width: 420px;
}

#product-page .product-youtube-popup  .popup-buttons .popup-btn.confirm {
    color: #fff;
    background: #24AEB7;
}

#product-page .product-youtube-popup  .popup-buttons .popup-btn:hover {
    background: #eaf2f3;
}
#product-page .product-youtube-popup  .popup-buttons .popup-btn.confirm:hover {
    background: #1CCAD6;
    /* shadow for hover */

    box-shadow: 0px 2px 4px rgba(40, 174, 221, 0.5);
    border: none;
}

#product-page .products-ableToProduct-footer {
    display: none;
}
#product-page .products-ableToProduct-main-right-part .youtube-button {
    display: none;
}


#product-page .products-ableToProduct-btn-box.disabled {
    display: flex;
    /*justify-content: center;*/
}

/*#product-page .products-ableToProduct-btn-box.disabled .products-ableToProduct-btn-website {*/
    /*margin: 0 auto;*/
/*}*/

    /*  ABOUT PAGE */

#page-about .our-team .type .team-members .team-member {
    border: none;
    width: 300px;
    height: 280px;
    margin: 17px;
}

#page-about .our-team .type .team-members .team-member .team-member-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: none;
}

#page-about .our-team .type .team-members .team-member .team-member-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#page-about .our-team .type .team-members .team-member .about-member {
    height: 70px;
    /*margin-top: -70px;*/
    /*position: relative;*/
    background: rgba(18 ,47, 77,0.8);
}

#page-about .custom-top-banner-section-content .custom-top-banner-text-box {
    display: none;
}

#page-about .our-team .type:nth-child(odd) {
    display: block;
}

#page-about .our-team .type .team-members {
    /*width: 1010px;*/
    margin: 50px auto 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


#page-about .our-team .type .team-members .team-member .about-member {
    padding: 8px;
}

#page-about .our-team .type .team-members .team-member .member-vocation {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    padding-top: 2px;
    /* or 162% */
    display: flex;
    justify-content: center;
    color: #FFFFFF;
}



/*  SUBSCRIPTION PAGE */

#page-subscription .custom-top-banner-section-content .custom-top-banner-text-box {
    display: none;
}

#page-subscription .franchise-partner-2 .partnerships .sub-partnership {
    width: 56%;
    margin: 0 auto;
}

#page-subscription .sub-partnership h4 ,
#page-subscription .sub-partnership .about-partnership-1 ,
#page-subscription .sub-partnership p {
    text-align: center;
}

#page-subscription .benefits-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
#page-subscription .benefits-ul li {
    text-align: center;
}

#page-subscription .subscription-form {
    width: 100%;
}

#page-subscription  .partnership-italic-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    /* identical to box height, or 100% */
    text-align: center;
    color: #122F4D;
    opacity: 0.7;
    margin-top: 100px;
}
#page-subscription  .contactUs-paragraph-box p {
    text-align: justify;
}

    /*  FRANCHISE PAGE */

#page-franchise .custom-top-banner-section-content .custom-top-banner-text-box {
    display: none;
}

#page-franchise .franchise-partner-2 .partnerships .french-partnership {
    width: 54%;
    margin: 0 auto;
}

#page-franchise .french-partnership h4 ,
#page-franchise .french-partnership .about-partnership-1 ,
#page-franchise .french-partnership p {
    text-align: center;
}

#page-franchise .benefits-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
#page-franchise .benefits-ul li {
    text-align: center;
}

#page-franchise .subscription-form {
    width: 100%;
}

#page-franchise  .partnership-italic-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    /* identical to box height, or 100% */
    text-align: center;
    color: #122F4D;
    opacity: 0.7;
    margin-top: 100px;
}
#page-franchise  .contactUs-paragraph-box p {
    text-align: justify;
}


/* PAGE LEGALTECH */

#page-legaltech .legalTech-top-banner-section .top-banner-section-text-box {
    display: none;
}

/* PAGE EFFICIENCYTECH*/

#page-efficiencytech .efficiencyTech-top-banner-section .top-banner-section-text-box {
    display: none;
}

#page-efficiencytech .efficiencyTech-description p {
    opacity: 1;
}

/* PAGE GDPR */

#page-gdpr .gdpr-top-banner-section .top-banner-section-text-box {
    display: none;
}

#page-gdpr .gdpr-main-section .gdpr-section-1 .section-main p {
    margin-top: 10px;
}

#page-gdpr .gdpr-main-section .gdpr-question-answers-main-section-2 .answer-box h3 {
    /* line-height: unset; */
    margin: 0 0 38px 0;
    width: 66%;
}


main .subscription-form {
    /*margin: 0 auto;*/
    display: flex;
    flex-wrap: wrap;
    width: 60%;
   /* max-width: 706px;*/
	max-width: 100%;
    opacity: 0.7;
}

main .subscription-form .name-email-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

main .subscription-form .name-email-div.textarea {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
main .subscription-form .name-email-div span.wpcf7-form-control-wrap.subject,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap.company_address {
    width: 100%;
    margin-bottom: 20px;
}

main .subscription-form .name-email-div span.wpcf7-form-control-wrap.company_address {
    margin-bottom: 0px;
}

main .subscription-form .name-email-div.country-state span.wpcf7-form-control-wrap {
    width: 49%;
}
main .subscription-form .name-email-div.name span.wpcf7-form-control-wrap ,
main .subscription-form .name-email-div.employees span.wpcf7-form-control-wrap {
    box-sizing: border-box;
    width: 49%;
}

main .subscription-form .name-email-div.address span.wpcf7-form-control-wrap {
    box-sizing: border-box;
    width: 100%;
}


main .subscription-form .name-email-div span.wpcf7-form-control-wrap input,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap select,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea {
    box-sizing: border-box;
    width: 100%;
    color: rgba(39, 53, 66, 0.7);

}
main .subscription-form .name-email-div span.wpcf7-form-control-wrap .contact-form-input-half {
    width: 100%;
}

main .subscription-form .name-email-div.country-state span.wpcf7-form-control-wrap select ,
main .subscription-form .name-email-div.city-zip span.wpcf7-form-control-wrap select ,
main .subscription-form .name-email-div.city-zip span.wpcf7-form-control-wrap input ,
main .subscription-form .name-email-div.textarea span.wpcf7-form-control-wrap textarea ,
main .subscription-form .name-email-div.country-state span.wpcf7-form-control-wrap input {
    width: 100%;
    box-sizing: border-box;
}
main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea ,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::placeholder,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::-webkit-input-placeholder,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::-moz-placeholder,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap input:-moz-placeholder,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap select {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(39, 53, 66, 0.7) ;

}

main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::-moz-placeholder,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap input:-moz-placeholder {
    line-height: 47px;
}

main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea::-moz-placeholder,
main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea:-moz-placeholder {
    line-height: 24px;

}

main .subscription-form .name-email-div span.wpcf7-form-control-wrap select {
    font-style: italic;
    font-weight: normal;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 22px;
    color: rgba(39, 53, 66, 0.7) ;
}
main .subscription-form .name-email-div.city-zip span.city_auto {
    width: 68%;
}
main .subscription-form .name-email-div.city-zip span.zip_code {
    width: 30%;
}

main .subscription-form .name-email-div.textarea span.company_info {
    width: 100%;
}
main .subscription-form .name-email-div.textarea span.company_info textarea {
    border: none;
    outline: none;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: rgba(39, 53, 66, 0.7);
    width: 100%;
    height: 160px;
    margin: 25px 0 16px 0;
    padding: 13px 0 0 25px;
    resize: none;
    opacity: 1;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
}

main .subscription-form .name-email-div.textarea textarea{
    margin-bottom: 0;
    font-style: italic;
}
main .subscription-form  .contactUs-paragraph-box p {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    color: #081E41;
    /*opacity: 0.7;*/
}

main .subscription-form  .contactUs-paragraph-box p  a {
    font-weight: bold;
    color: #122F4D;
}


main .subscription-form .name-email-div span.wpcf7-form-control-wrap  label.error {
    color: #900;
    font-size: 11px;
    font-size: 10px;
    width: 100%;
    text-align: left;
    display: block;
    padding: 6px;
    bottom: -18px;
}


main .subscription-form .contactUs-btn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}

main .subscription-form .contactUs-btn-box .contactUs-submit-btn {
    margin-bottom: 0;
}

main .subscription-form .contactUs-btn-box p {
    display: flex;
    margin: 0;
}

main .subscription-form .country_auto ,
main .subscription-form .state_auto ,
main .subscription-form .city_auto {
    position: relative;
}
main .subscription-form .country_auto::before ,
main .subscription-form .state_auto::before ,
main .subscription-form .city_auto::before {
    position: absolute;
    margin: auto;
    top: 0;  bottom: 0; right: 20px;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("./images/icons/select-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 99;
}


    /* 404 PAGE */
#willing-not-page {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0);
    width: 60%;
    height: 800px;
}

#willing-not-page .img-container {
    background: url("./images/top-banners/404-text.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    display: block;
    height: 600px;
}

#willing-not-page .page-title {
    font-family: Open Sans;
    font-style: normal;
    padding-top: 60px;
    font-weight: 300;
    font-size: 60px;
    line-height: 50px;
    color: #82DFFF;
    opacity: 0.9;
    width: 100%;
    text-align: center;
    position: relative;
}

#willing-not-page .page-title:after {
    content: "";
    height: 4px;
    display: block;
    margin: 0 auto;
    margin-top: 44px;
    width: 8%;
    background: #82DFFF;
    border-radius: 10px;

}

#willing-not-page  .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 0 80px;
}

.button404 {
    width: 176px;
    height: 48px;
    cursor: pointer;
    background: linear-gradient(
            90deg
            , #00F1FF 0%, #00D8FF 23.1%, #00C0FF 51.38%, #00B2FF 77.73%, #00ADFF 100%);
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    opacity: 1;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: none;
    padding: 0;
    font-style: normal;
    outline: none;
}

    /*
    HOME PAGE
    */

/* home-page */
.top-banner-slider-section {
    background: #02133A;
}

div.wpcf7 {
    z-index: 2;
}

#home-page .benefits-ul li:before  {
    background: #00B2FF;
    background: linear-gradient(
            92.87deg
            , #00F1FF -93.39%, #00D8FF -22.66%, #00C0FF 63.93%, #00B2FF 144.62%, #00ADFF 212.81%);
    width: 16px;
    border-radius: 3px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: -23px;
}

#home-page #single_form input::placeholder ,
#home-page #single_form input::-webkit-input-placeholder ,
#home-page #single_form textarea::-webkit-input-placeholder,
#home-page #single_form textarea::placeholder {
    font-style: italic;
    opacity: 0.7;
}

/*
    if user logged in
*/

.user_logged_in .modal ,
.user_logged_in .partners-modal {
    top: 32px;
}




/*  CUSTOM PAGE */

#individual-application-2 .application-img.individual-application-img img {
    width: 110%;
}

#custom-page .custom-top-banner-text-box {
    display: none;
}

#custom-page  #custom_form .wpcf7-form-control-wrap.your-message {
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
}

#custom-page form.application-form .firs-last-name span {
    width: 49%;
}

#custom-page form.application-form .firs-last-name span input {
    width: 100%;
}

#custom-page form.application-form .contactUs-submit-btn {
    width: 176px;
    height: 48px;
    cursor: pointer;
    background: linear-gradient(90deg, #00F1FF 0%, #00D8FF 23.1%, #00C0FF 51.38%, #00B2FF 77.73%, #00ADFF 100%);
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-style: normal;
    border: none;
    opacity: 1;
    outline: none;
    padding: 1px 6px;
    margin-bottom: 0;
}

#custom-page  .application-form textarea + .error  {
    font-size: 10px;
    bottom: -19px;
}

#company_info-error {
    font-size: 10px;
    bottom: -2px;
}

#custom-page form.application-form .contactUs-submit-btn:hover {
    background: linear-gradient(90deg, #27E4EF 0%, #34A5DB 100%);
    box-shadow: 0px 2px 4px rgba(40, 174, 221, 0.5);
}

#custom-page .modal {
    padding-top: 0;
    z-index: 10000;
}


/* CUSTOM PAGE CONTACT FORM*/


#custom_form .wpcf7-form-control-wrap input ,
#custom_form .wpcf7-form-control-wrap textarea {
    margin-bottom: 0;
}

#custom_form .wpcf7-form-control-wrap  {
    margin-bottom: 26px;
    display: block;
    max-width: 100%;
}

#custom_form .wpcf7-form-control-wrap .flag-container {
    max-height: 50px;
}
#custom_form .tel-mail .tel .wpcf7-form-control-wrap div ,
#custom_form .tel-mail .tel .wpcf7-form-control-wrap input {
   max-width: 100%;
}
#custom-page form.application-form .wpcf7-radio {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}

#custom-page  .custom-modal-area .custom-application-modal .application-form .personal-email div.tel div {
    width: 49%;
    display: flex;
    justify-content: space-between;
}
#custom-page .custom-modal-area .custom-application-modal .application-form .personal-email div {
    width: 100%;
}
#custom-page  .custom-modal-area .custom-application-modal .application-form .tel-mail {
    display: flex;
    justify-content: space-between;
}

#custom-page  .custom-modal-area .custom-application-modal .application-form .tel-mail .tel {
    width: 33%;
    display: flex;
}

#custom_form .intl-tel-input .country-list {
    max-width: 210px;
}

.custom-modal-area .custom-application-modal .application-form .personal-email {
    width: 65%;
}

.custom-modal-area .custom-application-modal .application-form .personal-email  .wpcf7-form-control-wrap ,
.custom-modal-area .custom-application-modal .application-form .personal-email  .wpcf7-form-control-wrap input {
    width: 100%;
}


#custom-page #custom_form .custom-submit-btn {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}



/*  PAGE CHARITY */

#page-charity .custom-top-banner-section-content .custom-top-banner-text-box {
    display: none;
}


#page-charity a.contactUs-submit-btn {
    width: 176px;
    height: 48px;
    cursor: pointer;
    background: linear-gradient(90deg, #00F1FF 0%, #00D8FF 23.1%, #00C0FF 51.38%, #00B2FF 77.73%, #00ADFF 100%);
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-charity .charity-button {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    /* border: 1px dashed #5816c1; */
    border-radius: 5px;
    margin-top: 30px;
    background: rgb(181 218 251 / 7%);
    box-shadow: 0px 1px 4px rgba(40, 174, 221, 0.5);
}

    /*  PAGE CONTACT */

#page-contact .custom-top-banner-section .custom-top-banner-text-box {
    display: none;
}

#page-contact .custom-modal-area .custom-application-modal .application-form h2 {
    font-size: 36px;
}

#page-contact .custom-modal-area .custom-application-modal .application-form .firs-last-name span.wpcf7-form-control-wrap {
    width: 49%;
}

#page-contact  .custom-modal-area .custom-application-modal textarea {
    opacity: 1;
}

#page-contact .custom-modal-area .custom-application-modal .application-form input.wpcf7-form-control,
#page-contact .custom-modal-area .custom-application-modal .application-form textarea.wpcf7-form-control {
    margin-top:20px;
    margin-bottom: 6px;
}

body #page-contact  form.application-form  .custom-submit-btn .wpcf7-form-control.wpcf7-submit.contactUs-submit-btn {
    margin: 0;
}


#page-contact .custom-modal-area .custom-application-modal .application-form textarea.wpcf7-form-control {
    margin-bottom: 16px;
}


#page-contact .contact-us {
    display: flex;
    justify-content: center;
    height: auto;
    width: 84%;
    /*max-height:  495px;*/
    box-sizing: border-box;
    padding-bottom: 80px;
    padding-top: 60px;
    /*border: 1px solid red;*/
}

#page-contact .contact-us .our-services-service {
    width: 33%;
    box-sizing: border-box;
    padding: 50px 0;
    /*border: 1px solid blue;*/
}

#page-contact  .contact-us .our-services-service p {
    width: 100%;
}

#page-contact .contact-us .our-services-service {
    height: auto;
    display: flex;
    justify-content: center;
}

#page-contact .contact-us .our-services-service .location-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #00D8FF;
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 8px;
}

#page-contact .contact-us .our-services-service p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #273542;
    text-align: center;
    width: auto;

}

#page-contact .contact-us .our-services-service h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */
    text-align: center;
    color: #122F4D;
}

#page-contact  form.wpcf7-form label.error {
    bottom: -18px;
}

#page-contact #single_form input::placeholder ,
#page-contact #single_form input::-webkit-input-placeholder ,
#page-contact #single_form textarea::-webkit-input-placeholder ,
#page-contact #single_form textarea::placeholder {
    font-style: italic;
    opacity: 0.7;
    font-family: 'Open Sans';
    color: rgba(39, 53, 66, 0.7);
}

#page-contact #single_form p  a {
    font-weight: bold;
    color: #122F4D;
}

    /*#page-contact #single_form textarea::-webkit-input-placeholder ,*/
/*#page-contact #single_form textarea::placeholder {*/
    /*opacity: 1;*/
/*}*/

/*  CUSTOM PAGE */

.custom-modal-area .custom-application-modal p a {
    color: #122F4D;
    font-weight: bold;
}

/*
DELETE DROPDOWN MENU ITEM ARROWS
*/

.li-dropdown-arrow-box.li-dropdown-arrow-box-selected {
    display: none;
}

/*
MENU HEDER UL AND LI
*/

.header-wrapper header .header-content .header-menu-box ul li .dropdown-menu ul {
    box-sizing: border-box;
    padding: 0 5px;
}

body .header-wrapper header .header-content .header-menu-box ul li .dropdown-menu ul li {
    width: 100%;
    max-width: 100%;
    margin: 0 ;
    box-sizing: border-box;
}


/*
SIMPLE CONTACT FORM
*/

#single_form .name-email-div > span.your-name ,
#single_form .name-email-div > span.your-email {
    width: 49%;
}

#single_form  span.your-subject ,
#single_form  span.your-message {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
#single_form  span.your-subject input {
    width: 100%;
}



#single_form .wpcf7-form-control-wrap input {
    opacity: 1;
    color: rgba(39, 53, 66, 0.7);
    font-style: normal;
}

#single_form .wpcf7-form-control-wrap input::placeholder ,
#single_form .wpcf7-form-control-wrap input::-moz-placeholder ,
#single_form .wpcf7-form-control-wrap input::-webkit-input-placeholder ,
#single_form .wpcf7-form-control-wrap input:-moz-placeholder ,
#single_form .wpcf7-form-control-wrap textarea::-moz-placeholder  ,
#single_form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder  ,
#single_form .wpcf7-form-control-wrap textarea:-moz-placeholder  ,
#single_form .wpcf7-form-control-wrap textarea::placeholder   {
    color: rgba(39, 53, 66, 0.5);
    opacity: 0.5;
    font-style: italic;
}

#single_form .wpcf7-form-control-wrap input::-moz-placeholder ,
#single_form .wpcf7-form-control-wrap input::-webkit-input-placeholder ,
#single_form .wpcf7-form-control-wrap input:-moz-placeholder ,
#single_form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder  ,
#single_form .wpcf7-form-control-wrap textarea::-moz-placeholder   ,
#single_form .wpcf7-form-control-wrap textarea:-moz-placeholder    {
    line-height: 47px;
    /* mozilla */
}

#single_form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder  ,
#single_form .wpcf7-form-control-wrap textarea::-moz-placeholder   ,
#single_form .wpcf7-form-control-wrap textarea:-moz-placeholder    {
    line-height: 24px;
    /* mozilla */
}
#single_form .wpcf7-form-control-wrap textarea  {
    color: #273542;
    opacity: 1;
    color: rgba(39, 53, 66, 0.7);
    font-style: normal;
}

#single_form .wpcf7-form-control-wrap textarea + label.error {
    bottom: -6px;
}

#single_form .name-email-div > span.your-subject input ,
#single_form .name-email-div > span.your-name input ,
#single_form .name-email-div > span.your-email input {
    max-width: 100%;
}


/*#single_form .custom-submit-btn p {*/
    /*display: inline-block;*/
/*}*/

#single_form  .contactUs-submit-btn {
    width: 176px;
    height: 48px;
    cursor: pointer;
    background: linear-gradient(90deg, #00F1FF 0%, #00D8FF 23.1%, #00C0FF 51.38%, #00B2FF 77.73%, #00ADFF 100%);
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    opacity: 1;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    padding: 0;
    font-style: normal;
    outline: none;
}

/*  HOME PAGE */

/*  slider */

body .top-banner-slider-section .top-banner-slider .home-top-banner-slider-1::before, .top-banner-slider-section .top-banner-slider .home-top-banner-slider-2::before, .top-banner-slider-section .top-banner-slider .home-top-banner-slider-3::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: none !important;
    left: 0;
    bottom: 0;
    background: #062F50;
    opacity: 0.4;
}

#home-page .top-banner-bg,
#home-page .top-banner-tablet-bg,
#home-page .top-banner-text-box {
    display: none;
}

#home-page video.top-banner-bg.video,
#home-page video.top-banner-tablet-bg.video {
    display: block;
}

#home-page .ourClients-main-section .ourClients-slider-content .ourClients-slider .slick-list .slick-track .slick-center .ourClients-slide-box p {
    margin-bottom: 10px;
    max-width: 86%;
}

#home-page .ourClients-main-section .ourClients-slider-content .ourClients-slider {
    max-height: 1000px;
}

/*#home-page .ourClients-main-section .ourClients-slider-content .ourClients-slider .slick-list .slick-track .slick-center .ourClients-slide-box h3 {*/
   /*margin-bottom: 2px;*/
/*}*/

/*  slider */

#home-page .ourClients-main-section .ourClients-slider-content .ourClients-slider .ourClients-slide-box {
    width: 434px;
    height: 282px;
}

#home-page  .ourClients-main-section .ourClients-slider-content .ourClients-slider .ourClients-slide-box .ourClient-img {
    width: 72px;
    height: 72px;
    margin: 0 0 16px 0;
}


#home-page .ourClients-slider-content .slick-slide.slick-current {

    transform: scale(1.3);
    /*transform: none;*/
    z-index: 1;
    position: relative;

}



/*#home-page .ourClients-main-section .ourClients-slider-content {*/
    /*width: 74%;*/
    /*margin: 0 auto;*/
/*}*/

#home-page .slick-slide .ourClients-slide-box h3 ,
#home-page .slick-active .ourClients-slide-box h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #122F4D;
    opacity: 0.7;
    margin-bottom: 8px;
}

#home-page .testimonial-position {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #828282;
    opacity: 0.7;
    padding-bottom: 6px;
}

#home-page .slick-slide .ourClients-slide-box p ,
#home-page .slick-active .ourClients-slide-box p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 14px;
    color: #273542;
}

#home-page  .ourClients-main-section .ourClients-slider-content .ourClients-slider .ourClients-slider-btn-prev ,
#home-page  .ourClients-main-section .ourClients-slider-content .ourClients-slider .ourClients-slider-btn-next {
    background-color: transparent;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 36%;
}


#home-page .ourClients-main-section .slick-slide.slick-current h3 {
    transform: none;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
}


#home-page  .slick-slide.slick-current .testimonial-position {
    transform: none;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
}

#home-page .ourClients-main-section .slick-slide.slick-current p {
    transform: none;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
}

    /*  map items  */

#home-page  .wa-intro-section .intro-left-part-item .introItem-gdpr {
    position: absolute;
    top: 48%;
    left: 47%;
}

#home-page  .contactUs .contactUs-content form textarea {
    margin: 25px 0 16px 0;
}


/*   #PAGE */

#page {
    max-width: 1022px;
    width: 100%;
    padding-top: 50px;
    margin:  0 auto;
}



/*   -----------------  MEDIAS -----------------  */

/*   -----------------  MEDIAS -----------------  */


@media screen and (max-width: 1700px) {

    /*   home-page  */

    #home-page .product-overview {
        width: 74%;
    }

    #home-page .wa-intro-section .intro-right-part h3 {
        font-size: 40px;
        line-height: 48px;
    }

    #home-page .questions-answers-main-section .answer-box div p {
        font-size: 16px;
    }


    /* product-page*/

    #product-page .products-ableToProduct .products-ableToProduct-main .products-ableToProduct-main-right-part h3  {
        font-size: 40px;
    }

    /* gdpr-page */

    #page-gdpr .questions-answers-main-section .answer-box div p {
        font-size: 16px;
    }

    /* subscription-page */

    #page-subscription .sub-partnership h4{
        font-size: 34px;
    }




    #page-subscription .sub-partnership .partnership-italic-text {
        font-size: 24px;
        line-height: 28px;
        margin-top: 86px;
        margin-bottom: 30px;
    }

    /*franchise-page*/
    #page-franchise .partnerships .sub-partnership h4 span,#page-franchise  .partnerships .french-partnership h4  {
        font-size: 34px;
    }

    /* contact-page */

    #page-contact .contact-us-need-help .help-text h2 {
        font-size: 34px;
    }

    #page-contact .custom-modal-area .custom-application-modal .application-form h2 {
        font-size: 34px;
    }

    /* about-page */

    #page-about .our-team .type .team-members .team-member {
        width: 280px;
        height: 260px;
    }

    #page-about .our-team .type .team-members .team-member .about-member {
        height: 62px;
        /*margin-top: -62px;*/
    }

    #page-about .our-team .type .team-members .team-member  p {
        font-size: 16px;
        line-height: 22px;
    }

    #page-about .our-team .type .team-members .team-member .about-member {
        padding: 8px;
    }

    #page-about .our-team .type .team-members .team-member .member-vocation  {
        font-size: 12px;
        line-height: 18px;
    }

    /* custom-page */

    #custom-page .custom-modal-area .custom-application-modal .application-form h2 {
        font-size: 38px;
        line-height: 44px;
    }

    #custom-page .custom-modal-area .custom-application-modal .application-form h3 {
        font-weight: 600;
        font-size: 18px;
    }

    #custom-page .custom-modal-area .custom-application-modal .application-form .custom-checkboxes .container {
        cursor: pointer;
        font-size: 16px;
    }

}

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

    body footer .footer-content .legal-notices {
        width: 360px;
    }

    #single_form .wpcf7-form-control-wrap input::-moz-placeholder ,
    #single_form .wpcf7-form-control-wrap input:-moz-placeholder ,
    #single_form .wpcf7-form-control-wrap textarea::-moz-placeholder  ,
    #single_form .wpcf7-form-control-wrap textarea:-moz-placeholder  {
        line-height: 47px;
    }
    #single_form .wpcf7-form-control-wrap textarea::-moz-placeholder  ,
    #single_form .wpcf7-form-control-wrap textarea:-moz-placeholder  {
        line-height: 19px;
    }

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::placeholder,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input:-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea:-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea::-moz-placeholder {

        line-height: 47px;

    }

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea:-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea::-moz-placeholder {

        line-height: 19px;

    }


    main .subscription-form .name-email-div span.wpcf7-form-control-wrap select {
        font-size: 14px;
    }

    main .subscription-form .name-email-div.textarea span.company_info textarea {
        font-size: 14px;
    }

    /* home-page*/

    #home-page  .wa-five-stars img {
        width: 20px;
        margin: 0 5px;
    }

    #home-page .product-overview {
        width: 74%;
    }

    #home-page  .wa-intro-section .intro-left-part-item .introItem-gdpr {
        top: 48%;
        left: 47%;
    }

    #home-page .wa-intro-section .intro-right-part h3 {
        font-size: 38px;
        line-height: 44px;
    }

    #home-page .home-partnerships.partnerships .sub-partnership .benefits-ul li,
    #home-page  .home-partnerships.partnerships .french-partnership .benefits-ul li {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    /* contact-page */

    #page-contact .contact-us .our-services-service .location-title {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        text-align: center;
        color: #00D8FF;
        font-size: 16px;
        line-height: 18px;
        /*padding-bottom: 6px;*/
    }

    #page-contact .contact-us .our-services-service p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    #page-contact .contact-us .our-services-service h3 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 20px;
        text-align: center;
        color: #122F4D;
    }

    #page-contact .contact-us .our-services-service hr {
        margin-bottom: 8px;
    }

    #page-contact .custom-modal-area .custom-application-modal .application-form h2 {
        font-size: 32px;
    }

    /* product-page */

    #product-page .youtube-button .explainer-video-youtube {
        font-size: 15px;
    }

    /* about-page */

    #page-about .our-team .type .team-members .team-member {
        margin: 20px 17px;
        width: 280px;
    }

    /* subscription-page */

    #page-subscription .sub-partnership h4 {
        font-size: 32px;
        line-height: 54px;
        margin-bottom: 14px;
    }

     #page-subscription .sub-partnership .about-partnership-1 ,
     #page-subscription .benefits-ul li {
         font-size: 16px;
         line-height: 26px;
         margin-bottom: 20px;
    }

    #page-subscription .sub-partnership .partnership-italic-text {
        font-size: 22px;
        line-height: 26px;
        margin-top: 80px;
        margin-bottom: 24px;
    }

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::-webkit-input-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input:-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea::placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea::-webkit-input-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea::-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea:-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap select {
        font-size: 14px;
        line-height: 18px;
    }

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input:-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea::-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea:-moz-placeholder {
        line-height: 43px;
    }

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea::-moz-placeholder ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea:-moz-placeholder {
        line-height: 19px;
    }

    main .subscription-form {
        width: 100%;
    }

    /* contact-form-output */

    body .wpcf7 form.subscription-form  .wpcf7-response-output {
        border-color: #00bfff4a;
        padding: 14px;
        margin-left: 0;
        /* margin-right: 40px; */
        border-radius: 20px;
        color: #a1c5af;
        margin-left: 0;
        text-align: center;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }


    /*franchise-page*/
    #page-franchise .partnerships .sub-partnership h4 span,#page-franchise  .partnerships .french-partnership h4  {
        font-size: 32px;
    }

     #page-franchise .french-partnership .about-partnership-1, #page-franchise  .benefits-ul li {
        font-size: 16px;
    }


    /* contact-form  single */

    #single_form .wpcf7-form-control-wrap input::placeholder ,
    #single_form .wpcf7-form-control-wrap input::-webkit-input-placeholder ,
    #single_form .wpcf7-form-control-wrap input::-moz-placeholder ,
    #single_form .wpcf7-form-control-wrap input:-moz-placeholder ,
    #single_form .wpcf7-form-control-wrap textarea::-moz-placeholder  ,
    #single_form .wpcf7-form-control-wrap textarea:-moz-placeholder  ,
    #single_form .wpcf7-form-control-wrap textarea::placeholder  ,
    #single_form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder
    {
        font-size: 14px;
        line-height: 18px;
    }

    #single_form .wpcf7-form-control-wrap input::-moz-placeholder ,
    #single_form .wpcf7-form-control-wrap input:-moz-placeholder ,
    #single_form .wpcf7-form-control-wrap textarea::-moz-placeholder  ,
    #single_form .wpcf7-form-control-wrap textarea:-moz-placeholder  {
        line-height: 47px;
    }
    #single_form .wpcf7-form-control-wrap textarea::-moz-placeholder  ,
    #single_form .wpcf7-form-control-wrap textarea:-moz-placeholder  {
        line-height: 19px;
    }

    /* custom-page */

    #custom-page .custom-modal-area .custom-application-modal .application-form h2 {
        font-size: 34px;
        line-height: 38px;
    }

    #custom-page .custom-modal-area .custom-application-modal .application-form h3 {
        font-weight: 600;
        font-size: 16px;
    }

    #custom-page .custom-modal-area .custom-application-modal .application-form .custom-checkboxes .container {
        cursor: pointer;
        font-size: 14px;
    }

    #custom-page .custom-modal-area .custom-application-modal .application-form input::placeholder ,
    #custom-page .custom-modal-area .custom-application-modal .application-form input::-webkit-input-placeholder ,
    #custom-page .custom-modal-area .custom-application-modal .application-form input::-moz-placeholder ,
    #custom-page .custom-modal-area .custom-application-modal .application-form input:-moz-placeholder ,
    #custom-page .custom-modal-area .custom-application-modal .application-form input ,
    #custom-page .custom-modal-area .custom-application-modal .application-form textarea,
    #custom-page .custom-modal-area .custom-application-modal .application-form textarea::placeholder  ,
    #custom-page .custom-modal-area .custom-application-modal .application-form textarea::-webkit-input-placeholder
    {
        font-size: 14px;
        line-height: 18px;
    }

    #custom-page .custom-modal-area .custom-application-modal .application-form input::-moz-placeholder ,
    #custom-page .custom-modal-area .custom-application-modal .application-form input:-moz-placeholder {
        line-height: 47px;
    }


    #custom_form .wpcf7-form-control-wrap textarea:-moz-placeholder ,
    #custom_form .wpcf7-form-control-wrap textarea::-moz-placeholder {
        line-height: 19px;
    }


}


@media screen and (max-width: 1440px) {

    main .wa-intro-section .intro-right-part .intro-paragraphs p {
        font-size: 16px;
    }

    .footer-copyright-section {
        height: 26px;
    }
    .footer-copyright-section p {
        font-size: 10px;
    }

    /* home-page*/

    #home-page .wa-intro-section .intro-right-part h3 {
        font-size: 36px;
        line-height: 40px;
    }

    #home-page .heading .heading-content h2 {
        font-size: 28px;
    }

    /* slider */

    #home-page .ourClients-main-section .slick-slide.slick-current h3 {
        transform: none;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    #home-page .slick-slide.slick-current .testimonial-position {
        transform: none;
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 4px;
    }

    #home-page .ourClients-main-section .slick-slide.slick-current p {
        transform: none;
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    /* product-page*/

    #product-page .products-ableToProduct .products-ableToProduct-main .products-ableToProduct-main-right-part h3 {
        font-size: 36px;
        line-height: 40px;
    }

    #product-page .product-youtube-popup {
        max-width: 840px;
        padding: 50px;
    }
    #product-page .product-youtube-popup .remove-popup {
        right: 15px;
        top: 15px;
        width: 14px;
        height: 14px;
    }
    #product-page .product-youtube-popup .popup-text h3 {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 20px;
    }

    #product-page .product-youtube-popup .popup-text p {
        font-size: 12px;
        line-height: 19px;
    }

    #product-page .product-youtube-popup .popup-buttons {
        padding-top: 40px;
    }

    #product-page .product-youtube-popup .popup-buttons .popup-btn {
        border-radius: 8px;
        font-size: 12px;
        line-height: 14px;
        height: 34px;
        padding: 0 14px;
    }
    #product-page .product-youtube-popup .popup-buttons .popup-btn.reject {
        max-width: 300px;
    }


    /* custom-page */

    #custom-page form.application-form .contactUs-submit-btn {
        font-size: 14px;
    }

    #custom-page .custom-modal-area .custom-application-modal .application-form h2 {
        font-size: 30px;
        line-height: 32px;
    }

    /* contact-page */

    #page-contact .contact-us .our-services-service .location-title {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        text-align: center;
        color: #00D8FF;
        font-size: 14px;
        line-height: 18px;
        /*padding-bottom: 6px;*/
    }

    #page-contact .contact-us .our-services-service p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;

    }

    #page-contact .contact-us .our-services-service h3 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 6px;
        line-height: 18px;
        text-align: center;
        color: #122F4D;
    }

    #page-contact .contact-us .our-services-service hr {
        margin-bottom: 8px;
    }
    #page-contact .contact-us-need-help .help-text h2 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    #page-contact .custom-modal-area .custom-application-modal .application-form h2 {
        font-size: 30px;
    }

    /* gdpr-page*/

    #page-gdpr .gdpr-main-section .gdpr-section-3-heading {
        font-size: 36px;
        line-height: 48px;
    }

    /* about-page */

    #page-about .mission .company-mission .content p {
        font-size: 16px;
    }

    /* subscription-page */

    #page-subscription .sub-partnership h4 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 12px;
    }


    /*franchise-page*/
    #page-franchise .partnerships .sub-partnership h4 span,#page-franchise  .partnerships .french-partnership h4  {
        font-size: 30px;
    }



}

@media screen and (max-width: 1368px) {
    /* home-page*/



    #home-page .product-overview {
        width: 74%;
    }

    #home-page .product-overview .product-overview-item {
        width: 280px;
        height: 280px;
    }

    #home-page .home-partnerships.partnerships .sub-partnership .benefits-ul li, #home-page .home-partnerships.partnerships .french-partnership .benefits-ul li {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    #home-page .benefits-ul li:before  {
        display: none;
    }

   main .partnerships .sub-partnership p, .partnerships .french-partnership p {
        margin: 0 0 18px 0;
    }

    /* contact-form*/

    main .subscription-form {
        width: 100%;
    }

    /* contact-form-output */

    body .wpcf7 form.subscription-form  .wpcf7-response-output {
        border-color: #00bfff4a;
        padding: 14px;
        margin-left: 0;
        /* margin-right: 40px; */
        border-radius: 20px;
        color: #a1c5af;
        margin-left: 0;
        text-align: center;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }


    /* product-page */

    #product-page .products-ableToProduct {
        height: auto;
    }

    #product-page .products-ableToProduct-main {
        height: auto;
        position: relative;
    }

    #product-page .products-ableToProduct-footer {
        display: flex;
        position: relative;
    }

    #product-page .products-ableToProduct-footer {
        display: flex;
    }
    #product-page .products-ableToProduct-main-right-part .youtube-button {
        display: flex;
    }

    #product-page .products-ableToProduct-main  {
        height: auto;
    }

    #product-page .products-ableToProduct-main-right-part {
        padding: 34px 0;
    }

    #product-page  .products-ableToProduct-btn-box {
        margin-top: 16px;
    }


    /*  subscription-page */


    #page-subscription .franchise-partner-2 .partnerships .sub-partnership {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 40px;
    }


    /*franchise-page */

    #page-franchise .franchise-partner-2 .partnerships .french-partnership {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

}


@media screen and (max-width: 1280px) {

    body footer .footer-content .become-partner img {
        width: 173px;
        height: 93px;
    }

    /* home-page*/

    #home-page .product-overview .product-overview-item {
        width: 240px;
        height: 240px;
    }

    #home-page  .wa-intro-section .intro-right-part h3 {
        font-size: 28px;
        line-height: 30px;
    }

    #home-page .heading .heading-content h2 {
        font-size: 26px;
    }

    #home-page .questions-answers-main-section .question-box ul li {
        font-size: 14px;
    }

    #home-page .questions-answers-main-section .question-box ul li {
        margin: 0px 0 22px 0;
    }

    #home-page .contactUs .contactUs-content h4 {
        margin: 0 0 40px 0;
    }

    /* product-page*/

    #product-page   .our-services .our-services-service img {
        height: 46px;
    }

    #product-page   .products-product-overview .product-overview-item .product-overview-item-content h2 {
        font-size: 16px;
        line-height: 23px;
    }

    #product-page  .products-ableToProduct .products-ableToProduct-main .products-ableToProduct-main-right-part {
        padding-top: 20px;
    }

    #product-page  .products-ableToProduct .products-ableToProduct-main .products-ableToProduct-main-right-part h3 {
        font-size: 34px;
        line-height: 40px;
    }

    #product-page    .products-ableToProduct .products-ableToProduct-main .products-ableToProduct-main-right-part h3 {
        padding-top: 12px;
    }

    #product-page .product-youtube-popup .popup-text ,
    #product-page .product-youtube-popup  .popup-buttons .popup-btn {
        font-size: 10px;
    }
    #product-page .product-youtube-popup {
        width: 60%;
    }



    #product-page .product-youtube-popup .remove-popup {
        right: 8px;
        top: 8px;
    }

    #product-page .product-youtube-popup .popup-text ,
    #product-page .product-youtube-popup  .popup-buttons .popup-btn {
        font-size: 10px;
    }

    #product-page .products-ableToProduct .products-ableToProduct-main .products-ableToProduct-main-right-part .products-ableToProduct-paragraph-box p {
        max-width: 72%;
    }


    /*  efficiencytech-page*/

    #page-efficiencytech .questions-answers-main-section .question-box ul li {
        font-size: 14px;
        margin-bottom: 24px;
    }

    /* gdpr-page*/

    #page-gdpr .questions-answers-main-section .question-box ul li {
        font-size: 14px;
        margin-bottom: 24px;
    }

    #page-gdpr .gdpr-main-section .gdpr-section-3-heading {
        font-size: 34px;
        line-height: 44px;
    }


    /* subscription-page */

    #page-subscription .sub-partnership h4 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 12px;
    }

    #page-subscription .sub-partnership .about-partnership-1, #page-subscription .benefits-ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }


    /* franchise-page */

    #page-franchise .partnerships .sub-partnership h4 span, #page-franchise .partnerships .french-partnership h4 {
        font-size: 28px;
    }
    #page-franchise .french-partnership .about-partnership-1, #page-franchise .benefits-ul li {
        font-size: 14px;
    }

    /* contact-page */

    #page-contact .contact-us-need-help .help-text h2 {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 22px;
    }


    #page-contact .custom-modal-area .custom-application-modal .application-form h2 {
        font-size: 28px;
        margin-bottom: 34px;
    }
}



@media screen and (max-width: 1024px) {


    body footer .footer-content .legal-notices {
        width: 320px;
    }

    body  footer .footer-content .footer-content-column li a ,
    body footer .footer-content .footer-content-column li {

        font-size: 12px;
        line-height: 20px;
    }

    body  footer .footer-content .become-partner img {
        width: 130px;
        height: 76px;
    }


    #page {
        max-width: 922px;
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
    }

    /* contact form output*/

    div .wpcf7 form.sent .wpcf7-response-output {
        border-color: #00bfff4a;
        padding: 14px;
        margin-left: 0;
        /* margin-right: 40px; */
        border-radius: 20px;
        color: #a1c5af;
        margin-left: 0;
        text-align: center;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 12px;
    }

    /* home-page*/

    #home-page .product-overview .product-overview-item {
        width: 280px;
        height: 280px;
    }

    /* product-page*/

    #product-page .product-youtube-popup {
        width: 70%;
    }

    /* contact-page */


    #page-contact .contact-us .our-services-service {
        width: 50%;
        padding: 26px 0;
    }

    #page-contact .contact-us .our-services-service .location-title {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        text-align: center;
        color: #00D8FF;
        font-size: 14px;
        line-height: 18px;
        /*padding-bottom: 6px;*/
    }

    #page-contact .contact-us .our-services-service p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;

    }

    #page-contact .contact-us .our-services-service h3 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 6px;
        line-height: 18px;
        text-align: center;
        color: #122F4D;
    }

    #page-contact .contact-us .our-services-service hr {
        margin-bottom: 8px;
    }

    #page-contact .contact-us {
        padding-bottom: 40px;
    }

}




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

    body footer .footer-content .legal-notices {
        width: 294px;
    }

    #page {
        max-width: 780px;
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
    }
    /* charity-page*/

    #page-charity .charity-button {
        padding:  0;
        /* border: 1px dashed #5816c1; */
        margin-top: 0px;
        padding-bottom: 20px;
        background: none;
        box-shadow: none;
    }


    /* about-page*/

    #page-about .our-team .type .team-members .team-member .about-member {
        height: 59px;
        /*margin-top: -55px;*/
    }


    #page-about .our-team .type .team-members {
        margin: 50px auto 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        width: unset;
    }

    #page-about .our-team .type .team-members .team-member {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 45px;
        overflow: hidden;
    }


    /* custom-page */
    #custom_form .tel .wpcf7-form-control-wrap {
        width: 100%;
    }

    #custom_form .tel .wpcf7-form-control-wrap .intl-tel-input ,
    #custom_form .tel .wpcf7-form-control-wrap .intl-tel-input input {
        width: 100%;
    }


}



@media screen and (max-width: 782px) {
    body .header-wrapper header .header-content .header-menu-burger button {
        cursor: default;
        /* remove mobile active color*/
    }

    #page {
        max-width: 768px;
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
    }

    /* wordpress-menu*/

    .user_logged_in .header-wrapper {
        top: 46px !important;
    }
}


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

    #page {
        max-width: 588px;
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
    }

    main .subscription-form .name-email-div.textarea span.company_info {
        width: 100%;
        margin-bottom: 0;
    }

    main .wa-intro-section .intro-right-part .intro-paragraphs p {
        font-size: 14px;
    }


    /* product-page */

    #product-page .products-top-banner-section video {
        display: none;
    }

    #product-page .products-top-banner-section .top-banner-section-text-box {
        display: flex;
    }

    #product-page .products-ableToProduct .products-ableToProduct-main .products-ableToProduct-main-right-part h3 {
        margin: 0 0 30px 0;
        font-size: 32px;
    }

    #product-page .youtube-button .explainer-video-youtube {
        font-size: 16px;
    }

    #product-page .product-youtube-popup {
        width: 80%;
    }
    #product-page .product-youtube-popup {
        padding: 28px;
    }
    #product-page .product-youtube-popup .popup-text ,
    #product-page .product-youtube-popup  .popup-buttons .popup-btn {
        font-size: 8px;
    }

    #product-page .products-ableToProduct-btn-box {
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }
    #product-page .products-ableToProduct-btn-freeTrial.youtube {
        width: auto;
        font-size: 10px;
        margin-left: 20px;
        padding: 0 14px;
        color: #24AEB7;
        background: #fff;
        width: auto;
        box-sizing: border-box;
        /*margin-top: 20px;*/
    }
    #product-page .products-ableToProduct-btn-box a {
        margin-top: 8px;
    }



    /* custom-page */

    #custom-page .custom-top-banner-text-box {
        display: flex;
    }

    #custom-page .custom-top-banner-section video {
        display: none;
    }

    #custom_form .intl-tel-input .country-list {
        max-width: 640px;
    }

    #custom-page #custom_form .tel-mail {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #custom-page #custom_form .tel-mail .tel {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #custom-page #custom_form .tel-mail .tel .wpcf7-form-control-wrap {
        width: 100%;
    }

    #custom-page #custom_form .tel-mail .tel .wpcf7-form-control-wrap .intl-tel-input ,
    #custom-page #custom_form .tel-mail .tel .wpcf7-form-control-wrap .intl-tel-input input {
        width: 100%;
    }

    #custom-page #custom_form .personal-email {
        width: 100%;
    }


    /* home-page */
    .top-banner-slider-section {
        background: #02133A;
    }

    #home-page .top-banner-slider .top-banner-bg,
    #home-page .top-banner-slider .top-banner-tablet-bg,
    #home-page .top-banner-slider .top-banner-text-box {
        display: block;
    }

    #home-page .top-banner-slider .top-banner-text-box p {
        margin: 0 auto;
    }


    #home-page video.top-banner-bg.video,
    #home-page video.top-banner-tablet-bg.video {
        display: none;
    }
    #home-page .top-banner-slider  .top-banner-text-box {
    align-items: center;
    display: flex;
    }

    #home-page .top-banner-slider-section .top-banner-bg,
    #home-page .top-banner-slider-section .top-banner-tablet-bg {
        display: none;
    }

    #home-page .wa-intro-section .intro-right-part h3 {
        font-size: 20px;
        line-height: 36px;
    }

    #home-page #single_form  .your-subject {
        margin-top: 20px;
    }

    /* contact-form */


    #single_form ,#page-contact .application-form {
        margin: 0 auto;
    }
    #single_form .name-email-div > span.your-name, #single_form .name-email-div > span.your-email {
        width: 100%;
        margin-top: 20px;
    }



    #single_form .name-email-div .contact-form-input, #single_form .name-email-div textarea, #single_form  .name-email-div .contact-form-input-half {
        margin: 0 0 0 0 !important;
    }

    /* contact-form  contact-page */

    #page-contact #single_form span.your-name {
        width: 100%;
    }

    #page-contact #single_form span.your-email {
        width: 100%;
    }
    #page-contact .custom-modal-area .custom-application-modal .application-form .firs-last-name {
        flex-wrap: wrap;
    }
    #page-contact  .custom-modal-area .custom-application-modal .application-form .firs-last-name br {
        display: none;
    }

    /* contact-page */

    #page-contact .custom-top-banner-section .custom-top-banner-text-box {
        display: flex;
    }
    #page-contact .custom-top-banner-section video{
        display: none;
    }
    #page-contact .contact-us {
        width: 74%;
        height: auto;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    #page-contact .contact-us .our-services-service {
        width: 90%;
        box-sizing: border-box;
        /*border: 1px solid blue;*/
    }

    /* page-legaltech*/

    #page-legaltech .legalTech-top-banner-section .top-banner-section-text-box {
        display: flex;
    }

    #page-legaltech .legalTech-top-banner-section video {
        display: none;
    }

    /* page-efficiencytech*/

    #page-efficiencytech .efficiencyTech-top-banner-section .top-banner-section-text-box {
        display: flex;
    }

    #page-efficiencytech .efficiencyTech-top-banner-section video {
        display: none;
    }

    /* page-gdpr*/

    #page-gdpr .gdpr-top-banner-section  {
        display: flex;
        align-items: center;
        height: auto;
        padding: 20px 0;
        position: relative;
    }
    #page-gdpr .gdpr-top-banner-section .top-banner-section-text-box {
        display: flex;
        align-items: center;
        height: auto;
        padding: 20px 0;
        position: relative;
    }

    #page-gdpr .gdpr-top-banner-section video {
        display: none;
    }

    /* page-about */

    #page-about .custom-top-banner-section-content .custom-top-banner-text-box {
        display: flex;
    }

    #page-about .custom-top-banner-section-content video {
        display: none;
    }

    /* page-subscription */

    #page-subscription .custom-top-banner-section-content .custom-top-banner-text-box {
        display: flex;
    }

    #page-subscription  .custom-top-banner-section-content video {
        display: none;
    }
    /* page-franchise */

    #page-franchise .custom-top-banner-section-content .custom-top-banner-text-box {
        display: flex;
    }

    #page-franchise  .custom-top-banner-section-content video {
        display: none;
    }

    /* page-charity */

    #page-charity .custom-top-banner-section-content .custom-top-banner-text-box {
        display: flex;
    }

    #page-charity  .custom-top-banner-section-content video {
        display: none;
    }


}


@media screen and (max-width: 600px) {
    #page {
        max-width: 560px;
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
    }

    /* wordpress-menu */

    #wpadminbar {
        position: fixed;
    }

}


@media screen and (max-width: 576px) {

    #single_form .wpcf7-form-control-wrap input::-moz-placeholder ,
    #single_form .wpcf7-form-control-wrap input:-moz-placeholder ,
    #single_form .wpcf7-form-control-wrap textarea::-moz-placeholder  ,
    #single_form .wpcf7-form-control-wrap textarea:-moz-placeholder  {
        line-height: 39px;
    }
    #single_form .wpcf7-form-control-wrap textarea::-moz-placeholder  ,
    #single_form .wpcf7-form-control-wrap textarea:-moz-placeholder  {
        line-height: 19px;
    }

    #custom-page .custom-modal-area .custom-application-modal .application-form input::-moz-placeholder ,
    #custom-page .custom-modal-area .custom-application-modal .application-form input:-moz-placeholder {
        line-height: 39px;
    }


    #custom_form .wpcf7-form-control-wrap textarea:-moz-placeholder ,
    #custom_form .wpcf7-form-control-wrap textarea::-moz-placeholder {
        line-height: 19px;
    }

    #page {
        max-width: 540px;
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
    }
    /* contact form*/

    #single_form .contactUs-submit-btn {
        width: 100%;
        height: 42px;
        font-size: 14px;
        line-height: 17px;

    }


    /* header */

    .header-wrapper header .header-content .header-right-part .header-ableToMenu {
        display: none !important;
    }


    /* custom-page  */

    #custom-page .custom-modal-area .custom-application-modal .application-form h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 auto 36px;
    }

    #custom-page form.application-form .contactUs-submit-btn {
        width: 100%;
    }



    #custom-page #custom_form .firs-last-name {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }


    #custom-page form.application-form .firs-last-name span {
        width: 100%;
    }


    /* home-page */

    #home-page .heading .heading-content h2 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 0 24px;
    }

    #home-page .home-partnerships.partnerships .sub-partnership .benefits-ul li, #home-page .home-partnerships.partnerships .french-partnership .benefits-ul li {
        text-align: left;
    }
    #home-page .benefits-ul li:before  {
        display: block;
    }

    /* subscription-page*/

    #page-subscription .benefits-ul li span {
        position: relative;
        top: -3px;
        left: 2px;
    }

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap label.error {
        font-size: 9px;
    }

    main .subscription-form .name-email-div.country-state span.wpcf7-form-control-wrap  {
        width: 100%;
    }

    main .subscription-form .name-email-div.country-state span.wpcf7-form-control-wrap.country_auto  {
        margin-bottom: 20px;
    }

    #page-subscription .franchise-partner-2 .partnerships h4 {
        margin: 14px auto 24px ;
        font-size: 20px;
        line-height: 24px;
    }

    #page-subscription .sub-partnership .about-partnership-1, #page-subscription .benefits-ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }


    #page-subscription .benefits-ul {
        margin: 0 0 24px 22px;
    }

    #page-subscription  .benefits-ul li:before {
        background: #00B2FF;
        background: linear-gradient(
                92.87deg
                , #00F1FF -93.39%, #00D8FF -22.66%, #00C0FF 63.93%, #00B2FF 144.62%, #00ADFF 212.81%);
        width: 16px;
        border-radius: 3px;
        height: 16px;
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: -23px;
    }

    #page-subscription .benefits-ul li {
        text-align: left;
    }

    #page-subscription .partnership-italic-text {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
    }

    #page-subscription .sub-partnership .partnership-italic-text {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        color: #122F4D;
        opacity: 0.7;
        margin-bottom: 38px;
        margin-top: 40px;
    }

    /* franchise-page */

    #page-franchise .benefits-ul li span {
        position: relative;
        top: -3px;
        left: 2px;
    }

    #page-franchise .partnerships .french-partnership h4 {
        margin: 14px auto 24px ;
        font-size: 20px;
        line-height: 24px;
    }

    #page-franchise .french-partnership .about-partnership-1, #page-subscription .benefits-ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    #page-franchise .benefits-ul {
        margin: 0 0 24px 22px;
    }

    #page-franchise  .benefits-ul li:before {
        background: #00B2FF;
        background: linear-gradient(
                92.87deg
                , #00F1FF -93.39%, #00D8FF -22.66%, #00C0FF 63.93%, #00B2FF 144.62%, #00ADFF 212.81%);
        width: 16px;
        border-radius: 3px;
        height: 16px;
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: -23px;
    }
    #page-franchise .benefits-ul li {
        text-align: left;
    }

    #page-franchise .partnership-italic-text {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
    }

    #page-franchise .french-partnership .partnership-italic-text {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        color: #122F4D;
        opacity: 0.7;
        margin-bottom: 38px;
        margin-top: 40px;
    }

    /*product-page */

    #product-page .products-ableToProduct .products-ableToProduct-main .products-ableToProduct-main-right-part h3 {
        font-size: 30px;
        line-height: 36px;
    }

    /* page-contact */

    #page-contact .custom-modal-area .custom-application-modal .application-form h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 auto 18px;
    }

    #page-contact .contact-us-need-help .help-text h2 {
        font-size: 20px;
        line-height: 30px;
    }

    #page-contact .custom-modal-area .custom-application-modal textarea {
        font-size: 14px;
    }

    #page-contact .contact-us-need-help {
        background: linear-gradient(#fff, #e7f5fe, #fff);
    }

    #page-contact .contact-us-need-help:after {
        display: none;
    }

    #page-contact #single_form .wpcf7-form-control-wrap input ,
    #page-contact #single_form .wpcf7-form-control-wrap textarea {

        border: 1px solid rgba(33, 31, 31,0.1);
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    }

}



@media screen and (max-width: 568px) {
    #page {
        max-width: 450px;
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
    }




    main .subscription-form {
        width: 100%;
    }
    main .subscription-form .name-email-div.textarea span.company_info textarea {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        padding-right: 10px;
    }

    #company_info-error {
        font-size: 10px;
        bottom: -6px;
    }


    main .subscription-form .name-email-div span.wpcf7-form-control-wrap textarea ,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::placeholder,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::-webkit-input-placeholder,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::-moz-placeholder,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input:-moz-placeholder{
        font-size: 14px;
        line-height: 18px;

    }

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input::-moz-placeholder,
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap input:-moz-placeholder{
        line-height: 3;
    }

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap select {
        font-size: 14px;
        line-height: 18px;
    }



    /*  product-page   */

    #product-page .products-ableToProduct-btn-freeTrial.youtube {
        margin-left: 0;
    }

    #product-page .product-youtube-popup {
        padding: 28px;
        margin-top: 58px;
    }

    #product-page .product-youtube-popup .popup-buttons .popup-btn {
        min-width: 125px;
    }
}




@media screen and (max-width: 460px) {

    #page {
        max-width: 376px;
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
    }

    /* contact-form  */



    main .subscription-form .name-email-div.name span.wpcf7-form-control-wrap, main .subscription-form .name-email-div.employees span.wpcf7-form-control-wrap {
        box-sizing: border-box;
        width: 100%;
    }
    main .subscription-form .name-email-div.country-state span.wpcf7-form-control-wrap {
        width: 100%;
    }
    /*main .subscription-form .name-email-div.city-zip span.city_auto {*/
    /*width: 100%;*/
    /*}*/
    main .subscription-form .name-email-div.city-zip span.zip_code {
        width: 30%;
    }
    main .subscription-form .name-email-div.name span.wpcf7-form-control-wrap, main .subscription-form .name-email-div.employees span.wpcf7-form-control-wrap {
        box-sizing: border-box;
        width: 100%;
    }
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    main .subscription-form .name-email-div span.wpcf7-form-control-wrap.company_address {
        margin-bottom: 20px;
    }
    main .subscription-form .name-email-div {
        margin-bottom: 0px;
    }


    #page-subscription .contactUs-submit-btn ,
    #page-franchise .contactUs-submit-btn {
        width: 100%;
    }
}


@media screen and (max-width: 380px) {


    /* contact form subscription page franchise page */


   main .contact-form-input-half,
   main .contact-form-input,
   main  .contactUs .contactUs-content form .contact-form-input,
   main  .contactUs .contactUs-content form textarea,
   main .subscription-form .name-email-div.textarea span.company_info textarea,
   main  .contactUs .contactUs-content form .name-email-div .contact-form-input-half {
        padding-left: 12px;
        padding-right: 10px;
    }


    #home-page .product-overview .product-overview-item {
        width: 240px;
        height: 240px;
    }

    #page {
        max-width: 326px;
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
    }

    .franchise-partner-2 .partnerships {
        padding:  4px !important;
    }
}

@media screen and (max-width: 360px) {
    /* validation contact form*/

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap label.error {
        font-size: 8px;
    }

    #company_info-error {
        font-size: 8px;
    }

}

@media screen and (max-width: 340px) {
    /* validation contact form*/

    main .subscription-form .name-email-div span.wpcf7-form-control-wrap label.error {
        font-size: 7px;
    }

}

@media screen and (max-width: 320px) {
    #menu-header_menu_mobile > li {
        padding: 6px;
    }
}
