/*
Theme Name: Emilia
Theme URI: https://www.emilia.digital
Author: Emilia Digital
Author URI: https://www.emilia.digital
Description: Tailor made theme for Cello by Emilia Digital.
Version: 1.039
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: Emilia
*/

@font-face {
    font-family: 'RAG-Sans-Cello';
    src: url('assets/fonts/RAG-Sans-Cello-Light.woff2') format('woff2'),
        url('assets/fonts/RAG-Sans-Cello-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RAG-Sans-Cello';
    src: url('assets/fonts/RAG-Sans-Cello-Bold.woff2') format('woff2'),
        url('assets/fonts/RAG-Sans-Cello-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RAG-Sans-Cello';
    src: url('assets/fonts/RAG-Sans-Cello-Medium.woff2') format('woff2'),
        url('assets/fonts/RAG-Sans-Cello-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'RAG-Sans-Cello', sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 18px;
    background: #f6f6f6;
}

body.no-overflow {
    overflow: hidden;
}

img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}


b, strong {
    font-weight: bold;
}

h1, h2, h3 {
    margin: 0;
}

h1 {
    font-weight: 300;
    font-size: 52px;
}

h2 {
    font-weight: 300;
    font-size: 40px;
}

h3 {
    font-weight: 500;
    font-size: 32px;
}

ol {
    padding-right: 0;
    padding-left: 12px;
    margin: 0 0 15px;
}

ul{
    padding-inline-start:40px;
}

ol li, ul li {
    margin-bottom: 10px;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}

.text-42 {
    font-size: 42px;
}

.text-24 {
    font-size: 24px;
}

.text-20 {
    font-size: 20px;
}

.text-16 {
    font-size: 16px;
}

.text-14 {
    font-size: 14px;
}

.strong-30{

    strong {
        font-size: 30px;
    } 
    li{
        font-size: 23px;
    }
}




img {
    max-width: 100%;
}

main, section:first-child {
    margin-top: 92px;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

.c-btn, .gform_button.button, .error404 #page a {
    background: #000;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 16px;
    line-height: 20px !important;
    border-radius: 4px;
    border: 2px solid #000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
}


main.global .gform_button.button {
    font-size: 18px;
    line-height: 26px !important;
    min-width: 110px;
}

.c-btn:hover, .gform_button.button:hover, .error404 #page a:hover {
    background: #5B5B5B;
    border-color: #5B5B5B;
    color: #fff;
}

.c-btn img {
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: auto;
    ;
}

.c-btn[disabled] {
    background: #B7B7B7;
    border-color: #B7B7B7;
}

.c-btn.white {
    background: #fff;
    border-color: #000;
    color: #000 !important;
}

.c-btn.white.no-border {
    border-color: #fff;
}

.c-btn.white:hover {
    border-color: #5B5B5B;
    color: #5B5B5B !important;
}

.c-btn.white[disabled] {
    border-color: #B7B7B7;
    color: #B7B7B7;
}

/** HEADER **/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;

}

header .header-inside {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
}

body.admin-bar header {
    top: 32px;
}

.menu-wrapper ul {
    list-style: none;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.menu-wrapper ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}

header ul li a {
    transition: 0.3s ease-in-out;
    position: relative;
}


.menu-wrapper ul li:not(.menu-item-has-children) a:hover, .menu-wrapper ul li.current-menu-item:not(.menu-item-has-children) a,
.sub-header ul li a:hover, .sub-header ul li.current-menu-item:not(.menu-item-has-children) a {
    color: #339999;
}

.menu-wrapper ul li.current-menu-item:not(.menu-item-has-children) a {
    font-weight: bold;
}

.menu-wrapper ul li:not(:last-child) {
    margin-right: 44px;
}

.sub-header ul.sub-menu,
.menu-wrapper ul.sub-menu {
    position: absolute;
    min-width: 300px;
    white-space: nowrap;
    top: 100%;
    padding: 87px 30px 35px;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    columns: 2;
}

.sub-header ul.sub-menu{
    min-width:220px;
    padding:20px 20px 10px;
    columns:1;
    background:transparent;
    box-shadow:none;
}

.sub-header ul.sub-menu li{
    display:block;
    margin:12px 0;
}

.menu-wrapper ul.sub-menu li {
    margin-left: 30px !important;
}

.sub-header li:hover ul.sub-menu,
.menu-wrapper li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-header ul.sub-menu:before,
.menu-wrapper ul.sub-menu:before {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    height: calc(100% - 50px);
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
}

.sub-header ul.sub-menu:before{
    background:#FFE167;
    height: calc(100% - 10px);
}

.menu-wrapper ul.sub-menu li a:hover {
    color: #339999;
}

.menu-wrapper ul.sub-menu li.current-menu-item {
    font-weight: bold;
    color: #339999;
}

li.menu-item-has-children>a:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url('assets/images/arrow-down.svg') no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.sub-header ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 10%);
    background: #FFE167;
    padding: 15px 14px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.sub-header ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;
    font-weight: 500;

    font-size: 16px;
}

.menu-wrapper ul.sub-menu li:not(:last-child) {
    display: block;
    margin: 0 0 27px;
}

.c-select {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 29px;
    padding: 9px 12px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
}

.c-select .selected:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url('assets/images/arrow-down.svg') no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}


.c-select .sub-menu {
    position: absolute;
    padding: 65px 0px 20px;
    width: 197px;
    right: 0;
    text-align: right;
    top: 100%;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.c-select:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}



.c-select .sub-menu a {
    position: relative;
    display: block;
    padding: 13px 25px;
    transition: 0.3s ease-in-out;
}

.c-select .sub-menu a:hover, .c-select .sub-menu a.current-lang {
    color: #339999;

}

.c-select .sub-menu a.current-lang {
    font-weight: bold;
    background: #FAFAFA;
}

.c-select .sub-menu a.current-lang:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url('assets/images/check.svg') no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 25px;
    top: 16px;
}

.c-select .sub-menu:before {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 12px;
    height: calc(100% - 41px);
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
}


.hamburger {
    font: inherit;
    display: block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    height: 24px;
    background-color: transparent;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 25px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
    width: 15px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -8px;
}

.hamburger-inner:after {
    bottom: -8px;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
    width: 25px;
}


/*** FOOTER ***/
footer {
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
    background: #fff;
}

footer .footer-img {
    position: relative;
    /*top: -35px;*/
    width: 100%;

}

.social-links a path {
    transition: 0.3s ease-in-out;
}

.footer-title {
    font-weight: 300;
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 24px;
}

.social-links a svg {
    height: 40px;
    width: 40px;
}

.download-links a {
    transition: 0.3s ease-in-out;
}

.download-links a:hover {
    opacity: 0.8;
}

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

footer ul li {
    margin-bottom: 5px;
}

footer ul li a {
    transition: 0.3s ease-in-out;
}

footer ul li a:hover {
    color: #339999;
}

.copyright {
    position: absolute;
    bottom: 45px;
    right: 0;
    font-size: 15px;
    opacity: 0.85;
}

.copyright a {
    text-decoration: underline;
}

/** PAGE ***/
.update-time {
    background: #FFFFFF;
    border: 2px solid #96E6E6;
    border-radius: 4px;
    color: #A6A6A6;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    padding: 3px 5px 1px;
}

.content p {
    margin-bottom: 5px;
}

.download-file {
    position: absolute;
    right: 0;
    top: 6px;
    font-weight: 700;
    color: #339999 !important;
}

.download-file img {
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}

/*** CONTACT ***/

#contactWrapper {
    margin: auto;
    max-width: 870px;
}

#contactWrapper .title {
    font-size: 32px;
    font-weight: 500;
}

main#contact {
    background-position: center 45px;
    background-size: auto;
    background-repeat: no-repeat;
}


main#contact .phone1 {
    max-width: 74px;
    position: absolute;
    left: -101px;
    top: 96px;
}

main#contact .phone2 {
    max-width: 98px;
    position: absolute;
    top: 263px;
    right: -135px;
}

#contact .contact-gform h2.gform_title {
    text-align: center;
    font-size: 32px;
}

#contact .contact-gform .gform_subtitle {
    text-align: center;
}

#contact .contact-gform textarea, #contact .contact-gform select, body.page-template-private .biz-form textarea {
    border: 2px solid #EAEAEAEA;
}

#contact .contact-gform textarea, body.page-template-private .biz-form textarea {
    resize: none;
    transition: border-color 0.2s linear;
}

body.page-template-private .biz-form textarea:focus {
    border-color: #33CCCC !important;
    outline-color: #33CCCC;
}

.contact-col .inside {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-weight: bold;
    position: relative;
    height: 100%;
    top: 0;
    transition: 0.4s ease-in-out;
}

.contact-col .inside:hover {
    top: -15px;
}

.contact-col .inside a {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-col .inside img {
    display: block;
    width: 65px;
    margin: 0 auto 25px;
    height: 65px;
}

.click-count .contact-col .inside img {
    width: 50px;
    height: 50px;
}

main#contact .content {
    text-align: center;
    font-weight: 500;
    line-height: 21px;
}

/** FAQ ***/
.cats-container {
    gap: 18px;
}

.cats-container a {
    background: rgba(150, 230, 230, 0.3);
    border-radius: 40px;
    transition: 0.3s ease-in-out;
    padding: 10px 15px;
    font-weight: 500;
}

.cats-container a:hover, .cats-container a.selected {
    background: #33CCCC;
    color: #fff;
}

.faq-block {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 28px;
    transition: 0.25s ease-in-out;
    position: relative;

}


.faq-block.eng {
    direction: ltr;
    text-align: left;
}

.faq-block:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}

.faq-block .q {


    background-size: 23px;
    font-size: 18px;
    font-weight: 300;
    transition: 0.25s ease-in-out;
}

.faq-block .q span {
    position: relative;
    display: block;
    padding-left: 35px;
    background: url('assets/images/plus.svg') no-repeat center left;
    background-size: 23px;
}

main:not(.rates):not(#faq) .faq-block .q[aria-expanded="true"] {
    color: #fff;
}

.faq-block .q[aria-expanded="true"] span {
    background: url('assets/images/minus.svg') no-repeat center right;
    background-size: 23px;
}


main.rates .faq-block .a,
main#faq .faq-block .a {
    color: #000000;
    padding-right: 5px;
    padding-top: 0rem !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

main.rates .faq-block .name-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    background: #fafafa;
}

main.rates .name-st {
    font-weight: normal;
}

main.rates .name-st:before {
    content: '(';
    margin-left: -2px;
}

main.rates .name-st span:not(:last-of-type):after {
    content: ',';
    margin-right: -2px;
    margin-left: 2px;
}

