@import url('https://fonts.cdnfonts.com/css/arial-mt');

/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: Digicom
Author URI: wofbpmo.cluster030.hosting.ovh.net
Template: Divi
*/
body {
    font-weight: 400;
    font-family: "Poppins";
    overflow-x: hidden;
}

a,
button {
    transition: 0.5s linear;
}

h1,
h2,
h2,
h4,
h5,
h6 {
    font-weight: 400;
}

/* Legal Pages */
.section-legal .et_pb_text_inner h2 {
    font-weight: 400 !important;
    font-size: 40px !important;
    color: #38868f !important;
    line-height: 1.3em !important;
    text-align: center !important;
    margin: 50px 0 30px;
}

.section-legal .et_pb_text_inner h2 span {
    padding: 0 50px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    /* Asegúrate de que el padding no exceda el ancho del contenedor */
    max-width: 100% !important;
    /* Establece un ancho máximo */
    word-wrap: break-word !important;
    /* Rompe la palabra si es demasiado larga para la línea */
    display: inline-block !important;
    /* Esto hará que el span respete el padding y el word-wrap */
}

.section-legal .et_pb_text_inner h2:before {
    width: 100% !important;
    background: #38868f !important;
    height: 4px;
    content: "";
    display: block;
    transform: translateY(28px);
    z-index: -1 !important;
    position: relative !important;
}

.section-legal .et_pb_text_inner a {
    color: #3baab6;
}
.responsive-table {
    overflow-x: auto;
}

.responsive-table table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}


/* Header css */
.header-menu-section ul#menu-main-menu li a {
    text-transform: uppercase;
}

.header-menu-section #menu-main-menu .menu-item {
    margin: 0 12px;
}

.header-menu-section .et_pb_menu__logo-wrap {
    width: auto !important;
}




/* Home page Starts*/
.home_hero_img .et_pb_image_wrap {
    transform: translate(30%, 30%);
}

.home-second-section .et_pb_column {
    border-radius: 20px;
    filter: drop-shadow(5px 10px 7.5px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    padding: 50px 20px;
}

.home-third-section .numbers-part h5 {
    width: 128px;
    height: 135px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 16px 16px 0;
    font-family: "Poppins";
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    background: #3aa4af;
    padding: 30px;
}

.home-third-section .numbers-part .et_pb_text_inner {
    display: flex;
    gap: 50px;
    align-items: center;
}

.home-third-section .numbers-part .et_pb_text_inner p.description {
    line-height: 51px;
}
/* Tabs */
.verticle-tabs {
    display: flex;
    align-items: center;
}

.verticle-tabs .et_pb_tabs_controls {
    width: 320px;
    background: #fff;
}

.verticle-tabs .et_pb_all_tabs {
    width: calc(100% - 320px);
    border-radius: 40px;
    filter: drop-shadow(5px 10px 7.5px rgba(0,0,0,0.16 ));
    background: #ffffff;
    padding: 50px;
    min-height: 480px;
}

.verticle-tabs .et_pb_all_tabs .et_pb_tab_content p {
    background: #E3FCFF;
    display: block;
    width: calc(50% - 25px);
    margin: 0;
    padding: 15px;
    text-align: center;
    transition: 0.5s ease-in;
    cursor: pointer;
}
.verticle-tabs .et_pb_all_tabs .et_pb_tab_content p:hover {
     background: #38868f;
    color: #e3fcff;
}

.verticle-tabs .et_pb_all_tabs .et_pb_tab_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 50px;
}

.verticle-tabs .et_pb_tabs_controls > li {
    width: 100%;
    border: 0;
    padding: 15px 20px;
}

.verticle-tabs .et_pb_tabs_controls > li > a {
    gap: 0 15px;
    font-size: 22px !important;
    font-weight: 400;
    padding: 0;
    display: flex;
    align-items: center;
}

.verticle-tabs ul.et_pb_tabs_controls:after {
    display: none;
}

.verticle-tabs .et_pb_tabs_controls > li > a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.5s ease-in;
}

.verticle-tabs .et_pb_tabs_controls > li.et_pb_tab_0 > a:before {
    background-image: url("https://convixio.io/wp-content/uploads/2024/03/Trace-183.png");
}

.verticle-tabs .et_pb_tabs_controls > li.et_pb_tab_1 > a:before {
    background-image: url("https://convixio.io/wp-content/uploads/2024/05/ico-calcul.png");
}

.verticle-tabs .et_pb_tabs_controls > li.et_pb_tab_2 > a:before {
    background-image: url("https://convixio.io/wp-content/uploads/2024/03/Camera.png");
}

.verticle-tabs .et_pb_tabs_controls > li.et_pb_tab_3 > a:before {
    background-image: url("https://convixio.io/wp-content/uploads/2024/05/ico-present.png");
}

.verticle-tabs .et_pb_tabs_controls > li.et_pb_tab_4 > a:before {
    background-image: url("https://convixio.io/wp-content/uploads/2024/05/ico-web.png");
}

/* .verticle-tabs .et_pb_tabs_controls > li.et_pb_tab_active  > a:before,
.verticle-tabs .et_pb_tabs_controls > li:hover  > a:before {
    background-image: unset;
} */

.verticle-tabs .et_pb_tabs_controls > li:hover a {
    transform:translateX(-12px);
}

.verticle-tabs .et_pb_all_tabs .et_pb_tab {
    padding: 0;
}

.verticle-tabs .et_pb_tabs_controls > li:hover {
    background-color: #e3fcff;
 }
body .home-four-section.step-section {
	padding-bottom: 0 !important;
}
/* Tabs End */
.home-four-section .faq-content .et_pb_text_inner p:hover {
    background-color: #3aa4af;
    color: #fff;
}

.home-four-section .et_pb_with_border:hover img {
    display: none;
    transition: transform 0.3s ease
}

.home-four-section .et_pb_with_border:hover a {
    transform: translateX(-20px);
}

.home-four-section .et_pb_with_border .selected img {
    /*visibility: hidden;*/
}

.home-four-section .et_pb_with_border:hover {
    background-color: #e3fcff;
}

.home-four-section .numbers-part h5 {
    border-left-top-radius: 0px !important;
    border-right-top-radius: 16px !important;
    border-right-bottom-radius: 16px !important;
    border-left-bottom-radius: 0px !important;
    background: #3aa4af;
    padding: 30px;
    color: #fff;
    font-size: 50px;
}

.home-four-section .numbers-part .et_pb_text_inner {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: right;
    text-align: right;
}
.home-four-section .numbers-part .et_pb_text_inner p.description {
    line-height: 60px;
}
.home-four-section .et_pb_with_border .selected {
    background-color: #e3fcff;
}
.home-four-section a#link1 img {
    visibility: hidden;
}
.faq-title-section h2 {
    width: 100%;
    text-align: center;
    border-bottom: 7px solid #22AA86;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.faq-title-section h2 span {
    background: #fff;
    padding: 0 10px;
}

