html, body {
    position: relative;
}

body {
    padding: 0;
    margin: 0;
    padding-top: 80px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
    background-color: #F6F6F6;
}



#accordion .card {
    border: none;
    background: none;
    border-bottom: 1px solid #DDD;
}

    #accordion .card .card-header {
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        border: none;
        margin-bottom: 5px;
    }

    #accordion .card .card-body {
        padding: 10px 30px;
        background-color: #FFF;
        border-radius: 5px;
        margin-bottom: 5px;
    }

        #accordion .card .card-body .whatsappIcon {
            color: #FFF;
            background-color: #8d69a7;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 25px;
            text-align: center;
            width: fit-content;
            padding: 10px 12px;
            text-decoration: none;
        }


    #accordion .card .card-header .CatTitle {
        margin-bottom: 0;
    }

        #accordion .card .card-header .CatTitle > a {
            display: block;
            position: relative;
            color: #8d69a7;
            font-size: 16px;
            text-decoration: none;
        }

            #accordion .card .card-header .CatTitle > a:after {
                content: "\f107";
                font-family: 'FontAwesome';
                position: absolute;
                right: 0;
                font-size: 20px;
                transform: rotate(270deg)
            }

            #accordion .card .card-header .CatTitle > a[aria-expanded="true"] {
                color: #8d69a7;
            }

                #accordion .card .card-header .CatTitle > a[aria-expanded="true"]:after {
                    content: "\f106";
                    color: #8d69a7;
                    transform: rotate(-90deg)
                }




.views {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    background-color: #00000054;
    padding: 5px 10px;
    border-radius: 3px;
}


    .views ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }


        .views ul li {
            display: inline-block;
            margin-right: 5px;
            color: #FFF;
        }





#MyAccount .Content .uploads
{
    text-align:left;
}

.socialDetails {
    text-align: right;
    margin-left:45px;
}

.instDetails {
  
    display: inline-block;
        margin-left:5px;
}

    .instDetails i {
        font-size: 23px;
        width: 40px;
        height: 40px;
        line-height: 1.7;
        background-color: #8d69a7;
        color: #FFF;
        text-align: center;
        border-radius: 50%;
    }


    .CatItem {
        background-color: #EEEEEE;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 15px;
        border-radius: 20px;
        justify-content: space-between;
        text-decoration: none !important;
        margin-bottom: 30px;
    }


    .CatItem img {
        width: auto;
        height: 90px;
    }

    .CatItem h5 {
        font-size: 19px;
        color: #282425;
        margin-bottom: 0;
    }

    .CatItem i {
        color: #CBCBCB;
        font-size: 30px;
    }






    .breadcrumb-item + .breadcrumb-item::before {
        color: #d2d2d2;
    }


.alert-danger {
    font-size: 14px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-color: #8D69A7;
    background-color: #8D69A7;
    color: #FFF !important;
}

.nav-pills .nav-link {
    color: #696969 !important;
    border: 2px solid #f1f0f0;
    background-color: transparent;
    margin-right: 10px;
    font-size: 14px;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        background-color: #FFF;
        border-radius: 3px;
        box-shadow: none;
        border: 1px solid #DDD;
        outline: none;
    }

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-link:hover {
    color: #FFF;
    background: #8D69A7;
    border-color: #8D69A7;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #8D69A7;
    border-color: #8D69A7;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #FFF;
    color: #8D69A7;
    border: 1px solid #DDD;
}

.formobile {
    display: none;
}

    .formobile a {
        font-family: 'Cairo', sans-serif;
    }

    .formobile i {
        margin-right: 5px;
    }

.breadcrumb {
    background-color: #EFEFEF;
    margin-bottom: 30px;
}

    .breadcrumb li a {
        color: #8D69A7;
        outline: none;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }

        .breadcrumb li a:hover {
            color: #8D69A7;
        }

.btn:focus {
    box-shadow: none;
}

select {
    padding: 5px 15px !important;
    height: 44px !important;
}



    select:valid {
        color: #000;
    }

    select:invalid {
        color: #4B4B4B;
    }

label {
    color: #8D69A7;
    cursor: pointer;
    margin-bottom: 0;
}

    label:hover {
        color: #8D69A7;
    }


.form-control {
    border-radius: 30px;
    padding: 20px;
    background-color: #F5F5F5;
    font-size: 14px;
    color: #000;
}

    .form-control::placeholder {
        color: #4B4B4B;
    }


.form-control, textarea.form-control {
    box-shadow: none !important;
    border: 2px solid transparent;
    transition: all 0.5s ease-in-out;
}

    .form-control:focus, textarea.form-control:focus {
        border-color: #8D69A7;
        color: #000;
    }

textarea.form-control {
    resize: none;
    height: 200px;
}


.itemundercaro .row {
    margin-left: 15px;
    margin-right: 15px;
}

.itemundercaro:focus {
    outline: none
}

.itemscroll {
    background-color: none;
}

.slick-prev:before, .slick-next:before {
    font-size: 23px;
    line-height: 1;
    opacity: 1;
    color: #8D69A7;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before {
    content: "";
    font-family: 'FontAwesome';
}

.slick-next:before {
    content: "";
    font-family: 'FontAwesome';
}

.slick-dots {
    bottom: -20px;
}

    .slick-dots li button:before {
        font-size: 30px;
        opacity: 1;
        color: #c7c7c7;
    }

    .slick-dots li.slick-active button:before {
        color: #8D69A7;
        opacity: 1;
    }

    .slick-dots li {
        margin: 0;
    }

.Subscription_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
    border-radius: 20px;
}

    .Subscription_PopUp .title {
        border-bottom: 1px solid #e9e6e6;
        margin-bottom: 20px;
        text-align: center;
    }

        .Subscription_PopUp .title h3 {
            font-weight: 600;
            color: #000;
        }

    .Subscription_PopUp .content {
        margin-bottom: 20px;
    }

    .Subscription_PopUp .buttons .Ok_Btn {
        border: none;
        background-color: #8D69A7;
        padding: 7px;
        width: 140px;
        margin: auto;
        margin-right: 7px;
        text-align: center;
        border-radius: 150px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

        .Subscription_PopUp .buttons .Ok_Btn:hover {
            background-color: #8D69A7;
        }


    .Subscription_PopUp .buttons .Cancel_Btn {
        border: 2px solid #8D69A7;
        background-color: transparent;
        padding: 5px;
        width: 140px;
        margin: auto;
        text-align: center;
        border-radius: 150px;
        color: #8D69A7;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

        .Subscription_PopUp .buttons .Cancel_Btn:hover {
            background-color: #8D69A7;
            border-color: #8D69A7;
            color: #FFF;
        }

.Bid_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
    border-radius: 20px;
    text-align: center;
}

    .Bid_PopUp .title {
        border-bottom: 1px solid #e9e6e6;
        margin-bottom: 20px;
    }

        .Bid_PopUp .title h3 {
            font-weight: 600;
            color: #000;
        }

    .Bid_PopUp .content {
        margin-bottom: 20px;
    }

        .Bid_PopUp .content span {
            color: red;
            display: block;
            font-size: 30px;
        }

    .Bid_PopUp .buttons .Pay_Btn {
        border: none;
        background-color: #8D69A7;
        padding: 7px;
        width: 140px;
        margin: auto;
        margin-right: 7px;
        text-align: center;
        border-radius: 150px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

        .Bid_PopUp .buttons .Pay_Btn:hover {
            background-color: #8D69A7;
        }


    .Bid_PopUp .buttons .Cancel_Btn {
        border: 2px solid #8D69A7;
        background-color: transparent;
        padding: 5px;
        width: 140px;
        margin: auto;
        text-align: center;
        border-radius: 150px;
        color: #8D69A7;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

        .Bid_PopUp .buttons .Cancel_Btn:hover {
            background-color: #8D69A7;
            border-color: #8D69A7;
            color: #FFF;
        }

    .Bid_PopUp .title h5 {
        font-weight: 600;
    }

    .Bid_PopUp #UsersContetnt {
        max-height: 500px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        .Bid_PopUp #UsersContetnt::-webkit-scrollbar {
            width: 3px;
            height: 0px;
        }

        .Bid_PopUp #UsersContetnt::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .Bid_PopUp #UsersContetnt::-webkit-scrollbar-thumb {
            background: #878787;
        }

            .Bid_PopUp #UsersContetnt::-webkit-scrollbar-thumb:hover {
                background: #8D69A7;
            }

    .Bid_PopUp .UserContetnt {
        background-color: #FFF;
        border-bottom: 1px solid #DDD;
        padding: 10px 20px;
        margin-bottom: 10px;
        transition: all 0.2s ease-in-out;
    }

        .Bid_PopUp .UserContetnt:last-of-type {
            border-bottom: none;
        }

        .Bid_PopUp .UserContetnt .date {
            margin-bottom: 5px;
            text-align: left;
        }

            .Bid_PopUp .UserContetnt .date span {
                color: #7b7b7b;
                font-size: 16px;
            }

        .Bid_PopUp .UserContetnt .desc {
            text-align: left;
        }

            .Bid_PopUp .UserContetnt .desc p {
                font-size: 18px;
                color: #000;
                margin-bottom: 0;
            }


#termsConditionModel {
    padding-right: 0 !important;
}


    #termsConditionModel .modal-dialog .modal-content {
        border-radius: 20px;
    }

