.iti {
    display: block;
}
a, input {
    outline: none !important;
}

a {
    transition: all .3s ease;
}

a:focus, a:hover, a:active {
    outline: none !important;
}

*:focus, *:hover, *:active {
    outline: none !important;
}

html,
body {
    height: 100%;
}

.icon.icon-check {
    width: 32px;
    height: 32px;
    background: var(--wpr-bg-f7dbcbad-45ca-498f-824e-d5b808b28945) no-repeat center;
}

body {
    color: #24272A;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Avenir Light', sans-serif;
}

section img,
section svg,
section embed,
section iframe,
section object,
section video {
    max-width: 100%;
}

section svg,
section img {
    height: auto;
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#content {
    flex: 1 0 auto;
}

#footer {
    flex: 0 0 auto;
}

.greenText {
    color: #00CAC4;
}

.redText {
    color: #fe303c;
}

.btn:active, .btn:hover, .btn:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

.modal-backdrop {
    z-index: 9999;
}

.modal-open .modal {
    padding-right: 0 !important;
    z-index: 99999;
}

.disabled {
    pointer-events: none;
}

.left_text {
    text-align: left;
}

.right_text {
    text-align: right;
}

.center_text {
    text-align: center;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

body.no-scroll {
    overflow: hidden;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex:before,
.flex:after {
    display: none;
}

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.flex-verticalCenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.flex-horizontalCenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-spaceBetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-start {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
}

.flex-end {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
}

.flex-horizontalBottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
.flex-horizontalSpaceBetween{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-horizontalEnd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
}
.flex-horizontalSpaceBetween {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
}

.flex-spaceBetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-spaceAround {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.flex-verticalSpaceBetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.flex-center:before,
.flex-center:after,
.flex-horizontalCenter:not(label):before,
.flex-horizontalCenter:not(label):after
.flex-horizontalCenter:not(.userMenu__title):before,
.flex-horizontalCenter:not(.userMenu__title):after {
    display: none;
}

.clearfix,
.clear {
    *zoom: 1;
}

.clearfix:after,
.clear:after {
    clear: both;
}

.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

@media (min-width: 768px) {
    .flex_of_sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .flex_of_md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.form_input {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    height: 46px;
    letter-spacing: -0.04em;
    color: #787878;
    padding-left: 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form_input {
    height: auto;
}

input[type="password"].form_input {
    font-family: 'Avenir Black', sans-serif;
    color: #24272A;
}

.step_checked .form_row.invalid .form_input {
    border-color: #E30613;
}

.step_checked .form_row.invalid .error_text {
    display: block;
}

.woocommerce-error {
    border-color: #E30613;
}

.woocommerce-error:before {
    color: #E30613;
}

.form_row label,
.form-row label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #53575A;
}

.form_row_error label {
    color: #E30613;
}

.form_row_error input {
    border-color: #E30613;
}

.form_row,
.form-row {
    margin-bottom: 20px;
    position: relative;
}

.login_form {
    padding: 0 15px
}

.login_form .form_row,
.login_form .form-row {
    margin-bottom: 15px;
}

.login_form .btn.btn-lg {
    width: 100%;
    max-width: 550px;
    margin: auto;
    display: block;
}
.error-text .popup_back_link{
    position: relative;
    top:auto;
    left: 0;
}
.error-text .popup_back_link:before {
    display: none;
}
.login_form .error-text{
    position: absolute;
    top:100%;
}

.login_popup {
    padding-left: 0 !important;
}

.login_popup .modal-dialog {
    max-width: 1170px;
    width: 100%;
}

.login_popup_container {
    max-width: 1170px;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.login_popup_col_logo {
    background: var(--wpr-bg-1dd0d8d6-df5d-46e6-89b6-51c6a7e46789) no-repeat center;
    background-size: cover;
}

.login_popup_col {
    min-height: 600px;
}

.login_popup .modal-body {
    padding: 0;
}

.modal-body.woocommerce {
    margin: 0 !important;
}

.login_popup_title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #24272A;
    border-radius: 8px;
    margin: 0 0 20px 0;
}

.login_popup_title_alt {
    margin-top: 0;
}

.popup_register_text {
    font-family: 'Avenir Light', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.popup_register_text a {
    margin-left: 5px;
}

.popup_description {
    font-family: 'Avenir Light', sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #6C6C6C;
    margin: auto auto 30px auto;
    max-width: 450px;
    display: block;
}

#reset_pass_slide.successResetPass .popup_description,
#reset_pass_slide.successResetPass .popup_submit_wrap,
#reset_pass_slide.successResetPass .form_row {
    display: none;
}

.successResetPass .message {
    margin: 45px 0;
}

.successResetPass .message p {
    text-align: center;
    font-size: 18px;
    line-height: normal;
}

.login_popup_wrap {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.login_popup_wrap.active {
    padding: 30px;
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
}

.login_popup_wrap .form_checkbox input:checked + label:after {
    top: 2px;
    left: 6px;
}

.form_step {
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
}
.form_step .form_checkbox {
    margin-top: 70px;
}
.form_step.active {
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.form_step_status {
    text-align: center;
    margin-bottom: 10px;
}

.form_step_status span {
    border: 1px solid #15C5C1;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}

.form_step_status span:hover {
    /*background-color: #15C5C1;*/
}

.form_step_status .active {
    background-color: #15C5C1;
}

.popup_close {
    z-index: 999;
    color: #fff;
    position: absolute;
    opacity: 1;
    float: none;
    right: 15px;
    top: 15px;
}

.popup_close:hover {
    opacity: 0.7;
    color: #fff;
}

.popup_close.popup_close_gray {
    color: #C4C4C4;
}

.form_checkbox input,
.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form_checkbox label,
.form-checkbox label {
    position: relative;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #24272A !important;
    font-weight: 300;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form_checkbox label a {
    margin-left: 5px;
}

.form_checkbox label:before,
.form-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #00CAC4;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 13px;
}

.form_checkbox input:checked + label:after,
.form-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.register_slide .form_step .form_checkbox input:checked + label:after {
    top: 4px;
}

.form_step .form_checkbox input:checked + label:after {
    top: 5px;
}

.form_checkbox input:checked + label:before,
.form-checkbox input:checked + label:before {
    background-color: #00CAC4;
}

.form_row_first {
    float: left;
    width: 48%;
}

.form_row_last {
    float: right;
    width: 48%;
}

.popup_link {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    /*line-height: 27px;*/
    letter-spacing: -0.02em;
    color: #00CAC4;
    text-decoration: none;
    position: relative;
}

.popup_link:hover {
    color: #00B7B0;
    text-decoration: none;
}

.popup_link:active,
.popup_link:focus {
    color: #56D8D4;
    text-decoration: none;
}

.popup_back_link {
    position: absolute;
    left: 30px;
    top: 55px;
}

.popup_back_link:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    transform: rotate(225deg);
    margin-right: 5px;
}

.login_form p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #24272A;
}

.popup_text {
    margin: 15px 0 20px 0;
}

.popup_submit_wrap {
    margin-top: 70px;
}

.popup_submit_wrap_sm {
    margin-top: 50px;
}
.popup_submit_wrap_alt{
    margin-top: 10px;
}

.popup_terms_text {
    margin-top: 50px;
    font-family: 'Avenir Light', sans-serif;
}

.popup_terms_text h5 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #24272A;
}

.popup_terms_text p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #24272A;
    margin-bottom: 24px;
}

.popup_terms_text .date {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: #C4C4C4;
}

.line_text {
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    font-variant: small-caps;
    color: #24272A;
    background: #fff;
    display: inline-block;
    z-index: 999;
    padding: 0 15px;
    position: relative;
}

.line {
    position: relative;
    text-align: center;
}
.line-lg{
    margin: 20px auto;
}

.line:before {
    content: '';
    background-color: #DADADA;
    position: absolute;
    height: 1px;
    top: 50%;
    left: 30px;
    right: 30px;
}

.social_login_wrap {
    text-align: center;
    margin: 30px auto 0 auto;
}

.social_login_item {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    margin: 0 20px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 50px;
    border: 1px solid transparent;
}

.social_login_item.facebook_item {
    background-color: #475993;
}

.social_login_item.google_item {
    background-color: #DD4B39;
}

.social_login_item.facebook_item:hover {
    background-color: #fff;
    color: #475993;
    border-color: #475993;

}

.social_login_item.google_item:hover {
    background-color: #fff;
    color: #DD4B39;
    border-color: #DD4B39;
}

.form_row_error .error_text {
    display: block;
}

.error_text {
    font-family: 'Avenir Light', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #E30613;
    margin-top: 5px;
}

.message {
    margin: 10px 0;
}

.message p {
    font-family: 'Avenir Light', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.message .error {
    color: #E30613;
}

.error_text {
    display: none;
}

.modal-dialog {
    margin: 30px auto;
}

#full_menu_items ul li > a.login_btn {
    padding-left: 0;
    padding-right: 0;
}

.login_sub_menu {
    display: none;
    position: absolute;
    right: -13px;
    top: calc(100% + 10px);
    background: #FFFFFF;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    width: 150px;
    padding: 20px 25px;
    z-index: 2;
}

.login_sub_menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.01em;
    color: #24272A;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
}

.login_sub_menu a:hover {
    color: #15c5c1;
}

.login_sub_menu a:last-child {
    margin-bottom: 0;
}

.custom_arr {
    position: absolute;
    background: #FFFFFF;
    border-radius: 2px;
    transform: rotate(-45deg);
    width: 30px;
    height: 30px;
    right: 30px;
    top: -6px;
}

.customer_login_wrap {
    margin-top: 100px;
    padding: 30px 0;
}

.notification_icon {
    background: var(--wpr-bg-95db8c52-5767-416f-9d71-1b53ad22cbab) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 10px 0 10px 20px;
    position: relative;
    cursor: pointer;
    padding: 0 !important;
}

.notification_icon.active:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FF6C6C;
    border-radius: 50%;
    right: 2px;
    position: absolute;
    top: 3px;
}

.notification__inner {
    display: none;
    width: 400px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    top: calc(100% + 10px);
    right: -30px;
    padding: 20px;
    z-index: 1;
    max-height: 400px;
    /*overflow: auto;*/
}

.notification_wrap.active .notification__inner {
    display: block;
}

.notification__textWrap {
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    /*max-height: 350px;*/
    /*overflow: auto;*/
}

.notification__inner.passive .notification__textWrap {
    height: 400px;
    overflow: auto;
}

.notification__text p {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 14px;
}

.notification__text strong {
    font-size: 13px;
}

.notification__text p:last-child {
    margin-bottom: 0;
}

.notification__inner h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #24272A;
}

.notification__inner .custom_arr {
    right: 30px;
}

.login_btn_wrap.active .login_sub_menu {
    display: block;
}

.form-row-error label {
    color: #E30613;
}

