@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #464E5F;
    text-align: left;
    background-color: #ffffff;
}

.d-none {
    display: none !important;
}

.cs-mobile-view {
    display: none !important;
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.font-size-base {
    font-size: 1rem;
    /*16px*/
}

.font-size-sm {
    font-size: 0.938rem;
    /*15px*/
}

.font-size-xs {
    font-size: 0.875rem;
    /*14px*/
}

.font-size-lg {
    font-size: 1.08rem;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.float-L {
    float: left !important;
}

.float-R {
    float: right !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #B5B5C3 !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.font-weight-bolder {
    font-weight: 600 !important;
}

.font-weight-boldest {
    font-weight: 700 !important;
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: .75rem !important
}

.mt-3,
.my-3 {
    margin-top: .75rem !important
}

.mr-3,
.mx-3 {
    margin-right: .75rem !important
}

.mb-3,
.my-3 {
    margin-bottom: .75rem !important
}

.ml-3,
.mx-3 {
    margin-left: .75rem !important
}

.m-4 {
    margin: 1rem !important
}

.mt-4,
.my-4 {
    margin-top: 1rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1rem !important
}

.m-5 {
    margin: 1.25rem !important
}

.mt-5,
.my-5 {
    margin-top: 1.25rem !important
}

.mr-5,
.mx-5 {
    margin-right: 1.25rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 1.25rem !important
}

.ml-5,
.mx-5 {
    margin-left: 1.25rem !important
}

.m-6 {
    margin: 1.5rem !important
}

.mt-6,
.my-6 {
    margin-top: 1.5rem !important
}

.mr-6,
.mx-6 {
    margin-right: 1.5rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 1.5rem !important
}

.ml-6,
.mx-6 {
    margin-left: 1.5rem !important
}

.m-7 {
    margin: 1.75rem !important
}

.mt-7,
.my-7 {
    margin-top: 1.75rem !important
}

.mr-7,
.mx-7 {
    margin-right: 1.75rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 1.75rem !important
}

.ml-7,
.mx-7 {
    margin-left: 1.75rem !important
}

.m-8 {
    margin: 2rem !important
}

.mt-8,
.my-8 {
    margin-top: 2rem !important
}

.mr-8,
.mx-8 {
    margin-right: 2rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 2rem !important
}

.ml-8,
.mx-8 {
    margin-left: 2rem !important
}

.m-9 {
    margin: 2.25rem !important
}

.mt-9,
.my-9 {
    margin-top: 2.25rem !important
}

.mr-9,
.mx-9 {
    margin-right: 2.25rem !important
}

.mb-9,
.my-9 {
    margin-bottom: 2.25rem !important
}

.ml-9,
.mx-9 {
    margin-left: 2.25rem !important
}

.m-10 {
    margin: 2.5rem !important
}

.mt-10,
.my-10 {
    margin-top: 2.5rem !important
}

.mr-10,
.mx-10 {
    margin-right: 2.5rem !important
}

.mb-10,
.my-10 {
    margin-bottom: 2.5rem !important
}

.ml-10,
.mx-10 {
    margin-left: 2.5rem !important
}

.m-11 {
    margin: 2.75rem !important
}

.mt-11,
.my-11 {
    margin-top: 2.75rem !important
}

.mr-11,
.mx-11 {
    margin-right: 2.75rem !important
}

.mb-11,
.my-11 {
    margin-bottom: 2.75rem !important
}

.ml-11,
.mx-11 {
    margin-left: 2.75rem !important
}

.m-12 {
    margin: 3rem !important
}

.mt-12,
.my-12 {
    margin-top: 3rem !important
}

.mr-12,
.mx-12 {
    margin-right: 3rem !important
}

.mb-12,
.my-12 {
    margin-bottom: 3rem !important
}

.ml-12,
.mx-12 {
    margin-left: 3rem !important
}

.m-13 {
    margin: 3.25rem !important
}

.mt-13,
.my-13 {
    margin-top: 3.25rem !important
}

.mr-13,
.mx-13 {
    margin-right: 3.25rem !important
}

.mb-13,
.my-13 {
    margin-bottom: 3.25rem !important
}

.ml-13,
.mx-13 {
    margin-left: 3.25rem !important
}

.m-14 {
    margin: 3.5rem !important
}

.mt-14,
.my-14 {
    margin-top: 3.5rem !important
}

.mr-14,
.mx-14 {
    margin-right: 3.5rem !important
}

.mb-14,
.my-14 {
    margin-bottom: 3.5rem !important
}

.ml-14,
.mx-14 {
    margin-left: 3.5rem !important
}

.m-15 {
    margin: 3.75rem !important
}

.mt-15,
.my-15 {
    margin-top: 3.75rem !important
}

.mr-15,
.mx-15 {
    margin-right: 3.75rem !important
}

.mb-15,
.my-15 {
    margin-bottom: 3.75rem !important
}

.ml-15,
.mx-15 {
    margin-left: 3.75rem !important
}

.m-16 {
    margin: 4rem !important
}

.mt-16,
.my-16 {
    margin-top: 4rem !important
}

.mr-16,
.mx-16 {
    margin-right: 4rem !important
}

.mb-16,
.my-16 {
    margin-bottom: 4rem !important
}

.ml-16,
.mx-16 {
    margin-left: 4rem !important
}

.m-17 {
    margin: 4.25rem !important
}

.mt-17,
.my-17 {
    margin-top: 4.25rem !important
}

.mr-17,
.mx-17 {
    margin-right: 4.25rem !important
}

.mb-17,
.my-17 {
    margin-bottom: 4.25rem !important
}

.ml-17,
.mx-17 {
    margin-left: 4.25rem !important
}

.m-18 {
    margin: 4.5rem !important
}

.mt-18,
.my-18 {
    margin-top: 4.5rem !important
}

.mr-18,
.mx-18 {
    margin-right: 4.5rem !important
}

.mb-18,
.my-18 {
    margin-bottom: 4.5rem !important
}

.ml-18,
.mx-18 {
    margin-left: 4.5rem !important
}

.m-19 {
    margin: 4.75rem !important
}

.mt-19,
.my-19 {
    margin-top: 4.75rem !important
}

.mr-19,
.mx-19 {
    margin-right: 4.75rem !important
}

.mb-19,
.my-19 {
    margin-bottom: 4.75rem !important
}

.ml-19,
.mx-19 {
    margin-left: 4.75rem !important
}

.m-20 {
    margin: 5rem !important
}

.mt-20,
.my-20 {
    margin-top: 5rem !important
}

.mr-20,
.mx-20 {
    margin-right: 5rem !important
}

.mb-20,
.my-20 {
    margin-bottom: 5rem !important
}

.ml-20,
.mx-20 {
    margin-left: 5rem !important
}

.m-21 {
    margin: 5.25rem !important
}

.mt-21,
.my-21 {
    margin-top: 5.25rem !important
}

.mr-21,
.mx-21 {
    margin-right: 5.25rem !important
}

.mb-21,
.my-21 {
    margin-bottom: 5.25rem !important
}

.ml-21,
.mx-21 {
    margin-left: 5.25rem !important
}

.m-22 {
    margin: 5.5rem !important
}

.mt-22,
.my-22 {
    margin-top: 5.5rem !important
}

.mr-22,
.mx-22 {
    margin-right: 5.5rem !important
}

.mb-22,
.my-22 {
    margin-bottom: 5.5rem !important
}

.ml-22,
.mx-22 {
    margin-left: 5.5rem !important
}

.m-23 {
    margin: 5.75rem !important
}

.mt-23,
.my-23 {
    margin-top: 5.75rem !important
}

.mr-23,
.mx-23 {
    margin-right: 5.75rem !important
}

.mb-23,
.my-23 {
    margin-bottom: 5.75rem !important
}

.ml-23,
.mx-23 {
    margin-left: 5.75rem !important
}

.m-24 {
    margin: 6rem !important
}

.mt-24,
.my-24 {
    margin-top: 6rem !important
}

.mr-24,
.mx-24 {
    margin-right: 6rem !important
}

.mb-24,
.my-24 {
    margin-bottom: 6rem !important
}

.ml-24,
.mx-24 {
    margin-left: 6rem !important
}

.m-25 {
    margin: 6.25rem !important
}

.mt-25,
.my-25 {
    margin-top: 6.25rem !important
}

.mr-25,
.mx-25 {
    margin-right: 6.25rem !important
}

.mb-25,
.my-25 {
    margin-bottom: 6.25rem !important
}

.ml-25,
.mx-25 {
    margin-left: 6.25rem !important
}

.m-26 {
    margin: 6.5rem !important
}

.mt-26,
.my-26 {
    margin-top: 6.5rem !important
}

.mr-26,
.mx-26 {
    margin-right: 6.5rem !important
}

.mb-26,
.my-26 {
    margin-bottom: 6.5rem !important
}

.ml-26,
.mx-26 {
    margin-left: 6.5rem !important
}

.m-27 {
    margin: 6.75rem !important
}

.mt-27,
.my-27 {
    margin-top: 6.75rem !important
}

.mr-27,
.mx-27 {
    margin-right: 6.75rem !important
}

.mb-27,
.my-27 {
    margin-bottom: 6.75rem !important
}

.ml-27,
.mx-27 {
    margin-left: 6.75rem !important
}

.m-38 {
    margin: 7rem !important
}

.mt-38,
.my-38 {
    margin-top: 7rem !important
}

.mr-38,
.mx-38 {
    margin-right: 7rem !important
}

.mb-38,
.my-38 {
    margin-bottom: 7rem !important
}

.ml-38,
.mx-38 {
    margin-left: 7rem !important
}

.m-29 {
    margin: 7.25rem !important
}

.mt-29,
.my-29 {
    margin-top: 7.25rem !important
}

.mr-29,
.mx-29 {
    margin-right: 7.25rem !important
}

.mb-29,
.my-29 {
    margin-bottom: 7.25rem !important
}

.ml-29,
.mx-29 {
    margin-left: 7.25rem !important
}

.m-30 {
    margin: 7.5rem !important
}

.mt-30,
.my-30 {
    margin-top: 7.5rem !important
}

.mr-30,
.mx-30 {
    margin-right: 7.5rem !important
}

.mb-30,
.my-30 {
    margin-bottom: 7.5rem !important
}

.ml-30,
.mx-30 {
    margin-left: 7.5rem !important
}

.m-31 {
    margin: 7.75rem !important
}

.mt-31,
.my-31 {
    margin-top: 7.75rem !important
}

.mr-31,
.mx-31 {
    margin-right: 7.75rem !important
}

.mb-31,
.my-31 {
    margin-bottom: 7.75rem !important
}

.ml-31,
.mx-31 {
    margin-left: 7.75rem !important
}

.m-32 {
    margin: 8rem !important
}

.mt-32,
.my-32 {
    margin-top: 8rem !important
}

.mr-32,
.mx-32 {
    margin-right: 8rem !important
}

.mb-32,
.my-32 {
    margin-bottom: 8rem !important
}

.ml-32,
.mx-32 {
    margin-left: 8rem !important
}

.m-33 {
    margin: 8.25rem !important
}

.mt-33,
.my-33 {
    margin-top: 8.25rem !important
}

.mr-33,
.mx-33 {
    margin-right: 8.25rem !important
}

.mb-33,
.my-33 {
    margin-bottom: 8.25rem !important
}

.ml-33,
.mx-33 {
    margin-left: 8.25rem !important
}

.m-34 {
    margin: 8.5rem !important
}

.mt-34,
.my-34 {
    margin-top: 8.5rem !important
}

.mr-34,
.mx-34 {
    margin-right: 8.5rem !important
}

.mb-34,
.my-34 {
    margin-bottom: 8.5rem !important
}

.ml-34,
.mx-34 {
    margin-left: 8.5rem !important
}

.m-35 {
    margin: 8.75rem !important
}

.mt-35,
.my-35 {
    margin-top: 8.75rem !important
}

.mr-35,
.mx-35 {
    margin-right: 8.75rem !important
}

.mb-35,
.my-35 {
    margin-bottom: 8.75rem !important
}

.ml-35,
.mx-35 {
    margin-left: 8.75rem !important
}

.m-36 {
    margin: 9rem !important
}

.mt-36,
.my-36 {
    margin-top: 9rem !important
}

.mr-36,
.mx-36 {
    margin-right: 9rem !important
}

.mb-36,
.my-36 {
    margin-bottom: 9rem !important
}

.ml-36,
.mx-36 {
    margin-left: 9rem !important
}

.m-37 {
    margin: 9.25rem !important
}

.mt-37,
.my-37 {
    margin-top: 9.25rem !important
}

.mr-37,
.mx-37 {
    margin-right: 9.25rem !important
}

.mb-37,
.my-37 {
    margin-bottom: 9.25rem !important
}

.ml-37,
.mx-37 {
    margin-left: 9.25rem !important
}

.m-48 {
    margin: 9.5rem !important
}

.mt-48,
.my-48 {
    margin-top: 9.5rem !important
}

.mr-48,
.mx-48 {
    margin-right: 9.5rem !important
}

.mb-48,
.my-48 {
    margin-bottom: 9.5rem !important
}

.ml-48,
.mx-48 {
    margin-left: 9.5rem !important
}

.m-39 {
    margin: 9.75rem !important
}

.mt-39,
.my-39 {
    margin-top: 9.75rem !important
}

.mr-39,
.mx-39 {
    margin-right: 9.75rem !important
}

.mb-39,
.my-39 {
    margin-bottom: 9.75rem !important
}

.ml-39,
.mx-39 {
    margin-left: 9.75rem !important
}

.m-40 {
    margin: 10rem !important
}

.mt-40,
.my-40 {
    margin-top: 10rem !important
}

.mr-40,
.mx-40 {
    margin-right: 10rem !important
}

.mb-40,
.my-40 {
    margin-bottom: 10rem !important
}

.ml-40,
.mx-40 {
    margin-left: 10rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.pt-3,
.py-3 {
    padding-top: .75rem !important
}

.pr-3,
.px-3 {
    padding-right: .75rem !important
}

.pb-3,
.py-3 {
    padding-bottom: .75rem !important
}

.pl-3,
.px-3 {
    padding-left: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4,
.py-4 {
    padding-top: 1rem !important
}

.pr-4,
.px-4 {
    padding-right: 1rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1rem !important
}

.pl-4,
.px-4 {
    padding-left: 1rem !important
}

.p-5 {
    padding: 1.25rem !important
}

.pt-5,
.py-5 {
    padding-top: 1.25rem !important
}

.pr-5,
.px-5 {
    padding-right: 1.25rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 1.25rem !important
}

.pl-5,
.px-5 {
    padding-left: 1.25rem !important
}

.p-6 {
    padding: 1.5rem !important
}

.pt-6,
.py-6 {
    padding-top: 1.5rem !important
}

.pr-6,
.px-6 {
    padding-right: 1.5rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 1.5rem !important
}

.pl-6,
.px-6 {
    padding-left: 1.5rem !important
}

.p-7 {
    padding: 1.75rem !important
}

.pt-7,
.py-7 {
    padding-top: 1.75rem !important
}

.pr-7,
.px-7 {
    padding-right: 1.75rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 1.75rem !important
}

.pl-7,
.px-7 {
    padding-left: 1.75rem !important
}

.p-8 {
    padding: 2rem !important
}

.pt-8,
.py-8 {
    padding-top: 2rem !important
}

.pr-8,
.px-8 {
    padding-right: 2rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 2rem !important
}

.pl-8,
.px-8 {
    padding-left: 2rem !important
}

.p-9 {
    padding: 2.25rem !important
}

.pt-9,
.py-9 {
    padding-top: 2.25rem !important
}

.pr-9,
.px-9 {
    padding-right: 2.25rem !important
}

.pb-9,
.py-9 {
    padding-bottom: 2.25rem !important
}

.pl-9,
.px-9 {
    padding-left: 2.25rem !important
}

.p-10 {
    padding: 2.5rem !important
}

.pt-10,
.py-10 {
    padding-top: 2.5rem !important
}

.pr-10,
.px-10 {
    padding-right: 2.5rem !important
}

.pb-10,
.py-10 {
    padding-bottom: 2.5rem !important
}

.pl-10,
.px-10 {
    padding-left: 2.5rem !important
}

.p-11 {
    padding: 2.75rem !important
}

.pt-11,
.py-11 {
    padding-top: 2.75rem !important
}

.pr-11,
.px-11 {
    padding-right: 2.75rem !important
}

.pb-11,
.py-11 {
    padding-bottom: 2.75rem !important
}

.pl-11,
.px-11 {
    padding-left: 2.75rem !important
}

.p-12 {
    padding: 3rem !important
}

.pt-12,
.py-12 {
    padding-top: 3rem !important
}

.pr-12,
.px-12 {
    padding-right: 3rem !important
}

.pb-12,
.py-12 {
    padding-bottom: 3rem !important
}

.pl-12,
.px-12 {
    padding-left: 3rem !important
}

.p-13 {
    padding: 3.25rem !important
}

.pt-13,
.py-13 {
    padding-top: 3.25rem !important
}

.pr-13,
.px-13 {
    padding-right: 3.25rem !important
}

.pb-13,
.py-13 {
    padding-bottom: 3.25rem !important
}

.pl-13,
.px-13 {
    padding-left: 3.25rem !important
}

.p-14 {
    padding: 3.5rem !important
}

.pt-14,
.py-14 {
    padding-top: 3.5rem !important
}

.pr-14,
.px-14 {
    padding-right: 3.5rem !important
}

.pb-14,
.py-14 {
    padding-bottom: 3.5rem !important
}

.pl-14,
.px-14 {
    padding-left: 3.5rem !important
}

.p-15 {
    padding: 3.75rem !important
}

.pt-15,
.py-15 {
    padding-top: 3.75rem !important
}

.pr-15,
.px-15 {
    padding-right: 3.75rem !important
}

.pb-15,
.py-15 {
    padding-bottom: 3.75rem !important
}

.pl-15,
.px-15 {
    padding-left: 3.75rem !important
}

.p-16 {
    padding: 4rem !important
}

.pt-16,
.py-16 {
    padding-top: 4rem !important
}

.pr-16,
.px-16 {
    padding-right: 4rem !important
}

.pb-16,
.py-16 {
    padding-bottom: 4rem !important
}

.pl-16,
.px-16 {
    padding-left: 4rem !important
}

.p-17 {
    padding: 4.25rem !important
}

.pt-17,
.py-17 {
    padding-top: 4.25rem !important
}

.pr-17,
.px-17 {
    padding-right: 4.25rem !important
}

.pb-17,
.py-17 {
    padding-bottom: 4.25rem !important
}

.pl-17,
.px-17 {
    padding-left: 4.25rem !important
}

.p-18 {
    padding: 4.5rem !important
}

.pt-18,
.py-18 {
    padding-top: 4.5rem !important
}

.pr-18,
.px-18 {
    padding-right: 4.5rem !important
}

.pb-18,
.py-18 {
    padding-bottom: 4.5rem !important
}

.pl-18,
.px-18 {
    padding-left: 4.5rem !important
}

.p-19 {
    padding: 4.75rem !important
}

.pt-19,
.py-19 {
    padding-top: 4.75rem !important
}

.pr-19,
.px-19 {
    padding-right: 4.75rem !important
}

.pb-19,
.py-19 {
    padding-bottom: 4.75rem !important
}

.pl-19,
.px-19 {
    padding-left: 4.75rem !important
}

.p-20 {
    padding: 5rem !important
}

.pt-20,
.py-20 {
    padding-top: 5rem !important
}

.pr-20,
.px-20 {
    padding-right: 5rem !important
}

.pb-20,
.py-20 {
    padding-bottom: 5rem !important
}

.pl-20,
.px-20 {
    padding-left: 5rem !important
}

.p-21 {
    padding: 5.25rem !important
}

.pt-21,
.py-21 {
    padding-top: 5.25rem !important
}

.pr-21,
.px-21 {
    padding-right: 5.25rem !important
}

.pb-21,
.py-21 {
    padding-bottom: 5.25rem !important
}

.pl-21,
.px-21 {
    padding-left: 5.25rem !important
}

.p-22 {
    padding: 5.5rem !important
}

.pt-22,
.py-22 {
    padding-top: 5.5rem !important
}

.pr-22,
.px-22 {
    padding-right: 5.5rem !important
}

.pb-22,
.py-22 {
    padding-bottom: 5.5rem !important
}

.pl-22,
.px-22 {
    padding-left: 5.5rem !important
}

.p-23 {
    padding: 5.75rem !important
}

.pt-23,
.py-23 {
    padding-top: 5.75rem !important
}

.pr-23,
.px-23 {
    padding-right: 5.75rem !important
}

.pb-23,
.py-23 {
    padding-bottom: 5.75rem !important
}

.pl-23,
.px-23 {
    padding-left: 5.75rem !important
}

.p-24 {
    padding: 6rem !important
}

.pt-24,
.py-24 {
    padding-top: 6rem !important
}

.pr-24,
.px-24 {
    padding-right: 6rem !important
}

.pb-24,
.py-24 {
    padding-bottom: 6rem !important
}

.pl-24,
.px-24 {
    padding-left: 6rem !important
}

.p-25 {
    padding: 6.25rem !important
}

.pt-25,
.py-25 {
    padding-top: 6.25rem !important
}

.pr-25,
.px-25 {
    padding-right: 6.25rem !important
}

.pb-25,
.py-25 {
    padding-bottom: 6.25rem !important
}

.pl-25,
.px-25 {
    padding-left: 6.25rem !important
}

.p-26 {
    padding: 6.5rem !important
}

.pt-26,
.py-26 {
    padding-top: 6.5rem !important
}

.pr-26,
.px-26 {
    padding-right: 6.5rem !important
}

.pb-26,
.py-26 {
    padding-bottom: 6.5rem !important
}

.pl-26,
.px-26 {
    padding-left: 6.5rem !important
}

.p-27 {
    padding: 6.75rem !important
}

.pt-27,
.py-27 {
    padding-top: 6.75rem !important
}

.pr-27,
.px-27 {
    padding-right: 6.75rem !important
}

.pb-27,
.py-27 {
    padding-bottom: 6.75rem !important
}

.pl-27,
.px-27 {
    padding-left: 6.75rem !important
}

.p-38 {
    padding: 7rem !important
}

.pt-38,
.py-38 {
    padding-top: 7rem !important
}

.pr-38,
.px-38 {
    padding-right: 7rem !important
}

.pb-38,
.py-38 {
    padding-bottom: 7rem !important
}

.pl-38,
.px-38 {
    padding-left: 7rem !important
}

.p-29 {
    padding: 7.25rem !important
}

.pt-29,
.py-29 {
    padding-top: 7.25rem !important
}

.pr-29,
.px-29 {
    padding-right: 7.25rem !important
}

.pb-29,
.py-29 {
    padding-bottom: 7.25rem !important
}

.pl-29,
.px-29 {
    padding-left: 7.25rem !important
}

.p-30 {
    padding: 7.5rem !important
}

.pt-30,
.py-30 {
    padding-top: 7.5rem !important
}

.pr-30,
.px-30 {
    padding-right: 7.5rem !important
}

.pb-30,
.py-30 {
    padding-bottom: 7.5rem !important
}

.pl-30,
.px-30 {
    padding-left: 7.5rem !important
}

.p-31 {
    padding: 7.75rem !important
}

.pt-31,
.py-31 {
    padding-top: 7.75rem !important
}

.pr-31,
.px-31 {
    padding-right: 7.75rem !important
}

.pb-31,
.py-31 {
    padding-bottom: 7.75rem !important
}

.pl-31,
.px-31 {
    padding-left: 7.75rem !important
}

.p-32 {
    padding: 8rem !important
}

.pt-32,
.py-32 {
    padding-top: 8rem !important
}

.pr-32,
.px-32 {
    padding-right: 8rem !important
}

.pb-32,
.py-32 {
    padding-bottom: 8rem !important
}

.pl-32,
.px-32 {
    padding-left: 8rem !important
}

.p-33 {
    padding: 8.25rem !important
}

.pt-33,
.py-33 {
    padding-top: 8.25rem !important
}

.pr-33,
.px-33 {
    padding-right: 8.25rem !important
}

.pb-33,
.py-33 {
    padding-bottom: 8.25rem !important
}

.pl-33,
.px-33 {
    padding-left: 8.25rem !important
}

.p-34 {
    padding: 8.5rem !important
}

.pt-34,
.py-34 {
    padding-top: 8.5rem !important
}

.pr-34,
.px-34 {
    padding-right: 8.5rem !important
}

.pb-34,
.py-34 {
    padding-bottom: 8.5rem !important
}

.pl-34,
.px-34 {
    padding-left: 8.5rem !important
}

.p-35 {
    padding: 8.75rem !important
}

.pt-35,
.py-35 {
    padding-top: 8.75rem !important
}

.pr-35,
.px-35 {
    padding-right: 8.75rem !important
}

.pb-35,
.py-35 {
    padding-bottom: 8.75rem !important
}

.pl-35,
.px-35 {
    padding-left: 8.75rem !important
}

.p-36 {
    padding: 9rem !important
}

.pt-36,
.py-36 {
    padding-top: 9rem !important
}

.pr-36,
.px-36 {
    padding-right: 9rem !important
}

.pb-36,
.py-36 {
    padding-bottom: 9rem !important
}

.pl-36,
.px-36 {
    padding-left: 9rem !important
}

.p-37 {
    padding: 9.25rem !important
}

.pt-37,
.py-37 {
    padding-top: 9.25rem !important
}

.pr-37,
.px-37 {
    padding-right: 9.25rem !important
}

.pb-37,
.py-37 {
    padding-bottom: 9.25rem !important
}

.pl-37,
.px-37 {
    padding-left: 9.25rem !important
}

.p-48 {
    padding: 9.5rem !important
}

.pt-48,
.py-48 {
    padding-top: 9.5rem !important
}

.pr-48,
.px-48 {
    padding-right: 9.5rem !important
}

.pb-48,
.py-48 {
    padding-bottom: 9.5rem !important
}

.pl-48,
.px-48 {
    padding-left: 9.5rem !important
}

.p-39 {
    padding: 9.75rem !important
}

.pt-39,
.py-39 {
    padding-top: 9.75rem !important
}

.pr-39,
.px-39 {
    padding-right: 9.75rem !important
}

.pb-39,
.py-39 {
    padding-bottom: 9.75rem !important
}

.pl-39,
.px-39 {
    padding-left: 9.75rem !important
}

.p-40 {
    padding: 10rem !important
}

.pt-40,
.py-40 {
    padding-top: 10rem !important
}

.pr-40,
.px-40 {
    padding-right: 10rem !important
}

.pb-40,
.py-40 {
    padding-bottom: 10rem !important
}

.pl-40,
.px-40 {
    padding-left: 10rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -0.75rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -0.75rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -0.75rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -0.75rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -0.75rem !important
}

.m-n4 {
    margin: -1rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1rem !important
}

.m-n5 {
    margin: -1.25rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -1.25rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -1.25rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -1.25rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -1.25rem !important
}

.m-n6 {
    margin: -1.5rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -1.5rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -1.5rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -1.5rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -1.5rem !important
}

.m-n7 {
    margin: -1.75rem !important
}

.mt-n7,
.my-n7 {
    margin-top: -1.75rem !important
}

.mr-n7,
.mx-n7 {
    margin-right: -1.75rem !important
}

.mb-n7,
.my-n7 {
    margin-bottom: -1.75rem !important
}

.ml-n7,
.mx-n7 {
    margin-left: -1.75rem !important
}

.m-n8 {
    margin: -2rem !important
}

.mt-n8,
.my-n8 {
    margin-top: -2rem !important
}

.mr-n8,
.mx-n8 {
    margin-right: -2rem !important
}

.mb-n8,
.my-n8 {
    margin-bottom: -2rem !important
}

.ml-n8,
.mx-n8 {
    margin-left: -2rem !important
}

.m-n9 {
    margin: -2.25rem !important
}

.mt-n9,
.my-n9 {
    margin-top: -2.25rem !important
}

.mr-n9,
.mx-n9 {
    margin-right: -2.25rem !important
}

.mb-n9,
.my-n9 {
    margin-bottom: -2.25rem !important
}

.ml-n9,
.mx-n9 {
    margin-left: -2.25rem !important
}

.m-n10 {
    margin: -2.5rem !important
}

.mt-n10,
.my-n10 {
    margin-top: -2.5rem !important
}

.mr-n10,
.mx-n10 {
    margin-right: -2.5rem !important
}

.mb-n10,
.my-n10 {
    margin-bottom: -2.5rem !important
}

.ml-n10,
.mx-n10 {
    margin-left: -2.5rem !important
}

.m-n11 {
    margin: -2.75rem !important
}

.mt-n11,
.my-n11 {
    margin-top: -2.75rem !important
}

.mr-n11,
.mx-n11 {
    margin-right: -2.75rem !important
}

.mb-n11,
.my-n11 {
    margin-bottom: -2.75rem !important
}

.ml-n11,
.mx-n11 {
    margin-left: -2.75rem !important
}

.m-n12 {
    margin: -3rem !important
}

.mt-n12,
.my-n12 {
    margin-top: -3rem !important
}

.mr-n12,
.mx-n12 {
    margin-right: -3rem !important
}

.mb-n12,
.my-n12 {
    margin-bottom: -3rem !important
}

.ml-n12,
.mx-n12 {
    margin-left: -3rem !important
}

.m-n13 {
    margin: -3.25rem !important
}

.mt-n13,
.my-n13 {
    margin-top: -3.25rem !important
}

.mr-n13,
.mx-n13 {
    margin-right: -3.25rem !important
}

.mb-n13,
.my-n13 {
    margin-bottom: -3.25rem !important
}

.ml-n13,
.mx-n13 {
    margin-left: -3.25rem !important
}

.m-n14 {
    margin: -3.5rem !important
}

.mt-n14,
.my-n14 {
    margin-top: -3.5rem !important
}

.mr-n14,
.mx-n14 {
    margin-right: -3.5rem !important
}

.mb-n14,
.my-n14 {
    margin-bottom: -3.5rem !important
}

.ml-n14,
.mx-n14 {
    margin-left: -3.5rem !important
}

.m-n15 {
    margin: -3.75rem !important
}

.mt-n15,
.my-n15 {
    margin-top: -3.75rem !important
}

.mr-n15,
.mx-n15 {
    margin-right: -3.75rem !important
}

.mb-n15,
.my-n15 {
    margin-bottom: -3.75rem !important
}

.ml-n15,
.mx-n15 {
    margin-left: -3.75rem !important
}

.m-n16 {
    margin: -4rem !important
}

.mt-n16,
.my-n16 {
    margin-top: -4rem !important
}

.mr-n16,
.mx-n16 {
    margin-right: -4rem !important
}

.mb-n16,
.my-n16 {
    margin-bottom: -4rem !important
}

.ml-n16,
.mx-n16 {
    margin-left: -4rem !important
}

.m-n17 {
    margin: -4.25rem !important
}

.mt-n17,
.my-n17 {
    margin-top: -4.25rem !important
}

.mr-n17,
.mx-n17 {
    margin-right: -4.25rem !important
}

.mb-n17,
.my-n17 {
    margin-bottom: -4.25rem !important
}

.ml-n17,
.mx-n17 {
    margin-left: -4.25rem !important
}

.m-n18 {
    margin: -4.5rem !important
}

.mt-n18,
.my-n18 {
    margin-top: -4.5rem !important
}

.mr-n18,
.mx-n18 {
    margin-right: -4.5rem !important
}

.mb-n18,
.my-n18 {
    margin-bottom: -4.5rem !important
}

.ml-n18,
.mx-n18 {
    margin-left: -4.5rem !important
}

.m-n19 {
    margin: -4.75rem !important
}

.mt-n19,
.my-n19 {
    margin-top: -4.75rem !important
}

.mr-n19,
.mx-n19 {
    margin-right: -4.75rem !important
}

.mb-n19,
.my-n19 {
    margin-bottom: -4.75rem !important
}

.ml-n19,
.mx-n19 {
    margin-left: -4.75rem !important
}

.m-n20 {
    margin: -5rem !important
}

.mt-n20,
.my-n20 {
    margin-top: -5rem !important
}

.mr-n20,
.mx-n20 {
    margin-right: -5rem !important
}

.mb-n20,
.my-n20 {
    margin-bottom: -5rem !important
}

.ml-n20,
.mx-n20 {
    margin-left: -5rem !important
}

.m-n21 {
    margin: -5.25rem !important
}

.mt-n21,
.my-n21 {
    margin-top: -5.25rem !important
}

.mr-n21,
.mx-n21 {
    margin-right: -5.25rem !important
}

.mb-n21,
.my-n21 {
    margin-bottom: -5.25rem !important
}

.ml-n21,
.mx-n21 {
    margin-left: -5.25rem !important
}

.m-n22 {
    margin: -5.5rem !important
}

.mt-n22,
.my-n22 {
    margin-top: -5.5rem !important
}

.mr-n22,
.mx-n22 {
    margin-right: -5.5rem !important
}

.mb-n22,
.my-n22 {
    margin-bottom: -5.5rem !important
}

.ml-n22,
.mx-n22 {
    margin-left: -5.5rem !important
}

.m-n23 {
    margin: -5.75rem !important
}

.mt-n23,
.my-n23 {
    margin-top: -5.75rem !important
}

.mr-n23,
.mx-n23 {
    margin-right: -5.75rem !important
}

.mb-n23,
.my-n23 {
    margin-bottom: -5.75rem !important
}

.ml-n23,
.mx-n23 {
    margin-left: -5.75rem !important
}

.m-n24 {
    margin: -6rem !important
}

.mt-n24,
.my-n24 {
    margin-top: -6rem !important
}

.mr-n24,
.mx-n24 {
    margin-right: -6rem !important
}

.mb-n24,
.my-n24 {
    margin-bottom: -6rem !important
}

.ml-n24,
.mx-n24 {
    margin-left: -6rem !important
}

.m-n25 {
    margin: -6.25rem !important
}

.mt-n25,
.my-n25 {
    margin-top: -6.25rem !important
}

.mr-n25,
.mx-n25 {
    margin-right: -6.25rem !important
}

.mb-n25,
.my-n25 {
    margin-bottom: -6.25rem !important
}

.ml-n25,
.mx-n25 {
    margin-left: -6.25rem !important
}

.m-n26 {
    margin: -6.5rem !important
}

.mt-n26,
.my-n26 {
    margin-top: -6.5rem !important
}

.mr-n26,
.mx-n26 {
    margin-right: -6.5rem !important
}

.mb-n26,
.my-n26 {
    margin-bottom: -6.5rem !important
}

.ml-n26,
.mx-n26 {
    margin-left: -6.5rem !important
}

.m-n27 {
    margin: -6.75rem !important
}

.mt-n27,
.my-n27 {
    margin-top: -6.75rem !important
}

.mr-n27,
.mx-n27 {
    margin-right: -6.75rem !important
}

.mb-n27,
.my-n27 {
    margin-bottom: -6.75rem !important
}

.ml-n27,
.mx-n27 {
    margin-left: -6.75rem !important
}

.m-n38 {
    margin: -7rem !important
}

.mt-n38,
.my-n38 {
    margin-top: -7rem !important
}

.mr-n38,
.mx-n38 {
    margin-right: -7rem !important
}

.mb-n38,
.my-n38 {
    margin-bottom: -7rem !important
}

.ml-n38,
.mx-n38 {
    margin-left: -7rem !important
}

.m-n29 {
    margin: -7.25rem !important
}

.mt-n29,
.my-n29 {
    margin-top: -7.25rem !important
}

.mr-n29,
.mx-n29 {
    margin-right: -7.25rem !important
}

.mb-n29,
.my-n29 {
    margin-bottom: -7.25rem !important
}

.ml-n29,
.mx-n29 {
    margin-left: -7.25rem !important
}

.m-n30 {
    margin: -7.5rem !important
}

.mt-n30,
.my-n30 {
    margin-top: -7.5rem !important
}

.mr-n30,
.mx-n30 {
    margin-right: -7.5rem !important
}

.mb-n30,
.my-n30 {
    margin-bottom: -7.5rem !important
}

.ml-n30,
.mx-n30 {
    margin-left: -7.5rem !important
}

.m-n31 {
    margin: -7.75rem !important
}

.mt-n31,
.my-n31 {
    margin-top: -7.75rem !important
}

.mr-n31,
.mx-n31 {
    margin-right: -7.75rem !important
}

.mb-n31,
.my-n31 {
    margin-bottom: -7.75rem !important
}

.ml-n31,
.mx-n31 {
    margin-left: -7.75rem !important
}

.m-n32 {
    margin: -8rem !important
}

.mt-n32,
.my-n32 {
    margin-top: -8rem !important
}

.mr-n32,
.mx-n32 {
    margin-right: -8rem !important
}

.mb-n32,
.my-n32 {
    margin-bottom: -8rem !important
}

.ml-n32,
.mx-n32 {
    margin-left: -8rem !important
}

.m-n33 {
    margin: -8.25rem !important
}

.mt-n33,
.my-n33 {
    margin-top: -8.25rem !important
}

.mr-n33,
.mx-n33 {
    margin-right: -8.25rem !important
}

.mb-n33,
.my-n33 {
    margin-bottom: -8.25rem !important
}

.ml-n33,
.mx-n33 {
    margin-left: -8.25rem !important
}

.m-n34 {
    margin: -8.5rem !important
}

.mt-n34,
.my-n34 {
    margin-top: -8.5rem !important
}

.mr-n34,
.mx-n34 {
    margin-right: -8.5rem !important
}

.mb-n34,
.my-n34 {
    margin-bottom: -8.5rem !important
}

.ml-n34,
.mx-n34 {
    margin-left: -8.5rem !important
}

.m-n35 {
    margin: -8.75rem !important
}

.mt-n35,
.my-n35 {
    margin-top: -8.75rem !important
}

.mr-n35,
.mx-n35 {
    margin-right: -8.75rem !important
}

.mb-n35,
.my-n35 {
    margin-bottom: -8.75rem !important
}

.ml-n35,
.mx-n35 {
    margin-left: -8.75rem !important
}

.m-n36 {
    margin: -9rem !important
}

.mt-n36,
.my-n36 {
    margin-top: -9rem !important
}

.mr-n36,
.mx-n36 {
    margin-right: -9rem !important
}

.mb-n36,
.my-n36 {
    margin-bottom: -9rem !important
}

.ml-n36,
.mx-n36 {
    margin-left: -9rem !important
}

.m-n37 {
    margin: -9.25rem !important
}

.mt-n37,
.my-n37 {
    margin-top: -9.25rem !important
}

.mr-n37,
.mx-n37 {
    margin-right: -9.25rem !important
}

.mb-n37,
.my-n37 {
    margin-bottom: -9.25rem !important
}

.ml-n37,
.mx-n37 {
    margin-left: -9.25rem !important
}

.m-n48 {
    margin: -9.5rem !important
}

.mt-n48,
.my-n48 {
    margin-top: -9.5rem !important
}

.mr-n48,
.mx-n48 {
    margin-right: -9.5rem !important
}

.mb-n48,
.my-n48 {
    margin-bottom: -9.5rem !important
}

.ml-n48,
.mx-n48 {
    margin-left: -9.5rem !important
}

.m-n39 {
    margin: -9.75rem !important
}

.mt-n39,
.my-n39 {
    margin-top: -9.75rem !important
}

.mr-n39,
.mx-n39 {
    margin-right: -9.75rem !important
}

.mb-n39,
.my-n39 {
    margin-bottom: -9.75rem !important
}

.ml-n39,
.mx-n39 {
    margin-left: -9.75rem !important
}

.m-n40 {
    margin: -10rem !important
}

.mt-n40,
.my-n40 {
    margin-top: -10rem !important
}

.mr-n40,
.mx-n40 {
    margin-right: -10rem !important
}

.mb-n40,
.my-n40 {
    margin-bottom: -10rem !important
}

.ml-n40,
.mx-n40 {
    margin-left: -10rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.d-flex {
    display: flex !important;
}

/******************************************************/
/******************************************************/
/******************** HEADER STYLE ********************/
/******************************************************/
/******************************************************/
.navbar-brand {
    min-width: 10vw !important;
    margin-right: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.logo_head {
    height: auto;
    max-width: 10vw;
    width: 100%;
}

.input-group.form-group.serch_main {
    margin-top: 0px;
    /*max-width: 450px;*/
    /*max-width: 30vw;*/
    width: 100%;
}

form.header_frm {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.dis_wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

form.header_frm button#btnSearchDeals {
    /*min-height: 60px;*/
    min-height: 38px;
    margin-top: 0px;
    border-radius: 0px 4px 4px 0;
    padding: 8px 10px;
}

/*form.header_frm button#btnSearchDeals img {
		width:20px;
	}*/

.header_login_sec ul li {
    line-height: 0px;
}

li.back_list a {
    line-height: 20px;
}

li .wishlist_link {
    line-height: 22px;
    padding: 17px 17px 17px 5px !important;
}

li .wishlist_link [class^="flaticon-"]:before {
    margin-left: 0px;
}

button#btnClearSearchDeals {
    padding: 0px 12px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7c7c7c;
    color: #7c7c7c;
    border-radius: 4px;
    margin-top: 10px;
}

.form-group.clear-btn {
    padding-top: 0px;
    border-left: none;
}

header .form-group.search-btn {
    border-left: none !important;
}

header .navbar-light .navbar-nav .nav-link {
    line-height: 30px;
}

li#mapCurrent .material-icons {
    color: #cc0000;
    line-height: 30px;
}

li#mapHome .material-icons {
    line-height: 30px;
}

/*custom css code*/
.header_login_sec .dropdown-menu.dropdown-menu-right.show:before {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    z-index: 2;
    top: -10px;
    transform: rotate(45deg);
    right: 65px;
}

.header_login_sec .dropdown-menu.dropdown-menu-right.show {
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 20%);
    border: none;
}

.navbar_ellipsis_sec i.material-icons {
    line-height: 28px;
}

.has-search input.form-control.currentLoc.currnt_loc_int {
    border: 1px solid #E5E5E5 !important;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px !important;
    width: 100% !important;
    padding-left: 45px !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* display: flex; */
    align-items: center;
    color: #8F8F8F;
}

span.fa.form-control-feedbackk.custon_loc img.img-fluid {
    width: 22px;
}

span.fa.form-control-feedbackk.custon_loc {
    height: 50px;
    display: flex;
    align-items: center;
    width: 45px;
    justify-content: center;
}

#UserProfileBackToMyAccountButton i.material-icons {
    line-height: 28px;
    font-size: 20px;
}

/*custom css code*/
.back_list i.material-icons {
    line-height: 30px;
}

/*30-04-2021*/
header .form-group.new_search input[type="text"].form-control {
    border: none;
    border-radius: 4px 0 0 4px;
    background: #ebebeb;
    width: 300px !important;
    height: 38px;
    padding: 0 10px;
    margin-top: 5px;
}

.custom_filt {
    height: 42px;
}

.srch_icn_wrap {
    height: 42px;
}

.input-group-append.custom_filt {
    position: relative;
}

button.btn.btn_flt_top {
    position: absolute;
    right: 60px;
    border: none !important;
    outline: none !important;
    box-shadow: none;
    top: 0;
    height: 50px;
    z-index: 9;
}

button.btn.btn_flt_top img {
    width: 24px;
}

header .form-group.new_search .form-control:focus {
    box-shadow: none;
    border-bottom: none !important;
}

.new_search input::placeholder {
    color: #878787;
}

.filter-btn .filter {
    padding: 0px 12px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7c7c7c;
    color: #7c7c7c;
    border-radius: 4px;
    margin-top: 10px;
}

header .form-group.new_search {
    padding: 5px 0px 0 15px;
}

.form-group.filter-btn {
    padding: 0;
}

header label.location {
    color: #9a9a9a;
    margin-left: 16px;
}

.location-icon button i {
    color: #cc0000;
}

.location-icon button {
    box-shadow: none;
}

.input-group-append.loc_dot_wrap {
    position: relative;
}

/* Bootstrap 4 text input with search icon */
button.btn.btn_loc_dot {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    outline: none;
}

.has-search .currentLoc {
    padding-left: 2.375rem !important;
    border: 1px solid #E5E5E5 !important;
    border-right: none !important;
    height: 42px !important;
}

.has-search .lokn {
    padding-left: 0.75rem !important;
}

input.form-control.lokn.custom_serch {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border-color: #000000;
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #8F8F8F;
}

button.btn.btn-secondary.btn_srch_icn {
    background: #4F95FF !important;
    border-color: #4F95FF;
    box-shadow: -4px 0px 7px rgb(189 189 189 / 63%);
    border-radius: 4px !important;
    position: absolute;
    height: 50px;
    right: 14px;
    z-index: 99;
}

.has-search .form-control-feedbackk {
    position: absolute;
    z-index: 5;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    /*pointer-events: none;*/
    /*color: #aaa;*/
    color: #FD003A;
}

form.header_frm button#btnSearchDeals {
    padding: 8px 14px;
}

