@font-face{
    font-family: robotoregular;
    src: url('../../../fonts/roboto/roboto-regular.ttf') format('truetype'), 
        url('../../../fonts/roboto/roboto-regular.woff') format('woff'),
        url('../../../fonts/roboto/roboto-regular.eot') format('eot'),
        url('../../../fonts/roboto/roboto-regular.svg') format('svg');
}
@font-face{
    font-family: robotobolditalic;
    src: url('../../../fonts/roboto/roboto-blackitalic.ttf') format('truetype');    
}
@font-face{
    font-family: robotomedium;
    src: url('../../../fonts/roboto/roboto-medium.ttf') format('truetype');    
}
@font-face{
    font-family: robotolight;
    src: url('../../../fonts/roboto/roboto-light.ttf') format('truetype');    
}
@font-face{
    font-family: robotobold;
    src: url('../../../fonts/roboto/roboto-bold.ttf') format('truetype');    
}
body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'robotoregular', Arial, sans-serif;
    font-size: 16px;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #F05F40;
}

hr.light {
    border-color: #fff;
}

a {
    color: #F05F40;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.orange_un{
    border-bottom: 2px solid #eb7f1c;
}

.bg-primary {
    background-color: #F05F40 !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 8rem 0;
}
.sub-header{
    text-align: center;
    text-transform: uppercase;
    color: #959595;
    font-size: 12px;
}
.sec-header{
    text-align: center;    
    color: #1e2b33;
    font-size: 3em;
}

@media (max-width: 767px) {
    .sec-header{
        text-align: left;
    }
    .sub-header{
        text-align: left;
    }
}
.ui-widget-header {    
    text-transform: uppercase;    
    text-align: center;
    color: #555;
}
.error-message{
    font-size: 12px;
    color    : red;
    display  : none;
}
.ui-dialog{
    background-color: #eb7f1c;
    color: #fff;
    z-index: 1030;
    border: none;
}
.ui-dialog-titlebar{
    background: none;
    border: none;
    color:#fff;
}

.ui-dialog-buttonpane{
    background: none;
    color: #fff;
}
.ui-widget-overlay {
    background: #000;
    opacity: 0.8;
    filter: Alpha(Opacity=80);

}
.have-quest{
   font-size: 16px; 
   text-align: center;
   color: #fff;
}
.have-quest a{
    color: #fff;
    text-decoration: none;
}
.have-quest a:hover{
    color: #959595;
    text-decoration: none;
}
.un-header{     
    color: #1e2b33;
    font-family: robotolight, sans-serif;
    border-bottom: 3px solid #eb7f1c;
}
.un-header-feed{     
    border-bottom: 2px solid #eb7f1c;
}
.mmm-feed-small-text{
    margin-bottom: 1.7em;
}
.part-im{
    width: 100%;    
}
.part-im-wrap{
    padding: 0 3.5em;
}
.testim-title{
    text-transform: uppercase;
    font-family: 'robotomedium', sans-serif;
    font-size: 1.2em;
}
.testim-small-title{
    font-size: 1em;
    font-family: 'robotomedium', sans-serif;
}
.testim-small-text{
    color: #e5e4e4;
    font-size: 0.8em;
    display: none;
}
.testimon-hidden{
    display: none;
}
.testimon-shown{
    display: block;
}
.logo-title{
    width:277px; 
    margin-top: -1em; 
    position: absolute;
    margin-left: -5em;
}
.upper-tel{
    margin-right:37px;
    display: none;
}
.upper-tel a{
    color: #999b9d;
}
.upper-tel a:hover{
    color: #eb7f1c;
}
.upper-email a{
    color: #999b9d;
}
.upper-email a:hover{
    color: #eb7f1c;
}
#payplan a{
    color: #fff;   
}
#payplan a:hover{
    color: #999b9d;   
}
.orange-value a{
    color: #fff;
}
.orange-value a:hover{
    color: #999b9d;
}
.phone2{
    font-size: 18px;
}
.phone2 a{
    color: #fff;
}
.phone2 a:hover{
    color: #999b9d;
}
.upper-email{
    margin-right:37px;
    display: none;
}
.upper-sched{
    margin-right:37px;
    display: none;
}
.up-ic{
    display: none; 
}
.you-are{
    margin-bottom: 1em;
    font-size: 16px;
    border: 1px #fff solid;
    padding: 4px;
    color: #fff !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 768px) {

    .upper-tel{        
        display: inline;
    }
    .upper-email{
        display: inline;
    }
    .upper-sched{
        display: inline;
    }
    .up-ic{
        display: inline;
    }    
    .logo-title{
        width:100%; 
        margin-top: -15px; 
        position: absolute;
        margin-left: -5em;
    }
    .upper-tel{
        margin-right:37px;
    }
    .upper-email{
        margin-right:37px;
    }
    .upper-sched{
        margin-right:37px;
    }
}
@media (min-width: 992px) {
    .logo-title{
        width:277px; 
        margin-top: 10px; 
        position: absolute;
        margin-left: -5em;
    }

}
@media (min-width: 1200px) {
    .logo-title{
        margin-left: -2em; 
        margin-top: 3px;
    }

}

