@media (min-width: 1440px) {
  .insideBanner {
    height: 440px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-height: 1024px) {
  .ayodhya-textBox .inner{padding: 7rem 4rem 2rem 5rem;}
}
@media (max-width: 991.99px) {
  .menuContainer .inner {
    padding-top: 60px;
  }
  .mainMenu-aside {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    height: auto !important;
    opacity: 0.1;
    z-index: -1;
  }
  .mainMenu {
    padding: 0 10px;
  }
  .mainMenu li a {
    font-size: 6vw;
    justify-content: center;
  }
  .banner {
    height: 80vh;
  }
  .footer-area .bottom ul {
    justify-content: flex-end;
  }
  .insideBanner + .master_search_filter_container {
    position: relative;
    background-color: var(--primary-color);
  }
  .pageHeader {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
  .pageTitle {
    order: 1;
    padding: 0 2rem;
  }
  .pageTitle::before {
    border-radius: 20vw;
    width: 100%;
  }
  .pageHeader ol {
    justify-content: center;
  }
  .projectSideSec {
    order: -1;
  }
  .projectOverview .heading,
  .projectOverview .readmore .button {
    margin-left: auto;
    margin-right: auto;
  }
  .projectOverview {
    text-align: center;
  }
  .gal-slide {
    width: 70%;
  }
  .moreTextBox > div {
    width: 100%;
    text-align: center;
  }
  .ayodhya-textBox .inner{padding: 11rem 8rem 2rem; text-align: center;}
  .ayodhya-textBox .inner .heading{margin-left: auto; margin-right: auto; text-align: center;}
  .ayodhya-textBox .inner .heading h2{font-size: 1.75rem;}
  .ayodhya-textBox .inner .viewmore{justify-content: center;}
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .logo-icon img {
    width: 180px;
  }
  .overview-box .inner {
    padding: 2rem;
    border-radius: 10px;
  }
  .statsContainer.padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .count,
  .stat-tag {
    width: 50%;
  }
  .stat-tag {
    padding-right: 5%;
  }
  .count span {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .container {
    max-width: 90%;
  }
  .bannerText{top: auto; bottom: 2rem; transform: translateY(0);}
  .brand-logos {
    width: 25%;
  }
  .brand-logos img {
    height: 100px;
  }
  .footer-area .bottom p,
  .footer-area .bottom ul {
    justify-content: center;
  }
  .footer-area .bottom ul {
    order: -1;
    margin-bottom: 20px;
  }
  .address-details .inner,
  .form-details .inner {
    border-radius: 10px;
  }
  .ayodhya-textBox .inner{padding: 9rem 6.5rem 2rem;}
  .connectivity-wrapper{flex-direction: column;}
  .connectivity-wrapper::before{width: 1px; height: 100%; left: 50%; top: 0; transform: translate(-50%, 0);}
  .connectivity-wrapper .connectivity-box .inner{flex-direction: row; justify-content: center;}
  .connectivity-wrapper .connectivity-box .connectivity-place, .connectivity-wrapper .connectivity-box .connectivity-distance{height: auto; text-align: center; max-width: 100px; flex: 0 0 100px;}
  .connectivity-wrapper .connectivity-box .connectivity-circle{max-width: 10px; flex: 0 0 10px;}
  .connectivity-wrapper .connectivity-box.at-ayodhya{max-width: 100%; flex: 0 0 100%;}
  .connectivity-wrapper .connectivity-box.at-ayodhya .connectivity-temple{width: 50%;}
}
@media (max-width: 576px) {
  #popModal .close{
    right: 10px;
    width: 30px;
    height: 30px;
    top: -15px;
    font-size: 1.5rem;
  }
  .logo {
    width: 80px;
  }
  .logo img {
    padding: 0;
  }
  .header.fixed .logo {
    width: 50px;
  }
  .menuContainer {
    padding-top: 80px;
  }
  .header.fixed + .menuContainer {
    padding-top: 55px;
  }
  .menuContainer .inner {
    padding-top: 40px;
  }
  .menuContainer .inner .form-row > [class*="col-"]:not(.scroller) {
    height: auto !important;
  }
  .mainMenu-aside {
    top: 40px;
  }
  .mainMenu {
    padding-top: 20px;
  }
  .mainMenu li {
    margin: 0 auto;
  }
  .mainMenu li a {
    font-size: 8vw;
  }
  .mainMenu .dropdown {
    padding-left: 0;
  }
  .menu-latestProjects {
    display: none;
  }
  .readmore .button {
    padding: 4px 10px;
    font-size: 13px;
  }
  .banner {
    height: 420px;
  }
  .bannerText {
    width: 80%;
    top: auto;
    bottom: 5%;
    transform: translateY(0);
  }
  .bannerText .h1,
  .heading h2,
  .heading h3, .ayodhya-textBox .inner .heading h2 {
    font-size: 1.5rem
  }
  .bannerText h5 {
    font-size: 1rem;
  }
  .master_search_filter_container {
    position: relative;
    background-color: var(--primary-color);
  }
  .investRange .price_Ranges {
    width: 50%;
  }
  .heading {
    margin-bottom: 20px;
  }
  .toggle-header {
    gap: 10px 1rem;
  }
  .toggle-header .toggleBtn {
    padding-top: 0;
  }
  /* custom swiper controls */
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 50%;
  }
  .swiper-pagination {
    bottom: 25px !important;
  }
  /* custom swiper controls */
  .testimonial-img {
    width: 96%;
  }
  .testimonial-img img {
    width: 90px;
    box-shadow: none;
  }
  .tower-img {
    left: auto;
    right: 0;
    width: 180px;
  }
  .tower-img img {
    object-position: 20px 22px;
  }
  .property-worth-box {
    width: 70%;
    justify-self: flex-start;
  }
  .brand-logos {
    width: 33%;
  }
  .brand-logos img {
    height: 80px;
  }
  .footer-area {
    border-top-width: 6px;
  }
  .footer-logo {
    width: 110px;
    padding: 15px;
    border-top-width: 6px;
  }
  .footer-area .col-sm-6 {
    width: 50%;
  }
  .button-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .gal-slide {
    width: 90%;
  }
  .gallery-title {
    font-size: 3em;
  }
  .locationAdvantages ul li {
    flex-wrap: wrap;
  }
  .locationAdvantages ul li h6 {
    width: 100%;
  }
  .statBox h2{
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .ayodhya-textBox .inner{padding: 7rem 4.5rem 2rem;}
}
@media (max-width: 480px) {
  .container {
    max-width: 100%;
  }
  .heading h2,
  .heading h3,.ayodhya-textBox .inner .heading h2 {
    font-size: 1.25rem;
    text-align: center;
  }
  .heading h4 {
    font-size: 1.125rem;
  }
  .iconBox .inner .inside p {
    font-size: 13px;
  }
  .count span,
  .stat-tag {
    font-size: 13px;
  }
  .project-slide .inner .img-fluid img {
    height: 400px;
  }
  .tower-img {
    width: 100px;
  }
  .tower-img img {
    object-position: 10px 22px;
  }
  .property-worth-box {
    width: 100%;
  }
  .testimonialsWrapper {
    padding: 1rem 1.25rem;
  }
  .testimonial-img {
    width: 100%;
  }
  .footer-area .col-sm-6 {
    width: 100%;
  }
  .footerAbout .footer-title {
    margin-bottom: 10px;
  }
  .footerLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .footerLinksResidential li {
    width: auto;
  }
  .footerBox ul li a {
    padding: 5px 10px;
    border-radius: 40px;
    border: 1px solid rgb(255 255 255 / 15%);
  }
  .footerAddress {
    margin-bottom: 0;
  }
  .footerAddress p br {
    display: none;
  }
  .address-details .inner,
  .form-details .inner {
    padding: 20px;
  }
  .socialIcons {
    gap: 10px;
  }
  .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    gap: 7px 0;
  }
  .pageMenu ul {
    display: none;
  }
  .pageHeader ol {
    margin: 0;
    gap: 5px;
    flex-wrap: wrap;
  }
  .pageHeader ol li {
    margin-left: 0;
    flex-grow: 1;
  }
  .pageTitle h5 {
    font-size: 13px;
  }
  .plansDetails ul li {
    justify-content: center;
  }
  .locationAdvantages {
    text-align: center;
  }
  .locationAdvantages ul li {
    width: 100%;
    justify-content: center;
  }
  .readmore .button {
    margin-left: auto;
    margin-right: auto;
  }
  .project-page-logo {
    min-width: 140px;
    height: 80px;
  }
  .col.statBox{
    flex-basis: auto;
  }
  .statBox h2 {
    font-size: 1.25rem;
  }
  .gallery-title {
    font-size: 1.25rem;
  }
  .swiper-slide.gal-slide.swiper-slide-visible.swiper-slide-active .gallery-title {
    letter-spacing: 1px;
    padding-left: 1px;
  }
  .ayodhya-textBox .inner{padding: 5.5rem 2rem 2rem;}
  .ayodhya-textBox .inner::before{background-size: 200%;}
}
@media (max-width: 425px) {
}
@media (max-width: 375px) {
  body {
    font-size: 13px;
  }
  .menuBtn {
    width: 30px;
    height: 30px;
  }
  .header.fixed .logo {
    width: 40px;
  }
  .header.fixed + .menuContainer {
    padding-top: 55px;
  }
  .bannerText {
    width: 90%;
  }
  .overview-box .inner {
    padding: 22px;
  }
  .readmore .button {
    min-width: 120px;
    column-gap: 5px;
  }
  .footerAbout{
    text-align: center;
  }
  .socialIcons{
    justify-content: center;
  }
  .footerBox ul li a{
    text-align: center;
    width: 100%;
  }
  .footer-area .bottom ul{
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer-area .bottom li {
    margin: 0 6px;
  }
  .footerLinks {
    gap: 6px;
    justify-content: center;
  }
  .pageHeader {
    margin-bottom: 30px;
  }
  .pageTitle {
    padding: 0 15px;
  }
  .project-page-logo {
    height: 90px;
    min-width: 160px;
  }
  .gal-slide {
    width: 100%;
  }
  .swiper-slide.gal-slide.swiper-slide-visible.swiper-slide-active
    .gallery-title {
    letter-spacing: 5px;
    padding-left: 5px;
  }
  .locationAdvantages h5 {
    letter-spacing: 5px;
  }
  .custom-control {
    margin-right: 4px;
  }
  .custom-control:last-of-type {
    margin-right: 0px;
  }
  .g-recaptcha > div,
  .g-recaptcha > div iframe {
    width: 100% !important;
  }
  .ayodhya-textBox .inner{padding-left: 1rem; padding-right: 1rem;}
  .ayodhya-textBox .inner .heading{padding-left: 2rem; padding-right: 2rem;}
}
@media (max-width: 320px) {
  .menuContainer {
    padding: 80px 10px 10px;
  }
  .count .counter {
    font-size: 22px;
  }
  .stat-tag {
    font-size: 12px;
  }
  .readmore .button {
    font-size: 12px;
    padding: 4px 8px;
    letter-spacing: normal;
  }
  .readmore .button span{
    flex: 0 0 22px;
    max-width: 22px;
    height: 22px;
  }
  .custom-control {
    padding-left: 5px;
  }
  .custom-control-label {
    padding: 8px 10px 8px 30px;
  }
}
@media (max-height: 540px) {
  .logo {
    width: 70px;
  }
  .header.fixed .logo {
    width: 50px;
  }
  .logo img {
    padding: 0;
  }
  .menuBtn {
    width: 30px;
    height: 30px;
  }
  .menuContainer {
    padding-top: 70px;
  }
  .header.fixed + .menuContainer {
    padding-top: 45px;
  }
  .menuContainer .inner {
    padding-top: 45px;
  }
  .mainMenu-aside {
    top: 45px;
  }
  .mainMenu li a {
    padding-left: 10px;
    font-size: 20px;
  }
  .menu-latestProjectsBox .img-fluid {
    max-width: 50px;
    flex: 0 0 50px;
  }
  .menu-latestProjectsBox h6 {
    font-size: 14px;
  }
  .banner {
    height: 400px;
  }
  .master_search_filter_container {
    position: relative;
    background-color: var(--primary-color);
  }
  .readmore .button {
    padding: 5px 10px;
    column-gap: 5px;
    min-width: 120px;
    font-size: 12px;
  }
  .tower-img {
    left: auto;
    right: 0;
    width: 180px;
  }
  .tower-img img {
    object-position: 20px 22px;
  }
  .footer-area {
    padding-bottom: 3rem;
  }
  .footer-logo {
    width: 110px;
  }
  .footer-area .bottom {
    justify-content: center;
  }
  .footer-area .bottom p {
    width: 100%;
    justify-content: center;
  }
  .footer-area .bottom ul {
    order: -1;
    justify-content: center;
    margin-bottom: 20px;
  }
}