.termsCondition_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
    border-radius: 20px;
    text-align: left;
}

    .termsCondition_PopUp .title {
        margin-bottom: 20px;
    }

        .termsCondition_PopUp .title h3 {
            font-weight: 600;
            color: #000;
        }

        .termsCondition_PopUp .title::after {
            content: '';
            display: block;
            width: 70px;
            height: 3px;
            background-color: #8D69A7;
        }


    .termsCondition_PopUp .TermsContent::-webkit-scrollbar {
        width: 3px;
        height: 0px;
    }

    .termsCondition_PopUp .TermsContent::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .termsCondition_PopUp .TermsContent::-webkit-scrollbar-thumb {
        background: #878787;
    }

        .termsCondition_PopUp .TermsContent::-webkit-scrollbar-thumb:hover {
            background: #8D69A7;
        }

    .termsCondition_PopUp .TermsContent {
        background-color: #fdfdfd;
        max-height: 400px;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .termsCondition_PopUp .TermsBtn {
        text-align: center;
        margin-top: 30px;
    }

        .termsCondition_PopUp .TermsBtn button {
            border: 2px solid #8D69A7;
            padding: 3px;
            width: 140px;
            border-radius: 30px;
            color: #8D69A7;
            box-shadow: none;
            outline: none;
            margin: 0 10px 0 10px;
        }

            .termsCondition_PopUp .TermsBtn button:hover {
                background-color: #8D69A7;
                border: 2px solid #8D69A7;
                color: #FFF;
            }

.modal {
    z-index: 1075;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    border-radius: 20px;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.searchcontect {
    background-color: transparent;
}

.search_box_popup {
    width: 100%;
    text-align: center;
}

    .search_box_popup .search_input {
        width: 100%;
        padding: 10px;
        border: 1px solid #efeeee;
        border-radius: 5px;
        box-shadow: 1px 1px 10px #656565;
        outline: none !important;
        margin-bottom: 0px;
        -webkit-appearance: none;
        transition: all 0.5s ease-in-out;
    }

    .search_box_popup .search_btn {
        visibility: hidden;
        opacity: 0;
        padding: 7px;
        background-color: #8D69A7;
        color: #FFF;
        width: 30%;
        outline: none;
        box-shadow: 1px 1px 10px #8D69A794;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

        .search_box_popup .search_btn:hover {
            background-color: #8D69A7;
        }

.Search_Icon {
    position: absolute;
    right: 65px;
    top: 17px;
    font-size: 20px;
    color: #8D69A7;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #FFF;
    text-align: center;
    background-color: #8D69A7;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #8D69A7;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}

.Headingtitle {
    text-align: center;
    margin-bottom: 40px;
}

    .Headingtitle img {
        margin-top: 5px;
        width: 80px;
        height: auto;
    }

    .Headingtitle h4 {
        font-size: 28px;
        color: #000;
    }
/**************************************************************/
.leftBar .Links {
    background-color: #EFEFEF;
    overflow: hidden;
    min-height: 500px;
}

    .leftBar .Links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .leftBar .Links ul li {
            position: relative;
            width: 100%;
        }

            .leftBar .Links ul li .MyAccountlinks {
                display: block;
                text-decoration: none;
                outline: none;
                color: #4E4E4E;
                padding: 20px;
                border-bottom: 1px solid #DDD;
                transition: all 0.2s ease-in-out;
            }


                .leftBar .Links ul li .MyAccountlinks.active,
                .leftBar .Links ul li .MyAccountlinks:hover {
                    color: #8D69A7;
                    border-left: 4px solid #8D69A7;
                }

                .leftBar .Links ul li .MyAccountlinks i {
                    font-size: 16px;
                    margin-right: 5px;
                }

                    .leftBar .Links ul li .MyAccountlinks i.fa-angle-right {
                        position: absolute;
                        right: 10px;
                        top: 22px;
                    }

            .leftBar .Links ul li .LogOutButton {
                text-align: center;
                margin: 30px 0;
            }

                .leftBar .Links ul li .LogOutButton button {
                    width: 120px;
                    border: none;
                    background-color: #FFF;
                    color: #E60000;
                    padding: 7px;
                    border-radius: 30px;
                    box-shadow: none;
                    outline: none;
                    font-size: 14px;
                    transition: all 0.2s ease-in-out;
                }

                    .leftBar .Links ul li .LogOutButton button:hover {
                        background-color: #8D69A7;
                        color: #FFF;
                    }

                    .leftBar .Links ul li .LogOutButton button i {
                        margin-right: 5px;
                    }

.rightBar {
    background-color: #FFF;
    box-shadow: 3px 5px 10px #DDD;
    padding: 20px;
    border-radius: 10px;
}

    .rightBar .title h5 {
        color: #8D69A7;
        font-weight: 600;
    }

    .rightBar .row {
        margin-left: 0;
        margin-right: 0;
    }

        .rightBar .row .col-6, .rightBar .row .col-12 {
            padding-right: 0;
            padding-left: 0;
        }

.AuctionBar {
    width: 100%;
    height: 145px;
    background-color: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #dddcdc;
    transition: all 0.2s ease-in-out;
}

    .AuctionBar a {
        text-decoration: none;
        outline: none;
    }

    .AuctionBar:hover {
        box-shadow: 3px 5px 10px #ddd;
        border-color: transparent;
    }


    .AuctionBar .image {
        position: relative;
        height: 144px;
        width: 100%;
    }

        .AuctionBar .image img {
            width: 100%;
            height: 100%;
            border-radius: 5px 0 0 5px;
        }

        .AuctionBar .image .brand img {
            position: absolute;
            top: 10%;
            left: 0;
            height: 23px;
            width: 90px;
            border-radius: 0;
        }

    .AuctionBar .timer ul li {
        display: inline-block;
        margin-right: 3px;
        text-align: center;
        font-size: 12px;
        color: #FFF;
        width: 25px;
        background-color: #8D69A7;
    }

        .AuctionBar .timer ul li span {
            display: block;
            font-size: 12px;
            color: #8D69A7;
            background-color: #FFF;
        }

    .AuctionBar .cat_title {
        padding: 5px 0 0 10px;
    }

        .AuctionBar .cat_title h5 {
            font-size: 11px;
            margin-bottom: 3px;
            color: #808080;
        }

    .AuctionBar .title {
        margin: 5px 0;
    }

    .AuctionBar .title, .AuctionBar .price {
        margin-left: 10px;
        margin-top: 0;
    }

    .AuctionBar .auctionIcon, .AuctionBar .BidNow {
        text-align: left;
        margin-left: 10px;
    }

    .AuctionBar .title h5 {
        font-size: 14px;
        color: #303030;
    }

    .AuctionBar .price {
        margin-bottom: 5px;
    }

        .AuctionBar .price p {
            display: inline-block;
            margin-left: 5px;
            color: #8D69A7;
            font-size: 15px;
            margin-bottom: 0;
        }

        .AuctionBar .price span {
            color: #8D69A7;
            font-size: 14px;
        }

    .AuctionBar .auctionIcon {
        margin-bottom: 5px;
    }

        .AuctionBar .auctionIcon img {
            width: 20px;
            height: 20px;
            border-radius: 150px;
        }

        .AuctionBar .auctionIcon span {
            color: #000;
        }

    .AuctionBar .BidNow button {
        background-color: #8D69A7;
        padding: 3px;
        color: #FFF;
        width: 90%;
        margin: auto;
        border-radius: 30px;
        font-size: 12px;
        margin-bottom: 5px;
        transition: all 0.2s ease-in-out;
    }

        .AuctionBar .BidNow button:hover {
            background-color: #8D69A7;
        }



.item {
    width: 100%;
    /*height: 455px;*/
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

  /*  .item:hover .item_Content {
        background-color: #FFF;
        box-shadow: 0px 3px 10px #DDD;
    }*/

    .item:hover .item_img img {
        transform: scale(1.1);
    }

    .item .item_img {
       /* height: 50%;*/
        overflow: hidden;
        padding: 30px;
        background-color: #FFF;
        box-shadow: 0px 0px 11px #0000003b;
        border-radius: 20px;
        width: 100%;
        height: 200px;
    }

        .item .item_img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s ease-in-out;
        }

    .item .item_Content {
      /*  padding: 30px;
        height: 50%;*/
        text-align: center;
        margin-top:10px;
    }

        .item .item_Content h4 {
            margin-bottom: 20px;
        }

        .item .item_Content p {
            width: 75%;
            margin: auto;
            margin-bottom: 40px;
        }

            .item .item_Content p span {
                font-weight: 600;
                color: #000;
            }

.Auction {
    width: 100%;
    height: 335px;
    background-color: #FFF;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}

    .Auction a {
        text-decoration: none;
        outline: none;
    }

    .Auction:hover {
        box-shadow: 0px 0px 10px #8D69A78a;
    }


    .Auction .image {
        position: relative;
        height: 180px;
    }

        .Auction .image img {
            width: 100%;
            height: 100%;
        }

        .Auction .image .brand img {
            position: absolute;
            top: 10%;
            left: 0;
            height: 23px;
            width: 90px;
        }

.timer {
    position: absolute;
    bottom: -30%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .timer ul {
        padding: 0;
        margin: 0;
    }

        .timer ul li {
            display: inline-block;
            margin-right: 5px;
            text-align: center;
            font-size: 14px;
            color: #FFF;
            width: 35px;
            background-color: #8D69A7;
        }

            .timer ul li span {
                display: block;
                font-size: 14px;
                color: #8D69A7;
                background-color: #FFF;
            }


.Auction .title, .Auction .auctionIcon {
    margin: 10px 0;
}

.Auction .cat_title {
    margin: 10px 0 0 10px;
}

    .Auction .cat_title h5 {
        font-size: 14px;
        color: #808080;
    }

.Auction .title, .Auction .price {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}

.Auction .BidNow {
    margin-bottom: 10px;
}

.Auction .auctionIcon, .Auction .BidNow {
    text-align: right;
   /* margin-right: 10px;*/
}

.Auction .title h5 {
    font-size: 18px;
    color: #000;
}

.Auction .price span {
    color: #8D69A7;
    font-size: 12px;
}

.Auction .price p {
    display: inline-block;
    margin-left: 5px;
    color: #8D69A7;
    font-size: 15px;
}

.Auction .auctionIcon img {
    width: 25px;
    height: 25px;
    border-radius: 150px;
}

.Auction .auctionIcon span {
    color: #000;
}

.Auction .BidNow button {
    background-color: #8D69A7;
    padding: 3px;
    color: #FFF;
    width: 80px;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}

    .Auction .BidNow button:hover {
        background-color: #8D69A7;
    }


.category {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}

 

        .category:hover .image img {
            transform: scale(1.1);
        }

    .category a {
        text-decoration: none;
        outline: none;
    }

    .category .image {
        overflow: hidden;
        padding: 30px;
        background-color: #FFF;
        box-shadow: 0px 0px 7px #0000003b;
        border-radius: 20px;
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }

        .category .image img {
            height: 100%;
            width: 100%;
            transition: all 0.5s ease-in-out;
        }



    .category .title h4 {
        color: #000000;
    }

    .category .title p {
        margin-bottom: 0;
        color: #888;
        font-size: 14px;
        padding: 10px;
    }

        .category .title p span {
            color: #8D69A7;
        }


.navbar {
    background-color: #8D69A7;
}

.navbar-collapse {
    justify-content: center;
}

#navbarContent::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #FFF;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #FFF;
    }

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu-button.svg');
}

.navbar-light .navbar-toggler {
    position: fixed;
    right: 4%;
    top: 17px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    box-shadow: none;
    outline: none;
}

.navbar-toggler > .close {
    display: inline;
    color: #8D69A7;
    opacity: 1;
    text-shadow: none;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.navbar-nav .nav-item {
    margin-right: 30px;
}

.navbar-brand {
    margin-right: 0;
}

    .navbar-brand img {
        width: auto;
        height: 55px;
    }


.navbar .links {
    text-align: right;
}

    .navbar .links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .navbar .links ul li {
            display: inline-block;
            margin-left: 30px;
            position: relative;
        }

.CartNumber {
    position: absolute;
    top: -15%;
    right: -10%;
    height: 8px;
    width: 8px;
    background: #E2283D;
    text-align: center;
    border-radius: 150px;
}

.navbar .links ul li a:hover > .CartNumber {
    background: #8D69A7;
}

.navbar .links ul li a {
    outline: none;
    text-decoration: none;
}

.navbar .links ul li i {
    color: #FFF;
    font-size: 22px;
    cursor: pointer;
}

    .navbar .links ul li i.fa-search, .navbar .links ul li i.fa-bell {
        font-size: 20px;
    }

.navbar .links ul li a i:hover {
    color: #FFF;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a:after {
        content: "\f0da";
        float: right;
        border: none;
        font-family: 'FontAwesome';
        position: absolute;
        right: 15px;
    }

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow: scroll;
}


    .dropdown-menu::-webkit-scrollbar {
        width: 3px;
        height: 0px;
    }

    .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .dropdown-menu::-webkit-scrollbar-thumb {
        background: #878787;
    }

        .dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: #8D69A7;
        }

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-item {
    padding: 10px 0px;
    padding-right: 30px;
    padding-left: 20px;
}


    .dropdown-item.active, .dropdown-item:active,
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #8D69A7;
        color: #FFF;
    }

@media (min-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar .links {
        display: none;
    }
}


/* Swiper */
.swiper-container {
    width: 100%;
    height: 500px;
    position: relative;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #8D69A7;
    border-color: #8D69A7;
}

.swiper-button-prev,
.swiper-button-next {
    width: 35px;
    height: 35px;
    background-color: #FFF;
}

    .swiper-button-next.swiper-button-white,
    .swiper-button-prev.swiper-button-white {
        outline: none;
        box-shadow: none;
    }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 50px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 50px;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url('../images/right-chevron.svg');
}


.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url('../images/left-arrow-chevron.svg');
}


.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFF;
    border: 2px solid #FFF;
    outline: none;
    opacity: 1;
}

.contentSlider {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    width: 60%;
    text-align: center;
    z-index: 3;
}

    .contentSlider img {
        margin-bottom: 30px;
        width: 220px;
        height: 70px;
    }

    .contentSlider h1 {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 100px;
    }

    .contentSlider .MoreBtn {
        border: 2px solid #FFF;
        padding: 5px;
        width: 100px;
        border-radius: 30px;
        color: #FFF;
        box-shadow: none;
        outline: none;
    }

        .contentSlider .MoreBtn:hover {
            background-color: #8D69A7;
            border: 2px solid #8D69A7;
        }

/* Ads */
#Ads {
    margin: 40px 0;
}

    #Ads .image {
        width: 100%;
        height: 150px;
    }

        #Ads .image img {
            height: 100%;
            width: 100%;
        }

/* Categories */
.Home-Categories {
    padding: 40px 0;
    background-color: #FFF;
}

#Categories {
    margin: 10px 0px;
}

    /*#Categories .row {
    margin-left: 0;
    margin-right: 0;
}

#Categories .row .col-lg-3 {
    padding-right: 0;
    padding-left: 0;
}*/

    #Categories .ViewAllbutton {
        margin-top: 20px;
    }

        #Categories .ViewAllbutton button {
            width: 100px;
            border: 2px solid #8D69A7;
            background-color: transparent;
            color: #8D69A7;
            padding: 3px;
            border-radius: 30px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Categories .ViewAllbutton button:hover {
                background-color: #8D69A7;
                color: #FFF;
            }

    #Categories .buttons {
        text-align: center;
        margin: 40px 0;
    }

        #Categories .buttons .btn_viewAll {
            width: 100px;
            border: none;
            background-color: #8D69A7;
            color: #FFF;
            padding: 5px;
            border-radius: 30px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Categories .buttons .btn_viewAll:hover {
                background-color: #000;
            }

/* Latest_Auctions */
#Latest_Auctions {
    margin: 40px 0;
}

    #Latest_Auctions .buttons {
        text-align: center;
        margin-bottom: 30px;
    }

        #Latest_Auctions .buttons .btn_viewAll {
            width: 100px;
            border: none;
            background-color: #8D69A7;
            color: #FFF;
            padding: 5px;
            border-radius: 30px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Latest_Auctions .buttons .btn_viewAll:hover {
                background-color: #000;
            }

/* Subscribe */
#Subscribe {
    margin-top: 40px;
    background-image: url('../images/subscribeBG.png');
    background-size: cover;
    height: 250px;
    position: relative;
    z-index: 1;
}

    #Subscribe .overlay {
        z-index: -1;
    }

    #Subscribe .content {
        text-align: center;
        position: absolute;
        top: 10%;
        left: 33%;
        width: 35%;
        color: #FFF;
    }

        #Subscribe .content h5 {
            font-size: 22px;
            margin-bottom: 30px;
        }

        #Subscribe .content p {
            font-size: 16px;
        }

        #Subscribe .content .emailForm {
            position: relative;
        }

            #Subscribe .content .emailForm .form-control::placeholder {
                color: #444;
            }

            #Subscribe .content .emailForm input {
                padding-left: 35px;
            }

                #Subscribe .content .emailForm input:focus {
                    border-color: transparent;
                }

            #Subscribe .content .emailForm i {
                position: absolute;
                left: 15px;
                top: 12px;
                color: #000;
            }

        #Subscribe .content .btn_subscribe {
            width: 150px;
            border: none;
            background-color: #8D69A7;
            color: #FFF;
            padding: 5px;
            border-radius: 30px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            margin-top: 20px;
            transition: all 0.2s ease-in-out;
        }

            #Subscribe .content .btn_subscribe:hover {
                background-color: #8D69A7;
            }

/* Footer */
.footer {
    padding: 50px 30px;
    background-color: #8D69A7;
    border: 0;
}


    .footer button {
        background-color: #FFF;
        color: #8D69A7;
        width: 70px;
        border-radius: 5px;
        box-shadow: none;
        outline: none;
        border: none;
        padding: 2px;
        transition: all 0.2s ease-in-out;
    }

        .footer button:hover {
            background-color: #8D69A7;
            color: #FFF;
        }