main.rates .name-st:after {
    content: ')';
    margin-right: -2px;
}

main.rates .faq-block .name-body {
    font-size: 16px;
    line-height: 21px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

main.rates .faq-block .name-head, main.rates .faq-block .name-head .title-flex, main.rates .faq-block .name-head .hour-flex {
    position: relative;
}

main.rates .faq-block .row-this {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}



main:not(.rates) .faq-block .q:before {
    content: '';
    background: #33CCCC;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 6px;
    opacity: 0;
    transition: 0.25s ease-in-out;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}


.faq-block .q[aria-expanded="true"]:before {
    opacity: 1;
}

.faq-block .a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    margin-top: 5px;
    padding-left: 35px;
}

.faq-block .a p {
    margin-bottom: 5px;
}

.link-block {
    background: #FFE164;
    border-radius: 6px;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding: 28px;
}

.link-block a {
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
}

/** SERVICE **/
main#service {
    /* background-position:  center 150px;
    background-size: contain;
    background-repeat: no-repeat;*/
}

.service-block {
    position: relative;
}


.service-background {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    z-index: 0;

}


.service-background:after, .biz-background:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.8s ease-in-out 0.5s;
}

.service-background img:not(:first-child), .biz-background img:not(:first-child), main#biz img.money {
    opacity: 0;
    margin-top: 20px;
    transition: 0.8s ease-in-out 1s;
}



.go .service-background img:not(:first-child), .go .biz-background img:not(:first-child), main#biz .go img.money {
    opacity: 1;
    margin-top: 0;
}

.go .service-background:after, .go .biz-background:after {
    width: 0;
    opacity: 1;
}

img.icon1 {
    position: absolute;
    left: 0px;
}

img.icon2 {
    position: absolute;
    right: 0px;
    bottom: 0;
}

.service-background img.mainback {
    max-width: none;
    width: auto;
    display: inline-block;
}

.max-service p {
    max-width: 535px;
    margin: 0 auto 3px;
    font-size: 20px;
    line-height: 26px;
}

.max-service ul+p {
    display: none;
}

body:not(.page-id-41){
    ol {
        counter-reset: item
    }
    
    ol > li {
        display: block
    }
    
    ol > li:before {
        content: counters(item, ".") ". ";
        counter-increment: item
    }
}

.max-service ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 700px;
    font-size: 20px;
    line-height: 26px;
}

.max-service ul li {
    display: inline-block;
    margin: 0 -2px 5px;
}

.max-service ul li:nth-child(odd):not(:last-child):after {
    content: '';
    width: 8px;
    height: 8px;
    background: #33CCCC;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    top: -1px;
}

.max-service h1 {
    margin-bottom: 5px;
}

#service.private h1 {
    font-size: 40px;
    max-width: 860px;
    margin: auto;
}

.service-block.sale {
    padding: 0 !important;
}

.service-block h3 {
    font-size: 28px;
}

.map {
    overflow: hidden;
}

.map-container {
    height: 380px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.map-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://cello-app.com/wp-content/plugins/gravityforms/images/spinner.svg') no-repeat center center;
    background-size: 35px;
}



.banner-inner {
    max-width: 75%;
    background: #3399CC;
    color: #fff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    font-size: 22px;
    margin: auto;
    padding: 17px 22px;
    position: relative;
}

.banner-inner img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.banner-inner a {
    position: absolute;
    right: 22px;
    font-size: 18px;
    text-decoration: underline;
    top: 20px;
}

.service-block .inside {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.map-search {
    position: absolute;
    top: 20px;
    left: 20px;
}

.map-search.rates-map {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    max-width: 380px;
    margin: auto;
}

.map-search.rates-map button {
    background-color: #000;
    pointer-events: none;
}

.map-search.map-city + .map-search.map-free{
    top:96px;
}

main.rates .faq-block {
    padding: 0;
}

main.rates .faq-block .q {
    padding: 28px;
}

main.rates .faq-block .name-head, main.rates .faq-block .name-body {
    padding-left: 28px;
    padding-right: 28px;
}

.map-search input {
    height: 60px;
    width: 320px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 65px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    outline: 0;
    border: 0;
    padding: 0 65px 0 26px;

}

.autocomplete-suggestions {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 12px;
    padding: 20px 30px;
    z-index: 1 !important;
    margin-top: 14px;
    overflow-y: auto;
}

.autocomplete-suggestion {
    cursor: pointer;
    transition: 0.25s ease-in-out;
    margin: 7px 0;
    line-height: 21px;
    font-size: 16px;
    border-bottom: 1px solid #FAFAFA;
    padding: 7px 0;
}

.autocomplete-suggestion:hover {
    color: #339999
}

.map-search button {
    position: absolute;
    right: 6px;
    top: 4px;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    background: url('assets/images/search.svg') no-repeat center center #33CCCC;
    outline: 0;
    box-shadow: none;
    border: 0;
}

.service-block .inside.no-border {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.service-block .link-inside {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.1);
    background: #FAFAFA;
}

.service-block .inside p {
    margin-bottom: 8px;
}

.service-block .inside h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.service-block .inside .small-print p {
    font-size: 16px;
    font-style: normal;
    color: #454545;

}

.service-block .inside ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.service-block .inside img {
    max-width: 160px;
}

.service-block .pricing-col img {
    max-width: 160px;
}

.service-block .inside ul li {
    background: url('assets/images/check-2.svg') no-repeat left 9px;
    background-size: 10px;
    padding-right: 25px;
}

.pricing-col .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.pricing-col .sub-title {
    font-weight: 500;
    color: #767676;
    font-size: 16px;
}

.pricing-col .price {
    font-size: 32px;
}

.pricing-col .price span {
    font-size: 65%;
    display: inline-block;
}

.pricing-col-w-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pricing-col-w-text .button{
    margin-top:auto;
}
.pricing-col-w-text del{
    text-decoration:none;
    display:inline-block;
    position:relative;
}
.pricing-col-w-text del:after{
    content:"";
    position:absolute;
    top:-5px;
    right:-5px;
    height:1px;
    width:calc(100% + 10px);
    background-color:red;
    transform:rotate(-35deg);
    transform-origin:top right;
}
.pricing-col-w-text .price{
    color:#4acdcc;
    font-size:26px;
    font-weight:bold;
}
.pricing-col-w-text .sub-title {
    color: #000;
}
.pricing-col-w-text .notes {
    font-size: 16px;
}


.spec-pricing .inside {
    /* border: 1px solid #FFE167; */
    border-radius: 15px;
}

.spec-price .price {
    font-size: 13px;
    font-weight: bold;
}

.spec-price .mob-title {
    background: #FFE167;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px 1px;
    border-radius: 5px;
}



.spec-pricing .price {
    font-size: 32px;
    /* font-weight: bold; */
}

.spec-pricing .title {
    /* background: #FFE167; */
    font-size: 32px;
    border-bottom:1px solid #ffe167;
    color: #000000;
}

.list-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    direction: rtl;
}

.list-block strong {
    font-size: 18px;
}

.inner-list {
    max-height: 600px;
    overflow-y: auto;
    padding: 16px 16px 5px;
    direction: ltr;
}

.inner-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.inner-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.inner-list::-webkit-scrollbar-thumb {
    background: #ededed;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.inner-list::-webkit-scrollbar-thumb:hover {
    background: #dcdcdc;
}

.inner-list::-webkit-scrollbar-thumb:active {
    background: #000000;
}

.inner-list::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.inner-list::-webkit-scrollbar-track:hover {
    background: #ffffff;
}

.inner-list::-webkit-scrollbar-track:active {
    background: #333333;
}

.inner-list::-webkit-scrollbar-corner {
    background: transparent;
}

.border {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

/** REGISTER **/

#register {
    background: #fff;
    position: relative;
}

.private:not(.business) {
    display: none;
}

.register-back {
    width: 42%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background-size: contain;
    background-position: top center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
}

.flip-container {
    display: inline-block;
    background: #F5F5F5;
    border-radius: 48px;

}

.flip-group {
    display: flex;
    position: relative;
}

.flip-group:after {
    content: '';
    border-radius: 48px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);

    z-index: 1;
    height: 47px;
    top: 0;
    left: 0;
    width: 100px;
    cursor: pointer;
    position: absolute;
    transition: 0.1s ease-in-out;
}

.flip-group.set-1:after {
    left: calc(100% - 100px);
}

.input-group-c {
    position: relative;
    width: 100px;
    /*margin-right: -15px;*/
}

.input-group-c input {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}

.form-group .input-group-c label {

    /*background: #F5F5F5;*/
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    padding: 13px 31px;
    transition: 0.2s ease-in-out 0.02s;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    z-index: 4;
    margin: 0;
    text-align: center;
}

.form-group .input-group-c input:checked+label {
    color: #33CCCC;
}

.check-group, .gfield_checkbox {
    position: relative;
}

.check-group input, .gfield_checkbox input {
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}


.check-group label:before, .gform_wrapper.gravity-theme .gfield-choice-input+label:before {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 2px solid #D9D9D9;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    transition: background-color 0.25s ease-in-out;

}

.check-group label, .gform_wrapper.gravity-theme .gfield-choice-input+label {
    color: #000000 !important;
    position: relative;
    cursor: pointer;
}

fieldset.gfield {
    margin-bottom: 20px !important;
    margin-top: -35px !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    border: 0 !important;
    padding: 0 !important;
    margin: 6px 0 0 !important;
    font-size: 14px !important;
    position: absolute;
    width: auto !important;
    background: transparent !important;
    font-weight: 500 !important;
}

.gform_wrapper {
    max-width: 512px;
    margin: auto;
}


.gform_ajax_spinner {
    margin-left: 8px;
}

.gform_wrapper .gform_validation_errors {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.check-group input:checked+label:before, .gform_wrapper.gravity-theme .gfield-choice-input:checked+label:before {

    background: url('assets/images/check-w.svg') no-repeat center center;
    background-size: 66%;
    background-color: #D9D9D9;
}

.check-group label a, .gform_wrapper.gravity-theme .gfield-choice-input+label a {
    color: #33CCCC;
    z-index: 2;
    position: relative;
    display: inline-block;
    top: 1px;
    margin-right: 3px;
}

.check-group label a {}

.check-group label a:hover, .gform_wrapper.gravity-theme .gfield-choice-input+label a:hover {
    text-decoration: underline;
}



.form-group, .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 40px;
}

.form-group.checkthis {
    margin-bottom: 36px;

}

.form-group.fineprint {
    margin-bottom: 32px;
}

.form-group:first-child {
    margin-bottom: 37px;
}

.form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #767676;
    margin-bottom: 2px;

}