a.buttontype {
    background: #00888e;
    color: #fff !important;
    padding: 10px 40px;
    border-radius: 20px;
}

a.buttontype:after {
    display: none;
}

.faq-link {
    font-weight: 400 !important;
}
.hero-img .et_pb_image_wrap {
    height: 612px;
}

.hero-img .et_pb_image_wrap {
    position: absolute;
    top: 40px;
    right: -240px;
    width: 1000px !important;
    height: 612px;
    display: inline-block;
}

.hero-img .et_pb_image_wrap img {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.first-section .et_pb_with_border {
    overflow: visible;
}

.entry-content {
    overflow: hidden;
}

.numbers-part-1>.et_pb_column:before,
.numbers-part-3>.et_pb_column:before {
    content: "1";
    background: #3aa4af;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 16px;
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #fff;
    position: absolute;
    left: -120px;
    top: 0;
}

.numbers-part-3>.et_pb_column:before {
    content: "3";
}

.home-last-section .et_pb_module.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle_open h5::after {
    color: #38868f;
    font-family: FontAwesome !important;
    font-weight: 900 !important;
    content: "\f077" !important;
    position: absolute;
    right: 0px;
}

.home-four-section .numbers-part .et_pb_column:before {
    content: "2";
    background: #3aa4af;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 16px;
    font-family: "Poppins";
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    position: absolute;
    right: -120px;
    left: unset;
    top: 0;
}

.home-four-section {
    padding-top: 0 !important;
}

.tab_section .et_pb_column {
    margin-right: 0 !important;
}

.tab_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tab_section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.home-four-section {
    padding-bottom: 125px !important;
}

.home-last-section .faq-home-left {
    max-width: 65%;
    width: 100%;
}

.home-last-section .faq-home-left h5.et_pb_toggle_title {
    text-transform: none !important;
}

.home-last-section .faq-home-left .et_pb_toggle_content.clearfix {
    padding-left: 36px;
    padding-right: 36px;
}

.faq-title-section h2 span {
    color: #38868F;
}


.faq_accordion .et_pb_toggle_title {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #38868f;
}

.faq_accordion .et_pb_accordion_item {
    border: 0;
    margin-bottom: 45px !important;
}

.faq_accordion .et_pb_toggle_content {
    padding-top: 12px;
}

.faq_accordion .et_pb_accordion_item {
    padding-top: 0;
    padding-bottom: 0;
}

.home-last-section .et_pb_equal_columns:before {
    content: "";
    background-image: url(https://convixio.io/wp-content/uploads/2024/03/FAQ.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45%;
    position: absolute;
    bottom: -20px;
    right: -10%;
    height: 613px;
}

.home-last-section>.et_pb_row {
    position: unset;
}

.social-media-icon p a {
    margin: 0px 25px;
    width: 50px;
}

body #page-container .et_pb_section .et_pb_button_4 {
    box-shadow: 0px 3px 3px gba(0, 0, 0, 0.16);
    background-color: #22AA86;
    background-color: #226269 !important;
}

body #page-container .et_pb_section .et_pb_button_4:hover {
    background: #f49e72;
}

body #page-container .et_pb_section .et_pb_button_0_tb_footer {
    border-radius: 20px !important;
    padding: 12px 82px !important;
}



.home-second-section .et_pb_image_wrap {
    height: 103px;
}

.hero-sec {
    background: linear-gradient(180deg, #43c3d1 0.00%, rgba(255, 255, 255, 0.08) 100.00%)
}

/*Home Page Ends*/
/* À propos page*/

.last-testimonial-section .sp h5 {
    padding-bottom: 27px;
}

.last-testimonial-section .sp .sp .inspectLayerContent.block.inspectRow {
    padding-left: 11%;
    line-height: 31px;
}

.entreprise-section .boxsectiion div {
    width: 100%;
    display: inline-block;
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 25px;
}

.entreprise-section .boxsectiion {
    position: relative;
}

.entreprise-section .boxsectiion img {
    position: absolute;
    top: 0px;
}

/*Member pages Start*/
.account-login-wrapper>.et_pb_column,
.account-login-wrapper .et_pb_tab {
    padding: 0 !important;
}

.account-login-wrapper .et_pb_tabs_controls li a {
    padding-left: 0;
}

.account-login-wrapper .um-login,
.account-login-wrapper .um-register {
    margin-top: 40px;
    margin-bottom: 0 !important;
}

.account-login-wrapper .um-register .um-field-label {
    display: none;
}

.account-login-wrapper .et_pb_tabs .et_pb_tabs_controls li a {
    font-weight: normal !important;
}

.account-login-wrapper .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
    font-weight: 600 !important;
}

.um-account-link.current span.um-account-title {
    color: #00888e !important;
    font-weight: 500 !important;
}

.moncompte_banner_section {
    background: #43c3d1;
    background: linear-gradient(180deg, #43c3d1 0.00%, rgba(255, 255, 255, 0.08) 100.00%);
}

.account-login-wrapper .um-login .um-form input[type="text"],
.account-login-wrapper .um-login .um-form input[type="password"],
.account-login-wrapper .um-register .um-form input[type="text"],
.account-login-wrapper .um-register .um-form input[type="password"],
.member-account-wrapper .um-field input[type="text"],
.member-account-wrapper .um-field input[type="text"]:focus,
.ultimatemember_account_section .um-account-main .um-account-tab input:focus {
    border: none !important;
    border-bottom: 3px solid #38868f !important;
    padding: 0 27px !important;
}

.ultimatemember_account_section .um-account-main .um-account-tab input {
    margin-bottom: 34px !important;
    margin-top: 24px !important;
    border: none !important;
    border-bottom: 3px solid #00888e !important;
    padding: 0 27px !important;
}

.account-login-wrapper .um-login .um-form .um-field,
.account-login-wrapper .um-register .um-form .um-field {
    padding-top: 18px;
}

.account-login-wrapper .um-field-checkbox-state i,
.account-login-wrapper .um-field-radio-state i {
    color: #43C3D1;
}

.account-login-wrapper input#um-submit-btn {
    margin-top: 60px;
    border-radius: 20px !important;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
    background: #38868f;
    min-width: 225px !important;
    font-size: 21px !important;
}

.account-login-wrapper .um-col-alt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.account-login-wrapper .um-center {
    display: block;
    width: 100%;
}

.account-login-wrapper .um-col-alt-b {
    padding-top: 0;
}

.account-login-wrapper .um-col-alt-b a.um-link-alt {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    color: #43c3d1 !important;
    text-decoration: none !important;
}

