/* The side navigation menu */
/*.sidenav {
    height: 100%;  100% Full-height 
    width: 0;  0 width - change this with JavaScript 
    position: fixed;  Stay in place 
    z-index: 1;  Stay on top 
    top: 0;  Stay at the top 
    left: 0;
    background-color: #111;  Black
    overflow-x: hidden;  Disable horizontal scroll 
    padding-top: 60px;  Place content 60px from the top 
    transition: 0.5s;  0.5 second transition effect to slide in the sidenav 
}*/

/* The navigation menu links */
/*.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}*/

/* When you mouse over the navigation links, change their color */
/*.sidenav a:hover {
    color: #f1f1f1;
}*/

/* Position and style the close button (top right corner) */
/*.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}*/

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/*#main {
    transition: margin-left .5s;
    padding: 20px;
}*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/*@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}*/
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker'); */
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;700&display=swap');

/* @font-face {
    font-family: "ProximaNova-Semibold";
    src: url("../fonts/ProximaNova-Semibold.ttf");
    src: 
    url("../fonts/ProximaNova-Semibold.woff") format("woff"),
    url("../fonts/ProximaNova-Semibold.otf") format("opentype")
} */

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/gotham-book/GothamBook.eot');
    src: url('../fonts/gotham-book/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-book/GothamBook.woff') format('woff'),
        url('../fonts/gotham-book/GothamBook.ttf') format('truetype'),
        url('../fonts/gotham-book/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gotham Book', sans-serif;
    color: #161140;
    padding: 0px;
    margin: 0px;
}

/*HELPER CLASS*/
.position-center-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.noPaddingLeft{
    padding-left: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingBoth{
    padding-left: 0;
    padding-right: 0;
}

.uppercase{
    text-transform: uppercase;
}

@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}

.navbar-default{
    background-color: transparent;
    border-color: transparent;
    min-height: 100px;
    padding-top: 0px;
    margin-bottom: 0;
}
.navbar-brand{
    padding-left: 0;
}
.navbar-default .navbar-nav > li > a{
    color: #333333;
    text-transform: uppercase;
    /* font-family: 'Montserrat'; */
    font-size: 16px;
    font-weight: 800;
    padding: 0px 0px;
    border-bottom: 2px solid transparent;
    background-color: transparent!important;
}

.navbar-default .navbar-nav > li{
    padding: 15px 25px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active{
    border-bottom: 2px solid #ffcc99;
}
.navbar-default .navbar-collapse{
    display: flex!important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    /*height: 100px!important;*/
        margin-top: 25px;
}
header{
    border-bottom: 1px solid #ddd;
    transition: all 0.4s;
}
.landing header{
    border-bottom: 0px solid #ddd;
}
.landing{
    background: url('../images/landing/bg.jpg');
}
.landing .navbar-default{
    background-color: transparent;
    border-color: transparent;
    min-height: 100px;
    padding-top: 10px;
}
.landing .navbar-default .navbar-nav > li > a{
    color: white;
    text-transform: uppercase;
    /* font-family: 'Montserrat'; */
    font-size: 16px;
    font-weight: 800;
    padding: 0px 0px;
    border-bottom: 2px solid transparent;
    background-color: transparent!important;
}
.landing .navbar-default .navbar-nav > li{
    padding: 15px 25px;
}
.landing .navbar-default .navbar-nav > li > a:hover,
.landing .navbar-default .navbar-nav > li > a:active{
    border-bottom: 2px solid #faaf88;
}
.landing .navbar-collapse{
    display: flex!important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100px!important;
}
.landing_main_container{
    width: 50%;
}
.landing_main_container h1{
    color: white;
    text-transform: uppercase;
    /* font-family: 'Montserrat'; */
    font-size: 46px;
    font-weight: 900;
}

.landing_input_container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 50px 0;
}
.landing_input_container .landing_input{
    width: 30%;
}
.landing_input{
    background-color: transparent;
    border-color: white;
    height: 50px;
    color: white;
    border-radius: 25px;
    font-size: 15px;
    padding: 0px 30px;
}
.landing_input:hover,.landing_input:focus{
    border-color: white;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 20px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 20px rgba(255, 255, 255, 0.6);
}

.landing_input::placeholder{
    color: white;
    opacity: 1;
}
.landing_input:-ms-input-placeholder{
    color: white;
    opacity: 1;
}
.landing_input::-moz-placeholder{
    color: white;
    opacity: 1;
}
.landing_input::-webkit-input-placeholder{
    color: white;
    opacity: 1;
}

.btn-theme{
    background-color: #fff;
    color: #333;
    font-size: 14px;
    height: 50px;
    min-width: 150px;
    /* font-family: 'Montserrat'; */
    font-weight: 600;
    border-radius: 25px;
    /* border: 1px solid #00cccc; */
    letter-spacing: .7px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-theme3{
    background-color: #682baf;
    color: #fff;
    font-size: 14px;
    height: 50px;
    min-width: 150px;
    /* font-family: 'Montserrat'; */
    font-weight: 600;
    border-radius: 25px;
    /* border: 1px solid #00cccc; */
    letter-spacing: .7px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-theme3:hover, .btn-theme3:focus, .btn-theme3:focus:active{
    background-color: #4f4981!important;
    color: #fff!important;
    outline:none;
}

.btn-what-to-eat {
    border: 2px solid #F16228;
    color: #F16228;
}

.btn-what-to-eat:hover,.btn-what-to-eat:focus,.btn-what-to-eat:active {
    background-color: #F16228;
    color: #fff;
}

.btn-what-to-do {
    border: 2px solid #B8DA7C;
    color: #B8DA7C;
}

.btn-what-to-do:hover,.btn-what-to-do:focus,.btn-what-to-do:active {
    background-color: #B8DA7C;
    color: #fff;
}

.btn-whats-happening {
    border: 2px solid #2EA2B0;
    color: #2EA2B0;
}

.btn-whats-happening:hover,.btn-whats-happening:focus,.btn-whats-happening:active {
    background-color: #2EA2B0;
    color: #fff;
}

.btn-asap-features {
    border: 2px solid #F9CA08;
    color: #F9CA08;
}

.btn-asap-features:hover,.btn-asap-features:focus,.btn-asap-features:active {
    background-color: #F9CA08;
    color: #fff;
}

.btn-latest-videos .fa-youtube {
    color: #fff;
    font-size: 22px;
}

.btn-latest-videos {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 20px;
    padding: 10px 20px;
}

.btn-latest-videos:hover,.btn-latest-videos:focus,.btn-latest-videos:active {
    background-color: #fff;
    border-color: #fff;
    color: #1B164C;
}

.btn-latest-videos:hover .fa-youtube {
    color: #1B164C;
}

.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
    outline: none!important;
}

.btn-theme > img{
    padding-left: 10px;
}

.btn-theme2{
    background-color: #4f4981;
    color: #fff;
    font-size: 14px;
    height: 50px;
    min-width: 200px;
    /* font-family: 'Montserrat'; */
    font-weight: 600;
    border-radius: 25px;
    border: 1px solid #4f4981;
    letter-spacing: .5px;
    /*padding: 14px;*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-theme2:hover,.btn-theme2:focus,.btn-theme2:active{
    color: white;
    background-color: #4f4981;
    /*outline: none;*/
    /*transform: scale(1.02);*/
    outline: none!important;
}

.landing_seperator{
    display: flex;
    width: calc(100% - 30px);
    max-width: 70%;
    margin: 50px auto;
}

.landing_seperator > span{
    display: flex;
}

.landing_seperator > span.or{
    flex: 0 0 auto;
    padding: 0px 10px;
    color: #ffcc99;
    font-size: 16px;
    font-weight: 600;
}

.landing_seperator > span:not(.or){
    flex: 1 1 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing_seperator > span:not(.or)::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #ffcc99;
    display: block;
}
.landing_browse{
    color: white;
    font-size: 22px;
    /* font-family: 'Montserrat'; */
    font-weight: 600;
    text-decoration: underline;
}
.landing_browse:active,.landing_browse:hover{
    color: white;
    transform: scale(1.02);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

footer{
    border-top: 0px solid #ddd;
}

.footer_main_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer_main_container > .footer_column{
    width: 25%;
}

.footer_main_container > .footer_column h3{
    color: white;
    font-size: 18px;
    /* font-family: 'Montserrat'; */
    color: #fff;
    font-weight: 800;
    margin-bottom: 18px;
}
.footer_main_container > .footer_column span,.footer_main_container > .footer_column a{
    color: white;
    font-size: 14px;
    /* font-family: 'Open Sans'; */
    color: #fff;
    font-weight: 400;
}
.footer_main_container > .footer_column a{
    margin-bottom: 8px;
    display: inline-block;
}
footer .copyright{
    float: left;
}
footer .designby{
    float: right;
}
footer .copyright,footer .designby{
    /* font-family: 'Nunito Sans'; */
    font-size: 14px;
    color: #bebebe;
    font-weight: 600;
    padding-bottom: 20px;
}
footer .footer-social{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 15px;
    min-width: 155px;
}

footer .footer-social a {
    padding: 0px 25px;
}

footer .footer-social a:hover,footer .footer-social a:active{
    /* cursor: pointer; */
    /* transform: scale(1.05); */
    /* -webkit-transition: all 0.4s; */
    /* -o-transition: all 0.4s; */
    /* transition: all 0.4s; */
}

footer .footer-email {
    color: #ffcf06 !important;
}
footer .footer-line > div{
    width: 25%;
}
footer .brown {
    border: 2px solid #F16228;
}

footer .green {
    border: 2px solid #B8DA7C;
}

footer .blue {
    border: 2px solid #2EA2B0;
}

footer .yellow {
    border: 2px solid #F9CA08;
}

footer .purple {
    border: 2px solid #4e42b0;
}

footer .footer-line {
    padding-top: 30px;
    padding-bottom: 20px;
}

.home_heading{
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 50px;
    /* letter-spacing: 7px; */
    text-transform: uppercase;
    text-align: center;
    /* margin-bottom: 30px; */
    margin: 10px;
    position: relative;
    display: inline-block;
}
.home_heading img{
    margin-right: 15px;
    margin-top: -4px;
}
.home_heading span{
    z-index: 9999;
}
/*.home_heading:before{*/
/*    content: '';*/
/*    height: 10px;*/
/*    position: absolute;*/
/*    bottom: 3px;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*}*/

.footer_insta_container{
    text-align: center;
}
.insta_flex_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    /* margin-bottom: 35px; */
}
.insta_flex_container .item_box{
    /* width:20%; */
    /* margin-right: 10px; */
}
.insta_flex_container .item_box img{
    opacity: 1;
}
.insta_flex_container .item_box:hover{
    cursor: pointer;
}
.insta_flex_container .item_box:hover img{
    opacity: 1;
}
.insta_flex_container .item_box:last-child{
    margin-right: 0px;
}

/* Flashing */
.insta_flex_container .item_box:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.insta_flex_container .item_box.insta_page:hover img {
    -webkit-animation: none;
    animation: none;
}

.featured_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    justify-content: flex-start;
    margin: 0 -15px;
}
.vertical_box{
    height: 350px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 25px;
    position: relative;
    margin: 0 0px;
    margin-bottom: 30px;
}
.featured_flex_container .vertical_box{
    margin: 0 15px;
    margin-bottom: 30px;
}
.featured_flex_container .vertical_box:first-child,.featured_flex_container .vertical_box:last-child{
    width: calc(50% - 30px);
}
.featured_flex_container .vertical_box:not(first-child),.featured_flex_container .vertical_box:not(last-child){
    width: calc(25% - 30px);
}
.vertical_box .normal .type,.vertical_box .normal .title,.vertical_box .normal .date{
    /* font-family: 'Montserrat'; */
    color: #ffffff;
}
.vertical_box .normal .date .day{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: -8px;
}
.vertical_box .normal .date .month{
    font-size: 14px;
    font-weight: 600;
}

.vertical_box .normal .type{
    font-size: 13px;
    position: absolute;
    left: 25px;
    font-weight: 500;
}
.vertical_box .normal .date{
    position: absolute;
    right: 25px;
    display: flex;
    flex-direction: column;
}
.vertical_box .normal .title{
    font-size: 22px;
    position: absolute;
    bottom: 25px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 25px;
    max-height: 60px;
}
.vertical_box:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: all 0.2s;
}
.vertical_box:hover .overlay{
    display: block!important;
    background-color: rgba(0, 208, 208, 0.84);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    color: #ffffff;
    /* font-family: 'Montserrat'; */
    padding: 25px;
    box-shadow: 1px 1px 10px #0fbdbb;
}
.vertical_box:hover .normal > *{
    visibility: hidden!important;
    position: relative;
}

.vertical_box .overlay .type{
    font-size: 13px;
    position: absolute;
    left: 25px;
    font-weight: 500;
}
.vertical_box .overlay .date{
    font-size: 14px;
    position: absolute;
    top: 125px;
    left: 25px;
    font-weight: 600;
}
.vertical_box .overlay .date img,.vertical_box .overlay .location img{
    margin-right: 10px;
    width: auto;
    display: inline-block;
}
.vertical_box .overlay .location{
    position: absolute;
    top: 160px;
    left: 25px;
    font-size: 14px;
    font-weight: 600;
}
.vertical_box .overlay .desc{
    position: absolute;
    top: 190px;
    left: 25px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    padding-right: 25px;
}
.vertical_box .overlay a{
    position: absolute;
    bottom: 50px;
    left: 25px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
}
.vertical_box .overlay a img{
    width: auto;
    display: inline-block;
}
.vertical_box .overlay .title{
    font-size: 18px;
    position: absolute;
    top: 55px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 25px;
}

.advertisement_section{
    margin: 60px 0;
    margin-bottom: 60px!important;
}
.advertisement_section img{
    display: inline-block;
}

.trending_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    justify-content: flex-start;
    margin: 0 -15px;
}
.trending_flex_container .trending_box{
    height: 480px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 25px;
    position: relative;
    margin: 0 15px;
    margin-bottom: 30px;
}
.trending_flex_container .trending_box:first-child{
    width: calc(66.6666% - 30px);
}
.trending_box .normal .type, .trending_box .normal .title, .trending_box .normal .date {
    /* font-family: 'Montserrat'; */
    color: #ffffff;
}
.trending_box .normal .date .day{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: -8px;
}
.trending_box .normal .date .month{
    font-size: 14px;
    font-weight: 600;
}

.trending_box .normal .type{
    font-size: 13px;
    position: absolute;
    left: 25px;
    font-weight: 500;
}
.trending_box .normal .date{
    position: absolute;
    right: 25px;
    display: flex;
    flex-direction: column;
}
.trending_box .normal .title{
    font-size: 22px;
    position: absolute;
    bottom: 25px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 25px;
}
.trending_box:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: all 0.2s;
}
.trending_box:hover .overlay{
    display: block!important;
    background-color: rgba(0, 208, 208, 0.84);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    color: #ffffff;
    /* font-family: 'Montserrat'; */
    padding: 25px;
    box-shadow: 1px 1px 10px #0fbdbb;
}
.trending_box:hover .normal > *{
    visibility: hidden!important;
    position: relative;
}

.trending_box .overlay .type{
    font-size: 13px;
    position: absolute;
    left: 25px;
    font-weight: 500;
}
.trending_box .overlay .date{
    font-size: 14px;
    position: absolute;
    top: 125px;
    left: 25px;
    font-weight: 600;
}
.trending_box .overlay .date img,.trending_box .overlay .location img{
    margin-right: 10px;
}
.trending_box .overlay .location{
    position: absolute;
    top: 160px;
    left: 25px;
    font-size: 14px;
    font-weight: 600;
}
.trending_box .overlay .desc{
    position: absolute;
    top: 190px;
    left: 25px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    padding-right: 25px;
}
.trending_box .overlay a{
    position: absolute;
    bottom: 50px;
    left: 25px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
}
.trending_box .overlay .title{
    font-size: 18px;
    position: absolute;
    top: 55px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 25px;
}

.trending_box2{
    height: 480px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    border-radius: 20px;
    margin-bottom: 25px;
    position: relative;
    margin: 0 15px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.trending_flex_container .trending_box2{
    width: calc(33.333% - 30px);
}
.trending_box2 .top_box{
    position: relative;
}
.trending_box2 .top_box .tag{
    height: 25px;
    min-width: 80px;
    position: absolute;
    right: 15px;
    color: #ffffff;
    top: 15px;
    padding: 5px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    
}
.food_tag{
    background-color: rgba(235, 179, 53, 0.85);
}
.event_tag{
    background-color: rgba(162, 94, 164, 0.85)
}
.place_tag{
    background-color: rgba(67, 157, 71, 0.85)
}
.shop_tag{
    background-color: rgba(242, 105, 125, 0.85)
}
.trending_box2 .top_box img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.trending_box2 .bot_box{
    /* font-family: 'Montserrat'; */
    padding: 25px;
    text-align: left;
}
.trending_box2 .title{
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 65px;
}
.trending_box2 .desc{
    font-size: 14px;
    font-weight: 500;
    margin: 18px 0 ;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}
.trending_box2 a{
    font-size: 12px;
    font-weight: 800;
    color: #333333;
}
.trending_box2:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: all 0.2s;
}
.small_box_style_container {
    margin-bottom: 30px;
    transition: all 0.4s;
}
.food_slider .small_box_style_container_img,
.food_list .small_box_style_container_img,
.what_to_do_slider .small_box_style_container_img,
.what_to_do_list .small_box_style_container_img,
.all_categories_list .small_box_style_container_img,
.bucket-listing .small_box_style_container_img {
    border-radius: 17px;
    overflow: hidden;
}