.form-group label.error {
    color: red !important;
    font-size: 13px;
    display: block;
    margin: 0 !important;

}

.form-group label.error:before {
    display: none;
}

.form-control, .gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme select {
    border: 0;
    outline: 0;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 2px solid #EAEAEA !important;
    font-weight: 500;
    /* font-size: 18px !important; */
    line-height: 24px;
    border-radius: 0;
    transition: 0.25s ease-in-out;
    padding: 0 0 3px !important;
    background: transparent;
}



.gform_wrapper.gravity-theme .gfield_label {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield input {
    font-size: 16px !important;
    text-indent: 4px;
}

.gform_wrapper.gravity-theme .gfield input::placeholder, .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select {
    color: #848484 !important;
    font-weight: 300 !important;
    font-family: 'RAG-Sans-Cello';
    font-size: 16px;
}

.form-control:focus, .gform_wrapper.gravity-theme .gfield input:focus {
    border-color: #33CCCC !important;
}

#successModal {
    font-size: 24px;
}

.gform_wrapper.gravity-theme .gfield {
    margin-bottom: 40px;
}

#successModal p strong {
    font-size: 32px;
}

.btn-close {
    background: none !important;
    outline: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 1;
}

.ginput_preview {
    display: flex;
    align-items: center;
    gap: 7px;
}

.ginput_preview:before {
    width: 27px;
    height: 27px;
    content: '';
    background: url('assets/images/icon_added.svg') no-repeat center center !important;
    background-size: contain !important;
    display: inline-block;
    margin-right: 7px;
}

.ginput_preview strong {
    direction: ltr;
}

.gform_delete_file {
    order: 1;
    background: url('assets/images/Delete.svg') no-repeat center center !important;
    background-size: contain !important;
    width: 15px;
    height: 15px;
    margin-left: 7px;
}

.gform_delete_file span {
    opacity: 0;
}

#successModal .modal-dialog {
    max-width: 800px;
}

#successModal p {
    margin: 0;
    line-height: 38px;
}



/*** BIZ ****/

main#biz {
    background-position: center 150px;
    overflow: hidden;
    background-repeat: no-repeat;
}



main#biz .biz-background {
    position: absolute;
    bottom: 150px;
    display: flex;
    justify-content: center;
    width: 100%;
}

main#biz .biz-background img {
    display: inline-block;
    width: auto;
    max-width: none;
}

main#biz img.coin {
    position: absolute;
    top: calc(320px - 18vw);
    left: 44px;
    max-width: 158px;
}

main#biz img.speaker {
    position: absolute;
    bottom: 220px;
    right: 44px;
    max-width: 158px;
}


main#biz .float-sign {
    position: absolute;
    bottom: -25px;
    left: 94px;
    max-width: 280px;
}

h1.no-text span {
    text-indent: -999999px;
    display: inline-block;
}

.max-biz h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 300;
    margin-bottom: 5px;
    max-width: 919px;
    margin-left: auto;
    margin-right: auto;
}

.max-biz p {
    max-width: 681px;
    margin: 0 auto 3px;
    font-size: 20px;
    line-height: 26px;
}

#biz .sub-text {
    background: #00266E;
    color: #fff;
    max-width: 1051px;
    margin: auto;
    border-radius: 22px;
    padding: 60px 80px;
    position: relative;
    font-size: 24px;
}

main#biz img.money {
    position: absolute;
    bottom: 15px;
    right: -210px;
    max-width: 130px;
}

#biz .sub-text ul {
    margin-bottom: 0;
}

#biz .sub-text ul li {
    display: inline-block;
    margin: 0 -2px 5px;
}

#biz .sub-text p {
    margin: 0;
}

#biz .sub-text ul li:nth-child(odd):after {
    content: '';
    width: 8px;
    height: 8px;
    background: #33CCCC;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    top: -1px;
}

.biz-content {
    background: #fff;
    position: relative;
}

.biz-know {
    background: #fff;
}

.biz-know ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    /* top: -35px; */
}

.biz-know ul li {
    position: relative;
    margin-bottom: 12px;
    line-height: 22px;
    padding-right: 17px;
}

.biz-know ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #33CCCC;
    position: absolute;
    right: 0;
    top: 6px;
}

.biz-content.biz-new {
    background: #F6F6F6;
}

.biz-content.biz-new>img {
    position: absolute;
    width: 100%;
    top: -295px;
}

main.global .biz-content.biz-new>img {
    top: -380px;
}

.columns-new .block:last-child {
    margin-right: auto;
}

.biz-form-new {
    position: relative;
}

.biz-form-new>img {
    position: absolute;
    width: 100%;
    top: -163px;
    left: 0;
}

.biz-content h3 {
    font-size: 34px;
    line-height: 44px;
    position: relative;
    font-weight: 500;
}

.biz-content h3.business2-title {
    font-size: 60px;
}

.offer-content {
    position: relative;
    padding-bottom: 320px;
    z-index: 2;
}

.offer-content:nth-child(2) .row {
    flex-direction: row-reverse;
}

.offer-inside {
    width: 520px;
    text-align: right;
    display: inline-block;
}

.in-offer:nth-child(odd), .offer-content:last-child .in-offer:nth-child(even) {
    text-align: left;
}


.in-offer:nth-child(odd):not(:first-child) {
    margin-top: -180px;
}

.in-offer {
    margin-top: 130px;
    margin-bottom: 130px;
}

.in-offer:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

.in-offer:last-child {
    margin-bottom: 0;
}

main.global .offer-inside-new {
    max-width: 400px;
}

main.global .columns-new .block:last-child {
    margin-left: auto;
    margin-right: 0;
    margin-top: 100px;
    text-align: right;
}

main.global .biz-content.biz-new {
    background: #fff;
}

.offer-content .title, .offer-content-new .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 18px;
    margin-top: 15px;
}

.offer-content-new .title.business2-offer-title {
    color: #33CCCC;
    font-size: 30px;
}

.offer-content:nth-child(2) {
    background: #F6F6F6;
    margin-top: -75px;
    z-index: 1;
    padding-bottom: 85px;

    padding-top: 20px;
}


.offer-content:last-child>img {
    width: 100%;
    top: -200px;
    position: absolute;
    left: 0;
}

.offer-content:last-child {
    padding-top: 230px;
    background: #fff;
    padding-bottom: 85px;
}

.offer-content .offer-text {}


.offer-content .offer-text ul li,
.offer-content-new .offer-text ul li {
    position: relative;
    margin-bottom: 0;
}

.offer-content .offer-text ul,
.offer-content-new .offer-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
}


.offer-content-new .offer-text ul li {
    position: relative;
    padding-right: 24px;
    line-height: 22px;
    margin-bottom: 10px;
}

.offer-content .offer-text ul li:before,
.offer-content-new .offer-text ul li.checked:before {
    width: 14px;
    position: absolute;
    display: inline-block;
    content: '';
    height: 14px;
    background: url('assets/images/check-2.svg') no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    right: 0px;
    top: 2px;
}

.offer-content .container:first-child+img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.offer-inside img.animateMe {
    transition: 0.5s ease-in-out 0.1s;
    position: relative;
    top: -20px;
    opacity: 0;

}

.offer-inside img.animateMe.go {
    top: 0;
    opacity: 1;
}

.biz-form-content {
    background: linear-gradient(0deg, #00266E, #00266E), #D9D9D9;
}

.biz-form {
    max-width: 776px;
    position: relative;
}

.biz-form .inside {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
}


.gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
}


img.location {
    position: absolute;
    top: -95px;
    right: -127px;
}

.gform_confirmation_message {
    text-align: center;
}

.gform_confirmation_message:before {
    display: block;
    content: '';
    width: 124px;
    height: 117px;
    background: url('assets/images/success.svg') no-repeat center center;
    background-size: contain;
    margin: 15px auto 25px;
}

img.car {
    position: absolute;
    bottom: 0;
    left: -184px;
}


/*** GLOBAL ***/
main.global:not(.non-english) {
    direction: ltr;
}

main.global .max-biz p {
    max-width: 900px;
}

main.global .offer-content .title {
    font-weight: 500;
}

main.global .offer-content .offer-text {
    font-size: 20px;
    line-height: 26px;
}


.video-container {
    position: relative;
    filter: drop-shadow(0px 14px 24px rgba(0, 0, 0, 0.14));
    border-radius: 12px;
    overflow: hidden;
    height: 460px;
}

.video-container video, .video-container iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}


.video-container.animateMe {
    opacity: 0;
    top: -30px;
    position: relative;
    transition: 0.5s ease-in-out 0.5s;
}


.video-container.animateMe.go {
    top: 0;
    opacity: 1;
}

.video-container:not(.hideCover) {
    cursor: pointer;
}

.video-container .play-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    opacity: 1;
    transition: 0.8s ease-in-out;
    background-position: center;
}

.video-container.hideCover .play-cover {
    opacity: 0;
    visibility: hidden;
}


main.global .offer-content {
    padding-bottom: 320px;
    background: #fff;
}

main.global:not(.non-english) .offer-inside {
    text-align: left;
}

main.global .offer-content:first-child .container+img {
    bottom: -165px;
}

main.global .offer-content .offer-text ul li:before {
    display: none;
}

main.global .offer-content:last-child {
    background: #F6F6F6;
    padding-top: 125px;
    padding-bottom: 220px;
}

main.global .offer-content:last-child .container+img {
    top: auto;
    bottom: -135px;
}

main.global .in-offer:nth-child(odd) {
    text-align: right;
    padding-right: 30px;
}

main.global .in-offer:nth-child(even) {
    text-align: left;
    padding-left: 30px;
}

main.global .in-offer:nth-child(even) .offer-inside {
    text-align: right;
}

main.global .offer-content:last-child .in-offer:nth-child(odd) {
    text-align: left;
    padding-left: 30px;
}

main.global .offer-content:last-child .in-offer:nth-child(even) {
    text-align: right;
    padding-right: 30px;
}

main.global .offer-content:last-child .in-offer:nth-child(odd) .offer-inside {
    text-align: right;
}

main.global .offer-content:last-child .in-offer:nth-child(even) .offer-inside {
    text-align: left;
}

.act-content {
    position: relative;
    background: #F6F6F6;
}

.act-content>img {
    position: absolute;
    width: 100%;
    top: -190px;
    left: 0;
}

.act-content h3 {
    position: relative;
}

.act-content:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 340px;
    left: 0;
    bottom: 0;
}


.flip .inside {
    position: relative;

}

.flip .inside:hover .in-background {
    transform: scale(1.05);
}

.flip .in-background {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 2s ease-in-out;
}

