@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,600&display=swap');
/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/
/*common*/
textarea.form-control {
    height: 100px;
}
textarea{
    resize: none
}
.form-control{
    border-radius: 0;
    border-color: #fff;
    color: #fff;
}
select.form-control{
    padding: 0 15px
}
.static-page p{
    text-align: justify;
    color: #cdced4;
}
.btn-default{
    min-width: 120px;
}
.dark-bg{
    background: #1f2430
}
.text-blue{
    color: #0095fb
}
.pop-body .form-control{
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 3px
}
.show-mob{
    display: none;
}
/*contact page*/
.form-block{
    max-width: 400px;
    margin: 0 auto;
}
.contact-page.pd-tb-medium{
    padding-top: 5.375rem;
}
.btn.btn-default{
    font-weight: normal;
}
/*login page*/
.login-page .form-block{
    max-width: 410px;
    text-align: center
}
.login-page .form-widget{

    max-width: 350px;
    margin: 0 auto;

}
.login-page .btn{
    width: 100%;
}
.login-page p{
    margin-top: 10px;
}
.login-page .form-control{
    text-align: center
}
/*my account*/
.list-wrapper{
    list-style: none;
}
.list-wrapper li{
    margin-bottom:20px;
    font-size: 18px;
}
.list-wrapper a, .list-wrapper .nav-tabs .nav-link{
    color: #fff;
    display: inline-block;
    background: transparent;
    padding: 6px 22px;
    margin-bottom:20px;
    font-size: 18px;
    border: none;
}
.list-wrapper a:hover, .list-wrapper a.active, .list-wrapper .nav-tabs .nav-link:hover, .list-wrapper .nav-tabs .nav-link.active{
    background: #1f2430;
    border-radius: 0;
    border: none;
}
.list-wrapper .nav-tabs{
    border:none
}
.right-wrapper{
    position: relative;
    padding-left: 120px;
}
.right-wrapper::before{
    background: #1f2430;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.right-inner{
    max-width: 400px;
}
.right-inner .form-control, .deliver-wrapper .form-control, .contact-wrapper .form-control, .vehicle-wrapper .form-control{
    border-width: 0 0 1px 0;
    margin-bottom: 24px;
}
.right-inner .form-control:hover, .right-inner .form-control:focus,
.contact-page .form-control:hover, .contact-page .form-control:focus,
.deliver-wrapper .form-control:hover, .deliver-wrapper .form-control:focus,
.vehicle-wrapper .form-control:hover, .vehicle-wrapper .form-control:focus
{
    background: #1F2430;
    color: #fff;
}
/*my-order*/
.my-order{
    color: #fff
}
.my-order .dark-bg{
    padding: 10px;
    margin-bottom: 30px;
}
.order-detail{
    border-top: 1px solid #2D3345;
    padding-top: 10px;
    margin-top: 10px;
}
.my-order p{
    margin: 8px 0
}
/*notifications*/
.titlte-notification{
    font-size: 16px;
    font-weight: 700;
}
.notification.my-order p{
    margin: 0
}
.notification-checked{
    opacity: 0.7
}
.deliver-wrapper .acc-style2 .acc-hd, .vehicle-wrapper .acc-style2 .acc-hd{

    background: transparent;
    display: inline-block;
    padding: 15px 0;

}
.deliver-wrapper .acc-style2 .acc-open, .deliver-wrapper .acc-style2 .acc-close,
.vehicle-wrapper .acc-style2 .acc-open, .vehicle-wrapper .acc-style2 .acc-close{
    left: 0;
    opacity: 1;
    color: #0095fb;
    font-size: 26px;
}
.deliver-wrapper h3, .vehicle-wrapper h3{
    font-size: 16px;
    margin: 0;
    padding-left: 28px;
}
.delivery-info{
    margin-top: 20px;
}
.deliver-wrapper h4, .vehicle-wrapper h4{
    padding: 0;
    font-size: 17px;
    font-weight: 700;
}
.info-tooltip{

    display: inline-block;
    background: #1f2430;
    color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;

}
.tooltip-inner {
    white-space:pre-wrap;
}
.delivery-info .dark-bg{
    padding: 20px;
}
.delivery-info p strong{
    text-transform: uppercase
}