.asap_feature_slider .small_box_style_container_img,
.asap_feature_list .small_box_style_container_img {
    overflow: hidden;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

/* .small_box_style_container:hover {
    cursor: pointer;
} */

.small_box_style_container img {
    transition: all 0.4s;
}

.small_box_style_container .small_box_style_container_img:hover img {
    transform: scale(1.2);
}

/* .small_box_style_container:hover .title {
    text-decoration: underline;
} */

.small_box_style_container .category,
.general_desc_content .category {
    /* font-family: 'Montserrat'; */
    font-size: 11px;
    /* font-weight: 700; */
    text-align: left;
    margin: 5px 5px 0px 0px;
    width: fit-content;
    padding: 5px;
    border-radius: 13px;
}

.general_desc_content .page-title {
    margin-top: 0px;
}

.general_desc_content .store_img img {
    margin: auto;
}

.asap_desc .page-title {
    margin-top: 40px;
}

.small_box_style_container .title{
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*height: 45px;*/
    text-align: left;
    padding: 5px 0px;
}
.food_category{
    color: #ffc52f;
}
.event_category{
    color: #8c4b9e;
}
.place_category{
    color: #3db048;
}
.shop_category{
    color: #f05374;
}
.owl-carousel .owl-nav button.owl-next:focus,.owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}
.homepage_slider .owl-nav button.owl-next ,.homepage_slider .owl-nav button.owl-prev{
    position: absolute;
    top: 25%;
    height: 45px;
    width: 45px;
    color: #333333!important;
    font-size: 22px!important;
    padding: 0px!important;
}
.homepage_slider .owl-prev.disabled,.homepage_slider .owl-next.disabled{
    display: none;
}
.homepage_slider .owl-nav button.owl-prev{
    left: -75px;
}
.homepage_slider .owl-nav button.owl-next{
    right: -75px;
}
.homepage_slider .owl-nav button.owl-next span{
    padding-left: 3px;
}

.food_section .homepage_slider .owl-nav button.owl-next,
.food_section .homepage_slider .owl-nav button.owl-prev,
.retail_section .homepage_slider .owl-nav button.owl-next,
.retail_section .homepage_slider .owl-nav button.owl-prev,
.place_section .homepage_slider .owl-nav button.owl-next,
.place_section .homepage_slider .owl-nav button.owl-prev,
.asap_feature_section .homepage_slider .owl-nav button.owl-next,
.asap_feature_section .homepage_slider .owl-nav button.owl-prev,
.what_to_do_section .homepage_slider .owl-nav button.owl-next,
.what_to_do_section .homepage_slider .owl-nav button.owl-prev {
    top: auto;
    bottom: -45px;
    color: #161241 !important;
    font-size: 22px !important;
}

.food_section .homepage_slider .owl-nav button.owl-prev,
.retail_section .homepage_slider .owl-nav button.owl-prev,
.place_section .homepage_slider .owl-nav button.owl-prev,
.asap_feature_section .homepage_slider .owl-nav button.owl-prev,
.what_to_do_section .homepage_slider .owl-nav button.owl-prev {
    left: 88% !important;
}

.food_section .homepage_slider .owl-nav button.owl-next,
.retail_section .homepage_slider .owl-nav button.owl-next,
.place_section .homepage_slider .owl-nav button.owl-next,
.asap_feature_section .homepage_slider .owl-nav button.owl-next,
.what_to_do_section .homepage_slider .owl-nav button.owl-next {
    right: 3% !important;
}

.event_slider .owl-nav button.owl-next ,.event_slider .owl-nav button.owl-prev{
    top: 40%;
}
.event_slider .item{
    padding: 12px 0;
}
.vertical_box2{
    height: 300px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 25px;
    position: relative;
    margin: 0 15px;
    margin-bottom: 30px;
}

.vertical_box2 .normal .desc,.vertical_box2 .normal .title{
    /* font-family: 'Montserrat'; */
    color: #ffffff;
}

.vertical_box2 .normal .title{
    font-size: 16px;
    position: absolute;
    bottom: 70px;
    left: 0;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 25px;
    text-align: center;
    width: 100%;
}
.vertical_box2 .normal .desc{
    font-size: 14px;
    position: absolute;
    bottom: 25px;
    left: 0;
    text-align: left;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 25px;
    text-align: center;
    width: 100%;
}
.vertical_box2:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: all 0.2s;
}
.vertical_box2:hover .overlay{
    display: block!important;
    background-color: rgba(0, 208, 208, 0.84);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    color: #ffffff;
    /* font-family: 'Montserrat'; */
    padding: 25px;
    box-shadow: 1px 1px 10px #0fbdbb;
}
.vertical_box2:hover .normal > *{
    visibility: hidden!important;
    position: relative;
}

.vertical_box2 .overlay .type{
    font-size: 13px;
    position: absolute;
    left: 25px;
    font-weight: 500;
}
.vertical_box2 .overlay .date{
    font-size: 14px;
    position: absolute;
    top: 130px;
    left: 25px;
    font-weight: 600;
}
.vertical_box2 .overlay .date img,.vertical_box2 .overlay .location img{
    margin-right: 10px;
    width: auto;
    display: inline-block;
}
.vertical_box2 .overlay .location{
    position: absolute;
    top: 175px;
    left: 25px;
    font-size: 14px;
    font-weight: 600;
}
.vertical_box2 .overlay .desc{
    position: absolute;
    top: 80px;
    left: 25px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    padding-right: 25px;
}
.vertical_box2 .overlay a{
    position: absolute;
    bottom: 50px;
    left: 25px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
}
.vertical_box2 .overlay a img{
    width: auto;
    display: inline-block;
}
.vertical_box2 .overlay .title{
    font-size: 18px;
    position: absolute;
    top: 25px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 25px;
}
.place_slider .item{
    padding: 12px 0;
}
.place_slider .owl-nav button.owl-next, .place_slider .owl-nav button.owl-prev{
    top: 40%;
}
.retail_box{
    height: 410px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    border-radius: 20px;
    margin-bottom: 25px;
    position: relative;
    margin: 0 15px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.retail_box .top_box{
    position: relative;
}
.retail_box .top_box .date_tag{
    height: 30px;
    min-width: 80px;
    position: absolute;
    right: 15px;
    color: #ffffff;
    top: 15px;
    padding: 5px;
    
}
.retail_box .top_box img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.retail_box .bot_box{
    /* font-family: 'Montserrat'; */
    padding: 32px;
    text-align: left;
}
.retail_box .title{
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
    margin-bottom: 20px;
}
.retail_box .desc{
    font-size: 14px;
    font-weight: 500;
    margin: 18px 0 ;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}
.retail_box a{
    font-size: 12px;
    font-weight: 800;
    color: #333333;
}
.retail_box:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: all 0.2s;
}
.retail_slider .retail_box a img {
    width: auto;
    display: inline-block;
}
.retail_box .top_box .date .day{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: -8px;
}
.retail_box .top_box .date .month{
    font-size: 14px;
    font-weight: 600;
}
.retail_box .top_box .date{
    position: absolute;
    left: 40px;
    display: flex;
    flex-direction: column;
    top: 0px;
    background-color: #f05374;
    color: #ffffff;
    padding: 0 10px;
}
.retail_slider .item{
    padding: 12px 0;
}

.retail_slider .owl-nav button.owl-next, .retail_slider .owl-nav button.owl-prev{
    top: 45%;
}
.search_result > section:first-of-type{
    background: -webkit-linear-gradient(left, rgba(254,91,86,1) 0%, rgba(250,117,61,1) 51%, rgba(243,136,40,1) 71%, rgba(240,150,27,1) 100%);
    padding: 35px 0;
}
#search_display h1{
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
}
#search_display .search_display_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    /*align-items: flex-start;*/
}
#search_display .search_display_flex_container .search_display_sub{
    
}
#search_display .search_display_flex_container .search_display_sub:not(:last-child){
    width: 20%;
    text-align: left;
    margin: 15px 0;
    color: #ffffff;
    font-size: 18px;
}
#search_display .search_display_flex_container .search_display_sub:last-child{
    width: 40%;
    text-align: right;
    margin: 15px 0;
}
#search_display .search_display_flex_container .search_display_sub:nth-child(1),
#search_display .search_display_flex_container .search_display_sub:nth-child(2){
    border-right: 1px solid #ffffff;
}
#search_display .search_display_flex_container .search_display_sub:nth-child(2),
#search_display .search_display_flex_container .search_display_sub:nth-child(3){
    text-align: center;
}
#search_display .search_display_flex_container .search_display_sub > span{
    font-weight: 600;
}
#search_display .search_display_flex_container .search_display_sub > img{
    padding-right: 5px;
    margin-top: -4px;
}
#search_display .search_display_flex_container .search_display_sub > div{
    padding: 0 25px;
}