.member-account-wrapper .um-account-name .um-account-profile-link {
    display: none;
}

.member-account-wrapper .um-account-heading {
    display: none !important;
}

.member-account-wrapper .um-account-meta {
    margin-bottom: 55px;
}

.member-account-wrapper .ultimatemember_account_section .um-account-side {
    margin-bottom: 35px;
}

.member-account-wrapper .um-account-side li a span.um-account-arrow {
    right: 0;
    top: 0;
    font-size: 40px;
    opacity: 1;
}

.member-account-wrapper span.um-account-icon {
    display: none;
}

.member-account-wrapper span.um-account-title {
    padding-left: 11px !important;
    font-size: 17px !important;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    color: #707070;
    display: block;
    height: auto !important;
    float: unset !important;
    padding-right: 14px;
}

.member-account-wrapper .um-account-side>ul li {
    margin-bottom: 30px !important;
}

.member-account-wrapper .um-account-side>ul li:last-child {
    margin-bottom: 0px !important;
}

.member-account-wrapper .um-field input[type="text"] {
    margin-bottom: 34px !important;
    margin-top: 24px !important;
}

.member-account-wrapper .um-field {
    padding-top: 0 !important;
}

.member-account-wrapper .um-field-label label {
    padding-left: 16px !important;

}

.my-account-section ul.et_pb_tabs_controls.clearfix {
    background: transparent !important;
}

.my-account-section ul.et_pb_tabs_controls.clearfix li {
    border: 0px;
}

.my-account-section ul:after {
    display: none;
}

.um-account-tab .um-col-alt.um-col-alt-b .um-left .um-button {
    font-family: "Poppins";
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 25px !important;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
    background: #38868f;
    padding: 14px 70px !important;
    border-bottom: 0 !important;
}

.um-account-tab .um-col-alt.um-col-alt-b .um-left .um-button:hover {
    border-radius: 20px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
    background: #38868f;
}

.um-account-tab .um-field a {
    font-family: "Poppins";
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
    background: #38868f;
    padding: 12px 70px !important;
}

/*  My account page css */
.ultimatemember_account_section .um-account-main .faq-title-section h2 {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #38868f;
}

.ultimatemember_account_section .um-account-main .faq-title-section h2 span {
    padding: 0 30px;
}

.ultimatemember_account_section .um-account-main .faq-title-section h2::before {
    transform: translateY(23px);
}

.ultimatemember_account_section .um-account-side {
    border-radius: 40px;
    filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    padding: 40px 30px;
}

.ultimatemember_account_section .um-account-side li {
    background: transparent;
}

.ultimatemember_account_section .um-account-side li a {
    border-bottom: 3px solid #38868F !important;
    background: transparent;
    display: block;
    height: 100%;
    float: unset;
}

.ultimatemember_account_section .um-account-side li span.um-account-title {
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    color: #707070;
}

.ultimatemember_account_section .um-account-side li .um-faicon-angle-right:before {
    color: #38868F;
    font-size: 30px;
}

.ultimatemember_account_section .um-account-side li span.um-account-icon {
    border-color: #38868F !important;
}

.ultimatemember_account_section .um-account-side li a.um-account-link.current i {
    color: #43C3D1;
}

.ultimatemember_account_section .um-account-main {
    padding-left: 100px;
}

.ultimatemember_account_section .um-account-side .um-account-name a {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #707070;
}

.ultimatemember_account_section .um-account-side .um-account-profile-link a {
    font-size: 14px;
}

.um-account-tab,
.um-account-tab .um-field .um-field-label,
.member-account-wrapper .um-field input,
.member-account-wrapper .um-field textarea,
.um .um-field-label,
.member-account-wrapper .um-field-label label {
    font-size: 18px !important;
    font-weight: normal !important;
}

.member-account-wrapper .um-account-side>ul li {
    font-size: 20px !important;
}

.um-field-error {
    top: -10px;
}

.propos-hero-right .et_pb_image_wrap img {
    transform: translateX(33%);
}


.upload-file-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
}

/*Member Pages Ends*/


.banner-head h2 {
    font-weight: 800 !important;
}

/*FAQ Page starts*/

.faq-content a.buttontype {
    margin-top:20px;
}

.faq_accordion h5.et_pb_toggle_title:before {
    color: #38868f !important;
}

.faqpage-section .faq-page-section h2:before {
    width: 100%;
    background: #38868F;
    height: 4px;
    content: "";
    display: block;
    transform: translateY(16px);
    z-index: -1;
    position: relative;
}

.faqpage-section .faq-page-section span {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 40px;
    color: #38868F !important;
    text-align: center;
    padding: 0 10px;
    background: #fff;
    font-weight: 400;
}

.faqpage-section .et_pb_css_mix_blend_mode_passthrough a {
    color: #4e4e4e;
    padding-right: 40px;

}

.faqpage-section .et_pb_css_mix_blend_mode_passthrough a:after {
    color: #38868f;
    font-family: FontAwesome !important;
    content: "\f054" !important;
    position: absolute;
    right: 0px;
    font-weight: 300;
    font-size: 16px;
}

.faq-section.et_pb_row {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.faq-title-section h2 {
    line-height: 1em;
    margin: 0;
    font-weight: normal;
    border: none;
}

.faq-title-section h2 span {
    padding: 0 30px;
}

.faq-title-section h2:before {
    width: 100%;
    background: #38868f;
    height: 4px;
    content: "";
    display: block;
    transform: translateY(28px);
    z-index: -1;
    position: relative;
}

.bg-shape-img {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.faq-shape {
    background-position: bottom center !important;
}

.bg-shape-img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 40%);
}
body .mr-0 {
    margin-right: 0 !important;
}

.faq-main-left {
    background: #fff;
    padding: 30px 50px 80px !important;
    border-radius: 40px !important;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.16);
}

.faq-main-left .et_pb_css_mix_blend_mode_passthrough a:after {
    color: #38868f;
}

.faq-main-left .faq-link {
    padding-bottom: 4px;
    display: block;
}

.faq-main-left .et_pb_with_border {
    margin-bottom: 16px !important;
}

.faq-main-left .et_pb_module {
    margin: 26px 0 6px 0;
}

.faq-content .et_pb_text_inner img {
    max-width: 542.8px;
    max-height: 344.8px;
    width: 100%;
    height: 100%;
    margin: 40px auto !important;
    object-fit: contain;
    image-rendering: pixelated !important;
}

.faq-content .et_pb_text_inner h5 {
    font-family: "Poppins";
    font-size: 28px;
    line-height: 1.4em;
    font-weight: normal;
    font-style: normal !important;
    text-align: left;
    margin-bottom: 10px !important;
}

