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

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

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

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

.mt-30 {
    margin-top: 30px;
}

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

.my-30 {
    margin: 30px 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.pb-100 {
    padding-bottom: 100px;
}

.align-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.sec_mar {
    margin: 100px 0;
}

.sec_pad {
    padding: 100px 0;
}

.sec_pt {
    padding-top: 100px;
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.section-title .pre-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 18px;
}

.section-title h2 {
    margin: 0 0 20px;
    text-transform: capitalize;
}

.section-title,
.section-title .pre-title,
.section-title h2 {
    font-family: 'Nunito', sans-serif;
}

.section-title h2 {
    font-weight: 700;
}

.section-title.dark p,
.section-title.dark h2 {
    color: #fff;
}

.section-title p {
    font-size: 17px;
    margin: 0;
    /*font-weight: 300;*/
}

.section-title p a {
    font-weight: 500;
}

.sideLink {
    position: fixed;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 100;
}

.scl_link {
    display: block;
}

.telegram_link {
    margin-top: 15px;
    text-align: center;
}

.bg-g1 {
    background: #f4f1e7;
}

.bg-g2 {
    background: #ffeaea;
}

.bg-g3 {
    background: #e5ecfd;
}

.bg-g4 {
    background: #e7f4ed;
}

.pos-rel{
    position: relative;
}

.pricing-table .addons {
    background: #37a000;
    padding: 0;
    width: 73px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.01em;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
}

/*------------- Product features --------------*/
.product-features {
    background-color: #f6f6f7;
}

.product-row {
    margin-bottom: 70px;
    align-items: center;
    display: flex;
}

.product-row:last-child {
    margin-bottom: 0;
}

.features_inner .features-box {
    text-align: center;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition-duration: 0.3s;
}

.features_inner .features-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-4px);
}

.features_inner .features-box img {
    margin-bottom: 20px;
}

.content-text.p-l {
    padding-left: 50px;
}

.content-text.p-r {
    padding-right: 50px;
}

.content-text .feature-title {
    margin: 0 0 20px;
    font-size: 32px;
}

.content-text .feature-title span {
    font-family: 'Lora', serif;
    /*font-style: italic;*/
    font-weight: 600;
}

.banner_img_part {
    position: relative;
    transition-duration: 0.4s;
}

.banner_img_part img {
    transition-duration: 0.4s;
}

.banner_img_part .btn_area {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition-duration: 0.4s;
}

.banner_img_part:hover .banner_img {
    opacity: 0.5;
}

.banner_img_part:hover .btn_area {
    opacity: 1;
}

.banner_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.banner .banner_inner h1 {
    font-size: 37px;
    font-weight: bold;
    color: #173050;
    margin: 0;
}

.banner .banner_inner p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin: 25px 0;
}

.banner_inner .demo_btn {
    border-radius: 30px;
    padding: 8px 30px;
}

.banner_inner .live_btn {
    border-radius: 30px;
    padding: 8px 30px;
    margin-left: 5px;
}

.pricing-table tr td {
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    width: 25%;
}

.pricing-table tr td img {
    max-width: 80px;
}

.pricing-table tr .title {
    font-size: 16px;
}

.pricing-table .live_btn {
    background: transparent;
}

.pricing-table .live_btn,
.pricing-table .demo_btn {
    padding: 5px 25px;
}

.process {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.process .colum {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    width: 16%;
    text-align: center;
    position: relative;
}

.process .colum:before,
.process .colum:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #37a000;
}

.process .colum:before {
    right: -21px;
}

.process .colum:after {
    right: -35px;
}

.process .colum:last-child:before,
.process .colum:last-child:after {
    display: none;
}

.process img {
    max-width: 60px;
    display: block;
    margin: 0 auto 15px;
}

.process span {
    font-weight: 600;
    font-size: 14px;
}

.live_btn {
    border: 1px solid #4fc03d;
    padding: 5px 20px;
    line-height: 25px;
    color: #4fc03d;
    font-weight: 600;
    background: #fff;
}

.live_btn.rounded,
.demo_btn.rounded {
    border-radius: 30px;
}

.live_btn:hover {
    background: #4fc03d;
    color: #fff;
}

.demo_btn {
    padding: 5px 20px;
    line-height: 25px;
    background-color: #37a000;
    color: #fff;
}