#search_form h1{
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
}
#search_form .search_display_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    align-items: flex-end;
}
#search_form .search_display_flex_container .search_display_sub{
    
}
#search_form .search_display_flex_container .search_display_sub:not(:last-child){
    width: 20%;
    text-align: left;
    margin: 15px 0;
    color: #ffffff;
    font-size: 18px;
}
#search_form .search_display_flex_container .search_display_sub:last-child{
    width: 40%;
    text-align: right;
    margin: 15px 0;
}
#search_form .search_display_flex_container .search_display_sub:first-child{
    padding-right: 25px;
}
#search_form .search_display_flex_container .search_display_sub:nth-child(1),
#search_form .search_display_flex_container .search_display_sub:nth-child(2){
    border-right: 1px solid #ffffff;
}
#search_form .search_display_flex_container .search_display_sub:nth-child(2),
#search_form .search_display_flex_container .search_display_sub:nth-child(3){
    padding: 0 25px;
}
#search_form .search_display_flex_container .search_display_sub > span{
    font-weight: 600;
}
#search_form .search_display_flex_container .search_display_sub > img{
    padding-right: 5px;
    margin-top: -4px;
}
#search_form .search_display_flex_container .search_display_sub > div{
    margin-top: 10px;
    position: relative;
}
.event_list section .home_heading {
    margin: 60px 0;
}
.event_listing_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: 0 -15px;
}
.event_listing_flex_container .vertical_box{
    width: calc(25% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}
.white_text{
    color:#fff!important;
}
.breadcrumb{
    list-style-type: none;
    padding: 0;
    /* font-family: 'Open Sans'; */
    margin-top: 10px;
    height: 30px;
    background-color: transparent;
}
.breadcrumb li{
    float: left;
    padding: 0 15px;
    display: block;
    text-align: left;
    position: relative;
}
.breadcrumb li:first-child{
    padding-left: 0px;
}
.breadcrumb li a{
    color: #262626;
    font-size: 14px;
    font-weight: 700;
}

.claim_business .breadcrumb li,
.user_profile .breadcrumb li,
.login .breadcrumb li,
.register .breadcrumb li,
.bucket_list .breadcrumb li,
.update_profile .breadcrumb li,
.update_password .breadcrumb li,
.my_points .breadcrumb li,
.my_inbox .breadcrumb li{
    padding: 0;
}


.claim_business .breadcrumb li a,
.user_profile .breadcrumb li a,
.login .breadcrumb li a,
.register .breadcrumb li a,
.bucket_list .breadcrumb li a,
.update_profile .breadcrumb li a,
.update_password .breadcrumb li a,
.my_points .breadcrumb li a,
.my_inbox .breadcrumb li a{
    /*color: #fff;*/
    background-color: #fff;
    color: #000;
    padding: 6px 14px;
    border-right:1px solid #dcdcdc;
    /*margin-left: -10px;*/
}
.claim_business .breadcrumb li:first-child a,
.user_profile .breadcrumb li:first-child a,
.login .breadcrumb li:first-child a,
.register .breadcrumb li:first-child a,
.bucket_list .breadcrumb li:first-child a,
.update_profile .breadcrumb li:first-child a,
.update_password .breadcrumb li:first-child a,
.my_points .breadcrumb li:first-child a,
.my_inbox .breadcrumb li:first-child a{
    /*color: #fff;*/
    padding-left:14px;
    margin-left: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.breadcrumb li:last-child a{
    pointer-events: none;
    color: #161140;
    /* font-weight: 400; */
}

.claim_business .breadcrumb li:last-child a,
.user_profile .breadcrumb li:last-child a,
.login .breadcrumb li:last-child a,
.register .breadcrumb li:last-child a,
.bucket_list .breadcrumb li:last-child a,
.update_profile .breadcrumb li:last-child a,
.update_password .breadcrumb li:last-child a,
.my_points .breadcrumb li:last-child a,
.my_inbox .breadcrumb li:last-child a{
    /*color: #fff;*/
    background-image: linear-gradient(to right, #8447d4, #7541b9, #6938a9, #4e1e8e, #220746);
    color: fff;
    border-top-right-radius: 5;
    border-bottom-right-radius: 5px;
    border-right:0px;
}

.breadcrumb li::before {
    content: "";
    background: url(../images/header/breadcrumbs.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    height: 10px;
}

.claim_business .breadcrumb li::before,
.user_profile .breadcrumb li::before,
.login .breadcrumb li::before,
.register .breadcrumb li::before,
.bucket_list .breadcrumb li::before,
.update_profile .breadcrumb li::before,
.update_password .breadcrumb li::before,
.my_points .breadcrumb li::before,
.my_inbox .breadcrumb li::before{
    /*background: url(../images/header/white_breadcrumbs.png);
    background-size: cover;*/
    background: none;
}
.breadcrumb li:last-child a{
    font-weight:500;
}
.breadcrumb li:last-child::before {
    content: ""!important;
}
.breadcrumb > li + li:before{
    content: '';
}
/*body:not(.home):not(#social_login){
    padding-top: 100px;
}*/
body:not(.landing) header{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: #ffffff;
    border-bottom: none;
    width: 100%;
}
div.banner{
    /*margin-top: -30px;*/
}
.banner img {
    width: 100%;
}
.listing_dropdown_flex_container{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px;
}
.listing_dropdown_flex_container .listing_dropdown{
    width: 25%;
    padding: 2px;
    /* margin-left: auto;
    padding: 0px 20px; */
}

.listing_dropdown_flex_container .listing_dropdown .select-theme {
    width: 93%;
    margin: auto;
    background-color: #fff;
    text-align: left;
}

.asap_feature_list .listing_dropdown_flex_container .listing_dropdown .select-theme {
    width: 100%;
}

.sort_order .select-theme, .sort_order.select-theme:focus {
    font-weight: 700;
    font-size: 13px;
    border-color: #161140;
    border-radius: 8px;
    padding-right: 30px;
}

.sort_order .select-theme a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
    padding: 0 10px;
    color: #161140;
}

.page-title{
    font-size: 32px;
    font-family: 'Asap', sans-serif;
    text-align: left;
    font-weight: 800;
    margin: 15px 0;
    margin-top: 40px;
    letter-spacing: .8px;
}

.inner_page_flex_container{
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-bottom: 40px;
}

.inner_page_flex_container .inner_col1{
    width: calc(65% - 50px);
    margin: 0 25px;
    position: relative;
    padding-top: 30px;
}

.inner_page_flex_container .inner_col3{
    width: calc(100% - 50px);
    margin: auto;
    position: relative;
    padding-top: 30px;
}

/* .inner_page_flex_container .inner_col1:after{
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    right: -25px;
    background-color: #ddd;
    width: 1px;
} */

.inner_page_flex_container .inner_col2{
    width: calc(35% - 50px);
    margin: 0 25px;
    padding-top: 30px;
}

.inner_page_flex_container .inner_col2 .page-title {
    margin-top: 20px;
    font-size: 28px;
}

.right_advertisement img{
    width: 100%;
}

.g_maps{
    /* border-radius: 30px; */
    overflow: hidden;
}

.g_maps iframe{
    width: 100%;
}

.contact_us .g_maps {
    -webkit-box-shadow: 0px 0px 12px 0px #ccc;
    -moz-box-shadow: 0px 0px 12px 0px #ccc;
    box-shadow: 0px 0px 12px 0px #ccc;
}

.tab_container .nav-pills{
    margin: 30px 0;
    border-bottom: 1px solid #00cccc;
}

.tab_container .nav-pills a{
    color: #898989;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 30px;
    /* font-family: 'Montserrat'; */
}
.tab_container .nav-pills > li.active > a, .tab_container .nav-pills > li.active > a:hover, .tab_container .nav-pills > li.active > a:focus{
    border-radius: 0;
    background-color: #00cccc;
}
.tab_container .nav-pills > li + li{
    margin-left: 0;
}
.tab_container .nav > li > a:hover, .tab_container .nav > li > a:focus{
    border-radius: 0;
}
.tab_container .tab-content p{
    /* font-family: 'Open Sans'; */
    font-size: 14px;
    margin-bottom: 30px;
}

.inner_col1 hr.border-bottom{
    border-top: 1px solid #ddd;
    margin-top: 50px;
    margin-bottom: 0;
}

.page-title-sub{
    font-size: 22px;
    font-family: 'Asap', sans-serif;
    text-align: center;
    font-weight: 700;
    margin: 40px 0;
    /* margin-top: 60px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.page-title-sub:before, .page-title-sub:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #e4dcdc;
}

.page-title-sub:before {
    margin-left: -51%;
    text-align: right;
}

.page-title-sub:after {
    margin-left: 1%;
}

.food_list section .home_heading,
.what_to_do_list section .home_heading,
.asap_feature_list section .home_heading,
.all_categories_list section .home_heading {
    margin: 60px 0;
}

.food_listing_flex_container,
.asap_feature_listing_flex_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: 0 -15px;
}

.food_listing_flex_container .small_box_style_container,
.asap_feature_listing_flex_container .small_box_style_container{
    width: calc(25% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}

.general_desc {
    -webkit-box-shadow: 0px 0px 12px 0px #ccc;
    -moz-box-shadow: 0px 0px 12px 0px #ccc;
    box-shadow: 0px 0px 12px 0px #ccc;
}

.general_desc_content {
    padding: 25px;
}

.asap_desc {
    padding: 25px 25px 25px 0px;
}

.general_desc_content p{
    font-size: 13px;
    margin-bottom: 0px;
    text-align: justify;
}

.asap_desc p {
    font-size: 14px;
}

.general_desc_content .attribute{
    font-size: 14px;
    margin-bottom: 15px;
}
.food .page-title-sub{
    text-align: center;
}
/* .article_slider .trending_box2 a img{
    width: auto;
    display: inline-block;
}
.article_slider .owl-nav button.owl-next, .article_slider .owl-nav button.owl-prev{
    top: 40%;
} */
.slick-arrow.slick-disabled{
    display: none!important;
}

#showcase:focus,
.showcase_main_slider:focus,
.slick-initialized .slick-slide {
    outline: none;
}

.showcase_main_slider {
    border: 1px solid #ccc;
}

.showcase_sub_slider{
    margin: 20px -12px 0;
}
.showcase_main_slider .slick-slide img{
    /* border-radius: 20px; */
    width: 100%;
}
.showcase_sub_slider .slick-slide{
    margin: 0 10px;
    border: 1px solid #ccc;
    /*padding: 10px;*/
    transition: all 0.2s;
}
.showcase_sub_slider .slick-slide:hover {
    border-color: #333;
}
.showcase_main_slider .slick-next,.showcase_main_slider .slick-prev{
    background-color: #00cccc;
    height: 49px;
    z-index: 999;
    width: 25px;
}
.showcase_main_slider .slick-next{
    right: -30px;
    background: url(../images/food/right.png);
    background-size: 100% 100%;
    transition: all 0.4s;
}
.showcase_main_slider .slick-prev{
    left: -30px;
    background: url(../images/food/left.png);
    background-size: 100% 100%;
    transition: all 0.4s;
}

.showcase_main_slider:hover .slick-next{
    right: 30px;
}

.showcase_main_slider:hover .slick-prev{
    left: 30px;
}

.showcase_main_slider .slick-next:before,.showcase_main_slider .slick-prev:before{
    content:"";
}

.slick-track{
    display: inline-block;
}

.showcase_sub_slider .slick-track {
    width: 100% !important;
    display: flex;
}

.page-title-sub-small{
    font-size: 22px;
    font-family: 'Asap', sans-serif;
    text-align: left;
    font-weight: 700;
    margin: 20px 0;
    /* margin-top: 40px; */
}
.latest_recommend_container{
    margin: 25px 0;
    min-height: 350px;
    max-height: 350px;
    overflow-y: auto;
}
.latest_recommend_container .latest_recommend_sub{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
}
.latest_recommend_container .latest_recommend_sub .image{
    width: 12%;
}
.latest_recommend_container .latest_recommend_sub .info{
    float: right;
    padding-left: 20px;
    width: calc(100% - 20px);
    line-break: anywhere;
}
.latest_recommend_container .latest_recommend_sub p {
    /* font-family: 'Open Sans'; */
    font-size: 14px;
    margin-bottom: 30px;
}
.latest_recommend_container .latest_recommend_sub .report_review {
    text-align: right;
}
.latest_recommend_container .latest_recommend_sub .review_text {
    margin: 10px 0px;
}
.latest_recommend_container .latest_recommend_sub .user_time {
    font-size: 13px;
    color: #959595;
    text-align: left;
}
.latest_recommend_container .latest_recommend_sub .user_time span {
    margin: 0px 10px;
    position: relative;
}
.latest_recommend_container .latest_recommend_sub .user_time span:first-child {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
}
.latest_recommend_container .latest_recommend_sub .user_time span:not(:last-child):after {
    content: '\2022';
    position: absolute;
    right: -10px;
    
}
.user_sub_slider{
    margin: 20px 20px 0;
}
.user_sub_slider .slick-slide {
    margin: 0 10px;
}
.user_sub_slider .slick-next{
    right: -25px;
    background: url(../images/food/right.jpg);
    background-position: center;
    background-size: 11px;
    background-repeat: no-repeat;
}
.user_sub_slider .slick-prev{
    left: -25px;
    background: url(../images/food/left.jpg);
    background-position: center;
    background-size: 11px;
    background-repeat: no-repeat;
}
.user_sub_slider .slick-next,.user_sub_slider .slick-prev{
    background-color: #ebebeb;
    height: 100%;
    z-index: 999;
    width: 20px;
}
.user_sub_slider .slick-next:before,.user_sub_slider .slick-prev:before{
    content:"";
}
.latest_recommend_container .seperator{
    border-top: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pagination-theme > li > a, .pagination-theme > li > span{
    border-radius: 50%;
    font-size: 14px;
    /* font-family: 'Open Sans'; */
    font-weight: bold;
    color: #161140;
    border: 0px solid #161140;
    margin-right: 10px;
    height: 35px;
    width: 35px;
    padding: 8px;
}
.pagination-theme > li:first-child > a, .pagination-theme > li:first-child > span,
.pagination-theme > li:last-child > a, .pagination-theme > li:last-child > span{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination-theme > li.arrow > a, .pagination-theme > li.arrow > span{
    border: 1px solid #161140;
}
.pagination-theme > li.current > a, .pagination-theme > li.current > span{
    color: #ffffff;
    background-color: #161140;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #161140;
    border-color: #161140;
}
.contact_us_top_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.contact_us_top_flex_container .contact_top_col1{
    width: 50%;
    padding: 0px 20px;
}
.contact_us_top_flex_container .contact_top_col2{
    width: 50%;
    padding: 0px 20px;
}
.contact_us_top_flex_container .page-title{
    margin-top: 0;
    margin-bottom: 30px;
}
/* .contact_info{
    margin-bottom: 40px;
} */
.contact_info img{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.contact_info span{
    float: left;
    font-size: 14px;
    /* font-family: 'Open Sans'; */
    /* color: #333333; */
}

.contact_info:first-of-type span{
    margin-bottom: 20px;
}

.contact_info a {
    color: inherit;
}

.contact_info:hover a {
    font-weight: 700;
    text-decoration: none;
}

.contact_email a {
    color: #ffcf06 !important;
}

.contact_us .border-bottom{
    margin: 60px 0;
}

.contact_us .page-title-sub:before,
.contact_us .page-title-sub:after {
    display: none;
}

.contact_us .page-title-sub{
    /* text-align: center; */
    text-align: left;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#contact_us_form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
}
#contact_us_form > div{
    margin: 0 -15px;
    display: inline-block;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin-bottom: 30px;
}
#contact_us_form > div .form-group{
    margin: 0 15px;
    width: calc(50% - 30px);
}

label.error{
    color: red;
}
#contact_us_form > .google_captcha{
    margin: 30px 0px;
    text-align: center;
    display: block;
}
/*#contact_us_form > .google_captcha > .g-recaptcha{*/
/*    display: inline-block;*/
/*}*/
#contact_us_form > .form_btn_container{
    text-align: center;
    display: block;
}
.captcha_error{
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.contact_input{
    background-color: transparent;
    border-color: #e1e1e1;
    height: 50px;
    color: #333333;
    /* border-radius: 25px; */
    font-size: 15px;
    padding: 0px 30px;
}
textarea.contact_input{
    padding: 15px 30px;
}
.contact_input:hover,.contact_input:focus{
    /* border-color: #e1e1e1;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 20px rgba(0, 204, 204, 0.42);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 20px rgba(0, 204, 204, 0.42); */
}

.contact_input::placeholder{
    /* font-family: 'Open Sans'; */
    /* color: #333333;
    opacity: 1; */
}
.contact_input:-ms-input-placeholder{
    /* font-family: 'Open Sans'; */
    /* color: #333333;
    opacity: 1; */
}
.contact_input::-moz-placeholder{
    /* font-family: 'Open Sans'; */
    /* color: #333333;
    opacity: 1; */
}
.contact_input::-webkit-input-placeholder{
    /* font-family: 'Open Sans'; */
    /* color: #333333;
    opacity: 1; */
}
.swal-footer {
    text-align: center!important;
}
.swal-button {
    background-color: #161140;
    transition: all 0.4s;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
    /* font-family: 'Montserrat'; */
}
.swal-button:not([disabled]):hover {
    background-color: #40397d;
}
/*.contact_us label.error:not(.captcha_error){*/
/*    padding-left: 20px;*/
/*}*/
.place_list section .home_heading {
    margin: 60px 0;
}
.place_listing_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: 0 -15px;
}
.place_listing_flex_container .vertical_box2{
    width: calc(20% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}

.retail_list section .home_heading {
    margin: 60px 0;
}
.retail_listing_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: 0 -15px;
}
.retail_listing_flex_container .retail_box{
    width: calc(33.333% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}
.tab_container .nav-pills > li{
    border: 1px solid #ddd;
    border-bottom: none;
}
.tab_container .nav-pills > li:hover{
    border-bottom: 1px solid #ddd; 
}
.tab_container .nav-pills > li.active{
    border: 1px solid #00cccc;
}
.nearby_container h2{
    font-size: 24px;
    /* font-family: 'Montserrat'; */
    text-align: left;
    font-weight: 700;
    margin: 0px 0;
    margin-top: 35px;
}
.nearby_container .nearby_box{
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.nearby_container .nearby_box > img{
    width: 35%;
    display: inline-block;
}
.nearby_container .nearby_box > div{
    width: 65%;
    font-size: 16px;
    /* font-family: 'Montserrat'; */
    font-weight: 600;
    padding-left: 15px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 90px;
    overflow: hidden;
    display: -webkit-box;
}
.nearby_container .nearby_box:last-child{
    border-bottom: none;
}
.retail .perk_section{
    margin-top: 60px;
    margin-bottom: 0px;
}
/*.redemption_box{
    height: 463px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    border-radius: 20px;
    margin-bottom: 25px;
    position: relative;
    margin: 0 15px;
    margin-bottom: 30px;
    background-color: #ffffff;
}
.redemption_box .top_box{
    position: relative;
    border: 0px solid transparent;
}
.redemption_box .top_box .date_tag{
    height: 30px;
    min-width: 80px;
    position: absolute;
    right: 15px;
    color: #ffffff;
    top: 15px;
    padding: 5px;
    
}
.redemption_box .top_box > img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.redemption_box .bot_box{
    padding: 18px;
    text-align: left;
    border: 1px solid #ddd;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 0px;
}
.redemption_box .title{
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    margin-bottom: 10px;
}
.redemption_box .point{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #d9001d;
}
.redemption_box .countdown_timer{
    background-color: #f7f7f7;
    margin: 0 -18px;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
    font-size: 18px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.redemption_box .btn_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.redemption_box .btn_container a{
    width: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 0;
}
.redemption_box .btn_container a:hover,.redemption_box .btn_container a:active
.redemption_box .btn_container a:visited{
    color: #17c5cb;
    text-decoration: none;
}
.redemption_box .btn_container a:nth-child(2){
    border-left: 1px solid #ddd;
}
.redemption_box .countdown_timer > img{
    display: inline-block;
    width: auto;
    padding-right: 5px;
    margin-top: -1px;
}
.redemption_box .desc{
    font-size: 14px;
    font-weight: 500;
    margin: 18px 0 ;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}
.redemption_box a{
    font-size: 12px;
    font-weight: 800;
    color: #333333;
}
.redemption_box:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: all 0.2s;
    box-shadow: 1px 1px 20px #dadada;
}*/
.retail_slider .redemption_box a > img {
    width: auto;
    display: inline-block;
}
.redemption_box .top_box .company_info{
    position: absolute;
    left: 0px;
    display: flex;
    flex-direction: row;
    bottom: 0px;
    background: linear-gradient(#4d4d4d1a, #5d5d5dbd, #010101bf);
    color: #ffffff;
    width: 100%;
    height: 80px;
    padding: 15px;
}
.redemption_box .top_box .company_info .c_logo{
    width:20%;
    width: 50px;
    height: 50px;
    background-size: cover!important;
    background-position: center!important;
}
.redemption_box .top_box .company_info .c_name{
    font-size: 14px;
    /* font-family: 'Montserrat'; */
    font-weight: bold;
    width: 80%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}
.redemption_box .bot_box .valid{
    color: #898989;
    font-size: 14px;
    /* font-family: 'Open Sans'; */
    margin-bottom: 30px;
}
.redemption_list .page-title{
    margin-bottom: 40px;
    margin-top: 60px;
}
.redemption_list .homepage_slider{
    margin: 0 -15px;
}
.redemption_list .homepage_slider .owl-nav button.owl-next, .redemption_list .homepage_slider .owl-nav button.owl-prev{
    top: 46%;
}
.redemption .inner_page_flex_container{
    margin-top: 40px;
}
.redemption .inner_page_flex_container .inner_col1{
    padding-top: 0;
}
.redemption .page-title{
    margin-bottom: 40px;
    margin-top: 40px;
}
.redemption .page-title-sub-small{
    font-size: 18px;
}
.redemption_tnc_view,.redemption_tnc_view:hover{
    /* font-family: 'Open Sans'; */
    font-size: 12px;
    font-weight: bold;
    color: #17c5cb;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: -20px;
    display: inline-block;
}

.login_div {
    /* min-height: calc(100vh - 110px); */
    height: auto;
    background-image: url(../images/login/bg.jpg);
    display: inline-block;
    width: 100%;
    background-size: cover;
    position: relative;
    /* margin-bottom: 20px; */
    /*padding-bottom: 900px;*/
}

/*.login_main_container {*/
/*    min-width: 360px;*/
/*    max-width: 360px;*/
/*    background-color: #f7f7f7;*/
/*    padding: 30px;*/
/*    margin: 80px auto;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*position: absolute;*/
    /*transform: translate(-50%,-50%);*/
/*}*/

.new_login_main_container {
    width: 70%;
    background-color: rgba(11, 15, 35, 0.7);
    margin: 80px auto;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(130,131,133,1);
    -moz-box-shadow: 0px 0px 27px 0px rgba(130,131,133,1);
    box-shadow: 0px 0px 9px 0px rgba(130,131,133,1);
    display: flex;
    flex-direction: row;
}
.login_main_container {
    max-width: 400px;
    width: 80%;
    background-color: rgba(11, 15, 35, 0.7);
    padding:30px;
    margin: 80px auto;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(130,131,133,1);
    -moz-box-shadow: 0px 0px 27px 0px rgba(130,131,133,1);
    box-shadow: 0px 0px 9px 0px rgba(130,131,133,1);
    display: flex;
    flex-direction: row;
}

.login_left{
    background-color: #fff;
    color: #000;
    padding: 5%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align:center;
}
.login_right{
    background-image: url(../images/login/login_background.png) !important;
    background-position: center;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
}
.login_right_box {
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    width: 100%;
}
.register_left{
    background-image: url(../images/login/login_background.png) !important;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}
.register_left_box {
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    width: 100%;
}
.register_right{
    background-color: #fff;
    color: #000;
    padding: 5%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.feedback_main_container {
    max-width: 600px;
    width: 80%;
    background-color: rgba(11, 15, 35, 0.7);
    padding: 30px;
    margin: 80px auto;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(130,131,133,1);
    -moz-box-shadow: 0px 0px 27px 0px rgba(130,131,133,1);
    box-shadow: 0px 0px 9px 0px rgba(130,131,133,1);
}

.add_radius {
    border-radius: 20px;
}

.login_input{
    background-color: white;
    border-color: #e2e2e2;
    height: 50px;
    color: #333333;
    border-radius: 12px;
    font-size: 14px;
    padding: 0px 30px;
    /*font-family: 'ProximaNova-Semibold';*/
    box-shadow: none;
}
.login_input:hover,.login_input:focus{
    /*border-color: #00cccc;*/
    /*box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 20px rgba(0, 204, 204, 0.42);*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 20px rgba(0, 204, 204, 0.42);*/
    -webkit-box-shadow: 0px 0px 27px 0px rgba(130,131,133,1);
    -moz-box-shadow: 0px 0px 27px 0px rgba(130,131,133,1);
    box-shadow: 0px 0px 9px 0px rgba(130,131,133,1);
}

.login_input::placeholder{
    /*font-family: 'ProximaNova-Semibold';*/
    color: #b7b7b7;
    opacity: 1;
    letter-spacing: 2px;
    font-weight: 900;
}
.login_input:-ms-input-placeholder{
    /*font-family: 'ProximaNova-Semibold';*/
    color: #b7b7b7;
    opacity: 1;
}
.login_input::-moz-placeholder{
    /*font-family: 'ProximaNova-Semibold';*/
    color: #b7b7b7;
    opacity: 1;
}
.login_input::-webkit-input-placeholder{
    /*font-family: 'ProximaNova-Semibold';*/
    color: #b7b7b7;
    opacity: 1;
}
.login .page-title{
    margin-top: 5px;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
}
.feedback .page-title{
    color:#fff;
}
.login .btn{
    width: 100%;
    padding: 10px 0px;
    height: auto;
}
.forgotten-text{
    color: #682baf;
    /* font-family: 'Open Sans'; */
    margin-bottom: 30px;
    display: inline-block;
    font-size: 13px;
    padding-left: 5px;
    font-weight: 700;
}
.forgotten-text:hover,
.forgotten-text:focus {
    color: #000;
    text-decoration: none;
}
.login_guide{
    color: #fff;
    /* font-family: 'Open Sans'; */
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
}
.login_main_container hr{
    border-top: 1px solid #dfdfdf;
}
.forgot_password .btn{
    width: 100%;
}
.forgot_password .login_guide{
    text-align: center;
    margin-bottom: 5px;
}
.forgot_password .page-title {
    color: #fff;
    margin-top: 5px;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.register .page-title{
    color: #000;
    margin-top: 5px;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}
.register .btn{
    width: 100%;
}
.register .error{
    padding-left: 25px;
}

.register label.error,
.feedback label.error{
    color: #ff4444;
    /*text-shadow: 1px 1px 10px #000;*/
}
.register_label, .register_label > a{
    /* font-family: 'Open Sans'; */
    font-size: 14px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
.feedback .register_label, .feedback .register_label > a{
    color:#fff;
}
.register_label > a{
    text-decoration: underline;
}
.login_checkbox + label:before {
    content: "\2714";
    border: 1px solid #0cc;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    padding-left: 0.2em;
    padding-bottom: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
}
.login_checkbox:checked + label:before {
    background-color: #00cccc;
    border-color: #00cccc;
    color: #fff;
}
.login_checkbox {
  display: none;
}

.my_account .page-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
}
.account-container a{
    color: #484848 !important;
}
.left_profile a{
    color: #fff!important;
}
.left_profile .social_media_info{
    margin-top: 40px;
}
.account-container a{
    max-width: 700px;
    width: 100%;
    border: 1px solid #ccc;
    color: #333333;
    display: block;
    margin: 0px auto 24px;
    border-radius: 5px;
    padding: 5px 5px 5px 90px;
    position: relative;
    transition: all 0.3s;
}
.left_profile a{
    max-width: 700px;
    width: 100%;
    border-bottom: 1px solid #2d2d2d;
    color: #333333;
    display: block;
    margin: 0px auto;
    padding: 12px 5px 12px 90px;
    position: relative;
    transition: all 0.3s;
}
.left_profile a:hover{
    text-decoration:none;
}
.left_profile label{
    color:#fff!important;
}
.left_profile .list_box{
    padding:0 10px;
}
.left_profile .list_box.active{
    background-color:#662fae;
}
.left_profile .list_box:hover{
    background-color:#662fae;
}
a h3.account-sub-heading {
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 16px;
    /* font-family: 'Montserrat'; */
    color: #333333;
    font-weight: 700;
}
.left_profile a h3{
    color:#fff;
    text-align: left;
}
a .icon-font, .left_profile a .fa {
    width: 47px;
    height: 47px;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
a .icon-profile:before {
    content: "\e971";
}
a .icon-updatePassword:before {
    content: "\e98e";
}
a .icon-history:before {
    content: "\e99f";
}
a .icon-star-full:before {
    content: "\e9d9";
}
a .icon-coin-dollar:before {
    content: "\e93b";
}
a .icon-font::before {
    font-family: 'IcoMoon-Free';
    line-height: 1;
    display: table;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.left_profile a .fa::before {
    line-height: 1;
    display: table;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.account-container a:hover, 
.account-container a:focus{
    border: 1px solid #161140;
    text-decoration: none;
    color: #161140!important;
}
.account-container a:hover h3.account-sub-heading,
.account-container a:focus h3.account-sub-heading{
    color: #161140!important;
    
}
.account-container{
    padding: 35px 0;
}
.profile_title.page-title{
    text-align: left!important;
    font-size: 30px!important;
    letter-spacing: 3px!important;
    font-weight:500!important;
}
.update_profile .error{
    padding-left: 25px;
}
.account_form_container{
    width: 100%;
    margin: 40px auto;
}
.profile_form_container{
    width: 70%;
    margin: 40px auto;
}
.reward_list_container{
    width: 100%;
    margin: 40px auto;
    min-height: 320px;
}
.reward_img_div {
    /*width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;*/
}
.reward_img_div,
.reward_desc_div>*,
.reward_btn_div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.reward_three_box {
    margin:7.5px;
    width:calc(33.33% - 15px);
    border: 1px solid #14123f;
    border-radius: 20px;
    outline: none;
    padding: 10px;
}
.reward-redeem-modal .modal-img-reward {
    display: flex;
    justify-content: center;
}
.redemption .reward_box{
    display:flex;
    flex-direction:column;
}
.redemption .redemption_box{
    height:auto;
    border: 1px solid #14123f;
    border-radius: 20px;
    outline: none;
    padding: 10px;
    outline:none;
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.redemption .redeem_img_div {
    border-right: dashed 1px #14123f;
}
.redemption .w30{
    width:30%;
}
.redemption .w50{
    width:50%;
}
.redemption .w20{
    width:20%;
}
.redemption .modal-img-reward {
    display: flex;
    justify-content: center;
}
.redemption .redemption_box .btn-theme2{
    min-width: 100%;
    width:100%;
}
@media screen and (max-width: 767px) {
    .redemption .reward_box{
        flex-direction:row;
    }
    .redemption .redemption_box{
        flex-direction:column;
    }
    .redemption .redeem_img_div {
        border-right: none;
        border-bottom: dashed 1px #14123f;
    }
    .redemption .redemption_box.w767_50{
        width:50%;
    }
    .redemption .redemption_box{
        margin:7.5px;
    }
    .redemption .redemption_box .w767_100{
        width:100%;
    }
}
.bottom_form_btn{
    margin-top: 40px;
}
.update_password .page-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
}
.update_password .error{
    padding-left: 25px;
}
.my_reward .page-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    letter-spacing: 3px;
}
.my_reward_listing_flex_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: 0 -15px;
}

.my_reward_listing_flex_container .redemption_box {
    width: calc(33.333% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    height: 400px;
}
.list_btm_container{
    margin: 20px 0px 40px;
}

.refer_earn .page-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.refer_earn .error{
    padding-left: 25px;
}

.refer_earn_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: 0 -20px;
    margin-bottom: 60px;
}
.refer_earn_flex_container > div{
    width: calc(50% - 40px);
    margin: 0 20px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 50px;
}
.refer_earn_flex_container > div > h2{
    font-size: 20px;
    /* font-family: 'Montserrat'; */
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}
.refer_earn_flex_container > div > p{
    font-size: 14px;
    /* font-family: 'Open Sans'; */
    margin-bottom: 30px;
}
.input-group .btn-theme{
    min-width: 100px;
}
.panel-group .faq_panel{
    border-radius: 12px;
    border-color: #00cccc;
}
.faq_panel a {
    text-decoration: none;
}
.faq_panel a .panel-heading{
    border-bottom-left-radius: 0px; 
    border-bottom-right-radius: 0px; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #00cccc;
    position: relative;
}
.faq_panel a.collapsed .panel-heading {
    background-color: #00cccc;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faq_panel a h4 {
    padding: 5px;
    color: #ffffff;
    padding-right: 25px;
    /* font-family: 'Montserrat'; */
    line-height: 20px;
    font-size: 16px;
}
.faq_panel a .panel-title .expand {
    background: url(../images/faq/collapse.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 18px;
    height: 20px;
    width: 20px;
    background-position: center center;
    transition: all 0.5s;
}
.faq_panel a.collapsed .panel-title .expand {
    position: absolute;
    right: 15px;
    top: 18px;
    height: 20px;
    width: 20px;
    background-position: center center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq_panel .panel-body{
    /* font-family: 'Montserrat'; */
}

.information-content{
    margin: 80px auto;
    width: 70%;
    text-align: center;
}

.faq_panel:hover{
    transform: scale(1.005);
    transition: 0.2s all;
}

.information-title.page-title {
    font-family: 'Asap', sans-serif;
    font-size: 26px;
    margin: 20px 0px;
    color: #fff;
}

.information-title2.page-title {
    font-family: 'Asap', sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    margin: 20px 0px;
    color: #fff;
}

.dropdown-menu.theme-dropdown-menu > li > a{
    color: #333333;
    text-transform: uppercase;
    /* font-family: 'Montserrat'; */
    font-size: 13px;
    font-weight: 800;
    padding: 10px 20px;
}
.navbar-nav > li > .dropdown-menu.theme-dropdown-menu{
    right: 0;
    left: inherit;
    padding: 0px;
}
.dropdown-menu.theme-dropdown-menu .divider{
    margin: 0;
}
.dropdown-menu.theme-dropdown-menu > li > a:hover, .dropdown-menu.theme-dropdown-menu > li > a:focus{
    background: #00cccc;
    color: #ffffff;
}
.home section, .search_result section, .event_list section, .event section,
.food_list section, .food section, .contact_us section, .redemption_list section,
.what_to_do_list section, .what_to_do section,
.all_categories_list section, .food section, .contact_us section, .redemption_list section,
.redemption section, .place_list section, .retail_list section, .place section,
.retail section, .perk section, .perk_list section{
    margin-bottom: 40px;
    text-align: center;
}

.home_view_all_link{
    margin-bottom: 20px;
}
.perk_list section .home_heading {
    margin: 60px 0;
}
.perk_listing_flex_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: 0 -15px;
}
.perk_listing_flex_container .small_box_style_container{
    width: calc(25% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}
.mailchimp_float_btn{
    position: absolute;
    bottom: 0%;
    background: #16123F;
    color: white!important;
    padding: 25px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.mailchimp_box{
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 30px;
    background-color: #16123F;
    color: white;
    width: 450px;
    transform: translateY(100%);
    transition: all 0.5s;
    z-index: 10;
}
.mailchimp_box input{
    width: 100%;
    color: #333 !important;
    padding: 10px !important;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    background: #fff!important;
    
}
.mailchimp_box input::placeholder {
    color: #333 !important;
}
.mailchimp_box h2{
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: transparent;
    background-image: none;
    color: #fff;
}
.mailchimp_box button{
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}
.mailchimp_box .close{
    color: white;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}
.mailchimp_box .close:hover{
    opacity: 1;
    cursor: pointer;
}
.mailchimp_box label.error{
    color: red;
    width: 100%;
    text-align: center;
}
.mailchimp_box .error_msg{
    display: none;
    margin-bottom: 20px;
    text-align: center;
}
.mailchimp_box .success_box{
    display: none; 
    min-height: 260px;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    flex-direction: column;

}
.mailchimp_box .close_mailchimp{
    margin-top: 20px;
}
.plugin #providers .providers_group{
    
}
#oa_social_login_container{
    margin-top: 15px;
}
#loader{
    height: 0px;
}
#loader.active{
    height: 100px;
}
/*LATEST*/
@media(max-width:768px){
    .navbar-default{
        min-height: 70px;
    }
    .navbar-default .navbar-collapse{
        display: block!important;
        /*height: 330px;*/ 
        overflow: hidden;
    }
    .navbar-brand{
        /*width: 170px;*/
        padding: 10px 0;
    }
    .navbar-default .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-default .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-default .navbar-toggle{
        margin-top: 18px;
    }
}

/* added css */
.container {
    width: calc(100% - 150px);
    margin: auto;
}

.container2 {
    width: calc(100% - 130px);
    margin: auto;
}

.header-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 3fr 1fr;
    -ms-grid-columns: 1fr 3fr 1fr;
    grid-template-rows: auto auto;
    -ms-grid-rows: auto auto;
    padding-top: 10px;
}

.header-container .header-logo {
    grid-column: 1;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-logo .navbar-brand {
    padding: 0px;
}

.header-logo img {
    width: 165px;
}

.header-container .header-menu {
    grid-column: 2;
    grid-row: 2 ;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    align-items: center;
}

.header-container .header-search {
    grid-column: 2;
    grid-row: 1 ;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    width: 100%;
}

.header-container .header-social-media {
    grid-column: 3;
    grid-row: 2 ;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-container .header-acc {
    grid-column: 3;
    grid-row: 1 ;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-menu .navbar-nav {
    width: 100%;
    display: flex;
    margin: 5px 0px;
}

.header-search .search-custom .search-box {
    display: flex;
    white-space: nowrap;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 50px;
    overflow: hidden;
    background: white;
    /* width: 210px; */
    height: 100%;
}

.food-filters,
.asap-feature-filters,
.what-to-do-filters {
    padding: 0px;
}

.food-filters .search-custom .search-box,
.asap-feature-filters .search-custom .search-box,
.what-to-do-filters .search-custom .search-box {
    display: flex;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background: white;
    width: 100%;
    height: 34px;
    padding: 6px 2px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.search-custom .search-box button, .search-custom .search-box button:hover, .search-custom .search-box button:focus {
    background-color: transparent;
    background: transparent;
    box-shadow: none;
}

.search-custom .search-box button {
    padding: 0px 14px 0px;
    vertical-align: middle;
    line-height: 1;
}

.search-custom .search-box input, .search-custom .search-box input:focus, .search-custom .search-box button, .search-custom .search-box button:focus {
    outline: 0px;
}

.search-custom .search-box input, .search-custom .search-box button {
    border: 0px;
    min-width: 0px;
    width: auto;
    height: auto;
    min-height: 0px;
}

.search-custom .search-box input {
    width: 100%;
}

.search-custom .search-input {
    width: 100% !important;
    box-shadow: none;
}

.navbar-brand {
    height: auto;
}

.header-menu .navbar-nav > li:not(:last-child) {
    border-right: 1px solid #F0F3F3;
}

.header-menu .navbar-nav a {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
}

.nav > li > a:hover, .nav > li > a {
    color: #333;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: unset;
}

header .footer-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-width: 100px;
}

.fa-facebook-f, .fa-instagram, .fa-youtube {
    font-size: 20px;
    color: #161140;
    transition: all 0.2s;
}

footer .fa-facebook-f, footer .fa-instagram, footer .fa-youtube {
    font-size: 30px;
    color: #fff;
    transition: all 0.2s;
}

.header-logo .footer-social {
    justify-content: flex-start;
}

.header-logo .fa-facebook-f, .header-logo .fa-instagram, .header-logo .fa-youtube {
    font-size: 25px;
    color: #fff;
    transition: all 0.2s;
}

.header-logo .footer-social a {
    padding: 0px 20px;
    transition: all 0.2s;
}

header .fa-facebook-f:hover, header .fa-instagram:hover, header .fa-youtube:hover,
footer .fa-facebook-f:hover, footer .fa-instagram:hover, footer .fa-youtube:hover {
    transform: translateY(-3px);
    transition: all 0.2s;
}

.pd-lr30 {
    padding: 0px 30px;
}

.header-acc {
    font-size: 15px;
}

.acc-menu {
    font-family: 'Gotham Book', sans-serif;
    font-weight: bold;
    color: #161241;
    padding-right: 20px;
}

.nav > li > a > img {
    width: 50px;
}

.w100 {
    width: 100%;
}

.w25 {
    width: 25%;
}

.w33 {
    width: 33.33%;
}

.w50 {
    width: 50%;
}

.w15 {
    width: 15%;
}

.w85 {
    width: 85%;
}

.w10 {
    width: 10%;
}

.w90 {
    width: 90%;
}

.w30 {
    width: 30%;
}

.w70 {
    width: 70%;
}

.w2 {
    width: 2%;
}

.w98 {
    width: 98%;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#sidr {
    background-color: rgba(21, 18, 63, 0.9);
}

.sidr {
    box-shadow: none;
    width: 370px;
}

.sidr.right {
    right: -370px;
}

#sidr ul {
    position: relative;
    height: 100%;
    margin-bottom: 0;
    border: none;
}

#sidr ul li:not(.divider) {
    border: none;
}

#sidr ul li.divider {
    border-top: none;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #6b6464;
}

#sidr ul li a {
    color: #fff;
    padding: 0px 0px 0px 90px;
}

#sidr ul li.profile{
    padding:10px 0;
}

#sidr ul li img{
    width: 50px;
    border-radius: 25px;
    position: absolute;
    left: 20px;
}
#sidr ul li img.icon{
    width: 35px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    margin: 7px;
    padding: 0;
}
#sidr ul li:hover{
    background-color:#fff;
}
#sidr ul li:hover a{
    color:#000;
}
width: 35px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    margin: 7px;
    padding: 0;
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    line-height: 48px;
}

