﻿/*system*/
body {
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    background: #fbfbfb;
}

a {
    outline: 0 !important;
    text-decoration: none;
    cursor: pointer;
    color: #3BB54A;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        color: #3BB54A;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, ul, li, p, ol {
    margin: 0;
    padding: 0;
}

    h4 a, h3 a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

ul, li, ol {
    list-style: none;
}

.clear {
    clear: both;
}

.vertical-middle {
    text-align: center;
}

    .vertical-middle img {
        max-height: 60px;
        margin-top: 10px;
        display: inline-block;
    }

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.container-s {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    position: relative;
}

.flex-item {
    display: flex;
}

.h-100 {
    height: 100%;
}

.ml-16 {
    margin-left: 16px;
}

/*color*/
.cl-yellow {
    color: #EF9D25;
}

.cl-green {
    color: #3BB54A;
}

.mb-30 {
    margin-bottom: 30px;
}

.bg-dark-green {
    background: #009F94 !important;
}

.bg-green {
    background: #4FC28D !important;
}

.bg-yellow-green {
    background: #A0E07C !important;
}

.bg-sky-blue {
    background: #6FC9BF !important;
}

.bg-salnon {
    background: #F06963 !important;
}

.bg-gold {
    background: #FEBD00 !important;
}

.bg-blue-green {
    background: #249FDA !important;
}

/*header*/
.header {
    background: #FFFFFF;
}

.fixeds {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    transition: box-shadow 500ms;
}

.box-shadow {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}

.header-menu {
    padding: 16px 0;
}

    .header-menu > .container-s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-menu .left-header-menu > ul > li {
        margin: auto;
        margin-right: 48px;
    }

        .header-menu .left-header-menu > ul > li:last-child {
            margin-right: 0;
            /*> a {
                        font-size: 24px;
                        line-height: 24px;
                        letter-spacing: 0.02em;
                        color: #505560;
                    }*/
        }

        .header-menu .left-header-menu > ul > li > a {
            font-family: Inter;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0.02em;
            color: #505560;
        }

        .header-menu .left-header-menu > ul > li.active > a {
            color: #3BB54A;
        }

    .header-menu .navbar-brand {
        padding: 0;
        margin: 0;
    }

.menu-mobile > ul {
    margin-top: 16px;
}

    .menu-mobile > ul > li {
        padding: 6px 0;
    }

        .menu-mobile > ul > li > a {
            font-family: Inter;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0.02em;
            color: #505560;
        }

        .menu-mobile > ul > li.active a {
            color: #3BB54A;
        }

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

    .navbar-toggler-icon .icon-cancel {
        font-size: 20px;
        font-weight: 700;
        color: #2f4858;
    }

.navbar-toggler {
    padding: 0;
}

/*slider*/
.slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-1 {
    background-image: url("../images/slider/slider-1.jpg");
}

.slider-2 {
    background-image: url("../images/slider/slider-2.jpg");
}

.slider-3 {
    background-image: url("../images/slider/slider-3.jpg");
}

.slick-dots {
    bottom: 20px;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 6px;
        padding: 0;
        cursor: pointer;
        width: 12px;
        height: 12px;
        box-sizing: border-box;
        border-radius: 50%;
        border: 1px solid #3BB54A;
        box-sizing: border-box;
    }

        .slick-dots li button {
            display: none;
        }

        .slick-dots li.slick-active {
            background: #3BB54A;
        }

.sl-item {
    height: 640px;
}

.sl-cont {
    margin: auto 0;
}

    .sl-cont .title {
        font-family: Inter;
        font-weight: bold;
        font-size: 48px;
        line-height: 58px;
        color: #2F4858;
        margin-bottom: 20px;
    }

    .sl-cont .desc {
        font-family: Inter;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color: #4A6069;
        margin-bottom: 40px;
    }

