﻿.modal {
    z-index: 1000000;
}

.modal-header {
    background-color: #f7941d;
    padding: 7px;
}

.modal-title {
    color: #fff;
    padding-left: 15px;
    margin: auto;
    float: none;
    display: inline;
}

.modal-header .close {
    margin-top: -2px;
    border-radius: 11px;
    background-color: #ffff;
    width: 20px;
    opacity: 1;
}

    .modal-header .close span {
        color: #f7941d;
        position: relative;
        top: -1px;
    }
/*****************/
div.sticky {
    /*    position: fixed;
*/ bottom: 0;
}

/*****************/
.NotificationBadge {
    position: relative;
    top: -7px;
    right: -8px;
    font-size: 9px;
    color: #f6921e;
    background-color: #e1e1e3;
}

.SeenItem {
    background-color: #f7941d !important;
}

    .SeenItem td {
        color: #fff;
    }

.userImage {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.angucomplete-selected-row {
    background-color: #f6921e;
    color: #ffffff;
}

.popover-title {
    background-color: #f6921e;
    color: #fff;
}

.popover-content ul {
    list-style: disc;
    padding-right: 7px;
}

.PopOver:hover {
    color: #fff;
}

.badge i {
    color: #fff;
}

.logo a {
    margin: auto;
    text-align: center;
    display: block;
}

.logo img {
    max-height: 50px;
}

.LogoBK {
    background-image: url(../images/logo/WhiteLogo.png) !important;
    background-repeat: no-repeat;
    height: 50px;
    background-size: contain;
    background-position: bottom;
}

.OrangeLogoBK {
    background-repeat: no-repeat;
    height: 50px;
    background-size: contain;
    background-position: bottom;
}

.stick .LogoBK, .OrangeLogoBK {
    background-image: url(../images/logo/OrangeLogo.png) !important;
}

.mainmenu li, .mobile-menu li {
    text-transform: uppercase
}

.mainmenu ul#nav > li > a {
    line-height: 90px;
    font-weight: bold;
}


.mainmenu ul#nav li:hover > a, .mainmenu ul#nav .current > a {
    color: #f6921e !important;
}

    .mainmenu ul#nav li:hover > a:after, .mainmenu ul#nav .current > a:after {
        bottom: 35px !important;
        content: "" !important;
        height: 2px !important;
        right: 0 !important;
        position: absolute !important;
        width: 0 !important;
        -webkit-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important;
        background: #f6921e !important;
        width: 100% !important;
    }


.stick .mainmenu ul#nav.menu-white > li > a, .OrangeHeader .mainmenu ul#nav.menu-white > li > a {
    color: #f6921e;
}

.RightMainMenu .EnLang, .RightMainMenu .ARLang {
    margin-top: 53px;
    top: -15px;
}

    .RightMainMenu .EnLang a, .RightMainMenu .ARLang a {
        line-height: 5px !important;
    }

.LangLink {
    top: -1px !important;
}

.RightMainMenu .EnLang, .RightMainMenu .ARLang {
    margin-left: 15px !important;
}

.RightMainMenu li {
    margin-left: 7px !important;
    margin-top: -1px;
}


/*.RightMainMenu .EnLang + li :before {
    content: " | ";
    padding: 0 10px;
    color: #fff;
    font-size: 17px;
}
*/
.OrangeHeaderBorderBottom {
    border-bottom: 2px solid #f6921e;
}

.OrangeHeaderBorderTop {
    border-top: 2px solid #f6921e;
}

.stick .RightMainMenu .EnLang + li :before, .OrangeHeader .RightMainMenu .EnLang + li :before {
    color: #f6921e;
}

.EnLang a {
    font-weight: bold;
}

.leftMenuHref {
    margin-top: 33px;
}

.video-area {
    background: url("../images/slider/Main.jpg") no-repeat fixed top center / cover
}

.BK-area {
    background: url("../images/slider/WhiteSlider.jpg") no-repeat fixed top center / cover
}

.WhiteMenuRow {
    border-bottom: 3px solid #fff;
}

.WhiteMenuBorder {
    padding: 0px;
    width: 1%;
    display: inline-block;
    float: right;
    padding-left: 20px;
}

    .WhiteMenuBorder:after {
        content: "";
        display: block;
        margin: 0 auto;
        /*    width: 50%;*/
        padding-top: 59px;
        border-right: 3px solid #fff;
        height: 55px;
    }


.stick .WhiteMenuBorder:after, .OrangeHeader .WhiteMenuBorder:after {
    border-right: 3px solid #f6921e;
}

.footer-area {
    background: #f6921e;
}
/***************************************************************************/

.banner-content {
    top: 19% !important;
}

    .banner-content, .banner-content .container, .banner-content .row, .banner-content .col-md-12, .banner-content .text-content-wrapper, .banner-content .text-content {
        height: auto;
        margin: auto;
    }

        .banner-content h1 {
            padding-bottom: 1px;
        }

#SliderPage .banner-content .title1 {
    color: #ffffff;
    font-size: 80px;
    line-height: 65px;
    padding-bottom: 40px;
    position: relative;
}

.banner-content p {
    margin-bottom: 43px;
}

.CardStepNumber {
    margin: auto;
    float: none;
    color: #fff;
    font-size: 25px;
}
/***************************************************************************/
.SignUpImage {
    background: url("../images/Buttons/ARSignUpWhiteBtn.png");
    cursor: pointer;
    background-repeat: no-repeat;
    height: 55px;
    background-size: cover;
    width: 170px;
}

    .SignUpImage:hover {
        background: url("../images/Buttons/ARRegWhiteOrangeTextBtn.png");
        cursor: pointer;
        background-repeat: no-repeat;
        height: 55px;
        background-size: cover;
        width: 170px;
    }

.SelectedSignUpImage {
    background: url("../images/Buttons/ARRegWhiteOrangeTextBtn.png");
    cursor: pointer;
    background-repeat: no-repeat;
    height: 55px;
    background-size: cover;
    width: 170px;
}

    .SelectedSignUpImage:hover {
        background: url("../images/Buttons/ARSignUpWhiteBtn.png");
        cursor: pointer;
        background-repeat: no-repeat;
        height: 55px;
        background-size: cover;
        width: 170px;
    }

.LoginImage {
    background: url("../images/Buttons/ARLoginWhiteTextBtn.png");
    cursor: pointer;
    background-repeat: no-repeat;
    height: 55px;
    background-size: cover;
    width: 170px;
}

    .LoginImage:hover {
        background: url("../images/Buttons/ARLoginWhiteBtn.png");
        cursor: pointer;
        background-repeat: no-repeat;
        height: 55px;
        background-size: cover;
        width: 170px;
    }