.desktop_myaccnt {
    display: none;
}

a#userLocPin {
    display: none;
}

.other_wrap a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4F95FF;
}

.other_wrap a img.img-fluid {
    padding-right: 10px;
}

.playstore_img img.img-fluid {
    padding-right: 12px;
}

.filter-box {
    transform: translateX(-76.5%) !important;
}

a.filter-heading1 img {
    width: 18px !important;
}

/* dropdown chevron css starts */
div#ms-list-1 button,
div#ms-list-2 button {
    height: 60px !important;
}

div#ms-list-1 button,
div#ms-list-2 button {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 2px solid transparent;
    border-radius: 100px
}

div#ms-list-1 button::after,
div#ms-list-2 button::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid !important;
    border-right: 2px solid !important;
    transform: rotate(45deg);
    right: 18px;
    top: 25px;
}

.ms-options-wrap>button:after {
    /*content: "\e114";
	height: 0;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 0;*/
    border: 0px solid rgba(0, 0, 0, 0) !important;
    /*border-top-color: #999;
	margin-top: -3px;*/
}

/* dropdown chevron css end */


.filter-row.custom_horts .slider-selection {
    background: #4F95FF !important;
    height: 9px !important;
    z-index: 9;
    border-radius: 50px;
}

.filter-row.custom_horts .slider-handle.min-slider-handle.round:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    background: #4f95ff !important;
    /*background: #f3705a;*/
    box-shadow: -4px 0px 4px rgb(0 0 0 / 25%);
    position: relative;
    left: 0px;
}