.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, 
.sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
    box-shadow: none;
}

.flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-item-center {
    align-items: center !important;
}

.align-item-start {
    align-items: flex-start !important;
}

.absolute {
    position: absolute;
}

.pd-lr10 {
    padding: 0px 10px;
}

.h100 {
    height: 100%;
}

#simple-menu {
    padding: 13px;
    background-color: #fff;
    border-radius: 30px;
}

#simple-menu:hover {
    text-decoration: none;
}

.position-header-container {
    left: 0;
    width: calc(100% - 150px);
}

.m-auto {
    margin: auto;
}

.m-0 {
    margin: 0px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-t20 {
    margin-top: 20px;
}

.pd-10 {
    padding: 10px;
}

.pd-t20 {
    padding-top: 20px;
}

.pd-t30 {
    padding-top: 30px;
}

.pd-b30 {
    padding-bottom: 30px;
}

.pd-t100 {
    padding-top: 100px;
}

.pd-b50 {
    padding-bottom: 50px;
}

.pd-tb10 {
    padding: 10px 0px !important;
}

.pd-tb30 {
    padding: 30px 0px !important;
}

.w40 {
    width: 40%;
}

.search-width {
    width: calc(100% - 240px);
    max-width: 1200px;
    margin: auto;
}

.home-search {
    width: 80%;
    display: flex;
    justify-content: center;
    background: #fff;
    border: 1px solid;
    border-radius: 30px;
    height: 60px;
}

.home-search .search-field {
    border: none;
    width: 25%;
    padding: 17px;
    outline: none;
}

.home-search .search-field:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.home-search .search-field:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.home-search .search-field:not(:last-child) {
    border-right: 1px solid #ccc;
}

.home-search .dropdown:focus,
.home-search .btn:focus,
.home-search .btn:active:focus,
.home-search .btn.active:focus,
.home-search .btn.focus,
.home-search .btn:active.focus,
.home-search .btn.active.focus {
    outline: none;
}

.home-search .btn:active, .home-search .btn.active {
    box-shadow: none;
}

.home-search .time {
    width: 25%;
    border-right: 1px solid #ccc;
}

.home-search .category {
    width: 25%;
}

.home-search .time .dropdown-toggle,
.home-search .category .dropdown-toggle {
    width: 100%;
    height: 100%;
    background-color: transparent;
    text-align: left;
}

.justify-content-around {
    justify-content: space-around;
}

.btn-home-search {
    color: #fff;
    font-weight: bold;
    background-color: #4f4981;
    border-color: #4f4981;
    border-radius: 30px;
    padding: 6px 30px;
    transition: all 0.4s;
    outline: none !important;
}

.btn-home-search:hover,
.btn-home-search.active:hover,
.btn-home-search:focus,
.btn-home-search.active:focus {
    color: #4f4981;
    background-color: #fff;
    border-color: #4f4981;
}

.form-control:focus {
    box-shadow: none;
}

.date-input {
    background-image: url(../images/home/calendar.png) !important;
    background-size: 15px;
    background-position-x: 94%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    padding-right: 50px !important;
}

.location-input {
    background-image: url(../images/home/place.png) !important;
    background-size: 15px;
    background-position-x: 94%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    padding-right: 50px !important;
}

.white-bg {
    background-color: #fff;
}

.menu-logo {
    padding: 10px;
    margin-top: -17px;
    width: 17%;
}

.menu-wrap {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.menu-wrap:hover {
    transform: translateY(-20px);
}

.menu-wrap::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
}

.menu-header {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.menu-img {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.menu-title {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}

.pd-20 {
    padding: 20px;
}

.pd-25 {
    padding: 25px;
}

.relative {
    position: relative;
}

.text-deco-none {
    text-decoration: none !important;
}

.what-to-eat-color {
    color: #F16228;
}

.what-to-do-color {
    color: #B8DA7C;
}

.whats-happening-color {
    color: #2EA2B0;
}

.asap-features-color {
    color: #F9CA08;
}

.draw_full_line:before {
    float: left;
    top: 50%;
}

.draw_full_line:after {
    float: right;
    top: 50%;
}

.draw_full_line:before, .draw_full_line:after {
    background-color: #e4dcdc;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: calc(50% - 30px);
}

.section-space {
    padding: 30px 0px;
}

.pd-b40 {
    padding-bottom: 40px;
}

.heading-sub-title {
    color: #474469;
}

.food-category {
    border: 1px solid #F16228;
    color: #F16228;
}

.asap-feature-category {
    border: 1px solid #F9CA08;
    color: #F9CA08;
}

.what-to-do-category {
    border: 1px solid #B8DA7C;
    color: #B8DA7C;
}

.food-location,
.what-to-do-location {
    margin-top: 10px;
}

.food-location,
.what-to-do-location,
.opening-hour {
    color: #474469;
    font-size: 13px;
}

.food-location img,
.what-to-do-location img,
.opening-hour img {
    width: 13px !important;
}

.pd-r10 {
    padding-right: 10px;
}

.food_section .small_box_style_container .title,
.asap_feature_section .small_box_style_container .title,
.what_to_do_section .small_box_style_container .title,
.related-section-space .small_box_style_container .title {
    color: #161241;
}

/* vertical slider fixes */
.vertical .product-image-additional-container {
	width: 20%;
}
.vertical .product-image-additional-container .slick-slide{
    margin-bottom:15px;
}
.vertical .product-image-additional-container .slick-list{
    margin-bottom: -15px;
}
.vertical .product-image-main-container {
	width: 80%;
	padding-left:20px;
}
.vertical .product-image-additional {
	padding-right: 5px;
}

.latest_video_section .vertical .product-image-additional-container {
    padding: 0px;
}
.latest_video_section .vertical .product-image-additional-container .slick-track {
  	display: block;
  	/*width: auto !important;*/
}
.latest_video_section .vertical .product-image-additional-container .slick-no-slide {
	margin: 0;
}
.latest_video_section .vertical .product-image-additional-container .slick-no-slide img {
	margin-bottom: 10px;
}
.latest_video_section .vertical .product-image-additional-container .slick-nav.prev {
	top: auto;
	height: auto;
	top: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
.latest_video_section .vertical .product-image-additional-container .slick-nav.next {
	top: auto;
	height: auto;
	bottom: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
.latest_video_section .vertical .product-image-additional-container .slick-nav.slick-disabled{
    display: none!important;
}
.latest_video_section .product-image-main-container .slick-nav.left,
.latest_video_section .product-image-main-container .slick-nav.prev {
    left: 0px;
    transform: translateX(-100%);
}

.latest_video_section .product-image-main-container .slick-nav {
    width: 64px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.latest_video_section .product-image-main-container .slick-nav.right,
.latest_video_section .product-image-main-container .slick-nav.next {
    right: 0px;
    transform: translateX(100%);
}

.latest_video_section .product-image-main-container .slick-nav {
    width: 64px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.latest_video_section .product-image-main-container:hover .slick-nav.left,
.latest_video_section .product-image-main-container:hover .slick-nav.prev,
.latest_video_section .product-image-main-container:focus .slick-nav.left,
.latest_video_section .product-image-main-container:focus .slick-nav.prev {
    transform: translateX(0%);
}

.latest_video_section .product-image-main-container:hover .slick-nav,
.latest_video_section .product-image-main-container:focus .slick-nav {
    opacity: 1;
}

.latest_video_section .product-image-main-container:hover .slick-nav.right,
.latest_video_section .product-image-main-container:hover .slick-nav.next,
.latest_video_section .product-image-main-container:focus .slick-nav.right,
.latest_video_section .product-image-main-container:focus .slick-nav.next {
    transform: translateX(0%);
}

.latest_video_section .product-image-main-container:hover .slick-nav,
.latest_video_section .product-image-main-container:focus .slick-nav {
    opacity: 1;
}

.latest_video_section .slick-arrow.slick-disabled{
    display: block !important;
}

.latest_video_section .product-image-additional-container {
    padding: 0px 26px;
}
  
.latest_video_section .product-image-additional-container .slick-no-slide {
    margin-left: -26px;
    margin-right: -26px;
}
  
.latest_video_section .product-image-additional-container img {
    border: 1px solid #ccc;
    padding: 2px;
}
  
.latest_video_section .product-image-additional-container img:focus,
.latest_video_section .product-image-additional-container img:hover,
.latest_video_section .product-image-additional-container img.slick-current.slick-active {
    border-width: 3px;
    padding: 0px;
}
  
.latest_video_section .product-image-additional-container .slick-nav {
    display: block;
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0px;
}
  
.latest_video_section .product-image-additional-container .slick-nav.left,
.latest_video_section .product-image-additional-container .slick-nav.prev {
    left: -26px;
}
  
.latest_video_section .product-image-additional-container .slick-nav.right,
.latest_video_section .product-image-additional-container .slick-nav.next {
    right: -26px;
}

.latest_video_section .product-image-main .slick-arrow {
    display: none !important;
}

.latest_video_section .product-image-main iframe {
    height: 100%;
    width: 100%;
}
/* vertical slider fixes */

.latest-videos {
    width: calc(100% - 370px);
    margin: auto;
}

.latest_video_section {
    background-image: url('../images/home/latest_videos.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.videos-sub-title, .videos-color {
    color: #fff;
}

.sidr-custom-open {
    right: 0px !important;
}

.header-box-shadow {
    box-shadow: 0 4px 35px -5px #ccc;
}

body:not(.home) header {
    box-shadow: 0 4px 35px -5px #ccc;
}

.font-16 {
    font-size: 16px;
}

.categories-filter {
    font-family: 'Asap', sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.filter-input {
    background-image: url(../images/what-to-eat/search-logo.png) !important;
    background-size: 15px;
    background-position-x: 94%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    padding-right: 50px !important;
}

.location-point-input {
    background-image: url(../images/what-to-eat/meeting-point-min.png) !important;
    background-size: 15px;
    background-position-x: 94%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    padding-right: 50px !important;
}

.categories-menu {
    padding: 5px 0px;
}

.categories-menu a {
    color: inherit;
}

.categories-menu a:hover {
    text-decoration: none;
}

.categories-tab {
    padding: 10px;
    font-size: 13px;
    border: 2px solid transparent;
    border-radius: 25px;
    transition: all 0.2s;
}

.categories-tab.active,
.categories-tab:hover {
    border: 2px solid #161140;
    font-weight: bold;
}

.btn-locate-me {
    background-color: #161140;
    color: #fff;
    transition: all 0.4s;
}

.btn-locate-me:hover,.btn-locate-me:focus,.btn-locate-me:active {
    background-color: #0f0b30;
    color: #fff;
}

.form-check-label {
    font-weight: 400;
}

#myTabContent a.collapsed .panel-title:before {
    content: '\f067';
    float: right !important;
    color: #fff;
}

#myTabContent a .panel-title:before {
    content: "\f068";
    float: right !important;
    font-family: FontAwesome;
    padding-right: 5px;
    color: #fff;
}

#myTabContent a:hover, #myTabContent a:focus {
    text-decoration: none;
}

#myTabContent .panel-heading {
    background-color: #161140;
    padding: 25px 35px;
    border-radius: 0px;
}

#myTabContent .panel-heading .panel-title {
    font-family: 'Asap', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

#myTabContent .panel-body {
    font-size: 13px;
    padding: 25px;
}

.btn-review {
    font-size: 13px;
    font-weight: bold;
    background-color: #F9CA08;
    padding: 15px 12px;
    border-radius: 15px;
    outline: none;
}

.outline-none:active,
.outline-none:focus,
.btn-review:focus,
.btn-review:active:focus {
    outline: none;
}

.related-section-space {
    padding: 40px 0px 80px 0px;
}

.searched-results {
    font-size: 14px;
    font-weight: bold;
}

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

.instagram_section .home_heading {
    font-size: 22px;
    margin-bottom: 25px;
}

.instagram_section .insta_page {
    background-color: #1C1F4B;
    width: 15%;
}

.instagram_section .insta_page .fa-instagram {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.instagram_section .insta_page span {
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    transition: all 0.4s;
}

.instagram_section #instagram_slider {
    width: 85% !important;
}

.item a:hover, .item a:focus {
    text-decoration: none;
}

.home-search .select2-container--default .select2-selection--single {
    height: 100%;
    border: none;
    background: transparent;
}

.home-search .select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
}

.home-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container:focus, .home-search .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #161140;
    font-weight: 700;
}

.home-search input,
.home-search .filter_text {
    font-weight: 700;
}

.swal-text {
    text-align: center;
}

.asap_feature_slider .small_box_style_container,
.asap_feature_list .small_box_style_container {
    -webkit-box-shadow: 0px 0px 12px 0px #ccc;
    -moz-box-shadow: 0px 0px 12px 0px #ccc;
    box-shadow: 0px 0px 12px 0px #ccc;
    border-radius: 15px;
    overflow: hidden;
}

.home-search .btn .caret,
.food_list .btn .caret,
.what_to_do_list .btn .caret,
.asap_feature_list .btn .caret,
.all_categories_list .btn .caret {
    position: absolute;
    top: 50%;
    right: 5%;
}

.sort_order .btn .caret {
    position: absolute;
    top: 50%;
    right: 9%;
}

.home-search .operation-hour.active,
.home-search .category-option.active,
.food_list .operation-hour.active,
.what_to_do_list .operation-hour.active,
.asap_feature_list .operation-hour.active,
.all_categories_list .operation-hour.active,
.sort_order .sort.active {
    font-weight: 700;
    background-color: #ccc;
}

.home-search .dropdown-menu:not(.bootstrap-datetimepicker-widget),
.food_list .time .dropdown-menu:not(.bootstrap-datetimepicker-widget),
.what_to_do_list .time .dropdown-menu:not(.bootstrap-datetimepicker-widget),
.asap_feature_list .time .dropdown-menu:not(.bootstrap-datetimepicker-widget),
.all_categories_list .time .dropdown-menu:not(.bootstrap-datetimepicker-widget) {
    padding: 0px;
    max-height: 250px;
    overflow: auto;
}

.food_list .time,
.what_to_do_list .time,
.asap_feature_list .time,
.all_categories_list .time {
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.food_list .time .dropdown-toggle,
.what_to_do_list .time .dropdown-toggle,
.asap_feature_list .time .dropdown-toggle,
.all_categories_list .time .dropdown-toggle {
    width: 100%;
    height: 100%;
    text-align: left;
    background: transparent;
}

.home-search .dropdown-menu li a,
.food_list .dropdown-menu li a,
.what_to_do_list .dropdown-menu li a,
.asap_feature_list .dropdown-menu li a,
.all_categories_list .dropdown-menu li a {
    padding: 10px;
}

.home-search .dropdown-menu li.disabled a,
.food_list .dropdown-menu li.disabled a,
.what_to_do_list .dropdown-menu li.disabled a,
.asap_feature_list .dropdown-menu li.disabled a,
.all_categories_list .dropdown-menu li.disabled a {
    pointer-events: none;
}

#gmap-div {
    min-height: 700px;
}

.pd-0 {
    padding: 0px;
}

.font-15 {
    font-size: 15px;
}

.gm-style .gm-style-iw-c {
    padding-left: 6px;
}

.title a, 
.food-location a, 
.food-address a, 
.food-contact a, 
.food-website a, 
.what-to-do-location a,
.what-to-do-address a,
.what-to-do-contact a, 
.what-to-do-website a {
    color: inherit;
    line-break:anywhere;
}

.food-location a:hover, 
.food-address a:hover, 
.food-contact a:hover, 
.food-website a:hover,
.what-to-do-location a:hover,
.what-to-do-address a:hover,
.what-to-do-contact a:hover, 
.what-to-do-website a:hover {
    font-weight: 700;
    text-decoration: none;
}

.food-location a:active:focus, .food-location a:focus, .food-location a:active,
.what-to-do-location a:active:focus, .what-to-do-location a:focus, .what-to-do-location a:active,
.food-address a:active:focus, .food-address a:focus, .food-address a:active,
.food-contact a:active:focus, .food-contact a:focus, .food-contact a:active,
.food-website a:active:focus, .food-website a:focus, .food-website a:active,
.what-to-do-address a:active:focus, .what-to-do-address a:focus, .what-to-do-address a:active,
.what-to-do-contact a:active:focus, .what-to-do-contact a:focus, .what-to-do-contact a:active,
.what-to-do-website a:active:focus, .what-to-do-website a:focus, .what-to-do-website a:active {
    text-decoration: none;
    outline: none;
}

/* .owl-carousel .owl-stage{
    display: flex;
}

.owl-item .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
} */

.asap_feature_slider .owl-item {
    padding: 10px;
}

.form-control {
    color: inherit;
}

/*.coming-soon span,*/
/*.coming-soon {*/
/*    transition: all 0.4s;*/
/*    z-index: 999;*/
/*}*/

.visibility-hidden {
    visibility: hidden;
}

/*.menu-wrap:hover.coming-soon-wrap {*/
/*    z-index: 50;*/
/*    background-color: rgba(204, 204, 204, 0.5);*/
/*}*/

/*.menu-wrap:hover .coming-soon span {*/
/*    visibility: visible;*/
/*}*/

.food_inner .slick-arrow.slick-disabled,
.what_to_do_inner .slick-arrow.slick-disabled {
    display: block !important;
}

#submit_review_form .countdown {
    float: right;
}

#submit_review_form .google_captcha {
    margin: 40px 0px;
}

