
.contact iframe{
    width: 100%;
}
.form-control{
    border-radius: 0px;
}
.contact-form p{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.contact-form{
    margin-top: 10px;
}
.panel-footer .btn{
    margin-top: 10px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.detail{
    margin-top: 50px;
}

@media(max-width:768px){
    .detail{
        margin-top:0px;
    }
}