.flip .inside .in-background:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('assets/images/act_hover.svg') no-repeat center center;
    background-size: cover;
}

.flip {
    position: relative;
    cursor: pointer;
    top: -35px;
    transition: 0.5s ease-in-out 0.1s;
}


.flip>.front,
.flip>.back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 1.4s;
    transition-property: transform, opacity;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.flip>.front {
    transform: rotateY(0deg);
}

.flip>.back {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
    background: #33CCCC;
    pointer-events: none;
}

.flip.click>.front {
    transform: rotateY(180deg);
}

.flip.click>.back {
    opacity: 1;
    pointer-events: visible;
    transform: rotateY(0deg);
}

.flip {
    position: relative;
    height: 540px;

}

.c-3 .flip {
    height: 680px;
}

.flip .title {
    padding-top: 135px;
    position: relative;
}

.flip .title .in-title {
    font-weight: 700;
    font-size: 44px;
    color: #fff;
}

.flip .title .in-text {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.flip .title .in-text p {
    margin-bottom: 5px;
}

.flip>.front {
    display: block;
    width: 100%;
}

.flip>.front p,
.flip>.back p {}

main.global .biz-form-content {
    background: linear-gradient(0deg, #33CCCC, #33CCCC), #D9D9D9;
}


main.global .biz-form-content .location {
    max-width: 120px;
    top: -50px;
    right: -57px;
}

main.global:not(.non-english) .gform_wrapper.gravity-theme .gfield input {
    text-align: left;
}

main.global:not(.non-english) .gform_wrapper.gravity-theme .gfield input::placeholder {
    text-align: left !important;
}

main.global:not(.non-english) .gform_ajax_spinner {
    margin-left: 8px;
    margin-right: 0;
}

main.global:not(.non-english) h2 {
    font-weight: 300;
    font-size: 52px;
    line-height: 46px;
}

/** PRIVATE **/
main.private1 .max-service {
    max-width: 1126px;
    margin: auto;
}

.inner-table {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.table-head {
    height: 260px;
    position: relative;
    border-bottom: 28px solid #F5F5F5;
}

.option-row {
    font-size: 16px;
    line-height: 21px;
    border-left: 1px solid #EAEAEA;
    height: 91px;
}

.option-row:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}

.option-row .check {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-image: url('assets/images/no.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #A6A6A6;
}

.option-row .check.has {
    background-image: url('assets/images/check-w.svg');
    background-size: 10px;
}

.table-head {
    border-left: 1px solid #EAEAEA;
}

.col:last-child:not(:first-child) .table-head {
    border-left: 0;
}

.col:last-child .option-row {
    border-left: 0;
}

.table-head .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.table-head .text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.table-head .text+a {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
}

.table-head .text strong {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}


.table-head .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0px;
}

.table-head:not(.text-center) p {
    margin: 0;
    font-size: 32px;
    line-height: 42px;
    max-width: 252px;
}

.table-head.text-center {
    padding: 38px 15px;
}

.main-hero {
    position: relative;
    padding-bottom: 107px;
}

.main-hero:before {
    content: '';
    background: #fff;
    width: 100%;
    bottom: 0;
    height: 43%;
    left: 0;
    position: absolute;
}

.options h3, .biz-form h3 {
    font-weight: 300;
}

.package-block .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin-right: 40px;
}

.package-block .icon {
    height: 170px;
    width: 243px;
    background: #F5F5F5;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-right: 40px;
}

.package-block .icon img {
    height: 75px;
    margin-bottom: 15px;
}

.package-block .text ul li {
    position: relative;
    margin-bottom: 0;
}

.package-block .text ul li svg {
    width: 14px;
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.package-block .text {
    width: 100%;
    border-right: 1px solid #D9D9D9;
}

.package-block .text-first {
    font-size: 18px;
    line-height: 21px;
}

.package-block .text-first p {
    margin-bottom: 10px;
}

.text-last {
    width: 158px;
}

.text-last a+p:first-of-type {
    margin-top: 10px;
}

.text-last p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

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

.package-block .text-first p:last-child {
    margin-bottom: 0;
}

.slider-switch {
    margin-top: 60px;
}

.slider-switch .switch {
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    padding: 0 20px;
}

.slider-switch .switch:not(.active) {
    color: #000 !important;
}

.slider-switch .switch.active {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 48px;
}

@media (min-width: 1920px) {
    .biz-content.biz-new>img {
        top: -325px;
    }

    .biz-form-new>img {
        top: -190px;
    }

    .act-content>img {
        position: absolute;
        width: 100%;
        top: -210px;
    }
}

@media (min-width: 993px) {
    .table-head.text-center {
        border-top: 0 !important;
    }
}

/** JOIN **/
.no-press {
    cursor: default !important;
    pointer-events: none;
}

main.join .main-hero:before {
    display: none;
}

.what-container {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.what-container .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    max-width: 279px;
    margin-left: auto;
    margin-right: auto;
}

.what-container .icon-container {
    transition: 0.5s ease-in-out;
    position: relative;
    top: -20px;
    opacity: 0;
}

.what-container .icon-container.active {
    top: 0;
    opacity: 1;
}

.jobs-container .a ul {
    list-style: none;
}

.jobs-container .a ul:not(.icons-list) li {
    position: relative;
}

.jobs-container .faq-block.eng ul {
    padding-left: 12px;
}

.jobs-container .a ul:not(.icons-list) li::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    background: #33CCCC;
    position: absolute;
    left: -12px;
    top: 7px;
}

.jobs-container .faq-block .q strong {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

.jobs-container .faq-block .q span {
    background-position-y: top;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.jobs-container .faq-block .q .tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #A6A6A6;
    background: #FFFFFF;
    border: 2px solid #96E6E6;
    border-radius: 4px;
    padding: 4px 6px 3px;

}

.jobs-container .faq-block .q[aria-expanded="true"] {
    color: #000 !important;
}

.jobs-container .a p, .jobs-container .a ul, .jobs-container .a h2, .jobs-container .a h3 {
    color: #000;
    max-width: 600px;
}

.jobs-container .faq-block .q>div[aria-expanded="true"] span {
    background: url('assets/images/minus_dark.svg') no-repeat center right;
    background-size: 23px;
    background-position-y: top;
}

.jobs-container .faq-block.eng .q>div[aria-expanded="true"] span {
    background: url('assets/images/minus_dark.svg') no-repeat top left;
}

main.rates .faq-block .q[aria-expanded="true"] span {
    background: url('assets/images/minus_dark.svg') no-repeat center right;
    background-size: 23px;
    background-position-y: top;
}

main.rates .price {
    direction: ltr;
}

.jobs-container .faq-block {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    /* overflow: hidden; */
}


.jobs-container .a .inside {
    padding-top: 32px;


}

.jobs-container .a .inside .border {
    width: 100%;
    height: 2px;
    margin-bottom: 32px;
    background: #D9D9D9;
}

.jobs-container .a {}

main:not(.rates) .jobs-container .faq-block .q:before {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.jobs-container .faq-block .tags-container {
    gap: 8px;
}

.team-container {
    background: #fff;
}

.team-member .inside {
    background: #FFFFFF;
    box-shadow: 0px 3.61044px 14.4418px rgba(0, 0, 0, 0.1);
    border-radius: 10.8313px;
    max-width: 230px;
    margin: auto;
    padding-bottom: 18px;
}

.team-member .inside.active {
    opacity: 1;
    top: 0;
}

.team-member .inside .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.team-member .inside .position {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.team-member .linked {
    width: 26px;
    background: #000;
    height: 26px;
    transition: 0.3s ease-in-out;
    border-radius: 26px;
    position: absolute;
    top: -7px;
    right: 26px;
}

.team-member .linked:hover {
    background: #0072b1;
}

.team-member .linked img {
    width: 12px;
}

.team-member .inside .image-wrapper {
    padding-bottom: 120%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FAFAFA;
    overflow: hidden;
    border-radius: 10.8313px;
    max-width: calc(100% - 30px);
    margin: auto;
    position: relative;
    top: -20px;
    filter: grayscale(100%);
    transition: 0.4s ease-in-out;
}

.team-member .inside:hover .image-wrapper {
    filter: none;
}

.gallery-slider {
    height: 550px;
}

.gallery-slider .image-col {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.mob-slider {
    height: 75vw;
    max-height: 350px;
}

.gallery-slider .image-col img, .mob-slider img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

#gallery-slider-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url('assets/images/slide_arrow.svg') no-repeat center center;
    background-size: contain;
    text-indent: -99999px;
    border: 0 !important;
    outline: 0 !important;
    z-index: 1;
    box-shadow: 0px 3.61044px 14.4418px rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
}

#gallery-slider-wrap .slick-arrow.slick-next {
    right: 30px;

}

#gallery-slider-wrap .slick-arrow.slick-prev {
    left: 30px;
    transform: translateY(-50%) rotate(180deg);
}

#jobModal .gform_wrapper.gravity-theme .gfield {
    width: 50%;
    float: left;
    padding: 0 30px;
}

#gallery-mobile .slick-dots {
    padding: 25px 0;
}

#gallery-mobile {
    background: #fff;
}

#jobModal .gform_wrapper {
    max-width: 100%;
}

#jobModal .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    padding: 0 30px;
}

#jobModal .custom-file {
    width: 100%;
}

#jobModal .custom-file label {
    display: block !important;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
}

#jobModal .custom-file label:before {
    width: 31px;
    height: 31px;
    content: '';
    margin-right: 15px;
    display: inline-block;
    background: url('assets/images/icon_add.svg') no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}

#jobModal .gform_wrapper.gravity-theme .gform_fields {
    display: block !important;
    overflow: hidden;
}

#jobModal .modal-dialog {
    max-width: 1000px;
}


#jobModal .custom-file .ginput_container_fileupload {
    opacity: 0;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 35px;
    cursor: pointer;
}

#jobModal .custom-file .ginput_container_fileupload button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#jobModal .gform_footer {
    justify-content: start;
    padding: 0 30px;
}

#jobModal .gform_wrapper.gravity-theme .gfield.linkedin {
    position: relative;
}

#jobModal .gform_wrapper.gravity-theme .gfield.linkedin:before {
    content: '';
    width: 17px;
    height: 17px;
    background: url('assets/images/linkedin.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 7px;
}

#jobModal .gform_wrapper.gravity-theme .gfield.linkedin input {
    padding-right: 30px !important;
}


/** HOMEPAGE **/
section#hero {
    height: calc(100vh - 92px);
    margin-top: 92px;
    /*background: url('assets/images/temp_back.jpg') no-repeat center center;
    background-size: cover;*/
    background: #f7f7f7;
    max-height: 1080px;
    min-height: 720px;
}


