@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



ul,
ol {
	margin: 0;
}


.container-1440 {
	width: 100%;
	max-width: 1440px;
	padding: 0 80px;
	margin: auto;
}

.idream-footer-grid {
	display: grid;
	margin-top: 35px;
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr;

}

.idream-footer ul li {
	list-style: none;
	padding-top: 6px;
}

.idream-footer ul {
	margin-left: 0 !important;
}

.social-icon {
	display: flex;
	gap: 21px;
}

.idream-footer-main {
	padding: 30px 135px;
	background-color: white;
	border-top: 1px solid #eee;
}

.idream-footer ul li a,
.subheading-footer-idream p a {
	color: #3f3f3f !important;
	text-decoration: none;
}

.footer-headings-idream {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	margin: 28px 0px 0px 0px;
	font-size: 16px !important;
	line-height: 24px;
	color: #202030;
}

.idream-footer p,
.idream-footer ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0;
}

.idream-address.idream-footer {
	padding-right: 100px;
	max-height: 252px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}

.subheading-footer-idream {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	color: #6B6B6B;
}

.divider-idream-svg {
	display: none;
}

.site-footer {
	margin: 25px 0px;
}

.idream-address p {
	padding-top: 10px;
	color: #6B6B6B;
}

.footer-follow-idream {
	display: none;
}

.footer-copyright-idream,
.footer-copyright-idream a {
	text-align: center;
	text-decoration: none;
	color: #202030 !important;
	font-size: 13px;
	font-family: 'Open Sans';
	font-weight: 600;
	text-transform: uppercase;
}

.text-center.p-4.footer-copyright-idream {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.credit-copyright {
	font-size: 25px;
	font-weight: 700;
}

@media screen and (max-width:992px) {


	.container-1440 {
		padding: 0 30px;
	}


	.idream-footer-grid {
		display: grid;
		margin-top: 35px;
		grid-template-columns: 2fr 2fr auto;
		grid-template-rows: 1fr 1fr;

	}

}

@media screen and (max-width:1200px) {
	.idream-footer-main {
		padding: 30px 35px;

	}
}

@media screen and (max-width:768px) {
	.footer-headings-idream {
		margin: 10px 0px 0px 0px;
	}

	.idream-footer-grid {
		display: grid;
		margin-top: 35px;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.idream-address.idream-footer {
		padding-right: inherit;
		height: inherit;
	}

	.idream-footer-main {
		padding: 30px 25px;
		background-color: white;
		border-top: 1px solid #eee;
	}

	.our-solutions {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: center;
		justify-content: start;
	}

	.grid-idream-footer-subheading {
		display: flex;
		gap: 11px;
		flex-wrap: wrap;
		justify-content: start;
		align-items: center;
	}

	.idream-footer {
		margin-top: 25px;
	}

	.subheading-footer-idream {
		margin-top: 8px;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.divider-idream-svg {
		display: block;
		width: 4px;
		height: 20px;
	}

	.state-board-list-at-footer {
		grid-template-columns: 1fr 1fr;
	}
}


/* State board footer code----> */


/* idream stateboard at footer */

.idream-stateboard-at-footer {
	margin-top: 36px !important;
}

.idream-stateboard-at-footer h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	margin: 5px 0px 10px 0px;
	font-size: 16px !important;
	line-height: 24px;
	color: #202030;
}

.state-board-list-at-footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 10px;
	column-gap: 5%;
	align-items: center;
}

.state-board-list-at-footer a {

	text-decoration: none;
	font-family: Inter;
	font-size: 14px;
	color: #212121;
}

@media screen and (max-width:992px) {
	.state-board-list-at-footer {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.home-footer-container {
		margin-top: 40px;
	}


	.footer-copyright-idream {
		margin-top: 20px;
	}

}

@media screen and (max-width: 1100px) {
	.idream-stateboard-at-footer {
		margin-top: 80px !important;
	}

}

@media screen and (max-width: 900px) {
	.idream-stateboard-at-footer {
		margin-top: 120px !important;
	}
}

@media screen and (max-width:600px) {

	.container-1440 {
		padding: 0 22px;
	}

	.state-board-list-at-footer {
		grid-template-columns: 1fr 1fr;
	}


	.idream-footer ul li {
		padding-top: 0;
	}
}


@media screen and (max-width: 500px) {
	.idream-stateboard-at-footer {
		margin-top: 80px !important;
	}
}
