.breadcrumb-item a {
    color: #FFF;
    text-decoration: underline;
}
.breadcrumb-item a:hover {
    color: #FFF;
    text-decoration: underline;
}
.email_footer {
    color: #FFF;
}
.email_footer:hover {
    color: #FFF;
    text-decoration: underline;
}
.text-justify {
    text-align: justify;
}
.text-right {
    text-align: right;
}
.logo_iveco {
    width: 154px;
}
.logo_komatsu {
    width: 217px;
}
.logo_ferrari {
    height: 57px;
}
.logo_land_rover {
    height: 61px;
}
.logo_fiat {
    height: 43px;
}
.logo_porsche {
    width: 210px;
    margin-top: 21px;
}
.home_image {
    position: relative;
    z-index: 999;
}
.home_image:before {
    position: absolute;
    left: -14px;
    top: -14px;
    height: 77px;
    width: 77px;
    border-left: 5px solid #d81324;
    border-top: 5px solid #d81324;
    content: "";
    z-index: -1;
    -webkit-transition: all, 0.7s;
    -o-transition: all, 0.7s;
    transition: all, 0.7s;
}
.home_image:after {
  position: absolute;
  right: -14px;
  bottom: -14px;
  height: 77px;
  width: 77px;
  border-right: 5px solid #d81324;
  border-bottom: 5px solid #d81324;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.fs-about {
    position: relative;
    z-index: 999;
}
.fs-about p {
    text-align: justify;
    margin-bottom: 12px;
    padding-right: 24px;
    padding-left: 24px;
}
.fs-about:before {
    position: absolute;
    right: 5px;
    top: -14px;
    height: 37px;
    width: 37px;
    border-right: 3px solid #d81324;
    border-top: 3px solid #d81324;
    content: "";
    z-index: -1;
    -webkit-transition: all, 0.7s;
    -o-transition: all, 0.7s;
    transition: all, 0.7s;
}
.fs-about:after {
  position: absolute;
  left: 2px;
  bottom: 0px;
  height: 37px;
  width: 37px;
  border-left: 3px solid #d81324;
  border-bottom: 3px solid #d81324;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
/*COPYRIGHT*/
.copyright {
    padding: 10px 0 0px 0px;
    font-size: 13px;
    border-top: 1px solid rgba(256, 256, 256, .5);
    line-height: 27px;
    background-color: #000;
}
.copyright .copyright-text {
    margin-top: 20px;
    margin-bottom: 9px;
}
.copyright .copyright-text p {
    margin-bottom: 0px;
    color: #90949d;
}
.copyright a {
    color: #90949d;
}
.copyright a:hover {
    color: #FFF;
    text-decoration: underline;
}
.footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.only_desk {
    display: block;
}
.banner_serv {
    padding: 3rem;
}
.analytics-count {
    display: none;
}
.sale_car {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    background-color: #D81324;
    border-color: #D81324;
    color: #FFFFFF;
    margin-right: 30px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    padding-left: 3rem;
}
.rent_car {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    background-color: #000;
    border-color: #000;
    color: #FFFFFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    padding-left: 3rem;
}
.sale_car:hover {
    color: #fff;
    background-color: #b8101f;
    border-color: #ad0f1d;
}
.rent_car:hover {
    color: #fff;
    background-color: #2f2e2e;
    border-color: #000;
}
.ml-3 {
    margin-left: 1rem;
}
.mr-3 {
    margin-right: 1rem;
}
.only_mobile {
    display: none !important;
}
/*CHAT SUPPORT*/
.realchatwa {
    box-shadow: rgb(0 0 0 / 25%) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    /* margin-bottom: 96px; */
    bottom: calc(0% + 20px);
    left: auto;
    /* margin-right: 20px; */
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    position: fixed;
    left: calc(0% + 24px);
    width: 220px;
    display: none;
    z-index: 999999;
    border: 1px solid #fff;
    max-height: 399px;
    width: 380px;
    height: calc(100% - 40px);
}
.intestazione-wa {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: #000000;
    padding: 2px 10px;
    height: 62px;
}
.photo-wa {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    bottom: -35px;
    border: 1px solid #bbb4b4;
}
.photo-wa img {
    /* width: 100%; */
    height: 50px;
}
span.name-wa {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(255, 255, 255);
}
.close_chat {
    position: absolute;
    right: 1px;
    padding: 10px;
    cursor: pointer;
    font-size: 21px;
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
}
.close_chat i {
    color: #fff;
}
.dialog_div {
    position: absolute;
    bottom: 119px;
    width: 96%;
}
.content-real-chat-wa {
    background-color: #f0eeee;
    position: relative;
    /* max-height: 300px; */
    padding: 7px 20px 10px 10px;
    overflow: auto;
    /* background-image: url(../img/wa.png); */
    height: 279px;
    border-bottom: 1px solid #dee2e6;
}
.comic-wa {
    background-color: #686E6C;
    position: relative;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    padding: 7px 14px 6px;
    border-radius: 8px 8px 8px 0px;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    line-height: 26px;
    color: #FFF;
    font-weight: normal;
}
.btn-wa a.chiamabutton {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: #03a9f4;
    margin: 10px 20px;
    overflow: hidden;
    color: #fff;
}
.btn-wa a {
    cursor: pointer;
    color: #999191;
}
.btn-wa a:hover {
    cursor: pointer;
    color: #999191;
}
.btn-wa a i {
    font-size: 23px;
    position: absolute;
    left: 16px;
    bottom: 7px;
    color: #fff;
}
.btn-wa a span {
    color: #fff;
}
.cookie-setup {
    background-color: #2b2b2a;
    position: fixed;
    left: 6px;
    bottom: 90px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent;
    /* border: 3px solid #a12643; */
}
.cookie-setup img {
    height: 42px;
}
.showhidewa {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    background-color: #d81324;
    z-index: 9999;
    position: fixed;
    width: 64px;
    height: 64px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 20px 0px;
    border-radius: 12px;
    right: auto;
    left: calc(0% + 24px);
    bottom: 17px;
    opacity: 1;
    animation-name: animation-y5rijl;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}
.showhidewa i {
    font-size: 43px !important;
    color: #fff;
}
.showhidewa span {
    color: #fff;
    font-size: 52px;
    font-weight: normal;
}
.fa-whatsapp:before {
    content: "\f232";
}
.float_acc_div {
    float: left;
    width: 50px;
}
.float_com_div {
    float: left;
    width: 250px;
}
.content-wa {
}
.call_now {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -46px;
}
.start_chat {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -108px;
}
.call_now .chiamabutton {
    background-color: #03A9F4;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 5px;
    line-height: 20px;
    width: 152px;
    position: relative;
    display: inline-block;
}
.call_now .chiamabutton:hover {
    background-color: #03A9F4;
    color: #FFF;
}
.content-wa p {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -69px;
    margin-bottom: 0px;
    font-size: 12px;
}
.start_chat .wa_btn_chat {
    background-color: #4fce5d;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 5px;
    line-height: 20px;
    width: 152px;
    position: relative;
    display: inline-block;
}
.start_chat .wa_btn_chat i {
    font-size: 18px;
    position: absolute;
    left: 14px;
    bottom: 7px;
    color: #fff;
}
.start_chat .btn:hover {
    color: #FFF;
}
.wa_btn_chat .content-bnt-wa {
    position: relative;
    right: -10px;
}
.response_chat {
    text-align: right;
}
.response_chat .chiamabutton {
    background-color: #1a74ea;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 5px;
    line-height: 20px;
    width: 152px;
    position: relative;
}
.response_chat .prop_imm_btn {
    background-color: #673AB7;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 5px;
    line-height: 20px;
    width: 250px;
    position: relative;
}
.response_chat .send_rich_btn {
    background-color: #FF5722;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 5px;
    line-height: 20px;
    width: 250px;
    position: relative;
}
.response_chat .chiamabutton i, .response_chat .wa_btn_chat i {
    font-size: 23px;
    position: absolute;
    left: 14px;
    bottom: 5px;
    color: #fff;
}
.response_chat .prop_imm_btn i, .response_chat .send_rich_btn i {
    font-size: 18px;
    position: absolute;
    left: 14px;
    bottom: 7px;
    color: #fff;
}
.chiamabutton .text, .wa_btn_chat .content-bnt-wa, .prop_imm_btn .text, .send_rich_btn .text {
    position: relative;
    right: -10px;
}
.response_chat .wa_btn_chat {
    background-color: #4fce5d;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 5px;
    line-height: 20px;
    width: 152px;
    position: relative;
    display: inline-block;
}
.text-chat {
    background-color: #f1f5f9;
    width: 340px;
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 15px;
    margin-top: 8px;
    position: relative;
}
.text-chat:after {
    content: "\f118";
    font-family: 'FontAwesome';
    position: absolute;
    right: 7px;
    font-size: 23px;
    bottom: 2px;
    color: #949090;
    font-weight: 500;
}
.response_chat .btn:hover {
    color: #FFF;
}
.justify-text {
    text-align: justify;
    white-space: pre-line;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.back-to-top {
    z-index: 99999 !important;
    background-color: #000 !important;
    border-color: #FFF !important;
}
.team-item .team-overlay .sale_car {
    margin: 0 auto !important;
    width: 237px;
    padding: 16px 0px;
}
.team-item .team-overlay .rent_car {
    margin: 0 auto !important;
    width: 237px;
    padding: 16px 0px;
}
@media (max-width: 767.98px) {
    .showhidewa {
        left: 14px;
    }
	.only_mobile {
        display: block !important;
    }
    .only_desk {
        display: none;
    }
    .banner_serv {
        padding: 25px 25px;
    }
    .sale_car {
        margin-right: 17px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 12px;
        padding-left: 12px;
        float: left;
    }
    .rent_car {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 12px;
        padding-left: 12px;
        float: left;
    }
    #header-carousel .sale_car {
        position: absolute;
        bottom: 30px;
        left: 20px;
    }
    #header-carousel .rent_car {
        position: absolute;
        bottom: 30px;
        right: 20px;
    }
    .ml-3 {
        margin-left: 10px;
    }
    .mr-3 {
        margin-right: 10px;
    }
    .carousel-caption {
        position: relative;
    }
    .carousel-caption .display-3 {
        font-size: 26px !important;
    }
    .carousel-caption h6 {
        font-size: 12px !important;
    }
    .carousel-caption .btn.btn-primary {
        width: 150px;
        padding: 0px;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        position: absolute;
        bottom: 30px;
    }
    .carousel-caption .btn.btn-primary i {
        display: none;
    }
    .back-to-top {
        position: fixed;
        display: none;
        right: 17px !important;
        bottom: 17px !important;
        z-index: 99999;
    }
    .realchatwa {
        bottom: 17px;
        left: 14px;
        width: 320px;
        height: calc(100% - 40px);
    }
}





