

:root {
    --fw-light: 300;
    --fw-normal: 400;
    --fw-bold: 700;
    --fw-black: 900;
    --navy-blue: #16254f;
    --sky-blue: #42a3ff;
    --white: #fff;
}

body.page-template-template-landing-price-page .accordion__item *, .text-section .section_title, .accordion-body__contents, .page-template-template-landing-page-en #form_section_bottom .form_wrap, .page-template-template-landing-page-en .wpcf7-not-valid-tip{direction:ltr}




section.section.benefits_section h3.title {
    font-weight: 600;
}

.section, .section * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.page-container {
    max-width: 1680px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.page-template-template-landing-page-en .page-container {
    max-width: 1440px;
}

.page-template-template-landing-price-page .page-container {
    max-width: 1440px;
}

.section:is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.section:is(p) {
    color: var(--navy-blue);
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    line-height: 1.07;
    margin: 0;
}

.section:is(a, a:hover) {
    text-decoration: none;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section {
    width: 100%;
    display: inline-block;
}

img, .image {
    max-width: 100%;
    display: block;
    height: auto;
}

:focus-visible, :focus-within, :active:focus {
    outline: 0px;
}

.btn, .btn:focus-visible {
    max-width: 300px;
    width: 100%;
    margin: auto;
    background: var(--white);
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 100px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    /* direction:ltr; */
    font-size: 18px;
    font-weight: var(--fw-bold);
    -webkit-box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
    box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--navy-blue);
    font-family: simplerbold;
}

.btn:active, .btn:focus {
    border: 0;
    outline: 0;
}

.btn_main {
    max-width: 252px;
    background: -o-linear-gradient(left, #ff495c 0%, #ff692f 100%) !important;
    background: -webkit-gradient(linear, left top, right top, from(#ff495c), to(#ff692f)) !important;
    background: linear-gradient(to right, #ff495c 0%, #ff692f 100%) !important;
    align-items: center;
}

.section_title {
    font-size: 30px;
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.67;
    letter-spacing: normal;
    text-align: center;
    color: var(--navy-blue);
    display: block;
}

/* Hero Section */
.hero_section {
    background-color: #fdfdfe;
    background-image: url('../images/images/top-hero-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 38px 0 40px;
}

.hero_section .page-container {
    max-width: 890px;
}

.hero_logo {
    display: block;
    margin: 0 auto 24px;
    max-width: 57px;
}

.hero_logo img {
    height: 66px;
    width: auto;
}

.hero_caption {
    max-width: 716px;
    display: block;
    margin: 0 auto;
}

.hero_main_title {
    font-size: 36px;
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
}

/* .page-template-template-landing-page-en .hero_main_title{font-size:36px;font-weight:var(--fw-bold);font-family:simplerbold;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;text-align:right;} */
.hero_main_title span {
    display: inline-block;
    width: 100%;
}

.page-template-template-landing-price-page .hero_main_title span {
    display: inline-block;
    width: auto;
}

.color-navy-blue {
    color: var(--navy-blue);
}

.color-sky-blue {
    color: var(--sky-blue);
}

.hero_description, .hero_description p {
    margin: 15px 0 60px;
    font-size: 28px;
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: var(--navy-blue);
    display: inline-block;
    width: 100%;
}

.page-template-template-landing-price-page .hero_description, .page-template-template-landing-page-en .hero_description, .hero_description p {
    margin: 15px 0 10px;
    font-size: 28px;
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: var(--navy-blue);
    display: inline-block;
    width: 100%;
}

.hero_description p {
    margin: 0 0 10px;
}

.hero_form_block {
    display: block;
    max-width: 286px;
    margin: auto;
}

.form_field {
    margin-bottom: 24px;
    display: block;
}

.form_label {
    font-size: 24px;
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: center;
    color: var(--navy-blue);
    display: block;
}

.hero_form_block .form_input {
    background: transparent;
}

.hero_form_block .form_input::placeholder {
    color: #9b9b9b;
}

select.form_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form_input {
    min-height: 48px;
    margin: 14px auto 0;
    padding: 10px 16px;
    border-radius: 24px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    font-size: 15px;
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--navy-blue);
    display: block;
    width: 100%;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    color: transparent;
    border-radius: 20px;
}

.hero_form_block input::-webkit-calendar-picker-indicator, .hero_form_block input:focus::-webkit-calendar-picker-indicator {
    display: none !important;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    border-radius: 20px;
}

input[type=range]::-webkit-slider-thumb {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: var(--navy-blue);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

.range-wrap {
    position: relative;
    margin: 49px auto 57px;
}

.range {
    width: 100%;
}

.range-value {
    font-size: 14px;
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: var(--navy-blue);
    margin-top: 7px;
    position: relative;
    padding-left: 7px;
}

.range-value span {
    position: absolute;
    left: -5px;
    font-family: simplerbold !important;
}

#content .bubble span {
    font-family: simplerbold;
    font-size: 12px;
}

.symbol, #content .hero_form_block .range-wrap .bubble span, span.symbol {
    font-family: 'open_sans_hebrewregular' !important;
    font-style: normal;
}

.range-value.min {
    float: left;
}

.range-value.max {
    float: right;
}

.bubble {
    background: var(--white);
    color: var(--navy-blue);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: calc(100% + 10px);
    max-width: 70px;
    width: 100%;
    min-height: 24px;
    margin: 1px 0 0;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-family: simplerbold;
    font-stretch: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero_form_block .bubble {
    max-width: 48px !important;
    font-size: 12px !important;
    padding-top: 1px !important;
    font-weight: bold !important;
    min-height: 20px;
    bottom: calc(100% + 17px);
    font-family: 'simplerregular';
}

.bubble span {
    margin-right: 5px;
}

.bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 7px solid var(--white);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: -5px;
}

.form_action button {
    max-width: unset;
    width: auto;
    margin: 30px auto 0;
    background-image: -o-linear-gradient(left, #42a3ff 0%, #90ebff 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#42a3ff), to(#90ebff));
    background-image: linear-gradient(to right, #42a3ff 0%, #90ebff 100%);
    padding: 7px 14px;
}

.form_action button .btn_icon_image, .btn_icon_image {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 2px;
}

.form_action button svg {
    width: 16px;
    height: 16px;
}

/* Social Media Section */
.social_media_section {
    padding: 40px 0;
    background: var(--navy-blue);
}

#wpcf7-f13604-o1 .wpcf7-list-item label {
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

select.socialcode.form_input option {
    width: 100%;
    max-width: 250px;
    white-space: normal;
}

.social_media_section .section_title {
    color: var(--white);
}

.social_media_wrap {
    max-width: 890px;
    width: 100%;
    min-height: 151px;
    margin: 40px auto 10px;
    padding: 29px 84px;
    border-radius: 3px;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social_block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.social_block+.social_block:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    height: 55px;
    width: 1px;
    background: var(--navy-blue);
    margin: auto;
}

.social_block .logo-icon {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.social_block .logo-icon .image {
    max-height: 50px;
    width: 50px;
    display: inline-block;
}

.social_block.b144_amt_block .logo-icon .image {
    width: 45px;
}

.social_block .text {
    margin: 20px 0 0;
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    text-align: center;
    color: var(--navy-blue);
    width: 100%;
    display: inline-block;
    direction: ltr;
}

.social_block .text span {
    display: inline-block;
}

.social_action {
    display: inline-block;
    width: 100%;
}

.social_action .btn_main .btn_icon_image {
    margin-right: 10px;
}

.social_media_section .social_media_message {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

/* Text Section */
.text-section {
    padding: 65px 0;
    background-color: #f4f4f6;
}

.text-section .page-container {
    background-image: url('../images/images/google-box.png'), url('../images/images/tabula-box.png'), url('../images/images/facebook-box.png'), url('../images/images/logo-box.png');
    background-repeat: no-repeat;
    background-position: calc(50% - 555px) calc(0% + 20px), calc(50% - 534px) calc(0% + 464px), calc(50% + 571px) calc(0% + 464px), calc(50% + 566px) calc(0% + 20px);
}

#content .text-section .page-container {
    background-position: calc(50% - 45%) calc(0% + 6%), calc(50% - 42%) calc(0% + 94%), calc(50% + 45%) calc(0% + 91%), calc(50% + 45%) calc(0% + 4%);
}

.page-template-template-landing-price-page #content .text-section .page-container {
    background-position: calc(50% - 50%) calc(0% + 0%), calc(50% - 47%) calc(0% + 94%), calc(50% + 50%) calc(0% + 91%), calc(50% + 50%) calc(0% + 1%)
}

#content .form_submit_wrap:before {
    left: 28px;
    top: 13px;
}

.hero_form_block .form_input::placeholder {
    color: #666 !important;
}

.text-section .section_title {
    margin-bottom: 24px;
    font-weight: var(--fw-bold);
    font-family: simplerregular;
}

.accordion_wrap {
    width: 100%;
    display: block;
    max-width: 740px;
    margin: auto;
}

.page-template-template-landing-price-page .accordion_wrap {
    width: 100%;
    display: block;
    max-width: 1096px;
    margin: auto;
}

.accordion__item {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(195, 194, 194, 0.7);
    box-shadow: 0 2px 4px 0 rgba(195, 194, 194, 0.7);
    background-color: var(--white);
}

.accordion-header, .accordion-body {
    border-radius: 5px;
    background-color: var(--white);
}

.accordion-header {
    padding: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    z-index: 1;
    direction: ltr;
    text-align: left;
}

.accordion-header .logo_media {
    max-width: 46px;
    display: inline-block;
}

.accordion-header .logo_media .image {
    display: inline-block;
}

.accordion-header .logo_text {
    width: calc(100% - 62px);
    padding-left: 26px;
}

body.page-template-template-landing-price-page .accordion-header .logo_text {
    width: calc(100% - 400px);
}

body.page-template-template-landing-price-page .accordion-header .Orangbutton_head {
    padding: 8px 16px 8px 35px;
    border-radius: 30px;
    background: var(--Brand-Color-Red-Gradient, linear-gradient(90deg, #FF495C 0%, #FF692F 100%));
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #fff;
    cursor: pointer;
}

body.page-template-template-landing-price-page .accordion-header .Orangbutton_head:hover {
    text-decoration: none;
}

body.page-template-template-landing-price-page .accordion-header .Orangbutton_head:after {
    background-image: url(../images/btn_left_white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 15px;
}

body.page-template-template-landing-price-page .accordion__item.active .accordion-header .Orangbutton_head {
    display: none;
}

.accordion-header .logo_text .heading {
    font-size: 24px;
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.6px;
    text-align: left;
    color: var(--navy-blue);
}

.accordion-header .logo_text .description {
    margin: 0;
    font-size: 18px;
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: 1px;
    text-align: left;
    color: var(--navy-blue);
    display: inline-block;
}

.accordion__item>.accordion-header:after {
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-transition: .35s all;
    -o-transition: .35s all;
    transition: .35s all;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url('../images/images/svg-icon-arrow-w@3x.png') no-repeat;
    background-position: top right;
    background-size: 16px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: auto;
    margin-left: 0;
}

.accordion__item.active>.accordion-header:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-body {
    display: none;
}

/* .page-template-template-landing-price-page .accordion-body{display:block;height:auto;} */
.accordion-body__contents {
    padding: 0 30px 30px 30px;
    display: block;
}

.accordion-body__contents .heading {
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.55px;
    text-align: right;
    color: var(--sky-blue);
    display: inline-block;
    width: 100%;
}

.accordion-body__contents .sub-heading, .accordion-body__contents h4 {
    margin: 16px 0 8px 0;
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    color: var(--navy-blue);
}

.accordion-body__contents .description, .accordion-body__contents p {
    margin: 0 0 8px 0;
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 0.45px;
    color: var(--navy-blue);
}

.accordion-body__contents .note-text, .accordion-body__contents small {
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.4px;
    text-align: right;
    color: var(--navy-blue);
}

.accordion-body__contents small a {
    text-decoration: underline;
}

.accordion-body__contents .logos_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 6px 16px;
    margin-top: 30px;
}

.accordion-body__contents .logos_block .logo-image {
    width: calc(100% / 6 - 8px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion-body__contents .logos_block .logo-image .image {
    max-height: 56px;
    width: auto;
    padding: 0;
    margin: auto;
    display: inline-block;
}

.accordion-body__contents .video_block {
    aspect-ratio: 1.99/1;
    width: 100%;
    max-width: 560px;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.accordion-body__contents .video_block iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text_action {
    display: block;
    width: 100%;
    margin-top: 38px;
}

.accordion-body__contents .secLink {
    text-align: center;
    margin-top: 65px;
}

.accordion-body__contents .secLink a.secBttn {
    padding: 10px 15px;
    display: inline-block;
    border-radius: 32px;
    color: #16254f;
    font-weight: bold;
    font-size: 17px;
    text-decoration: underline;
    position: relative;
    padding-left: 35px;
}

.accordion-body__contents .secLink a.secBttn:before {
    position: absolute;
    content: '>';
    left: 15px;
    top: 10px;
    font-size: 20px;
    background: 0 0;
}

body.page-template-template-landing-price-page .dg-social-panel .package-content {
    border-radius: 5px 5px 0 0;
}

/* Benefit Section */
.benefits_section {
    padding: 30px 0 70px;
}

.section_wrap {
    max-width: 796px;
    width: 100%;
    display: block;
    margin: auto;
}

.benefits_section .section_title {
    text-align: left;
    margin: 40px 0;
}

.section_wrap .media_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 20px;
}

.section_wrap .media_block:last-child {
    margin-bottom: 0;
}

.section_wrap .content {
    display: inline-block;
    width: calc(100% - 100px);
}

.section_wrap .content .title {
    font-size: 20px;
    font-weight: var(--fw-normal);
    font-family: simplerbold;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1;
    color: var(--navy-blue);
}

.section_wrap .content .description {
    font-size: 26px;
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    display: block;
    width: 100%;
    line-height: 1;
    color: var(--navy-blue);
}

.section_wrap .media {
    width: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_wrap .media .image {
    max-width: 50px;
    display: inline-block;
}

/* Form section */
input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input::-webkit-input-placeholder {
    color: var(--navy-blue);
}

input::-moz-placeholder {
    color: var(--navy-blue);
}

input:-ms-input-placeholder {
    color: var(--navy-blue);
}

input:-moz-placeholder {
    color: var(--navy-blue);
}

.form_section {
    background: var(--navy-blue);
    padding: 20px 0;
    margin-bottom: -22px;
}

.form_section .page-container {
    max-width: 932px;
}

.title_wrap {
    display: block;
    text-align: center;
    margin-bottom: 39px;
}

.form_wrap a {
    color: #fff;
    text-decoration: underline;
}

.form_section .section_title {
    color: var(--white);
    font-size: 22px;
    font-family: simplerbold;
    display: inline-block;
    margin-left: 10px;
    line-height: 1.7;
    direction: ltr;
}

.form_section .section_subtitle {
    line-height: 1.11;
    color: var(--white);
    font-size: 22px;
    font-family: simplerregular;
    display: inline-block;
    direction: ltr;
}

.form_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form_field_wrap {
    width: calc(100% / 3 - 12px);
    margin-bottom: 26px;
}

.form_input_wrap {
    display: block;
    position: relative;
}

.form_input_wrap .form_input {
    min-height: 48px;
    margin: 9px 0 0;
    padding: 10px 8px;
    border-radius: 5px;
    border: solid 1px #cecece;
}

.form_input_wrap .form_input::placeholder {
    color: #666 !important;
}

.form_input_wrap .input_icon {
    position: absolute;
    height: 48px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.form_input_wrap .input_icon img {
    max-height: 20px;
}

.form_input_wrap .form_input {
    padding-left: 34px;
}

.form_field_wrap .form_label {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    font-family: 'simplerregular';
}

.form_field_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 5px;
}

.form_submit_wrap {
    margin-left: 0;
    margin-right: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 128px;
}

#form_section_bottom .form_submit_wrap {
    max-width: max-content; margin-right: 0;
}
.page-template-template-landing-page-en #form_section_bottom .checkbox_wrap{margin-left: 0px; margin-right: auto;}

.page-template-template-advertise-page #form_section_bottom .form_submit_wrap .btn_main {
    padding: 8px 20px 8px 30px;
    outline: none !important;
}

.page-template-template-advertise-page #form_section_bottom .form_submit_wrap:before {
    left: 12px !important;
}

.form_submit_wrap .btn_main {
    min-width: 128px;
    padding-right: 26px;
}

.checkbox_wrap, .checkbox_note {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    font-family: 'simplerregular';
    color: var(--white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-outer {
    display: inherit;
    font-size: 13px;
    font-family: 'simplerregular';
    font-weight: normal;
}

.checkbox-outer span[class*='checkbox-'] {
    padding-left: 3px;
}

.form_wrap .checkbox-outer a {
    position: relative;
    left: 4px;
}

.checkbox-outer p {
    display: inline-block;
    font-size: 13px;
    font-family: 'simplerregular';
    font-weight: normal;
}

.checkbox_wrap .checkbox label {
    padding-right: 0 !important;
}

.checkbox_wrap {
    margin-right: 0;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: calc(100% - 128px);
}

.checkbox_wrap br, .form_input_wrap br {
    display: none;
}

.checkbox_wrap input[type="checkbox"] {
    width: 15px;
    float: right;
    height: 15px;
    margin: 0 5px 0 !important;
    padding: 0;
}

.checkbox_wrap .wpcf7-not-valid input[type="checkbox"] {
    border: 1px solid red;
    appearance: none;
    background: #fff;
}

.checkbox_note {
    text-decoration: underline;
    font-size: 13px;
    display: block;
    margin-right: 22px !important;
}

.checkbox_note a {
    font-family: 'simplerregular';
}

.wpcf7-not-valid-tip {
    z-index: 999999;
    position: relative;
    font-weight: 400;
    margin-top: 10px;
    bottom: 0;
    background: #fff;
    color: #000;
    width: 100%;
    right: 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    padding: 5px 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    cursor: text;
}

.wpcf7-not-valid-tip:before {
    content: "";
    position: relative;
    top: -13px;
    left: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
    right: 0;
    margin: auto;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.form_submit_wrap {
    position: relative;
}

.form_submit_wrap:before {
    background-image: url('../images/images/svg-icon-arrow-w@3x.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: '';
    left: 34px;
    width: 16px;
    height: 16px;
    top: 12px;
    z-index: 1;
    pointer-events: none;
}

.form_wrap p:is(:empty), p:is(:empty) {
    display: none;
}

.form_submit_wrap .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: -26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkbox_note, .checkbox_wrap {
    margin-top: -20px;
}

#form_section_bottom .checkbox_wrap {
    margin-top: 0 !important;
}

.page-template-template-landing-price-page #form_section_bottom .checkbox_wrap, .page-template-template-landing-page-en #form_section_bottom .checkbox_wrap {
    margin-top: -30px !important;
}

.checkbox-outer span[class*='checkbox-'] .wpcf7-not-valid-tip {
    display: none !important;
}

.form_wrap .wpcf7-not-valid-tip:before {
    opacity: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form_wrap .form_input_wrap .form_input:focus+span.wpcf7-not-valid-tip {
    display: none;
}

.ui-menu .ui-menu-item, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #fff !important;
    border: 0!important;
    border-radius: 0!important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    color: var(--white)!important;
    background: var(--navy-blue)!important;
}

/* landing page  */
@media(min-width: 1024.98px) {
    .page-template-template-landing-price-page #form_section_bottom div.wpcf7 .form_field_action .checkbox_wrap a, .page-template-template-landing-page-en #form_section_bottom div.wpcf7 .form_field_action .checkbox_wrap a {
        left: 2px;
    }
}

.page-template-template-landing-price-page .top_sec_bg {
    position: relative;
    padding: 0;
    max-width: 1500px;
    margin: 0 auto;
    height: 600px;
    background: none;
}

.top_section {
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: left bottom !important;
}

.top_section .main_img {
    position: absolute;
    left: 0;
}

.page-template-template-landing-price-page .top_section, .page-template-template-landing-page-en .top_section {
    min-height: 600px;
    width: 100%;
    background-repeat: no-repeat !important;
    position: relative;
}

.page-template-template-landing-price-page .top_section, .page-template-template-landing-page-en.page-id-19005 .top_section {
    min-height: 600px;
    width: 100%;
    background-repeat: no-repeat !important;
    position: relative;
}

.page-template-template-landing-page-en .top_section .main_banImg.desktop_main_banImg {
    position: absolute;
    right: 2vw;
    bottom: 0px;
    z-index: -1;
}

.page-template-template-landing-price-page .top_section .main_banImg.desktop_main_banImg {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

.page-template-template-landing-price-page .top_section .main_banImg.mob_main_banImg, .page-template-template-landing-page-en .top_section .main_banImg.mob_main_banImg {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

.page-template-template-landing-price-page .top_section, .page-template-template-landing-page-en .top_section {
    z-index: 2;
}

.page-template-template-landing-price-page section.top_section, .page-template-template-landing-page-en section.top_section {
    background-color: #fff;
}

@media(min-width: 1281px) {
    .page-template-template-landing-price-page .top_section .main_banImg.mob_main_banImg, .page-template-template-landing-page-en .top_section .main_banImg.mob_main_banImg {
        display:none
    }
}

@media(min-width: 1024px) and (max-width:1560px) {
    .page-template-template-landing-price-page .top_section, .page-template-template-landing-page-en .top_section {
        min-height:auto;
    }

    .page-template-template-landing-price-page .top_sec_bg, .page-template-template-landing-page-en .top_sec_bg {
        min-height: 550px;
    }
}

@media(min-width: 1024px) and (max-width:1480px) {
    .page-template-template-landing-price-page .top_section, .page-template-template-landing-page-en .top_section {
        min-height:auto;
    }

    .page-template-template-landing-price-page .top_sec_bg, .page-template-template-landing-page-en .top_sec_bg {
        min-height: 550px;
        height: 580px;
    }
}

@media (min-width: 1024px) and (max-width:1290px) {
    .page-template-template-landing-price-page .top_sec_bg, .page-template-template-landing-page-en .top_sec_bg {
        height:auto;
        min-height: 490px;
    }
}

@media(max-width: 1280px) {
    .page-template-template-landing-price-page .top_section, .page-template-template-landing-page-en .top_section {
        min-height:auto;
    }

    .page-template-template-landing-price-page .top_section .main_banImg.mob_main_banImg, .page-template-template-landing-page-en .top_section .main_banImg.mob_main_banImg {
        display: block;
        position: static;
        margin: 0 auto;
    }

    .page-template-template-landing-price-page .top_section .main_banImg.desktop_main_banImg, .page-template-template-landing-page-en .top_section .main_banImg.desktop_main_banImg {
        display: none
    }

    body.page-template-template-landing-price-page .accordion-header .Orangbutton_head {
        display: none;
    }
}

.page-template-template-landing-price-page .accordion-body .text_image, .page-template-template-landing-page-en .accordion-body .text_image {
    direction: rtl;
}

.page-template-template-landing-price-page .accordion-body .text_image img, .page-template-template-landing-page-en .accordion-body .text_image img {
    display: inline;
}

/* .page-template-template-product .footer_bottom, .page-template-template-product footer,  */
.page-template-template-landing-page-en-sidebar .minimal-menu-button, .page-template-template-landing-page-en-sidebar .header_accessiblity.top_accessiblity, .page-template-template-landing-page-en-sidebar .side-form, .page-template-template-landing-page-en-sidebar .container-menu, .page-template-template-landing-page-en-sidebar .header, .page-template-template-landing-page-en-sidebar .footer_bottom, .page-template-template-landing-page-en-sidebar footer, .page-template-template-landing-page-en #assistant-chat-bot, .page-template-template-landing-page-en .footer, .page-template-template-landing-page-en .container-menu, .page-template-template-landing-page-en .headerStripe, .page-template-template-landing-page-en .header, .page-template-template-landing-page-en .header_accessiblity.top_accessiblity, .page-template-template-landing-page-en .skip-links, .page-template-template-landing-page-en .minimal-menu-button, .page-template-template-landing-page-en .side-form, .page-template-template-landing-page-en .footer_bottom, .page-template-template-landing-page-en .floating_footer, .page-template-template-landing-price-page #assistant-chat-bot, .page-template-template-landing-price-page .footer, .page-template-template-landing-price-page .container-menu, .page-template-template-landing-price-page .headerStripe, .page-template-template-landing-price-page .header, .page-template-template-landing-price-page .header_accessiblity.top_accessiblity, .page-template-template-landing-price-page .skip-links, .page-template-template-landing-price-page .minimal-menu-button, .page-template-template-landing-price-page .side-form, .page-template-template-landing-price-page .footer_bottom, .page-template-template-landing-price-page .floating_footer {
    display: none !important;
}

div#content {
    display: inline-block;
    flex-flow: wrap;
    width: 100%;
}

.page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
    max-width: 1500px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-landing-price-page .top_logo_holder, .page-template-template-landing-page-en .top_logo_holder {
    text-align: left;
    max-width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.page-template-template-landing-price-page .hero_caption, .page-template-template-landing-page-en .hero_caption {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.page-template-template-landing-price-page .top_btn_holder, .page-template-template-landing-page-en .top_btn_holder {
    text-align: right;
    max-width: 100%;
    margin: 20px 0 10px 0
}

.page-template-template-landing-price-page .main_img img, .page-template-template-landing-page-en .main_img img {
    width: 100%;
}

.page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-template-template-landing-price-page body, .page-template-template-landing-page-en body {
    background-image: linear-gradient(to right, #ededed 62%, #d8d7d8 100%);
}

.page-template-template-landing-price-page .accordion-body__contents .light_blue, .page-template-template-landing-page-en .accordion-body__contents .light_blue {
    color: var(--sky-blue);
    font-size: 18px;
    font-weight: 600;
    padding-left: 0 !important;
    font-family: simplerregular;
    margin-top: 17px
}

.page-template-template-landing-price-page .accordion-body__contents .light_blue p {
    font-size: 16px;
    margin-top: 10px;
}

.page-template-template-landing-page-en-sidebar .section_wrap .media, .page-template-template-landing-page-en .section_wrap .media, .page-template-template-landing-price-page .section_wrap .media {
    width: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.page-template-template-landing-page-en-sidebar #content .section_wrap .content .title, .page-template-template-landing-page-en-sidebar #content .section_wrap .content .description, .page-template-template-landing-page-en #content .section_wrap .content .title, .page-template-template-landing-page-en #content .section_wrap .content .description, .page-template-template-landing-price-page #content .section_wrap .content .title, .page-template-template-landing-price-page #content .section_wrap .content .description {
    font-size: 24px;
}

.page-template-template-landing-page-en .section_wrap .media_block, .page-template-template-landing-price-page .section_wrap .media_block {
    margin-bottom: 50px;
    direction: ltr;
}

.page-template-template-landing-page-en .light_blue_head, .page-template-template-landing-price-page .light_blue_head {
    margin: 24px auto 15px auto;
}

.page-template-template-landing-page-en .top_logo_holder, .page-template-template-landing-price-page .top_logo_holder {
    margin: 0 0 8px 0;
    direction: ltr;
}

.page-template-template-landing-page-en-sidebar #content .section_wrap .content .description, .page-template-template-landing-page-en #content .section_wrap .content .description, .page-template-template-landing-price-page #content .section_wrap .content .description {
    font-family: 'simplerregular';
}

.page-template-template-landing-page-en .logox, .page-template-template-landing-price-page .logox {
    width: 48px;
}

.page-template-template-landing-page-en .txt1 {
    font-size: 54px;
}

.page-template-template-landing-price-page .hero_main_title span.txt1 {
    font-size: 42px;
    width: 100%;
}

.page-template-template-landing-price-page .txt2 {
    font-size: 42px;
}

.page-template-template-landing-page-en .txt2 {
    font-size: 54px;
}

.page-template-template-landing-page-en .txt3 {
    font-size: 38px;
}

.page-template-template-landing-price-page .txt3 {
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 0;
}

.page-template-template-landing-price-page .txt4 {
    font-size: 32px;
    width: auto;
    position: relative;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-template-template-landing-page-en .txt4 {
    font-size: 38px;
    width: auto;
    position: relative;
}

.page-template-template-landing-page-en .txt4 .org_img.deskx {
    position: absolute;
    right: 0%;
    margin-left: 0;
    bottom: -16px;
}

.page-template-template-landing-price-page .txt4 .org_img.deskx {
    position: absolute;
    right: -1%;
    margin-left: 0;
    top: 43px;
    width: 193px;
}

.page-template-template-landing-price-page .txt2 .org_img.deskx {
    float: left;
    margin-left: -13px;
}

.page-template-template-landing-page-en .txt5, .page-template-template-landing-price-page .txt5 {
    font-size: 16px;
    text-align: left;
}

.page-template-template-landing-page-en .btn_main, .page-template-template-landing-price-page .btn_main {
    max-width:max-content;
    height: 42px;
    font-size: 19px;
    letter-spacing: 0px;
	    padding: 8px 20px;
}

.page-template-template-landing-page-en #content .form_submit_wrap:before, .page-template-template-landing-price-page #content .form_submit_wrap:before {
    right: 8px;
    top: 13px;
    transform: rotate(180deg);
    left: auto;
}

.page-template-template-landing-page-en .form_submit_wrap, .page-template-template-landing-price-page .form_submit_wrap {
    max-width: 285px;
}

.page-template-template-landing-page-en .checkbox_wrap, .page-template-template-landing-price-page .checkbox_wrap {
    width: calc(100% - 285px);
}

.page-template-template-landing-page-en .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul, .page-template-template-landing-price-page .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul {
    list-style: none;
    font-size: 18px;
}

.page-template-template-landing-page-en .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul li:before, .page-template-template-landing-price-page .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul li:before {
    content: "\2022";
    color: #16254f;
    font-weight: bold;
    display: inline-block;
    width: 16px;
    margin-left: -5px;
    font-size: 20px;
    top: 1px;
    position: relative;
}

.page-template-template-landing-page-en-sidebar .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul {
    list-style: none;
    font-size: 18px;
}

.page-template-template-landing-page-en-sidebar .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul li:before {
    content: "\2022";
    color: #16254f;
    font-weight: bold;
    display: inline-block;
    width: 16px;
    margin-left: -5px;
    font-size: 20px;
    top: 1px;
    position: relative;
}

.page-template-template-landing-page-en .floating_btm_bar, .page-template-template-landing-price-page .floating_btm_bar {
    display: none;
}

.deskx {
    display: block;
}

.mobilex {
    display: none;
}

.mbl_dice_img {
    display: none;
}

.page-template-template-landing-price-page .hero_main_title, .page-template-template-landing-page-en .hero_main_title {
    font-size: 54px;
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
	direction:ltr;
}

.page-template-template-landing-page-en-sidebar .hero_main_title {
    font-size: 54px;
    font-weight: var(--fw-bold);
    font-family: simplerbold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
}

.page-template-template-landing-price-page .hero_description, .page-template-template-landing-page-en .hero_description, .hero_description p {
    margin: 15px 0 20px;
    font-size: 28px;
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: var(--navy-blue);
    display: inline-block;
    width: 100%;
}

.page-template-template-landing-price-page .hero_description {
    margin: 5px 0 0px;
}

.page-template-template-landing-page-en-sidebar .hero_description p {
    margin: 5px 0 10px;
}

.page-template-template-landing-price-page .section.form_section .form_submit_wrap:hover .btn_main, .page-template-template-landing-page-en .section.form_section .form_submit_wrap:hover .btn_main {
    background: -webkit-gradient(linear, left top, right top, from(#ff495c), to(#ff692f)) !important;
    background: linear-gradient(to right, #ff495c 0%, #ff692f 100%) !important;
    color: var(--navy-blue) !important;
    outline: none !important;
}

.afterMail {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    display: none;
}

.afterMail p {
    font-size: 22px;
}

.afterMail img {
    margin-left: 12px;
}

@media (min-width: 1410px) and (max-width:1940px) {
    .page-template-template-landing-price-page .top_sec_bg, .page-template-template-landing-page-en .top_sec_bg {
        max-width:1905px;
    }
}

@media (min-width: 2200px) {
    .page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
        right:-3vw;
    }

    .page-template-template-landing-price-page .top_section .main_banImg.desktop_main_banImg, .page-template-template-landing-page-en .top_section .main_banImg.desktop_main_banImg {
        left: 13vw;
    }
}

@media (min-width: 1200px) and (max-width:1441px) {
    .page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
        right:4%;
    }
}

@media (min-width: 1442px) and (max-width:1540px) {
    .page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
        right:6%;
    }
}

@media (min-width: 1541px) and (max-width:1800px) {
    .page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
        right:10%;
    }
}

@media (min-width: 1801px) and (max-width:1917px) {
    .page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
        right:7vw;
    }
}

@media (min-width: 1918px) and (max-width:1960px) {
    .page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
        left: 8vw;
        right: auto;
    }
}

@media (min-width: 1024px) and (max-width:1280px) {
    .page-template-template-landing-price-page .top_section .main_banImg.desktop_main_banImg, .page-template-template-landing-page-en .top_section .main_banImg.desktop_main_banImg {
        left:-40px;
    }
}

@media(max-width: 1280px) {
    .page-template-template-landing-price-page .text-section, .page-template-template-landing-page-en .text-section {
        background-image:linear-gradient(to right, #ededed 62%, #d8d7d8 100%);
        padding-bottom: 5px;
    }

    .mbl_dice_img {
        display: block;
        width: 100%;
    }

    .page-template-template-landing-price-page .checkbox_wrap, .page-template-template-landing-page-en .checkbox_wrap {
        width: 100%;
    }

    .page-template-template-landing-price-page .txt1, .page-template-template-landing-page-en .txt1 {
        font-size: 32px;
    }

    .page-template-template-landing-price-page .txt2, .page-template-template-landing-page-en .txt2 {
        font-size: 32px;
    }

    .page-template-template-landing-price-page .txt4, .page-template-template-landing-page-en .txt4 {
        font-size: 26px;
    }

    .page-template-template-landing-price-page .txt4 {
        line-height: 35px;
    }

    .page-template-template-landing-price-page .txt3, .page-template-template-landing-page-en .txt3 {
        font-size: 26px;
    }

    .page-template-template-landing-price-page .logox, .page-template-template-landing-page-en .logox {
        width: 36px;
    }

    .page-template-template-landing-price-page .mobilex {
        margin-top: 0 !important;
        width: 125px;
        float: left;
        position: absolute;
        top: 32px;
        left: 50%;
        margin-left: -60px !important;
    }

    .page-template-template-landing-price-page .deskx {
        display: none;
    }
}



.page-template-template-landing-price-page .accordion_wrap .accordion__item:nth-of-type(2n) .accordion-body__contents .logos_block .logo-image, .page-template-template-landing-page-en .accordion_wrap .accordion__item:nth-of-type(2n) .accordion-body__contents .logos_block .logo-image {
    margin: 0px 8px;
}

@media(max-width: 2100px) {
    .top_section {
        position:relative;
    }

    .top_section .main_img {
        bottom: 0;
        width: 100%;
    }
}

@media(max-width: 1700px) {
    .page-template-template-landing-price-page .hero_main_title, .page-template-template-landing-page-en .hero_main_title {
        font-size:42px;
        line-height: 45px;
    }

    .page-template-template-landing-price-page .txt1, .page-template-template-landing-page-en .txt1 {
        font-size: 42px;
    }

    .page-template-template-landing-price-page .txt2, .page-template-template-landing-page-en .txt2 {
        font-size: 42px;
    }

    .page-template-template-landing-price-page .hero_description, .page-template-template-landing-page-en .hero_description, .hero_description p {
        margin-top: 10px !important;
    }

    .page-template-template-landing-price-page .txt3, .page-template-template-landing-page-en .txt3 {
        font-size: 32px;
        line-height: 34px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .page-template-template-landing-price-page .txt4, .page-template-template-landing-page-en .txt4 {
        font-size: 32px;
        margin-top: 0 !important;
    }
}

@media(max-width: 767.98px) {
    .deskx {
        display:none;
    }

    .mobilex {
        display: block;
    }

    .checkbox-outer .wpcf7-not-valid-tip {
        top: 47px !important;
        top: 43px !important;
    }

    .top_logo_holder {
        text-align: center !important;
    }

    .top_logo_holder img {
        display: inline;
    }
}

@media(max-width: 1280px) {
    .page-template-template-landing-price-page .top_sec_bg, .page-template-template-landing-page-en .top_sec_bg {
        height:auto;
    }

    .page-template-template-landing-price-page .hero_main_title, .page-template-template-landing-page-en .hero_main_title {
        line-height: 25px !important;
        font-size: 25px !important;
        margin-bottom: 0;
    }

    .page-template-template-landing-price-page .accordion_wrap .accordion__item:nth-of-type(2n) .accordion-body__contents .logos_block .logo-image, .page-template-template-landing-page-en .accordion_wrap .accordion__item:nth-of-type(2n) .accordion-body__contents .logos_block .logo-image {
        margin: 0px;
    }

    .page-template-template-landing-price-page .text_action, .page-template-template-landing-page-en .text_action {
        display: block;
        margin-top: 25px;
    }

    .page-template-template-landing-price-page .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul, .page-template-template-landing-page-en .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul {
        list-style: none;
        font-size: 14px;
    }

    .page-template-template-landing-price-page #content .section_wrap .content .description, .page-template-template-landing-page-en #content .section_wrap .content .description {
        font-size: 16px;
    }

    .page-template-template-landing-price-page #content .section_wrap .content .title, .page-template-template-landing-page-en #content .section_wrap .content .title {
        font-size: 20px;
        font-weight: bold;
    }

    .page-template-template-landing-price-page .section_wrap .media, .page-template-template-landing-page-en .section_wrap .media {
        margin-bottom: 2px;
    }

    .page-template-template-landing-price-page .benefits_section .page-container, .page-template-template-landing-page-en .benefits_section .page-container {
        max-width: 100%;
        padding: 0 15px;
    }

    .page-template-template-landing-price-page .section_wrap .media, .page-template-template-landing-page-en .section_wrap .media {
        width: 100%;
    }

    .page-template-template-landing-price-page #content .btn_main, .page-template-template-landing-page-en #content .btn_main {
        font-size: 16px !important;
        max-width: fit-content !important;
    }

    .page-template-template-landing-price-page .text-section .section_title, .page-template-template-landing-page-en .text-section .section_title {
        margin: 3px auto 3px !important;
    }

    .page-template-template-landing-price-page .text-section .first_title, .page-template-template-landing-page-en .text-section .first_title {
        margin-top: 15px !important;
    }

    .page-template-template-landing-price-page .main_img, .page-template-template-landing-page-en .main_img {
        display: none;
    }

    .page-template-template-landing-price-page .logox, .page-template-template-landing-page-en .logox {
        width: auto;
        height: 44px;
    }

    .page-template-template-landing-price-page .txt1, .page-template-template-landing-page-en .txt1 {
        font-size: 24px;
    }

    .page-template-template-landing-price-page .txt2, .page-template-template-landing-page-en .txt2 {
        font-size: 24px;
    }

    .page-template-template-landing-price-page .txt3, .page-template-template-landing-page-en .txt3 {
        font-size: 18px;
    }

    .page-template-template-landing-price-page .txt4 {
        margin-bottom: 0 !important;
    }

    .page-template-template-landing-price-page .txt4, .page-template-template-landing-page-en .txt4 {
        font-size: 18px;
    }

    .page-template-template-landing-price-page .txt5, .page-template-template-landing-page-en .txt5 {
        font-size: 12px;
    }

    .page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
        top: -160px;
        right: 0;
        position: static;
        height: auto;
    }

    .page-template-template-landing-price-page .hero_description, .page-template-template-landing-page-en .hero_description, .hero_description p {
        margin: 5px 0 6px !important;
        font-size: 18px !important;
    }

    .page-template-template-landing-price-page .hero_description {
    }

    .page-template-template-landing-price-page .hero_main_title, .page-template-template-landing-price-page .hero_description, .page-template-template-landing-page-en .hero_main_title, .page-template-template-landing-page-en .hero_description, .hero_description p, .page-template-template-landing-page-en .top_btn_holder, .hero_small_text {
        text-align: center !important;
    }

    .page-template-template-landing-price-page .top_btn_holder a, .page-template-template-landing-page-en .top_btn_holder a {
        margin: auto !important;
    }

    .org_img, .hero_description img {
        margin: 0 !important;
        max-width: 180px;
    }

    .page-template-template-landing-price-page #content .form_submit_wrap:before, .page-template-template-landing-page-en #content .form_submit_wrap:before {
        left: 8px;
        top: 13px;
    }

    .page-template-template-landing-price-page .form_submit_wrap, .page-template-template-landing-page-en .form_submit_wrap {
        max-width: 285px;
        margin-top: 32px;
    }

    .page-template-template-landing-price-page .form_submit_wrap .wpcf7-submit, .page-template-template-landing-page-en .form_submit_wrap .wpcf7-submit {
        max-width: 190px !important;
        min-width: 190px !important;
    }

    .page-template-template-landing-price-page .checkbox_wrap, .page-template-template-landing-page-en .checkbox_wrap {
        width: 100%;
        right: 20px;
        position: relative;
        top: 10px;
    }

    .page-template-template-landing-price-page .floating_btm_bar, .page-template-template-landing-page-en .floating_btm_bar {
        background-image: linear-gradient(to right, #ff4a5b 0%, #ff682f 100%);
        position: fixed;
        bottom: 0px;
        height: 45px;
        width: 100%;
        text-align: center;
        z-index: 9999999;
        padding-top: 12px;
        cursor: pointer;
    }

    .page-template-template-landing-price-page .floating_btm_bar a, .page-template-template-landing-page-en .floating_btm_bar a {
        font-weight: bold;
        direction: rtl;
        color: #000;
        font-size: 18px;
        text-decoration: none;
    }

    .page-template-template-landing-price-page #form_section_bottom, .page-template-template-landing-page-en #form_section_bottom {
        padding-bottom: 70px;
    }

    .page-template-template-landing-price-page .checkbox_note, .page-template-template-landing-page-en .checkbox_note {
        text-align: right !important;
        position: relative;
        top: -95px;
        right: 0px;
        display: none;
    }

    .page-template-template-landing-price-page .checkbox_wrap input[type="checkbox"], .page-template-template-landing-page-en .checkbox_wrap input[type="checkbox"] {
        position: absolute;
        right: -22px;
    }

    .page-template-template-landing-price-page .form_wrap .checkbox-outer a, .page-template-template-landing-page-en .form_wrap .checkbox-outer a {
        right: 0px !important;
    }

    .page-template-template-landing-price-page #content .top_btn_holder .btn_main, .page-template-template-landing-page-en #content .top_btn_holder .btn_main {
        padding: 7px 10px 5px 10px !important;
        min-width: 135px !important;
    }

    .page-template-template-landing-price-page ul.tick_btm li, .page-template-template-landing-page-en ul.tick_btm li {
        text-align: right;
    }

    .page-template-template-landing-price-page ul.tick_btm, .page-template-template-landing-page-en ul.tick_btm {
        max-width: 65%;
        margin: 0 auto;
    }

    .page-template-template-landing-price-page .text-section .page-container, .page-template-template-landing-page-en .text-section .page-container {
        background: transparent;
    }

    .page-template-template-landing-price-page .accordion-body {
        display: none;
        height: inherit;
    }
}

/* Media Query */
@media(max-width: 1280.98px) {
    .text-section .page-container {
        background-position:calc(0%) calc(0% + 20px), calc(0% + 30px) calc(0% + 464px), calc(100% - 20px) calc(0% + 464px), calc(100% - 10px) calc(0% + 0px);
    }
}

@media(max-width: 1024.98px) {
    .social_media_section .page-container, .hero_section .page-container, .benefits_section .page-container {
        padding:0 24px;
    }

    .benefits_section .page-container {
        max-width: 670px;
    }

    .social_media_wrap {
        padding: 30px;
    }

    .text-section {
        background-image: url('../images/images/social-bg-mobile.png');
        background-repeat: no-repeat;
        background-position: 0% calc(0% - 150px);
        background-size: 100%;
    }

    .text-section .page-container {
        background: transparent;
    }

    .form_section {
        padding: 30px 0;
    }

    .form_section .page-container {
        max-width: 364px;
    }

    .title_wrap {
        margin-bottom: 25px;
    }

    .form_section .section_title {
        margin-left: 0;
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 1.55;
    }

    .form_section .section_title, .form_section .section_subtitle, .form_field_wrap, .checkbox_wrap {
        width: 100%;
    }

    .form_section .section_subtitle {
        font-size: 18px;
    }

    .form_submit_wrap {
        margin: 28px auto 16px;
    }

    .checkbox_note {
        text-align: center;
        width: 100%;
        font-size: 13px;
    }

    .checkbox_wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 12px;
    }

    .section_wrap .media {
        width: 85px;
    }

    .section_wrap .content {
        width: calc(100% - 85px);
    }

    .form_field_wrap .form_label {
        line-height: 1;
        margin-bottom: 5px;
    }

    .form_field_wrap {
        margin-bottom: 17px;
    }

    .form_field_action {
        margin-top: -11px;
    }

    .checkbox_note,.checkbox_wrap {
        margin-top: 0px;
    }

    .checkbox-outer {
        display: block;
        width: 100%;
    }

    .checkbox-outer span[class*='checkbox-'] {
        padding-left: 2px;
        width: 100%;
        display: inline-block;
    }
}

#content .section_wrap .content .description {
    font-family: 'simplerlight';
}

#content .section_wrap .content .title, #content .section_wrap .content .description {
    font-size: 26px;
}