@media (max-width: 991px) {
    .nav-mmm{
        padding:2em 10em 2em 20em;
    }
    .menu-mmm-ul{
        border: #ebebeb solid 1px;
        box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.15);
    }
    .menu-mm-item{
        background-color: rgba(250,250,250,0.9);
        z-index : 1000000;    
        text-align: center;
        border-bottom: 1px #ebebeb solid;
    }
}
@media (max-width: 767px) {
    .nav-mmm{
        padding:7em 0 2em 0;
    }
    .menu-mmm-ul{
        border: #ebebeb solid 1px;
        box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.15);
    }
    .menu-mm-item{
        background-color: rgba(250,250,250,0.9);
        z-index : 1000000;    
        text-align: center;
        border-bottom: 1px #ebebeb solid;
    }
}
.logo-wrapper{
    margin         : 63px 49px 0 49px; 
    width          : 100%;
    font-family    : robotomedium, sans-seri; 
    font-size      : 12px;
    padding-bottom : 0;    
}
.upper-panel{
    color: #999b9d; 
    display:block; 
    position:absolute; 
    font-size:11px; 
    text-align: right; 
    margin-top: -20px; 
    padding: 0 82px 11px 57px; 
    font-family: robotoregular, sans-serif; 
    width:100%;
    border-bottom:1px solid #efebeb;
}
.get-mobile{
    height: 27px; 
    background-color: #F05F40;
    display: block;
    color:#fff;
    text-transform: uppercase;
    padding: 5px 7px 0 7px;
    border-radius: 3px;
    cursor: pointer;
    width:40%;
    margin: 0.8em 30% 1em 30%;
    text-align: center;

}
.orange-form-1{
    background-color: #eb7f1c; 
    width:90%; 
    margin: 0 5% 0 5%; 
    padding: 7% 5% 7% 5%; 
    color: #fff;
}
.orange-form-1 .js-input-up{
    color:#333;
}
.wel-come{
    text-transform: uppercase; 
    font-size:1em; 
    margin-bottom: 0.4em;        
}
.we-high{
    font-size:1.6em;  
    margin-bottom: -1px;
    color: #fff;
    font-size: 28.8px;
}
.driver_near{
    font-size:1.6em; 
    margin-bottom: 0.5em;
}

@media (max-width: 767px) {
    .logo-wrapper{
        margin: 27px 0 0 0; 
        width:100%;
        font-family: robotomedium, sans-seri; 
        font-size:12px;
        padding-bottom: 4em;
    }
    .logo-title {
        margin-left: 0em;
        width:90%;
    }
    .upper-panel{
        margin-top: -64px;
    }
    .get-mobile{        
        display: block;        
    }
    .orange-form-1{
        width: 100%;
        margin: 2em 0 0 0;
    }
    .wel-come{
        margin: 1.5em 0;
        color: #fff;
        font-weight: 400;
        line-height: 1.5;
    }
    .we-high, .driver_near{
        font-family: robotolight, sans-serif;
    }
    #owner-wanted{
        text-transform: uppercase;  
    }
    .local-reg{
        margin-top: -0.7em;
        font-family: robotolight, sans-serif;
    }
}
@media (max-width: 386px) {
    .logo-title {
        margin-left: 0em;
        width:80%;
    }    
}
.under-title{
    font-family: robotoregular, sans-serif; 
    text-transform: uppercase; 
    color:#999b9d
}
@media (max-width: 344px) {
    .logo-title {
        margin-left: 0em;
        width:80%;
    }   
    .under-title{
        font-size: 10px;
    }
}

