#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    display: block;
}

#loader {
    width: 120px;
    height: 120px;
    display: block;
    position: relative;
    border-radius: 50%;
    background: #37AEEC;
    z-index: 999;
    margin: auto;
    top: 45%;
    animation: scale-animation 0.9s infinite;
}

#loader:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns= 'http://www.w3.org/2000/svg' width= '58' height= '47' viewBox= '0 0 58 47' fill= 'none' %3E%3Cpath d= 'M45.3361 23.3953L51.3718 1.18959H41.7146C39.3004 10.7063 36.4837 21.0161 34.0694 29.7398C31.2528 38.8599 27.229 43.6183 21.998 43.6183C15.1576 43.6183 11.9385 37.2738 11.9385 24.1883C11.9385 10.3098 15.5599 3.56877 22.4004 3.56877C28.4361 4.36183 30.8504 8.32713 33.2647 12.689L34.4718 7.9306C31.6551 2.77571 26.0218 0 21.1933 0C15.5599 0 10.7314 1.98265 6.70758 5.94795C2.68378 10.3098 0.671875 15.8612 0.671875 22.9987C0.671875 30.5328 2.28139 36.4808 5.90281 40.4461C9.52423 44.4114 14.3528 46.394 20.7909 46.394C28.8385 45.9975 34.4718 42.8252 38.898 38.0669C42.117 33.3085 43.3241 28.1536 44.9337 23.3953H45.3361Z' fill= 'white' /%3E%3Cpath d= 'M54.9932 34.1015C54.9932 38.0669 52.9814 40.0495 49.7623 40.0495C48.1528 40.0495 46.9457 39.2564 45.7385 37.6703C44.9338 39.653 43.7266 41.2391 42.9219 42.0322C43.3243 42.8252 43.7266 44.0148 44.129 44.4113C44.9338 45.6009 46.5433 46.394 48.9576 46.394C51.3718 46.394 53.3837 45.2044 54.9932 42.8252C56.6028 40.446 57.4075 37.6703 57.4075 33.705L54.9932 34.1015Z' fill= 'white' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -20%);
}

#loader:after {
    content: '';
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
    animation: pulse-animation 0.9s infinite 0.1s;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #E6F6FF;
    }
    100% {
        box-shadow: 0 0 0 20px #E6F6FF;
    }
}

@keyframes scale-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

.left_null {
    left: 0 !important;
}

.messages_count {
    position: absolute;
}

.irs {
    font-family: 'Plus Jakarta Sans';
}

.lg_txt p {
    font-size: 20px !important;
    line-height: 28px !important;
}