ul.list-unstyled {
    padding: 0;
}

.footer_list li a:hover {
    color: #FFF;
}

.title-widget {
    color: #d79fff;
    font-size: 18px;
    position: relative;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

.widget_nav_menu img {
    width: 130px;
    height: 125px;
}

.app_storeDiv, .google_playDiv, .appGalleryDiv {
    padding-right: 0;
}

.widget_nav_menu .app-store,
.widget_nav_menu .google-play,
.widget_nav_menu .app-Gallery {
    width: 100%;
    height: 37px;
    margin-bottom: 10px;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

    .widget_nav_menu .app-store:hover,
    .widget_nav_menu .google-play:hover,
    .widget_nav_menu .app-Gallery:hover {
        opacity: 1;
    }

.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .widget_nav_menu ul li {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        margin-bottom: 7px;
        padding-bottom: 7px;
        width: 100%;
        color: #FFF;
    }

        .widget_nav_menu ul li a {
            color: #FFF;
            text-decoration: none;
        }

        .widget_nav_menu ul li i {
            margin-right: 10px;
            font-size: 20px;
        }

.widget_nav_menu p {
    margin-top: 10px;
}


.footer-bottom {
    width: 100%;
    background-color: #BDBDBD;
}

.Footer_More {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 3px 16px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 3px;
    transition: all 0.2s ease-in-out;
}

    .Footer_More:hover {
        background-color: #8D69A7;
        border-color: #8D69A7;
        color: #FFF !important;
    }

.language {
    color: #545454;
    padding: 7px;
}

.copyright {
    color: #545454;
    text-align: right;
    padding: 7px;
}

    .copyright p, .language p {
        font-size: 14px;
        margin-bottom: 0;
    }

.social {
    margin-top: 20px;
    text-align: center;
}

    .social ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .social ul li {
            display: inline-block;
            margin-right: 10px;
            text-align: center;
        }

            .social ul li a {
                color: #FFF;
                text-decoration: none;
            }

                .social ul li a img {
                    border-radius: 150px;
                    width: 30px;
                    height: 30px;
                    transition: all 0.2s ease-in-out;
                }

                    .social ul li a img:hover {
                        transform: scale(1.1);
                    }

/***** Start Scroll To Top *****/
.scroll_top {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #8D69A7;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    display: none;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
}

    .scroll_top i {
        position: absolute;
        top: 10px;
        right: 12px;
        animation: MoveUpDown 1s linear infinite;
        transition: all 0.2s ease-in-out;
    }

    .scroll_top:hover {
        background-color: #8D69A7;
    }

@keyframes MoveUpDown {
    0%, 100% {
        top: 10px;
    }

    25% {
        top: 15px;
    }

    50% {
        top: 20px;
    }
}

/********************/
/* Login Page */
/*******************/
#Login {
    margin: 40px 0;
}

    #Login .Form {
        background-color: #FFF;
        box-shadow: 3px 5px 10px #DDD;
        padding: 40px;
        width: 100%;
        border-radius: 10px;
        margin: auto;
        overflow: hidden;
    }

        #Login .Form .title {
            text-align: left;
        }

            #Login .Form .title h4 {
                color: #8D69A7;
            }

        #Login .Form hr {
            background-color: #8D69A7;
            margin-bottom: 30px;
        }

        #Login .Form .loginButton {
            margin-top: 30px;
            margin-bottom: 20px;
        }

            #Login .Form .loginButton button {
                background: #8D69A7;
                border: none;
                padding: 7px;
                width: 100%;
                border-radius: 30px;
                color: #FFF;
                outline: none;
                box-shadow: none;
                transition: all 0.2s ease-in-out;
            }

                #Login .Form .loginButton button:hover {
                    background-color: #8D69A7;
                }

    #Login .createAccont {
        background-color: #FFF;
        box-shadow: 3px 5px 10px #DDD;
        padding: 40px;
        width: 100%;
        border-radius: 10px;
        margin: auto;
        overflow: hidden;
    }

        #Login .createAccont .title {
            text-align: left;
        }

            #Login .createAccont .title h4 {
                color: #8D69A7;
            }

        #Login .createAccont hr {
            background-color: #8D69A7;
        }

        #Login .createAccont p {
            color: #686868;
            width: 90%;
            font-size: 16px;
            display: inline-block;
            margin-bottom: 20px;
        }

        #Login .createAccont .SignUpButton button {
            background-color: #8D69A7;
            width: 100%;
            border-radius: 30px;
            outline: none;
            box-shadow: none;
            color: #FFF;
            transition: all 0.2s ease-in-out;
        }

            #Login .createAccont .SignUpButton button:hover {
                background-color: #8D69A7;
            }

    #Login .ForgotPass {
        text-align: center;
    }

    #Login .Form .MyLabel {
        display: block;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 16px;
        line-height: 1.2;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: left;
    }

        #Login .Form .MyLabel input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        #Login .Form .MyLabel .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
            width: 20px;
            background-color: #d2d2d2;
        }


        #Login .Form .MyLabel input:checked ~ .checkmark {
            background-color: #8D69A7;
        }

        #Login .Form .MyLabel .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        #Login .Form .MyLabel input:checked ~ .checkmark:after {
            display: block;
        }

        #Login .Form .MyLabel .checkmark:after {
            left: 7px;
            top: 2px;
            width: 7px;
            height: 14px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    /************/
    #Login .Form input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

        #Login .Form input[type="checkbox"] + .checkbox-label:before {
            content: '';
            background: #fff;
            border-radius: 10%;
            border: 1.5px solid #c9cdd2;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            margin-right: 8px;
            vertical-align: sub;
            cursor: pointer;
            text-align: center;
        }

        #Login .Form input[type="checkbox"]:checked + .checkbox-label:before {
            background-color: #8D69A7;
            border-color: #8D69A7;
            box-shadow: inset 0 0 0 5px #ffffff;
        }

        #Login .Form input[type="checkbox"]:disabled + .checkbox-label:before {
            box-shadow: inset 0 0 0 4px #c9cdd2;
            border-color: #838d98;
            background: #838d98;
        }
/************/


/**  About Page **/
#About {
    margin: 40px 0px;
}

    #About .desc {
        text-align: justify;
        padding: 30px;
        border-radius: 10px;
        background-color: #FFF;
        box-shadow: 3px 5px 10px #DDD;
    }

        #About .desc p {
            color: #404040;
            font-size: 16px;
        }

/**  Cars Page **/
#Cars {
    margin: 40px 0px;
}

    /************* NEW UPDATES *****/
    #Cars .FilterIcons {
        text-align: right;
        margin-top: 5px;
    }

        #Cars .FilterIcons span {
            font-size: 15px;
            display: inline-block;
            margin-right: 20px;
            color: #8D69A7;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }

            #Cars .FilterIcons span i {
                font-size: 18px;
                margin-right: 5px;
            }

            #Cars .FilterIcons span:hover {
                color: #8D69A7;
            }




/* Header search-box */
.search-box {
    display: none;
    position: absolute;
    top: -12px;
    width: 80%;
    margin: 20px 0;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #DDD;
}

    .search-box .form-control {
        padding: 30px;
        padding-left: 40px;
        background-color: #FFF;
        border: 2px solid transparent;
        font-size: 15px;
        padding-right: 130px;
        border-radius: 5px;
    }

    .search-box i {
        position: absolute;
        left: 15px;
        top: 25px;
        color: #bdb5b8;
        font-size: 15px;
    }

    .search-box .searchBtn {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 120px;
        padding: 16px;
        border: none;
        box-shadow: none;
        outline: none;
        border-radius: 5px;
        background-color: #8D69A7;
        color: #FFF;
        font-size: 16px;
        transition: all 0.5s ease-in-out;
    }

        .search-box .searchBtn:hover {
            background-color: #8D69A7;
        }

/*****************************/

#Cars .buttons {
    text-align: center;
    margin-bottom: 30px;
}

    #Cars .buttons .btn_viewAll {
        width: 100px;
        border: none;
        background-color: #8D69A7;
        color: #FFF;
        padding: 5px;
        border-radius: 30px;
        box-shadow: none;
        outline: none;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
    }

        #Cars .buttons .btn_viewAll:hover {
            background-color: #000;
        }

/* .CarsMore {
    display: none;
} */

/**  Categories Page **/
#Categories {
    margin: 40px 0px;
}

    #Categories .buttons {
        text-align: center;
        margin-bottom: 30px;
    }

        #Categories .buttons .btn_viewAll {
            width: 100px;
            border: none;
            background-color: #8D69A7;
            color: #FFF;
            padding: 5px;
            border-radius: 30px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Categories .buttons .btn_viewAll:hover {
                background-color: #000;
            }

/* .categoryMore {
    display: none;
} */

/**  Select_Package Page **/
#Select_Package {
    margin: 60px 0px;
    margin-bottom: 90px;
}

.package {
    width: 100%;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    margin-bottom: 30px;
    min-height: 330px;
}

    .package .title {
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
        border-radius: 8px 8px 0 0;
        padding: 20px 0;
        margin: -20px -20px 20px -20px;
    }

        .package .title h4 {
            font-size: 20px;
            margin-bottom: 0;
        }

    .package .desc {
        margin-bottom: 20px;
        text-align: center;
    }


        .package .desc p {
            color: #000;
            margin-bottom: 0;
            font-size: 14px;
        }

    .package .cat::-webkit-scrollbar {
        width: 3px;
        height: 0px;
    }

    .package .cat::-webkit-scrollbar-track {
        background: #f3f3f3;
    }

    .package .cat::-webkit-scrollbar-thumb {
        background: #878787;
    }

        .package .cat::-webkit-scrollbar-thumb:hover {
            background: #8D69A7;
        }

    .package .cat {
        margin-bottom: 20px;
        text-align: center;
        background-color: #f3f3f3;
        padding: 8px 8px;
        max-height: 87px;
        overflow-x: hidden;
        overflow-y: scroll;
        min-height: 86px;
    }


        .package .cat span {
            color: #a9a9a9;
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
            font-size: 14px;
        }

        .package .cat p {
            color: #000;
            font-size: 14px;
            margin-bottom: 0;
        }

    .package .price {
        text-align: center;
        margin-bottom: 16px;
    }

        .package .price span {
            font-size: 18px;
        }

    .package .SubmitBtn {
        text-align: center;
    }

        .package .SubmitBtn button {
            width: 180px;
            border: none;
            color: #FFF;
            padding: 7px;
            border-radius: 5px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            .package .SubmitBtn button:hover {
                background-color: #8D69A7;
                color: #FFF !important;
                border: solid 1px #8D69A7 !important;
            }

/**  Contact Page **/
#Contact {
    margin: 40px 0px;
}

    #Contact .Form {
        background-color: #FFF;
        box-shadow: 3px 5px 10px #DDD;
        padding: 40px;
        width: 80%;
        border-radius: 10px;
        margin: auto;
        overflow: hidden;
    }

    #Contact .social {
        margin-bottom: 30px;
    }

        #Contact .social ul li {
            margin-right: 20px;
        }

            #Contact .social ul li a img {
                width: 40px;
                height: 40px;
            }

    #Contact .Form .SendButton {
        text-align: right;
    }

        #Contact .Form .SendButton button {
            background: #8D69A7;
            border: none;
            padding: 7px;
            width: 200px;
            border-radius: 30px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Contact .Form .SendButton button:hover {
                background-color: #8D69A7;
            }

/**  Notifications Page **/
#Notifications {
    margin: 40px 0px;
}

.Notifications_Content {
    background-color: #FFF;
    border-radius: 10px;
}

#Notifications .Content {
    border-bottom: 1px solid #DDD;
    border-left: 5px solid #8D69A7;
    padding: 20px;
    transition: all 0.2s ease-in-out;
}

    #Notifications .Content:hover {
        background-color: #e8e7e7;
    }

    #Notifications .Content:last-of-type {
        border-bottom: none;
    }

#Notifications .read {
    border-left: none;
}

    #Notifications .read .desc p,
    #Notifications .read .date span {
        color: #828282 !important;
    }

#Notifications .Content a {
    text-decoration: none;
    outline: none;
}

#Notifications .Content .date {
    margin-bottom: 10px;
}

    #Notifications .Content .date span {
        color: #000;
        font-size: 16px;
    }

#Notifications .Content .desc {
    width: 90%;
}

    #Notifications .Content .desc p {
        font-size: 18px;
        color: #000;
        margin-bottom: 0;
    }