#review_msg {
    max-width: 100%;
    height: 120px;
    resize: none;
}

.showcase_main_slider .fa-play-circle-o {
    font-size: 150px;
    color: #fff;
    transition: all 0.4s;
}

.showcase_main_slider .fa-play-circle-o:hover {
    font-size: 170px;
    color: #333;
}

.list-categories {
    margin-top: -265px;
}

.list-categories .menu-title span {
    font-family: 'Asap', sans-serif;
}

.color-inherit i {
    color: #161140 !important;
}
.social_media_info{
    margin-bottom: 20px;
    text-align: center;
}
.social_media_info .social_image,
.social_media_info .social_display_name{
    text-align: center;
}
.social_media_info .social_image img{
    width: 120px;
    border-radius: 50%;
    display: inline-block;
}
.social_media_info .social_display_name input{
    width: 30%;
    display: inline-block;
    text-align: center;
}

.social_type{
    text-align: center;
    margin-top: 15px;
    font-style: italic;
}
.social_type .social_type_container i{
    font-size: 24px;
}

#update_profile_form .register_label{
    color: #161140;
}

.social_media_info label{
    color: #161140;
    display: block;
}
#instagram_grid{
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1px;
}
#instagram_grid .item_box{
    width: 16.66667%;
}
.instagram_section #instagram_slider{
    display: none;
}
.google_captcha{
    text-align: center;
}
.google_captcha .g-recaptcha{
    display: inline-block;
}

