.about-us-detail .row, .about-us-section .row {
    align-items: center;
}
.product-benefits-info img{
    width:80px;
    margin-bottom: 20px;
}
.about-us-section-img{
    margin-bottom: 20px;
}
.about-us-section-img img{
    max-width: 100%;
}


.contact-us-form input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-weight: 300;
    font-size: 15px;
}
.contact-us-form textarea{
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-weight: 300;
    font-size: 15px;
    resize:none;
    height: 100px;
}
.contact-us-form input:focus, .contact-us-form textarea:focus{
    outline: none;
}
.contact-us-form button{
    background-color: #000;
    padding: 7px 10px;
    width:100%;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.contact-details-address h5 {
    text-transform: uppercase;
    font-size: 16px;
}
.contact-details-address a, .office-location-details a{
    color: #000;
}
.contact-details-address ul li a{
    margin-right:15px;
}
.contact-details-address ul li:last-child a{
    margin-right: 0;
}
.office-location-details{
    background-color: #f2f2f2;
    text-align: center;
}
.office-location-content h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.office-icon svg{
    height: 40px;
    width: 40px;
}

@media(max-width:767px){
    .contact-us-form form{
        margin-bottom: 20px;
    }
}

.thanku-section {
    align-items: center;
    flex-direction: column;
}

.thanks-content {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

    .thanks-content h2 {
        font-weight: 400;
    }

    .thanks-content span {
        font-size: 15px;
    }

.thanku-cta-btn a {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 20px;
    border: 1px solid transparent;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

    .thanku-cta-btn a.thanks-order-details-btn {
        margin-right: 20px;
    }

.thanku-cta-btn .thanks-order-details-btn {
    background-color: #000;
    color: #fff;
}

.thanku-cta-btn .shopping-btn {
    border: 1px solid #000;
}
/*----shipping-benefit----*/
.shipping-benefits-detail img {
    margin-right: 10px;
}

.home-shipping-section {
    background-color: #f2f2f2;
}

@media(max-width:767px) {
    .thanks-content {
        width: 100%;
    }

    .thanku-cta-btn a {
        margin-bottom: 20px;
        display: block;
    }

        .thanku-cta-btn a.thanks-order-details-btn {
            margin-right: auto;
        }

    .shipping-benefits-detail img {
        margin: 0 auto 5px;
        display: block;
    }

    .shipping-benefits-detail {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .thanks-content {
        width: 80%;
    }
}

