@import url('https://fonts.googleapis.com/css?family=Open+Sans');
* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    margin: 0;
}

.top-header {
    background: #03a2dd;
}

.top-header .nav.navbar-nav.navbar-right li {
    padding: 0;
}

.top-header .nav.navbar-nav.navbar-right li a {
    color: #fcc836;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 8px 0px;
    background: rgba(0, 0, 0, .8);
}

.top-header .nav.navbar-nav.navbar-left li a {
    color: #fff;
    font-size: 20px;
}

.main-header .navbar {
    margin: 0;
}

.logo {
    width: 100px;
    position: absolute;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.main-header .navbar-nav>li>a {
    line-height: 60px;
}

.main-header .navbar-nav>li>a {
    color: #fb0584;
    font-size: 16px;
    font-weight: 600;
}

.main-header {
    background: #fff;
    box-shadow: 0 1px 2px #ccc;
}

.slider {
    margin-top: 52px;
    background: url(../images/slider-bg.jpg);
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.booking-filter { 
    background: #fff;
    padding: 15px;
    /* border-radius: 5px; */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .05);
    /* max-width: 550px; */
    width: 100%;
    /* position: absolute; */
    /* top: 57px; */
    /* right: 5px; */
    z-index: 999;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000 !important;
    background-color: #fcc836 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 5px 20px !important;
    margin: 0 10px !important;
    box-shadow: 0 5px 10px rgb(252, 200, 54, .1);
}

div#map_canvas {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    margin: 15px 0;
    border: 1px solid #fcc836;
    border-radius: 5px;
}

.nav-tabs>li>a {
    color: #a67d08;
    cursor: default;
    background-color: #fff;
    border: none;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 0 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.nav-tabs {
    border-bottom: 0;
}

.booking .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #6805ca;
    cursor: default;
    background-color: transparent;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom: 1px solid #ff9201;
}

.booking .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #6805ca;
}

button.btn.btn-info {
    display: block;
    margin: 30px auto 0;
}

label {
    margin: 15px 0 5px;
}

.night-rider {
    background-color: #2C2C2C;
}

.vehicle-section-divider {
    border-bottom: 1px solid #434343;
    padding: 8px 0;
    overflow: hidden;
}

.vehicle-section-divider .section-divider-content {
    position: relative;
}

.vehicle-section-divider .section-divider-content:before {
    border-top: dashed #ececec;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    /* z-index: 0; */
}

.vehicle-section-divider .section-divider-content .vehicle-border {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-animation: s3-rotate 7s infinite linear;
    animation: s3-rotate 7s infinite linear;
    display: block;
}

.vehicle-section-divider .section-divider-content.ambulance img {
    position: relative;
    top: -15px;
}

@-webkit-keyframes s3-rotate {
    from {
        -webkit-transform: translateX(105%);
    }
    to {
        -webkit-transform: translateX(-5%);
    }
}

.vehicle-multi-border {
    position: relative;
}

.vehicle-multi-border:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 12px;
    background-size: 30px;
}

