@media only screen and (min-width:1200px) and (max-width:1450px)
{
	   .container {
        padding: 0 64px;
    }
}
@media only screen and (min-width: 1450px)
{
	.mainheader .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
}
@media only screen and (max-width: 1200px)
{
.banner-section .form_heading {
    width: 100%;
}
.heading {
    font-size: 40px;
    line-height: 1.2;
}
.form_heading, .title {
    font-size: 30px;
}
.footer-form-section .form-wrap {
    padding: 20px;
}
}
@media only screen and (max-width: 992px)
{
.section-space, .footer-form-section, .testimonial-home-slider .owl-stage-outer {
    padding: 48px 0;
}
.faqs-section .faq-title, .faqs-section .faq-title:focus {
    font-size: 16px;
}
.faqs-section .section-description, .map-section .section-description {
    margin-bottom: 32px;
}
.video-section {
    height: 220px;
}
.banner-section .description * {
    font-size: 16px;
}
.banner-section {
    padding: 30px 0;
}
.banner-form {
    max-width: 100%;
    border-radius: 0;
}
.form_tagline {
    border-radius: 0;
}
.form_below_content {
    padding: 0;
}
.footer-sticky-button {
	display: block;
	position: fixed;
	bottom: 0;
	background: #FFF;
	box-shadow: 0 -3px 14px 0 rgba(0, 0, 0, 0.12);
	padding: 14px 16px;
	width: 100%;
}
.footer-sticky-button .primary-btn {
    width: 100%;
    height: 48px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	text-decoration: none !important;
}
.book-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background: #fff;
    box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.12);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
}
.footer-sticky-button.active .book-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.book-dropdown li {
    list-style: none;
}
.book-dropdown li a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #000;
}
.book-dropdown li a:hover {
    background: #f5f5f5;
}
.site-footer {
    padding-bottom: 100px !IMPORTANT;
}
.grid-card h3 {
    font-size: 20px;
}
.grid-card {
    padding: 16px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 11px;
}

}
@media only screen and (max-width: 767px)
{
.site-footer {
    padding: 48px 0;
    background: #190626;
}
.mobile-image img {
        position: static;
        height: auto;
        margin-top: 40px;
    }
    .mobile-image {
        height: auto;
    }
    .footer-apps
    {
    	padding-bottom: 0;
    	text-align: left;
    }
    .map-area {
    min-height: 390px;
}
.map-section .container {
    padding: 0;
}
.container, .map-section .section-description,.map-section h2 {
    padding: 0 20px;
}
.map-section .loc-list .loc-item {
    column-gap: 16px;
}
.map-section  .loc-list
{
	padding: 24px 20px;
	row-gap: 16px;
	max-height: unset;
}
.map-section .loc-list .loc-item .loc-thumb {
    aspect-ratio: 166 / 120;
    width: 166px;
    height: 120px;
}
.teachers-slider .carousel-controls .owl-nav, .content-image-slider .owl-nav {
    display: none;
}
    .teachers-slider .carousel-controls .owl-dots {
        left: 0% !important;
        right: 50%;
        flex-wrap: wrap;
        row-gap: 6px;
    }
.teachers-footer {
    margin-top: 40px;
    text-align: right;
}
.teachers-slider .carousel-controls {
    top: 55px;
}
.teachers-section .section-description {
    margin-bottom: 40px;
}
.content-image-slider-section .row {
    flex-direction: column-reverse;
}
.content-image-slider-section {
    background: #F2EFF5;
}
.content-image-slider {
    padding-bottom: 60px;
}
.content-image-slider .owl-dots {
    justify-content: center;
    left: 0;
    right: 0;
}
.statbar-section .col-12 {
    padding: 0;
}
.statbar-section .stats-bar {
    flex-wrap: wrap;
    row-gap: 24px;
}
.statbar-section .stats-bar .stat-item {
    flex: 0 0 50%;
}
.stat-item:not(:last-child)::after {
    width: 0;
}
.banner-section .form-wrap {
    padding: 28px 20px;
}
}