@import url('style-a.css');

@media screen and (min-width:260px){

    .pageNotFound{
        display: block;
        width: 100%;
        height: 60vh;
        background: #a81818 url(../images/bgnotfound.jpg)repeat top left;
        background-size: cover;
        /* background-attachment: fixed; */
        position: relative;
        overflow: hidden;
    }
    .pageNotFound h1{
        font-size: 3em;
    }
    .pageNotFound h3{
        font-size: 1.2em;
        font-weight: normal;
    }
    .pageNotFound p{
        display: block;
        margin-top: 25px;
        line-height: 2;
        text-align: center;
    }
    .pageNotFound a{
        display: inline-block;
        padding: 6px 14px;
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 4px;
        text-decoration: none;
        color: #f1f1f1;
    }


    .homeSliderW{
        display: block;
        width: 100%;
        height: 60vh;
        background: #fff url(../images/home-slide.jpg)no-repeat 15% center;
        background-size: cover;
        /* background-attachment: fixed; */
        position: relative;
        overflow: hidden;
    }
    .aboutSliderW{
        display: block;
        width: 100%;
        height: 60vh;
        background: #fff url(../images/about-us-cover.jpg)no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .servicesSliderW{
        display: block;
        width: 100%;
        height: 60vh;
        background: #fff url(../images/services-cover.jpg)no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .trucksSliderW{
        display: block;
        width: 100%;
        height: 60vh;
        background: #fff url(../images/truks-and-buses-cover.jpg)no-repeat top left;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .locationsSliderW{
        display: block;
        width: 100%;
        height: 60vh;
        background: #fff url(../images/locations-cover.jpg)no-repeat left top;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .blogsSliderW{
        display: block;
        width: 100%;
        height: 60vh;
        background: #fff url(../images/blogs/blog-cover.jpg)no-repeat left center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .contactSliderW{
        display: block;
        width: 100%;
        height: 60vh;
        background: #fff url(../images/contact-us-cover.jpg)no-repeat left top;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .topDark{
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(20, 60, 93, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .textSlider{
        display: block;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-60%);
        z-index: 5;
    }
    .homeText{
        display: block;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 5;
    }
    .textAnimate{
        opacity: 0;
        top: 55%;
        transform: translate(-50%,55%);
        animation: movetext forwards 0.45s 0.3s;
    }
    @keyframes movetext {
        0%{
            top: 55%;
            opacity: 0;
            transform: translate(-50%,-55%);
        }
        100%{
            top: 45%;
            opacity: 1;
            transform: translate(-50%,-45%); 
        }
    }
    .textSlider .firstParag{
        font-size: 1.7em;
        padding: 5px 10px;
        margin: 10px auto;
        line-height: 1.3;
    }
    .textSlider .mobileH1{
        font-size: 2.5em;
        font-weight: 700;
        font-family: var(--menuFont);
        color: #f8f8f8;
        text-shadow: 0 1px 5px #333;
        padding: 0;
        margin: 10px auto;
        line-height: 1;
    }
    .textSlider .callNow a{
        display: inline-block;
        padding: 0.6em 1em;
        margin: 25px auto;
        font-size: 1.3em;
        background-color: var(--lightblue);
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
    }
    .textSlider .get-Quote a{
        display: inline-block;
        padding: 0.6em 1em;
        margin: 25px auto;
        font-size: 1.3em;
        background-color: var(--lightblue);
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
    }
    .textSlider .callNowPc{
        display: none;
    }

    .pushBetween{
        display: block;
        width: 100%;
        height: 60px;
    }
    .readMoreBtn{
        display: inline-block;
        padding: 7px 20px;
        margin: 15px auto;
        background-color: var(--lightblue);
        color: #fff;
        font-size: 1.2em;
        border-radius: 25px;
    }
    .readMoreBtn a{
        text-decoration: none;
        color: #fff;
    }
    .staffWrapp{
        display: inline-block;
        overflow: hidden;
        text-align: center;
        width: 100%;
    }
    .staff-pic{
        display: block;
        width: 110px;
        height: 110px;
        margin: 10px auto;
        padding: 5px;
        border: 5px solid var(--lightbluetwo);
        border-radius: 100%;
        overflow: hidden;
    }
    .staff-pic img{
        width: 100%;
        height: auto;
        border-radius: 100%;
    }
    .staff-info{
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .staff-info p{
        text-align: center;
        padding: 2px 10px;
    }
    .staff-info a{
        display: inline-block;
        padding: 7px 18px;
        margin: 15px auto;
        background-color: var(--lightblue);
        color: #fff;
        border-radius: 25px;
        text-decoration: none;
    }
    .promo-video{
        display: block;
        width: 100%;
        max-width: 300px;
        height: 200px;
        margin: 0 auto;
        border-radius: 15px;
    }
    .locations-image{
        display: block;
        width: 100%;
        max-width: 300px;
        background-color: #fff;
        margin: 5px auto;
        padding: 10px;
        box-shadow: 0 0 5px #ccc;
        height: auto;
    }
    .locations-image img{
        display: block;
        width: 100%;
        max-width: 300px;
        height: auto;
    }
    .cities-wrapper-list{
        display: block;
        width: 90%; 
        max-width: var(--maxW);
        margin: 0 auto;
        text-align: center;
    }
    .cities-list{
        display: inline-block;
        width: 100%;
        max-width: 300px;
        margin: 27px auto;
        padding: 8px 15px;
        background: linear-gradient(rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 50%);
        color: var(--darkbluetwo);
        font-weight: 600;
        border:1px solid #fff;
        box-shadow: 0 3px 5px rgba(220, 220, 220, 0.5);
        border-radius: 5px;
        text-align: center;
        font-size: 18px;
    }
    .cities-list a{
        display: block;
        text-decoration: none;
        color: var(--darkbluetwo);
    }
    .cities-list:hover{
        background: linear-gradient(var(--lightbluetwo) 50%, var(--lightblue) 50%);
        color: #fff;
    }
    .cities-list:hover a{
        color: #fff;
    }

    /* ===== QUOTES FORM ================================================= */
    .quotesForm{
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
    }
    .quotesForm label{
        display: block;
        padding: 6px 0;
        font-size: 1.3em;
        font-weight: 600;
        color: var(--lightblue);
    }
    .quotesForm input[type="text"],
    .quotesForm input[type="tel"],
    .quotesForm input[type="email"]{
        display: inline-block;
        width: 49%;
        max-width: 220px;
        margin: 5px 0;
        padding: 6px 14px;
        font-size: 100%;
        font-family: var(--mainFont);
        border: 1px solid #cacaca;
        color: #454545;
        background-color: transparent;
    }
    .quotesForm select{
        display: inline-block;
        width: 49%;
        max-width: 220px;
        margin: 5px 0;
        padding: 5px 14px;
        font-size: 100%;
        font-family: var(--mainFont);
        border: 1px solid #cacaca;
        color: #454545;
        background-color: transparent;
    }
    .quotesForm input[type="text"]:focus,
    .quotesForm input[type="tel"]:focus,
    .quotesForm input[type="email"]:focus{
        outline: none;
        border: 1px solid var(--lightblue);
        color: #454545;
        background-color: #f5f5f5;
    }
    .quotesForm select:focus{
        outline: none;
        border: 1px solid var(--lightblue);
        color: #454545;
        background-color: #f5f5f5;
    }
    .quotesForm input[type="submit"],
    .quotesForm input[type="button"],
    .quotesForm button{
        display: block;
        margin: 15px auto;
        padding: 6px 22px;
        font-size: 100%;
        font-family: var(--mainFont);
        border: none;
        border-radius: 25px;
        color: #fff;
        background-color: var(--lightblue);
        cursor: pointer;
    }
    .form-alerts{
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.25s;
        z-index: 10;
    }
    .form-alerts-show{
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.65);
        position: absolute;
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        transition: all 0.25s;
        z-index: 10;
    }
    .inner-alerts{
        display: block;
        width: 98%;
        padding: 5px 15px;
        background: red;
        color: #fff;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%);
        font-size: 1.2em;
    }
    .nearbylink{
        display: block;
        width: 98%;
        margin: 30px auto;
    }
    .nearbylink a{
        display: block;
        text-decoration: none;
        color: var(--darkbluetwo);
        font-weight: 600;
        padding: 5px 10px;
        border: 1px solid #dadada;
        border-radius: 4px;
        transition: all 0.25s;
    }
    .ba-pics{
        display: block;
        margin: 5px auto;
    }
    .ba-pics img{
        display: block;
        width: 100%;
        height: auto;
    }


}

@media screen and (min-width:670px){
    .cities-list{
        display: inline-block;
        width: 90%;
        max-width: 250px;
        margin: 15px 25px;
    }
    .nearbylink{
        display: block;
        width: 90%;
        max-width: 300px;
        margin: 30px auto;
    }
    .ba-pics{
        display: inline-block;
        width: 46%;
        text-align: center; 
        margin: 5px 10px;
    }
    .ba-pics img{
        display: inline-block;
        width: 100%;
        max-width: 500px;
        height: auto;
        border-radius: 25px 0;
    }


}


@media screen and (min-width:1024px){

    .homeSliderWrapp{
        display: block;
        width: 100%;
        height: 50vh;
    }
    .pushBetween{
        height: 50px;
    }

    .aboutSliderW{
        display: block;
        width: 100%;
        height: 55vh;
        background: #fff url(../images/about-us-cover.jpg)no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .servicesSliderW{
        display: block;
        width: 100%;
        height: 55vh;
        background: #fff url(../images/services-cover.jpg)no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .trucksSliderW{
        display: block;
        width: 100%;
        height: 55vh;
        background: #fff url(../images/truks-and-buses-cover.jpg)no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .locationsSliderW{
        display: block;
        width: 100%;
        height: 55vh;
        background: #fff url(../images/locations-cover.jpg)no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .blogsSliderW{
        display: block;
        width: 100%;
        height: 55vh;
        background: #fff url(../images/blogs/blog-cover.jpg)no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .contactSliderW{
        display: block;
        width: 100%;
        height: 55vh;
        background: #fff url(../images/contact-us-cover.jpg)no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .textSlider{
        display: block;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-60%);
        z-index: 5;
    }
    .textAnimate{
        opacity: 0;
        top: 60%;
        transform: translate(-50%,60%);
        animation: movetext forwards 0.45s 0.3s;
    }
    @keyframes movetext {
        0%{
            top: 60%;
            opacity: 0;
            transform: translate(-50%,-60%);
        }
        100%{
            top: 50%;
            opacity: 1;
            transform: translate(-50%,-50%); 
        }
    }
    .homeText{
        display: block;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 5;
    }

    .textSlider .firstParag{
        font-size: 1.9em;
        margin: 15px auto;
        line-height: 1.3;
    }
    .textSlider .mobileH1{
        font-size: 3em;
        margin: 15px auto;
        line-height: 1;
    }
    .textSlider .callNow a{
        display: none;
    }
    .textSlider .callNowPc{
        display: inline-block;
        padding: 5px 20px;
        margin: 10px auto;
        font-size: 3em;
        text-transform: uppercase;
        font-family: var(--menuFont);
        font-weight: 400;
        letter-spacing: 2px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        border-radius: 50px;
    }
    .staff-pic{
        display: block;
        width: 140px;
        height: 140px;
        margin: 10px auto;
        padding: 5px;
        border: 5px solid var(--lightbluetwo);
        border-radius: 100%;
        overflow: hidden;
    }
    .promo-video{
        display: block;
        width: 100%;
        max-width: 600px;
        height: 300px;
        margin: 0 auto;
        border-radius: 15px;
    }

    .locations-image{
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 5px auto;
    }
    .locations-image img{
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .inner-alerts{
        display: block;
        width: 100%;
        max-width: var(--maxW);
        padding: 5px 15px;
        background: red;
        border-radius: 0;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(0);
        font-size: 1.2em;
    }
    .nearbylink{
        display: block;
        width: 90%;
        max-width: 300px;
        margin: 15px auto;
    }
    .nearbylink a:hover{
        background-color: var(--lightblue);
        color: #fff;
        border: 1px solid var(--lightblue);
        transition: all 0.25s;
    }

    .quotesForm{
        display: block;
        width: 500px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
    }
    .bg-dark{
        background-color: var(--darkblue)!important;
    }




}