/********************/
/* Sign_Up Page */
/*******************/
#Sign_Up {
    margin: 40px 0;
}

    #Sign_Up .Form {
        background-color: #FFF;
        box-shadow: 3px 5px 10px #DDD;
        padding: 40px;
        width: 100%;
        border-radius: 10px;
        margin: auto;
        overflow: hidden;
    }

    #Sign_Up .uploads {
        overflow: hidden;
        text-align: center;
    }

        #Sign_Up .uploads ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #Sign_Up .uploads ul li {
                display: inline-block;
                margin-left: 20px;
            }


                #Sign_Up .uploads ul li .AddFile {
                    position: relative;
                    display: inline-block;
                    text-align: center;
                }

                    #Sign_Up .uploads ul li .AddFile img {
                        width: 80px;
                        height: 75px;
                        cursor: pointer;
                    }

                    #Sign_Up .uploads ul li .AddFile a {
                        color: #9E9D9D;
                        text-decoration: none;
                        outline: none;
                    }

                        #Sign_Up .uploads ul li .AddFile a h6 {
                            margin-top: 5px;
                            font-size: 14px;
                        }

                    #Sign_Up .uploads ul li .AddFile .upload-box {
                        display: inline-block;
                        position: absolute;
                        z-index: 1;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        opacity: 0;
                        cursor: pointer;
                    }

    #Sign_Up .Form .signUpButton {
        text-align: center;
        margin-top: 30px;
    }

        #Sign_Up .Form .signUpButton button {
            background: #8D69A7;
            border: none;
            padding: 7px;
            width: 40%;
            border-radius: 30px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Sign_Up .Form .signUpButton button:hover {
                background-color: #8D69A7;
            }

    #Sign_Up .Form .CheckTerms {
        margin-top: 30px;
    }

    #Sign_Up .Form .MyLabel {
        display: block;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 16px;
        line-height: 1.2;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: left;
        margin-left: 5px;
    }

    #Sign_Up .Form a {
        color: #8D69A7;
    }

    #Sign_Up .Form .MyLabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    #Sign_Up .Form .MyLabel .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 5px;
        background-color: transparent;
        border: 1px solid #DDD;
    }


    #Sign_Up .Form .MyLabel input:checked ~ .checkmark {
        background-color: #8D69A7;
    }

    #Sign_Up .Form .MyLabel .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    #Sign_Up .Form .MyLabel input:checked ~ .checkmark:after {
        display: block;
    }

    #Sign_Up .Form .MyLabel .checkmark:after {
        left: 5px;
        top: 2px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /************/
    #Sign_Up .Form input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

        #Sign_Up .Form input[type="checkbox"] + .checkbox-label:before {
            content: '';
            background: #fff;
            border-radius: 10%;
            border: 1.5px solid #c9cdd2;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            margin-right: 8px;
            vertical-align: sub;
            cursor: pointer;
            text-align: center;
        }

        #Sign_Up .Form input[type="checkbox"]:checked + .checkbox-label:before {
            background-color: #8D69A7;
            border-color: #8D69A7;
            box-shadow: inset 0 0 0 5px #ffffff;
        }

        #Sign_Up .Form input[type="checkbox"]:disabled + .checkbox-label:before {
            box-shadow: inset 0 0 0 4px #c9cdd2;
            border-color: #838d98;
            background: #838d98;
        }
/************/

/********************/
/* MyAccount Page */
/*******************/
#MyAccount {
    margin: 40px 0;
}

    #MyAccount .Content {
        background-color: #FFF;
        padding: 30px;
        width: 100%;
        min-height: 500px;
    }

    #MyAccount .biddingsContent {
        padding: 20px;
    }



    #MyAccount .Content .title {
        margin-bottom: 30px;
    }

        #MyAccount .Content .title h5 {
            color: #8D69A7;
        }

            #MyAccount .Content .title h5 span {
                color: #000;
            }

        #MyAccount .Content .title p {
            margin-bottom: 0;
            color: #949494;
        }

    #MyAccount .Form .saveButton {
        text-align: right;
    }

        #MyAccount .Form .saveButton button {
            background: #8D69A7;
            border: none;
            padding: 7px;
            width: 200px;
            border-radius: 30px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #MyAccount .Form .saveButton button:hover {
                background-color: #8D69A7;
            }

    #MyAccount .row .col-lg-3,
    #MyAccount .row .col-lg-9,
    #MyAccount .row .col-12 {
        padding-right: 0;
        padding-left: 0;
    }


    #MyAccount .Auction .title, #MyAccount .Auction .auctionIcon {
        margin: 10px 0;
    }

    #MyAccount .Auction .auctionIcon, #MyAccount .Auction .BidNow {
        margin-right: 10px;
    }

    #MyAccount .Auction .price {
        margin-bottom: 0;
    }

    #MyAccount .Auction .title, #MyAccount .Auction .price, #MyAccount .Auction .latestBid {
        margin-left: 10px;
    }

    #MyAccount .Auction {
        height: 322px;
        background-color: #F3F3F3;
    }

        #MyAccount .Auction:hover {
            box-shadow: 3px 5px 10px #DDD;
            background-color: #FFF;
        }

        #MyAccount .Auction .title h5 {
            color: #000;
        }

        #MyAccount .Auction .latestBid {
            margin-top: 5px;
            padding-bottom: 10px;
            text-align: left;
        }

            #MyAccount .Auction .latestBid p {
                color: red;
                font-size: 14px;
            }

                #MyAccount .Auction .latestBid p span {
                    font-weight: 600;
                }

.AuctionEnded {
    width: 100%;
    height: 345px;
    background-color: #F3F3F3;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}

    .AuctionEnded a {
        text-decoration: none;
        outline: none;
    }

    .AuctionEnded:hover {
        box-shadow: 3px 5px 10px #DDD;
        background-color: #FFF;
    }


    .AuctionEnded .image {
        position: relative;
        height: 180px;
    }

        .AuctionEnded .image img {
            width: 100%;
            height: 100%;
        }

        .AuctionEnded .image .brand img {
            position: absolute;
            top: 10%;
            left: 0;
            height: 23px;
            width: 90px;
        }

    .AuctionEnded .titleEndAuction,
    .AuctionEnded .auctionIcon {
        margin: 10px 0;
    }

    .AuctionEnded .cat_title {
        margin: 10px 0 0 10px;
    }

        .AuctionEnded .cat_title h5 {
            font-size: 14px;
            color: #808080;
        }

    .AuctionEnded .titleEndAuction {
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .AuctionEnded .auctionIcon {
        text-align: right;
        margin-right: 10px;
    }

    .AuctionEnded .titleEndAuction h5 {
        font-size: 18px;
        color: #000;
    }


    .AuctionEnded .auctionIcon img {
        width: 25px;
        height: 25px;
        border-radius: 150px;
    }

    .AuctionEnded .auctionIcon span {
        color: #000;
    }

    .AuctionEnded .price p,
    .AuctionEnded .date p {
        margin-bottom: 0;
        color: #6A6A6A;
        font-size: 14px;
    }

        .AuctionEnded .price p span {
            color: #8D69A7;
            font-weight: 600;
        }


    .AuctionEnded .titleEndAuction,
    .AuctionEnded .latestBid,
    .AuctionEnded .price,
    .AuctionEnded .date {
        margin-left: 10px;
    }

    .AuctionEnded .latestBid {
        margin-top: 5px;
        padding-bottom: 10px;
        text-align: left;
    }

    .AuctionEnded .date {
        margin-top: 5px;
    }

    .AuctionEnded .latestBid p {
        font-size: 14px;
        color: red;
    }

    .AuctionEnded .latestBid span {
        color: red;
        font-weight: 600;
    }
/********************/
/* Auction_Details Page */
/*******************/
#Auction_Details {
    margin: 40px 0;
}

    #Auction_Details .swiper-container {
        height: 350px;
    }

        #Auction_Details .swiper-container .swiper-slide {
            border-radius: 10px 10px 0 0;
        }

        #Auction_Details .swiper-container .brand img {
            position: absolute;
            top: 10%;
            left: 0;
            height: 24px;
            width: 100px;
            z-index: 2;
        }

    #Auction_Details .AuctionDetails {
        background-color: #FFF;
        box-shadow: 3px 5px 10px #DDD;
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }

        #Auction_Details .AuctionDetails hr {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }

        #Auction_Details .AuctionDetails .date {
            margin-bottom: 10px;
        }

            #Auction_Details .AuctionDetails .date ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #Auction_Details .AuctionDetails .date ul li {
                    display: inline-block;
                    margin-right: 10px;
                }

        #Auction_Details .AuctionDetails .title h3 {
            color: #8D69A7;
        }

        #Auction_Details .AuctionDetails .StartOn {
            text-align: right;
            margin-top: 10px;
        }

            #Auction_Details .AuctionDetails .StartOn img {
                width: auto;
                height: 12px;
                padding-bottom: 5px;
                position: absolute;
                right: -2px;
                top: -2px;
            }

            #Auction_Details .AuctionDetails .StartOn span {
                display: block;
                color: #6A6A6A;
                margin-bottom: 5px;
                font-weight: 600;
            }

            #Auction_Details .AuctionDetails .StartOn h5 {
                color: #8D69A7;
                font-weight: 600;
                display: inline-block;
                margin-right: 5px;
                font-size: 30px;
            }

            #Auction_Details .AuctionDetails .StartOn p {
                position: relative;
                margin-bottom: 0;
                color: #8D69A7;
                font-weight: 600;
                font-size: 1.25rem;
                display: inline-block;
            }

        #Auction_Details .AuctionDetails .carCateg {
            margin-bottom: 30px;
        }

            #Auction_Details .AuctionDetails .carCateg span {
                display: block;
                text-align: justify;
            }


        #Auction_Details .AuctionDetails .thirtySeconds {
            text-align: center;
            background-color: red;
            color: #FFF;
            border-radius: 50%;
            display: block;
            width: 60px;
            height: 60px;
            padding: 10px 0;
            margin-left: auto;
            margin-top: 15px;
        }

            #Auction_Details .AuctionDetails .thirtySeconds span {
                font-size: 16px;
            }

            #Auction_Details .AuctionDetails .thirtySeconds p {
                font-size: 10px;
                margin-bottom: 0;
            }

        #Auction_Details .AuctionDetails iframe {
            width: 100%;
            height: 300px;
        }

        #Auction_Details .AuctionDetails .TimeRemaining {
            text-align: center;
            margin-bottom: 15px;
        }

            #Auction_Details .AuctionDetails .TimeRemaining p {
                margin-bottom: 5px;
                margin-right: 20px;
                display: block;
                color: #6A6A6A;
            }

            #Auction_Details .AuctionDetails .TimeRemaining .timer {
                position: relative;
                display: block;
            }

                #Auction_Details .AuctionDetails .TimeRemaining .timer ul li span {
                    border: 1px solid #DDD;
                    border-bottom: 0;
                }

            #Auction_Details .AuctionDetails .TimeRemaining ul li p {
                margin-bottom: 0;
                font-size: 14px;
                background-color: #FFF;
                color: #8D69A7;
                border: 1px solid #D6D6D6;
                border-radius: 0 0 3px 3px;
            }

        #Auction_Details .AuctionDetails .EndDate {
            margin-bottom: 5px;
        }

            #Auction_Details .AuctionDetails .EndDate p {
                margin-bottom: 0;
                color: #8D69A7;
            }


            #Auction_Details .AuctionDetails .EndDate div {
                font-size: 14px;
                color: #6A6A6A;
            }

        #Auction_Details .AuctionDetails .MinIncrement p {
            color: #000;
        }

        #Auction_Details .AuctionDetails .MinIncrement span {
            color: #8D69A7;
        }

        #Auction_Details .AuctionDetails .CurrentBid {
            background-color: #F1EFEF;
            padding: 10px;
            border-radius: 10px;
        }

            #Auction_Details .AuctionDetails .CurrentBid .CurrentBidPrice ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #Auction_Details .AuctionDetails .CurrentBid .CurrentBidPrice ul li {
                    display: inline-block;
                }

                    #Auction_Details .AuctionDetails .CurrentBid .CurrentBidPrice ul li .Currentprice {
                        color: #8D69A7;
                        font-weight: 600;
                    }

            #Auction_Details .AuctionDetails .CurrentBid .auctionIcon {
                text-align: center;
                cursor: pointer;
            }

                #Auction_Details .AuctionDetails .CurrentBid .auctionIcon img {
                    width: 25px;
                    height: 25px;
                    border-radius: 150px;
                }

                #Auction_Details .AuctionDetails .CurrentBid .auctionIcon span {
                    color: #8D69A7;
                }

            #Auction_Details .AuctionDetails .CurrentBid .lastbidDiv {
                text-align: right;
            }

                #Auction_Details .AuctionDetails .CurrentBid .lastbidDiv .lastBidName {
                    color: #000;
                    margin-right: 5px;
                    font-size: 15px;
                }

                    #Auction_Details .AuctionDetails .CurrentBid .lastbidDiv .lastBidName span {
                        font-weight: 600;
                    }



        #Auction_Details .AuctionDetails .BidNow .quantity {
            margin-top: 20px;
            margin-bottom: 10px;
        }

            #Auction_Details .AuctionDetails .BidNow .quantity input {
                -webkit-appearance: none;
                border: 1px solid #8D69A7;
                text-align: center;
                width: 100px;
                padding: 2px;
                font-size: 16px;
                color: #43484D;
                border-radius: 30px;
                background: transparent;
            }


            #Auction_Details .AuctionDetails .BidNow .quantity button[class*=btn] {
                width: 30px;
                height: 30px;
                background: #8D69A7;
                border-radius: 30px;
                border: 1px solid #8D69A7;
                cursor: pointer;
            }

            #Auction_Details .AuctionDetails .BidNow .quantity button:focus,
            #Auction_Details .AuctionDetails .BidNow .quantity input:focus {
                outline: 0;
            }


        #Auction_Details .AuctionDetails .BidNow .BidNowButton {
            text-align: right;
            margin-top: 16px;
            margin-bottom: 10px;
        }

            #Auction_Details .AuctionDetails .BidNow .BidNowButton button {
                background: #8D69A7;
                border: none;
                padding: 5px;
                width: 120px;
                border-radius: 30px;
                color: #FFF;
                outline: none;
                box-shadow: none;
                transition: all 0.2s ease-in-out;
            }

                #Auction_Details .AuctionDetails .BidNow .BidNowButton button:hover {
                    background-color: #8D69A7;
                }

        #Auction_Details .AuctionDetails .CarList {
            margin: 10px 0;
        }

            #Auction_Details .AuctionDetails .CarList ul {
                list-style: none;
                padding: 0;
                margin: 0;
                width:100%;
            }

                #Auction_Details .AuctionDetails .CarList ul li {
                    display: block;
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #DDD;
                }


                #Auction_Details .AuctionDetails .CarList ul.List {
                    float: left;
                    /*margin-right: 120px;*/
                }

                    #Auction_Details .AuctionDetails .CarList ul.List li {
                        color: #8D69A7;
                    }

                #Auction_Details .AuctionDetails .CarList ul.Desc li {
                    color: #6A6A6A;
                }

        #Auction_Details .AuctionDetails .desc {
            margin-top: 10px;
            font-size: 14px;
        }

            #Auction_Details .AuctionDetails .desc h5 {
                font-weight: 600;
                color: #000;
            }

            #Auction_Details .AuctionDetails .desc p {
                font-size: 14px;
                margin-bottom: 0;
                text-align: justify;
            }

        #Auction_Details .AuctionDetails .Attachment {
            margin: 5px 0;
        }

            #Auction_Details .AuctionDetails .Attachment a {
                display: inline-block;
                text-decoration: none;
                outline: none;
                padding: 7px;
                color: #8D69A7;
                border-radius: 3px;
                transition: all 0.2s;
            }

                #Auction_Details .AuctionDetails .Attachment a i {
                    margin-right: 3px;
                    font-size: 20px;
                }

                #Auction_Details .AuctionDetails .Attachment a:hover {
                    background-color: #8D69A7;
                    color: #FFF;
                }

