.event-enquiry h3 {
    text-align: center;
    color: #00b9ff;
    border-bottom: 1px solid #ececec !important;
    padding: 20px 0 20px 0px;
}

.form-new label {
    font-size: 15px;
    margin: 20px 0 11px 0px;
    padding: 0px;
    color: #747474;
    font-family: "Open Sans",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: bold;
    display: block;
}
.left-event h4::after {
    content: ' ';
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    border-color: #00b9ff;
    position: absolute;
    bottom: -1px;
}

.form-new input{

    padding: .857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    border: 0;
    font-family: "Open Sans",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;

}
.form-new span {
    color: #00b9ff;
}

label.blank {
    color: #ffffff;
}
.left-event h4 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    padding: 20px 0 0 0px;
    padding-bottom: .4em;
    position: relative;
    margin-bottom: 1.36em;
    border-bottom: 1px solid #dadada;
}
input.form-control {
    margin-bottom: 23px;
}
.form-new select {
    padding: .857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    font-size: 16px;
    border: 0;
    font-family: "Open Sans",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    margin-bottom: 31px;
    border-color: #ddd;

}
.form-new textarea {
    padding: .857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
.product-left img {
    width: 100%;
}
.form-control.file-use {
    border: none;
}
.right-bar {
    background: #f5f5f5;
    padding: 20px;
    overflow: hidden;
}
.right-bar h5 {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 0px 0 20px 0px;
    padding: 0px 0 10px 0px;
}
.product-right h6 {
    font-size: 12px;
    margin: 0px 0 0 0px;
    padding: 0px;
}
.product-right p {
    font-size: 12px;
    margin: 0px;
    padding: 7px 0px 0px;
    line-height: 15px;
}
.product-left {
    float: left;
    width: 20%;
    margin: 0 10px 0 0px;
}
.product-right {
    float: left;
    margin-bottom:30px;
}
.submit {
    clear: both;
    border-top: 3px solid #ddd;
    margin: 0px;
    padding: 30px 0 0 0px;
}
.submit a {
    font-size: 1.387em;
    width: 100%;
    font-weight: 700;
    white-space: pre-wrap;
    border-radius: 1.571em;
    padding: 1.036em 2.134em;
    border-width: 0;
    display: inline-block;
    transition: all .2s ease-in-out;
    font-family: "Open Sans",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    color: #fff;
    background-color: #ff9800 !important;
        text-align: center;
}
@media screen and ( device-width: 1024px ) {
	.form-new label {
    font-size: 13px;
}
}

@media (min-width: 768px) and (max-width:991px) {

	.submit a {
    font-size: 13px;
    }
    label.blank {
    color: #ffffff;
    DISPLAY: NONE;
}
    .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}
@media (max-width: 767px) {

	.form-new label {
    font-size: 15px;
    margin: 10px 0 1px 0px;
}
.form-new select {
    margin-bottom:20px;
}
label.blank {
    color: #ffffff;
    DISPLAY: NONE;
}
}