.slider-handle.max-slider-handle.round:before {
    content: "";
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    background: #4f95ff !important;
    /*background: #F3705A;*/
    box-shadow: -4px 0px 4px rgb(0 0 0 / 25%);
    position: relative;
    left: 0px;
}

.input-group.form-group.serch_main {
    margin-top: 0px;
    max-width: 50%;
    width: 100%;
}

header nav.navbar {
    padding: 0 1rem !important;
}

header .form-group {
    padding: 5px 15px 5px 15px !important;
    margin-bottom: 0;
}

/*.input-group.form-group.class_marker {
	max-width: 39%;
	width: 100%;
}*/

span.fa.fa-map-marker.form-control-feedbackk {
    top: 4px;
}

.d-flex.other_wrap {
    position: relative;
    top: 0px;
}

.serch_wraping {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.playstore_img img.img-fluid {
    max-width: 170px;
}

.profileDiv.ackti_mob {
    display: block !important;
}

.for_mobile_underbar {
    width: 100%;
    display: none;
}


/*30-04-2021*/
@media (min-width: 1200px) {
    .navbar_ellipsis_sec {
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1440px) {
    header .form-group .form-control {
        /*width: 200px !important;*/
    }
}

@media (max-width: 1360px) {
    #navbarSupportedContent .form-group {
        padding: 10px 0px 0 10px;
    }

    .form-group.clear-btn {
        padding-top: 0px !important;
    }

    #navbarSupportedContent .form-group.search-btn {
        padding: 0px 0px 0 0px !important;
    }

    .filter-btn .filter {
        margin-top: 0;
    }

    header #navbarSupportedContent .form-group.new_search {
        padding: 5px 0px 0 15px;
    }
}

@media(min-width:1099px) {
    .right_wrap a.nav-link.backToHome {
        display: none;
    }
}

@media (max-width: 1099px) {
    /*.d-flex.other_wrap {
		display: none !important;
	}*/

    a#userLocPin {
        /*display: block;*/
        order: 2;
    }

    /*a.toggleSidePanelright {
		display: none;
	}*/

    .profileDiv {
        z-index: 99;
        /*display: none !important;*/
    }
}

@media (max-width: 991px) {
    .serch_wraping {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        order: 2;
    }

    .form-row {
        justify-content: flex-end;
    }

    .serch_wraping {
        display: none;
    }

    .for_mobile_underbar .serch_wraping {
        display: flex;
    }

    .input-group.form-group.serch_main {
        margin-top: 0px;
        max-width: 50%;
        width: 100%;
    }

    input#txtDealName {
        max-width: 80%;
    }

    button#filterSearchBtn {
        min-width: 45px;
    }

    button#btnSearchDeals {
        min-width: 40px;
    }

    /*.input-group.form-group.class_marker {
		max-width: 50%;
		width: 100%;
	}*/

    input#txtLocation {
        /*width: 100%;
		max-width: 100% !important;*/
    }

    span.fa.fa-map-marker.form-control-feedbackk {
        top: 13px;
        left: 14px;
    }

    .for_mobile_underbar {
        width: 100%;
        display: block;
    }

    input#txtDealName {
        /*max-width: 100% !important;*/
    }
}

@media (max-width: 860px) {
    header #navbarSupportedContent .form-group.new_search {
        padding: 5px 0px 0 0px;
    }

    .form-group.clear-btn {
        padding-top: 10px !important;
    }

    button#btnClearSearchDeals {
        /*padding: 9px 5px !important;*/
        margin-top: 0px;
    }

    header nav.navbar {
        padding: 0 1rem !important;
    }

    input#txtDealName {
        max-width: 100%;
    }
}


@media (max-width: 767px) {
    .header .form-group.new_search input[type="text"].form-control {
        background: #fff;
        border-radius: 0;
        width: 100% !important;
    }

    #navbarSupportedContent .form-group {
        padding: 10px 0px 10px 10px;
    }

    .filter-box .filter_radius {
        margin-top: 50px;
    }

    header nav.navbar {
        padding: 0 1.5rem !important;
    }

    /*div#navbarSupportedContent {
		display: block !important;
	}*/
}

@media (max-width: 667px) {
    .input-group.form-group.serch_main {
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
    }

    .input-group.form-group.class_marker {
        max-width: 100%;
        width: 100%;
    }

    button#btnSearchDeals {
        margin: 0px 0px !important;
    }
}

@media (max-width: 360px) {
    header nav.navbar {
        padding: 0 0.1rem !important;
    }

    .navbar-brand {
        min-width: 110px;
    }
}

header nav.navbar.navbar-expand.navbar-light {
    padding: 4px 20px 8px !important;
}

a.navbar-brand img {
    position: relative;
}

.search-filed-data-container .search-filed-data {
    padding: 10px 16px 10px 18px !important;
}

.search-filed-data span {
    font-weight: bold;
    color: #2C3E50 !important
}

/*.deal-listing-block {
	height:auto !important;
}*/
.search-listing-outer-wrap {
    overflow: hidden;
    height: auto;
    padding: 0px 0px 0px 0px !important;
}

/*.search-listing:hover {
	margin-top:20px;
}*/
.search-listing-container .bottom_itm .media,
.search-listing-container .bottom_itm .media-body {
    padding-top: 0px !important;
}

.bottom_itm {
    font-family: 'Montserrat', sans-serif !important;
}

.deallikes ul li {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
}

.toggleSidePanel {
    -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
    background: #f7f7f7;
    position: absolute;
    left: 450px;
    top: 75px !important;
    z-index: 2;
    color: #00bffe;
    padding: 4px 12px 4px 2px !important;
    border-radius: 0px 50px 50px 0px !important;
}


/**********************************************************/
/**********************************************************/
/******************** LEFT PANEL STYLE ********************/
/**********************************************************/
/**********************************************************/
/* From Page _ListOfDeals.cshtml */
body {
    font-family: Montserrat;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    outline: none;
}

#dealMain ul li.active a {
    color: red;
}

#toast-container * {
    color: #fff !important;
    background-color: #1ab394 !important;
}

.under-descount-amount {
    width: 65%;
}

.rattings-disply.jq-ry-container svg {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.titile_rate_wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
}

.rattings-disply {
    top: -2px !important;
}

.rattings-disply.jq-ry-container {
    position: relative;
    width: 80px !important;
}

.img_2 {
    display: none;
}

.listing-all-data h3 a {
    text-align: right;
    position: relative;
}

.modal-class label {
    font-size: 16px;
    font-weight: 600;
}

.modal-class input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal-header-class {
    padding: 10px;
    background-color: #00BFFE;
    color: #fff;
}

.modal-header-class .modal-title {
    color: #fff;
    font-size: 20px;
}

.modal-header-class button.close {
    padding: 10px !important;
    margin: -8px !important;
    color: #fff !important;
}

button.btn.btn-default.smsShareButton {
    background-color: #00bffe;
    color: #fff;
}

button.btn.btn-default.closebtn {
    background-color: #D64843;
    color: #fff;
}

.brand-icons img {
    width: 100%;
}

/*new css*/
.search-in-location small {
    padding-left: 24px;
}

.offer-section big {
    margin-right: 8px;
}

.offer-section {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    min-height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*padding: 30.5px 0;*/
}

/*Custom css*/
.drop_button {
    cursor: pointer;
    color: #85b8ef !important;
    background-color: transparent;
    border: none;
}

#draggable_navheader ul li a.drop_button {
    color: #fff !important;
}

.drop_button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.drop_space {
    margin-top: 15px;
    position: absolute;
    z-index: 99;
    display: flex;
    right: 15px;
}

.drop_space_share {
    margin-top: 2px;
    position: absolute;
    z-index: 99;
    display: flex;
}


.icon {
    display: flex;
    padding: 20px;
    background-color: #fff;
    /*box-shadow: 6px 5px 15px 5px #ccc;*/
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 20%);
    position: relative;
    border-radius: 2px;
    right: 145px !important;
    /*padding: 5px 10px !important;*/
    padding: 25px 25px 25px !important;
}

.drop_space_share .icon {
    right: -8px !important;
    padding: 12px 12px !important;
}

.drop_space_share .icon li i {
    font-size: 12px;
    padding: 0.45rem .65rem !important;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 8px;
}

.drop_space_share ul.icon li {
    display: inline-block;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    right: 0;
    margin-right: 5px !important;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #787878;
    margin-bottom: 10px;
    float: left;
}

.icon li {
    list-style-type: none;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    min-width: 65px;
}

.icon li i {
    text-align: center;
    width: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #777 !important;
    list-style-type: none;
    color: #777 !important;
    font-size: 16px;
}

.icon::before {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    z-index: 2;
    top: -5px;
    transform: rotate(45deg);
    left: 24px;
}

/*.icon li:not(:first-child) {
        margin-left: 15px;
    }*/
/*new css*/
#draggable_navheader ul li a {
    padding: 0.75rem 1rem !important;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 768px) {
    #draggable_navheader ul li a {
        font-size: 12px
    }
}

/*new css code*/
i.fa.fa-facebook.nav-link.facebookShareDeal {
    color: #3b5998 !important;
}

.icon li i.fa.fa-facebook.nav-link.facebookShareDeal:hover {
    background-color: #3b5998 !important;
    border: 1px solid #3b5998 !important;
    color: #fff !important;
    transition: all .5s;
}

i.fa.fa-twitter.nav-link.twitterShareDeal {
    color: #55acee !important;
}

.icon li i.fa.fa-twitter.nav-link.twitterShareDeal:hover {
    background-color: #55acee !important;
    border: 1px solid #55acee !important;
    color: #fff !important;
    transition: all .5s;
}

i.fa.fa-whatsapp.nav-link.whatsAppShareDeal {
    color: #34b949 !important;
}

.icon li i.fa.fa-whatsapp.nav-link.whatsAppShareDeal:hover {
    background-color: #34b949 !important;
    border: 1px solid #34b949 !important;
    color: #fff !important;
    transition: all .5s;
}

i.fa.fa-share-square-o.nav-link.smsShareDeal {
    color: #009bd6 !important;
}

.icon li i.fa.fa-share-square-o.nav-link.smsShareDeal:hover {
    background-color: #009bd6 !important;
    border: 1px solid #009bd6 !important;
    color: #fff !important;
    transition: all .5s;
}

i.fa.fa-envelope-o.nav-link.emailShareDeal {
    color: #3b5998 !important;
}

.icon li i.fa.fa-envelope-o.nav-link.emailShareDeal:hover {
    background-color: #3b5998 !important;
    border: 1px solid #3b5998 !important;
    color: #fff !important;
    transition: all .5s;
}

.drop_space_share .icon li {
    min-width: 135px;
    font-size: 12px;
}

/*custom css code*/
.deal-main span.marker {
    background-color: #ff0;
}

/*.deal-main {
	height: calc(100vh - 380px);
	overflow-y: auto;
}*/
@media (min-width: 1200px) {
    /*.deal-main {
		height: calc(100vh - 580px);
		overflow-y: auto;
	}*/
}

.deal-main p img {
    width: 100%;
}

/*custome css code*/
.listing-all-data h3 span {
    max-width: 100%;
}

a.similarMerchantClick {
    width: 60%;
}

.losting_data_section {
    display: flex;
}

.listing-all-data h3 {
    /*text-align: right;*/
    /*width: 40%;*/
}

/*custom css*/
.reviewimg {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#DealRate {
    width: auto !important;
    float: left;
    padding-top: 40px;
}

/*custom css code*/
/*#DealRate svg {
	width: 20px;
	height: 20px;
}*/
/*custom css code*/
div#CommentsDisabled {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 500;
    /*background-color: #ff8c75;*/
    color: #ff8c75;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ff8c75;
}

ul.share_pop {
    list-style: none;
    padding: 12px 10px 5px 10px;
    line-height: 35px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

ul.share_pop li {
    position: relative;
}

span#selectedLocation {
    display: none !important;
    opacity: 0 !important;
}

ul.share_pop li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #787878;
    text-align: left;
    width: 100%;
    padding-bottom: 5px !important;
}

ul.share_pop li a.dealShared {
    padding: 0px 0px 10px 0px;
    top: 0px;
}

ul.share_pop li a img.img-fluid {
    width: 16px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

/*custome css code*/
.label-title {
    display: block;
    padding-left: 12px;
    font-weight: 700;
    color: #333333;
    font-size: 18px;
    line-height: 100%;
}

/*custom css code*/
.comments_sec {
    margin-bottom: 10px;
}

.comments_sec h3 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
}

.comments_sec h4 {
    font-size: 16px;
    color: #000;
    padding-left: 15px;
}

.comments_sec p {
    padding-left: 15px;
}

.comments_sec span {
    padding: 4px 8px;
    background-color: #007bff;
    font-size: 11px;
    border-radius: 4px;
    color: #fff;
}

#DealDeatailUserReview article {
    border: none;
    margin-top: 0px;
    margin-bottom: 5px;
}

#DealDeatailUserReview .label .material-icons {
    vertical-align: initial;
    font-size: 12px;
    width: 12px;
    position: relative;
    top: 1px;
}

.btn-primary {
    background: #F3705A !important;
    border-color: #F3705A !important;
    border-radius: 4px !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    display: flex;
    align-items: center;
    text-align: center !important;
    color: #FFFFFF !important;
    border: none;
    /*padding: 8px 30px !important;*/
    cursor: pointer;
    opacity: 1 !important;
}

.custom_reset {
    background: #F3705A !important;
    border-color: #F3705A !important;
    border-radius: 4px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border: none;
    /*padding: 8px 30px !important;*/
    cursor: pointer;
    opacity: 1 !important;
}

button.btn.custom_reset:hover {
    background: #ea4e34 !important;
    opacity: 1;
}

p.conct_sub a {
    color: #F3705A;
    font-size: 16px;
    font-weight: 700;
}

/* width */
.deal-main::-webkit-scrollbar {
    width: 10px !important;
}

/* Track */
.deal-main::-webkit-scrollbar-track {
    background: #f8f8f8 !important;
}

/* Handle */
.deal-main::-webkit-scrollbar-thumb {
    background: #ebebeb !important;
}

/* Handle on hover */
.deal-main::-webkit-scrollbar-thumb:hover {
    background: #ebebeb !important;
}



.cashoff {
    /*font-family: Montserrat;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    /* display: flex; */
    /* align-items: center; */
    color: #131313;
}

.cashoff .labeled {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.custom_sub {
    background: #4f95ff;
    border-radius: 4px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border: none;
    /*padding: 8px 30px !important;*/
}

.review_box {
    margin-top: 0 !important;
    padding-top: 0px !important;
}

#DealDeatailUserReview .label-warning {
    background-color: #007bff;
    display: inline-block;
    margin-left: 5px;
}

#DealDeatailUserReview p {
    display: inline;
    margin-left: 10px;
    color: #2C3E50;
    line-height: 24px;
    font-weight: 700;
    font-size: 13px;
}

div #productDealDescription img {
    width: 100%;
}

.text-Color {
    color: #d42e31;
}

.titile_rate_wrap>h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    /* identical to box height, or 27px */
    display: block;
    align-items: center;
    color: #131313;
    padding-right: 8px;
    width: auto;
    max-width: 170px;
    margin-bottom: 0px !important;
}

.bottom_itm .media-body>h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-top: 5px;
}

div#draggable_nav {
    overflow: visible;
}

.deal-detail-block {
    z-index: 10 !important;
}

.clloseicon {
    position: absolute;
    right: -8px !important;
    top: -8px !important;
    background: #00bffe;
    z-index: 99999;
    border-radius: 50px;
    width: 25px;
    text-align: center;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-maintab .clloseicon .material-icons {
    font-size: 15px;
    font-weight: 600;
}

section.rateReview {
    margin-top: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

span.report_btn {
    font-size: 11px;
    padding: 3px;
    margin: 5px;
    background-color: #FF6701;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
}

span.block_btn {
    font-size: 11px;
    padding: 3px;
    margin: 5px;
    background-color: #de0000;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
}

span.challenge_btn {
    font-size: 11px;
    padding: 3px;
    margin: 5px;
    background-color: #149429;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
}

.product-pic img.pic0 {
    border-radius: 5px;
    width: 270px;
    height: 240px;
}

.profile_img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ccc;
    overflow: hidden;
    display: inline-block;
    margin-right: 8px;
}

.user_icon .fa {
    margin-right: 8px;
    font-size: 18px;
    color: #545454;
}

span.reported_cls {
    margin: 15px;
    font-size: 13px;
    color: #007bff;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.rateReview ..material-icons {
    font-size: 18px;
}

.uploadRiviewImageAndPost {
    padding: 4px 10px;
    margin-left: 10px;
}

.ratingContainer .tooltip {
    display: none;
}

.pd-0 {
    padding: 0px;
}

.rateReview i.material-icons {
    position: relative;
    top: -2px;
}

/*custome css code*/



div#draggable_navheader ul li a {
    color: #fff;
    border-right: none;
}

ul.nav.nav-tabs.draggable_nav {
    margin: 0px;
    background: #F8F8F8;
    border-radius: 4px;
    /*justify-content: space-between;*/
}

div#draggable_navheader ul li a:hover {
    background-color: #ffffff;
    border: none;
}

div #draggable_navheader a.nav-link.active {
    background-color: #ffffff !important;
    color: #000000;
    box-sizing: border-box;
    border-radius: 4px 0px 0px 4px;
    border: 0px solid;
}

div#draggable_navheader ul.nav.nav-tabs li.nav-item a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    justify-content: center;
    outline: none;
    border: #e6e6e6 1px solid;
    border-radius: 0px !important;
    border-right: 0px;
    border-bottom: #e6e6e6 2px solid !important;
}

div#draggable_navheader ul.nav.nav-tabs li.nav-item:last-child {
    border-right: #e6e6e6 1px solid;
    border-radius: 0px 4px 4px 0px !important;
}

div#draggable_navheader ul.nav.nav-tabs li.nav-item a.nav-link.active {
    border-bottom: 2px solid #4f95ff !important;
    border-radius: 4px 0px 0px 4px !important;
}

.nav-maintab .clloseicon .material-icons {
    color: #fff;
}

span.cmt_num {
    position: relative;
    right: -12px;
    opacity: 0.5;
    font-weight: 500;
}

.img-HoverWrap {
    /* margin-top: 19px; */
    position: relative;
    top: 15px;
}

a.dealShared {
    width: auto;
    /* max-width: 100px; */
    display: inline-block;
    text-align: right;
    padding: 4px;
    position: relative;
    top: 5px;
    float: right;
}

.share_pop>li>a {
    float: none;
}

ul.nav.nav-tabs.draggable_nav a.nav-link span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

span#btnReportReview {
    /*text-decoration: underline;*/
    margin-left: 10px;
    font-weight: 700;
    cursor: pointer;
}

textarea#txtUserReview {
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
}

div#userReviewRate {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    position: relative;
    top: 0px;
}

span#btnDeleteReview {
    /*text-decoration: underline;*/
    margin-left: 10px;
    /*font-weight: 700;
        cursor: pointer;*/
}

div#draggable_nav li.nav-item {
    min-width: 33.333333%;
    text-align: center;
}

span#btnDeleteReview i.fa.fa-trash-o {
    color: red;
    margin-left: 5px;
}

span#btnReportReview .fa,
span#btnDeleteReview .fa {
    color: #717171cc;
}

span#btnReportReview i.fa.fa-user-times {
    font-size: 16px;
}

