@media only screen and (min-width: 768px) and (max-width: 990px){
    .pagenames{
        text-align: center;
        padding: 8px 0px 8px 0px !important;
    }  
}
@media only screen and (min-width: 200px) and (max-width: 767px){

    .pagenames{

    text-align: center;
    padding: 8px 0px 8px 0px !important;
    } 
    .submitbtn,.submitbtn:hover{
        width: 50% !important;
    height: 40px !important;
    }

}
.pagenames{
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: black !important;
    padding: 8px 0px 8px 45px !important;
}

.box{
    border-radius: 7px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgb(0 0 0 / 14%);
    padding: 40px 20px;
}
.contactbg{
    background-color: #F5F5F5;
}
.submitbtn,.submitbtn:hover{
    width: 30%;
    border: none;
    height: 50px;
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #F9F9F9;
    background: #5D5E60;
    border-radius: 50px;
}
.btndiv{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.get-into-touch{
    font-family: 'InterLight';
    font-style: normal;
    color: #5D5E60;
    width: 100%;
    font-size: 2.25rem;
    font-weight: 400;
    align-items: center;
    display: flex;
    justify-content: center;
}
.contactus{
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    color: #5D5E60;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px 0px 20px;
}