body {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Luz', sans-serif;*/
    /*font-family: 'K2D', sans-serif;*/
}

@font-face {
    font-family: 'Gothic';
    src: url('Gothic.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gothic';
    src: url('GOTHICB.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gothic';
    src: url('GOTHICBI.TTF') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Luz';
    src: url('LUZHPORO.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Luz';
    src: url('LUZHPMRO.TTF') format('truetype');
    font-weight: medium;
    font-style: normal;
}

.city-btn {
	background: orange;
    color: white !important;
    text-shadow: none;
    padding: 6px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 22px;
    margin-bottom: 20px;
}
.expadd-innerpage {padding-top: 210px !important;}
.expadd-innerpage1 {padding-top: 110px !important;}

.entry-header {display: none;}
.bg-area {
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/bg-e1540331955134.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
    height: auto;
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
}

.top-area {
    float: right;
    margin-right: 24px;
    margin-top: 20px;
}
.top-area p{
    font-size: 18px;
    color: white;
}
.top-area p img{
    vertical-align: top;
    margin-left: 10px;
    margin-top: 3px;
}
.top-area p a{
    color: white !important;
    font-size: 25px;
    vertical-align: middle;
    font-weight: 500;
}

.main-banner {}

.bg-area p{
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    color: white;
    text-shadow: 1px 2px 4px black;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.form-area {
    padding-top: 180px;
    text-align: center;
    max-width: 23%;
    position: fixed;
    z-index: 99;
    right: 11%;
}
.form-area h2{
    background: #fba706;
    padding: 20px 0;
    margin-bottom: 0;
    border-radius: 7px 7px 0 0;
    font-weight: 500;
    color: white;
    width: 100%;
}
.form-area h2 span{
    display: block;
    font-size: 18px;
    font-weight: 300;
}
.form-area form{
    background: white;
    padding: 25px 15px 30px;
    margin-bottom: 20px;
}
.form-area img{
    max-width: 120px !important;
    margin-right: 10px;
}

.main-inp {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #cecdcd;
}
.date-inp {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #cecdcd;
}

/* For Firefox */
.date-inp {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
.date-inp::-webkit-inner-spin-button,
.date-inp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sel-inp {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #cecdcd;
}

.sub-inp:focus{outline: none;}
.sub-inp {
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/btn.png) !important;
    border: 0;
    width: 215px;
    height: 54px;
    text-align: left;
    padding-left: 70px;
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 10px;
}
.box-white {
    background: white;
    padding: 60px 20px;
}
.about {}
.about h2{
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    text-shadow: 2px 3px 2px #b5b5b5;
}
.about h2 span{color: #fba706;}
.about p{
    font-size: 15px;
    width: 90%;
    margin: auto;
    color: black;
    margin-bottom: 20px;
}
.about a{}

.sep {
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/sep.png);
    background-repeat: no-repeat;
    background-size: 309px;
    height: 35px;
    width: 309px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.m-btn {
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/btn.png) no-repeat;
    background-size: 215px;
    border: 0;
    width: 215px;
    display: inline-block;
    text-align: left;
    padding-left: 65px;
    font-size: 20px;
    color: white !important;
    font-weight: 400;
    margin-top: 10px;
    height: 56px;
    line-height: 54px;
    margin-bottom: 20px;
}
.br-right {border-right: 1px solid #dedede;}
.small-box {
    margin-top: 20px;
} 
.small-box img{
    float: left;
    margin-right: 20px;
    margin-bottom: 90px;
} 
.small-box h3{
    font-size: 20px;
    color: black;
    display: table-cell;
    padding-bottom: 10px;
    text-transform: uppercase;
} 
.small-box h3 span{color: #fba706;} 
.small-box p{
    text-align: left;
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
} 
.small-box a{float: left;} 

.abt-page {}
.abt-page h3{display: block;}
.abt-page p{text-align: center;}

.services {margin: 100px 0;}
.services h2{
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    text-shadow: 2px 3px 2px #b5b5b5;
}
.services h2 span{    color: #fba706;}
   
.med-box {margin-top: 20px;}
.med-box h3{
    font-size: 17px;
    color: white;
    padding-bottom: 10px;
    font-weight: 400;
    font-style: italic;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}
.med-box img{width: 100%;}
.med-box p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: black;
    background: white;
    width: 100%;
    padding: 20px 5px 0;
}

.arrow-img {
    max-width: 61px !important;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.c1 h3{background: #18315f;}
.c2 h3{background: #fba706;}
.c3 h3{background: #4ee1f2;}
.c4 h3{background: #d17b00;}

.about2 {}
.about2 h2{
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    text-shadow: 2px 3px 2px #b5b5b5;
}
.about2 h2 span{
    color: #fba706;
    display: block;
}
.about2 p{
    font-size: 15px;
    color: black;
    margin-bottom: 20px;
    max-width: 550px;
    margin: auto;
}
.about2 iframe, 
.about2 img{
    max-width: 800px;
    box-shadow: 0 10px 42px #929292;
    width: 100%;
    float: left;
    height: -webkit-fill-available;
    max-height: 450px;
}
.max-width-base {
    max-width: 2000px;
}

.bg-video {
    
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/video-bg.png) no-repeat;
    background-size:329px;
    min-height:767px;
    background-position: top left;
    padding-top: 216px;
    padding-left: 166px;
}

.reviews {}

.head-box {
    background: #fba706;
    padding: 40px 0;
}
.head-box h2{
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    color: white;
}
.head-box img{
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -5px;
}
.head-box a{
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    color: white !important;
}

.main-box {padding: 100px 30px 0;}
.main-box p{
    font-size: 15px;
    color: black;
    margin-bottom: 0;
}
.main-box p span{
    font-size: 32px;
    font-weight: 300;
}
.star-img {display: block;}
.main-box img{}
.fm-img {
    margin-top: -120px;
    position: relative;
    z-index: 99;
    float: right;
}
.qt-img {
    float: left;
    margin-right: 20px;
    margin-top: 120px;
    margin-bottom: 120px;
}
.bg2 {
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/rv-bg.jpg) no-repeat;
    background-size: cover;
}
.bg-blur {
    background: rgba(255, 255, 255, .7);
    padding: 50px;
}

.customer {
  
}
.customer h3{
    color: black;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 0;
}
.customer h2{
    font-size: 52px;
    line-height: 62px;
}
.customer h2 span{    color: #fba706;}
.customer a{padding-left: 57px;}

.bg3 {
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/bg-over.jpg) #fff no-repeat;
    background-size: 100%;
    padding: 120px 0 0;
    min-height: 440px;
    background-position: left bottom;
}

.shipping {}
.shipping-box {
    background: #00506f;
    padding: 120px 0;
}
.shipping h2{
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    text-shadow: 2px 3px 2px #424242;
    color: white;
    text-align: center;
}
.shipping h2 span{color: #fba706;}
.shipping img{}
    
.bg-blue-3 {
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/water-logo.png) #004059 no-repeat;
    background-position: center;
    background-size: 310px;
    min-height: 350px;
    min-width: 350px;
    width: 60%;
    padding: 50px 40px;
    margin-top: -170px;
    position: relative;
    z-index: 99;
}
.bg-blue-3 h3{
    color: white;
}
.bg-blue-3 h3 span{color: #fba706;}
.bg-blue-3 p{
    font-size: 15px;
    color: white;
    margin-bottom: 0;
}
.bg-blue-3 img{}

.box-right-img {
    width: 100%;
    text-align: right;
}
.box-right {float: right;}
.box-left {}

 .sep2 {
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/sep2.png);
    background-repeat: no-repeat;
    background-size: 166px;
    height: 35px;
    width: 166px;
    margin-left: 0;
    margin-bottom: 20px;
}

.nbox {}
.head-box2 {
    background: #fff;
    padding: 40px 0;
}
.head-box2 h2{
    color: #fba706;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
}
.head-box2 img{
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -5px;
}
.head-box2 a{
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    color: #000 !important;
}

.nbox2 .sep {
    margin-bottom: 50px;
}
.nbox2 {
    padding: 100px 0;
}
.nbox2 h2{
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    text-shadow: 2px 3px 2px #b5b5b5;
    text-align: center;
}
.nbox2 h2 span{color: #fba706;}
.nbox2 ul{
    list-style: none;
    margin: 0;
}
.nbox2 ul li{
	display: inline-block;
    width: 150px;
}

.nbox2 ul li:before {
    content: "";
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/fav.png) no-repeat;
    background-size: 19px;
    padding: 0px 11px;
}

.nbox2 ul li a{
    font-size: 13px;
    color: black !important;
    font-weight: 400;
	text-transform: uppercase;
}
.nbox2 img{}
 

.footer1 {}
.footer1 i{
    font-size: 42px;
    color: black;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}
.footer1 a{
    color: black !important;
    display: block;
}
.footer1 p{
    font-size: 15px;
    color: black;
    line-height: 18px;
    font-weight: 500;
    margin-top: 4px;
}

.yl-bg {
    background: #ffcc44;
    height: 150px;
    padding-top: 53px;
    padding-left: 5%;
}
.yl-bg i{}
.yl-bg p{}
      
.bl-bg {
    background: #00506f;
    height: 150px;
    padding-top: 53px;
    padding-left: 8%;
}
.bl-bg i{color: white;}
.bl-bg p{color: white;}
.bl-bg p a{color: white !important;}
 
.yl-bg2 {
    background: #fba706;
    height: 150px;
    padding-top: 53px;
    padding-left: 4%;
}
.yl-bg2 i{}
.yl-bg2 p{}
.yl-bg2 p a{}
.no-p {padding: 0;}
.black-box {
    background: black;
    padding: 40px 20px;
}

.footer2 {}
.footer2 .sep2{zoom: .6;}
.footer2 h3{
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin-bottom: 5px;
}
.footer2 h3 span{color: #fba706;}
.footer2 ul{
    list-style: none;
    margin: 0;
}
.footer2 ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    width: 14px;
    color: white;
    font-size: 16px;    
}
.footer2 ul li{}
.footer2 ul li i{
    font-size: 16px;
    margin-right: 5px;
}
.footer2 ul li a:hover{color: #fba706 !important;}
.footer2 ul li a{
    font-size: 14px;
    color: white;
    font-weight: 300;
}
.footer2 form{}
.footer2 img{
    max-width: 70%;
    margin-bottom: 20px;
}
   
.main-inp1 {
    width: 100%;
    height: 36px;
    padding: 10px;
    border: 0;
    margin-bottom: 8px;
    font-size: 13px;
}
.text-inp1 {
    width: 100%;
    height: 66px;
    padding: 5px 10px;
    border: 0;
    margin-bottom: 8px;
    font-size: 13px;
}
.sub-inp1 {
    background: rgba(4,87,117,1);
    background: -moz-linear-gradient(top, rgba(4,87,117,1) 0%, rgba(71,212,231,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4,87,117,1)), color-stop(100%, rgba(71,212,231,1)));
    background: -webkit-linear-gradient(top, rgba(4,87,117,1) 0%, rgba(71,212,231,1) 100%);
    background: -o-linear-gradient(top, rgba(4,87,117,1) 0%, rgba(71,212,231,1) 100%);
    background: -ms-linear-gradient(top, rgba(4,87,117,1) 0%, rgba(71,212,231,1) 100%);
    background: linear-gradient(to bottom, rgba(4,87,117,1) 0%, rgba(71,212,231,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045775', endColorstr='#47d4e7', GradientType=0 );
    border: 0;
    height: 66px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.padd-off {padding-right: 0;}
.bg5 {
    background: url(https://longdistancemovers.com/wp-content/uploads/2018/10/water-logo.png) no-repeat;
    background-position: center;
    background-size: 180px;
    min-height: 230px;
    text-align: center;
    padding-top: 80px;
}
.black-box1 {
    background: black;
    border-top: 1px solid #4a4a4a;
    padding: 20px 10px;
}
.footer-main {}
.footer-main p{
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
    line-height: 40px;
}
.footer-main a{}
.footer-main a img{}

/*.top-box {
    position: fixed;
    padding-top: 30px;
    z-index: 999;
}*/

div.wpcf7-response-output {
    margin: 10px 0 !important;
    padding: 5px 10px !important;
    border: 0 !important;
    background: #FFC107 !important;
    font-size: 14px !important;
    color: black !important;
    text-align: center !important;
}

@media screen and (max-width: 1024px) {
    .form-area {
        padding-top: 180px;
        max-width: 300px;
        right: 2%;
    }
    .custom-logo-link img{
        width: 210px;
    }
    
}
@media screen and (max-width: 768px) {
    .form-area {
            padding-top: 110px;
    }
    .form-area img{display: none;}
}
@media screen and (max-width: 60em) {
    
    .form-area {
        position: relative;
        width: 100%;
        max-width: inherit;
        right: inherit;
        padding-top: 200px;
    }
    header {    background: black !important;}
    .qt-img {display: none;}
    .bg-blue-3 {
        margin-top: -70px;
    }
    .footer2 h3 {
        margin-top: 20px;
    }
    .black-box1 {text-align: center;}
    .top-area p {
        font-size: 23px;
    }
}