/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 1200px) {
    .page-template-page-home .container {
        max-width: 1218px !important;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .navbar-brand img {
        height: 7vh !important;
    }
    a.navbar-brand {
        width: 78%;
    }
    .header-intro {
        bottom: 4%;
        width: 70%;
        right: 10%;
    }
    .header-intro h2 {
        width: 100%;
    }
    .header-bg-height {
        height: 420px
    }
    .carousel-text {
        width: 45%;
        left: 50%;
        top: 38%;
    }
    .mqs-social-container {
        width: 10%;
    }
    .service-details {
        font-size: 11px
    }
    .partner-logo {
        max-width: 33.333%;
        margin: 0 auto;
        margin-bottom: 1em;
    }
    .terms-icon {
        text-align: center;
    }
    footer p {
        text-align: left;
    }
    .page-template-page-thank-you .mqs-social-container, .page-template-page-booking .mqs-social-container {
        background-color: #2b2b2b;
    }
    span.notes {
        width: 100%;
        display: block;
    }
    .booking-form .w-50 {
        width: 75% !important
    }
}
/* global */

a.nav-link {
    color: #000;
}
/*
.page-title {
  color: #000;
}
*/