/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-Oct-2021, 15:05:12
    Author     : muhammadumar
*/
.tooltipMake:hover .tooltiptext {
    visibility: visible;
    transition-delay: 1s;
    opacity:1;
}

.filterModel .fm-count {
    color: #b7b7b7 !important;
}

.selectedFilter {
    color: #4b4b4b;
}

fm-count-selected {
    color: #4b4b4b !important;
}

.filterModel input:disabled {
    color: rgb(182, 182, 182) !important;
}


.filterModel input[type="checkbox"]:disabled+label{
    color: rgb(182, 182, 182) !important;
}

.filterInput input:disabled {
    color: rgb(182, 182, 182)
}

[disabled] .noUi-connect{
    background: rgb(182, 182, 182) !important;
}


.noUi-handle{
    cursor:pointer !important;
}

.imgload
{
    opacity: 0 !important;
    transition: none;
}

#imagelightbox
{
    z-index: 99999996 !important;
    background-color: white;
}

.right .filter-selections{
    display:flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0
}

.right .filter-selections .sel{
    display:flex;
    align-items: center;
    border: 1px solid #DDDBDB;
    border-radius: 5px;
    padding: 6px;
    margin: 0 8px 8px 0;
    cursor:pointer;
    font-size:13px;
    line-height:13px;
    transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.right .filter-selections .sel:hover:not(.clear){
    border: 1px solid #818181;
}

.right .filter-selections .sel::after{
    content:"✖";
    margin-left:6px;
    font-size:10px;
    vertical-align:middle;
    color:#cb300d
}


.right .filter-selections .clear{
    padding: 0 6px;
    color:#585858;
    border:1px solid transparent
}

.right .filter-selections .clear svg{
    margin-right: 6px;
}

.right .filter-selections .clear:hover, .right .filter-selections .clear:hover svg g{
    color:#000;
    fill:#000
}

.right .filter-selections .clear::after{
    content:"";
}

/* For news page image */
.news-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
/* tooltips */

@media screen and (min-width:1020px){


    .ttip{
        display:flex;
    }

    [aria-label][role~="tooltip"] {
        position: relative;
    }

    [aria-label][role~="tooltip"]::before,
    [aria-label][role~="tooltip"]::after {
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
        opacity: 0;
        pointer-events: none;
        transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
        position: absolute;
        box-sizing: border-box;
        z-index: 10;
        transform-origin: top;
    }

    [aria-label][role~="tooltip"]::before {
        background-size: 100% auto !important;
        content: "";
    }

    [aria-label][role~="tooltip"]::after {
        background: rgba(17, 17, 17, .9);
        border-radius: 4px;
        color: #ffffff;
        content: attr(aria-label);
        font-size: var(--microtip-font-size, 13px);
        font-weight: var(--microtip-font-weight, normal);
        text-transform: var(--microtip-text-transform, none);
        padding: .5em 1em;
        white-space: nowrap;
        box-sizing: content-box;
    }

    [aria-label][role~="tooltip"]:hover::before,
    [aria-label][role~="tooltip"]:hover::after,
    [aria-label][role~="tooltip"]:focus::before,
    [aria-label][role~="tooltip"]:focus::after {
        opacity: 1;
        pointer-events: auto;
    }



    /* ------------------------------------------------
      [2] Position Modifiers
    -------------------------------------------------*/

    [role~="tooltip"][data-microtip-position|="top"]::before {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
        height: 6px;
        width: 18px;
        margin-bottom: 5px;
    }

    [role~="tooltip"][data-microtip-position|="top"]::after {
        margin-bottom: 11px;
    }

    [role~="tooltip"][data-microtip-position|="top"]::before {
        transform: translate3d(-50%, 0, 0);
        bottom: 100%;
        left: 50%;
    }

    [role~="tooltip"][data-microtip-position|="top"]:hover::before {
        transform: translate3d(-50%, -5px, 0);
    }

    [role~="tooltip"][data-microtip-position|="top"]::after {
        transform: translate3d(-50%, 0, 0);
        bottom: 100%;
        left: 50%;
    }

    [role~="tooltip"][data-microtip-position="top"]:hover::after {
        transform: translate3d(-50%, -5px, 0);
    }

    /* ------------------------------------------------
      [2.1] Top Left
    -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="top-left"]::after {
        transform: translate3d(calc(-100% + 16px), 0, 0);
        bottom: 100%;
    }

    [role~="tooltip"][data-microtip-position="top-left"]:hover::after {
        transform: translate3d(calc(-100% + 16px), -5px, 0);
    }


    /* ------------------------------------------------
      [2.2] Top Right
    -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="top-right"]::after {
        transform: translate3d(calc(0% + -16px), 0, 0);
        bottom: 100%;
    }

    [role~="tooltip"][data-microtip-position="top-right"]:hover::after {
        transform: translate3d(calc(0% + -16px), -5px, 0);
    }


    /* ------------------------------------------------
      [2.3] Bottom
    -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position|="bottom"]::before {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
        height: 6px;
        width: 18px;
        margin-top: 14px;
        margin-bottom: 0;
    }

    [role~="tooltip"][data-microtip-position|="bottom"]::after {
        margin-top: 20px;
    }

    [role~="tooltip"][data-microtip-position|="bottom"]::before {
        transform: translate3d(-50%, -10px, 0);
        bottom: auto;
        left: 50%;
        top: 100%;
    }

    [role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
        transform: translate3d(-50%, 0, 0);
    }

    [role~="tooltip"][data-microtip-position|="bottom"]::after {
        transform: translate3d(-50%, -10px, 0);
        top: 100%;
        left: 50%;
    }

    [role~="tooltip"][data-microtip-position="bottom"]:hover::after {
        transform: translate3d(-50%, 0, 0);
    }


    /* ------------------------------------------------
      [2.4] Bottom Left
    -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="bottom-left"]::after {
        transform: translate3d(calc(-100% + 16px), -10px, 0);
        top: 100%;
    }

    [role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
        transform: translate3d(calc(-100% + 16px), 0, 0);
    }


    /* ------------------------------------------------
      [2.5] Bottom Right
    -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="bottom-right"]::after {
        transform: translate3d(calc(0% + -16px), -10px, 0);
        top: 100%;
    }

    [role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
        transform: translate3d(calc(0% + -16px), 0, 0);
    }


    /* ------------------------------------------------
      [2.6] Left
    -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="left"]::before,
    [role~="tooltip"][data-microtip-position="left"]::after {
        bottom: auto;
        left: auto;
        right: 100%;
        top: 50%;
        transform: translate3d(10px, -50%, 0);
    }

    [role~="tooltip"][data-microtip-position="left"]::before {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
        height: 18px;
        width: 6px;
        margin-right: 5px;
        margin-bottom: 0;
    }

    [role~="tooltip"][data-microtip-position="left"]::after {
        margin-right: 11px;
    }

    [role~="tooltip"][data-microtip-position="left"]:hover::before,
    [role~="tooltip"][data-microtip-position="left"]:hover::after {
        transform: translate3d(0, -50%, 0);
    }


    /* ------------------------------------------------
      [2.7] Right
    -------------------------------------------------*/
    [role~="tooltip"][data-microtip-position="right"]::before,
    [role~="tooltip"][data-microtip-position="right"]::after {
        bottom: auto;
        left: 100%;
        top: 50%;
        transform: translate3d(-10px, -50%, 0);
    }

    [role~="tooltip"][data-microtip-position="right"]::before {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
        height: 18px;
        width: 6px;
        margin-bottom: 0;
        margin-left: 5px;
    }

    [role~="tooltip"][data-microtip-position="right"]::after {
        margin-left: 11px;
    }

    [role~="tooltip"][data-microtip-position="right"]:hover::before,
    [role~="tooltip"][data-microtip-position="right"]:hover::after {
        transform: translate3d(0, -50%, 0);
    }

    /* ------------------------------------------------
      [3] Size
    -------------------------------------------------*/
    [role~="tooltip"][data-microtip-size="small"]::after {
        white-space: initial;
        width: 80px;
    }

    [role~="tooltip"][data-microtip-size="medium"]::after {
        white-space: initial;
        width: 150px;
    }

    [role~="tooltip"][data-microtip-size="large"]::after {
        white-space: initial;
        width: 260px;
    }
}



/*   sticky anchor */


@media screen and (min-width: 680px){
    .container{
        display:flex;
        margin: -15px 0 40px 0;
    }
    .container .lazy2{
        margin:0;
    }

    .sticky-anchor.fixed{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position:sticky;
        background:#e6e5e0;
        border-bottom: 1px solid #d0d0d0;
    }

    .sticky-anchor a{
        padding:12px 14px;
    }

    .sticky-anchor.fixed a{
        color:#646464 !important;
        background:transparent !important;
        margin: 0 ;
        border-bottom: 4px solid transparent;
        padding: 12px 14px 8px 14px;
    }

    .sticky-anchor.fixed a.active{
        background: #fff !important;
        color: #0669f7 !important;
        border-bottom: 4px solid #0669f7
    }

    .sticky-anchor.fixed a:hover{
        background: #fff !important;
        color: #0669f7 !important;
        border-bottom: 4px solid #0669f7
    }


    .sticky-anchor.submenu {
        position: fixed;
        background: #f9f9f9;
        border-bottom: 1px solid #d9d9d6;
        width: 100%;
        top:0;
        left: 0;
        z-index: 1001;
        text-align: center;
        transform: translateY(-120px);
      }
    
      .sticky-anchor.submenu.visible {
        transform: translateY(0);
        padding: 0;
      }
    
      .sticky-anchor.submenu a {
        color: #000 !important;
        background: transparent !important;
        border:none;
        margin: 0;
        padding: 8px 12px;
        font-weight:500
      }
    
      .sticky-anchor.submenu a.active {
        color: #000 !important;
        font-weight:700;
      }
    
      .sticky-anchor.submenu a:hover:not(a.active) {
        color: #000 !important;
        font-weight:700;
      }
    
      .sticky-anchor.submenu .submenu-inner {
        display: grid;
        grid-template-columns: 2fr 4fr 2fr;
        margin: 6px 0;
      }
    
      .sticky-anchor.submenu .submenu-steps {
        display: flex;
        align-items: center;
        margin-left: 40px;
      }
    
      .sticky-anchor.submenu .submenu-steps .dot {
        position: relative;
        width: 28px;
        line-height: 28px;
        border-radius: 50%;
        text-align: center;
        font-size: 16px;
        color: #2b2b2b;
        border: 2px solid #2b2b2b;
        margin-right: 10px;
        flex-shrink: 0;
        z-index: 10;
        cursor: pointer;
      }
    
      .sticky-anchor.submenu .submenu-steps .dot.active,
      .sticky-anchor.submenu .submenu-steps .dot.done {
        color: #fff;
        background: #2b2b2b;
      }
    
      .sticky-anchor.submenu .submenu-steps .dot.done::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 28px;
        top: 50%;
        /*   transform: translateY(-50%); */
        height: 1px;
        width: 12px;
        background: #2b2b2b;
      }
    
      .thirdwidest .content_inner,
      .modelpage .content_inner {
        display: flex;
        flex-wrap: wrap;
      }

    #second .left .sticky-menu #mobmenfix{
        position:static
    }

    .sm-heading{
        text-align:center;
        opacity:0;
        margin:0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        max-height:0
    }
    .sm-heading.show{
        max-height:140px;
        visibility: visible;
        opacity:1;
        padding:20px 0;
    }

    #slideTogglebox8{
        display: none;
        top: 0px;
        position: absolute;
        z-index: 990;
        background: rgb(255, 255, 255);
        line-height: 16px;
        left:0;
        margin: -5px 0 0 0;
        righT: 0;
        padding-bottom:100px;
        height:100%
    }

    .slideTogglebox .closeslide{
        margin: 0 0 -30px 0;
        min-height: auto;
        padding: 0 5px;
        font-size: 12px !important;
        line-height: 12px !important;
        height: 20px!important;
    }

}

