body {
    font-size: 16px;
}
.banner{
    width: 100%;
}

.contact__header{
    display: flex;
    height: 45px;
    align-items: center;

    text-indent: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #002b5c;
}

.contact-content__item-list-wrpper{
    display: flex;
    border-bottom: 1px solid #ccc;
}
.contact-content__item-list{
    width: 300px;
    /*margin-top: 20px;*/
    padding: 20px 10px;
}

.contact-content__item-list:not(:first-child) {
    margin-left: 50px;
}

.item-content{
    margin-top: 10px;
    line-height: 1.5;
}

.item-sub-title {
    color: #696969;
}

.blue{
    color: #2d78b4!important;
}

.form-header {
    border-bottom: 1px dotted #ccc;
}

.form-header__title{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.form-container {
    margin-top: 20px;
}
.form-header__intro{
    margin-bottom: 10px;
}

.form-item {
    padding: 10px;
}
.form-container label{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn{
    padding:6px 12px;
    border-radius: 5px;
    border:1px solid #cccccc;
    width: 45%;
}

.require:after{
    content: '*';
    color: red;
    margin-left: 5px;
}

.message{
    height: 120px;
    width: 100%;
}

.submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;

    color: #fff;
    background: #0b405b;
}

.country-flag{
    margin-left: 5px;
}

.error{
    padding-top: 5px;
    font-weight: normal;
    color: red;
    font-size: 12px;
}
