.pricing {
    background-repeat: repeat-x;
    background-position: -189% 0;
}
.pricing .mb-minus-30 {
    margin-bottom: -30px;
}
@media (max-width: 1199px) {
    .pricing__content .title {
        font-size: 42px;
        line-height: 56px;
    }
}
@media (max-width: 991px) {
    .pricing__content .title {
        font-size: 36px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .pricing__content .title {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .pricing__content .title {
        font-size: 28px;
        line-height: 42px;
    }
}
.pricing__content .description {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    padding-left: 40px;
    padding-right: 40px;
}

.pricing__content .description span {
    color: #4069ff;
}
.pricing__controller {
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pricing__controller .theme-btn {
    color: #4069ff;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    border-radius: 500px;
    padding: 5.7px 23.7px;
    background: transparent;
    border: 1.5px solid #e2e9ff;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(14, 10, 1, 0.1));
    filter: drop-shadow(0px 0px 10px rgba(14, 10, 1, 0.1));
}
.pricing__controller .theme-btn:after {
    background: #4069ff;
}
.pricing__controller .theme-btn.border-yellow {
    color: #ff9c00;
    border-color: #ff9c00;
}
.pricing__controller .theme-btn.border-yellow:after {
    background: #ff9c00;
}
.pricing__controller .theme-btn.border-yellow.active,
.pricing__controller .theme-btn.border-yellow:hover {
    background: #ff9c00;
}
.pricing__controller .theme-btn.active,
.pricing__controller .theme-btn:hover {
    color: #fff;
    background: #4069ff;
}
.pricing__card {
    background: #e2e9ff;
    height: calc(100% - 30px);
}
.pricing__card-yellow {
    bottom: #f3f3f2;
}
.pricing__card-yellow.standard-plan .pricing__card-body:after {
    background-image: url(assets/img/price/standard-plan-2.svg) !important;
}
.pricing__card-yellow.professional .pricing__card-body:after {
    background-image: url(assets/img/price/professional-2.svg) !important;
}
.pricing__card-yellow .pricing__card-header:after {
    background-image: url(assets/img/price/circle-2.svg);
}
.pricing__card-yellow .pricing__card-header .title {
    color: #0e0a01 !important;
}
.pricing__card-yellow .pricing__card-header .price {
    background: #ff9c00;
}
.pricing__card-yellow .pricing__card-body:after {
    background-image: url(assets/img/price/basic-plan-2.svg);
}
.pricing__card-yellow .pricing__card-body ul li i {
    color: #ff9c00;
}
.pricing__card-yellow .pricing__card-body .theme-btn {
    color: #ff9c00;
    border-color: rgba(255, 156, 0, 0.3);
}
.pricing__card-yellow .pricing__card-body .theme-btn:after {
    background: #4069ff;
}
.pricing__card-yellow .pricing__card-body .theme-btn:hover,
.pricing__card-yellow .pricing__card-body .theme-btn:focus {
    background: #4069ff;
    border-color: #4069ff;
}
.pricing__card.standard-plan .pricing__card-header:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.pricing__card.standard-plan .pricing__card-body:after {
    bottom: -30px;
    right: -473px;
    width: 649.27px;
    height: 753.04px;
    background-image: url(assets/img/price/standard-plan.svg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.pricing__card.professional .pricing__card-body:after {
    bottom: -30px;
    right: -470px;
    width: 644.51px;
    height: 715.97px;
    background-image: url(assets/img/price/professional.svg);
}
.pricing__card-header {
    position: relative;
    padding: 39px 40px 29px;
    border-bottom: 1px solid rgba(64, 105, 255, 0.1);
}
@media (max-width: 991px) {
    .pricing__card-header {
        padding: 29px 35px;
    }
}
.pricing__card-header:after {
    top: 16px;
    right: 19px;
    content: "";
    width: 80.97px;
    height: 80.97px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(assets/img/price/circle.svg);
    -webkit-animation: scale 3s linear infinite;
    animation: scale 3s linear infinite;
}
.pricing__card-header .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
}
@media (max-width: 991px) {
    .pricing__card-header .title {
        font-size: 26px;
        line-height: 36px;
    }
}
.pricing__card-header .sub-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.pricing__card-header .sub-title img {
    margin-left: 8px;
}
.pricing__card-header .price {
    min-width: 348px;
    max-width: 100px;
    font-size: 36px;
    margin-left: -40px;
    font-weight: 600;
    line-height: 46px;
    padding: 20px 40px;
    position: relative;
    background: #4069ff;
    display: inline-block;
    border-radius: 0px 10px 10px 0px;
}
.pricing__card-header .price:after {
    top: -8px;
    right: -13px;
    content: "";
    height: 56px;
    width: 54.76px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(assets/img/price/price-bg.svg);
}
.pricing__card-header .price span {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 26px;
}
/* .pricing__card-header p {
    font-family: "Lato", sans-serif;
    max-width: 230px;
} */
.pricing__card-body {
    position: relative;
    padding: 10px 40px 39px;
}
@media (max-width: 991px) {
    .pricing__card-body {
        padding: 29px 35px;
    }
}
.pricing__card-body:after {
    content: "";
    right: -285px;
    height: 482px;
    bottom: -157px;
    width: 481.89px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(assets/img/price/basic-plan.svg);
    -webkit-animation: scale 3s linear infinite;
    animation: scale 3s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.pricing__card-body ul li {
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
}
.pricing__card-body ul li:last-child {
    margin-bottom: 0;
}
.pricing__card-body ul li i {
    color: #4069ff;
    font-size: 20px;
    margin-right: 20px;
}
.pricing__card-body ul li i.icon-close-3 {
    color: #243342;
}
.pricing__card-body .theme-btn {
    color: #4069ff;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13.5px 30.2px;
    background: transparent;
    border: 1.5px solid rgba(64, 105, 255, 0.3);
}
.pricing__card-body .theme-btn:after {
    background: #4069ff;
}
.pricing__card-body .theme-btn i {
    font-size: 20px;
}
.pricing__card-body .theme-btn:hover,
.pricing__card-body .theme-btn:focus {
    color: #fff;
    background: #4069ff;
}