.form-row .error-text,
.form_row .error-text{
    display: none;
    color: #E30613;
    font-size: 12px;
}

.form_row_error .error-text,
.form-row-error .error-text,
.form-row-error .error_text {
    display: block;
}

.woocommerce form .form-row.form-row-error .required {
    color: #E30613;
}

.woocommerce-order-pay form .form-row.form-row-error label,
.woocommerce form .form-row.form-row-error label,
.woocommerce-page form .form-row.form-row-error label {
    color: #E30613 !important;
}

.form-row-error input {
    border: 1px solid #E30613 !important;
}

/*newsletter form style*/
.newsletter ::-webkit-input-placeholder {
    color: #fff;
    font-family: "Avenir Light", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
}

.newsletter ::-moz-placeholder {
    color: #fff;
    font-family: "Avenir Light", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
}

.newsletter :-ms-input-placeholder {
    color: #fff;
    font-family: "Avenir Light", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
}

.newsletter :-moz-placeholder {
    color: #fff;
    font-family: "Avenir Light", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
}

.newsletter {
    margin: 100px 0 52px 0;
    overflow: hidden;
    background: transparent;
    min-height: 324px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.blogNewsletter {
    margin: 40px -15px 80px -15px;
}

.blogNewsletter .container {
    width: auto;
}

body:not(.woocommerce-page) .pageContainer {
    padding: 45px 0;
}

.blogNewsletter .newsletter {
    margin: 0;
}

.newsletter_col {
    height: 194px;
    position: relative;
    justify-content: center;
    flex-direction: column;
}

.newsletter .btn-alt:hover {
    border-color: #fff;
}

.newsletter_col_title {
    flex-basis: 50%;
    max-width: 50%;
    background-color: #2bd3ce;
    padding-left: 50px;
}

.newsletter__responseMsg {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Avenir Light', sans-serif;
    color: #fff;
    position: absolute;
    top: 100%;
    left: 15px;
}

.newsletter_col_form {
    flex-basis: 50%;
    max-width: 50%;
    background-color: #00cac4;
    padding-right: 50px;
    text-align: center;
}

.newsletter_col.newsletter_col_form:before {
    display: block;
    content: url(../../../../../../../../themes/picupmedia-retouch/css/img/newsletter_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.newsletter_title {
    color: #000;
    margin: 0 auto 24px auto;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.form-newsletter {
    position: relative;
    z-index: 1;
    width: 410px;
    margin: 0 auto;
    display: block;
}

.form-newsletter .form__row {
    position: relative;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0;
}

.form-newsletter .error-text {
    position: absolute;
    line-height: 28px;
}

.form-newsletter .form__row-last {
    flex-basis: 30%;
    max-width: 30%;
}

.form-newsletter .form__row-first {
    flex-basis: 70%;
    max-width: 70%;
}

.main-container .form-newsletter input[type] {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 12px 53px 12px 20px;
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #6C6C6C;
}

.form-newsletter .newsletter-input-container {
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    height: 51px;
}

.newsletter ::-webkit-input-placeholder {
    line-height: revert;
    color: #6C6C6C;
}

.newsletter ::-moz-placeholder {
    line-height: 52px;
    color: #6C6C6C;
}

.newsletter :-ms-input-placeholder {
    line-height: 52px;
    color: #6C6C6C;
}

.newsletter :-moz-placeholder {
    line-height: 52px;
    color: #6C6C6C;
}

.newsletter .side img {
    height: 100%;
    display: block;
    max-width: 200%;
}

.newsletter .side {
    padding: 0;
}

.newsletter .side.left-side img {
    float: left;
}

.newsletter .side.right-side img {
    float: left;
}

.inner-newsletter .newsletter__responseMsg {
    color: #000;
    left: 0;
    margin-top: 5px;
}

/* general enwsletter not inner */
.newsletter_col_title--general {
    flex-basis: 50%;
    max-width: 50%;
    background-color: #2bd3ce;
    padding-left: 50px;
}

.newsletter--general ::-webkit-input-placeholder {
    line-height: 51px;
    color: #fff;
}

.newsletter--general ::-moz-placeholder {
    line-height: 52px;
    color: #fff;
}

.newsletter--general :-ms-input-placeholder {
    line-height: 52px;
    color: #fff;
}

.newsletter--general :-moz-placeholder {
    line-height: 52px;
    color: #fff;
}

.form-newsletter--general .error-text {
    position: absolute;
    line-height: 28px;
}

#newsletterForm.form-newsletter--general .btn {
    width: 100%;
    max-width: 166px;
}

.form-newsletter--general .form__row {
    position: relative;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0;
}

.form-newsletter--general .form__row-last {
    flex-basis: 30%;
    max-width: 30%;
}

.form-newsletter--general .form__row-first--general {
    flex-basis: 70%;
    max-width: 70%;
}

.newsletter--general {
    box-shadow: 0 0 102px rgb(17 41 70 / 25%);
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.form-newsletter--general {
    position: relative;
    z-index: 1;
}

.form-newsletter--general .form__input--general {
    padding-left: 15px;
    max-width: 100%;
    width: 100%;
    background: rgba(255,255,255,.5);
    border: 1px solid #D8DDE1;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: "Avenir Light",sans-serif;
    font-size: 16px;
    letter-spacing: -.02em;
    color: #fff;
    height: 52px;
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
}

.newsletter_col--general.newsletter_col_form--general:before {
    display: block;
    content: url(../../../../../../../../themes/picupmedia-retouch/css/img/newsletter_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.newsletter_col--general {
    height: 194px;
    position: relative;
    justify-content: center;
    flex-direction: column;
}

.newsletter_col_form--general {
    flex-basis: 50%;
    max-width: 50%;
    background-color: #00cac4;
    padding-right: 50px;
    text-align: center;
}

.newsletter_title--general {
    font-family: 'Avenir Medium',sans-serif;
    color: #fff;
    margin: 0;
    width: 100%;
}
/* @end of - general enwsletter not inner */

#newsletterForm.inner-newsletter .btn {
    width: 38px;
    max-width: 38px;
    height: 38px;
    border-radius: 4px;
    display: block;
    min-width: 38px;
    position: absolute;
    top: 7px;
    right: 7px;
    background-image: url(../../../../../../../../themes/picupmedia-retouch/css/img/svg/newsletter-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}



.blogNewsletter .newsletter_row.flex {
    background-color: #2bd3ce;
    align-content: center;
    align-items: center;
}

.subscription-form .nf-error .nf-error-msg,
.page-template-template-page-blog .newsletter .nf-response-msg {
    position: absolute;
}

.page-template-template-page-blog .newsletter .nf-response-msg {
    bottom: -33px;
    margin-left: 35px;
}

.youtubeVideoModal.in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

.youtubeVideoModal .modal-dialog {
    max-width: 900px;
    width: 100%;
}

.youtubeVideoModal iframe {
    width: 100%;
    min-height: 500px;
    display: block;
}

.youtubeVideoModal .modal-body {
    padding: 0;
}

.portfolio_item {
    padding: 30px;
    transition: .3s ease;
    min-height: 100%;
    box-shadow: 0 0 2px rgba(17, 41, 70, 0.09);
    flex-direction: column;
    justify-content: space-between;
}

.portfolio_item:hover {
    box-shadow: 0 0 10px rgba(17, 41, 70, 0.25);
}

.portfolio_container {
    max-width: 1050px;
}

.portfolio_row {
    margin-top: 60px;
}

.portfolio_col {
    margin-bottom: 30px;
}

.portfolio_item_img {
    text-align: center;
    margin-bottom: 15px;
}

.portfolio_item_img iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.flip-box {
    width: 240px;
    height: 200px;
    perspective: 1000px; /* 3D effect */
    margin: auto;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(-180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-front {
    color: black;
}

.flip-box-back {
    transform: rotateY(180deg);
}

.flip-box-front img,
.flip-box-back img {
    height: 100%;
    width: auto;
}

.portfolio_item:hover .portfolio_item_btn {
    opacity: 1;
}

.portfolio_item_title {
    color: #24272a;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.portfolio_item_label {
    margin-top: 10px;
    color: #24272a;
    font-family: 'Avenir Book', sans-serif;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}

.portfolio_item:hover .portfolio_btn_wrap {
    opacity: 1;
}

.portfolio_btn_wrap {
    text-align: center;
    opacity: 0;
    margin-bottom: 10px;
    width: 100%;
}

#login_popup .popup_close {
    color: #000;
    position: absolute;
    opacity: 1;
    float: none;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 3px 7px;
    top: -12px;
    right: -12px;
    background: #fff;
}

#login_popup .popup_close:hover {
    color: #fff;
    background: #000;
}

.invoice_download_icon {
    display: inline-block;
    background: var(--wpr-bg-13045715-a37d-4ab5-a663-fe6dd0f43362) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin: 0 5px;
}

@media (max-width: 1440px) {
    .login_popup_col {
        min-height: 400px;
    }

    .form-newsletter--general .error-text {
        left: 0;
        right: 0;
    }

    .login_popup_wrap.active {
        padding: 30px 40px;
    }

    .social_login_wrap {
        margin: 10px 0;
    }

    .newsletter_title {
        text-align: center;
    }

    .newsletter_title--general {
        text-align: center;
    }

    .popup_description {
        margin-bottom: 10px;
    }

    .popup_text {
        margin: 10px 0;
    }

    .login_popup_container .form_row {
        margin-bottom: 20px;
    }

    .popup_submit_wrap_sm {
        margin-top: 40px;
    }
}

@media (max-width: 1140px) {
    .newsletter_col {
        flex-basis: 100%;
        max-width: 100%;
        padding: 15px;
        min-height: 194px;
        height: auto;
    }

    .form-newsletter .form__row {
        max-width: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .form-newsletter .form__input {
        max-width: 300px;
        margin: auto;
    }

    .newsletter_col_title {
        min-height: 120px;
    }

    .newsletter_col_form {
        padding: 30px 15px;
    }

    .form-newsletter .form__row-first {
        padding-bottom: 30px;
    }

    .form-newsletter .error-text {
        left: 0;
        right: 0;
    }

    .form-newsletter .form__row-first {
        flex-basis: 70%;
        max-width: 70%;
        text-align: left;
        padding-bottom: 0;
    }

    .form-newsletter .form__row-last {
        flex-basis: 30%;
        max-width: 30%;
        text-align: left;
    }

    .form-newsletter .form__input {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .newsletter_col_title {
        flex-basis: 40%;
        max-width: 40%;
        padding-left: 15px;
    }

    .newsletter_col_form--general {
        flex-basis: 60%;
        max-width: 60%;
        padding-right: 15px;
    }

    .newsletter_col_title--general {
        flex-basis: 40%;
        max-width: 40%;
        padding-left: 15px;
    }

    .newsletter_col_form {
        flex-basis: 60%;
        max-width: 60%;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .flex_of_md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .newsletter .ninja-forms-field.nf-element.form-submit {
        margin-left: 0;
    }
    .form-newsletter--general .form__row-first--general {
        padding-bottom: 35px;
    }

    .newsletter .nf-field-container.form-group {
        margin-bottom: 10px;
    }

    .form-newsletter--general .form__row-first--general, .form-newsletter--general .form__row-last {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }


    .form-newsletter--general .form__row-first {
        padding-bottom: 35px;
    }

    .newsletter nf-fields-wrap {
        justify-content: center;
    }

    .newsletter_title, .newsletter_title--general {
        text-align: center;
    }

    .form-newsletter .form__row-first,
    .form-newsletter .form__row-last {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }

    .form-newsletter .form__row-first {
        padding-bottom: 35px;
    }

    .form-newsletter .form__input {
        max-width: 300px;
    }


    .form-newsletter--general .form__input--general {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .login_popup_wrap .form_checkbox input:checked + label:after {
        top: 4px;
    }
    .newsletter {
        margin: 80px 15px 76px 15px;
        display: block;
        height: 300px;
        min-height: 300px;
        border: 1px solid #EBEBEB;
        box-sizing: border-box;
        border-radius: 8px;
        padding: 5px;
        background: var(--wpr-bg-49033e6f-82f2-4e7b-bce5-8490d87d4ccc) !important;
        padding: 5px;
        background-size: cover !important;
    }

    .newsletter_col_title--general {
        min-height: 0;
        padding: 45px 15px 0;
    }

    .newsletter_col--general.newsletter_col_form--general:before {
        display: none;
    }

    .newsletter_col_title--general, .newsletter_col_form--general {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }

    .newsletter .newsletter-mobile-title {
        margin: 0 auto 3px auto;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #000000;
    }

    .newsletter_col--general.newsletter_col_form--general {
        background-color: #2bd3ce;
    }

    .newsletter .newsletter-mobile-desc {
        font-family: 'Avenir Next Cyr', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 160%;
        text-align: center;
        letter-spacing: -0.02em;
        color: #6C6C6C;
    }
    .newsletter--general ::-webkit-input-placeholder {
        line-height: 51px;
        color: #fff;
    }

    .newsletter--general ::-moz-placeholder {
        line-height: 52px;
        color: #fff;
    }

    .newsletter--general :-ms-input-placeholder {
        line-height: 52px;
        color: #fff;
    }

    .newsletter--general :-moz-placeholder {
        line-height: 52px;
        color: #fff;
    }


    .newsletter ::-webkit-input-placeholder {
        line-height: 51px;
        color: #fff;
    }

    .newsletter ::-moz-placeholder {
        line-height: 52px;
        color: #fff;
    }

    .newsletter :-ms-input-placeholder {
        line-height: 52px;
        color: #fff;
    }

    .newsletter :-moz-placeholder {
        line-height: 52px;
        color: #fff;
    }

    .main-container .form-newsletter input[type] {
        height: 42px;
        padding: 12px 14px;
        color: #fff;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        width: 100%;
        min-width: 100%;
    }

    #newsletterForm.inner-newsletter .btn {
        background: transparent;
        border: 1px solid #fff;
        width: calc(100% - 2px);

        min-width: calc(100% - 2px);
        position: relative;
        float: none;
        right: auto;
        top: auto;
        border-radius: 4px;
        margin-top: 20px;
        color: #fff;
        height: 43px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.01em;
        font-variant: small-caps;
        color: #FFFFFF;
    }

    .form-newsletter .newsletter-input-container {
        background: transparent;
        height: auto;
        margin-top: 52px;
    }

    .form-newsletter {
        width: 100%;
    }
    .newsletter .left-side {
        height: 120px;
        margin-top: -5px;
        margin-left: -5px;
        width: calc(100% + 10px);
        background: #F8F8F8;
        position: relative;
        padding-top: 29px;
    }
    .newsletter .left-side:before {
        content: '';
        width: 62px;
        height: 62px;
        background: var(--wpr-bg-6581eae2-5042-488e-bfdd-605a8c71d7db) #F8F8F6 no-repeat center;
        position: absolute;
        border-radius: 50%;
        z-index: 3;
        left: calc(50% - 31px);
        bottom: -31px;
    }
    .newsletter_title {
        display: none;
    }
    .newsletter .side img {
        display: none
    }
    .newsletter_col_title,
    .newsletter_col_form {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }

    .newsletter_col_title {
        min-height: 0;
        padding: 45px 15px 0;
    }

    .newsletter_col.newsletter_col_form {
        background-color: #2bd3ce;
    }

    .form-newsletter .form__row-first {
        padding-bottom: 30px;
    }

    .newsletter_col.newsletter_col_form::before {
        display: none;
    }

    .newsletter__responseMsg {
        left: 0;
        right: 0;
        text-align: center;
        top: inherit;
        bottom: 0;
    }

    .inner-newsletter .newsletter__responseMsg {
        top: 33px;
        z-index: -1;
    }

    .modal-open {
        overflow: hidden;
    }

    .popup_back_link {
        top: 35px;
    }

    .modal-dialog {
        margin: 15px auto;
    }

    .login_popup .modal-dialog {
        padding: 0 15px;
    }

    .login_popup_wrap.active {
        padding: 30px 15px;
    }

    .login_popup_col_logo {
        min-height: 300px;
    }

    .customer_login_wrap {
        margin-top: 80px;
        padding: 0;
    }

    .notification__inner.passive .notification__textWrap {
        height: 300px;
    }

    #archive_post .blogNewsletter {
        margin: 0 -15px 30px -15px;
    }

    .newsletter nf-fields-wrap nf-field {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .login_popup_wrap.active {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    .popup_back_link {
        top: 10px;
        left: 15px;
    }

    .login_popup_wrap.active {
        padding: 50px 10px 30px 10px;
    }

    #login_form .popup_link {
        display: block;
    }

    #login_form .form_row_last,
    #login_form .form_row_first {
        float: none;
        width: 100%;
        text-align: left;
    }

    #login_form .form_checkbox label::before {
        top: -2px;
    }
}

/* post pasword form */
.pm-post-password-form {
    font-size: 15px;
    line-height: 1.85714286em;
    font-family: Open Sans, 'Helvetica', 'Arial', sans-serif;
    color: #666;
    font-weight: 400;
    float: left;
    width: 100%;
}

.pm-post-password-form .post-password-form {
    max-width: 600px;
    background: #fafafa;
    border-radius: 6px;
    padding: 30px;
    border: 1px solid #ececec;
    margin: 220px auto 140px;
}

.single-post .pm-post-password-form .post-password-form {
    margin: 60px auto 0px;
}

.pm-post-password-form p {
    font-size: inherit;
    margin-bottom: 0;
}

.pm-post-password-form p:not(:last-child) {
    margin-bottom: 1.5em;
}

.pm-post-password-form label {
    width: 100%;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #24272a;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    cursor: default;
    margin-bottom: 0;
}

.pm-post-password-form input[type="password"] {
    width: 100%;
    height: 50px;
    font-weight: 500;
    margin-bottom: 24px;
    -webkit-appearance: none;
    background: #fcfcfc;
    padding: .46428571em;
    border-radius: 6px;
    border: 1px solid #ececec;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
}

.pm-post-password-form input[type="password"]:focus {
    border-color: #00fdf5;
}

.pm-post-password-form input[type="submit"] {
    width: 100%;
    height: 3.25000000000001em;
    outline: none;
    border: none;
    background: #00cac4;
    padding: .46428571em 2.78571429em;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 6px;
}

/* post pasword form END */

/* hidden price for schema on product page */
.woocommerce-Price-value-hidden {
    display: none !important;
}

/*
 * Product Add-ons Block
 * ------------------------------------------------------------------------------------------------
*/
.products-add-ons {
    padding: 0;
}

.products-add-ons .block {
    border: 1px solid #E8F1F1;
    border-radius: 4px;
    padding: 20px 15px;
}

.products-add-ons .block:not(:last-child) {
    margin-bottom: 30px;
}

.products-add-ons h2 {
    font-family: 'Montserrat', sans-serif;
    height: auto;
    padding-left: 0;
    background: transparent;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
}

.products-add-ons .wrap-block {
    display: none;
    padding: 20px 15px;
}

.products-add-ons .add-ons-tab {
    background: #F7F7F7;
    border-radius: 4px 4px 0 0;
    padding: 15px 35px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

.products-add-ons .add-ons-tab .caret {
    color: #00CAC4;
    position: absolute;
    right: 35px;
    top: 23px;
}

.products-add-ons .add-ons-tab.minimized .caret {
    color: #3c4145;
}

.products-add-ons .add-ons-tab:not(.minimized) .caret {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: 'FlipV';
    -ms-filter: "FlipV";
}

.products-add-ons .woocommerce {
    margin-top: 0 !important;
}

.products-add-ons .products {
    margin: 0;
}

.products-add-ons .products li {
    margin: 0 0 25px !important;
    width: 100% !important;
}

.products-add-ons .products li:last-child {
    margin: 0 !important;
}

.products-add-ons .woocommerce-loop-product__link {
    display: inline-block;
    padding-left: 110px;
}

.products-add-ons .products .size-woocommerce_thumbnail {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px !important;
    height: 100px;
    margin: 0 !important;
}

.products-add-ons ul.products li.product .price {
    color: #24272A;
    font-family: 'Avenir Next Cyr', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
    margin-bottom: 0;
    display: inline-block;
}
.products-add-ons  .toolTipWhite .fa {
    color: #000;
}

.products-add-ons .products .woocommerce-loop-product__title {
    color: #24272A;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 0 !important;
}

.products-add-ons ul.products li.product .button {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    float: left;
    width: auto;
    margin-top: 15px;
    left: 110px;
    background: #15C5C1;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 15px;
}

.products-add-ons ul.products li.product .button:hover {
    background-color: #00B7B0;
}

@media (max-width: 768px) {
    .elementor-41859 .elementor-element.elementor-element-5fa76e86 {
        padding: 120px 0 50px 0 !important;
    }

    .elementor-41859 .elementor-element.elementor-element-e52716e > .elementor-widget-container {
        margin: 0 50px 0 50px !important;
    }

    .elementor-element-e52716e .elementor-text-editor p:last-child {
        display: none;
    }

    .elementor-element-c9a6eff > .elementor-column-wrap.elementor-element-populated {
        padding-top: 30px !important;
    }

    .elementor-element-64e62f25 > .elementor-column-wrap.elementor-element-populated {
        padding-top: 30px !important;
    }

    .elementor-element.elementor-element-2ffcc6fd {
        margin-top: 55px;
    }

    .elementor-41859 .elementor-element.elementor-element-d4d7af7 > .elementor-widget-container {
        padding: 0 0 0 0 !important;
        margin-top: 30px !important;
    }

    iframe#launcher {
        margin-bottom: 10px !important;
    }
}

.sirv-hotspot-pointer.hotspot-pointer {
    background-image: var(--wpr-bg-939dc812-fef2-479d-a833-1c5f52c14a87);
    background-position: center;
}

/*start tooltip css*/
.toolTip {
    position: relative;
    display: inline-block;
}

.toolTip .toolTip__text {
    visibility: hidden;
    background-color: #24272A;
    padding: 5px;
    font-size: 12px;
    width: 140px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: calc(100% + 5px);
    left: 50%;
    margin-left: -75px;
}

.toolTip .toolTip__text-right {
    left: inherit;
    right: -15px;
}

.toolTip .toolTip__text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #24272A transparent;
}

.toolTip .toolTip__text-right::after {
    left: inherit;
    right: 15px;
}

.toolTip:hover .toolTip__text {
    visibility: visible;
}

@media (max-width: 767px) {
    .toolTip .toolTip__text {
        right: 0;
        left: inherit;
        border-radius: 0;
    }

    .toolTip .toolTip__text::after {
        left: inherit;
        right: 0;
    }
}

/*end tooltip css*/

/* -----------  toolTipWhite start ----------*/
.toolTipWhite {
    position: relative;
    display: inline-block;
}

.toolTipWhite__title {
    margin-top: 0;
    font-weight: 600;
}

.toolTipWhite__text {
    visibility: hidden;
    padding: 10px;
    width: 230px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: calc(100% + 5px);
    left: 50%;
    margin-left: -115px;
    background: #fff;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #000;
}

.toolTipWhite__text p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 7px;
}

.toolTipWhite__text a {
    transition: none;
}

.toolTipWhite__text-topRight {
    top: auto;
    bottom: calc(100% + 5px);
    right: 0;
    left: auto;
}

.toolTipWhite__text-right {
    right: 0;
    left: auto;
}

.toolTipWhite__text-top {
    top: auto;
    bottom: calc(100% + 5px);
}

.toolTipWhite__text-sm {
    width: 160px;
    margin-left: -80px;
}

.toolTipWhite__text-lg {
    padding: 10px 15px;
    width: 260px;
    font-size: 14px;
}

.toolTipWhite__text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: calc(50% - 5px);
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.15);
    border: 5px solid transparent;
    border-bottom-color: #fff;
}

.toolTipWhite__text-right:after {
    right: 5px;
    left: auto;
}

.toolTipWhite__text-top:after {
    top: 100%;
    bottom: auto;
    border-color: #fff transparent transparent transparent;
}

.toolTipWhite__text-topRight:after {
    right: 5px;
    left: auto;
    top: 100%;
    bottom: auto;
    border-color: #fff transparent transparent transparent;
}

.toolTipWhite:hover > .toolTipWhite__text {
    visibility: visible;
}

.toolTipLineItem {
    margin-bottom: 10px;
    color: #000;
}

.toolTipGrayText {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #848484;
    border-top: 1px solid #EBEBEB;
    padding-top: 10px;
    margin: 10px 0 0 0;
    text-align: left;
}

@media (max-width: 767px) {
    .toolTipWhite__icon {
        font-size: 20px;
    }

    .toolTipWhite__text {
        width: 220px;
    }
}

/* -----------  toolTipWhite end ----------*/
/* -----------  start form ----------*/
.formRow {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.formRow:last-child {
    margin-bottom: 0;
}

.formRow-error input {
    border: 1px solid #E30613 !important;
}

.formRow-error label {
    color: #E30613;
}

.formRow-error .errorText {
    display: block;
    color: #E30613;
    position: absolute;
    font-family: 'Avenir Light', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.formRow__required {
    color: #E30613;
    text-decoration: none;
    border-bottom: none !important;
}

.formRow__label {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #24272A;
}

.formRow__input {
    position: relative;
    background: #fff;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    font-family: 'Avenir Light', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #24272A;
    line-height: 26px;
    height: 46px;
    letter-spacing: -0.04em;
    padding-left: 15px;
    width: 100%;
}

.formRow__selectWrap {
    position: relative;
}

.formRow__selectWrap:before {
    content: '';
    width: 0;
    height: 0;
    border: solid #A8A8A8;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    z-index: 1;
}

.formRow__select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

.formRow__select .default {
    display: none;
}

/* For IE10 */
.formRow__select::-ms-expand {
    display: none;
}

.formRow-countrySelect .select2-container .select2-selection--single {
    height: 46px;
    background-color: #fff;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    font-family: 'Avenir Light', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #24272A;
    line-height: 26px;
}
.formRow-countrySelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-left: 15px;
}
.formRow-countrySelect .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    width: 30px;
}

.formRow-countrySelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #00CAC4;
}

.formRow-countrySelect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #00CAC4 transparent;
    border-width: 0 4px 5px 4px;
}

/* -----------  end form ----------*/
/* -----------  start icons ----------*/
.icon {
    display: inline-block;
    background: no-repeat center;
}

.icon-check {
    width: 32px;
    height: 32px;
    background: var(--wpr-bg-36c06fd0-6894-4771-b5ed-d227060b24ab) no-repeat center;
}

.icon-comment {
    width: 20px;
    height: 17px;
    background-image: var(--wpr-bg-108228c2-c4ed-4697-b477-ef5650a80918);
}

.icon-arrowLeftGreen {
    width: 15px;
    height: 15px;
    background-image: var(--wpr-bg-a886165e-da8b-47ef-a37d-193b69761614);
    background-size: contain;
}

.icon-arrowAltLeft {
    border: solid #00CAC4;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.icon-arrowAltRight {
    border: solid #00CAC4;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 5px;
    position: relative;
    top: -1px;
}

/* -----------  end icons ----------*/
/* -----------  start success modal ----------*/
.formSuccessModal.in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.formSuccessModal .modal-header {
    border: none;
}

.formSuccessModal .modal-body {
    padding: 15px 15px 20px 15px;
    line-height: 26px;
}

.formSuccessModal .close {
    font-family: 'Avenir Black', sans-serif;
}

.formSuccessModal .modal-dialog {
    width: 100%;
    max-width: 550px;
}

/* -----------  end success modal ----------*/

/* -----------  start share styles   ----------*/
.postShare__title {
    text-transform: capitalize;
    font-weight: 500;
    color: #848484;
    margin: 0 8px 0 0;
}

.postShare__title-alt {
    margin-right: 16px;
}

.postShare__item {
    font-size: 15px;
    border-radius: 50%;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.postShare__item {
    background-color: #00cac4;
    border: 1px solid #00cac4;
    color: #fff;
}

.postShare__item:focus,
.postShare__item:active {
    background-color: transparent;
}

.postShare__item-lg {
    width: auto;
    height: auto;
    line-height: 36px;
    border-radius: 4px;
    padding: 0 15px;
}

.postShare__item-lg i {
    margin-right: 14px;
}

.postShare__itemText {
    font-size: 16px;
}

.postShare__item:hover {
    background: transparent;
}

.postShare__item + .postShare__item {
    margin-left: 12px;
}

.postShare__item:not(.postShare__item-lg) .postShare__itemText {
    display: none;
}

.postShare__item-fb {
    background-color: #3B5998;
    border-color: #3B5998;
}

.postShare__item-fb:hover,
.postShare__item-fb:focus,
.postShare__item-fb:active {
    color: #3B5998;
}

.postShare__item-tw {
    background-color: #32CCFE;
    border-color: #32CCFE;
}

.postShare__item-tw:hover,
.postShare__item-tw:focus,
.postShare__item-tw:active {
    color: #32CCFE;
}

.postShare__item-lIn {
    background-color: #0073B1;
    border-color: #0073B1;
}

.postShare__item-lIn:hover,
.postShare__item-lIn:focus,
.postShare__item-lIn:active {
    color: #0073B1;
}

/* -----------  end share styles   ----------*/
/* -----------  start pass changed modal   ----------*/
.passChanged__iconWrap {
    max-width: 140px;
    margin: auto;
}
.passChanged__iconWrap svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.passChanged__close {
    font-size: 28px;
}
.passChanged__text {
    margin: 45px auto;
}

/* -----------  end pass changed modal   ----------*/








/*general*/



body.picupmedia_body {
    margin-top: 77px;
    font-family: 'Montserrat', sans-serif;
    color: #24272A;
    font-size: 16px;
}

.wrapperTag {
    padding: 30px 0;
}

body.page-template-template-page-affiliate-dashboard {
    margin-top: 105px;
    font-family: 'Montserrat', sans-serif;
    color: #24272A;
}

body.page-template-default {
    margin-top: 100px;
}


body.page-template-default-no-margin {
    margin-top: 0;
}


img {
    max-width: 100%;
    width: auto;
    height: auto;
}

a {
    color: #00CAC4;
    font-size: inherit;
    line-height: 21px;
}

a,
button {
    transition: all .3s ease;
    outline: none;
}

a:hover {
    color: #00B7B0;
    text-decoration: none;
}

a:focus,
a:active {
    color: #56D8D4;
    text-decoration: none;
}
.container-lg{
    max-width: 1920px;
    width: 100%;
}
.grayColor {
    color: #A8A8A8;
}

.page-template-default img {
    max-width: 100%;
}

.loader {
    border: 10px solid #fff;
    border-radius: 50%;
    border-top: 10px solid #00CAC4;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

.social-networks {
    text-align: center;
    height: 50px;
    margin: 10px 0;
}

.apsl-icon-block {
    margin: 0 20px !important;
    height: 50px;
    width: 50px;
}

.theme-1 .fa.fa-facebook {
    background: #1877F2;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    height: 50px !important;
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
    width: 50px !important;
}

.theme-1 .fa.fa-google {
    background: #DE4B3B none repeat scroll 0 0;
    border-radius: 24px;
    color: #ffffff;
    margin-left: 1px;
    text-align: center;
    height: 50px !important;
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
    width: 50px !important;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mydashboardloading {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes mydashboardloading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loadingWrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(211, 211, 211, 0.4);
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loadingWrap.active {
    display: flex;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

h3,
.h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

h4,
.h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

h6,
.h6 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: inherit;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Avenir Light', sans-serif;
}
p:last-child{
    margin-bottom: 0;
}

.centerText {
    text-align: center;
}

.rightText {
    text-align: right;
}

.leftText {
    text-align: left;
}

.alignright {
    text-align: right;
}

img.alignright {
    float: right;
    margin: 0 0 0 10px;
}

.alignleft {
    text-align: left;
}


textarea {
    resize: vertical;
}
.mT0{
    margin-top: 0;
}
.mB0{
    margin-bottom: 0;
}
.m0{
    margin: 0;
}

.btnWrap {
    text-align: center;
    margin: 45px 0;
}
.btn {
    width: auto;
    min-width: 166px;
    height: 52px;
    background: #00CAC4;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
    justify-content: center;
    transition: all .3s ease;
    text-transform: uppercase;
    position: relative;
}

.btn i {
    display: none;
}

.btn:hover,
.btn:active:hover {
    color: #fff;
    background: #00B7B0;
    border-color: transparent;
}

.btn:focus,
.btn:active {
    color: #fff;
    background: #00B7B0;
    border-color: transparent;
    box-shadow: none;
}
.btn-secondary{
    background: #EFFBFB;
    border: 1px solid #15C5C1;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.01em;
    font-variant: small-caps;
    color: #00CAC4;
    padding: 17px 11px;
    min-width: 184px;
    opacity: 1;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 auto;
}
.pricingItem__btn.transparent:hover {
    background: #00CAC4;
    color: #fff;
}

.btn.disabled {
    color: #fff !important;
    border-color: #79DAD7 !important;
    background-color: #79DAD7 !important;
    opacity: 1 !important;
    pointer-events: none;
    cursor: not-allowed;
}

.btn-alt {
    background-color: #fff;
    color: #00CAC4;
    border-color: #00CAC4;
    /*border-color: transparent;*/
}

.btn-alt:hover,
.btn-alt:active:hover {
    background-color: #00CAC4;
    /*border-color: #fff;*/
    color: #fff;
}

.btn-alt:focus,
.btn-alt:active {
    box-shadow: none;
    background-color: #56D8D4;
    border-color: #fff;
    color: #fff;
}

.btn-alt.disabled {
    color: #79DAD7 !important;
    border-color: #79DAD7 !important;
    background-color: #fff !important;
    opacity: 1 !important;
    pointer-events: none;
    cursor: not-allowed;
}

.btn-sm {
    height: 38px;
    font-size: 14px;
    line-height: 36px;
    width: auto;
    padding: 0 15px;
}

.btn-lg {
    width: auto;
    padding: 0 20px;
}

.btn.loading {
    color: transparent !important;
}

.btn:disabled {
    color: #fff !important;
    border-color: #79DAD7 !important;
    background-color: #79DAD7 !important;
    opacity: 1 !important;
    cursor: not-allowed;
}

.btn-alt.loading i {
    border-color: #79DAD7;
    border-top: 2px solid transparent;
}

.btn-hasArrow:after  {
    position: absolute;
    top:0;
    right: 10px;
    bottom: 0;
    margin: auto;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #44D0CD transparent transparent transparent;
}
.btn-hasArrow:focus:after,
.btn-hasArrow:active:after,
.btn-hasArrow:hover:after{
    border-color: #fff transparent transparent transparent;
}
.btn-action {
    min-height: 38px;
    height: auto;
    max-width: 130px;
    white-space: normal;
    line-height: 13px;
    text-align: center;
    letter-spacing: -0.01em;
    font-variant: small-caps;
    padding: 5px;
    display: block;
    margin: auto;
    min-width: 1px;
}

.btn-actionHasArrow {
    padding-right: 20px;
}

.btn-actionHasArrow:hover {
    background-color: #fff;
    color: #00CAC4;
    border-color: #00CAC4;
}

.btn-actionHasArrow:after {
    content: '';
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    width: 8px;
    height: 8px;
    border: 3px solid #15C5C1;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    margin-left: 4px;
    display: inline-block;
    transform: rotate(135deg);
    transition: all .3s ease;
}
.btn-red{
    color: #fff;
    background: #FF8686;
    border-radius: 4px;
    line-height: 26px;
    height: 28px;
    min-width: 112px;
}
.btn-red:hover {
    background-color: #DB6161;
}
.iconLoading {
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 2px solid transparent;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.btn.loading i {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 36px;
}

@media (max-width: 991px) {
    .btn-action {
        max-width: 400px;
        line-height: 48px;
        height: 50px;
        padding: 0;
    }

    .btn-actionHasArrow {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .btn-actionHasArrow:after {
        position: initial;
        margin-left: 10px;
        margin-bottom: 5px;
    }
}

.cta_sec {
    background: #15C5C1;
}

.cta_sec_title {
    margin-top: 70px;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    max-width: 520px;
    margin-bottom: 20px;
}

.cta_sec_text p {
    max-width: 542px;
    font-family: 'Avenir Light', sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 45px;
}

.cta_sec_btn_wrap {
    margin-bottom: 45px;
}

.cta_sec_btn_wrap .btn:hover {
    border-color: #fff;
}

.cta_sec_btn {
    width: 193px;
}

.cta_sec_img_wrap {
    position: absolute;
    top: 60px;
}

.faqSec {
    background-color: #EAF4F4;
    border-radius: 4px;
    padding: 75px 0;
}
.faqSec-white{
    background-color: #fff;
}
.faqSec__container{
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.faqSec__col {
    display: none;
}

.faqSec__col-active {
    display: block;
}

.faqSec__title {
    margin: 0;
}

.faqSec__title span {
    color: #15C5C1;
}

.faqSecWrap {
    margin-top: 60px;
    color: #000;
}

.faqSec__btnWrap {
    text-align: center;
    margin: 30px 0;
}

.faqSec__btnWrap .btn:hover,
.faqSec__btnWrap .btn:focus,
.faqSec__btnWrap .btn:active:hover,
.faqSec__btnWrap .btn:active {
    border-color: transparent;
}

.faqItem__title {
    cursor: pointer;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-left: 50px;
    line-height: 36px;
    transition: all .3s ease;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faqItem__title:hover {
    color: #00CAC4;
}

.faqItem__title:before {
    position: absolute;
    left: 0;
    content: "?";
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 38px;
    background: #fff;
    border-radius: 50%;
    color: #00CAC4;
    font-family: 'Avenir Light', sans-serif;
    text-align: left;
    padding-left: 13px;
    border: 1px solid #00CAC4;
    display: flex;
    align-items: center;
}

.faqItem__title.faqItem__title-active:before {
    color: #fff;
    background: #00CAC4;
}

.faqItem__title:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #00CAC4 transparent transparent transparent;

}

.faqItem__title.faqItem__title-active:after {
    transform: rotate(180deg);
}

.faqItem {
    padding: 19px 30px;
    background: #fff;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 17px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.faqItem:last-child {
    margin-bottom: 0;
}

.faqItem__text {
    padding-left: 27px;
    font-family: 'Avenir Light', sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #24272A;
    border-left: 1px solid #15C5C1;
    display: none;
    margin: 22px 15px 15px 65px;
}

.faqItem__text a {
    color: #15C5C1;
}

.faqItem__text a,
.faq_text a {
    font-size: 16px;
}

.faqCol {
    background-color: #fff;
    box-shadow: 0 0 22px rgba(17, 41, 70, 0.1);
    border-radius: 4px;
    padding: 44px 30px 33px;
    margin-left: -10px;
}

.faqCol__btn {
    width: auto;
    min-width: 238px;
}

.faqCol__title {
    margin: 35px 0 25px 0;
}
.faqCol__title span {
    color: #00CAC4;
}

.faqModal .close {
    font-weight: 400;
    font-size: 30px;
}

.faqModal .nf-form-fields-required {
    display: none;
}

.faqModal .modal-body {
    padding: 40px 80px;
}

.faqModal .nf-form-content button,
.faqModal .nf-form-content input[type=button],
.faqModal .nf-form-content input[type=submit] {
    width: 187px;
    height: 52px;
    background: #00CAC4;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 52px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
    justify-content: center;
    transition: all .3s ease;
    text-transform: uppercase;
}

.faqModal .nf-form-content button:hover,
.faqModal .nf-form-content input[type=button]:hover,
.faqModal .nf-form-content input[type=submit]:hover {
    color: #fff;
    background: #00B7B0;
}

.faqModal .nf-form-content button:focus,
.faqModal .nf-form-content button:active,
.faqModal .nf-form-content input[type=submit]:focus,
.faqModal .nf-form-content input[type=submit]:active,
.faqModal .nf-form-content input[type=button]:focus,
.faqModal .nf-form-content input[type=button]:active {
    background-color: #56D8D4;
    color: #fff;
    box-shadow: none;
}

.faqModal .nf-form-content .list-select-wrap .nf-field-element > div,
.faqModal .nf-form-content input:not([type=button]),
.faqModal .nf-form-content textarea {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 26px;
    height: 46px;
    letter-spacing: -0.04em;
    color: #787878;
    padding-left: 15px;
    width: 100%;
}

.faqModal .nf-pass .ninja-forms-field {
    border: 1px solid #DADADA !important;
}

.faqModal .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.faqModal .nf-form-content input:not([type=button]):focus,
.faqModal .nf-form-content textarea:focus {
    border: 1px solid #DADADA;
}

.faqModal .nf-form-content textarea.ninja-forms-field {
    height: 46px;
    line-height: normal;
}

.faqModal .nf-form-content label {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #53575A;
}

.faqModal .nf-error-msg,
.faqModal .ninja-forms-req-symbol {
    color: inherit;
}

.faqModal .nf-form-content .label-above .nf-field-label,
.faqModal .nf-form-content .label-below .nf-field-label,
.faqModal .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 5px;
}

.faqModal .nf-field-container.submit-container {
    margin: 30px 0 10px 0;
}

.faqModal .ninja-forms-form-wrap h4 {
    margin: 0;
    color: #24272A;
}

.faqModal .html-container p {
    font-family: 'Avenir Light', sans-serif;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #53575A;
}

.faqModal p {
    font-family: 'Avenir Light', sans-serif;
}

.faqModal .nf-error.field-wrap .nf-field-element:after {
    display: none;
}

.faqModal .nf-pass.field-wrap .nf-field-element:after {
    display: none;
}

.faqModal .nf-error .nf-field-label label {
    color: #E30613;
}

.faqModal .nf-error .ninja-forms-field {
    border-color: #E30613 !important;
}

.faqModal .nf-field-container.html-container {
    margin-bottom: 20px;
}

.faqModal .nf-form-content {
    padding: 0;
}

.faqModal .nf-after-form-content .nf-error-field-errors {
    display: none;
}

.faqModal .nf-error .nf-field-label label {
    color: #E30613 !important;
}

.faqModal .nf-error .ninja-forms-field {
    border-color: #E30613 !important;
}

.faqModal .nf-error .nf-error-msg {
    color: #E30613;
}

.howWorksSec {
    max-width: 840px;
    margin: auto;
    padding: 60px 0 45px 0;
}

.howWorksSec__title span {
    color: #15C5C1;
}

.howWorksSec__row {
    margin-top: 60px;
    justify-content: center;
}

.howWorksSec__col:last-child .howWorksItem {
    margin-bottom: 0;
}

.howWorksItem {
    max-width: 130px;
    margin: auto auto 45px auto;
}

.howWorksItem__text {
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #24272A;
}

.pricingSec {
    margin: 60px 0;
}

.pricingItem {
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0 0 15px rgba(17, 41, 70, 0.06);
    overflow: hidden;
    margin-bottom: 30px;
}

.pricingSec__title {
    margin-bottom: 45px;
}

.pricingSec__title h2 {
    margin: 0 0 15px 0;
}

.pricingItem__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    text-align: center;
    min-height: 45px;
    padding: 9px 10px;
    background: #E8F1F1;
    margin: 0;
}

.pricingItem__turnaround {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #24272A;
    text-align: center;
    min-height: 60px;
    padding: 16px 10px;
    background: #FCFCFC;
    margin: 0;
}

.pricingItem__btnWrap {
    text-align: center;
    padding: 40px 0;
}

.pricingItem__price {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    color: #000;
    text-align: center;
    min-height: 100px;
    padding: 15px 10px 0px;
    margin: 0 0 -4px;
}

.pricingItem__price sup {
    font-size: 16px;
    top: -28px;
    right: 5px;
}

.pricingItem__price span {
    font-size: 12px;
    margin-left: 15px;
    font-family: 'Avenir Light', sans-serif;
}

.pricingItem__listItems {
    padding: 20px 35px 0;
}

.pricingItem__listItem {
    font-size: 16px;
    font-family: 'Avenir Book', sans-serif;
    padding: 0 0 30px 40px;
    background-image: var(--wpr-bg-fbfcc8ad-d981-4126-bf06-8fc49bb32cf2);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0 6px;
    margin: 0;
}

.portfolio_popup {
    width: 100%;
    margin: auto;
    font-style: normal;
}

.portfolio_popup .modal-dialog {
    width: 100%;
    max-width: 1170px;
    margin: 10px auto;
}

.popup_title {
    font-family: 'Avenir Medium', sans-serif;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: -0.03em;
    color: #454545;
    margin: 0 0 35px 0;
}

.popup_text {
    font-family: 'Avenir Light', sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #454545;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(69, 69, 69, .5);
    max-width: 360px;
}

.popup_text iframe {
    max-width: 275px;
    height: auto;
    margin: 40px 0;
}

.popup_text p {
    line-height: 26px;
}

.popup_text a {
    font-size: 14px;
    line-height: 28px;
}

.popupImgWrap {
    position: relative;
}

.popupFullScreen {
    font-family: 'Avenir Light', sans-serif;
    position: absolute;
    top: 60px;
    right: -10px;
    z-index: 1000000;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: -0.02em;
}

.sirv-spin-container.desktop .sirv-spin-button.fullscreen {
    background-image: var(--wpr-bg-50f2c3ed-5a60-48c0-a919-c73ce0f678b7);
    background-position: center;
    background-size: cover;
}

.portfolio_popup .portfolio-item-link {
    position: absolute;
    top: 19px;
    right: 62px;
}

.login_form .popup_text {
    margin: auto;
    border-bottom: none;
    max-width: 100%;
    padding-bottom: 0;
}

.label_icon {
    position: absolute;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: var(--wpr-bg-e05ceea2-40eb-4172-b01b-0d78a9aaca83) no-repeat center;
    background-size: cover;
    margin-right: 10px;
}

.popup_btn_wrap {
    margin-top: 30px;
    text-align: center;
}

.popup_btn_wrap .btn {
    height: 52px;
    line-height: 52px;
    margin-bottom: 15px;
}

.popup_btn_wrap .btn:first-child {
    margin-right: 15px;
}

.popup_label {
    position: relative;
    padding-left: 25px;
    font-family: 'Avenir Medium', sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #454545;
}

.popup_label i {
    top: 1px;
}

.popup_tags {
    font-family: 'Avenir Light', sans-serif;
}

.modal-open:not(.woocommerce-account) {
    padding-right: 0 !important;
    overflow: auto;
}

.portfolio_popup.in,
.youtubeVideoModal.in {
    display: flex !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.youtubeVideoModal p:last-child {
    margin-bottom: 0;
}
.youtubeVideoModal iframe {
    display: block;
    max-width: 100%;
}

.modal-open .modal {
    padding: 20px !important;
}

.modal {
    z-index: 11111;
}

.portfolio_popup .modal-body {
    padding: 80px 70px;
    box-sizing: border-box;
}

.portfolio_popup .modal-body .spin-figure {
    max-width: 400px !important;
    max-height: 400px !important;
}

.popup_row {
    align-items: center;
}

.popup_col {
    padding-left: 10px;
    padding-right: 10px;
}

.popup_col_sm {
    flex-basis: 40%;
    max-width: 40%;
}

.popup_col_lg {
    flex-basis: 60%;
    max-width: 60%;
}

.popup_col_lg > img {
    display: block;
    margin: auto;
}

.popupSliderText {
    padding: 0 10px;
    margin-top: 15px;
    text-align: center;
}

.popupSliderText p {
    font-family: "Avenir Light", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #24272A;
    margin-bottom: 0;
}

.portfolio_popup button.close span,
.page-template-template-page-portfolio .youtubeVideoModal button.close span {
    display: block;
}

.portfolio_popup button.close,
.page-template-template-page-portfolio .youtubeVideoModal button.close {
    color: #454545;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 99999;
    transition: all .3s ease;
}

.page-template-template-page-portfolio .youtubeVideoModal button.close {
    top: -15px;
    right: -15px;
    background: #fff;
}

.portfolio_popup button.close:hover,
.page-template-template-page-portfolio .youtubeVideoModal button.close:hover {
    opacity: 1;
}

.portfolio_popup .close::before,
.portfolio_popup .close::after,
.page-template-template-page-portfolio .youtubeVideoModal .close::before,
.page-template-template-page-portfolio .youtubeVideoModal .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 75%;
    top: 50%;
    left: 12.5%;
    margin-top: -1px;
    background: #a8a8a8;
}

.portfolio_popup .close::before,
.page-template-template-page-portfolio .youtubeVideoModal .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio_popup .close::after,
.page-template-template-page-portfolio .youtubeVideoModal .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.portfolio_popup .ba-slider .resize:before {
    background: #CAC5CB;
    filter: blur(30.6013px);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.portfolio_popup .resize img {
    height: 100%;
}

.portfolio_popup .ba-slider img {
    height: auto;
}

.portfolio_popup .before_after.ba-slider .handle {
    width: 5px;
    background: #454545;
}

.portfolio_popup .ba-slider {
    display: none;
    max-width: 450px;
}

.portfolio_popup .ba-slider.active {
    display: block;
}

.portfolio_popup .before_after.ba-slider .handle::after {
    content: "";
    background: #E3E5E6;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-image: var(--wpr-bg-fccd7a58-6776-4b0d-9473-7186e2dfbe52);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    border: none;
}

.portfolio_popup .badge_text {
    font-family: 'Avenir Light', sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #454545;
    padding: 13px 22px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    position: absolute;
    bottom: -22px;
    z-index: 99;
}

.portfolio_popup div.ba-slider {
    overflow: visible;
    margin: 0 auto 35px auto;
}

.portfolio_popup .badge_text_after {
    left: 50px;
}

.portfolio_popup .badge_text_before {
    right: 50px;
    color: #15C5C1;
}

.storiesSec {
    padding: 60px 0;
    /*margin-top: 120px;*/
}

.storiesSec__title {
    color: #454545;
    margin-top: 0px;
    margin-bottom: 60px;
}

.storiesSec__title span {
    color: #15C5C1;
}

.storiesItem {
    box-shadow: 0 0 38px -9px rgba(0, 0, 0, 0.5);
    padding: 25px 20px 50px 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    max-height: calc(100% - 30px);
    height: 100%;
}

.storiesItem__imgWrap {
    position: relative;
    cursor: pointer;
}

.storiesItem__imgWrap:before {
    display: inline-block;
    content: "";
    background: var(--wpr-bg-c041dc5a-7674-4e1c-b213-80721985241c);
    height: 60px;
    width: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}

.storiesItem__title {
    font-size: 16px;
    line-height: 25px;
    color: #454545;
    margin-top: 35px;
    margin-bottom: 0;
}

.storiesItem__subtitle {
    font-family: 'Avenir Light', sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #454545;
    margin-bottom: 25px;
}

.storiesItem__text {
    font-family: 'Avenir Light', sans-serif;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #454545;
}

.leadin-button {
    text-transform: uppercase !important;
    font-size: 14px !important;
    min-height: 38px;
}

.wp-block-image .aligncenter img,
.wp-block-video.aligncenter {
    box-shadow: 0 0 22px 0 #68737d52;
    border-radius: 8px;
}

.wp-block-image .aligncenter {
    display: block;
}

h3.readmore {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    overflow: hidden;
    font-size: 14px;
    line-height: 38px;
    margin: 40px 0 90px 0;
}

h3.readmore span {
    color: #fff !important;
    background: #00CAC4;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 0 15px 0 15px;
    width: 135px;
}

h3.readmore span::before {
    content: '';
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    transform: rotate(45deg);
}

h3.readmore a {
    background: #EFFBFB;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    height: 38px;
    line-height: 38px;
    color: #15c5c1;
    padding: 0 12px;
    transition: all .3s ease;
    max-width: calc(100% - 135px);
    width: 100%;
    position: relative;
}

h3.readmore a:hover {
    background-color: #fff;
    text-decoration: none;
}

.page-template-template-page-long-page .post-content img,
.page-template-template-page-long-page .post-content iframe,
.page-template-template-page-long-page .post-content video {
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 8px;
}

.page-template-template-page-long-page .post-content h2 {
    margin: 0 0 32px;
    font-family: Montserrat;
}

.page-template-template-page-long-page .post-content h3,
.page-template-template-page-long-page .post-content h4,
.page-template-template-page-long-page .post-content h5,
.page-template-template-page-long-page .post-content h6 {
    margin: 0 0 5px;
    font-family: Montserrat;
}

.page-template-template-page-long-page .post-content p,
.page-template-template-page-long-page .post-content p.lead,
.page-template-template-page-long-page .post-content ul,
.page-template-template-page-long-page .post-content ol,
.page-template-template-page-long-page .post-content table {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Avenir Light', sans-serif;
}

.page-template-template-page-long-page .post-content > div {
    width: 100% !important;
}

.page-template-template-page-long-page .wp-caption-text {
    width: 100%;
    text-align: center;
    margin-top: -25px;
}

@media (max-width: 1440px) {
    .portfolio_popup.in {
        display: block !important;
    }

    .faqModal .nf-field-container.submit-container {
        margin: 15px 0;
    }

    .faqModal #ninja_forms_required_items,
    .faqModal .nf-field-container {
        margin-bottom: 20px;
    }

    .portfolio_popup .modal-body {
        padding: 45px;
    }

    .portfolio_popup .popup_btn_wrap {
        margin-top: 30px;
    }

    .portfolio_popup .popup_title {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    h3.readmore {
        margin: 30px 0;
    }

    .portfolio_popup .portfolio_item_btn {
        opacity: 1;
    }

    .portfolio_popup .portfolio_item_btn {
        opacity: 1;
    }

    .faqSec {
        padding: 60px 0;
    }

    .faqCol {
        margin-top: 30px;
        margin-left: 0;
    }

    .portfolio_popup .portfolio_item_btn {
        opacity: 1;
    }

    .portfolio_popup .portfolio_item_btn {
        opacity: 1;
    }

    .faqSec {
        padding: 60px 0;
    }

    .faqCol {
        margin-top: 30px;
    }

    body.picupmedia_body {
        margin-top: 150px;
    }
}

@media (max-width: 767px) {
    .storiesItem {
        margin-bottom: 30px;
        padding: 30px;
    }

    .faqItem__title:before {
        line-height: initial;
        text-align: left;
        padding-left: 0;
        justify-content: center;
    }

    body.picupmedia_body {
        margin-top: 80px;
        overflow-x: hidden;
    }

    .cta_sec_img_wrap {
        display: none;
    }

    .faqModal .modal-body {
        padding: 30px;
    }

    .pricingSec {
        margin: 30px 0;
    }

    .portfolio_popup .portfolio_popup .modal-dialog {
        margin: 25px auto;
    }

    .portfolio_popup button.close {
        right: -16px;
        top: -16px;
        background-color: #fff;
    }

    .portfolio_popup .portfolio-item-link {
        right: 30px;
    }

    .page-template-template-page-portfolio .portfolio_popup .portfolio-item-link {
        right: 25px;
    }

    .portfolio_popup .portfolio-item-link {
        right: 30px;
    }

    .page-template-template-page-portfolio .portfolio_popup .portfolio-item-link {
        right: 25px;
    }

    .portfolio_popup .portfolio-item-link {
        right: 30px;
    }

    .page-template-template-page-portfolio .portfolio_popup .portfolio-item-link {
        right: 25px;
    }

    .portfolio_popup .btn_sm {
        min-width: 152px;
    }

    .portfolio_popup .popup_col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .portfolio_popup .popup_col:first-child {
        margin-bottom: 30px;
    }

    .portfolio_popup .popup_text {
        max-width: 100%;
        padding-bottom: 10px;
    }

    .portfolio_popup .popup_btn_wrap {
        margin-top: 20px;
    }

    .portfolio_popup .portfolio_meta {
        text-align: center;
    }

    .portfolio_popup .portfolio_item_label {
        display: inline-block;
    }

    .portfolio_popup .popup_title {
        text-align: center;
    }

    .portfolio_popup .portfolio_popup .modal-body {
        padding: 50px 15px 45px 15px;
    }

    .portfolio_popup .popup_btn_wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .portfolio_popup .popup_btn_wrap .btn {
        max-width: 45%;
        flex-basis: 45%;
        margin-right: 0;
    }

    .cta_sec_title {
        margin-top: 30px;
    }

    .cta_sec_text {
        margin-bottom: 30px;
    }

    .cta_sec_btn_wrap {
        margin-bottom: 30px;
    }

    .faqSec {
        padding: 30px 0;
    }

    .faqSecWrap {
        margin-top: 30px;
    }

    .portfolio_popup.in,
    .youtubeVideoModal.in {
        display: block !important;
        margin: 30px auto !important;
        padding: 10px 20px !important;
    }
    .youtubeVideoModal iframe {
        min-height: 350px;
    }

    .faqItem__title:before {
        line-height: 35px;
        text-align: center;
        text-align: left;
        padding-left: 0;
        flex-direction: column;
    }
}

@media (max-width: 615px) {
    h3.readmore {
        display: block !important;
    }

    h3.readmore span,
    h3.readmore a {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .wc_payment_method .payment_title {
        overflow: hidden;
    }

    h3.readmore span {
        border-radius: 8px 8px 0 0;
        text-align: center;
    }


    h3.readmore span::before {
        left: calc(50% + 50px);
    }

    h3.readmore a {
        border-radius: 0 0 8px 8px;
        white-space: initial;
        height: auto;
        line-height: 20px !important;
        padding: 10px;
        text-align: center;
    }

    h3.readmore a::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .faqItem {
        padding: 20px 10px;
    }

    .faqItem__title {
        line-height: normal;
        padding: 0 20px 0 45px;
    }

    .faqItem__text {
        margin-left: 55px;
    }

    .howWorksSec {
        padding: 45px 0;
    }

    .howWorksSec__title {
        margin-top: 0;
    }

    .howWorksSec__row {
        margin-top: 30px;
    }

    .howWorksItem {
        margin-bottom: 30px;
    }

    .portfolio_popup .portfolio_col {
        width: 100%;
        margin-bottom: 15px;
    }

    .portfolio_popup .portfolio_row {
        margin-top: 30px;
    }

    .portfolio_popup .btn_wrap {
        margin-top: 15px;
    }

    .portfolio_popup .badge_text_before {
        right: 0;
    }

    .portfolio_popup .badge_text_after {
        left: 0;
    }

    .portfolio_popup .popup_btn_wrap .btn {
        max-width: 100%;
        flex-basis: unset;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*
 * Start reviews
 * ------------------------------------------------------------------------------------------------
*/
.reviews {
    margin-bottom: 0;
    /*padding: 90px 0;*/
    background-color: #F8F8F8;
}

.reviews__col {
    /*box-sizing: border-box;*/
}

.reviews__col-right {
    padding-left: 50px;
}

.reviewsSlider {
    padding: 0;
}

.reviewsSlider:after {
    height: 160px;
    bottom: 0;
    transform: rotate(180deg);
}

.reviewsSlider .slick-arrow {
    left: -70px;
    transform: rotate(90deg);
    border-color: transparent;
    width: 48px;
    height: 48px;
}

.reviewsSlider .slick-prev {
    top: calc(50% - 70px);
}

.reviewsSlider .slick-next {
    top: 50%;
}

.review-service-block {
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 45px;
    height: 89px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    display: flex;
}

.leave-review-btn {
    margin-bottom: 45px;
}

.trustpilot-border {
    border-top: 4px solid #00B67A;
    position: relative;
}

.trustpilot-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.review-service {
    padding-bottom: 60px;
}

.review-google-title {
    font-size: 22px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #848484;
    margin-left: 16px;
}

.review-info {
    display: flex;
    align-items: center;
}

.google-border {
    border-top: 4px solid #4185F4;
    padding: 12px 29px 10px 23px;
}

.review-service-block.google-border {
    display: block;
}

.review-google-rating {
    display: flex;
    align-items: baseline;
}

.google-rating-number {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #EC7018;
    margin-left: 5px;
}

.review-google-rating .stars {
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 5px;
    color: #EC7018;
}

.review-google-rating .stars i {
    margin-right: 5px;
}

.rating-review__title {
    display: block;
}

.rating-review__title {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 36px;
    line-height: 134.09%;
}

.review-fixed {
    position: fixed;
    top: 160px;
}

.stars {
    font-size: 20px;
    margin-left: 25px;
    color: #FCC455;
    margin-bottom: 6px;
}

.stars i {
    margin-right: 7px;
}

.reviews-block .stars {
    margin-bottom: 6px;
}

.section.reviews .slick-dots {
    margin: 45px auto 0 auto;
}

.reviews-title {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: 0;
    padding-top: 50px;
}

.reviews-wrap {
    margin-right: -15px;
    width: 277.5px;
}

.all-reviews {
    margin-bottom: 38px;
}

.all-reviews-title {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}

.more-reviews {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.rating-review {
    background: #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 5px 0 11px 24px;
    height: 89px;
}

.productItem .rating-review {
    height: auto;
    padding: 5px;
}

.rating-block {
    display: flex;
    align-items: baseline;
}

.productItem .rating-block {
    justify-content: center;
}

.reviews-list {
    list-style: none;
    padding: 75px 0 0;
}

.reviews-item {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    margin-bottom: 30px;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    padding: 17px 24px 15px 27px;
    border-bottom: 1px solid #EBEBEB;
}

.reviews-verified {
    font-family: 'Avenir Light', sans-serif;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #000000;
    display: flex;
    align-items: center;
}

.reviews-verified:before {
    content: '';
    background: var(--wpr-bg-edefc06c-2526-43fa-896a-087d0819af66) no-repeat center;
    width: 18px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background-size: contain;
}

.reviews-block span:first-child {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.reviews-block span:nth-child(2) {
    font-family: 'Avenir Light', sans-serif;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #848484;
    margin-left: 10px;
}

.reviews-block:last-child {
    text-align: right;
}

.reviews-block .stars i:last-child {
    margin: 0;
}

.reviews-media {
    width: 258px;
}

.reviews-content {
    font-family: 'Avenir Light', sans-serif;
    display: flex;
    padding: 25px 47px 17px 27px;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000000;
}

.reviews-text {
    width: 71%;
    margin-left: 30px;
}

.reviews-media .video-review-img {
    position: relative;
    cursor: pointer;
}

.reviews-media .video-review-img:before {
    display: inline-block;
    content: "";
    background: var(--wpr-bg-5882a862-a262-4355-94b1-4dceb61bb189);
    height: 40px;
    width: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    background-size: contain;
}

.reviews-media img {
    border-radius: 8px;
}

.reviews-footer {
    padding: 0 24px 16px 27px;
    display: flex;
    justify-content: space-between;
}

.reviews-recommend:before {
    content: '';
    background: var(--wpr-bg-f47f431c-7a98-4170-bd06-168bcedcc56f) no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 14px;
    background-size: contain;
}

.reviews-recommend {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: 'Avenir Light', sans-serif;
}

.reviews-recommend,
.review-help {
    display: flex;
    align-items: center;
}

.review-help {
    font-family: 'Avenir Light', sans-serif;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #848484;
}

.review-help-text {
    margin-right: 13px;
}

.review-help-yes {
    margin-right: 7px;
}

.review-help-yes span,
.review-help-no span {
    color: #000;
}


.show-more,
.show-more-ajax {
    display: block;
    margin: 5px 187px 35px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #00CAC4;
    text-transform: uppercase;
    border: 1px solid #00CAC4;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 10px 22px;
}

.show-more:hover,
.show-more-ajax:hover,
.show-more[disabled],
.show-more-ajax[disabled] {
    color: #fff;
    background: #00CAC4;
}

.show-more-ajax.loader {
    color: transparent;
    background-color: transparent;
    border: 0;
    transition: none;
}

.show-more-ajax[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

ul.reviews-ajax {
    overflow: hidden;
    transition: height .3s ease;
}

ul.reviews-ajax .reviews-item:nth-last-child(-n+3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    position: static;
    visibility: visible;
}


ul:not(.reviews-ajax) .reviews-item {
    display: none;
}

.is_stuck {
    top: 70px !important;
}

.reviews-header .reviews-block .reviews-block-date {
    display: none;
}

@media (max-width: 1200px) {
    .reviews__col-right {
        padding-left: 100px;
    }

    .reviews__col {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .reviews-wrap {
        margin-right: 0;
        width: 345px;
    }

    .rating-review {
        text-align: center;
    }

    .stars {
        justify-content: center;
    }

    .reviewsSlider {
        margin-bottom: 40px;
    }

    .reviews__col-right {
        padding-left: 15px;
    }

    .show-more,
    .show-more-ajax {
        margin: 5px auto 35px;
    }

    .review-service {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .reviewsSlider .slick-arrow {
        left: -55px;
    }

}

@media (max-width: 576px) {
    .reviews-list {
        padding-top: 0;
    }

    .rating-review {
        margin-bottom: 30px;
        padding-left: 70px;
    }

    .all-reviews-title {
        margin-top: 40px;
    }

    .rating-review__text {
        text-align: left;
    }

    .all-reviews {
        margin-bottom: 33px;
    }

    .reviews-content {
        flex-direction: column;
    }

    .reviews-media,
    .reviews-media img {
        width: 100%;
    }

    .reviews-content {
        padding: 21px 15px 0 15px;
    }

    .reviews-footer {
        padding: 0 15px 15px;
    }

    .reviews-text {
        width: 100%;
        margin: 10px 0;
    }

    .reviews-header {
        flex-direction: column;
    }

    .reviews-block:last-child {
        display: flex;
        margin-top: 10px;
    }

    .reviews-verified:before {
        width: 20px;
    }

    .reviews-block .stars {
        margin: 0;
    }

    .reviews-block span:nth-child(2) {
        margin-left: 0;
        display: block;
    }
}

@media (max-width: 375px) {
    .reviews-wrap {
        width: 100%;
    }

    .reviews__col {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .google-border {
        padding-left: 60px;
    }
}

.pm-modal-video {
    width: 100%;
    height: 100%;
    display: block;
}

/*
 * End reviews
 * ------------------------------------------------------------------------------------------------
*/

/*
 * Start youtube iframe
 * ------------------------------------------------------------------------------------------------
*/
.youtubeIframe {
    max-width: 100%;
    min-height: 400px;
    display: block;
}

.youtubeIframeWrap {
    position: relative;
}

.youtubeIframeWrap-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 350px;
    z-index: 1111;
}

.youtubeIframeClose {
    background: var(--wpr-bg-6df0f482-8147-48d9-8efe-cb1b4309592e) no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    z-index: 1111;
    cursor: pointer;
}

.youtubeIframeWrap-fixed .youtubeIframeClose {
    display: block;
}

.youtubeIframeWrap-fixed .youtube_video_wrap{
    margin-top: 0;
}

@media (max-width: 767px) {
    .youtubeIframe {
        min-height: 150px;
    }

    .youtubeIframeWrap-fixed {
        max-width: 270px;
    }
}

.youtubeVideoItem {
    position: relative;
}
.youtubeVideoItem.active .youtubeVideoItem__poster{
    display: none;
}
.youtubeVideoItem iframe{
    display: block;
    margin: auto;
    width: 100%;
}
.youtubeVideoItem__poster {
    cursor: pointer;
    margin: auto;
    max-width: 700px;
    height: 400px;
    background: no-repeat center;
    background-size: cover;
}
.youtubeVideoItem__btn{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: all .3s ease;
}
.youtubeVideoItem__btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    border-radius: 50%;
    opacity: 0.8;
    width: 93px;
    height: 93px;
    border: 6px solid #fff;
    background: transparent;
}

.youtubeVideoItem__btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 200ms;
    opacity: 0.8;
    background: transparent;
}

.youtubeVideoItem__btn:hover:after {
    background: #00B7B0;
}

.youtubeVideoItem__btn:active,
.youtubeVideoItem__btn:focus {
    background: #56D8D4;
}

.youtubeVideoItem__btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

/*
 * End youtube iframe
 * ------------------------------------------------------------------------------------------------
*/


/*
 * Start international phone
 * ------------------------------------------------------------------------------------------------
*/
div.intl-tel-input {
    display: block;
}
.intl-tel-input input[type="tel"] {
    padding-left: 90px !important;
}
/*
 * End international phone
 * ------------------------------------------------------------------------------------------------
*/

/*
 * Start woocommerce message
 * ------------------------------------------------------------------------------------------------
*/

.woocommerce-message{
    border-top-color: #00CAC4;
}
.woocommerce-message::before {
    color: #00CAC4;
}
/*
 * End woocommerce message
 * ------------------------------------------------------------------------------------------------
*/



/**
 * Custom form elements start
 */
.customCheckbox {
    position: relative;
}

.customCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.customCheckbox label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #000;
    line-height: 18px;
    font-size: 16px;
}

.customCheckbox label a {
    margin-left: 5px;
    margin-top: -1px;
}

.customCheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #00CAC4;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 13px;
    margin-top: -2px;
}

.customCheckbox input:checked + label:before {
    background-color: #00CAC4;
}

.customCheckbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.customRadio {
    display: inline-block;
    margin-right: 40px;
}

.customRadio:last-child {
    margin-right: 0;
}

.customRadio [type="radio"],
.customRadio [type="radio"] {
    display: none;
}

.customRadio [type="radio"] + label {
    font-weight: normal;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #000;
    margin: 0;
}

.customRadio [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border: 1px solid #6C6C6C;
    border-radius: 100%;
    background: #fff;
}

.customRadio [type="radio"] + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #00CAC4;
    position: absolute;
    top: calc(50% - 3px);
    left: 6px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.customRadio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.customRadio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.customRadio-alt [type="radio"] + label::before {
    border-color: #848484;
}

.customRadio-alt [type="radio"] + label {
    color: #848484;
}

.customRadio-alt [type="radio"] + label:before {
    top: 4px;
}

.customRadio [type="radio"]:checked + label {
    color: #000;
}

.customRadio [type="radio"]:checked + label:before {
    border-color: #00CAC4;
}

.customRadio-alt [type="radio"] + label:after {
    top: 10px;
    left: 6px;
}

/**
 * Custom form elements end
 */





/*footer start*/
.footer_menu_title,
.footer_community_title,
.footer_terms_title,
.footer_contacts_title {
    font-family: 'Avenir Medium',sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-top: 85px;
    margin-bottom: 25px;
    word-break: break-all;
}

.picup-footer {
    background: #000 no-repeat top center;
    background-size: auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    font-style: normal;
    font-weight: normal;
}

.footer_top {
    opacity: 1;
}

.footer_bottom {
    min-height: 44px;
    padding: 24px 0;
}

.foter_menu_column1,
.foter_menu_column2,
.footer_community_list,
.footer_terms_list {
    list-style-type: none;
    padding-left: 0 !important;
}

.foter_menu_column1,
.foter_menu_column2 {
    display: inline-block;
    width: 50%;
    float: left;
}

.foter_menu_column1_item a,
.foter_menu_column2_item a,
.footer_community_list_item a,
.footer_terms_list_item a {
    font-family: 'Avenir Light',sans-serif;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: inline-block;
}

.foter_menu_column1_item a:hover,
.foter_menu_column2_item a:hover,
.footer_community_list_item a:hover,
.footer_terms_list_item a:hover {
    text-decoration: none;
}

.footer_contacts_btn .btn {
    max-width: 166px;
    width: 100%;
    height: 52px;
    background: inherit;
    border: 1px solid #15C5C1;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Avenir Light',sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #15C5C1;
    justify-content: center;
}

.footer_contacts_btn .btn:hover,
.footer_contacts_btn .btn:focus {
    color: #fff;
    background: #15C5C1;
    border: 1px solid #15C5C1;
}

.footer_social_wrap {
    margin-top: 20px;
    display: inline-block;
    float: right;
}

.footer_social_wrap a {
    font-size: 15px;
    border-radius: 50%;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    padding: .5em;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    transition: all .5s;
    color: #00cac4;
    height: 30px;
    width: 30px;
    margin: 5px 0;
}

.footer_social_wrap a:not(:last-child) {
    margin-right: 8px;
}

.footer_social_wrap a:not(:hover) {
    background-color: #2d2d2d;
}

.footer_social_wrap .fa {
    font-family: 'FontAwesome',sans-serif;
    font-weight: normal;
}

.footer_contacts_title {
    text-align: right;
}

.footer_copyright_text,
.footer_copyright_text a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    margin: 0;
}

.footer__sep {
    margin: 0 10px;
}

.footer_mobile_contacts {
    display: none;
}

.footerLangSwitcher {
    margin: 15px 0;
}

@media (max-width: 767px) {
    .footer_top{
        padding-bottom: 0;
    }
    .footer_contacts {
        display: none;
    }

    .footer_mobile_contacts {
        display: block;
    }

    .footer_contacts_title {
        text-align: left;
    }

    .footer_social_wrap {
        float: none;
        text-align: center;
    }

    .footer_social_wrap a {
        width: 35px;
        height: 35px;
        line-height: 20px;
    }

    .footer_social_wrap a:not(:last-child) {
        margin-right: 4.5px;
    }

    .footer_contacts_btn .btn {
        width: 100%;
    }

    .footer_terms_title_sm {
        margin-top: 50px;
    }
    .footer_menu_title,
    .footer_community_title,
    .footer_terms_title,
    .footer_contacts_title {
        margin: 30px 0 15px 0;
    }
}

/* -----------  start lang switcher   ----------*/
.footerLangSwitcher {
    position: relative;
    margin: 30px 0;
    z-index: 99;
}
.footerLangSwitcher__title {
    color: #fff;
    text-align: right;
    margin-bottom: 20px;
}
.footerLangSwitcher__activeLang {
    position: relative;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 13px;
    cursor: pointer;
}
.footerLangSwitcher__activeLang:after {
    content:'';
    border: solid #00CAC4;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: auto;
}
.footerLangSwitcher__icon {
    width: 25px;
    height: 15px;
    display: inline-block;
}
img.footerLangSwitcher__icon{
    max-width: 25px;
}
.footerLangSwitcher__activeLangText {
    font-family:  'Avenir Book',sans-serif;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #fff;
}
.footerLangSwitcher__wrap {
    position: relative;
}
.footerLangSwitcher__list {
    display: none;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 0 13px;
    position: absolute;
    bottom: 100%;
    width: 100%;
    list-style: none;
}
.footerLangSwitcher__list:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  7px 7px 0 7px;
    border-color: #fff  transparent transparent transparent;
    position: absolute;
    right: 12px;
    bottom: -6px;
}
.footerLangSwitcher__link {
    line-height: 38px;
}
.footerLangSwitcher__icon{
    width: 25px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    background: no-repeat center;
    background-size: contain;
}
.footerLangSwitcher__text {
    font-family:  'Avenir Book',sans-serif;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000000;
}
@media (max-width: 767px) {
    .footerLangSwitcher__activeLangText{
        line-height: 56px;
    }
    .footerLangSwitcher__title {
        text-align: left;
    }
}
/* -----------  end lang switcher   ----------*/

/*footer end*/