/* LAYOUT
================================================== */
html,
body {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
    font-family: Poppins, Helvetica, sans-serif !important;

}

/* Hide the images by default */
.mySlides {
    display: none;
    text-align: center;
    margin-bottom: 3%;
}

.mySlides img {
    border-radius: 10px;
    width: 336px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    margin-right: 8px;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
    width: 100px !important;
    height: 86px !important;
    border-radius: 4px;
}

.active,
.demo:hover {
    opacity: 1;
}

.vehicle-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .90) url(../img/spinner2.gif) 50% 50% no-repeat;
    z-index: 999999;
}

.view-vehicle {
    margin-top: 4%;
}

.evaluation-btn {
    margin-top: 4% !important;
    float: unset !important;
}

#entire-sections {
    margin-bottom: 5%;
    margin-top: 2%;
}

#entire-sections2 {
    margin-bottom: 5%;
    margin-top: 2%;
}

.addColor {
    background: #6ca3ff !important;
    color: white;
}

.nav-item .welcome {

    color: black !important;
    margin-left: 19px !important;
    font-size: 14px !important;

}

.claim-tabs1 button.active {
    color: black;
    font-size: 12px !important;
    border-bottom: 1px solid #009ef7;
    font-weight: 500;
}

#footer {
    margin-top: 4%;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;

}

#footer-content {
    background-color: white;
    height: 32px;
    padding: 8px;
    font-size: 11px;
}

.logout[data-tooltip]:before {
    position: absolute;
    top: 98%;
    margin-bottom: 5px;
    margin-left: -41px;
    padding: 7px;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #D8D8D8;
    background-color: #949393;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 11px;
    line-height: 0.8;
    left: 27px;
}

.logout[data-tooltip]:after {
    position: absolute;
    top: 86%;
    left: 38%;
    margin-left: -8px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsl(0deg 2% 52% / 90%);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    transform: rotate(181deg);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 50px;
    font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
    background: #ef6603;
    text-decoration: none;
}

.dropdown-item svg {
    margin-right: 15px;
    color: gray;
    fill: gray;
}

a:hover > .bi {
    color: #009ef7;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 15px;
    margin-top: 5px;
}

.user-image {
    width: 41px;
    border-radius: 12%;
}

.confirm-btn svg {
    fill: black;
    width: 14px;
    height: 14px;
    margin-right: 7px;
}

.confirm-btn:hover svg {
    fill: white;
}

.all-models svg {
    fill: black;
    margin-right: 7px;
}

.all-models:hover svg {
    fill: #d5001c;
}

.nav-shadow {
    box-shadow: 0 8px 6px -6px #00000026 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.group {
    display: none;
    background-color: #ffffff96;
    position: fixed;
    width: 100%;
    height: 100%;
}

.view-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.view-btn svg {
    color: gray;
    height: 20px;
    width: 20px;
}

.view-btn svg:hover {
    color: #4045f6;
}

.top-nav-bar {
    padding-left: 6.3%;
    padding-right: 7%;
}

.top-nav-bar .list-inline {
    float: right;
}

