
#main{
    margin-top: 110px;
    background-color: rgba(255, 255, 255, 0);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 10px;
    background-size: cover;
    /*background-image: url("../img/main_bg.jpg");*/
}
.content{
    max-width: 1170px;
    margin: 0 auto;
}
.l-content{
    float: left;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 40px 2.4% 40px 3.3%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
}
.l-content .tips{
    background-color: rgba(255,243,205,0.95);
    color: #808080;
    border-color: #808080;
    border-width: 0px;
    padding: 25px 45px 25px 25px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Encode Sans";
    margin-bottom:46px;
}
.r-content{
    float: left;
    padding: 30px 1.5% 0px 2.9%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 50%;
    width: calc(50% - ( ( 4% ) * 0.5 ) );
}
.r-content .conditions{
    background-color: rgba(239,217,199,0.75);
    color: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.9);
    border-width: 0px;
    color: #000000;
    padding: 25px;
}
.gform_wrapper{
    margin: 16px 0 50px;
}
.gform_wrapper ul.gform_fields{
    padding: 0;
    list-style-type: none;
    font-family: "Encode Sans";
}
.gform_wrapper ul li.gfield{
    margin:16px 0;
    font-size: 16px;
    font-weight: 700;
    color: rgb(68, 68, 68);
}
.gform_wrapper .gfield_label{
    margin-bottom: 0;
}
.gform_wrapper .gfield_required{
    color: #790000;
    margin-left: 4px;
}
.ginput_container input{
    width: 100%;
    height: 38px;
    border-color: rgb(210, 210, 210);
    border-width: 1px;
    outline: none;
    margin-top: 8px;
}
.gform_wrapper .submit-btn{
    width: 100%;
    background-color: rgb(0, 44, 49);
    font-size: 16px;
    color: #ffffff;
    border: none;
    padding: 13px 28px;
}
.gform_wrapper .submit-btn:hover{
    background-color: rgb(144, 184, 48);
}
#ques{
    font-family: "Oswald";
    background-color: #efd9c7;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 86px;
}
#ques .row{
    width: 100%;
}
#ques .col-sm-3{
    padding: 0 2.5%;
}
#ques .questions{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#ques p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media(max-width: 767px){
    #main{
        margin-top: 0;
    }
    .l-content,.r-content{
        width: 100%;
    }
}