.cl-who-1{
    display : none;    
}    
.cl-li-1{
    display : block;
}
@media (min-width: 768px) {
    .get-mobile{        
        display: none;        
    }
    .orange-form-1{
        background-color: #eb7f1c; 
        width:90%; 
        margin: 0 5% 0 5%; 
        padding: 7% 5% 7% 5%; 
    }
    .wel-come{
        text-transform: uppercase; 
        font-size:1em; 
        margin-bottom: 0.4em;
    }
    .we-high{
        font-family: robotolight, sans-serif;
        font-size:1.6em; 
        margin-bottom: -1px;
    }
    .driver_near{
        font-family: robotolight, sans-serif;
        font-size:1.4em; 
        margin-bottom: 0.5em;
    }
    #owner-wanted{
        font-family: robotomedium, sans-serif;
        text-transform: uppercase; 
        font-size:2em;
    } 
    .local-reg{
        font-size: 1.1em;
    }
    .cl-who-1{
        display : none;
    } 
    .cl-li-1{
        display : block;
    }
}
@media (min-width: 992px) {
    .orange-form-1{
        background-color: #eb7f1c; 
        width:60%; 
        margin: 0 20% 0 20%; 
        padding: 7% 5% 7% 5%;
    }
    .wel-come{
        text-transform: uppercase; 
        font-size:1.2em; 
        margin-bottom: 2.3em;
        color: #fff;
    }
    .we-high{
        font-size:1.8em; 
        margin-bottom: -1px;
    }
    .driver_near{
        font-size:1.8em; 
        margin-bottom: 2.3em;
        color: #fff;
    }
    #owner-wanted{
        font-family: robotomedium, sans-serif;
        text-transform: uppercase; 
        font-size:41px;
        color: #fff;
    } 
    .local-reg{
        font-size: 1.5em;
        color: #fff;
    }
    .cl-who-1{
        display : block;
    }
    .cl-li-1{
        display : none;
    }

    
} 
.testim-plus{
    font-family    : 'robotobold', sans-serif;
    font-size      : 1.3em;
    cursor         : pointer;
    width          : 30px;    
}
.testim-vert{
    font-size: 3em;
    font-family: robotolight, sans-serif;
    margin-top: -0.1em;
}
.up-header{     
    border-top: 3px solid #eb7f1c;
}
.wo-we-head{
    color:#131b23; 
    font-size:1.3em;
    height: 2em; 
    padding-left: 1.2em;    
}
.wo-we-subhead{
    color:#131b23; 
    font-size:0.8em;
    height: 2em; 
    padding-left: 2.4em;
    font-family: robotolight, sans-serif;
    margin: -1em 0 1.8em 0;
}
@media (max-width: 767px) {
    .wo-we-head{
        padding: 2em 0;
    }
    .wo-we-subhead{
        padding: 0 0 1em 0;
    }
}
@media (min-width: 768px) {
    .wo-we-head{
        color:#131b23; 
        font-size:1.3em;
        height: 2em; 
        padding-left: 1.2em;    
    }
    .wo-we-subhead{
        color:#131b23; 
        font-size:0.8em;
        height: 2em; 
        padding-left: 2.4em;
        font-family: robotolight, sans-serif;
        margin: -1em 0 1.8em 0;
    }
}
@media (min-width: 992px) {
    .wo-we-head{
        color:#131b23; 
        font-size:1.5em;
        height: 2em; 
        padding-left: 1.2em;    
    }
    .wo-we-subhead{
        color:#131b23; 
        font-size:0.8em;
        height: 2em; 
        padding-left: 2.4em;
        font-family: robotolight, sans-serif;
        margin: -1.3em 0 1.8em 0;
    }
}

.who-we-li ul {
    list-style: none;
}

.who-we-li li::before {
    content: "✧"; 
    color: #eb7f1c;
    display: inline-block; 
    width: 2em;
    font-size: 16px;
    font-weight: bold;
}
.who-we-li li{
    color: #959595;
    text-transform: uppercase;
    font-size: 12px;
}
.section-heading {
    margin-top: 0;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.rad-legend{
    color: #292929; 
    font-family: "robotobold",sans-serif; 
    font-size: 1em
}
.col-square{
    width:12px; 
    height:12px; 
    margin-top: 0.6em; 
}
.why-us-rect{
    border-color: rgb(234, 236, 237);  
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.15);
    padding:2em 1em;
    height: 43em;
}
@media (max-width: 767px) {
    .col-square{
        margin-top: 0.4em; 
    }
}
@media (min-width: 768px) {
    .why-us-rect{
        padding:2em 1em;
        height: 43em;
    }
}
@media (min-width: 992px) {
    .why-us-rect{
        padding:2em 2.7em; 
        height: 47em;
    }
}
@media (min-width: 1200px) {
    .why-us-rect{
        height: 41em;
    }
}

