@media screen and (max-width: 450px) and (min-width: 310px) {
    nav.mobile-navigation {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    header {
        display: none!important;
    }

    /* Icon 1 */

    .animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }

    .animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }

    .animated-icon1 span {
    background: #EE9922;
    }

    .animated-icon1 span:nth-child(1) {
    top: 0px;
    }

    .animated-icon1 span:nth-child(2) {
    top: 10px;
    }

    .animated-icon1 span:nth-child(3) {
    top: 20px;
    }

    .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }

    .navbar-light .navbar-toggler {
        border: none!important;
    }
    /*Mobile nav*/

    #hero-image {
        display: none;
    }

    #hero-content {
        padding: 25px!important;
        width: 100%;
        text-align: center;
    }

    #hero-section {
        height: 300px;
    }

    #hero-content h1 {
        font-weight: 500;
        font-size: 28px;
        margin-bottom: 13px;
    }

    #hero-content h4 {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 13px;
    }

    #hero-content p {
        font-size: 14px;
        margin-bottom: 18px;
    }

    a.btn-primary {
        font-weight: 500;
    }

    #about-us {
        padding: 0px 25px;
        background: url('../images/geometry-bg.png');
        background-color: rgba(206, 255, 211, 0.5);
        background-size: cover;        
    }

    #about-us h2 {
        padding: 25px 0px 14px 0px;
        font-size: 18px;
    }

    #about-us p {
        font-size: 14px;
    }

    #how-it-works {
        padding: 0px 25px!important;
        background-image: none;
        height: unset!important;
        margin-bottom: 25px;
    }

    #how-it-works h2 {
        padding: 25px 0px 14px 0px;
        font-size: 18px;
    }

    #how-it-works .steps {
        height: unset!important;
        margin-bottom: 25px;
    }

    .steps .steps-image-left, .steps .steps-image-right {
        display: none;
    }

    .steps .steps-content-right, .steps .steps-content-left {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }

    .steps h4 {
        font-size: 16px;
        color: #039B86;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .step-number {
        font-size: 12px;
        margin-bottom: 0px!important;
    }

    .steps p {
        font-size: 14px;
        margin-bottom: 10px!important;
    }

    .steps small {
        font-size: 12px;
        line-height: 1!important;
    }

    #partners {
        width: 100%;
        height: 550px!important;
        padding: 0px 25px 25px 25px;
    }

    #partners h2 {
        padding: 25px 0px 14px 0px;
        font-size: 18px;
    }

    .carousel-item.active {
        display: flex!important;
        flex-direction: column-reverse!important;
        align-items: center;
        float: unset!important;
        transition: 0s!important;
    }

    .client-image img {
        width: 300px!important;
    }

    .client-content {
        width: 100%!important;
        padding: 10px 0px 0px 0px;
        text-align: center;        
    }

    .client-content h4 {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .client-content p {
        margin-bottom: 13px;
        font-size: 14px;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 15%!important;
    }

    .carousel-control-next {
        right: -20px!important;
    }

    .carousel-control-prev {
        left: -20px!important;
    }

    #client-slider {
        height: unset!important;
    }

    .carousel-indicators {
        top: 450px!important;
    }

    #demo {
        padding: 0 25px;
    }

    #demo h2 {
        font-size: 18px;
        margin-bottom: 13px;
    }

    footer.web-footer {
        display: none;
    }

    footer.mobile-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px;
    }

    ul.footer-menu-mobile {
        list-style-type: none;
        text-align: center;
        margin-top: 13px;
    }

    ul.footer-menu-mobile li {
        margin-bottom: 5px;
    }

    ul.footer-menu-mobile li a {
        color: #4C5454!important;
        font-size: 14px;
        font-weight: 600;
    }

    ul.social-media-mobile {
        display: flex;
        flex-direction: row;
        list-style-type: none;
    }

    ul.social-media-mobile li {
        margin-right: 10px;
    }

    hr.horizontal-line {
        display: none;
    }
}    