﻿

/************************************
    
    View Detail Page
    
***********************************/
.price-font {
    font-weight: 800;
    color: #fff !important;
    font-size: 22px !important;
}

.outline-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent !important;
    border: none;
    box-shadow: 0 0 0 1px rgb(28, 28, 28) inset;
    color: #000 !important;
    margin: auto;
    padding: 1rem 3rem;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
}
    .outline-button::before, .outline-button::after {
        content: "";
        position: absolute;
        height: 0;
        width: 2px;
        transition: height 0.4s 0.4s cubic-bezier(0.86, 0, 0.07, 1), width 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    }
    .outline-button::before, .outline-button::after {
        content: "";
        position: absolute;
        height: 0;
        width: 2px;
        transition: height 0.4s 0.4s cubic-bezier(0.86, 0, 0.07, 1), width 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    }
a:active, a:hover {
    outline-width: 0;
}
.textus-inv {
    background-color: white !important;
    color: #000 !important;
    cursor: pointer;
    text-transform: uppercase;
}

#txtUsDetail:hover {
    background-color: #f26820 !important;
    color: #fff !important;
}

.btn-view {
    background-color: #514f4f !important;
    border: none;
    color: white;
    padding: 10px 19px;
    text-align: center;
    font-size: 16px;
    border-radius: 0px;
    opacity: 1;
    transition: 0.3s;
}
    .btn-view:hover {
        color: #fff;
        background-color: #000 !important;
    }



.vd-bg {
    background-color: #292929;
    color: #fff;
    text-align: center;
    position: relative;
    z-index:0;
}

    .vd-bg h2 {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .vd-bg h1 {
        font-size: 24px;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .vd-bg span a {
        float: left;
        margin-top: -40px;
        position: relative;
        z-index: 2;
        color: #ccc;
    }

.vd-icons {
    float: none;
}

    .vd-icons ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .vd-icons li {
        float: left;
        border-right: 1px solid #ccc;
        margin-right: 15px;
        width: auto;
        padding-right: 15px;
    }

        .vd-icons li a {
            display: inline-block;
            letter-spacing: 1.8px;
            color: #000;
        }

            .vd-icons li a:hover {
                color: #999;
            }

        .vd-icons li:last-child {
            border: none !important;
        }

    .vd-icons i {
        display: inline-block;
        font-size: 18px;
        font-style: normal;
        line-height: normal;
        color: #000 !important;
    }

.icons-pos {
    margin-left: 8%;
}

.fuel-div h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.fuel-div div {
    float: left;
    text-align: center;
}

.fuel-div img {
    width: 40%;
}

.fuel-div span {
    font-size: 30px;
    letter-spacing: 1.8px;
}

.fuel-pos {
    margin-left: 28%;
}

.links-sec hr {
    border-top: solid 1px #d7d7d7 !important;
}

.center-btn-home {
    text-align: center;
}

.over-view-table table tr {
    border-bottom: 1px solid #d7d7d7 !important;
    height: 50px;
}

    .over-view-table table tr td {
        padding-top: 15px;
        border-top:none !important;
    }

.overview-sec h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 20px;
}

.fuel-right {
    width: 100%;
    position: relative;
    margin-left: 25%;
}

.overview-sec i {
    background: -webkit-linear-gradient(#000, #999, #000);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.4em;
    margin-right: 5px;
}


#viewDetail_feature-4 ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    padding: 10px;
    font-size: 14px;
}



.heading-primary {
    font-size: 2em;
    padding: 2em;
    text-align: center;
}

/*.accordion dl,
.accordion-list {
    border: 1px solid #ddd;
}*/

.accordion dl:after,
.accordion-list:after {
    content: "";
    display: block;
    height: 1em;
    width: 100%;
    background-color: #f9f8f8;
}

.accordion dd,
.accordion__panel {
    background-color: #f9f8f8;
    font-size: 1em;
    line-height: 1.5em;
}

.accordion p {
    padding: 1em 2em 1em 2em;
}

.accordion {
    position: relative;
    background-color: transparent !important;
}


.accordionTitle,
.accordion__Heading {
    background-color: transparent !important;
    text-align: left;
    font-weight: 100;
    padding: .7em;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 30px;
    transition: background-color 0.5s ease-in-out;
    border-bottom: 1px solid #d7d7d7;
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
}

    .accordionTitle:before,
    .accordion__Heading:before {
        content: "+";
        font-size: 1.5em !important;
        float: right;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        color: #878787;
        border: 1px solid #d7d7d7;
        border-radius: 50%;
        padding: 5px;
        width: 40px;
        height: 40px;
        line-height: 23px;
        text-align: center;
    }

    .accordionTitle:hover, .accordionTitle:focus,
    .accordion__Heading:hover {
        background-color: #2ba659;
        text-decoration: none !important;
        color: #000;
    }

    .accordionTitleActive,
    .accordionTitle.is-expanded {
        background-color: #2ba659;
    }

        .accordionTitleActive:before,
        .accordionTitle.is-expanded:before {
            -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
        }

.accordionItem {
    height: auto;
    overflow: hidden;
    max-height: 100%;
    transition: max-height 1s;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        /*max-height: 15em;*/
        transition: max-height 0.5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}



/***********************************************************


    view detail-main-slider-css


    
***********************************************************/


/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora093 .c {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093:hover {
        opacity: .8;
    }

    .jssora093.jssora093dn {
        opacity: .6;
    }

    .jssora093.jssora093ds {
        opacity: .3;
        pointer-events: none;
    }

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

    .jssort101 .p .cv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #000;
        box-sizing: border-box;
        z-index: 1;
    }

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

    .jssort101 .p:hover .cv {
        background-color: rgba(0,0,0,6);
        opacity: .35;
    }

    .jssort101 .p:hover.pdn {
        padding: 0;
    }

        .jssort101 .p:hover.pdn .cv {
            border: 2px solid #fff;
            background: none;
            opacity: .35;
        }

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1;
}

