﻿.contact-form input {
    width: 49%;
    border: 1px solid #ddd7d7;
    height: 45px;
    padding: 10px;
    border-radius: 8px;
}

.orangebutton {
    border: 1px solid #dad2d2;
    color: #fff;
    padding: 6px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    background-color: #ec691e;
    cursor: pointer;
    width:100px;
}


.contact-form textarea {
    border: 1px solid #ddd7d7;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
}

.tabstyle {
    padding: 10px;
    background: transparent;
    border: 1px solid #12688b;
    border-radius: 6px;
    width: 280px;
    color: #01296f;
    text-decoration: none;
    font-size: 15px;
}

    .tabstyle:hover {
        background-color: rgb(216, 216, 255);
    }

    @media (max-width:1296px) {
        .contact-form {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width:596px) {
    .contact-form input {
        width: 100%;
    }

    .contactus-input {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .contact-form textarea {
        width: 100%;
    }
}
