.service02-contactform{
    max-width: 770px;
}
.service02-contactform .form-group{
    margin-bottom: 33px;
}
.service02-contactform .form-group .form-control{
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    height: 48px;
    background-color: transparent;
}
.service02-contactform .form-group textarea.form-control{
    height: auto;
    resize: none;
}
.service02-contactform .form-group .form-control::placeholder{
    color: #fff;
}
.service02-contactform .sv02-btn-holder{
    margin-top: 8px;
}
.service02-contactform .service02-light-btn{
    height: 48px;
    min-width: 200px;
    text-align: center;    
}
.service02-contactform .service02-light-btn span{
    margin-left: auto;
}
.service02-cotbox{
    display: flex;
    flex-direction: column;
}
.service02-cotbox .service02-cotitem{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.service02-cotbox .service02-cotitem figure{
    margin-right: 13px;
    width: 44px;
}
.service02-cotbox .service02-cotitem figure img{
    display: block;
    max-width: 100%;
}
.service02-cotbox .service02-cotitem .service02-cotbody span{
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 500;
}
.service02-cotbox .service02-cotitem .service02-cotbody a{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.service02-contactmap{
    width: 100%;
    height: 620px;
}
.service02-contactmap iframe{
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}

@media (max-width: 991px){
    .service02-contactmap{
        height: 500px;
    }
}
@media (max-width: 575px){
    .service02-contactform .service02-light-btn{
        height: 34px;
        min-width: 150px;
    }
    .service02-contactmap{
        height: 440px;
    }
}