@media screen and (max-width: 680px){
    .sticky-anchor{
        position:static
    }

    .sm-heading{
        display:none
    }
}



@media screen and (max-width:680px){
    .filters{
        position: fixed;
        z-index: 900000;
        background: #fff;
        height: 100vh;
        top: 60px;
        left: 0;
        padding: 20px 40px 120px 40px;
        width:100%;
        overflow-y:auto;
    }

    .heading-models .red{
        display:block;
    }

    #filtertoggle{
        position: fixed;
        bottom:70px;
        right: 0;
        margin:0 !important;
        z-index: 9999;
        opacity: .8;
        display:flex;
        align-items:center;
        justify-content: space-between;
        width:84px !important
    }

    .filters-bar{
        display:flex;
        align-items:center;
        justify-content: center;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:50px;
        font-size:16px;
        color: #fff;
        background:#002c5f;
        cursor:pointer;
    }

    #leasingcalculator2{
        margin: 0 0 0 10px !important;
        width:auto;
    }
}

@media screen and (min-width:680px){
    .filters{
        display:block !important;

    }

    #filtertoggle{
        display:none;
    }

    .filters .closeslide{
        display:none
    }
}



.calc-container select{
    border: 0;
    background: #edecec;
    height: 32px;
    width: calc(100% - 5px);
    padding: 0 0 5px 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "Open Sans", Tahoma, Sans Serif;
    color: #585858;
    margin-bottom:30px;
}

