/* Mobile */
@media (max-width: 767px) {
    /* .navbar-light .navbar-toggler {
        color: #fff;
        border-color: transparent;
    }

    .navbar-toggler {
        padding: 0;
        font-size: 25px;
    }

    .navbar {
        padding: 1rem 0;
        position: relative;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #11162D;
        z-index: 999;
        text-align: center;
    } */

    .individual-product-header {
        height: 34vh!important;
        background-attachment: initial!important;
        margin-top: 0;
        background-position: bottom center;
    }

    .header-text {
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .gradient-overlay {
        background: transparent linear-gradient(180deg, #00000000 73%, #11162D 102%) 4% 4% no-repeat padding-box;
        z-index: 100;
        position: absolute;
        right: 0;
        left: 0;
        bottom: auto;
        height: 45vh;
        top: 0%;
    }

    .individual-product-header .row {
        height: 39vh;
    }

    .select2-search__field {
        height:25px!important;
    }

    .navbar-toggler {
        padding: 0;
        color: #fff!important;
        font-size: 30px;
        margin-top: 30%;
        margin-right: 0;
        float: right;
        border: none!important;
        outline: none!important;
    }

    .navbar-collapse {
        position: absolute;
        top: 120%;
        left: -310px;
        right: 0;
        min-width: 375px;
        background-color: #11162D;
        z-index: 9999999;
        text-align: center;
        padding-bottom: 10px;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 30%);
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .header-icons {
        display: inline-block;
    }

    .header-details a {
        font-size: 15px;
        line-height: 30px;
    }

    .h1, h1 {
        font-size: 40px;
    }

    .h2, h2 {
        font-size: 30px;
    }

    blockquote {
        margin: 0;
    }

    .home-about h2 {
        font-size: 35px;
    }

    .home-about p {
        font-size: 15px;
        line-height: 25px;
    }

    .home-quote h3 {
        font-size:25px;
    }

    .footer-contact-details {
        height: auto;
        padding-top: 5%;
    }

    .media-left, .media-right {
        clip-path: unset;
        padding: 80px 10%!important;
        margin-right: 0;
        min-height: auto;
    }

    .position-absolute-left {
        top: 20px;
    }

    .position-absolute-right {
        position: absolute;
        top: 54%;
        right: 0;
        width: auto;
        left: 0;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__rendered, .form-control {
        font-size: 15px;
    }

    .controls {
        list-style-type: none;
        position: absolute;
        top: 100%;
        left: 40%;
        right: 40%;
        width: auto;
    }

    .controls .next {
        margin-right: 0;
    }

    .controls .prev {
        margin-left: 0;
    }

    .footer-contact-details a {
        font-size: 20px;
        line-height: 20px;
    }

    .footer {
        padding: 40px 0;
    }

    .footer-contact-details i {
        font-size: 40px;
    }

    .footer p, .footer a {
        color: #fff;
        line-height: 30px;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {
    .h1, h1 {
        font-size: 40px;
    }

    .navbar {
        padding: 0;
        text-align: right;
    }

    .navbar-toggler {
        padding: 10px 0px 30px 0;
        color: #fff!important;
        font-size: 40px;
        margin-top: 0;
        margin-right: 0;
        float: right;
    }

    .navbar-collapse {
        position: absolute;
        top: 95%;
        left: -200px;
        right: 0;
        min-width: 240px;
        background-color: #11162D ;
        z-index: 9999;
        text-align: center;
        padding-bottom: 10px;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 30%);
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    blockquote {
        margin: 0;
    }

    .header .nav-item {
        line-height: 35px;
        color: #000;
    }

    .collapse:not(.show) {
        display: none!important;
    }

    .header-icons {
        display: inline-block;
    }

    .header-details a {
        font-size: 15px;
        line-height: 30px;
    }

    button:focus {
        outline: 1px dotted;
        outline: none;
    }

    .orange-block {
        min-height: 398px;
    }

    .home-about p {
        font-size: 18px;
        line-height: 25px;
    }

    .home-quote h3 {
        font-size: 30px;
    }

    .footer-contact-details a {
        font-size:20px;
        line-height: 20px;
    }

    .position-absolute-right {
        right: 5%;
    }

    .footer-contact-details i {
        font-size: 40px;
    }

    .media-right, .media-left {
        padding: 110px 20%!important;
    }

    .controls .prev {
        float: left;
        margin-left: -10px;
    }

    .controls .next {
        float: right;
        margin-right: -10px;
    }

    .individual-product-header {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: fixed;
    }

    .header-text {
        padding-left: 40px;
        padding-bottom: 10px;
    }

    .gradient-overlay {
        background: transparent linear-gradient(180deg, #00000000 62%, #11162D 102%) 4% 4% no-repeat padding-box;
        height: 44vh;
        top: 8%;
    }

    .individual-product-header .row {
        height: 40vh;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .h1, h1 {
        font-size: 40px;
    }

    .header .container {
        padding-left: 0;
    }

    .navbar-light .navbar-nav .nav-item {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 0px 0 5px 0;
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        font-size: 13px;
        padding: 0px 0 5px 0;
    }

    .navbar {
        padding: 0;
    }

    .orange-block {
        min-height: 390px;
    }

    .home-quote h3 {
        font-size: 40px;
    }

    .position-absolute-right {
        top:26%;
        right: 0%;
    }

    .position-absolute-left {
        top: 28%;
    }

    .controls .prev {
        margin-left: -20px;
    }

    .controls .next {
        margin-right: -20px;
    }

    .home-links .img-overlay .card-inner {
        padding: 26.5% 0;
    }

    blockquote {
        margin: 0;
    }

    .individual-product-header {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 90vh;
        background-attachment: fixed;
    }

    .gradient-overlay {
        height: 93vh;
        top: 8%;
    }
        
    .header-text {
        padding-left: 30px;
        padding-bottom: 20px;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {
    .home-quote h3 {
        font-size: 35px;
    }

    .position-absolute-right {
        top: 35%;
        right: 5%;
    }

    .position-absolute-left {
        top: 33%;
    }

    .controls .next {
        margin-right: -13px;
    }

    .controls .prev {
        margin-left: -13px;
    }

    blockquote {
        margin: 1.9rem 0rem;
    }   
    
    .header-text {
        padding-left: 40px;
    }

    .gradient-overlay {
        top: 15%;
        height: 88vh;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .position-absolute-right {
        top: 40%;
        right: 10%;
    }

    blockquote {
        margin: 1.9rem 0rem;
    }

    .individual-product-header {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-attachment: fixed;
    }
    
    .gradient-overlay {
        background: transparent linear-gradient(180deg, #00000000 71%, #11162D 102%) 4% 4% no-repeat padding-box;
        height: 96vh;
        top: 5%;
    }

    .individual-product-header .row {
        height: 87vh;
    }
}