/* FAQ Page */
#FAQ {
    margin: 40px 0;
}

    #FAQ #accordion .card {
        border: none;
        background: none;
    }

        #FAQ #accordion .card .card-header {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            border: none;
            margin-bottom: 5px;
        }

        #FAQ #accordion .card .card-body {
            padding: 10px 30px;
            background-color: #FFF;
            border-radius: 5px;
            margin-bottom: 5px;
        }

            #FAQ #accordion .card .card-body p {
                font-size: 16px;
                text-align: justify;
            }

        #FAQ #accordion .card .card-header .CatTitle {
            margin-bottom: 0;
        }

            #FAQ #accordion .card .card-header .CatTitle > a {
                display: block;
                position: relative;
                color: #8D69A7;
                font-size: 16px;
                text-decoration: none;
            }

                #FAQ #accordion .card .card-header .CatTitle > a:after {
                    content: "\f107";
                    font-family: 'FontAwesome';
                    position: absolute;
                    right: 0;
                    font-size: 20px;
                }

                #FAQ #accordion .card .card-header .CatTitle > a[aria-expanded="true"] {
                    color: #8D69A7;
                }

                    #FAQ #accordion .card .card-header .CatTitle > a[aria-expanded="true"]:after {
                        content: "\f106";
                        color: #8D69A7;
                    }

/* VerificationMobile Page */
#VerificationMobile {
    margin: 40px 0;
    z-index: 2;
    position: inherit;
}

    #VerificationMobile .content {
        width: 50%;
        margin: auto;
        text-align: center;
        padding: 40px;
        border-radius: 10px;
        background-color: #FFF;
        box-shadow: 3px 5px 10px #DDD;
    }

        #VerificationMobile .content .EnterCode {
            font-size: 18px;
            margin-bottom: 0;
        }

        #VerificationMobile .content span {
            font-weight: bold;
            color: #000;
            display: block;
            margin-bottom: 20px;
        }

        #VerificationMobile .content .VerifyButton {
            margin-top: 20px;
            margin-bottom: 30px;
        }

            #VerificationMobile .content .VerifyButton button {
                background: #8D69A7;
                border: none;
                padding: 7px;
                width: 40%;
                border-radius: 30px;
                color: #FFF;
                outline: none;
                box-shadow: none;
                transition: all 0.2s ease-in-out;
            }

                #VerificationMobile .content .VerifyButton button:hover {
                    background-color: #8D69A7;
                }

        #VerificationMobile .content .Sendagain {
            margin-bottom: 0;
        }

            #VerificationMobile .content .Sendagain a {
                text-decoration: none;
                outline: none;
                color: #8D69A7;
            }

/* SearchResult Page */
#SearchResult {
    margin: 40px 0;
}

    #SearchResult .SearchTitle .title {
        text-align: center;
    }

        #SearchResult .SearchTitle .title h4 {
            color: #8D69A7;
        }

    #SearchResult .SearchTitle p {
        margin-bottom: 0;
    }

/* Confirmation Page */
#Confirmation {
    margin: 40px 0;
}

    #Confirmation .Content {
        border-radius: 10px;
        background-color: #FFF;
        box-shadow: 3px 5px 10px #DDD;
        padding: 20px;
        margin-bottom: 20px;
        width: 90%;
        margin: auto;
    }


        #Confirmation .Content .ConfirmDate .paymentID {
            text-align: left;
        }

            #Confirmation .Content .ConfirmDate .paymentID p {
                color: #B5B5B5;
                margin-bottom: 0;
            }

                #Confirmation .Content .ConfirmDate .paymentID p span {
                    color: #52AECD;
                    font-weight: 600;
                }

        #Confirmation .Content .ConfirmDate .date {
            text-align: right;
        }

            #Confirmation .Content .ConfirmDate .date span {
                color: #B5B5B5;
                font-size: 18px;
            }

        #Confirmation .Content .ConfirmDate .desc .Message {
            color: #484848;
            font-size: 20px;
            margin-bottom: 0;
        }

        #Confirmation .Content .ConfirmDate .desc .Success {
            color: #30C44E;
            font-size: 20px;
        }

            #Confirmation .Content .ConfirmDate .desc .Success i, #Confirmation .Content .ConfirmDate .desc .Failed i {
                margin-right: 5px;
            }

        #Confirmation .Content .ConfirmDate .desc .Failed {
            color: red;
            font-size: 20px;
        }

        #Confirmation .Content .ConfirmDate .DataList {
            background-color: #F6F6F6;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
            overflow: hidden;
        }

            #Confirmation .Content .ConfirmDate .DataList ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #Confirmation .Content .ConfirmDate .DataList ul li {
                    float: left;
                    width: 25%;
                    text-align: left;
                    font-weight: 600;
                    color: #07476E;
                    margin-bottom: 10px;
                }

                    #Confirmation .Content .ConfirmDate .DataList ul li span {
                        color: #797979;
                        font-weight: lighter;
                        display: block;
                        margin-bottom: 5px;
                    }

                    #Confirmation .Content .ConfirmDate .DataList ul li p {
                        margin-bottom: 0;
                    }

        #Confirmation .Content .ConfirmDate .ServiceContent {
            background-color: #F6F6F6;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

            #Confirmation .Content .ConfirmDate .ServiceContent .ServiceDesc {
                text-align: left;
            }

            #Confirmation .Content .ConfirmDate .ServiceContent .servicePrice {
                text-align: right;
            }

            #Confirmation .Content .ConfirmDate .ServiceContent p {
                margin-bottom: 0;
                color: #000;
            }

                #Confirmation .Content .ConfirmDate .ServiceContent p span {
                    font-weight: 600;
                    color: #07476E;
                }


        #Confirmation .Content .ConfirmDate .CarList ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #Confirmation .Content .ConfirmDate .CarList ul li {
                display: block;
                margin-bottom: 10px;
            }


            #Confirmation .Content .ConfirmDate .CarList ul.List {
                float: left;
                margin-right: 40px;
            }

                #Confirmation .Content .ConfirmDate .CarList ul.List li {
                    color: #07476E;
                }

            #Confirmation .Content .ConfirmDate .CarList ul.Desc li {
                color: #6A6A6A;
            }

        #Confirmation .Content .ConfirmDate .PrintButton {
            text-align: left;
            padding: 10px 0;
        }

            #Confirmation .Content .ConfirmDate .PrintButton button {
                background-color: #52AECD;
                border: none;
                padding: 7px;
                width: 140px;
                margin: auto;
                text-align: center;
                border-radius: 30px;
                color: #FFF;
                outline: none;
                box-shadow: none;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }


                #Confirmation .Content .ConfirmDate .PrintButton button:hover {
                    background-color: #07476E;
                }


        #Confirmation .Content .ConfirmDate .DoneButton {
            text-align: right;
            padding: 10px 0;
        }

            #Confirmation .Content .ConfirmDate .DoneButton button {
                border: 2px solid #52AECD;
                background-color: transparent;
                padding: 5px;
                width: 140px;
                margin: auto;
                text-align: center;
                border-radius: 30px;
                color: #52AECD;
                outline: none;
                box-shadow: none;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }


                #Confirmation .Content .ConfirmDate .DoneButton button:hover {
                    background-color: #07476E;
                    border-color: #07476E;
                    color: #FFF;
                }

        #Confirmation .Content .ConfirmDate .BackButton {
            text-align: right;
            padding: 10px 0;
        }

            #Confirmation .Content .ConfirmDate .BackButton button {
                background-color: #52AECD;
                border: none;
                padding: 7px;
                width: 140px;
                margin: auto;
                text-align: center;
                border-radius: 30px;
                color: #FFF;
                outline: none;
                box-shadow: none;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }


        #Confirmation .Content .BackButton button:hover {
            background-color: #07476E;
        }

        #Confirmation .Content .ForMazaLogo {
            text-align: right;
        }
        /********* New 11/10/2020  **********/
        #Confirmation .Content .AddressCompany {
            text-align: left;
            margin-bottom: 10px;
        }

            #Confirmation .Content .AddressCompany p {
                color: #000;
                font-size: 14px;
                margin-bottom: 0;
            }

        #Confirmation .Content .InvoiceNo {
            text-align: center;
        }

            #Confirmation .Content .InvoiceNo p {
                color: #B5B5B5;
                margin-bottom: 0;
            }

                #Confirmation .Content .InvoiceNo p span {
                    color: #52AECD;
                    font-weight: 600;
                }

        #Confirmation .Content .ServicemainTitle {
            margin-bottom: 20px;
            text-align: center;
        }

            #Confirmation .Content .ServicemainTitle h4 {
                color: #000;
                font-size: 24px;
            }

                #Confirmation .Content .ServicemainTitle h4.ServiceAr {
                    font-family: 'Cairo', sans-serif;
                }


        #Confirmation .Content .DetailsContainer {
            background-color: #F6F6F6;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
            width:100%;
        }

        #Confirmation .Content .DetailsTitle {
            border-bottom: 1px solid#eaeaea;
            margin-bottom: 10px;
        }

        #Confirmation .Content .DetailsTitleEN h5,
        #Confirmation .Content .DetailsTitleAr h5 {
            font-size: 18px;
        }

        #Confirmation .Content .DetailsTitleAr {
            font-family: 'Cairo', sans-serif;
            text-align: right;
        }

        #Confirmation .Content .ConfirmDate .PaymentsContent {
            background-color: #F6F6F6;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

            #Confirmation .Content .ConfirmDate .PaymentsContent .PaymentSec {
                text-align: left;
                margin-bottom: 10px;
            }

                #Confirmation .Content .ConfirmDate .PaymentsContent .PaymentSec p {
                    margin-bottom: 0;
                    color: #000;
                }

                    #Confirmation .Content .ConfirmDate .PaymentsContent .PaymentSec p span {
                        font-weight: 600;
                        color: #07476E;
                    }

        #Confirmation .Content .ConfirmDate .ServiceContent .CategoryDesc {
            text-align: right;
        }


/********* New 11/10/2020  **********/


/**  PaymentHistory Page **/
#PaymentHistory {
    margin: 40px 0px;
}

    #PaymentHistory .CahngePackageBtn {
        margin: 20px 0;
        text-align: right;
    }

        #PaymentHistory .CahngePackageBtn button {
            background-color: #8D69A7;
            border: none;
            padding: 7px;
            width: 200px;
            margin: auto;
            text-align: center;
            border-radius: 30px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }

            #PaymentHistory .CahngePackageBtn button:hover {
                background-color: #8D69A7;
            }

    #PaymentHistory .PaymentContent {
        background-color: #F3F3F3;
        box-shadow: 1px 3px 10px transparent;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
        transition: all 0.2s ease-in-out;
    }

        #PaymentHistory .PaymentContent:hover {
            background-color: #FFF;
            box-shadow: 1px 3px 10px #DDD;
        }


    #PaymentHistory .read .desc p,
    #PaymentHistory .read .date span {
        color: #828282 !important;
    }

    #PaymentHistory .PaymentContent a {
        text-decoration: none;
        outline: none;
    }

    #PaymentHistory .PaymentContent .date {
        margin-bottom: 10px;
        text-align: left;
    }

        #PaymentHistory .PaymentContent .date span {
            color: #000;
            font-size: 16px;
        }

    #PaymentHistory .PaymentContent .PaymentButton {
        text-align: right;
        margin-top: 10px;
    }

        #PaymentHistory .PaymentContent .PaymentButton a {
            padding: 5px 25px;
            background-color: #8D69A7;
            text-decoration: none;
            outline: none;
            border-radius: 30px;
            color: #FFF;
            transition: all 0.2s ease-in-out;
        }

            #PaymentHistory .PaymentContent .PaymentButton a:hover {
                background-color: #8D69A7;
            }

    #PaymentHistory .PaymentContent .desc {
        width: 90%;
        margin-top: 10px;
    }

        #PaymentHistory .PaymentContent .desc p {
            font-size: 18px;
            color: #000;
            margin-bottom: 0;
        }

            #PaymentHistory .PaymentContent .desc p span {
                color: #8D69A7;
                font-weight: 600;
            }

    #PaymentHistory .PaymentContent .Payment_invoise {
        text-align: right;
    }

        #PaymentHistory .PaymentContent .Payment_invoise a {
            color: #8D69A7;
            font-size: 16px;
            transition: all 0.2s ease-in-out;
        }

            #PaymentHistory .PaymentContent .Payment_invoise a i {
                font-size: 18px;
                margin-right: 5px;
            }

            #PaymentHistory .PaymentContent .Payment_invoise a:hover {
                color: #8D69A7;
            }