.filterSlider{
    margin: 15px; height: 8px !important; margin-bottom: 20px !important;
}

.filters-inner{
    padding: 10px 0 0 0;
}


.filters .input{
    position: relative;
    display:flex;
    width:100%
}

.filterInput span{
    display:flex;
    position:relative;
    width:100%;
}

.filterInput span.half{
    width:42%
}

.filterInput span label, .input label{
    font-size:13px;
    line-height:13px;
    padding: 0 3px;
    position: absolute;
    top: -8px;
    left: 5px;
    background: #fff;
    z-index:10
}


.filterInput .input:before{
    position: absolute;
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    content: attr(data-content);
}

.calc-container .input:before{
    position: absolute;
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    content: attr(data-content);
}

#extra-calc{
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
    cursor:pointer;
    color:#000
}

#extra-calc img{

    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

#extra-calc img.active{transform: rotate(0);}


.title-container{
    display:inline-flex;
    flex: 1;
    justify-content: space-between;
    width: 100%;
}

.pages-info{
    margin-left: auto;
    display:flex;
    align-items:center;
}

.pages-info .share{
    margin-right:10px;
}
.share{
    display:flex;
    align-items:center;
    background:none;
    color:#585858;
    cursor:pointer;
    font-family: "Open Sans", sans-serif;
    font-size:14px;
    border:0;
}
.share svg{
    margin: 0 4px 4px 0;
    width:24px;
}

