html {
    margin: 0 !important;
}

/*quote pages css*/

.quote-wrapper h1, .quote-wrapper h2, 
.quote-wrapper h3, .quote-wrapper h4, 
.quote-wrapper h5, .quote-wrapper p,
.quote-wrapper ul{
    margin: 0;
}
.quote-wrapper figure img, .dashboard-content figure img{
    width: 100%;
}

.quote-wrapper figure, .dashboard-content figure{
    overflow: hidden;
}
.quote-wrapper>.row>.col-md-3{
    padding-right: 0;
    /*background: #fafafa;*/
}
.quote-sidebar{
    /*background: #fafafa;*/
    padding: 10px;
    /*border-right: 1px solid #ddd;*/
    height: 100%;
}
.quote-sidebar li{
    margin-bottom: 3px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}
.quote-sidebar li:last-child, .nav-sidebar li:last-child{
    margin-bottom: 0;
    border: none;
}
.quote-sidebar > h4{
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 18px;
    border-bottom: 1px dotted #d69942;
    padding: 5px 0;
    margin-bottom: 10px;
}
.quote-sidebar h4 a{
    font-size: 13px;
}
.quote-sidebar li h4{
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #d69942;   
}
.quote-sidebar li figure{
    height: 200px;
}
.quote-sidebar a.change{
    float: right;
    color: #999;
}
.quote-sidebar li .price{
    font-family: "Roboto", Arial, Tahoma, sans-serif;
}
.quote-sidebar li .price h4{
    color: #333;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 1px dotted #ddd;
    padding: 5px 0;
}
.quote-sidebar li .price h4[title=total]{
    font-weight: 600;    
    border: none;
}
.quote-sidebar li .price h4[title=total] span{
    color: #333;
}
.quote-sidebar li .price span{
    color: #d69942;
    font-size: 18px;
    float: right;
}
.all-vehicle-wrapper{
    padding: 20px 15px 20px 0;
}
.all-vehicle-wrapper>.vehicle-wrapper:first-child{
    margin-top: 0;
}
.vehicle-wrapper{
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 10px;
}
.vehicle-wrapper figure,
.vehicle-wrapper .desc{
    float: left;
    height: 255px;
}
.vehicle-wrapper figure{
    width: 40%;
}
.vehicle-wrapper .desc{
    width: 60%;
    padding: 10px;
}
.desc p{
    margin-bottom: 10px;
}
.vehicle-wrapper .desc h4{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}
.price h5{
    margin-bottom: 5px
}
.price h3{
    margin-bottom: 10px;
    font-weight: 400;
    color: #d69942;
}
.vehicle-wrapper .desc h4:after{
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #d69942;   
}
.vehicle-wrapper ul{
    margin-bottom: 10px;
}
.border{
    border-left: 1px solid #ddd;
}
.desc li i{
    font-size: 18px;
    color: #d69942;
}
.radio-group input[type="radio"]{
    display: none;
}
.radio-group{
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 0 0 5px;
}
.radio-group .radio-inline{
    margin: 0;
    padding: 0;
    border-right: 1px solid #ddd;
    margin-left: -5px;
    background: #fff;
}
.radio-group>.radio-inline span{
    border-left: 1px solid #ddd;
}
.radio-group>.radio-inline:last-child,
.radio-group>.radio-inline:first-child span{
    border: none;
}
.radio-group .radio-inline input[type="radio"]:checked + span, .radio-group .radio-inline span:hover{
    background: #d69942;
    color: #fff;
}
.radio-group .radio-inline span{
    padding: 7px 20px;
    height: 35px;
    display: inline-block;
    background: #fcfcfc;
    color: #333;
}
.btn-book, .btn-quote{
    background: #333;
    color: #fff;
    border-radius: 0;
    margin: 0;
}
.btn-quote{
    background: #d69942;
}
.btn-book:hover, .btn-book:focus, .btn-quote:hover, .btn-book:quote{
    color: #fff;
}
.banner-quote .custom-form .btn-book{
    padding: 7px;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
}
.custom-form, .dashboard-content{
    padding: 20px 15px 20px 0;
}
.custom-form .form-control{
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    height: 38px;
    border-color: #ddd;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
}
.custom-form fieldset legend{
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #d69942;
}
.custom-form .input-group-addon{
    border-radius: 0;
}
.custom-form .btn-book{
    padding: 9px 25px;
}
.custom-form .col-md-2{
    width: 12.91%;
}
.custom-form .col-md-3{
    width: 20%;
}
#airport .custom-form .col-md-2{
    width: 13.85%;
}
#airport .custom-form .col-md-3{
    width: 25%;
}
.custom-form input[type="date"], .custom-form input[type="email"], 
.custom-form input[type="number"], .custom-form input[type="password"], 
.custom-form input[type="search"], .custom-form input[type="tel"],
.custom-form input[type="text"], .custom-form input[type="url"], .custom-form select, .custom-form textarea{
    margin-bottom: 0;
}
.form-control-static{
    background: #f0f0f0;
    padding: 6px 12px;
}
.form-group{
    margin-bottom: 10px;
}