.SelectedLoginImage {
    background: url("../images/Buttons/ARLoginWhiteBtn.png");
    cursor: pointer;
    background-repeat: no-repeat;
    height: 55px;
    background-size: cover;
    width: 170px;
}

    .SelectedLoginImage:hover {
        background: url("../images/Buttons/ARLoginWhiteTextBtn.png");
        cursor: pointer;
        background-repeat: no-repeat;
        height: 55px;
        background-size: cover;
        width: 170px;
    }
/******************************Boxes*********************************************/
.BoxContainer {
    padding: 0px;
    box-shadow: 6px 7px 9px 6px #888888;
}

.OrangeCol {
    background-color: #f6921e
}

    .OrangeCol .WelocmeText {
        color: #fff;
        font-family: CairoSemiBold
    }

        .OrangeCol .WelocmeText .card-text {
            font-size: 30px
        }

    .OrangeCol .BtnContainer {
        padding-bottom: 10px;
        float: none;
        margin: auto
    }

    .OrangeCol .BoxBtn {
        max-height: 55px;
        display: inline-block;
    }

.WhiteCol {
    background-color: #ffff
}

    .WhiteCol .BoxBtn {
        max-height: 40px;
        margin: auto;
        float: none
    }

    .WhiteCol .LoginIcon {
        max-height: 85px;
        display: inline-block;
    }

.GrayCol {
    background-color: #f1f1f2
}

    .GrayCol .BoxBtn {
        max-height: 40px;
        margin: auto;
        float: none
    }

    .GrayCol .LoginIcon {
        max-height: 85px;
        display: inline-block;
    }

.LoginForm {
    text-transform: uppercase;
    color: #f6921e;
    font-weight: bold;
    text-align: right
}

.HeaderText .card-text {
    color: #fff;
    font-family: CairoSemiBold;
    vertical-align: middle;
    margin: auto;
    display: inline-block;
    line-height: 44px;
    text-transform: uppercase
}

.HeaderText h2, .HeaderText h4, .HeaderText h5 {
    color: #fff;
    font-family: CairoSemiBold;
    vertical-align: middle;
    margin: auto;
    display: inline-block;
    line-height: 44px;
    text-transform: uppercase
}

.HeaderText h5 {
    padding-right: 5px;
    line-height: 30px;
}

.HeaderDescription {
    color: #fff;
    font-family: CairoSemiBold;
    vertical-align: middle;
    margin: auto;
    display: inline-block;
    line-height: 86px;
    text-transform: uppercase
}

.StepNumber .card-text {
    color: #fff;
    font-family: CairoSemiBold;
    vertical-align: middle;
    margin: auto;
    display: inline-block;
    line-height: 86px;
    text-transform: uppercase
}

.StepNumber :before {
    content: " | ";
    padding: 0 10px;
    color: #fff;
    font-size: 17px;
}

.CloseStep .card-text {
    color: #fff;
    font-family: CairoSemiBold;
    vertical-align: middle;
    margin: auto;
    display: inline-block;
    line-height: 86px;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}

.StepLabel {
    color: #444;
    padding-bottom: 0px;
    border-bottom: 2px solid #000;
    font-size: 15px;
    font-weight: bold;
}

.StepLabelGray {
    color: #8e9092;
    padding-bottom: 0px;
    border-bottom: 2px solid #8e9092;
    font-size: 15px;
}

.CarsLabel {
    color: #A7A9AC;
    padding-bottom: 0px;
    font-size: 14px;
}

#AddCar .form-control {
    color: #404041;
    background-color: #e1e1e3;
    border: 1px solid #e1e1e3;
    border-color: #e1e1e3;
    border-radius: unset;
    outline: 0;
    /*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #88888847;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.075), 0 0 8px #88888847;*/
}


    #AddCar .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #404041;
        opacity: 1; /* Firefox */
    }

    #AddCar .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #404041;
    }

    #AddCar .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #404041;
    }

.InfoBadge {
    background-color: transparent;
    padding: 0px;
    font-size: 16px;
}

    .InfoBadge i {
        margin: auto;
        color: #777;
        padding: 0px;
    }

.InputContainerShadow {
    background-color: #e1e1e3;
    border: 1px solid #e1e1e3;
    border-color: #e1e1e3;
    border-radius: unset;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #88888847;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.075), 0 0 8px #88888847;
}

    .InputContainerShadow label {
        /* styling */
        background-color: #e1e1e3;
        border-radius: 4px;
        display: inline-block;
        font: inherit;
        padding: 0.5em 0.5em 0.5em 0.5em;
    }

    .InputContainerShadow .form-control {
        /* styling */
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

/* The CSS */
select {
    /* styling */
    /*    background-color: white;
    border: thin solid blue;
*/ border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

    select.SelectControl {
        background-image: linear-gradient(45deg, transparent 50%, #404041 50%), linear-gradient(135deg, #404041 50%, transparent 50%), linear-gradient(to left, #ccc, #ccc);
        background-position: calc(0% + 20px) calc(1em), calc(0% - 15px) calc(1em), calc(0% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
    }

        select.SelectControl:focus {
            background-image: linear-gradient(45deg, #404041 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #404041 50%), linear-gradient(to left, #ccc, #ccc);
            background-position: calc(0% + 15px) 1em, calc(0% - 20px) 1em, calc(0% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
            border-color: #404041;
            outline: 0;
        }



.ColBorder {
    border: 1px solid #a6a8ab;
}

.OrangeText {
    color: #f6921e;
}

.StepsOrderedList {
    list-style: revert;
    margin-right: -19px;
}

    .StepsOrderedList li {
        padding-bottom: 15px;
        font-size: 12px;
        font-weight: 600;
    }

.PartsCol {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
   

}

    .PartsCol .ColBorder {
        height: 85px;
        position: relative;
        width: 145px;
    }

        .PartsCol .ColBorder img {
            width: fit-content;
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translate(-50%, -50%);
        }

        .PartsCol .ColBorder .ImagePartBK {
            height: 84px;
            width: auto;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .PartsCol .ColBorder .slideImage {
            position: unset;
            transform: none
        }

.ColBorder .ImagePartBK {
    height: 84px;
    width: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.FullPartsCol .ColBorder {
    height: auto;
    width: 100%;
}

    .FullPartsCol .ColBorder .ImagePartBK {
        height: 90px;
    }

#CarBodyPartsImages {
    top: 11%;
}

    #CarBodyPartsImages .radio label, #CarBodyPartsImages .checkbox-inline label {
        padding-right: 0px;
        font-weight: bold;
        font-size: 11px;
    }

    #CarBodyPartsImages .radio, #CarBodyPartsImages .checkbox-inline {
        margin-bottom: 0px;
        z-index: 2;
    }

input[type='radio'] {
    -webkit-appearance: none !important;
    width: 13px;
    height: 13px;
    border: 1px solid #f6921e !important;
    border-radius !important;
    /*    box-shadow: 0 0 5px 0px #f6921e inset;*/
}

input[type='checkbox'] {
    -webkit-appearance: none !important;
    width: 13px;
    height: 13px;
    border: 1px solid #f6921e !important;
    outline: none !important;
}

    input[type='radio']:hover, input[type='checkbox']:hover {
        box-shadow: 0 0 5px 0px #f6921e inset;
    }

    input[type='radio']:focus, input[type='checkbox']:focus {
        outline: none;
    }

    input[type='radio']:before, input[type='checkbox']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type='radio']:checked:before, input[type='checkbox']:checked:before {
        background: #f6921e;
    }

#CarBodyPartsImages input[type='radio'] {
    margin-right: 4px;
}

/*input[type='radio'] {
    -webkit-appearance: none !important;
    width: 13px;
    height: 13px;
    border: 1px solid #fff !important;
    outline: none !important;
}*/

#NumberOfImageModal, #UpdateCarStatus input[type='radio'] {
    -webkit-appearance: none !important;
    width: 13px;
    height: 13px;
    border: 1px solid #fff !important;
    outline: none !important;
}

    #NumberOfImageModal, #UpdateCarStatus input[type='radio']:hover {
        box-shadow: 0 0 5px 0px #fff inset;
    }

    #NumberOfImageModal, #UpdateCarStatus input[type='radio']:focus {
        outline: none;
    }

    #NumberOfImageModal, #UpdateCarStatus input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    #NumberOfImageModal, #UpdateCarStatus input[type='radio']:checked:before {
        background: #fff;
    }