/*custome css code*/
.reposrt-deal a i.fa {
    font-size: 20px;
    position: relative;
    top: 4px;
}

/*cuatome css code*/
#dealListPager .material-icons {
    line-height: 1.42857;
}

.pagination-1 .custom-select {
    height: calc(1.5em + .55rem + 6px);
}

#dealMain .deal-view span {
    padding: 0px !important;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
}

h4.descripsito_clss {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #333333;
}

em#totalReviewCount {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    padding-top: 40px;
}

#main a.sort_icon i.material-icons {
    margin-top: 13px;
    margin-bottom: 12px;
}

#main a.menu_icon i.material-icons {
    margin-top: 13px;
    margin-bottom: 12px;
}

#nav-main ul .more ul {
    background: #ffffff !important;
    box-shadow: 6px 5px 15px 5px #ccc !important;
}

/*04-05-2021*/
.morefilter {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.morefilter a {
    display: inline-block;
    color: #245296;
    border: 1px solid #245296;
    padding: 0 10px;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    height: 38px;
    border-radius: 4px;
    float: right;
}

a.morefilterBtn {
    background: #4F95FF;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.morefilterBtn_unselected {
    background: #c7c7c7 !important;
}

.mfilterContent {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 325px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.14);
}

.mfilterContent2 {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 325px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.14);
}

.headmfilter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00bffe;
    padding: 15px 30px;
    color: #fff;
}

.morefilter .headmfilter a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0;
    border-radius: 0;
    border: none;
    height: auto;
}

.headmfilter a:hover {
    color: #fff;
}

.headmfilter span {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.clearfilt {
    width: 100%;
    text-align: center;
}

.clearfilt input[type="button"] {
    outline: none;
    border: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #00bffe;
    height: 36px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
    padding: 0 50px;
    border-radius: 4px;
}

.checkfiler {
    width: 100%;
    padding: 0 30px;
    padding-top: 15px;
}

.checkfiler label {
    font-size: 16px;
    font-weight: 500;
    color: #606060;
    line-height: 20px;
    margin-top: 10px;
}

.checkfiler input[type="checkbox"] {
    float: right;
    margin-top: 10px;
}

.drop_space_share.drop_share2 {
    left: -40px;
}

.drop_space_share.drop_share2 .icon::before {
    left: inherit;
    right: 50px;
}

/*custome css code*/
div#DealDeatailCarousel {
    padding-top: 30px;
}

div#DealDeatailCarousel img {
    height: 186px;
    width: 186px;
    object-fit: cover;
}

div#DealDeatailCarousel .material-icons {
    font-size: 186px !important;
}

/*custome css code*/
.reviewimg {
    width: 350px;
    margin: 0 auto;
}

.deal-location {
    display: flex;
    font-size: 14px !important;
    line-height: 24px !important;
    align-items: center;
    color: #4f95ff !important;
    margin-top: 11px !important;
}

.deal-location img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.deal-location small {
    margin-left: 5px;
}

.discount_btn img {
    width: 117px;
}


.bottom_itm {
    padding: 0px 14px 12px 14px;
}

.bottom_itm .media {
    align-items: center;
    padding-top: 0px;
}

.bg_gray {
    padding: 12px 14px;
    background: #F8F8F8;
}

.search-listing {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 20px !important;
}

.search-listing:hover {
    background-color: #fff !important;
    border: solid 1px #337ab700 !important;
    margin-bottom: 20px !important;
    box-shadow: 0px 0px 20px rgb(122 175 255 / 25%);
    border-radius: 4px;
}

.offer.selectedOffer {
    border: solid 1px #337ab700;
    border: solid 1px #337ab700;
    margin-bottom: 25px;
    box-shadow: 0px 0px 20px rgb(122 175 255 / 25%);
    border-radius: 4px;
}

.deallikes ul li a.clicked {
    background-position: left top;
}

/*.deal-listing-block {
	overflow: unset;
	background-color: #FFFFFF;
}*/
.search-listing-container {
    padding: 10px 10px 20px 0px !important;
    width: 100%;
    float: left;
    border: 1px solid #E5E5E5 !important;
    border-radius: 0px !important;
    display: inline-block;
    background: #fff;
}

.search-listing-container .search-listing-wrap {
    overflow: auto;
    height: calc(100vh - 235px);
    padding: 10px 15px 0px 20px !important;
}

.footer-main.cushei_deal_foo {
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 15px;
    height: 55px;
}

div#productDealDescription p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.morefilter {
    width: 20%;
}

.footer_items_now.custom_deal_footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

ul.lft_ftr {
    list-style: none;
    padding-left: 0px;
    width: 30%;
    margin-bottom: 0px !important;
}

ul.rit_ftr {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: flex-end;
    width: 70%;
    margin-bottom: 0px !important;
}

ul.lft_ftr li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #787878 !important;
    text-decoration: none;
    transition: 0.5s;
}

ul.lft_ftr li a:hover {
    color: #F3705A !important;
}

ul.rit_ftr li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #787878;
    text-decoration: none;
}

ul.rit_ftr li a:hover {
    color: #F3705A;
}

ul.rit_ftr li a:hover .img_2 {
    display: block;
}

ul.rit_ftr li a:hover .img_1 {
    display: none;
}

ul.rit_ftr li {
    padding-left: 15px;
}

ul.rit_ftr li a img {
    padding-right: 10px;
    width: 30px;
}

ul.lft_ftr li a img {
    padding-right: 10px;
}

.morefilter a {
    border: none;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #F8F8F8;
    border-radius: 10px;
    background: #F8F8F8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #EBEBEB;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4F95FF;
}

.vt {
    border-top: 1px solid #E5E5E5;
}

.headmfilter {
    background: transparent;
    padding: 15px 20px 1px;
    color: black;
}

.mfilterContent {
    position: absolute;
    top: 42px;
    right: 28px;
    width: 350px;
}

.checkfiler {
    padding: 0 20px;
    padding-top: 15px;
}

.clearfilt input[type="button"] {
    background: #F3705A;
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    float: right;
    width: 50px;
    height: 23px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_filter {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider_filter:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider_filter {
    background-color: #66C6B9;
}

input:focus+.slider_filter {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider_filter:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

Rounded sliders .slider_filter.round {
    border-radius: 34px;
}

.slider_filter.round:before {
    border-radius: 50%;
}

label.deal_para {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #5A5A5A;
    max-width: 600px;
}

input#image {
    min-height: 60px;
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
}

.fileUpload.btn.btn-sm.btn-primary {
    background: #4F95FF !important;
    box-shadow: -4px 0px 7px rgb(189 189 189 / 63%);
    border-radius: 4px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.chk_spcs {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.threeDotcls {
    position: relative;
    z-index: 9;
    top: 35px;
    right: -8px;
    color: #C4C4C4;
    font-size: 20px;
    letter-spacing: 8px;
}

.threeDotcls i.fa {
    cursor: pointer;
}

.threeDotDetails {
    position: absolute;
    width: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(184 212 255 / 36%);
    border-radius: 2px;
    z-index: 99999;
    right: 0;
    top: 25px;
}

label.label-title.revw_hd {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #333333;
}

.card.img_gall {
    border: none;
    padding: 0;
}

.revw_hd span {
    color: #F3705A;
    padding-left: 10px;
}

.coment_wrpa {
    display: flex;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.profile_img_wrap i.fa.fa-user-circle-o {
    font-size: 50px;
}

.profile_img_wrap {
    min-width: 96px;
    text-align: center;
    padding-top: 2px;
    max-height: 60px;
}

h4.name_cmnt {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #222222;
    display: block;
    width: 100%;
    text-transform: capitalize;
}

.class_cmt_rate i.material-icons {
    padding-right: 10px !important;
    margin-right: 6px;
}

.class_cmt_rate span.label.label-warning {
    margin-left: 0px !important;
    background: #e7c309 !important;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 5px;
}

#DealDeatailUserReview p.comt_clint {
    margin-left: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
}

.box_reply_time {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 0px;
}

.comt_wrap_text {
    width: 100%;
    /* justify-content: space-between; */
}

ul.left_rply {
    list-style: none;
    padding-left: 0px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding-top: 10px;
}

ul.left_rply li {
    padding-right: 30px;
}

ul.left_rply li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #4F95FF;
}

ul.left_rply li a img.img-fluid {
    padding-right: 6px;
}

ul.left_rply li a span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    color: #90989F;
    padding-top: 5px;
}

ul.left_ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    padding: 10px;
    justify-content: flex-end;
    min-width: 50%;
}

ul.left_ul li {
    min-width: 50px;
    text-align: right;
}

ul.left_ul li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #333333;
}

ul.left_ul li a img {
    padding-right: 5px;
}

.drop_space_share ul.icon {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 150px;
}

.card {
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    /*margin-top: 50px;
    margin-bottom: 50px*/
}

fieldset.active {
    display: block !important
}

fieldset {
    display: none
}

.pic0 {
    width: 200px;
    height: 259px;
    margin-left: 65px;
    margin-right: auto;
    display: block
}

.product-pic {
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

.thumbnails {
    position: absolute
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.tb {
    width: 62px;
    height: 62px;
    border: 1px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat;
}

p {
	font-family: Montserrat;
}

span {
	font-family: Montserrat;
}

div {
	font-family: Montserrat;
}*/

.tb-active {
    opacity: 1
}

.tbecrrms.picdetailSS {
    border-radius: 5px;
    border: 1px solid #00000012;
    padding: 0px;
    transition: 0.5s;
    margin-bottom: 5px;
}


.tb-active {
    border: 1px solid #f3705a;
}

.thumbnail-img {
    width: 60px;
    height: 60px
}

.tab-content .thumbnail-img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}


.threeDotShare {
    margin-top: 15px;
    position: absolute;
    z-index: 99;
    display: flex;
}

/*.deal-map-block {
	position: absolute;
	width: calc(100vw - 825px);
	height: calc(100vh - 60px);
	left: 450px;
	top: 60px;
	overflow: hidden;
}*/

/*.toggleSidePanel-close .deal-map-block {
	width: calc(100vw - 375px);
	left: 0px;
}*/

.deal-detail-block {
    z-index: 10;
}

.box_delinks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0px;
    min-height: 75px;
    margin-left: 80px !important;
    margin-right: auto !important;
}

/*.bottom_itm .media-body h4 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	display: flex;
	align-items: center;
	color: #131313;
}*/



h4.dealheading {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #333333;
}

input.upload.ratingImage {
    height: 60px;
    width: 150px;
    cursor: pointer;
}

span.custom_span img.img-fluid {
    padding-right: 10px;
}

span.custom_span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

div#DealRate {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -2px;
}

h4.rating_title span {
    width: fit-content;
    padding-right: 10px;
}

h4.rating_title {
    display: flex;
    flex-wrap: wrap;
}

/*12-06-2021*/
button.btn.btn-primary.custom_mdl_btn {
    background: #4F95FF;
    border-radius: 4px;
    border: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    margin-top: 10px;
    outline: none;
    transition: 0.5s;
}

.btn.form-control-btn {
    width: 100%;
    background: #F3705A;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #f3705a;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.5s;
    outline: none;
}

button.btn.btn-primary.custom_mdl_btn:hover {
    background: #3d81e8;
}

.btn.form-control-btn:hover {
    background: #fd674d;
    border: 1px solid #F3705A;
}

.form_box_contact .form-control {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* display: flex; */
    align-items: center;
    color: #8F8F8F;
    outline: none;
    outline: none;
}

.custm_modal_hedr h4.modal-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #131313;
}

textarea#exampleTextarea {
    height: 160px;
}

.modal-header.custm_modal_hedr {
    border: 0px;
    border-bottom: 0px;
    padding-bottom: 4px;
    padding-top: 20px;
}

button.close.custom_clse {
    outline: none !important;
}

.form_box_contact .form-group {
    margin-bottom: 20px;
}

.form-control:focus {
    color: #000000;
    border-color: #29292929 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

input#txtDealName:focus {
    border-bottom: 1px solid #939393 !important;
    z-index: 1;
    border: 1px solid #939393 !important;
}

input#txtLocation:focus {
    border-bottom: 1px solid #939393 !important;
    z-index: 1;
    border: 1px solid #939393 !important;
}

div#navbarSupportedContent {
    padding-left: 20px;
}

.form-row.dis_wrap {
    justify-content: flex-end;
}

.deal-location small {
    color: #a7a7a7 !important;
    font-size: 13px !important;
}

img.fd2 {
    display: none;
    transition: 0.5s;
}

.lft_ftr li {
    cursor: pointer;
}

.lft_ftr li a:hover img.fd2 {
    display: block;
}

.lft_ftr li a:hover img.fd1 {
    display: none;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .pic0 {
        width: 250px;
        height: 350px
    }
}

/*responsive*/
@media (min-width: 576px) {
    .modal-dialog.modal-section {
        margin: 5rem auto;
    }
}

@media (max-width: 1199px) {
    .toggleSidePanel {
        left: 430px !important;
    }

    /*.toggleSidePanel-close .toggleSidePanel {
		left: 0px !important;
	}*/

    .tooltip {
        right: 0;
    }
}



@media (max-width: 767px) {
    .dealm-main-text {
        min-height: auto;
        padding-left: 0;
    }
}

@media (max-width: 440px) {

    /*new css code*/
    .icon li {
        min-width: 45px;
        font-size: 12px;
    }

    .drop_space {
        right: 5px;
    }

    .under-descount-amount {
        width: 64%;
    }

    .descount-amount .new-price {
        font-size: 9px;
    }

    .descount-amount ul li .material-icons {
        font-size: 14px;
    }

    .descount-amount ul li a {
        width: 20px;
        height: 20px;
    }

    .descount-amount ul li {
        padding: 0 1px;
    }

    .location-ratting .jq-ry-container {
        top: 10px;
    }
}

@media (max-width: 399px) {
    .location-ratting .jq-ry-container {
        top: 5px;
    }

    .deal-view span {
        margin-right: 0px;
        margin-left: 0px;
        padding: 0px 5px;
        border-radius: 4px;
    }
}

@media (max-width: 350px) {
    .search-in-location small {
        padding-left: 0px;
    }

    .deal-location small {
        padding-left: 0px;
    }
}

@media (max-width: 340px) {
    .under-descount-amount {
        width: 60%;
    }
}

@media (max-width: 1399px) {
    /*header nav.navbar {
		padding: 0 1rem !important;
	}
	.serch_wraping {
		display: flex;
		flex-wrap: wrap;
		width: 60%;
		padding-right: 20px;
		padding-left: 26px;
	}

	.profile_wrap_head_details {
		background: #f7faff;
		padding: 10px 20px;
		display: flex;
		width: 100%;
		position: relative;
	}
	a.navbar-brand img {
		position: relative;
		top: 4px !important;
	}
	.logo_head {
		height: auto;
		max-width: 155px;
		width: 100%;
	}
	.other_wrap a {
		font-size:14px;
	}
	input.form-control.lokn.custom_serch {
		font-size: 14px;
	}
	.has-search input.form-control.currentLoc.currnt_loc_int {
		font-size: 14px;
	}*/
    /*.backToHome span {display:none;}*/
}

@media (max-width: 1199px) {
    .for_mobile_underbar {
        display: block;
    }

    input.form-control.lokn.custom_serch {
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border-color: #000000;
        background: #F8F8F8;
        border: 1px solid #E5E5E5;
        box-sizing: border-box;
        border-radius: 4px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        display: flex;
        align-items: center;
        color: #8F8F8F;
    }

    .input-group.form-group.serch_main {
        margin-top: 0px;
        /*max-width: 33vw;*/
        width: 49%;
    }

    /*.input-group.form-group.class_marker {
		max-width: 98vw;
		width:50%;
	}*/
    .serch_wraping {
        width: 100%;
        padding: 10px;
    }

    header {
        box-shadow: none !important;
    }

    .navbar {
        -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    }

    .navbar-brand {
        margin-top: 0px !important;
    }

    a.navbar-brand img {
        top: 0px !important;
    }

    header nav.navbar {
        min-height: 64px;
    }

    header .form-group .form-control {
        max-width: 64.5vw !important;
        font-size: 12px !important;
    }

    button.btn.btn-secondary.btn_srch_icn {
        right: 55px !important;
    }
}

@media (max-width: 768px) {
    .logo_head {
        max-width: 170px !important;
        margin-left: 5px;
    }

    .logo_head img {
        max-width: 170px !important;
    }

    #btnSearchDeals:after {
        display: none !important;
    }

    button#btnSearchDeals {
        margin: 0px !important;
    }

    .profileDiv {
        top: 0px !important;
        height: calc(100vh - 0px) !important;
    }

    .toggleDeatilsSidePanel-close .deal-map-block {
        width: calc(100vw - 0px) !important;
    }
}

@media (max-width: 991px) {
    .logo_head {
        max-width: 170px;
    }

    header .form-group .form-control {
        max-width: 100vw !important;
    }

    input.form-control.lokn.custom_serch {
        width: 40vw;
        max-width: 100% !important;
    }

    .for_mobile_underbar .serch_wraping {
        justify-content: center;
    }

    /*.input-group.form-group.serch_main {max-width: 100vw !important;}*/
    .input-group.form-group.class_marker {
        max-width: 100vw !important;
    }

    button.btn.btn-secondary.btn_srch_icn img {
        width: 20px !important;
    }

    button.btn.btn_flt_top img {
        width: 20px !important;
    }

    button.btn.btn_loc_dot img {
        width: 20px !important;
    }

    span.fa.form-control-feedbackk.custon_loc img.img-fluid {
        width: 20px !important;
    }

    button.btn.btn-secondary.btn_srch_icn {
        right: 13px !important;
    }

    input#txtLocation {
        width: 40vw !important;
        max-width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1097px) {
    .logo_head {
        max-width: 15vw;
    }

    .serch_wraping {
        justify-content: center;
    }

    /*.input-group.form-group.serch_main {max-width: 45vw;}*/
    .input-group.form-group.class_marker {
        max-width: 45vw;
    }

    button.btn.btn-secondary.btn_srch_icn img {
        width: 20px !important;
    }

    /*header .form-group .form-control {max-width:37vw !important;}*/
    button.btn.btn_flt_top {
        right: 50px;
    }

    button.btn.btn_flt_top img {
        width: 20px !important;
    }

    button.btn.btn_loc_dot img {
        width: 20px !important;
    }

    span.fa.form-control-feedbackk.custon_loc img.img-fluid {
        width: 20px !important;
    }
}

@media (min-width: 1051px) and (max-width: 1089px) {
    /**/
    /*header nav.navbar {padding: 0 1.75rem !important;}
	.logo_head {max-width: 10vw;}
	header .form-group .form-control {max-width: 30vw !important;font-size:11px !important;}
	header .form-group {padding:4px 5px 0px 15px !important;}
	button.btn.btn_flt_top img {width:15px;}
	form.header_frm button#btnSearchDeals img {width:15px !important;}
	span.fa.form-control-feedbackk.custon_loc img.img-fluid {width:15px !important;}
	span.fa.form-control-feedbackk.custon_loc {width:35px !important;}
	input-group-append.loc_dot_wrap button.btn.btn_loc_dot {width:35px !important;}
	button.btn.btn_loc_dot img {width:15px !important;}
	input.form-control.lokn.custom_serch {height:38px;font-size: 13px;}
	button.btn.btn_flt_top {height:38px;}
	button.btn.btn-secondary.btn_srch_icn {height: 38px;}
	span.fa.form-control-feedbackk.custon_loc {height:38px;}
	.has-search input.form-control.currentLoc.currnt_loc_int {height:38px !important;font-size: 13px;}
	button.btn.btn_loc_dot {height:38px;}
	.other_wrap a {font-size: 11px;}
	.playstore_img img.img-fluid {max-width:170px;}
	.input-group.form-group.class_marker {max-width:37%;}
	.serch_wraping {width: 100%;justify-content:center;}
	.nav-link {padding:.25rem .5rem !important;}
	.d-flex.other_wrap {top:0px !important;}
	button.btn.btn-secondary.btn_srch_icn {right:3px !important;}
	.input-group.form-group.has-search.class_marker {padding-right:0px !important;}*/
    /**/
}

