.border-btn {
    border-radius: 0;
}
#map {
    height: 550px;
    width: 100%;
    margin-top: 50px;
    /* Adds space above the map */
}

@media (max-width: 767px) {
    #map {
    height: 400px;
    }
}

.marker {
    background-size: cover;
    width: 100px;
    height: auto;
}

.header-text-3 {
    font-size: 16px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .mobile-font-size {
    font-size: 22px;
    }
}

@media (max-width: 768px) {
    .button-font-size {
    font-size: 15px !important;
    }
}

.custom-flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-flex-row div.col-md-3 {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.custom-flex-row div.col-md-3 p {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.bg-alt, .section-light-border {background:#F3F3F3;border-top:1px solid #ccc; border-bottom:1px solid #ccc;}


@media only screen and (max-width: 768px) {
    .pt-sm-30 {
        padding-top: 30px;
    }
    .pb-sm-30 {
        padding-bottom: 30px;
    }
}
.about-heading-title {
    padding-top: 44px;
}
@media only screen and (min-width: 768px) {
    .about-heading-title {
        padding-top: 0;
    }
}
/* Added this Css for the testimonial images to shown image height 100% */
.absolute-testimonial-image {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .absolute-testimonial-image {
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
    }

    .absolute-testimonial-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .testimonial-section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mb-width {
        width: 100%;
    }

    .mb-width .lp-inline {
        flex-direction: column;
        justify-content: center;
    }

    .mb-width .lp-inline .lp-icon-container {
        margin-bottom: 10px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 576px) {
    .faq-accordian .custom-flex-row div.col-md-3 {
        flex-direction: row;
        margin-bottom: 12px;
    }
    .faq-accordian .custom-flex-row div.col-md-3.no-margin-mobile {
        margin-top: 0;
    }
    

}