@media (max-width: 767px) {
    .navbar-toggler {
        padding: 0;
        font-size: 30px;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }

    .logo img {
        float: left;
        width: 60%;
    }

    .navbar-nav {
        display: block;
        padding: 15px;
    }
    
    .navbar {
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        box-shadow: 0px 8px 12px 0px #00000016;
        z-index: 9999;
    }

    .nav-item {
        padding: 5px 20px;
        display: block;
    }

    header .fixed-top {
        padding: 0;
    }

    /* Home page */
    .home-header {
        padding: 0;
        height: auto;
    }

    .home-header .card {
        min-height: 230px;
        height: auto;
        width: auto!important;
        margin: 30% 5% 0 5%;
        box-shadow: 0px 2px 7px -2px #000;
    }

    .carousel-inner {
        height: 350px;
    }

    .home-header .card .card-title {
        margin-bottom: .75rem;
        font-size: 1.5rem;
    }

    /* About page */
    .about .card p {
        font-size: 25px;
    }

    /* Product pages */
    #carousel-custom {
        margin: 20px 0;
        width: 100%;
    }

    /* FAQs */
    .accordion .card-header.active p {
        color: #28A5B4!important;
        font-size: 20px!important;
        font-weight: 600;
    }

    /* Modals */
    .close {
        font-size: 25px;
    }

    .modal {
        padding-right: 0!important;
    }

    .modal-content {
        border: none;
        border-radius: 0;
        outline: 0;
    }

    .modal-body .card-img {
        width: 100%;
    }

    .modal-body {
        padding: 0 2rem 2rem 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo img {
        float: left;
        width: 130px;
        text-align: left;
    }

    .navbar-toggler {
        padding: 0;
        font-size: 30px;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        text-align: right;
    }

    .navbar-nav {
        display: block;
        padding: 15px;
    }
    
    .navbar {
        background-color: #fff;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        box-shadow: 0px 8px 12px 0px #00000016;
        width: 250px;
    }

    .nav-item {
        padding: 5px 20px;
        display: block;
    }

    .home-header {
        min-height: auto;
        padding: 0;
    }

    .home-header .card {
        min-height: 230px;
        height: auto;
        width: 25rem!important;
        margin-top: 4%;
    }

    .about .card p {
        font-size: 30px;
    }

    .modal-body {
        padding: 0 2rem 2rem;
    }

    .modal-body .card-img {
        width: 100%;
    }

    .modal-title {
        margin-bottom: 0;
        line-height: 35px;
        vertical-align: middle;
        font-size: 30px;
    }

    /* FAQs */
    .accordion .card-header.active p {
        color: #28A5B4!important;
        font-size: 20px!important;
        font-weight: 600;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo img {
        width: 15%;
        margin-bottom: 10px;
    }

    .about .card p {
        font-size: 25px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .carousel-indicators {
        max-height: none;
        list-style: none;
        overflow: auto;
        margin-bottom: 0;
    }

    .carousel-indicators li {
        width: 230px;
        height: auto;
        border-top: 0px solid transparent;
        margin-bottom: 5px;
    }

    .home-header .card {
        background-color: #fff;
        min-height: 240px;
        height: auto;
        width: 25rem!important;
        margin-top: 7%;
    }

    /* FAQs */
    .accordion .card-header.active p {
        color: #28A5B4!important;
        font-size: 20px!important;
        font-weight: 600;
    }

    .accordion {
        padding: 30px 0;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .logo img {
        width: 50%;
    }

    .home-header .card {
        margin-top: 14%;
        min-height: 240px;
        height: auto;
        width: 27rem!important;
    }

    .carousel-indicators {
        max-height: none;
        overflow: auto;
        margin-bottom: 0;
    }

    .carousel-indicators li {
        width: 270px;
        height: auto;
        border-top: 0px solid transparent;
        margin-bottom: 10px;
        float: right;
    }

    /* FAQs */
    .accordion .card-header.active p {
        color: #28A5B4!important;
        font-size: 20px!important;
        font-weight: 600;
    }
}