.OrangeBroderBottom:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    width: 92%; /* Change this to whatever width you want. */
    border-bottom: 1px solid #f6921e; /* This creates the border. Replace black with whatever color you want. */
}

.CarPartsCheckBoxGroup > label {
    color: #58585a;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 600;
}

.CarPartsCheckBoxGroup input[type='checkbox'] {
    float: right;
    margin-right: 26px;
    border: 2px solid #f6921e;
}

/*****************************************************************************/
.CarFullContainer {
    /* position: relative;*/
    width: 100%;
    /*    max-width: 500px;*/
    float: none;
    /*    padding: 0px;*/
    z-index: 1
}



    .CarFullContainer .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /*        opacity: 0;
        transition: .3s ease;
        background-color: red;*/
    }

    .CarFullContainer .icon {
        color: white;
        font-size: 100px;
        position: absolute;
        /*  top: 50%;
        right: 50%;*/
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        cursor: pointer;
        z-index: 0;
    }


.col-container .COL {
    min-height: 400px;
}
/*
.col-container {
    display: table;
}

    .col-container .COL {
        float: none;
        display: table-cell;
        vertical-align: top;
    }*/
.carousel .carousel-indicators .active {
    background: #f7931e;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    color: #f6921e !important;
    text-shadow: none !important;
    opacity: unset !important;
}

.PricingOrangeCol {
    padding: 0px;
    box-shadow: 4px 7px 14px 7px #8888;
    min-height: 300px;
}

.PriceCol .InputText {
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    position: relative;
    top: 9px;
    text-transform: uppercase;
}


.PriceCol .InputField {
    position: relative;
    top: 12px;
    right: 20%;
    border: none;
    border-bottom: 1px solid #55555514;
    box-shadow: unset;
    border-radius: unset;
    background-color: transparent;
    padding: unset;
}

    .PriceCol .InputField:disabled {
        background: #ccc;
    }

.PricingForm {
    padding: 0px 20px;
    border: none;
    border-right: 1px solid #a6a8ab;
    border-image: linear-gradient(to bottom, transparent 20px,#a6a8ab 50px calc(100% - 50px),transparent 0) 5;
}


    .PricingForm select {
        background-color: white;
        border: none;
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 0.1em 3.5em 0.5em 1em;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-bottom: 1px solid;
        border-bottom-color: #55555514;
        border-radius: unset;
        box-shadow: none;
    }


        .PricingForm select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000;
        }

        .PricingForm select.SelectControl {
            background-image: linear-gradient(45deg, transparent 50%, #f6921e 50%), linear-gradient(135deg, #f6921e 50%, transparent 50%), linear-gradient(to left, transparent, transparent );
            background-position: calc(100% - 20px) calc(1em), calc(100% - 15px) calc(1em), calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
        }

            .PricingForm select.SelectControl:focus {
                background-image: linear-gradient(45deg, #404041 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #404041 50%), linear-gradient(to left, #ccc, #ccc);
                background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
                background-size: 5px 5px, 5px 5px, 1px 1.5em;
                background-repeat: no-repeat;
                border-color: #404041;
                outline: 0;
            }

    .PricingForm .InputControl {
        width: 100%;
        padding: 0.5em 3.5em 0.5em 1em;
        margin: 0;
        border: NONE;
        border-bottom: 1px solid;
        border-bottom-color: #55555514;
        background: transparent;
        border-radius: unset;
        box-shadow: none;
    }

.file {
    visibility: hidden;
    position: absolute;
}

.BrowseButton {
    background-color: #f6921e;
}

    .BrowseButton i {
        color: #fff;
    }

.form-fields .UploadAttachment {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    height: 32px;
    padding: 0 0 0 10px;
    width: 100%;
}

.SubmitBtn {
    color: #fff;
    background-color: #f6921e;
    border-color: #f6921e;
    font-family: 'CairoSemiBold';
    letter-spacing: 1px;
    font-weight: NORMAL;
    width: 101px;
    text-transform: uppercase;
    line-height: .9;
    border-radius: 8px;
}

    .SubmitBtn:hover {
        color: #f6921e !important;
        background-color: #fff !important;
        border-color: #f6921e !important;
    }


.WhiteSubmitBtn {
    color: #f6921e;
    background-color: #fff;
    border-color: #f6921e;
    font-family: 'CairoSemiBold';
    letter-spacing: 1px;
    font-weight: NORMAL;
    width: 101px;
    text-transform: uppercase;
    line-height: .9;
    border-radius: 8px;
}

    .WhiteSubmitBtn:hover {
        color: #fff !important;
        background-color: #f6921e !important;
        border-color: #fff !important;
    }

.NextBtn {
    border: 2px solid #fff;
    font-size: 12px;
    width: 210px;
}

#FirstStepAttachImgForm {
    background-image: url(../images/Car/CarParts2.jpg);
    background-repeat: no-repeat;
    height: 400px;
    background-size: contain;
    background-position: center;
}
/*******************************************************/
/* HIDE RADIO */
.BodyTypeRadio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    .BodyTypeRadio + img {
        cursor: pointer;
    }

/* CHECKED STYLES */
/*.BodyTypeRadio:checked + img {
        outline: 2px solid #f00;
    }*/


.mobile-menu-area {
    position: relative;
    z-index: 1;
}

.PageTitle {
    text-align: center;
    padding-bottom: 53px;
    color: #f6921e;
    font-family: 'CairoSemiBold';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 49px;
}

.PageTitleColor {
    color: #f6921e;
}

.OrangeBtn {
    background-color: #f6921e;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 21px;
}

.MyCarImageContainer {
    height: 14em;
    position: relative;
}

    .MyCarImageContainer .CenterdHref {
        margin: 0;
        position: absolute;
        top: 50%;
        right: 50%;
        margin-left: -50%;
        transform: translate(50%, -50%);
    }

/*******************************************************/
.bg-class {
    width: unset;
    padding: 0px;
    margin: auto;
}

#DynmaicSectionContainer h1, #DynmaicSectionContainer h2, #DynmaicSectionContainer h3, #DynmaicSectionContainer h4, #DynmaicSectionContainer h5, #DynmaicSectionContainer p {
    line-height: 28px;
}

