@media screen and (min-width: 768px) {
    #header-flex-items-lhs-ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        list-style-type: none;
        margin: 0 0 0 0;
        padding-left: 7px;
    }

    #header-flex-items-lhs-ul > li:not(:last-of-type) {
        margin-right: 15px;
    }

    .wrap > .container {
        padding: 190px 15px 20px;
    }

    .carousel-home-slide {
        width: 100%;
        height: 100vh;
    }

    #home-carousel-1 {
        background: url('/images/home/carousel/carousel-01.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-2 {
        background: url('/images/home/carousel/carousel-02.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-3 {
        background: url('/images/home/carousel/carousel-03.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-4 {
        background: url('/images/home/carousel/carousel-04.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-5 {
        background: url('/images/home/carousel/carousel-05.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-6 {
        background: url('/images/home/carousel/carousel-06.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #home-carousel-7 {
        background: url('/images/home/carousel/carousel-07.jpg') center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home-carousel-caption {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        height: 100vh;
    }

    .home-carousel-caption > div {
        padding: 30px 150px 50px 50px;
        background: rgba(49, 135, 200, 0.70);
    }

    #why-choose-home-flex-ul {
        display: flex;
        max-width: 870px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        list-style-type: none;
        margin: 30px auto 30px auto;
        padding: 0;
    }

    #why-choose-home-flex-ul > li {
        width: calc((100% / 3) - 20px);
        padding: 20px 20px;
        margin: 0 20px 20px 0;
        border: 1px solid #3187c8;
        list-style-type: none;
    }

    #home-parallax-flex h3 {
        font-size: 80px;
        line-height: 80px;
    }

    #home-parallax-flex p {
        font-size: 30px;
    }

    #home-parallax-flex {
        background: url('/images/home/parallax/parallax-01.jpg') center center fixed no-repeat;
        background-size: cover;
    }

    #footer-row1-div > div:first-of-type {
        border-right: 1px solid #ffffff;
        margin-bottom: 15px;
    }

    #home-main-points-flex-div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-self: center;
    }

    #home-main-points-flex-div > div {
        width: calc(100% / 3);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 15px;
    }

    #home-main-points-flex-div i {
        font-size: 50px;
    }

    div#header-top-bar {
        padding: 15px 20px;
    }

    #header-top-bar a {
        color: #ffffff;
        font-weight: bold;
        font-size: 20px;
    }

    #header-top-bar-img-logo {
        display: none;
    }

    #navbar-fixed-top-blue-bar-div {
        width: 100%;
    }
}
