* {
    margin: 0;
    padding: 0;
}

body {
    /*font-family: 'Poppins';*/
    font-family: tahoma, arial, helvetica;
    ;
    overflow-x: hidden;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

a {
    text-decoration: none;
    color: #ffffff;
}

section {
    padding: 50px 0;
}

ul li {
    list-style: none;
}

.center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

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

.text-align-justify {
    text-align: justify;
}

.main-text-color {
    color: #84de75;
}

.second-text-color {
    color: #7b7777;
}

.white-text-color {
    color: #ffffff;
}

.black-text-color {
    color: #ffffff;
}

.bold-font {
    font-weight: bold;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.right {
    float: right;
}

.left {
    float: left;
}

.capitalize {
    text-transform: uppercase;
}

.banner_wrap {
    background: #84de75;
}

.banner_wrap1 {
    /*background-image: linear-gradient(to bottom right, #5ecab2, #8be37b);*/
    /*background-color: #ffffff;*/
    /*background: -webkit-linear-gradient(bottom, #69cfa4, #84de75 30%, #ffffff 30%, #ffffff);*/
    /*background: -webkit-linear-gradient(top, #68cfa6, #84de75 30%, #f9f9f9 30%, #f9f9f9);*/
    background: -webkit-linear-gradient(top, #68cfa6, #84de75 30%, #84de75 30%, #6ad0a3);

}

.banner_wrap2 {
    /*background-image: linear-gradient(to bottom right, #5ecab2, #8be37b);*/
    /*background-image: linear-gradient(to bottom right, #76d796, #85e082);*/

    background: -webkit-linear-gradient(bottom, #69cfa4, #84de75 30%, #ffffff 30%, #ffffff);
}

.top_header {
    border-bottom: 2px solid #ffffff;
    font-size: 0.8em;
}

.top_header i {
    font-size: 1.2em;
    position: absolute;
    margin: 2px 0;
}

.top_header .social_link i {
    position: relative;
}

.nav-line-btn {
    border: 1px solid #fff;
    border-radius: 7px;
    margin-right: 10px;
}

.nav li {
    margin-left: 1rem;
}

.banner_content {
    padding: 10%;
    text-align: center;
    color: #ffffff;
}

.banner_content h4 {
    background: #84de75;
    z-index: 2;
    display: block;
    position: relative;
    max-width: 322px;
    margin: 0 auto;
}

.file_drop_box {
    border: 3px dashed #ffffff;
    min-height: 150px;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: -20px;
}

.file_drop_box i {
    margin-top: 10%;
    font-size: 56px;
    color: rgba(255, 255, 255, 0.6);
}


/* Benefit Section */

.benefit {
    background: #70d494;
    background-size: 100%;
    display: block;
}

.b_block {
    width: 100%;
    height: 180px;
    background: #ffffffa3;
}

.b_style_1 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.b_style_2 {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.b_green_bg {
    background: #52a06e;
}

.b_content h3,
.b_content h4 {
    font-size: 1.1rem;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.b_content p {
    font-size: 0.7rem;
    height: auto;
    overflow: hidden;
}


/* feature Section */

.feature {
    /*background: -webkit-linear-gradient(top, #84de75, #84de75 30%, #f9f9f9 30%, #f9f9f9);*/
    background: -webkit-linear-gradient(top, #68cfa6, #84de75 30%, #f9f9f9 30%, #f9f9f9);
}

.feature_icon {
    font-size: 3rem !important;
    background: rgb(132, 227, 133);
    background: radial-gradient(circle, rgba(132, 227, 133, 1) 6%, rgba(131, 227, 133, 1) 42%, rgba(161, 205, 100, 1) 88%);
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    margin: 20px;
}

.feature .container {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 50px;
    background-color: #ffffff;
    background: -webkit-linear-gradient(bottom, #70d494, #70d494 10%, #ffffff 10%, #ffffff);
    z-index: 2;
    position: relative;
}

.feature_p {
    max-height: 200px;
    overflow: hidden;
}


/* pricing Section */

.pricing_wrap {
    /*background: -webkit-linear-gradient(bottom, #84de75, #84de75 30%, #ffffff 30%, #ffffff);*/
    background: -webkit-linear-gradient(bottom, #69cfa4, #84de75 30%, #ffffff 30%, #ffffff);
}

.p_box {
    max-width: 370px;
    width: 360px;
    background: #fcf1ef;
    box-shadow: 3px 6px 5px #713a3a;
    border-radius: 20px;
    text-align: center;
}

.p_box .price_block {
    text-align: center;
    padding-bottom: 30px;
    font-size: 2.4rem;
    padding: 60px;
    font-weight: 600;
}

.p_box .price_block span {
    display: block;
    font-size: 0.8rem;
    color: #c5aeae;
    font-weight: 100;
}

.basic-text-color {
    color: #5ee088;
}

.premium-text-color {
    color: #8219d5;
}

.ultimate-text-color {
    color: #ff6e85;
}

.basic-bg-color {
    background: rgb(132, 227, 133);
    background: radial-gradient(circle, rgba(132, 227, 133, 1) 6%, rgba(131, 227, 133, 1) 42%, rgba(161, 205, 100, 1) 88%);
}

.premium-bg-color {
    background: rgb(229, 103, 236);
    background: radial-gradient(circle, rgba(229, 103, 236, 1) 6%, rgba(188, 78, 225, 1) 42%, rgba(121, 31, 206, 1) 88%);
}

.ultimate-bg-color {
    background: rgb(243, 146, 191);
    background: radial-gradient(circle, rgba(243, 146, 191, 1) 6%, rgba(249, 125, 153, 1) 42%, rgba(249, 111, 124, 1) 88%);
}

.premium {
    min-height: 350px;
}

.premium-shadow {
    box-shadow: 3px 4px 35px #713a3a;
    position: relative;
    z-index: 2;
    max-width: 400px;
    width: 400px;
}

.ultimate {
    position: relative;
    display: block;
    z-index: 0;
}

.p_box_content {
    padding: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
}

.p_box_content ul li {
    font-size: 0.9rem;
}

.p_box_content i {
    font-size: 0.8rem;
    margin-right: 10px;
}

.p_box_content a {
    background: #fff;
    padding: 10px 40px;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #4acbc6;
    box-shadow: 2px 1px 4px #a78282;
}


/* Testimonials Section */

.testimonials {
    background: -webkit-linear-gradient(top, #70d494, #84de75 30%, #f9f9f9 30%, #f9f9f9);
}

.testimonials_box {
    border: 1px solid #f9f9f9;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 1px #f5f0f0;
    z-index: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

svg {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 350px;
    z-index: -1;
}

.testimonials .container {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 50px;
    background-color: #ffffff;
    background: -webkit-linear-gradient(bottom, #84de75, #70d494 10%, #ffffff 10%, #ffffff);
    z-index: 2;
    position: relative;
}

/*.feature .container {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 50px;
    background-color: #ffffff;
    background: -webkit-linear-gradient(bottom, #70d494, #70d494 10%, #ffffff 10%, #ffffff);
    z-index: 2;
    position: relative;
}*/


.testimonials_content p {
    font-size: 1rem;
    height: 200px;
    overflow: hidden;
}

.testimonials_footer {
    border-top: 1px solid #efe9e9;
    padding-top: 10px;
}

.testimonials_footer img {
    max-width: 50px;
    border-radius: 50px;
}

.testimonials_footer h6 {
    font-size: 0.9rem;
}

.testimonials_footer h3 {
    font-size: 1rem;
}


/* Brand Section */

.brands {
    background: #f9f9f9;
}

.brand_list img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    max-width: 100%;
    opacity: 0.4;
}

.brand_list img:hover {
    opacity: 1;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: #fff;
}


/* footer */

.footer {
    background: #535353;
    border-top: 5px solid #83dd75;
}

.contact_info_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_info_list li {
    color: hsla(0, 0%, 100%, .6);
    position: relative;
    display: block;
    margin: 25px 0;
    word-break: break-word;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.contact_info_list li.single-info-item .icon {
    width: 35px;
    display: inline-block;
    float: left;
    left: 0;
    top: -5px;
    color: hsla(0, 0%, 100%, .6);
}

.contact_info_list li.single-info-item .details a {
    color: hsla(0, 0%, 100%, .6);
    font-size: 15px;
    text-decoration: none;
}

.footer_text_color {
    color: #cbcbcb;
    cursor: pointer;
}

@media (min-width: 300px) and (max-width: 960px) {
    .top_header {
        display: none;
    }
    .p_box {
        margin: 20px auto;
        float: none;
        max-width: 350px !important;
        min-height: 350px;
    }
    .p_box_content {
        min-height: 350px;
    }
    .p_box_content .my-sm-3 {
        margin: 30px;
    }
    svg {
        /*display: none;*/
    }
    .nav-line-btn {
        border: none;
        margin-right: 0px;
    }
}

@media (min-width: 576px) and (max-width: 960px) {
    .p_box {
        margin: 20px auto;
        float: none;
        max-width: 350px !important;
        min-height: 350px;
    }
    .p_box_content {
        min-height: 350px;
    }
    .p_box_content .my-sm-3 {
        margin: 30px;
    }
    svg {
        /*display: none;*/
    }
}