/*button*/
.btn-green {
    background: linear-gradient(90deg, #3BB54A 0%, #7EC341 100%);
    border-radius: 4px;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 12px 32px;
    border: none;
    position: relative;
    z-index: 2;
}

    .btn-green:hover, .btn-green:active, .btn-green:focus {
        color: #fff;
        -webkit-box-shadow: 0 5px 15px rgba(47, 179, 136, 0.2);
        box-shadow: 0 5px 15px rgba(47, 179, 136, 0.2);
        text-decoration: none;
        background: linear-gradient(90deg, #3BB54A 0%, #7EC341 100%);
        background-size: 100%;
    }

    .btn-green.t-link {
        font-family: Inter;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        padding: 12px 16px;
    }

    .btn-green:before {
        content: "";
        border-radius: 45px;
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.04);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .btn-green:hover:before, .btn-green:focus:before, .btn-green:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

/*introduce*/
.introduce {
    padding: 60px 0;
}

.intro-main {
    margin: auto 0;
    margin-left: 60px;
}

.intro-1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /*text-transform: uppercase;*/
    color: #3BB54A;
    margin-bottom: 8px;
}

.title-1 {
    font-family: Inter;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #2F4858;
    margin-bottom: 20 px;
}

.desc-1 {
    font-family: Inter;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #8BA0A8;
    position: relative;
    margin-bottom: 32px;
}

    .desc-1:before {
        content: '';
        width: 4px;
        height: 100%;
        position: absolute;
        background: #3BB54A;
        left: 0;
    }

.intro-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4A6069;
    margin-bottom: 24px;
}

/*our-point*/
.title-2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #1D576E;
}

.title-3 {
    font-family: Inter;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2F4858;
    margin-bottom: 16px;
}

.desc-3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #8BA0A8;
    margin-bottom: 40px;
}

.our-point {
    overflow: hidden;
}

    .our-point .title-2 {
        margin-bottom: 40px;
    }

.intro-main-a {
    margin: auto 0;
}

.intro-main-b {
    margin: auto 0;
}

.intro-main-c {
    margin: auto 0;
}

.our-image {
    position: relative;
    height: 570px;
    width: 100%;
}

.our-point-a, .our-point-c {
    margin-bottom: 40px;
}

    .our-point-a .our-image-left, .our-point-c .our-image-left {
        position: absolute;
        bottom: 0;
        z-index: 2;
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
        border-radius: 4px;
    }

    .our-point-a .our-image-right, .our-point-c .our-image-right {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
    }

.our-point-c {
    margin-bottom: 0px;
}

.our-point-b {
    background: #F1FBFF;
    padding: 40px 0;
}

    .our-point-b .our-image-left {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .our-point-b .our-image-right {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
        border-radius: 4px;
    }

.our-point-c {
    padding: 40px 0 60px 0;
}

.desc-bd {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4A6069;
    display: flex;
    margin-bottom: 16px;
}

    .desc-bd:last-child {
        margin-bottom: 36px;
    }

    .desc-bd svg {
        margin-right: 16px;
        min-width: 24px;
    }

/*feature*/
.feature {
    padding-bottom: 60px;
    overflow: hidden;
}

    .feature .title-2 {
        margin-bottom: 40px;
    }

    .feature .card {
        background: #FFFFFF;
        border: 1px solid #EBEFF3;
        box-sizing: border-box;
        border-radius: 12px;
        height: 100%;
    }

    .feature .card {
        transition: all .3s linear;
    }

        .feature .card:hover {
            box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
        }

    .feature .card-img-top {
        width: 100%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .feature .card-body {
        padding: 20px 20px 8px 20px;
    }

    .feature .card-title {
        font-family: Inter;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #1D576E;
        margin-bottom: 11px;
    }

    .feature .card-text {
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #4A6069;
        margin-bottom: 12px;
        display: flex;
    }

/*eclip icon*/
.eclip-icon {
    min-width: 6px;
    width: 6px;
    height: 6px;
    background: #3BB54A;
    border-radius: 50%;
    display: flex;
    position: relative;
    margin-right: 12px;
    margin-top: 9px;
}

/*why-us*/
.why-us {
    padding: 60px 0;
    background-image: url("../images/why-us/background.jpg");
    overflow: hidden;
}

    .why-us .why-us-banner {
        border-radius: 8px;
    }

.intro-2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #FEBA35;
    margin-bottom: 8px;
}

.title-4 {
    font-family: Inter;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.whyus-main {
    margin: auto 0;
    margin-left: 60px;
}

    .whyus-main p {
        display: flex;
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin-bottom: 24px;
    }

        .whyus-main p em {
            margin-right: 16px;
        }

        .whyus-main p span {
            margin: auto 0;
        }

.icon-s {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    background: #009F94;
    border-radius: 50%;
}

    .icon-s img {
        margin: auto;
    }

/*app-store*/
.app-store {
    padding-top: 60px;
    background-image: url("../images/appstore/banner.jpg");
}

    .app-store .title-2 {
        margin-bottom: 50px;
    }

.icon-m {
    width: 60px;
    height: 60px;
    display: flex;
    background: #009F94;
    border-radius: 50%;
}

    .icon-m img {
        margin: auto;
    }

.app-store-main {
    margin: auto 0;
}

.app-item {
    margin-bottom: 40px;
}

    .app-item h3 {
        font-family: Inter;
        font-weight: bold;
        font-size: 20px;
        line-height: 32px;
        color: #2F4858;
        margin-top: 12px;
        margin-bottom: 8px;
    }

    .app-item p {
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #4A6069;
    }

    .app-item .icon-m:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 4.75);
    }

