.section-form .content2 {
    text-align: center
}

.map {
    padding-top: 50px
}

.section-form {
    padding: 80px 0
}

label {
    font-size: 14px;
    color: #f36039
}

.section-form .content2 .row {
    text-align: left
}

::-webkit-input-placeholder {
    font-size: 16px
}

.section-form .content2 h4 {
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #282828
}

.section-form .content2 h4 span {
    color: #f36039
}

.section-form .content2 p {
    font-size: 18px;
    color: #282828
}

.field {
    position: relative;
    padding: 20px
}

.section-form .content2 .label {
    position: absolute;
    pointer-events: none;
    transition: 0.2s ease all;
    font-size: 14px;
    color: #f36039;
    top: 5px;
    left: 15px;
    opacity: 1
}

.section-form .content2 form input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #999;
    color: gray;
    font-size: 14px
}

.section-form .content1 p {
    color: #fff;
    line-height: 20px;
    font-size: 18px;
    padding: 20px 0
}

.section-form .content1 h5 {
    font-size: 30px;
    font-weight: 800;
    color: #f36039;
    position: relative
}

.section-form .content1 h5::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    background: url(../../images/right.png) no-repeat;
    background-size: cover;
    width: 50%;
    height: 20px
}

.section-form .content1 h4 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 500
}

.section-form .content1 {
    background: #0b314c;
    padding: 20px;
    border-radius: 5px
}

.content-num {
    color: #fff;
    font-size: 17px
}

.section-form .content2 button {
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(90deg, #f25738, #f8873a);
    color: #fff;
    font-weight: 600;
    border: 1px solid #f25738;
    transition: .5s
}

.section-form .content2 button:hover {
    background: none;
    border: 1px solid #f25738;
    color: #f25738;
    font-weight: 600
}

form .error {
    border-bottom: 2px solid red !important;
}

@media (max-width:911px) {
    .section-form .content2 {
        text-align: left;
        margin: 10px 0 0 0
    }

    .section-form .content2 h4 {
        font-size: 30px
    }
}