@media(max-width: 767.98px) {
    #content .section_wrap .content .description {
        font-size:20px;
    }

    #content .section_wrap .content .title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .checkbox_wrap input[type="checkbox"] {
        margin: 7px 5px 0 !important;
    }

    .checkbox-outer span[class*='checkbox-'] {
        font-size: 13px !important;
        width: auto !important;
        font-weight: 400 !important;
    }

    .checkbox-outer {
        line-height: 20px !important;
        font-size: 13px !important;
    }

    .section.social_media_section .social_action a {
        font-size: 18px !important;
        font-weight: 600 !important;
        width: 205px !important;
        text-align: center;
        padding: 5px 6px !important;
        text-decoration: none;
    }

    .social_block .logo-icon .image {
        width: auto;
    }

    .benefits_section {
        padding: 70px 0 30px;
    }

    .text_action {
        display: none;
    }

    .section.text-section .text_action {
        display: block;
    }

    .btn {
        padding: 7px 10px;
    }

    .hero_section {
        background-position: calc(50% + 0px) calc(50% - 25px) !important;
        background-size: 1100px !important;
    }

    .hero_section .page-container {
        max-width: 366px;
    }

    .hero_logo img {
        max-height: 42px;
        margin: auto;
    }

    .hero_main_title {
        font-size: 22px;
        margin: 10px 0px 8px;
        line-height: 1.27;
    }

    .hero_description, .hero_description p {
        font-size: 17px;
        line-height: 1.11;
        margin: 0px auto 56px;
    }

    .hero_logo {
        margin: 0px auto 10px;
        text-align: center;
    }

    .form_label {
        font-size: 18px;
    }

    .hero_description p {
        margin-bottom: 0;
    }

    .hero_form_block .form_input {
        margin: 12px auto 0;
    }

    .social_media_section {
        padding: 32px 0;
    }

    .section_title {
        font-size: 18px;
        line-height: 1.11;
    }

    .social_media_wrap {
        padding: 14px;
        min-height: 83px;
        margin: 16px 0 30px;
    }

    .social_block .logo-icon .image {
        max-height: 28px;
    }

    .social_block .text {
        font-size: 14px;
        line-height: 1.43;
        margin-top: 8px;
    }

    .social_block+.social_block:before {
        height: 30px;
    }

    .text-section .section_title {
        max-width: 304px;
        display: block;
        margin: 169px auto 8px;
    }

    .page-template-template-landing-page-en .text-section .section_title, .page-template-template-landing-price-page .text-section .section_title {
        max-width: 304px;
        display: block;
        margin: 9px auto 8px;
    }

    .text-section {
        background-position: calc(0% - 0px) calc(0% - 14px);
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .accordion__item {
        margin-top: 20px;
    }

    .accordion-header {
        padding: 22px 16px 14px;
    }

    .accordion-header .logo_text {
        width: calc(100% - 50px);
    }

    .accordion-header .logo_text .heading {
        margin: 0px;
        font-size: 16px;
        letter-spacing: 0.4px;
    }

    .accordion-header .logo_text .description {
        line-height: 1.07;
        font-size: 14px;
    }

    .accordion-header .logo_text {
        padding-right: 9px;
    }

    .accordion-header .logo_media .image {
        max-height: 38px;
    }

    .accordion-body__contents {
        padding: 0 16px 19px;
    }

    .accordion-body__contents .heading {
        font-size: 15px;
        padding-left: 0 !important;
    }

    .accordion-body__contents .sub-heading, .accordion-body__contents .description, .accordion-body__contents h4, .accordion-body__contents p {
        margin: 10px 0px 6px;
        font-size: 14px;
        letter-spacing: 0.35px;
    }

    .accordion-body__contents .description, .accordion-body__contents p {
        margin: 0 0 6px;
    }

    .accordion-header .logo_media {
        max-width: 34px;
    }

    .text-section .page-container {
        padding: 0 24px;
    }

    .accordion-body__contents .video_block {
        padding-right: 0px;
    }

    .benefits_section .section_title {
        margin: 0 auto 30px;
        text-align: center;
        font-size: 24px;
    }

    .benefits_section .page-container {
        max-width: 331px;
    }

    .section_wrap .content, .section_wrap .media {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .section_wrap .media {
        margin-bottom: 20px;
    }

    .section_wrap .content .title, .section_wrap .content .description {
        font-size: 18px;
    }

    .section_wrap .media_block {
        margin-bottom: 30px;
    }

    .form_section .section_title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .form_section .section_subtitle {
        font-size: 18px;
    }

    .title_wrap {
        margin-bottom: 25px;
    }

    .form_field_wrap {
        margin-bottom: 17px;
    }

    .form_submit_wrap {
        margin: 20px auto 16px;
    }

    .accordion-body__contents .logos_block .logo-image .image {
        max-height: 30px;
    }

    .accordion-body__contents .note-text, .accordion-body__contents small {
        font-size: 13px;
    }

    #content .btn_main {
        font-size: 18px !important;
        padding: 5px 10px !important;
        max-width: 205px !important;
        font-weight: 600 !important;
    }

    .page-template-template-landing-price-page .top_sec_bg, .page-template-template-landing-page-en .top_sec_bg {
        margin-top: 0px !important;
    }

    .page-template-template-landing-price-page section.top_section, .page-template-template-landing-page-en section.top_section {
        padding-top: 15px !important;
    }

    .page-template-template-landing-price-page .hero_section .page-container, .page-template-template-landing-page-en .hero_section .page-container {
        top: 0px;
        right: 0;
        position: static;
    }

    .page-template-template-landing-price-page .top_sec_bg, .page-template-template-landing-page-en .top_sec_bg {
        margin-top: 0px !important;
        height: auto;
    }

    .page-template-template-landing-price-page section.top_section, .page-template-template-landing-page-en section.top_section {
        min-height: 10px;
        padding-top: 15px !important;
    }

    .page-template-template-landing-price-page .top_section .main_banImg.mob_main_banImg, .page-template-template-landing-page-en .top_section .main_banImg.mob_main_banImg {
        position: static;
    }

    .page-template-template-landing-price-page .hero_main_title span.txt1 {
        line-height: 45px;
        margin-bottom: 0px;
    }

    .page-template-template-landing-price-page .dg-social-panel .package-content .heading {
        min-height: 220px !important;
    }
}