.share:hover{
    color:#000
}

.share:hover svg{
    fill:#000;
}

.share-container{
    position:relative
}

.share-popup{
    position: absolute;
    right: 0;
    top: 40px;
    background:#fff;
    padding:16px;
    border-radius: 6px;
    box-shadow:  0 0 5px #00000038;
    z-index:1
}

.share-popup h3{
    margin: 0 0 20px 0
}

.share-popup a{
    display: flex;
    align-items: center;
    margin-bottom:12px;
    text-decoration: none;
    cursor:pointer;
    white-space: nowrap;
}

.share-popup a:last-child{
    margin-bottom:0;
}

.share-popup a img{
    margin-right:10px;
    width:24px !important;
}

#copy-link{
    min-height:24px;
}

.share-popup #copy-link div{
    display:flex;
    align-items:center
}

.copied {
    position:absolute;
    opacity:0;
    transition: all .3s cubic-bezier(0.23, 1, 0.320, 1)
}

#copy-link.animate img{
    animation: scale .3s linear forwards;
}

.animate .copy {
    position:absolute;
    opacity:0;
    transition: all .1 ease-in-out
}

.animate .copied {
    visibility: visible;
    opacity:1;
    color:#23b623
}

@keyframes scale {
    0% {
        transform: none;
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: none;
    }
}

  .owl-nav {
      margin-top: 90px !important;
  }
  
  .owl-prev {
      margin-top: -140px !important;
  }
  
  .owl-next {
      margin-top: -140px !important;
  }