section#hero h1 {
    font-weight: 300;
    font-size: 52px;
    line-height: 69px;
    max-width: 620px;
    opacity: 0;
    position: relative;
    right: -50px;
    transition: right 1s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.5s;
}

section#hero h1.go {
    opacity: 1;
    right: 0;
}

section#hero h1+a {
    opacity: 0;
    transition: 0.4s ease-in-out 1s;
}

section#hero h1+a.go {
    opacity: 1;
}

section#about {
    background: #fff;
}

section#about h3 {
    font-weight: 500;
    font-size: 52px;
    line-height: 69px;
    margin-bottom: 12px;
}

section#about h3+h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

section#about .max-service p {
    max-width: 902px;
}

section#about h4 {
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
}

section#about .video-container {
    max-width: 997px;
    margin: auto;
    height: 444px;
    box-shadow: none;
    filter: none;
}

section#about .video-container.go {
    top: 0;
    opacity: 1;
}

section#extra-info .offer-content:first-child {
    background: #fafafa;
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 185px;
    line-height: 42px;
}

section#extra-info .offer-content .offer-inside {
    position: relative;
    z-index: 1;
}

section#extra-info .offer-content:first-child .offer-inside {
    width: 740px;
}

section#extra-info .offer-content:first-child .offer-inside img {
    max-width: 140px;
    margin-bottom: 30px;

}


section#extra-info .offer-content:first-child h3 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 13px;
    line-height: 69px;
}


section#extra-info .offer-content:last-child {
    z-index: 2;
    padding-top: 40px;

}

section#extra-info .offer-content:last-child .offer-inside {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    width: 450px;
}

section#extra-info .offer-content:last-child .offer-inside h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 12px;
}

section#extra-info .offer-content:last-child .offer-inside a {
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 16px;
    line-height: 20px !important;
    border-radius: 4px;
    border: 2px solid #000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
    border-color: #000;
    color: #000 !important;
    margin-top: 15px;
}

section#extra-info .offer-content:last-child .offer-inside a:hover {
    border-color: #5B5B5B;
    color: #5B5B5B !important;
}

section#extra-info .offer-content:last-child .offer-inside img {
    margin-bottom: 27px;
    position: relative;
}


section#extra-info .offer-content>img {}

section#map {
    background: #F1F1F1;
    position: relative;
}

section#map h3 {
    font-weight: 300;
    font-size: 52px;
    line-height: 69px;
    margin-bottom: 25px;
}

section#map .top-text {
    font-size: 24px;
    line-height: 32px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    top: 75px;

}

#tooltip {
    position: absolute;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background: #FFCC00;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    border-radius: 6px;
    padding: 6px 12px;
    margin-top: 10px;
}

.bottom-stats {
    background: #33CCCC;
    border-radius: 12px;
    width: 750px;
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding: 22px 0;
}

.bottom-stats .col {
    position: relative;

}

.bottom-stats .col:before {
    content: '';
    width: 2px;
    height: 52px;
    left: -1px;
    top: calc(50% - 26px);
    background: #96E6E6;
    position: absolute;
}

.bottom-stats .col:after {
    content: '';
    width: 2px;
    height: 48px;
    right: -1px;
    top: calc(50% - 24px);
    background: #96E6E6;
    position: absolute;
}

.bottom-stats .col:last-child:after,
.bottom-stats .col:first-child:before {
    display: none;
}



.bottom-stats .row {}

.bottom-stats .number {
    font-weight: 500;
    font-size: 42px;
    line-height: 34px;
    margin-bottom: 3px;
    direction: ltr;
}

.bottom-stats .number span {
    margin: 0 -2px;
    display: inline-block;
}


#tooltip:before {
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #FFCC00;
    content: '';
    position: absolute;
    right: -11px;
    top: calc(50% - 5px);
}

.jvm-tooltip {
    background: #FFCC00;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    border-radius: 6px;
    padding: 6px 12px;
    margin-top: 10px;
    font-family: 'RAG-Sans-Cello', sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: block !important;
    visibility: hidden;
    top: 0;
    left: 0;
}

.jvm-tooltip.active {
    opacity: 1;
    visibility: visible;
}

.jvm-marker.jvm-element {
    font-family: 'RAG-Sans-Cello', sans-serif;
    font-size: 16px;
    transform: translate(-13px, -13px);

}


#tooltip.show {
    opacity: 1;
    visibility: visible;
}

.acf-map {
    position: relative;
    width: 1030px;
    margin: auto;
    height: 700px;
    top: 0;
    overflow: hidden;
    left: 0;
    transition: 0.8s ease-in-out;
    direction: ltr;
    filter: blur(15px);
    /* transform: scale(0.95)*/
}

#jvm-regions-group {
    pointer-events: none;
}

.jvm-zoom-btn {}

#newMap {
    position: relative;
    width: 1120px !important;
    height: 775px !important;
    margin: auto;
}

.acf-map.go {
    filter: none;
}

section#services {
    overflow: hidden;
    position: relative;
    background: #fff;
}

#serviceWindow.in-ser .inside {
    height: 260px;
    position: relative;
}

#serviceWindow .inside .wrapper:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
}

section#services:after {
    /*content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    background: #FAFAFA;
    top: 0;*/
}

.service-back {
    position: absolute;
    width: 50%;
    left: 0;
    top: -15px;
}

.service-back:after {
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    transition: 1.5s ease-in-out;
}

.go .service-back:after {
    width: 0;
}

.service-back img {
    width: 100%;
}

section#services:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    background: #33CCCC;
    ;
    top: 0;
}


#cookie-notice {
    font-family: 'RAG-Sans-Cello', sans-serif !important;
    font-size: 18px !important;
}




#cookie-notice .cn-button {
    margin-right: 15px !important;
    margin-left: 0 !important;
    font-size: 16px !important;
    background: #33CCCC;
    border: 0 !important;
}

section#services .container {
    position: relative;
    z-index: 1;
}

section#services .in-ser {
    height: calc(100vh - 92px);
    min-height: 750px;
}

section#services .in-ser .inside {
    width: 350px;
    display: inline-block;

}

section#services #serviceWindow .inside {
    margin-top: 50px;
}

section#services .in-ser .title {
    font-weight: 300;
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 18px;
}

section#services .in-ser:first-child .title {
    color: #fff;
}

.service-mock {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 320px;
    z-index: 2;

}

.service-mock img:first-child {
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
}

.bottom-text {
    position: absolute;
    z-index: 1;
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    bottom: -100px;
    left: 0;
    opacity: 0;

    width: 100%;
    padding: 25px 0;
    box-shadow: 0px -6px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 7px solid #33CCCC;
    transition: 0.6s ease-in-out 0.7s;
}

#services.go .bottom-text {
    bottom: 0;
    opacity: 1;
}

.bottom-text a {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #339999;
}

.bottom-text a img {
    transform: rotate(180deg);
    position: relative;
    transition: 0.3s ease-in-out;
    left: 0;
}

.bottom-text a:hover img {
    left: 4px;
}

.bottom-text .text {
    position: relative;
}

.bottom-text .text .hover-text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    display: none;
}

.mock-container {
    width: 89.5%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: opacity 1s ease-in-out 0.4s !important;
}

.section-about-background {
    background: url('assets/images/video_wave.svg') no-repeat center center #fff;
    background-size: auto;
    background-position-y: 88%;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    height: 520px;
    opacity: 0;
    transition: 0.8s ease-in-out;
}

.section-about-background.animateMe {
    opacity: 1;
}

.section-about-background:after {
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    transition: 1.5s ease-in-out;
}

.section-about-background.go:after {
    width: 0;
}

.mock-container.new {
    transition: opacity 0.5s ease-in-out !important;
}


section#services .in-ser:first-child .service-inline {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}


section#services .in-ser:first-child .service-inline:hover,
section#services .in-ser:first-child .service-inline.active {
    background: #fff;
    border-color: #fff;
    color: #33CCCC;
}

section#services .in-ser .service-inline {
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    background: #EAEAEA;
    border-radius: 40px;
    padding: 10px 15px;
    line-height: 21px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

section#services .in-ser .service-inline:hover,
section#services .in-ser .service-inline.active {
    color: #fff;
    background: #5B5B5B;
    ;
}

.service-select {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 63px;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    transition: 0.3s ease-in-out;
    padding: 6px 12px;
    display: inline-block;
    margin: 0 7px;
}

.service-select {}

.service-slide {
    padding: 10px 0 25px;
}

.service-tabs-slider {
    overflow-y: auto;
    white-space: nowrap;
    margin-top: 38px;
}

section#services .more-info {

    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    margin-top: 30px;
    text-decoration-line: underline;
}

.service-select.active {
    background: #FBFFFF;
    border-color: #fff;
    color: #33CCCC;
}

section#hero .container {
    position: relative;
}

.home-background {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    top: 110px;
}

.home-background img.mainback {
    max-width: none;
    margin: 0 auto 0 0;
    display: block;
}


.home-background img.home_logo {
    position: absolute;
    width: 154px;
    left: 378px;
    top: 267px;
}

section.main-hero:before {
    display: none;
}

.home-background img.home_logo.go {
    animation: bigMe 3.5s linear forwards 2.8s;
    -webkit-animation: bigMe 3.5s linear forwards 2.8s;
}


.home-background img.home_parking {
    position: absolute;
    left: 880px;
    top: 370px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 1.2s, top 1s ease-in-out 1s;
}

.home-background img.home_parking.go {
    top: 425px;
    opacity: 1;
}

.home-background img.home_car {
    position: absolute;
    left: 1600px;
    bottom: 106px;
    width: 345px;
    transform: rotate(-9deg);
    transition: none;
    opacity: 0;
    animation: moveCar 0.8s linear forwards 1s;
    -webkit-animation: moveCar 0.8s linear forwards 1s;
}

.rom-content {
    font-size: 20px;
}


.rom-content .c-btn+p, .service-block.link .c-btn+p {
    font-size: 16px;
    opacity: 0.7;
    margin-top: 15px;
}

.rom-content p:last-of-type, .service-block.link p:last-of-type {
    margin-bottom: 0;
}

@keyframes moveCar {
    0% {
        opacity: 0;
        left: 1600px;
        bottom: 106px;
        transform: rotate(-9deg);
    }

    75% {
        left: 1255px;
        bottom: 4px;
        transform: rotate(5deg);
    }

    100% {
        left: 1170px;
        bottom: -9px;
        transform: rotate(8deg);
        opacity: 1;
    }
}

@keyframes bigMe {
    0% {
        transform: scale(1);

    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }
}

@media (max-width: 1601px) {
    .biz-content.biz-new>img {
        top: -270px;
    }
}