#feedback_form .google_captcha {
    margin: 15px 0px;
}

/*start BAY */
.my_inbox .page-title,
.inbox_content .page-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
}
.my_inbox .message_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 15px;
    transition: all 0.2s;
    position: relative;
    color: #161140;
}
.my_inbox .message_box:hover{
    transition: all 0.2s;
    background-color: #eee;
    cursor: pointer;
    text-decoration: none;
}
.my_inbox .message_box:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.my_inbox .message_main_container,
.inbox_content .message_main_container{
    background-color: white;
    box-shadow: 1px 1px 10px #ddd;
    /*padding: 15px;*/
}
.inbox_content .message_main_container{
    padding: 25px;
}
.my_inbox .message_box .icon{
    width: 40px;
}
.my_inbox .message_box .message_container{
    width: calc(75% - 40px);
}
.my_inbox .message_box .subject{
    font-weight: 600;
}
.my_inbox .message_box.seen .subject{
    font-weight: 500;
}
.my_inbox .message_box .message{
    font-size: 13px;
}
.my_inbox .message_box .timestamp{
    width: calc(25%);
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}
.my_inbox .message_box.seen .timestamp{
    font-weight: 500;
}
.my_inbox .message_guide{
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}
.account-container a.inbox{
    position: relative;
}
.inbox-badge{
    height: 25px;
    width: 25px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 45px;
    z-index: 2;
    top: 50%;
}
.menu-inbox-badge{
    height: 25px;
    width: 25px;
    background-color: red;
    color: #fff!important;
    border-radius: 50%;
    font-size: 12px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 180px;
    z-index: 2;
    top: 50%;
    padding: 0px!important;
    transform: translateY(-50%);
    line-height: 11px!important;
}

.message_unread_guide{
    text-align: center;
}

.my_account_btn_container{
    text-align: center;
    margin-bottom: 30px;
}

.inbox_content .message_main_container .info{
    text-align: right;
}
.inbox_content .message_main_container .info .from{
    font-style: italic;
}

.listing_report_container{
    margin-top: 15px;
}
.listing_report_container a {
    font-weight: 600;
    color: #161140;
    border-radius: 20px;
    border: 1px solid black;
    padding: 4px 10px;
    outline:none;
}
.listing_report_container a:hover {
    text-decoration:none;
    color:red;
    border: 1px solid red;
}
.listing_report_container a:hover{
    cursor: pointer;
}

#reportListing #submit_report_list{
    width: 100%;
}


.slider_filter ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-top: 20px;
    border-bottom: 2px solid #eee;
}
.slider_filter ul li{
    text-align: center;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
}
.slider_filter ul li a{
    padding: 12px 30px;
    font-weight: 600;
    display: inline-block;
    color: #161140;
}
.slider_filter ul li.active{
    border-bottom: 2px solid #161140;
    transition: all 0.2s;
}
.slider_filter ul li.active a{
    color: #161140;
}
.slider_filter ul li a:hover{
    text-decoration: none;
    cursor: pointer;
}

/*.latest_recommend_sub .info > div:last-child{*/
/*    text-align: right;*/
/*    margin-top: 3px;*/
/*    font-style: italic;*/
/*}*/

.asap_delivery .container2{
    margin-top: 80px;
    margin-bottom: 80px;
}
.asap_delivery .container2 h3{
    color: #161140;
    font-weight: 600;
    margin-bottom: 20px;
}
.asap_delivery .container2 table{
    border: none;
}
.asap_delivery .container2 table tr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.asap_delivery .container2 table tr img{
    width: 100%!important;
    height: auto!important;
}
.asap_delivery .container2 table tr td{
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}
.asap_delivery .container2 table tr:first-child{
    margin-bottom: 60px;
}
.asap_delivery .container2 table tr td:first-child{
    width: 50%;
    padding-right: 30px;
}
.asap_delivery .container2 table tr td:last-child{
    padding-left: 30px;
    width: 50%;
}
.asap_delivery .container2 table tr td p{
    line-height: 26px;
}
.open_close{
    position: absolute;
    top: 0;
    background-color: #161140;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    border-top-left-radius: 17px;
}

.review_user_image{
    text-align: left;
}
.review_user_image img{
    display: inline-block;
    width: 40px;
    margin-bottom: 5px;
    padding: 2px;
}
#social_login.plugin{
    padding: 0 0 10px 0;
}
#social_login.plugin #providers .provider .name{
    color: #fff;
}
#social_login.plugin .footer #branding{
    display: none;
}
#social_login.plugin #content{
    display: flex;
    justify-content: center;
    align-items: center;
}
#social_login.plugin #providers .provider {
    width: 32px;
    padding: 5px 12px 5px;
}
#social_login.plugin #providers .provider{
    /*float: none;*/
}

.header-search .search-box button i{
    font-size: 21px;
}

.header-menu li a:hover,
.header-menu li a:focus,
.header-menu li a:active{
    background-color: rgba(22, 19, 65, 0.05);
    border-radius: 15px;
}
.update_profile .datepicker-dropdown{
    width: auto;
}

.latest_video_section .product-image-additional iframe{
    pointer-events: none;
    width: 100%;
    height: auto;
}
/*end BAY*/
/*RESPONSIVE START*/

@media (max-width: 991px) {
    .header-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    
    .header-container .header-logo {
        grid-row: 1;
        -ms-grid-row-span: 1;
    }
    
    /*.header-logo .footer-social {*/
    /*    padding: 30px 0px;*/
    /*    display: flex !important;   */
    /*}*/
    
    .header-container .header-logo-m {
        grid-column: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
    }
    
    .header-logo-m .navbar-brand {
        height: auto !important;
    }
    
    .header-logo-m img {
        width: 100px;
        margin: auto;
    }
    
    .header-container .header-acc {
         grid-column: 2;
         -ms-grid-column: 2;
         padding: 30px 0px;
    }
    
    .acc-menu {
        font-size: 13px;
    }
    
    .search-width {
        flex-wrap: wrap;
        width: 100%;
    }
    
    .home-search {
        width: 100%;
    }
    
    .home-search-wrap {
        margin: 20px 0px;
    }
    
    .menu-wrap {
        margin-bottom: 10px;
    }
    
    .home-search input,
    .home-search .dropdown a,
    .home-search .dropdown span {
        font-size: 12px;
    }
    
    .home-search .search-field {
        padding: 6px;
        padding-right: 40px !important;
    }
    
    .home-search .dropdown-toggle {
        padding: 6px;
    }
    
    .btn-home-search {
        padding: 15px 30px;
    }
    
    .instagram_section .insta_page span {
        font-size: 10px;
    }
    
    .latest-videos {
        width: 100%;
    }
    
    #instagram_grid .item_box{
        width: 33.333%;
    }
    .instagram_section .insta_page {
        width: 25%!important;
    }
    #instagram_grid ,
    .instagram_section #instagram_slider{
        width: 75%!important;
    }
}

@media (max-width: 767px) {
    /*.latest-videos .product-image-column {*/
    /*    flex-direction: column;*/
    /*}*/
    
    /*.vertical .product-image-main-container {*/
    /*    width: 100%;*/
    /*    order: 1;*/
    /*    height: 455px;*/
    /*}*/
    
    /*.vertical .product-image-additional-container {*/
    /*    width: 100%;*/
    /*    order: 2;*/
    /*}*/
    
    .header-logo .footer-social {
        justify-content: space-around;
    }
    
    .header-logo .footer-social a {
        padding: 0px;
    }
    
    .header-logo .fa-facebook-f,
    .header-logo .fa-instagram,
    .header-logo .fa-youtube {
        font-size: 20px;
    }
    
    .home-search {
        flex-wrap: wrap;
        height: 100%;
        border-radius: 10px;
    }
    
    .home-search .search-field {
        padding: 15px;
    }
    
    .home-search .search-field:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; 
    }
    
    .home-search .time {
        border-right: none;
    }
    
    .home-search .date-input {
        border-bottom-left-radius: 0px !important;
    }
    
    .home-search .date-input,
    .home-search .time {
        border-bottom: 1px solid #ccc;
    }
    
    .home-search .location-input,
    .home-search .category {
        border-top: 1px solid #ccc;
    }
    
    .home-search .date-input,
    .home-search .location-input {
        width: 100%;
        border-right: 1px solid #ccc;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    .home-search .time,
    .home-search .category {
        width: 100%;
        /*border-left: 1px solid #ccc;*/
    }
    
    .footer_main_container > .footer_column:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .footer_main_container > .footer_column:not(:first-child) {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 10px 10px;
    }
}



@media (max-width: 576px) {
    .container {
        width: calc(100% - 30px) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .header-logo .fa-facebook-f,
    .header-logo .fa-instagram,
    .header-logo .fa-youtube {
        font-size: 13px;
    }
    
    #simple-menu {
        padding: 11px;
    }
    
    #simple-menu img {
        width: 20px;
    }
    
    .acc-menu {
        padding-right: 10px;
    }
    
    .sidr {
        width: 250px;
    }
    
    .mailchimp_box {
        width: 100%;
    }
    
    .home_section {
        background-size: cover !important;
        padding-bottom: 0px !important;
    }
    
    .home_section .w40 {
        width: 70%;
    }
    
    .home-search .dropdown-toggle {
        padding: 15px;
    }
    
    .home-search .date-input,
    .home-search .location-input {
        background-position-x: 96%;
    }
    
    .home_heading {
        font-size: 30px;
    }
    
    .list-categories {
        margin-top: 0px;
    }
    
    .w25 {
        width: 100%;
    }
    
    .small_box_style_container .category, .general_desc_content .category {
        font-size: 10px;
    }
    
    .food-location, .opening-hour, .what-to-do-location {
        font-size: 10px;
    }
    
    .food-location .w15, .opening-hour .w15, .what-to-do-location .w15 {
        width: 20%;
    }
    
    .food-location .w85, .opening-hour .w85, .what-to-do-location .w85 {
        width: 80%;
    }
    
    .small_box_style_container .title {
        font-size: 13px;
    }
    
    .instagram_section #instagram_slider {
        width: 66% !important;
    }
    
    .instagram_section .insta_page {
        width: 34%;
    }
    
    .instagram_section .insta_page span {
        font-size: 9px;
    }
    
    .home_view_all_link {
        font-size: 10px;
    }
    
    .home-search .search-field:first-child {
        border-top-right-radius: 10px;
    }
    
    .home-search .category {
        border-left: 0px !important;
    }
}

@media (max-width: 540px){
    #instagram_grid{
        display: none;
    }
    .instagram_section #instagram_slider{
        display: inline-block;
    }
    .instagram_section #instagram_slider {
        width: 100% !important;
    }
    .insta_flex_container{
        flex-wrap: wrap;
    }
    .instagram_section .insta_page {
        width: 100%!important;
        display: inline-block;
        height: 100px;
        position: relative;
        flex: 0 0 auto;
    }
    .instagram_section .insta_page > a{
        display: inline-block;
    }
    .instagram_section .insta_page .relative{
        position: initial;
    }
    .instagram_section .insta_page .position-center-center{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .instagram_section .insta_page span {
        font-size: 12px;
        display: inline-block;
        width: 100%;
    }
}
@media (max-width: 414px){
    .instagram_section .insta_page .fa-instagram {
        font-size: 36px;
        margin-bottom: 5px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .container {
        width: calc(100% - 100px);
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .w25 {
        width: 50%;
    }
    
    .home_section {
        background-size: cover !important;
        padding-bottom: 50px !important;
    }
    
    .home-search .date-input,
    .home-search .location-input {
        width: 50%;
        border-right: 1px solid #ccc;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    .home-search .time,
    .home-search .category {
        width: 50%;
        border-left: 1px solid #ccc;
    }
    
    .list-categories {
        margin-top: -130px;
    }
    
    .menu-logo {
        width: 29%;
    }
    
    .menu-title {
        font-size: 17px;
    }
    
    .home_heading {
        font-size: 45px;
    }
    
    .instagram_section #instagram_slider {
        width: 80% !important;
    }
    
    .instagram_section .insta_page {
        width: 20%;
    }
    
    .food_section .homepage_slider .owl-nav button.owl-prev,
    .retail_section .homepage_slider .owl-nav button.owl-prev,
    .place_section .homepage_slider .owl-nav button.owl-prev,
    .asap_feature_section .homepage_slider .owl-nav button.owl-prev,
    .what_to_do_section .homepage_slider .owl-nav button.owl-prev {
        left: 77% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: calc(100% - 100px);
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .w25 {
        width: 50%;
    }
    
    .home_section {
        padding-bottom: 50px !important;
    }
    
    .list-categories {
        margin-top: -130px;
    }
    
    .pac-container {
        width: 250px !important;
    }
    
    .food_section .homepage_slider .owl-nav button.owl-prev,
    .retail_section .homepage_slider .owl-nav button.owl-prev,
    .place_section .homepage_slider .owl-nav button.owl-prev,
    .asap_feature_section .homepage_slider .owl-nav button.owl-prev,
    .awhat_to_do_section .homepage_slider .owl-nav button.owl-prev {
        left: 80% !important;
    }
    
    .instagram_section #instagram_slider {
        width: 80% !important;
    }
    
    .instagram_section .insta_page {
        width: 20%;
    }
    
    .footer_main_container > .footer_column {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: calc(100% - 100px);
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .header-logo img {
        height: 75px;
    }
    
    .search-width {
        width: 100%;
    }
    
    .home-search input {
        padding: 11px !important;
        padding-right: 30px !important;
    }
    
    .menu-logo {
        width: 26%;
    }
    
    .menu-title {
        font-size: 18px;
    }
    
    .footer_column img {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    
}
/* added css */

/* casper */
.my_points .page-title,
.inbox_content .page-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
}
.store_img, .bucket_store_img{
    position: relative;
}
.bucket_div {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url(../../dist/img/wishlist1.png);
    background-size: cover;
}
.bucket_store_img .bucket_div{
    top: 10px;
    right: 10px;
}
.bucket_active {
    background-image: url(../../dist/img/wishlist2.png);
    background-size: cover;
}
.progress {
    height: 38px;
    border-radius: 25px;
    outline: none;
    background-color: #dadada!important;
}
.progress-bar-success {
    background-color: #662fae!important;
    outline: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}
#account_update_social_login_container{
    margin-top:20px;
}
.red_button{
    border-radius: 20px;
    border: 1px solid #ff4b4b;
    color: #ff4b4b;
    padding: 5px 5px;
    text-align: center;
    outline: none;
    width: 200px;
    margin: 0 auto;
    /*position: absolute;
    top: 0%;
    left: 0%;*/
    cursor: pointer;
}
.red_button:hover{
    background-color:#ff4b4b;
    color:#fff;
    font-weight:bold;
}
.important_note{
    margin:0 auto;
    color:red;
}
.change_number{
    text-decoration: underline;
    font-size: 12px;
}
.change_number:hover{
    color:red!important;
}
.step_box{
    display: flex;
    flex-direction: row;
}
.w20{
    width:20%;
}
.w25{
    width:25%;
}
.w40{
    width:40%;
}
.w50{
    width:50%;
}
.w60{
    width:60%;
}
.w75{
    width:75%;
}
.w200px{
    width:200px!important;
}
.small_round{
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-color: #dadada;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    outline: none;
    z-index: 1;
}
.active .small_round{
    background-color: #161341;
    color: #fff;
}
.pass .small_round{
    background-color: #682baf;
    color: #fff;
}
.draw_line:before {
    margin-right: 50%;
}
.draw_line:after {
    margin-left: 50%;
}
.draw_line:before, .draw_line:after {
    background-color: #d2d2d2;
    content: "";
    display: flex;
    height: 3px;
    width: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.pass.draw_line:before, .pass.draw_line:after {
    background-color: #682baf;
}
.active.draw_line:before {
    background-color: #682baf;
}
.draw_line:first-child:before{
    background-color: transparent;
    content: "";
}
.draw_line:last-child:after{
    background-color: transparent;
    content: "";
}
.left_profile{
    background-color:#14123f;
    margin:0 7.5px;
    padding:30px 0;
    border-radius:20px;
}
.right_profile{
    background-color:#fff;
    margin:0 7.5px;
    padding:30px;
    border-radius:20px;
    z-index: 0;
    /* border: 1px solid #d0d0d0; */
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(204,204,204,1);
    box-shadow: inset 1px 1px 5px 0px rgba(204,204,204,1);
}
.right_profile h4{
    font-size:16px;
}
.mg-t0{
    margin-top:0px;
}
.mg-t40{
    margin-top:40px;
}
.mg-tb20{
    margin:20px 0;
}
.text_purple{
    color:#662fae;
}
#points_table{
    overflow: hidden;
    outline: none;
    border-radius: 20px;
}
#points_table th{
    background-color:#161341;
    color:#fff;
}
#points_table tbody tr{
    border:1px solid black;
}
#points_table th, #points_table td{
    border:0;
    border-bottom:1px solid #ddd;
}
#points_table tr th:first-child{
    border-top-left-radius: 20px;
    padding-left:25px;
}
#points_table tr td:first-child{
    padding-left:25px;
}
#points_table tr th:last-child{
    border-top-right-radius: 20px;
    padding-right:15px;
}
#points_table tr td:last-child{
    padding-right:15px;
}
.claim_business .input-group-sm input{
    height:50px;
}
.claim_business .input-group-sm label{
    height: 50px!important;
    padding: 15px!important;
}
.purple_bakground{
    background-color: #682baf;
}
.hover_blue_bakground:hover, .hover_blue_bakground:focus, .hover_blue_bakground:focus:hover{
    background-color: #4f4981;
}
/* close casper */
/* Tonghau */
.latest_recommend_container::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
    width: 15px;
}
  