.custom-form label{
    margin: 0;
}
/*account css*/
.account-wrappper{
    padding: 50px 0;
}
.account-wrappper .custom-form{
    border: 1px solid #ddd;
    padding: 15px;
    background: #f6f6f6;
}
.account-wrappper ul{
    margin-top: 20px;
}

/*custom modal css*/
.custom-modal .modal-dialog {
    margin: 80px auto;
}
.custom-modal .modal-content{
    border-radius: 0;
    background: #fcfcfc;
    border: none;
}
.custom-modal .modal-header{
    background: #d69942;
}
.custom-modal .custom-form{
    padding: 0;
}


/*dashboard css*/
.page-container{
    min-height: 500px;
}
.nav-sidebar .navbar-nav, .nav-sidebar .navbar-nav>li{
    float: none;
}
.nav-sidebar .navbar-nav .dropdown-menu{
    position: static;
    width: 100%;
    transition: .3s ease-in-out;
    background: transparent;
    box-shadow: none;
    border: none;
    float: none;
    padding: 0
}
.nav-sidebar .nav .open>a, 
.nav-sidebar .nav .open>a:focus, 
.nav-sidebar .nav .open>a:hover{
    background: transparent;
}
.nav-sidebar .nav>li>a:focus, .nav-sidebar .nav>li>a:hover{
    background: transparent;
}
.nav-sidebar .navbar-nav>li>a{
    padding: 0;
}
.nav-sidebar .nav>li>a{
    padding: 15px 10px;
    color: #d69942;
}
.nav-sidebar .nav>li>a i, .nav-sidebar .dropdown-menu>li>a i{
    font-size: 16px;
    padding-right: 10px;
    width: 30px;
    text-align: center;
    display: inline-block;
    color: #333;
}
.nav-sidebar li{
    border-bottom: 1px dotted #ccc;
}
.nav-sidebar .dropdown-menu>li>a{
    padding: 8px 10px;
    color: #d69942;
    font-size: 13px;
}
.nav-sidebar .dropdown-menu>li>a:hover, .nav-sidebar .dropdown-menu>li>a:focus{
    background: transparent;
}
.data-cards{
    color: #666;
    color: #fff;
    margin-bottom: 25px;
}
.data-cards i{
    opacity: 0.5;
    font-size: 65px;
    padding: 10px 0;
    float: right;  
    color: #666;
}
.data-cards .row{
    padding: 15px;
}
.data-cards a i{
    float: none;
    font-size: initial;
    color: #333;
    opacity: 1;
    padding-left: 50px;
    height: 30px;
    width: 30px;
}
.data-cards a{
    background: rgba(0, 0, 0, 0.2);
    display: block;
    padding: 5px 10px;
    color: #fff;
}
.data-cards a:hover, .data-cards a:focus{
    color: #fff;
    text-decoration: none;
}
.data-cards h1{
    font-weight: 700;
    color: #fff;
    text-align: left;
    font-size: 36px;
}
.data-card-bg1{
    background: #ecb633;
}
.data-card-bg2{
    background: #3DD099;
}
.data-card-bg3{
    background: #1BCCCC;
}
.data-card-bg4{
    background: #E44040;
}
.data-cards h4{
    height: 50px;
}



/*profile css*/
.profile table tr:first-child td, .profile table th{
    background-image: none;
}
.profile table tr:nth-child(2n) td{
    background: inherit;
}
.profile table th, .profile table td{
    text-align: left;
}
.profile figure{
    height: 220px
}

/*.jobs css*/
.job-wrapper .dropdown-menu{
    left: auto;
    right: 0;
}
.job-wrapper table th, .job-wrapper table td{
    text-align: left;
}




