.quick-search-form {
    position: absolute !important;
    width: 33% !important;
    margin-top: -20px !important;
}

.quick-search-dropdown .svg-icon {
    margin-left: 10px !important;
}

#original_img {
    z-index: 99 !important;
}

#google_translate_element {
    margin: auto !important;
    padding-top: 16px !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    color: #fff !important;
    border: none !important;
    background: #ee4c06 !important;
    width: 135px !important;
    padding: 6px !important;
}

.cursor-ponter {
    cursor: pointer;
}

.bg-light-primary {
    background-color: #fddab9 !important;
}

.border-light-primary {
    border: 1px solid #fddab9 !important;
}


/* No blur image*/

.no-blur {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}


/* Scrollbar Styling */

::-webkit-scrollbar {
    width: 5px !important;
}

::-webkit-scrollbar-track {
    background-color: #e9ebf7 !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #ee4c06 !important;
}


/* hatch height of the div inside tray with css */

.match-height>[class*='row'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.match-height>[class*='row']>.card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fs-15 {
    font-size: 15px !important;
}

.width-100 {
    width: 100%;
}

.cursor-default {
    cursor: default;
}

.la-2x {
    font-size: 25px !important;
    font-weight: 600;
}


/* match height of the div with css */

.croppie-container .cr-slider-wrap {
    width: 57% !important;
    margin: 0px !important;
}

.cr-boundary {
    margin-left: 0px !important;
}

.upload-result {
    margin-left: 15%;
    margin-top: -12px !important;
}

#upload-demo-i {
    margin-top: 10% !important;
}

.card-footer {
    padding: 1rem 1em !important;
}

.pull-right {
    float: right !important;
}

.width-119 {
    width: 119px !important;
}

.header-menu-wrapper {
    width: 5% !important;
}

.boder-radius-5 {
    border-radius: 5px !important;
}

.select2 {
    width: 100% !important;
}

.margin-auto {
    margin: auto !important;
}

.width-50p {
    width: 50% !important;
}

.logo-white {
    filter: brightness(0)invert(1);
}
#carouselExampleControls .img-fit{
    width: 100%;
    height: inherit;
    -o-object-fit: cover;
    max-width: initial;
}
.img-fit-size{
    width: 100%;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: initial;
}
.bp-center{
    background-position:center;
}

@media (max-width:599px) {
    .mobile-menuu {
        position: relative !important;
    }
    #kt_quick_panel {
        display: none !important;
    }
}

@media (min-width: 1500px) and (max-width: 1699px) {
    .aw-top-content {
        width: 131.7% !important;
    }
    .weather .aw-widget-36hour-inner div.aw-six-hours div.aw-six-hours-inner {
        width: 1150px !important;
    }
    .weather .aw-widget-36hour-inner {
    max-width: 870px !important;
    }
}

@media (min-width: 1700px) {
    .aw-top-content {
        width: 134% !important;
    }
    .weather .aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours {
        float: left!important;
        clear: left!important;
        width: 138.5% !important;
    }
    .weather .aw-widget-36hour-inner div.aw-six-hours div.aw-six-hours-inner {
        width: 1256px !important;
    }
}