@media (max-width:767px){
	.common-section{
		height:auto!important;
	}
	.w-75 {
		width: 100% !important;
	}
	.h-100 {
		height: auto !important;
	}
	.cloudDiv span {
		font-size: calc(1.0rem * var(--tag-multiplier));
	}
	.supportBox {
		height: auto;
	}
	.main-section-area {
		padding-top: 22%;
	}
	.navbar-nav.ms-auto.flex-nowrap .nav-link {
		margin-left:0px;
	}
	.default-title h1 {
		font-size: 35px;
	}
	.unique-modelBox.color-bg1 {
		border-radius: 20px 20px 0 0;
	}
	.unique-modelBox.color-bg2 {
		border-radius: 0 0 20px 20px;
	}
	.default-title h2 {
		font-size: 25px;
	}
	.arrow-design::before {
		width: 88%;
	}
	.formBox{
		margin-bottom: 20px;
		width: 100%;
	}
	.profileTxt{
		width: 80%;
	}
	.main-timeline::after {
		margin-left: 25px;
		height: 99%;
	}
	.main-timeline .timeline-year{
		left: 7px;
	}
	.main-timeline .timeline{
		padding: 0 0 0 90px;
	}
	.main-timeline .timeline::before {
		top: 35%;
		left: 6px;
	}
	body{
		font-size: 14px;
	}
	.main-timeline .title {
		font-size:15px;
	}
	.main-timeline {
		margin-bottom: 40px;
		overflow: hidden;
	}
	.main-timeline .timeline-content {
		padding-top: 45px;
		height: 175px;
	}
	.get-started-btn{
		margin-bottom: 20px;
	}
	.navbar-nav.mx-auto .nav-link {
		margin: 6px 0;
	}
	.unique-modelBox p {
		font-size: 16px;
	}
	.common-height {
		height: 275px;
	}
	.common-padding {
		padding: 55px 15px;
	}
	.text-end {
		text-align: left !important;
	}
	.formBox h4 {
		font-size: 25px;
	}
	.navbar{
		background-color: #fff;
		box-shadow: 0 0 8px #b8abab;
	}
	.header-bg{
		box-shadow: 0 0px 0px #cacaca;
	}
}
 
@media (min-width:768px) and (max-width:991px){
	.main-section-area {
		padding-top: 10%;
	}
	.w-75 {
		width: 100% !important;
	}
	.common-section{
		height:auto!important;
	}
	.w-75 {
		width: 100% !important;
	}
	.navbar{
		background-color: #fff;
		box-shadow: 0 0 8px #b8abab;
	}
	.header-bg{
		box-shadow: 0 0px 0px #cacaca;
	}
	.common-padding {
		padding: 50px 10px;
	}
	.unique-modelBox p {
		font-size: 15px;
	}
	.common-height {
		height: 275px;
	}
}


@media (min-width:992px) and (max-width:1199px){
	.w-75 {
		width: 100% !important;
	}
	.navbar-nav.mx-auto .nav-link {
		margin: 0 20px;
	}
	.unique-modelBox p {
		font-size: 20px;
	}
	.common-section{
		height:auto!important;
		padding: 8% 0;
	}	
}
