
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.border {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
.contact-heading {
        display: block;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    width: 76px;
}
.border_sty{
        border-bottom: 2px solid #339be3;
        width: 34%;
        border-bottom-style: double;
        padding-bottom: 9px;
        color: #277ec3;
        border-bottom-width: 6px;
    }
    .padd-bottandtop{
        padding-bottom: 28px;
        padding-top: 27px;
    }
    .text-feedbk{
        color: #339be3;
        font-size: 27px;
    }
    .text-details{
        color: #339be3;
        font-size: 27px;
    }
    .border_style{
        border: 1.5px solid #339be3;
        padding: 14px;
        border-radius: 9px;
        box-shadow: 5px 3px 24px #c2d8e2;
    }
/* End Contatc Css */