@media(max-width: 600px) {
    #content .btn_main {
        padding:5px 10px 5px 35px !important;
        min-width: 104px !important;
    }

    .page-template-template-landing-price-page #content .btn_main, .page-template-template-landing-page-en #content .btn_main {
        padding: 5px 10px 5px 10px !important;
        min-width: 190px !important;
    }

    .page-template-template-advertise-page #content .social_action .btn_main {
        padding: 5px 10px 5px 5px !important;
        min-width:fit-content !important;
    }

    #content .form_submit_wrap:before {
        left: 20px !important;
        top: 12px !important
    }

    .accordion-body__contents .secLink a.secBttn {
        padding: 10px 8px;
        font-size: 15px;
        padding-left: 18px;
        width: auto;
    }

    .accordion-body__contents .secLink a.secBttn:before {
        left: 4px;
        top: 8px;
    }

    .page-template-template-advertise-page #content .text-section .btn_main {
        max-width: max-content !important;
        padding: 5px 10px 5px 15px !important;
    }

    /* .page-template-template-landing-price-page .floating_btm_bar{display:block;} */
}

@media(max-width: 413.98px) {
    .hero_section .page-container {
        max-width:100%;
    }

    .text-section .page-container, .social_media_section .page-container {
        padding: 0 16px;
    }

    .form_section .page-container {
        padding: 0 0px;
        max-width: 100%;
    }

    .page-template-template-product .checkbox_wrap {
        right: 0 !important;
    }

    .accordion-body__contents .logos_block {
        gap: 6px 15px;
    }

    .checkbox-outer span[class*='checkbox-'] {
        font-size: 13px !important;
        width: auto !important;
    }

    .checkbox-outer .wpcf7-list-item-label {
        font-weight: 400 !important;
    }

    .form_wrap .checkbox-outer a {
        right: 20px !important;
    }

    .hero_main_title {
        font-size: 20px !important;
    }
}