.ForgetPass_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
    border-radius: 20px;
    text-align: center;
}

    .ForgetPass_PopUp .title {
        border-bottom: 1px solid #e9e6e6;
        margin-bottom: 20px;
    }

        .ForgetPass_PopUp .title h3 {
            font-weight: 600;
            color: #000;
        }

    .ForgetPass_PopUp .form input {
        box-shadow: none;
        border: 1px solid #DDD;
        transition: all 0.2s ease-out;
    }

        .ForgetPass_PopUp .form input::placeholder {
            color: #acacac;
        }

        .ForgetPass_PopUp .form input:focus {
            border-color: #3087C4;
            transition: all 0.2s ease-in;
        }

    .ForgetPass_PopUp .form .SendBtn .send_btn {
        background: #3087C4;
        border: none;
        padding: 7px;
        width: 150px;
        font-weight: 600;
        border-radius: 150px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        transition: all 0.2s ease-in;
    }

        .ForgetPass_PopUp .form .SendBtn .send_btn:hover {
            background-color: #000;
            transform: scale(1.1);
            transition: all 0.2s ease-in;
        }

/**********/
/* Filter */
/**********/
.FilterCar {
    padding: 20px;
    width: 100%;
    text-align: left;
    background-color: #FFF;
    margin-bottom: 10px;
    box-shadow: 1px 2px 10px #0000001f;
}

.CarsAttr {
    max-height: 395px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .CarsAttr::-webkit-scrollbar {
        width: 3px;
        height: 0px;
    }

    .CarsAttr::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .CarsAttr::-webkit-scrollbar-thumb {
        background: #878787;
    }

        .CarsAttr::-webkit-scrollbar-thumb:hover {
            background: #8D69A7;
        }

.FilterCar span {
    color: #8D69A7;
    font-size: 18px;
    text-align: center;
    display: block;
}

.FilterCar input[type="checkbox"] {
    position: absolute;
    display: none;
}

    .FilterCar input[type="checkbox"] + .checkbox-label:before {
        content: '';
        background: #fff;
        border-radius: 10%;
        border: 1.2px solid #c9cdd2;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        margin-right: 8px;
        vertical-align: sub;
        cursor: pointer;
        text-align: center;
    }



    .FilterCar input[type="checkbox"]:checked + .checkbox-label {
        color: #8D69A7;
    }


.FilterCar label:hover {
    color: #8D69A7;
}

.FilterCar input[type="checkbox"]:checked + .checkbox-label:before {
    background-color: #8D69A7;
    border-color: #8D69A7;
    box-shadow: inset 0 0 0 5px #ffffff;
}

.FilterCar input[type="checkbox"]:disabled + .checkbox-label:before {
    box-shadow: inset 0 0 0 4px #c9cdd2;
    border-color: #838d98;
    background: #838d98;
}


.SortBy {
    padding: 20px;
    width: 100%;
    text-align: left;
    background-color: #FFF;
    margin-bottom: 10px;
    box-shadow: 1px 2px 10px #0000001f;
}

    .SortBy span {
        color: #8D69A7;
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .SortBy input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .SortBy input[type="radio"] + .radio-label:before {
            content: '';
            background: #fff;
            border-radius: 100%;
            border: 1.2px solid #c9cdd2;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            margin-right: 8px;
            vertical-align: sub;
            cursor: pointer;
            text-align: center;
        }

        .SortBy input[type="radio"]:checked + .radio-label {
            color: #8D69A7;
        }


    .SortBy label:hover {
        color: #8D69A7;
    }

    .SortBy input[type="radio"]:checked + .radio-label:before {
        background-color: #8D69A7;
        border-color: #8D69A7;
        box-shadow: inset 0 0 0 5px #ffffff;
    }

    .SortBy input[type="radio"]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #c9cdd2;
        border-color: #838d98;
        background: #838d98;
    }

.Filter_Btn {
    display: none;
}

    .Filter_Btn button {
        background: #8D69A7;
        border: none;
        padding: 7px;
        width: 100%;
        border-radius: 30px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        .Filter_Btn button i {
            margin-right: 5px;
        }

        .Filter_Btn button:hover {
            background-color: #8D69A7;
            color: #FFF;
        }

        .Filter_Btn button:focus {
            box-shadow: none;
        }

.SortBy .Buttons {
    text-align: center;
}

    .SortBy .Buttons button {
        background: #8D69A7;
        border: none;
        padding: 7px;
        width: 100%;
        border-radius: 30px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        .SortBy .Buttons button:hover {
            background-color: #8D69A7;
        }


#ResetPassword {
    margin: 40px 0;
}

    #ResetPassword .Form {
        background-color: #FFF;
        box-shadow: 3px 5px 10px #DDD;
        padding: 40px;
        width: 100%;
        border-radius: 10px;
        margin: auto;
        overflow: hidden;
    }

        #ResetPassword .Form .saveButton {
            text-align: right;
        }

            #ResetPassword .Form .saveButton button {
                background: #8D69A7;
                border: none;
                padding: 7px;
                width: 200px;
                border-radius: 30px;
                color: #FFF;
                outline: none;
                box-shadow: none;
                transition: all 0.2s ease-in-out;
            }

                #ResetPassword .Form .saveButton button:hover {
                    background-color: #8D69A7;
                }

.Winned_auction {
    width: 100%;
    height: 340px;
    background-color: #F3F3F3;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}

    .Winned_auction a {
        text-decoration: none;
        outline: none;
    }

    .Winned_auction:hover {
        box-shadow: 0px 0px 10px #8D69A78a;
        background-color: #FFF;
    }


    .Winned_auction .image {
        position: relative;
        height: 180px;
    }

        .Winned_auction .image img {
            width: 100%;
            height: 100%;
        }

        .Winned_auction .image .brand img {
            position: absolute;
            top: 10%;
            left: 0;
            height: 23px;
            width: 90px;
        }

    .Winned_auction .cat_title {
        margin: 10px 0 0 10px;
    }

        .Winned_auction .cat_title h5 {
            font-size: 14px;
            color: #808080;
        }


    .Winned_auction .title {
        margin-bottom: 5px !important;
        margin-left: 10px;
        margin-top: 0px;
    }

        .Winned_auction .title h5 {
            font-size: 16px;
            color: #000 !important;
        }

    .Winned_auction .price {
        margin-left: 10px;
        margin-bottom: 5px;
    }

        .Winned_auction .price p {
            color: #000;
            font-size: 16px;
            margin-bottom: 0;
            display: inline-block;
            margin-right: 5px;
        }


        .Winned_auction .price span {
            color: #8D69A7;
            font-size: 16px;
        }

    .Winned_auction .ParkFee {
        margin-left: 10px;
        margin-bottom: 5px;
    }

        .Winned_auction .ParkFee p {
            color: #000;
            font-size: 16px;
            margin-bottom: 0;
            display: inline-block;
            margin-right: 5px;
        }


        .Winned_auction .ParkFee span {
            color: #8D69A7;
            font-size: 16px;
        }

    .Winned_auction .PayBtn {
        text-align: right;
        margin-right: 10px;
    }

        .Winned_auction .PayBtn button {
            background-color: #8D69A7;
            padding: 3px;
            color: #FFF;
            width: 90px;
            border-radius: 30px;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            .Winned_auction .PayBtn button:hover {
                background-color: #8D69A7;
            }

#Auction_Details .AuctionDetails .Paybtn {
    text-align: right;
    margin-bottom: 10px;
}

    #Auction_Details .AuctionDetails .Paybtn button {
        background: #8D69A7;
        border: none;
        padding: 5px;
        width: 120px;
        border-radius: 30px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #Auction_Details .AuctionDetails .Paybtn button:hover {
            background-color: #8D69A7;
        }

#Auction_Details .AuctionDetails .price {
    text-align: left;
    margin-bottom: 10px;
}

    #Auction_Details .AuctionDetails .price p {
        color: #000;
        font-size: 16px;
        margin-bottom: 0;
        display: inline-block;
        margin-right: 5px;
    }

    #Auction_Details .AuctionDetails .price span {
        color: #8D69A7;
        font-weight: 600;
        font-size: 16px;
    }

#Auction_Details .AuctionDetails .ParkFee {
    text-align: left;
}

    #Auction_Details .AuctionDetails .ParkFee p {
        color: #000;
        font-size: 16px;
        margin-bottom: 0;
        display: inline-block;
        margin-right: 5px;
    }

    #Auction_Details .AuctionDetails .ParkFee span {
        color: #8D69A7;
        font-weight: 600;
        font-size: 16px;
    }


.slider-box {
    width: 90%;
    margin: 25px auto
}

    .slider-box label, .slider-box input {
        border: none;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        width: 30%
    }

    .slider-box input {
        width: 70%
    }

    .slider-box .slider {
        margin: 25px 0
    }



/******************************/
/* New Updates 2/6/2020 */
/****************************/
#MyAccount .Content .Form .SendButton {
    text-align: right;
}

    #MyAccount .Content .Form .SendButton button {
        background: #8D69A7;
        border: none;
        padding: 7px;
        width: 200px;
        border-radius: 30px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #MyAccount .Content .Form .SendButton button:hover {
            background-color: #8D69A7;
        }

#MyAccount .Content .uploadPictures {
    text-align: center;
    margin-bottom: 20px;
}

#MyAccount .Content .AddFile {
    position: relative;
    display: inline-block;
    text-align: center;
}

    #MyAccount .Content .AddFile img {
        width: 80px;
        height: 75px;
        cursor: pointer;
    }

    #MyAccount .Content .AddFile a {
        color: #9E9D9D;
        text-decoration: none;
        outline: none;
    }

    #MyAccount .Content .AddFile .upload-box {
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }
    #MyAccount .Content .AddFile .upload-box2 {
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }
    #MyAccount .Content .AddFile a h6 {
        margin-top: 10px;
        font-size: 14px;
        color: #8D69A7;
    }

#MyAccount .Content .uploadesImages {
    margin-bottom: 30px;
}

    #MyAccount .Content .uploadesImages .imageItem {
        position: relative;
        margin-bottom: 20px;
    }

        #MyAccount .Content .uploadesImages .imageItem img {
            width: 100%;
            height: 150px;
        }

        #MyAccount .Content .uploadesImages .imageItem i {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #000;
            color: #FFF;
            padding: 4px;
            font-size: 12px;
            cursor: pointer;
        }

            #MyAccount .Content .uploadesImages .imageItem i:hover {
                background-color: #8D69A7;
            }



#MyAccount .Content .FileUplaod {
    text-align: left;
}


    #MyAccount .Content .FileUplaod .custom-file-upload {
        text-align: center;
        margin-top: 0;
        background-color: transparent;
        border: 1px solid #DDD;
        color: #000;
        font-size: 14px;
        display: inline-block;
        padding: 7px 25px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        border-radius: 30px;
    }

        #MyAccount .Content .FileUplaod .custom-file-upload i {
            margin-right: 4px;
        }

        #MyAccount .Content .FileUplaod .custom-file-upload:hover {
            background-color: #8D69A7;
            color: #FFF;
            border-color: transparent;
        }


#MyAccount .Content .CheckTerms {
    margin-top: 20px;
}

    #MyAccount .Content .CheckTerms .MyLabel {
        display: block;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 16px;
        line-height: 1.2;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: left;
        margin-left: 5px;
    }

    #MyAccount .Content .CheckTerms a {
        color: #8D69A7;
    }

    #MyAccount .Content .CheckTerms .MyLabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    #MyAccount .Content .CheckTerms .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 5px;
        background-color: transparent;
        border: 1px solid #DDD;
    }


    #MyAccount .Content .CheckTerms .MyLabel input:checked ~ .checkmark {
        background-color: #8D69A7;
    }

    #MyAccount .Content .CheckTerms .MyLabel .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    #MyAccount .Content .CheckTerms .MyLabel input:checked ~ .checkmark:after {
        display: block;
    }

    #MyAccount .Content .CheckTerms .MyLabel .checkmark:after {
        left: 5px;
        top: 2px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /************/
    #MyAccount .Content .CheckTerms input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

        #MyAccount .Content .CheckTerms input[type="checkbox"] + .checkbox-label:before {
            content: '';
            background: #fff;
            border-radius: 10%;
            border: 1.5px solid #c9cdd2;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            margin-right: 8px;
            vertical-align: sub;
            cursor: pointer;
            text-align: center;
        }

        #MyAccount .Content .CheckTerms input[type="checkbox"]:checked + .checkbox-label:before {
            background-color: #8D69A7;
            border-color: #8D69A7;
            box-shadow: inset 0 0 0 5px #ffffff;
        }

        #MyAccount .Content .CheckTerms input[type="checkbox"]:disabled + .checkbox-label:before {
            box-shadow: inset 0 0 0 4px #c9cdd2;
            border-color: #838d98;
            background: #838d98;
        }

#MyAccount .Content #filename-div {
    display: none;
    text-align: left;
    margin-top: 10px;
}

    #MyAccount .Content #filename-div #span-filename {
        text-align: right;
        display: inline-block;
        padding: 7px 10px;
        background-color: #8D69A7;
        border-radius: 30px;
        color: #FFF;
    }

    #MyAccount .Content #filename-div #delete-file {
        display: none;
        cursor: pointer;
        background-color: #06476d;
        padding: 5px 6px;
        border-radius: 30px;
        font-size: 13px;
        color: #FFF;
    }

#MyAccount .Content .Form .switch_box {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
}

