﻿/*!
 * eCareBooking Theme v1.1.1 
 */

/*
      Default body styles
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    /*color: rgb(242, 242, 242);*/
    background-image: url("../media/dots.png");
    background-color: rgb(242, 242, 242);
}

a {
    color: inherit;
}

    a:hover {
        color: yellow !important;
    }

hr {
    border-top: 1px solid #d50e32 !important;
}

img {
    width: 100%;
}

.title, .subtitle {
    color: #ffffff;
}

.background-red {
    background-color: rgb(242, 242, 242);
    color: rgb(17, 25, 67) !important;
}

.background-green {
    background-color: rgb(242, 242, 242);
    color: #ffffff !important;
}

.background-blue {
    background-color: rgb(17, 25, 67);
    color: rgb(17, 25, 67) !important;
}

.background-gray {
    background-color: rgb(242, 242, 242);
    color: rgb(17, 25, 67) !important;
}

.background-white {
    background-color: #ffffff;
    color: rgb(17, 25, 67) !important;
}

.text-green {
    color: #13C081;
}

.text-blue {
    color: #1A235C;
}

/*
      Section
 */

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.locations {
    float: none;
}

@media (min-width: 768px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .locations {
        float: right;
    }
}

@media (min-width: 992px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

section.section-clear {
    padding: 0;
}

/*
      Buttons
*/

.btn {
    border: none;
}

    .btn:hover {
        opacity: 0.8;
    }

.btn-primary {
    background-color: #D4002A !important;
    border: 2px solid;
    border-color: #D4002A !important;
}

.btn-primary-gray {
    background-color: #ffffff !important;
    border: 2px solid;
    border-color: #ffffff !important;
    color: #D4002A;
}

.btn-primary-blue {
    background-color: rgb(17, 25, 67) !important;
    border: 2px solid;
    border-color: rgb(17, 25, 67) !important;
    color: #ffffff;
}

.btn-submit-blue {
    background-color: rgb(14, 29, 63);
    display: block;
    color: rgb(255, 255, 255);
    padding: 10px 0px;
    text-align: center;
    border-radius: 30px;
    border: 8px solid rgb(215, 215, 215);
    margin: 25px 0px 30px;
    width: 100%;
    /* background-color: rgb(17, 25, 67) !important;
    border-radius: 30px;
    border: 8px solid rgb(215, 215, 215);
    color: #ffffff;*/
}
    .btn-submit-blue:hover {
        border: 8px solid yellow;
    }

.btn-primary-white {
    color: #D4002A !important;
    background-color: white !important;
    border: 2px solid;
    border-color: #D4002A !important;
}

.btn-primary-green {
    color: white !important;
    background-color: green !important;
    border: 0px solid !important;
}

.btn-outline-primary {
    color: #ffffff;
    background-color: transparent !important;
    border: 2px solid;
    border-color: #ffffff !important;
}

.btn-secondary {
    background-color: #ffffff;
    color: #1A235C;
    padding: 18px;
    height: 60px;
    margin: 15px 0;
}

    .btn-secondary:hover {
        opacity: 1;
    }

.btn-file {
    border: 1px solid #8B7B81;
    padding: 15px 20px;
    cursor: pointer;
}

/*
      Icons
*/

.icon:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 25px;
    margin: 5px auto;
}

.icon-phone:before {
    background-image: url("img/icon-phone.svg");
}

.icon-upload:before {
    background-image: url("img/icon-upload.svg");
}

.icon-person:before {
    background-image: url("img/icon-person.svg");
}

.icon-facebook:before {
    background-image: url("img/icon-1.svg");
}

.icon-instagram:before {
    background-image: url("img/icon-2.svg");
}

.icon-twitter:before {
    background-image: url("img/icon-3.svg");
}

.icon-menu:before {
    background-image: url("img/icon-menu.svg");
}

.icon-search:before {
    background-image: url("img/icon-search.svg");
}

.icon-about-us:before {
    background-image: url("img/icon-about-us.svg");
}

.icon-conditions:before {
    background-image: url("img/icon-conditions.svg");
}

.icon-cars:before {
    background-image: url("img/icon-cars.svg");
}

.icon-promotions:before {
    background-image: url("img/icon-promotions.svg");
}

.icon-used-cars:before {
    background-image: url("img/icon-used-cars.svg");
}

.icon-fleet:before {
    background-image: url("img/icon-fleet.svg");
}

.icon-wallet:before {
    background-image: url("img/icon-wallet.svg");
}

