.webbanner{
    padding: 15px 0;
}
.webh1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}
.webh1{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.2;
}
.webh2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
    margin-top: 30px;
}
.bluelist li {
    background: url(../img/blue-arrow-right.svg) no-repeat 2px 7px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.leftbar {
    margin-right: 50px;
}
.webform{
    margin-top: 50px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px #C3C3C3;
}
.webform .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.webform .form-group{
    margin-bottom: 15px;
}
.webform .form-control {
    padding: .75rem 0;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #E9ECEF;
    border-radius: 0;
}
.note {
    font-size: 14px;
    font-style: italic;
    color: #6B6B6B;
}
.webform .btn {
    background: linear-gradient(90deg, rgba(8, 56, 248, 1) 0%, rgba(173, 0, 255, 1) 100%);
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    width: 100%;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.webform .btn:hover {
    background: linear-gradient(-90deg, rgba(8, 56, 248, 1) 0%, rgba(173, 0, 255, 1) 100%);
}

@media (max-width:991px) {
    .rightbar{
        margin-bottom: 50px;
    }
    .webh1 {
        font-size: 32px;
    }
    .leftbar {
        margin-right: 0;
    }
}