/*footer style start*/
.footer {
	background: rgb(53, 125, 172);
	background: linear-gradient(0deg, rgba(53, 125, 172, 1) 3%, rgba(51, 51, 51, 1) 80%);
	text-align: center;
	color: #b2b2b2;
	font-size: 1.3rem;
	/* margin-top: 0px; */
	padding-top: 182px;
	width: 100%;
}


.footer .container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30rem, 2fr));
	color: #b2b2b2;
	grid-gap: 3rem;
	/* padding: 1rem 0; */
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 17px;
}

.footer .image-div img{
	text-align: center;
	height: 150px;
	width: 200px;
}


.footer .guru-image-div img{
	text-align: center;
	height: 270px;
	width: 200px;
}

.footer .container h3 {
	color: #fff;
	font-size: 1.5rem;
	padding-bottom: .8rem;
}

.footer .container input {
	width: 100%;
	border: 1px solid #b2b2b2;
	padding: .5rem .8rem;
	background: transparent;
	border-radius: 20px;
}

.footer .container ul {
	list-style: none;
	display: flex;
	justify-content: center;
	padding-top: 1rem;
}

.footer .container ul li a {
	color: #b2b2b2;
	margin-left: 10px;
	font-size: 18px;
}

.footer .container span {
	display: block;
}

.footer .reserved {
	margin-bottom: 0% !important;
}

/*footer style ends*/