@media (max-width: 1401px) {


    main.global .biz-content.biz-new>img {
        top: -310px;
    }

    .biz-content.biz-new>img {
        top: -238px;
    }

    .biz-form-new>img {
        top: -150px;
    }

    section#hero {
        min-height: 640px;
        max-height: 900px;
    }

    footer .footer-img {
        top: 0;
        margin-bottom: 35px;
    }

    .home-background img.mainback {
        max-width: 1700px;
        position: relative;
        left: -45px;
    }

    .home-background img.home_parking {
        position: absolute;
        left: 692px;
        top: 345px;
        width: 80px;
    }

    .home-background img.home_parking.go {
        top: 370px;
        opacity: 1;
    }

    .home-background img.home_car {
        position: absolute;
        left: 1200px;
        bottom: 33px;
        transform: rotate(1deg);
        width: 325px;
        animation: moveCar1 0.8s linear forwards 1.5s;
        -webkit-animation: moveCar1 0.8s linear forwards 1.5s;
    }

    @keyframes moveCar1 {
        0% {
            opacity: 0;
            left: 1200px;
            bottom: 33px;
            transform: rotate(1deg);
        }

        60% {
            left: 1000px;
            bottom: -7px;
            transform: rotate(7deg);
        }

        100% {
            left: 910px;
            bottom: -18px;
            transform: rotate(10deg);
            opacity: 1;
        }
    }


    .home-background img.home_logo {
        position: absolute;
        width: 140px;
        left: 268px;
        top: 216px;
    }

    section#extra-info .offer-content:last-child {
        padding-bottom: 100px;
    }

    .acf-map {
        /*  width: 978.5px;

        height: 665px;*/

        transform: scale(0.95);
    }

    /*.acf-map canvas {
        transform: scale(0.95);
    }*/

    section#extra-info .offer-content:first-child .offer-inside img {
        max-width: 129px;
        margin-bottom: 25px;
    }

    .bottom-stats {
        width: 650px;
    }

    .page-map {
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }

    section#map h3 {
        margin-bottom: 18px;
    }

    section#extra-info .offer-content:last-child .offer-inside img {
        max-width: 76px;
    }

    section#services .in-ser {
        min-height: 650px;
    }

    .service-mock {
        max-width: 260px;
    }

    section#about .video-container {
        max-width: 848px;
        height: 360px;
    }

    .package-block .icon img {
        height: 70px;
    }


    main.private1 .max-service h1 {
        font-size: 40px;
        line-height: 52px;
    }


    .package-block .icon {
        margin-right: 25px;
    }

    .package-block .text ul {
        margin-right: 25px;
    }

    .package-block .text ul li svg {
        margin-right: 7px;
    }

    .package-block .text ul:last-child {
        margin-right: 5px;
    }

    .last-text-wrapper {
        padding-right: 18px !important;
    }

    .package-block .icon {
        height: 145px;
        width: 210px;
    }

    .main-hero:before {}


    main.private1 .max-service {
        max-width: 890px;
    }


    .form-group, .gform_wrapper.gravity-theme .gfield {
        margin-bottom: 32px;
    }


    main#biz img.coin {
        top: calc(350px - 18vw);
        max-width: 138px;
    }

    #biz .sub-text {
        max-width: 919px;
        padding: 60px;
    }

    main#biz img.money {
        position: absolute;
        bottom: -58px;
        right: -166px;
        max-width: 130px;
    }

    main#biz .float-sign {
        max-width: 242px;
        bottom: -12px;
    }

    .offer-content {

        padding-bottom: 270px;
    }

    .offer-content:last-child {
        padding-top: 165px;
    }


    .offer-content:last-child>img {
        top: -168px;
    }

    .offer-content:nth-child(2) {
        padding-top: 25px;
        padding-bottom: 75px;
    }


    main#contact {
        background-position: -75px -35px;
        background-size: auto;
        background-repeat: no-repeat;
    }

    main#contact .phone1 {
        left: 0px;
        top: 63px;
    }

    main#contact .phone2 {
        top: 257px;
        right: -54px;
    }

    main.global .offer-content {
        padding-bottom: 210px;
    }

    main.global .offer-content:last-child {
        padding-top: 140px;
        padding-bottom: 85px;
    }

    .flip {
        height: 470px;
    }

    .c-3 .flip {
        height: 600px;
    }

    .video-container {
        height: 420px;
    }

    .flip .title {
        padding-top: 140px;
    }

    .act-content:before {
        height: 390px;
    }

    .act-content>img {
        top: -147px;
    }

}

@media (max-width: 1201px) {
    h1.text-42 {
        font-size: 32px;

    }

    main.global .biz-content.biz-new>img {
        top: -255px;
    }

    .biz-content.biz-new>img {
        top: -195px;
    }

    section#services .in-ser {
        min-height: 590px;
    }

    .service-back {
        top: 30px;
    }


    .biz-form-new>img {
        top: -127px;
    }

    .service-mock {
        max-width: 200px;
    }

    .home-background img.mainback {
        left: -180px;
    }

    .home-background img.home_parking {
        left: 558px;
    }

    .home-background img.home_logo {
        left: 130px;
    }

    .acf-map {
        transform: scale(0.85);
    }

    main.join img.icon1 {
        display: none;
    }

    .offer-inside {
        width: 100%;
    }

    .offer-content .container:first-child+img {
        bottom: 25px;
    }

    .offer-content:last-child>img {
        top: -90px;
    }

    #newMap {
        width: 994px !important;
        height: 700px !important;
    }
}