.deliver-wrapper select{
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    position: relative;
    background: url(../images/arrow-select.png) right center no-repeat;
    background-size: auto;

background-size: 15px;
}
/*vehicle type*/
.vehicle-wrapper li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 150px;
    margin-right: 10px;
}
.vehicle-wrapper li .dark-bg{
    /*padding: 20px;*/
    width: 120px;
    margin-bottom: 5px;
}
.vehicle-wrapper li img{
    width: 100%;
    margin: 0 auto
}
.vehicle-wrapper li a{
    
    color: #fff;
    font-size: 12px;
    display: block;
}
.vehicle-wrapper li a:hover, .vehicle-wrapper li.active a{
    color: #0095fb;
    opacity: 1;
}
.vehicle-wrapper li a:hover .dark-bg, .vehicle-wrapper li.active a .dark-bg{
    background: #0095fb;
}
.vehicle-wrapper .acc-style2 .acc-content, .deliver-wrapper .acc-style2 .acc-content{
    padding-left: 0;
    padding-right: 0;
}
.custom-file{
    position: relative
}
.custom-file span{
    display: inline-block;
    padding: 9px;
    vertical-align: middle;
    background: #1F2430;
    min-width: 130px;
}
.choose-file {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1;
  }
  
  /* Style both input field and label */
  .choose-file + .upload-file {
    background-color: #0095fb;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: Sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 7px 20px;
    text-align: center;
}
  
  .choose-file:focus + .upload-file,
  .choose-file + .upload-file:hover {
    background-color: #0095fb;
  }
  
  
  label.upload-file::before {
    content: "Choose file";
  }
  
  /* This appears after a file is chosen. */
  .choose-file:valid + .upload-file::before {
    content: "1 file chosen";
  }
/*order total page*/
.order-total-wrapper .dark-bg{
    padding: 20px;
    color: #fff
}
.order-total-wrapper li{
    margin: 8px 0;
}
.order-total-wrapper li:first-child{
    margin-top: 0;
}
.order-total-wrapper .item-total strong{
    font-size: 24px;
}
.order-total-wrapper ul{
    margin-bottom: 30px;
}
.static-page .pd-tb-medium {
    padding-top: 9%;
    padding-bottom: 9%;
}
.product-value{ display:inline-block; margin: 5px !important; padding:5px; border-radius: 5px; border:1px #FFF solid;}

.map-page .nav-tabs ul{
    list-style: none;
    padding: 0;
}
.map-page .nav-tabs li{
    margin: 0;
    padding: 0;
}
.driver-info .d-vehicle{

    display: flex;
    background: #eee;
    margin-bottom: 20px;

}
.driver-info .v-info{

    font-weight: 700;
    font-size: 26px;
    /*padding-left: 20px;*/
    line-height: 115px;
    margin-bottom: 0;
    width: 100%;

}
.driver-info .v-img{

    /*background: #2d3345;*/
    width: 100%;
    /*padding: 10px;*/

}

.driver-info1 img{
display: inline;

}


.driver-info .d-detail{

    text-align: left;
    font-size: 14px;
    margin-top: 5px;

}
.d-detail span {

    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    color: #2d3345

}
.driver-popup h3{
    margin: 0;
}
.driver-popup h5{
    font-size: 16px;
}
.map-section{
    position: relative;
}
.finding-map {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    margin: auto;
    z-index: 999;
    background: rgba(0,0,0,0.3);
    height: 400px;
}
.finding-map img {
    width: 135px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 70px;
}
.star-container {
    text-align: center;
    font-size: 0;
}

.star-container label {
    display: inline-block;
    cursor: pointer;
}

.star-container label:after {
    content: "\2605";
    font-size: 46px;
    color: #999;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.star-container label:hover:after {
    color: #f89406;
}

.star-container input {
    display: none;
}

.star-container #one:checked~label[for=one]:after,
.star-container #two:checked~label[for=two]:after,
.star-container #three:checked~label[for=three]:after,
.star-container #four:checked~label[for=four]:after,
.star-container #five:checked~label[for=five]:after {
    color: #f89406;
}

.star-container #two:checked~label[for=one]:after {
    color: #f89406;
}

.star-container #three:checked~label[for=one]:after,
.star-container #three:checked~label[for=two]:after {
    color: #f89406;
}

.star-container #four:checked~label[for=one]:after,
.star-container #four:checked~label[for=two]:after,
.star-container #four:checked~label[for=three]:after {
    color: #f89406;
}

.star-container #five:checked~label[for=one]:after,
.star-container #five:checked~label[for=two]:after,
.star-container #five:checked~label[for=three]:after,
.star-container #five:checked~label[for=four]:after {
    color: #f89406;
}
.menu-wrap .dropdown a:hover,
.menu-wrap .dropdown a:focus,
.menu-wrap .dropdown a {
font-weight: 700;
font-size: 14px;
color: #777;
opacity: 1;
    z-index: 2;
}

.menu-wrap .dropdown-menu {
position: relative!important;
background: #1F2430;
padding: 0;
border-radius: 0;
width: 100%;
margin-bottom: 20px;
transform:none !important;

    z-index:9999;
}

.menu-wrap .dropdown-menu a {
color: #fff
}

.video-js .vjs-control-bar {
display: none;
}

.video-home {
position: relative;
width: 90%;
height: 90%;
top: 5%;
left: 5%;

}

