.pricing-table {
    margin-bottom: 30px;
}

.pricing-table.colored .plan-header {
    background-color: #fff !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
  border: solid 3px #e3f2a5;
}


.pricing-table .plan-header .plan-price {
    font-size: 50px !important;
    padding: 20px 0;
}


.pricing-table .plan-header .plan-price sup {
	font-size: 18px !important;
}

.pricing-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing-table .pricing-list-item li {
    list-style-type: none;
    color: #000;
    display: flex;
    flex-direction: row;
}

#function-list .heading-text h4 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
    color: #000 !important;
}
#function-list .heading-text svg {
    max-width: 1600px;
    display: none;
}
#function-list .container {
    margin-top: unset;
}

@media (min-width: 768px) {
    #function-list .heading-text .text {
        position: absolute;
        width: 100%;
        top: 10px;
    }
    #function-list .heading-text h4 {
        font-size: 36px;
        color: #fff !important;
    }
    #function-list .heading-text svg {
        display: unset;
    }
}

@media (min-width: 992px) {
    .col-lg-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #pricing .container {
        max-width: 1600px !important;
    }
    #function-list .container {
        max-width: 1600px !important;
    }
    
    #function-list .heading-text .text {
        top: 30px;
    }
}


#pricing .plan-list-btn {
    width: 25%;
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 26px;
}

@media (max-width: 991px) {
    #pricing .plan-list-btn {
        width: 50%
    }
}

.pricing-table.colored .plan-header {
    background-color: #fff !important;
    padding: 40px 22px 0px 22px;
    height: 100%;
}

.pricing-table .plan-list {
    background-color: #fff !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 10px;
    /* max-height: 247.5px; */
    min-height: 330px;
}


.plan-header h3 {
    color: #03b240 !important;
    font-size: 32px !important;
    font-weight: bold;
    text-align: center;
}

.pricing-table .plan-header .plan-price {
    padding: 0;
    color: #03b240;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 47px;
}

.pricing-table .plan-header .plan-price--full {
    line-height: 30px;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
}

.pricing-table .plan-header .plan-og-price {
    padding: 20px 0 0;
    color: #939393;
    line-height: 20px;
    font-size: 16px;
    position: relative;
}
.pricing-table .plan-header .plan-price span {
    font-size: 32px;
    color: #02b13f!important;
}
.pricing-table .plan-header .plan-og-price:before {
    content: '';
    width: 100%;
    position: absolute;
    border: 1px solid #02b13f;
    top: 75%;
    transform: translate(0, -50%);
}

.plan-list li i {
    color: #03b240;
    margin-top: 5px;
}

.pricing-table .plan-list ul {
    padding: 0 20px;
}

.pricing-table .plan-list ul li {
    line-height: unset;
    border-bottom: 0px;
    padding-bottom: 10px;
    font-size: 1rem;
    color: #000;
}

.pricing-table .plan-desc {
    padding-top: 30px;
    color: #6d7278;
    font-size: 14px;
    text-align: center;
    min-height: 100px;
}

.pricing-table .plan-desc.en {
    min-height: 155px;
}

.select-plan-btn {
    width: 90%;
    border-radius: 20px !important;
    padding: 8px !important;
    font-weight: unset !important;
    margin-top: 20px !important;
}

.plan-function-head {
    color: #00b33d;
    font-size: 1.25rem;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e3f2a5;
}

.plan-function-table .head {
    padding-bottom: 10px;
    font-size: 1.25rem;
    color: #00b33d;
}

.plan-function-item i {
    color: #03b240;
}

.plan-function-item div {
    padding-top: 2px;
    padding-bottom: 2px;
}
.section_title.font-size-lang-en,.section_title.font-size-lang-fr{
    font-size: 40px !important;
}
.bg-green{
    background: #02b13f;
}
.bg-green a.color-white:hover{
    color: #fff;
}
.color-white{
    color: #fff;
}
.wrap-text-free-mesen .flex.items-center,.wrap-text-free-mesfr .flex.items-center{
    max-width: 300px !important;
}
.img-responsive{
    max-width: 100%;
}
.section-pricing-need-more{
    border: 1px solid #dadada;
    padding: 40px;
    border-radius: 26px;
}
.section_title.size-28{
    font-size: 28px !important;
}
.height-45{
    height: 45px !important;
    font-size: 16px;
}
.bg-opacity-green{
    background: rgba(2, 177, 63, 0.1);
    color: #02b13f !important;
}
.link-full-w>a{
    width: 100%;
    text-align: center;
    font-size: 16px !important;
}
.link-full-w>a.bg-theme-1{
    background: rgba(2, 177, 63, 0.1) !important;
    color: #02b13f !important;
}
.label-success-popular{
    background: #21713d;
    color: #fff;
    border-radius: 30px;
    padding: 0 16px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 20px;
}
.section_title .size-28{
    font-size: 28px;
    color: #2d3748;
}
.wrap-border-pricing .text-base.size-20{
    font-size: 20px !important;
    font-weight: 900;
    color: #2d3748;
}
.wrap-border-pricing .text-base.size-36{
    font-size: 36px !important;
    font-weight: 900;
    color: #2d3748;
}
.wrap-border-pricing .text-base.size-16{
    font-size: 16px !important;
    color: #939393;
    font-weight: 500;
    vertical-align: 3px;
}
.wrap-border-pricing .text-white .text-base.size-20,
.wrap-border-pricing .text-white .text-base.size-36,
.wrap-border-pricing .text-white .text-base.size-16{
    color: #fff;
}
.section_title.size-40{
    font-size: 40px !important;
    color: #2d3748;
}
@media(max-width: 991px){
    .m-t-a-50{
        margin-top: 0 !important;
    }
    .border-bottom-left-30{
        border-bottom-left-radius: 30px;
    }
    .min-height-auto{
        min-height: inherit !important;
        margin-bottom: 40px !important;
    }
}
.min-height-63{
    min-height: 83px;
}
.section_title.size-28.font-fr{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 217px;
    white-space: nowrap;
}
.title_style3{
    line-height: 20px;
}
@media(max-width: 1024px){
    .wrap-scroll-mobile{
        overflow-x: auto;
    }
    .wrap-scroll-mobile>div{
        min-width: 1110px;
    }
}
@media(max-width: 767px){
    .max-width-280>div{
        margin-bottom: 10px;
    }
    .max-width-280>div{
        padding-left: 0;
        padding-right: 0;
    }
    .max-width-280{
        margin: 0 auto;
        max-width: 280px;
    }
    .m-b-0-767{
        margin-bottom: 0 !important;
    }
    .my-767-20{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .my-767-20>a{
        width: 100%;
        justify-content: center;
    }
}