.why-us-rect:hover{
    box-shadow: 0px 35px 49px 0px rgba(0, 0, 0, 0.15);
}
.why-head{
    font-family: 'robotomedium', sans-serif;
    font-size: 1em;
    color: #3a4549;
    text-transform: uppercase;
    margin: 1em 0 1em 0;
}
.why-text{
    color:#999b9d;
    text-align: left;

}
@media (min-width: 768px) {
    .why-text{
        font-size:0.9em
    }
}
@media (min-width: 992px) {
    .why-text{
        font-size:1em
    }
}
.job-point{
    text-align: left;
    color: #3a4449;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: 'robotomedium', sans-serif;
    padding-bottom: 21px;    
}
.job-check{
    padding-left:0;
}
.job-req-left{
    padding:1em;
}
@media (min-width: 768px) {
    .job-point{
        text-align: left;
        color: #3a4449;
        text-transform: uppercase;
        font-size: 0.7em;
        font-family: 'robotomedium', sans-serif;
        padding: 0 0 13px 3px;   

    }
    .job-check{
        padding-left:0;
    }
    .job-req-left{
        padding:1em;
    }
}
@media (min-width: 992px) {
    .job-point{
        text-align: left;
        color: #3a4449;
        text-transform: uppercase;
        font-size: 0.8em;
        font-family: 'robotomedium', sans-serif;
        padding-bottom: 21px;    
    }
    .job-check{
        padding-left:15px;
    }
    .job-req-left{
        padding:3em;
    }
}
.ovner-img-wrapper{
    width: 25%;    
}
.review-img{
    padding-top:10em;
}
.left-mmm-1{
    display:block;
}
.left-mmm-2{
    display:none;
}
.crea-left{
    padding-left: 5em;
}
.crea-left.img{
    width: 100%;
}
@media (max-width: 767px) {
    .crea-left{
        padding-left: 1em;
    }
    .mmm-feed-small-text{
        text-align: left;
        padding-left: 1.5em;
    }
    .mmm-feed-title{
        text-align: left;
        padding-left: 1.5em;
    }   
}
@media (min-width: 768px) {
    .ovner-img-wrapper{
        width: 25%;    
    }
    .left-mmm-1{
        display:none;
    }
    .left-mmm-2{
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
    }
    .crea-left{
        padding-left: 5em;
    }
    .review-img {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .ovner-img-wrapper{
        width: 20%;    
    }
    .review-img{
        padding-top:0;
    }
    .left-mmm-1{
        display:block;
    }
    .left-mmm-2{
        display:none;
    }
    .crea-left{
        padding-left: 10em;
    }
}
.wrapper-left{
    margin: 2em 80% 0 0; 
}
.img-responsive{
    width:100%;
}
.dedicated-container{
    background-image  : url(../../../img/mmm-dedicated.jpg);
    background-size   : cover; 
    background-repeat : no-repeat; 
    height            : 57em; 
    color             : #fff;
}
.s-slide{
    width: 381px;
}

@media (max-width: 767px) {
    .dedicated-container{
        height            : 73em;
    }
    .s-slide{
        width: 100%;
    }
}
@media (min-width: 768px) {
    .dedicated-container{
        height            : 40em;
    }
    .s-slide{
        width: 80%;
    }
}
@media (min-width: 992px) {
    .dedicated-container{
        height            : 57em;
    }
}
@media (min-width: 1200px) {
    .dedicated-container{
        height            : 48em;
    }
}

.latest-faqs{
    padding-left:12em;
}
@media (min-width: 992px) {
    .latest-faqs{
        padding-left:4em;
    } 
}
@media (min-width: 1200px) {
    .latest-faqs{
        padding-left:12em;
    } 
}
.own-name{
    color: #0b0e10;
    font-family: 'robotobold', sans-serif;
    font-size: 1em;
    padding: 0.5em 0;
}
.mmm-prop{
    font-family: 'robotomedium', sans-serif;
    color: #3a4549;
    font-size: 1.3em;
    text-transform: uppercase;   
    margin: 1.5em 0 1.5em 0;
}
.mmm-feed-text{
    .mmm-feed-text{
        padding-left: 0.9em;  
        font-size: 12px;
    }
}
.mmm-feed-img{
    padding: 3px; 
}
@media (max-width: 767px) {
    .mmm-feed-img{
        padding: 7px; 
    }
}
@media (min-width: 768px) {
    .mmm-feed-text{
        padding-left: 22px;  
        font-size: 12px;
    }
    .mmm-feed-img{
        padding-right: 7px; 
    }
}
@media (min-width: 992px) {
    .mmm-feed-text{
        padding-left: 0;
        padding-top : 0.9em;
    }
}
@media (min-width: 1200px) {
    .mmm-feed-text{
        padding-left: 3em;   
    }
}
.mmm-feed-title{
    font-family: 'robotomedium', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}
.mmm-prop-text{
    color: #999b9d;
    font-size: 1em;    
}
.testimon-name{
    font-family: 'robotomedium', sans-serif;
    font-size: 1.2em;    
    padding-top:2em;
}
.orange-contactes{
    background-color: #eb7f1c; 
    color: #fff; 
    width:100%; 
    padding: 2em 3em; 
    margin-top:-307px;
}


@media (min-width: 444px) {
    .testimon-name{
        font-family: 'robotomedium', sans-serif;
        font-size: 1.2em;
        padding-top:2em;
    }
    .orange-contactes{
        margin-top:-309px;
    }
    .orange-title{
        margin-bottom: 0.8em;
    }
}
.orange-title{
    font-family: 'robotomedium',sans-serif; 
    font-size: 1em; 
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .testimon-name{
        padding:0;
    }
    .orange-contactes{
        margin-top:-200px;
    }

}
.testimon-position{
    font-size: 0.8em;
    color: #c9c9c9;
}
.testimon-text-title{
    font-family: 'robotomedium', sans-serif;
    font-size: 1.5em;
    text-align: left;
    margin: 2em 0 1em 0;
}
.t-top{
    margin-top: 1em;
}
.t-top-plus{
    margin-top: 0.5em;
}
.testimon-text{
    font-size: 0.8em;
    text-align: left;
    color: #c9c9c9;
}

.orange-value{
    font-family: 'robotomedium',sans-serif; 
    font-size: 1.3em; 
    /*text-transform: uppercase;*/
}
@media(max-width:332px){
    .orange-value{
        font-size: 1em;
    }
}
.wrapper-right{
    margin: 2em 0 0 80%; 
}
.img-circle{
    width:100%;
    border-radius: 50%;
}
.img-circle-testimon{
    width:100%;
    border-radius: 50%;
    border: 2px #fff solid;
}
::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}
.text-center{
    text-align: center;
}
.nav-slide-testimon{
    margin-top: 2em;
}
.nav-testimon{
    width:20px; 
    height:20px; 
    float: left;  
    margin-right:1em;
    border: 1px #fff solid;
    cursor : pointer;
}
.app_now_input{
    border: none;
    padding-left: 1em;
    height:2em;
    width : 100%;
}
.app-onl-butt{
    background-color: #ff7902;
    color:#fff;
    text-align: center;
    text-transform: uppercase; 
    padding: 5px 7px 3px 7px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

@media (min-width: 768px) {
    .app-onl-butt{
        padding: 9px 3px 7px 3px;
    }
    .but-col{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 992px) {
    .app-onl-butt{
        padding: 5px 3px 3px 3px;
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .app-onl-butt{
        padding: 5px 0 3px 0;
        font-size: 16px;
    }
}
.submit-black{
    border: 1px #fff solid; 
    background: none; 
    height: 2.5em; 
    padding-top: 0.35em; 
    width: 100%; 
    padding-left: 7px;
    margin-bottom: 1em;
    cursor: pointer;
    color: #fff !important;
    font-family: robotoregular, sans-serif;
    font-size: 16px;
}


.gross-title{
    font-size: 22px; 
    color: #09111a;
    margin-bottom: 7px;
    padding: 0 20% 0 20%;
}
.gross-title-1{
    color:#eb7f1c; 
    font-family: 'robotomedium',sans-serif;    
    margin-right: 1em;
    text-align: right;
    padding-left: 2em;
    font-size: 18px!important;
}
.gross-title-2{
    text-align: left;
    padding-left: 2em;
}
@media (max-width: 767px) {
    .gross-revenu{
        width:87%;
        height:12em; 
    }
    .gross-title{
        width:80%;
        margin: 0 10% 0 10%;
        padding: 0;        
    }
    .gross-title-1{
        text-align: center;
        font-size: 16px!important;
    }
    .gross-title-2{
        font-size: 0.8em;
        line-height: 1.2;
        text-align: left;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .gross-revenu{
        width:77%;        
    }
    .gross-title{
        width:100%;
        padding: 0;
    }
    .gross-title-1{
        padding-left: 4em;
    }
}
@media (min-width: 992px) {
    .gross-revenu{
        width:47%;
    }
    .gross-title{
        width:100%;
        padding: 0;        
    }
    .gross-title-1{
        padding-left: 1em;
    }
    .gross-title-1,.gross-title-2{
        text-align: center;

    }
}
@media (min-width: 1200px) {
    .gross-title{
        padding: 0 3% 0 20%;
    }
}
.gross-revenu:hover{
    box-shadow: 0px 7px 21px 0px rgba(23, 12, 3, 0.15);
}

.submit-black:hover{
    background-color: #121e2e;
    border: none; 
}
.small-mar{
    padding-left: 3px; 
    padding-right: 3px;
}
@media (max-width: 767px) {
    .small-mar{
        margin-bottom: 2em;
    }
    .app_now_input{
        width: 90%;
    }
}
#op-radius{
    padding-bottom: 0;
}
.nav-testimon.selected{
    background-color:#cf711b;
}
#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #F05F40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #3a4549;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #F05F40 !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent;
}

@media (min-width: 992px) {

    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: #fff;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #fff;
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #F05F40;
    }
    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        color: #f05f40;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #3a4549;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #F05F40;
    }
    #mainNav .menu-mm-item a.nav-link{
        padding: 0.5rem 7px !important;
    }
}
@media (min-width: 1200px) {
    #mainNav .menu-mm-item a.nav-link{
        padding: 0.5rem 1rem !important;
    }
}


