/* .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a {
    padding: 12px 15px;
    position: relative;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

.sidebar-list {
    display: block;
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.sidebar-list .sidebar-link {
    padding: 12px 15px;
    position: relative;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.toggle-sidebar .fa {
    color: #fab600;
}

.sidebar-links .fa {
    width: 18px;
    margin-right: 14px;
    vertical-align: bottom;
    float: none;
    stroke-width: 2.3px;
    color: #fab600 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 22px;
}

.sidebar-list .sidebar-link:hover {
    background-color: #fab600 !important;
    border-radius: 10px;
}

.sidebar-list .sidebar-link:hover span {
    color: #000000 !important;
}

.sidebar-list .sidebar-link:hover .fa {
    color: #000000 !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
    font-size: 18px;
}

.product {
    border: 1px solid black;
    height: 50px;
    border-radius: 15px;
    background-color: #FAB600;
    padding: 10px;
    margin-bottom: 20px;
}

.product:hover {
    background-color: #c3a142;
}

.buttonStyle {
    background-color: #FAB600;
    color: #000000;
    border-radius: 15px;
    border: 1px solid #000000;
    margin-bottom: 15px;
}

.zone-map {
    height: 80vh;
    width: 100%;
}


/* Callout */
.callouts {
    list-style-type: none;
    /* background: red;
    border: 1px solid #ccc;
    padding: 10;
    height: 50px;
    border-radius:50px; */
}


.callouts li {
    display: inline-block;
    /* Real styles */
    position: relative;
    width: 100%;
    /* height: 35px; */
    padding: 9px;
    background-color: red;
    border: 1px solid #c1c1c1;
    border-radius: 32px;
    box-shadow: 0 0 10px #c1c1c1;
    font-weight: bolder;
    font-size: 15px;
}

.callouts--bottom:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 23px;
    bottom: -42px;
    border: 10px solid transparent;
    border-top: 32px solid rgb(193, 193, 193);
    /* IE8 Fallback */
    border-top: 32px solid rgba(193, 193, 193, 0.5);
    z-index: 2;
}

.callouts--bottom:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 25px;
    bottom: -31px;
    border: 8px solid transparent;
    border-top: 24px solid red;
    z-index: 3;
}


/* blue */
/* Callout */
.callouts-nearby {
    list-style-type: none;
}


.callouts-nearby li {
    display: inline-block;
    /* Real styles */
    position: relative;
    width: 100%;
    height: 35px;
    padding: 15px;
    background-color: blue;
    border: 1px solid #c1c1c1;
    border-radius: 32px;
    box-shadow: 0 0 10px #c1c1c1;
    font-weight: bolder;
    font-size: 15px;
}

.callouts--bottom-nearby:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 23px;
    bottom: -42px;
    border: 10px solid transparent;
    border-top: 32px solid rgb(193, 193, 193);
    /* IE8 Fallback */
    border-top: 32px solid rgba(193, 193, 193, 0.5);
    z-index: 2;
}

.callouts--bottom-nearby:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 25px;
    bottom: -31px;
    border: 8px solid transparent;
    border-top: 24px solid blue;
    z-index: 3;
}

.loader-wrapper {
    background-color: rgb(0, 0, 0, 0.5);
    left: 0;
}

/* terms */
.h2,
h3,
h4 {
    font-family: Josefin Sans, sans-serif !important;
    font-weight: lighter !important;
    text-transform: uppercase !important;
    text-align: left !important;
}

.para {
    font-size: 17px;
    font-family: Nunito Sans, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* cehckbox */
.checkbox-design {
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    opacity: 0.5;
    line-height: 1.2;
    border-radius: 50%;
    display: inline-block;
}

.paymentResp-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #323232CC;
    z-index: 11;
    top: 0;
    left: 0;
    display: flex;
}

.paymentResp-index {
    margin: auto;
    color: #fff;
    text-shadow: 0px 0px 5px #ffe555;
}

.paymentResp-btn {
    color: #000;
    background-color: #fab600;
    position: absolute;
    left: 10%;
    bottom: 30px;
    width: 80%;
    height: 65px;
    font-size: 28px;
    font-weight: 400;
    border: 0;
    border-radius: 15px;
}

.card-payment-amt {
    text-align: center;
    background: #000;
    color: #fab600;
    padding: 5%;
    border-radius: 10px;
}

.btn-emoby {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fab600 !important;
}

/* Client Changes 17-may-22 */
.heading-emoby {
    font-family: Congenial SemiBold !important;
    max-height: 80px;
    min-height: 80px;
    font-size: 60px;
    font-weight: bold;
}

.head-h4 {
    font-family: Congenial SemiBold !important;
}

.ul-head {
    font-family: Congenial Light !important;
}

.btn-google {
    background-color: #198af6 !important;
}

.info-scrollable {
    height: 245px;
    overflow: scroll;
}

@media screen and (min-width: 575px){
    .info-scrollable {
        height: 500px;
        overflow: scroll;
    }   
}

/* End */