﻿.drop-center-shadow {
    border-bottom: 1px solid #e0e6f5;
    -webkit-box-shadow: 0 2px 7px 3px #e0e6f5;
    -moz-box-shadow: 0 2px 7px 3px #e0e6f5;
    box-shadow: 0 2px 7px 3px #e0e6f5;
}
@font-face {
    font-family: open_sans;
    src: url(/Fonts/opensanshebrew-light-webfont.eot?#iefix) format("embedded-opentype"),url(/Fonts/opensanshebrew-light-webfont.woff) format("woff"),url(/Fonts/opensanshebrew-light-webfont.ttf) format("truetype"),url(/fonts/opensanshebrew-light-webfont.svg#Open_Sans_Hebrew_Light_Regular) format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: open_sans;
    src: url(/Fonts/opensanshebrew-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/Fonts/opensanshebrew-regular-webfont.woff) format("woff"),url(/Fonts/opensanshebrew-regular-webfont.ttf) format("truetype"),url(/Fonts/opensanshebrew-regular-webfont.svg#Open_Sans_Hebrew_Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sans;
    src: url(/Fonts/opensanshebrew-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/Fonts/opensanshebrew-bold-webfont.woff) format("woff"),url(/Fonts/opensanshebrew-bold-webfont.ttf) format("truetype"),url(/Fonts/opensanshebrew-bold-webfont.svg#Open_Sans_Hebrew_Bold) format("svg");
    font-weight: 500;
    font-style: normal;
}

/*@font-face {
    font-family: 'simpler';
    src: url('/Client/Styles/Fonts/SimplerWEB/simpler-bold-webfont.eot');
    src: url('/Client/Styles/Fonts/SimplerWEB/simpler-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Client/Styles/Fonts/SimplerWEB/simpler-bold-webfont.woff') format('woff'), url('/Client/Styles/Fonts/SimplerWEB/simpler-bold-webfont.ttf') format('truetype'), url('/Client/Styles/Fonts/SimplerWEB/simpler-bold-webfont.svg#simplerblack') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'simpler';
    src: url('/Client/Styles/Fonts/SimplerWEB/simpler-regular-webfont.eot');
    src: url('/Client/Styles/Fonts/SimplerWEB/simpler-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/Client/Styles/Fonts/SimplerWEB/simpler-regular-webfont.woff') format('woff'), url('/Client/Styles/Fonts/SimplerWEB/simpler-regular-webfont.ttf') format('truetype'), url('/Client/Styles/Fonts/SimplerWEB/simpler-regular-webfont.svg#simplerblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'simpler';
    src: url('/Client/Styles/Fonts/SimplerWEB/simpler-light-webfont.eot');
    src: url('/Client/Styles/Fonts/SimplerWEB/simpler-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Client/Styles/Fonts/SimplerWEB/simpler-light-webfont.woff') format('woff'), url('/Client/Styles/Fonts/SimplerWEB/simpler-light-webfont.ttf') format('truetype'), url('/Client/Styles/Fonts/SimplerWEB/simpler-light-webfont.svg#simplerblack') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'simpler';
    src: url('/Client/Styles/Fonts/SimplerWEB/simpler-black-webfont.eot');
    src: url('/Client/Styles/Fonts/SimplerWEB/simpler-black-webfont.eot?#iefix') format('embedded-opentype'), url('/Client/Styles/Fonts/SimplerWEB/simpler-black-webfont.woff') format('woff'), url('/Client/Styles/Fonts/SimplerWEB/simpler-black-webfont.ttf') format('truetype'), url('/Client/Styles/Fonts/SimplerWEB/simpler-black-webfont.svg#simplerblack') format('svg');
    font-weight: 900;
    font-style: normal;
}*/
/*BUSINESS CARD*/

.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
   /* background-color: rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.5);*/
    opacity: 1;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
    .ui-loader lottie-player {
        max-width: 500px;
        margin: auto;
    }
html,
body {
    direction: rtl;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    background-color: white;
    /*overflow-x:hidden;*/
}

i {
    font-size: 24px;
}

a {
    color: #16254f;
}
input,
textarea,
select,
button,
a {
    outline: none !important;
}


    button,
    a,
    .btn-modal-close,
    .btn-link {
        cursor: pointer;
    }

    .btn-modal-close:active,
    .btn-link:active,
    .btn-modal-close:focus,
    .btn-link:focus {
        outline: none;
        box-shadow: none;
    }

img,
a {
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
    user-drag: none;
    -webkit-user-drag: none;
}
.container {
    padding-left: 16px;
    padding-right: 16px;
}
.auto-landing-page {
    font-family: 'open_sans', Arial, sans-serif;
    direction: rtl;
    color: #16254f;
    min-height: 100vh;
}

    .auto-landing-page .container {
        max-width: 540px;
    }

.text-break {
    overflow-wrap: break-word;
    word-break: break-word;
}


.dv-top-divider {
    border-top: solid 1px #d7d7d7;
}
.jumbotron {
    background-color: white;
    color: #16254f;
    border-radius: 0;
    position: relative;
    top: 20px;
    margin-top: -20px;
}
.dvCampaign {
    text-align: center;
    padding: 22px 22px 20px;
    min-height: 30px;
    position:relative;
    z-index: 1;
}
    .dvCampaign .dvCampaignHdr {
        font-size: 24px;
        font-weight: bold;
        line-height: 29px;
        padding: 0 15px;
        margin-bottom: 5px;
    }
    .dvCampaign .dvCampaignTxt {
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        color:#fff;
    }
    .dvCampaign .dvCampaignExp {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        color: #fff;
    }
.dvMainImg {
    height: 185px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow:hidden;
    /*top: 20px;*/
}
    .dvMainImg video {
        min-height: 100%;
        min-width: 100%;
        position:absolute;
    }
    .dvNoLogo, 
    .dvLogo {
    width: 100%;
    height: 111px;
    -webkit-border-top-right-radius: 23px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 23px;
    -moz-border-radius-topright: 23px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 23px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px -2px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px -2px 4px 0 rgba(0, 0, 0, 0.25);
}
.dvNoLogo {
    height: 54px;
}

.dvLogo .dv-logo-cont {
    height: 60px;
    color: #000;
}
        .dvNoLogo .dv-logo-cont {
            height: 25px;
        }
.dvLogo .dv-logo-cont img.img-logo {
    position: relative;
    top: -28px;
    border: 1px solid #d7d7d7;
    height: 88px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


.dvNoLogo h1,
.dvLogo h1 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    margin: 0;
    
}
    .dvLogo h1{
        margin-top:-14px;
    }
.dvNoLogo h1 {
    padding-top: 12px;
    padding-bottom: 20px;
    font-size: 20px;
}

.dv-player-btns {
    display: inline-block;
    padding: 8px 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.dv-player-btns > button.btn{
    width:24px;
    height:24px;
    padding:0;
    background-color: #fff;
}
    .dv-player-btns > button > img{
        width: 24px;
        height: 24px;
    }
.dvShare .btn {
    position: absolute;
    z-index: 2;
}
.dvShare svg {
    height: 24px;
    width: 24px;
}


.dvLead {
}
.dvActionBtn {
    text-align: center;
    /*padding-bottom: 34px;*/
}

.dvActionBtn.btn-cont-dbl {
    display:table;
    width:100%;
}
    .dvActionBtn.btn-cont-dbl .dvAction-cont {
        display: table-row;
    }

.dvMain .dvAction-cont:not(.sticky) {
    background-color: transparent;
}

        .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont {
            display: table-cell;
        }
        .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont a{
            display: block;
        }
            .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont:last-child {
                width:120px;
            }
.dvLeadForm {
    min-height: 64px;
    /*padding-top: 5px;*/
}
.dvLeadForm .btn,
.dvActionBtn .btn {
    height: 48px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    min-width: 120px;
}
    .dvActionBtn .btn svg{
        vertical-align:middle;
    }
    .dvActionBtn .btn > span {
        position: relative;
        top: 2px;
    }
    .dvActionBtn .btn-call {
        color: #fff;
        fill: #fff;
        max-width:288px;
    }
    .footer .container .btn.btn-lead,
    .footer .container .btn.btn-ecomm,
    .dvLeadForm .btn-send,
    .dvActionBtn .btn-ecomm {
        background-color: #fff;
    }
.dvActionBtn .btnWhatsApp,
.dvActionBtn .btn-ecomm {
    margin-left: 12px;
}
.footer .container .btn.btnWhatsApp,
.dvActionBtn .btnWhatsApp {
    background-color: #2ac746;
    color: #fff;
    fill: #fff;
}


.dvActionBtn .btnWhatsApp.btn-inverse {
    color: #2ac746;
    background-color: #fff;
    fill: #2ac746;
}
.dvMain .dvTargetTxtCont.container,
.dvMain .dvMainTxtCont.container {
    text-align: center;
    max-width: 704px;
    margin-top: 35px;
}
.dvMain .dvSecondTxtCont.container {
    margin-top: 4px;
}
.dvMain .dvMainTxtCont.dvMainTxtCont .dvMainTxtHdr {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 20px;
}
    .dvMain .dvMainTxtCont .dvMainTxt {
        font-size: 18px;
        line-height: 22px;
       color: #fff;
    }

.dvMain .dvTargetTxtCont {
    color: #fff;
}
.dvMain .dvTargetTxtCont .dvTargetTxtHdr {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 20px;
}

.dvMain .dvTargetTxtCont .dvTargetTxt {
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    
}

.dvMain,
.dvLead {
    padding-top: 20px;
    padding-bottom: 30px;
    /*margin-bottom: 25px;*/
}
.dvLeadForm legend {
    color:#fff;
    font-size:15px;
    font-weight:bold;
    margin-bottom:13px;
}
.dvLeadForm input{
}
.dvLeadForm .btn-send {
    width: 120px;
    
}

    

    .dvLeadForm .input_wrapper{
        margin-bottom:14px;
    }

    .dvLeadForm .input_wrapper span {
        font-size: 15px;
        margin: 0 3px 3px 0;
        display: inline-block;
        font-weight: normal;
    }

    .dvLeadForm .input_wrapper label {
        font-size: 15px;
        margin: 0 3px 3px 0;
        display: inline-block;
    }

    .dvLeadForm .input_wrapper input.textbox {
        width: 100%;
        border: 0;
        line-height: 48px;
        height: 48px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px;
        color: #000;
        background-color: #fff;
        
    }
        .dvLeadForm .input_wrapper input.textbox.req{
            text-indent:17px;
        }


        .dvLeadForm .input_wrapper input.textbox[type="tel"] {
            direction: rtl;
            padding-inline: 0;
        }
        .req_indicator {
            position: absolute;
            top: 12px;
            right: 7px;
            color: red;
            font-size: 22px;
        }
.dvLeadForm .input_wrapper input.textbox[aria-invalid="true"],
.dvLeadForm .input_wrapper input.textbox.req_invalid {
    border: 1px solid red;
    background-color: #ffdada;
}

    .dvLeadForm .input_wrapper input[type="checkbox"] {
        width: auto;
        vertical-align: middle;
    }
.dvLeadForm .input_wrapper .access-checkbox{
    position:relative;
    color:#fff;
}
.dvLeadForm .input_wrapper .access-checkbox input[type=checkbox] {
    opacity: 0;
    width: 28px;
    height: 28px;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    right: 0;
    left: 14px;
    z-index: 2;
}

    .dvLeadForm .input_wrapper .access-checkbox input[type=checkbox] + span {
        margin: 0 2px;
    }
    
    /*Add nice custom box in front and style it*/
        .dvLeadForm .input_wrapper .access-checkbox input[type=checkbox] + span:before {
            vertical-align: bottom;
            /*color: #444;*/
            font-family: 'bsoft';
            font-size: 16px;
            content: '\e767';
            margin: 0 0 0 5px;
        }
    /*When checkbox is checked, adjacent element is restyled*/

    .dvLeadForm .input_wrapper .access-checkbox input[type=checkbox]:checked + span:before {
        content: '\e766';
    }

    .dvLeadForm .input_wrapper textarea {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
    }

   
    .dvLeadForm .input_wrapper .req_msg,
    .dvLeadForm .input_wrapper .error_msg {
        color: red;
        font-weight: normal;
        right: auto;
        left: 0;
        top: 0;
        line-height: 48px;
        border: 0;
        background-color: rgba(255,255,255,0.5);
        text-align: left;
        direction: ltr;
        text-indent: 7px;
        /*margin: 0 8px;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        position: absolute;
        display: none;
    }


.dvLeadForm .error-panel,
.dvLeadForm .after-panel {
    display:none;
    padding-bottom:20px;
    text-align:center;

}

    .dvLeadForm .error-panel .dv-after-message,
    .dvLeadForm .after-panel .dv-after-message {
        color:#fff;
        font-size:15px;
        line-height:22px;
        font-weight:bold;
    }
.dvBusDesc .dvBusDesc-cont {
    padding-top: 40px;
    padding-bottom: 32px;
}
.dvGeneralInfo {
    padding-top: 20px;
    padding-bottom: 32px;
}
    .dvGeneralInfo{
        padding-top:0;
        padding-bottom:0;
    }
        .dvGeneralInfo .dv-info-item {
            height: 50px;
            width: 100%;
            padding: 0px 8px;
            margin: 16px 0;
            line-height: 50px;
            font-size: 15px;
            text-align: right;
            color: #000;
            border-radius: 5px;
            box-shadow: 0 2px 4px 0 rgba(195, 194, 194, 0.7);
            background-color: #fff;
        }

.dv-info-address span {
    white-space: nowrap;
    display: inline-block;
    width: calc(100% - 52px);
    text-overflow: ellipsis;
    overflow: hidden;
}

    .dvGeneralInfo .dv-info-address .lnk-waze {
        float:left;
    }
        .dvGeneralInfo .dv-info-address .lnk-waze img{
        width:24px;
        height:24px;
}
.dvGeneralInfo .dv-info-item.dv-info-collapsible {
    cursor:pointer;
    height: auto;
    max-height: 50px;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}
    
    .dvGeneralInfo .dv-info-item.dv-info-collapsible[aria-expanded=true] {
        max-height: 100px;
    }
.dv-info-collapsible[aria-expanded=true] span {
    white-space: normal;
    line-height: 28px;
    padding-top: 10px;
}
   

.dvGeneralInfo .dv-info-item i {
    vertical-align: top;
    margin-left: 7px;
}
            .dvGeneralInfo .dv-info-item i:before {
                content: ' ';
                background-size: 16px 16px;
                width: 16px;
                height: 16px;
                display: inline-block;
            }

        .dvGeneralInfo .dv-info-item .i_address:before {
            /*content: url(/Images/Build/Common/bc-address.svg);*/
            background-image: url(/Images/Build/Common/bc-address.svg);
        }

        .dvGeneralInfo .dv-info-item .i_phone:before {
            /*content: url(/Images/Build/Common/bc-phone.svg);*/
            background-image: url(/Images/Build/Common/bc-phone.svg);
        }

        .dvGeneralInfo .dv-info-item a{
        display:inline-block;
        /*width:100%;*/
        }
        .dvGeneralInfo .dv-info-item.dv-waze{
            font-size:14px;
        }
            .dvGeneralInfo .dv-info-item.dv-waze img {
                height:24px;
            }
            .dvGeneralInfo .dv-info-item.dv-waze span {
                color: #16254f;
                font-weight: bold;
            }

.dv-open-hours,
.dv-service-areas {
    min-height: 50px;
    height: auto !important;
}
    .dv-open-hours button,
    .dv-service-areas button {
        background: #fff;
        width: 100%;
        height: 50px;
        padding: 0;
        text-align: right;
    }
        .dv-open-hours button img{
            width:16px;
            height: 16px;
        }
        .dv-open-hours button .is_opened {
            color: #005eb6;
            font-size: 14px;
            font-weight: bold;
        }
        button:focus,
        .dvPriceListCont .dvPriceListItems button:focus,
        .dv-open-hours button:focus,
        .dv-service-areas button:focus {
            box-shadow: none !important;
        }
        .dv-open-hours button::after,
        .dvPriceListItems button::after,
        .dv-service-areas button::after {
            vertical-align: middle;
            line-height: 20px;
            font-size: 24px;
            display: inline-block;
            content: '\e0d7';
            font-family: 'bsoft';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-indent: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }
        .dv-open-hours button::after,
        .dv-service-areas button::after {
            float: left;
        }

        .dv-open-hours button[aria-expanded='true']::after,
        .dvPriceListItems button[aria-expanded='true']::after,
        .dv-service-areas button[aria-expanded='true']::after {
            -ms-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

    .dv-open-hours table tr {
        line-height: 24px;
        font-size: 14px;
    }
        .dv-open-hours table tr.tr-today {
            font-weight:bold;
        }
        .dv-open-hours table tr td.td-day{
            width:80px;
            padding-right:5px;
        }
        .dvPriceListItems button::before {
            content: 'המשך';
            display: inline-block;
            line-height: 20px;
        }
    .dvPriceListItems button[aria-expanded='true']::before{
        content: 'סגירה';
    }
.dv-open-hours > div,
.dv-service-areas > div {
    padding-bottom: 16px;
}

    .dv-service-areas .tag-item {
        height: 32px;
        line-height: 32px;
        margin: 8px 2px;
        padding: 0px 6px;
        border-radius: 5px;
        box-shadow: 0 2px 4px 0 rgba(195, 194, 194, 0.7);
        border: solid 1px #d7d7d7;
        background-color: #fff;
        text-align: center;
        color: #16254f;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }

    .dv-service-areas .collapsing .tag-item,
    .dv-service-areas .collapse[aria-expanded='false'] .tag-item {
    }
.dvBusDesc {
}

    .dvBusDesc .dvBusDesc-cont .dvBusDesc-inner {
        max-width:668px;
    }
    .dvBusDesc .dvBusDesc-cont h4,
    .dvBusDesc .dvBusDesc-cont p {
        color: #000;
        margin: 0;
        line-height: 22px;
    }
    .dvBusDesc .dvBusDesc-cont h4 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .dvBusDesc .dvBusDesc-cont p {
        font-weight: normal;
        font-size: 16px;
    }

        .dvPriceListHdr {
    font-size: 22px;
    color: #fff;
    height: 91px;
    text-align: center;
    padding-top: 21px;
}
.dvPriceListCont{
    margin-top:-31px;
    padding-bottom: 30px;
}
    .dvPriceListCont .dvPriceListItems {
        padding: 13px 8px 16px;
        border-radius: 5px;
        box-shadow: 0 2px 5px 0 rgba(195, 194, 194, 0.7);
        border: solid 1px #d7d7d7;
        background-color: #fff;
        text-align:center;
    }
        .dvPriceListCont .dvPriceListItems ul {
            height: auto;
            display: block;
            overflow: hidden;
            margin-bottom: 0;
        }
        .dvPriceListCont .dvPriceListItems ul.collapse {
            height: 188px;
        }

        .dvPriceListCont .dvPriceListItems ul.show{
            height:auto;
        }
            .dvPriceListCont .dvPriceListItems ul.collapsing {
                height: 0;
                min-height: 188px;
            }

        .dvPriceListCont .dvPriceListItems ul li {
            border-bottom: solid 1px #d7d7d7;
            height: 47px;
            line-height: 47px;
        }
            .dvPriceListCont .dvPriceListItems ul li:last-child{
                border:0;
            }
            .dvPriceListCont .dvPriceListItems ul li span {
                display: inline-block;
                vertical-align: text-bottom;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }
                .dvPriceListCont .dvPriceListItems ul li span:nth-child(1) {
                    text-align: right;
                    width: 170px;
                   
                }
            .dvPriceListCont .dvPriceListItems ul li span:nth-child(2) {
                width: calc(100% - 175px);
                text-align:left;
                direction:ltr;
            }
        .dvPriceListCont .dvPriceListItems button {
            font-size: 15px;
            font-weight: bold;
            color: #000;
            background-color: #fff;
            margin-top: 16px;
        }
.footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    bottom: -64px;
    width: 100%;
    height: 64px;
    line-height: 40px;
    background-color: white;
    -webkit-box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.25);
    box-sizing: content-box;
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -ms-transition: bottom 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
}
    .footer.show {
        bottom: 0;
    }

    .footer .container {
        padding: 12px 5px;
    }

        .footer .container .btn {
            width: 140px;
            height: 40px;
            line-height: 40px;
            border: 0;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            width: 45%;
            width: calc(50% - 18px);
            padding: 0;
            margin: 0 7px;
            -webkit-box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
            -moz-box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
            box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: 0.35px;
        }
    .footer.btn-3 .container .btn {
        width: calc((100% - 55px)/2 - 18px);
    }
            .footer.btn-3 .container .btn.btn-lead,
            .footer.btn-3 .container .btn.btnWhatsApp {
                width: 40px;
            }

    .footer .container .btn.btn-call {
        fill: #fff;
        color: #fff;
       /* background-image: linear-gradient(to right, #e02020 0%, #ab1313 100%);*/
    }

            .footer .container .btn svg {
                vertical-align: middle;
                width:24px;
                height:24px;
            }
                .footer .container .btn span{
                    position:relative;
                    top:2px;
                }


                .dv-B144-logo {
                    height: 130px;
                }

    
    .dv-B144-category .B144-category,
    .dv-B144-logo .B144-logo {
        padding: 15px 0px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
    }

/*.dv-B144-category .B144-category,
    .dv-B144-logo .B144-logo*/
.dvBusDesc .dvBusDesc-cont{
    border-top: solid 1px #d7d7d7;
}
.dvBusDesc.dvBusDesc-ex .dvBusDesc-cont {
    /*border-bottom: solid 1px #d7d7d7;
    border-top: 0;*/
}
        .dv-B144-logo .B144-logo a {
            color: #16254f;
        }

            .dv-B144-logo .B144-logo a svg {
                width: 20px;
                height: 20px;
                vertical-align: middle;
                fill: #16254f;
            }

    .dv-B144-logo.footer {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 50px;
        padding: 0;
        width: 510px;
    }

.alert-tooltip {
    position: absolute;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.55);
    color: white;
    padding: 5px 15px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dv-toolbox {
    background-color: white;
    min-height: 25px;
    margin-top: 10px;
}

    .dv-toolbox .btn-cont {
        display: inline-block;
        width: 20%;
        text-align: center;
        margin: 20px -2px;
        font-size: 14px;
    }

        .dv-toolbox .btn-cont > .btn {
            height: 48px;
            width: 48px;
            text-align: center;
            padding: 8px 7px;
            -webkit-border-radius: 48px;
            -moz-border-radius: 48px;
            border-radius: 48px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            cursor: pointer;
            box-shadow: 0 2px 4px 0 rgba(195, 194, 194, 0.7);
            background-color: #fff;
        }
            .dv-toolbox .btn-cont > .btn img {
                height: 32px;
                width: 32px;
            }

            .dv-toolbox .btn-cont > .btn.btnWhatsApp {
                background-color: #2ac746;
                color: #fff;
                fill: #fff;
            }


        .dv-toolbox .btn i {
            vertical-align: middle;
            font-size: 32px;
        }

        .dv-toolbox .btn[aria-expanded="true"] {
            border: 0;
            outline: none;
            background-image: linear-gradient(to bottom, #1fc0d7, #5ce4f7);
            color: #16254f !important;
        }

        .dv-toolbox .btn:focus {
            -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
        }

    .dv-toolbox .container .alert-tooltip {
        width: 220px;
        left: 50%;
        margin-left: -110px;
        top: 95px;
    }

.text-ellipsis {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

ul {
    padding: 0;
}

    ul li {
        list-style: none;
    }

        ul li b {
            width: 75px;
            display: inline-block;
        }

.white-box {
    border: 0;
    background-color: white;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 15px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e0e6f5;
    -webkit-box-shadow: 0 2px 7px 3px #e0e6f5;
    -moz-box-shadow: 0 2px 7px 3px #e0e6f5;
    box-shadow: 0 2px 7px 3px #e0e6f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

        /*#map_accordion i {
    vertical-align: top;
}

#map_accordion span {
    display: inline-block;
    max-width: 85%;
    max-width: calc(100% - 60px);
}

#map_accordion [data-toggle='collapse'] {
    color: #16254f;
}*/
        /*#map_accordion [data-toggle='collapse']:after {
        content: "מפה";
        font-weight: bold;
        float: left;
        text-decoration: underline;
    }

    #map_accordion [data-toggle='collapse'][aria-expanded='true']:after {
        content: "X";
        text-decoration: none;
    }*/
        .dv_map_disabled {
    position: relative;
}

    .dv_map_disabled:after {
        content: ' ';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0);
        z-index: 1;
    }

.btn-primary {
    color: white;
    background-color: #16254f;
    border-color: #16254f;
    cursor: pointer;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: white;
        background-color: #16254f;
        border-color: #16254f;
        -webkit-box-shadow: 0 0 0 2px rgba(22, 37, 79, 0.5);
        -moz-box-shadow: 0 0 0 2px rgba(22, 37, 79, 0.5);
        box-shadow: 0 0 0 2px rgba(22, 37, 79, 0.5);
    }

    .btn-primary:hover {
        color: white;
        background-color: #16254f;
        border-color: #16254f;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: white;
        background-color: #16254f;
        border-color: #16254f;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: white;
            background-color: #16254f;
            border-color: #16254f;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #16254f;
        border-color: #16254f;
    }

    .btn-primary .badge {
        color: #16254f;
        background-color: white;
    }

.btn-modal-close {
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    position: relative !important;
    top: -14px;
    right: calc(50% - 14px);
}

.list-group-share {
    padding: 0 40px 18px;
}

    .list-group-share li {
        height: 48px;
        padding:12px 0;
    }

        .list-group-share li .a-preview,
        .list-group-share li a,
        .list-group-share li button {
            background-color: transparent;
            color: #16254f;
            line-height: 24px;
            display: inline-block;
            cursor:pointer;
        }

            .list-group-share li .a-preview span,
            .list-group-share li a span,
            .list-group-share li button span {
               vertical-align:top;
            }
            .list-group-share li button:hover span {
               text-decoration:underline;
            }

            .list-group-share li .a-preview i,
            .list-group-share li a i,
            .list-group-share li button i {
                height: 36px;
                width: 36px;
                line-height: 36px;
                text-align: center;
                padding: 0;
                -webkit-border-radius: 36px;
                -moz-border-radius: 36px;
                border-radius: 36px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
                -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
                box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
                cursor: pointer;
                line-height: 34px;
                color: white;
                vertical-align: middle;
                font-size: 24px;
                margin-left: 7px;
            }

                .list-group-share li .a-preview i.icon-bc-whatsapp,
                .list-group-share li a i.icon-bc-whatsapp,
                .list-group-share li button i.icon-bc-whatsapp {
                    background-color: #01c824;
                }

                .list-group-share li .a-preview i.icon-bc-message,
                .list-group-share li a i.icon-bc-message,
                .list-group-share li button i.icon-bc-message {
                    background-color: #ff692f;
                }

                .list-group-share li .a-preview i.icon-bc-fb,
                .list-group-share li a i.icon-bc-fb,
                .list-group-share li button i.icon-bc-fb {
                    background-color: #2b358f;
                }

                .list-group-share li .a-preview i.icon-bc-envelope,
                .list-group-share li a i.icon-bc-envelope,
                .list-group-share li button i.icon-bc-envelope {
                    background-color: #ed1c24;
                }

                .list-group-share li .a-preview i.icon-bc-link,
                .list-group-share li a i.icon-bc-link,
                .list-group-share li button i.icon-bc-link {
                    background-color: #16254f;
                }

        .list-group-share li:last-child {
            border-bottom: 0;
        }

.modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

    .modal .modal-dialog .modal-content {
        border: 0;
        height: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .modal .modal-dialog.modal-xl,
    .modal .modal-dialog.modal-lg,
    .modal .modal-dialog.modal-sm {
        max-width: 100%;
        width: 100%;
    }

    .modal .modal-dialog.modal-xs {
        max-width: 360px;
        width: 240px;
    }

        .modal .modal-dialog.modal-xs .modal-content {
            height: auto;
        }

    .modal .modal-dialog.modal-mbl-bottom {
        margin: 0;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

        .modal .modal-dialog.modal-mbl-bottom .modal-content {
            height: 100%;
            -webkit-border-top-right-radius: 14px;
            -webkit-border-bottom-right-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            -webkit-border-top-left-radius: 14px;
            -moz-border-radius-topright: 14px;
            -moz-border-radius-bottomright: 0;
            -moz-border-radius-bottomleft: 0;
            -moz-border-radius-topleft: 14px;
            border-top-right-radius: 14px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 14px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

.modal.fade,
.modal.mdl-fade {
    overflow-y: hidden;
}

    .modal.fade.show .modal-dialog.modal-mbl-bottom,
    .modal.mdl-fade.show .modal-dialog.modal-mbl-bottom {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

#modalShare .modal-dialog {
    bottom: -343px;
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -ms-transition: bottom 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
}

#modalShare.show .modal-dialog {
    bottom: 0;
}

.modal-backdrop.show {
    opacity: 0.4;
    background-color: #9b9b9b;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

.ripple2,
.ripple1 {
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: 100000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: rgba(22, 37, 79, 0.3);
}

.icon-bc-link .ripple2,
.icon-bc-link .ripple1 {
    height: 36px;
    width: 36px;
    left: 0px;
    top: 0px;
}

@media screen and (min-width:320px) {
    .dv-toolbox > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .dvLeadForm > .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .dvMainImg {
        height: 198px;
    }

    .dvMain .dvMainTxtCont.container {
        margin-top: 30px;
    }

    .dvMain .dvMainTxtCont .dvMainTxtHdr {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .dvMain .dvMainTxtCont .dvMainTxt {
        line-height: 26px;
    }
}

@media screen and (min-width:375px) {
    .dvMainImg {
        height: 232px;
    }

    .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont:last-child {
        width: 144px;
    }
}
@media screen and (min-width:414px) {
    .dvMainImg {
        height: 256px;
    }
    .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont:last-child {
        width: 164px;
    }
    
}






    /*EXPANDED*/
.dvExMap .google_map{
    height:114px;
}
    .dvExMap .google_map.google_map_hide {
        display: none;
    }
.dvExMap{
    text-align:center;
    margin-top: 30px;
}
    .dvExMap .map-widget.item-container .item-container-background > a[id*='navLink'] {
        display:none;
        /*background-color: #444;
        display: inline-block;
        width: 150px;
        
        color: #fff;
        
        text-align: center;
        padding: 8px 16px;
        margin: 10px;
        height: 40px;
        border-radius: 24px;
        font-size: 14px;
        font-weight: bold;
        line-height: 28px;*/
    }

.dvContentGroup {
    border-top: solid 1px #d7d7d7;
}
    .dvContentGroup:first-child {
        border-top: 0;
        
    }

.dvContentGroup .content-group {
}

            .dvContentGroup .content-group .content-group-title {
                
            }
    .dvContentGroup .content-group.content-group-1 .content-group-title {
        
    }
    .dvContentGroup .content-group .content-group-title {
        margin-top: 27px;
        margin-bottom: 27px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

            .dvContentGroup .content-group .content-blocks {
               
                
            }
                .dvContentGroup .content-group .content-blocks.content-blocks-1 {
                    margin-bottom:40px;
                }
                .dvContentGroup .content-group .content-blocks.content-blocks-2 {
                }

                .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block-item {
                    margin-bottom: 16px;
                }
                .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block-item {
                    margin-bottom: 23px;
                }


                .dvContentGroup .content-group .content-blocks .content-block {
                }

                .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block {
                    text-align: right;
                    box-sizing: border-box;
                    color: #fff;
                    padding: 13px 7px;
                }

                .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block {
                    text-align: right;
                }



                .dvContentGroup .content-group .content-blocks .content-block .content-block-icon {
                    display: inline-block;
                    vertical-align: middle;
                }

                .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-icon svg,
                .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-icon img,
                .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-icon {
                    width: 40px;
                    height: 57px;
                }
                
                .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block .content-block-icon {
                    width: 50px;
                    height: 58px;
                    line-height: 58px;
                    font-size: 60px;
                    font-weight: bold;
                    vertical-align: top;
                }

                .dvContentGroup .content-group .content-blocks .content-block .content-block-inner {
                    display: inline-block;
                    vertical-align: middle;
                }
                .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-inner {
                    width: calc(100% - 47px);
                }
                .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block .content-block-inner {
                    width: calc(100% - 55px);
                }

                    .dvContentGroup .content-group .content-blocks .content-block .content-block-inner .content-block-title {
                        font-weight: bold;
                    }

                .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-inner .content-block-title {
                    font-size: 20px;
                    line-height:26px;
                }

                .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block .content-block-inner .content-block-title {
                    font-size: 20px;
                    line-height:22px;
                }

                .dvContentGroup .content-group .content-blocks .content-block .content-block-inner .content-block-description {
                }

                .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-inner .content-block-description {
                    display:none;
                }
                .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block .content-block-inner .content-block-description {
                    font-size: 16px;
                    line-height: 22px;
                }

                .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block-item:nth-child(n+10){

                }
                    .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block-item:nth-child(n+10) .content-block .content-block-icon {
                        /*for 2 digit numbers */
                        position: relative;
                        left: 15px;
                    }

                .insta-edit .insta-edit-cont {
                    display: none;
                    width: 100%;
                    background-color: rgba(0,0,0,0.7);
                    height: 86px;
                    position: absolute;
                    z-index: 15;
                    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.7);
                    -webkit-transition: all 0.6s linear;
                    -moz-transition: all 0.6s linear;
                    -o-transition: all 0.6s linear;
                    transition: all 0.6s linear;
                }

    .insta-edit:hover .insta-edit-cont {
        display: block;
    }

    .insta-edit .insta-edit-cont .insta-edit-btn {
        cursor: pointer;
        width: 62px;
        max-width: calc(25% - 17px);
        height: 62px;
        line-height: 62px;
        text-align: center;
        text-indent: 0;
        border: 2px solid #fff;
        color: #fff;
        display: inline-block;
        float: left;
        margin: 10px 0 10px 10px;
        font-size: 24px;
        background-color: rgba(0,0,0,0.2);
        border-radius: 3px;
    }

    /*END-EXPANDED*/
    @media (min-width: 780px) {
        .dvExMap .google_map {
            height: 208px;
        }
        .dvExMap .map-widget.item-container .item-container-background > a[id*='navLink']{
            display:none;
        }
        #dv_fax,
        #map_accordion {
            font-size: 14px;
            width: 49%;
            width: calc(50% - 2px);
            display: inline-block;
            text-align: center;
        }

            #dv_fax [data-toggle='collapse']:after,
            #map_accordion [data-toggle='collapse']:after,
            #dv_fax .btn-copy,
            #map_accordion .btn-copy {
                float: none;
                padding-right: 12px;
            }

            #dv_fax i,
            #map_accordion i {
                font-size: 16px;
            }

        .auto-landing-page .container {
            max-width: 1080px;
            text-align: center;
        }

        .dvMain .dvMainTxtCont.container {
            max-width: 704px;
            margin-top: 37px;
        }
        .dvMain .dvSecondTxtCont.container {
            margin-top: 14px;
        }

        .dvMain .dvMainTxtCont .dvMainTxt {
            line-height: 29px;
            font-size: 20px;
        }
        .dvMain .dvMainTxtCont .dvMainTxtHdr{
            margin-bottom:24px;
        }
        .auto-landing-page .dv-toolbox {
            width: 1080px;
            max-width:100%;
            margin: 0 auto;
            margin-bottom: 18px;
        }

        .auto-landing-page .jumbotron {
            height: 480px;
            overflow: hidden;
        }

        .jumbotron .dvCampaign,
        .jumbotron .dvMainImg {
            display: inline-block;
            height: 480px;
            float: right;
        }

        .jumbotron .dvCampaign {
            width: 60%;
            padding: 0 70px;
            display: table;
        }

            .jumbotron .dvCampaign > div {
                vertical-align: middle;
                display: table-cell;
                padding-bottom: 25px;
            }

        .jumbotron .dvMainImg {
            width: 40%;
        }

        .jumbotron .dvCampaign .dvCampaignHdr {
            font-size: 48px;
            line-height: 60px;
        }

        .jumbotron .dvCampaign .dvCampaignTxt {
            font-size: 28px;
            line-height: 46px;
        }

        .jumbotron .dvCampaign .dvCampaignExp {
            font-size: 24px;
            line-height: 46px;
        }

        .dvNoLogo {
            height: 113px;
        }


        .dvLogo h1 {
            display: inline-block;
            margin-top: 0;
            margin-right: 7px;
            line-height: 60px;
            vertical-align: top;
            font-size: 30px;
            padding-top: 10px;
        }

        .dvNoLogo h1 {
            font-size: 40px;
            padding-top: 40px;
        }

        .dvLogo .dv-logo-cont img.img-logo {
            height: 120px;
            top: -39px;
        }


        
        .dvShare {
            position: relative;
        }
        .dv-player-btns,
            .dvShare .btn {
            padding: 16px 24px;
        }

        .dvMain .dvActionBtn{
            height:70px;
        }
        .dvMain .dvAction-cont {
            padding-top: 10px;
            padding-bottom: 10px;
            

        }
            
            .dvMain .dvAction-cont.sticky {
                position: fixed;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 100%;
            }
            .dvMain .dvTargetTxtCont.container {
                margin-top: 25px;
            }

        .dvActionBtn.btn-cont-dbl {
            display: block;
        }

            .dvActionBtn.btn-cont-dbl .dvAction-cont {
                display: block;
            }

                .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont {
                    display: inline-block;
                }

                    .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont a {
                        display: block;
                        margin-left: 8px;
                        margin-right: 8px;
                        font-size: 15px;
                    }

                        .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont a.btn-call {
                            max-width: 380px;
                        }

                    .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont:last-child {
                        /*width: 164px;*/
                        width: auto;
                    }



        /*.auto-landing-page .jumbotron .dv-logo-cont button {
            margin-top: 16px;
            margin-left: 5px;
        }*/

        .auto-landing-page .jumbotron h1 {
            font-size: 24px;
        }

        .auto-landing-page .jumbotron .btn-call-cont {
            text-align: center;
            padding-top: 40px;
            padding-bottom: 34px;
        }

            .auto-landing-page .jumbotron .btn-call-cont .btn.btn-call {
                width: 281px;
                height: 48px;
                line-height: 48px;
                border: 0;
                -webkit-border-radius: 40px;
                -moz-border-radius: 40px;
                border-radius: 40px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                padding: 0;
                margin: 0 7px;
                -webkit-box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
                -moz-box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
                box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
                font-size: 15px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                letter-spacing: 0.35px;
                background-image: linear-gradient(to bottom, #ff2865, #ff6f98);
                color: white;
            }

                .auto-landing-page .jumbotron .btn-call-cont .btn.btn-call i {
                    vertical-align: middle;
                }

        .auto-landing-page .dv-toolbox .container {
            margin-top: 28px;
        }

            .auto-landing-page .dv-toolbox .container .btn-cont {
                width: 103px;
                padding: 0 23px;
                margin-bottom: 34px;
                font-size: 16px;
                line-height: 30px;
            }

                .auto-landing-page .dv-toolbox .container .btn-cont .btn {
                    height: 58px;
                    width: 58px;
                    
                    text-align: center;
                    padding: 9px 8px;
                    -webkit-border-radius: 56px;
                    -moz-border-radius: 56px;
                    border-radius: 56px;
                    -moz-background-clip: padding;
                    -webkit-background-clip: padding-box;
                    background-clip: padding-box;
                }
        .dv-toolbox .btn-cont > .btn img {
            height: 38px;
            width: 38px;
        }

                    .auto-landing-page .dv-toolbox .container .btn-cont .btn svg {
                        height: 40px;
                        width: 40px;
                        margin: 8px 0;
                    }

        .dvGeneralInfo {
           /* padding-bottom: 27px;*/
        }

            .dvGeneralInfo .dv-info-item {
                display: inline-block;
                width: calc(25% - 16px);
                margin: 40px 6px 15px;
                vertical-align:top;
                position:relative;
            }
            

                .dv-B144-category .B144-category {
                    font-size: 14px;
                }

        .auto-landing-page .dv-B144-logo {
            height: 68px;
        }

            .auto-landing-page .dv-B144-logo .B144-logo {
                padding-top: 26px;
                font-size: 14px;
            }

        .auto-landing-page #bc-container {
            padding: 0;
        }

        .dvLeadForm {
            min-height: 67px;
            padding-top: 5px;
        }

            .dvLeadForm legend {
                margin-bottom: 30px;
            }

            .dvLeadForm .input_wrapper {
                display: inline-block;
                float: right;
                margin: 0 8px;
            }

            .dvLeadForm .dvInputsWrapper {
                width: calc(100% - 136px);
                display: inline-block;
            }


            .dvLeadForm[dt-fields='2'] .input_wrapper {
                width: calc(50% - 16px);
            }

            .dvLeadForm[dt-fields='3'] .input_wrapper {
                width: calc(33.33% - 16px);
            }

            .dvLeadForm[dt-fields='4'] .input_wrapper {
                width: calc(25% - 16px);
            }


            .dvLeadForm .input_wrapper.input_wrapper_btn {
                float: left;
                width: 120px;
            }

                .dvLeadForm .input_wrapper.input_wrapper_btn .btn {
                    font-size: 15px;
                }

            .dvLeadForm .error-panel,
            .dvLeadForm .after-panel {
                padding-bottom: 25px;
            }

                .dvLeadForm .error-panel .dv-after-message,
                .dvLeadForm .after-panel .dv-after-message {
                    font-size: 18px;
                    line-height: 21px;
                }
        .dvPriceListHdr {
            font-size: 24px;
            height: 112px;
            padding-top: 28px;
        }

        .dvPriceListCont {
            margin-top: -40px;
        }

            .dvPriceListCont .dvPriceListItems {
                padding: 12px 28px 16px;
            }
                .dvPriceListCont .dvPriceListItems ul li span:nth-child(1) {
                    
                    width: 70%;
                }

                .dvPriceListCont .dvPriceListItems ul li span:nth-child(2) {
                    width: calc(30% - 5px);
                    
                }

        .auto-landing-page #modalShare {
            position: absolute;
            right: 5px;
            top: 55px;
            bottom: auto;
            left: auto;
            overflow: visible;
        }

            .auto-landing-page #modalShare .modal-dialog {
                position: static;
            }
                .auto-landing-page #modalShare .modal-dialog .modal-content {
                    background-color: transparent;
                }
        .dvShare .btn {
            padding: 8px 16px;
        }
            .auto-landing-page #modalShare .modal-dialog .modal-body {
            /*display:table;*/
        }

                .auto-landing-page #modalShare .modal-dialog ul {
                    /*display:table-row;*/
                    white-space: nowrap;
                    padding: 9px 6px 9px;
                    /*width: 330px;
                height: 82px;*/
                    border-radius: 5px;
                    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
                    background-color: #fff;
                    text-align: center;
                }

                .auto-landing-page #modalShare .modal-dialog:before,
                .auto-landing-page #modalShare .modal-dialog:after {
                    content: '';
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-top: 0;
                }

                .auto-landing-page #modalShare .modal-dialog:before {
                    right: 25px;
                    border: 9px solid transparent;
                    border-bottom-color: #ddd;
                    top: -18px;
                }

                .auto-landing-page #modalShare .modal-dialog:after {
                    right: 26px;
                    border: 8px solid transparent;
                    border-bottom-color: #fff;
                    top: -16px;
                }

                .auto-landing-page #modalShare .modal-dialog ul li {
                    /*display:table-cell;*/
                    display: inline-block;
                    width: 48px;
                    height: auto;
                    margin: 0 6px;
                    padding: 0;
                }

                    .auto-landing-page #modalShare .modal-dialog ul li svg {
                        width: 32px;
                        height: 32px;
                        display: block;
                        margin: auto;
                    }

                    .auto-landing-page #modalShare .modal-dialog ul li span {
                        font-size: 14px;
                        display: block;
                    }

        .dvBusDesc .dvBusDesc-cont .dvBusDesc-inner {
            display: inline-block;
            text-align: right;
        }

        /*EXPANDED*/
        .dvContentGroup {
        }

            .dvContentGroup .content-group {
            }

                .dvContentGroup .content-group .content-group-1 {
                }

                .dvContentGroup .content-group .content-group-2 {
                }

                .dvContentGroup .content-group .content-group-title {
                }

                .dvContentGroup .content-group .content-group-title {
                    margin-top: 40px;
                    margin-bottom: 54px;
                }

                .dvContentGroup .content-group .content-blocks {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                }

                    .dvContentGroup .content-group .content-blocks.content-blocks-1 {
                    }

                    .dvContentGroup .content-group .content-blocks.content-blocks-2 {
                    }

                    .dvContentGroup .content-group .content-blocks .content-block-item {
                        display: inline-block;
                        width: 33.31%;
                        width: calc(33.33% - 17px);
                        margin: 7px;
                    }
                    .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block-item {
                        margin: 7px 12px 10px;
                        width: calc(33.33% - 24px);
                        
                    }
                    .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block-item {
                        margin: 7px 18px 50px;
                        width: calc(33.33% - 36px);
                    }
                    .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block {
                        padding: 14px 16px 13px;
                    }

                    .dvContentGroup .content-group .content-blocks .content-block .content-block-icon {
                    }
                    .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-icon svg,
                    .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-icon img,
                    .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-icon {
                        width: 56px;
                        height: 56px;
                    }
                    .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block .content-block-icon{
                        /*vertical-align:middle;*/
                    }
                   

                    .dvContentGroup .content-group .content-blocks .content-block .content-block-inner {
                    }

                    .dvContentGroup .content-group .content-blocks.content-blocks-1 .content-block .content-block-inner {
                        width: calc(100% - 62px);
                    }

                    .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block .content-block-inner {
                        width: calc(100% - 55px);
                    }

                        .dvContentGroup .content-group .content-blocks .content-block .content-block-inner .content-block-title {
                        }

                    .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block .content-block-inner .content-block-title {
                        font-size: 22px;
                        
                    }

                        .dvContentGroup .content-group .content-blocks .content-block .content-block-inner .content-block-description {
                        }

                    .dvContentGroup .content-group .content-blocks.content-blocks-2 .content-block .content-block-inner .content-block-description {
                        font-size: 17px;
                    }


        .dvMain .dvTargetTxtCont {
            
        }

            .dvMain .dvTargetTxtCont .dvTargetTxtHdr {
                font-size: 22px;
            }

            .dvMain .dvTargetTxtCont .dvTargetTxt {
                font-size: 17px;
            }
        /*END-EXPANDED*/
        .footer {
            bottom: auto;
            top: 0;
            top: -81px;
            width: 100%;
            height: 81px;
            -webkit-transition: top 0.3s ease-out;
            -moz-transition: top 0.3s ease-out;
            -ms-transition: top 0.3s ease-out;
            -o-transition: top 0.3s ease-out;
            transition: top 0.3s ease-out;
        }
        .footer.show {
            top: 0;
        }
            .footer .container{
                padding: 17px 0 16px;
            }
            .footer .container .btn {
                height: 48px;
                line-height: 48px;
                font-size: 15px;
                -webkit-border-radius: 24px;
                -moz-border-radius: 24px;
                border-radius: 24px;
                width: auto !important;
                padding: 0 22px;
            }
    }

    @media (min-width: 1200px) {

        .jumbotron .dvCampaign {
            width: 44%;
        }

        .jumbotron .dvMainImg {
            width: 56%;
        }
    }

