.w-60 {
    width: 80px;
}

.color-blue {
    color: var(--blue-color);
}

.blue-hr {
    border-top: 2px solid var(--blue-color);
}

.mb-30 {
    margin-bottom: 30px;
}


/* Services */

#service-boxes .card {
    background-color: var(--light-gray-color);
    border: none;
    padding: 1.5rem;
}

#service-boxes .service-detail {
    height: 190px;
}

#service-boxes h4 {
    margin-bottom: 1.5rem;
}

#service-boxes ul {
    list-style-position: outside;
}

#service-boxes ul li {
    margin-bottom: .8rem;
}

#service-boxes .unstyled-list {
    padding-left: 3.7rem;
    list-style: none;
}

#service-boxes .contact-us-form {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 452px) {
    #service-boxes .card {
        padding: 1rem;
    }
    #service-boxes .service-detail {
        height: 250px;
    }
    #service-boxes .unstyled-list {
        padding-left: 0rem;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.blue-hr {
    border-top: 2px solid var(--blue-color);
}

.orange-hr {
    margin-top: 0.7rem;
    border-top: 1px solid #f68e1f;
}

.black-hr {
    border-top: 1px solid #000;
}

.list-heading-image {
    height: 3.5rem;
    position: relative;
    top: -15px;
}

#service-boxes .location-icon,
#service-boxes .mobile-icon {
    width: 2rem;
}

#service-boxes .email-icon {
    width: 1.7rem;
    margin-left: .2rem;
}

.btn-contact {
    background: var(--orange-color);
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    font-size: .9em;
    font-weight: bold;
}

.btn-contact:hover {
    background: var(--blue-color);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .service-detail h4 {
        font-size: 16px;
    }
    .service-detail li {
        font-size: 12px;
    }
    #service-boxes .location-icon,
    #service-boxes .mobile-icon {
        width: 1.8rem;
    }
    #service-boxes .email-icon {
        width: 1.5rem;
        margin-left: .2rem;
    }
}

@media only screen and (max-width: 455px) {
    section#service h2 {
        font-size: 1.5rem;
    }
    .list-heading {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }
    .list-heading-image {
        height: 4.5rem !important;
        padding-right: 0px !important;
    }
    .list-heading h4 {
        font-size: .8rem;
    }
    .unstyled-list {
        padding-left: 0px !important;
    }
    .btn-contact {
        font-size: .8em;
    }
}

@media only screen and (max-width: 392px) {
    section#service h2 {
        font-size: 1rem;
    }
    section#service .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}