/*-------------------[768px]------------------*/
@media only screen and ( max-width:980px ) {

.col-xs-4 {
    width: 100% !important;
}

#registration-form-tpl label {
    float: none !important;
}
.leftsidebar {
    background: none repeat scroll 0 0 #333333;
    border-radius: 5px;
    color: #FF0000;
    float: left;
    padding: 9px 10px;
    width: 100%;
}
.panel.dashboard {
    border: 1px solid #CCCCCC;
    margin: 20px 0 0 0px;
    width: 100%;
   overflow-x: auto;
}
#paypal_form {
    width: 100%;
}
.pay_Stripe {
    background-image: url("https://cultureevolution.com/wp-content/themes/jupiter-child/images/payment_images.png");
    float: left;
    font-size: 0;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 10px;
}
}

/*-------------------[480px]------------------*/
@media only screen and ( max-width:767px ) {

.col-xs-4 {
    width: 100% !important;
}
#registration-form-tpl label {
    float: none !important;
}
.leftsidebar {
    background: none repeat scroll 0 0 #333333;
    border-radius: 5px;
    color: #FF0000;
    float: left;
    padding: 9px 10px;
    width: 100%;
}
.panel.dashboard {
    border: 1px solid #CCCCCC;
    margin: 20 0 0 0px;
    width: 100%;
   overflow-x: auto;
}
#paypal_form {
    width: 100%;
}
.pay_Stripe {
    background-image: url("https://cultureevolution.com/wp-content/themes/jupiter-child/images/payment_images.png");
    float: left;
    font-size: 0;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 10px;
}
}

/*-------------------[320px]------------------*/

@media only screen and ( max-width:479px ) {

.question_list .q_section label {
    width: 100% !important;
}

.col-xs-4 {
    width: 100%;
}
.leftsidebar {
    background: none repeat scroll 0 0 #333333;
    border-radius: 5px;
    color: #FF0000;
    float: left;
    padding: 9px 10px;
    width: 100%;
}
.panel.dashboard {
    border: 1px solid #CCCCCC;
    margin: 20 0 0 0px;
    width: 100%;
    overflow-x: auto;
}
#paypal_form {
    width: 100%;
}
.pay_Stripe {
    background-image: url("https://cultureevolution.com/wp-content/themes/jupiter-child/images/payment_images.png");
    float: left;
    font-size: 0;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 10px;
}
}