.icon-like:before {
    background-image: url("img/icon-like.svg");
}

.icon-clock-white:before {
    background-image: url("img/icon-clock-white.svg");
}

.icon-next:before {
    background-image: url("img/arrow-next.svg");
}

.icon-prev:before {
    background-image: url("img/arrow-prev.svg");
}

.icon-bosnia:before {
    background-image: url("img/bosnia.svg");
}

.icon-uk:before {
    background-image: url("img/uk.svg");
}

.icon-person-white:before {
    background-image: url("img/icon-person-white.svg");
}

.icon-close:before {
    background-image: url("img/icon-close.svg");
}

.icon-down:before {
    background-image: url("img/arrow-down.svg");
}

.icon-down-white:before {
    background-image: url("img/arrow-down-white.svg");
}

.icon-link:before {
    background-image: url("img/link-arrow.svg");
}

.icon-link-green:before {
    background-image: url("img/link-arrow-green.svg");
}

.icon-location:before {
    background-image: url("img/icon-map-marker.svg");
}

.icon-questionmark:before {
    background-image: url("img/icon-questionmark.svg");
}

/*
      Header image
*/

.header-img {
    position: relative;
    background-position: center;
    background-size: cover;
    height: calc(80vh - 75px);
}

.header-content-img {
    position: relative;
    background-position: center;
    background-size: cover;
    height: calc(50vh - 75px);
}

@media(max-width: 768px) {
    .section-header.header-img {
        height: 550px;
    }
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgb(17, 25, 67);
    opacity: 0.1;
}

.header-content {
    color: #FFFFFF;
}

    .header-content .title {
        font-size: 50px;
        font-weight: bolder;
    }

    .header-content .title {
        font-size: 50px;
        font-weight: bolder;
    }

    .header-content .subtitle {
        font-size: 28px;
        font-weight: bolder;
    }

    .header-content .btn {
        font-size: 20px;
        align-items: center;
        display: grid;
    }

@media(max-width: 768px) {
    .header-content .title {
        font-size: 35px;
        font-weight: bolder;
    }

    .header-content .subtitle {
        font-size: 15px;
        font-weight: bolder;
    }
}

.search {
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
}

    .search input {
        padding-left: 50px;
        font-size: 16px;
        height: 60px;
        border-radius: 5px;
        text-overflow: ellipsis;
    }

        .search input::placeholder {
            color: #1A235C;
            opacity: 1;
            /* Firefox */
            font-size: 20px;
        }

@media(max-width: 991px) {
    .search input::placeholder {
        font-size: 14px;
    }
}

.search .icon-search {
    position: absolute;
    left: 35px;
    top: 15px;
}

    .search .icon-search:before {
        height: 20px;
    }

.search-fields input, .search-fields .prettyselect-label {
    background-color: #ffffff;
    color: #8B7B81;
    width: 100%;
    border: none;
    font-size: 20px;
    padding: 15px 25px;
    margin-top: 15px;
}

.search-fields .prettyselect-label {
    background-image: url("img/arrow-down.svg");
    background-position: 90%;
    background-repeat: no-repeat;
}

.prettyselect-drop {
    list-style: none;
    padding: 0;
    background-color: #ffffff;
    color: #000;
    -moz-box-shadow: -3px 18px 24px -14px rgba(0, 0, 0, 0.41) !important;
    -webkit-box-shadow: -3px 18px 24px -14px rgba(0, 0, 0, 0.41) !important;
    box-shadow: -3px 18px 24px -14px rgba(0, 0, 0, 0.41) !important;
    z-index: 1;
}

@media(min-width: 767px) {
    .prettyselect-drop {
        position: absolute;
    }
}

.prettyselect-drop li {
    padding: 15px 25px;
    cursor: pointer;
}

    .prettyselect-drop li:hover {
        background-color: #8B7B81;
        color: #fff;
    }


/*
      Section icons grid
*/

.section-icons-grid {
    border-bottom: 1px solid #d50e32;
}

    .section-icons-grid .icon:before {
        width: 60px;
        height: 60px;
    }

    .section-icons-grid span {
        text-transform: uppercase;
        color: #1A235C;
        font-weight: bold;
        text-align: center;
        display: block;
    }

    .section-icons-grid h4, .section-icons-grid .description {
        font-weight: bold;
        text-align: center;
        display: block;
        margin-bottom: 40px;
    }

/*
      Section images grid
*/

.section-images-grid .image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-images-grid .image-overlay {
    opacity: 0.4;
}

