
/*min*/
@media (min-width: 576px){
    .popular .wrapper h4{
        top: 100px;
    }

}
@media (min-width: 481px){
    .banner .box span {
        display: none;
        }
}

@media (min-width: 992px) {
    .quality .pic {
        margin: 0px -200px 40px 40px;
        height: calc(100% - 40px);
    }
    .quality .pic:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(../img/movers.webp);
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-bottom-left-radius: 130px;
        border-top: 0px;
    }
     .area_serve ul li {
        width: calc(100% / 4 - 30px);
        margin: 0 15px;
    }
}

@media (min-width: 2023px){
    .popular:before {
        max-width: 1140px;
        margin: auto;
    }
    .services:after {
        width: 50%;
    }

    .testimonial .container-fluid{
        max-width: 1140px;
    }
}



/*max-width*/

@media (max-width: 1299.98px) {
	.popular .nav-tabs .nav-link {
        line-height: normal;
    }
}


@media (max-width: 1199.98px) {
    .popular .nav-tabs .nav-link {
        line-height: normal;
    }
    .steps:before{
        opacity: 0.2;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        background: #ffffff;
        width: 250px;
        padding-top: 15px;
        display: flex;
        flex-direction: column;
        z-index: 9999;
        transition: left 0.3s ease-in-out 0s !important;
        float: none;
        left: -250px !important;
        height: 100vh !important;
        margin-top: 0 !important;
        top: 0 !important;
        right: unset !important;
        overflow: hidden;
        opacity: inherit;
    }

    .collapse.show {
        left: -1px !important;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 24%);
    }

    .navbar-nav {
        width: 100%;
    }

    .nav-item {
        padding-bottom: 10px;
    }

    .navbar-collapse .calling {
        padding: 0px 10px !important;
        width: 100%;
    }
    .navbar-toggler {
        outline: none !important;
        border: 0px;
        padding: 0px;
    }
    .rent li:last-child {
        padding-bottom: 0;
    }
    footer .widget {
        margin-bottom: 30px;
    }
    footer .row + .row {
        margin-top: 0;
    }
    footer .row + .row p {
        text-align: center;
    }

    footer .btm-links {
        justify-content: center;
        margin-top: 10px;
    }
    .relocation .icns .box {
        padding-bottom: 30px;
    }
	.popular .price>span{
	    font-size: 28px;	
	}
	.popular .price>span span {
	    font-size: 18px;
	}
	.popular .tab-content {
        background: none !important;
    }
	.popular .nav-tabs {
        justify-content: center;
    }
    .popular .name {
        font-size: 25px;
    }
    .popular .caption {
        font-size: 12px;
    }
    .popular .bottom .context span {
        font-size: 21px;
    }
    .popular {
        padding-top: 30px;
        margin-top: 0;
    }

    .popular .theme-heading {
        margin-bottom: 20px;
    }
    .services:after {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        height: 50%;
        width: 100%;
    }

    .quality .pic {
        margin: 30px 0px 70px 40px;
        height: calc(100% - 70px);
    }
    .quality .pic img{
        border-bottom-left-radius: 130px;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .process .one {
        order: 2;
    }

    .process .two {
        order: 1;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px){
    .popular .quote-button span {
        font-size: 16.97px;
    }
    .popular .name {
        font-size: 25px;
    }
    .navbar-brand img {
        width: 150px;
    }

    .nav-link {
        font-size: 14px;
    }

    .calling {
        font-size: 19px;
    }
}


@media (max-width: 767.98px) {
    .popular .hour h4 {
        font-size: 32px;
    }
    .popular .nav-tabs .nav-link{
        font-size: 13.99px;
    }
    .popular .nav-tabs .nav-link span {
        display: block;
    }
    .services .inner {
        padding: 30px 15px 10px;
    }
    .popular:before {
        content: none;
    }
}


@media (min-width: 768px) and (max-width: 991.98px){
    .popular .wrapper h4 {
        font-size: 30px;
    }

    .popular:before {
        background: -moz-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(235,235,235,1) 0%,rgba(235,235,235,1) 40%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(235,235,235,1) 0%,rgba(235,235,235,1) 40%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
    }
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    .contact-badge {
        padding: 30px 0px;
    }
    .cmn-padding {
        padding: 30px 0px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    br {
        display: none;
    }
    .faq br {
        display: block;
    }
    footer {
        padding: 30px 0 30px;
    }
    .testimonial .carousel-inner {
        margin-top: 0px;
    }
    .testimonial .carousel-item {
        margin-bottom: 40px;
    }
    .testimonial .vdo .theme-heading, .faq form{
       padding: 15px;
    }
    .testimonial .slides {
        padding: 30px 15px;
    }
    .popular .name {
        font-size: 28px;
    }
    .popular .bottom {
        padding: 5px 15px;
    }
    .popular .bottom .row .rect:nth-child(2) {
	    border-top: 1px solid #d2d2d2;
	    border-bottom: 1px solid #d2d2d2;
	    border-left: 0px;
	    border-right: 0px;
	    margin-top: 10px;
	    margin-bottom: 5px;
	    padding: 5px 0 10px;
    }
    .popular .quote-button span {
        font-size: 14px;
    }
    .quality .pic {
        margin: 20px 0px 35px 15px;
        height: calc(100% - 35px);
    }
    .quality .pic:after {
        left: -15px;
        bottom: -15px;
    }
    .quality .call{
        left: -15px;
    }
    .quality .call h2 {
        font-size: 25px;
    }
    
    .area_serve ul li {
    width: calc(100% / 2 - 15px);
    margin: 0 7px;
    font-size: 12px;
}

}


@media (max-width: 480.98px){
    .banner .box h3 {
    font-size: 17.98px;
    font-weight: normal;
}
.banner .box h1 {
    font-size: 22px;
}
ul.opt {
    display: none;
}
.banner .box {
    margin-top: 75px;
}
    .banner .box .calling {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: max-content;
        margin-bottom: 0 !important;
        border: 1.5px solid #c90010;
        border-radius: 7px;
        padding: 2px 8px 14px;
    }
    .banner .box span {
        position: absolute;
        top: 37px;
        left: 0;
        display: block;
        font-size: 15px;
        font-style: italic;
        font-weight: 500;
        right: 0;
        color:#000000;
        text-align: center;
    }
    .awards {
        margin: 30px 0;
        overflow-x: auto;
        display: -webkit-inline-box;
        flex-wrap: inherit;
    }
    .awards li {
        width: calc(100% / 4 - 5px);
    }
    .banner{padding-top: 80px;}
    .banner .box .calling {
        font-size: 30px;
    }
    .contact-badge article a {
        font-size: 30px;
    }
    .popular .hour h4 {
        font-size: 24px;
    }
    .popular .ready {
        text-align: center;
        margin-bottom: 10px;
    }

    .popular .outer {
        flex-direction: column;
    }

    .popular .outer .price {
        margin: auto;
    }

    .popular .nav-tabs .nav-link {
        font-size: 10px;
    }
    .popular .nav-tabs li.active:before {
        background-size: contain;
        width: 60px;
        height: 36px;
        top: -34px;
    }
    .popular .nav-tabs li {
        margin-top: 35px;
    }
    .popular .nav-tabs {
        margin-bottom: 0px;
    }
    .navbar-brand img {
        width: 170px;
    }
}

@media (max-width: 360.98px){
	h2 {
        font-size: 22px;
    }
}