@media(max-width: 374.98px) {
    .section .page-container {
        padding:0 9px;
    }

    .form_section .page-container {
        padding: 0 0px;
    }

    .text-section .section_title {
        margin-top: 139px;
    }

    .page-template-template-landing-price-page .text-section .section_title, .page-template-template-landing-page-en .text-section .section_title {
        margin-top: 10px;
    }

    .hero_form_block {
        max-width: 268px;
    }

    .benefits_section .page-container {
        max-width: 301px;
    }
}

.checkbox-outer span[class*='checkbox-'] {
    font-size: 13px !important;
    width: auto !important;
}

.checkbox-outer .wpcf7-list-item-label {
    font-weight: 400 !important;
}

/* Custom Checkbox*/
.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer {
    position: relative;
    margin-right: 12px
}

.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer label, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
}

.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer label input, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer .checkmark, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #eee;
    border-radius: 35%;
}

.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer .wpcf7-not-valid .checkmark, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer .wpcf7-not-valid .checkmark {
    border: 1px solid red;
}

.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer label:hover input ~ .checkmark, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer label:hover input ~ .checkmark {
    background-color: #ccc;
}

.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer label input:checked ~ .checkmark, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer label input:checked ~ .checkmark {
    background-color: #2196F3;
}

.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer .checkmark:after, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer label input:checked ~ .checkmark:after, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer label input:checked ~ .checkmark:after {
    display: block;
}