.appstore {
    margin-right: 20px;
}

.image-bac-si-desktop {
    margin-left: auto;
}

/*price*/
.cricle-icon {
    background-image: url("../images/icon/check-circle.svg");
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 16px;
}

.price {
    padding: 70px 0 60px 0;
    overflow: hidden;
}

    .price .card {
        background: #FFFFFF;
        border: 1px solid #E4E4E4;
        box-sizing: border-box;
        border-radius: 8px;
        display: block;
        transition: all .3s linear;
    }

        .price .card .card-header {
            padding: 24px 20px;
            background: transparent;
            border-bottom: 1px solid #E4E4E4;
            font-family: Inter;
            font-weight: 500;
            font-size: 28px;
            line-height: 42px;
            color: #2F4858;
        }

        .price .card .card-text {
            font-family: Inter;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #4A6069;
            margin-bottom: 16px;
            display: flex;
        }

        .price .card .ribbon {
            left: auto;
            right: -6px;
            margin-right: 0;
            padding: 4px 12px;
            float: right;
            clear: right;
            position: relative;
            border-top-right-radius: 6px;
            background: linear-gradient(87.79deg, #0FC2F0 1.84%, #0FBDF0 23.65%, #0FB4F0 41.12%, #0FA8F0 62.53%, #0FA2F0 84.65%, #0FAFF0 98.96%);
        }

            .price .card .ribbon:before {
                content: '';
                border-top: 16px solid;
                border-bottom: 16px solid;
                border-left: 16px solid transparent !important;
                left: -16px;
                top: 0;
                position: absolute;
                border-color: #0fc1f0 #0fc1f0;
            }

        .price .card .ribbon {
            font-family: Roboto Condensed;
            font-weight: bold;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            text-transform: uppercase;
            color: #FFFFFF;
        }

            .price .card .ribbon .ribbon-sub:before {
                content: '';
            }

            .price .card .ribbon .ribbon-sub:after {
                content: '';
                width: 6px;
                height: 100%;
                position: absolute;
                right: 0;
                background-clip: unset;
                background-position: right;
                z-index: -1;
            }

            .price .card .ribbon.ribbon-green {
                background: linear-gradient(87.79deg, #0FC2F0 1.84%, #0FBDF0 23.65%, #0FB4F0 41.12%, #0FA8F0 62.53%, #0FA2F0 84.65%, #0FAFF0 98.96%);
            }

                .price .card .ribbon.ribbon-green:before {
                    border-color: #0fc1f0 #0fc1f0;
                }

                .price .card .ribbon.ribbon-green .ribbon-sub:after {
                    background-image: url("../images/icon/repon-1.svg");
                }

            .price .card .ribbon.ribbon-gold {
                background: linear-gradient(87.79deg, #F0C703 1.84%, #F1C60A 23.65%, #F4CB10 41.12%, #F4D016 62.53%, #FFC708 84.65%, #FFB302 98.96%);
            }

                .price .card .ribbon.ribbon-gold:before {
                    border-color: #f0c704 #f0c704;
                }

                .price .card .ribbon.ribbon-gold .ribbon-sub:after {
                    background-image: url("../images/icon/repon-2.svg");
                }

        .price .card:hover {
            background: linear-gradient(90deg, #3BB54A 0%, #7EC341 100%);
            border-radius: 8px;
            transition: all .3s linear;
            cursor: pointer;
        }

            .price .card:hover .card-header, .price .card:hover .card-text {
                color: #fff;
            }

            .price .card:hover .cricle-icon {
                background-image: url("../images/icon/check-circle-active.svg");
            }

            .price .card:hover .price-link {
                background: #FFFFFF;
                border-radius: 4px;
                color: #3BB54A;
                transition: all .3s linear;
            }

    .price .title-2 {
        margin-bottom: 40px;
    }

.price-link {
    line-height: 24px;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    margin-top: 24px;
}

.contact {
    margin-bottom: -134px;
    padding-top: 60px;
}

.contact-intro {
    background-image: url("../images/contact/contact.jpg");
    padding: 60px 0 50px 0;
    box-shadow: 0px 4px 40px rgba(29, 87, 110, 0.15);
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

    .contact-intro h3 {
        font-family: Inter;
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        color: #2F4858;
        margin-bottom: 12px;
    }

    .contact-intro p {
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #4A6069;
        margin-bottom: 25px;
    }

.input-contact {
    position: relative;
    margin: 0;
}

    .input-contact input {
        background: #FFFFFF;
        box-shadow: 0px 9px 32px rgba(89, 92, 219, 0.05);
        border-radius: 32px !important;
        padding: 4px;
        height: auto;
        width: 100%;
        padding-left: 64px;
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        border: none !important;
        height: 54px;
    }

        .input-contact input::placeholder {
            font-family: Inter;
            color: #8BA0A8;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            border: none !important;
        }

        .input-contact input:focus, .input-contact input:active {
            outline: none;
            border-color: #7ec341 !important;
        }

    .input-contact .input-group-prepend {
        position: absolute;
        z-index: 997;
    }

        .input-contact .input-group-prepend .input-group-text {
            background: transparent;
            border: 0;
            padding: 15px 16px 15px 24px;
        }

    .input-contact .button-right {
        right: 0;
        padding: 4px;
    }

        .input-contact .button-right button {
            border-radius: 32px !important;
            background: linear-gradient(90deg, #3BB54A 0%, #7EC341 100%);
            font-family: Inter;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            flex: none;
            border: none;
            padding: 12px 16px;
            position: relative;
            z-index: 2;
        }

            .input-contact .button-right button:before {
                content: "";
                border-radius: 45px;
                position: absolute;
                z-index: -1;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: rgba(0, 0, 0, 0.04);
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: 50%;
                transform-origin: 50%;
                -webkit-transition: all .5s ease-out;
                -moz-transition: all .5s ease-out;
                transition: all .5s ease-out;
            }

            .input-contact .button-right button:hover:before, .input-contact .button-right button:focus:before, .input-contact .button-right button:active:before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

.footer {
    background: #2F4858;
    padding: 40px 0;
    padding-top: 188px;
}

.footer-logo {
    margin-bottom: 24px;
}

.footer-widget p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer-social-link {
    margin-top: 24px;
    font-size: 0 !important;
    display: flex;
}

    .footer-social-link li {
        display: inline-block;
        margin-right: 24px;
    }

        .footer-social-link li > a {
            display: flex;
            webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            color: #fff;
            padding: 8px 11px;
            border: 1px solid #fff;
            border-radius: 50%;
        }

            .footer-social-link li > a:hover {
                background: linear-gradient(90deg, #3BB54A 0%, #7EC341 100%);
                border: 1px solid #45b749;
            }

            .footer-social-link li > a.ic-youtobe {
                padding-top: 10px;
                padding-bottom: 9px;
                padding-left: 8px;
                padding-right: 7px;
            }

.widget-title {
    font-family: Inter;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.footer-menu > li a {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer-menu > li {
    margin-bottom: 12px;
}

.footer-contact ul > li > a {
    display: flex;
}

    .footer-contact ul > li > a svg {
        margin-right: 12px;
        min-width: 16px;
        margin-top: 5px;
    }

.footer-support ul > li > a {
    display: flex;
}

    .footer-support ul > li > a svg {
        margin-right: 12px;
        min-width: 20px;
    }

.copyright {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #677987;
    padding: 8px 0;
}

#backtop {
    position: fixed;
    right: 66px;
    bottom: 116px;
    background: #677987;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: flex;
    z-index: 999;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

    #backtop > svg {
        margin: auto;
    }

.zoom-out {
    overflow: hidden;
    width: 100%;
}

    .zoom-out img {
        transition: transform 2.5s ease-out;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        animation: scale 4s linear;
    }

@keyframes scale {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/*hiring*/
.hl-ring {
    position: fixed;
    bottom: 30px;
    left: 40px;
    min-width: 45px;
    text-align: center;
    z-index: 999;
}

    .hl-ring a span {
        border-radius: 2px;
        text-align: center;
        background: #f02937;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
        border-radius: 48px;
        padding: 11px 16px 12px 16px;
        margin-left: 10px;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 68px;
        width: 200px;
        height: 48px;
        transition: all .2s ease-in-out 0s;
        -moz-animation: headerAnimation .7s 1;
        -webkit-animation: headerAnimation .7s 1;
        -o-animation: headerAnimation .7s 1;
        animation: headerAnimation .7s 1;
    }

    .hl-ring a span {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1px;
        color: #fff;
    }

        .hl-ring a span:before, .hl-ring a span::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 14px 20px 14px 14px;
            border-color: transparent #f02937 #ff000000 #f0293700;
            position: absolute;
            left: -24px;
            top: 10px;
        }

.host-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 58px;
    height: 58px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #f02937;
    opacity: .5;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.host-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 68px;
    height: 68px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #f02937;
    opacity: .15;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(9);
        transform: translate(-50%, -50%) scale(9);
    }
}

.modal-header .close {
    padding: 13px !important;
    margin: 0;
    height: 44px;
    background: #FFFFFF;
    width: 44px;
    border-radius: 50%;
    text-shadow: none;
    opacity: 1;
    display: flex;
}

.modal-dialog {
    max-width: 512px;
}

.modal-header {
    right: -22px;
    top: -22px;
    padding: 0;
    border: none;
    position: absolute;
    z-index: 999;
}

    .modal-header:hover {
        cursor: pointer;
    }

    .modal-header .close {
        padding: 15px !important;
        margin: 0;
        height: 44px;
        background: #3BB54A;
        width: 44px;
        border-radius: 50%;
        text-shadow: none;
        opacity: 1;
        display: flex;
    }

        .modal-header .close .icon-cancel {
            font-weight: normal;
            font-size: 14px;
            line-height: 14px;
            color: #FFFEFE;
        }

        .modal-header .close:hover {
            cursor: pointer;
        }

        .modal-header .close:not(:disabled):not(.disabled):hover, .modal-header .close:not(:disabled):not(.disabled):focus {
            opacity: 1;
        }

.modal-body {
    padding: 0;
    background: #FFFFFF;
    border-radius: 8px !important;
}

.modal-content {
    border-radius: 8px !important;
}

.modal-body .form-group {
    margin-bottom: 16px;
}

.modal-body .modal-bd-title {
    padding: 20px 25px;
    background: #fff;
    text-align: center;
    border-radius: 8px !important;
}

    .modal-body .modal-bd-title h3 {
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        color: #2F4858;
    }

    .modal-body .modal-bd-title p {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        max-width: 360px;
        margin: auto;
    }

.modal-body .modal-bd-body {
    padding: 20px 60px;
    padding-top: 10px;
}

.modal-body label {
    margin-bottom: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #5F788A;
}

.modal-body .form-control {
    height: 40px;
    background: #FFFEFE;
    border: 1px solid #EAECF0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 16px 12px 16px;
}

    .modal-body .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #3BB54A;
        outline: 0;
        box-shadow: 0 0 0 0.1rem rgba(36, 134, 103, 0.25);
    }

.modal-body textarea.form-control {
    height: 80px;
}

    .modal-body textarea.form-control::placeholder {
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #9BAEBC;
    }

.modal-body button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 12px;
}

.modal-backdrop {
    background: #0C1625;
    opacity: 0.6;
}

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

.modal-content {
    background-color: #FFFEFE;
    border: none;
    border-radius: 8px !important;
}

.modal-open {
    padding: 0 !important;
}

    .modal-open .modal {
        display: flex !important;
        height: 100%;
        padding: 0 !important;
    }

.modal .modal-dialog {
    margin: auto;
    width: 512px;
}

.fb_dialog_content .fb_customer_chat_icon {
    margin: 0 !important;
    right: 60px !important;
    bottom: 40px !important;
}