@media (min-width: 1098px) and (max-width: 1199px) {
    .nav-link {
        padding: .5rem 0rem .5rem .5rem !important;
    }

    header .form-group {
        padding: 5px 0px 5px 15px !important;
    }

    .serch_wraping {
        width: 100%;
    }

    .other_wrap a {
        font-size: 12px;
    }

    .playstore_img {
        display: none;
    }

    header .form-group .form-control {
        max-width: 32vw !important;
        font-size: 12px !important;
    }

    button.btn.btn_flt_top {
        right: 50px;
    }

    header nav.navbar {
        padding: 0 1.75rem !important;
    }

    .logo_head {
        max-width: 10vw;
    }

    header .form-group .form-control {
        max-width: 30vw !important;
        font-size: 11px !important;
    }

    header .form-group {
        padding: 4px 5px 0px 15px !important;
    }

    button.btn.btn_flt_top img {
        width: 15px;
    }

    form.header_frm button#btnSearchDeals img {
        width: 15px !important;
    }

    span.fa.form-control-feedbackk.custon_loc img.img-fluid {
        width: 15px !important;
    }

    span.fa.form-control-feedbackk.custon_loc {
        width: 35px !important;
    }

    input-group-append.loc_dot_wrap button.btn.btn_loc_dot {
        width: 35px !important;
    }

    button.btn.btn_loc_dot img {
        width: 15px !important;
    }

    input.form-control.lokn.custom_serch {
        height: 38px;
        font-size: 13px;
    }

    button.btn.btn_flt_top {
        height: 38px;
    }

    button.btn.btn-secondary.btn_srch_icn {
        height: 38px;
    }

    span.fa.form-control-feedbackk.custon_loc {
        height: 38px;
    }

    .has-search input.form-control.currentLoc.currnt_loc_int {
        height: 38px !important;
        font-size: 13px;
    }

    button.btn.btn_loc_dot {
        height: 38px;
    }

    .other_wrap a {
        font-size: 11px;
    }

    .playstore_img img.img-fluid {
        max-width: 170px;
    }

    .input-group.form-group.class_marker {
        max-width: 32.7%;
    }

    .serch_wraping {
        /*width: 75%;*/
        justify-content: center;
    }

    .nav-link {
        padding: .25rem .5rem !important;
    }

    .d-flex.other_wrap {
        top: 0px !important;
    }

    button.btn.btn-secondary.btn_srch_icn {
        right: 3px !important;
    }

    button.btn.btn-secondary.btn_srch_icn img {
        width: 15px !important;
    }

    .input-group.form-group.has-search.class_marker {
        padding-right: 0px !important;
    }

    header .form-group .form-control {
        margin-left: 0px !important;
    }

    .input-group-append {
        margin-left: 0px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {

    /**/
    header nav.navbar {
        padding: 0 .5rem !important;
    }

    .logo_head {
        max-width: 10vw;
    }

    header .form-group .form-control {
        max-width: 100% !important;
        font-size: 11px !important;
    }

    header .form-group {
        padding: 4px 5px 0px 15px !important;
    }

    button.btn.btn_flt_top img {
        width: 15px;
    }

    /*form.header_frm button#btnSearchDeals img {width: 15px !important;}*/
    span.fa.form-control-feedbackk.custon_loc img.img-fluid {
        width: 15px !important;
    }

    span.fa.form-control-feedbackk.custon_loc {
        width: 35px !important;
    }

    input-group-append.loc_dot_wrap button.btn.btn_loc_dot {
        width: 35px !important;
    }

    button.btn.btn_loc_dot img {
        width: 15px !important;
    }

    input.form-control.lokn.custom_serch {
        height: 38px;
        font-size: 13px;
    }

    button.btn.btn_flt_top {
        height: 38px;
    }

    button.btn.btn-secondary.btn_srch_icn {
        height: 38px;
    }

    span.fa.form-control-feedbackk.custon_loc {
        height: 38px;
    }

    .has-search input.form-control.currentLoc.currnt_loc_int {
        height: 38px !important;
        font-size: 13px;
    }

    button.btn.btn_loc_dot {
        height: 38px;
    }

    .other_wrap a {
        font-size: 11px;
    }

    .playstore_img img.img-fluid {
        max-width: 140px;
    }

    .input-group.form-group.class_marker {
        max-width: 37%;
    }

    .serch_wraping {
        width: 60%;
        justify-content: flex-end;
    }

    .nav-link {
        padding: .25rem .5rem !important;
    }

    .d-flex.other_wrap {
        top: 0px !important;
    }

    button.btn.btn-secondary.btn_srch_icn {
        right: 3px !important;
    }

    .input-group.form-group.has-search.class_marker {
        padding-right: 0px !important;
    }

    /**/
}

@media (min-width: 1301px) and (max-width: 1400px) {

    /**/
    input.form-control.lokn.custom_serch {
        height: 45px;
        font-size: 13px;
    }

    button.btn.btn_flt_top {
        height: 45px;
    }

    button.btn.btn-secondary.btn_srch_icn {
        height: 45px;
    }

    span.fa.form-control-feedbackk.custon_loc {
        height: 45px;
    }

    .has-search input.form-control.currentLoc.currnt_loc_int {
        height: 45px !important;
        font-size: 13px;
    }

    button.btn.btn_loc_dot {
        height: 45px;
    }

    .playstore_img img.img-fluid {
        max-width: 170px;
    }

    header .form-group {
        padding: 0px 15px 0px 15px !important;
    }

    /**/
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .input-group.form-group.serch_main {
        margin-top: 0px;
        /*max-width: 405px;*/
        width: 50%;
    }

    ul.details_list_ul li a {
        min-height: 35px;
    }

    p.conct_sub {
        margin-bottom: 0px !important;
    }

    header .form-group .form-control {
        width: 100% !important;
    }

    button.btn.btn_flt_top {
        position: absolute;
        right: 53px;
        border: none !important;
        outline: none !important;
        box-shadow: none;
        top: 0;
        height: 50px;
        z-index: 9;
    }

    .input-group.form-group.class_marker {
        max-width: 270px;
        width: 100%;
    }

    .serch_wraping {
        display: flex;
        flex-wrap: wrap;
        width: 63%;
        padding-left: 25px;
        padding-right: 20px;
        justify-content: flex-end;
    }

    /**/
    input.form-control.lokn.custom_serch {
        height: 45px;
        font-size: 13px;
    }

    button.btn.btn_flt_top {
        height: 45px;
    }

    button.btn.btn-secondary.btn_srch_icn {
        height: 45px;
    }

    span.fa.form-control-feedbackk.custon_loc {
        height: 45px;
    }

    .has-search input.form-control.currentLoc.currnt_loc_int {
        height: 45px !important;
        font-size: 13px;
    }

    button.btn.btn_loc_dot {
        height: 45px;
    }

    .playstore_img img.img-fluid {
        max-width: 170px;
    }

    header .form-group {
        padding: 0px 15px 0px 15px !important;
    }

    /**/
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .input-group.form-group.serch_main {
        margin-top: 0px;
        max-width: 450px;
        width: 100%;
    }

    header .form-group .form-control {
        width: 100% !important;
    }

    button.btn.btn_flt_top {
        position: absolute;
        right: 53px;
        border: none !important;
        outline: none !important;
        box-shadow: none;
        top: 0;
        z-index: 9;
    }

    .input-group.form-group.class_marker {
        max-width: 310px;
        width: 100%;
    }

    .serch_wraping {
        display: flex;
        flex-wrap: wrap;
        width: 65%;
        padding-left: 70px;
        padding-right: 14px;
        justify-content: flex-end;
    }

    .d-flex.other_wrap {
        position: relative;
        top: 0px;
        /*width: 34%;*/
    }

    /**/
    input.form-control.lokn.custom_serch {
        height: 45px;
        font-size: 13px;
    }

    button.btn.btn_flt_top {
        height: 45px;
    }

    button.btn.btn-secondary.btn_srch_icn {
        height: 45px;
    }

    span.fa.form-control-feedbackk.custon_loc {
        height: 45px;
    }

    .has-search input.form-control.currentLoc.currnt_loc_int {
        height: 45px !important;
        font-size: 13px;
    }

    button.btn.btn_loc_dot {
        height: 45px;
    }

    .playstore_img img.img-fluid {
        max-width: 160px;
    }

    header .form-group {
        padding: 0px 15px 0px 15px !important;
    }

    /**/
}

@media (min-width: 1601px) and (max-width: 2500px) {
    .serch_wraping {
        display: flex;
        flex-wrap: wrap;
        width: 65%;
        padding-left: 50px;
        padding-right: 14px;
        justify-content: flex-end;
    }

    .d-flex.other_wrap {
        position: relative;
        top: 0px;
        width: fit-content;
    }

    /**/
    input.form-control.lokn.custom_serch {
        height: 45px;
        font-size: 13px;
    }

    button.btn.btn_flt_top {
        height: 45px;
    }

    button.btn.btn-secondary.btn_srch_icn {
        height: 45px;
    }

    span.fa.form-control-feedbackk.custon_loc {
        height: 45px;
    }

    .has-search input.form-control.currentLoc.currnt_loc_int {
        height: 45px !important;
        font-size: 13px;
    }

    button.btn.btn_loc_dot {
        height: 45px;
    }

    .playstore_img img.img-fluid {
        max-width: 170px;
    }

    header .form-group {
        padding: 0px 15px 0px 15px !important;
    }

    /**/
}

/*******************************************************/
/*******************************************************/
/****************** RIGHT PANEL STYLE ******************/
/*******************************************************/
/*******************************************************/
/* From Page _ProfileAndContactUs.cshtml */
#phone {
    display: none;
}

/*.profileDiv {
	position: absolute;
	width: 300px;
	right: 0;
	top: 65px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgb(184 212 255 / 36%);
	border-radius: 4px;
	height: calc(100vh - 65px);
	overflow-y: hidden;
	overflow-x: auto;
    display: inline-table;
}
*/ 

.right_wrap {
    overflow: hidden;
    height: 100%;
    padding-bottom: 30px;
}

.right_wrap::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.right_wrap {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.main_widt {
    width: 0px;
    transition: 0.5s;
}

a.toggleSidePanelright {
    position: absolute;
    left: -38px;
    z-index: 9;
    background: #FFFFFF;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 50px 0px 0px 50px;
    padding: 4px 2px 4px 12px;
    top: 70px;
    text-align: center;
    cursor: pointer;
}

.toggleSidePanel {
    padding: 4px 4px 4px 2px;
    border-radius: 0px 50px 50px 0px;
}

a.toggleSidePanelright i.material-icons {
    position: relative;
    left: 2px;
    color: #00bffe;
    font-size: 30px;
}

.profile_wrap_head {
    display: flex;
    padding: 20px 20px;
    width: 100%;
    position: relative;
}

.profile_wrap_head_details {
    background: #f7faff;
    display: flex;
    width: 100%;
    position: relative;
}

.right_wrap .profile_img_wrap {
    max-width: 80px;
    min-width: 80px;
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 10px;
    padding-top: 0px;
}

.right_wrap .profile_img_wrap img {
    max-height: 70px;
    max-width: 100%;
}

.profile_name {
    max-width: 180px;
    width: 100%;
    position: relative;
}

.profile_name h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #131313;
    padding-top: 3px;
    margin-bottom: 0px;
}

.right_wrap .details_ul_wrap,
.log_out_wrap,
.right_wrap .contact_wrap,
.profile_wrap_head_details {
    padding: 20px;
    position: relative;
    border-top: 1px solid #E5E5E5 !important;
}

ul.details_list_ul {
    padding-left: 0px;
    position: relative;
    list-style: none;
    margin-bottom: 0px;
}

ul.details_list_ul li a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
}

span.detail_menu_list {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    /* display: flex; */
    /* align-items: center; */
    color: #131313;
}

span.left_icon img.img-fluid,
span.icon-pw {
    width: 18px;
    margin-right: 10px;
    position: relative;
}

span.notifiction_num {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #B4B3B3;
}

.log_out_wrap {
    position: relative;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.log_out_wrap_single {
    position: relative;
    padding: 8px 20px;
    /*border-top: 1px solid #E5E5E5;*/
    border-bottom: 1px solid #E5E5E5;
}

.right_wrap .contact_wrap {
    position: relative;
}

h4.contact_titl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #131313;
}

.contact_wrap .conct_sub {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

ul.phone_whats {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
    position: relative;
}

ul.phone_whats li a .img-fluid {
    width: 18px;
}

ul.phone_whats span.number-pw,
ul.phone_whats li a {
    font-size: 14px;
}


span.number-pw {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* display: flex; */
    align-items: center;
    color: #131313;
}

ul.phone_whats li a {
    min-height: 30px;
    display: block;
    display: flex;
    width: 100%;
    align-items: center;
}

.form_group {
    display: flex;
    padding: 20px 0px;
    position: relative;
}

.form_group .form-control {
    font-size: 14px;
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    height: 48px;
    padding: 0px 15px;
    color: #8F8F8F;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px 0px 0px 4px;
}


.form_group button {
    background: #4F95FF;
    box-shadow: -4px 0px 7px rgb(189 189 189 / 63%);
    border-radius: 0px 4px 4px 0px;
    border: none;
    min-width: 50px;
    outline: none;
}

.social_wrap h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #131313;
}

ul.social_list {
    display: flex;
    list-style: none;
    padding-left: 0px;
}

ul.social_list li {
    margin-right: 15px;
    transition: 0.5s;
}


@@media (max-width: 1499px) {
    .profile_img_wrap {
        min-width: 50px;
        max-width: 50px !important;
    }

    span.detail_menu_list {
        font-size: 15px;
        line-height: 100%;
    }

    ul.details_list_ul li a {
        min-height: 35px;
    }

    .log_out_wrap {
        padding: 5px 20px;
    }

    h4.contact_titl {
        font-size: 16px;
    }

    p.conct_sub {
        margin-bottom: 0px !important;
    }

    button.btn.btn-primary.custom_mdl_btn {
        border-radius: 4px;
        font-size: 14px;
        margin-bottom: 5px;
        height: 40px;
        margin-top: 5px;
    }

    ul.social_list li a img.img-fluid {
        max-width: 25px;
    }

    .social_wrap h4 {
        font-size: 16px;
    }

    ul.phone_whats li a {
        min-height: 34px;
    }
}

@@media (min-width: 1500px) and (max-width: 1600px) {
    .profile_img_wrap {
        min-width: 60px;
        max-width: 60px !important;
    }

    span.detail_menu_list {
        font-size: 17px;
        line-height: 100%;
    }

    ul.details_list_ul li a {
        min-height: 37px;
    }

    .log_out_wrap {
        padding: 7px 20px;
    }

    h4.contact_titl {
        font-size: 17px;
    }

    p.conct_sub {
        margin-bottom: 4px !important;
    }

    button.btn.btn-primary.custom_mdl_btn {
        border-radius: 4px;
        font-size: 14px;
        margin-bottom: 5px;
        height: 42px;
        margin-top: 5px;
    }

    ul.social_list li a img.img-fluid {
        max-width: 28px;
    }

    .social_wrap h4 {
        font-size: 17px;
    }

    ul.phone_whats li a {
        min-height: 36px;
    }
}

/* Item tabs */
.media-body>h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-top: 5px;
}

#productDealDescription {
    overflow-y: auto;
    height: 200px;
    overflow-x: hidden;
}

.deal-main {
    padding: 15px !important;
    position: relative;
    padding-bottom: 55px !important;
}

/*.deal-main-text-block {
	margin-bottom:10px !important;
}*/

@media (min-width: 1200px) {
    /*#productDealDescription {
		overflow: auto;
		height: calc(100vh - 700px);
	}*/
}

#rewieAndRating #DealRate {
    margin: 0px auto 12px;
    display: inline-block;
    padding-left: 12px;
}

#rewieAndRating .rateReview h3 {
    padding-left: 5px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
}

form#formRating {
    padding-top: 15px;
}

.cs-closs-right-menu img {
    height: 16px;
    display: block;
}

a.cs-closs-right-menu {
    display: none;
}

header nav.navbar {
    padding: 0px !important;
}

.navbar-brand {
    margin: 0px !important;
}

.logo_head {
    max-width: 13vw;
    width: auto;
    top: 0px;
}

div#navbarSupportedContent {
    display: block;
    /*min-height: 100px;*/
    padding-left: 0px;
}

    div#navbarSupportedContent form.header_frm {
        margin: 0px;
        padding: 15px 20px 20px;
        background-color: #131313;
    }

.serch_wraping #dropdown-not-selected-error {
    font-size: 12px;
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    background: #ffebe7;
    border-radius: 4px;
}
span#mobile-dropdown-not-selected-error {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    background: #ffebe7;
    border-radius: 4px;
}

.serch_wraping #set-location-error {
    font-size: 12px;
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    background: #ffebe7;
    border-radius: 4px;
}

span#mobile-set-location-error {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    background: #ffebe7;
    border-radius: 4px;
}
div#navbarSupportedContent .form-row.dis_wrap {
    justify-content: flex-start;
    margin: 0px;
}

.cs-menu-box a.main-logo img {
    max-width: 100%;
    max-height: 75px;
}

.cs-menu-box a.main-logo {
    display: inline-block;
}

.cs-menu-box {
    width: 18.5%;
}

.serch_wraping {
    width: 53%;
}

.d-flex.other_wrap {
    width: 28.5%;
}

.playstore_img {
    width: 45%;
    display: flex;
    padding-left: 15px;
}

.d-flex.other_wrap a {
    width: 55%;
    display: flex;
    padding: 0px !important;
}

.playstore_img img {
    max-width: 95%;
    max-height: 60px;
}


.serch_wraping {
    justify-content: inherit;
    padding-right: 0;
    padding: 0px !important;
    padding-left: 0px !important;
}

.input-group.form-group.serch_main {
    padding: 0px !important;
    max-width: inherit;
    height: 60px;
    width: 58%;
    position: relative;
}

.input-group.form-group.class_marker {
    height: 60px;
    padding: 0px !important;
    max-width: 38%;
    margin-left: 3% !important;
}

input.form-control.lokn.custom_serch {
    padding: 8px 18px !important;
    height: 60px !important;
    font-size: 16px;
    padding-right: 110px !important;
}

input.form-control.lokn.custom_serch::placeholder,
.has-search input.form-control.currentLoc.currnt_loc_int::placeholder {
    color: #959595 !important;
    font-size: 16px;
}

.serch_main .input-group-append.custom_filt {
    height: 60px;
    position: absolute;
    right: 82px;
}

.serch_main button.btn.btn_flt_top {
    height: 60px;
    position: relative;
    right: 0px;
}

.serch_main .input-group-append.srch_icn_wrap {
    height: 60px;
    position: absolute;
    right: 0px;
    width: 60px;
}

.serch_main button.btn.btn-secondary.btn_srch_icn {
    position: relative;
    height: 60px;
    padding: 0px 17px !important;
    min-height: initial !important;
    right: 0px !important;
    width: 60px;
}

.serch_main button.btn.btn-secondary.btn_srch_icn img {
    width: 24px;
}

span.fa.form-control-feedbackk.custon_loc {
    height: 60px !important;
    left: 20px;
    width: auto;
}

.has-search input.form-control.currentLoc.currnt_loc_int {
    height: 60px !important;
    font-size: 16px !important;
    padding: 0px 55px !important;
}

span.fa.form-control-feedbackk.custon_loc img.img-fluid {
    width: 24px;
}

.input-group-append.loc_dot_wrap button.btn.btn_loc_dot {
    height: 60px;
    position: relative;
}

.input-group-append.loc_dot_wrap {
    position: absolute;
    right: 5px;
}

.playstore_img img.img-fluid {
    height: auto;
    max-width: 11vw;
}

.d-flex.other_wrap a {
    font-size: 15.3px;
}

.d-flex.other_wrap a img {
    float: left;
    height: 24px;
    padding-right: 5px;
}

.navbar-light .navbar-brand {
    padding-right: 4.5vw !important;
}

header {
    box-shadow: 0px 4px 10px rgb(186 212 255 / 36%) !important;
}

/*.toggleSidePanel {
	top: 170px !important;
}*/



.left-pan-filter-box {
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

div#noDealsFound {
    padding-left: 30px;
}

.deal-listing-block .pt-4.pr-1.pl-3 {
    padding-left: 0px !important;
}

.deal-listing-block .noresult-from {
    padding-left: 0px !important;
}

.deal-listing-block .noresult-from p {
    padding-left: 0px !important;
}

.search-filed-data-container .search-filed-data {
    padding-left: 0px !important;
}

.deal-listing-block .search-listing-container {
    padding: 0px !important;
    border: none !important;
}

.morefilter .leftmore {
    margin: auto;
    text-align: right;
}

.search-filed-data-container .search-filed-data div#pageDetails {
    width: 77%;
    font-weight: 500;
}

.search-filed-data-container .search-filed-data div#pageDetails>span:first-child {
    color: #2C3E50 !important;
    font-weight: 400;
}

.deal-detail-block {
    box-shadow: 0px 4px 10px rgb(186 212 255 / 36%) !important;
}

a.cs-closs-right-menu {
    display: none !important;
}

/*grid-view*/
.cs-main-box {
    display: flex;
    width: 100%;
}


.cs-left-panel {
    width: 26.5vw !important;
    position: relative;
    display: block;
    display: inline-block;
    margin-left: 0px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.toggleSidePanel-close .cs-left-panel {
    margin-left: -26.5vw !important;
}

.deal-listing-block {
    width: 100%;
    max-width: inherit !important;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 4px 10px rgb(186 212 255 / 36%) !important;
    height: 100vh !important;
    overflow: unset;
    background-color: #fafcff !important;
}

    .deal-listing-block .noresult-from {
        padding-left: 0px !important;
        overflow-y: auto;
        height: 450px;
    }

.deal-map-block {
    width: 54vw !important;
    max-width: inherit;
    left: 0px !important;
    position: relative !important;
    display: inline-block;
    top: 0px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.profileDiv {
    top: 0px !important;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 320px;
    position: relative;
    box-shadow: 0px 4px 10px rgb(186 212 255 / 36%) !important;
}

/*.toggleSidePanel-close .deal-listing-block {
	margin-left: -26.5vw !important;
}*/

.toggleSidePanel-close .deal-map-block {
    left: 0px !important;
    width: 80.5vw !important;
}

.toggleDeatilsSidePanel-close .deal-map-block {
    width: 73.5vw !important;
}

.profileDiv.main_widt {
    margin-right: -19.5vw;
}

.toggleSidePanel-close .deal-listing-block {
    margin-left: -26.5vw !important;
}

.toggleDeatilsSidePanel-close .toggleSidePanel-close .deal-map-block {
    width: calc(100vw - 0px);
}

.toggleSidePanel-close .toggleDeatilsSidePanel-close .deal-map-block {
    width: calc(100vw - 0px);
}

.toggleSidePanel {
    right: -38px !important;
    left: auto !important;
}

/*toggleSidePanel-close .toggleSidePanel {
	left: 0px !important;
}*/

.search-filed-data-container .search-filed-data {
    padding: 5px 0px !important;
}

.toggleDeatilsSidePanel-close .deal-map-block {
    width: calc(100vw - 26.5vw);
}

.toggleSidePanel-close .toggleDeatilsSidePanel-close .deal-map-block {
    width: 100vw !important;
}

/*grid-view*/
header {
    min-height: 100px;
}

.deal-map-block {
    height: calc(100vh - 100px) !important;
}

.deal-listing-block .noresult-from h4 {
    padding-left: 0px !important;
    margin-bottom: 0px;
}

/*listbox*/
.search-listing-container .search-listing-wrap {
    padding: 5px 10px 5px 20px !important;
}

.search-listing-outer-wrap {
    margin-right: 10px;
}

.offer.selectedOffer {
    border: 1px solid rgb(51 122 183 / 0%) !important;
}

.listing-img {
    float: none !important;
    padding-right: 0px !important;
    min-height: inherit !important;
    height: 120px;
    width: 140px !important;
}

.listing-img img {
    max-width: 100% !important;
    max-height: 120px !important;
    display: block !important;
    border-radius: 4px;
    min-width: inherit !important;
    min-height: inherit !important;
}

img.prodcut-dummy {
    border: 1px solid #e2e2e2;
}

.search-listing .media {
    align-items: flex-start !important;
}

.search-listing .media .media-body,
.search-listing .media .mt-n6 {
    display: inline-block;
}

.search-listing .media .mt-n6 {
    margin-top: 0px !important;
}

.search-listing a.dealShared {
    height: 18px;
    padding: 6px;
    margin-bottom: 5px;
}

.search-listing .threeDotDetails {
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgb(186 212 255 / 68%) !important;
}

.search-listing .bottom_itm .bg_gray {
    padding: 10px;
}

.jq-ry-group-wrapper .jq-ry-normal-group svg polygon,
.rattings-disply .jq-ry-normal-group svg polygon {
    fill: #dfdfdf;
}

.rattings-disply .jq-ry-rated-group svg polygon,
.jq-ry-group-wrapper .jq-ry-rated-group svg polygon {
    fill: #ffd600;
}

.deal-detail-block {
    left: 27.5vw !important;
    top: 130px !important;
    width: 750px !important;
    max-width: 750px;
    position: absolute;
}

div#draggable_navheader {
    background-color: transparent;
    padding: 10px;
    padding-bottom: 0px;
}

.right_wrap {
    max-height: calc(100vh - 100px);
    overflow-x: scroll;
    overflow-y: scroll;
    clear: both;
    display: block;
}

.right_wrap.slideMenu {
    padding: 25px;
}

@media (min-width: 2000px) {
    header {
        height: 100px;
    }
}

::placeholder {
    color: #959595;
}


@media (max-width: 1550px) {
    .listing-img {
        height: 100px;
        width: 120px !important;
    }

    .listing-img img {
        max-width: 100% !important;
        max-height: 100px !important;
    }

    .deal-location {
        font-size: 13px !important;
    }

    .navbar-light .navbar-brand {
        padding-right: 1vw !important;
    }

    .serch_wraping {
        padding-left: 10px !important;
    }
}

@media (max-width: 1200px) {
    div #navbarSupportedContent {
        display: inline-block;
        max-width: 80%;
        padding-left: 0px;
    }

    .d-flex.other_wrap {
        display: inline-block;
    }



    form.header_frm {
        margin: 0px;
    }
}