header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2rem;
}

header.masthead p {
    font-weight: 300;
}

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem;
    }
}



@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

.service-box {
    max-width: 400px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.text-primary {
    color: #F05F40 !important;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 1rem 2rem;
}

.btn-primary {
    background-color: #F05F40;
    border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
.north-east-wrapper{
    width:70%; 
    margin: 2em 15% 2em 15%;
    overflow: auto;
}
.north-east-wrapper img{
    width:100%;
}
.we-focused{
    text-transform: none; 
    margin-top: 1.5em; 
    font-size: 1.2em
}
.we-proved{
    text-transform: none;  
    font-size: 1.2em
}
.form-gray{
    background-color: #ebebed; 
    padding-left: 10%; 
    padding-right: 4%
}
.small-mar-select{
    padding-left: 3px; 
    padding-right:2em;
}
.before-video{
    margin-bottom: 5em;
}
.mm-hon-row1{
    height: 10em; 
    margin-bottom: 5em;
}
.mm-hon-row2{
    height: 15em
}
.dedic-sub{
    text-transform: none; 
    margin-top: 1.5em; 
    font-size: 1.2em; 
    padding: 0 10% 0 10%;
}
#partners{
    padding:3rem;
}
#partners .container.partn{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

.partners-title{
    color:#1e2b33; 
    font-family: "robotolight", sans-serif; 
    font-size: 2em; 
    margin-bottom: 3em
}
.footer-links{
    padding-right: 1em;
}
.footer-links1{
    padding-right: 7em;
}
.foot-links-wrap{
    color:#cbcbcb; 
    font-size: 0.8em; 
    margin-bottom: -100px;
    margin-top: 300px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto {
    /* position: relative;
    width: 100%;
    min-height: 1px;
   padding-right: 15px;
    padding-left: 7px;*/
}
@media (max-width: 767px) {
    #faqs .text-right{
        text-align: center !important;
    }
    .foot-links-wrap{
        margin-bottom: -120px;
    }
    .testim-plus-wrap{
        padding-left: 7px;
        padding-right: 7px;
    }
    .latest-faqs {
        padding-left: 1em;
        padding-top:  4em;
    }
    .testimon-title{
        text-align: center !important;
    }
    .partn-1{
        padding: 3px 0;
    }
    .partn-2{
        padding: 0 3.5em;
    }
    .partn-3{
        padding: 3px 0;
    }
    .partn-4{
        padding: 3px 1em;
    }
    .partners-title{
        margin-bottom: 1em;
    }
    #partners{
        padding-top: 1rem;
    }
    #dedicated{
        margin-top: 4em;
        padding-bottom: 1em;
    }
    #advantages{
        padding-top: 1em;
    }
    .sl-hoh{
        margin-bottom: 0.5em;
    }
    .mm-hon-row1{
        height: 30em; 
        margin-bottom: 5em;
    }
    .mm-hon-row2{
        height: 46em
    }  
    .wrapper-right{
        margin:  0 80% 0 2em;
    }
    #reviews .text-right{
        text-align: left !important;
    }
    .wrapper-right{
        text-align: left;
    }
    .before-video{
        margin-bottom: 0;        
    }
    .review-img{
        padding-top: 3em;
    }
    .but-col{
        padding-left: 0;
    }
    .small-mar-select{
        padding-left: 3px; 
        padding-right:3px;
        margin-bottom: 2em;
    }
    .oran-small{
        padding-bottom: 1em;
        padding-top: 1em;
    }
    .form-gray{
        padding-right:2%;
        padding-left:2%;
    }

    #requirements .col-xs-1,#requirements .col-xs-11{
        padding-left: 7px;
    }
    .sec-header {
        font-size: 2.7em;
    }
    .why-us-rect{
        height: 31em;
    }
    .we-focused,.we-proved{
        font-family: robotolight, sans-serif;
        font-size: 1.0em;
    }
    .north-east-wrapper{
        width:90%; 
        margin: 2em 5% 2em 5%;
        overflow: hidden;
        text-align: left;
    }
    .north-east-wrapper img{
        width:150%;
        margin-left: -40%;
    }
    .rad-cube,rad-legend{
        padding-left: 7px;
    }
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
#jumb-footer{
    margin:0; 
    padding:0; 
    background-color: #000; 
    position:absolute; 
    background-color: #000; 
    color:#fff; 
    width:100%; 
    height:6em; 
    padding-top: 2em; 
    margin-top:3.8em;
}
@media(max-width:447px){
    #dedicated{
        margin-top: 3px;
        padding-top: 3px;
        padding-bottom: 1em;
    }
    #requirements{
        padding-top: 3px;
    }
    #jumb-footer{
        height:13em;
    }
}
.scroll-up {
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-align: center;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #000;
    opacity: 0.8;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
}
.show-scroll{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}
.hide-scroll{
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
}
.scroll-up .icon-container{
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -13px;
    margin-left: -13px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.scroll-up .icon-container svg {
    height: 26px;
    opacity:0.7;
}
.scroll-up:hover .icon-container,
.scroll-up:hover .icon-container{
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
}
.scroll-up:hover {
    opacity: 0.8;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.track-year{
    display: none;
}
.has-trailer{
    display:none;
    border-bottom: 1px #fff solid;
    padding-bottom: 21px;
    margin-bottom: 21px;
}
.have-trailer{
    color:#fff;
    padding-left: 7px;
}
.has-trailer-label{
    font-size: 14px;
    padding-left: 7px;
    font-weight: bold;
    color: #333;
    
}
.video-frame{
    width:426px; 
    height:240px;
}
@media (max-width: 447px) {
    .video-frame{    
        width:270px; 
        height:152px;
    } 
}
oo{
    border-top: #fc6501 solid 2px;
}
.we-high, .driver_near{
    color: #fff;    
}
#owner-wanted {
    font-family: robotomedium, sans-serif;
    text-transform: uppercase; 
    font-size:2em;
    color: #fff;
}
.local-reg {
    font-size: 1.1em;
    color: #fff;
}
header.masthead {
    padding-top: 2rem;
    padding-bottom: calc(10rem - 56px);    
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container.gross-revenu{
    background-color: #fff; 
    width:90%; 
    height:15em; 
    margin-top: -4em;
    padding:1.5%; 
    padding-top: 2em;
    box-shadow: 0px 1px 14px 0px rgba(23, 12, 3, 0.15);
    margin-left:5%;
    margin-right:5%;    
}
.gross-title-2 {
    font-size:1.2em;   
}
.gross-title-1 {
    font-size:1.4em!important;   
}
.gross-text{
    font-size: 14px;
    padding:11px; 
    font-family:"robotolight", sans-serif; 
}

#who-we-need{
    margin-top: 0.5em;
    padding-bottom: 0;
}
#who-we-need .container{
    margin-bottom: 0.5em;
}
#who-we-need .wo-we-subhead{
    font-size: 14px;
}

