/* ========== Small phones (portrait) ========== */
@media only screen and (max-width: 576px) {
	.container { padding-left: 15px; padding-right: 15px; }
	.topbar .row { margin-left: -15px; margin-right: -15px; }
	.topbar .left-div { padding: 8px 10px; text-align: center; }
	.topbar .right-div { float: none; text-align: center; padding: 8px 10px; }
	.topbar ul li { font-size: 12px; display: inline-block; padding: 2px 4px; }
	/* Hide only the " | " separators on mobile, keep GST, phone numbers and email visible */
	.topbar .right-div ul li:nth-child(3),
	.topbar .right-div ul li:nth-child(6) { display: none; }
	.demo { padding-left: 10px; padding-right: 10px; }
	/* Small phones: slightly smaller logo for better fit */
	.demo .logo img {
		max-width: 110px;
		max-height: 38px;
	}
	.logistic-section h2 { font-size: 18px; }
	.logistic-section h3 { font-size: 16px; }
	.logistic-section .content { padding: 10% 5%; }
	.logistic-section .content p { margin-top: 8%; margin-bottom: 8%; font-size: 14px; }
	.logistic-section .content h4 { font-size: 16px; }
	.logistic-section h4:before { margin-left: 0; width: 30%; }
	.mission-section h1 { font-size: 24px; }
	.mission-section .first-ul { width: 100%; }
	.mission-section .p-0 { padding: 0 15px; }
	.mission-section .circle { width: 40px; height: 40px; }
	.mission-section .circle span { font-size: 16px; margin-left: 28%; }
	.provide-section h2 { font-size: 20px; }
	.provide-section p { font-size: 14px; }
	.process-section h2 { font-size: 20px; }
	.process-section p { font-size: 14px; }
	.moverspackers-process-list ul li { display: block; padding: 0 0 25px; margin-bottom: 15px; }
	.moverspackers-process-list ul li:before { display: none; }
	.moverspackers-process-list ul li span { width: 90px; height: 90px; }
	.moverspackers-process-list ul li span i { font-size: 28px; padding: 28px 0 0; }
	.moverspackers-process-list ul li span small { width: 35px; height: 35px; font-size: 12px; margin: -18px 0 0 -18px; }
	.moverspackers-process-list h6 { font-size: 14px; }
	.get-quote-section { min-height: auto; padding: 15px 0 30px; }
	.moverspackers-get-quote-form .moverspackers-fancy-title h2 { font-size: 22px; }
	.moverspackers-get-quote-form .moverspackers-fancy-title p { width: 100%; font-size: 14px; }
	.moverspackers-get-quote-form ul li { width: 100% !important; float: none !important; padding: 0 0 15px; }
	.moverspackers-get-quote-form ul li:first-child { float: none !important; }
	.moverspackers-get-quote-thumb { text-align: center; margin-top: 20px; }
	.moverspackers-get-quote-thumb img { position: relative !important; width: 80%; max-width: 280px; top: 0 !important; }
	.moverspackers-footer-contact ul { margin: 0 -15px; }
	.moverspackers-footer-contact ul li { margin-bottom: 15px; }
	.moverspackers-footer-contact-text { padding: 15px 15px 15px 15px; }
	.moverspackers-footer-contact-text i { font-size: 24px; right: 10px; top: 12px; }
	.moverspackers-footer-copyright .left,
	.moverspackers-footer-copyright .right { float: none !important; text-align: center; }
	.moverspackers-footer-copyright .right { margin-top: 10px; }
	.moverspackers-footer-copyright .left p { font-size: 14px; }
	.many-list .text-effect { font-size: 14px; line-height: 1.5; }
	.provide-section p br { display: none; }
	.process-section p br { display: none; }
	.logistic-service-part .logistic-content { padding: 8% 6% 12%; }
	.logistic-service-part .logistic-content h2 { font-size: 20px; }
	.logistic-service-part .logistic-content p { font-size: 14px; }
	.logistic-service-part .logistic-img { float: none; width: 100%; margin: 0; }
	.counter .counter-value { height: 120px; width: 120px; padding: 40px 0; font-size: 24px; }
	.counter .plus-sign { top: 85px; right: 45px; font-size: 22px; }
	.counter h3 { font-size: 14px; }
	.top-heading h3, .top-heading span { font-size: 18px; }
	.inner-banner h1 { font-size: 22px; height: auto; padding: 8% 0; }
	.breadcrumb { padding: 10px 10px 10px 10px; }
	.breadcrumb li:first-child { left: 10px; }
	/* Even narrower menu on small phones; keep light background */
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
		width: 240px;
		left: -240px;
		background: #fff !important;
	}
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
		left: 0;
		background: #fff !important;
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav {
		width: 240px;
		padding-left: 10px;
		background: #fff !important;
	}
}

