@media only screen and (min-width:993px) and (max-width: 1500px){
h1, .title, .parking-heading
{
    font-size: 40px !important;
    line-height: 1.2;
}
.heading{
    font-size: 40px;
}
.h2, h2 {
    font-size: 35px;
    line-height: 1.1;
}
h3, .heading3, .sub-title, .banner-content-description
{
font-size: 23px !important;
line-height: 35px;
}
.testimonials-wrapper .heading3 {
    font-size: 20px !important;
}
h4
{
font-size: 16px;
line-height: 26px; 
}
h5
{
font-size: 15px;
line-height: 24px; 
}
h6
{
font-size: 14px; 
}
}
@media only screen and (max-width:1200px){
    .header-row {
    padding: 10px 0 0;
}
        .page404 {
    background-image: none !important;
}
    .menu-full-wrapper .btn {
    background: var(--color--white);
    border: 2px solid var(--color--white);
    color: var(--color--purple);
}
    .menu-header {
        display: none;
    }

    .menu {
        top: 19px;
        position: static;
        right: 0;
        padding-right: 10px;
    }

    .main-header .text-white span {
        position: absolute;
        left: 0;
        right: 0;
        background: #02cbfe;
        top: 0;
        height: 35px;
        margin: 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 6px 0 0
    }
    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 30px;
        right: 0;
        left: 0;
        background: var(--color--purple);
        height: 2px;
        border-radius: 10px
    }
    .menu-button .menu-bar-top {
        top: 8px;
        width: 30px;
        height: 2px;
    }
    .menu-button:hover {
        cursor: pointer
    }
    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 8px;
        width: 30px;
        height: 2px;
    }
    .menu-button.button-open {
        z-index: 13;
        top: 0;
        right: 0;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0
    }
    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(8px,8px);
        transition: .5s;
        top: 10px;
        background: var(--color--white);
        opacity: 1;
        width: 28px;
        left: -1px
    }
    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px,-12px);
        transition: .5s;
        right: 0;
        background: var(--color--white);
        top: 37px;
        bottom: auto;
        width: 28px;
        height: 2px;
    }
    header.main-header {
        padding: 0px 0 0;
    }
    .sub-menu li ul.sub-menu {
        position: static
    }
    .search-row {
        position: inherit
    }
    body.nav-open-menu {
        position: fixed;
        overflow: hidden
    }
    .menu-button {
        height: 40px;
        width: 30px;
        position: relative;
        margin-left: 0;
        right: 0;
        top: 0px;
    }
    .menu-wrap {
        background-color: var(--color--purple);
        position: fixed !important;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center
    }
    ul.menu-top .hide-menu {
        display: block
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .menu-show {
        right: 0;
        max-width: 90%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 0%;
    }
    .menu-full-wrapper {
    position: absolute;
    top: 160px;
    width: 100%;
}
    .main-menu {
    width: 100%;
    display: flex !important;
    justify-content: end;
}
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(255,255,255,.2);
    }
       .menu-sidebar .menu-bar-wrapper li:last-child, .menu-sidebar .menu-bar-wrapper li.menu-item-has-children {
        border: none !important;
    }
    .menu-sidebar .menu-bar-wrapper li>a {
        color: #fff;
        padding: 15px 25px;
        position: relative;
        display: block;
        font-weight: 500;
        font-size: 15px;
    }
    .menu-sidebar .menu-bar-wrapper li>a:hover:after {
        opacity: 1
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover {
        color: #fff;
        width: 100%
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
        background-color: var(--color--darkgray);
    }
    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -10px
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin: 0
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow:after {
        color: #0e2743
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        background-color: #e93941;
        color: #fff;
        width: 100%
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 10px;
        top: 0;
        height: 47px;
        width: 44px;
        background-color: transparent
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: 0 0;
        position: relative;
        top: 0px !important;
        opacity: 1;
        visibility: visible;
        left: 0;
        box-shadow: none;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 60px;
        padding-top: 5px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px
    }
    .sidebar-menu-arrow:after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0;
        margin: auto;
        bottom: 0;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
        display: none
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 90px;
    }
    header .phonenumber .header-ph svg {
        top: 15px;
        width: 25px;
        height: 25px;
    }
    header .phonenumber {
        padding: 0 30px 0 20px;
        border: 0;
        margin-left: 0;
    }
    header .phonenumber h4, header .phonenumber a {
        font-size: 0px !important;
    }
    header .phonenumber .header-ph svg path {
        fill: var(--color--purple);
    }
    .header-left-col {
        width: 80%;
    }
    .header-right-col {
        width: 20%;
    }
}
@media only screen and (max-width: 992px)
{
    .heading {
    font-size: 35px;
}
h1, .title, .parking-heading {
    font-size: 40px;
    line-height: 1.1;
}
    #menu-footer-menu {
    display: flex;
    justify-content: flex-end;
}
#menu-footer-menu li {
    margin: 0 10px;
}
.copyright-text {
    padding-right: 20px;
    padding-left: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px)
{
.menu-button.button-open {
        right: -40px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1200px)
{
.menu-button.button-open {
        right: -50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px)
{
.page404 {
    background-size: cover !important;
}
}
@media only screen and (max-width: 767px)
{
    .footer-bottom > .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-logo-wrp img {
    max-width: 180px;
}
    .top-logo img {
 
    max-width: 140px;
}
    h1, .title, .parking-heading {
        font-size: 30px !important;
    }
    .footer-nav {
   column-count: 1;
}
    .section-image {
    width: 100%;
}
.small-image  .section-image  {
    margin: 0 auto;
}
    .services-section {
        background-color: #f2f8fc;
    }
    .component-contact-form-sec {
    background-color: #f6f4f0;
}
    .scrollup {
    bottom: 40px;
    right: calc((100vw - 75%) / 2);
}
.video-wrapper {
    position: inherit;
}
h3, .heading3 {
   font-size: 20px;
line-height: 30px;
}
}
@media only screen and (max-width: 360px)
{
    h1, .title {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1200px)
{

.banner-img-wrap  {
    height: 533px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.page404 .container:before {
    content: "";
    background: url(/wp-content/uploads/2024/10/green-star.svg) no-repeat;
    width: 240px;
    height: 256px;
    position: absolute;
    left: -110px;
    background-size: contain;
    top: -35px;
}
.page404 .container:after {
    content: "";
    background: url(/wp-content/uploads/2024/10/red-blob.svg) no-repeat;
    width: 200px;
    height: 220px;
    position: absolute;
    right: 0;
    background-size: contain;
    top: -12vh;
}

}