
.navbar-expand-lg .navbar-nav li.nav-link,.navbar-expand-lg .navbar-nav li.nav-link a {
    font-size: 16px;
    font-weight: 600;
    color: #383340;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
    align-items: center;
}

.bg-green {
    background-color: #0f9514;
}
.white{
    color: white;
}
.app-screen img.img-fluid {
    border-radius: 20px;
    max-width: 300px;
    text-align: center;
}
.features {
    color: white;
}
.reverse-on-desktop .feature {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.reverse-on-desktop .feature .mr-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
}
.feature .media-body {
    min-height: 100px;
}
.feature .icon {
    width: 72px;
    height: 72px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.feature .icon i.fa {
    font-size: 35px;
}
.feature {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.32px;
    margin: 0 0 4rem 0;
}
.reverse-on-desktop,.right-on-desktop {
    margin-top: 60px;
}


.section_space{
    padding: 5rem 0;
}
/* .testimonial-bg>p,.testimonial-bg>h2{
    color: white;
} */
.testimonial_content .media-body h5{
    font-size: 18px;
}
.testimonial_content .media {
 text-align: right;
}
section.bg-grey {
    background-color: #f5f5f5;
}
.statistics h3 {
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    color: #383340;
}
.statistics {
    text-align: center;
}
section .section-sub-heading.grey {
    color: #7a7a7a;
    margin-bottom: 30px;
}
.media-coverage-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2rem;
}
.media-coverage {
    width: 25%;
}
.about_team {
    width: 100%;
    background: rgba(211, 239, 218, 0.3);
}
.ourfounders_list ul {
    display: inline-flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}
.ourfounders_list ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 30px;
    margin-right: 25px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid #cccccc8f;
    transition: ease-in-out .3s;
}

.ourfounders_list ul li:hover {
    box-shadow: 0px 0px 5px 1px #2621216e;
}