#MyAccount .Content .Form input[type="checkbox"].switch {
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 21px;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    #MyAccount .Content .Form input[type="checkbox"].switch:checked {
        background: #8D69A7;
    }

    #MyAccount .Content .Form input[type="checkbox"].switch:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
        box-shadow: 0 0 .25em rgba(0,0,0,.3);
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    #MyAccount .Content .Form input[type="checkbox"].switch:checked:after {
        left: calc(100% - 1.5em);
    }

#MyAccount .Content .Form .switchTitle {
    color: #797979;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

#MyAccount .Content .uploadesImages .row .col-12 {
    padding-right: 15px;
    padding-left: 15px;
}

#MyAccount .Content .Form hr {
    margin-top: 0;
    margin-bottom: 0;
}

.subCatNot {
    background-color: #f7f6f6;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px 30px;
}
/**  MyPackages **/
#MyPackages .AddPackageBtn {
    margin: 20px 0;
    text-align: right;
}

    #MyPackages .AddPackageBtn button {
        background-color: #8D69A7 !important;
        border: none;
        padding: 7px;
        width: 200px;
        margin: auto;
        text-align: center;
        border-radius: 30px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

        #MyPackages .AddPackageBtn button:hover {
            background-color: #8D69A7;
        }

#MyPackages .PackageContent {
    background-color: #FFF;
    box-shadow: 1px 3px 10px #DDD;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

    #MyPackages .PackageContent .titlename {
        margin-bottom: 10px;
    }

        #MyPackages .PackageContent .titlename h5 {
            color: #8D69A7;
        }

    #MyPackages .PackageContent .date {
        margin-bottom: 10px;
    }

        #MyPackages .PackageContent .date span {
            color: #000;
            font-size: 16px;
        }

    #MyPackages .PackageContent .price span {
        font-size: 18px;
        color: #8D69A7;
        font-weight: 600;
    }

    #MyPackages .PackageContent .cat {
        margin-bottom: 20px;
        text-align: left;
        background-color: #f3f3f3;
        border-radius: 16px;
        padding: 8px 20px;
    }

        #MyPackages .PackageContent .cat span {
            color: #a9a9a9;
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
            font-size: 14px;
        }

        #MyPackages .PackageContent .cat p {
            color: #000;
            font-size: 14px;
            margin-bottom: 0;
        }

/**  Deposit Page **/
#Deposit .DepositContent {
    background-color: #F3F3F3;
    box-shadow: 1px 3px 10px transparent;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

    #Deposit .DepositContent:hover {
        background-color: #FFF;
        box-shadow: 1px 3px 10px #DDD;
    }

    #Deposit .DepositContent a {
        text-decoration: none;
        outline: none;
    }

    #Deposit .DepositContent .auctionName {
        margin-bottom: 10px;
    }

        #Deposit .DepositContent .auctionName span {
            color: #000;
            font-size: 18px;
        }

    #Deposit .DepositContent .price span {
        font-size: 16px;
        color: #8D69A7;
        font-weight: 600;
    }

    #Deposit .DepositContent .DepositBtn {
        text-align: right;
    }

        #Deposit .DepositContent .DepositBtn button {
            background-color: #8D69A7;
            border: none;
            padding: 7px;
            width: 160px;
            margin: auto;
            text-align: center;
            border-radius: 30px;
            font-size: 14px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }

            #Deposit .DepositContent .DepositBtn button:hover {
                background-color: #8D69A7;
            }

    #Deposit .DepositContent .desc {
        text-align: right;
    }

        #Deposit .DepositContent .desc p {
            font-size: 16px;
            margin-bottom: 0;
            color: #000;
        }