.demo_btn:hover {
    background-color: #2cb717;
    color: #fff;
}

.pos_content {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.pos_content ul {
    list-style: initial;
    padding-left: 20px;
}

.content-text p,
.details-text p,
.content p,
.choose-text p,
.contact-content p,
.card-content p {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: -0.3px;
}

/*=================Testimonial Css================*/

.client_comment{
    font-weight: 600;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.testimonial_item{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    text-align: center;
}

.client-name{
    font-size: 18px;
    font-weight: 600;
    color: #060606;
}

.new-test{
    position: relative;
}

.testimonial_part .new-test .owl-nav{
    display: none;
}
.new-test .owl-dots{
    text-align: center;
    margin-top: 30px;
}

.new-test .owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    background-color: #cacaca;
    margin: 0 3px;
    border-radius: 50%;
}

.new-test .owl-dots .owl-dot.active{
    background-color: #37a000;
}

.testimonial_part .quotation-icon {
    text-align: center;
    color: #37a000;
}
.testimonial_part .quotation-icon i{
    font-size: 60px;
}

@media(max-width:575px){
    .client_comment {
        line-height: 26px;
        font-size: 22px;
    }
}

/*------------------- Templates demo ----------------------*/
.template-demo {
    background-color: #fff;
}

.product {
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 4px;
}

.product:hover {
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.product_slider .item {
    padding: 15px;
}

.sale-inner {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    text-align: center;
    z-index: 1;
    color: #fff;
    background-color: #37a000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product-img:hover .sale-inner {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.sale {
    display: table-cell;
    vertical-align: middle;
}

.star-rating {
    position: relative;
    line-height: 1em;
    font-size: 13px;
    color: #37a000;
    display: inline-block;
    float: right;
    margin: 4px 0 10px;
}

.product-img {
    position: relative;
    margin: auto;
    /*cursor: pointer;*/
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 15px;
    border-radius: 5px;
}

.product-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-img:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.product-img .overlay {
    background: rgba(43, 43, 43, 0.9);
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    pointer-events: none;
}

.product-img .btn-inner {
    color: #fff;
    text-align: center;
    position: absolute;
    margin: auto;
    height: 36px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .5s ease, opacity .7s ease;
    transition: transform .5s ease, opacity .7s ease;
}

.product-img:hover .btn-inner {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease, opacity 1.3s ease;
    transition: transform .5s ease, opacity 1.3s ease;
}

.product-title {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

.product_slider .owl-nav {
    display: none;
}

.product_slider .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.product_slider .owl-dots .owl-dot {
    background: #cef7c8;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 4px;
}

.product_slider .owl-dots .owl-dot.active {
    background: #4fc03d;
}

.product_slider .owl-dots .owl-dot:focus {
    outline: none;
}

.client-logo {
    padding: 90px 0 150px;
    background-image: url(../assets/images/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff;
}

.logo-item img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition-duration: 0.3s;
}

.client-logo .logo-item a:hover img,
.client-logo .logo-item a:focus img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transform: translateY(-10px);
}

.more-btn {
    text-align: center;
    margin-top: 50px;
}

.explore {
    outline: none;
    padding: 10px 20px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 15px;
    background-color: #37a000;
    position: relative;
    border: 1px solid #37a000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 3px;
    font-weight: 100;
    letter-spacing: 1px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 10px 30px 0 rgba(55, 160, 0, .5);
}

.explore .btn-text {
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.explore .arrow-icon {
    position: absolute;
    left: -50px;
    top: 0;
    color: #fff;
    padding: 21px 15px;
    background-color: #329000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    line-height: 0;
    font-size: 21px;
}

.explore:hover .btn-text {
    color: #fff;
    margin-left: 50px;
}

.explore:hover .arrow-icon {
    margin-left: 50px;
}

.buy_section {
    background: #192d35;
}

.vdo_btn {
    background: transparent;
    color: #fff;
}

.vdo_btn i {
    color: #fff;
    background: #4fc03d;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 17px;
    transition-duration: 0.3s;
}

.vdo_btn:hover {
    color: #4fc03d;
}

.vdo_btn:hover i {
    background: #fff;
    color: #4fc03d;
}

.buy_section .demo_btn {
    border-radius: 30px;
    padding: 8px 35px;
}

/*------------ Service area ------------ */

.service,
.package {
    background: #f6fbf9;
    padding: 100px 0;
    position: relative;
}

.service .features-box {
    padding: 30px;
}

.features-box .title {
    font-size: 20px;
}

.service .media-left {
    padding-right: 30px;
}

.service-box {
    padding: 135px 0 100px;
    position: relative;
    margin-top: 120px;
}

.service .container-fluid {
    padding: 0 35px;
}

.build_inner {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 80px;
    justify-content: space-between;
    position: relative;
    margin-top: -200px;
}


/*------------ Product Features ------------*/
.card {
    position: relative;
    display: block;
    text-align: center;
}

.iconwap {
    float: left;
    min-height: 180px;
    color: #37a000;
    font-size: 65px;
    margin-right: 30px;
}

.card-content {
    text-align: left;
}

.card-content .number {
    font-size: 60px;
    font-weight: 800;
    color: #eee;
    margin: 0 0 5px;
}

.card-content .card-title {
    margin: 0 0 10px;
    font-size: 21px;
}

.card-content .card-title span {
    /*font-style: italic;*/
    font-family: 'Lora', serif;
    font-weight: 600;
}

.details-text ul,
.content-text ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.details-text ul li,
.content-text ul li,
.content-text ul li a {
    color: rgba(112, 112, 112, 1);
    line-height: 28px;
    font-size: 17px;
    letter-spacing: -0.3px;
}

.faq_inner .panel-default > .panel-heading {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
}

.faq_inner .panel-group .panel {
    margin-bottom: 10px;
    border: 0;
}

.faq_inner .panel-group .panel .panel-title a i {
    float: right;
    font-size: 12px;
}

.faq_inner .social {
    margin: 25px 0;
}

.faq_inner .social ul li a {
    border: 1px solid #afafaf;
    border-radius: 5px;
}

.faq_inner .social ul li a:hover {
    border: 1px solid #37a000;
    border-radius: 5px;
}

/*----------- Package Area Css--------------*/
.package_area {
    background: #fafafa;
    padding: 80px 0;
}

.package_area .container-fluid {
    padding: 0 50px;
}

.package_area .single-price {
    background: #fff;
    padding: 25px;
    transition-duration: 0.3s;
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    border: 0;
}

.package_area .single-price:hover {
    transform: translateY(-15px);
}

.single-price .title {
    font-size: 21px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.single-price .costing {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    color: #ffffff;
    background: #353535;
    line-height: 50px;
    border-radius: 30px;
}

.price-heading {
    margin-bottom: 35px;
}

.price-details ul li {
    line-height: 35px;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid #ddd;
}

.price-details ul li:first-child {
    border-top: 1px solid #ddd;
}

.price-details ul li i {
    margin-right: 8px;
    color: #37a000;
}

.price-details ul li i.fa-times {
    color: #da1313;
}

.buy-now-button {
    margin-top: 15px;
}

.buy-now-button .demo_btn {
    display: block;
    line-height: 30px;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
}

.lincense .single-price {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    border: 0;
    padding: 40px;
}

.license .price-details {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}

.license .contact-info ul li,
.license .price-details ul li {
    border-bottom: 0;
    display: flex;
    align-items: flex-start;
    color: #28284e;
    font-size: 17px;
    margin: 6px 0px;
}

.license .price-details ul li span {
    line-height: 25px;
}

.license .price-details ul li:first-child {
    border-top: 0;
}

.license .price-details ul li i {
    margin-right: 12px;
}

.license .price-details ul li .ti-close {
    font-size: 11px;
    color: #f31a1a;
    line-height: 25px;
}

.license .buy-now-button .demo_btn {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #424242;
}

.license .buy-now-button .demo_btn:focus,
.license .buy-now-button .demo_btn:hover {
    border-radius: 0;
    background-color: #37a000;
    border: 1px solid #37a000;
    color: #fff;
}

.license .price-heading {
    margin-bottom: 18px;
}

.license .single-price .title {
    font-size: 21px;
    font-weight: 500;
    color: #2a2a48;
}

.license .single-price.p-0 {
    padding: 25px 0;
}

.license .custom-link:focus,
.license .custom-link:hover {
    transform: translateY(-15px);
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex-fill {
    flex: 1 1 auto;
}

.w-100 {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-end {
    align-items: flex-end;
}

.license .custom-link {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    border: 0;
    display: block;
    transition-duration: 0.4s;
}

.license .social ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.license .contact-details {
    box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
    background-color: #fff;
    padding: 30px;
}

.license .cont-heading {
    margin-bottom: 25px;
}

.license .cont-heading p {
    color: #28284e;
    font-size: 16px;
}

.license .cont-heading p strong {
    color: #37a000;
}

.license .cont-heading .title {
    line-height: 25px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .package_area.lincense .single-price {
        padding: 25px;
    }

    .custom-link {
        display: flex;
        align-items: center;
        height: 100%;
        background: #fff;
    }
}

@media (max-width: 991px) {
    .mt-sm-30 {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .col-xxs-12 {
        width: 100%;
    }

    .mt-xxs-30 {
        margin-top: 30px;
    }

    .col-xxs-os-0 {
        margin-left: 0;
    }

    .custom-link {
        justify-content: center;
    }
}

@media(max-width: 1199px) {
    .features_inner .features-box {
        min-height: 335px;
    }

    .process .colum:before {
        right: -18px;
    }

    .process .colum:after {
        right: -31px;
    }
}

@media(max-width: 991px) {

    .demo_inner .align-center,
    .faq_inner .align-center {
        display: block;
    }

    .faq_inner .header-title {
        text-align: center;
        margin-bottom: 35px;
    }

    .demo_content img {
        max-width: 350px;
    }

    .global-stage-list {
        display: block;
    }

    .global-stage-list-item:not(:first-child) {
        margin-left: 0;
        margin-top: 15px;
    }

    .process {
        display: block;
        text-align: center;
    }

    .process .colum {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 25%;
    }

    .process .colum:first-child {
        width: 30%;
    }

    .process .colum:nth-child(2) {
        width: 20%;
    }

    .process .colum:nth-child(3) {
        width: 26%;
    }
}

@media(max-width: 767px) {
    
    .banner_img_part .btn_area{
        transform: translate(-50%, -50%);
    }

    .process .colum:first-child,
    .process .colum:nth-child(2),
    .process .colum:nth-child(3),
    .process .colum {
        width: auto;
        max-width: 280px;
        display: block;
        margin: 0 auto 50px;
    }

    .process .colum:before,
    .process .colum:after {
        right: 45%;
        transform: translateX(-50%) rotate(90deg);
    }

    .process .colum:before{
        top: calc(100% + 7px);
    }

    .process .colum:after{
        top: calc(100% + 22px);
    }

    .content-text p,
    .details-text p,
    .content p,
    .details-text ul li,
    .content-text ul li,
    .body-text ul li,
    .card-content p {
        font-size: 15px;
    }

    .content-text h1,
    .header-title h2 {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .section-title p {
        font-size: 16px;
    }

    .p-l {
        padding-left: 80px;
    }

    .p-r {
        padding-right: 80px;
    }

    .banner_inner {
        display: block;
    }

    .banner_inner .banner_img {
        width: 100%;
    }

    .banner_content {
        text-align: center;
    }

    .product-row {
        display: block;
        margin-bottom: 50px;
    }

    .content-text.p-l {
        padding-left: 0;
    }

    .content-text.p-r {
        padding-right: 0;
    }

    .content-text .feature-title {
        font-size: 22px;
    }

    .product-row:nth-child(odd) {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .product-row .product-image {
        margin-bottom: 30px;
    }
    
    .product_slider .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
    }

    .sec_mar {
        margin: 50px 0;
    }

    .service,
    .package {
        padding: 50px 0;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .section-title {
        margin-bottom: 35px;
    }
    
    .product_slider .owl-dots {
        margin-top: 15px;
    }
}

@media(max-width: 560px) {
    .client-logo .col-xs-3 {
        padding: 0 7px;
    }

    .client-logo {
        padding: 50px 0 100px;
    }
    .banner_img_part .btn_area{
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 520px) {
    .hidden-vxs {
        display: none;
    }

    .col-vxs-12 {
        width: 100%;
    }

    .features_inner .features-box {
        min-height: auto;
    }
    .banner_inner .live_btn,
    .banner_inner .demo_btn {
        padding: 5px 20px;
        font-size: 12px;
    }
}