.top-nav-bar .dropdown-toggle {
    color: black !important;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

#loading-img {
    background: rgba(255, 255, 255, .90) url(../img/Spinner-1s-200px.gif) 50% 50% no-repeat;
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.Auto-logo {
    width: 193px;
    height: 43px !important;
    margin-top: -1px !important;
    margin-left: -1%;
}

.border2 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border3 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border4 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border5 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border6 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border7 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border8 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border9 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border10 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border11 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border12 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border13 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border14 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border15 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border16 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border17 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.border81 {
    border: 3px solid #4f9cdf5e !important;
    border-radius: 4px;
    padding-left: 6px;
    background-color: #4f9cdf0d !important;
}

.view-car {
    background-image: url(../img/Porsche-Cayenne.png);
    background-size: contain;
    background-repeat: space;
    background-position: center;
    height: 211px;
    width: 481px;
    margin-left: 11%;
    margin-top: 24px;
}

.view-car-2 {
background-image: url(../img/Porsche-Macan.jpg);
    background-size: contain;
    background-repeat: space;
    background-position: center;
    height: 273px;
    width: 425px;
    margin-left: 14%;
    margin-top: -3%;
}
.view-car-3 {
    background-image: url(../img/haval-h9-1.png);
    background-size: contain;
    background-repeat: space;
    background-position: center;
    height: 282px;
    width: 430px;
    margin-left: 11%;
    margin-top: -51px;
}
.view-car-4 {
background-image: url(../img/haval-h6gt-1.png);
    background-size: contain;
    background-repeat: space;
    background-position: center;
    height: 267px;
    width: 447px;
    margin-left: 11%;
    margin-top: -27px;
}
.porch-img {
    height: 348px;
    width: 100%;
    cursor: pointer;
    border: 5px solid #ff0d2c;


}

.porch-img1 {
    height: 348px;
    width: 100%;
    cursor: pointer;
    border: 3px solid #cacaca96;

}

.porch-img-2 {
    height: 348px;
    width: 100%;
    cursor: pointer;
    border: 3px solid #cacaca96;
}

.porch-img3 {
    background-image: url(../img/porsche-small3.webp);
    height: 290px;
    width: 100%;
    background-size: cover;
}

.porch-img4 {
    background-image: url(../img/porsche-small4.webp);
    height: 290px;
    width: 100%;
    background-size: cover;
}

.porch-img5 {
    background-image: url(../img/porsche-small5.webp);
    height: 290px;
    width: 100%;
    background-size: cover;
}


.div-overlay {
    width: 100%;
    background: linear-gradient(to top, rgb(194 194 194 / 20%), rgba(25, 31, 34, 0));
    bottom: 0;
    height: 193px;
    left: 0;
    position: absolute;
    right: 0;
}

.all-models {
    background: transparent !important;
    padding: 13px 21px 13px 21px;
    border-radius: unset;
    background-color: transparent !important;
    color: white !important;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Roboto';
    border: 1px solid white !important;
}

.all-models:hover {
    background: transparent !important;
    padding: 13px 21px 13px 21px;
    border-radius: unset;
    background-color: transparent !important;
    color: #d5001c !important;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Roboto';
    border: 1px solid #d5001c !important;
}

.car-build-own {
    bottom: 0;
    position: absolute;
    padding-left: 30px;
    padding-bottom: 18px;
}

.car-price {
    font-size: 20px;
    color: black;
    font-weight: 900;
    z-index: 999999999;
    position: absolute;
    margin-top: -1px;
    font-family: sans-serif;
}

.car-model {
    font-size: 29px;
    color: white;
    font-weight: 700;
    z-index: 999999999;
    position: absolute;
}

.car-details {
    padding: 32px;
}

.view-more {
    color: blue;
}

.ver-num {
    display: flex;
    margin-left: 2%;
}

.tran-type {
    display: contents
}

.Auto-logo1 {
    width: 187px;
    height: 39px;
    margin-top: -6% !important;
    margin-left: 1px;
}

.userdetails {
    padding: 0px !important;
}

.userdetails p {
    margin-right: 35px;
    font-size: 13px;
}

.userdetails strong {
    color: #1174ac;
    font-weight: 600;
    font-size: 11px;
}

.calc-result {
    float: unset !important;
    margin-top: 14% !important;
    margin-left: 24px !important;
}

.get-avr {
    margin: 0px !important;
    float: unset !important;
}

.approved {
    float: right;
}

.approved p {
    color: #16b616;
    font-weight: 600;
    font-family: inherit;
    border-bottom-style: dotted;
}

.header-filter {
    color: black;
    font-size: 14px;
    text-transform: initial;
    margin-top: 17px;
}

.show-filters:focus,
.show-filters.focus,
.show-filters:hover {
    background-color: transparent !important;
    color: black !important;
    border: none !important;
}

.product-items3 svg {
    margin-bottom: -17px;
}

.filter-sections {
    border-bottom: 2px solid rgb(247, 247, 248);
    padding-bottom: 16px;
}

.product-items {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.fields {
    margin-top: 24%;
    background-color: white;
    padding: 14px 11px 0px;
    overflow-y: scroll;
    transition: box-shadow 0.5s ease-in 0s;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 10px;
    width: 400px;
    margin-left: -182px;
    height: 250px;
    z-index: 99;
    position: inherit;
    border-radius: 5px;
    border: 1px solid #dcdcdc8f;
}

.product-items2 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items2:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items3 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;

    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
    width: 93px;
    text-align: center;
    display: inherit;
    height: 93px;
    margin-left: 16px;
}

.product-items3:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items4 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items4:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items5 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items5:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items6 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items6:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items7 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items7:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items81 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items81:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items8 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items8:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items9 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items9:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items10 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items10:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items11 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items11:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items12 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items12:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items13 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items13:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items14 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items14:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items15 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items15:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.product-items16 {
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
    background-color: white;
    border-radius: 12px;
    font-weight: 500;
    display: inline-flex;
    margin-left: 0%;
    padding-right: 10px;
    border: 1px solid gainsboro;
    margin-top: 11px;
    font-size: 12px;
    font-family: system-ui;
}

.product-items16:hover {
    background-color: #4f9cdf0d;
    border: 1px solid #4f9cdf5e !important;
}

.view-more-btn {
    margin-top: 9px !important;
    background-color: white !important;
    color: #3630b9 !important;
    border: 1px solid #8080807d !important;
    padding: 1px 7px 1px 7px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.red-color {
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;

}

.Beige-color {
    width: 15px;
    height: 15px;
    background-color: rgb(245, 245, 220);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
    border: 1px solid gainsboro;
}

.white-color {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
    border: 1px solid gainsboro;
}

.Tan-color {
    width: 15px;
    height: 15px;
    background-color: rgb(210, 180, 140);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.Yellow-color {
    width: 15px;
    height: 15px;
    background-color: rgb(255, 178, 2);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.Teal-color {
    width: 15px;
    height: 15px;
    background-color: rgb(0, 128, 128);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.black-color {
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.blue-color {
    width: 15px;
    height: 15px;
    background-color: rgb(18, 112, 236);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.green-color {
    width: 15px;
    height: 15px;
    background-color: rgb(67, 187, 63);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.silver-color {
    width: 15px;
    height: 15px;
    background: linear-gradient(140.01deg, rgb(163, 166, 170) 3.13%, rgb(241, 241, 241) 50.34%, rgb(203, 204, 204) 92.87%);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.brown-color {
    width: 15px;
    height: 15px;
    background-color: rgb(150, 75, 0);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.burgundy-color {
    width: 15px;
    height: 15px;
    background-color: rgb(144, 0, 32);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.gold-color {
    width: 15px;
    height: 15px;
    background: linear-gradient(135deg, rgb(212, 148, 2) 9.38%, rgba(255, 225, 155, 0.337) 49.66%, rgb(255, 191, 45) 87.5%);
    border-radius: 50%;
    margin-top: 4px;
    margin-right: 4px;
}

.show-result-btn {
    background-color: black !important;
    border: 1px solid black !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: unset !important;
    margin-top: 7px !important;
    margin-left: 55px;
    padding: 6px 33px 6px 33px;
    border-radius: 4px;
    cursor: pointer;
}

.close-btn {
    background-color: white !important;
    border: 1px solid black !important;
    color: black !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: unset !important;
    margin-top: 7px !important;
    margin-left: 37px;
    padding: 6px 25px 6px 25px;
    border-radius: 4px;
    cursor: pointer;
}

.check-box-input {
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 2px solid rgb(194 196 199 / 39%);
    background-color: rgb(255, 255, 255);
    vertical-align: middle;
}

.check-box-div {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.fields {
    margin-top: 22%;
    background-color: white;
    padding: 0px 11px 0px;
    overflow-y: scroll;
    transition: box-shadow 0.5s ease-in 0s;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 10px;
    width: 400px;
    margin-left: -47px;
    height: 300px;
    z-index: 999999;
    position: inherit;
    border-radius: 5px;
    border: 1px solid #dcdcdc8f;
    overflow-x: hidden;
}

.show-filters {
    background-color: transparent;
    color: black !important;
    font-size: 12px;
    border: none;
    box-shadow: none !important;
    width: 100%;
    padding: 1px 1px 1px 7px;
    text-align: -webkit-match-parent;
    text-transform: inherit;
    margin-top: 1px;
}

.div-filter {
    border: 1px solid #c4c4c47d;
    border-radius: 8px;
    padding: 5px 15px 5px 15px;
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 8px;
    margin-bottom: 10%;
}

.div-filter .row {
    height: 60px;
    margin-bottom: 0px !important;
}

.div-filter .row .col-lg-2 {
    border-right: 1px solid gainsboro;
    height: 60px;
}

.div-filter .row .col-lg-2:hover {
    background-color: rgb(245 245 245 / 72%);
    cursor: pointer;
}

.div-filter .row .form-select-cus {
    border-color: transparent !important;
    border: unset !important;
    border-radius: 2px !important;
    margin-bottom: 18px !important;
    color: #4d4b4b !important;
    background-color: transparent !important;
    padding-left: 5px !important;
    padding-right: 0px !important;
    font-size: 12px;
    width: 100%;
}

.div-filter .row label {
    font-size: 12px !important;
}

.wlcuser {
    color: black !important;
    margin-top: 18px;
    margin-left: 16px;
    margin-right: -8px;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 14px;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #2a2c39;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
    color: #ef6603;
    background: none;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #2a2c39;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #ef6603;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(20, 21, 28, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}



.mangepromotionheader {
    font-size: 17px;
    color: #181c32;
    width: fit-content;
    padding-bottom: 7px;
    padding-left: 17px;
    font-family: Poppins, Helvetica, sans-serif;
    margin-bottom: 34px;
    margin-top: 17px;
    font-weight: 600;
}


.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    z-index: 999999;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/* 

/* navbar
================================================== */
.navbar1 {
    border-bottom: 1px solid #E3E136;
    background-color: #E3E136;
    height: 23px;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 34px;
    box-shadow: 0 1px 8px 0 rgba(200, 200, 200, 1);
}



.iconfacebooknav {
    width: 23px;
    text-align: center;
    border-right: 1px solid ghostwhite;
    border-left: 1px solid ghostwhite;
    font-size: 15px;
    color: white;
    margin-right: 11px;
    cursor: pointer;
}

.iconfacebooknav:hover {
    background-color: white;
    color: #71DFC3;
    border-bottom: 1px solid #71DFC3;
}

.location i {
    color: white;
    font-size: 14px;
    padding-top: 4px;
    padding-right: 2px;
}


.location {
    color: white;
    font-size: 13px;
    text-align: center;
}

.ContactUs {
    color: white;
    font-size: 13px;
    text-align: center;
    margin-left: 48px;
}

.ContactUs:hover {
    color: white;

}


.nav-tabs.tab-style > li.active > a {
    background-color: #ffd500;
    border: 1px solid #ffd500;
}

.nav-tabs.tab-style > li > a {
    position: relative;
    color: #333333;
    margin-right: 0;
    background-color: #f9f8f8;
    border: 1px solid #f9f8f8;
    border-radius: 0;
}

.nav-tabs.tab-style > li + li {
    margin-left: 10px;
}

.nav-tabs.tab-style > li > a:hover {
    border-color: #ffd500;
}


/* Navigation */
.navbar-nav.navbar-right {
    margin-right: 0;
}

.logoimg {
    margin-left: 10%;
    width: 63%;
    margin-top: -7px;
}

.navbar-nav {
    margin-right: 4%;
}

.navbar-nav > li > a,
    {
    margin: 0px 6px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-top: 31px;
    padding-top: 0px;
    font-size: 14px;
    padding: 6px 11px;
}

.navbar-nav .dropdown-menu a:active {
    box-shadow: none !important;
    background-color: transparent;
    color: #FFFFFF;
}

.navbar-nav .dropdown-menu a:focus {
    box-shadow: none !important;
    background-color: transparent;
    color: #FFFFFF;
}


.navbar-header img {
    width: 73%;
}


.iconfacebooknav i {
    background-color: #E3E136;
}



#hero .navbar-light .navbar-nav .nav-link {
    color: white;

}

#hero .navbar-light .navbar-nav .nav-link {
    color: white;


}


#hero .nav-item .active {
    color: white !important;
    background-color: transparent;
    border-bottom: 2px solid white;
    font-weight: 400;
}

#hero .navbar-nav {

    font-size: 14px;
}



.navbar {
    margin-bottom: 0px !important;
}

a:hover {

    text-decoration: none !important;
}

/* 
================================================== */

.carousel-inner {
    height: 400px;
}


.cec {
    width: 141px;
    height: 39px;
}


#heroCarousel {
    height: 60px;
}


#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 70vh;
    padding-top: 60px;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #ef6603;
}

#hero .btn-get-started:hover {
    background: #ef6603;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1024px) {


    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero .carousel-container {
        height: 90vh;
    }

    #hero h2 {
        font-size: 28px;
    }
}

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.Manage-Orders {
    background: rgb(0, 0, 0, 0.5);
    width: 114px;
    text-align: center;
    color: white;
    border-radius: 20px;
    display: grid;
    margin-top: 43%;
    padding-top: 8px;

}


.Manage-Orders img {
    width: 53px;
    margin-left: 31px;
    display: block;
    transition: transform .6s;
}

.Manage-Promotions {
    background: rgb(0, 0, 0, 0.5);
    width: 114px;
    text-align: center;
    color: white;
    border-radius: 20px;
    display: grid;
    margin-top: 43%;
    padding-top: 8px;
}

.Manage-Promotions img {
    width: 74px;
    margin-left: 19px;
    display: block;
    margin-top: -13px;
    margin-bottom: -10px;
    transition: transform .6s;
}

.login form {
    width: 24%;
    margin-top: 3%;
    margin-left: 51%;
    position: relative;
    z-index: 10000;
    text-align: center;
}

.login-logo {
    /*background-color: white;*/
    height: 125px;
    width: 128px;
    text-align: center;
    border-radius: 50%;
    padding-top: 24px;
    float: right;
    margin-top: -35%;
}

.login-logo img {
    width: 270px;
    border-radius: 29px;
    height: 70px;
    margin-top: -2%;
    margin-left: -62px;
}

.Manage-Orders img:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}

.Manage-Promotions img:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}

.branding {
    display: flex;
    flex-direction: column;
    x align-self: flex-end;
    padding-bottom: 165px;
    margin-top: 14%;
    float: left;
}

.head1 {
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    display: block;
    margin-bottom: 4px;
}

.head2 {
    font-size: 33px;
    color: #FFF;
    text-align: left;
    text-transform: none;
    letter-spacing: 0.01em;
    max-width: 100vw;
    font-weight: 600;
}

.hero-logo {
    width: 100%;
    height: 190px;
}

.signinbtn {
    background: linear-gradient(to top right, #EBF9FF 8%, #6dd5fa 32%, #2980b9 89%);
    color: white !important;
    width: 126px;
    border: 1px;
    border-radius: 17px;

    margin-top: 3%;
}

.copyrightFooter {
    width: 100%;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 0px;
    height: 100vh;
    min-height: 500px;
    z-index: 1;


}

.copyright {
    font-size: 12px;
    font-weight: normal;
    color: #6A6D6D;
    white-space: normal;
    padding-top: 10px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.copyright a {
    color: #356c8b;
    font-weight: 600;
}

.copyrightimg {
    width: 16px;
}

.foot {
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    border-bottom: solid 1px #d5d5d7;
}

.Ologo {
    display: flex;
    justify-content: flex-end;
    margin-top: -5px;
}

/* 
================================================== */


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .navbar-nav {
        margin-right: 0%;
    }

}






@media (max-width: 910px) {

    .login form {
        width: 84%;
        margin-top: 10%;
        margin-left: 9%;
        position: relative;
        z-index: 10000;
        text-align: center;
    }

    .login-logo {
        background-color: white;
        height: 110px;
        width: 110px;
        text-align: center;
        border-radius: 50%;
        padding-top: 17px;
        margin-top: -30%;
        margin-left: 37px;

    }

    .login-logo img {
        width: 190px;
        border-radius: 29px;
        height: 61px;
        margin-top: -9%;
        margin-left: -50px;
    }

    .navbar5 a {
        color: black !important;
        font-weight: 500;
    }

    .navbar5btn img {
        width: 39px;
        margin-top: 6px;
    }

    .branding {
        display: flex;
        flex-direction: column;
        align-self: flex-end;
        padding-bottom: 165px;
    }

    .head1 {
        font-size: 22px;
        font-weight: 400;
        color: #FFF;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        display: block;
        margin-bottom: 4px;
    }

    .head2 {
        font-size: 28px;
        color: #FFF;
        text-align: left;
        text-transform: none;
        letter-spacing: 0.01em;
        max-width: 100vw;
    }

    .signinbtn {
        background: linear-gradient(to top right, #CCFEF7 0%, #97E0D5 27%, #2B5D56 202%);
        color: white !important;
        width: 126px;
        border: 1px;
        border-radius: 17px;

        margin-top: 3%;
    }

    .cec {
        width: 63px;
        height: 20px;
        margin-top: 22px;
    }

    .navbar-collapse {
        margin-left: -67px;
    }

    #hero .navbar-nav {
        width: 194px;
        font-size: 17px;
        float: left;
    }

}