.page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer .checkmark:after, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(max-width: 600px) {
    .page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer {
        margin-right:0 !important;
    }

    .page-template-template-landing-price-page .checkbox_wrap label.checkbox-outer .checkmark, .page-template-template-landing-page-en .checkbox_wrap label.checkbox-outer .checkmark {
        top: 4px !important
    }
}

.form_section.textBlock {
    background: #fff !important;
    padding: 40px 0;
}

.form_section.textBlock p {
    font-size: 16px;
    line-height: 22px;
    color: #16254f;
}

/* New Landing page */
.mainlandingcont {
    display: flex;
}

.mainlandingcont .landingForm {
    width: 20%;
    background: #16254f;
    padding: 80px 30px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}

.mainlandingcont .landingRightSection {
    width: 80%;
}

.mainlandingcont .landingForm .section_title {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: normal;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.mainlandingcont .landingForm .section_subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 1.11;
}

.mainlandingcont .landingForm .form_field_wrap {
    width: 100%;
}

.mainlandingcont .landingForm .checkbox_wrap {
    width: 100% !important;
    position: relative;
}

.mainlandingcont .landingForm .checkbox_wrap .wpcf7-list-item {
    margin-right: 0 !important;
}

.mainlandingcont .landingForm .form_submit_wrap {
    margin-right: 0;
    width: 204px;
    max-width: 204px;
    margin: 0 auto;
    margin-top: 20px;
}

.mainlandingcont .landingForm .form_field_action {
    margin-top: 18px;
}

.mainlandingcont .landingForm .form_field_action .wpcf7-form-control-wrap {
    display: inline-block;
    position: static;
}

.mainlandingcont .landingForm form.wpcf7-form .form_field_action .wpcf7-not-valid-tip {
    bottom: -13px;
    left: 0;
}

.mainlandingcont .landingForm .form_submit_wrap .btn {
    padding: 7px 10px;
    width: 204px;
}

.mainlandingcont .landingForm .form_submit_wrap:before {
    left: 10px !important;
}

.mainlandingcont .hero_section.top_sec_bg {
    width: 100%;
    background: none;
}

.page-template-template-landing-page-en-sidebar .hero_caption {
    margin: 0;
    max-width: 100%;
    margin-top: 25px;
}

.page-template-template-landing-page-en-sidebar .hero_section .page-container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.page-template-template-landing-page-en-sidebar .top_section {
    width: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    min-height: 100px;
}

.page-template-template-landing-page-en-sidebar .top_section .main_banImg.desktop_main_banImg {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}

