body {
	min-width: 320px;
}

.style-three.header-menu-section {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
}

.dreamit-header-logo {
	width: 200px;
}

.header-menu-section.style-three .mobile-logo {
	display: none;
}

.dreamit-header-logo .menu-logo,
.dreamit-header-logo .sticky-logo {
	width: 100%;
	/*display: block;*/
}

.dreamit-header-logo .menu-logo img,
.dreamit-header-logo .sticky-logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.progress-section {
	padding-top: 66px;
}

.toast {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;

	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	max-width: 350px;
	font-size: .875rem;
	background-color: #038bdc;
	color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
	opacity: 0;
	border-radius: 0.25rem;
}

.toast-body {
    padding: 0.75rem;
}

.toast.hide {
    display: none;
}

.toast.show {
	display: block;
	opacity: 1;
}

.fade:not(.show) {
    opacity: 0;
}

@media only screen and (max-width: 992px) {
	.header-menu-section.style-three .mobile-logo {
		display: block;
		width: 99px;
	}

	.header-menu-section.style-three .mobile-logo img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	.slider-content {

	}
}

@media only screen and (max-width: 767px) {
	.copy-right-text p {
	    color: #f8f9fe;
	    text-align: center !important;
	}

}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.style-three.header-menu-section {
		position: relative;
	}
}

@media only screen and (max-width: 575px) {
	.slider-content {
		padding: 0 15px;
	}

	.slider-six .slider-content p {
		max-width: none !important;
		width: 100% !important
	}
}