/* Mobile */
@media (max-width: 767px) {
    .btn-primary {
        padding: 15px 10px!important;
        min-width: 170px;
    }

     .logo {
        width: 50%;
     }

     .navbar-collapse {
        position: absolute;
        top: 100%;
        background-color: #fff;
        z-index: 99999999;
        width: 100%;
        left: 0;
        right: 0;
        padding: 10px;
        text-align: center;
    }

    .navbar-nav .nav-link {
        padding: 10px 0!important;
    }

    .navbar-light .navbar-toggler {
        color: #1C425B;
        border-color: transparent;
        outline: none;
        padding-right: 0;
    }

    .navbar-light .navbar-toggler i {
        font-size: 25px;
    }
    
    .header-top {
        padding: 5px 0;
    }
    
    .header-top a {
        font-size: 14px;
    }

    .carousel-caption {
        top: 10%;
        left: 13%;
        right: 2%;
    }   
    
    .home-header .carousel-caption {
        top: 10%;
        left: 13%;
        right: 13%;
    }

    .home-header h2 {
        font-size: 27px!important;
    }

    .home-header h1 {
        font-size: 1rem!important;
    }

    .home-header .carousel-item, .contact-header .card {
        min-height: 240px;
    }

    .carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        width: 13%;
        font-size: 25px;
    }
    
    .home-hofer .home-logo {
        width: 45%;
    }

    .home-wego .home-logo {
        width: 70%;
    }

    .over-orange-bg {
        position: absolute;
        top: 10%;
        left: 10%;
        right: 10%;
        bottom: 0;
        margin: auto;
    }

    .over-orange-bg .h3 {
        font-size: 1.3rem!important;
        line-height: 30px;
    }

    .home-orange-section .orange-bg {
        position: relative;
        min-height: 290px;
        min-width: auto;
        padding: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .purpose h2 {
        line-height: 40px;
        font-size: 20px!important;
    }

    .learn-more h2 {
        font-size: 30px!important;
    }

    .about-header .carousel-caption {
        top: 0;
        left: 5%;
        right: 2%;
    }

    .about-us2 .card {
        max-width: none;
        background-color: transparent;
        margin: 5% 0%;
        background-color: #F5FAFE;
    }

    .about-us2 .card h2 {
        font-size: 30px!important;
    }

    .about-us2 .l-blue-bg {
        display: none;
    }

    iframe {
        height: 300px;
        width: 100%;
    }

    .hofer-header .carousel-caption {
        top: 0%;
        left: 3%;
        right: 30%;
        padding-top: 10px;
    }

    .hofer-header .carousel-item {
        min-height: 240px;
        background-position: right -210px center;
    }

    .product-slide .customize-tools .controls .next {
        right: 5px;
    }

    .product-slide .customize-tools .controls .prev {
        left: 5px;
    }

    .modal-body {
        padding: 1rem 2rem;
        max-height: 500px;
        overflow: auto;
    }

    .contact-page h2 {
        font-size: 30px!important;
    }

    .contact-page a, .contact-page dt, .contact-page dd, .contact-page a {
        font-size: 15px;
    }

    /* Footer */
    .footer-links a {
        padding-right: 20px;
        font-size: 15px;
        line-height: 35px;
    }

    .footer-bottom p, .footer-bottom a {
        font-size: 15px;
        font-weight: 300;
        line-height: 30px;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-light .navbar-toggler {
        color: #1C425B;
        border-color: transparent;
    }

    .logo {
        width: 30%;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        background-color: #fff;
        z-index: 99999999;
        width: 100%;
        left: 0;
        right: 0;
        padding: 10px;
        text-align: center;
    }

    .navbar-nav .nav-link {
        padding: 10px 0!important;
    }

    .navbar-light .navbar-toggler {
        color: #1C425B;
        border-color: transparent;
        padding: 0;
        outline: none;
    }

    .navbar-light .navbar-toggler i {
        font-size: 30px;
        outline: none;
    }

    .carousel-item, .contact-header .card {
        min-height: 350px;
    }

    .carousel-caption {
        top: 13%;
        left: 10%;
        right: 30%;
    }
    /* Home page */
    .home-header h2 {
        font-size: 45px!important;
    }

    .carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        width: 7%;
        color: #fff;
        font-size: 30px;
    }

    .home-orange-section .orange-bg {
        position: relative;
        min-height: 480px;
        min-width: 430px;
        padding: 40px;
        margin-left: -12%;
    }

    .home-orange-section h2 {
        line-height: 30px;
        font-size: 1.5rem!important;
    }

    .home-orange-section p {
        line-height: 25px;
    }

    .home-logo {
        width: 20%;
    }

    .over-orange-bg {
        position: absolute;
        top: 18%;
        left: 15%;
        right: 7%;
        bottom: 0;
        margin: auto;
    }

    .purpose h2 {
        line-height: 40px;
        font-size: 30px!important;
    }

    .learn-more h2 {
        font-size: 30px!important;
    }

    .home-hofer, .home-wego {
        padding: 5% 10%;
    }

    .about-header h2 {
        font-size: 35px!important;
    }

    .about-us2 .card {
        max-width: none;
        margin: 5% 10%;
        background-color: #F5FAFE;
    }

    .about-us2 .card-body {
        padding: 40px;
    }

    .about-us2 .l-blue-bg {
        display: none;
    }

    .hofer-header img {
        width: 30%;
    }

    .hofer-header h1 {
        font-size: 25px!important;
    }

    .hofer-header .carousel-caption {
        top: 0;
        left: 5%;
        right: 50%;
    }

    .hofer-header .carousel-item {
        background-position: left center;
    }

    iframe {
        height: 600px;
    }

    .contact-page h2 {
        font-size: 30px!important;
    }

    /* Footer */
    .footer-links a {
        padding-right: 20px;
        font-size: 15px;
    }

    .footer-bottom p, .footer-bottom a {
        font-size: 14px;
    }

    .footer-bottom span {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-link {
        padding: 0 17px!important;
        font-size: 15px;
    }

    .logo img {
        width: 70%;
        height: auto;
    }

    .carousel-item, .contact-header .card {
        min-height: 400px;
    }

    .carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        width: 7%;
        font-size: 30px;
    }

    .home-header .carousel-caption {
        top: 15%;
        right: 40%;
    }

    .home-header h2 {
        font-size: 45px!important;
    }

    .over-orange-bg {
        top: 20%;
        left: 20%;
        right: 10%;
    }

    .home-orange-section h2 {
        line-height: 35px;
        font-size: 1.6rem!important;
    }

    .home-orange-section p {
        line-height: 25px;
    }

    .purpose h2 {
        line-height: 50px;
        font-size: 35px!important;
    }

    .home-hofer .home-wego {
        padding: 0px 3% 0 5%;
    }

    .home-hofer .home-logo {
        width: 45%;
    }

    .home-wego .home-logo {
        width: 60%;
    }

    .home-header h2 {
        font-size: 35px!important;
    }

    .about-us2 .card {
        max-width: 350px;
        margin: 5% 0 5% 10%;
    }

    .about-us2 .card h2 {
        font-size: 35px!important;
    }

    .home-header .carousel-caption {
        top: 15%;
        right: 40%;
    }

    .hofer-header h1 {
        font-size: 30px!important;
    }

    .hofer-header .carousel-item {
        background-position: left center;
    }

    .hofer-header .carousel-caption {
        top: 0%;
        right: 40%;
        left: 3%;
    }

    .hofer-header img {
        width: 35%;
    }

    iframe {
        height: 800px;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {
    .logo img {
        width: 60%;
    }

    .home-header .carousel-item, .contact-header .card {
        min-height: 500px;
    }

    .home-header h2 {
        font-size: 45px!important;
    }

    .home-header .carousel-caption {
        top: 20%;
    }

    .over-orange-bg {
        position: absolute;
        top: 25%;
        left: 20%;
        right: 10%;
        bottom: 15%;
        margin: auto;
    }

    .home-orange-section h2 {
        line-height: 40px;
        font-size: 1.5rem!important;
    }

    .home-hofer {
        padding: 0 0 0 5%;
    }

    .home-hofer .home-logo {
        width: 30%;
    }

    .home-wego {
        padding: 0 5% 0 0%;
    }

    .home-wego .home-logo {
        width: 50%;
    }

    .about-header h2 {
        font-size: 35px!important;
    }

    .about-header .carousel-caption {
        top: 25%;
    }

    .about-us2 .card {
        max-width: 480px;
        margin: 5% 15%;
    }

    .hofer-header .carousel-caption {
        top: 0%;
    }

    .hofer-header h1 {
        font-size: 28px!important;
    }
}

/* 14” HD Laptop */
@media (min-width: 1391px) and (max-width: 1600px), (min-height: 300px) and (max-height: 650px) and (orientation: landscape){
    .carousel-item {
        min-height: 500px;
    }
}

@media (min-width: 1440px) and (max-width: 1600px) {
    .over-orange-bg {
        left: 10%!important;
    }

    .home-hofer {
        padding: 0 0 0 10%!important;
    }

    .home-wego {
        padding: 0 10% 0 0%!important;
    }

    .home-orange-section h2 {
        line-height: 50px!important;
        font-size: 2rem!important;
    }

    .over-orange-bg {
        left: 10%!important;
        top: 19%!important;
    }

    .home-hofer .home-logo {
        width: 40%!important;
    }

    .hofer-header .carousel-caption {
        right: 55%!important;
        left: 3%;
        top: 3%;
    }
}