#contact-us .content .office .card{
    background: #DFEDF4;
    border: 0px;
}
#contact-us .content .office .card p{
    font-size: 16px;
}

.form-group{
    width: 100%;
}

.sendmsg{
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); */

.g-1{
    gap: 32px;
}

.g-2{
    gap: 16px;
}


#location .content .location{
    display: flex;
    align-items: center;
    padding: 16px;
}

#location .content .location img{
    height: 200px;
    border-radius: 16px;
}
@media(max-width:991px){
    #location .content .location img{
        margin-bottom: 16px;
    }
}

@media(max-width:400px){
    .namephone{

        display:flex;
        flex-direction: column;
    }

    .form-group{

        padding-left: 17%;
        padding-right: 17%;
    }

    .captchaimg{

        padding-left: 17%;
        padding-right: 17%;
    }

    .sendmsg{

        padding-left: 17%;
        padding-right: 17%;
    }
}


.label {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: rgba(67, 67, 67, 0.96);
}
