:root {
    color: #202536;
    color: #FF0000;
    color: #EFEFEF;
    color: #22273700;
}

/* Mobile */
@media (max-width: 330px){
    .book-skip-bg .box {
        width: 100%!important;
        font-size: 18px!important;
    }
}
@media (max-width: 767px){
    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 25px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .mobi-login {
        display: block;
        text-align: center;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #FF0000;
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #fff;
    }

    .header-socials i {
        line-height: normal;
    }

    .navbar-toggler {
        padding: 0 20px;
        /* font-size: 40px; */
        line-height: 1;
        color: #fff;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .navbar-toggler i {
        color: #fff;
        font-size: 30px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar {
        padding: 10px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 0 15px 20px;
    }

    .header .nav-item {
        display: inline-flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .header .navbar-nav .nav-item .nav-link {
        padding-bottom: 0px;
        border-bottom: transparent;
        line-height: normal;
        padding-top: 0;
        font-size: 20px;
    }

    .btn-primary {
        padding: 10px 20px;
    }

    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 93%;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        padding: 0;
        color: #000;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: 1;
        transition: opacity .15s ease;
    }

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color:#000;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

    /* Home */
    .home-header .row {
        height: 400px;
        padding-bottom: 10%;
    }

    .featured-skips .card {
        padding: 10px;
    }

    .home-rentals p {
        font-size: 15px;
    }

    .book-skip-bg .box {
        width: 90%;
        font-size: 20px;
    }

    .book-skip-bg {
        height: 30vh;
        margin-right:0;
    }

    .gallery, .book-a-skip, .contact, .contact-header, .about, .book-a-skip, .blogs, .cart, .dashboard {
        padding: 10% 0;
    }

    .contact-header {
        text-align: center!important;
    }

    /* about */
    .about img {
        margin-bottom: 20px;
    }

    /* Blog */
    .blog-header .row {
        height: 200px;
    }

    /* contact */
    .contact-header br {
        display: none;
    }

    .contact-details a, .contact-details p {
        line-height: 35px;
    }

    #map {
        height: 400px;
        width: 100%;
    }

    /* Book */
    .book-a-skip h1 {
        font-size: 35px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .input-group-text i {
        display: none!important;
    }

    .input-group-text {
        padding: 0px 0.5rem;
    }

    /* Cart */
    /* hide table headings */
    .table-responsive table thead {
        display: none;
    }

    /* treat rows like divs */
    .table-responsive table tr {
        display: block;
        border-bottom: 0;
        margin-top: 5px;
        border-top: 0;
        vertical-align: top !important;
        border-color: transparent;
    }

    
    /* treat columns like divs */
    .table-responsive table td {
        display: flex;
        justify-content: flex-start !important;
        align-items: start !important;
        border-bottom: 0;
        text-align: left !important;
        width: 100%;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .table-responsive table td>a {
        text-align: start;
        font-weight: 400;
    }

    .table-responsive table td>a>i {
        color: #000;
        font-size: 20px;
    }
    
    /* this part is ugly, but necessary to show label on left */
    .table-responsive table td:before {
        content: attr(data-label);
        font-weight: 700;
        display: block;
        width: 100%;
        text-align: left;
        float: left;
        padding-bottom: 10px;
        z-index: 999;
        position: relative;
    }

    .table-responsive table td>img {
        width: 40% !important;
        text-align: center;
        margin: 10px 0;
        /* display: none !important; */
    }

    .mobi-delete {
        position: absolute;
        right: 0px;
        top: 0;
        text-align: end;
    }

    .mobi-delete a {
        font-size: 25px;
        line-height: 20px;
    }

    .qty-down, .qty-up {
        top: 7px;
    }

    .skip-page-qty .qty-down, .skip-page-qty .qty-up {
        top: -2px;
    }

    .custom-checkbox label {
        vertical-align: top;
        width: 89%;
    }

    .custom-checkbox img {
        width: 23%;
    }

    .login {
        padding: 21% 0% 25%;
    }

    .login-card a {
        font-size: 14px;
    }

    .cart {
        min-height: 69vh;
    }

    .booking-details-prod-img img {
        width: 150px;
    }

    /* footer */
    footer {
        text-align: center;
    }

    footer img {
        width: 60%;
        height: auto;
        margin: 10px 0;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px){
    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 25px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    p, li, a {
        font-size: 15px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
        width: 40%;
        background-color: #FF0000;
    }

    .navbar-collapse a, .navbar-collapse i {
        color: #fff;
    }

    .header-socials i {
        line-height: normal;
    }

    .navbar-toggler {
        padding: 0 20px;
        /* font-size: 40px; */
        line-height: 1;
        color: #fff;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .navbar-toggler i {
        color: #fff;
        font-size: 30px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    .navbar {
        padding: 10px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 0 15px 20px;
    }

    .header .nav-item {
        display: inline-flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .header .navbar-nav .nav-item .nav-link {
        padding-bottom: 0px;
        border-bottom: transparent;
        line-height: normal;
        padding-top: 0;
        font-size: 20px;
    }

    .btn-primary {
        padding: 10px 30px;
    }

    /* Home */
    .book-skip-bg {
        margin-right: -3%;
    }

    .home-header .row {
        height: 400px;
        padding-bottom: 10%;
    }

    .featured-skips .card {
        border: 1px solid #EFEFEF;
        padding: 10px;
    }

    .featured-skips h5 {
        font-size: 17px;
    }

    .book-skip-bg .box {
        font-size: 17px;
        padding: 15px;
        width: 80%;
    }

    .input-group-text i {
        display: none!important;
    }

    .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
        width: 100%!important;
    }

    .about2 img {
        display: none;
    }
    .about2 .card {
        max-width: 50%;
    }

    #map {
        height: 400px;
        width: 100%;
    }

    .about-header .row, .blog-header .row {
        height: 300px;
    }

    .custom-checkbox img {
        width: 10%;
    }

    .login {
        padding: 20% 0% 30%;
    }

    /* Footer */
    .footer {
        text-align: center;
    }

    footer img {
        width: 30%;
        height: auto;
        margin: 20px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .btn-primary {
        padding: 10px 20px;
    }

    .logo img {
        width: 80%;
    }

    .navbar-nav {
        width: 100%;
    }

    .header .nav-item, .header-socials i {
        padding-left:13px;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }

    .home-header .row {
        height: 500px;
    }

    .card-body h3 {
        font-size: 18px;
    }

    .book-skip-bg {
        margin-right: -9%;
    }

    .input-group-text i {
        display: none!important;
    }

    .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
        width: 100%!important;
    }

    .footer img {
        width: 80%;
        height: auto;
    }

    #map {
        height: 400px;
        width: 100%;
    }

    .blog-header .row {
        height: 300px;
    }

    .custom-checkbox img {
        width: 10%;
    }

    .login {
        padding: 14% 0% 18%;
    }

    label {
        font-size: 15px;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px){
    .logo img {
        width: 60%;
    }

    .navbar-nav {
        width: 100%;
    }

    .home-header .row {
        height: 600px;
    }

    .book-skip-bg {
        margin-right: -12%;
    }

    .footer p,  .footer a {
        font-size: 15px;
    }

    .input-group-text i {
        display: none!important;
    }

    .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
        width: 100%!important;
    }

    .about-header {
        padding: 0 10%;
    }

    .contact-header br {
        display: none;
    }

    .contact-details a, .contact-details p {
        font-size: 16px;
    }

    #map {
        height: 400px;
        width: 100%;
    }

    .login {
        padding: 8% 0% 18%;
    }

    .card-body h3 {
        font-size: 20px;
    }

}

/* 14” HD Laptop */
@media (min-width: 1391px) and (max-width: 1500px){
    .book-skip-bg {
        margin-right: -12%;
        height: 54vh;
    }

    .about-header {
        padding: 0 15%;
    }

    label {
        font-size: 15px;
    }

    .login {
        padding: 8% 0% 10%;
    }

    /* .input-group-text i {
        display: block!important;
    }

    .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
        width: auto!important;
    } */
}