/*banner CSS*/
.banner{
    position: relative;
}
.banner figure img{
    width: 100%;
}
.banner figure figcaption{
    position: absolute;
    bottom: 30%;
    text-transform: uppercase;
    left: 36%;
    z-index: 9999;
    /*background: #d69942;*/
    padding: 5px 30px;
}
.banner figure figcaption h1{
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}
.banner-quote{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #d69942;
    /*    background: -webkit-linear-gradient(-90deg, rgba(214,153,66,0) 0, #d69942 100%);
        background: -moz-linear-gradient(180deg, rgba(214,153,66,0) 0, #d69942 100%);
        background: linear-gradient(180deg, rgba(214,153,66,0) 0, #d69942 100%);*/
    padding: 10px;
}
.banner-quote .row{
    margin: 0 -5px;
}
.banner-quote .col-lg-1, .banner-quote .col-lg-10, .banner-quote .col-lg-11, 
.banner-quote .col-lg-12, .banner-quote .col-lg-2, .banner-quote .col-lg-3, 
.banner-quote .col-lg-4, .banner-quote .col-lg-5, .banner-quote .col-lg-6, 
.banner-quote .col-lg-7, .banner-quote .col-lg-8, .banner-quote .col-lg-9, 
.banner-quote .col-md-1, .banner-quote .col-md-10, .banner-quote .col-md-11,
.banner-quote .col-md-12, .banner-quote .col-md-2, .banner-quote .col-md-3,
.banner-quote .col-md-4, .banner-quote .col-md-5, .banner-quote .col-md-6, 
.banner-quote .col-md-7, .banner-quote .col-md-8, .banner-quote .col-md-9, 
.banner-quote .col-sm-1, .banner-quote .col-sm-10, .banner-quote .col-sm-11, 
.banner-quote .col-sm-12, .banner-quote .col-sm-2, .banner-quote .col-sm-3,
.banner-quote .col-sm-4, .banner-quote .col-sm-5, .banner-quote .col-sm-6, 
.banner-quote .col-sm-7, .banner-quote .col-sm-8, .banner-quote .col-sm-9, 
.banner-quote .col-xs-1, .banner-quote .col-xs-10, .banner-quote .col-xs-11, 
.banner-quote .col-xs-12, .banner-quote .col-xs-2, .banner-quote .col-xs-3, 
.banner-quote .col-xs-4, .banner-quote .col-xs-5, .banner-quote .col-xs-6, 
.banner-quote .col-xs-7, .banner-quote .col-xs-8, .banner-quote .col-xs-9{
    padding: 0 5px;
}
.banner-quote .tab-content{
    /*background: rgba(0, 0, 0, 0.7);*/
    border: 1px solid #333;
}
.banner-quote .nav{
    width: 85%;
    margin: 0 auto;
    /*    border-bottom: 1px solid rgba(214, 153, 66, 1);*/
    border-bottom: 1px solid #333;
}
.banner-quote .nav-tabs.nav-justified>li>a,
.banner-quote .nav-tabs.nav-justified>.active>a, 
.banner-quote .nav-tabs.nav-justified>.active>a:focus,
.banner-quote .nav-tabs.nav-justified>.active>a:hover{
    border:none;
}
.banner-quote .nav-tabs.nav-justified>li>a{
    border-radius: 0;
    color: #fff;
    background: #333;
    margin: 0 3px;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #d69942;
    border-bottom: none;

}
.banner-quote .nav-tabs.nav-justified>li:last-child>a{
    margin-right: 0;
}
.banner-quote .nav-tabs.nav-justified>li:first-child>a{
    margin-left: 0
} 