@media (max-width: 991.98px) {
    .lg_txt p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

.margin_auto {
    margin: 0 auto;
}

.post_blog_section .post_cont img {
    max-width: 100%;
    height: auto;
}

.single .post_blog_section .post_cont ul li:before {
    content: none;
}

.single .post_blog_section .post_cont ul li {
    padding-left: 0;
    margin-left: 30px;

}

.single .post_blog_section .post_cont ul {
    list-style: inherit;
}

.single .post_blog_section .post_cont ul h3 {
    padding-top: 0;
    margin-bottom: 0;
}

.soc_list img {
    max-width: 95px;
    margin-top: 10px;
}

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

.modal-content p {
    margin-bottom: 0;
}

.read-more {
    font-weight: 700;
}

.carousel_auto_slide_js img {
    max-height: 48px;
}


.radio-choice label {
    padding-left: 32px;
    margin-bottom: 0;
}

.radio-choice div {
    display: flex;
    align-items: center;
}

.radio-choice input[type="radio"] {
    width: 24px;
    height: 24px;
}

.radio-choice {
    display: flex;
    margin-bottom: 32px;
}

input[type="radio"]:checked + label {
    font-weight: bold;
    color: #37AEEC;
}


.modal-dialog .wpcf7 {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.modal-dialog .wpcf7-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.country-flag img, .country-flag-img, .jcf-option img, .jcf-select-text img {
    display: block;
    width: 26px;
    height: auto;
    border-radius: 5px;
}

.jcf-option img, .jcf-select-text img {
    position: absolute;
    z-index: 99;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.custom_select.custom_select_lg {
    position: relative;
}

@media (min-width: 992px) {
    strong.h3 {
        font-size: 26px;
    }
}

.bold {
    font-weight: bold;
}

/*.available_destinations {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #37AEEC;
}

.available_destinations_popup {
    display: none;
    background: #fff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    max-width: 710px;
    width: 100%;
    z-index: 9999;
    top: 55px;
    padding: 48px 32px 70px;
    max-height: 890px;
    height: auto;
    box-shadow: 0px 16px 40px rgb(55 174 236 / 24%);
}*/

.country-flag-img {
    display: inline-block;
    margin-right: 8px;
    margin-left: 17px;
}

span.jcf-option.jcf-option-other_country {
    font-weight: 500 !important;
}

.destinations_table tbody tr:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

.destinations_table th:last-child {
    padding-left: 0;
}

.destinations_table th {
    padding: 17px;
}

.destinations_table thead {
    background: #F0F2F5;
    padding: 17px 0;
}

.destinations_table tbody td {
    padding: 17px 0;
}

.destinations_table {
    width: 100%;
}

/*.table-row {
    max-height: 560px;
    overflow: auto;
    height: 100%;
}*/

.hide_destination_popup {
    min-width: 180px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.table-row::-webkit-scrollbar,
.destinations_table::-webkit-scrollbar {
    width: 8px;
    background: #F0F2F5;
    border-radius: 4px;
}

.table-row::-webkit-scrollbar-thumb,
.destinations_table::-webkit-scrollbar-thumb {
    background: #95A3B8;
    border-radius: 4px;
}

.popup-button {
    position: absolute;
    bottom: 0;
    padding: 12px;
    left: 0;
    right: 0;
    box-shadow: 0px 16px 40px rgb(0 0 0 / 22%);
    background: #fff;
}

.sms_block, .jcf-scrollbar.jcf-scrollbar-horizontal {
    display: none;
}


.sms_count, .sms_th {
    text-align: center;
}

.sms-row {
    min-height: 100px;
}

.jcf-option {
    position: relative;
}

@media (min-width: 992px) {
    .available_destinations_popup {
        height: calc(100% - 65px);
    }
}

.inactive_link > a {
    opacity: 0.5
}

.partner-content :is(h1, h2, h3, h4, h5, h6) {
    color: initial;
    margin-bottom: 1.5rem;
}

.custom-length {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.custom-length-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#load-more {
    float: right;
    margin: 5px;
}

.hidden {
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.close.close_modal_sms {
    position: absolute;
    top: 0;
    font-size: 40px;
    right: 13px;
}

.main_sms_country {
    color: #272F3B;
}

.main_sms_country_div,
.main_sms_country {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---- isotope ---- */

.isotope:after {
    content: '';
    display: block;
    clear: both;
}


.element-item {
    position: relative;
    float: left;
    width: 300px;
}

.element-item > * {
    margin: 0;
    padding: 0;
}


/* new styles */

.header .navbar-nav > li {
    padding-left: 32px;
}

.header .navbar-nav > li:first-child {
    padding-left: 56px;
}

.dropdown-toggle:after {
    left: 8px;
    width: 7px;
    height: 7px;
    top: 0;
}

.show .dropdown-toggle:after {
    top: 4px;
}

.dropdown-menu {
    padding: 24px 8px;
    min-width: 160px;
    border-radius: 8px;
}

.dropdown-menu .dropdown-item {
    padding: 10px 16px;
}

@media (max-width: 992px) {
    .dropdown-toggle:after {
        left: auto;
    }

    .header .navbar-nav > li, .header .navbar-nav > li:first-child {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .header .mob_menu .navbar-nav a {
        font-size: 14px;
        line-height: 20px;
    }
}

.larger_text p {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

.logo img {
    max-width: 110px;
    height: auto;
}

.shadow-pink div {
    box-shadow: 0 4px 24px rgba(146, 55, 236, 0.2);
}

.privacy-policy .post_blog_section .post_cont .description_txt h3 {
    margin-bottom: 20px;
}

.privacy-policy .description_txt ol {
    padding-left: 17px;
}

.available_destinations {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #37AEEC;
}

.available_destinations_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 47, 59, 0.9);
    z-index: 999;
}

.available_destinations_content {
    background: #fff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    max-width: 710px;
    width: 100%;
    z-index: 9999;
    top: 55px;
    bottom: 55px;
    padding: 48px 32px 70px;
    max-height: 890px;
    height: auto;
    border-radius: 24px;
    -moz-box-shadow: 0 16px 40px rgba(55, 174, 236, 0.24);
    -webkit-box-shadow: 0 16px 40px rgba(55, 174, 236, 0.24);
    box-shadow: 0 16px 40px rgba(55, 174, 236, 0.24);

}

.table-row {
    max-height: calc(100% - 240px);
    overflow: auto;
    height: 100%;
}

@media (max-width: 576px) {
    .available_destinations_content {
        top: 0;
        bottom: 0;
        border-radius: 0;
    }

    .table-row {
        max-height: 65%;
        overflow: auto;
        height: 100%;
    }
}

@media (max-height: 1366px) and (min-height: 992px) {
    .available_destinations_content {
        max-height: 730px;
    }
}

.post_blog_section .post_cont {
    max-width: none;
}

.post-hero-section .img_prev {
    bottom: 0;
}

.quote-block {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    border: 1px solid #efefef;
    padding: 70px 60px 40px;
}

.start-block {
    background-color: #f5f7f8;
    padding: 40px 40px 60px;
}

.home-hero-section .tags_list,
.platform-marketing .tags_list {
    max-width: 1000px;
    margin: auto;
}

.modal-backdrop {
    background-color: rgb(39, 47, 59);
}

.modal-backdrop.show {
    opacity: 0.9;
}

.modal_long .modal-content .owl-stage-outer,
.modal_long .modal-content {
    border-radius: 24px;
}

.modal-content .close {
    line-height: 1;
    font-size: 40px;
    top: 20px;
    right: 28px;
    color: #C5C4CD;
}

.irs-single strong.sms_by_country {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.available_destinations_content .irs {
    font-family: 'Plus Jakarta Sans';
}

.mb-6 {
    margin-bottom: 3.5rem !important;
}

.pb-6 {
    padding-bottom: 3.5rem !important;
}


.full-width .tags_list {
    max-width: 100%;
}

.form-control::placeholder {
    color: #C4CCD8;
}

.not-found .page-title {
    font-size: 96px;
    line-height: 120px;
    color: #272F3B;
}

.not-found .page-text {
    font-size: 20px;
    line-height: 28px;
    color: #47556A;
}

@media (max-width: 767px) {
    .author_meta {
        order: 2;
    }

    /*.sticky_bottom {*/
    /*    border-top: 2px solid #E6F6FF;*/
    /*}*/

    [data-mobile="BI"] {
        order: 10;
    }

    .modal_info_part {
        height: calc(100vh - 20px);
    }

    .top-part {
        height: 15%;
    }

    .nav_platform {
        height: 60%;
        overflow-y: scroll;
        padding-top: 5px;
    }

    .sticky_bottom {
        height: 25%;
    }

    .not-found .page-title {
        font-size: 64px;
        line-height: 80px;
    }

    .not-found .page-text {
        font-size: 18px;
        line-height: 24px;
    }

    .migrate-content .section_row {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}


.video_modal_content iframe {
    transform: scale(1.4);
    max-width: 100%;
}

.video_modal_content {
    height: 650px;
}

@media (max-width: 992px) {
    .video_modal_content iframe {
        transform: none;
    }

    .video_modal_content {
        height: 100%;
    }
}

#pricing_modal .form-control:not(:disabled) {
    border: 1px solid #C5D0F7
}

.folded_block .img_prev img {
    width: auto;
}


.modal-content {
    background-color: #fff !important;
}

.post-views {
    display: inline-block;
}

.div-img {
    min-height: 150px;
    position: relative;
    max-height: 150px;
}

.div-img img {
    display: block;
    position: absolute;
    width: auto;
    max-height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.featured-testimonials {
    padding: 72px 0 40px 0;
}

.testimonial-card {
    margin-bottom: 24px;
}

.testimonial-card img {
    border-radius: 16px;
}

.testimonial-card_text .testimonial-card_title {
    padding: 16px 0;
    font-size: 24px;
    line-height: 32px;
}

.testimonial-hero_btn {
    padding: 8px 38px;
}

.post-info_item {
    font-size: 16px;
    line-height: 20px;
    color: #272F3B;
}

.post-info_item:not(:last-of-type):after {
    content: "\A";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #272F3B;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.review-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews-title {
    font-size: 48px;
    line-height: 64px;
}

.testimonial-quote_block {
    border: 1px solid #C4CCD8;
    border-radius: 24px;
    padding: 32px 0 36px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 28px;
}

.testimonial-quote {
    padding: 10px 0 50px;
}

.testimonial-quote_block p {
    font-size: 20px;
    line-height: 28px;
}

.quote-image {
    border-radius: 50%;
}

.testimonial-quote_text {
    width: 66%;
    margin: 0 auto;
}

.testimonial-post-content .wp-block-column > p {
    max-width: 660px;
    margin: 0 auto 25px;
    font-size: 20px;
    line-height: 28px;
    color: #47556A;
}

.testimonial-post-content .wp-block-image img {
    border-radius: 24px;
}

.testimonial-post_title {
    max-width: 70%;
}

.infographics-sections.testimonial h2 {
    font-size: 32px;
    line-height: 40px;
}

.infographics-sections.testimonial {
    max-width: 992px;
    margin: auto;
    padding: 64px 15px 40px;
}

.testimonial-post .infographics-sections.testimonial {
    padding: 0 15px;
}

@media (max-width: 1440px) {
    .testimonial-quote_block {
        max-width: 890px;
    }
}

@media (max-width: 1339px) {
    .testimonial-post_title {
        max-width: 100%;
    }
}

@media (min-width: 1000px) and (max-width: 1442px) {
    .reviews-slider {
        padding-right: 0 !important;
        padding-left: 32px !important;
    }

    .reviews-slider .centered {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        padding-left: 20px;
    }
}

@media (min-width: 1000px) and (max-width: 1336px) {
    .reviews-slider .centered {
        padding-left: 0;
    }

    .reviews-slider {
        padding-left: 16px !important;
    }
}

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

    .testimonial-card {
        margin-bottom: 8px;
    }

    .testimonial-card_text .testimonial-card_title {
        font-size: 18px;
        line-height: 20px;
    }

    .testimonial-hero_content {
        flex-direction: column-reverse;
    }

    .reviews-title {
        font-size: 32px;
        line-height: 34px;
    }

    .reviews-slider .centered {
        margin: 0 8px;
    }

    .testimonial-quote {
        border-top: 1px solid #C4CCD8;
        border-bottom: 1px solid #C4CCD8;
    }

    .testimonial-quote_block {
        border: none;
        font-size: 18px;
        line-height: 24px;
        padding: 32px 0 0;
    }

    .testimonial-quote_text {
        width: 100%;
    }

    .testimonial-quote_block p {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-post-content .wp-block-image img {
        border-radius: 0;
    }

    .testimonial-post_title {
        font-size: 40px;
        line-height: 44px;
    }

    .testimonial-post-content {
        padding: 0;
        margin-bottom: 0;
    }

    .testimonial-post-content .wp-block-column > p {
        padding: 0 16px;
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-post .infographics-sections.testimonial {
        padding: 48px 15px 0;
    }

    .infographics-sections.testimonial h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .testimonial-quote {
        padding: 10px 0 20px;
    }
}

.testimonial-post .title_page {
    text-align: center;
}

@media (min-width: 768px) {
    .logo {
        margin-bottom: 11px;
    }

    .modal_info_part {
        height: auto !important;
        /*padding-bottom: 63px !important;*/
    }

    .author_data {
        padding-right: 25px;
    }

}

@media (max-width: 767px) {
    .wrapper.has_decor .main:before {
        height: 585px;
    }

    .tag {
        margin: 6px 2px;
        padding: 6px 10px;
    }

    .hero_block {
        min-height: auto;
    }

    .hero-title {
        margin-top: 15px;
    }
}

@media (max-width: 500px) {
    .tag {
        font-size: 15px;
    }
}

@media (max-width: 440px) {
    .tag {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .tag {
        font-size: 13px;
    }
}

@media (max-width: 370px) {
    .tag {
        font-size: 12px;
        padding: 6px;
    }
}

.platforms-silder .carousel_auto_slide_js img {
    max-height: 56px;
}

.tag-button {
    margin: 6px 12px 6px 0;
}

.radio-choice {
    position: relative;
}

.radio-choice input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.radio-choice label {
    display: block;
    position: relative;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}


.radio-choice .check {
    display: block;
    position: absolute;
    border: 1px solid #37AEEC;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.radio-choice .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
    border: 1px solid #37AEEC;
}

input[type=radio]:checked ~ .check::before {
    background: #37AEEC;
}

input[type=radio]:checked ~ label {
    color: #37AEEC;
}

.tag {
    cursor: pointer;
}

.grecaptcha-badge {
    display: none !important;
}


@media (min-width: 992px) {
    /*.owl-carousel .item {*/
    /*    padding-bottom: 30px;*/
    /*}*/
    /*.sticky_bottom {*/
    /*    border: 2px solid #E6F6FF;*/
    /*    box-sizing: border-box;*/
    /*    box-shadow: 0px 16px 40px rgb(55 174 236 / 24%);*/
    /*    bottom: -68px;*/
    /*    position: absolute;*/
    /*    margin-left: auto;*/
    /*    margin-right: auto;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    max-width: calc(100% - 20px);*/
    /*    padding-top: 24px;*/
    /*    padding-bottom: 24px;*/
    /*}*/
}

.load {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit
}

.load::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 30px;
    height: 30px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    animation: loading1 1s ease infinite;
    z-index: 10
}

.load::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 3px dashed #fff;
    width: 30px;
    height: 30px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    animation: loading1 2s linear infinite;
    z-index: 5
}

@keyframes loading1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.header-logoAndBtn .btn,
.hero_block .btn {
    position: relative;
}

.header-logoAndBtn .btn.active,
.hero_block .btn.active {
    transform: scale(.85)
}

.header-logoAndBtn .btn.activeLoading .loading,
.hero_block .btn.activeLoading .loading {
    visibility: visible;
    opacity: 1
}

.header-logoAndBtn .btn .loading ,
.hero_block .btn .loading {
    opacity: 0;
    visibility: hidden
}

.button-block {
    position: relative;
}

.animated-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: tagAnimation 0.5s 1;
    animation: tagAnimation 0.5s 1;
    left: 0;
    right: 0;
    margin: auto;
}

.animated-tag.square {
    border-radius: 2px;
}

@-webkit-keyframes tagAnimation {
    0% {
        -webkit-transform: translateY(0) rotate(24deg) scale(0.2);
        -ms-transform: translateY(0) rotate(24deg) scale(0.2);
        transform: translateY(0) rotate(24deg) scale(0.2);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    25% {
        -webkit-transform: translateY(-18px) rotate(24deg) scale(1);
        -ms-transform: translateY(-18px) rotate(24deg) scale(1);
        transform: translateY(-18px) rotate(24deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: translateY(-36px) rotate(24deg) scale(1);
        -ms-transform: translateY(-36px) rotate(24deg) scale(1);
        transform: translateY(-36px) rotate(24deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0px) rotate(0) scale(1);
        -ms-transform: translateY(0px) rotate(0) scale(1);
        transform: translateY(0px) rotate(0) scale(1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
}

@keyframes tagAnimation {
    0% {
        -webkit-transform: translateY(0) rotate(24deg) scale(0.2);
        -ms-transform: translateY(0) rotate(24deg) scale(0.2);
        transform: translateY(0) rotate(24deg) scale(0.2);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    25% {
        -webkit-transform: translateY(-18px) rotate(24deg) scale(1);
        -ms-transform: translateY(-18px) rotate(24deg) scale(1);
        transform: translateY(-18px) rotate(24deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: translateY(-36px) rotate(24deg) scale(1);
        -ms-transform: translateY(-36px) rotate(24deg) scale(1);
        transform: translateY(-36px) rotate(24deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0px) rotate(0) scale(1);
        -ms-transform: translateY(0px) rotate(0) scale(1);
        transform: translateY(0px) rotate(0) scale(1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
}

.animated-tag .picture-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
}

.animated-tag .picture-component img {
    width: 50%;
    height: 50%;
}

.plans-tags .tags_list {
    border: 2px solid #F0F2F5;
    border-radius: 16px;
    padding: 20px;
}

.owl-carousel {
    opacity: 0;
    height: 100px;
}

.owl-carousel.owl-loaded {
    opacity: 1;
    height: auto;
}

.single-content .post_nav {
    position: initial;
    margin-bottom: 20px;
}

.author_meta img {
    border-radius: 50%;
}

.author_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 14px 0 8px;
}

.author_desc {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 16px;
}

.share-block {
    margin-top: 20px;
}

.subscribe-form .btn {
    width: 100%;
}

.subscribe-form {
    padding-top: 32px;
    padding-bottom: 25px;
}

.single-content .post_nav {
    max-width: 100%;
}

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

.owl_box_panel_reviews_author_js .review-box {
    width: 428px;
}

.owl_box_panel_reviews_author_js .author_image {
    width: 32px !important;
    height: 32px;
    border-radius: 50px;
    object-fit: cover;
    display: inline-block !important;
    min-width: 32px;
}


.uil-mx-0:before {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tags_list_top .tags_list {
    margin-top: -40px !important;
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 16px 18px;
}

.tags_list_top .tags_list {
    margin-top: -40px !important;
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 16px 18px;
}

.tags_list_top .tags_list > span {
    border: none;
}

.tags_list_top .tags_list > a {
    margin: 0 !important
}

.tags_list_top  .tags_list {
    flex-direction:row;
    flex-wrap:nowrap!important;
}
.tags_list_top  .tags_list .tag-button {
    min-width: 185px;
}

.tags_list_top  .tags_list .tags_wrap {
    text-align: end;
}
@media screen and (max-width: 562px) {
    .owl_box_panel_reviews_author_js .review-box {
        width: calc(100vw - 40px);
    }
    .tags_list_top .tags_list {
        justify-content: center;
    }
    .tags_list_top  .tags_list .tags_wrap {
        text-align: center;
    }
    .tags_list_top  .tags_list {
        flex-direction:row;
        flex-wrap:wrap!important;
    }
}
.pseudo_default_style .pseudo_table {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.pseudo_default_style .centered > h2 {
    text-align: center;
}


.pseudo_default_style .bg-upgrade.pseudo_table_th .text-white,
.pseudo_default_style .bg-upgrade.pseudo_table_th,
.pseudo_default_style .pseudo_table_th .bg-upgrade {
    background-color: transparent !important;
    color: black !important;
}

.pseudo_default_style .pseudo_table_right .pseudo_table_th .lg_txt,
.pseudo_default_style .pseudo_table_left .pseudo_table_th {
    border-bottom: 1px solid #C4CCD8;
}

.pseudo_default_style .pseudo_table_left .pseudo_table_th {
    border-right: 1px solid #C4CCD8;
}

.pseudo_default_style .pseudo_table.flex-row_3 {
    width: 100%;
    margin: 0 auto !important;
}

@media screen and (min-width: 992px) {
    .pseudo_default_style .pseudo_table_left {
        flex: 0 0 432px;
        max-width: 432px;
    }

}

.pseudo_default_style .pseudo_table_th .lg_txt:not(:first-child) {
    border-left: 1px solid #C4CCD8;

}

.pseudo_default_style .pseudo_table_td .bg-upgrade {
    background: #6EB251 !important;
}

.pseudo_default_style .pseudo_table_td .pseudo_unchecked {
    background: #F0F2F5;
    color: #95A3B8;;
}
.pseudo_default_style .pseudo_table .pseudo_item {
    height: 57px;
}

.service-tiers:not(.pseudo_default_style) .pseudo_unchecked {
    opacity: 0;
}

.section_magin_btn a.btn{
    margin-bottom: -23px!important;
}

.extra-small{
    font-size: 70%;
}

.soft-upgrade-bg .uil-multiply:before{
	opacity: 0;
}

.text-gray{
    color: #C4CCD8 !important;
}

.wpcf7 .wpcf7-checkbox label {
    font-weight: 400;
    padding-right: 15px;
    cursor:pointer;
    font-size: 15px;
}
.wpcf7 .wpcf7-checkbox input {
    margin-right: 5px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item{
    margin-left: 0
}

.wpcf7 .wpcf7-checkbox input ~ span{
    color: #0000009c;
}

.wpcf7 .wpcf7-checkbox input:checked ~ span{
    color: black;
}
.input-tooltip{
    display: block;
    visibility: hidden;
    opacity: 1;
    background: #F0F2F5;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
    margin-bottom: 10px;
    position: absolute;
    top: 45px;
    left: 25px;
    z-index: -1;
    transition: .5s ;

}
.input-tooltip.show{
    visibility: visible;
    opacity: 1;
    z-index: 11;
}

@media (min-width: 992px) and (max-width:1260px){
    .header .navbar-nav > li:first-child {
        padding-left: 20px;
    }
    .header .btn.btn-link{
        margin-right: 5px!important;
    }

}
@media (min-width: 992px) and (max-width:1185px){
    .header .d-flex.btn-wrap {
        flex-direction: column;
    }
    .header  .header-logoAndBtn{
        padding-bottom:10px
    }

}

@media (max-width: 991px){
    .header .d-flex.btn-wrap {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .header  .header-logoAndBtn{
        padding-bottom:10px
    }
}

@media (min-width: 992px) and (max-width:1060px){
    .header .navbar-nav > li > a ,.header .btn.btn-link{
        font-size: 15px;
    }
}

.hereTestimonial {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hereTestimonial__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.hereTestimonial__bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgb(243 243 243 / 76%);
}

.hereTestimonial__bg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


.hereTestimonial__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 900px;
    text-align: center;
}
.hereTestimonial__wrap__logo{
    max-width: 200px;
    height: auto;
}

.luminosity {
    mix-blend-mode: luminosity;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.gallery-scroll-mobile {
    mix-blend-mode: luminosity;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
@media (max-width: 567px) {
    .gallery-scroll-mobile {
        overflow-x: scroll;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }
}
.gallery-scroll-mobile::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

@media (max-width: 991px) {
    .gallery-scroll-table {
        overflow-x: scroll;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
        gap: 38px;
    }
}

.bg-secondary-500 {
    background: #333C49;
}

.image-desktop {
    max-width: 800px;
    height: auto;
}
@media (max-width: 1700px) {
    .image-desktop {
        max-width: 100%;
    }
}

.text-gray-200 {
    color: #999EA4;
}

.background-round {
    position: relative;
}
.background-round:before {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 20%;
    max-width: 649px;
    max-height: 464px;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='88' height='66' viewBox='0 0 88 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_15560)'%3E%3Crect width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect x='22' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect x='44' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect x='66' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect y='22' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect x='22' y='22' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect x='44' y='22' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect x='66' y='22' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect y='44' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect x='22' y='44' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect x='44' y='44' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3Crect x='66' y='44' width='2' height='2' rx='1' fill='%23C2C5C8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_15560'%3E%3Crect width='88' height='66' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    z-index: -1;
}
@media (max-width: 1024px) {
    .background-round:before {
        width: 90%;
        height: 80%;
    }
}
.background-round.row-1:before {
    left: inherit;
    right: 20%;
}

@media (max-width: 991px) {
    .adscale-brands-block .title {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 567px) {
    .adscale-brands-block .title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .adscale-dark-info-block .title {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 567px) {
    .adscale-dark-info-block .title {
        font-size: 24px;
        line-height: 32px;
    }
}
