body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
header {
    position: absolute;
    width: 100vw;
    z-index: 99999;
}
p a{
    color: #ed1f29;
    font-weight: 400;
}
.new-inp option{
    color:black;
    font-size:12px;
    font-weight:300;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.new-sub:focus {outline: none;}
.branding {padding: 15px 0;}
.branding img{    max-width: 200px;}
.menu-area {margin-top: -20px;}
.menu-area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-area ul li:last-child{
    margin-right: 0;
}
.dark-bg h1, .dark-bg p {color: white;}
    
.dark-bg {
    background: url(../img/bg-inner.jpg) !important;
}
.pd-top-50 {padding-top: 50px;}
.menu-area ul li{
    line-height: 55px;
    padding: 40px 20px 0;
    border: 6px solid white;
    border-radius: 4px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    display: inline-block;
    margin-top: 0px;
    cursor: pointer;
    margin-right: 20px;
    background: white;
}

.menu-area ul li a{
    color: #484848;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    display: inline-block;
}

.banner {
    background: url(../img/banner.jpg);
    padding: 150px 0 0;
    background-size: cover;
}
.banner h1{
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 20px;
}
.banner p span{
        text-transform: uppercase;
    font-weight: 800;
    color: #ed1b24;
}
.banner p{
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
.banner a{}
.banner img{
    max-width: 540px;
    border: 20px solid white;
    box-shadow: 0px 0px 51px #b3b3b3;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    margin-top: 30px;
    position: relative;
    z-index: 999;
    background: white;
}

.red-btn {
    background: #ed1b24;
    color: white;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    display: inline-block;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.red-btn-inc {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
.red-btn i{
    font-size: 33px;
    vertical-align: middle;
    margin-right: 18px;
}

.book-area {margin-top: -150px;}
.book-area a{
    background: #ed1b24;
    padding: 18px 20px 10px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
}
.book-btn2 {
    position: relative;
    z-index: 99;
    background: white !important;
    color: black !important;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.12);
}
.white-box {
    background: white;
    min-height: 200px;
    border-radius: 10px;
    box-shadow: 0 0 20px #bfbfbf;
    padding: 30px;
    position: relative;
    display: inline-block;
}

.welcome {padding: 70px;}
.welcome h1, .welcome h2{
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.welcome p{
    font-size: 16px;
    line-height: 25px;
    color: rgba(60, 60, 61, .8);
    margin-bottom: 20px;
}
.welcome img{
    margin-top: 22px;
    width: 35px;
}

.rtn-new-rv{
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    color:  white;
    margin-top:  20px;
}
.rtn-new {
    background: #ed1b24;
    display: inline-block;
    width: 60px;
    height: 60px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.services {
    background: #f4f4f4;
    padding: 70px 0 90px;
}
.services h2{
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.services h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
}
.services img{}
.services p{
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 30px;
}
.services a{margin-top: 0;}

.ico-img-rv {
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.ico-img {
    background: white;
    padding: 10px;
    border: 11px solid #f4f4f4;
    border-radius: 0px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    display: inline-block;
    margin-top: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 1px #5d5d5d;
    margin-bottom: 20px;
    width: 130px;
    height: 120px;
}
.red-btn1 {
    background: #ed1b24;
    color: white;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    cursor: pointer;
}
.red-btn1-rv {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}


.space-bt {
    padding: 0 !important;
    margin-bottom: 10px;
}
.movers-box {
    background: #ed1b24;
    color: white !important;
    padding: 10px;
    width: 100%;
    text-align: right;
    font-size: 15px;
    font-weight: 500 !important;
    border-radius: 0;
    margin-bottom: 5px;
    border-right: 3px solid #838588;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    position: inherit !important;
    right: 0 !important;
    top: 0 !important;
}

input[type="radio"] {
    -webkit-appearance: radio !important;
    width: auto;
    vertical-align: text-bottom;
    float: left;
    margin-right: 10px;
}

.movers-box span {
    font-size: 17px;
    color: white;
    display: block;
}

.movers-box:hover {
    background: #101112;
}

.mo-show {
    background: #101112 !important;
}

.info-text-n {
    font-size: 15px;
    color: white;
    margin: 10px;
    font-weight: 300;
    display: inline-block;
    width: 45% !important;
}

.lb-add {
    position: inherit !important;
    text-align: left !important;
    right: inherit !important;
    top: inherit !important;
    margin: 10px 0 !important;
    background: black !important;
    padding: 10px 20px !important;
}

.res-form h7 {
    margin-top: 30px;
    display: inline-block;
} 


.eq-ht {}
.about {padding: 70px 0;}
.about h2{
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.ab-img{
    max-width: 400px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.about p{
    font-size: 16px;
    line-height: 25px;
    color: #777;
}
.about p strong{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: black;
}
.mb-30 {margin-bottom: 30px;}
.ab-img {
    margin-top: 100px;
    max-width: inherit !important;
}
.abn-img img {max-width: 40px;}
.abn-img {
    background: #ed1b24;
    display: inline-block;
    width: 60px;
    height: 60px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.abn-img-rv {
    -ms-transform: rotate(-10deg) !important;
    -webkit-transform: rotate(-10deg) !important;
    transform: rotate(-10deg) !important;
}

.states {
    padding: 80px 0;
    background: #f4f5f7;
}
.states h2{
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 20px;
}
.states img{
    width: 100%;
    max-width: 500px;
}
.states ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.states ul li:hover{background: #ed1b24;color: white;}
.states ul li:hover a{color: white;}
.states ul li{
    background: #fff;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
    cursor: pointer;
    color: black;
}
.states ul li a{}

.white-btn {
    -webkit-transform: skew(20deg) !important;
    -moz-transform: skew(20deg) !important;
    -o-transform: skew(20deg) !important;
    transform: skew(20deg) !important;
}
.mb-30 {margin-bottom: 70px;}
.mb-20 {margin-bottom: 20px;}
footer {}
.footer-top {padding: 20px 0;}
.footer-top img{
    padding-top: 40px;
    width: 180px;
}
.footer-top h2{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-top ul{margin: 0;}
.footer-top ul li{}
.footer-top ul li a{color: black;}

.menu-icon {
    color: #ed1b24;
    font-size: 18px;
    padding: 0 20px;
}
.menu-icon li{line-height: 30px;}
.menu-icon li a{
    color: #222;
    font-weight: 300;
    font-size: 14px !important;
}

.con-icons {
    list-style: none;
    padding: 0;
}
.con-icons li{line-height: 30px;}
.con-icons li a{
    font-size: 14px;
    font-weight: 300;
}
.con-icons li a i{
    color: #ed1b24;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
label {
    position: absolute;
    width: 100%;
    text-align: right;
    right: 20px;
    bottom: 0;
    font-weight: 300 !important;
    color: #ed1b24 !important;
    font-size: 12px !important;
}
.booking-box h7 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.71);
    margin: 9px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.lk-btn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
        
.social {
    list-style: none;
    padding: 0;
    padding-top: 10px;
}
.social li{display: inline-block;}
.social li a:hover{
    background: #ed1b24;
    color: white;
    border-color: #ed1b24;
}
.social li a{
    font-size: 18px;
    border: 1px solid #b1b1b1;
    padding: 6px 12px;
}
.social li a i{}

.dr-space {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
}
             
.footer-bottom {}
.footer-bottom p{
    font-size: 13px;
    font-weight: 300;
}
.footer-bottom p span{
    text-transform: uppercase;
    font-weight: 500;
    color: #ed1b24;
}
.footer-bottom p a{color: #777777;}

.text-inp {
    width: 100%;
    height: 104px;
    padding: 10px;
    margin-top: 5px;
}
.main-inp {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-top: 5px;
}
.sel-inp {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-top: 5px;
}
.sub-inp {
    background: #ed1b24;
    color: white;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    display: inline-block;
    padding: 20px 10px;
    font-weight: 400 !important;
    font-size: 16px;
    margin-top: 5px;
    border: 0;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
}
.sub-box {}
.ser-box {}
.contact-box-top {margin-top: 70px !important;}
          
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
}

/* Modal Content */
.modal-content {
    background-color: #000;
    padding: 20px;
}
.modal-content h2{
    padding: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
            }
.modal-content p{
        text-align: center;
    margin-bottom: 20px;
            }

            
/* The Close Button */
.close {
    color: #3cb5d2;
    float: right;
    font-size: 58px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#myBtn {display: none;}

.innerpages {padding-top: 150px;}
.innerpages .services .ico-img {margin-top: 30px;}
.innerpages .services .ser-box {margin-bottom: 50px;}
.innerpages .banner {padding: 0 0 100px;}
.pdt100 {padding-top: 80px;}
.reviews-page {padding: 100px 0;}
.reviews-page h2 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.white-reviews h3{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0 10px 0;
}
.white-reviews {
    padding: 20px;
    background: white;
    line-height: 22px;
    border: 1px solid #e2e2e2;
}
.book-btn1 {
    background: #ed1b24;
    padding: 11px 25px 7px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    margin-left: 50px;
    display: inline-block;
}

.tips {
    padding: 70px 0;
    background: #f4f5f7;
}
.tips h2{
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.tips img{
    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
}
.tips h3{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: black;
}
.tips p{
    font-size: 16px;
    line-height: 25px;
    color: #777;
    width: 70%;
    margin: auto;
}

.why {
    padding: 70px 0;
}
.why h2{
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.why p{
    font-size: 16px;
    line-height: 25px;
    color: #777;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}
.why img{
    border: 10px solid white;
    margin-top: 30px;
    box-shadow: 0px 0px 51px #b3b3b3;
}

.accept {
    padding: 70px 0;
}
.accept h2{
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.accept p{
    font-size: 16px;
    line-height: 25px;
    color: #777;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}
.accept img{width: 100%;}

.booking-box {
    background: #313439;
    padding: 50px 0 80px;
    margin-top: -100px;
}
.br-side ul{
    padding: 20px !important;
}
.booking-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.booking-box ul a{
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}
.booking-box ul a:last-child{
    border-bottom: 0;
}
.booking-box ul a{
    line-height: 70px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    display: inherit;
    cursor: pointer;
}
.booking-box ul a li img{    margin-right: 10px;}
.booking-box ul a.active{
    border-right: 0;
}
.booking-box form{}

.br-side {padding: 0 !important;}

.new-inp:focus {outline: none;}
.new-inp {
    padding: 10px;
    width: 100%;
    border: 0;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    height: 50px;
    margin-top: 10px;
    color: white;
}
.new-sub {
    margin-top: 20px;
    background: #ed1b24;
    border: 0;
    color: rgba(255, 255, 255, .8);
    padding: 14px;
    width: 100%;
    letter-spacing: 1px;
    font-size: 15px;
}

.city-banner {
        padding: 150px 0 100px;
    }
    .city-banner h2 span{}
    .city-banner h2 {
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 50px;
        margin-top: 0;
        text-transform: uppercase;
    }
    .city-banner h1 {
        font-size: 45px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 0px;
    }
    .star-rating-img {
        width: 120px;
        vertical-align: bottom;
    }
    .p-rate-city {margin-bottom: 10px;}
    .rv-summary {
        margin: auto;
    }
    .text-inp-city:focus{outline: none;}
    .text-inp-city {
        padding: 10px;
        width: 100%;
        border: 0;
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        height: 50px;
        margin-top: 10px;
        color: white;
        height: 110px;
    }
    .bl-option option{color: black;}
    .quote-box-inner {
        margin-bottom: 100px;
        margin-top: 0 !important;
    }
    .reviews-page {
        min-height: 600px;
    }
    .panel-rv {    padding-top: 80px;}
    .panel-rv p{
        margin: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .p-rate-city {margin-bottom: 10px !important;}
    .inp-page {margin-bottom: 100px !important;}


.review-box .rv-list p {
    margin-bottom: 10px !important;
}
.review-box .new-link {
    margin-top: -68px !important;
}
.review-box .star-area {
    margin-bottom: 5px !important;
}
.review-box h3 {margin-bottom: 10px !important;}





@media screen and (max-width: 90em) {
    .menu-area {display: none;}
    #myBtn img{width: 40px;}
    #myBtn {
        display: block;
        width: 40px;
        position: absolute;
        z-index: 999999;
        right: 20px;
        top: 40px;
        cursor: pointer;
        }
    .m-mob-menu:first-child{margin: 5px 0;}
    .m-mob-menu {
        display: block;
        text-align: left;
        padding: 10px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        margin: 10px 0;
        color: white;
        }
  
}

@media screen and (max-width: 90em) and (min-width: 768px) {
    .ser-box {
        height: 400px;
    }
    
}
@media screen and (max-width: 60em) {
    .banner h1 {
        margin-top: 0px;
    }
    .banner img {
        width: 100%;
        margin: 50px 0;
    }
    .welcome {
        padding: 70px 20px;
    }
    .white-box {
        padding: 30px 30px;
    }
    .eq-ht {
    min-height: inherit;
    }
    .services a {
        margin-bottom: 60px;
    }
    .services {
        padding: 70px 0 50px;
    }
    .about img {
        width: 100%;
        margin-top: 70px;
    }
    .abn-img-rv {margin-top: 0 !important;}
    .states h2 {
    margin-top: 0;
    }
    .center-m {text-align: center;}
    .states ul li {
        max-width: inherit;
        margin: auto;
        margin-top: 4px;
    }
    .footer-top img {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-bottom p {
        margin: 10px 40px;
    }
    .menu-icon li {
        line-height: 20px;
    }
    .footer-top {
        padding: 20px 20px;
    }
    .center-sm {text-align: center !important;}
    .book-area a{
        background: #ed1b24;
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        color: white;
        text-transform: uppercase;
        border-radius: 0;
        margin-left: 0;
        display: inline-block;
        cursor: pointer;
        width: 49%;
    }
    .tips img {
        margin-top: 10px;
    }
    .why img {
        max-width: 100%;
    }
}