#DynmaicSectionContainer ul li, #DynmaicSectionContainer ol li {
    padding-bottom: 5px;
    width: 100%;
}


    #DynmaicSectionContainer ul li i, #DynmaicSectionContainer ol li i {
        margin-left: 5px;
    }

/* ## Page Banner ## */
.page-banner {
    position: relative;
}

    .page-banner > img {
        width: 100%;
        opacity: 0.5;
        filter: alpha(opacity=50); /* For IE8 and earlier */
    }

.page-detail {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
}



.RegTypeText {
    float: none;
    text-align: center;
    margin: auto;
    margin-top: 100px;
}

    .RegTypeText .PageTitle {
        padding-bottom: 0px;
        font-size: 40px;
    }

.RegDescription {
    color: #fff;
}

    .RegDescription:after {
        background: #ffffff none repeat scroll 0 0;
        bottom: -16px !important;
        content: "";
        height: 2px !important;
        left: 56px !important;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        width: 69% !important;
    }



#RegForm .form-control {
    color: #404041;
    background-color: #e1e1e3;
    border: 1px solid #e1e1e3;
    border-color: #e1e1e3;
    border-radius: unset;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #88888847;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.075), 0 0 8px #88888847;
}

#RegForm .FourPartformControl {
    width: 25% !important;
}

#RegForm .colmd3 .col-sm-3 {
    width: 23% !important;
    margin-left: 6px;
}

#RegForm .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a5a7ab;
    opacity: 1; /* Firefox */
    font-size: 9px;
}

#RegForm .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a5a7ab;
    font-size: 9px;
}

#RegForm .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #a5a7ab;
    font-size: 9px;
}

#RegForm select option {
    color: #a5a7ab;
    font-size: 12px;
}


#RegForm label {
    color: #a5a7ab;
}

#RegForm .form-group {
    padding-bottom: 20px;
}


#RegForm .SelectControl:invalid {
    color: #a5a7ab !important;
    opacity: 1; /* Firefox */
    font-size: 9px;
}


.gmap_canvas {
    height: 410px;
    width: 100%;
}


#FormPage .BoxContainer, #LoginPage .BoxContainer, #BuyingCarPage .BoxContainer {
    overflow: hidden;
}

#FormPage .BoxContainerCol, #LoginPage .BoxContainerCol, #BuyingCarPage .BoxContainerCol {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.StepDesc {
    font-size: 34px !important;
    position: unset !important;
    line-height: 43px !important;
}

.StepTitle {
    margin: auto;
    color: #f6921e;
    text-transform: uppercase;
    border-bottom: 1px solid;
    width: 66%;
    padding-bottom: 9px;
}

#BuyingCarPage .dropdown-menu > li > a {
    text-align: right;
}

#BuyingCarPage .form-control {
    color: #404041;
    background-color: #e1e1e3;
    border: 1px solid #e1e1e3;
    border-color: #e1e1e3;
    border-radius: unset;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #88888847;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.075), 0 0 8px #88888847;
}

    #BuyingCarPage .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #404041;
        opacity: 1; /* Firefox */
    }

    #BuyingCarPage .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #404041;
    }

    #BuyingCarPage .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #404041;
    }

#AddCar .dropdown-menu > li > a {
    text-align: right;
    padding-right: 36px;
    float: right;
}

#AddCar .ShortMultiCheckBox label {
    padding: 0px !important
}
/*********/
#SearchPage .SeachFormLabel {
    font-size: 13px;
    font-weight: bold;
    color: #9d9b9b;
}

#SearchPage legend > h3 {
    color: #f6921e;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px;
}

#SearchPage .single-product-item {
    border: 2px #221e1f4d solid;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
}

    #SearchPage .single-product-item:hover {
        background-color: #f6921e;
    }

#SearchPage .single-product-text {
    border-color: transparent !important;
    background: transparent;
    border-bottom: none;
    /* padding: 0px 0px 0px 0px;*/
    height: 100px;
}

    #SearchPage .single-product-text div {
        font-size: 16px;
    }

    #SearchPage .single-product-text span {
        font-size: 12px;
    }


#SearchPage .single-product-image {
    height: 100px;
    position: relative;
}

    #SearchPage .single-product-image img {
        border-radius: 10%;
        max-height: 130px;
        width: 3000px;
        margin: auto;
    }

    #SearchPage .single-product-image .BodyTypeIconImg {
        position: relative;
        /*top: 20%;*/
    }

#SearchPage .product-buttons {
    padding: 5px 0px 5px 0px;
}

    #SearchPage .product-buttons button {
        background: transparent;
    }

#SearchPage .form-control {
    display: block;
    width: 100%;
    height: 26px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    background-color: #9d9b9b;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#SearchPage .dropdown-menu > li > a {
    color: #fff;
    text-align: right
}

#SearchPage .dropdown-menu {
    padding: 12px;
    background-color: #9d9b9b;
    right: 0;
}

    #SearchPage .dropdown-menu > .dropdown-item {
        display: block;
        width: 100%;
        /*        padding: .25rem 1.5rem;*/
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: right;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