.latest_recommend_container::-webkit-scrollbar-track,
.scrollable::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.latest_recommend_container::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
    background: #161140;
}
.latest_recommend_container::-webkit-scrollbar-thumb:hover,
.scrollable::-webkit-scrollbar-thumb:hover {
    background: #161140; 
}
#drop_zone {
    margin-top: 40px;
    border: 2px dashed #161140;
    border-radius: 5px;
    background: white;
}
.dropzone .dz-message {
    margin: 3em 0 !important;
}
.dropzone .dz-message .dz-button {
    font-weight: 700 !important;
}
.review_image_slider {
    /*padding: 30px;*/
    padding-left: 0px;
}
.review_image_slider .owl-nav > * {
    position: absolute;
    top: 0px;
    width: 24px;
    height: 100%;
}
.review_image_slider .owl-nav > *:nth-child(1) {
    left: 0px;
}
.review_image_slider .owl-nav > *:nth-child(2) {
    right: 0px;
}
.review_image_slider .fa {
    font-size: 18px;
}
#food_result, #what_to_do_result {
    transition: all 0.4s;
}

.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}

.dropzone .dz-preview .dz-remove {
    color: inherit;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none !important;
}

.dropzone .dz-preview .dz-progress {
    top: 70% !important;
}
.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}

.dropzone .dz-preview .dz-remove {
    color: inherit;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none !important;
}

.dropzone .dz-preview .dz-progress {
    top: 70% !important;
}

#message {
    border-radius: 12px;
}

.table-responsive {
    border: none !important;
}

#filter_group_tigger_open.btn-primary,
#filter_group_tigger_open2.btn-primary{
    border-radius: 0px !important;
    border-color: #161140;
    background-color: #fff;
    color: #161140;
    font-weight: 700;
    font-size: 13px;
    width: 100%;
}

.mobile-filter {
    position: fixed;
    width: 100%;
    z-index: 50;
}

.mobile-filter .select-theme {
    border-radius: 0px;
    height: 100%;
    background-color: #fff;
}

.noscroll { 
  overflow: hidden;
}

.dropdown-menu {
    width: 100%;
}

.mfp-gallery {
    height: 100vh !important;
}

.mfp-zoom-out-cur {
    overflow: hidden;
}

.connect_social_media_title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 700;
}

.connect_social_media_text {
    text-align: center;
    padding: 0px 50px;
}

.gender_birth_text {
    margin-bottom: 15px;
    text-align: center;
}

.reward_point_item {
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 12px 0px #ccc;
    -moz-box-shadow: 0px 0px 12px 0px #ccc;
    box-shadow: 0px 0px 12px 0px #ccc;
}

.reward_point_item .title {
    font-weight: 700;
    margin: 15px 0px;
}

.reward_point_item .point span {
    font-size: 12px;
}

.report_review_btn {
    color: inherit;
    cursor: pointer;
    font-size: 12px;
}

.report_review_btn:hover {
    text-decoration: none;
}

/* close TongHau */

/* BAY Responsive*/
@media (max-width: 1600px) {
    .header-container {
        grid-template-columns: 200px 1fr 200px;
        -ms-grid-columns: 200px 1fr 200px;
    }
}
@media (max-width: 1400px) {
    .header-container {
        grid-template-columns: 180px 1fr 180px;
        -ms-grid-columns: 180px 1fr 180px;
    }
    .header-menu .navbar-nav > li > a {
        padding: 8px 8px;
    }
}
@media (max-width: 1280px) {
    .container2 {
        width: calc(100% - 90px);
    }
    
    .header-container {
        grid-template-columns: 160px 1fr 160px;
        -ms-grid-columns: 160px 1fr 160px;
    }
    .header-logo img {
        width: 135px;
        padding-top: 12px;
    }
    .header-menu .nav > li > a > img {
        width: 45px;
    }
    .acc-menu {
        padding-right: 15px;
        font-size: 14px;
    }
    
    #simple-menu {
        padding: 10px;
    }
    #simple-menu img {
        width: 24px;
    }
    .header-search .search-box button i {
        font-size: 18px;
    }
    .list-categories .flex .pd-25{
        padding: 12px;
    }
    .search-width {
        width: calc(100%);
        padding-bottom: 0px;
    }
    
    .home_section .pd-t100.pd-b50{
        padding-top: 80px;
    }
    .home_section .pd-t100.pd-b50 img{
        width: 30%;
    }
    
    .menu-logo {
        padding: 5px;
    }
    .list-categories .menu-title span{
        font-size: 18px;
    }
    .home-search{
        border-radius: 25px;
        height: 50px;
    }
    .btn-home-search{
        font-size: 13px;
    }
    .home_heading span{
        font-size: 42px;
    }
    
    .home .section-space .draw_full_line{
        background-size: 45px;
    }
    
    .home .section-space {
        padding: 10px 0px;
    }
    .latest-videos {
        width: calc(100%);
    }
    .footer_main_container .footer_column:first-child img{
        width: 165px;
    }
    
    #food_result .pd-20, #what_to_do_result .pd-20 {
        padding: 10px;
    }
}
@media (max-width: 992px) {
    .header-container {
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;
        padding-top: 0px;
    }
    .header-container .header-acc {
        grid-column: 2;
        -ms-grid-column: 2;
        padding: 0px 0px;
    }
    .home_heading span {
        font-size: 36px;
    }
    .home .section-space .draw_full_line {
        background-size: 42px;
    }
    
    .search-width {
        width: calc(100%);
        padding-bottom: 50px;
    }
    .menu-logo{
        width: 50px;
    }
    .list-categories .flex .pd-25{
        margin-bottom: 15px;
    }
    .header-logo-m img {
        width: 120px;
        float: left;
    }
    .home header:not(.header-box-shadow) #simple-menu{
        margin-top: 25px;
    }
    .home_section .pd-t100.pd-b50 {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    
    .btn-theme, .btn-theme2 {
        height: 45px;
    }
    
    .login_input,
    .contact_us .form-control:not(textarea){
        height: 45px;
    }
    .login_input::placeholder{
        color: #b7b7b7;
        opacity: 1;
        letter-spacing: 1.5px;
        font-weight: 700;
    }
    
    .btn-latest-videos{
        padding: 9px 20px;
        font-size: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 50%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .retail_section > h2,
    .asap_feature_section > h2{
        margin-top: 0px;
        font-size: 20px;
        font-style: italic;
    }
    
    #customer_telephone_code {
        width: 20% !important;
    }
    
    #customer_telephone {
        width: 78% !important;
    }
    
    #verify_number_btn {
        width: 100% !important;
        margin: 10px 0px;
    }
    
    .bottom_form_btn {
        text-align: center;
    }
    
    .bottom_form_btn .pull-left, .bottom_form_btn .pull-right {
        float: none !important;
        margin: 5px 0px;
    }
    
    .food-filters, .what-to-do-filters {
        position: fixed;
        top: 0px;
        left: 0px;
        opacity: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        padding: 40px 30px 15px;
        overflow: auto;
        background: white;
        transition: all 0.3s;
        transform: translateX(-100%);
    }
    
    .food-filters.open, .what-to-do-filters.open {
        opacity: 1;
        transform: translateX(0%);
    }
    
    .food-filters #filter_group_tigger_close,
    .what-to-do-filters #filter_group_tigger_close {
        z-index: 2;
    }
    
    .google-map {
        position: fixed;
        top: 0px;
        right: 0px;
        opacity: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        padding: 40px 30px 15px;
        overflow: auto;
        background: white;
        transition: all 0.3s;
        transform: translateX(100%);
    }
    
    .google-map.open {
        opacity: 1;
        transform: translateX(0%);
    }
    
    .google-map #filter_group_tigger_close2 {
        z-index: 2;
    }
    
    .fixed {
        position: fixed;
    }
    
    .position-right-top {
        top: 0px;
        right: 0px;
    }
    
    .food_list .breadcrumb,
    .what_to_do_list .breadcrumb,
    .all_categories_list .breadcrumb,
    .asap_feature_list .breadcrumb {
        margin-top: 50px;
    }
    .contact_us_top_flex_container .contact_top_col2,
    .contact_us_top_flex_container .contact_top_col1{
        padding: 0px 15px;
    }
    .contact_us_top_flex_container{
        margin: 0 -15px;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .contact_us .page-title-sub{
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 6px;
    }
    .contact_top_col2 > .pd-b40{
        padding-bottom: 20px;
    }
    #contact_us_form > div{
        margin-bottom: 20px;
    }
    .contact_us_top_flex_container .page-title {
    margin-top: 0;
        font-size: 30px;
        margin-bottom: 18px;
    }
    
    .asap_delivery .container2 table tr td:last-child {
        padding-left: 15px;
    }
    .asap_delivery .container2 table tr td:first-child{
        padding-right: 15px;
    }
    .asap_delivery .container2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .inner_page_flex_container .inner_col1,
    .inner_page_flex_container .inner_col2 {
            margin: 0 10px;
    }
    .inner_page_flex_container .inner_col2 {
        width: calc(35%);
    }
    
    .general_desc_content {
        padding: 20px;
    }
    
    .btn-review {
        padding: 6px 12px;
        height: 45px;
    }
    .btn-theme2{
        min-width: 155px;
        font-size:12px;
    }
}
@media (max-width: 768px) {
    .menu-logo {
        width: 45px;
    }
    .list-categories .flex .pd-25 {
        padding: 8px;
        width: 50%;
    }
    .list-categories .menu-title span {
        font-size: 17px;
    }
    .menu-wrap:hover {
        transform: translateY(-10px);
    }
    .home_heading span {
        font-size: 34px;
    }
    .home .section-space .draw_full_line {
        background-size: 40px;
        height: 45px!important;
    }
    .home-search .time .dropdown-toggle, .home-search .category .dropdown-toggle{
        background-color: white;
        border-radius: 0px;
    }
    .home-search {
        border-radius: 0px;
    }
    .home-search-wrap {
        margin-top: 80px;
    }
    .home-search .search-field:not(:last-child) {
        border-right: 1px solid #ccc;
        border-radius: 0px;
    }
    .vertical .product-image-main-container {
        width: 100%;
    }
    .vertical .product-image-additional-container {
        width: 100%;
        padding: 0 20px!important;
        margin-top: 20px;
    }
    .latest-videos .product-image-column{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .latest_video_section .vertical .product-image-additional-container .slick-track{
        /*width: initial!important;*/
    }
    .latest_video_section .vertical .product-image-additional-container .slick-nav.prev {
        height: 100%;
        top: 50%;
        left: -25px !important;
        right: 0 !important;
        margin: 0;
        transform: translateY(-50%);
        width: 20px;
    }
    .latest_video_section .vertical .product-image-additional-container .slick-nav.prev i{
        transform: rotate(-90deg);
    }
    .latest_video_section .vertical .product-image-additional-container .slick-nav.next {
        height: 100%;
        top: 50%;
        right: -25px !important;
        left: auto !important;
        margin: 0;
        transform: translateY(-50%);
        width: 20px;
    }
    .latest_video_section .vertical .product-image-additional-container .slick-nav.next i{
        transform: rotate(-90deg);
    }
    .latest_video_section .product-image-main iframe{
        height: 315px;
    }
    .latest_video_section .product-image-additional .slick-slide{
        margin-left:15px;
    }
    
    .update-note {
        display: block;
        margin: 10px 0px;
    }
    
    .account_form_container.table-responsive {
        width: 100%;
    }
    
    .account_form_container:not(.table-responsive) {
        width: 80%;
    }
    
    .bucket_list .w33 {
        width: 50%;
    }
    
    .bucket_list .pd-20 {
        padding: 5px;
    }
    
    .bucket-listing {
        margin-top: 70px;
    }
    
    #food_result .pd-10, #what_to_do_result .pd-10 {
        padding: 10px 0px;
    }
    
    .information-title.page-title{
        font-size: 24px;
        margin: 10px 0px;
    }
    .information-title2.page-title{
        font-size: 18px;
    }
    .information-content {
        margin: 50px auto;
        width: 100%;
    }
    
    .contact_us_top_flex_container .contact_top_col2, .contact_us_top_flex_container .contact_top_col1 {
        width: 100%;
        padding: 0px 15px;
    }
    .contact_us_top_flex_container .page-title {
        margin-top: -5px;
        font-size: 26px;
        margin-bottom: 12px;
    }
    .contact_us .page-title-sub {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .asap_delivery .container2 h3{
        margin-bottom: 20px;
        margin-top: 0px;
        font-size: 22px;
    }
    .asap_delivery .container2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .asap_delivery .container2 table tr td p {
        line-height: 24px;
        font-size: 15px;
    }
    .asap_delivery .container2 table tr td:first-child {
        padding-right: 10px;
    }
    .asap_delivery .container2 table tr td:last-child {
        padding-left: 10px;
    }
    .asap_delivery .container2 table tr:first-child {
        margin-bottom: 20px;
    }
    
    .inner_page_flex_container .inner_col1,
    .inner_page_flex_container .inner_col2 {
        margin: 0px;
        width: 100%;
    }
    
    .inner_page_flex_container .inner_col1 {
        order: 2;
    }
    
    .inner_page_flex_container .inner_col2 {
        order: 1;
    }
    
    .inner_page_flex_container {
        margin: 0px;
    }
    
    .general_desc_content {
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .reward_three_box {
        width: calc(50% - 15px);
    }
    .right_profile {
        padding: 15px;
    }
}
@media (max-width: 600px) {
    .food_section .homepage_slider .owl-nav button.owl-prev, 
    .retail_section .homepage_slider .owl-nav button.owl-prev, 
    .place_section .homepage_slider .owl-nav button.owl-prev, 
    .asap_feature_section .homepage_slider .owl-nav button.owl-prev, 
    .what_to_do_section .homepage_slider .owl-nav button.owl-prev {
        left: 3% !important;
    }
    .food_section .homepage_slider .owl-nav button img, 
    .retail_section .homepage_slider .owl-nav button img, 
    .place_section .homepage_slider .owl-nav button img, 
    .asap_feature_section .homepage_slider .owl-nav button img, 
    .what_to_do_section .homepage_slider .owl-nav button img {
        width: 28px;
    }

    .bucket_list .sort_order {
        right: 10px !important;
        width: 160px !important;
    }
    
    #food_result .w33, #what_to_do_result .w33 {
        width: 50%;
    }
    
    .container2 {
        width: calc(100% - 15px);
    }
    
    .food_list .food_section,
    .all_categories_list .food_section,
    .asap_feature_list .asap_feature_section,
    .what_to_do_list .what_to_do_section {
        padding: 0px;
    }
    
    .listing_dropdown_flex_container {
        padding: 0px;
    }
    .asap_delivery .container2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 540px) {
    .latest_video_section{
        background-image:none;
        background-color: #161140;
    }
    .latest_video_section .product-image-main iframe{
        height: 50vw;
    }
    
    .btn-latest-videos {
        padding: 9px 20px;
        font-size: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 30px;
        flex-wrap: wrap;
        height: auto;
    }
    .btn-theme, .btn-theme2 {
        height: 40px;
    }
    .login_input,
    .contact_us .form-control:not(textarea){
        height: 40px;
    }
    .home_heading span, .login .page-title, .feedback .page-title {
        font-size: 30px;
    }
    .header-logo-m img {
        width: 110px;
    }
    .home .section-space .draw_full_line {
        background-size: 32px;
        height: 40px!important;
    }
    .home-search .time {
        border-bottom: 0px solid #ccc;
    }
    .acc-menu {
        padding-right: 12px;
        font-size: 13px;
    }
    #simple-menu img {
        width: 22px;
    }
    .home header:not(.header-box-shadow) #simple-menu {
        margin-top: 18px;
    }
    .home_section .pd-t100.pd-b50 img {
        width: 50%;
    }
    .home-search-wrap {
        margin-top: 180px;
        width: 100%;
    }
    .btn-home-search {
        font-size: 13px;
        padding: 11px 30px;
        width: 100%;
        height: 45px;
    }
    .list-categories .flex .pd-25 {
        width: 50%;
        padding: 5px;
        margin-bottom: 25px;
    }
    .menu-logo {
        width: 42px;
    }
    .menu-title {
        padding-bottom: 5px;
    }
    .home section{
        margin-bottom: 20px;
    }
    
    .bucket_div{
        width: 20px;
        height: 20px;
    }
    .sidr {
        width: 220px;
    }
    #sidr ul li a {
        padding: 0px 25px;
        font-size: 13px;
    }
    .sidr ul li{
        line-height: 40px;
    }
    .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
        line-height: 40px;
    }
    .menu-inbox-badge{
        height: 20px;
        width: 20px;
        font-size: 11px;
        left: 160px;
    }
    .footer_main_container{
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .footer_main_container > .footer_column span, .footer_main_container > .footer_column a{
        font-size: 13px;
    }
    .footer_main_container .footer_column:first-child img {
        width: 135px;
    }
    .mailchimp_box{
        padding: 20px;
    }
    .mailchimp_float_btn{
        padding: 15px;
        font-size: 13px;
    }
    .mailchimp_box input{
        padding: 8px !important;
    }
    footer .copyright, footer .designby {
        font-size: 12px;
        color: #bebebe;
        font-weight: 600;
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
    }
    .mailchimp_box .close{
        right: 15px;
        top: 15px;
        font-size: 15px;
    }
    .mailchimp_box button{
        margin-top: 20px;
        font-size: 13px;
        height: 35px;
    }
    .home_view_all_link {
        font-size: 12px;
    }
    .home-search .search-field:not(:last-child) {
        border-right: 0px solid #ccc;
    }
    .login_main_container, .feedback_main_container {
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
        margin: 0px;
    }
    #account_update_social_login_container iframe, #oa_social_login_container iframe, .g-recaptcha > div, .g-recaptcha iframe {
        width: 100% !important;
    }
    
    .breadcrumb li a, .message_unread_guide, #points_table, .dataTables_info, #points_table_paginate,
    .my_inbox .message_guide, .my_inbox .message_box.seen .subject, .my_inbox .message_box .message,
    .my_inbox .message_box.seen .timestamp, .searched-results, .pagination-theme > li > a,
    .pagination-theme > li > span, .general_desc_content .attribute, .general_desc_content p {
        font-size: 11px;
    }
    
    .account-container a h3.account-sub-heading {
        font-size: 16px;
    }
    
    .update-note, .account-container p {
        font-size: 10px !important;
    }
    
    .account_form_container:not(.table-responsive) {
        width: 100%;
    }
    
    .page-title {
        font-size: 24px !important;
    }
    
    /*.my_inbox .message_main_container, .inbox_content .message_main_container {*/
    /*    padding: 0px;*/
    /*}*/
    
    .my_inbox .message_box {
        padding: 15px 10px;
    }
    
    .my_inbox .message_box .icon {
        width: 30px;
    }
    
    .my_inbox .message_box .message_container {
        width: calc(70% - 30px);
    }
    
    .my_inbox .message_box .timestamp {
        width: calc(30%);
    }
    .information-title.page-title{
        font-size: 20px !important;
    }
    .information-title2.page-title{
        font-size: 16px !important;
    }
    .breadcrumb{
        height: 15px;
    }
    .information-content {
        margin: 40px auto;
    }
    
    .contact_us_top_flex_container {
        margin: 0 -15px;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .contact_input{
        font-size: 14px;
        padding: 0px 15px;
    }
    
    .asap_delivery .container2 table tr td{
        width: 100%!important;
    }
    .asap_delivery .container2 table tr td:first-child {
        padding-right: 0px;
    }
    .asap_delivery .container2 table tr td:last-child {
        padding-left: 0px;
    }
    
    .asap_delivery .container2 h3 {
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 20px;
    }
    
    .showcase_main_slider .slick-prev {
        left: 10px;
    }
    
    .showcase_main_slider .slick-next {
        right: 10px;
    }
    
    .showcase_main_slider:hover .slick-prev {
        left: 10px;
    }
    
    .showcase_main_slider:hover .slick-next {
        right: 10px;
    }
    
    #myTabContent .panel-heading {
        padding: 15px;
    }
    
    #myTabContent .panel-heading .panel-title {
        font-size: 14px;
    }
    
    #myTabContent .panel-body {
        font-size: 11px;
        padding: 15px;
    }
    
    .btn-review {
        height: 40px;
    }
    
    .swal-icon {
        width: 65px;
        height: 65px;
        margin: 15px auto;
    }
    
    .swal-icon--warning__body {
        width: 5px;
        height: 30px;
    }
    
    .swal-title {
        font-size: 22px;
    }
    
    .swal-text {
        font-size: 15px;
    }
}
@media screen and (max-width: 539px) {
    .reward_three_box {
        width: calc(100% - 15px);
    }
}
@media (max-width: 414px) {
    .header-logo-m img {
        width: 105px;
    }
    .home_section .pd-t100.pd-b50 img {
        width: 40%;
    }
    .menu-logo {
        width: 35px;
        padding: 0px;
        padding-bottom: 5px;
    }
    .menu-wrap:hover {
        transform: translateY(-3px);
    }
    section.list-categories{
        margin-top: 35px;
    }
    .home_heading span {
        font-size: 26px;
    }
    .draw_full_line {
        background-size: 30px;
        height: 35px!important;
    }
    .btn-theme, .btn-theme2 {
        height: 35px;
        font-size: 13px;
    }
    
    .login_input,
    .contact_us .form-control:not(textarea){
        height: 35px;
    }
    .forgotten-text{
        margin-bottom: 15px;
    }
    
    .food_section .homepage_slider .owl-nav button img, .retail_section .homepage_slider .owl-nav button img, .place_section .homepage_slider .owl-nav button img, .asap_feature_section .homepage_slider .owl-nav button img, .what_to_do_section .homepage_slider .owl-nav button img {
        width: 22px;
    }
    .food_section .homepage_slider .owl-nav button.owl-next, .food_section .homepage_slider .owl-nav button.owl-prev, .retail_section .homepage_slider .owl-nav button.owl-next, .retail_section .homepage_slider .owl-nav button.owl-prev, .place_section .homepage_slider .owl-nav button.owl-next, .place_section .homepage_slider .owl-nav button.owl-prev, .asap_feature_section .homepage_slider .owl-nav button.owl-next, .asap_feature_section .homepage_slider .owl-nav button.owl-prev, .what_to_do_section .homepage_slider .owl-nav button.owl-next, .what_to_do_section .homepage_slider .owl-nav button.owl-prev{
        bottom: -40px;
    }
    .btn-latest-videos{
        font-size: 11px;
        height: auto!important;
    }
    .btn-latest-videos i{
        display: none;
    }
    .retail_section > h2, .asap_feature_section > h2 {
        margin-top: -15px;
        font-size: 18px;
        font-style: italic;
    }
    
    .open_close{
        padding: 6px;
        font-size: 10px;
    }
    
    .food-location img, .what-to-do-location img, .opening-hour img {
        width: 10px !important;
    }
    .food-location .w15, .opening-hour .w15, .what-to-do-location .w15 {
        width: 15%;
    }
    .food-location .w85, .opening-hour .w85, .what-to-do-location .w85 {
        width: 85%;
    }
    
    .heading-sub-title,
    .videos-sub-title{
        font-size: 11px;
    }
    footer .footer-social{
        margin-top: 0px;
    }
    footer .fa-facebook-f, footer .fa-instagram, footer .fa-youtube {
        font-size: 26px;
    }
    .instagram_section .home_heading {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .home-search {
        border-radius: 25px;
        height: 45px;
    }
    .search-width {
        width: calc(100%);
        padding-bottom: 30px;
    }
    
    #food_result .pd-20, #what_to_do_result .pd-20 {
        padding: 6px;
    }
    .login .btn {
        padding: 7px 0px;
    }
    
    .login_guide{
        margin-bottom: 25px;
        font-size: 13px;
    }
    
    .register label.error,
    .feedback label.error{
        font-size: 13px;
    }
    .information-content p{
        font-size: 13px;
    }
    .breadcrumb li{
        padding: 0 10px;
    }
    .breadcrumb li::before {
        content: "";
        background: url(../images/header/breadcrumbs.png);
        background-size: cover;
        position: absolute;
        top: 50%;
        left: -3px;
        transform: translateY(-50%);
        height: 9px;
        background-size: 8px;
        background-repeat: no-repeat;
    }
    .contact_us_top_flex_container .page-title {
        margin-top: -10px;
        font-size: 22px !important;
        margin-bottom: 10px;
    }
    .contact_us .page-title-sub {
        font-size: 20px;
        margin-top: 16px;
        margin-bottom: 5px;
    }
    #contact_us_form > div .form-group {
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    #contact_us_form > div .form-group:not(:last-child){
        margin-bottom: 20px;
    }
    .contact_us #contact_us_form label{
        font-size: 13px;
    }
    .asap_delivery .container2 table tr td p {
        line-height: 22px;
        font-size: 14px;
    }
    .asap_delivery .container2 h3 {
        margin-bottom: 12px;
        margin-top: 15px;
        font-size: 18px;
    }
    .asap_delivery .container2 table tr:first-child {
        margin-bottom: 5px;
    }
    .asap_delivery .container2 {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .btn-review {
        height: 35px;
    }
    
    .swal-icon {
        width: 55px;
        height: 55px;
        margin: 5px auto;
    }
    
    .swal-icon--warning__dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-left: -2px;
        bottom: -11px;
    }
    
    .swal-icon--warning__body {
        width: 5px;
        height: 24px;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
    }
    
    .swal-title {
        font-size: 20px;
    }
    
    .swal-text {
        font-size: 14px;
    }
    
    .swal-button{
        font-size: 13px;
        padding: 9px 24px;
    }
    
    .swal-footer {
        text-align: right;
        padding-top: 5px;
        margin-top: 5px;
        padding: 10px 16px;
    }
}
@media (max-width: 360px) {
    .footer_main_container {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .footer_main_container > .footer_column span, .footer_main_container > .footer_column a {
        font-size: 12px;
    }
    .footer_main_container .footer_column:first-child img {
        width: 115px;
    }
    
    footer .copyright, footer .designby{
        font-size: 11px;
        padding-bottom: 5px;
    }
    
    .btn-home-search {
        font-size: 12px;
        padding: 9px 30px;
        width: 100%;
    }
    .menu-logo {
        width: 30px;
        padding: 0px;
        padding-bottom: 3px;
    }
    .list-categories .menu-title span {
        font-size: 15px;
    }
    .list-categories .flex .pd-25 {
        margin-bottom: 15px;
    }
    
    .instagram_section .insta_page .fa-instagram {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .instagram_section .insta_page span {
        font-size: 11px;
    }
    .header-logo-m img {
        width: 95px;
    }
    
    .login_input, .forgotten-text, .login_guide, .register_label, .register_label > a {
        font-size: 10px;
    }
    
    .login_input {
        padding: 0px 15px;
    }
    
    .login_main_container, .feedback_main_container {
        padding: 15px;
    }
    
    #customer_telephone_code {
        width: 25% !important;
    }
    
    #customer_telephone {
        width: 73% !important;
    }
    .information-title2.page-title {
        font-size: 14px !important;
    }
    .information-title.page-title {
        font-size: 18px !important;
        margin: 5px 0px;
    }
    .information-content {
        margin: 30px auto;
    }
    .contact_us_top_flex_container .page-title {
        margin-top: -10px;
        font-size: 20px !important;
        margin-bottom: 6px;
    }
    .contact_us .contact_info > *{
        font-size: 13px!important;
    }
    .contact_us_top_flex_container {
        margin: 0 -15px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .asap_delivery .container2 table tr td p {
        line-height: 20px;
        font-size: 13px;
    }
    .asap_delivery .container2 h3 {
        margin-bottom: 5px;
        margin-top: 12px;
        font-size: 16px;
    }
}
/* end BAY Responsive*/
/* chan */
.new_login_main_container {
    flex-wrap: wrap;
}
.redeem_button_div .btn-theme2 {
    min-width: 135px;
}
#sidebar_tigger_open {
    position: fixed;
    top: 50vh;
    left: -54px;
    transform: translateY(-50%) rotate(90deg);
    z-index: 10;
    width: 150px;
    padding: 10px;
    border-radius: 0px;
}
#sidebar_tigger_open.btn-primary:hover {
    background: #13091f !important;
    border-color: #13091f !important;
}
#sidebar_tigger_open.btn-primary:focus, .#sidebar_tigger_open.btn-primary:active:focus {
    outline: none;
}
#sidebar_tigger_open.btn-primary {
    background-color: #662fae !important;
    border-color: #662fae !important;
}