.banner-quote .nav-tabs>li.active>a,
.banner-quote .nav-tabs>li.active>a:focus, 
.banner-quote .nav-tabs>li.active>a:hover,
.banner-quote .nav-tabs.nav-justified>li>a:hover,
.banner-quote .nav-tabs.nav-justified>li>a:focus{
    /*    background: rgba(214, 153, 66, 1);
        color: #fff;*/
    background: rgb(255, 255, 255);
    color: #232323;
}
.banner .custom-form{
    padding: 10px;
}
.banner .custom-form .form-control{
    font-size: 14px;
}
.banner .custom-form .form-control::-moz-placeholder{color:#666;opacity:1}
.banner .custom-form .form-control:-ms-input-placeholder{color:#666}
.banner .custom-form .form-control::-webkit-input-placeholder{color:#666}
.quote .custom-form{
    padding: 0;
}
.banner figure{
    height: 510px;    
}
.banner-quote .custom-form .form-group, .quote .custom-form .form-group{
    margin-bottom: 0;
    position: relative;
}
.quote .custom-form .form-group{
    margin-bottom: 10px;
}
.banner-quote .custom-form .form-group i, .quote .custom-form .form-group i{
    position: absolute;
    top: 30%;
    right: 10px;
    font-size: 16px;
}
.quote .custom-form .form-group i{
    right: 10px;
}
.banner-quote .custom-form .form-group .form-control, .quote .custom-form .form-group .form-control{
    padding: 6px 25px 6px 12px;
}
.banner-quote select.form-control{
    padding: 6px 10px!important;
}
.quote{
    padding: 15px;
    border: 1px solid #ddd;
    margin: 15px;
    background: #555;
}
.quote .nav-tabs>li{
    float: none;
    margin-bottom: 3px;
}
.quote .nav-tabs>li>a,
.quote .nav-tabs>.active>a, 
.quote .nav-tabs>.active>a:focus,
.quote .nav-tabs>.active>a:hover{
    border: none;
}
.quote .nav-tabs>li>a{
    border-radius: 0;
    color: #d69942;
    background: #333;
    padding: 10px 20px;
}
.quote .nav{
    border-bottom: none;
}
.quote .nav-tabs>li.active>a,
.quote .nav-tabs>li.active>a:focus, 
.quote .nav-tabs>li.active>a:hover,
.quote .nav-tabs>li>a:hover,
.quote .nav-tabs>li>a:focus{
    background: #d69942;
    color: #fff;
}
.quote .form-control{
    color: #999;
    font-size: 13px;
}
.quote.quote-widget .dropdown-menu{
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: #555;
}
.quote.quote-widget .nav-tabs>li>a{
    text-align: center;
    margin-bottom: 10px;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    color: #fff;
}
.quote.quote-widget .dropdown-menu>li>a{
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    color: #fff;
}
.quote.quote-widget .dropdown-menu>.active>a,
.quote.quote-widget .dropdown-menu>.active>a:focus,
.quote.quote-widget .dropdown-menu>.active>a:hover,
.quote.quote-widget .dropdown-menu>li>a:focus,
.quote.quote-widget .dropdown-menu>li>a:hover{
    color: #fff;
    background-color: #d69942;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
}
.quote.quote-widget .nav-tabs>li.active>a, 
.quote.quote-widget .nav-tabs>li.active>a:focus, 
.quote.quote-widget .nav-tabs>li.active>a:hover,
.quote.quote-widget .nav-tabs>li>a:hover, .quote .nav-tabs>li>a:focus{
    background: #333;
}
.quote.quote-widget{
    margin: 0;
    padding: 10px;
}
.quote> h4{
    color: #fff;
}
.quote figure{
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
    /*display: none;*/
}
.quote figure img{
    width: 100%;
    display: block;
}
.custom-support{
    margin: 15px;
    border: 1px solid #ddd;
    padding: 15px;
}
.custom-support li {
    font-size: 16px;
    border-bottom: 1px dotted #ddd;
    padding: 5px;
}
.custom-support li:last-child{
    border: none;
}
.quote h4{
    color: #fff;    
}

.error {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.error p {
    margin: 0;
}

.notice {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.min-height{
    min-height: 500px;
}
.notice p {
    margin: 0;
}

.slideThree input[type=checkbox] {
    visibility: hidden;
}

/* SLIDE THREE */
.slideThree {
    width: 80px;
    height: 26px;
    background: #d2d2d2;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideThree:after {
    content: 'NO';
    font: 12px/26px Arial, sans-serif;
    color: #e20000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideThree:before {
    content: 'YES';
    font: 12px/26px Arial, sans-serif;
    color: #00bf00;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.slideThree label {
    display: block;
    width: 34px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type=checkbox]:checked + label {
    left: 43px;
}

.session-day-title {
    padding: 5px 3px; 
    background-color: #d69942; 
    margin-bottom: 5px;
}

label.error {
    display: none !important;
}

input.error, textarea.error, select.error {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #f2dede !important;
}

input.error[type="checkbox"], input.error[type="radio"] {
    -webkit-box-shadow: inset 12px 2px 2px rgba(255,0,0, 0.25);
    box-shadow: inset 12px 2px 2px rgba(255,0,0, 0.25);
}