@media (min-width: 1440px) {
    .auto-landing-page .jumbotron,
    .jumbotron .dvCampaign,
    .jumbotron .dvMainImg {
        height: 500px;
    }
    .jumbotron .dvCampaign {
        width: 41%;
    }

    .jumbotron .dvMainImg {
        width: 59%;
    }
    .dvMain .dvMainTxtCont .dvMainTxt {
        font-size: 20px;
    }
    .dvPriceListCont{
        width: 632px;
    }
}
@media (min-width: 1680px) {
    .dvExMap .google_map {
        height: 241px;
    }
    .auto-landing-page .jumbotron,
    .jumbotron .dvCampaign, 
    .jumbotron .dvMainImg {
        height: 567px;
    }
    .jumbotron .dvCampaign {
        width: 42.5%;
    }

    .jumbotron .dvMainImg {
        width: 57.5%;
    }
    .dv-player-btns{
        left:40px;
    }
    .auto-landing-page #modalShare,
    .dvShare .btn {
        right: 40px;
    }
}
@media (min-width: 2560px) {
    .dvExMap .google_map {
        height: 368px;
    }
    .auto-landing-page .dv-toolbox,
    .auto-landing-page .container {
        width: 1312px;
        max-width: 1312px;
    }
    .auto-landing-page .jumbotron,
    .jumbotron .dvCampaign,
    .jumbotron .dvMainImg {
        height: 867px;
    }

    .jumbotron .dvCampaign {
        width: 45.5%;
    }

    .jumbotron .dvMainImg {
        width: 54.5%;
    }

    .jumbotron {
        top: 90px;
        margin-top: -90px;
    }

        .jumbotron .dvCampaign .dvCampaignHdr {
            font-size: 60px;
            line-height: 65px;
        }

        .jumbotron .dvCampaign .dvCampaignTxt {
            font-size: 40px;
            line-height: 60px;
        }

        .jumbotron .dvCampaign .dvCampaignExp {
            font-size: 32px;
            line-height: 40px;
        }

    .dvNoLogo, .dvLogo, .dvMain {
        width: 1680px;
        margin-left: auto;
        margin-right: auto;
    }

    .dvNoLogo, .dvLogo {
        height: 168px;
    }

        .dvLogo h1 {
            font-size: 48px;
            padding-top: 45px;
        }

        .dvLogo .dv-logo-cont img.img-logo {
            height: 160px;
            top: -44px;
        }

    .dvActionBtn .btn {
        font-size: 28px;
        height: 72px;
        border-radius: 36px;
        max-width: 460px;
    }

    .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont a,
    .dvActionBtn .dvAction-cont .dvAction-btn-cont a {
        font-size: 28px;
        line-height: 54px;
        margin-left: 30px;
        margin-right: 30px;
    }
        .dvActionBtn.btn-cont-dbl .dvAction-cont .dvAction-btn-cont a.btn-call {
            max-width: 550px;
            max-width: 620px;
        }

        .dvActionBtn .btn svg {
            width: 32px;
            height: 32px;
        }

    .dvMain {
        padding-bottom: 72px;
        padding-bottom: 72px;
    }

        .dvMain .dvMainTxtCont.container {
            margin-top: 58px;
            max-width: 1004px;
        }

        .dvMain .dvMainTxtCont .dvMainTxt {
            line-height: 48px;
            font-size: 28px;
        }

        .dvMain .dvMainTxtCont .dvMainTxtHdr {
            font-size: 40px;
            line-height: 52px;
        }

    .auto-landing-page .dv-toolbox .container .btn-cont .btn {
        height: 72px;
        width: 72px;
        line-height: 52px;
        margin-bottom: 20px;
    }
        .auto-landing-page .dv-toolbox .container .btn-cont .btn svg {
            height: 52px;
            width: 52px;
            margin: 10px 0;
        }
    .auto-landing-page .dv-toolbox .container .btn-cont {
        padding: 0 20px;
        width: 136px;
        font-size: 15px;
    }
    .dvGeneralInfo .dv-info-item{
        font-size:16px;
    }

    .dvBusDesc .dvBusDesc-cont h4 {
        font-size: 28px;
        line-height: 40px;
    } 
    .dvBusDesc .dvBusDesc-cont p{
        font-size:20px;
        line-height:40px;
    }
    .dvBusDesc .dvBusDesc-cont, .dvGeneralInfo {
        padding-top: 64px;
        padding-bottom: 60px;
    }
    .dvLeadForm legend{
        font-size:25px;
    }

    .dv-player-btns {
        left: 40px;
    }

    .auto-landing-page #modalShare,
    .dvShare .btn {
        right: calc(((100% - 1680px) / 2) + 40);
        
    }
}
    .access_cont.menu-top.menu-ltr {
        display: inline-block;
        position: absolute !important;
        left: 7px;
        top: 10px;
        right: auto;
        bottom: auto;
    }

    .access_cont #btnAccessMenuMain {
        display: inline-block !important;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
        outline: none;
    }

    .access_cont #btnAccessMenuMain {
        -webkit-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -o-transition: 0.1s ease-out;
        transition: 0.1s linear;
    }

    .access_cont:not(.access_cont_open) #btnAccessMenuMain {
        width: 32px;
        height: 32px;
        box-shadow: none;
        font-size: 22px;
        outline: none;
        line-height: 32px;
        color: #fff;
        border: 0;
        background: #000;
    }

.access_cont.menu-ltr .access-state-link
.access_cont.menu-ltr .access-tooltip {
    margin-top: 3px;
    width: 190px;
}

    .access_cont.menu-top.access_cont_open .access-menu-btn.access-reset {
        bottom: 50px;
    }

.access_cont.access_state.menu-top.access_cont_open .access-menu-btn.access-reset {
    bottom: 104px;
    left: -4px;
}

    .access_cont.menu-top .access-sub-menu.access-font-size {
        padding-top: 0;
    }


/*VIDEO BACKGROUND*/
.video-background-slide {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.video-background {
    position: fixed;
    top: 50%;
    left: 0;
    padding-top: 56.25%;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 2s opacity ease;
    transition: 2s opacity ease;
    opacity: 1;
    z-index: 0;
}

.widgets-container-tv.video-background {
    position: absolute;
    top: -60px;
    left: 0;
    padding: 0;
    transform: none;
}

    .video-background-slide.loading .video-background,
    .widgets-container-tv.video-background.loading {
        opacity: 0;
    }

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/*END VIDEO BACKGROUND*/