@media only screen and (max-width: 768px) {
   
    .hidden-lg{
        display: block;
    }
    .width-xs-10{
        display: inline-block;
        width: 9% !important; 
    }
    .width-xs-15{
        display: inline-block;
        width: 14% !important;
    }
    .width-xs-25{
        display: inline-block;
        width: 24% !important;
    }
    .width-xs-20{
        display: inline-block;
        width: 19% !important;
    }
    .width-xs-30{
        display: inline-block;
        width: 29% !important;
    }
    .width-xs-40{
        display: inline-block;
        width: 39% !important;
    }
    .width-xs-50{
        display: inline-block;
        width: 48% !important;
    }
    .width-xs-60{
        display: inline-block;
        width: 59% !important;
    }
    .width-xs-70{
        display: inline-block;
        width: 69% !important;
    }
    .width-xs-80{
        display: inline-block;
        width: 80% !important;
    }
    .width-xs-100{
        display: inline-block;
        width: 100% !important;
    }
    .hidden-lg{
        display: block;
    }
    .hidden-xs{
        display: none;
    }

    .first-section .img{
        text-align: center;
    }
    .floating-search-box{
        display: none;
    }


}

@media only screen and (max-width: 992px){
    .width-sm-50{
        width: 50% !important;
    }  .width-sm-0{
        width: 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    nav.left-menu{
        visibility: hidden;
    }
    nav.right-menu{
        visibility: hidden;
    }

    .not-mobile{
        visibility: hidden;
        display: none;
    }

    .hamburger-menu{
        visibility: visible;
        display: block;
        float:right;
        right: 5px;
        z-index: 1000;
        cursor:pointer;
        position: absolute;
        right:0;
        padding: 10px;
    }

 

}

@media screen and (max-width: 480px) {
    .right-mobile, .left-mobile, .org-header-photo {
        visibility: hidden;
        display: none;
    }

    /* .download-app-image {
        width: 50%;
    } */

    .header-description {
        margin-top: 40px;
    }

    .how-it-works h3 {
        padding: 0!important;
    }

    .how-it-works .row > div > div {
        margin: 0!important;
    }

    .footer-logo-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }

    .how-it-works img {
        width: 70% !important;
    }

    .footer-logo-wrapper .logo-image img {
        width: 50%;
    }

    .copyright p {
        margin-bottom: 5px;
    }

    .download-footer {
        margin-bottom: 20px;
    }

    .about-header {
        padding: 30px 30px 0 30px;
        font-size: 40px;
    }

    .about-us-header, .contact-us-main-text, .contact-us-sub-text {
        padding: 0 30px;
    }

    .contact-header {
        margin-bottom: 30px!important;
    }

    .about-icon {
        margin: 0!important;
        width: 150%!important;
    }

    .first-section img {
        width: 50%;
    }

    .about-us-right-photo {
        text-align: center;
    }

    .about-section {
        padding: 0 30px 0 30px;
    }

    .about-image-block {
        text-align: center;
        margin-top: 0;
        width: 70%;
    }

    .about-icon-block {
        width: 90px;
    }

    .about-team-section.advisors .advisor-card img {
        margin: 0 auto !important;
    }

    .about-team-section.advisors .advisor-card .team-body {
        text-align: center !important;
    }

    .about-team-section.advisors .slick-slide {
        padding: 0 1rem;
    }

    /* .about-team-section.founders .text h2:after {
        content: "";
        position: absolute;
        bottom: 50px;
        width: 139px;
        height: 3px;
        left: 30%;
        background: #f98576;
        right: 50%;
    } */

    /* .about-team-section.advisors .text h2:after {
        content: "";
        position: absolute;
        bottom: 30px;
        width: 139px;
        height: 3px;
        left: 30%;
        background: #f98576;
        right: 50%;
    } */

    .request-demo {
        margin: 0 30px;
    }

    .org-solutions {
        margin: 50px 0;
    }

    .trusted-by {
        margin: 50px 0 100px 0;
    }

    .contact-bg {
        margin-bottom: 100px;
    }

    .article-center {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }

    .article-img {
        height: 11em!important;
    }

    #article-content img {
        width: 100%;
    }

    .search-input-box{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .teaser .landing-btn {
        margin: 0 auto!important;
        margin-top: 10px!important;
    }

    .board-members-cards {
        padding: 0 !important;
    }
}
