.live_body h2, .live_body h3{
	color: black;
}
.live_body p, .live_body li{
	font-size: 17px;
}

.live_bg{
	background-image: url('/livestream/img/bnanner_new.jpg'),linear-gradient(45deg, #00000061, #00000042);;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: overlay;
	position: relative;
}

.live_bg .live_inside_container{
	padding: 60px 0;
}
.live_bg h1{
	text-align: center;
	color: white;
	font-size: 50px;
	padding-top: 25px;
	font-weight: 700;
}
.liveleft .desktoptext{
	text-align: center;
	color: white;
}
.liveleft .mobiletext{
	display: none;
}
.liveleft .formsection .form-control {
	color: darkgray;
	border: 1px solid #ffffff !important;
	background-color: #ffffff !important;
	padding: 5px;
	font-size: 15px !important;
	line-height: 50px;
	font-weight: 100 !important;
	height: 40px !important;
}
.liveleft .formsection {
	background-color: #c7c7c77a;
	padding: 1px 50px 30px 50px;
	width: 70%;
	border-radius: 10px;
}
.liveleft .formsection label{
	color: #f2f2f2;
}

.liveleft .live_form_btn_submit {
	width: 100%;
	background-color: #f7941e;
	color: white;
}

.liveleft .live_form_btn_submit:hover{
	background-color: #ca7e24;
	color: white;
}
.liveleft .live_form_btn_submit:focus {
    outline: none;
    color: white;
}

.liveright{
	padding-top: 3.5%;
}

.liveright .card-body p {
	color: white;
	font-size: 28px;
	line-height: 2;
	background-color: #24c5ace6;
	padding: 5px 30px;
	border-radius: 5px;
}

.live_body .section.one h2{
	text-align: center;
    padding-bottom: 40px;
}

.section.one p {
	text-align: justify;
}

.section {
	margin: 2% 0px;
	padding: 2% 0;
}
.section .col-sm-6 img{
	width: 100%;
	margin-top: 20px;
}
.section.even {
	background-color: #f8f8f8;
}

button.live_enroll_button {
	background: #f7941e;
	padding: 8px 60px;
	color: white;
	font-size: 20px;
	margin-top: 20px;
	border: none;
	border-radius: 5px;
	transition: transform 0.5s;
}


.live_body .section.one h2::after {
	content: "";
	background-color: black;
	width: 10%;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 15px 0px;
}

.section h3::after {
	content: "";
	background-color: black;
	width: 15%;
	height: 2px;
	display: block;
	margin: 10px 0 20px 0;
}

button.live_enroll_button:hover {
	transform: scaleX(1.15);
}
button.live_enroll_button:focus {
	outline: none;
}

.err_message{
	color: red;
}
.button_n_spinner{
	position: relative;
}

.button_n_spinner img {
    width: 34px;
    position: absolute;
	right: 20px;
	display: none;
}
button.btn.btn-secondary-color {
    background-color: #24C5AC !important;
    color: white !important;
}
button.btn.btn-secondary-color:focus {
	outline: none !important;
}

.form_submission .modal-header {
    color: #fff;
    background: #f7941e;
    height: 40px;
    border-radius: 5px 5px 0 0;
}
.form_submission img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.modal_success_text p {
    text-align: center;
    color: #58c10c;
    font-size: 24px;
}
.form_submission h3{
	width: 25%;
    background-color: #eeeeee;
    padding: 6px;
    margin: auto;
	border-radius: 5px;
	text-align: center;
}

@media (max-width: 575.98px) { 
	.liveleft .formsection{
		width: 100% !important;
		 padding: 1px 30px 30px 30px;
	}

	.liveright{
		padding-top: 15% !important;
	}

	.liveleft .mobiletext{
		display: block !important;
		color: white;
		text-align: center;
	}
	.liveleft .desktoptext{
		display: none !important;
	}
	.liveright {
	    display: none;
	}
}

button.btn.timezone_button {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f7941e;
	color: white;
}

.modal_body p {
	text-align: center;
}

.modal_body h4 {
	text-align: center;
	color: #333;
}

h5#time_zone_title {
	text-align: center !important;
}
.col-sm-6.modal_body.left_sec {
	border-right: 1px solid lightgray;
}
.modal-body.timezone {
	padding: 30px 0;
}

button.btn.timezone_button:focus {
    outline: none;
}
