/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {
.banner-img img {
    max-width: 100%;
    margin-left: 0;
}

}


/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
.container {
	max-width: 1250px;
}
.banner-content .title {
	font-size: 54px;
}
.banner-bg {
	padding: 140px 0 95px;
}
.footer-content .title {
	font-size: 46px;
}


}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
.container {
    max-width: 960px;
}
.banner-content .title {
	font-size: 42px;
	margin-bottom: 30px;
}
.banner-content img {
	margin-bottom: 40px;
}
.section-title .title {
	font-size: 42px;
}
.section-title p {
	width: 100%;
}
.footer-content .title {
	font-size: 42px;
	margin-bottom: 40px;
}

}



/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
.container {
    max-width: 720px;
}
.menu-area {
	padding: 25px 0;
}
.menu-nav {
	justify-content: space-between;
}
.header-action {
	margin-right: 40px;
}
.menu-outer .navbar-wrap {
	display: block !important;
}
.menu-area .mobile-nav-toggler {
	display: block;
}
.banner-content {
	text-align: center;
	margin-top: 50px;
}

}



/* 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: 38px;
}
.section-title .title {
	font-size: 36px;
}
.footer-content .title {
	font-size: 36px;
}
.scroll-top {
	right: 10px;
}


}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.container {
    max-width: 540px;
}
.banner-content .title {
	font-size: 42px;
}
.section-title .title {
	font-size: 38px;
}
.footer-content .title {
	font-size: 38px;
}


}