.page-template-template-landing-page-en-sidebar .top_section .main_banImg.mob_main_banImg {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

.page-template-template-landing-page-en-sidebar .top_section {
    z-index: 2;
    padding: 40px 80px 0 45px;
}

.page-template-template-landing-page-en-sidebar section.top_section {
    background-color: #fff;
}

.page-template-template-landing-page-en-sidebar .hero_main_title strong {
    color: #ff4960;
}

.page-template-template-landing-page-en-sidebar .top_btn_holder {
    text-align: right;
    max-width: 100%;
    margin: 20px 0 10px 0
}

.page-template-template-landing-page-en .top_btn_holder {
    text-align: left;
    max-width: 100%;
    margin: 20px 0 10px 0
}

.page-template-template-landing-page-en-sidebar .hero_description {
    margin: 15px 0 10px;
    font-size: 28px;
    font-weight: var(--fw-normal);
    font-family: simplerregular;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: right;
    color: var(--navy-blue);
    display: inline-block;
    width: 430px;
}

.page-template-template-landing-page-en-sidebar .hero_description p:last-child img.deskx {
    display: inline-block;
}

.page-template-template-landing-page-en-sidebar .hero_description p:last-child {
    text-align: right;
}

.page-template-template-landing-page-en-sidebar .hero_description p:last-child label {
    text-align: right;
    width: 100%;
}

.page-template-template-landing-page-en-sidebar .section_wrap .media_block {
    margin-bottom: 50px;
}

.page-template-template-landing-page-en-sidebar #form_section_bottom {
    display: none;
}

.page-template-template-landing-page-en-sidebar .text-section .accordion_wrap .js-accordion-item:nth-of-type(1) .accordion-header:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.page-template-template-landing-page-en-sidebar .text-section .accordion_wrap .js-accordion-item:nth-of-type(1).active .accordion-header:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page-template-template-landing-page-en-sidebar .accordion-body__contents .light_blue {
    color: var(--sky-blue);
    font-size: 18px;
    font-weight: 600;
    padding-left: 0 !important;
    font-family: simplerregular;
    margin-top: 17px
}

@media(min-width: 1024px) {
    .page-template-template-landing-page-en-sidebar .top_section .main_banImg.mob_main_banImg {
        display:none
    }
}

@media(min-width: 1024px) and (max-width:1560px) {
    .page-template-template-landing-page-en-sidebar .top_section {
        min-height:auto;
    }
}

@media(min-width: 1024px) and (max-width:1480px) {
    .page-template-template-landing-page-en-sidebar .top_section {
        min-height:auto;
    }
}

@media(min-width: 1024px) {
    .page-template-template-landing-page-en-sidebar .top_section .main_banImg.mob_main_banImg {
        display:none
    }
}

@media(max-width: 1700px) {
    .page-template-template-landing-page-en-sidebar .hero_main_title {
        font-size:42px;
        line-height: 45px;
    }

    .page-template-template-landing-page-en-sidebar .txt1 {
        font-size: 42px;
    }

    .page-template-template-landing-page-en-sidebar .txt2 {
        font-size: 42px;
    }

    .page-template-template-landing-page-en-sidebar .hero_description, .hero_description p {
        margin-top: 10px !important;
    }

    .page-template-template-landing-page-en-sidebar .txt3 {
        font-size: 32px;
        line-height: 34px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .page-template-template-landing-page-en-sidebar .txt4 {
        font-size: 32px;
        margin-top: 0 !important;
    }

    .mainlandingcont .landingForm {
        width: 24.3%;
    }

    .mainlandingcont .landingRightSection {
        width: 75.7%;
    }

    .page-template-template-landing-page-en-sidebar .top_section .main_banImg.desktop_main_banImg {
        height: 415px;
    }

    .mainlandingcont .hero_section.top_sec_bg {
        padding: 0;
    }

    #content .text-section .page-container {
        background-position: calc(50% - 443px) calc(0% + 67px), calc(50% - 454px) calc(0% + 524px), calc(50% + 452px) calc(0% + 468px), calc(50% + 455px) calc(0% + 16%);
        background-size: 153px;
        padding-bottom: 50px;
    }
}

@media(max-width: 1400px) {
    .page-template-template-landing-page-en-sidebar .top_section .main_banImg.desktop_main_banImg {
        height:350px;
    }

    .page-template-template-landing-page-en-sidebar .txt1 {
        font-size: 35px;
    }

    .page-template-template-landing-page-en-sidebar .txt2 {
        font-size: 35px;
    }

    .mainlandingcont .landingForm {
        width: 22%;
    }

    .mainlandingcont .landingRightSection {
        width: 78%;
    }

    .accordion_wrap {
        max-width: 675px;
    }

    #content .text-section .page-container {
        background-position: calc(50% - 411px) calc(0% + 67px), calc(50% - 415px) calc(0% + 524px), calc(50% + 417px) calc(0% + 468px), calc(50% + 420px) calc(0% + 16%);
    }
}

@media(max-width: 1200px) {
    .page-template-template-landing-page-en-sidebar .top_section .main_banImg.desktop_main_banImg {
        height:300px;
    }

    .page-template-template-landing-page-en-sidebar .top_section {
        padding: 40px 25px 0 25px;
    }

    .page-template-template-landing-page-en-sidebar .mainlandingcont .hero_section.top_sec_bg {
        width: 100%;
    }

    .page-template-template-landing-page-en-sidebar .hero_main_title, .page-template-template-landing-page-en-sidebar .txt2 {
        font-size: 28px;
    }

    .page-template-template-landing-page-en-sidebar .txt4 {
        font-size: 30px;
    }

    .page-template-template-landing-page-en-sidebar .hero_description {
        width: 415px;
    }

    .page-template-template-landing-page-en-sidebar .hero_main_title {
        line-height: 30px;
    }

    #content .text-section .page-container {
        background-position: calc(50% - 348px) calc(0% + 78px), calc(50% - 352px) calc(0% + 555px), calc(50% + 354px) calc(0% + 508px), calc(50% + 356px) calc(0% + 20%);
        background-size: 125px;
    }

    .accordion_wrap {
        max-width: 575px;
    }
}

@media(max-width: 1024px) {
    .mainlandingcont .landingForm {
        display:none
    }

    .mainlandingcont .landingRightSection {
        width: 100%;
    }

    .page-template-template-landing-page-en-sidebar #form_section_bottom {
        display: block;
    }

    .page-template-template-landing-page-en-sidebar .text-section {
        background-image: linear-gradient(to right, #ededed 62%, #d8d7d8 100%);
        padding-bottom: 5px;
    }

    .mbl_dice_img {
        display: block;
        width: 100%;
    }

    .page-template-template-landing-page-en-sidebar .checkbox_wrap {
        width: 100%;
    }

    .page-template-template-landing-page-en-sidebar .txt1 {
        font-size: 32px;
    }

    .page-template-template-landing-page-en-sidebar .txt2 {
        font-size: 32px;
    }

    .page-template-template-landing-page-en-sidebar .txt4 {
        font-size: 26px;
    }

    .page-template-template-landing-page-en-sidebar .txt3 {
        font-size: 26px;
    }

    .page-template-template-landing-page-en-sidebar .logox {
        width: 36px;
    }

    .page-template-template-landing-page-en-sidebar .top_section .main_banImg.desktop_main_banImg {
        display: none;
    }

    .page-template-template-landing-page-en-sidebar .top_section .main_banImg.mob_main_banImg {
        position: static;
        display: inline-block;
    }

    .page-template-template-landing-page-en-sidebar .mobilex {
        display: inline-block;
    }

    .page-template-template-landing-page-en-sidebar .top_section {
        padding: 0;
        padding-top: 15px !important;
    }

    .mainlandingcont .hero_section.top_sec_bg {
        background: none;
        text-align: center;
    }

    .page-template-template-landing-page-en-sidebar .hero_main_title, .page-template-template-landing-page-en-sidebar .hero_description p {
        text-align: center;
    }

    .page-template-template-landing-page-en-sidebar .hero_description p:last-child label {
        text-align: center;
    }

    .page-template-template-landing-page-en-sidebar .hero_description p:last-child img.deskx {
        display: none
    }

    .mainlandingcont .hero_section.top_sec_bg {
        width: 100%;
    }
}

@media(max-width: 767.98px) {
    .page-template-template-landing-page-en-sidebar .hero_main_title {
        line-height:25px !important;
    }

    .page-template-template-landing-page-en-sidebar .accordion_wrap .accordion__item:nth-of-type(2n) .accordion-body__contents .logos_block .logo-image {
        margin: 0px;
    }

    .page-template-template-landing-page-en-sidebar .text_action {
        display: block;
        margin-top: 25px;
    }

    .page-template-template-landing-page-en-sidebar .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul {
        list-style: none;
        font-size: 14px;
    }

    .page-template-template-landing-page-en-sidebar #content .section_wrap .content .description {
        font-size: 16px;
    }

    .page-template-template-landing-page-en-sidebar #content .section_wrap .content .title {
        font-size: 20px;
        font-weight: bold;
    }

    .page-template-template-landing-page-en-sidebar .section_wrap .media {
        margin-bottom: 2px;
    }

    .page-template-template-landing-page-en-sidebar .benefits_section .page-container {
        max-width: 100%;
        padding: 0 15px;
    }

    .page-template-template-landing-page-en-sidebar .section_wrap .media {
        width: 100%;
    }

    .page-template-template-landing-page-en-sidebar #content .btn_main {
        font-size: 16px !important;
        max-width: 200px !important;
    }

    .page-template-template-landing-page-en-sidebar .text-section .section_title {
        margin: 3px auto 3px !important;
    }

    .page-template-template-landing-page-en-sidebar .text-section .first_title {
        margin-top: 15px !important;
    }

    .page-template-template-landing-page-en-sidebar .main_img {
        display: none;
    }

    .page-template-template-landing-page-en-sidebar .logox {
        width: auto;
        height: 44px;
    }

    .page-template-template-landing-page-en-sidebar .txt1 {
        font-size: 24px;
    }

    .page-template-template-landing-page-en-sidebar .txt2 {
        font-size: 24px;
    }

    .page-template-template-landing-page-en-sidebar .txt3 {
        font-size: 18px;
    }

    .page-template-template-landing-page-en-sidebar .txt4 {
        font-size: 18px;
    }

    .page-template-template-landing-page-en-sidebar .txt5 {
        font-size: 12px;
    }

    .page-template-template-landing-page-en-sidebar .hero_section .page-container {
        top: 0px;
        right: 0;
        position: static;
    }

    .page-template-template-landing-page-en-sidebar .hero_main_title {
        font-size: 25px !important;
    }

    .page-template-template-landing-page-en-sidebar .hero_description, .hero_description p {
        margin: 5px 0 6px !important;
        font-size: 18px !important;
    }

    .page-template-template-landing-page-en-sidebar .hero_main_title, .page-template-template-landing-page-en-sidebar .hero_description, .hero_description p, .page-template-template-landing-page-en-sidebar .top_btn_holder, .hero_small_text {
        text-align: center !important;
    }

    .page-template-template-landing-page-en-sidebar .top_btn_holder a {
        margin: auto !important;
    }

    .page-template-template-landing-page-en-sidebar #content .form_submit_wrap:before {
        left: 8px !important;
        top: 13px !important;
    }

    .page-template-template-landing-page-en-sidebar .form_submit_wrap {
        max-width: 285px;
        margin-top: 32px;
    }

    .page-template-template-landing-page-en-sidebar .form_submit_wrap .wpcf7-submit {
        max-width: 190px !important;
        min-width: 190px !important;
    }

    .page-template-template-landing-page-en-sidebar .checkbox_wrap {
        width: 100%;
        right: 20px;
        position: relative;
        top: 10px;
    }

    .page-template-template-landing-page-en-sidebar .floating_btm_bar {
        background-image: linear-gradient(to right, #ff4a5b 0%, #ff682f 100%);
        position: fixed;
        bottom: 0px;
        height: 45px;
        width: 100%;
        text-align: center;
        z-index: 9999999;
        padding-top: 12px;
        cursor: pointer;
    }

    .page-template-template-landing-page-en-sidebar .floating_btm_bar a {
        font-weight: bold;
        direction: rtl;
        color: #000;
        font-size: 18px;
        text-decoration: none;
    }

    .page-template-template-landing-page-en-sidebar #form_section_bottom {
        padding-bottom: 70px;
    }

    .page-template-template-landing-page-en-sidebar .checkbox_note {
        text-align: right !important;
        position: relative;
        top: -95px;
        right: 0px;
        display: none;
    }

    .page-template-template-landing-page-en-sidebar .checkbox_wrap input[type="checkbox"] {
        position: absolute;
        right: -22px;
    }

    .page-template-template-landing-page-en-sidebar .form_wrap .checkbox-outer a {
        right: 0px !important;
    }

    .page-template-template-landing-page-en-sidebar #content .top_btn_holder .btn_main {
        padding: 7px 10px 5px 10px !important;
        min-width: 135px !important;
    }

    .page-template-template-landing-page-en-sidebar ul.tick_btm li {
        text-align: right;
    }

    .page-template-template-landing-page-en-sidebar ul.tick_btm {
        max-width: 65%;
        margin: 0 auto;
    }

    .page-template-template-landing-page-en-sidebar .hero_description {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #form_section_bottom .mainForm .form_field_action {
        margin-top:15px !important;
    }

    #form_section_bottom .mainForm .form_field_action .checkbox_wrap .wpcf7-not-valid-tip {
        text-align: right;
        padding-right: 15px;
        margin-top: 30px;
        right: 6px
    }

    #form_section_bottom .mainForm .form_field_action .form_submit_wrap {
        margin-bottom: 0 !important;
        margin-top: 22px !important;
    }
}

