body {
    font-family: 'Roboto', sans-serif;
    background-color: rgb(228 228 228 / 85%);
}

.bordered {
    border: solid 1px red;
}

a {
    text-transform: none;
    text-decoration: none;
    color: #007bff;
}

nav {
    background-color: #fff;
}

.fixed-top {
    border-bottom: solid 1px #ede8e8;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .145) !important;
    z-index: 99999 !important;
}

h1.header {
    font-size: 2em;
    font-weight: 700;
}

h2.header {
    font-size: 1.8em;
    font-weight: 900;
}

.top-wrap {
    border-bottom: solid 1px #ede8e8;
    font-size: 0.85em;
}

.top-wrap ul {
    padding: 0;
    margin: 0;
}

.top-wrap li {
    padding: 5px 0;
    margin-right: 20px;
}

.top-wrap span:first-child {
    margin-right: 10px;
}

.top-wrap address {
    margin: 0;

}

a.logo {
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #dedede;
}

.logo img {
    max-height: 55px;
}

.top-main-links {
    align-items: center;
    padding: 0;
    margin: 0;
}

.top-main-links {
    padding: 0 0 5px 0;
    margin: 0;
}

.navbar-nav li a:hover {
    color: #07437c;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    color: #000;
    font-weight: 500;
}


main {
    margin-top: 96px;
}

.hero-image {
    background-image: url('ac-picture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.hero-text {
    position: relative;
    height: 450px;
}

.hero-text .hero-text-wrap {
    position: absolute;
    bottom: 75px;
    left: 10px;
    width: 35%;
    color: #fff;
}

.hero-text-label {
    border-radius: 4px 4px 0 0;
    background-color: #21409bf0;
    padding: 15px;
}

.hero-text h1 {
    font-size: 1.55em;
    font-weight: 700;
}

.hero-text-contact {
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    background-color: #e96106f0;
}

.hero-text-contact a {
    font-size: 1.35em;
    font-weight: 900;
    color: #fff;
}

/* Homepage Promo Box */
.promo-box-home {
    margin: 25px -10px;
}

.promo-box-home div {
    width: 32%;
    padding: 5px 20px;
    margin: 10px;
    background-color: #fff;
}

.promo-box-home .promo-img {
    width: 15%;
    padding: 0;
    margin: 0;
}

.promo-box-home .promo-img img {
    font-size: 3em;
    color: #007bff;
    width: 100%;
    margin-top: 10px;
}

.promo-box-home .promo-content {
    flex: 1;
}

.promo-box-home strong {
    font-size: 1em;
    font-weight: 900;
}

.promo-box-home p {
    margin-top: 10px;
    color: #9a9393;
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0;
}


/* Homepage Promo Box Ends Here*/

.home-ac-box {
    justify-items: center;
    justify-content: center;
}

.home-ac-box h2 {
    font-size: 1.24em;
    font-weight: 900;
}

.home-ac-box .ac-type {
    width: 35%;
    margin: 10px;
}

.ac-rent-items .h {
    font-size: 1em;
    font-weight: 700;
    ;
}

.service-box {
    padding: 20px;
    border-right: dashed 1px #d0d0d0;
}

.service-box h2 {
    font-size: 1.4em;
    font-weight: 900;
}

.qna {
    border-bottom: dashed 1px #d0d0d0;
    padding: 12px 0 0;
}


.qna:last-child {
    border: none;
}

.qna h3 {
    font-size: 1.3em;
    margin: 0;
    padding: 0;

}

.features-list li i {
    color: #1e40a5;
    margin-right: 10px;
}

footer {
    background-color: rgba(248, 244, 244, 0.589);
    border-top: dashed 1px #d0d0d0;
}

footer li a {
    font-weight: 700;
}

footer h3 {
    font-size: 1.25em;
    font-weight: 700;
}

footer .col-md-3 {
    border-right: dashed 1px #d0d0d0;
}

.bold {
    font-weight: 700;
    ;
}

.cta-wrap {
    position: fixed;
    right: 0;
    top: 55%;
}

.cta-wrap li a {
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 1em;
    font-weight: 700;
}

.cta-wrap li.call {
    background-color: #21409b;
    border-radius: 5px 0 0 0;
}

.cta-wrap li.wa {
    background-color: #0dc143;
    border-radius: 0 0 0 5px;
}

@media only screen and (max-width: 768px) {

    .hero-image {

        height: 360px;
    }

    .hero-text .hero-text-wrap {
        width: 50%;
    }

    .hero-text {
        position: relative;
        height: 360px;
    }

    .hero-text .hero-text-wrap {

        bottom: 30px;

    }

    .hero-text h1 {
        font-size: 1em;
    }

    .hero-text-contact a {
        font-size: 1em;

    }

    .promo-box-home {
        flex-direction: column;
    }

    .promo-box-home div {
        width: 95%;
    }

    .promo-box-home .rounded {

        padding: 5px;

    }

    h2.header {
        margin-top: 30px;
        font-size: 1.5em;
    }


    .a-full-width a {
        width: 100%;
        margin-bottom: 10px;
    }


    .home-ac-box {
        justify-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .home-ac-box h2 {
        font-size: 1.25em;
    }

    .home-ac-box .ac-type {
        width: 95%;
        margin: 10px;
    }

    .services-home {
        flex-direction: column;
    }

    .service-box {
        border: none
    }


    h1 {
        margin-top: 20px;
        ;
    }

    .top-wrap {
        background: #21409b;
        color: #fff !important;
        font-size: 0.75em;
    }

    .top-wrap li:first-child {
        width: 65%;
    }

    .top-wrap li:last-child {
        width: 35%;
        margin: 0;
        text-align: right;
        justify-content: end
    }

    .top-wrap li a {
        color: #fff !important;
    }

    footer .col-md-3 {
        border-top: dashed 1px #d0d0d0;
        padding: 20px
    }

    .cta-wrap {
        position: fixed;
        right: 0;
        bottom: 0% !important;
        top:auto;
        left: 0; 
    }

    .cta-wrap ul{
        display: flex;
        margin:0;
    }

    .cta-wrap li{
        flex:1;
        text-align:center;
    }

    .cta-wrap li.call{

        border-radius: 0;
    }

    .cta-wrap li.wa{

        border-radius: 0;
    }

}