.section-images-grid .text {
    position: absolute;
    color: #ffffff;
    bottom: 0;
    z-index: 1;
}

    .section-images-grid .text .image-title {
        font-size: 25px;
    }

.section-images-grid .link-image:hover .image-overlay {
    opacity: 0.6;
    transition: all 0.5s;
}

/*  
    ----------------------------------
    Section image text
    ----------------------------------
*/

.box-image {
    z-index: -1;
}

    .box-image img {
        height: 100%;
        object-fit: cover;
    }

@media(max-width: 768px) {
    .image-right .box-image, .image-left .box-text {
        width: 100% !important;
        position: unset !important;
    }

    .image-right .box-text, .image-left .box-image {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.image-right .box-image, .image-left .box-text {
    color: #FFFFFF;
    width: 50%;
    position: absolute;
    top: 0;
    right: 10%;
}

.image-right .box-text, .image-left .box-image {
    color: #FFFFFF;
    width: 50%;
    margin-left: 10%;
}

.image-full .box-image {
    color: #FFFFFF;
    width: 50%;
    position: absolute;
    top: 0;
    right: 10%;
}

.image-full .box-text {
    color: #FFFFFF;
    width: 50%;
    margin-left: 10%;
}

.image-right .container .box-image, .image-left .container .box-text, .image-full .container .box-image {
    right: 15px;
}

.image-right .container .box-text, .image-left .container .box-image, .image-full .container .box-text {
    margin-left: 15px;
}

/*  
    ----------------------------------
    Section banner grid
    ----------------------------------
*/
.section-banner-grid.header-img {
    height: unset;
}

.section-banner-grid .image-overlay {
    opacity: 1;
}

.section-banner-grid .content {
    color: rgb(17, 25, 67);
}

.section-banner-grid .box .image-overlay {
    opacity: 0.4;
}

.section-banner-grid .box .text {
    font-weight: bolder;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 20px;
    font-size: 20px;
}

.section-banner-grid .owl-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.section-banner-grid .owl-nav .owl-prev, .section-banner-grid .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border-radius: 0;
}

.section-banner-grid .owl-nav .owl-prev {
    background-color: #13C081 !important;
}

.section-banner-grid .icon-prev:before {
    background-image: url("img/arrow-prev-white.svg");
}

.section-banner-grid .owl-nav .owl-next {
    background-color: #ffffff !important;
}

.section-banner-grid .icon-next:before {
    background-image: url("img/arrow-next-green.svg");
}

/*  
    ----------------------------------
    Section slider
    ----------------------------------
*/

.section-slider .text {
    color: #1A235C;
    font-weight: bolder;
    padding: 0 20px;
}

.section-slider a {
    color: #13C081;
    text-decoration: underline;
}

.section-slider .owl-slider {
    position: relative;
}

.section-slider .owl-prev, .section-slider .owl-next {
    position: absolute;
    top: 35%;
}

.section-slider .owl-prev {
    left: -40px;
}

.section-slider .owl-next {
    right: -40px;
}

/*
      Section Trustpilot
 */

.section-trustpilot {
    border-bottom: 1px solid #d50e32;
}

/*
      Form
 */

.form input[type="text"], textarea {
    /*width: 100%;
    margin: 10px 0;
    padding: 15px;*/
    border: 1px solid #8B7B81;
}

    .form input[type="text"].is-invalid {
        border: 1px solid red;
    }

    .form input:focus, textarea:focus {
        border: 1px solid #13C081;
        outline: none;
    }

.form .file-label {
    color: #8B7B81;
    font-weight: bolder;
}

.form .icon-upload:before {
    margin: 0;
    height: 20px;
}
/*
input[type="radio"], input[type='checkbox'] {
    width: 20px;
    height: 20px;
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 -24px 4px 0;
    padding: 0;
    border: none;
    z-index: 1;
    display: none;
}

    input[type="radio"] + label, input[type='checkbox'] + label {
        position: relative;
        z-index: 2;
        padding-left: 35px;
        padding-right: 40px;
        vertical-align: top;
        line-height: 20px;
        display: inline-block;
        margin-bottom: 1rem;
    }

        input[type="radio"] + label:before, input[type='checkbox'] + label:before {
            content: '';
            border-radius: 26px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #8B7B81;
        }

    input[type="radio"]:checked + label:after, input[type='checkbox']:checked + label:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid #13C081;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 12px;
        background-image: url(img/icon-circle.svg);
        background-size: auto 10px;
        background-repeat: no-repeat;
        background-position: center;
    }*/

.form .btn {
    width: 60%;
    margin: auto;
}

@media(max-width:767px) {
    .form .btn {
        width: 100%;
    }
}

/*
      Search results
 */

.icon-down:before, .icon-down-white:before {
    display: inline-block;
    margin: 0;
    height: 10px;
    margin-right: 10px;
}

.icon-down.rotate:before, .icon-down-white.rotate:before {
    transform: rotate(180deg);
}

.trigger-more, .trigger-more-head {
    cursor: pointer;
    display: none;
}

/*
      Footer
 */

.footer .title, .footer .subtitle {
    color: #ffffff;
}

footer hr {
    border-width: 2px;
    background-color: #FFFFFF;
}

.footer-rights {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    text-align: center;
    background: #d4002a;
}

.footer-map {
    height: 600px;
    background: url(../media/map.jpg), no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-icons {
    border: none;
}

    .footer-icons .description {
        margin-bottom: 0;
    }

    .footer-icons a.description {
        color: #13C081;
    }

.social-links .icon:before {
    display: inline-block;
    height: 18px;
    margin: 0;
}

.social-links a:hover {
    text-decoration: none;
    color: #13C081;
}

.social-links span {
    margin-left: 10px;
}

.list-footer {
    padding: 0;
    list-style: none;
}

/*
      Section image text full width
 */

/*.section-image-text-full .owl-dots {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
}*/

.section-image-text-full.image-right .text-box, .section-image-text-full.image-left .image-box, .section-image-text-full.image-full .text-box {
    order: 1;
}

.section-image-text-full.image-right .image-box, .section-image-text-full.image-left .text-box, .section-image-text-full.image-full .image-box {
    order: 2;
}

.owl-dot.active span {
    background-color: #13C081 !important;
}

/*
      Section department links
 */

.section-department-links .icon-link:before {
    display: inline-block;
    margin: 0;
    float: right;
}

.section-department-links span {
    font-size: 18px;
    font-weight: bolder;
}

.section-department-links .links {
    border: 1px solid #E6E6E6;
}

.section-department-links .link {
    padding: 20px;
    border-bottom: 1px solid #d50e32;
}

    .section-department-links .link:hover {
        transition: 0.4s;
        border: 1px solid #13C081 !important;
    }

        .section-department-links .link:hover a {
            transition: 0.4s;
            text-decoration: none;
            color: #13C081 !important;
        }

    .section-department-links .link:last-child {
        border-bottom: none;
    }

/*
      Section tabs
 */

.section-tabs .nav-item {
    border: none;
    border-bottom: #d50e32;
    color: #1A235C;
    font-weight: bolder;
    padding-bottom: 20px;
}

    .section-tabs .nav-item.active {
        border-bottom: 1px solid #d50e32;
        color: #13C081;
    }

.section-tabs .tab-pane {
    color: #553F48;
}

.button-wrap {
    text-align: center;
    width: 33%;
}

.tab-btn {
    width: 200px;
}

@media(max-width: 768px) {
    .button-wrap {
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }
}

.section-tabs .content {
    padding-right: 15px !important;
}

/*.section-tabs .owl-slider .owl-dots {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}*/

@media(min-width: 767px) {
    .section-tabs .content {
        color: #1A235C;
        padding-right: 140px !important;
    }
}

.section-tabs p {
    color: #553F48;
}

/*
      Section intro with circle image
 */

.section-intro-image img {
    width: 275px;
    position: absolute;
    bottom: -125px;
    margin: auto;
    left: 0;
    right: 0;
}

@media(max-width: 768px) {
    .section-intro-image img {
        width: 200px;
        bottom: -85px;
    }

    .section-intro-image .margin-image {
        margin-top: 50px !important;
        margin-bottom: 150px !important;
    }

    .section-intro-image .title-head {
        font-size: 30px;
    }

    .section-intro-image .details {
        margin-top: 100px !important;
        margin-bottom: 50px !important;
    }
}

.section-intro-image .margin-image {
    margin-top: 100px;
    margin-bottom: 250px;
}

.section-intro-image .details {
    margin-top: 200px;
    margin-bottom: 50px;
}

.section-intro-image span {
    font-size: 28px;
    color: #1A235C;
    font-weight: bolder;
}

/*
      Section logo grid
 */

.logo-grid {
    border-bottom: 1px solid #d50e32;
}

    .logo-grid img {
        width: unset;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }

/*

Responsive table

*/

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
  Label the data
  */
        #no-more-tables td:before {
            content: attr(data-title);
        }
}
