.section-title .subtitle {
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 7px 14px;
    background-color: #0f1021;
    box-shadow: 4px 4px 20px 20px rgba(0, 0, 0, 0.01);
}
.section-title .subtitle.radius-rounded {
    border-radius: 100px;
}
.section-title .subtitle-2 {
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 12px;
    display: inline-block;
}
.section-title .subtitle-2.radius-rounded {
    border-radius: 100px;
}
@media only screen and (max-width: 767px) {
    .section-title .description br {
        display: none;
   }
}
.section-title p:empty {
    display: none;
}
.contact-form-1 .form-group {
    display: block;
}
.section-title-2 .title {
    color: #7376aa;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 19px;
    opacity: 0.6;
}
.rating-title .subtitle-2 {
    margin-left: 10px;
}
.rating-title .small-title {
    text-transform: uppercase;
}
.rainbow-pricing {
    margin-top: 40px;
}
.rainbow-pricing .feather {
    width: 20px;
}
.rainbow-pricing .pricing-table-inner {
    padding: 40px;
    position: relative;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
    transform-style: preserve-3d;
}
.rainbow-pricing .pricing-table-inner .pricing-header {
    text-align: center;
}
.rainbow-pricing .pricing-table-inner .pricing-header .title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
.rainbow-pricing .pricing-table-inner .pricing-header .price-wrapper {
    display: flex;
    justify-content: center;
}
.rainbow-pricing .pricing-table-inner .pricing-header .pricing span {
    display: block;
}
.rainbow-pricing .pricing-table-inner .pricing-header .pricing span.currency {
    font-size: 28px;
    position: relative;
    top: -3px;
    left: -2px;
    opacity: 0.7;
}
.rainbow-pricing .pricing-table-inner .pricing-header .pricing span.price {
    font-size: 77px;
    color: #7064e9;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .rainbow-pricing .pricing-table-inner .pricing-header .pricing span.price {
        font-size: 54px;
   }
}
.rainbow-pricing .pricing-table-inner .pricing-header .pricing span.subtitle {
    font-size: 14px;
    color: #7376aa;
}
.rainbow-pricing .pricing-table-inner .pricing-body {
    text-align: center;
    margin-bottom: 30px;
}
.rainbow-pricing .pricing-table-inner .pricing-body .list-style--1 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rainbow-pricing .pricing-table-inner .pricing-footer {
    text-align: center;
}
.rainbow-pricing.style-2 .pricing-table-inner {
    background-color: #0f1021;
    border-color: transparent !important;
}
.rainbow-pricing.style-4 {
    margin-left: -1px;
    margin-right: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rainbow-pricing.style-4 {
        margin-left: 15px;
        margin-right: 15px;
   }
}
@media only screen and (max-width: 767px) {
    .rainbow-pricing.style-4 {
        margin-left: 15px;
        margin-right: 15px;
   }
}
.rainbow-pricing.active {
    overflow: hidden;
}
.rainbow-pricing.active .pricing-header {
    position: relative;
}
.rainbow-pricing.active .pricing-header::before {
    content: "";
    width: 150px;
    height: 150px;
    background: #7064e9;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 100%;
    filter: blur(70px);
}
.rainbow-pricing.style-5 .pricing-table-inner {
    background-color: #0f1021;
    border-color: transparent;
    padding: 0;
    padding-bottom: 40px;
    border: 0 none;
}
.rainbow-pricing.style-5 .pricing-table-inner .pricing-header {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0 none !important;
}
.rainbow-pricing.style-5 .pricing-table-inner .pricing-header .title {
    padding: 30px 40px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.rainbow-pricing.style-5 .pricing-table-inner .pricing-header .price-wrapper {
    margin-bottom: 5px;
}
.rainbow-pricing.style-5 .pricing-table-inner .pricing-header .pricing span.currency {
    font-size: 40px;
    position: relative;
    top: 0px;
    left: 0;
    opacity: 1;
    color: #fff;
    font-weight: 700;
    line-height: 7px;
    display: flex;
    align-items: center;
}
.rainbow-pricing.style-5 .pricing-table-inner .pricing-header .pricing span.price {
    font-size: 50px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}
.rainbow-pricing.style-5 .pricing-table-inner .pricing-header .pricing span.subtitle {
    color: #fff;
}
.rainbow-pricing.style-5 .pricing-table-inner .pricing {
    background-color: #1e1e1e;
    padding: 30px;
}
.rainbow-pricing.style-chatenai {
    height: 100%;
}
.rainbow-pricing.style-chatenai .pricing-table-inner {
    border: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rainbow-pricing.style-chatenai .pricing-header {
    text-align: left;
}
.rainbow-pricing.style-chatenai .pricing-header .price-wrapper {
    justify-content: flex-start;
}
.rainbow-pricing.style-chatenai .pricing-header .price-wrapper span.sm-text {
    font-size: 48px;
    line-height: 77px;
}
.rainbow-pricing.style-chatenai .pricing-body {
    margin-bottom: 0;
}
.rainbow-pricing.style-chatenai .pricing-body ul {
    text-align: left;
}
.rainbow-pricing.style-chatenai .pricing-footer .btn-default {
    display: block;
}
@media only screen and (max-width: 767px) {
    .rainbow-compare-table.style-1 {
        overflow-x: auto;
   }
}
.rainbow-compare-table.style-1 table {
    text-align: center;
    margin-bottom: 0;
}
.rainbow-compare-table.style-1 table th {
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10;
    height: 60px;
}
.rainbow-compare-table.style-1 table th:nth-child(1) {
    border: none;
}
.rainbow-compare-table.style-1 table th.style-prymary {
    background-color: #0f1021;
    color: #7064e9;
}
.rainbow-compare-table.style-1 table td {
    width: 20%;
}
.rainbow-compare-table.style-1 table td:nth-child(1) {
    border-left: 0;
    height: 60px;
    text-align: left;
}
.rainbow-compare-table.style-1 table td .icon {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #7064e9;
    color: #ccceef;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.rainbow-compare-table.style-1 table td .icon.bg-dark {
    background-color: #7376aa;
}
.rainbow-compare-table.style-1 table .bdr-top-0 {
    border-top: 0;
}
.rainbow-compare-table.style-1 table h6 {
    margin-bottom: 0;
}
.rainbow-compare-table.style-1 table .heading-row td {
    height: 80px !important;
}
.submit-btn-row {
    margin-top: 30px;
}
.submit-btn-row td {
    border: 0;
    padding: 0 10px;
    height: 100px;
}
.submit-btn-row td .btn-default {
    display: block;
}
.title-thanh-toan{
    font-size: 36px;
    font-weight: bold;
}