@media (max-width: 1099px) {

    .cs-closs-right-menu {
        display: inline-block !important;
        z-index: 9;
        float: right;
        padding: 4px;
    }

    .profileDiv .right_wrap .d-flex.other_wrap {
        display: none !important;
    }

    div#navbarSupportedContent {
        display: block;
        box-shadow: inset 0px 5px 10px rgb(0 0 0 / 5%);
        max-width: inherit;
    }

    div#navbarSupportedContent form.header_frm {
        margin: 0px;
    }


    #navbarSupportedContent .serch_wraping input.form-control.lokn.custom_serch {
        width: calc(97.5% - 40px);
        display: inline-block;
        margin: 0px;
        height: 40px;
        font-size: 11px !important;
        padding-left: 10px !important;
    }



    a#userLocPin {
        /*display: block;*/
        order: 2;
        position: relative;
        right: 0px;
        z-index: 99;
    }


    #navbarSupportedContent .serch_wraping .form-group span.fa.form-control-feedbackk.custon_loc {
        height: 40px;
    }
}


@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1024px) {
    .toggleSidePanel {
        left: 430px;
    }
}

.cs-discount-price {
    display: block;
    width: 100%;
    margin: 6px auto;
}

.cs-discount-price .discount_btn {
    display: inline-block;
    width: 80%;
    font-weight: 600;
    font-size: 16px;
}

.cs-discount-price .discount_btn img {
    width: auto;
    max-width: 90px;
    max-height: 40px;
}

.cs-discount-price .cs-price-box {
    display: inline-block;
    width: 54%;
    text-align: right;
}

.cs-discount-price .offer-newPrice .offer-dealdesc {
    font-size: 16px;
    font-weight: 600;
}

.cs-discount-price .offer-oldPrice {
    font-size: 11px;
    color: #333;
}

.review_box {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
}

@media (max-width: 1420px) {
    .deal-main-text-block .media h4.rating_title {
        font-size: 14px !important;
    }

    .deal-main-text-block .media h6 {
        font-size: 12px !important;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .deal-main-text-block .discount_btn img {
        width: 82px;
    }

    .deal-main-text-block .bg_gray {
        padding: 5px;
        font-size: 12px !important;
    }

    .footer-main.cushei_deal_foo {
        padding: 10px;
        height: 40px;
    }

    .footer-main.cushei_deal_foo ul.lft_ftr li a,
    .footer-main.cushei_deal_foo ul.rit_ftr li a {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-main.cushei_deal_foo ul.lft_ftr li a img,
    .footer-main.cushei_deal_foo ul.rit_ftr li a img {
        height: 14px;
        padding-right: 5px;
        width: auto;
    }

    div#firstdiv .container-fluid.px-0.mx-auto .row.justify-content-center.mx-0 {
        justify-content: inherit !important;
    }

    ul.share_pop {
        padding: 10px;
        line-height: 25px;
    }

    ul.share_pop li a.dealShared {
        height: auto;
        padding: 0px !important;
        float: none;
        line-height: 25px;
    }

    ul.share_pop li a,
    .drop_space_share ul.icon li {
        font-size: 12px;
    }

    ul.share_pop li a img.img-fluid {
        width: auto;
        margin-right: 3px;
        height: 14px;
    }

    span.detail_menu_list,
    .contact_wrap .conct_sub,
    p.conct_sub a,
    label.deal_para {
        font-size: 12px;
    }

    .drop_space_share ul.icon {
        padding: 10px !important;
    }

    .drop_space_share .icon li i {
        font-size: 12px;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        padding: 2px !important;
    }

    .drop_space_share .icon::before {
        display: none;
    }

    h4.contact_titl,
    .social_wrap h4,
    h4.dealheading {
        font-size: 14px;
        font-weight: 500;
    }

    span.left_icon img.img-fluid,
    span.left_icon img.img-fluid,
    span.icon-pw {
        width: 14px;
        margin-right: 5px;
        top: 0px;
    }

    ul.details_list_ul li a {
        min-height: 30px;
    }

    ul.social_list img {
        width: 22px;
    }

    .right_wrap {
        max-height: calc(100vh - 80px);
    }

    .right_wrap .details_ul_wrap,
    .log_out_wrap,
    .right_wrap .contact_wrap,
    .profile_wrap_head_details {
        padding: 15px;
    }

    .deal-main {
        padding: 10px !important
    }

    div#firstdiv {
        margin: 0px !important;
    }

    .product-pic img.pic0 {
        border-radius: 5px;
        width: 180px;
        height: 130px;
        margin-left: 45px;
        object-fit: cover;
    }

    .deal-main-text-block {
        margin-bottom: 45px !important;
    }

    .box_delinks {
        margin-left: 45px !important;
        min-height: inherit;
        padding: 5px 0px !important;
    }

    .tab-content .thumbnail-img {
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }

    .listing-img {
        height: 80px;
        width: 90px !important;
    }

    .deal-location {
        display: block !important;
        font-size: 12px;
    }

    .search-listing .bottom_itm {
        padding: 6px !important;
    }

    .search-listing .titile_rate_wrap>h4 {
        font-size: 16px !important;
    }

    .bottom_itm .media-body>h6 {
        margin-bottom: 5px;
    }

    .deal-location.mb-2 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        line-height: 20px !important;
    }

    .search-listing .bg_gray {
        padding: 5px;
    }

    .search-listing .deal-location small {
        display: block;
        margin-left: 0px;
        font-size: 12px;
    }

    .cashoff,
    .cashoff .labeled {
        font-size: 12px;
    }

    div #navbarSupportedContent form.header_frm {
        padding: 12px 15px;
    }

    div#noDealsFound,
    .left-pan-filter-box,
    .search-listing-container .search-listing-wrap {
        padding-left: 15px !important;
    }

    input.form-control::placeholder,
    .deal-listing-block .noresult-from p,
    .deal-listing-block .noresult-from label {
        font-size: 11px;
    }

    .deal-listing-block .form-group .text-center .btn-primary {
        margin-bottom: 5px;
    }

    header {
        min-height: auto;
    }

    .deal-map-block {
        height: calc(100vh - 80px) !important;
    }

    div#navbarSupportedContent {
        min-height: 70px;
    }

    .cs-menu-box {
        width: 17%;
    }

    .d-flex.other_wrap {
        width: 30%;
    }

    .playstore_img {
        padding-left: 8px;
        width: 38%;
    }

    .d-flex.other_wrap a {
        width: 62%;
        font-size: 12px;
    }

    .d-flex.other_wrap a img {
        height: 20px;
    }

    .cs-menu-box a.main-logo img {
        max-height: 55px;
        max-width: 98%;
    }

    input.form-control.lokn.custom_serch {
        padding: 8px 10px !important;
        padding-right: 100px !important;
    }

    input.form-control.lokn.custom_serch::placeholder,
    .has-search input.form-control.currentLoc.currnt_loc_int::placeholder,
    span#selectedLocation,
    input#hdnUserWishCity::placeholder {
        font-size: 12px !important;
    }

/*    .input-group-append.loc_dot_wrap button.btn.btn_loc_dot,
    .has-search input.form-control.currentLoc.currnt_loc_int,
    .input-group.form-group.class_marker,
    span.fa.form-control-feedbackk.custon_loc,
    .serch_main button.btn.btn_flt_top,
    .input-group.form-group.serch_main,
    input.form-control.lokn.custom_serch,
    .serch_main .input-group-append.custom_filt,
    .serch_main .input-group-append.srch_icn_wrap,
    form.header_frm button#btnSearchDeals {
        height: 45px !important;
    }*/

    .serch_main button.btn.btn-secondary.btn_srch_icn,
    .serch_main .input-group-append.srch_icn_wrap {
        width: 45px;
        padding: 0px !important;
    }

    .serch_main button.btn.btn-secondary.btn_srch_icn img {
        width: 18px;
    }

    .serch_main .input-group-append.custom_filt {
        right: 60px;
    }

    span.fa.form-control-feedbackk.custon_loc img.img-fluid,
    .input-group-append.loc_dot_wrap button.btn.btn_loc_dot img {
        width: 18px;
    }

    span.fa.form-control-feedbackk.custon_loc {
        left: 0px;
        width: 30px;
    }

    .has-search input.form-control.currentLoc.currnt_loc_int {
        padding: 0px 30px !important;
        margin-left: 0px;
    }


    .input-group-append.loc_dot_wrap button.btn.btn_loc_dot {
        padding: 0px;
    }

    .review_box input#image {
        min-height: 40px !important;
    }

    .review_box .fileUpload.btn.btn-sm.btn-primary {
        height: 40px !important;
    }

    .review_box span.custom_span {
        font-size: 12px !important;
    }

    /*.review_box textarea#txtUserReview {
        height: 50px !important;
    }*/

    .rattings-disply .jq-ry-group-wrapper svg {
        height: 20px !important;
    }

    .btn {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }

    textarea#txtUserReview::placeholder,
    div#productDealDescription p {
        font-size: 12px !important;
    }

    hr.CustomerRateAndReview {
        margin: 10px 0px !important;
    }

    label.label-title.revw_hd,
    h4.descripsito_clss {
        font-size: 14px !important;
    }

    .review_box {
        padding-bottom: 0px !important;
    }


    div#userReviewRate .jq-ry-group-wrapper .jq-ry-group svg {
        height: 24px;
        width: 24px;
    }

    .deallikes ul li a {
        background-size: 15px;
        font-size: 12px;
        background-position: left !important;
        padding-left: 20px !important;
    }

    .deallikes ul li {
        margin-right: 5px !important;
    }

    .box_delinks {
        max-width: 180px;
    }

    .mfilterContent {
        width: 250px;
        right: 10px;
        padding: 10px;
    }

    .headmfilter {
        margin-bottom: 10px;
    }

    .headmfilter,
    .checkfiler {
        padding: 0px;
    }

    .checkfiler label {
        font-size: 12px;
        margin-top: 5px;
    }

    .switch {
        width: 40px;
        height: 20px;
    }

    .slider_filter:before {
        height: 14px;
        width: 14px;
        top: 3px;
    }

    .headmfilter span {
        font-size: 14px !important;
    }

    input:checked+.slider_filter:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    button#btnSaveProfile {
        margin-bottom: 0px !important;
    }

    .profile_name h4 {
        font-size: 14px;
    }

    .right_wrap .profile_img_wrap {
        max-width: 50px;
        min-width: 50px;
    }

    .left-pan-filter-box h4.font-weight-boldest {
        font-size: 18px;
    }

    ul.phone_whats span.number-pw,
    ul.phone_whats li a {
        font-size: 12px;
    }

    ul.phone_whats li a .img-fluid {
        width: 14px;
    }

    .review_box {
        max-height: 260px;
    }
}

@media (max-width: 1199px) {
    .review_box {
        max-height: 250px;
    }

    .deal-detail-block {
        margin-left: -100px !important;
        top: 80px !important;
    }

    .cs-left-panel {
        width: 28.5vw !important;
    }

    .toggleSidePanel-close .cs-left-panel {
        margin-left: -28.5vw !important;
    }

    .toggleSidePanel-close .deal-map-block {
        width: 82.5vw !important;
    }
}

.playstore_img_sidebar {
    display: none;
}

@media (max-width: 992px) {
    .review_box {
        max-height: 85vh;
    }

    .playstore_img_sidebar {
        display: block;
        margin: 15px 0px;
    }

    .playstore_img_sidebar img {
        max-height: 50px;
        max-width: 100%;
    }

    header {
        min-height: 115px;
    }

    .deal-map-block {
        width: 60vw !important;
        height: calc(100vh - 115px) !important;
    }

    div.deal-listing-block {
        height: calc(100vh - 115px) !important;
    }

    .profileDiv,
    .deal-map-block {
        top: 0px !important;
        background: #fff;
        height: 100vh !important;
    }

    a.toggleSidePanelright {
        top: 190px;
    }

    .profileDiv .right_wrap .d-flex.other_wrap {
        display: block !important;
        width: 100%;
    }

    .profileDiv .right_wrap .d-flex.other_wrap a {
        width: 100%;
        text-align: left;
        font-size: 11px;
        line-height: 20px;
    }



    .cs-left-panel {
        width: 40vw !important;
    }

    .toggleSidePanel-close .cs-left-panel {
        margin-left: -40vw !important;
    }

    .toggleSidePanel-close .deal-map-block {
        width: 100vw !important;
    }

    .right_wrap a.toggleSidePanelright {
        display: inline-block;
        background: #4F95FF;
    }

    .right_wrap a.toggleSidePanelright img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
        -moz-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
        -o-filter: brightness(0) invert(1);
    }

    .profileDiv {
        position: fixed;
        width: 280px;
        right: -330px;
    }

    .profileDiv.main_widt {
        margin-right: 0px;
    }

    .toggleDeatilsSidePanel-close .profileDiv {
        right: 0px !important;
    }

    .profileDiv .right_wrap {
        display: block;
        width: 100%;
    }


    .deal-listing-block,
    .toggleDeatilsSidePanel-close .deal-map-block {
        max-width: 100% !important;
        width: 100%;
    }

    .right_wrap {}

    div#navbarSupportedContent form.header_frm {
        padding: 0px !important;
    }

    a#userLocPin {
        display: inline-block;
        float: right;
        padding: 3px;
        margin-top: 5px;
        box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    }

    .cs-menu-box {
        width: 100%;
        display: block;
        padding: 5px 15px;
    }

    .cs-menu-box a.main-logo img {
        max-height: inherit;
        height: 40px;
    }

    .d-flex.other_wrap {
        display: none !important;
    }

    .serch_wraping {
        width: 100%;
    }

    #navbarSupportedContent .serch_wraping .input-group-append.custom_filt {
        right: 60px;
        top: 0px;
    }

    .deal-map-block {
        width: 100%;
    }

    .deal-map-block {
        left: 0px !important;
    }


    #navbarSupportedContent .serch_wraping .input-group-append.custom_filt {
        right: 60px;
        top: 0px;
    }

    .input-group-append.srch_icn_wrap {
        top: 0px;
    }

    .input-group.form-group.serch_main {
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
    }

    #navbarSupportedContent .serch_wraping input.form-control.lokn.custom_serch {
        width: 100%;
    }

    .serch_wraping {
        padding: 10px 15px !important;
        display: flex;
    }

    #navbarSupportedContent .serch_wraping .form-group.serch_main {
        display: inline-block;
        padding: 0px !important;
        width: 50%;
        margin: 0px !important;
    }

    .input-group.form-group.class_marker {
        display: inline-block;
        padding: 0px !important;
        width: 47%;
    }

    #navbarSupportedContent .serch_wraping .form-group input#txtLocation {
        width: 99.5% !important;
    }

    #navbarSupportedContent .serch_wraping .form-group .input-group-append.loc_dot_wrap {
        right: 10px;
    }

    #navbarSupportedContent .serch_wraping .form-group .input-group-append.loc_dot_wrap {
        top: 0px;
    }

    header nav.navbar {
        min-height: 64px;
        padding: 0px !important;
        border: none;
        box-shadow: none;
        z-index: 99;
    }

    .box_body_main {
        height: auto;
    }

    .search-listing-container .search-listing-wrap {
        height: auto;
    }

    .right_wrap .profile_img_wrap {
        max-width: 40px;
        min-width: 40px;
        padding-right: 5px;
    }

    .right_wrap .profile_name h4 {
        padding-top: 0px;
    }

    .right_wrap {
        padding: 10px;
    }

    .right_wrap .details_ul_wrap {
        padding: 10px;
    }

    .right_wrap span.left_icon img.img-fluid {
        width: 14px;
        margin-right: 5px;
        top: 0px;
    }

    .right_wrap ul.details_list_ul li a {
        min-height: 30px;
    }

    .right_wrap .contact_wrap h4.contact_titl {
        margin-bottom: 0px;
    }

    .right_wrap .contact_wrap {
        padding: 10px;
    }

    .right_wrap .social_wrap h4,
    .right_wrap .contact_wrap h4.contact_titl,
    .right_wrap .profile_name h4 {
        font-size: 15px;
    }

    .profileDiv .right_wrap .other_wrap a,
    .right_wrap p.conct_sub a,
    .right_wrap span.detail_menu_list,
    .right_wrap span.notifiction_num,
    .right_wrap .contact_wrap .conct_sub {
        font-size: 13px;
    }

    .right_wrap ul.social_list {
        margin-bottom: 0px;
        padding: 0px;
    }

    .right_wrap .social_list li .img-fluid {
        height: 24px;
        width: 24px;
    }

    .right_wrap .other_wrap a.nav-link.backToHome {
        display: inline-block !important;
        padding: 0px;
    }

    .profileDiv .right_wrap .d-flex.other_wrap {
        padding: 10px;
    }

    .logo_head {
        max-width: inherit !important;
        margin-left: 5px;
        max-height: 55px;
        width: auto;
        margin: 0px;
        max-width: 100%;
    }

    .right_wrap {
        padding-top: 20px;
    }

    .right_wrap .other_wrap a img.img-fluid {
        padding-right: 5px;
    }

    .filter_sec.filt_nav_cust {
        left: -25px !important;
    }

}

.cs-mobile-filter {
    display: none;
}

@media(max-width: 768px) {
    .cs-main-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .cs-left-panel {
        width: 100% !important;
        height: auto !important;
    }

    .deal-map-block {
        width: 100% !important;
        max-height: 500px !important;
        min-height: 300px !important;
        height: auto !important;
    }

    div.deal-listing-block {
        overflow: hidden;
        height: auto !important;
    }

    .box_body_main {
        height: auto;
        overflow: inherit;
    }

    .search-filed-data-container {
        width: calc(100% - 80px);
    }

    #navbarSupportedContent .serch_wraping .form-group {
        width: 100% !important;
    }

    #navbarSupportedContent .serch_wraping .form-group.serch_main {
        margin-bottom: 10px !important;
    }

    #navbarSupportedContent .serch_wraping .form-group {
        margin-left: 0px !important;
    }

    .input-group.form-group.has-search.serch_main {
        margin-bottom: 10px !important;
    }

    .backToHome {
        padding: .5rem 0rem .5rem .5rem;
    }



    .cs-mobile-filter {
        display: inline-block;
        height: 25px;
        width: 25px;
        z-index: 999;
        padding: 5px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .cs-mobile-filter img {
        width: 15px;
    }

    .filter_sec.filt_nav_cust .filter-box {
        width: 100%;
        height: 100%;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 99999;
        position: fixed;
        transform: inherit !important;
        background: #fff !important;
    }

    /*tabs*/
    div#dealMain {
        position: fixed;
        top: 0px !important;
        bottom: 0px;
        left: 0px !important;
        right: 0px;
        max-width: 100%;
        width: 100% !important;
        margin: 0px !important;
        background: #fff;
    }

    .inside_filter {
        height: auto;
    }

    .deal-main-text-block {
        margin-bottom: 50px !important;
        padding: 10px 0px;
    }

    div#draggable_nav div#draggable_navheader {
        padding: 0px 5px;
        padding-top: 40px;
    }

    div#draggable_nav .clloseicon {
        right: 10px !important;
        top: 5px !important;
    }

    div#draggable_nav li.nav-item {
        width: auto !important;
        min-width: auto;
    }

    div#draggable_navheader ul.nav.nav-tabs li.nav-item a {
        font-size: 12px;
        padding: 6px 5px !important;
    }

    div#draggable_nav ul.nav.nav-tabs.draggable_nav a.nav-link span {
        font-size: 12px;
    }

    div#draggable_nav span.cmt_num {
        right: 0px;
    }

    div#draggable_nav .deal-main {
        padding: 5px !important;
    }

    div#draggable_nav .footer-main.cushei_deal_foo {
        padding: 0px;
        height: 50px;
    }

    /*div#draggable_nav ul.lft_ftr {
			width: 25%;
		}
		div#draggable_nav ul.rit_ftr {
			width: 75%;
		}*/
    div#draggable_nav ul.rit_ftr li {
        padding-left: 5px;
        width: 33.3%;
    }

    .footer-main.cushei_deal_foo ul.lft_ftr li a,
    .footer-main.cushei_deal_foo ul.rit_ftr li a {
        font-size: 11px;
    }

    .footer-main.cushei_deal_foo ul.lft_ftr li a img,
    .footer-main.cushei_deal_foo ul.rit_ftr li a img {
        padding-right: 2px;
    }

}