.sidebarnav {
  background-color: #14123f;
  display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    color: #333;
    left: -10px;
     transition:0.3s all ease-in-out;
}
.sidebarnav.slideleft {
    right: auto;
    left: -260px;
    transition:0.3s all ease-in-out;
}
.sidebarnav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}
.sidebarnav .list_box.active {
    background-color: #662fae;
}
.sidebarnav .social_image {
   text-align: center; 
   padding-top: 20px;
}

.sidebarnav ul li:not(.divider) {
    border: none;
}
.sidebarnav ul{
    position: relative;
    height: 100%;
    margin-bottom: 0;
    border: none;
    padding: 0;
}
.sidebarnav ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #2d2d2d !important;
    border-bottom: 1px solid #2d2d2d  !important;
}
.sidebarnav ul li img {
    width: 90px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}
.sidebarnav ul li a {
    color: #fff;
    padding-left: 80px;
    display: block;
    transition: all 0.3s;
    text-decoration: none;
}
.sidebarnav ul li span{
    top: auto;
    left: 20px;
    transform: translateY(0%);
}
.sidebarnav ul li span.fa {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 24px;
    padding: 12px;
}
.sidebarnav .social_display_name {
    color: #fff;
    position: relative;
    text-align: center;
}
@media (max-width: 1080px) {
    .listing_dropdown_flex_container .listing_dropdown .select-theme {
        width: 100%;
        font-size: 9px;
    }
    .redeem_button_div {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .right_profile {
        width: 100%;
    }
}
@media (max-width: 912px) {
     .home_section .flex {
        flex-wrap: wrap;
    }
    
    .left_profile, .right_profile {
        width: 100%;
    }
    .left_profile {
        margin-bottom: 20px;
    }

   
}
@media (max-width: 787px) {
    .new_login_main_container {
        margin: 40px auto;
    }
    .new_login_main_container .w60, .new_login_main_container .w40 {
        width: 100% !important;
    }
    .new_login_main_container .login_right {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .new_login_main_container .login_right .login_right_box{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        position: unset;
    }
    .new_login_main_container .login_left {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }
    .new_login_main_container .login_right_box {
        transform: translateY(0%);
        background-color: #050235;
    }
    .register_left {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 0px;
    }
    .register_left_box {
         border-top-right-radius: 20px;
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 0px;
        transform: translateY(0%);
        background-color: #050235;
        position: unset;
    }
    .register_right {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
    }
    #sidr ul li a {
        padding: 0px 35px 0 80px;
        font-size: 13px;
    }
    #claim_business_form .w30{
        width: 100%;
        text-align: center;
    }
    #claim_business_form .w70{
        width: 100%;
    }
    #claim_business_form .form-group .login_input {
        width: 100% !important;
    }
     #claim_business_form .form-group select.login_input {
         margin-bottom: 15px;
     }
     .new_login_main_container {
         width: 90%;
     }
     .profile_form_container {
         width: 100% !important;
     }
   
}
@media (max-width: 740px) {
    .reward_point_item {
      width: 45%;  
      margin-right: 20px;
    }
     .reward_title {
        height: 25px !important;
    }
    .redeem_button_div {
        text-align: center;
    }
     #claim_business_form .w33 {
        width: 50%;
    }
}
@media (max-width: 600px) {
     .reward_point_item {
        width: 100%;
    }
   
}
@media (max-width: 576px) {
    .home_section{
        padding-bottom: 50px !important;
    }
    .profile_title.page-title {
        font-size: 24px!important;
    }
    .bucket_list .sort_order {
        width: 120px !important;
    }
    #claim_business_form .w33 {
        width: 100%;
    }
    .mobile-filter .mobile-filter {
         
    }
    .listing_dropdown {
       
    }

}

@media (max-width: 414px) {
    .small_box_style_container .category {
        font-size: 9px;
    }
    .small_box_style_container .title {
        font-size: 12px;
    }
    .home_section .listing_dropdown {
        top: 105px !important;
    }
}


/* end chan */

/* Jason*/
.small_round_word{
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
.listing .draw_line:first-child:before {
    background-color: transparent;
    content: "";
}
.listing .draw_line:last-child:after {
    background-color: transparent;
    content: "";
}
.listing .draw_line:before,.listing .draw_line:after {
    background-color: #d2d2d2;
    content: "";
    display: flex;
    height: 3px;
    width: 50%;
    position: absolute;
    top: 30%;
    z-index: -1;
}
.control-label {
    text-align: left!important;
}
.register_label {
    font-weight: 100;
    margin-bottom: 10px!important;
}
.middle_text{
    margin-top: 1%;
    text-align: center;
}
.middle_text .bigger_checkbox{
    float:left;
}
.middle_text_font_size{
    font-size: 25px;
}
.bigger_checkbox{
    width: 20px;
    height: 20px;
}
.day_word{
    font-size: 18px;
    padding-left: 5%;
}
.table_ahref{
    color:black;
}
/* end Jason */
