/* 1312px start */

@media screen and (max-width: 1312px) {
    .container{
        width: 96%;
    }
    .banner-right-img img{
        height: 714px;
    }
}

/* 1200px start */

@media screen and (max-width: 1200px){
  .footer-wraper{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* .footer-box1{
    width: 40%;
    line-height: 60px;
  }
  .footer-box2{
    width: 20%;
  }
  .footer-box3, .footer-box4{
    width: 22%;
  } */
  .psychology-img-parents{
    bottom: -25px;
    right: -20px;
  }
}

/* 1100px start */

@media screen and (max-width: 1100px){
  .main-nav li{
    padding: 0 12px;
  }
  .about-left-ban, .about-right-ban-img{
    width: 50%;
  }
  .about-ban-middlebox{
    inset: 16% auto auto 48%;
    top: 80%;
  }
  .display-1{
    font-size: 50px;
  }
  .price{
    font-size: 50px;
  }
  .banner-right-img img{
        height: 754px;
    }
.pricing-h1-on{
    font-size: 50px;
}
  
}

/* 1024px start */

@media screen and (max-width: 1024px){
  .support-banner{
    max-height: 670px;
  }
    .footer-box1{
    width: 30%;
    line-height: 60px;
  }
  /* .footer-box2{
    width: 20%;
  } */
  .footer-box3, .footer-box4, .footer-box5{
    width: 20%;
  }
}

/* 1023 px start */

@media screen and (max-width: 1023px) {
    h1{
        font-size: 48px;
    }
    h2{
        font-size: 32px;
    }


    /* HEADER NAV  */
    .site-logo {
		font-size: 1.5rem;
		flex-grow: 1;
		text-align: center;
	}
	
	#drop-down-cbox + label {
		display: block;
	}
	
	.main-nav {
		max-height: 0px;
		height: calc(100vh - 96px);
		overflow-x: hidden;
        overflow-y: scroll;
		position: absolute;
		top: 96px;
		line-height: auto;
		left: 0;
		width: 100%;
		flex-direction: column;
		background-color: var(--primary-blue-color);
		transition: all 500ms ease-in-out;
	}
	
	#drop-down-cbox:checked ~ .main-nav {
		max-height: calc(100vh - 96px);
		transition: all 500ms ease-in-out;
	}

	.main-nav li span {
		position: relative;
	}
	
	.main-nav li a:hover,
	.main-nav li span:hover {
		color: white;
	}
	
	.main-nav li > ul li {
		position: relative;
	}
	
	.main-nav li > ul li a,
	.main-nav li > ul li span {
		background-color: #eee;
	}

    .link-lg{
        color: var(--color-white);
        font-size: 1.75rem !important;
        line-height: var(--main--line-height-h);
        text-align: left;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: .5rem 0 .25rem;
    }
    .main-nav{
        justify-content: center;
        align-items: flex-start;
    }
    .nav-li-li{
        text-align: left !important;
        color: var(--color-white);
        margin-top: 15px;
        font-size: 18px;
        position: absolute !important;
        bottom: 20px;
    }
    .header-social-icon{
        margin-top: 15px !important;
    }

    .nav-li-li{
    display: block !important;
    }
    .button-hide{
        display: none;
    }

   .banner-wraper{
     grid-template-columns: auto;
     justify-content: center;
     align-content: center;
   }
   .banner-left-content{
      align-items: center;
      text-align: center;
   }
   .banner-heading2{
      width: auto;
      display: flex;
      justify-content: center;
      background-position: center;
      min-height: 60px;
      background-size: contain;
      min-width: 280px;
      margin-top: 0;
   }
   .banner-right-img img{
    height: 43.375rem;
   }
   .banner-left-content{
    padding-bottom: 0;
    padding-top: 40px;
   }


   /* why choose us section */

   .chooseus-wraper{
        grid-template-columns: auto;
        justify-content: center;
        align-content: center;
   }
   .choose-us-icon{
    display: none;
   }
   .chooseus-left-container{
        justify-content: center;
        align-items: center;
        text-align: center;
   }

   /* Moving Solution */

   .solutions-wraper{
    grid-template-columns: 1fr 1fr 1fr;
   }
   .ready-moveh2{
    font-size: 24px;
   }
   .services-wraper{
    grid-template-columns: 1fr 1fr;
   }

   .source-wraper{
        grid-template-columns: 1fr 1fr;
   }

     .footer-box1{
    width: 40%;
  }
  .footer-box2{
    width: 20%;
  }
  .footer-box3, .footer-box4, .footer-box5{
    width: 30%;
  }
  .down-footer{
    font-size: 14px;
  }
  .moving-down-box{
    width: 47%;
  }
  .support-box-wraper{
    grid-template-columns: 1fr 1fr;
  }
  .about-support-img, .img-on{
    height: 22rem;
  }