.ourfounders_img img {
    height: 200px;
    border-radius: 50%;
    width: 100%;
    object-fit: contain;
    background: #49d549;
}
.ourfounders_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourfounders_img {
    height: 200px;
    width: 200px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ourfounders_icon {
    position: absolute;
    left: 0;
    right: 0;
    background: #212723a6;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: east-in-out;
    display: none;
}
.ourfounders_list ul li a{
    color: #383340;
    text-decoration: none;
}
.ourfounders_list ul li:hover .ourfounders_icon{
    display: inline-flex;
}
.ourfounders_icon  i{color: white;}
.media-coverage {
    display: flex;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 33%;
    text-align: left;
    padding: 38px 50px;
    box-sizing: border-box;
}
.testimonial_content {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 15px;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    position: relative;
    background-color: white;
}
.testimonial_content>p {
    margin-top: 20px;
    font-size: 18px;
    font-style: italic;
}
.testimonial_content i {
    position: absolute;
    top: 25px;
    color: #49d549;
    left: 23px;
    font-size: 25px;
}
.testimonial_content .media h5{
font-size: 18px;
font-weight: 600;
font-style: italic;
}
.testimonial_content .media  .buyer{
    font-size: 16px;
    font-style: italic;
}
.media-body h5 {
    font-size: 30px;
    font-weight: 600;
}

.media-coverage .content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.media-coverage .content figure {
    height: 72px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    text-align: center;
}
.media-coverage .content .media-name {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #9c9c9c;
    margin-bottom: 1rem;
}
.media-coverage .content figure img{
    max-height: 100px;
    margin: 0 auto;
}
.media-coverage .content .story {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.5;
    color: #292929;
    margin-bottom: 3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.media-coverage .content .read-more {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #32ad79;
}
section .section-heading {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.8px;
    padding: 0rem 0 1.5rem 0;
}

.footer_top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
}
.footer_sociallist ul li {
    margin: 0 15px 15px 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.main_footer p {
    color: #607D8B;
}
.footer_top .footer_toplist {
    margin: 0;
    padding: 0 15px;
    max-width: 400px;
    min-width: 300px;
}
.footer_companylegallist h6,.footer_sociallist h6 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.footer_companylegallist ul, .footer_sociallist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_sociallist ul li a {
    display: block;
    text-align: center;
    color: #0dd34a;
    text-decoration: none;
    line-height: 54px;
    font-size: 20px;
    position: relative;
}


.footer_companylegallist ul li {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    color: #607D8B;
}


.footer_companylegallist li a {
    color: #607D8B;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer_companylegallist li a p{
    margin: 0;
}
.footer_toplist li a i {
    font-size: 25px;
    background: #292929b5;
    padding: 10px;
    border-radius: 50%;
    min-width: 45px;
    margin-right: 10px;
    height: 45px;
    text-align: center;
    color: white;
}
.copy_text {
    color: #607D8B;
    justify-content: center;
    align-items: center !important;
}
.copy_text p{
    margin: 0 !important;
}
.copy_text a{
    color: #607D8B;
    text-decoration: underline;
}

/*====================== media querry ====================*/
@media screen and (min-device-width: 1025px) and (max-device-width: 2000px) { 
    /* STYLES HERE */
    .footer_top .footer_toplist {
        max-width: 350px;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1024px) { 
    /* STYLES HERE */
    .footer_top .footer_toplist {
        max-width: 350px;
    }
}
@media screen and (min-device-width: 769px) and (max-device-width: 991px) { 
    /* STYLES HERE */
    .media-coverage {
        width: 100%;
        padding: 38px 0px;
    }
    .ourfounders_list ul {
        display: inline-block;
        text-align: center;
    }
    .app-screen{
        display: none;
    }
    .reverse-on-desktop,.right-on-desktop{
     margin: 0;
     width: 100%;
     max-width: 100%;
    }
    .feature-order-mobile {
        display: inline-block;
        width: 100%;
    }
    .reverse-on-desktop .feature{
        display: inline-flex;
        flex-direction: row;
    }
    .reverse-on-desktop .feature .mr-5{
        margin-right: 3rem !important;
        margin-left: 0 !important;
    }
    .reverse-on-desktop .feature{
        text-align: left !important;
    }
     .right-on-desktop{
         display: inline-block;
     }
     .testimonial_content>p,.testimonial_content .media h5{
         font-size: 16px;
     }
     .testimonial_content .media .buyer{
        font-size: 14px;
     }
     .ourfounders_list ul li {
      margin-bottom: 20px;
     }
     .navbar-brand img {
        max-width: 60px !IMPORTANT;
    }
    .copy_text {
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
    }
    .navbar-expand-lg .navbar-nav li.nav-link a.play_btn{
        display: none !important;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) { 
    /* STYLES HERE */
    .media-coverage {
        width: 100%;
        padding: 38px 0px;
    }
    .ourfounders_list ul {
        display: inline-block;
        text-align: center;
    }
    .app-screen{
        display: none;
    }
    .reverse-on-desktop,.right-on-desktop{
     margin: 0;
     width: 100%;
     max-width: 100%;
    }
    .feature-order-mobile {
        display: inline-block;
        width: 100%;
    }
    .reverse-on-desktop .feature{
        display: inline-flex;
        flex-direction: row;
    }
    .reverse-on-desktop .feature .mr-5{
        margin-right: 3rem !important;
        margin-left: 0 !important;
    }
    .reverse-on-desktop .feature{
        text-align: left !important;
    }
     .right-on-desktop{
         display: inline-block;
     }
     .testimonial_content>p,.testimonial_content .media h5{
         font-size: 16px;
     }
     .testimonial_content .media .buyer{
        font-size: 14px;
     }
     .ourfounders_list ul li {
      margin-bottom: 20px;
     }
     .navbar-brand img {
        max-width: 60px !IMPORTANT;
    }
    .copy_text {
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
    }
    .navbar-expand-lg .navbar-nav li.nav-link, .navbar-expand-lg .navbar-nav li.nav-link a {
        display: inline-block;
    }
    .navbar-expand-lg .navbar-nav li.nav-link a.play_btn{
        display: none !important;
    }
    .footer_top .footer_toplist {
        max-width: 400px;
        min-width: auto;
    }
}