@media (max-width: 993px) {
    .service-title h1 strong {
        display: block;
    }

    .biz-know ul {
        top: 0;
    }


    footer {
        overflow-x: hidden;
    }

    .copyright {
        position: static;
        text-align: center;
        margin-top: 35px;
        font-size: 14px;
    }

    .spec-pricing .inside {
        box-shadow: none !important;
    }

    .new-s .gform_wrapper.gravity-theme .gfield-choice-input+label a {
        color: #fff !important;
        text-decoration: underline !important;
    }

    .spec-pricing .title {
        font-size: 16px;
        padding: 5px;
    }

    .spec-pricing .pricing-col:not(:last-child) {
        border-bottom: 1px solid #FFE167;
    }


    section#extra-info .offer-content:first-child .offer-text {
        max-width: 500px;
    }

    .max-service ul li {}

    .biz-know h3+img, .biz-know h3+.new-link+img {
        margin-top: 45px;
    }

    main.global .offer-inside-new {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 15px;
    }

    .act-content:before {
        display: none;
    }

    main.global .biz-form-new>img {}

    main.global .biz-know {
        text-align: center;
    }

    .offer-content-new .offer-text ul li {
        top: 4px;
    }

    .biz-content.biz-new>img {
        width: auto;
        left: -95px;
        max-width: 1500px;
    }

    .act-content>img {
        width: auto;
        left: -75px;
        max-width: 1500px;
        top: -120px;
    }


    main.global .columns-new .block:last-child {
        margin-top: 0;
    }

    main.global .biz-content.biz-new>img {
        left: -130px;
    }

    .biz-form-new>img {
        top: -190px;
        width: auto;
        left: -95px;
        max-width: 1500px;
    }

    .service-block .inside img {
        max-width: 145px;
    }

    #cookie-notice {
        font-size: 16px !important;
    }

    .download-file {
        position: static;
        display: block;
        margin-top: 15px;
    }

    .service-mock {
        max-width: 185px;
    }

    .service-back:after {
        display: none;
    }

    .service-back {
        width: 100%;
        top: 200px;
        display: flex;
        justify-content: center;
    }

    .service-back img {
        max-width: none;
        width: auto;
    }



    .bottom-stats .row {
        margin: 0;
    }

    .bottom-stats .col {
        position: relative;
        line-height: 14px;
    }


    .flip {
        top: 0;
        opacity: 1;
    }

    .rom-content {
        font-size: 18px;
    }

    .team-member .inside .image-wrapper {
        filter: none;
    }

    footer {
        padding-bottom: 60px;
    }

    main.global .offer-content .offer-text {
        font-size: 18px;
        line-height: 21px;
    }

    section#about {
        background: #fff !important;
    }

    .section-about-background {
        display: none;
    }

    .home-background img.mainback {
        width: auto;
        max-width: none;
        position: static;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    section#hero {
        background: #f7f7f7;
        height: auto;
        margin-top: 62px;
        min-height: 0;
        max-height: none;
    }

    section#hero h1 {
        font-weight: 300;
        font-size: 40px;
        line-height: 47px;
    }

    section#hero .home-background {
        position: static;
        width: 100%;
    }

    section#about .video-container {
        /*box-shadow: 0px 0px 14px rgb(0 0 0 / 10%);*/
    }

    section#extra-info .offer-content:first-child .offer-inside {
        width: 100%;
    }

    section#extra-info .offer-content:first-child h3 {
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    section#extra-info .offer-content:last-child .offer-inside {
        width: 100%;
        padding-top: 45px;
    }

    section#extra-info .offer-content:first-child {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
    }

    section#extra-info .offer-content:last-child .offer-inside h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 7px;
    }

    section#extra-info {
        overflow: hidden;
    }

    section#map h3 {
        font-weight: 300;
        font-size: 40px;
        line-height: 53px;
        margin-bottom: 8px;
    }

    .bottom-stats {
        max-width: calc(100% - 3rem);
        position: absolute;
        bottom: 45px;
        left: 1.5rem;
        transform: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        width: 100%;
    }

    .bottom-stats .number {
        font-weight: 500;
        font-size: 32px;
        line-height: 42px;
    }

    section#map .top-text {
        position: absolute;
        top: 60px;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
    }

    section#extra-info .offer-content:last-child {
        padding-bottom: 50px;
    }

    section#extra-info .offer-content:last-child .offer-inside {
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
    }

    section#extra-info .offer-content:first-child .offer-inside img {
        max-width: 110px;
        margin-bottom: 18px;
    }

    section#extra-info .offer-content:first-child {
        background: #fff;
    }

    section#extra-info .offer-content:last-child>img {
        left: auto;
        right: -35px;
    }

    .service-mock {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        margin: auto;
    }

    section#services .slick-dots li {
        background: #fff;
    }

    .service-mock img:first-child {
        box-shadow: 0px 14px 14px rgb(0 0 0 / 10%);
        border-radius: 32px;
    }

    section#services {
        background: #33CCCC;
        color: #fff;
        padding-bottom: 50px;
    }

    section#services .container {
        position: relative;
    }


    .service-tabs-slider {
        top: 0;
        z-index: 2;
        margin-top: 20px;
    }

    section#services .more-info {
        bottom: 50px;
    }

    section#services .service-select, section#services .slick-list, section#services .slick-track {
        height: 100%;
    }

    section#services h3 {
        font-weight: 300;
        font-size: 32px;
        max-width: 200px;
        margin: auto;
    }

    section#services:before, section#services:after {
        display: none;
    }

    .table-head .title, .table-head .text strong {
        font-size: 22px;
        line-height: 29px;
    }

    .page-map {
        overflow: hidden;
    }

    .acf-map {
        position: relative;
        right: -165px;
    }

    section#about h3+h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
    }

    section#about .video-container {
        height: 335px;
    }

    section#about .max-service p {
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
    }

    section#about h3 {
        font-weight: 500;
        font-size: 32px;
        line-height: 42px;
    }

    #jobModal .gform_wrapper.gravity-theme .gfield.linkedin:before {
        right: 0 !important;
        top: 11px;
    }

    .team-member .inside .name, .team-member .inside .position {
        font-size: 12px;
        line-height: 15px;
    }

    #jobModal .gform_footer {
        padding: 0;
    }

    #jobModal .gform_button.button {
        width: 100%;
    }

    .jobs-container .a ul li::before {
        top: 5px;
    }

    #jobModal .title {
        padding: 0;
        text-align: center;
        font-size: 24px;
    }

    #jobModal .gform_wrapper.gravity-theme .gfield {
        width: 100%;
        padding: 0;
    }

    .jobs-container .faq-block .q {
        font-size: 18px;
        line-height: 22px;
    }

    .jobs-container .faq-block .q:before {
        display: none;
    }

    .jobs-container .faq-block .a {
        padding: 0;
    }

    .jobs-container .a .inside {
        padding-top: 25px;
    }

    .jobs-container .a a.c-btn {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .jobs-container .faq-block .a {
        font-size: 14px;
        line-height: 19px;
    }

    .jobs-container .faq-block .a .border {
        display: none;
    }

    .jobs-container .faq-block .q span {
        background-position-y: center !important;
    }

    .jobs-container .faq-block .q strong {
        font-size: 18px;
        line-height: 24px;
    }

    .what-container .title {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }


    main.join .max-service p {
        margin-bottom: 0;
    }


    .package-block .icon {
        font-size: 18px;
    }


    img.icon1, img.icon2 {
        display: none;
    }


    main.private1 .max-service h1 {
        font-size: 32px;
        line-height: 42px;
    }

    /*body {
        font-size: 18px;
    }*/

    main, section:first-child {
        margin-top: 62px;
    }


    main#contact .phone1 {
        display: none;
    }

    main#contact .phone2 {
        display: none;
    }

    h1 {
        font-size: 34px;
    }

    main.global:not(.non-english) h2 {
        font-size: 34px;
        line-height: 36px;
    }

    #langSwitch {
        color: #000;
        position: relative;
        padding: 0 1.5rem;
        font-size: 18px;
        font-weight: bold;
    }


    #langSwitch select {
        border-color: #000 !important;
        box-shadow: none !important;
        border-radius: 30px !important;
        text-transform: capitalize;
        font-weight: bold;
        font-size: 16px;
    }

    .c-btn.mobile-btn {
        padding: 0;
        border: 0;
        background: transparent !important;
    }

    .c-btn.mobile-btn img {
        height: 28px;
    }

    .hamburger {
        position: relative;
        z-index: 3;
    }

    .menu-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        opacity: 0;
        left: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
        padding: 60px 0 40px;
        z-index: 2;
    }

    .menu-wrapper>.mobile-wrapper {
        overflow-y: auto;
        height: 100%;
        max-width: 350px;
        opacity: 0;
        transition: 0.3s ease-in-out 0.5s;
    }

    .no-overflow .menu-wrapper>.mobile-wrapper {
        opacity: 1;
    }

    .no-overflow .menu-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .admin-bar .menu-wrapper {
        top: 32px;
        height: calc(100% - 32px);


    }

    .menu-wrapper ul li {
        display: block;
        margin: 30px 0 !important;
        text-align: left;
        font-size: 18px;

    }

    .no-overflow .menu-wrapper ul li {
        opacity: 1;
    }

    .menu-wrapper ul li a {
        padding: 0 1.5rem;
    }

    .menu-wrapper ul li .sub-menu {
        opacity: 1;
        visibility: visible;
        position: static;
        font-size: 16px;
        padding: 0;
        background: #FAFAFA;
        border: 1px solid #D6D6D6;
        border-left: 0;
        width: 310px;
        white-space: normal;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-top: 25px;
        display: none;
        columns: unset;
        transition: none !important;
    }

    .menu-wrapper ul li .sub-menu li {
        font-size: 16px;
        margin-left: 0 !important;
    }

    li.menu-item-has-children>a:after {
        transition: 0.4s ease-in-out;
    }

    li.menu-item-has-children.open>a:after {
        transform: rotate(180deg);
    }

    .menu-wrapper ul li .sub-menu:before {
        display: none;
        ;
    }

    .menu-wrapper:before {
        position: absolute;
        width: 350px;
        left: -100%;
        transition: 0.4s ease-in-out 0.2s;
        background: #fff;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        height: 100%;
        content: '';
        top: 0;
    }

    .no-overflow .menu-wrapper:before {
        left: 0;
    }


    footer .col {
        border-bottom: 1px solid #EAEAEA;
        padding: 30px 0;
    }

    footer .col .title:before {
        content: '';
        width: 15px;
        height: 15px;
        background: url('assets/images/arrow-down.svg') no-repeat center center;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        transition: 0.3s ease-in-out;
    }

    footer .col.open .title:before {
        transform: rotate(180deg);
    }

    footer .col ul {
        display: none;
        padding-left: 23px;
        padding-top: 15px;
    }

    footer {
        padding-top: 25px;
    }

    .footer-title {
        font-size: 34px;
        line-height: 45px;
    }

    .social-links a svg {
        width: 30px;
        height: 30px;
    }

    .download-links a img {
        max-width: 140px;
    }

    .cats-container a {
        margin: 0 5px 10px;
        display: inline-block;
        padding: 8px 15px;
    }

    .faq-block, main.rates .faq-block .q, main.rates .faq-block .a, main.rates .faq-block .name-head, main.rates .faq-block .name-body {
        padding: 24px;
    }

    .banner-inner {
        font-size: 14px;
        max-width: 85%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-inner:not(.no-link):after {
        content: '';
        width: 11px;
        background: url(assets/images/arrow-left.svg) no-repeat center center;
        height: 11px;
        background-size: contain;
        position: absolute;
        right: 15px;
        top: 23px;
        transform: rotate(180deg);
    }

    .banner-inner a {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .max-service p {
        font-size: 18px;
        line-height: 23px;

    }

    .max-service ul {
        font-size: 18px;
        line-height: 23px;
    }

    .banner-inner img {
        width: 22px;
        margin-right: 10px;
    }

    .service-block .inside ul {
        line-height: 24px;
    }

    .service-block .inside ul li {
        background: url('assets/images/check-2.svg') no-repeat left 7px;
        background-size: 10px;
        margin-bottom: 10px;
    }

    .service-block .inside {
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    }

    .service-block h3, .biz-know h3 {
        font-size: 24px;
    }

    .pricing-col img {
        max-width: 135px;
    }

    .pricing-col .title {
        font-size: 20px;
    }

    .pricing-col .price {
        font-size: 24px;
    }

    .pricing-col .sub-title {
        font-size: 16px;
    }

    .service-block .link-inside {
        background: #fff;
        /*box-shadow: none;*/
    }

    .service-block .inside .small-print p {
        font-size: 14px;
        line-height: 18px;
    }

    .inner-list {
        max-height: none;
        overflow: visible;
        padding: 0;
    }

    .service-block .inside h4 {
        font-size: 18px;
    }

    .form-group, .gform_wrapper.gravity-theme .gfield {
        margin-bottom: 26px;
    }

    h1.no-text img {
        max-width: 162px;
    }

    .max-biz h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .max-biz p {
        font-size: 18px;
        line-height: 24px;
    }

    #biz .sub-text {
        width: 100%;
        font-size: 18px;
        padding: 32px 18px;
    }

    .biz-content h3 {
        font-size: 32px;
        position: relative;
    }


    main#biz img.money {
        right: 25px;
        max-width: 97px;
        bottom: -135px;
    }

    main#biz .float-sign {
        display: none;
    }

    #biz .sub-text ul li {
        display: block;
        margin: 10px 0;
        line-height: 24px;
    }

    #biz .sub-text ul li:after, #biz .sub-text ul li:before {
        display: none !important;
    }

    .offer-content .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .offer-content .offer-text ul, .offer-content-new .offer-text ul {
        font-size: 18px;
        line-height: 34px;
    }

    main.global .offer-content .offer-text ul {
        line-height: 21px;
    }

    .offer-content .container:first-child+img, .offer-content:last-child>img {
        width: 1200px;
        max-width: none;
        left: -155px;
        bottom: 0;
    }

    .video-container .play-cover img {
        max-width: 100px;
    }

    main.global .offer-content:last-child {
        padding-top: 120px;
    }


    .video-container {
        height: 350px;
    }


    main.global .offer-content:first-child .container+img {
        left: auto;
        right: -134px;
    }

    .offer-content:last-child>img {
        left: -90px;
        top: -200px;
    }

    .offer-content {
        padding-bottom: 405px;
    }

    .offer-inside {
        width: 100%;
    }


    .offer-content:nth-child(2) {
        padding-top: 80px;
    }

    .in-offer {
        margin: 25px 0 !important;
    }

    .offer-content:last-child {
        padding-bottom: 0;
    }

    .biz-form .inside {
        background: transparent;
        color: #fff;
        box-shadow: none;
    }

    img.location, img.car {
        display: none;
    }

    .biz-form-content .gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield-choice-input+label, #contact .contact-gform .gform_wrapper.gravity-theme .gfield input, #contact .contact-gform .gform_wrapper.gravity-theme .gfield-choice-input+label, #contact .contact-gform .gform_wrapper.gravity-theme textarea, #contact .contact-gform .gform_wrapper.gravity-theme select, body.page-template-private .biz-form textarea {
        color: #fff !important;
    }

    .biz-form-content .gform_wrapper.gravity-theme .gfield input::placeholder, #contact .contact-gform .gform_wrapper.gravity-theme .gfield input::placeholder, #contact .contact-gform .gform_wrapper.gravity-theme textarea::placeholder, body.page-template-private .biz-form textarea::placeholder {
        color: #EAEAEA !important;
    }

    #contact .contact-gform .gform_wrapper.gravity-theme textarea, #contact .contact-gform .gform_wrapper.gravity-theme select {
        background-color: rgba(225, 225, 225, 0.25);
        border: 2px solid #fff;
    }

    body.page-template-private .biz-form textarea {
        background-color: transparent;
    }

    .biz-form-content .gform_button.button, #contact .contact-gform .gform_button.button {
        background: #fff;
        border-color: #fff;
        color: #000 !important;
    }

    /* .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select {
        color: rgba(225, 225, 225, 1) !important;
    } */

    .lp-form .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select {
        color: #848484 !important;
    }

    main.global .offer-inside {
        text-align: center !important;
    }

    main.global h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }

    main.global .max-biz p {
        font-size: 18px;
        line-height: 24px;
    }

    .inner-table {
        background: transparent;
        box-shadow: none;
    }

    .inner-table .col-lg-5 .table-head {
        background: transparent;
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
        text-align: center;
        border: 0;
        height: auto;
        padding-top: 20px;
    }


    .table-head.text-center {
        border-left: 0;
        border-right: 0;
        background: #fff;
        height: 280px;
    }

    .table-head .text+a {
        width: calc(100% - 60px);
    }

    .table-head:not(.text-center) p {
        max-width: 280px;
        margin: auto;
    }

    .mobile-text {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        max-width: 182px;
    }

    .option-row:not(:last-child) {
        border-bottom: 0;
    }

    .mobile-slick {
        width: calc(100% + 1.5rem);
        max-width: none;
        position: relative;
        left: 0.75rem;
        padding: 0;
    }

    .mobile-slick .slick-list {
        padding-top: 35px !important;
        padding-bottom: 45px !important;
    }

    .option-row {
        height: 66px;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .slick-dots {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 3px;
        width: 5px;
        height: 5px;
        vertical-align: middle;
        background: #33CCCC;
        overflow: hidden;
        cursor: pointer;
        border-radius: 10px;
        transition: 0.25s ease-in-out;
        position: relative;
    }

    .slick-dots li.slick-active {
        width: 8px;
        height: 8px;
    }

    .slick-dots li button {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .in-row .inside {
        border-radius: 12px;
        background: #FFFFFF;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: 0.4s ease-in-out;
    }

    .inside .table-head.text-center {
        transition: 0.25s ease-in-out;
    }


    .in-row:not(.slick-active) .inside {
        transform: scale(0.92);
        width: calc(100% + 34px);
        position: relative;
        left: 16px;

    }

    .in-row:not(.slick-active) .inside .table-head.text-center {
        border-bottom-color: #fff;

    }

    .main-hero {
        padding-bottom: 0px;
    }

    .main-hero:before {
        display: none;
    }

    .package-block .icon {
        width: 100%;
        height: 170px;
    }

    .package-block .text ul {
        font-size: 14px;
        line-height: 19px;
    }

    .package-block .text ul li {
        margin-bottom: 6px;
    }

    .package-block .text {
        border: 0 !important;
        margin: 31px 0 75px;
    }

    main.private1 .options {
        position: relative;
    }

    main.private1 .options:before {
        width: 100%;
        height: 19%;
        background: #fff;
        bottom: 0;
        left: 0;
        content: '';
        position: absolute;
    }

    .last-text-wrapper {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .text-last {
        width: 100%;
        flex-wrap: wrap;
    }

    .text-last p {
        order: 0;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 19px;
    }

    .text-last .c-btn {
        width: 100%;
        text-align: center;
        order: 1;
        margin-bottom: 10px;
    }

    .package-block .text ul li svg {
        width: 12px;
        height: 12px;
    }

    main#contact {
        background-position: center 0px;
        background-size: auto;
    }

    main.private1 img.icon1 {
        display: block;
    }

    main.private1 img.icon2 {
        max-width: 90px;
        display: block;
    }

    main#biz .biz-background {
        bottom: 0px;
    }

    /* NEW CSS THAT UNHIDES THE SHARE BUTTON */
    .me-auto.tags-container.d-none, .ms-auto.tags-container.d-none {
        display: unset !important;
    }

    .me-auto.tags-container.d-none .tag, .ms-auto.tags-container.d-none .tag {
        display: none;
    }

    .eng .share-wrap>.share-div {
        right: 0;
        left: unset;
    }

    .share-wrap>.share-div {
        left: 0;
        right: unset;
    }

    .share-wrap>.share-div:before {
        left: 10px;
        right: unset;
        bottom: -14px;
    }

    .eng .share-wrap>.share-div:before {
        right: 10px;
        left: unset;
    }

    .share-wrap>.share-div ul {
        list-style: none;
    }

    /* .inside>.share-wrap.desktop-hide {
        display: block;
        padding: 0;
    } */

    .end-action.text-start.mt-5 {
        margin-top: unset !important;
    }

    .share-wrap.mobile-hide {
        display: none;
    }

    .tags-container>.share-wrap.desktop-hide {
        display: block;
        padding: 0;
    }

    #contact .contact-gform {
        background-color: #33cccc;
    }

    #contact .contact-gform .inside {
        padding: 0 20px;
    }
}