.video-home iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
verticle-align: middle;
}
button.menu-button{
    background: transparent;
}
body, .container-fluid .f-3{
    font-family: 'Comfortaa', cursive;
    font-weight:300;
}
h1, h2, h3, h4, h5, h6, .hd-1, .hd-2, .hd-3, .hd-4, .hd-5, .hd-6{
    font-family: 'Comfortaa', cursive;
    font-weight:400;
}
.container-fluid .bg-default {
    background-color: #1F2430;
}
.top-content .content{
    background: transparent;
}
.our-partners .title{
    text-align: center;
    margin-top: 50px;
}
.our-partners hr{
    max-width: 600px;
    margin: 0 auto;
}
.bg-holder .full-wh{
    background-attachment: scroll !important;
    background-position: center center;
}
#popup-content .bg-cover.flex-col-md-5{
overflow: hidden;
background: #2d3345;
}
#popup-content .bg-cover.flex-col-md-5 .title{
    font-size: 16px;
}
#popup-content .pop-body .form-control{
color: #333;
}
#popup-content .pop-body .form-control{
color: #333;
}
#review .form-control{
color: #333; 
}
div .material-parallax img{display:block}
body .typo-light .error {
    color: #e74c3c;
}
@media only screen and (min-width:768px) and (max-width:1170px){
    .our-partners .size-mini.inline-list > li {

    width: 16%;

}
.info-obj.mini .img {

    width: 30px;
    font-size: 30px;

}
.info {

    margin-left: 10px;

}
.col-md-4.width-50{
    max-width: 48.333%;
}
.full-tab.col-md-6{
    -ms-flex: 0 0 100%;

flex: 0 0 1000%;

max-width: 100%;
}
.full-tab.col-md-6 .full-wh{
    position: relative;
}
     .container-fluid .title[data-rgen-sm*="medium"] {
        font-size: 24px;
    }
    .codrops-header h1 {
        font-size: 25px;
        padding-top: 28px;
    
    }
    .sq80 {

        width: 50px;
        height: 50px;
        font-size: 24px;
    
    }
    .gt20.mb20 .pd-lr-tiny, .gt20.mb20 .pd-tb-mini{
        padding:10px
    }
    .gt20.mb20 .title{
        font-size: 20px;
    }
    .furniture-box .col-md-6:first-child{
        padding-right: 5px;
        font-size: 13px;
    }
    .furniture-box .col-md-6:last-child{
        padding-left: 5px;
        font-size: 13px;
    }
    .btn{
        font-size: 12px;
        padding: 9px 10px;
    
    }
    .col-sm-12{

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    
    }
    footer .sq60 {

        width: 36px;
        height: 36px;
        font-size: 20px;
    
    }
    .vehicle-wrapper li{
        min-width: 112px;
    }
    .vehicle-wrapper li img{
        width: 40px;
    }
    .list-wrapper li, .form-control, body, p, .title-sub[data-rgen-sm*="small"] {

        font-size: 13px;
    
    }
    .right-wrapper {
        padding-left: 70px;
    
    }
}
@media only screen and (max-width:767px){
    .static-page .my-order .dark-bg{
    margin-top: 10px;
}
    .right-wrapper{
        padding: 0 15px;
    }
    
.right-wrapper::before{
    content: ""
}
[data-rgen-sm*="pd-tb-small"] {
    padding-top: 20px;
    padding-bottom: 20px;
}
[data-rgen-sm*="pd-20"]{
    padding: 0;
}
.title[data-rgen-sm*="medium"]{
    font-size: 17px;
}
.title-sub[data-rgen-sm*="small"] {

    font-size: 13px;
    margin-bottom: 10px;

}
.hidden-xs{
    display: none !important
}
.min-vh-h100{
    min-height: auto
}
.top-content {
    padding: 22px 15px 0 15px;
    background: #2D3345;
}
.show-mob{
    display: block;
    text-align: right;
}
.show-mob .main-logo{

    display: inline-block;
    max-width: 120px;
    margin-top: 28px;
    margin-right: 15px;

}
.mr-tb-40{

    margin: 20px 0;

}
.sq80 {

    width: 40px;
    height: 40px;
    font-size: 18px;

}
.inline-block.mr-6 .min-px-w120{
    max-width: 120px;
}
.mr-b-mini {

    margin-bottom: 15px;

}
.mb40 > [class*="col-"]{

    margin-bottom: 26px;

}
.btn[data-rgen-sm*="medium"], .btn {

    padding: 0 14px;
    font-size: 13px;
    min-height: 36px;
    line-height: 36px;

}
.pd-lr-tiny{
    padding-left: 10px;
    padding-right: 10px;
}
.pd-tb-mini {

    padding-top: 10px;
    padding-bottom: 10px;

}
footer .sq60 {

    width: 40px;
    height: 40px;
    font-size: 15px;

}
footer.pd-tb-mini{

    padding-top: 20px;

}
.static-page, .login-page{

    min-height: 80vh;

}
.static-page .col-md-3.pd-tb-medium{

    border-bottom: 1px solid rgba(0,0,0,0.4);

}
#vehicle {
    text-align: center
}
.vehicle-wrapper li{
    min-width: 100px;
}

.list-wrapper li, .form-control, body, p, .title-sub[data-rgen-sm*="small"] {

    font-size: 12px;

}

.driver-info .d-detail{
    padding: 0 10px;
}
.driver-info{
    padding-bottom: 10px;
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