form.wpcf7-form .form-group.acceptanceblock .wpcf7-not-valid-tip:after {
    display: none !important;
}

#form_section_bottom .form_field_action .wpcf7-list-item.first.last {
    margin-right: 0 !important;
}

#form_section_bottom .form_field_action .wpcf7-not-valid-tip {
    text-align: left !important;
    top: 24px !important;
    background: #D0021B;
    width: auto;
    right: auto;
    left: inherit;
    line-height: 19px;
    padding: 0 5px;
    margin-bottom: 0;
    height: auto;
    bottom: inherit;
    width: 173px;
}

.section.form_section#form_section_bottom .form_submit_wrap .wpcf7-spinner {
    display: none !important;
}

@media (max-width: 768px) {
    .section.form_section#form_section_bottom .form_submit_wrap {
        margin-top:55px !important;
    }

    #form_section_bottom .checkbox_wrap {
        margin-right: 7px !important
    }
}

/*Product Customer Block CSS*/
.productCustomers {
    padding: 64px 0;
    border-top: 1px solid #D7D7D7;
}

.productCustomers .sectionTitle {
    text-align: center;
    margin-bottom: 54px;
    font-size: 28px;
    color: #16254F;
}

.productCustomers .updated-container {
    margin: 0 auto;
}

.boxSlider .owl-stage-outer {
    padding-top: 10px;
}

.productCustomers .boxSlider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
}

.productCustomers .boxSlider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.productCustomers .boxSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.productCustomers .boxSlider .owl-nav button span {
    font-size: 36px;
}

.productCustomers .boxSlider .owl-nav button.owl-next {
    left: -45px;
}

.productCustomers .boxSlider .owl-nav button.owl-prev {
    right: -45px;
}

.productCustomers .boxSlider .item {
    padding: 4px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.productCustomers .boxSlider .item .mainBox {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(195, 194, 194, 0.70);
    overflow: hidden;
    position: relative;
    transition: all ease 0.5s;
    top: 0;
}

.productCustomers .boxSlider .item .mainBox:hover {
    top: -10px;
}

.productCustomers .boxSlider .item .mainBox > span {
    display: block;
}

.productCustomers .boxSlider .item .contentBox {
    padding: 8px;
    border-top: 1px solid #D7D7D7;
}

.productCustomers .boxSlider .item .imgBox {
    position: relative;
}

.productCustomers .boxSlider .item .imgBox > img {
    height: 175px;
    object-fit: cover;
}

.productCustomers .boxSlider .item .imgBox .videoClick {
    margin: 0 !important;
    transform: translate(-50%, -50%);
    width: 127px;
    height: auto;
    text-align: center;
}

.productCustomers .boxSlider .item .imgBox .videoClick label {
    margin-bottom: 0;
    font-size: 13px;
    color: #f00;
    font-weight: 700;
}

.productCustomers .boxSlider .item .imgBox .videoClick img {
    max-width: 65px;
    display: inline-block;
    margin-bottom: 5px;
}

.productCustomers .boxSlider .item .descriptionBox {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productCustomers .boxSlider .item .titleBox {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.productCustomers .boxSlider .item .titleBox img {
    margin-left: 8px;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #EDEDED;
}

.productCustomers .boxSlider .item .titleBox h3 {
    margin-bottom: 0;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width: 1179px) {
    .productCustomers .boxSlider .owl-nav button.owl-next {
        left:-30px;
    }

    .productCustomers .boxSlider .owl-nav button.owl-prev {
        right: -30px;
    }
}

@media(min-width: 1100px) {
    .boxSlider.lessThanFour .owl-stage, .boxSlider.lessThanFour .owl-stage-outer {
        display:flex;
        justify-content: center;
    }
}

@media(max-width: 991px) {
    .productCustomers .boxSlider {
        padding:0 15px;
    }

    .productCustomers .boxSlider .owl-nav button.owl-next {
        left: -15px;
    }

    .productCustomers .boxSlider .owl-nav button.owl-prev {
        right: -15px;
    }
}

@media(max-width: 767px) {
    .productCustomers {
        padding:32px 0;
    }

    .productCustomers .boxSlider {
        padding: 0;
        margin-left: -15px !important;
        width: calc(100% + 15px);
    }

    .productCustomers .sectionTitle {
        margin-bottom: 22px;
    }

    .boxSlider .owl-stage-outer .owl-stage {
        padding-right: 0 !important;
    }

    .fancybox-button--close {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9999;
    }

    .page-template-template-landing-price-page #form_section_bottom .mainForm, .page-template-template-landing-page-en #form_section_bottom .mainForm {
        max-width: 90%;
        margin: 0 auto;
    }

    .page-template-template-landing-price-page #form_section_bottom .mainForm .section_subtitle, .page-template-template-landing-page-en #form_section_bottom .mainForm .section_subtitle {
        max-width: 90%;
        margin: 0 auto;
    }

    .page-template-template-landing-price-page #form_section_bottom .mainForm .form_field_action .checkbox_wrap, .page-template-template-landing-page-en #form_section_bottom .mainForm .form_field_action .checkbox_wrap {
        margin-right: -8px !important;
        top: 28px;
    }

    .page-template-template-landing-price-page #form_section_bottom .mainForm .form_field_action .checkbox_wrap label.checkbox-outer, .page-template-template-landing-page-en #form_section_bottom .mainForm .form_field_action .checkbox_wrap label.checkbox-outer {
        display: inline-block !important;
    }

    .page-template-template-landing-price-page #form_section_bottom .mainForm .form_field_action .checkbox_wrap span.wpcf7-form-control-wrap[data-name="checkbox-427"], .page-template-template-landing-page-en #form_section_bottom .mainForm .form_field_action .checkbox_wrap span.wpcf7-form-control-wrap[data-name="checkbox-427"] {
        width: auto!important;
        padding-left: 3px;
    }

    .page-template-template-landing-price-page #form_section_bottom .mainForm .form_field_action .checkbox_wrap .wpcf7-not-valid-tip, .page-template-template-landing-page-en #form_section_bottom .mainForm .form_field_action .checkbox_wrap .wpcf7-not-valid-tip {
        margin-top: 3px;
    }
}

.page-template-template-landing-price-page .text-section .accordion_wrap .js-accordion-item .js-accordion-body li, .page-template-template-landing-page-en .text-section .accordion_wrap .js-accordion-item .js-accordion-body li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 15px;
}

.page-template-template-landing-price-page .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul li:before, .page-template-template-landing-page-en .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul li:before {
    content: "\2022";
    color: #16254f;
    font-weight: bold;
    display: inline-block;
    margin-left: auto;
    font-size: 20px;
    top: 0px;
    position: absolute;
    left: 0px;
    line-height: 1;
    width: auto;
}

@media(max-width: 767px) {
    .page-template-template-landing-price-page .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul li:before, .page-template-template-landing-page-en .text-section .accordion_wrap .js-accordion-item .js-accordion-body ul li:before {
        content:"\2022";
        top: 0px;
    }

    .hero_small_text {
        padding: 0 15px;
    }
}

.mainbtnDiv.centerDiv {
    display: flex ;
    align-items: center;
    gap: 50px;
    justify-content: center;
    margin-top: 40px;
}

.mainbtnDiv.centerDiv #textButton {
    margin: 0 !important;
}

.mainbtnDiv.centerDiv #textPlainButton {
    margin: 0 !important;
    color: #16254F;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.mainbtnDiv.centerDiv #textPlainButton img {
    width: auto !important;
    height: auto !important;
}

.faqSection .mainbtnDiv.centerDiv .faqpage {
    width: auto !important;
    margin: 0px !important;
}

@media (max-width: 767px) {
    .mainbtnDiv.centerDiv {
        gap:8px;
        justify-content: space-between;
        margin-top: 30px;
    }

    .mainbtnDiv.centerDiv #textPlainButton {
        font-size: 14px;
    }
}

@media (min-width: 767px) and (max-width:1280px) {
    .page-template-template-landing-price-page .txt4, .page-template-template-landing-page-en .txt4 {
        font-size:29px !important;
        margin-bottom: 20px !important;
    }
}

/* New Landing Price Template */
.gbttn {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #16254F;
    width: auto;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(195, 194, 194, 0.70);
    border-radius: 30px;
    padding: 3px 15px;
    margin-left: 15px;
    background-image: url(../images/images/svg-icon-arrow-w@3x.png);
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 16px;
    padding-left: 40px;
}

.gbttn i {
    font-style: normal;
}

.top_btn_holder.gbtn {
    display: flex;
    margin-top: 25px;
}

.top_btn_holder.gbtn .gbttn img {
    margin-left: 10px;
}

.gbttn:hover {
    text-decoration: none;
    border-color: var(--sky-blue);
}

.dg-social-panel.productpage.pageSection.landPrice {
    margin: 15px 0 30px;
    padding-top: 55px;
}

.dg-social-panel.productpage.pageSection.landPrice .packageSlide {
    gap: 25px;
    display: flex;
    justify-content: center;
}

.dg-social-panel.productpage.pageSection.landPrice .package-content .heading {
    text-align: center;
}

.page-template-template-landing-price-page .dg-social-panel .package-content .heading {
    min-height: 70px !important;
}

.page-template-template-landing-price-page .dg-social-panel .package-content ul {
    min-height: 197px;
    margin-bottom: 23px;
}

.dg-social-panel.productpage.pageSection.landPrice .heading, .dg-social-panel.productpage.pageSection.landPrice .package-content .terms, .dg-social-panel.productpage.pageSection.landPrice .package-content .content-hide {
    padding: 0 12px;
}