.Deposit_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
    border-radius: 20px;
    text-align: center;
}

    .Deposit_PopUp .title {
        border-bottom: 1px solid #e9e6e6;
        margin-bottom: 20px;
    }

        .Deposit_PopUp .title h3 {
            font-weight: 600;
            color: #000;
        }

    .Deposit_PopUp .Send_Btn button {
        border: none;
        background-color: #8D69A7;
        padding: 7px;
        width: 140px;
        margin: auto;
        text-align: center;
        border-radius: 150px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

        .Deposit_PopUp .Send_Btn button:hover {
            background-color: #8D69A7;
        }

/*********************************/
.alert-success, .alert-primary, .alert-secondary, .alert-info, .alert-warning, .alert-danger, .alert-light, .alert-dark  {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 600px) {
    #Deposit .DepositContent,
    #Deposit .DepositContent .DepositBtn,
    #Deposit .DepositContent .desc {
        text-align: center;
    }

        #Deposit .DepositContent .price {
            margin-bottom: 10px;
        }

    .termsCondition_PopUp .TermsContent {
        max-height: 250px;
        font-size: 12px;
    }

    #Confirmation .Content .ConfirmDate .ServiceContent .ServiceDesc,
    #Confirmation .Content .ConfirmDate .ServiceContent .servicePrice {
        text-align: center;
    }

    #Confirmation .Content .CarList ul.List li,
    #Confirmation .Content .CarList ul.Desc li {
        font-size: 12px;
        text-align: left;
    }




    #Auction_Details .AuctionDetails .thirtySeconds {
        margin: 10px auto;
    }

    body {
        padding-top: 68px;
    }

    .Bid_PopUp #UsersContetnt {
        max-height: 300px;
    }

    .Bid_PopUp .UserContetnt .date span {
        font-size: 12px;
    }

    .Bid_PopUp .UserContetnt .desc p {
        font-size: 14px;
    }

    .formobile {
        display: block;
    }

    .breadcrumb-item, .breadcrumb-item.active {
        font-size: 12px;
    }

    .leftBar .Links, #MyAccount .Content {
        min-height: unset;
        height: auto;
    }
    /* .AuctionBar .image .timer ul li span {
        width: 35px;
    } */
    .AuctionBar .auctionIcon, .AuctionBar .BidNow {
        text-align: center;
        margin-left: 0;
    }

    .AuctionBar .image img {
        border-radius: 5px 5px 0 0;
    }

    .AuctionBar .cat_title {
        padding-left: 0;
        text-align: center;
    }

    .AuctionBar .title, .AuctionBar .price {
        margin-left: 0;
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 90px;
        height: 42px;
    }

    #navbarContent {
        max-height: 400px;
        overflow: scroll;
    }

    .navbar-nav .nav-link {
        padding: 15px 0;
    }

    .contentSlider img {
        width: 140px;
        height: 43px;
    }

    .contentSlider h1 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .contentSlider .MoreBtn {
        padding: 2px;
        width: 90px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }

    .swiper-container {
        height: 127px;
    }

    .contentSlider {
        top: 50%;
    }

    .item, #Ads .image, .Auction, .Auction .image, .AuctionBar,
    .AuctionBar .image, #MyAccount .Auction {
        height: auto;
    }

    #Subscribe .content {
        top: 10%;
        left: 5%;
        width: 90%;
    }

        #Subscribe .content h5 {
            font-size: 20px;
        }

        #Subscribe .content p {
            font-size: 14px;
        }

    .social {
        margin-bottom: 30px;
    }

    .copyright, .language {
        text-align: center;
    }

    .title-widget {
        font-size: 16px;
    }

    .widget_nav_menu ul li {
        font-size: 14px;
    }

    .copyright p, .language p {
        font-size: 12px;
    }
    /* About Page */
    #About .desc {
        padding: 20px;
    }

        #About .desc p {
            font-size: 14px;
        }
    /* Select package Page */
    #Select_Package {
        margin-bottom: 0;
        margin: 60px 0;
    }

    /* Sign_Up Page */
    #Sign_Up .Form .form-control {
        margin-bottom: 0.5rem;
    }

    #Sign_Up .Form .form-group {
        margin-bottom: 0;
    }

    #Sign_Up .Form .CheckTerms {
        margin-bottom: 30px !important;
    }

    #Sign_Up .uploads ul li:first-of-type {
        margin-left: 0;
    }

    #Sign_Up .uploads {
        text-align: center;
    }

    #Sign_Up .Form .signUpButton button {
        width: 60%;
    }

    #Sign_Up .Form .MyLabel {
        font-size: 14px;
    }
    /* Notifications Page */
    #Notifications .Content .desc p, #Notifications .Content .date span {
        font-size: 13px;
    }
    /* Login Page */
    #Login .Form {
        padding: 30px;
        margin-bottom: 20px;
    }

    #Login .createAccont {
        padding: 30px;
    }

        #Login .createAccont p {
            font-size: 14px;
        }

        #Login .Form .title h4, #Login .createAccont .title h4 {
            font-size: 20px;
        }
    /* MyAccount Page */
    #MyAccount .Content .title h5 {
        font-size: 18px;
    }
    /* Auction_Details Page */
    #Auction_Details .AuctionDetails .BidNow .quantity,
    #Auction_Details .AuctionDetails .BidNow .BidNowButton,
    #Auction_Details .AuctionDetails .CurrentBid .auctionIcon,
    #Auction_Details .AuctionDetails .MinIncrement,
    #Auction_Details .AuctionDetails .carCateg,
    #Auction_Details .AuctionDetails .StartOn,
    #Auction_Details .AuctionDetails .title,
    #Auction_Details .AuctionDetails .date,
    #Auction_Details .AuctionDetails .desc {
        text-align: center;
    }

        #Auction_Details .AuctionDetails .title h3 {
            font-size: 24px;
        }

        #Auction_Details .AuctionDetails .StartOn h5,
        #Auction_Details .AuctionDetails .StartOn p {
            font-size: 18px;
        }

        #Auction_Details .AuctionDetails .MinIncrement p {
            font-size: 14px;
        }

    #Auction_Details .AuctionDetails .TimeRemaining {
        text-align: center;
        margin-bottom: 30px;
    }

    #Auction_Details .AuctionDetails .CurrentBid .CurrentBidPrice {
        text-align: center;
        margin-bottom: 10px;
    }

    #Auction_Details .AuctionDetails .desc p {
        font-size: 12px;
    }

    #Auction_Details .AuctionDetails {
        margin-bottom: 20px;
    }

        #Auction_Details .AuctionDetails .CarList ul.List li,
        #Auction_Details .AuctionDetails .CarList ul.Desc li {
            font-size: 14px;
        }

    #Auction_Details .swiper-container {
        height: 175px;
    }

    #Auction_Details .AuctionDetails .TimeRemaining p {
        margin-right: 10px;
    }
    /* Contact Page */
    #Contact .Form {
        width: 100%;
        padding: 30px;
        margin-bottom: 20px;
    }

    #Contact .social ul li {
        margin-right: 10px;
    }

        #Contact .social ul li a img {
            width: 35px;
            height: 35px;
        }

    #Contact .Form .SendButton {
        text-align: center;
    }
    /* VerificationMobile Page */
    #VerificationMobile .content {
        padding: 10px;
        width: 100%;
    }

        #VerificationMobile .content .EnterCode,
        #VerificationMobile .content .Sendagain {
            font-size: 14px;
        }

        #VerificationMobile .content .VerifyButton button {
            width: 50%;
        }
    /* Confirmation */
    #Confirmation .Content {
        width: 100%;
        text-align: center;
    }

        #Confirmation .Content .ConfirmDate .paymentID, #Confirmation .Content .ConfirmDate .date {
            text-align: center;
        }

        #Confirmation .Content .ConfirmDate .desc .Message, #Confirmation .Content .ConfirmDate .desc .Success {
            font-size: 18px;
        }

        #Confirmation .Content .ConfirmDate .DataList ul li {
            width: 100%;
            text-align: justify;
            margin-bottom: 10px;
        }

        #Confirmation .Content .ConfirmDate .PrintButton, #Confirmation .Content .ConfirmDate .DoneButton {
            text-align: center;
        }
    /* Models */
    .Subscription_PopUp {
        text-align: center;
    }

        .Bid_PopUp .buttons .Pay_Btn,
        .Bid_PopUp .buttons .Cancel_Btn,
        .Subscription_PopUp .buttons .Ok_Btn,
        .Subscription_PopUp .buttons .Cancel_Btn {
            width: 40%;
        }
    /* PaymentHistory Page */
    #PaymentHistory .PaymentContent .desc p, #PaymentHistory .PaymentContent .date span {
        font-size: 13px;
    }

    .nav-pills .nav-link {
        margin-bottom: 10px;
    }

    #PaymentHistory .PaymentContent .Payment_invoise a {
        font-size: 14px;
    }

        #PaymentHistory .PaymentContent .Payment_invoise a i {
            font-size: 14px;
            margin-right: 2px;
        }

    #PaymentHistory .PaymentContent .PaymentButton a {
        padding: 3px 15px;
        font-size: 14px;
    }

    #Ads .image {
        margin-bottom: 20px;
    }

    .Filter_Mobile {
        display: none;
    }

    .Filter_Btn {
        display: block;
    }

    .Winned_auction, .Winned_auction .image {
        height: auto;
    }

    #Auction_Details .AuctionDetails .Paybtn,
    #Auction_Details .AuctionDetails .price,
    #Auction_Details .AuctionDetails .ParkFee {
        text-align: center;
    }

        #Auction_Details .AuctionDetails .price span,
        #Auction_Details .AuctionDetails .price p,
        #Auction_Details .AuctionDetails .ParkFee p,
        #Auction_Details .AuctionDetails .ParkFee span {
            font-size: 14px;
        }


    #ResetPassword .Form .saveButton button {
        width: 100%;
    }

    #Auction_Details .AuctionDetails .Attachment {
        text-align: center;
    }

        #Auction_Details .AuctionDetails .Attachment a {
            font-size: 14px;
        }

    /* New Updates 2/6/2020 */
    #MyAccount .Content .uploadesImages .imageItem img {
        height: auto;
    }

    #MyAccount .Content .Form .switchTitle {
        font-size: 12px;
    }
    /* MyPackages */
    #MyPackages .PackageContent .date span,
    #MyPackages .PackageContent .cat span {
        font-size: 14px;
    }

    #MyPackages .PackageContent .cat p {
        font-size: 12px;
    }

    #MyPackages .PackageContent .price span {
        font-size: 16px;
    }

    .category .image {
        height: auto;
    }

    .widget_nav_menu .app-store, .widget_nav_menu .google-play, .widget_nav_menu .app-Gallery {
        height: 21px;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {
    #Deposit .DepositContent,
    #Deposit .DepositContent .DepositBtn,
    #Deposit .DepositContent .desc {
        text-align: center;
    }

        #Deposit .DepositContent .price {
            margin-bottom: 10px;
        }

    .termsCondition_PopUp .TermsContent {
        max-height: 250px;
        font-size: 12px;
    }

    #Auction_Details .AuctionDetails .thirtySeconds {
        margin: 10px auto;
    }

    #Confirmation .Content .CarList ul.List li,
    #Confirmation .Content .CarList ul.Desc li {
        font-size: 12px;
        text-align: left;
    }

    body {
        padding-top: 68px;
    }

    .formobile {
        display: block;
    }

    .breadcrumb-item, .breadcrumb-item.active {
        font-size: 14px;
    }

    .leftBar .Links, #MyAccount .Content {
        min-height: unset;
        height: auto;
    }

    .Search_Icon {
        right: 75px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 145px;
        height: 42px;
    }

    #navbarContent {
        max-height: 400px;
        overflow: scroll;
    }

    .navbar-nav .nav-link {
        padding: 15px 0;
    }

    .contentSlider img {
        width: 140px;
        height: 43px;
    }

    .contentSlider h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }

    .swiper-container {
        height: 255px;
    }

    .contentSlider {
        top: 50%;
        width: 80%;
    }

    #Subscribe .content {
        top: 10%;
        left: 5%;
        width: 90%;
    }

    .social {
        margin-bottom: 30px;
        text-align: left;
    }

    .widget_nav_menu {
        text-align: left !important;
    }

    #Ads .image {
        height: 90px;
    }

    .title-widget {
        font-size: 16px;
    }

    .widget_nav_menu ul li {
        font-size: 14px;
    }
    /* About Page */
    #About .desc {
        padding: 20px;
    }

        #About .desc p {
            font-size: 14px;
        }
    /* Select package Page */
    #Select_Package {
        margin-bottom: 0;
        margin: 60px 0;
    }

    /* Sign_Up Page */
    #Sign_Up .Form .form-control {
        margin-bottom: 0.5rem;
    }

    #Sign_Up .Form .form-group {
        margin-bottom: 0;
    }

    #Sign_Up .Form .CheckTerms {
        margin-bottom: 30px !important;
    }

    #Sign_Up .uploads ul li:first-of-type {
        margin-left: 0;
    }

    #Sign_Up .uploads {
        text-align: center;
    }

    #Sign_Up .Form .signUpButton button {
        width: 50%;
    }
    /* Notifications Page */
    #Notifications .Content .desc p {
        font-size: 16px;
    }
    /* Login Page */
    #Login .Form {
        padding: 30px;
        margin-bottom: 20px;
    }

    #Login .createAccont {
        padding: 30px;
    }

        #Login .createAccont p {
            font-size: 14px;
        }

        #Login .Form .title h4, #Login .createAccont .title h4 {
            font-size: 20px;
        }
    /* Auction_Details Page */
    #Auction_Details .AuctionDetails .BidNow .quantity,
    #Auction_Details .AuctionDetails .BidNow .BidNowButton,
    #Auction_Details .AuctionDetails .CurrentBid .auctionIcon,
    #Auction_Details .AuctionDetails .MinIncrement,
    #Auction_Details .AuctionDetails .carCateg,
    #Auction_Details .AuctionDetails .StartOn,
    #Auction_Details .AuctionDetails .title,
    #Auction_Details .AuctionDetails .date,
    #Auction_Details .AuctionDetails .desc {
        text-align: center;
    }

        #Auction_Details .AuctionDetails .title h3 {
            font-size: 24px;
        }

        #Auction_Details .AuctionDetails .StartOn h5,
        #Auction_Details .AuctionDetails .StartOn p {
            font-size: 18px;
        }

        #Auction_Details .AuctionDetails .MinIncrement p {
            font-size: 14px;
        }

    #Auction_Details .AuctionDetails .TimeRemaining {
        text-align: center;
        margin-bottom: 30px;
    }

    #Auction_Details .AuctionDetails .CurrentBid .CurrentBidPrice {
        text-align: center;
        margin-bottom: 10px;
    }

    #Auction_Details .AuctionDetails .desc p {
        font-size: 12px;
    }

    #Auction_Details .AuctionDetails {
        margin-bottom: 20px;
    }

        #Auction_Details .AuctionDetails .CarList ul.List li,
        #Auction_Details .AuctionDetails .CarList ul.Desc li {
            font-size: 14px;
        }

    #Auction_Details .swiper-container {
        height: 280px;
    }

    #Auction_Details .AuctionDetails .TimeRemaining p {
        margin-right: 10px;
    }
    /* Contact Page */
    #Contact .Form {
        width: 100%;
        padding: 30px;
        margin-bottom: 20px;
    }

    #Contact .social {
        text-align: center;
    }
    /* VerificationMobile Page */
    #VerificationMobile .content {
        padding: 20px;
        width: 100%;
    }

        #VerificationMobile .content .EnterCode,
        #VerificationMobile .content .Sendagain {
            font-size: 16px;
        }

        #VerificationMobile .content .VerifyButton button {
            width: 50%;
        }
    /* Confirmation */
    #Confirmation .Content {
        width: 100%;
    }

        #Confirmation .Content .ConfirmDate .desc .Message, #Confirmation .Content .ConfirmDate .desc .Success {
            font-size: 18px;
        }

        #Confirmation .Content .ConfirmDate .DataList ul li {
            width: 100%;
            text-align: justify;
            margin-bottom: 10px;
        }
    /* PaymentHistory Page */
    #PaymentHistory .PaymentContent .desc p {
        font-size: 16px;
    }

    #Ads .image {
        margin-bottom: 20px;
    }

    .Filter_Mobile {
        display: none;
    }

    .Filter_Btn {
        display: block;
    }

    #Auction_Details .AuctionDetails .Paybtn,
    #Auction_Details .AuctionDetails .price,
    #Auction_Details .AuctionDetails .ParkFee {
        text-align: center;
    }

        #Auction_Details .AuctionDetails .price span,
        #Auction_Details .AuctionDetails .price p,
        #Auction_Details .AuctionDetails .ParkFee p,
        #Auction_Details .AuctionDetails .ParkFee span {
            font-size: 14px;
        }

    .Auction .price span, .Auction .price p {
        font-size: 14px;
    }

    #ResetPassword .Form .saveButton button {
        width: 100%;
    }

    #Auction_Details .AuctionDetails .Attachment {
        text-align: center;
    }
    /* New Updates 2/6/2020 */
    #MyAccount .Content .uploadesImages .imageItem img {
        height: 100px;
    }

    .widget_nav_menu .app-store, .widget_nav_menu .google-play, .widget_nav_menu .app-Gallery {
        height: 21px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    #Deposit .DepositContent,
    #Deposit .DepositContent .DepositBtn,
    #Deposit .DepositContent .desc {
        text-align: center;
    }

        #Deposit .DepositContent .price {
            margin-bottom: 10px;
        }

    .termsCondition_PopUp .TermsContent {
        max-height: 250px;
        font-size: 12px;
    }

    body {
        padding-top: 68px;
    }

    .formobile {
        display: block;
    }

    .Auction .title h5 {
        font-size: 16px;
    }

    .Auction .BidNow button {
        width: 70px;
        font-size: 12px;
    }

    .Auction .auctionIcon span,
    .AuctionEnded .auctionIcon span {
        font-size: 12px;
    }

    .Auction .auctionIcon img,
    .AuctionEnded .auctionIcon img {
        width: 20px;
        height: 20px;
    }

    .Auction .price span, .Auction .price p {
        font-size: 12px;
    }

    .leftBar .Links ul li span {
        font-size: 14px;
    }

    .Search_Icon {
        right: 75px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 145px;
        height: 42px;
    }

    #navbarContent {
        max-height: 400px;
        overflow: scroll;
    }

    .navbar-nav .nav-link {
        padding: 15px 0;
    }

    .contentSlider img {
        width: 140px;
        height: 43px;
    }

    .contentSlider h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }

    .swiper-container {
        height: 300px;
    }

    .contentSlider {
        top: 50%;
        width: 80%;
    }

    #Subscribe .content {
        top: 10%;
        left: 18%;
        width: 70%;
    }

    .social {
        text-align: left;
    }

    .widget_nav_menu {
        text-align: left !important;
    }

    .item .item_Content p {
        width: 90%;
    }

    .social ul li {
        margin-right: 3px;
    }

    .rightBar .row .col-12 {
        padding-right: 10px;
        padding-left: 0px;
    }

    #Ads .image {
        height: 105px;
    }

    .title-widget {
        font-size: 16px;
    }

    .widget_nav_menu ul li {
        font-size: 14px;
    }

    .widget_nav_menu .app-store, .widget_nav_menu .google-play, .widget_nav_menu .app-Gallery {
        height: 21px;
    }
    /* Select package Page */
    #Select_Package {
        margin-bottom: 0;
        margin: 60px 0;
    }

    /* Login Page */
    #Login .createAccont p {
        font-size: 14px;
    }
    /* MyAccount Page */

    #MyAccount .Auction .title h5,
    .AuctionEnded .titleEndAuction h5 {
        font-size: 16px;
    }
    /* MyAccount Page */
    #Auction_Details .AuctionDetails {
        margin-bottom: 20px;
    }
    /* Contact Page */
    #Contact .Form {
        width: 100%;
        margin-bottom: 20px;
    }

    #Contact .social {
        text-align: center;
    }
    /* VerificationMobile Page */
    #VerificationMobile .content {
        width: 100%;
    }

        #VerificationMobile .content .EnterCode,
        #VerificationMobile .content .Sendagain {
            font-size: 16px;
        }
    /* Confirmation */
    #Confirmation .Content {
        width: 100%;
    }

        #Confirmation .Content .ConfirmDate .desc .Message, #Confirmation .Content .ConfirmDate .desc .Success {
            font-size: 18px;
        }

        #Confirmation .Content .ConfirmDate .DataList ul li {
            width: 50%;
            text-align: justify;
            margin-bottom: 10px;
        }

    #Ads .image {
        margin-bottom: 20px;
    }

    .Winned_auction .title h5,
    .Winned_auction .price span,
    .Winned_auction .price p,
    .Winned_auction .ParkFee p,
    .Winned_auction .ParkFee span {
        font-size: 14px;
    }

    .Winned_auction .PayBtn button {
        width: 70px;
        padding: 2px;
    }

    .Winned_auction {
        height: 330px;
    }

    #ResetPassword .Form .saveButton button {
        width: 100%;
    }

    /* New Updates 2/6/2020 */
    #MyAccount .Content .uploadesImages .imageItem img {
        height: 100px;
    }
}


@media only screen and (min-width: 992px)and (max-width: 1199px) {
    /********************/
    .search-box {
        width: 75%;
    }
    /********************/
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .Auction .auctionIcon, .Auction .BidNow {
        text-align: right;
        margin-right: 0px;
    }

        .Auction .BidNow button {
            width: 70px;
            font-size: 12px;
        }

    .Auction .price span, .Auction .price p {
        font-size: 12px;
    }

    .Auction .title h5,
    .AuctionEnded .titleEndAuction h5 {
        font-size: 16px;
    }

    .Auction {
        height: 348px;
    }

    .contentSlider {
        top: 50%;
    }

    .item .item_Content p {
        width: 80%;
    }

    .AuctionBar .title h5 {
        font-size: 12px;
    }

    .Auction .auctionIcon span,
    .AuctionEnded .auctionIcon span {
        font-size: 12px;
    }

    .Auction .auctionIcon img,
    .AuctionEnded .auctionIcon img {
        width: 20px;
        height: 20px;
    }

    .leftBar .Links ul li span {
        font-size: 14px;
    }

    .Winned_auction .title h5,
    .Winned_auction .price span,
    .Winned_auction .price p,
    .Winned_auction .ParkFee p,
    .Winned_auction .ParkFee span {
        font-size: 14px;
    }

    .Winned_auction .PayBtn button {
        width: 70px;
    }

    .Winned_auction {
        height: 330px;
    }

    #Auction_Details .AuctionDetails .StartOn h5,
    #Auction_Details .AuctionDetails .StartOn p {
        font-size: 18px;
    }

    .widget_nav_menu .app-store, .widget_nav_menu .google-play, .widget_nav_menu .app-Gallery {
        height: 31px;
    }
}



@media print {
    body * {
        visibility: hidden;
    }

    #print, #print * {
        visibility: visible;
    }

    #print {
        -webkit-print-color-adjust: exact;
    }

    #noprint, #noprint * {
        visibility: hidden;
    }

    #section-to-print {
        position: absolute;
        top: 40px;
        left: 30px;
    }
}



.spinner {
    position: fixed;
    top: 48%;
    left: 48%;
    width: 70px;
    text-align: center;
    z-index: 1090;
    visibility: hidden;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #8D69A7;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


.Body_overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1080;
    visibility: hidden;
}

.alert {
    width: 98% !important;
    z-index: 100000000000000000;
    top: 1%;
}
