@font-face {
    font-family: 'AvenirLTStdBlack';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff'),
        url('../fonts/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStdBlackOblique';
    src: url('../fonts/AvenirLTStd-BlackOblique.eot');
    src: url('../fonts/AvenirLTStd-BlackOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff'),
        url('../fonts/AvenirLTStd-BlackOblique.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStdBook';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff'),
        url('../fonts/AvenirLTStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStdBookOblique';
    src: url('../fonts/AvenirLTStd-BookOblique.eot');
    src: url('../fonts/AvenirLTStd-BookOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-BookOblique.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-BookOblique.woff') format('woff'),
        url('../fonts/AvenirLTStd-BookOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStdHeavy';
    src: url('../fonts/AvenirLTStd-Heavy.eot');
    src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Heavy.woff') format('woff'),
        url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStdHeavyOblique';
    src: url('../fonts/AvenirLTStd-HeavyOblique.eot');
    src: url('../fonts/AvenirLTStd-HeavyOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-HeavyOblique.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff'),
        url('../fonts/AvenirLTStd-HeavyOblique.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStdRoman';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('../fonts/AvenirLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStdMedium';
    src: url('../fonts/AvenirLTStd-Medium.eot');
    src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Medium.woff') format('woff'),
        url('../fonts/AvenirLTStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStdLight';
    src: url('../fonts/AvenirLTStd-Light.eot');
    src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Light.woff') format('woff'),
        url('../fonts/AvenirLTStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*MX DIALOGUE==================================================*/

div.mxdialog,
div#mxloader {position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y: auto;
  scrollbar-width: thin;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10011;
  background: rgba(0, 0, 0, 0.75);}
div.mxdialog h2.title {float: left;width: 100%;margin: 0px;padding: 0px;padding:0 100px 30px;}
div.mxdialog div.body {display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  min-width: 400px;
  max-width: 60%;
  background-color: #ffffff;
  padding: 20px 40px;
  border-radius: 5px;
  }
div.mxdialog div.content {float: left;
  width: 100%;
  margin: 0px;
  padding: 0;
  max-height: 75vh;
  overflow: auto;
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 1.4rem;
  line-height: 1.8rem;}
/* MX ALERT */
.mxdialog.alert-popup.mxdestroy{align-items:center ; display: none;}
.mxdialog.alert-popup.mxdestroy div.body::before{display: none;}
.mxdialog.alert-popup.mxdestroy div.body{ text-align: left;padding: 25px 20px;position: absolute;    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
.mxdialog.alert-popup.mxdestroy h2{font-size: 28px;line-height: 40px;padding: 0;color:#606060;text-transform: capitalize; font-weight: 700;margin-bottom: 10px;}
.mxdialog.alert-popup.mxdestroy div.content{color: #606060; font-size: 16px;line-height: 22px; padding: 0;margin: 0;max-height: unset; overflow: inherit;}
a.del{    right: -12px;
  top: -12px;
  position: absolute;
  border-radius: 100%;
  background-color: #ee3c2d;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid #ebebf3;}
.ffilter_list{width: 100%; display: flex; flex-flow: row wrap; margin: 20px 0; padding: 0;}
.ffilter_list li{width: auto; display: inline-flex; margin: 0 25px 16px 0px; padding: 0;}
.ffilter_list li:last-child{margin: 0;}

/*PROGRESS BAR==================================================*/
div#mxloader {display: none;z-index: 99;}
div#mxmsg {display: none;min-height: 30px;min-width: 100%;padding: 10px;text-align: center;vertical-align: middle;font-size: 2.0rem;color: #ee3c2d;background-color: #FFF;}
div.progress {display: block;width: 100%;height: 1px;margin: 0;padding: 0;position: absolute;top: 50%;background: rgba(0, 0, 0, 0.50);display: none;}
.spinner {width: 100%;height: 100%;background-image: url(../images/loader.svg);background-repeat: no-repeat;background-position: center;font-size: 1.8rem;line-height: 1.8rem;text-align: right;vertical-align: top;color: #dc0000;padding: 3px;}
.spinner div {display: none;}
fieldset {float: left;width: calc(100% - 30px);margin-left: 15px;border: 2px solid #dcdcdc;padding: 15px;}
fieldset legend {font-size: 1.8rem;}
fieldset legend h3 {font-size: 100%}
img { width: 100%;max-width: 100%;}
/*COMMON CSS==================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  font-family: 'AvenirLTStdBlack';
  font-weight: 400;
  color: #606060;
  font-size: 1.6rem;
  background-color: #f5f5f5;
}

body,
html,
div,
p,
span,
ul,
li,
ol,
a,
img,
label,
form,
iframe,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px;
  text-decoration: none;
  list-style-type: none;
}

.clearfix:after,
.clearfix:before,
.wrapper:after,
.wrapper:before,
.wrap640:before,
.wrap640:after,
.wrap900:after,
.wrap900:before {
  content: "";
  display: table;
  clear: both;
}

/*--------------------*/
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #DF6D03;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  width: 100%;
  font-weight: 100;
  color: #606060;
  line-height: normal;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'AvenirLTStdBlack';
}

h2 {
   font-size: 28px;
  font-family: 'AvenirLTStdBlack';
}

h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

h4 {
  font-size: 2rem;
  font-family: 'AvenirLTStdBlack';
}

h5 {
  font-size: 18px;
  line-height: 3rem;
}

h6 {
  font-size: 1.4rem;
}

/*--------------------*/
/*FORM ELEMENTS============================================================*/
input,
textarea,
select,
form,
label,
button,
div.select-box,
div.select-box select,
i.chk,
i.rdo {
  margin: 0px;
  padding: 0px;
  outline: none;
  font-size: 1.3rem;
  font-weight: 400;
}

/*----------*/
input[type="text"],
input[type="password"],
input[type="number"],
textarea,
select {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #606060;
  padding: 20px;
  resize: none;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #820d4d;
  border-radius: 10px;
  z-index: 2;
  position: relative;
  font-family: 'AvenirLTStdRoman';
  /* box-shadow: #007bcc80 0px 3px 4px -5px, #007bcc80 0px 6px 12px -5px; */
  font-weight: 600;
}

.col25 select {
  padding: 20px 15px 20px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  outline: 0;
}

a img {
  border: 0px;
}

img {
  width: 100%;
  max-width: 100%;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #606060 !important;
  /* -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; */
  box-shadow: #007bcc80 0px 3px 4px -5px, #007bcc80 0px 6px 12px -5px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #820d4d;
}

/*--------------------*/
th {
  font-weight: 500;
  min-height: 42px;
}

/*ERROR MESSAGE==================================================*/
span.ajaxerror {
  text-align: center !important;
}

label.error,
span.ajaxerror {
  width: 100%;
  margin: 15px 0 15px 10px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.2rem;
  color: red;
  font-weight: normal;
  font-family: "AvenirLTStdBlack";
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: left;
  text-transform: capitalize;
}

/*--------------------*/
label {
  width: 100%;
  color: rgba(255, 255, 255, 0.50);
  font-size: 10px;
  text-transform: uppercase;
}

label em {
  font-style: normal;
  margin-left: -2px;
}

p {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/*btn CSS==================================================*/
a.button,
input.button {
  font-family: 'AvenirLTStdBlack';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #423e48;
  background: #423e48;
  padding: 12px 60px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  text-align: center;
  /* box-shadow: rgb(0 123 204 / 20%) 0px 9px 18px -5px, rgba(0, 123, 204, 30%) 0px 6px 12px -5px; */
  font-weight: 700;
}

a.button-org,
input.button-org {
  background-color: #FF9900;
  border-color: #FF9900;
}

a.button i,
input.button i,
input.button.fa {
  font-size: 1.4rem;
}

a.button:hover,
input.button:hover,
a.button-wht {
  border: 1px solid #423e48;
  background: #ffffff;
  color: #423e48;
}

a.button-wht:hover {
  border: 1px solid #423e48;
  background: #423e48;
  color: #ffffff;
}

a.button:before,
input.button:before {
  font-family: "FontAwesome";
  display: none;
}

/*SELECT BOX CSS==================================================*/
div.select-box {
  float: left;
  width: 100%;
  height: 38px;
  position: relative;
  border: 1px solid #cbd6e2;
  background: #f5f8fa;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

div.select-box select {
  float: left;
  width: 100%;
  height: 36px;
  padding: 0px 10px;
  outline: none;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

div.select-box select option {
  background: #ffffff;
  color: #828282;
  padding: 5px 20px;
  border: 0px;
  cursor: pointer;
  border-bottom: 1px solid #a0a0a0;
}

div.select-box select option:hover {
  background: #ffffff;
}

div.select-box:after {
  color: #000000;
  right: 13px;
  top: 5px;
  padding: 0px;
  position: absolute;
  pointer-events: none;
}

div.select-box:after {
  content: "\f0d7";
  right: 0px;
  top: 0px;
  width: 38px;
  height: 36px;
  font-family: "FontAwesome";
  position: absolute;
  pointer-events: none;
  display: block;
  border-left: 1px solid #fafafa;
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 1.6rem;
  color: #a0a0a0;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

div.select-box:hover:after {
  color: #000000;
}


/*SCROLL BAR CSS===================================*/
::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #057dc1;
  padding: 0px 0px;
}

/*PLACEHOLDER CSS====================================*/
::-webkit-input-placeholder {
  color: #606060;
  font-family: 600;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #606060;
  font-family: 600;
  opacity: 0.5;

}

:-ms-input-placeholder {
  color: #606060;
  font-family: 600;
  opacity: 0.5;

}

:-moz-placeholder {
  color: #606060;
  font-family: 600;
  opacity: 0.5;

}

/*CUSTOM CHECKBOX CSS==================================================*/
i.chk {
  color: #111111;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  width: auto;
  height: 20px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  font-style: normal;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none !important;
  font-size: 14px;
  line-height: 14px;
}

i.chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

i.chk em {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #007ec8;
  z-index: 0;
  font-style: normal;
  z-index: 1;
}


i.chk input:before {
  content: "";
  height: 20px;
  width: 20px;
  background: red;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  pointer-events: none;
  cursor: not-allowed;
}



i.chk:hover input~em {
  border-color: #007ec8;
}

i.chk input:checked~em {
  background-color: #007ec8;
}

i.chk em:after {
  content: "";
  position: absolute;
  display: none;
}

i.chk input:checked~em:after {
  display: block;
}

i.chk em:after {
  left: 7px;
  top: 1px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}



/*COMMON CSS ENDS====================================*/


/*MX SCROLLBAR CSS==================================================*/
div.mxdialog div.content::-webkit-scrollbar {
  width: 8px;
}

div.mxdialog div.content::-webkit-scrollbar-thumb {
  background-color: #111111;
}

div.mxdialog div.content::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1px solid #111111;
}

/*MX SCROLLBAR CSS==================================================*/

/*DEL BTN CSS==================================================*/

a.del:before,
a.del:after {
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -8px;
  transition: all ease-in-out 0.3s;
}

a.del:before {
  transform: rotate(45deg);
}

a.del:after {
  transform: rotate(-45deg);
}

a.del:hover:before {
  transform: rotate(-45deg);
}

a.del:hover:after {
  transform: rotate(45deg);
}

/*DEL BTN CSS==================================================*/

/* additonal common css */
.wrapper {
  /*width: 100%;*/
  max-width: 1400px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.col25 {
  width: 25%;
}

.col30 {
  width: 30%;
}

.col50 {
  width: 50%;
}

.col70 {
  width: 70%;
}

.col75 {
  width: 75%;
}

.logo-wrap-top .extra-for-logo
{
  display: flex;
  align-items: center;
}

header {
  width: 100%;
  background-color: #423E48;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header span {
  font-family: 'AvenirLTStdMedium';
  font-size: 18px; 
  padding-right: 10px; 
}

.img-box img {
  vertical-align: middle;
  object-fit: cover;
  height: 100%;
  display: inline-block;
}

section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  position: relative;
  float: left;
}

/* additonal common css end */

/* slick-slider css */
.banner-slide .slick-dots li {
  width: 70px;
  height: 15px;
}

.banner-slide .slick-dots li button {
  width: 70px;
  height: 10px;
}

.banner-slide .slick-dots li button:before {
  content: ' ';
  width: 60px;
  height: 4px;
  background-color: #70706f;
}

.banner-slide .slick-dots li.slick-active button:before {
  background-color: #f1b243;
}

.banner-slide .slick-prev,
.banner-slide .slick-next {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}

.banner-slide .slick-prev {
  left: 35px;
}

.banner-slide .slick-next {
  right: 35px;
}

.banner-slide .slick-prev:before,
.banner-slide .slick-next:before {
  font-family: 'FontAwesome';
  color: #606060;
  font-weight: bold;
  font-size: 30px;
}

.banner-slide .slick-next:before {
  content: "\f105";
}

.banner-slide .slick-prev:before {
  content: "\f104";
}

.banner-slide .slick-dots li button:hover:before,
.banner-slide .slick-dots li button:focus:before {
  background: #f1b243;
}

.banner-slide .slick-dots {
  background-color: #ebeced;
  padding: 5px 0;
  margin-top: -5px;
}

.banner-slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner-slide .slick-prev:hover,
.banner-slide .slick-prev:focus,
.banner-slide .slick-next:hover,
.banner-slide .slick-next:focus {
  background: #f1b243;
  transition: all ease-in-out 0.3s;
}
.desk-only {
  display: block !important;
}
.mob-only {
  display: none !important;
}
/* slick-slider end */

/*HEADER CSS STARTS====================================*/
.header-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 15px 0;
  width: 100%;
  position: relative;
}

.header-wrap .logo-container {width: 12%;}

 /* Logo */
        .logo-container {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            transition: transform 0.3s;
        }
        
        .logo {
            display: block;
            max-width: 100px;
            transition: transform 0.3s;
        }
        
        .logo:hover {
            transform: scale(1.05);
        }
        
        .logo img {
            width: 100%;
            height: auto;
            display: block;
        }

.homeIcon {
            font-size: 25px;
            color: #FFFFFF;
            padding: 8px;
            border-radius: 50%;
            transition: background-color 0.3s, transform 0.2s;
            flex-shrink: 0;
        }

.homeIcon:hover {
            background-color: rgba(255, 255, 255, 0.1);
            transform: scale(1.1);
        }

        .user-log {
            display: flex;
            align-items: center;
            gap: 15px;
            flex-shrink: 0;
        }

/* header closed */
.user-log a {
            font-size: 20px;
            color: #FFFFFF;
            padding: 8px;
            border-radius: 50%;
            transition: background-color 0.3s, transform 0.2s;
            flex-shrink: 0;
        }
        
        .user-log a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            transform: scale(1.1);
        }

/* login start */
.login-sec {
  /* background-color: #f1b243; */
  background-image: url(../images/roam-pass-login-page-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.login-sec .row {
  height: 100vh;
  display: flex;
  /*align-items: center;*/
}

.login-sec .row .right {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
}

.login-sec .row .right:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #423e48;
  right: 9px;
  padding: 84px 50px;
  border-radius: 45px 0 0 45px;
}

.login-sec .logoHome img {
  max-width: 230px;
}

.login-sec .logoHome img.max-width-180 {
  max-width: 180px !important;
}

.login-sec .logo-left{
  text-align: left !important;
}

.login-sec .logo-right{
  text-align: right !important;
}

.login-sec .logo-wrap-bottom h2 {
  color: #ffffff;
  font-size: 75px;
}

.login-sec .left {
  text-align: center;
  padding: 30px 50px;
  /*margin-bottom: 30px;*/
  height: 100vh;
  display: flex;
  flex-direction: column; /* Stack children vertically */
  justify-content: space-between;
}

.login-sec .left .logo-wrap-top {
  display: flex;
  flex-direction: row; /* Stack children vertically */
  justify-content: space-between;
}

.login-sec .img-box img {
  width: 100%;
  max-width: 80%;
}

.login-sec .img-box {
  margin-top: 100px;
}

.form-wrap {
  width: 100%;
}

.form-wrap .form-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.form-wrap .form-list li {
  width: 100%;
  margin-bottom: 20px;
  height: 80px;
}

.form-wrap .form-list li:nth-child(1) {
  height: 22px;
}

.form-wrap h3 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 30px;
  font-family: 'AvenirLTStdRoman';
  color: #423E48;
}

.login-sec .btn-wrap {
  margin-top: 30px;
}

.login-sec .btn-wrap a,
.login-sec .btn-wrap input {
  font-size: 26px;
  padding: 10px 85px;
  /* box-shadow: rgb(0 123 204 / 50%) 0px 9px 18px -5px, rgba(0, 123, 204, 50%) 0px 6px 12px -5px; */
}

.login-wrap {
  background-color: #f1e8eb;
  text-align: center;
  padding: 85px 75px;
  position: relative;
  border-radius: 45px 0 0 45px;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-sec .logoHome {
  width: 100%;
}

/* login end */


/*offer-listing start */
.offer-list-sec {
  margin-top: 25px;
}

.banner-slide .img-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.tabs {
  width: 100%;
}

ul#tabs-nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  max-width: 50%;
  border-radius: 0px 0px 5px 5px;
  text-align: center;

}

.tab-wrap {
  width: 100%;
  float: left;
}

ul#tabs-nav li {
  font-weight: bold;
  position: relative;
  width: 50%;
  cursor: pointer;
}

/*ul#tabs-nav li::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #c5c5c5;
  bottom: -8px;
  z-index: -1;
  border-right: 1px solid #c5c5c5;
  transition: all 0.3s ease 0s;
}*/

ul#tabs-nav li:nth-child(1) a {
  right: -1px;
  border-radius: 0px 0px 0px 5px;
}

ul#tabs-nav li:nth-child(2) a {
  border-radius: 0px 0px 5px 0px;
}

ul#tabs-nav li:nth-child(1) {
  border-right: 1px solid #c5c5c5;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
  background-color: #423E48;
  color: #ffffff;
}

/*ul#tabs-nav li:hover::before,
ul#tabs-nav li.active::before {
  background-color: #057dc1;
}*/

#tabs-nav li a {
  color: #2e2e2e;
  padding: 15px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  font-family: 'AvenirLTStdHeavy'
  font-weight: 700;
  font-size: 22px;
  text-decoration: underline;
}

.tab-content {
  padding: 10px;
  width: 100%;
}

#tabs-content {
  width: 100%;
  float: left;
}



.list-wrap {
  margin-top: 30px;
}

.list-wrap .content {
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: #ff06777a 0px 2px 8px;
  border-radius: 30px 5px 5px 0;
  position: relative;
}

.list-wrap .content .img-shape .img-box{
  width: 345px;
  height: 220px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: rgba(100, 100, 111, 50%) 0px 7px 29px 0px;
}

.img-shape {
  position: absolute;
  bottom: 0px;
}

.img-shape:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #423E48;
  z-index: -1;
  border-radius: 30px 0 30px 0;
  right: 10px;
  top: 10px;
}

.list-wrap li {
  width: 50%;
  padding: 20px;
  display: flex;
  margin: 20px 0;
}

.list-wrap .data {
  width: 100%;
  padding: 17px;
  padding-left: 363px;
}

.list-wrap .data h4 {
  margin: 10px 0;
  font-weight: 700;
  font-size: 20px;
  min-height: 25px;
}

.list-wrap .data .img-box {
  width: 100%;
  max-width: 125px;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 5px;
}

.list-wrap span.button {
  font-size: 16px;
  color: #fff;
  background-color: #C17236;
  padding: 6px 8px;
  border-radius: 5px;
  box-shadow: none;
  text-align: left;
}

.list-wrap li:nth-child(even) .content {
  flex-direction: row-reverse;
  border-radius: 5px 30px 5px 5px;
}

.list-wrap li:nth-child(even) .content .img-shape:before {
  border-radius: 0 30px 0 30px;
  left: 10px;
}

.list-wrap li:nth-child(even) .content .img-shape .img-box {
  border-radius: 0 30px 0 30px;
}

span.button.disabled {
  background-color: #000;
  color: #fff;
  pointer-events: none;
  cursor: default;
  ;
  border: 0;
}

.list-wrap li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: none;
  width: 100%;
}

.list-wrap li a:hover {
  color: #057dc1;
}

#tab2 .list-wrap li a {
  cursor: default;
  pointer-events: none;
}

/*offer-listing end */

/*offer-details start */
.offer-detail-sec {
  border-bottom: 4px dashed #b5b5b5;
}

.offer-detail-sec .img-shape {
  bottom: 0;
  position: relative;
  margin: 0;
 height: 400px;
}

.offer-detail-sec .img-shape .img-box {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #fff;
  position: relative;
  z-index: 2;
  border-radius: 0 0 50px 50px;
  height: 100%;
  object-fit: cover;

}
.offer-detail-sec .img-shape .img-box img{object-position: top;}

.list-wrap li:nth-child(even) .content .data {
  padding: 10px;
  padding-right: 360px;
}

.offer-detail-sec .img-shape::before {
  border-radius: 0 0 50px 50px;
  right: 0px;
  top: 15px;
  z-index: 1;
}

.offer-detail-sec .content {
  width: 100%;
  margin-top: 30px;
  padding: 30px 0;
  flex-flow: unset;
}

.offer-detail-sec .content .img-box {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 20px;
}

.offer-detail-sec .content .data {
  padding: 0 0 0 50px;
 
}
.offer-detail-sec .content.row .data{
  vertical-align: baseline;
  display: flex;
  flex-flow: row wrap;
  
  flex: 1;
  align-content: center;
}

.offer-detail-sec .content img {
  height: 100%;
}

.offer-detail-sec .content h5 {
  font-family: 'AvenirLTStdRoman';
  margin: 10px 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.offer-detail-sec .content h2 {
  font-family: 'AvenirLTStdHeavy';
  font-size: 28px;
  font-weight: 700;
}

.offer-detail-sec .content .data-info {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  /*border: 2px solid #b5b5b5;*/
  max-width: 470px;
  background-color: #413E47;
}

.offer-detail-sec .content .data-info img {
  width: 100%;
  max-width: 35px;
  margin-right: 10px;
}

.offer-detail-sec .content .data-info .date {
  padding: 0px 10px 0px 15px;
}

.offer-detail-sec .content .data-info>div {
  display: flex;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
}

.offer-detail-sec .content .data-info p {
  color: #ffffff;
  font-weight: 700;
}

.offer-detail-sec .content .data-info span{
  font-family: 'AvenirLTStdRoman';
  color: #ffffff;
}

.offer-detail-sec .content .data-info>div:nth-child(1) {
  border-right: 2px solid #ffffff;
}


.overlay{width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 30px 0 30px 0;}

  .list-wrap li:nth-child(even) .content .overlay{border-radius: 0px 30px 0px 30px;right: 1px; left: auto;}
/*offer-details end */


/* redeem detail start */
.redeem-dtl-sec {
  border-bottom: 4px solid #b5b5b5;
}

.redeem-dtl-wrap {
  width: 100%;
  padding: 30px 0;
}

.redeem-dtl-wrap div.redeem-info li::before, .redeem-dtl-wrap .redeem-info ul.redeem-info li::before {
  content: "\2022";
  color: #423E48;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  left: 0;
}

.redeem-dtl-wrap div.redeem-info li {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 5px;
}

.redeem-dtl-wrap div.redeem-info {
  font-family: 'AvenirLTStdBook';
  /*margin-bottom: 20px;*/
  line-height: 25px;
}

.redeem-dtl-wrap div.google-location { margin-top: 25px; }

.redeem-dtl-wrap ul:nth-child(1) li::before {
  display: none;
}

.redeem-dtl-wrap div.redeem-info h3 {
  font-family: 'AvenirLTStdHeavy';
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: normal;
}

.rdm-btn-wrap {
  text-align: center;
  padding: 40px 0;
  width: 100%;
  display: flex;
}

.rdm-btn-wrap .button {
  font-size: 28px;
  /*box-shadow: rgb(0 123 204 / 50%) 0px 9px 18px -5px, rgba(0, 123, 204, 50%) 0px 6px 12px -5px;*/
  border-radius: 10px;
}

.footer-logo{
  text-align: center;
  padding: 0 0 20px 0;
  width: 100%;
}

.footer-logo-wrap{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap:15px;
}

.footer-logo-wrap h3{
  font-family: 'AvenirLTStdBlack';
  font-size: 20px;
  width: auto;
}

.footer-logo-img {
  max-width: 140px;
}

/* redeem detail end */


/* popup start */
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y: auto;
  scrollbar-width: thin;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10011;
  background: rgba(0, 0, 0, 0.6);
}

.popup .body {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  min-width: 400px;
  max-width: 50%;
  background-color: #F2F2F2;
  border-radius: 10px;
}

.popup .content {
  max-height: 75vh;
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-bottom: 2px dashed #b5b5b5;
  text-align: center;
  justify-content: center;
}

.popup .content.row {
  flex-flow: unset;
  justify-content: center;
  padding: 40px 20px;
}


.popup .content.offline {
  margin-top: 0;
  border-bottom: 0px solid #b5b5b5;
}

.popup .content.offline h6 {
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  font-family: 'AvenirLTStdMedium';
}

.popup .content:nth-child(3) {
  justify-content: center;
  border-bottom: 0;
  margin-top: 0;
}

.popup .content:nth-child(3) .button {
  font-size: 20px;
}

.popup .content .img-box {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 15px;
}

.popup .content h5 {
  margin: 15px 0;
  font-size: 2.4rem;
  font-weight: 600;
}

.popup .content .data-info {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  /*border: 2px solid #b5b5b5;*/
  max-width: 250px;
  width: 100%;
  background: #423E48;
  color: #ffffff;
}
.popup .content.row .data-info span{width: 100%; display: inline-block; text-align: left;}

.popup .content .data-info>div {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.popup .content h2 {
  font-weight: 700;
  margin: 0px 0 15px 0;
  font-size: 20px;
  max-width: 280px;
}

.popup .content .data {
  padding: 0 0 0 30px;
  text-align: left;
}

.popup .content .data-info img {
  width: 100%;
  max-width: 25px;
  margin-right: 10px;
}

.popup .content .data-info .date {
  padding: 0px 5px 0px 10px;
}

.popup a.del {
  right: -12px;
  top: -12px;
  position: absolute;
  border-radius: 100%;
  background-color: #ee3c2d;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid #ebebf3;
}

.form-list {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.popup .pin-wrap {
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  border-radius: 8px;
  color: #000;
  max-width: 330px;
}

.popup .pin-wrap input {
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  border: none;
}

.popup .online .pin-wrap input {  
  border: 1px solid #423E48;
}

.popup .content .pin-wrap p {
  margin-bottom: 10px;
  color: #423E48;
  font-weight: 700;
  font-size: 13pt;
  line-height: normal;
  font-family:"AvenirLTStdBlack";
}

.popup .pin-wrap img.barcodeImage { margin: 10px 0px; }

.popup .content p {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  font-family: "AvenirLTStdBlack";
}

span {
  font-size: 12px;
}

.popup .err-wrap {
  width: 100%;
  float: left;
}

.popup .err-wrap span {
  padding: 15px;
  display: inline-flex;
  margin-top: 20px;
  align-items: center;
}

.popup .err-wrap img {
  max-width: 25px;
  margin-right: 10px;
}

span.incorrect {
  border: 1px solid #e3004a;
  color: #e3004a;
  background-color: #e3004a0d;
}

span.success {
  /*border: 1px solid #008f00;*/
  color: #009744;
  /*background-color: #008f001a;*/
}

/*span.success:after {
  color: #000000;
  right: 13px;
  top: 5px;
  padding: 0px;
  position: absolute;
  pointer-events: none;
}

span.success:after {
  content: "\f0d7";
  right: 0px;
  top: 0px;
  width: 38px;
  height: 36px;
  font-family: "FontAwesome";
  position: absolute;
  pointer-events: none;
  display: block;
  border-left: 1px solid #fafafa;
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 1.6rem;
  color: #a0a0a0;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}*/

a.incorrect, input.incorrect  {
  background: #D10F4B;
  border: 0;
}

a.incorrect:hover, input.incorrect:hover {
  color: #423E48;
  border: 0;
}

a.success:hover, input.success:hover {
  color: #423E48;
  border: 0;
}

a.success, input.success {
  background: #009744;
  border: 0;
}

.popup .voucher-popup {
  width: 100%;
  margin: 0;
  padding: 0;
}

.popup .voucher-popup .dat-info {
  border: 2px solid #b5b5b5;
}

.popup .voucher-popup .pin-wrap {
  background: transparent;
}

.popup .voucher-popup .pin-wrap input {
  font-size: 28px;
  font-weight: 700;
  background-color: #f2f2f2;
  border-radius: 15px;
  box-shadow: unset;
  color: #000;
}

.popup .voucher-popup .pin-wrap {
  position: relative;
}


.popup .voucher-popup .content:nth-child(2) {
  padding-top: 0;
}

.popup .voucher-popup .data-info {
  border: 2px solid #e3004a;
  color: #e3004a;
}

.popup .voucher-popup .content p {
  text-align: center;
  margin-bottom: 20px;
}

.popup .voucher-popup .content {
  border-bottom: 2px solid #b5b5b5;
  margin-bottom: 40px;
  padding: 0px 20px 15px;
}

.popup .voucher-popup .content a {
  position: absolute;
  width: 30px;
  bottom: 18px;
  right: 60px;
  z-index: 2;
}

.pop-btn-wrap {
  padding-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  border-top: 2px solid #b5b5b5;
}

.pop-btn-wrap .button {border-radius: 10px;}
.popup .content .data-info p {text-align: left;}

/* popup end */


/* css added on 20-11-23 */
#tab2 .list-wrap li{flex-flow: row wrap;margin: 0;}
#tab2 .list-wrap .data h5 {margin-bottom: 15px;}
#tab2 .list-wrap .data{border-radius: 30px 10px 10px 0px;background-color: #fff;}
#tab2 .list-wrap .img-shape::before{display: none;}
#tab2 .list-wrap .data h5 span.code{color: #007ec8; font-weight: 700;font-size: 18px;}
#tab2 .img-shape{top: 0;bottom: unset;}
#tab2  .list-wrap .content{align-items: flex-start; align-content: flex-start; flex-flow: row wrap;background-color:#eaeaea;border-radius: 30px 10px 10px 10px;box-shadow: #ababab80 0px 2px 8px; }
#tab2  .list-wrap .offer-rdm-info {
  width: 100%;
  flex: 1;
  /* padding: 20px;  */
}
#tab2  .list-wrap .img-box{position: relative;}
#tab2  .list-wrap .data .img-box{margin-bottom: 5px;}
#tab2 div.redeem-info {
 width: 100%;
 padding: 20px; 
}
#tab2 div.redeem-info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#tab2 div.redeem-info li {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  padding: 0 0 0 16px;
  margin: 0;
  /* flex-flow: unset; */
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
#tab2 div.redeem-info li::before {
  content: "\2022";
  color: #057dc1;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  /* margin-right: 15px; */
  line-height: 22px;
  position: absolute;
  left: 0;
}
#tab2 .list-wrap div.redeem-info li a{cursor: pointer;display: inline;
  pointer-events: all; padding-left: 5px; color: #007ec8;word-break: break-all ;
  text-overflow: inherit ;
  white-space: normal;}

  #tab2  .list-wrap li:nth-child(even) .content {
    flex-direction: row-reverse;
    border-radius: 10px 30px 10px 10px;
}
#tab2 .list-wrap li:nth-child(even) .content .img-shape .img-box {
  border-radius: 0 30px 0 30px;
}
#tab2 .list-wrap li:nth-child(even) .content .overlay {
  border-radius: 0px 30px 0px 30px;
  right: 0px;
  left: auto;
}
#tab2 .list-wrap li:nth-child(even) .content .data {
  padding: 20px;
  padding-right: 360px;
  border-radius: 10px 30px 0px 10px;
  background-color: #fff;
}
.redeem-dtl-wrap ul li a{color: #007ec8;word-break: break-all;white-space: inherit;}

/* added on 21-11-23 */
li.no-recod-wrap{width: 100%;text-align: center;}
li.no-recod-wrap .no-record{width: 100%;padding: 30px 0;}
li.no-recod-wrap .no-record h3{font-size: 30px;line-height: normal;}
.vhr-code-wrap{width: 100%;display: block;}
.vhr-wrap{display: flex; max-width: 328px; align-items: center; margin: 0 auto;
  text-align: center;
  background: #fbae18;
  padding: 15px 0px;
  padding-bottom: 0;
  border-radius: 8px;
  color: #000;background: transparent;    position: relative;}
  .popup .vhr-wrap p{
    width: 165px;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    font-family: "AvenirLTStdBlack";
    text-align: center;
  }

    .vhr-wrap input{
      font-size: 14px; 
      padding: 10px;
      text-align: center;
      font-weight: 700;
      background-color: #ffffff;
      border-radius: 2px;
      box-shadow: unset;
      color: #000;
      border: none;
    }
      .vhr-wrap a{    position: absolute;
        width: 20px;
        bottom: 3px;
        right: 10px;
        z-index: 2;}

.form-wrap .form-list li.chk-wrap {
    height: auto;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    color: #606060;
}

.form-wrap .form-list li.chk-wrap input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.form-wrap .form-list li.chk-wrap label {
    font-family: "AvenirLTStdRoman";
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    color: #606060;
}

/* Floating WhatsApp Icon */
.whatsapp-float {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}

 /* Custom styling for Google Translate */
#google_translate_element {
            display: inline-block;
            max-width: 160px;
        }
        
        .goog-te-gadget {
            font-family: inherit !important;
        }
        
        .goog-te-gadget .goog-te-combo {
            padding: 10px 15px;
            border-radius: 8px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            background: rgba(255, 255, 255, 0.2);
            color: white;
            font-weight: 500;
            cursor: pointer;
            width: 100%;
            max-width: 160px;
            margin: 0px 10px
        }

        .goog-te-combo option {
            background: #423E48;
            max-width: 160px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        /* Hide Google attribution */
        .goog-logo-link, .goog-te-banner-frame, .goog-te-ftab-link, .goog-te-gadget span {
            display: none !important;
        }
        
        .goog-te-gadget {
            color: transparent !important;
        }

        /* Custom dropdown to handle long text better */
        .custom-dropdown {
            position: relative;
            max-width: 160px;
        }
        
        .custom-dropdown select {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 14px;
        }


        .search-form {
            display: flex;
            justify-content: center;
            margin: 0 auto;
            /*max-width: 500px;*/
        }
        
        .search-container {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .input-wrapper {
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
        }
        
        .search-offer {
            width: 100% !important;
            padding: 18px 55px 18px 20px !important;
            font-size: 18px !important;
            border: 2px solid #dbcaca !important;
            border-radius: 50px !important;
            outline: none !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
            z-index: 0 !important;
            float: none !important;
        }
        
        .search-offer:focus {
            border-color: #4a86e8 !important;
            box-shadow: 0 5px 15px rgba(74, 134, 232, 0.3) !important;
        }
        
        .search-icon {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #000000;
            font-size: 22px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: none;
            border: none;
            padding: 5px;
            z-index: 2;
        }
        
        .search-icon:hover {
            color: #3a76d8;
            transform: translateY(-50%) scale(1.1);
        }

        .error-message {
            color: #ff4757;
            text-align: left;
            padding: 8px 20px 0;
            font-size: 14px;
            min-height: 30px;
            opacity: 1;
            transition: opacity 0.3s ease;
        }
        
        .error-message.show {
            opacity: 1;
        }

        .subTitlePage{
          font-size: 36px !important;
          font-family: 'AvenirLTStdHeavy' !important;
          
        }

        .subTitleLine{
          width: 18%;
          display: block;
          position: relative;
          height: auto;
          border-bottom: 2px solid #D58449;
          padding-bottom: 5px;
        }


        /*CAtegory*/
        .pageTitle { 
          width: 100%; 
          height: auto; 
          display: block; 
          position: relative; 
          margin-bottom: 50px; 
        }

        .categories-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 60px;
        }
        
        .category-card {
            background: white;
            border: 2px solid #D58449;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
        }
        
        .category-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .category-thumb {
            /*height: 180px;*/
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            /*background: linear-gradient(to right, #3498db, #2c3e50);*/
            padding: 20px;
        }

        .category-thumb img {
          max-width: 170px;
        }
        
        
        .category-content {
            text-align: center;
            padding: 25px;
            flex-grow: 1;
        }
        
        .category-name {
            font-size: 3.5rem;
            color: #423E48;
            margin-bottom: 12px;
            font-weight: 600;
            font-family: 'AvenirLTStdHeavy' !important;
        }
        
        .category-desc {
            color: #7f8c8d;
            margin-bottom: 20px;
            line-height: 1.5;
            font-family: 'AvenirLTStdRoman' !important;
        }

        .offerFooter {
          width: 100%;
          display: block;
          position: relative;
          margin-top: 5px;
        }

        .offerFooter .estSaving {
          color: #423E48;
          font-family: 'AvenirLTStdBook';
          font-size: 13px;
        }

        .offerFooter .distanceKM {
          position: absolute;
          display: flex;
          top: -510%;
          right: 0;
          background: rgba(242, 178, 165, 0.4);
          border: 1px solid rgba(242, 178, 165, 0.8);
          border-radius: 12px;
          padding: 5px;
          color: #423E48;
          font-family: 'AvenirLTStdBook';
        }

        /*Search result page*/
        .result-count {
            margin-bottom: 20px;
            color: #7f8c8d;
            font-size: 14px;
        }

        .results-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }
        
        .result-item {
            display: flex;
            background: white;
            border: 1px solid #cccccc;
            border-radius: 12px;
            margin-bottom: 20px;
            padding: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .result-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }
        
        .resultThumb {
            width: 65px;
            height: 65px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 20px;
            flex-shrink: 0;
            border: 1px solid #ccc;
        }
        
        .resultThumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .resultContent {
            flex: 1;
        }
        
        .resultTitle {
            font-family: 'AvenirLTStdRoman' !important;
            font-size: 12pt;
            font-weight: 600;
            color: #2c3e50;
            
        }
        
        .resultSubtitle {
            font-family: 'AvenirLTStdRoman' !important;
            font-size: 10pt;
            color: #2c3e50;
           
        }
        
        .resultDistance {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            min-width: 80px;
            margin-left: 15px;
            flex-shrink: 0;
        }

        .resultDistance span {
            font-size: 12px;
            font-family: 'AvenirLTStdBook';
            background: rgba(242, 178, 165, 0.4);
            border: 1px solid rgba(242, 178, 165, 0.8);
            border-radius: 12px;
            color: #000000;
            padding: 0 10px;
            line-height: 25px;
        }

        .geo-banner {
          width:70%; 
          margin: 0 auto; 
          display:none; 
          position:fixed; 
          bottom:16px; 
          left:16px; 
          right:16px; 
          padding:12px; 
          background:#fff; 
          border:1px solid #C98754; 
          border-radius:10px; 
          box-shadow:0 4px 14px rgba(0,0,0,.08); 
          z-index:9999;
        }

        .geo-banner .geo-allow-btn {
           margin-left:12px; 
           padding:8px 12px; 
           border-radius:8px; 
           border:1px solid #C98754; 
           background:#ff6f00; 
           cursor:pointer; 
           font-weight: bold;
        }

        .geo-banner .geo-dismiss-btn {
          margin-left:6px; 
          padding:8px 12px; 
          border-radius:8px; 
          border:0; 
          background:transparent; 
          cursor:pointer;
        }

        .geo-msg-txt {
          margin-left:8px;
        }

        .rating-chip {
            position: absolute;
            right: 3%;
            top: 5%;
            align-items: center;
            display: inline-flex;
            align-items: center;
            background-color: #4a5568;
            color: white;
            border-radius: 20px;
            padding: 8px 16px;
            font-weight: 600;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .rating-chip:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
        }

        .star-icon {
            color: #ffc107;
            margin-left: 6px;
            font-size: 1.2rem;
        }

        .rating-value {
            font-size: 1.2rem;
        }

        /*Offer Detail page new changes*/

        .redeem-dtl-wrap {
            padding: 0;
        }
        
        .redeem-info {
            border-bottom: 1px solid #eaeaea;
        }
        
        .redeem-info:last-child {
            border-bottom: none;
        }
        
        .accordion-header {
            padding: 18px 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
        }
        
        .accordion-header:hover {
            /*background-color: #f9f9f9;*/
        }
        
        .icon {
            width: 20px;
            height: 20px;
            position: relative;
            transition: transform 0.3s ease;
        }
        
        .icon::before, .icon::after {
            content: '';
            position: absolute;
            background-color: #413E47;
            transition: all 0.3s ease;
        }
        
        .icon::before {
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            transform: translateY(-50%);
        }
        
        .icon::after {
            left: 50%;
            top: 0;
            width: 2px;
            height: 100%;
            transform: translateX(-50%);
        }
        
        .accordion-header.active .icon::after {
            transform: translateX(-50%) rotate(90deg);
            opacity: 0;
        }
        
        .accordion-header.active .icon {
            transform: rotate(180deg);
        }
        
        .accordion-content {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }
        
        .accordion-content.active {
            padding: 20px;
            max-height: 1000px;
        }
        
        .accordion-content p, .accordion-content ul {
            margin-bottom: 15px;
        }
        
        .accordion-content ul {
            padding-left: 20px;
        }
        
        .accordion-content li {
            margin-bottom: 8px;
        }

        