* {
    font-family: 'Open Sans', sans-serif;
}

.main-slider-pc .slick-next {
    right: 25px;
}

.main-slider-pc .slick-prev {
    left: 25px;
    z-index: 999;
}

.passenger-slider .slick-next {
    right: 25px;
}

.passenger-slider .slick-prev {
    left: 25px;
    z-index: 999;
}

label {
    display: block;
}

.passenger-slider .slick-next:before, .passenger-slider .slick-prev:before {
    font-size: 34px;
    color: #c90006;
}

/* .cv div, .scv div {
    margin-left: 30px;
    margin-right: 30px;
} */

.comcars {
    background: #1f1f1f;
}

.comcars h2, .comcars p {
    color: #fff;
}

h1 {
    font-weight: 800;
    text-transform: uppercase;
    color: #0a0a0a;
}

h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #0a0a0a;
}

p {
    color: #424242;
}

.slick-slide {
    outline: none
}

.copy-right p {
    /* padding-top: 35px; */
    font-size: 13px;
    color: #d6d6d6;
    text-align: center;
    margin: 0;
}

.footer-bg {
    background: rgb(44, 44, 44);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 75px;
}

.pascars, .comcars, .scomcars {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* FORM */

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

.success {
    color: #ffffff;
    font-weight: 500;
    display: block;
    background: #28a745;
    padding: 4px;
    text-align: center;
    border-radius: 7px;
}

.error {
    color: #ffffff !important;
    font-weight: 500;
    background: #dc3545;
    text-align: center;
    display: block;
    margin-top: 5px;
    border-radius: 7px;
}

.nameerror, .phoneerror, .successmsg, .selecterror, .outleterror, .cityerror, .dberror {
    display: none;
}

.headerform {
    background: #fff;
    padding: 25px 11px 25px 11px;
    z-index: 9999;
    border-top: 1px solid #dc3545;
    border-left: 1px solid #dc3545;
}

.headerform .form-control {
    border-color: #cecece;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
}

.headerform h4 {
    color: #dc3545;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .headerform {
        position: fixed;
        bottom: 0%;
        right: 0%;
    }
    .headerform .form-control {
        border-color: #585858;
    }
    .allform {
        bottom: 0%;
    }
}

@media (max-width: 991px) {
    .headerform {
        padding-top: 15px;
    }
    .headerform form {
        background: #ffffffc9;
        padding: 5px 18px 0px 18px;
    }
    .headerformlabel {
        display: none;
    }
    .headerform h2 {
        font-size: 1.1em;
    }
    .headerform h3 {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .headerform {
        position: inherit;
        background: #ffffff;
        margin: 0 auto;
        border-radius: 0;
        border: none;
    }
    .headerform form {
        background: #ffffff;
        padding: 0px 50px 0px 50px;
    }
    /* .headerformlabel {
    display: block;
  } */
    .headerform h2 {
        font-size: 1.2em;
        color: #ff5501;
        font-weight: 500;
    }
    .headerform h3 {
        font-size: 1.2em;
        color: #00377c;
    }
}

/* FORM */

@media (max-width: 575px) {
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.2em;
    }
    .pascars, .comcars, .scomcars {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.2em;
    }
    .pascars, .comcars, .scomcars {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
    h1, h2 {
        font-size: 1.5em;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    h1, h2 {
        font-size: 2.2em;
    }
}

/* Extra large devices (large desktops, 100px and up) */

@media (min-width: 1500px) {
    h1, h2 {
        font-size: 3em;
    }
}