#SearchPage select, #SearchPage input[type=number] {
    padding: 0px 12px !important;
}

.sortByText {
    color: #f6921e !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background-color: transparent !important;
    box-shadow: none !important;
}

.FilterDataContainer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .FilterDataContainer .FilterTextContainer {
        color: #fff;
        background-color: #f6921e;
        width: max-content;
        border-radius: 9px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 5px;
        cursor: pointer;
    }

#FeaturedCars {
    background-color: #464646;
    margin-top: 20px;
}

.carousel .item .item__element .imgContainer {
    height: 170px;
}

.FilterTextContainer {
    color: #fff !important;
    background-color: #f6921e;
    width: 100%;
    border-radius: 9px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

    .FilterTextContainer span {
        color: #fff !important;
    }


/************/
#WishListPage .table-responsive {
    background: #fff;
    padding: 20px;
}

    #WishListPage .table-responsive tr th {
        background: #f7931e;
        color: #fff;
        height: 50px;
        text-align: center;
        text-transform: uppercase;
        width: 185px;
        border-right: 1px solid #f1f1f1;
        vertical-align: middle;
    }

    #WishListPage .table-responsive tr td {
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        height: 115px;
        text-align: center;
        vertical-align: middle;
    }

        #WishListPage .table-responsive tr td a {
            background: #f7931e none repeat scroll 0 0;
            border-radius: 50%;
            color: #fff;
            display: inline-block;
            font-weight: 700;
            height: 20px;
            line-height: 19px;
            width: 20px;
        }

        #WishListPage .table-responsive tr td p {
            font-size: 16px;
            margin-bottom: 0;
        }

        #WishListPage .table-responsive tr td span {
            font-size: 20px;
            font-weight: 600;
            color: #f7931e;
        }

            #WishListPage .table-responsive tr td span.stok {
                font-size: 14px;
                font-weight: 400;
            }

    #WishListPage .table-responsive button {
        background: #f7931e none repeat scroll 0 0;
        border: medium none;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        height: 40px;
        text-transform: uppercase;
        width: 120px;
        transition: all .5s;
    }


#WishListPage #CarDetailsTable {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

    #WishListPage #CarDetailsTable .th {
        background: #f7931e;
        color: #fff;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        vertical-align: middle;
        font-size: 13px;
    }

    #WishListPage #CarDetailsTable .td {
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

        #WishListPage #CarDetailsTable .td p {
            line-height: normal
        }




/************/

#AppointmentsPage .modal-header {
    background-color: #f7941d;
    padding: 7px;
}

#AppointmentsPage .modal-title {
    color: #fff;
    padding-left: 15px;
    margin: auto;
    float: none;
    display: inline;
}

#AppointmentsPage .modal-header .close {
    margin-top: -2px;
    border-radius: 11px;
    background-color: #ffff;
    width: 20px;
    opacity: 1;
}

    #AppointmentsPage .modal-header .close span {
        color: #f7941d;
        position: relative;
        top: -1px;
    }

#AppointmentsPage .table-responsive {
    background: #fff;
    padding: 20px;
}

    #AppointmentsPage .table-responsive tr th {
        background: #f7931e;
        color: #fff;
        height: 50px;
        text-align: center;
        text-transform: uppercase;
        width: 185px;
        border-right: 1px solid #f1f1f1;
        vertical-align: middle;
    }

    #AppointmentsPage .table-responsive tr td {
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        height: 115px;
        text-align: center;
        vertical-align: middle;
    }



        #AppointmentsPage .table-responsive tr td p {
            font-size: 16px;
        }

        #AppointmentsPage .table-responsive tr td span {
            font-size: 20px;
            font-weight: 600;
            color: #f7931e;
        }

            #AppointmentsPage .table-responsive tr td span.stok {
                font-size: 14px;
                font-weight: 400;
            }

    #AppointmentsPage .table-responsive button {
        background: #f7931e none repeat scroll 0 0;
        border: medium none;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        height: 40px;
        text-transform: uppercase;
        transition: all .5s;
    }

#AppointmentsPage .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #f7931e !important;
    text-align: inherit;
    white-space: normal;
    background-color: #ffff !important;
    border: 0;
}

    #AppointmentsPage .dropdown-item:hover {
        color: #ffff !important;
        background-color: #f7931e !important;
    }

#AppointmentsPage .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#AppointmentsPage input[type='radio'] {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    outline: none;
}

    #AppointmentsPage input[type='radio']:hover {
        box-shadow: 0 0 5px 0px #fff inset;
    }

    #AppointmentsPage input[type='radio']:focus {
        outline: none;
    }

    #AppointmentsPage input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    #AppointmentsPage input[type='radio']:checked:before {
        background: #fff;
    }

/*********/
#CarDetailsPage .CarDescriptionText {
    text-transform: uppercase;
    color: #000
}

#CarDetailsPage .PriceText {
    text-transform: uppercase;
    color: #000;
    font-weight: bold
}

#CarDetailsPage .CarImagesBorder {
    padding: 30px;
    box-shadow: 4px 7px 6px -6px #888888;
    border: 3px solid #f6921e;
}

#CarDetailsPage #SelectedImage, #CarDetailsPage #InteriorSelectedImage, #CarDetailsPage .activeImage {
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #f6921e;
}

#CarDetailsPage .MainImageContainer {
    border: 2px solid #f6921e;
    min-height: 300px;
    position: relative;
}

    #CarDetailsPage .MainImageContainer .icon {
        color: white;
        font-size: 100px;
        position: absolute;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        cursor: pointer;
        z-index: 0;
    }

#CarDetailsPage .MainImage {
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#CarDetailsPage .ColBorder {
    border: 2px solid #f6921e;
}

#CarDetailsPage .PartsCol .ColBorder {
    height: auto;
    position: unset;
    width: auto;
}

#CarDetailsPage #OptionsTable {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

    #CarDetailsPage #OptionsTable th {
        background: #f7931e;
        color: #fff;
        text-align: center;
        border-top: 3px solid #f7931e;
        border-bottom: 3px solid #f7931e;
        border-left: 3px solid #f7931e;
        border-right: 3px solid #f7931e;
        vertical-align: middle;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #CarDetailsPage #OptionsTable td {
        border-bottom: 3px solid #f7931e;
        border-left: 3px solid #f7931e;
        border-right: 3px solid #f7931e;
        text-align: center;
        vertical-align: middle;
        font-size: 15px;
    }