.faq-content .et_pb_text_inner h5 strong {
    font-weight: normal !important;
}

.faq-content .et_pb_text_inner p {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    color: #000000;
    line-height: 1.5em;
    padding-bottom: 10px;
}

.faq-main-left-desc {
    width: 39% !important;
}

.faq-main-right-desc {
    width: 51% !important;
}

.faqpage-section-desc .et_pb_row {
    justify-content: space-between;
    display: flex;
}
a.faq-link.selected {
    font-weight: 600;
}
/*FAQ Page Ends*/

/* contact starts */
.contact-col-1 {
    align-items: flex-end !important;
    justify-content: center;
}

.contact-form-col-wrapper {
    gap: 40px;
}

.contact-meta-list {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 8px;
}



.contact-banner-section .inspectLayerContent h2 {
    font-weight: 800 !important;
}

.social-media-icon p a {
    margin: 0px 12px;
}

.contact-banner-section .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}



.contact-left-section {
    position: relative;
    overflow: hidden;
}

.contact-left-section:after {
    content: "";
    background: #38868f;
    width: 115%;
    height: 220px;
    display: inline-block;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 100% 0 0;
}

.contact-social-wrapper {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
}

.contact-form-section .et_pb_contact_form input,
.contact-form-section .et_pb_contact_form textarea {
    padding: 4px 16px !important;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    color: #707070;
    border-bottom: 3px solid #38868F !important;
}

.contact-form-section .et_pb_contact_form input:focus,
.contact-form-section .et_pb_contact_form textarea:focus {
    border: 0;
    border-bottom: 3px solid #F49E72 !important;
    box-shadow: none;
}

.contact-form-section .et_pb_contact p .et_contact_error {
    border: 0 !important;
    border-bottom: 3px solid red !important;
    box-shadow: none;
}

.contact-form-section .et_pb_contact_form textarea {
    resize: none;
    max-height: 100px !important;
    min-height: 100px !important;
}

.contact-form-section .et_pb_contact_field {
    margin-bottom: 40px;
}

.contact-form-section .contact-form-right {
    padding: 60px 39px 50px !important;
}

.contact-form-section .et_pb_contact_form .et_pb_contact_submit {
    font-weight: normal;
    border-radius: 20px !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}

.contact-form-section .et_pb_contact_form .et_pb_contact_submit:hover,
body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover {
    background: #F49E72 !important;
}

.contact-form-section .et_pb_contact_field_checkbox label i {
    width: 22px;
    height: 22px;
}

.contact-form-section .et_pb_contact_form .et_pb_contact_submit::after {
    display: none !important;
}

#tarifs-main-section .et_pb_row.et_pb_row_0,
#propos-main-section .et_pb_row.et_pb_row_0,
#comment-camarche-main-section .et_pb_row.et_pb_row_0 {
    align-items: start;
}

/* Contact end */

/* Blog start */
.blog-hero-right .et_pb_image_wrap img {
    transform: translateX(30%);
}

#tarifs-main-section {
    background-image: url(https://convixio.io/wp-content/uploads/2024/04/blog-bg-shape2.png) !important;
    background-position: center bottom 0% !important;
}

/* Blog end */

/*How it works starts*/

.how-it-work-section .et_pb_row.et_pb_row_2,
.how-it-work-section .et_pb_row.et_pb_row_3,
.how-it-work-section .et_pb_row.et_pb_row_4,
.how-it-work-section .et_pb_row.et_pb_row_5 {
    position: relative !important;
}

