@media all and (min-width: 1670px) {

}

@media (max-width: 1670px){

}

@media (max-width: 1380px){

}

@media (max-width: 1200px){


}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media all and (max-width: 992px){
	
	.header-btns{
		flex-direction: column;
		margin-left: 0px !important;
	}

	.section{
		padding: 40px 0px;
	}

	.main-banner-heading{
		font-size: 36px;
	}

	.section-heading{
		font-size: 28px;
		line-height: 35px;
	}

	.howitworks-content-wrapper h3{
		font-size: 28px;
		line-height: 35px;
	}

	.getstart-wrapper h3{
		font-size: 28px;
	}

	.footer-bottom{
		flex-direction: column;
	}

	.footer-social-list{
		margin-top: 15px;
	}

	.banner-info-quote h4{
		font-size: 12px;
	}

	.banner-info-quote span{
		font-size: 12px;
	}

	.page-banner-heading{
		font-size: 28px;
	}

	.contact-info-card{
		height: auto;
		margin-bottom: 60px;
	}

}

@media all and (max-width: 768px){
	.header-btns{
		flex-direction: column;
		margin-left: 0px !important;
	}

	.section{
		padding: 40px 0px;
	}

	.main-banner-heading{
		font-size: 36px;
	}

	.section-heading{
		font-size: 28px;
		line-height: 35px;
	}

	.howitworks-content-wrapper h3{
		font-size: 28px;
		line-height: 35px;
	}

	.getstart-wrapper h3{
		font-size: 28px;
	}

	.footer-bottom{
		flex-direction: column;
	}

	.footer-social-list{
		margin-top: 15px;
	}

	.banner-info-quote h4{
		font-size: 12px;
	}

	.banner-info-quote span{
		font-size: 12px;
	}

	.page-banner-heading{
		font-size: 28px;
	}

	.contact-info-card{
		height: auto;
		margin-bottom: 60px;
	}

	.fullbgcontent{
		padding: 2rem;
	}

}

@media all and (max-width: 480px){
	.header-btns{
		flex-direction: column;
		margin-left: 0px !important;
	}

	.section{
		padding: 40px 0px;
	}

	.main-banner-heading{
		font-size: 36px;
	}

	.section-heading{
		font-size: 28px;
		line-height: 35px;
	}

	.howitworks-content-wrapper h3{
		font-size: 28px;
		line-height: 35px;
	}

	.getstart-wrapper h3{
		font-size: 28px;
	}

	.footer-bottom{
		flex-direction: column;
	}

	.footer-social-list{
		margin-top: 15px;
	}

	.banner-info-quote h4{
		font-size: 12px;
	}

	.banner-info-quote span{
		font-size: 12px;
	}

	.page-banner-heading{
		font-size: 28px;
	}

	.contact-info-card{
		height: auto;
		margin-bottom: 60px;
	}
}