/* rt-pricing-table element-five */

.rt-pricing-table.element-five > .holder {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    padding: 30px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 30px 0px rgb(42 22 139 / 8%);
}

.rt-pricing-table.element-five > .holder > .icon {
    margin-bottom: 30px;
}

.rt-pricing-table.element-five > .holder > .plan-name {
    margin-bottom: 25px;
    display: block;
    text-align: left;
}


.rt-pricing-table.element-five > .holder > .plan-name h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px !important;
    color: #0277e7;
    line-height: normal;
    text-transform: capitalize;
    background: #f2f3f8;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-flex;
}

.rt-pricing-table.element-five .holder .img-upload {
    display: inline-block;
}

.rt-pricing-table > .holder > .plan-name > *:last-child {
    margin-bottom: 0 !important;
}


.rt-pricing-table.element-five > .holder > .pricing {
    margin-bottom: 0;
    text-align: left;
}

.rt-pricing-table.element-five > .holder > .pricing .price {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 45px;
    color: #8fa4c2;
    line-height: 0.75;
    text-align: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-five > .holder > .pricing .price sup {
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
    margin-right: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
}

.rt-pricing-table.element-five > .holder > .pricing .price sub {
    display: inline-block;
    text-transform: capitalize;
    vertical-align: bottom;
    margin-bottom: 5px;
    margin-left: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.rt-pricing-table.element-five > .holder > .pricing .tagline {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
}

.rt-pricing-table.element-five > .holder > .list {
    font-size: 16px;
    color: #2b2944;
    text-align: left;
    line-height: 30px;
    margin-bottom: 35px;
}


.rt-pricing-table.element-five > .holder > .list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rt-pricing-table.element-five > .holder > .list > ul li {
    margin: 10px 0 15px 0;
    padding: 0;
}

.rt-pricing-table.element-five.spotlight > .holder > .list > ul li svg {
    margin-right: 8px;
    width: 15px;
    stroke: #fff;
}

.rt-pricing-table.element-five > .holder > .list > ul li svg {
    margin-right: 8px;
    width: 15px;
    stroke: #00c16d;
}

.rt-pricing-table.element-five > .holder > .select-btn {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.rt-pricing-table.element-five > .holder > .select-btn .btn {
    padding: 14px 34px;
    margin-top: 0;
    color: #525050;
    border: none !important;
    border-style: solid;
    border-radius: 4px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}



.rt-pricing-table.element-five.spotlight > .holder > .spotlight-tag {
    display: block;
    margin: 0;
}

.rt-pricing-table.element-five.spotlight > .holder > .spotlight-tag > .spotlight-tag-text {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0;
    padding: 0px 10px 0px 10px;
    background-color: #31CB53;
    border-radius: 4px 4px 4px 4px;
    text-align: right;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media screen and (max-width:767px) {
    .rt-pricing-table.element-five.spotlight > .holder > .spotlight-tag > .spotlight-tag-text {
        position: relative;
        display: inline-block;
        top: 0;
    }

    .rt-pricing-table.element-five > .holder {
        padding: 15px 15px 25px 15px;
    }

    .rt-pricing-table.element-five > .holder > .select-btn .btn {
        padding: 14px 33px;
    }

}


/* rt-pricing-table element-one */

.rt-pricing-table.element-one {
    margin: 0;
    padding: 0;
    display: block;
}

.rt-pricing-table.element-one .holder {
    position: relative;
    background: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    margin: 0px;
    padding: 20px 0 30px 0;
    border-radius: 0;
    border: 2px solid #F1F1F1;
}



.rt-pricing-table.element-one .holder h4 {
    color: #30353B;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
}

.rt-pricing-table.element-one .holder h5 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 1px;
    color: #30353B;
}

.rt-pricing-table.element-one .holder h5 sup {
    color: #30353B;
    font-size: 20px;
}

.rt-pricing-table.element-one .holder h5 sub {
    color: #30353B;
    font-size: 20px;
    vertical-align: middle;
    letter-spacing: 0;
}

.rt-pricing-table.element-one .holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rt-pricing-table.element-one .holder ul li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    color: #696E79;
    line-height: 28px;
    padding-bottom: 10px;
    margin: 0;
    list-style-type: none;
}

.rt-pricing-table.element-one .holder .img-upload {
    display: inline-block;
}

.rt-pricing-table.element-one .holder ul li svg {
    stroke: #F55823;
    margin-right: 8px;
    width: 15px;
}

.rt-pricing-table.element-one .holder ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.rt-pricing-table.element-one .holder .butn_area {
    width: 100%;
    margin: 30px auto 0 auto;
    display: flex;
    text-align: center;
}

.rt-pricing-table.element-one .holder .gen_btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin: 0 auto;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #f55823;
    border: 1px solid #f55823;
    border-radius: 0;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-one .holder:hover .gen_btn {
    background: #f6f6f6;
    color: #3c4857;
    border: 1px solid #e7e7e7;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}


.rt-pricing-table.element-one .holder .rt-package {
    background: #f6f6f6;
    border: 1px solid padding: 15px 0;
    margin: 20px 0 30px 0;
    padding: 15px 0;
    text-align: center;
    color: #3c4857;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.rt-pricing-table.element-one .holder:hover .rt-package {
    background-color: #f55823;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.rt-pricing-table.element-one.spotlight > .holder > .rt-package {
    background-color: #f55823;
    color: #fff;
}


.rt-pricing-table.element-one.spotlight {
    margin-top: -20px;
}

.rt-pricing-table.element-one.spotlight > .holder > .butn_area .gen_btn {
    background: #f6f6f6;
    color: #3c4857;
    border: 1px solid #e7e7e7;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .rt-tab.element-two .switch-tag {
        margin: 0;
    }

    .rt-pricing-table.element-one.spotlight {
        margin-top: 0;
    }
}

@media screen and (max-width:767px) {
    .rt-pricing-table.element-one .holder {
        margin-bottom: 0;
    }

    .rt-pricing-table.element-one.spotlight {
        margin-top: 0;
    }
}


/* rt-pricing-table element-three */

.rt-pricing-table.element-three > .holder {
    position: relative;
    overflow: hidden;
    padding: 46px 25px 50px 25px;
    background-color: #fff;
    border-radius: 4px;
    /*box-shadow: 0 0 25px rgb(0 0 0 / 8%);*/
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.rt-pricing-table.element-three > .holder .hightlight-tag {
    position: absolute;
    top: 15px;
    right: -30px;
    z-index: 1;
    padding: 3px 50px 4px 70px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.rt-pricing-table.element-three > .holder .img-upload {
    display: inline-block;
}

.rt-pricing-table.element-three > .holder .img-upload svg {
    margin-right: 8px;
}

.rt-pricing-table.element-three > .holder > .icon {
    margin-bottom: 20px;
}

.rt-pricing-table.element-three > .holder > .heading {
    margin-bottom: 20px;
}

.rt-pricing-table.element-three > .holder > .heading > *:last-child {
    margin-bottom: 0 !important;
}

.rt-pricing-table.element-three > .holder > .heading .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #030712;
    line-height: 32px;
    letter-spacing: 0;
}

.rt-pricing-table.element-three > .holder > .heading .subtitle {
    max-width: 220px;
    margin: 0 auto 10px auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.rt-pricing-table.element-three > .holder > .list {
    margin-bottom: 35px;
}

.rt-pricing-table.element-three > .holder > .list > *:last-child {
    margin-bottom: 0 !important;
}

.rt-pricing-table.element-three > .holder > .list ul {
    max-width: 100%;
    margin: 0 auto;
}

.rt-pricing-table.element-three > .holder > .list ul li {
    padding-bottom: 7px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
}

.rt-pricing-table.element-three > .holder > .list ul li:last-child,
.rt-pricing-table.element-three > .holder > .list ul li:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rt-pricing-table.element-three > .holder > .pricing {
    position: relative;
    margin-bottom: 20px;
}

.rt-pricing-table.element-three > .holder > .pricing > *:last-child {
    margin-bottom: 0 !important;
}

.rt-pricing-table.element-three > .holder > .pricing .price {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 45px;
    line-height: 0.75;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-three > .holder > .pricing .price sup {
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
    margin-right: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
}

.rt-pricing-table.element-three > .holder > .pricing .price sub {
    display: inline-block;
    text-transform: capitalize;
    vertical-align: bottom;
    margin-bottom: 5px;
    margin-left: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.rt-pricing-table.element-three > .holder > .pricing .tagline {
    max-width: 195px;
    margin: 0 auto 10px auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
}

.rt-pricing-table.element-three > .holder > .more > *:last-child {
    margin-bottom: 0 !important;
}

.rt-pricing-table.element-three > .holder > .more {
    margin: 0 auto;
    text-align: center;
}

.rt-pricing-table.element-three > .holder > .more .btn {
    margin-bottom: 15px;
    padding: 10px 30px;
    border: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
    float: none;
    background-color: #F55823;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-three > .holder > .more .btn:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}

.rt-pricing-table.element-three.spotlight > .holder {
    /* padding: 70px 30px 75px 30px;
    top: -24px;*/
    padding: 46px 25px 50px 25px;
    top: 0;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}

.rt-pricing-table.element-three.spotlight > .holder > .more {
    margin: 0 auto;
    text-align: center;
}

.rt-pricing-table.element-three.spotlight > .holder > .more .btn {
    background-color: #f6f6f6;
    color: #3c4857;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    float: none;
}

@media screen and (max-width:767px) {
    .rt-pricing-table.element-three > .holder {
        padding: 46px 0 50px 0;

    }

}

/* rt-pricing-table element-six */

.rt-pricing-table.element-six .holder {
    background: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    margin: 0px;
    padding: 20px 0 30px 0;
    border-radius: 0;
    border: 2px solid #F1F1F1;
}

.rt-pricing-table.element-six .holder h4 {
    color: #30353B;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
}

.rt-pricing-table.element-six .holder h5 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 1px;
    color: #30353B;
}

.rt-pricing-table.element-six .holder h5 sup {
    color: #30353B;
    font-size: 20px;
}

.rt-pricing-table.element-six .holder h5 sub {
    color: #30353B;
    font-size: 20px;
    vertical-align: middle;
    letter-spacing: 0;
}

.rt-pricing-table.element-six .holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rt-pricing-table.element-six .holder ul li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    color: #696E79;
    line-height: 28px;
    padding-bottom: 10px;
}

.rt-pricing-table.element-six .holder ul li svg {
    stroke: #F55823;
    margin-right: 5px;
}

.rt-pricing-table.element-six .holder ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.rt-pricing-table.element-six .holder .butn_area {
    width: 100%;
    margin: 30px 0 0 0;
}

.rt-pricing-table.element-six .holder .gen_btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #f55823;
    border-radius: 0;
    padding: 11px 33px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-six .holder:hover .gen_btn {
    background: #f6f6f6;
    color: #3c4857;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}


.rt-pricing-table.element-six .holder .rt-package {
    background: #f6f6f6;
    padding: 15px 0;
    margin: 20px 0 30px 0;
    text-align: center;
    color: #3c4857;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.rt-pricing-table.element-six .holder:hover .rt-package {
    background-color: #f55823;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .rt-tab.element-two .switch-tag {
        margin: 0 0 0 48%;
    }
}

@media screen and (max-width:767px) {
    .rt-pricing-table.element-six .holder {
        margin-bottom: 50px;
    }

}


/* rt-pricing-table element-seven */

.rt-pricing-table.element-seven .holder {
    background: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px;
    padding: 0 0 30px 0;
    border-radius: 5px;
    border: 1px solid #F1F1F1;
}

.rt-pricing-table.element-seven .holder .rt-package-detail {
    padding: 30px 30px 0 30px;
}


.rt-pricing-table.element-seven .holder .rt-package-detail .pricing {
    border-bottom: 1px solid #dfdffd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.rt-pricing-table.element-seven .holder .rt-package-detail .pricing h5 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0;
    color: #30353B;
    padding: 0;
    margin: 0;
}

.rt-pricing-table.element-seven .holder .rt-package-detail .pricing h5 sup {
    color: #30353B;
    font-size: 30px;
}

.rt-pricing-table.element-seven .holder .rt-package-detail .pricing h5 sub {
    color: #30353B;
    font-size: 20px;
    vertical-align: middle;
    letter-spacing: 0;
}

.rt-pricing-table.element-seven .holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rt-pricing-table.element-seven .holder ul li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    color: #696E79;
    line-height: 28px;
    padding-bottom: 15px;
}

.rt-pricing-table.element-seven .holder ul li svg {
    stroke: #38d465;
    margin-right: 20px;
}



.rt-pricing-table.element-seven .holder ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.rt-pricing-table.element-seven .holder .btn_area {
    width: 100%;
    margin: 35px 0 0 0;
}

.rt-pricing-table.element-seven .holder .gen_btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #38d465;
    text-align: center;
    text-transform: capitalize;
    background-color: #f1fff3;
    border-radius: 4px;
    padding: 11px 33px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-seven .holder:hover .gen_btn {
    background: #38d465;
    color: #f1fff3;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}


.rt-pricing-table.element-seven .holder .rt-package {
    background: #f1fff3;
    padding: 20px 30px;
    margin: 0;
    color: #3c4857;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.rt-pricing-table.element-seven .holder .rt-package .plan {
    text-align: left;
    color: #474b50;
}

.rt-pricing-table.element-seven .holder .rt-package .usage {
    text-align: right;
    color: #38d465;
    font-size: 14px;
    text-transform: uppercase;
}

.rt-pricing-table.element-seven .holder .rt-package.orange {
    background: #ffefeb;
    padding: 15px 25px;
    margin: 0;
    color: #3c4857;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.rt-pricing-table.element-seven .holder .rt-package-detail.orange-tick ul li svg {
    stroke: #fd5e35;
    margin-right: 20px;
}

.rt-pricing-table.element-seven .holder .rt-package.orange .usage {
    text-align: right;
    color: #fd5e35;
}

.rt-pricing-table.element-seven .holder .orange-gen-btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fd5e35;
    text-align: center;
    text-transform: capitalize;
    background-color: #ffefeb;
    border-radius: 4px;
    padding: 11px 33px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-seven .holder:hover .orange-gen-btn {
    background: #fd5e35;
    color: #ffefeb;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}

.rt-pricing-table.element-seven .holder .rt-package.blue {
    background: #e8f8fe;
    padding: 15px 25px;
    margin: 0;
    color: #3c4857;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.rt-pricing-table.element-seven .holder .rt-package-detail.blue-tick ul li svg {
    stroke: #02a0e5;
    margin-right: 20px;
}

.rt-pricing-table.element-seven .holder .rt-package.blue .usage {
    text-align: right;
    color: #02a0e5;
}

.rt-pricing-table.element-seven .holder .blue-gen-btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #02a0e5;
    text-align: center;
    text-transform: capitalize;
    background-color: #e8f8fe;
    border-radius: 4px;
    padding: 11px 33px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-seven .holder:hover .blue-gen-btn {
    background: #02a0e5;
    color: #e8f8fe;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}

@media screen and (min-width:768px) and (max-width:1024px) {
    .rt-tab.element-two .switch-tag {
        margin: 0 0 0 48%;
    }
}

@media screen and (max-width:767px) {
    .rt-pricing-table.element-seven .holder {
        margin-bottom: 30px;
    }

    .rt-pricing-table.element-seven .holder .rt-package {
        padding: 20px 15px;
    }

    .rt-pricing-table.element-seven .holder .rt-package-detail {
        padding: 30px 15px 0 15px;
    }
    .rt-pricing-table.element-seven .holder .rt-package .plan {
        width: 50%;
    }
    .rt-pricing-table.element-seven .holder .rt-package .usage {
        text-align: right;
        width: 50%;
    }

    .rt-pricing-table.element-seven .holder .gen_btn {
        padding: 11px 20px;
    }
}

/* rt-pricing-table element-eight */

.rt-pricing-table.element-eight .holder {
    background: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0;
    padding: 0 0 30px 0;
    border-radius: 5px;
    /*border: 1px solid #F1F1F1;*/
}

.rt-pricing-table.element-eight .holder .rt-package-detail {
    padding: 30px 30px 0 30px;
}

.rt-pricing-table.element-eight .holder .rt-package {
    /*    background-size: cover;*/
    background-position: top center;
    background-repeat: no-repeat;
    padding: 28px 30px 80px 30px;
    margin: 0;
    color: #3c4857;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.rt-pricing-table.element-eight .holder .rt-package .pricing {
    padding-top: 15px;
}

.rt-pricing-table.element-eight .holder .rt-package .pricing h5 {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px !important;
    letter-spacing: 0;
    color: #fff;
    padding: 0;
    margin: 0;
}

.rt-pricing-table.element-eight .holder .rt-package .pricing.free-txt h5 {
    color: #30353b;
}

.rt-pricing-table.element-eight .holder .rt-package .pricing h5 sup {
    color: #fff;
    font-size: 30px;
}

.rt-pricing-table.element-eight .holder .rt-package .pricing h5 sub {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 400;
    letter-spacing: 0;
}

.rt-pricing-table.element-eight .holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rt-pricing-table.element-eight .holder ul li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    color: #696E79;
    line-height: 28px;
    padding-bottom: 15px;
}

.rt-pricing-table.element-eight .holder ul li svg {
    stroke: #0018ff;

}

.rt-pricing-table.element-eight .holder ul li .price-icon-box {
    background: #ecedff;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    display: inline-flex;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.rt-pricing-table.element-eight .holder ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.rt-pricing-table.element-eight .holder .rt-package .plan {
    text-align: left;
    color: #474b50;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    padding: 3px 7px 0 7px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.rt-pricing-table.element-eight .holder .rt-package .usage {
    text-align: right;
    color: #696e79;
    font-size: 15px;
    font-weight: 400;

}

.rt-pricing-table.element-eight .holder .btn_area {
    width: 100%;
    margin: 30px 0 0 0;
}

.rt-pricing-table.element-eight .holder .gen_btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #0018ff;
    text-align: center;
    text-transform: capitalize;
    background-color: #ecf3ff;
    border-radius: 4px;
    padding: 11px 33px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-eight .holder:hover.gen_btn {
    background: #0018ff;
    color: #ecf3ff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}




.rt-pricing-table.element-eight .holder.blue .rt-package .plan {
    text-align: left;
    color: #474b50;
    background: #ffd900;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
    text-transform: uppercase;
}

.rt-pricing-table.element-eight .holder.blue .rt-package .usage {
    text-align: right;
    color: #fff;
    font-size: 15px;
    font-weight: 400;

}

.rt-pricing-table.element-eight .holder.blue .btn_area {
    width: 100%;
    margin: 30px 0 0 0;
}

.rt-pricing-table.element-eight .holder.blue .gen_btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-color: #0017ff;
    border-radius: 4px;
    padding: 11px 33px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-eight .holder.blue:hover .gen_btn {
    background-color: #ecf3ff;
    color: #0017ff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}



.rt-pricing-table.element-eight .holder.dark-blue .rt-package .usage {
    text-align: right;
    color: #fff;
    font-size: 15px;
    font-weight: 400;

}

.rt-pricing-table.element-eight .holder.dark-blue .btn_area {
    width: 100%;
    margin: 30px 0 0 0;
}

.rt-pricing-table.element-eight .holder.dark-blue .gen_btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #0018ff;
    text-align: center;
    text-transform: capitalize;
    background-color: #ecf3ff;
    border-radius: 4px;
    padding: 11px 33px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-pricing-table.element-eight .holder.dark-blue:hover .gen_btn {
    background-color: #0018ff;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}


@media screen and (min-width:768px) and (max-width:1024px) {
    .rt-pricing-table.element-eight .holder .rt-package {
        padding: 28px 25px 80px 25px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-size: cover !important;
    }

    .rt-pricing-table.element-eight .holder .rt-package .usage {
        text-align: right;
        padding-top: 15px;
    }

}

@media screen and (max-width:767px) {

    .rt-pricing-table.element-eight .holder .rt-package {
        padding: 28px 25px 20px 25px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-size: cover !important;
    }

    .rt-pricing-table.element-eight .holder .rt-package .usage {
        text-align: left;
        padding-top: 15px;
    }

    .rt-pricing-table.element-eight .holder .rt-package-detail {
        padding: 20px 15px 0 15px;
    }

    .rt-pricing-table.element-eight .holder .gen_btn {
        padding: 14px 23px;
    }
}