/*new discount btn*/
.discount_btn-new {
    padding: 10px 0px;
    display: block;
}

.cashoffbtn {
    background: #f3705a;
    color: #fff;
    padding: 2px 12px;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.discountbtn {
    background: #ffd15c;
    color: #fff;
    padding: 2px 12px;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
}

span.discount-text {
    width: 68px;
    display: inline-block;
    margin-right: 30px;
}

.discount_btn-new img {
    height: 40px;
    position: absolute;
    top: -8px;
    width: 30px;
    left: 80px;
}

.offerbtn {
    background: #66c6b9;
    color: #fff;
    padding: 2px 12px;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
}

.offerbtn span.discount-text {
    width: auto;
    margin-right: 10px;
}

.offerbtn img {
    right: -5px;
    left: auto;
}


.cs-head {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.cs-address-info h5 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 600;
}

.cs-address-info h6 {
    line-height: 20px;
    font-size: 14px;
}

.cs-address-info p {
    font-size: 14px;
    margin-bottom: 10px;
}

.cs-address-info p a {
    color: #2C3E50;
    text-decoration: none;
}

.cs-address-info img {
    max-width: 90%;
    margin-bottom: 15px;
}

.cs-contact-modal {
    margin-top: 30px;
}

.cs-contact-modal textarea#enquiryTextarea {
    height: auto;
}

.cs-other-link {
    margin-bottom: 20px;
}

.cs-other-link a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 0px;
    font-size: 18px;
}

ul.details_list_ul.log_out_ul {
    margin-bottom: 10px;
}

ul.share_pop {
    align-items: inherit;
    z-index: 999;
}

ul.share_pop li a {
    display: block;
    padding: 0px !important;
    line-height: 25px !important;
    overflow: hidden;
    margin-bottom: 0px !important;
}

ul.share_pop li a img.img-fluid {
    top: 0px;
}

@media (max-width: 1420px) {

    .cs-other-link a,
    span.number-pw {
        font-size: 12px;
    }

    span.icon-pw img.img-fluid {
        width: 14px;
        margin-right: 5px;
        top: 0px;
    }

}

a.cs-bookmark-active .img_2 {
    display: block;
}

a.cs-bookmark-active {
    color: #F3705A !important;
}

a.cs-bookmark-active .img_1 {
    display: none;
}

#frm-EditProfile #dvimg {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .deallikes ul {
        display: flex;
    }

    .box_delinks.deallikes {
        display: flex;
        justify-content: center;
    }

    span.discount-text {
        display: flex;
    }

    .discount_btn-new .cashoffbtn {
        display: inline-flex;
    }

    ul.lft_ftr li a {
        white-space: nowrap;
    }

    .discountbtn .discount-text {
        font-size: 11.5px;
    }

    .filter-box .inside_filter {
        min-height: calc(100% - 45px);
        padding-bottom: 15px;
    }

    .register-top-tab nav.nav-tabs1 {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .register-top-tab nav.nav-tabs1 .nav-link {
        padding: 10px 5px;
    }

    .register-top-tab nav.nav-tabs1 .nav-link .material-icons {
        margin-right: 5px;
    }

    .register-top-tab nav.nav-tabs1 .nav-link i:before {
        margin-left: 20px;
    }

    .wh-box .input-group {
        padding: 8px 0;
    }

    .wh-box #btnChangePassword,
    .wh-box #btnSaveProfile,
    .wh-box #btnEditProfile,
    .wh-box #btnUserDeleteAccountId,
    .wh-box #btnCancel {
        margin: 4px;
    }

    .discount_btn-new .discountbtn {
        display: inline-flex;
    }

    .deal-detail-block .deal-main {
        height: calc(100% - 55px);
    }

    .footer_items_now.custom_deal_footer {
        padding: 1px;
    }

    .register-top-tab .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }

    .register-top-tab .nav-tabs1 .nav-link .flaticon-magic-lamp:before {
        margin-left: 0;
    }

    .register-top-tab ul.nav-tabs1 {
        width: 100%;
        padding: 10px 0 0;
        justify-content: space-between;
    }

    .register-top-tab ul.nav-tabs1 .nav-item .nav-link {
        padding: 8px 4px;
        font-size: 10px;
        text-align: center;
        display: block !important;
    }

    .register-top-tab ul.nav-tabs1 .nav-item .nav-link img,
    .register-top-tab ul.nav-tabs1 .nav-item .nav-link i {
        display: block !important;
        margin: 0 auto 2px !important;
    }

    #frm-EditProfile .form-group #btnEditContact {
        margin-bottom: 5px;
    }

    .container-fluid.page-main .wh-box #btnAddNewDeal {
        margin: 0 0;
        display: block;
    }

    .review_box .form-line textarea#txtUserReview {
        min-height: 55px !important;
    }

    .register-top-tab ul.nav-tabs1 {
        align-items: flex-end;
    }

    .profileDiv .right_wrap a.toggleSidePanelright {
        padding: 10px;
        right: 0;
        top: 0;
        left: inherit;
        box-shadow: none;
        background: transparent;
    }

    .profileDiv .right_wrap a.toggleSidePanelright img {
        width: 18px;
        height: 18px;
        filter: unset;
        -webkit-filter: unset;
        -moz-filter: unset;
        -ms-filter: unset;
        -o-filter: unset;
    }

    .pagination>li>a,
    .pagination>li>span {
        display: flex;
        min-height: 28px;
        align-items: center;
    }

    .footer-main #dealDetails_share {
        bottom: 100%;
        right: 15px;
    }

    .footer-main #dealDetails_share .icon li {
        width: 100%;
    }

    div.dropzone .dz-preview {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

    div.dropzone .dz-preview .dz-image {
        height: 150px;
        width: 100%;
    }

    div.dropzone .dz-preview .dz-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    span.discount-text {
        white-space: nowrap;
        min-width: 80px;
    }

    .discount_btn-new img {
        margin-left: 3px;
    }

    #login-popup .modal-content {
        padding: 15px 20px;
    }

    #login-popup .modal-content .custom_footerModal {
        flex-wrap: wrap;
        padding: 0;
    }

    #login-popup .modal-content .custom_footerModal button {
        width: 47%;
        margin-bottom: 10px;
    }

    #login-popup .modal-content .custom_footerModal {
        border: 0;
    }

    #login-popup .modal-content .custom_footerModal button.btn-secondary {
        margin-right: 0;
    }

    #login-popup .modal-content .custom_footerModal .google_logIn {
        margin-left: 0;
    }
}

#login-popup .modal-content .modal-footer {
    flex-wrap: wrap;
    gap: 10px;
}

#login-popup .modal-content .modal-footer .btn {
    min-width: max-content;
    width: 20%;
}

#login-popup .modal-content a#btnGoogleLogin,
#login-popup .modal-content .fb-login-button {
    margin: 0;
}

#login-popup .modal-content a#btnAppleLogin {
    height: 38px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: solid 1px #000;
    padding: 2px 6px;
    border-radius: 3px;
    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 12px;
}

#login-popup .modal-content a#btnAppleLogin em {
    font-style: normal;
}

@media (max-width: 1099px) {
    #navbarSupportedContent .serch_wraping input.form-control.lokn.custom_serch {
        font-size: 15px !important;
    }
}

@media (max-width: 1099px) {
    #navbarSupportedContent .serch_wraping .form-group input#txtLocation {
        font-size: 15px !important;
    }
}

.picdetailLS .product-pic img.pic0 {
    object-fit: contain;
}

.deal-main .img_gall .thumbnails {
    height: 100%;
    overflow: auto;
}

.deal-main .img_gall .product-pic img.pic0 {
    margin-left: 60px;
    background: #f5f4f4;
}

@-moz-document url-prefix() {
    .deal-main .img_gall .thumbnails {
        padding-right: 15px;
    }
}

.appDownload-div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.appDownload-div a {
    display: block;
    width: calc(50% - 5px);
}

.appDownload-div a img {
    max-width: 100%;
}

.merchant-list-logo img {
    height: 50px;
    width: auto;
}

div.slideshow-container {
    margin: 0;
}

.slideshow-container .myslides img {
    object-fit: contain;
}

.slideshow-container .prev,
.slideshow-container .next {
    background-color: rgba(0, 0, 0, 0.5);
}

.deal-main .img_gall .product-pic img.pic0 {
    cursor: zoom-in;
}

/* 10-09-2023 */
.serch_wraping .clearSearch {
    position: absolute;
    top: 22px;
    right: -10px;
    width: 13px;
    opacity: 0.6;
    transition: all 0.3s ease;
    z-index: 10;
}

.serch_wraping .clearSearch:hover {
    opacity: 1;
}

.srch_icn_wrap .clearSearch {
    position: absolute;
    top: 22px;
    left: -30px;
    width: 13px;
    opacity: 0.6;
    transition: all 0.3s ease;
    z-index: 10;
}

.srch_icn_wrap .clearSearch:hover {
    opacity: 1;
}

.cs-left-panel .nav-tabs {
    margin: 0;
    padding: 15px 20px 0;
    background: #fff;
    border: none;
}

@media(max-width: 768px) {
    .cs-left-panel .nav-tabs {
        padding: 15px 15px 0;
    }
}

.cs-left-panel .nav-tabs .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    min-width: 120px;
    text-align: center;
    margin-right: 10px;
    background: transparent;
    border: solid 1px #E5E5E5;
    border-radius: 4px !important;
}

    .cs-left-panel .nav-tabs .nav-item a.active {
        color: #fff;
        background: #F3705A !important;
        border-color: #F3705A !important;
        border-radius: 4px !important;
        box-shadow: -4px 0px 7px rgb(189 189 189 / 63%);
    }

.search-listing-container div.search-listing-wrap {
    height: calc(100vh - 385px);
}

.noDataWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 350px);
}

@media(max-width: 768px) {
    .noDataWrapper {
        min-height: inherit;
    }
}


ul.nav.nav-tabs.draggable_nav {
    padding: 0;
    background: transparent !important;
    border: none;
}

div#draggable_navheader ul.nav.nav-tabs li.nav-item a.nav-link.active {
    border: none !important;
    background: #f3705a !important;
    color: #fff !important;
    border-radius: 4px 4px 0 0 !important;
}

    div#draggable_navheader ul.nav.nav-tabs li.nav-item a.nav-link.active span {
        color: #fff;
    }

@media (max-width: 768px) {
    ul.nav.nav-tabs.draggable_nav {
        padding: 0 !important;
        background: #e5e5e5 !important;
    }

    div#draggable_navheader ul.nav.nav-tabs li.nav-item a {
        margin-right: 0;
        padding: 6px 10px !important;
        min-width: inherit;
        border: none;
        background: transparent;
    }

        div#draggable_navheader ul.nav.nav-tabs li.nav-item a.nav-link.active {
            border: none !important;
            background: #F3705A !important;
            border-radius: 6px !important;
        }

            div#draggable_navheader ul.nav.nav-tabs li.nav-item a.nav-link.active span {
                color: #fff !important;
            }
}


/* 27-06-24 */
.discount_btn-new .viewDealbtn {
    background: #1AB394;
    display: inline-flex;
    width: 100px;
    padding: 2px 12px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* 21-07-24 */
.locationModal .modal-header {
    border: none;
    padding-bottom: 0;
}

    .locationModal .modal-header .close {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 40px;
        font-weight: 400;
        outline: none;
    }

.locationModal .logoLocation {
    width: 194px;
    margin: 0 auto 30px;
    display: block;
}

.locationModal .location-content h4 {
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin: 0 0 30px 0;
}

@media(max-width: 768px) {
    .locationModal .location-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

.locationSearch {
    position: relative;
    margin: 0 auto 15px;
    max-width: 315px;
}

    .locationSearch input {
        height: 48px;
        border-radius: 42px;
        padding: 5px 5px 5px 18px;
        font-size: 14px;
        color: #6D6A6C;
        width: 100%;
        background: url("../deals_files/input-bg-icon.svg") no-repeat 97% center;
        border: solid 1px #B3B3B3;
        transition: all 0.3s ease;
    }

        .locationSearch input:focus {
            border: solid 1px #A09C9C;
        }

    .locationSearch .goBtn {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 52px;
        height: 38px;
        border: none;
        background: #4F95FF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border-radius: 20px;
        transition: all 0.3s ease;
    }

        .locationSearch .goBtn:hover {
            background-color: #007bff;
            border-color: #007bff;
        }

.locationModal .location-image {
    text-align: center;
}

    .locationModal .location-image img {
        display: inline-block;
    }


/* 27-08-24 */
.currencyWrap {
    position: relative;
}

    .currencyWrap .cSymbl {
        position: absolute;
        right: 0;
        top: -18px;
        transform: translateY(-50%);
        font-weight: 400;
        font-size: 15px;
    }

    .currencyWrap .form-control {
        padding-left: 30px;
    }

.postDealSteps {
    display: flex;
    gap: 16px;
    margin-top: 15px;
    justify-content: space-between;
}

    .postDealSteps button {
        max-width: 50%;
        color: #fff;
        display: block;
        width: 100%;
        font-weight: bold;
        margin: 0;
    }

    .postDealSteps .btn-blue {
        background: #4F95FF;
        margin-left: auto;
    }

    .postDealSteps .btn-red {
        background: #F3705A;
    }

    .postDealSteps .btn-gray {
        color: #6D6A6C;
        border: solid 1px #E5E5E5;
    }


.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

    .dropdown-menu > li > a {
        border-radius: 3px;
        color: inherit;
        line-height: 25px;
        margin: 4px;
        text-align: left;
        font-weight: normal;
        display: block;
        padding: 3px 20px;
        text-wrap: wrap;
        max-width: calc(100% - 8px);
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1ab394;
        outline: 0;
    }

    .dropdown-menu > li > a.font-bold {
        font-weight: 600;
    }


@media(max-width: 768px) {
    .postDealSteps button#btnReset,
    .postDealSteps button#btnClose,
    .postDealSteps button#btnBack,
    .postDealSteps button#btnPost {
        padding: 6px 0 !important;
        margin: 0 !important;
    }
}

.cs-main-box #locationModal {
    z-index: 1050;
}

#login-popup{
    z-index:1042;
}

.ibox-content .form-group.has-danger {
    padding-bottom: 25px;
}

    .ibox-content .form-group.has-danger .form-control-feedback {
        position: absolute;
        left: 0;
        bottom: -22px;
    }

    .ibox-content .form-group.has-danger.password-filed .form-control-feedback {
        position: relative;
        top: 5px;
    }

        .ibox-content .form-group.has-danger.password-filed .form-control-feedback ul {
            display: inline-block;
            margin: 0;
            padding: 0 0 0 13px;
        }

    .ibox-content .form-group.has-danger.password-filed .fa-eye {
        margin-left: -20px;
        cursor: pointer;
        margin-top: 12px;
        color: slategray;
        position: absolute;
        z-index: 10;
        right: 45px;
    }

    .ibox-content .form-group.has-danger.password-filed .input-group-addon {
        position: absolute;
        right: 0;
        top: 0;
        height: 36px;
    }
    .ibox-content .form-group.has-danger.password-filed .form-control-feedback {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
    }

@media (max-width: 768px) {
    .ibox-content .form-group.has-danger.password-filed {
        margin: 0;
    }

    .ibox-content .form-row .has-danger.form-group {
        padding-bottom: 15;
    }

    .ibox-content .form-row .form-group .form-group.pl-1.mb-0 {
        padding-right: 5px;
        margin-bottom: 15px !important;
    }

        .ibox-content .form-row .form-group .form-group.pl-1.mb-0.has-danger {
            margin-bottom: 30px !important;
        }

    .ibox-content .form-row .form-group .form-group.pl-1.pr-1.mb-0.has-danger {
        margin-bottom: 15px !important;
    }

    .ibox-content .form-row .has-danger.form-group:nth-child(3) {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 768px) {
    #navbarSupportedContent .serch_wraping .form-group input.custom_serch::placeholder {
        font-size: 15px !important;
    }

    #navbarSupportedContent .serch_wraping .form-group input#txtLocation::placeholder {
        font-size: 15px !important;
    }
}

@media (max-width: 1250px) {
    .deal-main-text-block .deallikes.box_delinks {
        max-width: 185px;
        margin-left: 58px !important;
    }
}

@media (max-width: 768px) {

    .currencyWrap .cSymbl {
        top: -10px;
        right: 4px;
        left: inherit;
    }
}

@media (max-width: 768px) {
    .register-top-tab div.navbar {
        width: 100%;
        box-shadow: none;
    }

    .nav-tabs1.navbar-top-links li:last-child .nav-link {
        font-size: 10px;
        text-align: center;
        padding: 8px 4px;
    }

        .nav-tabs1.navbar-top-links li:last-child .nav-link .fa-sign-out {
            font-size: 12px;
            display: block
        }
}


/* 09/10/24 */
.deallocationSearch {
    position: relative;
    margin: 0 auto 15px;
    max-width: 315px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .deallocationSearch input {
        height: 48px;
        border-radius: 42px;
        padding: 5px 15px 5px 15px;
        font-size: 14px;
        color: #6D6A6C;
        width: 100%;
        text-align: center;
        background: #fff;
        border: solid 1px #B3B3B3;
        transition: all 0.3s ease;
    }

        .deallocationSearch input::placeholder {
            color: #6D6A6C;
            opacity: 0.8;
        }

        .deallocationSearch input:focus {
            border: solid 1px #A09C9C;
        }

    .deallocationSearch .goBtnRed {
        width: 100%;
        height: 48px;
        border: none;
        background: #F3705A;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        border-radius: 48px;
        transition: all 0.3s ease;
    }

        .deallocationSearch .goBtnRed:hover {
            background-color: #E9654E;
            border-color: #E9654E;
        }

        .deallocationSearch .goBtnRed:disabled {
            opacity: 0.8;
            pointer-events: none;
        }

@media (max-width: 768px) {
    .typeahead.dropdown-menu {
        max-width: calc(100% - 30px);
    }
}
/* Initially, the map is visible */
#map {
    transition: opacity 0.3s ease;
}

    /* Hide the map when the 'hidden' class is added */
    #map.hidden {
        opacity: 0;
        pointer-events: none; /* Prevent interaction with the map */
        height: 0; /* Optionally, you can set the height to 0 to collapse it completely */
    }

/* Optionally, collapse the left panel when map is hidden */
.cs-left-panel.collapsed {
    transform: translateX(-100%); /* Move the panel off-screen */
    opacity: 0; /* Make it invisible */
}

/* Expand the left panel */
.cs-left-panel {
    transition: transform 0.3s ease, opacity 0.3s ease;
}


/* 16-12-24 */
.phonepopup-content {
    padding: 25px 35px 35px;
    text-align: center;
}

.phonepopup-content .boostInput input {
    width: 100%;
    height: 42px;
    font-size: 14px;
    text-align: center;
    outline: 0;
    border: solid 1px #A6A6A6;
    border-radius: 6px;
}

.phonepopup-content .qrImage {
    display: block;
    margin: 0 auto 20px auto;
}

.phonepopup-content .qrDwnldBtn {
    height: 42px;
    width: 100%;
    background: #ED5565;
    padding: 0 20px;
    justify-content: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 5px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.phonepopup-content .qrDwnldBtn:hover {   
    background: #E83E50;
}

.phonepopup-popupTitle {
    font-size: 18px;
    font-weight: 600;
    color: #131313;
    padding: 0 0 0 25px;
    text-align: center;
    text-transform: inherit;
}

.phonepopup-popupTitle span {
    display: block;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}

.boostInput {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    gap: 5px;
}

/* 21-12-24 */
.modal-dialog.sms-modal .modal-content {
    min-width: 330px;
}

.modal-dialog.sms-modal .modal-footer {
    justify-content: flex-start;
    padding: 10px 0 20px;
}

    .modal-dialog.sms-modal .modal-footer button {
        padding: 10px 35px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

.thumbnail-video {
    width: 100%; /* Ensures the video takes up the full width of the container */
    height: auto; /* Maintains the aspect ratio of the video */
    border: 1px solid #ddd; /* Adds a light border for aesthetics */
    border-radius: 5px; /* Smooths the corners */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}

.fit-video {
    display: block; /* Ensures the video behaves as a block element */
    object-fit: cover; /* Ensures the video fits neatly in its container */
    max-height: 300px; /* Optional: Limit the maximum height to prevent oversizing */
}


.gallery-carousel .owl-stage-outer {
    background: #f6f6f6;
}

    .gallery-carousel .owl-stage-outer .owl-stage {
        display: flex;
        align-items: center;
    }

@media (max-width: 768px) {
    #divImageLocation .post_deal .full-this .btn.btn-primary {
        width: auto;
        margin-bottom: 10px;
    }

    #divImageLocation .post_deal .full-this .btn-location {
        padding: 6px 2px !important;
    }

    #divBrandDescription .post_deal .btn-green#btnSave {
        display: none;
    }
}

button#btnUpload {
    padding: 10px;
    background: #F3705A;
    width: auto;
    border: none;
    margin: 10px 0;
}

/* 07-01-25 */
.search-listing-container .moreDealBtn {
    height: 20px;
    border: solid 1px #6D6A6C;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    margin: 0 0 10px auto;
    border-radius: 4px;
}