.accordion-body__contents .Orangbutton {
    padding: 8px 16px 8px 35px;
    border-radius: 30px;
    background: var(--Brand-Color-Red-Gradient, linear-gradient(90deg, #FF495C 0%, #FF692F 100%));
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
}

.accordion-body__contents .Orangbutton:after {
    background-image: url(../images/btn_left_white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 15px
}

.accordion-body__contents .Orangbutton:hover {
    text-decoration: none;
}

.page-template-template-landing-price-page .accordion-body__contents .secLink a.secBttn {
    padding: 8px 16px 8px 35px;
    border-radius: 30px;
    background: var(--Brand-Color-Red-Gradient, linear-gradient(90deg, #FF495C 0%, #FF692F 100%));
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-top: 0px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.page-template-template-landing-price-page .accordion-body__contents .secLink a.secBttn:before {
    background-image: url(../images/btn_left_white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 15px;
}

.page-template-template-landing-price-page .accordion-body__contents .secLink a.secBttn:hover {
    text-decoration: none;
}

.page-template-template-landing-price-page .dg-social-panel .heading .outer {
    font-size: 13px;
    color: #16254f;
    font-weight: 300;
}

.page-template-template-landing-price-page .accordion-body__contents .logos_block {
    justify-content: flex-start;
}

.page-template-template-landing-price-page .accordion-body__contents .logos_block .logo-image {
    width: calc(100% / 9 - 15px);
}

.page-template-template-landing-price-page .accordion-body__contents .logos_block {
    margin-top: 25px !important;
}

.page-template-template-landing-price-page .accordion-header .logo_text .heading {
    margin-bottom: 8px;
}

.page-template-template-landing-price-page .accordion-body__contents .video_block {
    min-width: 100%;
}

.page-template-template-landing-price-page .dg-social-panel.productpage.pageSection.landPrice .package-content .heading p strong {
    font-size: 25px;
}

.page-template-template-landing-price-page .accordion-body__contents_inner {
    max-width: 65%;
}

/* .page-template-template-landing-price-page .accordion__item>.accordion-header:after{display:none;} */
.page-template-template-landing-price-page .dg-social-panel .row .package-box:nth-child(3) .learnMore, .page-template-template-landing-price-page .dg-social-panel .package-content .heading.Crown + .overflowBox .learnMore, .page-template-template-landing-price-page .dg-social-panel .row .package-box:nth-child(1) .learnMore, .page-template-template-landing-price-page .dg-social-panel .package-content .heading.Normal + .overflowBox .learnMore, .page-template-template-landing-price-page .dg-social-panel .row .package-box:nth-child(2) .learnMore, .page-template-template-landing-price-page .dg-social-panel .package-content .heading.Diamond + .overflowBox .learnMore {
    background-color: #16254f !important;
    background: #16254f !important
}

.miDCont {
    margin: 55px auto 20px;
    max-width: 500px;
    text-align: center;
    font-size: 16px;
}

.miDCont h4 {
    font-size: 18px;
    font-weight: var(--fw-bold);
}

.accordion-body__contents .miDCont p {
    font-size: 16px;
}

.miDCont p a {
    text-decoration: underline;
}

.page-template-template-landing-price-page .dg-social-panel .package-content .heading p label {
    font-size: 22px;
    font-weight: normal;
}

.page-template-template-landing-price-page .dg-social-panel .package-content .heading p {
    line-height: 1.3;
}

.page-template-template-landing-price-page .additionalContent {
    text-align: center;
    font-size: 15px;
    padding: 35px 250px 0;
    line-height: 30px;
    color: var(--navy-blue);
}

.page-template-template-landing-price-page .additionalContent_bttm a, .page-template-template-landing-price-page .additionalContent a {
    text-decoration: underline;
    display: inline-block;
}

.page-template-template-landing-price-page .additionalContent_bttm {
    text-align: center;
    font-size: 13px;
    padding: 20px 250px 0;
    line-height: 30px;
    color: var(--navy-blue);
    font-weight: bold;
}

@media (max-width: 992px) {
    .productpage.dg-social-panel .package-box {
        margin-bottom:50px;
    }
}

@media (max-width: 1280px) {
    body.page-template-template-landing-price-page .accordion-header .logo_text {
        width:calc(100% - 62px);
    }

    .page-template-template-landing-price-page .additionalContent {
        padding: 20px 10px 0;
        line-height: 26px;
        font-size: 14px;
    }

    .page-template-template-landing-price-page .additionalContent_bttm {
        padding: 20px 10px 0;
        line-height: 26px;
        font-size: 12px;
    }

    .page-template-template-landing-price-page .accordion-body__contents .light_blue p {
        font-size: 14px;
    }

    .page-template-template-landing-price-page .dg-social-panel .heading.Yes figure {
        margin-top: 26px;
    }
}

@media (max-width: 767px) {
    /* .top_btn_holder.gbtn{flex-wrap:wrap;} */ .page-template-template-landing-price-page .top_btn_holder a.gbttn {
        width:47%;
        margin-bottom: 15px !important;
        min-height: 40px;
        padding: 3px 5px 3px 23px;
        font-size: 16px;
        background-position: 3px center;
    }

    .page-template-template-landing-price-page .floating_btm_bar .top_btn_holder a.gbttn {
        margin-bottom: 0 !important;
    }

    .top_btn_holder.gbtn .gbttn img {
        margin-left: 5px;
        width: 25px;
    }

    .productpage.dg-social-panel .package-box {
        margin-bottom: 0px;
        padding: 0 10px;
        height: 100%;
    }

    .packageSlide.owl-carousel.last-item-visible {
        direction: rtl;
    }

    .packageSlide.owl-carousel.owl-rtl .owl-item {
        min-width: auto;
        flex: 1 0 auto;
        float: right;
    }

    .packageSlide.owl-carousel .owl-stage {
        padding-right: 0px !important;
        display: flex;
        justify-content: space-around;
    }

    .packageSlide.owl-carousel .owl-stage .package-content {
        display: grid;
    }

    .dg-social-panel.productpage.pageSection.landPrice .packageSlide {
        display: block;
    }

    .dg-social-panel.productpage.pageSection.landPrice .owl-nav, .dg-social-panel.productpage.pageSection.landPrice .owl-dots {
        display: none;
    }

    .page-template-template-landing-price-page .accordion-body__contents {
        padding: 0 0 19px;
    }

    .page-template-template-landing-price-page .accordion-body__contents_inner {
        padding: 0 16px;
    }

    .productpage .owl-stage-outer {
        overflow: visible !important;
    }

    .dg-social-panel.productpage.pageSection.landPrice .heading {
        padding: 0 12px !important;
    }

    .package-content ul {
        padding-right: 0 !important;
    }

    .page-template-template-landing-price-page .accordion-body__contents .logos_block .logo-image {
        width: auto;
    }

    .page-template-template-landing-price-page .packageSlide.owl-carousel .owl-stage .package-content {
        height: auto;
    }

    .page-template-template-landing-price-page .floating_btm_bar {
        padding: 10px 0;
        height: auto;
        background: #fff;
    }

    .page-template-template-landing-price-page .floating_btm_bar .top_btn_holder.gbtn {
        margin: 0 !important;
    }

    .page-template-template-landing-price-page .dg-social-panel.productpage.pageSection.landPrice .package-content .heading p strong {
        font-size: 22px;
    }

    .page-template-template-landing-price-page ul.tick_btm, .page-template-template-landing-page-en ul.tick_btm {
        max-width: 100%;
    }

    .page-template-template-landing-price-page .accordion-body__contents_inner {
        max-width: 100%;
    }

    .miDCont {
        margin: 30px auto 0;
        padding: 0 20px;
    }

    .page-template-template-landing-price-page .dg-social-panel.productpage.pageSection.landPrice {
        padding-top: 40px;
    }

    .top_btn_holder.gbtn .gbttn:first-child img {
        width: 33px;
    }

    .page-template-template-landing-price-page .accordion-header .logo_media {
        max-width: 60px;
    }

    .page-template-template-landing-price-page .accordion-header .logo_media .image {
        max-height: max-content;
    }

    .page-template-template-landing-price-page .accordion-header .logo_text {
        width: calc(100% - 70px);
    }

    .page-template-template-landing-price-page .accordion-body__contents .logos_block {
        padding: 0 15px;
        gap: 6px 10px;
    }

    .accordion-body__contents .logos_block .logo-image .image {
        max-height: 75px;
    }

    .page-template-template-landing-price-page .accordion__item>.accordion-header:after {
        display: block;
        position: absolute;
        left: 13px;
        top: 20px;
    }

    .page-template-template-landing-price-page .txt3 br {
        display: none !important;
    }

    .page-template-template-landing-price-page .dg-social-panel .package-content .heading p label {
        font-size: 18px;
    }

    .page-template-template-landing-price-page .hero_main_title span.txt1 {
        font-size: 30px;
    }

    .page-template-template-landing-price-page .dg-social-panel .package-content .heading p {
        font-size: 17px;
    }
}

@media (max-width: 400px) {
    .page-template-template-landing-price-page .top_btn_holder a.gbttn {
        font-size:15px;
    }

    .page-template-template-landing-price-page .hero_section .top_btn_holder a.gbttn {
        font-size: 14px;
    }

    .top_btn_holder.gbtn .gbttn:first-child img {
        width: 30px;
    }

    .top_btn_holder.gbtn .gbttn img {
        width: 20px;
        margin-left: 3px;
    }

    .top_btn_holder.gbtn .gbttn:last-child img {
        margin-left: 10px;
    }

    .page-template-template-landing-price-page .accordion-body__contents .logos_block {
        gap: 6px 10px;
    }
}

@media (max-width: 350px) {
    .page-template-template-landing-price-page .top_btn_holder a.gbttn {
        font-size:13px;
    }

    .page-template-template-landing-price-page .hero_section .top_btn_holder a.gbttn {
        font-size: 11px;
    }

    .page-template-template-landing-price-page .top_btn_holder, .page-template-template-landing-page-en .top_btn_holder {
        flex-wrap: wrap;
    }

    .page-template-template-landing-price-page .floating_btm_bar .top_btn_holder a.gbttn:last-child {
        margin-bottom: 0px !important;
    }
}

.bannerLinkwithpopup {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    color: #16254f;
}

.bannerLinkwithpopup a {
    text-decoration: underline;
    background-image: url(../images/images/svg-icon-arrow-w@3x.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    background-size: 15px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .bannerLinkwithpopup {
        font-size:15px;
        margin-right: 5px;
        margin-top: 0;
        margin-bottom: 20px;
    }
}


.page-template-template-landing-page-en .wpcf7-form input:not(.form-check-input, .btn, .btn_main) {
    border-radius: 5px;
    border: solid 1px #cecece;
    padding: 10px 10px 10px 35px;
    height: 50px;
}


.page-template-template-landing-page-en .form_input[name="mobile_side"], .page-template-template-landing-page-en .form_input#mobile_side,
.page-template-template-landing-page-en .form_input[name="contact_name"], .page-template-template-landing-page-en .form_input#contact_name,
.page-template-template-landing-page-en  .form_input[name="fullname_side"], .page-template-template-landing-page-en  .form_input#fullname_side{
  background-position: 4% center !important;
}

.page-template-template-landing-page-en  img.btn_icon_image {
    transform: rotate(180deg);
}

.page-template-template-landing-page-en #form_section_bottom .btn_main {
    max-width: fit-content; padding-right: 30px; font-size: 16px;
}

.page-template-template-landing-page-en .form_field_action{    direction: ltr;}
.page-template-template-landing-page-en .wpcf7-form .wpcf7-not-valid-tip:after{ left:auto;right: 7px;}
.page-template-template-landing-page-en #content .form_submit_wrap:before{right: 7px;}


@media (max-width: 768px) {
.page-template-template-landing-page-en #form_section_bottom .mainForm .form_field_action .checkbox_wrap label.checkbox-outer .wpcf7-list-item-label{
	font-size:0px;
}
.page-template-template-landing-page-en #form_section_bottom .mainForm .form_field_action .checkbox_wrap label.checkbox-outer{
	   display: flex !important; text-align: left; max-width: 92%; margin: 0 auto;
}
.page-template-template-landing-page-en #form_section_bottom .mainForm .form_field_action .checkbox_wrap label.checkbox-outer a{
	 position:relative;padding-left:5px;
}
.page-template-template-landing-page-en #form_section_bottom .mainForm .form_field_action .checkbox_wrap label.checkbox-outer a:before{
	 content:'В соответствии с';
}

}