.section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.about-ban-wraper{
    flex-direction: column;
}
.about-left-ban, .about-right-ban-img {
    width: 100%;
}
.about-ban{
    height: calc(180vh + 96px);
}
.our-story{
    padding-top: 18rem;
}
.about-left-ban{
   display: flex;
   justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content-para{
    text-align: center;
}
.about-ban-middlebox{
   width: 80%;
   transform: translate(-50%, -50%);
   height: 20%;
}
.about-ban-wraper2-left-img{
    margin-top: 0px;
}
.about-ban-h1 {
    font-size: 60px;
}

/* ABOUT PAGE OUR STORY */

.our-story-wraper{
    grid-template-columns: 1fr;
}
.story-img{
    order: 2;
}
.story-absolute-box{
    min-height: 25%;
}
.mission-left-box {
    width: 80%;
    margin: auto;
    order: 2;
}
  .mission-wraper{
    flex-direction: column;
  }
  .mission-right-box{
    width: 100%;
    align-items: center;
    text-align: center; 
  }
  .mission-p{
    padding-top: 0;
    max-width: 80%;
  }
  .main-nav li:hover > ul{
    display: none;
  }

  /* .main-nav li:hover > ul{
    width: calc(100vw - 30px);
    max-width: none;
    left: 15px;
    margin-top: 5px;
    z-index: 9;
  } */
  /* .main-nav li > ul{
    width: calc(100vw - 30px);
    max-width: none;
    left: 15px;
    margin-top: 5px;
  } */
/* .main-nav .menu-sub-focus:focus > ul{
    max-height: 0px;
    transition: all 500ms ease-in-out;
    overflow: hidden;
    position: absolute;
    width: 250px;
    left: 20px;
    margin-top: 20px;
    z-index: 9;
} */

/* .main-nav li:checked ~ .main-nav li > ul{
    display: none;
} */

.menu-sub-focus input:checked ~ .submenu-main{
   width: calc(100vw - 30px);
    max-width: none;
    left: 12px;
    margin-top: 5px;
    z-index: 9;
    display: block;
    max-height: 300px;
}

.menu-sub-focus input:focus .submenu-main{
   width: calc(100vw - 30px);
    max-width: none;
    left: 15px;
    margin-top: 5px;
    z-index: 9;
}
.track-service-wraper{
    grid-template-columns: 1fr 1fr;
}
.moving-cost-wraper{
    grid-template-columns: 1fr 1fr 1fr;
}
.price-ban-content-box{
    width: 70%;
}
.quote-form-main{
    width: 90%;
}
.checkbox-wrapper{
    padding: 1rem 0.5rem;
    font-size: 13px;
}
.blog1-wraper{
    grid-template-columns: 1fr;
}
.banner-right-img{
    margin: auto;
}
.about-banner-right-imgg{
    height: auto;
}
.support-banner{
    max-height: fit-content;
}
.support-banner-wraper{
    grid-template-columns: 1fr;
}
.support-left-container{
    margin-bottom: 0;
}
.about-support-wraper{
    grid-template-columns: 1fr;
}
.support-left-img{
    height: 450px;
}

}

/* 768px start */

@media screen and (max-width: 768px){
    .making-left-container{
        display: none;
    }
    .making-right-container{
        width: 100%;
    }
    .making-para{
        width: 100%;
    }
    h3{
        font-size: 24px;
    }
    h1 {
        font-size: 42px;
    }
    .about-ban {
        height: calc(160vh + 96px);
    }
    .about-ban-h1 {
    font-size: 44px;
}
.max-width-quote {
    max-width: 60%;
}
}

/* 767 px start */