.deal-detail-block .merchantInfoWrap {
    padding: 5px;
    border-radius: 4px;
    border: solid 1px rgba(109, 106, 108, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.deal-detail-block .merchantInfoWrap .merchant-list-logo {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #F8F8F8;
    margin: 0;
}

.deal-detail-block .merchantInfoWrap .merchant-list-logo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.deal-detail-block .merchantInfoWrap .titile_rate_wrap {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    margin-bottom: 5px;
}

.deal-detail-block .merchantInfoWrap h6 {
    margin: 0;
    color: #4F95FF;
    font-weight: 600;
}
    
.preview-image-modal {
    display: none;
    position: fixed;
    z-index: 1001; /* Ensure it is above other modals */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Dark background */
}

/* Specific styles for the modal content inside the image modal */
.preview-image-modal .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    border: 5px solid white; /* Highlight image with a white border */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3); /* Soft glow effect */
}

/* Specific styles for the close button in the image modal */
.preview-image-modal .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.preview-image-modal .close:hover {
    color: red; /* Highlight the close button on hover */
}

.custom_deal_footer .drop_space_share {
    bottom: 40px;
    right: 0;
}

.custom_deal_footer .drop_space_share .icon::before {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    z-index: 2;
    bottom: -2px;
    transform: rotate(-45deg);
    right: 20px;
    top: inherit;
    left: inherit;
}

/***** Profile and contact us page *******/
.right_wrap.slideMenu .profile_wrap_head .btn-primary.blue {
    background: #4F95FF !important;
    border-color: #4F95FF !important;
}
.right_wrap.slideMenu .profile_wrap_head {
    padding: 0;
    margin-bottom: 15px;
    justify-content: space-between;
    display: flex;
    gap: 15px;
}
.right_wrap.slideMenu .profile_wrap_head .btn-primary {
    height: 38px;
    width: 100%;
}
.right_wrap.slideMenu .profile_wrap_head .btn-primary .detail_menu_list {
    font-size: 16px !important;
}
.right_wrap.slideMenu .contact_wrap {
    padding: 15px 0 0 0;
    border: none !important;
}
.right_wrap.slideMenu .contact_wrap .cs-other-link a {
    font-size: 14px;
    display: block;
}
.right_wrap.slideMenu .social_wrap {
    padding-top: 18px;
    border-top: 1px solid rgba(103, 106, 108, 0.2);
}
.copyrightText {
    font-size: 14px;
    color: #131313;
    margin-top: 15px;
}
.copyrightText strong {
    font-weight: 600;
}
.details_ul_wrap {
    padding: 0 !important;
    margin-bottom: 10px;
}
a.toggleSidePanelright {
    display:none;
}


/***Deals sidbar****/
.headWraplist button.mapVewBtn {
    background: #1AB394;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 3px 12px;
    border-radius: 4px;
    margin-right: 8px;
}
@media (max-width: 768px) {
    .rightWrapSett .mapVewBtn {
        display: block;
    }
}
@media (max-width: 768px) {
    .rightWrapSett {
        display: flex;
    }
}
.headWraplist {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.headWraplist button {
    padding: 0;
    border: none;
    height: 28px;
}
.leftmore > .mfilterContent {
    right: -20px !important;
}
@media (max-width: 1420px) {
    .mfilterContent {
        right: 20px !important;
        padding: 10px;
        margin: 0px 20px !important;
    }
}
.bottom_itm {
    width: 100%;
    font-family: Roboto;
    position: relative;
    padding: 10px;
}
.search-listing-container .bottom_itm .media, .search-listing-container .bottom_itm .media-body {
    padding-top: 0px !important;
}
.search-listing .dealImageBox img {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
    object-fit: contain;
}
.search-listing .media .mt-n6 {
    margin-top: 0px !important;
}
.search-listing .dealImageBox {
    width: 110px;
    height: 135px;
    position: relative;
    background: #f5f5f5;
    border-radius: 6px;
}
.search-listing .dealImageBox .moreDealBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 28px;
    background: #F3705A;
    border: none;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    justify-content: center;
    color: #fff;
    margin: 2px;
    width: calc(100% - 5px);
}
.bottom_itm .media-body {
    padding-top: 13px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.deal-btm-item .media .media-body .discount_btn-new2 {
    height: 28px;
    background: #1AB394;
    border-radius: 4px;
    padding: 0 9px;
    border: none;
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.deal-btm-item .off-bg_gray {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-top: 5px;
}
.deal-btm-item .off-bg_gray .start {
    font-size: 12px;
    color: #1AB394;
    font-weight: 500;
}
.deal-btm-item .off-bg_gray .end {
    font-size: 12px;
    color: #F3705A;
    font-weight: 500;
}
.titile_rate_wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
}
.deal-btm-item .wrapRating-location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.deal-btm-item .deal-location {
    color: #6D6A6C !important;
    font-weight: 500;
    margin-top: 0 !important;
}
.deal-btm-item .media-body .cs-discount-price {
    margin: 1px auto 0 auto;
}
.cs-discount-price {
    display: block;
    width: 100%;
    margin: 6px auto;
}
.search-listing-container .bottom_itm .media, .search-listing-container .bottom_itm .media-body {
    padding-top: 0px !important;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.search-listing-container .search-listing-wrap {
    padding: 5px 10px 5px 20px !important;
}

@media (max-width: 1420px) {
    div#noDealsFound, .left-pan-filter-box, .search-listing-container .search-listing-wrap {
        padding-left: 15px !important;
    }
}
.bottom_itm {
    font-family: 'Montserrat', sans-serif !important;
}
.deal-btm-item .media .titile_rate_wrap h4 {
    font-size: 16px !important;
    max-width: inherit;
    line-height: 21px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 42px;
    margin-bottom: 5px !important;
}
.search-listing-wrap .showDealDetailModal {
    margin-bottom: 10px !important;
}
.search-listing {
    position: relative;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: solid 1px #dee2e6;
    margin-bottom: 7px;
}
.deal-btm-item .media .media-body .discount_btn-new2 a {
    display: flex;
    justify-content: center;
    color: #fff;
    height: 28px;
    font-weight: 500;
    align-items: center;
    width: 100%;
    font-size: 9.5px;
    text-transform: uppercase;
    gap: 10px;
}
.deal-btm-item .media .media-body .discount_btn-new2.spOffer {
    background: #4F95FF;
}
.media-body {
    padding-left: 5px;
}
.search-listing .bottom_itm {
    padding: 6px !important;
}
.rightWrapSett {
    padding-right: 20px;
}
@media (max-width: 1420px) {
    .rightWrapSett {
        padding-right: 0px !important;
    }
}

/***Marchant sidbar****/
.search-listing-container .merchantListCard .merchentDetails p {
    color: #6D6A6C;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    gap: 8px;
}
.merchantListCard .merchentDetails .contactDtls {
    font-weight: 600;
    display: flex;
    color: #f3705a !important;
}
.merchantListCard .merchentDetails .infoWrap .merRadius {
    padding: 0;
    border: none;
    color: #4F95FF;
    font-weight: 500;
    font-size: 14px;
}
.merchantBlock .merchantListCard .merchentDetails .totalDeals {
    height: 34px;
    background: #1AB394;
    border-radius: 6px;
    padding: 4px 9px;
    border: none;
    font-size: 9.5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.infoWrap {
    gap: 10px;
    display: flex;
    margin-bottom: 10px;
}

/***deal deails sidbar****/
.dealPreview .gallery-carousel .owl-nav {
    top: 0;
    margin: 0;
    height: 100%;
}
.gallery-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: calc(50% - 35px);
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.deal-detail-block .dealPreview .img_gall {
    padding: 0;
    margin: 0;
    width: 100%;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
    .dealPreview .galWrapBlock {
        display: flex;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .dealPreview .galWrapBlock .picdetailLS {
        width: 35%;
    }
}
.dealPreview .dealTitle {
    padding: 25px 15px 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
    position: relative;
    gap: 20px;
}
.dealPreview .dealTitle .labeled {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #000000;
}
.dealPreview .dealTitle .cs-price-box {
    background: #4F95FF;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -50px;
    z-index: 2;
    right: 15px;
}
@media (min-width: 768px) {
    .dealPreview .dealTitle .cs-price-box {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 10px;
    }
}
.dealPreview .dealTitle .socialTaps {
    display: flex;
    gap: 5px;
}
@media (min-width: 768px) {
    .dealPreview .dealTitle .socialTaps {
        justify-content: flex-end;
    }
}
.dealPreview .dealTitle .socialTaps a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #FFC107;
    border-radius: 28px;
}
.dealPreview .dealTitle .socialTaps a#btndeallikescount {
    border: solid 1px #1AB394;
}
.dealPreview .dealTitle .socialTaps a#bookmarkClickedActive {
    border: solid 1px #F3705A;
}
a.likes {
    background-image: url(../../../public/images/love_1.svg);
}
.deal-detail-block .nav-maintab.open_nav.dealPreview {
    padding: 0 !important;
}
@media (min-width: 768px) {
    .dealPreview .galWrapBlock .picdetailLS {
        width: 35%;
    }
}
.deal-detail-block {
    position: absolute;
    max-width: 750px;
    left: 460px;
    top: 115px;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
}
.dealPreview .dealActBtns .MerchantContactCls {
    height: 28px;
    background: #F3705A;
    border-radius: 16px;
    border: solid 1px #F3705A;
    padding: 0 10px;
    display: flex;
    color: #fff;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.dealPreview .dealActBtns .shareOption {
    position: relative;
}
.dealActBtns .similarDealsClick {
    border: solid 1px #131313;
    height: 28px;
    padding: 0 10px;
    display: flex;
    color: #131313;
    gap: 6px;
    font-weight: 600;
    border-radius: 16px;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
}
.dealPreview .dealActBtns .shareOption a {
    border: solid 1px #4F95FF;
    height: 28px;
    padding: 0 10px;
    display: flex;
    color: #4F95FF;
    gap: 6px;
    font-weight: 600;
    border-radius: 16px;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
}
.dealPreview .bg_gray {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.deal-main {
    padding: 15px !important;
    position: relative;
    padding-bottom: 55px !important;
}
.dealPreview .bg_gray .start {
    color: #1AB394;
}
.dealPreview .bg_gray .end {
    color: #F3705A;
}
.infoCount {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    list-style: none;
    display: flex;
    padding: 0;
    top: 80px;
    margin: 20px;
    margin-top: 80px;
    gap: 10px;
    height: 30px;
}
.infoCount a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
}

    .infoCount a:hover {
        color: #ffffff;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .infoCount {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .deal-main.deal-mainWrap .deal-main-text-block {
        margin-bottom: 0 !important;
    }
}
.deal-main.deal-mainWrap .deal-main-text-block {
    padding: 15px;
}
.dealPreview ul.nav.draggable_nav {
    margin: 0 15px;
    height: 33px;
    background: transparent !important;
    border-radius: 0;
    border-bottom: solid 2px #D9D9D9;
}
ul.nav.nav-tabs.draggable_nav {
    padding: 0;
    background: transparent !important;
    border: none;
}
.dealPreview .dealActBtns {
    padding: 0 15px 15px;
    display: flex;
    gap: 6px;
}
.cs-price-box {
    padding: 10px 0px;
    font-size: 12px;
}
.dealPreview .dealTitle .cs-price-box p span {
    display: block;
    padding: 0;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}
@media (max-width: 768px) {
    .rightWrapSett .mapVewBtn {
        display: block !important;
    }
}
.rightWrapSett .mapVewBtn {
    display: none;
}
.mfilterContent2 {
    position: absolute;
    top: 42px;
    right: 28px;
    width: 350px;
}

.leftmore > .mfilterContent2 {
    right: -20px !important;
}
@media (max-width: 1420px) {
    .mfilterContent2 {
        width: 250px;
        right: 10px;
        padding: 10px;
        margin: 0px 20px !important;
    }
}
div#dealMain {
    margin-top: -100px;
}
.dealPreview ul.nav.draggable_nav {
    margin: 0 15px;
    height: 33px;
    background: transparent !important;
    border-radius: 0;
    border-bottom: solid 2px #D9D9D9;
}
.deal-detail-block .dealPreview ul.nav.draggable_nav .nav-link2.active {
    background: transparent !important;
    color: #000 !important;
    border-bottom: solid 2px #F3705A;
}
.deal-detail-block .dealPreview ul.nav.draggable_nav .nav-link2 {
    background: transparent !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #6D6A6C !important;
    border-radius: 0 !important;
}
@media (max-width: 768px) {
    .deal-detail-block .dealPreview ul.nav.draggable_nav .nav-link2 {
        font-size: 12px !important;
    }
}
.dealPreview .dealTitle .cs-price-box p .offer-newPrice {
    font-weight: 700;
    font-size: 20px;
    white-space: nowrap;
    color: #fff;
}
@media (min-width: 768px) {
    .deal-detail-block #productDealDescription {
        height: auto;
    }
}
div#productDealDescription p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}
p:last-child {
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}
.deal-main.deal-mainWrap .deal-main-text-block .dealheading {
    font-size: 14px;
    font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.dealPreview .cashoff {
    width: auto;
    font-size: 14px !important;
}
.dealPreview .gallery-carousel .owl-nav button.owl-prev {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 95%);
    background-blend-mode: overlay;
    font-size: 45px;
    color: #fff;
}
.dealPreview .gallery-carousel .infoCount {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 15px;
    gap: 10px;
}
.dealPreview .gallery-carousel .owl-nav {
    top: 0;
    margin: 0;
    height: 100%;
}
.search-filed-data-container.w-100 .search-filed-data {
    padding: 4px 8px !important;
    background: #F5F5F5;
    border-radius: 4px;
    margin-right:20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.hide-mobile{
    display:none;
}
@media (max-width: 768px) {
    input.form-control.lokn.custom_serch {
        height: 48px !important;
    }
}
@media (max-width: 768px) {
    .serch_main .input-group-append.srch_icn_wrap {
        height: 48px;
        width: 45px;
        padding: 2px !important;
    }
}
@media (max-width: 768px) {
    .serch_main button.btn.btn-secondary.btn_srch_icn {
        height: 45px;
    }
}
@media (max-width: 768px) {
    .serch_wraping .clearSearch {
        top: 18px;
        right: 38px;
    }
}
@media (max-width: 768px) {
    .serch_main button.btn.btn_flt_top {
        height: 48px;
        min-width: 35px !important;
        margin: 0;
        padding: 0 !important;
    }
}
@media (max-width: 768px) {
    #navbarSupportedContent .serch_wraping .form-group {
        margin-left: 0px !important;
    }
}
@media (max-width: 768px) {
    #navbarSupportedContent .serch_wraping .form-group {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    #navbarSupportedContent .form-group {
        display: inline-grid;
    }
}
@media (max-width: 992px) {
    .input-group.form-group.class_marker {
        padding: 0px !important;
    }
}
@media (max-width: 991px) {
    .input-group.form-group.class_marker {
        max-width: 100vw !important;
    }
}
@media (max-width: 767px) {
    header .form-group {
        border: none;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .navbar .collapse .serch_wraping .form-control.currentLoc {
        padding: 0px 25px 0 12px !important;
        height: 40px !important;
        font-size: 14px !important;
        background: #131313;
        text-overflow: ellipsis;
    }
}
@media (max-width: 1420px) {
    .has-search input.form-control.currentLoc.currnt_loc_int {
        padding: 0px 30px !important;
        margin-left: 0px;
    }
}
@media (max-width: 768px) {
    .navbar .collapse .serch_wraping span.fa.form-control-feedbackk.custon_loc {
        display: none;
    }
}
@media (max-width: 768px) {
    .navbar #userLocPin img {
        width: 40px;
    }
}
@media (max-width: 768px) {
    .navbar .collapse .serch_wraping .form-group.class_marker {
        position: absolute;
        right: 60px;
        top: 13px;
        height: 40px;
        width: 150px !important;
        max-width: 150px !important;
    }
}
@media (max-width: 768px) {
    .input-group-append.loc_dot_wrap button.btn.btn_loc_dot {
        height: 40px;
    }
}
@media (max-width: 768px) {
    .input-group-append.loc_dot_wrap button.btn.btn_loc_dot img {
        width: 16px !important;
    }
}
@media (max-width: 1420px) {
    .btn {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }
}
@media (max-width: 1420px) {
    .input-group-append.loc_dot_wrap button.btn.btn_loc_dot {
        padding: 0px !important;
    }
}
@media (max-width: 992px) {
    .serch_wraping {
        padding: 10px 15px !important;
        display: flex;
    }
}
@media (max-width: 768px) {
    .navbar .collapse .cs-menu-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width: 768px) {
    a#userLocPin {
        padding: 0;
        margin-top: 10px;
        right: -4px;
    }
}
@media (max-width: 992px) {
    .serch_wraping {
        padding: 10px 15px !important;
        display: flex;
    }
}
@media (max-width: 768px) {
    #navbarSupportedContent .serch_wraping .form-group.serch_main {
        margin-bottom: -5px !important;
    }
}
@media (max-width: 768px) {
    #navbarSupportedContent .serch_wraping .input-group-append.custom_filt {
        height: 48px;
        right: 48px;
    }
}
.dealPreview .gallery-carousel .owl-nav button {
    height: 100% !important;
    margin: 0;
    width: 80px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.gallery-carousel .owl-nav button.owl-prev, .gallery-carousel .owl-nav button.owl-next {
    width: 20px;
    height: 26px;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    background: rgba(0, 0, 0, .54);
}
.dealPreview .gallery-carousel .owl-nav button.owl-next {
    width: 20px;
    height: 26px;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 45px;
    line-height: 26px;
    text-align: center;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%);
    background-blend-mode: overlay;
}
.dealPreview .gallery-carousel .owl-nav button.owl-prev {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 95%);
    background-blend-mode: overlay;
    font-size: 45px;
    color: #fff;
}
.deal-detail-block .dealPreview .gallery-carousel {
    width: 100%;
}
.owl-carousel, .owl-carousel .owl-item {
    position: relative;
}

@media (min-width: 768px) {
    .dealPreview .gallery-carousel .owl-item img {
        height: 200px;
        max-height: 200px;
    }
}
.dealPreview .gallery-carousel .owl-item img {
    object-fit: cover;
}
.dealPreview .dealTitle .labeled h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    color: #4F95FF;
}
.deal-location.deal-2 {
    color: #6d6a6c !important;
}
.dealPreview .dealTitle .labeled h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    color: #4F95FF;
}
.galWrapBlock .dealActBtns .noContactBtn {
    min-height: 28px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #f3705a;
}

.dealActBtns .similarDealsClick {
    white-space: nowrap;
}

.merchantBlock .merchantListCard .merchentDetails h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #343434;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 32px;
}

.merchantListCard .merchentDetails .infoWrap .merRadius small {
    font-weight: 600;
    font-size: 13px;
}

@media (max-width: 768px) {
    .merchantListCard .merchentDetails .infoWrap .merRadius small {
        font-weight: 500;
        font-size: 13px;
    }
}

.merchentDetails .socialLinks {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 10px 0;
}

    .merchentDetails .socialLinks a {
        display: flex;
        align-items: center;
        opacity: 0.8;
        transition: all 0.3s ease;
    }

        .merchentDetails .socialLinks a:hover {
            opacity: 1;
        }

        .merchentDetails .socialLinks a img {
            height: 15px;
        }

.merchantListCard figure.merchentLogo {
    height: 175px;
    width: 115px;
    border-radius: 6px;
}

.merchantListCard div.merchentDetails {
    width: calc(100% - 125px);
}
.search-filed-data-container .search-filed-data div#pageDetails {
    font-weight: 600;
}
.deal-btm-item .merchname {
    font-size: 12px;
    color: #4f95ff;
    font-weight: 500;
}

/*** Contact pop up*/
.ContactModal .modal-content {
    border-radius: 6px;
    padding: 0 15px;
}
.modal-content {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.6);
}
.modal-header, .modal-body {
    padding-left: 0;
    padding-right: 0;
}
.ContactModal .modal-content .modal-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.modal-body {
    position: relative;
    padding: 1rem;
}
.ContactModal .contact-list-item {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    margin: 12px 0;
}
.ContactModal .contact-list-item a {
    text-decoration: none;
    color: #343434;
}
    .ContactModal .contact-list-item a img {
        width: 15px;
        margin-right: 5px;
        object-fit: contain;
    }
.ContactModal .socialLinks {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    align-items: center;
    transition: all 0.3sease;
}
.ContactModal .socialLinks a {
    opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.ContactModal {
    padding: 0 15px;
}

@media (max-width: 360px) {
    .navbar .collapse .serch_wraping .form-group.class_marker {
        max-width: 135px !important;
    }

    .search-listing .dealImageBox {
        width: 100px;
    }

    .deal-btm-item .deal-location {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
        white-space: nowrap;
    }

    .merchantListCard figure.merchentLogo {
        width: 80px;
        min-width: 80px;
    }

    .merchantListCard div.merchentDetails {
        width: calc(100% - 90px);
    }

    .infoWrap {
        gap: 5px;
    }

    .merchantListCard .merchentDetails .infoWrap .merRadius {
        white-space: nowrap;
    }
}

a.no-deals {
    height: 34px;
    background: #ff6761;
    border-radius: 6px;
    padding: 4px 9px;
    border: none;
    font-size: 9.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color: #fff;
}
    a.no-deals:hover {
        color: #fff;
        cursor: initial;
    }

@media (min-width: 1200px) {
    #seach-block {
        width: 60%;
    }

    .input-group.form-group.serch_main {
        width: 45% !important;
    }

    .input-group.form-group.has-search.class_marker {
        max-width: 43% !important;
    }
}

@media (max-width: 992px) {

    .deal-mainWrap #rewieAndRating.review_box {
        max-height: 31vh;
        overflow: auto;
    }

    .deal-btm-item .deal-location {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 140px;
    }
}
.dotlottie-player-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
}
dotlottie-player {
    width: 200px;
    height: 200px
}
.search-listing-container .merchantListCard div.merchentDetails p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.promoted {
    margin-bottom: 5px;
    background-color: #4F95FF;
    text-align: center;
    width: 80px;
    border-radius: 3px;
}
    .promoted span {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
    }