#reviews .ovner-img-wrapper{
    text-align: center!important;
    margin-left: 0!important;
    width: 54%;
}
#faqs{
    margin-bottom: -7em;
}

#dedicated{
    height: 105em;
}
.testim-plus{
    display: none;
}
.mob-plus{
    display: inline;
    color: #fc6501;
    cursor: pointer;
}

@media (min-width: 360px) {
    .testim-plus{
        display: block;
    }
    .mob-plus{
        display: none;
    }
}
@media (min-width: 521px) {
    .container.gross-revenu{
        height: 11em;
        
    }
    .gross-title-2 {
        font-size:1.3em;   
    }
    
    #dedicated{
       height: 105em;
       margin-top: 0;
    }
    
    
}
@media (min-width: 640px) {
    .container.gross-revenu{
        margin-top: 3px;        
    }
    #reviews .ovner-img-wrapper{
        text-align: center!important;
        margin-right: 0!important;
        margin-left: 10%!important;
        width: 34%;
    }
}
    
    

@media (min-width: 768px) {
    .container.gross-revenu{
        margin-top: 3px;
    }
    #dedicated {
        height: 68em;
    }
    #partners .container.partn {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
    
    
}
@media (min-width: 800px) {
    .orange-form-1{
        margin-top: -17px;     
        padding: 7px 3%;
    }
}
@media (min-width: 960px) {
     .container.gross-revenu{
        height: 11em;        
    }
    .gross-title-1 {
        font-size:1.7em;   
    }
    .gross-title-2 {
        font-size:1.7em;   
    }
    .gross-text{
        font-size: 18px;
    }
    header.masthead {
      height: 38em;
    } 
    
    header.masthead h1 {
        font-size: 3rem;
    }
    .orange-form-1{
        margin: 0 5% 0 5%;
        padding: 7% 5% 7% 5%;
    }
}
@media (min-width: 1024px) {
    header.masthead {
      height: 42em;
    } 
    #dedicated {
      height: 81em;
   }
    .container.gross-revenu{
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        height: 12em;
        margin-top: -20px;
    }
}
@media (min-width: 1280px) {
    header.masthead {
      height: 59em;
    }  
    #reviews .ovner-img-wrapper {
        width:23%;
    }
    #reviews .review-text{
        font-size: 14px;
    }  
    .hir-op-form{
        margin-top: 10em;
    }
    
}
@media (min-width: 1400px) {
    header.masthead {
      height: 45em;
    }  
    .gross-text {
      font-size: 20px;
    }
    #dedicated {
      height: 77em;
    }
    .hir-op-form{
        margin-top: 5em;
    }
}
@media (min-width: 1600px) {
    header.masthead {
      height: 56em;
    }  
    #reviews .review-text{
        font-size: 18px;
    }
    .hir-op-form{
        margin-top: 10em;
    }
    
}
@media (min-width: 1856px) {
    header.masthead {
      height: 67em;
    }  
    .review-img{
        padding-top: 3em;
    }
    
}
@media (min-width: 1920px) {
    #reviews .review-text{
        font-size: 20px;
    }
    
}
@media (min-width: 2048px) {
    header.masthead {
      height: 75em;
    }  
    .gross-text {
        font-size: 25px;
    }
    .you-are {        
        font-size: 25px;
    }
    .orange-form-1 {        
        width: 77%;
    }
    .container.gross-revenu{
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        margin-top: -80px;
    }    
}

