/*
* Landing page style 
* @author  : Saurabh Raut
*/
body {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.event-section {
	height: 100%;
}

.event-section-div {
	display: flex;
}

.event-left {
	width: 65%;
}

.event-left .event-background {
	height: 100%;
	background: url('');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	background-color: #f3faf1;
}

.box img {
	height: 100%;
	width: 100%;
}

.event-left .event-background .background-overlay {
	height: 100%;
	width: 100%;
	padding: 1rem;
}

.event-left .event-background .event-logo {
	text-align: right;
	margin-bottom: 1rem;
}

.event-left .event-background .event-logo img {
	width: 20%;
	height: auto;
}

.event-left .cvs-logo {
	text-align: center;
}

.event-left .cvs-logo img {
	height: auto;
	width: 70%;
}

.event-left .date-time {
	width: 100%;
}

.event-left .date-time img {
	width: 50%;
}

.event-left .dr-profile-img {
	width: 100%;
}

.event-left .dr-profile-img .dr-info {
	width: 80%;
}

.event-right {
	width: 40%;
	padding: 1rem 2rem 4rem 2rem;
	background-color: #f9f9f9;
	border-left: 1px solid #e5e5e5;
	box-shadow: -13px 0px 13px -13px #006e3561;
}

.swiper {
	width: 100%;
	height: 130px;
}

.swiper-wrapper {
	align-items: baseline;
}

.swiper .swiper-slide img {
	width: 100%;
}

#countdown {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 5px;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.event-section-div .event-left {
		width: 55%;
	}

	.event-section-div .event-right {
		width: 45%;
	}

	.event-section-div .event-left .event-background .event-logo img {
		width: 40%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.event-section-div {
		display: block;
	}

	.event-section-div .event-left,
	.event-section-div .event-right,
	.event-section-div .event-left .cvs-logo img {
		width: 100%;
	}

	.event-left .date-time img {
		width: 85%;
	}

	.event-left .dr-profile-img .dr-info {
		width: 100%;
	}

	.swiper {
		height: 120px;
	}

	.event-left .event-background .event-logo img {
		width: 30%;
	}
}

.err {
	color: red;
}

.green {
	color: green;
}

.red {
	color: red;
}

/* folder : View 
* file : index 
*/

.event-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio */
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

* {
	box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
	float: left;
	width: 33.33%;
	padding: 10px;
	display: inline-block;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column {
		width: 100%;
	}
}

.column img {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.banner_image {
	width: 100%;

}

body {
	/* background-image: url('../img/1-02.png'); */
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f3faf1;
	/* border: auto solid red; */
}

.sponser img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.logo {
	width: 30%;
}

.title {
	width: 45%;
}

.wellness {
	width: 45%;
}

.form_container {
	padding: 20px 0;
}

input#form2_submit {
	margin: 5px 0;
	background-color: #92212a;
	color: white;
	border: 0;
	padding: 7px 15px;
	width: 100%;
	display: inline-block;
}

button#cust_lecture_logout {
	margin: 5px 0;
	background-color: #ec1f28;
	color: white;
	border: 0;
	padding: 7px 15px;
	display: inline-block;
}

.form-box {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 5px 10px 18px #e5e5e5;
	padding: 30px;
	background: ivory;
}

.event-section-div {
	/* padding-bottom: 30px; */
	border: 1px solid #e5e5e5;
    padding: 40px;
	box-shadow: -3px -1px 20px 0px #e5e5e5;
}

.event-left, .event-right {
    border: 1px solid #e5e5e5;
    box-shadow: -13px -13px -13px -13px #006e3561;
    box-shadow: 8px 11px 15px -10px #006e3561;
	display:block;
}
button#cust_logout_on_lecture {
    border: 1px solid #106f38;
    background: #fff1df;
    padding: 7px 20px;
}

button#cust_logout_on_lecture:hover {
    background: #fff1df;

}