.vehicle-multi-border.yellow-black:before {
    background-image: -webkit-linear-gradient(0deg, #ffcc00 15px, #333 0);
}

.vehicle-multi-border.top-less-12:before {
    top: -12px;
}

.vehicle-multi-border.blue-white:before {
    background-image: -webkit-linear-gradient(0deg, #2e93e4 15px, #fff 0);
}

section.car-type {
    background: url(../../images/slider-bg.jpg);
}

.best-choice.product-item {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin: 15px;
    box-shadow: 0 5px 10px #ccc;
    transition: all 0.5s ease-out;
}

.best-choice.product-item .product-item-photo img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.best-choice.product-item .product-item-photo a {
    text-decoration: none;
    color: #000;
}

section.car-type h2 {
    color: #222;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

section.car-type h2:before {
    content: "";
    position: absolute;
    background: #fcc836;
    width: 50px;
    height: 5px;
    bottom: -10px;
}

.best-choice.product-item:hover {
    box-shadow: 0 5px 10px #666;
    transition: all 0.5s ease-out;
}

.best-choice.product-item .product-item-photo a h1 {
    background: #ffc401;
    margin: 15px -15px -15px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

.best-choice.product-item .product-item-photo h3 {
    color: #222;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.owl-nav {
    position: absolute;
    top: -56px;
    right: 0;
}

button.owl-prev, button.owl-next {
    background: #ffc401 !important;
    padding: 10px !important;
    margin: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #bb6c03;
    outline: none;
}

section.transport h2 {
    color: #222;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

section.transport h2:before {
    content: "";
    position: absolute;
    background: #fcc836;
    width: 50px;
    height: 5px;
    bottom: -10px;
}

.app {
    background-image: url(../../images/bg.png);
    background-attachment: fixed;
    background-size: auto;
    padding: 30px 0 0px;
    /* height: 570px; */
    position: relative;
    background-color: #1F1F1F;
    background-position: 50% 50%;
    color: #F5F5F5;
}

h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow, .h1.yellow {
    color: #ffc401;
}

.app button.owl-prev, .app button.owl-next {
    background: transparent !important;
    padding: 10px !important;
    margin: 10px auto;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    text-align: center;
}

.mob {
    position: absolute;
    /* bottom: 0; */
    left: 50%;
    margin-left: -147px;
    margin-bottom: -10px;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 240px 0 0 0;
    background: url(../images/mobile.png) no-repeat 50% 100%;
    width: 294px;
    height: 402px;
}

.support .text-center.what_offer {
    margin: 0;
    padding: 0;
    list-style: none;
}

.support .text-center.what_offer li {
    float: left;
    border-radius: 100%;
    width: 17%;
    margin: 10px;
}
.support .text-center.what_offer .img-box{
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.support .text-center.what_offer .img-box img{
    padding: 15px;
}
.support .text-center.what_offer p {
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}
.app h2 {
    color: #fff;
    margin-bottom: 50px !important;
    /* text-align: center; */
    line-height: 2;
}

.app .items .num {
    background: #ffc401;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    display: block;
    width: 40px;
    height: 40px;
    padding-left: 3px;
    line-height: 39px;
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.app .mob a {
    padding-bottom: 16px;
    display: block;
}

.app .items.items-right h5 {
    text-align: right;
}

section.support {
    text-align: center;
    padding: 30px;
}

section.support h1 {
    color: #ffc401;
    font-weight: 700;
    margin: 0;
}

section.support h3 {
    color: #bb6c03;
    font-weight: 500;
}

footer {
    background: #222;
    padding: 30px 30px 10px;
}

footer h2 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 20px;
}

footer p, footer p a {
    color: #ccc;
}

footer p a:hover {
    text-decoration: none;
    color: #fff;
}

footer .copy {
    /* margin: 0; */
    border-top: 1px solid #ccc;
    /* color: #ccc; */
    /* font-size: 12px; */
    /* text-align: center; */
    padding: 10px 0 0;
}

.page-head {
    text-align: center;
    line-height: 6.5;
    font-weight: 900;
    font-size: 50px;
    color: #ff8e02;
}

.page-nav {
    text-align: end;
    color: #ff8e02;
}

.page-nav a {
    text-decoration: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #fe930e;
    border-radius: 3px;
}

.car-list .box {
    box-shadow: 0 0px 10px 5px #ccc;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
    background: #fff;
}

.car-list .box h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fe930e;
}

.car-list .box h4 {
    color: #ffc401;
    font-weight: 700;
    font-size: 16px;
}

.car-list .box ul {
    list-style: none;
    padding: 0;
}

.car-list .box ul li {
    display: inline-block;
    width: 47%;
    margin: 1%;
}

.car-list .box ul li .fa {
    color: #fe930e;
    margin-right: 20px;
}

.car-list {
    background: #eaeaea;
}

.nav.nav-pills.nav-justified li {
    display: inline-block;
    width: 22%;
    box-shadow: 0 0 1px #ccc;
}

.nav.nav-pills.nav-justified li a img {
    width: 100%;
}

.nav.nav-pills.nav-justified li a {
    padding: 0;
    background: transparent;
}

ul {
    list-style-type: none;
}

a {
    color: #fe930e;
    text-decoration: none;
}

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    padding: 0;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #fe930e;
}

.accordion li.open i {
    color: #fe930e;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #ffc401;
    font-size: 14px;
    padding: 0;
}

.submenu li {
    border-bottom: 1px solid #fe930e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #fe930e;
    color: #FFF;
}

.stick {
    position: fixed;
    max-width: 263px;
    width: 100%;
    top: 135px;
    /* flex: 0 0 24%; */
}

.product-box {
    box-shadow: 0 0px 3px #ccc;
    padding: 5px;
    margin: 15px 0;
}

.sidebar {
    box-shadow: 0 1px 2px #ccc;
}

.product-box a {
    text-decoration: none;
}

.product-box a h4 {
    color: #000;
}

.product-box a p {
    color: #666;
}

.product-box a h5 {
    color: #000;
}

.box-sh {
    box-shadow: 0 1px 2px #ccc;
    margin: 15px -15px;
    padding: 15px;
}

.error {
    color: #e26e6e;
    margin-top: 0;
    margin-bottom: 0;
}
/* @media(max-width:1080px){
    .support .text-center.what_offer li {
        float: left;
        border-radius: 100%;
        width: 25%;
        margin: 10px;
    }
} */