@media (min-width: 2880px) {
    #requirements .job-req-left{
        font-size:21px;
    }
    #benefits .why-text{
        font-size:21px;
    }
    #benefits .slideInRight{
        height: 56em;
    }
    .why-us-rect{
       height: 43em; 
    }    
    .partn .part-im-wrap {
       padding: 0 0.5em;
       
    }
    .rad-legend{
        font-size: 21px;
    }
    .who-we-li li {
        font-size: 18px;
    }
    .mmm-prop-text{
        font-size: 21px;
    }
    .dedic-sub{
        font-size: 21px;
    }
    .mmm-feed-small-text,.mmm-feed-title{
        font-size: 19px;
    }
    .testim-small-title{
        font-size: 21px;
    }
    .testim-small-text,.testimon-text {
        font-size: 21px;
    }
    .hir-op-form {
        margin-top: 15em;
    }
    
}
.app-ok-button{
    background-color: #eb7f1c;
    border: none;
    color: #fff;
    width:16%;
    margin: 0 42%;
    border-radius: 3px;
    padding: 7px;
}
.field-wrap{
    text-align: center;
    border:none!important;
}
.field-wrap{
    display: none;
}
.report{
    background-color: rgba(0,119,0,0.4);
    color:#fff;
    text-transform: uppercase;
}

/* a big form */

