/* .contact {
    padding: 60px 0;
} */

.contact-box-tp h4 {
    font-size: 24px;
    font-weight: bold;
}

.contact-box {
    margin-bottom: 30px;
    text-align: center;
    justify-items: center;
    align-items: center;
}

.contact-icon  {
    height: 70px;
    width: 70px;
    font-size: 20px;
    color: #0070ab;
    background-color: #ffffff;
    margin-right: 30px;
    box-shadow: 0px 1px 8px 0 rgb(173, 173, 173);
    border-radius: 50%;
    display: flex;               /* Use flexbox */
    justify-content: center;     /* Center horizontally */
    align-items: center;         /* Center vertically */
    text-align: center; 

}

.contact-content h6{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.contact-content p {
    font-size: 14px;
    color: #969696;
    text-align: left;
}

.contact-box .contact-content a {
    color: #3498db;
}

.contact-form h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    /* margin-bottom: 25px; */
}

.contact-form button {
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #2980b9;
}

.social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-link ul li {
    display: inline-block;
    margin-right: 10px;
}

.social-link ul li a {
    font-size: 24px;
    color: #333;
    padding: 5px;
}
.social-link ul li a img{
    background-color: #0070ab;
    border-radius: 50%;
    width: 40px;
}

.social-link ul li a:hover {
    color: #3498db;
}

@media (max-width: 768px) {
    .contact-form input, .contact-form textarea {
        font-size: 16px;
    }

    .contact-box .contact-content h6 {
        font-size: 16px;
    }

    .social-link ul {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .contact-box-tp h4 {
        font-size: 20px;
    }

    .contact-form h4 {
        font-size: 20px;
    }

    .contact-form input, .contact-form textarea {
        font-size: 14px;
    }
}

.oh_sec{
    display: flex;
    line-height: 14px;
}

