body{
font-family: 'Conv_District Pro Light',Sans-Serif;}
.bg{
background-image:url('http://www.goodness.world/assets/img/goodness_bg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:left bottom;
background-size:40%;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
text-align:center;
margin-left:25%;
margin-top:35px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 65%;
height: 50%;

}

.video-container1 {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
text-align:center;
margin-left:10%;
margin-top:35px;
}
 
.video-container1 iframe,
.video-container1 object,
.video-container1 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}
.pform{
margin-top:8%;
font-size:18px;
}
.form-required {
    margin-left: 5px;
    color: #fff !important;

}
a:hover, a:focus, a:visited {
    color: #23527c;
    text-decoration: none !important;
outline:0px;
}
.button-form{
background-image: url('http://www.goodness.world/assets/img/goodness_button.jpg');    background-repeat: no-repeat;    width: 200px;    height: auto;    line-height: 50px;    font-size: 18px;    color: #58595b;background-size:100%;}

.form-pagebreak-back, .form-pagebreak-next, .qq-upload-button, .form-submit-button, .form-submit-reset, .form-submit-print {
    border: 0px solid #ccc !important;
    padding: 6px 12px !important;
    color: #666 !important;
    text-shadow: 0 0px #fff !important;
    cursor: pointer !important;
    -moz-border-radius: 3px 3px !important;
    -webkit-border-radius: 3px 3px !important;
    border-radius: 3px 3px !important;
    -moz-box-shadow: 0 0px #fff inset, 0 0px #ddd !important;
    -webkit-box-shadow: 0 0px #fff inset, 0 0px #ddd !important;
    box-shadow: 0 0px #fff inset, 0 0px #ddd !important;
    background: #fff !important;
    background: -moz-linear-gradient(top, #fff 0%, #eeeeee 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff)) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%) !important;
    background: -o-linear-gradient(top, #fff 0%,#fff 100%) !important;
    background: -ms-linear-gradient(top, #fff 0%,#fff 100%) !important;
    background: linear-gradient(top, #fff 0%,#fff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ) !important;
}

@media only screen and (max-width: 479px) {
      .bg {
        background:none;
       }
.pform{
margin-top:20%;
font-size:18px;
}
.form-buttons-wrapper button {
    width: 56% !important;

}
.button-form{
    background-image: url('http://www.goodness.world/assets/img/goodness_button.jpg');
    background-repeat: no-repeat;
    width: 160px;
    height: auto;
    line-height: 40px;
    font-size: 18px;
    color: #58595b;
    background-size: 100%;
}
}


@media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape)
566a91c….css:541
.form-buttons-wrapper button {
    width: 56% !important;
}
.button-form{
    background-image: url('http://www.goodness.world/assets/img/goodness_button.jpg');
    background-repeat: no-repeat;
    width: 160px;
    height: auto;
    line-height: 40px;
    font-size: 18px;
    color: #58595b;
    background-size: 100%;
}}