.vt_price_setting, .vt_price_section, .panel-group, .vt_price_section form, .vt_panel_collapse, .panel-heading, .vt_panel_group, .panel-default, .panel-collapse {
    float: left;
    width: 100%;
}
.vt_price_setting {
    padding: 70px 0 60px;
}
.panel-default > .panel-heading {
    border-radius: 0px;
    background-color: transparent;
    border-color: transparent;
    background-color: #f8f8f8;
    text-transform: capitalize;
    color: #252323;
}
.panel-group .panel {
    border-radius: 0px;
    border: 1px solid #ebebeb;
    box-shadow: none; 
}
.panel-group .panel + .panel {
    margin-top: 20px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ebebeb;
}
.panel-title a.collapsed:before, .panel-title a[aria-expanded="false"]:before, .panel-title a[aria-expanded="true"]:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    font-size: 20px;
	transform: none;-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;
}
.panel-title a[aria-expanded="true"]:before {
	content: "\f107";
    transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);
}
.panel-title a {
    position: relative;
    display: block;
}
/*================================ Upload page start ============================*/
.upload_video_page, .setting_page {
    padding: 70px 0;
}
.top_header {
    padding: 0 0 10px;
	margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.header_title {
    text-transform: uppercase;
    margin: 0;
    color: #f13435;
}
.video_label {
    width: 20%;
    text-transform: capitalize;
    font-weight: 500;
}
.form_element {
    width: 80%;
    height: auto;
	float: right;
}
.btn_element, .social_element {
    margin-bottom: 25px;
}
.upload_wrapper .form-control, .setting_wrapper .form-control, .vt_price_section .form-control {
    background-color: #f1f1f1;
    border: none;
}
.body_section .form-group {
    margin-bottom: 25px;
}
.video_container {
    margin-bottom: 25px;
}
.custom_video .form_element {
    padding: 30px;
    text-align: center;
    background-color: #f1f1f1;
}
.custom_video_wrapper {
	display: table;
    width: 200px;
    position: relative;
    text-align: center;
    border: 2px solid rgba(182, 182, 182, 0.35);
    border-style: dashed;
    border-radius: 5px;
}
.upload_video {
    width: 100%;
    height: 100%;
    line-height: 100px;
    position: absolute;
    opacity: 0;
    outline: none;
    box-shadow: none;
}
.upload_text {
    font-size: 17px;
    text-transform: capitalize;
    padding: 35px 20px;
}
.upload_text i {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
}
.upload_img {
    padding: 6px 15px;
    background-color: #f13435;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
	margin-right: 10px;
}
.upload_img i {
    padding-right: 10px;
}
.uploaded_img {
    width: 64px;
    max-height: 64px;
    border-radius: 3px;
}
.uploaded_img img {
    max-width: 100%;
    border-radius: inherit;
}
.upload_file {
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    outline: none;
    box-shadow: none;
}
.notification_text {
    margin: 2px 0 0;
}
.select_field {
    width: 100% !important;
}
.videolinkfrom .ms-select-all {
    display: none;
}
button.ms-choice:hover, button.ms-choice:focus, button.ms-choice:active {
    border-color: transparent;
}
.ms-choice {
    border-radius: 0px;
    box-shadow: none;
    background-color: #f2f2f1;
    outline: none;
    height: 40px;
    border: 1px solid #ebebeb;
}
.ms-drop.bottom {
    border-radius: 0px;
    background-color: #f3f3f1;
    border: 1px solid #ebebeb;
}
.ms-drop ul > li {
    border-bottom: 1px solid #ebebeb;
    padding: 2px 0;
}
.ms-drop input[type="checkbox"] {
    margin: 0 8px 0 0;
}
.ms-choice > span {
    bottom: 0;
    line-height: 40px;
}
.ms-drop ul > li:nth-last-child(2) {
    border: none;
}
.ms-choice > span.placeholder {
    color: #484848;
}
.ms-choice > div {
    top: 50%;
    margin-top: -12.5px;
}
.bottom_footer {
    padding: 10px 0;
    text-align: right;
    font-size: 16px;
}
.bottom_footer .video_btn {
    margin-left: 10px;
	vertical-align: middle;
}
.vt_price_section .vt_plan_disable .check_btn{
	margin:0;
}
.vt_price_section .vt_plan_disable .check_btn span, .vt_price_section .vt_plan_disable .check_btn input{
	display: inline-block;
    font-weight: initial;
	cursor:pointer;
}
.vt_price_section .vt_plan_disable .check_btn input{
	margin-right:0;
}