#CarDetailsPage .BidsValue {
    float: none;
    margin: auto;
    letter-spacing: 3px;
    font-family: 'Polly-light';
    padding-bottom: 8px;
    border: thick double #f6921e;
    padding: 20px;
    border-radius: 13px;
}

    #CarDetailsPage .BidsValue h5 {
        letter-spacing: 3px;
        font-family: 'Polly-light';
    }

#CarDetailsPage .BidsText .card-text {
    color: #f6921e;
}

#CarDetailsPage .PlaceBidContainer {
    float: none;
    margin: auto;
    border: thick double #bdbec0;
    border-radius: 13px;
    padding-left: 0px;
    padding-right: 0px;
}

#CarDetailsPage .PlaceBid {
    float: none;
    margin: auto;
    padding: 6px;
    background-color: #bdbec0;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
}

    #CarDetailsPage .PlaceBid h5 {
        letter-spacing: 3px;
        color: #fff;
        margin: auto;
        display: initial;
    }

#CarDetailsPage .OrangeDoubleBtnContainer {
    float: none;
    margin: auto;
    border: thick double #f6921e;
    border-radius: 6px;
    padding-left: 0px;
    padding-right: 0px;
}

#CarDetailsPage .OrangeDoubleBtn {
    float: none;
    margin: auto;
    padding: 1px;
    background-color: #f6921e;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
}

    #CarDetailsPage .OrangeDoubleBtn h5 {
        letter-spacing: 3px;
        color: #fff;
        margin: auto;
        display: initial;
    }

#CarDetailsPage .nav-tabs > li {
    font-size: 12px;
    font-weight: NORMAL;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    #CarDetailsPage .nav-tabs > li.active > a, #CarDetailsPage .nav-tabs li > a:hover {
        border: 2px solid #fff;
        color: #fff;
        background-color: #f6921e;
        border-color: #f6921e;
        border-radius: 1px;
    }


.WhiteDoubleBtnContainer {
    float: none;
    margin: auto;
    border: thick double #fff;
    border-radius: 6px;
    padding-left: 0px;
    padding-right: 0px;
}

.WhiteDoubleBtn {
    float: none;
    margin: auto;
    padding: 1px;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
    text-align: center;
}

    .WhiteDoubleBtn h5 {
        letter-spacing: 3px;
        color: #f6921e;
        margin: auto;
        display: initial;
    }

#CarDetailsPage .BoxContainer, #SearchPage .BoxContainer {
    display: table;
}

#CarDetailsPage .BoxContainerCol, #SearchPage .BoxContainerCol {
    float: none;
    display: table-cell;
    vertical-align: top;
}

#CarDetailsPage .OrangeBtn {
    border: 2px solid #fff;
    font-size: 12px;
    color: #fff;
    background-color: #f6921e;
    border-color: #f6921e;
    font-family: 'CairoSemiBold';
    letter-spacing: 1px;
    font-weight: NORMAL;
    text-transform: uppercase;
    line-height: .9;
    border-radius: 8px;
    width: auto;
    margin-right: 4px;
    margin-left: 4px;
}

#CarDetailsPage .modal-header {
    background-color: #f7941d;
    padding: 7px;
}

#CarDetailsPage .modal-title {
    color: #fff;
    padding-left: 15px;
    margin: auto;
    float: none;
    display: inline;
}

#CarDetailsPage .modal-header .close {
    margin-top: -2px;
    border-radius: 11px;
    background-color: #ffff;
    width: 20px;
    opacity: 1;
}

    #CarDetailsPage .modal-header .close span {
        color: #f7941d;
        position: relative;
        top: -1px;
    }

#CarDetailsPage #BuyingStepsModal .StepNumber {
    background-color: #f2f2f3;
    padding: 0px;
    padding-left: 15px;
    color: #bdbec0;
    font-weight: 800;
    border-bottom: 1px solid #6d6e71;
    height: 31px;
    line-height: 31px;
    cursor: pointer
}

    #CarDetailsPage #BuyingStepsModal .StepNumber.ActiveStep {
        background-color: #ffffff;
        color: #6d6e71;
        border-bottom: 1px solid #6d6e71;
    }

#CarDetailsPage #BuyingStepsModal .stepHeaderTitle {
    padding-top: 35px;
    font-weight: bold;
    font-size: 16px;
}

    #CarDetailsPage #BuyingStepsModal .stepHeaderTitle .stepHeaderTitleText {
        text-align: center;
        float: none;
        margin: auto;
        padding-bottom: 10px;
    }


        #CarDetailsPage #BuyingStepsModal .stepHeaderTitle .stepHeaderTitleText:after {
            content: "";
            display: block;
            margin: 0 auto;
            width: 93%;
            padding-top: 10px;
            border-bottom: 1px solid #818285; /* This creates the border. Replace black with whatever color you want. */
        }

#CarDetailsPage #BuyingStepsModal .StepDetails {
    margin: auto;
    float: none;
    text-align: center;
    padding: 0px;
}

#CarDetailsPage #BuyingStepsModal #StepDetails {
    padding-top: 50px
}

    #CarDetailsPage #BuyingStepsModal #StepDetails .StepDetailsText {
        margin-bottom: 13px;
    }

    #CarDetailsPage #BuyingStepsModal #StepDetails .StepIconDiv {
        border-radius: 14px;
        background-color: #f7941d;
        width: 18px;
        height: 29px;
        line-height: 21px;
        text-align: right;
        position: relative;
    }

    #CarDetailsPage #BuyingStepsModal #StepDetails .StepIcon {
        color: #fff;
        font-size: 12px;
        margin: auto;
        float: none;
        position: absolute;
        left: 34%;
        top: 27%;
    }

#CarDetailsPage #BuyingStepsModal .TermsDiv {
    color: #818285;
    padding-top: 35px;
    font-weight: bold;
}

#CarDetailsPage #BuyingStepsModal .StepsList {
    list-style: inside;
    margin: 0;
    padding: 1px;
    padding-top: 35%;
}

    #CarDetailsPage #BuyingStepsModal .StepsList li {
        padding-bottom: 16px;
    }

#ExteriorStatusTable tr > th, #InteriorStatusTable tr > th {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}

#ExteriorStatusTable tr > td, #InteriorStatusTable tr > td {
    color: #000;
}

.ConditionTable {
    background-color: #00A14B;
}

.OptionsTable {
    background-color: #f26522;
}

.ProductItem {
    padding-right: 0px;
}
/*********************pagination**********************************/
.pagination-content.number .pagination li:first-child a {
    background: #9d9b9b;
}

.pagination-content.number .pagination li a {
    border-color: #9d9b9b;
}

/*******************************************************/
.RemoveItem .fa-times {
    margin: auto;
    float: none;
}