@media screen and (max-width: 767px){
   .solutions-wraper{
    grid-template-columns: 1fr 1fr;
   }
    .review-wrapper{
        justify-content: center;
        align-items: center;
    }
    .faq-wraper{
        flex-direction: column;
    }
    .faq-right-content, .faq-left-heding{
        width: 100%;
    }
  .footer-box1, .footer-box2, .footer-box3, .footer-box4, .footer-box5{
    width: 100%;
  }
  .footer-wraper{
    flex-direction: column;
  }
  .down-footer{
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
h1, .pricing-h1-on {
    font-size: 36px;
    line-height: 50px;
}
/* .support-banner{
    max-height: fit-content;
}
.support-banner-wraper{
    grid-template-columns: 1fr;
}
.support-left-container{
    margin-bottom: 0;
}
.about-support-wraper{
    grid-template-columns: 1fr;
} */
.psychology-img-parents{
    right: 20px;
}
.copyright-text{
    text-align: center;
}
.wallpaper-img{
    width: 96%;
}
.we-do-wraper{
    grid-template-columns: 1fr;
}
.support-right-contactform{
    padding-bottom: 20px;
}
.contact-img-line{
    top: 40px;
    width: 160px;
}
.prefooter-sub-para{
    padding-top: 6rem;
}
.about-heading-icon{
    margin-left: 0px;
}
.expect-wraper{
    grid-template-columns: 1fr;
}
.banner-heading2{
    min-width: 220px;
    max-width: 320px;
}
.about-ban-h1 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.about-wraper-parents, .about-ban-wraper2{
    gap: 20px;
}
.mission-left-box{
    width: 100%;
}
.our-story {
    padding-top: 10rem;
}
.track-service-wraper {
    grid-template-columns: 1fr;
}
.moving-cost-wraper{
    grid-template-columns: 1fr 1fr;
}
.rbga-color{
    padding: 50px 0;
}
.price-ban-content-box{
    width: 70%;
}
.checkbox-card-wrapper{
    grid-template-columns: 1fr 1fr;
}
.quote-filed-wrap{
    flex-direction: column;
}
.w-70, .w-30 {
    width: 100%;
}
.refer-text-wraper{
    flex-direction: column;
}
.refer-text-box, .refer-text-box2{
    width: 100%;
} 
.refer-text-box2{
    top: 0;
}
.contact-form-all{
    width: 90%;
}
.fields-wrap{
    flex-direction: column;
}
.banner-right-img img{
    max-width: 100%;
}
   .banner-right-img {
        margin: inherit;
    }
}

/* 650px start */

@media screen and (max-width: 650px){
  .about-ban{
    height: 140vh;
  }
  .about-ban-middlebox{
    top: 95%;
  }
.our-story {
    padding-top: 15rem;
}
.slider-button-prev{
    top: auto;
    right: 52%;
}
.slider-button-next{
    top: auto;
    left: 52%;
}
.slider-button-wrap{
   margin-top: 30px; 
}
.checkbox-card-wrapper{
   grid-template-columns: 1fr;
}
.blogs-card-on{
   grid-template-columns: 1fr; 
}
.featured-card-text-wrapper{
    gap: 30px;
}
.contact-form-all{
    padding: 20px;
}
.new-bg-yellow-line-v3{
    padding: 5px 20px 18px 16px !important;
}
.help-text-h1{
    font-size: 28px;
}
.para-black{
    width: 100%;
}
}

/* 520px start */

@media screen and (max-width: 520px){
  .chooseus-right-container{
        grid-template-columns: 1fr;
  }
  .solutions-wraper{
    grid-template-columns: 1fr;
   }
   .services-wraper{
    grid-template-columns: 1fr;
   }
   .source-wraper{
        grid-template-columns: 1fr;
   }
   .moving-down-box {
        width: 100%;
    }
    .logo-main .header-logo{
        font-size: 22px;
    }
    .support-box-wraper{
    grid-template-columns: 1fr;
  }
  .moving-h2{
    font-size: 23px;
  }
  .making{
    padding: 20px;
  }
h2 {
    font-size: 30px;
    line-height: 40px;
}
.sign-img{
    width: 18rem;
}
.fields-wrap{
    flex-direction: column;
}
h1, .about-ban-h1 {
    font-size: 36px;
    line-height: 40px;
}
.solution-line{
    width: 7rem;
}
.banner-heading2{
    min-width: 172px;
    min-height: 50px;
}
.counter-wraper{
    grid-template-columns: 1fr;
}
.counter-grid2{
    margin-top: 0;
}
.stat-card{
    height: 200px;
}
.content-para{
    text-align: left;
}
.container {
    width: 92%;
}
.about-left-ban{
    align-items: last baseline;
}
.content-para{
    max-width: 100%;
}
.about-ban-i {
    margin-top: 0px;
}
.double-btn{
    flex-direction: column;
}
.our-story {
    padding-top: 10rem;
}
.story-absolute-box {
    min-height: 15%;
}
.bg-yellow-line-v3{
    padding: 5px 0px 10px 16px;
}
.value-icon{
    display: none;
}
.moving-cost-wraper{
    grid-template-columns: 1fr;
}
.price-ban-content-box {
    width: 100%;
}
.rbga-color{
    background: linear-gradient(91deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.88) 30%, rgba(255, 255, 255, 0.88) 10%);
}
.max-width-quote {
        max-width: 80%;
    }
    .blog1-main-parents-img-layer{
        align-items: self-start;
    }
    .blog1-main-parents-img, .moving101-main-parents-img{
        height: 300px;
        aspect-ratio: unset;
    }
    .blog1-heading-h1{
        max-width: 100%;
    }
    .blog1-main-parents-img-layer{
        padding: 20px;
    }
    .blog1-all-content-container {
    padding: 20px 40px;
}
    .contact-form-all {
        width: 100%;
    }
    .banner-right-img img{
    height: 390px;
   }
   .hero-btn{
        flex-direction: column;
        width: 100%;
    }
        .about-ban {
        height: 150vh;
    }
    .about-ban-middlebox {
        top: 84%;
    }
}

@media screen and (max-width: 398px){
   .about-ban-middlebox {
        top: 94%;
    }
}

@media screen and (max-width: 375px){
   .about-ban-middlebox {
        top: 85%;
    }
}
@media screen and (max-width: 375px){
   .about-ban-middlebox {
        top: 94%;
    }
}

@media screen and (max-width: 340px){
    h1, .about-ban-h1 {
        font-size: 32px;
        line-height: 40px;
    }
}