.sidebar {
    width: 25%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    margin-top: 25px;
}
.field-wrapper-btn input[type=button] {
    background: #da2128 !Important;
}
.field-wrapper-btn input[type=button] {
    background: #da2128;
    border: none;
    color: #fff;
    width: 135px;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}
.field-wrapper-btn input[type=button] {
    padding: 5px 0!important;
    border-radius: 5px!important;
}
.full_content_sotc_area ul {
    list-style-type: disc;
    padding-left: 15px;
}
.full_content_sotc_area ul li {
    display: list-item;
    list-style-type: disc;
}
form#packageform {
    padding-bottom: 15px;
}
.form-wrapp {
    position: fixed;
    top: 11%;
    right: 8%;
    background: rgba(0, 0, 0, 0.6);
    padding: 24px 31px 0;
    color: #fff;
    z-index: 9;
}
.form-ttl {
    font-size: 14px;
    font-weight: 500;
}
.banner-ttl,
.form-ttl {
    text-transform: uppercase;
}
.field-wrapper {
    position: relative;
}
.placholder {
    bottom: 7px;
    position: absolute;
    transition: all ease 0.3s;
    color: #fff;
    opacity: 1;
}
.field-wrapper input,
.placholder {
    width: 100%;
    font-size: 14px;
}
div#formwrapper .field-wrapper input {
    padding: 21px 0 3px;
}
.field-wrapper input {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 29px 0 3px;
    color: #fff;
    position: relative;
}
.field-wrapper.last-child {
    margin: 20px 0 0;
}
.field-wrapper {
    position: relative;
}
div#formwrapper .field-wrapper.last-child .ibvt.checkbox-field {
    float: left;
}
.checkbox-field {
    width: 24px;
}
.ibvt {
    vertical-align: top;
}
.ibvt {
    display: inline-block;
}
.checkbox-wrapper {
    margin: 12px 0 0;
    vertical-align: top;
}
div#formwrapper .field-wrapper input {
    padding: 21px 0 3px;
}
.checkbox-wrapper input[type="checkbox"] {
    display: none;
}
.checkbox-wrapper input[type="checkbox"].checkbtn:checked + label {
    border: 2px solid #d2d2d2;
    margin: 0 10px 0 0;
    cursor: pointer;
    background: url(https://www.sotc.in/images/common_sprite.png) -377px -137px no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.checkbox-wrapper input[type="checkbox"] + label {
    border: 2px solid #d2d2d2;
    display: block;
    height: 15px;
    margin: 0 10px 0 0;
    width: 15px;
    cursor: pointer;
    background: 0 0;
    display: inline-block;
    width: 18px;
    height: 18px;
}
input[type="checkbox"].css-checkbox:checked + label {
    border: 2px solid #d2d2d2;
    display: block;
    height: 15px;
    margin: 0 10px 0 0;
    width: 15px;
    cursor: pointer;
    background: url(https://www.sotc.in/images/common_sprite.png) -376px -137px no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
}