.ScrollShortMultiCheckBox {
    overflow-y: scroll !important;
}

.ShortMultiCheckBox {
    height: 100px !important;
    overflow: hidden !important;
    padding-right: 13px;
}


    .ShortMultiCheckBox li a {
        width: 150px;
        white-space: normal;
        float: right;
        height: auto;
    }

/*******************************************************/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f7931e;
    border-color: #f7931e;
}

/*******************************************************/
.StatusCountBadge {
    position: relative;
    top: -4px;
    font-size: 9px;
    color: #f6921e;
    background-color: #e1e1e3;
}

#toolsStatusTabs > li {
    margin-left: 5px;
    position: relative;
    background-color: #e1e1e330;
    margin-right: 5px;
}

.secondstep {
    margin-top: 48px;
}

.colsecond {
    min-height: 380px;
}

.CarImagesStepsIntro {
    border-top: 2px solid #58585a;
    float:right;
}

    .CarImagesStepsIntro p {
        text-align:right;
        color: #58585a;
        padding-top: 15px;
        font-size: 12px;
        font-weight: 600;
    }

/*******************************************************/
@media (max-width: 1169px) {
    .background-area .button-default {
        float: none !important;
    }
}

@media (max-width: 800px) {

    .PriceCol .InputField {
        position: relative;
        top: 30px;
        left: 20%;
        border: none;
        border-bottom: 1px solid #55555514;
        box-shadow: unset;
        border-radius: unset;
        background-color: transparent;
        padding: unset;
    }

    .container {
        width: auto;
    }

    .form-control {
        /*width: auto !important;*/
    }

    .mainmenu-area {
        float: none !important;
        text-align: center;
        margin: auto;
    }

    .single-latest-image a, .single-latest-image img {
        width: auto !important
    }

    .sticker .LogoBK {
        background-image: url(../images/logo/OrangeLogo.png) !important;
    }

    .banner-content.static-text {
        z-index: 0;
    }


    .ControlPaddingbottom {
        padding-bottom: 20px;
    }

    .StepNumber {
        float: none !important;
        margin: auto;
        display: inline;
    }

    .col-container .COL {
        padding-top: 20px;
        min-height: 275px;
    }

    .PartsCol .ColBorder {
        height: 85px;
    }

    .BtnCol {
        float: none !important;
        display: flex;
    }

    .myCarouselCol {
        margin-right: unset !important;
        margin-left: unset !important;
    }

    #CarBodyPartsImages .checkbox-inline {
        width: 100%;
        margin-right: 10px;
    }

    #CarBodyPartsImages {
        top: 20%;
    }

    #BuyingCarPage .dropdown-menu {
        left: unset;
        padding-right: 10px;
    }

    #BuyingCarPage .PriceInput {
        width: auto !important;
    }

    #AppointmentsPage .card input[type='radio'] {
        border: 2px solid #fffdfb !important;
    }

    .pagination {
        display: block !important;
    }

    .heart {
       /* margin-right: 54px !important;*/
        margin-bottom: 5px !important;
    }

    .bids {
        float: left !important;
    }

    .featured {
        float: right !important;
    }

    .banner-content {
        top: 0% !important;
    }

    @media screen and (max-width: 48em) {
        .container {
            padding: 0.5em 0.1em !important;
        }
    }

    .floatnone {
        float: none;
    }

    .sellmargin {
        margin-left: 28%;
    }

    .banner-content, .banner-content .container, .banner-content .row, .banner-content, .banner-content .text-content-wrapper, .banner-content .text-content {
        height: auto;
        margin-top: 4.5%;
    }

    sellmargin
    #RegForm .form-group {
        padding-bottom: 20px;
        padding-bottom: unset;
    }

    #RegForm .colmd3 .col-sm-3 {
        width: 19% !important;
        margin-right: 4px;
    }

    mobileexitbutton {
        position: absolute !important;
        top: 0 !important;
        left: -10px !important;
    }

    .fillinformation {
        margin-left: 2%;
        margin-right: 2%;
    }


    .stepcloser {
        margin-top: 15%;
        margin-right: 3%;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: unset !important;
        min-height: unset !important;
        padding-right: 7px !important;
        padding-left: 7px !important;
    }

    .banner-content, .banner-content .container, .banner-content .row, .banner-content .col-md-12, .banner-content .text-content-wrapper, .banner-content .text-content {
        background-blend-mode: unset !important;
        height: unset !important;
        /* margin: unset !important;*/
        margin: 10px 0 !important;
    }

        .banner-content, .banner-content .container, .banner-content .row, .banner-content .col-md-12, .banner-content .text-content-wrapper, .banner-content .text-content {
            height: unset !important;
            /*margin: unset !important;*/
            margin: 10px 0 !important;
        }

    .container-fluid {
        padding-right: unset !important;
        padding-left: unset !important;
        margin-right: unset !important;
        margin-left: unset !important;
    }

    .NextBtn {
        border: 2px solid #fff;
        font-size: 12px;
        width: unset !important;
        justify-content: center;
    }

    .CarFullContainer .overlay {
        position: unset;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /*        opacity: 0;
        transition: .3s ease;
        background-color: red;*/
    }

    .StepLabel {
        color: #444;
        padding-bottom: 0px;
        border-bottom: unset;
        font-size: unset;
        font-weight: bold;
    }
}
/*mobile modified*/
@media only screen and (max-width: 800px) {
    .StepLabel {
        font-size: 11px;
    }
    a#ViewMore img, a#UpArrowViewMore img, a#ViewMoreCarModel img, #UpArrowViewMoreCarModel img {
        display: inline-block;
        max-height: 25px !important;
        margin: 1px 2px;
    }

    #SliderPage .banner-content .title1 {
        font-size: 55px !important;
    }

    .row {
        margin-left: unset;
        margin-right: unset;
    }

    #BuyingCarPage .dropdown-menu {
        left: unset;
        padding-right: 10px;
        top: unset;
        width: 310px;
        padding-left: 145px;
    }
    .Soldout p {
        top: auto !important;
        margin: 59px 21px 0 10px;
    }

    #SearchPage .dropdown-menu, #AddCar .dropdown-menu {
        left: 45px !important;
        top: unset;
        width: 330px;
        right: unset;
        height: auto !important;
    }


    .carousel .carousel-control.right {
        right: auto;
        left: auto;
        margin-left: 28%;
    }
 /*   .carousel-control.left {
        left: 30px;
    }*/

    #FeaturedCars {
        min-height: 20px !important;
    }


    #AddCar .form-control {
        font-size: 12px;
    }

    .StepLabelGray {
        margin-top: 55px;
    }

    .col-md-2.col-xs-12.col-sm-12.ColBorder.pull-left {
        margin: 0 8px;
        width: 96%;
        padding: 0 !important;
    }

    #SearchPage .single-product-item {
        margin-top: 30px;
    }

    .demo-gallery .justified-gallery > a .demo-gallery-poster, .demo-gallery .Image-gallery > a .demo-gallery-poster {
        bottom: unset !important;
        left: unset !important;
        position: unset !important;
        right: unset !important;
        top: unset !important;
    }

    .InputContainerShadow > div {
        width: 40%;
    }

    .ColBorder .ImagePartBK {
        height: 40px !important;
        width: 60px !important;
    }

    .WhiteCol {
        margin-top: 30px;
    }

    .PageTitle {
        margin-top: 50px !important;
    }

    .pagination-content {
        display: inline-block !important;
    }
    .TextSlider #right-button, .TextSlider #left-button {
        display: none;
    }

    a[title="تقرير فحص السيارة الصحيح"] img {
        margin-right: 35px !important;
        float: right !important;
    }

    a[title = "العطائات"] img {
        margin-left: 10px !important;
    }