.jssort101 {
    padding: 8px 0px !important;
}










#content-optional {
    /*font-size: 0.75em; /* 12/16 */ */
    /*width: 71.875%; /* 650/960 */ */
    /*max-width: 960px;*/
    text-align: left;
    margin: 0px auto; /*auto centers the container */
    /*padding: 1.84615384615385%; /* 25/650 */ */
}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */
.columns-opt {
    -moz-column-width: 17.5em; /* Firefox */
    -webkit-column-width: 17.5em; /* webkit, Safari, Chrome */
    column-width: 17.5em;
    padding-left: 5%;
}
    /*remove standard list and bullet formatting from ul*/
    .columns-opt ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .columns-opt ul li {
            padding-bottom: 15px;
        }

            .columns-opt ul li:before {
                content: '\f111';
                font-family: 'FontAwesome';
                float: left;
                margin-left: -2.5em;
                font-size: 0.7rem;
            }
            /* correct webkit/chrome uneven margin on the first column*/
            .columns-opt ul li:first-child {
                margin-top: 0px;
            }



.gallery ul {
    padding: 0px;
    margin: 0px;
}



.gallery li {
    width: 100%;
    max-width: 33%;
    min-height: 100%;
    text-align: center;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    background-color: black;
}

    .gallery li:nth-child(2) img {
        margin: 0;
        display: inline-block;
        float: right;
    }

    .gallery li .name {
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 5px;
        color: white;
        font-weight: lighter;
        font-size: 20px;
        letter-spacing: .1em;
        position: absolute;
        display: block;
        top: 40%;
        left: 0;
        text-align: center;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

        .gallery li .name .title {
            display: block;
            text-transform: none;
            font-style: italic;
            font-size: 50%;
            color: rgba(255, 255, 255, 0.7);
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            -moz-transition-duration: 0.9s;
            -o-transition-duration: 0.9s;
            -webkit-transition-duration: 0.9s;
            transition-duration: 0.9s;
        }

    .gallery li:hover .name {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    .gallery li:hover .title {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    .gallery li:hover img {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        background-position: top top;
        -webkit-filter: grayscale(0.4) blur(2px);
        filter: grayscale(0.4) blur(2px);
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }

    .gallery li:hover:hover img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

    .gallery li img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        -moz-transform: scale(1.09, 1.09);
        -ms-transform: scale(1.09, 1.09);
        -webkit-transform: scale(1.09, 1.09);
        transform: scale(1.09, 1.09);
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

.similar-car-por h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
}



/***********************contact form-view detail****************************/

.contacts-vdtextarea {
    resize: none
}

.contacts-vd button, input, textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    border: none;
    outline: 0
}

.contacts-vd {
    padding: 50px;
    background: transparent;
}

    .contacts-vd .input__label {
        font: 1em/1em PTSansPro-Light, Arial, san-serif
    }

    .contacts-vd .input {
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 47%;
        vertical-align: top;
        margin-bottom: 2.2em
    }

        .contacts-vd .input:nth-child(2n+1) {
            margin-right: 4%
        }

    .contacts-vd .input__field {
        border-bottom: 2px solid #aeadad !important;
        color: #333;
        -webkit-appearance: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
        padding: 0 .75em;
        width: 100%;
        height: 100%;
        background: 0 0;
        -webkit-transition: background-color 50000s ease-in-out 0s, color 50000s ease-in-out 0s !important;
        transition: background-color 50000s ease-in-out 0s, color 50000s ease-in-out 0s !important;
        box-shadow: none !important;
    }

    .contacts-vd .input:focus {
        outline: 0
    }

    .contacts-vd .input__label {
        padding: 0;
        width: 100%;
        cursor: text;
        display: inline-block;
        color: rgba(0, 0, 0, .5);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .contacts-vd .input__label-content {
        position: relative;
        display: block;
        padding: .6em .75em 1em;
        width: 100%;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .contacts-vd .input__label::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale3d(.97, .85, 1);
        transform: scale3d(.97, .85, 1);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .contacts-vd .input--filled .input__label::before,
    .contacts-vd .input__field:focus + .input__label::before {
        -webkit-transform: scale3d(.99, .95, 1);
        transform: scale3d(.99, .95, 1)
    }

    .contacts-vd .input--filled .input__label, .contacts-vd .input__field:focus + .input__label {
        cursor: default;
        pointer-events: none
    }

        .contacts-vd .input--filled .input__label .input__label-content, .contacts-vd .input__field:focus + .input__label .input__label-content {
            -webkit-transform: translate3d(0, -1.5em, 0);
            transform: translate3d(0, -1.5em, 0);
        }


.contacts_text {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, .3);
    padding: 1.2em 0 1.2em 1.2em;
    margin: 0 0 2.5em;
    float: left
}

.contacts_text_content {
    width: 100%;
    background: 0 0;
    height: 14.1em;
    font: 1em/1.33333em PTSansPro-Light, Arial, san-serif;
    letter-spacing: .025em;
    color: #333;
    padding: 0 1em 0 0
}

    .contacts_text_content::-webkit-input-placeholder {
        font-family: 'Ubuntu', sans-serif;
    }

    .contacts_text_content::-moz-placeholder {
        font-family: 'Ubuntu', sans-serif;
    }

    .contacts_text_content:-moz-placeholder {
        font-family: 'Ubuntu', sans-serif;
    }

    .contacts_text_content:-ms-input-placeholder {
        font-family: 'Ubuntu', sans-serif;
    }

contacts-vd .form {
    display: block;
    padding: 0 0 6.9em;
    height: 100vh;
    min-height: 550px
}

.btn-danger {
    background-color: #1363c3 !important;
    border-color: #305582 !important;
}

.captcha-atm input {
    border: 1px solid #ccc;
    position: absolute;
    margin-top: 10px;
    top: 154px;
    width: 24%;
    left: 73%;
}

.captcha-atm a {
    float: left;
    margin-left: 2%;
    margin-top: 13px;
}

.captcha-atm img {
    height: 30px;
    float: left;
    margin-top: 20px;
}

/*************************reviews-css*******************8*/


.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li:last-child {
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: none;
        }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }


        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .panel .slidedown .glyphicon, .chat .glyphicon {
        margin-right: 5px;
    }



::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.photo-large-btn {
    position: absolute;
    z-index: 2;
}

.photo-small-btn {
    position: absolute;
    z-index: 2;
}

.gal-pics ul {
    padding: 0px;
    margin: 0px;
}

.gal-pics li {
    float: left;
    display: inline-block;
    margin-bottom: 10px;
}




@media all and (max-width : 1170px) {
    .vd-icons li a {
        display: inline-block;
        letter-spacing: 1.0px;
    }

    .icons-pos {
        margin-left: 0%;
    }

    .fuel-right {
        width: 100%;
        position: relative;
        margin-left: 15%;
    }
}
@media all and (max-width : 1080px) {
    .fuel-div h3 {
        text-align: left;
        padding-left: 34%;
    }
    .fuel-right {
        width: 100%;
        position: relative;
        margin-left: 0%;
    }
}

    @media all and (max-width : 800px) {
        .outline-button {
            padding: 1rem 2rem;
        }

        .over-view-table tbody {
            font-size: 11px;
        }

        .vd-icons li a {
            letter-spacing: 0px;
            font-size: 13px;
        }

        .vd-icons li {
            margin-right: 7px;
            padding-right: 7px;
        }

        .fuel-pos {
            margin-left: 14%;
        }

        .gallery li {
            max-width: 32%;
        }
        .fuel-div h3 {
            text-align: left;
            padding-left: 25%;
        }
    }

    @media all and (max-width : 767px) {
        .icons-pos {
            margin-left: 21%;
        }

        .over-view-table tbody {
            font-size: 14px;
        }

        .vd-icons li a {
            letter-spacing: 1.0px;
            font-size: 13px;
        }

        .vd-icons li {
            margin-right: 15px;
            padding-right: 15px;
        }

        .fuel-pos {
            margin-left: 2%;
        }

        .icons-pos {
            margin-left: 11%;
        }

        .gallery li {
            max-width: 70%;
        }

        .fuel-right {
            padding-left: 27%;
            margin-left: 0%;
        }

        .fuel-div h3 {
            text-align: left;
            padding-left: 8%;
        }

        .fuel-div {
            margin-top: 50px;
        }

        .gallery {
            text-align: center;
        }
    }

    @media all and (max-width : 640px) {
        .logo-img {
            max-width: 89%;
        }

        .icons-pos {
            margin-left: 2%;
        }

        .fuel-right {
            padding-left: 23%;
        }
    }

    @media all and (max-width : 480px) {
        .accordionTitle, .accordion__Heading {
            font-size: 20px;
        }

            .accordionTitle::before, .accordion__Heading::before {
                margin-top: -10px;
            }

        .icons-pos {
            margin-left: 9%;
        }

        .vd-icons li a {
            letter-spacing: normal;
        }

        .fuel-right {
            padding-left: 15%;
        }

        .accordionTitle, .accordion__Heading {
            font-size: 20px;
        }
    }

    @media all and (max-width : 414px) {
        .icons-pos {
            margin-left: 0%;
        }

        .vd-icons li {
            margin-right: 10px;
            padding-right: 10px;
        }

        .fuel-right {
            padding-left: 8%;
        }
    }


    @media all and (max-width : 375px) {
        .vd-icons li a {
            font-size: 12px;
        }

        .vd-icons li {
            margin-right: 6px;
            padding-right: 6px;
        }

        .fuel-right {
            padding-left: 6%;
        }

        .over-view-table tbody {
            font-size: 12px;
        }
    }

@media all and (max-width : 360px) {
    .icons-pos {
        margin-left: 9%;
    }
}

    @media all and (max-width : 320px) {
        .btn-view {
            padding: 10px 16px;
        }

        .fuel-pos {
            margin-left: -7%;
        }
    }





/**********pending-sale-css-starts*********/
.skewed-pending {
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 28%;
    font-size: 105px;
    text-align: center;
    -moz-font-feature-settings: "ss09";
    -webkit-font-feature-settings: "ss09";
    font-feature-settings: "ss09";
    transform: skew(0deg, -12deg);
    background-color: black;
    text-transform: uppercase;
    padding: 50px;
    opacity: .8;
}

.pndng-sle-txt {
    position: relative;
}

    .pndng-sle-txt h5 {
        position: absolute;
        right: 0;
        margin-top: 6%;
        background-color: #333;
        padding: 4px 26px;
        font-size: 14px;
    }

@media all and (max-width : 992px) {
    .pndng-sle-txt h5 {
        margin-top: 8%;
    }
}

@media all and (max-width : 834px) {
    .pndng-sle-txt h5 {
        margin-top: 9%;
    }
}

@media all and (max-width : 767px) {
    .pndng-sle-txt h5 {
        margin-top: 11%;
    }
}

@media all and (max-width : 640px) {
    .pndng-sle-txt h5 {
        padding: 4px 16px;
    }
}

@media all and (max-width : 480px) {
    .pndng-sle-txt h5 {
        margin-top: 16%;
        padding: 4px 6px;
    }
}

@media all and (max-width : 414px) {
    .pndng-sle-txt h5 {
        margin-top: 17%;
        font-size: 12px;
    }
}

@media all and (max-width : 360px) {
    .pndng-sle-txt h5 {
        margin-top: 23%;
    }
}
/**********pending-sale-css-ends*********/
