.contactus_content{
    background-color: #EEEEEE;
    padding: 120px 0px;
}

.contactus-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #1D6758;
}


.input-feild{
    background: #FFFFFF;
    border-radius: 10px;
    height: 60px;
    border: none;
    width: 40%;
    padding:20px;
}
textarea:focus, input:focus{
    outline: 2px solid rgba(29, 103, 88, 0.6);
}
.input-feild::placeholder, .input-feild{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: left;
    text-transform: capitalize;
    color: #8C8B8B;
}
.input-feild{
    color:black;
    text-transform: none;
    border: 1px solid #d2d2d2;
}

#email_address , #phone_number{
    text-align: right;
}


#cmessage{
    height: 250px;
    width: 82%;
    resize: none;
}

.submit-btn{
    width:fit-content;
    height:fit-content;
    font-family: 'Poppins';
    font-style: normal;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #1D6758;
    border-radius: 10px;
    text-decoration: none;
    padding:10px 80px;
    margin-left: 100px;
}

@media screen and (max-width: 992px) {
    .contactus_content{
        padding: 80px 0px;
    }
    
    .contactus-title{
        font-size: 32px;
    }
    
    
    .input-feild{
        height: 55px;
        padding:16px;
    }
    
    .input-feild::placeholder, .input-feild{
        font-size: 20px;
    }
    #cmessage{
        height: 200px;
    }
    
    .submit-btn{
        font-size: 16px;
        line-height: 150%;
        padding:10px 40px;
        margin-left: 80px;
    }
}

@media screen and (max-width: 576px) {
    .contactus_content{
        padding: 60px 0px;
    }
    
    .contactus-title{
        font-size: 28px;
        margin-top: 40px;
    }
    
    
    .input-feild{
        height: 50px;
        padding:14px;
    }
    #phone_number , #email_address{
        width: 82%;
    }
    .input-feild::placeholder, .input-feild{
        font-size: 20px;
    }
    #cmessage{
        height: 200px;
    }
    
    .submit-btn{
        font-size: 16px;
        line-height: 150%;
        padding:10px 40px;
        margin-left: 40px;
    }
}