.whatapp_header_btn .w_icon {
    margin-right: -12px;
    position: relative;
    margin-top: 4px;
}

.whatapp_header_btn .whatsapp-inquire-sm-btn {
    display: flex;
}

.whatsapp-inq-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.sprite {
    display: inline-block;
    background-image: url("../Images/sprite.png");
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    border-radius: 20px;
}

.w_contact {
    padding: 4px 15px;
    border: 1px solid #009900;
    border-radius: 32px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    color: wheat;
}

@media (max-width: 768px) {
    .whatsapp-inq-icon {
        width: 32px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
    }

    .w_contact {
        background-color: black;
    }
}

/* Style the container */

/* Floating column for labels: 25% width */
.col-25 {
    width: 81px;
    margin-top: 6px !important;
}

/* Floating column for inputs: 75% width */
.col-75 {
    width: 180px;
    margin-top: 6px !important;
}

.col-100 {
    width: 306px;
    text-align: center;    
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    color: green;
    border: dashed;
}

.row {
    color: green;
    border: dashed;
    padding-top: 1px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, .col-100 {
        width: 100%;
        margin-top: 0;
    }
}