/*


    #AddFrontleftside img {
        top: 40.5% !important;
        left: 69% !important;
    }

    #AddLeftside img {
        top: 39.6% !important;
    }

    #AddBackleftside img {
        top: 40.5% !important;
        left: 31% !important;
    }

    #AddBack img {
        top: 55% !important;
        left: 8% !important;
    }

    #AddFront img {
        top: 54.5% !important;
        left: 91% !important;
    }

    #AddFrontrightside img {
        top: 68.9% !important;
        left: 69% !important;
    }

    #Addroof img {
        top: 70% !important;
        left: 49.4% !important;
    }

    #AddBackrightside img {
        top: 69.1% !important;
        left: 32% !important;
    }


    img#Adddengine {
        top: 51.5% !important;
    }

    img#Adddtrunk {
        left: 73% !important;
        top: 51.5% !important;
    }

    img#AdddWheel {
        top: 55.5% !important;
    }

    img#AdddCarRoof {
        top: 60.5% !important;
    }

    img#Adddfrontbumper {
        top: 63% !important;
        left: 30% !important;
    }

    img#Adddhood {
        top: 66.5% !important;
    }

    img#Adddrearbumper {
        top: 65% !important;
        left: 77% !important;
    }

    img#AdddRearTrunk {
        top: 61% !important;
        left: 69% !important;
    }

    #SecondStepAttachImgForm #AddFront img {
        top: 61% !important;
        left: 29% !important;
    }

    #SecondStepAttachImgForm #AddBack img {
        top: 67% !important;
        left: 73% !important;
    }

    #AddFrontleft img {
        top: 62% !important;
        left: 18% !important;
    }

    #AddFrontRight img {
        top: 62% !important;
    }

    #AddBackleft img {
        top: 66% !important;
        left: 64% !important;
    }

    #AddBackRight img {
        top: 66% !important;
        left: 82% !important;
    }

    #Addnav img {
        top: 54% !important;
    }

    #Addodometer img {
        top: 48% !important;
        left: 25% !important;
    }

    #Addcenterconsole img {
        top: 61% !important;
        left: 54% !important;
    }

    #Addinnerdoor img {
        top: 46% !important;
    }

    #Addddashboard img {
        top: 46% !important;
    }

    #AddSeats img {
        top: 54% !important;
    }

    img[title = "frontbumper"] {
        top: 53% !important;
        left: 33% !important;
    }

    img[title = "RainSensor"] {
        top: 39% !important;
    }

    img[title = "FrontParking"] {
        top: 59% !important;
    }

    img[title = "LeftFrontFender"] {
        top: 50% !important;
        left: 90% !important;
    }

    img[title = "SideMirror"] {
        top: 42% !important;
    }

    img[title = "leftFrontDoor"] {
        top: 47% !important;
    }

    img[title = "Key"] {
        top: 46% !important;
        left: 48% !important;
    }

    img[title = "LeftBackDoor"] {
        top: 47% !important;
    }

    img[title = "LeftRearFender"] {
        top: 50% !important;
        left: 5% !important;
    }

    img[title = "trunk"] {
        top: 43% !important;
        left: 35% !important;
    }

    img[title = "RearParking"] {
        top: 55% !important;
        left: 12% !important;
    }

    img[title = "rearbumper"] {
        top: 61% !important;
    }

    img[title = "RightFrontFender"] {
        top: 50% !important;
        left: 5% !important;
    }

    img[title = "RightRearFender"] {
        top: 50% !important;
        left: 90% !important;
    }

    img[title = "Camera"] {
        top: 42% !important;
        left: 36% !important;
    }

    img[title = "WheelSize"] {
        top: 56% !important;
        left: 73% !important;
    }

    img[title = "roof"] {
        top: 48% !important;
    }

    img[title = "RoofOption"] {
        top: 48% !important;
    }

    img[title = "RightFrontDoor"] {
        top: 50% !important;
    }

    img[title = "RightBackDoor"] {
        top: 50% !important;
        left: 62% !important;
    }

    img[title = "Seats"] {
        top: 68% !important;
    }

    img[title = "nav"] {
        top: 53% !important;
    }

    img[title = "Back left"] {
        top: 62% !important;
    }

    .PriceCol .InputField {
        top: -79px !important;
    }
    .banner-content p {
        top: -74px !important;
    }*/

    div#BuyingStepsModal, div#AppointmentModal, div#InspectionModal, div#PackagesModal {
        margin-top: 50px;
        overflow: auto;
    }

    #CarDetailsPage #BuyingStepsModal #StepDetails .StepIcon {
        left: unset !important;
        top: unset !important;
        margin-top: 8px;
        margin-right: -5px;
    }

    #CarDetailsPage #BuyingStepsModal #StepDetails .StepIconDiv {
        border-radius: 14px;
        background-color: #f7941d;
        width: 27px;
        height: 29px;
        line-height: 21px;
        text-align: right;
        position: relative;
        text-align: center;
    }

    #ServiceProviderList div ul {
        top: unset;
        left: unset;
        width: 50%;
    }

    #WishListPage .table-responsive tr th {
        font-size: 10px;
        padding: 0 10px;
    }
    #WishListPage .table-responsive tr td {
        font-size: 10px;
        padding: 0 5px;
    }

    #BackBtn div {
        float: right;
    }
    #CarDetailsPage .BoxContainerCol {
        display: table-footer-group !important;
    }

    .OrangeCol .WelocmeText {
        line-height: 1;
    }
}