h1,
.hd-1 {
    font-size: clamp(3rem, 9.5vw, 5.8125rem);
}

.mobile_nav {
    font-weight: 600;
    position: absolute;
    top: 25%;
    right: 0;
}

.drop_down_menu {
    display: none;
    background-color: #364554;
    width: 100%;
    float: left;
    color: white;
    font-size: 18px;
    position: fixed;
    z-index: 9999;
    top: 0%;
}

.menu_expand {
    margin-top: 10rem;
}

p,
h1,
h2,
h3,
h4,
h5 {
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

p,
ul {
    font-size: 18px;
    line-height: 1.9;
}

h5,
.hd-5 {
    font-size: 2.9rem;
}

h2,
.hd-2 {
    font-size: 5rem;
}

h3,
.hd-3 {
    font-size: 4rem;
}

h4,
.hd-4 {
    font-size: 3rem;
}

.spacemaker_para h2,
.hd-2 {
    font-size: 3rem;
}

.mobileResMain {
    min-height: 220px;
}

.mot_footer li {
    font-size: 15px;
}

.footer-heading1 {
    font-size: 3rem;
}

.footer-address {
    font-size: 15px;
}

.header a {
    font-size: 18px !important;
}

.header_statement p {
    font-size: 24px;
}

.accordion_head {
    font-size: 20px !important;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-2 {
    margin-top: 2rem;
}

.take_a_tour {
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

@media (min-width: 1024px) {
    .tile {
        min-height: 415px !important;
    }
}

.testimonials {
    font-size: 30px !important;
}

.font-5 {
    font-size: 5rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.footer-address {
    margin-top: 1rem;
}

.ml-2 {
    margin-left: 2rem;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {

    .footer-heading1 {
        font-size: 2.6rem;
    }

    .footer-address {
        font-size: 14px;
    }

    .sixth-part-heading {
        font-size: 2.3rem !important;
        line-height: 1em !important;
    }

    .content {
        padding: 5rem;
    }

    .our-story-heading {
        font-size: 45px !important;
    }

    .tile {
        min-height: 490px !important;
    }

    .mobileResMain {
        min-height: 270px;
    }

    .band {
        margin-right: 0rem !important;
    }
}

@media only screen and (min-width: 1024px) {
    .mh-90 {
        min-height: 90px;
    }
}


@media only screen and (max-width: 640px) {

    .mt-2-xs {
        margin-top: 2rem;
    }

    .main_view {
        padding-top: 0px !important;
        margin-top: 100px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer-heading {
        font-size: 20px;
    }

    h2,
    .hd-2 {
        font-size: 3rem !important;
    }

    .font-5 {
        font-size: 3rem !important;
    }

    .spacemaker_para {
        padding: 10px !important;
    }

    .spacemaker_img {
        padding: 10px !important;
    }

    h3,
    .hd-3 {
        font-size: 2.5rem;
    }

    img {
        max-width: 100%;
        height: auto;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .mot_footer img {
        width: revert-layer !important;
    }

    .img-responsive-xs {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    #mobile-only {
        margin-top: 2rem;
    }

    .mot_login_heading {
        display: none;
    }

    .logo_div .logo {
        float: none;
    }

    .logo_div img {
        margin: auto;
        display: block;
    }

    #copyright {
        float: none;
        text-align: center;
    }

}

.pr-1 {
    padding-right: 1rem;
}

.pl-1 {
    padding-left: 1rem;
}

ul li p,
ul li {
    line-height: 1.4 !important;
}

#copyright {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
}

.home-banner-text {
    width: 70%;
    margin: auto;
    float: none !important;
}

.listing-1 li {
    line-height: 2 !important;
}

.text-white {
    color: #FFFFFF;
}

.text-red {
    color: #c01717 !important;
}

.gap-1 {
    gap: 1rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-blue {
    color: #2f99d3 !important;
}