/* ========== Mobile: hide sticky social bar, keep topbar above menu, logo size ========== */
@media only screen and (max-width: 768px) {
	#st-3.st-left { display: none !important; }
	#mybutton1 .feedback1 { width: 56px; height: 56px; padding: 8px; }
	#mybutton1 a .fa { font-size: 2.2rem; }
	.topbar { position: relative; z-index: 100; }
	.topbar .right-div ul { flex-wrap: wrap; justify-content: center; }
	/* Mobile logo: balanced size so it looks good in the header */
	.demo .logo { padding: 6px 0; display: block; text-align: right; }
	.demo .logo a { display: inline-block; }
	.demo .logo img {
		max-width: 130px;
		width: auto;
		height: auto;
		max-height: 44px;
		object-fit: contain;
		vertical-align: middle;
	}
}

@media only screen and (max-width:990px){
	body{
		font-size: 12px;
	}
	/* Narrower mobile menu + light background (override bootsnav dark #383838) */
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
		width: 260px;
		left: -260px;
		background: #fff !important;
	}
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
		left: 0;
		background: #fff !important;
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav {
		width: 273px;
		max-width: 85vw;
		background: #fff !important;
		border-top-color: #eee !important;
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
		color: #0c0c0c !important;
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
		color: #0c0c0c !important;
	}
	nav.navbar.bootsnav.navbar-mobile li.dropdown ul.dropdown-menu {
		background: #f5f5f5 !important;
		border-color: #eee;
		padding-left: 0;
		list-style: none;
	}
	nav.navbar.bootsnav.navbar-mobile li.dropdown ul.dropdown-menu > li > a {
		display: block;
		padding: 12px 15px 12px 28px !important;
		border-bottom: 1px solid #eee;
	}
	/* Ensure "Our city" submenu is visible on mobile: override desktop transform/opacity */
	nav.navbar.bootsnav.navbar-mobile ul.nav > li.dropdown.on > ul.dropdown-menu,
	nav.navbar.bootsnav.navbar-mobile ul.nav > li.dropdown.open > ul.dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		display: block !important;
	}
	nav.navbar.bootsnav.navbar-mobile li.dropdown ul.dropdown-menu > li > a {
		transform: none !important;
	}
	.demo .col-md-10 .pull-right{
		float: left !important;
	}
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav .navbar-toggle{
        color: var(--text_color2);
        background: transparent !important;
    }
    nav.navbar.bootsnav ul.nav>li{ margin: 5px auto 15px; }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a{
        background-color: transparent;
        text-align: center;
        padding: 10px 15px;
        border: none;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>a{ padding: 10px 10px 10px 17px; }
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:before{ color: var(--text_color); }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{
        color: #fff;
        padding-left: 10px;
        border-bottom-color: none;
    }
    nav.navbar.bootsnav .dropdown-menu{ z-index: 0; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
        color: var(--text_color2);
        font-size: 14px;
        font-weight: normal;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu li a{
       color: #fff;
   }
  
/*---------------------------logistic--section------------*/
	.explore-section, .mission-section, .get-quote-section {
    background-size: cover;
    height: 100%;
	}	
   .logistic-section .logistic-row {
    width: 100%;
    max-width: 100%;
   }
   .logistic-section .content {
    padding: 15% 5%;
	}
	.topbar .right-div ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; }
	.explore-section .left-div, .explore-section .right-div {
    width: 100%;
    text-align: center;
	}
	.explore-section .right-div h1, .explore-section .right-div p {
    text-align: center;
	}
	.explore-section .left-div .left-content1, .explore-section .right-div .right-content1 {
    margin: 15% 0 10% 0;
	}
/*----------------------mission-section-------------------------------*/
.mission-section .first-ul {
    width: 100%;
}
.mission-section .p-0 {
    padding: 0 30px;
}
.customer-section{
	background-color: #f0f4f6;
	background-image: none;
	height: 100%;
	padding: 4% 0;
}
.customer-section h2 {
    font-size: 12px;
}
.customer-section .customer-right {
    width: 100%;
}
.customer-section h2 span {
    font-size: 20px;
}
.customer-section .customer-row .font-div {
    width: 20px;
    height: 20px;
	margin: 0;
}
.customer-section .customer-row .font-div .fa {
    font-size: 10px;
    padding: 0px 0 0 6px;
}
.customer-section .customer-row h5 {
    font-size: 10px;
    padding-bottom: 0px;
}
.logistic-service-part .logistic-content h2 {
    font-size: 25px;
}
.moverspackers-get-quote-thumb img {
    position: relative;
}
/*-------------inner--banner-----------*/
.inner-banner h1 {
    font-size: 30px;
    padding: 5% 0 0 0;
    height: 12vh;
}
.breadcrumb li:first-child {
    left: 20px;
}
}
@media only screen and (max-width:990px)
and (orientation: landscape){
	body{
		font-size: 18px;
	}
	.p-0{
		padding: 15px;
	}
	h4:before {
    margin: 0 auto;
    top: 27%;
}
.customer-section .customer-row h5 {
    font-size: 18px;
}
.customer-section .customer-row .font-div {
    width: 40px;
    height: 40px;
}
.customer-section .customer-row .font-div .fa {
    font-size: 20px;
    padding: 11px 0 0 8px;
}
.image-div, .box, .moverspackers-get-quote-thumb{
    width: 50%;
    margin: 2% auto;
}
.logistic-section .content {
    padding: 7% 0;
}
.logistic-section .content p {
    margin-top: 6%;
    margin-bottom: 8%;
}
.logistic-service-part .logistic-content {
    padding: 3% 10% 20% 20%;
}
.customer-section h2 {
    font-size: 20px;
}
.customer-section h2 span {
    font-size: 30px;
}	
.inner-banner h1 {
    font-size: 40px;
    padding: 7% 0 0 0;
    height: 37vh;
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
{
body{
		font-size: 16px;
	}
.topbar .left-div {
    padding: 12px 15%;
}

nav.navbar.bootsnav .navbar-toggle {
    margin-right: 0;
}	
.demo .col-md-10 .pull-right {
    float: right !important;
}
.img-slide{
	background-size: 100%;
	height: 30vh !important;
}
.logistic-section .content {
    padding: 5% 0;
}
.logistic-content {
    height: 40vh;
}
.logistic-service-part .logistic-img {
    width: 30vh;
    height: 40vh;
}
.logistic-service-part {
	background-size: cover;
    height: 40vh;
}
.logistic-section .content p {
    margin-top: 5%;
}
h4:before {
    margin-left: 25%;
    top: 25%;
}
.customer-section h2 {
    font-size: 20px;
}
.customer-section h2 span {
    font-size: 40px;
}
.customer-section .customer-row h5 {
    font-size: 18px;
}
.customer-section .customer-row .font-div {
    width: 40px;
    height: 40px;
}
.customer-section .customer-row .font-div .fa {
    font-size: 20px;
    padding: 11px 0 0 8px;
}
.moverspackers-get-quote-thumb img{
	display: none;
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
{
.p-0{
	padding: 0 10px;
}
.img-slide{
	background-size: 100%;
	height: 50vh !important;
}	
.logistic-section .logistic-row {
	width: 100%;
}
.explore-section, .mission-section {
    height: 100%;
}
.mission-section{
	background-size: cover;
}
.customer-section{
	padding: 0% 0 4% 0;
}
.customer-section h2 {
    font-size: 20px;
}
.customer-section h2 span {
    font-size: 35px;
}
.customer-section .customer-row {
    margin-top: 4%;
}
.get-quote-section{
	height: 100%;
}
.inner-banner h1 {
    height: 25vh !important;
}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
{
	.logistic-section .logistic-row {
    width: 100%;
}
.explore-section, .mission-section, .get-quote-section{
	height: 100%; 
}
.mission-section{
	background-size: cover;
}
.customer-section{
	padding: 1% 0 4% 0;
}
.customer-section .customer-row {
    margin-top: 0%;
}
.moverspackers-get-quote-thumb img{
	display: block;
}
.inner-banner h1 {
    height: 25vh;
}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
{
.img-slide{
	background-size: 100%;
	height: 100% !important;
}
.explore-section{
	padding: 4% 0 15% 0;
}
.inner-banner h1 {
    height: 30vh;
}
}