


.content {

}

.inner-content {
    padding: 68px 0 120px 0;
}


.title {
    padding-bottom: 52px;
}

.title span {
    border-left: 3px solid #122a88;
    font-size: 24px;
    padding-left: 16px;
    color: #122a88;
}

.text{
    font-size: 16px;
    color: #313131;
    margin-bottom: 40px;
}
.text h5{
font-weight: 400;
    font-size: 16px;
}
.text p {
    text-indent: 2rem;
    margin-bottom: 0;
    line-height: 26px;
}

.input-box input{
    padding: 10px 0 10px 24px;
    border: 1px solid #dcdcdc;
    width: 100%;
    margin-bottom: 20px;
}


.btns{    margin-top: 20px;}
.btns button{
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    background: #ebebeb;
    text-align: center;
    cursor: pointer;
}

.btns #submit{ background: #ed0000; color: #fff;margin-right: 50px}


input::-webkit-input-placeholder{
    color: #666;
    font-size: 16px;
}
input:-moz-placeholder{
    color: #666;
    font-size: 16px;
}
input::-moz-placeholder{
    color: #666;
    font-size: 16px;
}
input:-ms-input-placeholder{
    color: #666;
    font-size: 16px;
}




@media screen and (max-width: 991px) { }

@media screen and (max-width: 768px) {
    .container{
        width: 100%;
    }
    .inner-content {
        padding: 40px 0 60px 0;
    }
    .title {
        padding-bottom: 20px;
    }
    .btns {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .inner-content {
        padding: 40px 0 40px 0;
    }
    .title span {
        font-size: 20px;
    }
    input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    input:-moz-placeholder,.textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    input::-moz-placeholder,.textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    input:-ms-input-placeholder,.textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px) {
    .inner-content {
        padding: 20px 0 30px 0;
    }
    .title {
        padding-bottom: 10px;
    }
    .title span {
        font-size: 16px;
    }
    .text h5 {
        font-size: 12px;
    }
    .text p {
        line-height: 22px;
        font-size: 12px;
    }
    .input-box input {
        padding: 10px;
        margin-bottom: 10px;
    }
    .btns button {
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .btns #submit {
        margin-right: 6px;
    }

}