.service01-contactform{
    max-width: 770px;
}
.service01-contactform .form-group{
    margin-bottom: 22px;
}
.service01-contactform .form-group .form-control{
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #003366;
    padding: 8px 0;
    color: #232323;
    font-size: 14px;
    height: 40px;
}
.service01-contactform .form-group textarea.form-control{
    height: auto;
    resize: none;
}
.service01-contactform .sv01-btn-holder{
    margin-top: 8px;
}
.service01-contactform .service01-orange-btn{
    height: 48px;
    min-width: 190px;
}
.service01-contactdetail h5{
    font-size: 15px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 18px;
}
.service01-contactdetail address{
    font-size: 14px;
    color: #232323;
    margin-bottom: 18px;
}
.service01-cotbox{
    display: flex;
    flex-direction: column;
}
.service01-cotbox .service01-cotitem{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.service01-cotbox .service01-cotitem figure{
    margin-right: 13px;
    width: 44px;
}
.service01-cotbox .service01-cotitem figure img{
    display: block;
    max-width: 100%;
}
.service01-cotbox .service01-cotitem .service01-cotbody span{
    font-size: 16px;
    color: #232323;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 500;
}
.service01-cotbox .service01-cotitem .service01-cotbody a{
    font-size: 14px;
    color: #232323;
}
.service01-contactmap{
    width: 100%;
    height: 620px;
}
.service01-contactmap iframe{
    width: 100%;
    height: 100%;
}

@media (max-width: 767px){
    .service01-contactdetail .service01-cotbox{
        margin-top: 25px;
    }
    .service01-contactdetail address br{
        display: none;
    }
    .service01-contactdetail{
        margin-top: 35px;
    }
    .service01-contactdetail h5{
        margin-bottom: 5px;
    }
    .service01-contactmap{
        height: 400px;
    }
}