/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {


}


/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
.banner-content .title {
    font-size: 55px;
}


}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
.container,
.custom-container {
    max-width: 960px;
}
.banner-area.banner-bg {
	padding: 200px 0 180px;
}
.banner-content p {
	width: 75%;
}
.demo-section-inner {
	padding: 100px 20px 40px;
}
.footer-content .title {
	font-size: 45px;
}

}



/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
.container,
.custom-container {
    max-width: 720px;
}
.menu-nav {
	justify-content: space-between;
}
.menu-outer .navbar-wrap {
	display: block !important;
}
.menu-area .mobile-nav-toggler {
	display: none;
}
.banner-content .title {
	font-size: 50px;
}
.banner-content p {
	width: 90%;
}
.banner-area.banner-bg {
	padding: 200px 0 160px;
}
.section-title .title {
	font-size: 40px;
}
.footer-area.footer-bg {
	padding: 100px 0;
}


}



/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
.custom-container {
    max-width: 100%;
}
.transparent-header {
	top: 0;
}
.banner-content .title {
	font-size: 40px;
}
.banner-content p {
	width: 100%;
}
.banner-area.banner-bg {
	padding: 160px 0 120px;
}
.section-title .title {
	font-size: 35px;
}
.section-title p {
	width: 100%;
}
.demo-section-inner {
	padding: 100px 10px 40px;
}
.footer-content .title {
	font-size: 35px;
}
.demo-thumb span {
	padding: 10px 10px;
}

}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.container,
.custom-container {
    max-width: 540px;
}
.header-action.d-none {
	display: block !important;
}
.banner-content .title {
	font-size: 42px;
}
.demo-thumb span {
	padding: 15px 20px;
}

}