.big-form-first{
    padding: 37px 7px;
    text-align: center;
    border-bottom: 1px solid #ea5616;
}
.div-input{
    padding: 7px 0;
}
.big-form-text{
    border: 1px solid #ebebeb;
    width: 333px;
    height: 37px;
    padding-left: 7px;
    font-size: 14px;
}
.big-form-text.seven{
    width:142%;
}
.big-form-row{
    padding: 7px 0;
    text-align: left;
}
.big-form-label{
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.big-form-next{
    width: 16%;
    padding: 7px;
    margin: 21px 42%;
    background-color: #ea5616;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}
.big-form-accident,.big-form-convictions,.big-form-experience,.big-form-motor{
    width: 16%;
    padding: 7px;
    margin: 21px 42%;
    background-color: #ea5616;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}
.big-form-following{
    display : none;
    padding: 37px 7px;
    text-align: center;
    border-bottom: 1px solid #ea5616;
}
.big-form-title{
    font-size: 16px;
    font-weight: bold;
    color: #ea5616;
    margin: 16px 7px;
}
.big-form-title a{
    color:#999;
}
.big-form-area{
    border: 1px solid #ebebeb;
    width: 70%;
    height: 74px;
    padding-left: 7px;
    font-size: 14px;
    /*display:none;*/
}
.text-right{
    text-align: right;
    padding-right: 237px;
}
span.big-form-title{
    font-weight: normal;
}
.big-table-cell.label{
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.big-table-input{
    width:80%;
    border: 1px solid #999;
}
.add-row{
    padding : 7px;
    margin-top : 21px;
    color : #ea5616;
    background-color : #ebebeb;
    width : 11%;
    border-radius: 3px;
    text-align: center;
    cursor : pointer;
    font-weight: bold;
}
.big-row-table{
    margin: 3px 0;
}
.licence-history-right{
    text-align: right;
}
.licence-history-left{
    text-align: left;
}
.add-state-big-button{
    padding : 7px;    
    color : #ea5616;
    background-color : #ebebeb;
    width : 50%;
    border-radius: 3px;
    text-align: center;
    cursor : pointer;
    font-weight: bold;
}
.state-list-class{
    padding: 7px;
    text-align: right;
    margin-right: 40%;
}
.state-class{
    padding: 7px;
    font-size: 14px;
    color: #ea5616;
    cursor: pointer;
}
.state-start-list{
    width:277px;
    height: 417px;
    overflow-y: scroll;
    text-align: right;
    position: absolute;
    margin-left: 45%;
    background-color: rgba(245,245,245,0.7);
    display: none;
}
.state-choise{
    font-size: 14px;
    color: #999;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 7px 3px 0; 
}
.state-choise:hover{
    color: #ea5616; 
}
.state-class-close{
    position: absolute!important;
    color:#ea5616;
    margin-left: -252px;
    margin-top: 5px;
    width:20px;
    height: 20px;
    cursor: pointer;
}
.delete-accident,.delete-conviction,.delete-experience,.delete-motor{    
    color:#ea5616;    
    width:20px;
    height: 20px;
    cursor: pointer;
}
.delete-state{
    margin-left:14px;
}
.courses-input{
    padding-left: 3px;
    font-size: 14px;
}
.courses-input{
    display : none;
    width: 100%;
}
.big-form-select{
  /*display: none;   */
}
.big-form-text-explain{
    font-size: 12px;
    margin: 11px 0;
}
.carriermotor{
    font-size: 12px;
    width: 100%;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.motor{
    padding-left:3px!important;
    padding-right:3px!important;
}
.motor-table-delimiter{
    height: 21px;
    border-bottom: 1px #ebebeb solid;
}
.seven-date-label{
    font-size: 12px;
    color: #ea5616;
    font-weight: bold;
}
.terms, .gly-accident{     
    color: #ea5616; 
    font-size: 18px; 
    cursor:pointer
}
.terms.unchecked, .gly-accident.unchecked{
    display:none;
}
.state-list-personal{
    height: 200px;
    width: 200px;
    overflow-y: scroll;
    margin-top: 6px;
    display: none;
    position: absolute;
    border: 1px #999 solid;
    box-shadow: 5px 5px 5px #ebebeb;
    background-color: rgba(255,255,255,0.9);
    padding-left: 21px;
    z-index: 2;  
}
.state-choise-personal {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 7px 3px 0;    
}
.state-choise-personal:hover {
    color: #ea5616;
}
.blitz-row{
    border-bottom: 1px solid #bebebe;
}
.result-message{
    display        : none;
    background     : rgba(0,137,0,0.5);
    width          : 100%;
    color          : #fff;
    text-align     : center;
    padding        : 7px;
    padding-top    : 31px;
    text-transform : uppercase;
}
.big-table-input-ex_date_from, .big-table-input-ex_date_to{
    font-size:12px;
    width: 100%;
}
.trans-check-boxes{
    display : none;
}
.trans-check-boxes.display{
    display : block;
}
.why-title{
    margin-bottom: 5em;
}
@media (max-width: 767px) {
    .why-title{
        margin-bottom: 37px;
    }
    .sec-header{
        font-size : 2em;
    }
}
@media (max-width: 469px) {
    .home-time .why-us-rect {
        height: 40em;
    }
}
@media (max-width: 410px) {
    #advantages{
        padding-bottom: 19rem;
    }                         
}
@media (max-width: 737px) {
    .crea-left .col-xs-11{
            width:80%;
    }    
}