.how-it-work-section .et_pb_row.et_pb_row_2:before {
    content: "";
    display: block;
    transform: translate(-90%, -74%);
    width: 247px;
    height: 224px;
    background-image: url(https://convixio.io/wp-content/uploads/2024/03/01.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

.how-it-work-section .et_pb_row.et_pb_row_3:before {
    content: "";
    display: block;
    transform: translate(376%, -80%);
    width: 247px;
    height: 224px;
    background-image: url(https://convixio.io/wp-content/uploads/2024/03/02.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

.how-it-work-section .et_pb_row.et_pb_row_4:before {
    content: "";
    display: block;
    transform: translate(-90%, -74%);
    width: 247px;
    height: 224px;
    background-image: url(https://convixio.io/wp-content/uploads/2024/03/03.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

.how-it-work-section .et_pb_row.et_pb_row_5::before {
    content: "";
    display: block;
    transform: translate(355%, -110%);
    width: 247px;
    height: 224px;
    background-image: url(https://convixio.io/wp-content/uploads/2024/03/04.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

.et_pb_section.how-it-work-section-1:before {
    content: "";
    display: block;
    transform: translate(115%, -60%);
    width: 247px;
    height: 224px;
    background-image: url(https://convixio.io/wp-content/uploads/2024/03/01.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

.et_pb_section.how-it-work-section-3:before {
    content: "";
    display: block;
    transform: translate(115%, -70%);
    width: 247px;
    height: 224px;
    background-image: url(https://convixio.io/wp-content/uploads/2024/03/03.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

.et_pb_section.how-it-work-section-2:before {
    content: "";
    display: block;
    transform: translate(395%, -70%);
    width: 247px;
    height: 224px;
    background-image: url(https://convixio.io/wp-content/uploads/2024/03/02.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

.et_pb_section.how-it-work-section-4:before {
    content: "";
    display: block;
    transform: translate(395%, -70%);
    width: 247px;
    height: 224px;
    background-image: url(https://convixio.io/wp-content/uploads/2024/03/04.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    overflow: hidden;
}

/*How it work ends*/
/*Terms and Condition Page Starts*/
.legislation_bg_section {
    background: #43c3d1;
    background: linear-gradient(180deg, #43c3d1 0.00%, rgba(255, 255, 255, 0.08) 100.00%);
}

/*Terms and Condition Page Ends*/
.company-service-item .boxsectiion {
    display: flex;
    align-items: flex-start;
    gap: 0 15px;
    max-width: 320px;
    margin: 0 auto 12px;
}

.company-service-item .boxsectiion>p {
    width: 16px;
}

.company-service-item .boxsectiion>p>img {
    width: 100%;
    object-fit: contain;
}

.company-service-item .boxsectiion>div {
    width: calc(100% - 30px);
}

/*media Starts*/
@media(min-width: 980px) {

    .home_hero_row .home_hero_col_left {
        margin-right: 0;
        width: 60%;
    }

    .home_hero_row .home_hero_col_right {
        width: 40%;
    }

    .home-second-section .et_pb_column_3,
    .home-second-section .et_pb_column_4 {
        margin-right: 2.5% !important;
    }

    .home-second-section .et_pb_column {
        width: 32% !important;
    }
}

@media (min-width: 981px) {

    .et_pb_gutters3 .et_pb_column_2_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
        width: 70%;
        padding-top: 0;
    }

    .upload-img-col {
        width: 27% !important;
        margin-right: 0;
    }
}

@media (max-width: 1950px) {
    .blog-hero-right .et_pb_image_wrap img {
        transform: none;
    }


    .propos-hero-right .et_pb_image_wrap img {
        transform: translateX(10%);
    }

}

@media (max-width: 1850px) {
    .hero-img .et_pb_image_wrap {
        right: -25%;
    }
}

@media (max-width:1750px) {

    .home-third-section .et_pb_row,
    .home-four-section .et_pb_row.numbers-part,
    .home-four-section .et_pb_row.et_pb_row_7 {
        max-width: 1250px;
    }

}
@media (max-width: 1570px) {
    .home_hero_img .et_pb_image_wrap {
        transform: translate(30%, 38%);
    }
}

@media (max-width: 1500px) {
    .home_hero_img .et_pb_image_wrap {
        transform: translate(30%, 43%);
    }
}

@media (max-width:1600px) {
    .hero-img .et_pb_image_wrap {
        right: -25%;
        top: 80px;
    }
    .faq-banner-img {
        width: 50%;
        margin-right: 0 !important;
    }

    .faq-banner-img .et_pb_image_wrap img {
        max-width: 90%;
    }
}

@media (max-width: 1450px) {
    .ultimatemember_account_section .um-account-main {
        padding-left: 60px;
    }

    .header-menu-section #menu-main-menu .menu-item {
        margin: 0;
    }

    .header-menu-section #menu-main-menu .menu-item a {
        font-size: 16px;
    }

    .header-menu-section .et_pb_menu__logo>a>img {
        max-width: 150px;
    }
    .hero-img .et_pb_image_wrap {
        right: -26%;
        top: 120px;
    }
}

@media(max-width:1440px) {

    .et_pb_section.how-it-work-section-3:before,
    .et_pb_section.how-it-work-section-1:before {
        transform: translate(85%, -70%);
    }

    .home_hero_img .et_pb_image_wrap {
        transform: none;
        height: 280px;
        object-fit: contain;
        position: absolute;
        width: 100%;
        right: -50%;
        bottom: -110px;
    }

    .home_hero_img .et_pb_image_wrap img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .home_hero_img {
        text-align: right;
    }

    .home_hero_row .home_hero_col_right,
    .home_hero_row .home_hero_col_left {
        width: 100%;
    }
}
@media(max-width:1366px) {

    .et_pb_section.how-it-work-section-3:before,
    .et_pb_section.how-it-work-section-1:before {
        transform: translate(50%, -70%);
    }
}

@media(max-width:1200px) {

    .et_pb_section.how-it-work-section-3:before,
    .et_pb_section.how-it-work-section-1:before {
        transform: translate(-10%, -70%);
    }

    .et_pb_section.how-it-work-section-2:before,
    .et_pb_section.how-it-work-section-4:before {
        transform: translate(375%, -70%);
    }
}

@media(max-width:1160px) {

    .et_pb_section.how-it-work-section-2:before,
    .et_pb_section.how-it-work-section-4:before {
        transform: translate(315%, -70%);
    }
}

@media (max-width: 1051px) {
    .header-menu-section .et_pb_menu__menu {
        display: none !important;
    }

    .header-menu-section .et_mobile_nav_menu {
        display: block !important;
    }

    .header-menu-section .et_mobile_nav_menu ul li {
        list-style-type: none;
    }

    .header-menu-section .et_mobile_nav_menu a {
        text-align: left;
    }
}
@media (min-width:1280px) and (max-wdith:1680px) {
    .et_pb_menu__logo-wrap {
  width:20% !important;
}
}
@media(max-width: 1024px) {
	.verticle-tabs .et_pb_all_tabs .et_pb_tab_content p {
    	width: 100%; 
	}
	.verticle-tabs .et_pb_all_tabs .et_pb_tab_content {
    gap: 30px; 
	}
    .home-last-section .faq-home-left {
        max-width: unset;
    }

    .et_pb_section.converter-sec {
        padding-bottom: 40px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .first-section .et_pb_text_1 {
        max-width: 100% !important;
    }

    .hero-img .et_pb_image_wrap {
        right: -64% !important;
        top: -43px !important;
        max-width: 768px !important;
        width: 100% !important;
    }

    .hero-img .et_pb_image_wrap img {
        height: auto !important;
    }
    .home-four-section {
        padding-bottom: 50px !important;
    }

    .home-last-section .et_pb_equal_columns:before {
        width: 100%;
        bottom: 0 !important;
        top: unset;
        right: 5% !important;
        background-position: center right;
        height: 200px !important;
        transition: none;
    }

    .tab_section {
        display: none;
    }

    .tab_section+.tab_section {
        display: block !important;
    }

    .main-section p {
        font-size: 21px !important;
        padding: 18px !important;
    }

    .tab-container .tab-navigation #select-box {
        font-size: 18px !important;
        color: #43c3d1 !important;
    }

    .order-2 {
        order: 2;
    }

    .order-1 {
        order: 1;
    }

    .cross-bg.contact-banner-section {
        padding: 60px 0px 114px !important;
    }

    .how-it-work-section .et_pb_row.et_pb_row_2:before {
        transform: translate(-65%, -95%) !important;
    }

    .how-it-work-section .et_pb_row.et_pb_row_3:before {
        transform: translate(240%, -80%) !important;
    }

    .how-it-work-section .et_pb_row.et_pb_row_4:before {
        transform: translate(-45%, -80%) !important;
    }

    .how-it-work-section .et_pb_row.et_pb_row_5::before {
        transform: translate(225%, -140%) !important;
    }

    .et_pb_section.how-it-work-section-2:before,
    .et_pb_section.how-it-work-section-4:before {
        transform: translate(310%, -70%);
    }

    .numbers-part-1>.et_pb_column:before,
    .numbers-part-3>.et_pb_column:before {
        left: -110px;
        border-radius: 0 16px 16px 0;
    }

    .home-four-section .numbers-part .et_pb_column:before {
        right: -110px;
        border-radius: 16px 0 0 16px;
    }
}

@media(max-width:991px) {

    .et_pb_section.how-it-work-section-2:before,
    .et_pb_section.how-it-work-section-4:before {
        transform: translate(290%, -70%);
    }
    .need-flex-reverse {
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
}

@media(max-width: 980px) {
	.mobile-tab .tab-container {
		padding: 40px;
		border-radius: 40px;
		filter: drop-shadow(5px 10px 7.5px rgba(0,0,0,0.16 ));
		background: #ffffff;
	}

	.mobile-tab .tab-container .main-section p {
		background: #E3FCFF;
		text-align: center;
        transition: 0.5s ease-in;
        cursor: pointer;
        font-size: 18px !important;
        display: block;
        max-width: 250px;
        margin: 0 auto 15px;
        padding: 12px !important;
	}
	
	.mobile-tab .tab-container .main-section p:hover {
		 background: #38868f;
		color: #e3fcff;
	}

    .section-legal .et_pb_text_inner h2:before {
        display: none !important;
    }

    .numbers-part-1>.et_pb_column:before,
    .numbers-part-3>.et_pb_column:before,
    .home-four-section .numbers-part>.et_pb_column:before {
        width: 90px !important;
        height: 90px !important;
        left: 0;
        font-size: 40px !important;
        position: relative;
        margin-bottom: 25px;
        border-radius: 13px;
    }

    .home-four-section .numbers-part>.et_pb_column:before {
        left: calc(100% - 90px);
    }

    .tab_section .et_pb_column_1_3 {
        padding-top: 0 !important;
    }

    .tab_section .et_pb_column.et_pb_column_1_3 {
        padding: 60px 45px 100px !important;
        border-radius: 40px;
        box-shadow: 5px 10px 7.5px rgba(0, 0, 0, 0.16);
        background: #ffffff;
    }

    .home_hero_img .et_pb_image_wrap {
        height: 240px;
        right: -75%;
        bottom: -80px;
    }

    .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
        justify-content: center;
    }



    header .et_pb_module.et_pb_menu {
        background-color: #FFFFFF;
        width: 100% !important;
        max-width: 100%;
    }


    .et_pb_menu .et_pb_menu__menu>nav>ul>li {
        display: block;
        width: 100%;
    }

    /* --- Navbar responsive css start --- */
    body .header-menu-section {
        padding: 10px 30px !important;
        margin: 0px !important;
    }

    .header-menu-section .et_pb_menu__logo>a>img {
        max-width: 117px !important;
    }

    .header-menu-section .et_pb_menu__wrap {
        margin-left: auto;
        justify-content: end !important;
    }

    .header-menu-section .et_pb_menu__wrap .mobile_menu_bar {
        position: relative;
        left: 15px;
    }

    .header-menu-section .et_pb_menu__wrap .mobile_menu_bar:before {
        line-height: 1;
        font-size: 50px;
    }

    /* --- Banner responsive css start --- */
    body div.et_pb_section.banner_section {
        background-image: none !important;
        background: linear-gradient(180deg, #43c3d1 0.00%, rgba(255, 255, 255, 0.08) 100.00%) !important;
        background-repeat: no-repeat !important;
        background-position: center bottom 17rem !important;
    }

    .banner-head h2 {
        font-size: calc(32px + (65 - 32) * ((100vw - 390px) / (1920 - 390))) !important;
        margin-bottom: 9px !important;
        padding-bottom: 0px !important;
    }

    .banner-head {
        margin-bottom: 0px !important;
    }



    .banner_img {
        position: relative;
        left: 31%;
    }

    .home-last-section .et_pb_toggle_title {
        font-size: 18px !important;
    }

    .tab_section .et_pb_text_22 {
        padding: 40px 30px !important
    }

    .tab_section .main-section {
        gap: 30px;
    }

    .tab_section .main-section p {
        padding: 10px !important;
        font-size: 18px !important;
    }

    .home-four-section .et_pb_with_border a {
        padding: 10px 20px !important;
        min-height: unset !important;
        margin-bottom: 15px;
    }

    .home-four-section .et_pb_with_border img {
        width: 20px;
    }

    .tab_section .et_pb_column.et_pb_column_1_3 {
        padding: 40px 30px !important;
    }

    .first-section:before {
        content: "";
        background: linear-gradient(180deg, #43c3d1 0.00%, rgba(255, 255, 255, 0.8) 100.00%);
        width: 100%;
        height: 784px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .first-section .et_pb_row {
        z-index: 2;
        position: relative !important;
    }
    .faq-title-section h2 {
        font-size: 30px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .faq-title-section h2 span {
        text-align: center;
        display: inline-block;
        padding: 0px 30px !important;
        max-width: calc(100% - 28%);
        line-height: calc(44px + (80 - 44) * ((100vw - 390px) / (1920 - 390))) !important;
    }

    .faq-title-section h2:before {
        position: absolute !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: translateY(-6px) !important;
        height: 2px !important;
    }

    .contact-form-section .et_pb_text_3 {
        font-size: 15px;
    }

    .contact-form-section .divi-module-destination {
        padding: 0px 7px !important;
    }

    body #page-container .et_pb_section .contact-form-section .et_pb_contact_form_0.et_pb_module .et_pb_contact_form .et_pb_contact_submit {
        margin-left: 0px;
        padding: 4px 50px !important;
        font-size: 20px;
        min-width: 150px;
        margin-top: 0px !important;
    }

    .contact-form-section .divi-module-destination .et_pb_contact_field {
        padding: 0px !important;
    }

    .contact-form-section {
        padding-bottom: 0px;
    }

    body .contact-banner-section:before {
        background: none !important;
    }

    .propos-hero-right .et_pb_image_wrap {
        display: block;
    }

    .propos-hero-right .et_pb_image_wrap img {
        transform: translateX(0%);
        width: 95% !important;
        max-width: 500px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .last-testimonial-section .et_pb_css_mix_blend_mode_passthrough {
        padding: 30px;
        border-radius: 20px;
    }

    .last-testimonial-section .et_pb_css_mix_blend_mode_passthrough .et_pb_text_inner img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px;
        position: absolute;
        left: 0;
    }

    .last-testimonial-section .slick-slide {
        margin: 20px 10px;
    }

    .last-testimonial-section .et_pb_css_mix_blend_mode_passthrough .et_pb_text_inner .inspectLayerContent h5 {
        font-size: 18px;
        padding-left: 25px;
    }

    .last-testimonial-section .et_pb_css_mix_blend_mode_passthrough .et_pb_text_inner .inspectLayerContent .inspectLayerContent {
        padding-left: 0px !important;
        font-size: 15px;
        text-align: left;
        padding-top: 15px;
    }

    


    .first-section .et_pb_row_0.et_pb_row {
        padding-top: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 40px !important;
    }

    .faq-section {
        flex-direction: column-reverse;
    }

    .faq-banner-img {
        width: 100% !important;
    }

    .faq-banner-img .et_pb_image_wrap img {
        max-width: 100%;
        transform: translateX(40%);
    }

    .ultimatemember_account_section .um-account-main {
        width: 100% !important;
        max-width: calc(100% - 300px) !important;
        padding-left: 30px !important;
    }
}

@media(max-width:853px) {

    .et_pb_section.how-it-work-section-2:before,
    .et_pb_section.how-it-work-section-4:before {
        transform: translate(220%, -70%);
    }
}

@media(max-width:830px) {
    body .ultimatemember_account_section .um-account-side li span.um-account-title {
        font-size: 0 !important;
    }

    .member-account-wrapper .um-account-side>ul li {
        margin: 0 !important;
    }

    div.uimob800 .um-account-side li a.current,
    div.uimob800 .um-account-side li a.current:hover {
        background: #00888e;
    }

    .ultimatemember_account_section .um-account-side li a.um-account-link.current i {
        color: #fff;
    }

    .ultimatemember_account_section .um-account-icontip {
        line-height: 54px !important;
    }

    .ultimatemember_account_section .um-account-side li a {
        height: 54px !important;
        line-height: 54px !important;
    }

    .member-account-wrapper .um-account-side>ul li:last-child a {
        border: none !important;
    }

    .member-account-wrapper .um-account-side ul,
    .member-account-wrapper .um-account-meta a {
        border: 0 !important;
    }

    .ultimatemember_account_section .um-account-side {
        padding: 20px 0 0 !important;
        border-radius: 10px;
    }

    .ultimatemember_account_section .um-account-meta-img-b.uimob800-show {
        padding: 0 10px;
    }

    .ultimatemember_account_section .um-account-main {
        max-width: calc(100% - 100px) !important;
    }
}

@media(max-width:768px) {
    .section-legal .et_pb_text_inner h2 {
        font-size: 32px !important;
        line-height: 1.2em !important;
        margin: 30px 0 15px;
    }

    .section-legal .et_pb_text_inner h2 span {
        padding: 0 0px !important;
    }
    .et_pb_section.how-it-work-section-3:before,
    .et_pb_section.how-it-work-section-1:before {
        transform: translate(-30%, -70%);
    }

    .et_pb_section.how-it-work-section-2:before,
    .et_pb_section.how-it-work-section-4:before {
        transform: translate(190%, -70%);
    }

    .home_hero_row {
        position: relative;
    }

    .mobile_hero_left {
        width: 70%;
        margin: 0 !important;
    }

    .mobile_hero_right {
        width: 30%;
        margin: 0 !important;
    }

    .mobile_hero_main {
        display: flex !important;
        flex-wrap: nowrap;
    }
}

@media(max-width:767px) {
    .faqpage-section .faq-page-section span {
        font-size: 30px;
    }

    .first-section .et_pb_with_border .content {
        font-size: 13px !important;
    }

    html .first-section {
        background: linear-gradient(180deg, #43c3d1 0.00%, rgba(255, 255, 255, 0.8) 100.00%);
    }

    .discover-btn {
        display: none !important;
    }

    .home-second-section .et_pb_column {
        padding: 30px 20px;
        padding-bottom: 60px;
        margin-bottom: 30px;
    }

    .et_pb_section.how-it-work-section-1:before {
        transform: translate(-30%, -10%);
    }

    .et_pb_section.how-it-work-section-2:before {
        transform: translate(190%, -70%);
    }

    .et_pb_section.how-it-work-section-3:before {
        transform: translate(-30%, -70%);
    }

    .et_pb_section.how-it-work-section-4:before {
        transform: translate(190%, -50%);
    }

    .home_hero_img .et_pb_image_wrap {
        position: unset;
        height: auto;
    }

    .tab_section .main-section p {
        font-size: 16px !important;
    }

    .home_hero_img .et_pb_image_wrap img {
        margin-bottom: -80px;
        transform: scale(1.3);
    }

    .converter-sec h2::before {
        height: 0px !important;
    }

    .hero-img .et_pb_image_wrap {
        right: -20% !important;
        top: -70px !important;
        width: 100% !important;
    }

    .home-four-section .numbers-part:before {
        float: unset;
    }

    .home-four-section.et_pb_section {
        padding-bottom: 0 !important;
    }
    .terif-text {
        max-width: 228px !important;
    }

    .about-icon img {
        width: 99px !important;
    }
    .last-testimonial-section .slick-slide {
        margin: 0 15px;
    }

    #contactpage-bg-section:before {
        display: none;
    }

    .contact-col-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .contact-col-wrapper>div {
        margin: 0 10% !important;
        width: 80% !important;
    }

    body .contact-banner-section {
        background-position: center bottom !important;
    }

    .contact-social-wrapper li a:before {
        font-size: 25px !important;
    }

 

    .slick-track {
        padding: 30px 0px;
        overflow: visible;
    }

    .main-section p {
        flex: 100% !important;
/*         max-width: 200px !important; */
        margin: 0 auto;
    }

    .tab_section .main-section {
        gap: 14px !important;
    }

    .how-it-work-section .et_pb_row.et_pb_row_3:before {
        transform: translate(40%, -80%) !important;
    }

    .how-it-work-section .et_pb_row.et_pb_row_5::before {
        transform: translate(40%, -200%) !important;
    }

    .how-it-work-section .et_pb_row.et_pb_row_2:before {
        transform: translate(-45%, -95%) !important;
    }

    .order-2 {
        order: 2;
    }

    .order-1 {
        order: 1;
    }

    #comment-camarche-main-section .et_pb_row.et_pb_row_0.et_pb_equal_columns {
        flex-direction: column !important;
    }

    #comment-camarche-main-section.contact-banner-section.bg-shape-img:before {
        height: 500px;
    }

    #comment-camarche-main-section:before {
        background: unset !important;
    }

    .faq-banner-img .et_pb_image_wrap img {
        max-width: 100%;
        transform: translateX(50%);
        width: 100% !important;
    }

    .tab-container.faqpage-section .tab-navigation {
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.16));
        margin: 10px;
        margin-bottom: 40px;
    }

    .account-login-wrapper input#um-submit-btn {
        min-width: 200px !important;
        font-size: 16px !important;
        padding: 14px 20px !important;
    }

    .my-account-section ul.et_pb_tabs_controls li {
        display: inline-block;
    }

    .my-account-section ul.et_pb_tabs_controls li a {
        padding-left: 0 !important;
        padding-right: 14px;
    }

    .compte-connection_banner_sec .banner_image {
        right: -15px;
    }

    .banner-head h2 {
        font-size: 32px !important;
    }

    .faq-title-section h2 {
        font-size: 30px !important;
    }

    .home-last-section .et_pb_equal_columns:before {
        width: 100%;
        bottom: 0 !important;
        top: unset;
        right: 10% !important;
        background-position: center right;
        height: 140px !important;
        transition: none;
    }

    .hero-img .et_pb_image_wrap {
        top: -60px;
        text-align: right;
        right: -9%;
    }

    .hero-img .et_pb_image_wrap {
        height: auto;
    }

    .faq-main-left {
        background: #fff !important;
        padding: 0px !important;
        border-radius: 0px !important;
        box-shadow: unset !important;
    }

    #comment-camarche-main-section .et_pb_row.et_pb_row_0.et_pb_equal_columns {
        flex-direction: column-reverse;
    }

    .how-it-work-section .et_pb_row.et_pb_row_2:before {
        transform: translate(-30%, -74%);
    }

    .how-it-work-section .et_pb_row.et_pb_row_4:before {
        transform: translate(-30%, -74%);
    }

    .how-it-work-section .et_pb_row.et_pb_row_3:before {
        transform: translate(200%, -80%);
    }

    .how-it-work-section .et_pb_row.et_pb_row_5::before {
        transform: translate(190%, -130%);
    }

    #contactpage-bg-section:before {
        content: "";
        background: linear-gradient(180deg, #43c3d1 0.00%, rgba(255, 255, 255, 0.8) 100.00%) !important;
        width: 100%;
        height: 784px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .contact-banner-section .et_pb_row .social-media-icon img {
        width: 50px;
    }

    .contact-form-section .contact-heading {
        margin: 0 0 40px !important;
    }

    .contact-form-section .et_pb_social_media_follow li a {
        height: auto;
        width: auto;
        padding: 5px 5px !important;
    }

    .contact-form-section .et_pb_social_media_follow li {
        transform: unset;
    }

    .contact-form-section .contact-form-right {
        padding: 0px 15px 50px !important;
        margin-top: 51px !important;
    }

    .contact-form-section .et_pb_contact_field {
        margin-bottom: 20px;
    }

    .contact-banner-section.bg-shape-img img.wp-image-2483 {
        position: relative;
        margin-left: 32%;
    }
    .contact-social-wrapper .et_pb_social_media_follow_network_1 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    #tarifs-main-section .et_pb_column.et_pb_column_3_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child img {
        margin-left: -30% !important;
    }

    .moncompte_banner_section .et_pb_column.et_pb_column_3_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child img,
    .banner_section .et_pb_column.et_pb_column_3_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child img {
        margin-left: 30%;
    }

    #tarifs-main-section .et_pb_module.et_pb_image.et_pb_image_0 img {
        margin-left: -30%;
    }
    .hero-img .et_pb_image_wrap img {
        width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .faq-main-left {
        padding: 20px 20px 50px !important;
    }

    .how-it-work-section .et_pb_row.et_pb_row_2:before {
        transform: translate(-50%, -74%);
    }

    .how-it-work-section .et_pb_row.et_pb_row_4:before {
        transform: translate(-30%, -74%);
    }

    .how-it-work-section .et_pb_row.et_pb_row_5::before {
        transform: translate(300%, -80%);
    }

    .how-it-work-section .et_pb_row.et_pb_row_3:before {
        transform: translate(300%, -80%);
    }

    .contact-banner-section .et_pb_row .social-media-icon img {
        width: 50px;
    }

    .contact-form-section .contact-heading {
        margin: 0 0 40px !important;
    }

    .contact-form-section .et_pb_social_media_follow li a {
        height: auto;
        width: auto;
        padding: 5px 5px !important;
    }

    .contact-form-section .et_pb_social_media_follow li {
        transform: unset;
    }

    .ultimatemember_account_section .um-account-side li span.um-account-title {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .legislation_bg_section .et_pb_row.et_pb_row_0 {
        padding: 0px !important;
    }

    .legislation_bg_section {
        padding: 0px !important;
    }

    .legislation_bg_section .inspectLayerContent.block.inspectRow h2 {
        padding-top: 40px !important;
    }
}

@media(max-width:600px) {
    .et_pb_section.how-it-work-section-2:before {
        transform: translate(120%, -70%);
    }

    .et_pb_section.how-it-work-section-4:before {
        transform: translate(120%, -50%);
    }
}

@media(max-width: 540px) {
    .ultimatemember_account_section .um-account-tab {
        margin: 30px 0px 0px;
    }

    .account-login-wrapper .um-login,
    .account-login-wrapper .um-register {
        margin-top: 0px;
    }
}

@media(max-width: 530px) {
    .ultimatemember_account_section .um-account-main {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .um-account-tab .um-col-alt.um-col-alt-b .um-left .um-button {
        font-size: 16px;
        padding: 14px 30px !important;
        margin: 0 0 30px !important;
    }

    .ultimatemember_account_section .um-account-main .um-account-tab input {
        margin-bottom: 30px !important;
        margin-top: 10px !important;
    }

    .faq-title-section h2:before {
        display: none;
    }

    .ultimatemember_account_section .faq-title-section h2 span {
        max-width: 100%;
        margin-top: 40px;
    }

    .ultimatemember_account_section .um-account-nav a {
        font-size: 16px;
    }

    .ultimatemember_account_section .um-account-nav a.current {
        font-weight: 500;
        color: #38868f !important;
    }

    .um-account-tab,
    .um-account-tab .um-field .um-field-label,
    .member-account-wrapper .um-field input,
    .member-account-wrapper .um-field textarea,
    .um .um-field-label,
    .member-account-wrapper .um-field-label label {
        font-size: 16px !important;
    }
}

@media(max-width:480px) {
    .et_pb_section.how-it-work-section-2:before {
        transform: translate(80%, -70%);
    }

    .et_pb_section.how-it-work-section-4:before {
        transform: translate(80%, -50%);
    }
}

@media(max-width: 479px) {

    .contact-col-wrapper.et_pb_gutters1 .et_pb_column,
    .contact-col-wrapper.et_pb_gutters1.et_pb_row .et_pb_column {
        margin: 0 10% !important;
    }
}

@media(max-width:420px) {
    .et_pb_section.how-it-work-section-2:before {
        transform: translate(50%, -70%);
    }

    .et_pb_section.how-it-work-section-4:before {
        transform: translate(50%, -50%);
    }
}

@media(max-width: 400px) {
    .last-testimonial-section .et_pb_css_mix_blend_mode_passthrough .et_pb_text_inner .inspectLayerContent h5 {
        font-size: 15px;
        padding-left: 35px;
    }
}

@media(max-width:380px) {
    .et_pb_section.how-it-work-section-2:before {
        transform: translate(30%, -70%);
    }

    .et_pb_section.how-it-work-section-4:before {
        transform: translate(30%, -50%);
    }
}

@media(max-width: 360px) {
    .last-testimonial-section .et_pb_css_mix_blend_mode_passthrough .et_pb_text_inner .inspectLayerContent h5 {
        padding-left: 60px;
    }
}

@media(max-width:350px) {
    .et_pb_section.how-it-work-section-2:before {
        transform: translate(15%, -70%);
    }

    .et_pb_section.how-it-work-section-4:before {
        transform: translate(15%, -50%);
    }
}