

/* =======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px=======================1728px */

@media screen and (max-width: 1730px) {}

/* =======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px=======================1440px */


@media screen and (max-width: 1445px) {}

/* =======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px=======================1285px */

@media screen and (max-width: 1285px) {}

/* =======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px=======================1120px */

@media screen and (max-width: 1120px) {}

/* =======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px=======================992px */

@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  
  .small nav {
    padding: 15px 0;
  }
  
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

  .small nav .menu-2{
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .sidebar {
    left: 0;
  }
  
  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }
  
  .small nav .sidebar>ul>li {
    padding: 10px;
   
  }
  
  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }
  
  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }
  
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
  
    font-size: 14px;
  }
  
  .small {
    display: block;
  }
 


h1 {
  font-size: 55px;
 
} 
h2 {
  font-size: 40px;
}


p br{
  display: none;
}

header#main_header {
  display: none;
}
section{
  padding: 50px 0;
}
.banner {
/*   background: url(../image/mobile-banner.png)!important; */
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: bottom!important;
  /* background-position: 45px; */
  color: #fff;
  padding: 50px 0 40px;
  text-align: center;
}

.dumpster-service{
  text-align: center;
}
.dumpster-service .hd_info{
  justify-content: center;
}

.how-it-work {
/*   background: url(../image/mobile-bg-1.png)!important; */
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: bottom!important;
 text-align: center;
  padding-bottom: 250px;
}
.how-it-work .number-box {
  background: linear-gradient(90deg, rgba(247, 247, 247, 0.692) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
  padding: 18px;
  border-radius: 6px;
  transition: 0.6s;
  height: 100%;
  border: 1px solid #555;
}
.small .hd_info{
  gap: 15px;
}
.hd_info{
  gap: 25px;
}

.why-choose-us .img-box {
  position: inherit;
  top: 60px;
  width: 100%;
}

.video-box{
  background-color: #000;
  line-height: 0;
}
.video-box img{
  opacity: 0.6;
}
.video-box .over-lay h5 a {
  display: flex;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  align-items: center;
  gap: 10px;
  letter-spacing: 3px;
  justify-content: center;
  width: 100%;
  /* display: block; */
}
.video-box .over-lay h5{
  text-align: center;
}
.video-box .over-lay {
  position: absolute;
  bottom: 15px;
  color: #fff;
  width: 100%;
}
.video-box .over-lay h5 img {
  width: 30px;
  opacity: 1;
  
}
.footer ul.social-2 {
  margin: 0;
  display: flex;
  gap: 25px;
  justify-content:start;
  align-items: center;
}
.area a.area-btn {
  width: 100%;
  background: #fff;
  padding: 17px 6px;
  display: flex;
  gap: 10px;
  color: var(--theme-color);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
  align-items: center;
}
.footer ul.menu-list li a {
  color: #fff;
  padding: 10px;
}
.footer ul.menu-list {
  display: flex;
  gap: 0px 33px;
  flex-wrap: wrap;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.footer{
  padding-bottom: 120px;
}


/* 5-12-2024 */

/* Area Page */

.banner_area .hd_info {
	justify-content: center;
}
.banner_area .heading {
	text-align: center;
}

.area_page a.area-btn {
  font-size: 16px;
}


.comon_heading .heading{
  text-align: center;
}
.inner_area3 .heading{
  text-align: center;
}

.other_contact {
	padding: 30px;
}
.other_contact h3 {
	font-size: 40px;
}
.contact_form h3 {
	font-size: 40px;
}

.area_sec3{
  text-align: center;
}



}

/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


@media screen and (max-width: 890px) {}


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



@media screen and (max-width: 845px) {}

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




@media screen and (max-width: 770px) {}

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

@media screen and (max-width: 567px) {

  .why_choose_us .content_box {
    flex-direction: column;
    text-align: center;
  }

  .why_choose_us .content_box hr{
    display: none;
  }
  .why_choose_us .content_box img {
    width: 70px;
  }
}

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

@media screen and (max-width: 430px) {}

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

@media screen and (max-width: 420px) {

}

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 320px) {

}



















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

@media screen and (max-width: 380px) {

}




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 320px) {}

