@media (max-width: 780px) {


    #contactWrapper .title {
        font-size: 24px;
        line-height: 28px;
    }

    .hour-flex {
        padding-right: 30px;
        padding-top: 3px;
    }


    main.rates .faq-block .row-this {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    .offer-content:nth-child(2) {
        padding-top: 25px;
    }

    main#biz .biz-background img {}



    main#biz img.coin {
        max-width: 158px;
        top: 49px;
        left: -57px;
    }

    body.admin-bar.scroll header {
        top: 0;
    }

    body.admin-bar:not(.scroll) header {
        top: 46px;
    }

    .admin-bar:not(.scroll) .menu-wrapper {
        top: 46px;
        height: calc(100% - 46px);
    }

    .admin-bar.scroll .menu-wrapper {
        top: 0;
        height: 100%;
    }




    .contact-col .inside {
        top: 0 !important;
    }

    .contact-col .inside img {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }


    .click-count .contact-col .inside img {
        width: 40px;
        height: 40px;
    }

    main#contact .content p {
        margin-bottom: 15px;
    }

    .c-btn {
        padding: 12px 18px;
    }

    .service-background img.mainback {}

    .flip, .c-3 .flip {
        height: 90%;
        margin: calc(65vh*0.05) 0;
        transition: all 0.4s ease;
    }

    .act-content .slick-list {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .flip .title .in-title {
        font-size: 36px;
    }


    .act-content .slick-slide {
        height: 65vh;
        float: left;
    }

    .act-content .slick-slide.slick-active .flip, .act-content .slick-slide.slick-center .flip {
        height: 100%;
        margin: 0;
    }
}

@media (max-width: 575px) {

    #newMap {
        width: 800px !important;
        height: 650px !important;
        position: relative;
        right: -70px;
    }

    .team-member .linked {
        width: 22px;
        height: 22px;
        top: -10px;
        right: 23px;
    }

    .link-block {
        width: calc(100% + 3rem);
        position: relative;
        border-radius: 0;
        left: 1.5rem;
        text-align: center;
        padding: 50px 1.5rem;
        margin-top: 3rem;
    }

    .map {
        width: calc(100% + 3rem);
        position: relative;
        left: 1.5rem;
    }

    .map-container {
        height: 400px;
    }

    .map-search {
        width: calc(100% - 40px);
    }

    .map-search input {
        width: 100%;
    }

    .map .inside {
        border-radius: 0;
        box-shadow: none;
    }

    .link-block a {
        display: inline-block;
        position: static;
        transform: none;
        margin-top: 10px;
    }

    .service-block .link-inside a {
        width: 100%;
    }


    #submit {
        width: 100%;
        display: inline-block;
        text-align: center;
    }


    main.global .offer-content:last-child {
        padding-top: 100px;
    }

    main.global .offer-content:first-child .container+img {
        bottom: -135px;
    }

    main.global .offer-content:last-child .container+img {
        top: auto;
        bottom: -170px;
    }

    .biz-form-content .gform_button.button {
        width: 100%;
    }

    section#hero h1 {

        margin: auto;
    }

    .slider-switch .switch {
        padding: 0 15px;
        font-size: 15px;
    }

}

.share {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #96E6E6;
    padding: 3px;
    border-radius: 50%;
    border: 2px solid #96E6E6;
    transition: background-color 0.2s linear, border-color 0.2s linear;
}

.share svg {
    width: 20px;
    height: 100%;
}

.share svg path {
    fill: #ffffff;
}

.share:hover {
    background-color: #ffffff;
}

.share:hover svg path {
    fill: #96e7e6;
}

.share svg path {
    transition: fill 0.2s linear;
}

.share-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.share-wrap ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: unset;
}

.share-wrap {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.eng .share-div {
    right: -100%;
    left: unset;
}

.eng .share-div:before {
    left: unset;
    right: 67px;
}

.eng .share-div ul {
    flex-direction: row-reverse;
}

.share-div {
    position: absolute;
    top: -90px;
    left: -100%;
    background-color: #f3f3f3;
    border-radius: 8px;
    padding: 20px 10px 5px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    box-shadow: 0px 11px 64px -15px rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s linear, width 0.3s linear, visibility 0.2s linear;
}

.share-div:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 67px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f3f3f3;
}

.share-div.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.share-div .close {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 5px;
}

.share-div .close svg {
    width: 20px;
    height: 20px;
}

.share-div .close svg path {
    fill: #9d9d9d;
    transition: fill 0.2s linear;
}


.share-div .close:hover svg path {
    fill: #96e7e6;
}

.share-div .close:focus svg path {
    fill: #96e7e6;
}

.share-div ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    padding-left: 0 !important;
}

.share-div ul li a:not(.close) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 2px solid #96e7e6;
    border-radius: 50%;
    transition: border-color 0.2s linear;
}

.share-div ul li a img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.share-div ul li a:not(.close):hover {
    border-color: #9d9d9d;
}

.share-wrap.desktop-hide {
    display: none;
}

body.app main {
    margin-top: 0;
}

body.app #cookie-notice{
    display:none !important;
}

/* BUSINESS JOIN BUTTON ON MOBILE */

a[href="#join"]{
    background-color:#FFE167 !important;
    color:#000 !important;
    border: 2px solid #FFE167 !important;
}
@media (min-width: 1023px) {
    a[href="#join"]{
        font-size:20px !important;
        padding:15px 22px !important;
    }
}

.youtube-wrapper {
    display:flex;
    justify-content:center;
}

.youtube-container {
    overflow: hidden;
    position: relative;
    width: 83%;
    margin: 2rem 0;
}
.youtube-container:after {
    padding-top: 56.25%;
    display: block;
    content: "";
}
.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}