        body {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }
    
    #logo-ext img {
        padding-right: 12px;
    }
    
    .wrapper {
        display: flex;
        flex-wrap: wrap;
        min-height: 100vh;
    }
    
    .liconk {
        margin: 0px -4px 0px 0px;
        padding: 5px;
        padding-left: 3px;
        border-radius: 5px;
        border: 0px solid #CCC;
        width: 50px;
        position: fixed;
        right: 15px;
        bottom: 239px;
        z-index: 9999;
    }
    
    .liconk img {
        margin-top: 5px;
    }
    
    #wrapped+.input-group-addon {
        margin: 0;
        padding: 0;
        min-width: 8rem;
        border: none;
    }
    
    #wrapped+.input-group-addon>.form-control {
        border-radius: 0 .4rem .4rem 0;
        border-left: none;
    }
    
    .vbottom {
        align-self: flex-end;
        overflow: hidden;
        margin-top: 20px;
    }
    
    .footNote {
        color: #686868;
        font-size: 11px;
        font-style: italic;
        line-height: 12px;
        background-color: #eee;
        display: block;
        padding: 15px 20px;
    }
    
    .copyright {
        text-align: center;
        background: #FBC440;
        padding: 15px 20px;
        font-size: 16px;
        color: #FFF;
    }
    
    .row-full {
        width: 100vw;
        position: relative;
        margin-top: 100px;
    }
    
    .form-search {
        padding: 10px 20px;
        background: #00cc99;
        margin-top: 25px;
    }
    
    .form-search-wrapper {
        max-width: 680px;
        margin: 0 auto;
        display: flex;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
        align-items: center;
    }
    
    .domainId {
        flex: 1 1 auto;
    }
    
    .btncheck {
        width: 190px;
        margin-left: 5px;
    }
    
    .btncheck .btn {
        border-radius: 0;
        background: #fbc440;
        border: none;
    }
    
    #rowResult {
        /*    margin: 20px auto; */
    }
    
    #rowResult .loading {
        height: auto;
        text-align: center;
        display: none;
    }
    
    #rowResult STRONG {
        color: #CC3300;
    }
    
    #rowResult SPAN {
        font-weight: bold;
        color: #CC3300;
        text-decoration: line-through;
        line-height: inherit;
    }
    
    input#wrapped {
        border: 1px solid #ccc;
        border-radius: 0;
    }
    
    .result {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        line-height: 35px;
    }
    
    .description {
        padding: 0 20px;
    }
    
    .description h2 {
        margin-top: 45px;
        color: #00cc99;
        font-weight: bold;
    }
    
    .result-row>div:last-child {
        margin-right: 0;
    }
    
    .result-row>div {
        float: left;
        width: 49%;
        margin-right: 2%;
        position: relative;
        padding-top: 21px;
        background: #f5f5f5;
        border: 1px solid #d1d1d1;
        box-shadow: 0px 0px 10px #f5f5f5;
    }
    
    .result-row>div::before {
        content: "";
        position: absolute;
        top: 21px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #eaeaea;
    }
    
    .result-row>div::after {
        content: "";
        position: absolute;
        top: 22px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
    }
    
    div#result3 {
        float: none;
        width: auto;
        max-width: 680px;
        margin: 21px auto 0;
        position: relative;
        padding-top: 23px;
        border: 1px solid #ccc;
        background: #f5f5f5;
        box-shadow: 0px 0px 10px #f5f5f5;
    }
    
    div#result3::before {
        content: "";
        position: absolute;
        top: 21px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #eaeaea;
    }
    
    div#result3::after {
        content: "";
        position: absolute;
        top: 22px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
    }
    
    .result-title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        border-left: 15px solid #8cc832;
        border-top: 42px solid transparent;
    }
    
    .result-title {
        font-size: 18px;
        margin: 0;
        width: 215px;
        line-height: 42px;
        background: #8cc832;
        color: #fff;
        padding: 0 20px;
        position: absolute;
        top: -21px;
        left: -1px;
    }
    
    .result-row {
        padding: 25px 20px;
    }
    
    .showmore {
        text-align: center;
        background: #fff;
        padding: 10px;
        color: #ccc;
        cursor: pointer;
        line-height: 20px;
    }
    
    #rowResult span.whois {
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        background: #da534f;
        padding: 0px 18px;
        cursor: pointer;
    }
    
    #rowResult span.dangky {
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        background: #8cc832;
        padding: 0px 18px;
        cursor: pointer;
    }
    
    span.whois.on-mobile {
        display: none;
    }
    
    span.dangky.on-mobile {
        display: none;
    }
    
    .domain-infor {
        display: flex;
        align-items: center;
        padding: 10px;
        font-size: 17px;
        background: #f5f5f5;
    }
    
    .domain-status {
        width: 130px;
        height: 39px;
        margin-left: auto;
        text-align: center;
    }
    
    .result-content>div:nth-child(2n) .domain-infor {
        background: #fff;
    }
    
    .whois-loading {
        width: 20px;
        margin-left: 5px;
        display: none;
    }
    
    .whois-description-mobile {
        padding: 10px;
        background: #ececec;
        border: solid #ccc;
        border-width: 1px 0;
        color: #333;
        display: none;
    }
    
    .whois-description {
        line-height: 24px;
    }
    
    .result pre {
        font-family: inherit;
        padding: 0;
        border: 0;
        background: none;
        text-align: justify;
        margin-bottom: 0;
        line-height: inherit;
        font-size: inherit;
        word-wrap: initial;
        word-break: inherit;
        border-radius: 0;
    }
    
    .result-error {
        width: 100% !important;
        max-width: 680px;
        margin: 0 auto !important;
        background: #fbb1b1;
        border: 1px solid #ff0000;
        color: #ff0000;
        text-align: center;
        padding: 10px;
        font-size: 18px;
        font-style: italic;
        border-radius: 4px;
        float: none !important;
    }
    
    @media (min-width: 768px) {
        .whois-description-mobile {
            display: none !important;
        }
        .whois-description.active .whois-description-desktop {
            display: block;
        }
        .whois-description-desktop {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            z-index: 99999;
            display: none;
        }
        .whois-description-desktop-background {
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(../images/overlay.png);
            opacity: 0.2;
        }
        .whois-description-desktop-content {
            position: absolute;
            background: #fff;
            max-width: 80%;
            max-height: 80vh;
            left: 50%;
            top: 50%;
            padding: 10px;
            border-radius: 5px;
            border: 3px solid #7d7979;
            overflow-y: scroll;
            width: 600px;
        }
        .whois-closed {
            position: absolute;
            width: 20px;
            line-height: 20px;
            right: 10px;
            top: 10px;
            background: #ccc;
            color: #fff;
            text-align: center;
            border-radius: 3px;
            text-transform: uppercase;
            cursor: pointer;
        }
        .whois-closed:hover {
            background: #ff0000;
        }
    }
    
    @media (max-width: 767px) {
        span.whois.on-mobile {
            display: inline-block;
        }
        span.whois.on-desktop {
            display: none;
        }
        .liconk {
            bottom: 30px;
        }
        .whois-description-desktop {
            display: none !important;
        }
        .result-row>div {
            width: 100%;
            float: none;
            margin-right: 0;
            margin-bottom: 50px;
        }
        .result-row>div:last-child {
            margin-bottom: 0px;
        }
        .btncheck .btn {
            font-size: 0;
            line-height: 0;
            height: 46px;
            background-image: url(../images/search.png);
            background-repeat: no-repeat;
            background-position: center;
        }
        .btncheck {
            width: 56px;
        }
    }
    /* .logo img {
width: 350px;
max-width: 100%;
} */
    
    a {
        text-decoration: none!important;
    }
    
    .input-lg {
        font-size: 16px;
    }
    
    #bangia {
        overflow: hidden;
        position: relative;
        /* width: 1140px; */
        margin: 40px auto;
    }
    
    #bangia .item>span.mb-price-primary {
        color: #787878;
        font-size: 14px;
        font-weight: 400;
    }
    
    #bangia .item>span.old-price-slide {
        color: #a9a6a6;
        font-size: 14px;
        text-decoration: line-through;
    }
    
    span.mb-price-primary {
        font-size: 18px !important;
        text-decoration: none!important;
    }
    
    .item a {
        /* color: inherit; */
        font-size: 20px;
        color: #00cc99!important;
    }
    
    .item {
        width: 100%;
        text-align: center;
    }
    
    .owl-item:nth-child(5n) {
        border-right: none;
    }
    
    .owl-item:last-child {
        border-right: none;
    }
    
    .owl-item {
        border-right: 1px dotted #ccc;
    }
    
    .owl-prev {
        background-image: url("../images/left-button-2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 24px auto;
        display: block;
        height: 44px;
        position: absolute;
        width: 24px;
        z-index: 1;
        left: 0;
        transition: all 0.3s linear 0s;
        text-indent: 99999px;
        top: 26%;
        cursor: pointer;
    }
    /* .owl-prev:hover
{
background-color:#000;
background-image: url("ChevronLeft-128-white.png");
}
*/
    
    .owl-next {
        background-image: url("../images/right-button-2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 24px auto;
        display: block;
        height: 44px;
        position: absolute;
        width: 24px;
        z-index: 1;
        right: 0;
        transition: all 0.3s linear 0s;
        text-indent: 999999px;
        top: 26%;
        cursor: pointer;
    }
    
    .modal-header .close {
        margin-top: -2px;
        top: 12px;
        position: absolute;
        right: 12px;
    }
    
    .modal-title {
        margin: 0;
        line-height: 1.42857143;
        font-size: 17px;
        font-weight: 700;
    }
    
    .bullet-item .property-plan {
        width: 57%;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        font-size: 14px;
    }
    
    .bullet-item .parameter-plan {
        font-size: 14px;
        font-weight: bold;
        width: 40.5%;
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }
    
    #content_tt img {
        margin: 0 auto;
        display: block;
    }
    
    @media screen and (max-width:560px) {
        .bottom_support {
            height: 20px;
            line-height: 20px
        }
        #content_tt img {
            max-width: 100%;
            height: auto !important;
        }
        @media screen and (max-width:440px) {
            #content_tt img {
                max-width: 100%;
                height: auto !important;
            }
        }
        /* css bang - gia */
        .faq {
            margin-top: 50px;
            margin-bottom: 30px;
        }
        .faq .headline {
            margin-bottom: 18px;
            font-size: 32px;
            line-height: 1.425;
            color: #1F2642;
            font-weight: 700;
        }
        .faq .accordion {
            margin-top: 40px;
        }
        .faq .card {
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: .25rem;
            /* padding: 10px 0; */
        }
        .faq .card,
        .faq .card-header {
            background: transparent;
            border: none;
            padding: 0;
        }
        .faq .card {
            border-bottom: 1px solid rgba(132, 137, 145, 0.2);
            padding: 10px 0;
        }
        .faq .card-header {
            position: relative;
            /* margin-bottom: 10px; */
        }
        .faq .card-header h2 {
            font-size: 1.5em;
            font-weight: bold;
            margin: 0;
            padding-right: 15px;
        }
        .faq .plus-minus {
            position: relative;
            width: 10px;
            height: 10px;
        }
        .faq .card-header .plus-minus {
            position: absolute;
            top: 10px;
            right: 0;
        }
        .faq .plus-minus:before,
        .faq .plus-minus:after {
            content: "";
            position: absolute;
            background-color: #000000;
            -webkit-transition: -webkit-transform 0.25s ease-out;
            transition: -webkit-transform 0.25s ease-out;
            -o-transition: transform 0.25s ease-out;
            transition: transform 0.25s ease-out;
            transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
        }
        .faq .plus-minus:before {
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            margin-left: -1px;
        }
        .faq .plus-minus:after {
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            margin-top: -1px;
        }
        .faq .card-header a:not(.collapsed)>.plus-minus:before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        .faq .card-header a:not(.collapsed)>.plus-minus:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        div[class^="pricingTable_"] [class^="pricingTable-header"]:after {
            border-top: 20px solid #34a853;
        }
        div.active [class^="pricingTable-header"]:after {
            border-top: 20px solid #a0c90d;
        }
        div[class^="pricingTable_"]:hover [class^="pricingTable-header"]:after {
            border-top: 20px solid #555555;
        }
        div.active:hover [class^="pricingTable-header"]:after {
            border-top: 20px solid #87ad02;
        }
        .active:hover .read_692 {
            background-color: #87ad02 !important;
        }
        .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
            margin: 0 auto !important;
        }
        .faq .headline {
            margin-bottom: 18px;
            font-size: 32px;
            line-height: 1.425;
            color: #1F2642;
            font-weight: 700;
        }
        .accordion .class-xl-6 {
            position: relative;
            z-index: 1;
            width: 100%;
            min-height: 1px;
            padding-right: 30px;
            padding-left: 30px;
        }
        .faq .card a {
            color: #000;
        }
        .faq .card a:hover {
            color: #8fc74a;
        }
        .faq {
            margin-top: 50px;
        }
        .faq .headline {
            margin-bottom: 18px;
            font-size: 32px;
            line-height: 1.425;
            color: #1F2642;
            font-weight: 700;
        }
        .faq .accordion {
            margin-top: 40px;
        }
        .faq .card {
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: .25rem;
            /* padding: 10px 0; */
        }
        .faq .card,
        .faq .card-header {
            background: transparent;
            border: none;
            padding: 0;
        }
        .faq .card {
            border-bottom: 1px solid rgba(132, 137, 145, 0.2);
            padding: 10px 0;
        }
        .faq .card-header {
            position: relative;
            margin-bottom: 10px;
        }
        .faq .card-header h2 {
            font-size: 1.5em;
            font-weight: bold;
            margin: 0;
            padding-right: 15px;
        }
        .faq .plus-minus {
            position: relative;
            width: 10px;
            height: 10px;
        }
        .faq .card-header .plus-minus {
            position: absolute;
            top: 10px;
            right: 0;
        }
        .faq .plus-minus:before,
        .faq .plus-minus:after {
            content: "";
            position: absolute;
            background-color: #000000;
            -webkit-transition: -webkit-transform 0.25s ease-out;
            transition: -webkit-transform 0.25s ease-out;
            -o-transition: transform 0.25s ease-out;
            transition: transform 0.25s ease-out;
            transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
        }
        .faq .plus-minus:before {
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            margin-left: -1px;
        }
        .faq .plus-minus:after {
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            margin-top: -1px;
        }
        .faq .card-header a:not(.collapsed)>.plus-minus:before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        .faq .card-header a:not(.collapsed)>.plus-minus:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .register-bottom {
            background: url(/images/banner-tinh-nang-noi-bat-web.jpg) no-repeat top center;
            color: #fff;
            padding: 59px 0 58px;
        }
        .register-bottom h2 {
            font-size: 36px;
            font-weight: 300;
            line-height: 1.2;
            letter-spacing: -10px;
            letter-spacing: -.4px;
            margin: 0 0 19px;
        }
        a.bnc360_btn {
            background: rgb(44, 192, 50);
            padding: 10px 35px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 400;
            border: none;
        }
        .register-bottom p {
            font-size: 20px;
            line-height: 24px;
            font-weight: 300;
            margin: 0 0 31px;
        }
        .pricingTable_692 {
            margin-top: 10px;
            margin-bottom: 10px !important;
        }
        .pricingTable_692 {
            text-align: center;
            border: 2px #F5F5F5 solid;
        }
        .pricingTable_692 .pricingTable-header_692 {
            padding: 30px 0;
            background: #34a853;
            position: relative;
            transition: all 0.3s ease 0s;
        }
        .pricingTable_692:hover .pricingTable-header_692 {
            background: #555555;
        }
        .pricingTable_692 .pricingTable-header_692:before,
        .pricingTable_692 .pricingTable-header_692:after {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #d9d9d8;
            position: absolute;
            bottom: 12px;
        }
        .active .headings_692,
        .active .price-value_692 {
            color: #ffffff!important;
            color: #ffffff!important;
        }
        .active .pricingTable-header_692 {
            background: #a0c90d;
        }
        .active:hover .pricingTable-header_692 {
            background: #555555;
        }
        .active:hover .pricing-content_692 ul:before,
        .active:hover .pricing-content_692 ul:after {
            background: linear-gradient(to bottom, #555555 50%, #555555 50%) !important;
        }
        .active .read_692 {
            background: #a0c90d !important;
            color: #ffffff !important;
        }
        .active:hover .read_692 {
            background-color: #555555 !important;
        }
        .pricingTable_692 .pricingTable-header_692:before {
            left: 40px;
        }
        .pricingTable_692 .pricingTable-header_692:after {
            right: 40px;
        }
        .pricingTable_692 .headings_692 {
            font-size: 20px;
            color: #ffffff;
            letter-spacing: 2px;
            margin-top: 0;
        }
        .pricingTable_692 .price-value_692 {
            display: inline-block;
            position: relative;
            font-size: 50px;
            font-weight: bold;
            color: #ffffff;
            transition: all 0.3s ease 0s;
        }
        h3 {
            color: #ffffff;
        }
        .pricingTable_692:hover .price-value_692,
        .pricingTable_692:hover .headings_692 {
            color: #fff;
        }
        .active:hover .price-value_692,
        .active:hover .headings_692 {
            color: #fff !important;
        }
        .pricingTable_692 .currency_692 {
            font-size: 30px;
            font-weight: bold;
            position: absolute;
            top: 6px;
            left: -19px;
        }
        .pricingTable_692 .month_692 {
            font-size: 14px;
            color: #fff;
            position: absolute;
            bottom: 3px;
            -webkit-margin-start: 0.5em;
        }
        .pricingTable_692 .pricing-content_692 {
            padding-top: 50px;
            background: #fff;
            position: relative;
        }
        .pricingTable_692 .pricing-content_692:before,
        .pricingTable_692 .pricing-content_692:after {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #7c7c7c;
            position: absolute;
            top: 12px;
        }
        .pricingTable_692 .pricing-content_692:before {
            left: 40px;
        }
        .pricingTable_692 .pricing-content_692:after {
            right: 40px;
        }
        .pricingTable_692 .pricing-content_692 ul {
            padding: 0 20px;
            margin: 0;
            list-style: none;
        }
        .pricingTable_692 .pricing-content_692 ul:before,
        .pricingTable_692 .pricing-content_692 ul:after {
            content: "";
            width: 8px;
            height: 46px;
            border-radius: 3px;
            background: linear-gradient(to bottom, #818282 50%, #727373 50%);
            position: absolute;
            top: -22px;
            z-index: 1;
            box-shadow: 0 0 5px #707070;
            transition: all 0.3s ease 0s;
        }
        .pricingTable_692:hover .pricing-content_692 ul:before,
        .pricingTable_692:hover .pricing-content_692 ul:after {
            background: linear-gradient(to bottom, #555555 50%, #555555 50%);
        }
        .pricingTable_692 .pricing-content_692 ul:before {
            left: 44px;
        }
        .pricingTable_692 .pricing-content_692 ul:after {
            right: 44px;
        }
        .pricingTable_692 .pricing-content_692 ul li {
            font-size: 15px;
            font-weight: bold;
            color: #777473;
            padding: 10px 0;
            border-bottom: 1px solid #d9d9d8;
        }
        .pricingTable_692 .pricing-content_692 ul li:last-child {
            border-bottom: none;
        }
        .pricingTable_692 .read_692 {
            display: inline-block;
            font-size: 16px;
            color: #ffffff;
            text-decoration: none !important;
            background: #34a853;
            padding: 8px 25px;
            margin: 30px 0;
            transition: all 0.3s ease 0s;
        }
        .pricingTable_692 .read_692:hover {
            text-decoration: none;
        }
        .pricingTable_692:hover .read_692 {
            background: #555555;
        }
        @media screen and (max-width: 990px) {
            .pricingTable_692 {
                margin-bottom: 25px;
            }
        }
        .pricingTable_692 {
            margin-top: 10px;
            margin-bottom: 10px !important;
        }
        .pricingTable_692 {
            text-align: center;
            border: 2px #F5F5F5 solid;
        }
        .pricingTable_692 .pricingTable-header_692 {
            padding: 30px 0;
            background: #34a853;
            position: relative;
            transition: all 0.3s ease 0s;
        }
        .pricingTable_692:hover .pricingTable-header_692 {
            background: #555555;
        }
        .pricingTable_692 .pricingTable-header_692:before,
        .pricingTable_692 .pricingTable-header_692:after {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #d9d9d8;
            position: absolute;
            bottom: 12px;
        }
        .active .headings_692,
        .active .price-value_692 {
            color: #ffffff!important;
            color: #ffffff!important;
        }
        .active .pricingTable-header_692 {
            background: #a0c90d;
        }
        .active:hover .pricingTable-header_692 {
            background: #555555;
        }
        .active:hover .pricing-content_692 ul:before,
        .active:hover .pricing-content_692 ul:after {
            background: linear-gradient(to bottom, #555555 50%, #555555 50%) !important;
        }
        .active .read_692 {
            background: #a0c90d !important;
            color: #ffffff !important;
        }
        .active:hover .read_692 {
            background-color: #555555 !important;
        }
        .pricingTable_692 .pricingTable-header_692:before {
            left: 40px;
        }
        .pricingTable_692 .pricingTable-header_692:after {
            right: 40px;
        }
        .pricingTable_692 .headings_692 {
            font-size: 20px;
            color: #ffffff;
            letter-spacing: 2px;
            margin-top: 0;
        }
        .pricingTable_692 .price-value_692 {
            display: inline-block;
            position: relative;
            font-size: 50px;
            font-weight: bold;
            color: #ffffff;
            transition: all 0.3s ease 0s;
        }
        h3 {
            color: #ffffff;
        }
        .pricingTable_692:hover .price-value_692,
        .pricingTable_692:hover .headings_692 {
            color: #fff;
        }
        .active:hover .price-value_692,
        .active:hover .headings_692 {
            color: #fff !important;
        }
        .pricingTable_692 .currency_692 {
            font-size: 30px;
            font-weight: bold;
            position: absolute;
            top: 6px;
            left: -19px;
        }
        .pricingTable_692 .month_692 {
            font-size: 14px;
            color: #fff;
            position: absolute;
            bottom: 3px;
            -webkit-margin-start: 0.5em;
        }
        .pricingTable_692 .pricing-content_692 {
            padding-top: 50px;
            background: #fff;
            position: relative;
        }
        .pricingTable_692 .pricing-content_692:before,
        .pricingTable_692 .pricing-content_692:after {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #7c7c7c;
            position: absolute;
            top: 12px;
        }
        .pricingTable_692 .pricing-content_692:before {
            left: 40px;
        }
        .pricingTable_692 .pricing-content_692:after {
            right: 40px;
        }
        .pricingTable_692 .pricing-content_692 ul {
            padding: 0 20px;
            margin: 0;
            list-style: none;
        }
        .pricingTable_692 .pricing-content_692 ul:before,
        .pricingTable_692 .pricing-content_692 ul:after {
            content: "";
            width: 8px;
            height: 46px;
            border-radius: 3px;
            background: linear-gradient(to bottom, #818282 50%, #727373 50%);
            position: absolute;
            top: -22px;
            z-index: 1;
            box-shadow: 0 0 5px #707070;
            transition: all 0.3s ease 0s;
        }
        .pricingTable_692:hover .pricing-content_692 ul:before,
        .pricingTable_692:hover .pricing-content_692 ul:after {
            background: linear-gradient(to bottom, #555555 50%, #555555 50%);
        }
        .pricingTable_692 .pricing-content_692 ul:before {
            left: 44px;
        }
        .pricingTable_692 .pricing-content_692 ul:after {
            right: 44px;
        }
        .pricingTable_692 .pricing-content_692 ul li {
            font-size: 15px;
            font-weight: bold;
            color: #777473;
            padding: 10px 0;
            border-bottom: 1px solid #d9d9d8;
        }
        .pricingTable_692 .pricing-content_692 ul li:last-child {
            border-bottom: none;
        }
        .pricingTable_692 .read_692 {
            display: inline-block;
            font-size: 16px;
            color: #ffffff;
            text-decoration: none !important;
            background: #34a853;
            padding: 8px 25px;
            margin: 30px 0;
            transition: all 0.3s ease 0s;
        }
        .pricingTable_692 .read_692:hover {
            text-decoration: none;
        }
        .pricingTable_692:hover .read_692 {
            background: #555555;
        }
        @media screen and (max-width: 990px) {
            .pricingTable_692 {
                margin-bottom: 25px;
            }
        }
        .pricingTable_692 {
            margin-top: 10px;
            margin-bottom: 10px !important;
        }
        .pricingTable_692 {
            text-align: center;
            border: 2px #F5F5F5 solid;
        }
        .pricingTable_692 .pricingTable-header_692 {
            padding: 30px 0;
            background: #34a853;
            position: relative;
            transition: all 0.3s ease 0s;
        }
        .pricingTable_692:hover .pricingTable-header_692 {
            background: #555555;
        }
        .pricingTable_692 .pricingTable-header_692:before,
        .pricingTable_692 .pricingTable-header_692:after {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #d9d9d8;
            position: absolute;
            bottom: 12px;
        }
        .active .headings_692,
        .active .price-value_692 {
            color: #ffffff!important;
            color: #ffffff!important;
        }
        .active .pricingTable-header_692 {
            background: #a0c90d;
        }
        .active:hover .pricingTable-header_692 {
            background: #555555;
        }
        .active:hover .pricing-content_692 ul:before,
        .active:hover .pricing-content_692 ul:after {
            background: linear-gradient(to bottom, #555555 50%, #555555 50%) !important;
        }
        .active .read_692 {
            background: #a0c90d !important;
            color: #ffffff !important;
        }
        .active:hover .read_692 {
            background-color: #555555 !important;
        }
        .pricingTable_692 .pricingTable-header_692:before {
            left: 40px;
        }
        .pricingTable_692 .pricingTable-header_692:after {
            right: 40px;
        }
        .pricingTable_692 .headings_692 {
            font-size: 20px;
            color: #ffffff;
            letter-spacing: 2px;
            margin-top: 0;
        }
        .pricingTable_692 .price-value_692 {
            display: inline-block;
            position: relative;
            font-size: 50px;
            font-weight: bold;
            color: #ffffff;
            transition: all 0.3s ease 0s;
        }
        h3 {
            color: #ffffff;
        }
        .pricingTable_692:hover .price-value_692,
        .pricingTable_692:hover .headings_692 {
            color: #fff;
        }
        .active:hover .price-value_692,
        .active:hover .headings_692 {
            color: #fff !important;
        }
        .pricingTable_692 .currency_692 {
            font-size: 30px;
            font-weight: bold;
            position: absolute;
            top: 6px;
            left: -19px;
        }
        .pricingTable_692 .month_692 {
            font-size: 14px;
            color: #fff;
            position: absolute;
            bottom: 3px;
            -webkit-margin-start: 0.5em;
        }
        .pricingTable_692 .pricing-content_692 {
            padding-top: 50px;
            background: #fff;
            position: relative;
        }
        .pricingTable_692 .pricing-content_692:before,
        .pricingTable_692 .pricing-content_692:after {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #7c7c7c;
            position: absolute;
            top: 12px;
        }
        .pricingTable_692 .pricing-content_692:before {
            left: 40px;
        }
        .pricingTable_692 .pricing-content_692:after {
            right: 40px;
        }
        .pricingTable_692 .pricing-content_692 ul {
            padding: 0 20px;
            margin: 0;
            list-style: none;
        }
        .pricingTable_692 .pricing-content_692 ul:before,
        .pricingTable_692 .pricing-content_692 ul:after {
            content: "";
            width: 8px;
            height: 46px;
            border-radius: 3px;
            background: linear-gradient(to bottom, #818282 50%, #727373 50%);
            position: absolute;
            top: -22px;
            z-index: 1;
            box-shadow: 0 0 5px #707070;
            transition: all 0.3s ease 0s;
        }
        .pricingTable_692:hover .pricing-content_692 ul:before,
        .pricingTable_692:hover .pricing-content_692 ul:after {
            background: linear-gradient(to bottom, #555555 50%, #555555 50%);
        }
        .pricingTable_692 .pricing-content_692 ul:before {
            left: 44px;
        }
        .pricingTable_692 .pricing-content_692 ul:after {
            right: 44px;
        }
        .pricingTable_692 .pricing-content_692 ul li {
            font-size: 15px;
            font-weight: bold;
            color: #777473;
            padding: 10px 0;
            border-bottom: 1px solid #d9d9d8;
        }
        .pricingTable_692 .pricing-content_692 ul li:last-child {
            border-bottom: none;
        }
        .pricingTable_692 .read_692 {
            display: inline-block;
            font-size: 16px;
            color: #ffffff;
            text-decoration: none !important;
            background: #34a853;
            padding: 8px 25px;
            margin: 30px 0;
            transition: all 0.3s ease 0s;
        }
        .pricingTable_692 .read_692:hover {
            text-decoration: none;
        }
        .pricingTable_692:hover .read_692 {
            background: #555555;
        }
        @media screen and (max-width: 990px) {
            .pricingTable_692 {
                margin-bottom: 25px;
            }
        }
        div[class^="pricingTable_"] [class^="pricing-content"] ul li {
            font-size: 15px;
            font-weight: 400;
        }
        div.active [class^="pricing-content"] ul li {}
        div[class^="pricingTable_"] {
            border: 1px #e8e8e8 solid;
            border-radius: 4px;
            overflow: hidden;
        }
        div[class^="pricingTable_"] [class^="price-value_"] {
            font-size: 38px !important;
        }
        div[class^="pricingTable_"] [class^="pricingTable-header"] {
            padding: 10px 0;
        }
        div[class^="pricingTable_"] [class^="pricingTable-header"]:before,
        div[class^="pricingTable_"] [class^="pricingTable-header"]:after,
        div[class^="pricingTable_"] [class^="pricing-content"]:before,
        div[class^="pricingTable_"] [class^="pricing-content"]:after,
        div[class^="pricingTable_"] [class^="pricing-content"] ul:before,
        div[class^="pricingTable_"] [class^="pricing-content"] ul:after {
            display: none;
        }
        div[class^="pricingTable_"] [class^="pricing-content"] {
            padding-top: 10px;
            position: relative;
            overflow: hidden;
        }
        div.active [class^="pricing-content"] {
            /*background: #b8da40;*/
        }
        div[class^="pricingTable_"] [class^="pricing-content"] ul {
            position: relative;
            z-index: 1;
        }
        div[class^="pricingTable_"] [class^="pricing-content"]:after {
            /*content: "";
position: absolute;
top: 0;
left: 0;
background: #f7f7f7;
width: 104%;
height: 256%;
display: block;
border-radius: 0;
z-index: 0;
border: 0;
transform: rotate(21deg);
box-shadow: 9px 6px 4px 7px rgba(0, 0, 0, 0.63);*/
        }
        div[class^="pricingTable_"] [class^="pricingTable-header"]:after {
            display: block;
            content: "";
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #962744;
            border-bottom: 0;
            bottom: -11px;
            z-index: 1;
            right: 10px;
            border-radius: 0;
            transition: all 0.3s ease 0s;
        }
        div.active [class^="pricingTable-header"] {
            /*background: #a0c90d;*/
        }
        div[class^="pricingTable_"] [class^="read_"] {
            width: 100%;
            margin: 0;
            text-transform: uppercase;
            padding: 20px 0;
            font-size: 20px;
            position: relative;
        }
        div[class^="pricingTable_"] [class^="read_"]:after {
            position: absolute;
            content: "";
            width: 71%;
            height: 65%;
            border: 1px dashed #fff;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        div.active [class^="read_"]:after {
            border-radius: 36px;
        }
        div.active [class^="read_"] {
            /*background: #a0c90d !important;*/
        }
        div.active [class^="pricingTable-header"]:after {
            left: 50%;
            transform: translateX(-50%);
        }
        div.active {
            overflow: hidden;
            position: relative;
            transition: all 0.3s ease 0s;
        }
        /*div.active:before{
content: "HOT";
position: absolute;
left: -34px;
top: 4px;
display: block !important;
border-radius: 0;
width: 100px;
height: 21px;
background: #a50000;
border: 0;
color: #fff;
text-align: center;
transform: rotate(-45deg);
font-size: 12px;
padding-top: 3px;
z-index:1;
}*/
        div[class^="pricingTable_"] [class^="headings_"] {
            font-size: 20px;
            color: #ffffff;
            letter-spacing: 2px;
            margin-top: 0;
            margin: auto 36px;
            border-bottom: 2px solid rgba(255, 255, 255, 0.5);
            padding-bottom: 5px;
            width: auto;
        }
        div.active .wle-cricle-fade {
            width: 10px;
            height: 10px;
            border: 1px solid rgba(255, 255, 255, 0.36);
            border-radius: 50%;
            display: inline-block;
            background: rgba(255, 255, 255, 0.4);
            position: absolute;
            z-index: 1;
            right: 8px;
            top: 8px;
        }
        .active:hover div[class^="pricingTable-header"] {
            background: #87ad02 !important;
        }
        div[class^="pricingTable_"] .fa-times {
            color: #d92f38;
        }
        div[class^="pricingTable_"] .fa-gift {
            color: #34a853;
        }
        div[class^="pricingTable_"] .fa-check {
            color: #a0c90d;
        }
        div.active .fa-check {
            /*color:#fff;*/
        }
        div.active:hover {
            box-shadow: 0px 5px 9px -1px rgba(27, 27, 27, 0.6);
        }
        .is_price_table .row [class^="col-md-"] {
            padding: 0 5px;
        }
        #page-tpl {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .faq {
            margin-top: 50px;
            margin-bottom: 30px;
        }
        .faq .headline {
            margin-bottom: 18px;
            font-size: 32px;
            line-height: 1.425;
            color: #1F2642;
            font-weight: 700;
        }
        .faq .accordion {
            margin-top: 40px;
        }
        .faq .card {
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: .25rem;
            /* padding: 10px 0; */
        }
        .faq .card,
        .faq .card-header {
            background: transparent;
            border: none;
            padding: 0;
        }
        .faq .card {
            border-bottom: 1px solid rgba(132, 137, 145, 0.2);
            padding: 10px 0;
        }
        .faq .card-header {
            position: relative;
            /* margin-bottom: 10px; */
        }
        .faq .card-header h2 {
            font-size: 1.5em;
            font-weight: bold;
            margin: 0;
            padding-right: 15px;
        }
        .faq .plus-minus {
            position: relative;
            width: 10px;
            height: 10px;
        }
        .faq .card-header .plus-minus {
            position: absolute;
            top: 10px;
            right: 0;
        }
        .faq .plus-minus:before,
        .faq .plus-minus:after {
            content: "";
            position: absolute;
            background-color: #000000;
            -webkit-transition: -webkit-transform 0.25s ease-out;
            transition: -webkit-transform 0.25s ease-out;
            -o-transition: transform 0.25s ease-out;
            transition: transform 0.25s ease-out;
            transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
        }
        .faq .plus-minus:before {
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            margin-left: -1px;
        }
        .faq .plus-minus:after {
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            margin-top: -1px;
        }
        .faq .card-header a:not(.collapsed)>.plus-minus:before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        .faq .card-header a:not(.collapsed)>.plus-minus:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        div[class^="pricingTable_"] [class^="pricingTable-header"]:after {
            border-top: 20px solid #34a853 !important;
        }
        div.active [class^="pricingTable-header"]:after {
            border-top: 20px solid #a0c90d !important;
        }
        div[class^="pricingTable_"]:hover [class^="pricingTable-header"]:after {
            border-top: 20px solid #555555 !important;
        }
        div.active:hover [class^="pricingTable-header"]:after {
            border-top: 20px solid #87ad02 !important;
        }
        .active:hover .read_692 {
            background-color: #87ad02 !important;
        }
        /*
How to use: <i class="wle-cricle-zoom"></i> 
*/
        .wle-cricle-fade {
            -moz-transition: all .2s ease-out 0;
            -o-transition: all .2s ease-out 0;
            -webkit-transition: all .2s ease-out;
            -webkit-transition-delay: 0;
            transition: all .2s ease-out 0;
            -webkit-animation: pulse-fade 2s ease-out infinite;
            -moz-animation: pulse-fade 2s ease-out infinite;
            animation: #fff 2s ease-out infinite;
        }
        .wle-cricle-zoom {
            -moz-transition: all .2s ease-out 0;
            -o-transition: all .2s ease-out 0;
            -webkit-transition: all .2s ease-out;
            -webkit-transition-delay: 0;
            transition: all .2s ease-out 0;
            -webkit-animation: pulse-zoom 2s ease-out infinite;
            -moz-animation: pulse-zoom 2s ease-out infinite;
            animation: #fff 2s ease-out infinite;
        }
        /*
**Fade -----------------------------------------------------
*/
        @-webkit-keyframes pulse-fade {
            0% {
                box-shadow: 0 0 rgba(255, 255, 255, 1)
            }
            50% {
                box-shadow: 0 0 0 8px rgba(255, 255, 255, 0)
            }
            100% {
                box-shadow: 0 0 rgba(255, 255, 255, 0)
            }
        }
        @-moz-keyframes pulse-fade {
            0% {
                box-shadow: 0 0 rgba(255, 215, 0, 1)
            }
            50% {
                box-shadow: 0 0 0 8px rgba(255, 215, 0, 0)
            }
            100% {
                box-shadow: 0 0 rgba(255, 215, 0, 0)
            }
        }
        @keyframes pulse-fade {
            0% {
                box-shadow: 0 0 rgba(255, 255, 255, 1)
            }
            50% {
                box-shadow: 0 0 0 8px rgba(255, 255, 255, 0)
            }
            100% {
                box-shadow: 0 0 rgba(255, 255, 255, 0)
            }
        }
        /*
**Zoom -----------------------------------------------------
*/
        @-webkit-keyframes pulse-zoom {
            0% {
                -webkit-transform: scale(1);
            }
            50% {
                -webkit-transform: scale(1.1);
            }
            100% {
                -webkit-transform: scale(1);
            }
        }
        @-moz-keyframes pulse-zoom {
            0% {
                -moz-transform: scale(1);
            }
            50% {
                -moz-transform: scale(1.1);
            }
            100% {
                -moz-transform: scale(1);
            }
        }
        @keyframes pulse-zoom {
            0% {
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
            }
            50% {
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }
            100% {
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }
        /*-----------*/
        .footer-widgets .large-columns-3 {
            display: block !important;
        }
        div[class^="pricingTable_"] [class^="price-value_"] [class^="month_"] {
            position: relative;
            display: block;
            margin-bottom: 12px;
        }