/*
Theme Name: Tribe For Divi
Theme URI: https://thedesignspacedemo.co/tribe-divi
Template: Divi
Author: The Design Space Co
Author URI: https://thedesignspace.co
Version: 1.2
Updated: 2020-09-21 20:55:12

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

*{
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
  	font-size: 16px;
  	line-height: 21px;
	font-weight: 400;
}


/***flex***/

.la-background-login,
.la-pagination-column ul,
.la_profile_template{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  	flex-direction: row;
/*   	justify-content: center;
  	align-items: center; */
}

button, a,
input[type='submit']{
	cursor: pointer;
}

a{
	color: #00718c;
}


/*** Card layout ***/
.la-card-section .la-card-column,
/* .la-agents-section .la-agents-div, */
.la-booking-card-col,
.la-cash-col,
.single-incentive .et_photo_gallery ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	
}

.la-card{
	margin: 15px;
    width: 30%;
	flex:0 0 30%;
    padding: 32px 32px 19px;
    border-radius: 12px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 16%);
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    text-align: center;
}

/*** Header Section CSS ***/
.logged-in #et-top-navigation ul > li#menu-item-520{
	display: none;	
}

#et-top-navigation {
	margin-top: 20px;
	padding: 20px 0px !important;
}

#et-top-navigation ul li {
	vertical-align: middle;
}

#et-top-navigation ul li a:hover {
	color: #ff9c0f !important;
	opacity:1;
	background:none;
	background-color:transparent;
}

#et-top-navigation ul li a {
	padding-bottom:0 !important;
 
}

/*.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a{ padding-bottom:0 !important;}*/

#et-top-navigation {
	padding-top: 0px !important;
}

#et-top-navigation ul > li#menu-item-426 > a,
#et-top-navigation ul > li#menu-item-341 > a,
#et-top-navigation ul > li#menu-item-528 > a{
	/*padding: 0px 13px;*/
	/*height: 40px;*/
	    padding: 0px 10px;
    height: 34px;
	border-radius: 12px;
	display: table-cell;
	vertical-align: middle;
	background: rgba(255,255,255,0.5);
}

#main-header {
	box-shadow:none !important;
}

header nav#top-menu-nav #top-menu li{
	/*padding-right: 29px;*/
	padding-right: 16px;
}

html .et-fixed-header#main-header {
	box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
	-moz-box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
}

.et-fixed-header#main-header ul > li#menu-item-341 > a,
#et-top-navigation ul > li#menu-item-341 > a:hover,
.et-fixed-header#main-header ul > li#menu-item-528 > a,
#et-top-navigation ul > li#menu-item-528 > a:hover{
	background:rgba(255,156,15,1) !important;
	color:#ffffff !important;
	border-color:#ff9c0f !important;
}
.page-id-584 #et-top-navigation,
.page-id-992 #et-top-navigation,
.page-id-586 #et-top-navigation
{
    margin-top: 11px; 
}
#logo {
	max-height: 67px !important;
}
/*#logo {*/
/*	max-height: 75% !important;*/
/*}*/

.la-agent-header ul li a{
	color: #0c4a59 !important;
	padding:0 15px !important;
}

#page-container .la-agent-header .menu-item-has-children>a{
	color: #ffffff !important;
	text-transform: uppercase;
    background: #004B5A;
    border-radius: 50%;
    padding: 0 15px !important;
} 
.la-agent-header ul li a:hover{
 	color:#f3a026 !important;
}

.la-agent-header ul li.current-menu-item a{

}

.la-agent-header ul li:last-child a{ background:none;}


/*** Logedin header ***/

.la-agent-header #top-menu .sub-menu{
  padding:15px 0 10px ;
  border-radius: 12px;
  border: 1px solid #D5D5D5;
  box-shadow: 1px 0px 5px #d5d5d5;
	background: #ffffff;
	top: 50px;
  left: -191px;
}

.la-agent-header #top-menu .sub-menu li{
  margin-bottom: 11px;
}

.la-agent-header #top-menu .sub-menu li.current-menu-item a,
.la-agent-header #top-menu .sub-menu li a:hover{
  background: #ffffff !important;
}

.la-agent-header ul.sub-menu li a{
  padding: 0px !important;
	text-align: left !important;
}

.la-agent-header .menu-item-has-children:before{
/*	content: '';*/
	width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  right: 0px;
	bottom: 0px;
  margin: auto 0px;
  background: #004B5A;
}
.la-agent-header .menu-item-has-children>a{
	padding: 0px 13px;
	line-height: 50px;
}

.la-agent-header .menu-item-has-children>a:after{
  display: none;
}
.la-agent-header .menu-item-has-children select {
	appearance: none;
}


/*** Footer Section CSS ***/
#main-footer .footer-widget H4.title {
	font-weight: 700;
	padding-bottom: 16px;
}

#main-footer div.menu-loyalty-footer-widget-contact-container ul li::before,
#main-footer div.menu-loyalty-footer-widget-menu-container ul li:before,
#main-footer div.menu-loyalty-footer-widget-information-container ul li:before,
#main-footer div.menu-loyalty-footer-widget-join-container ul li:before {
	border-width: 0px !important;
}

#main-footer div.menu-loyalty-footer-widget-contact-container ul li,
#main-footer div.menu-loyalty-footer-widget-menu-container ul li,
#main-footer div.menu-loyalty-footer-widget-information-container ul li,
#main-footer div.menu-loyalty-footer-widget-join-container ul li {
	padding-left: 0px;
	margin-bottom: 11px;
}

.single-incentive nav li a {
  color: #0c4a59 !important;
}

#main-footer ul li a {
	font-weight: 400 !important;
}

#footer-widgets div.footer-widget {
	margin: 0px 20px 60px 0px;
}

#footer-widgets {
	display: flex;
	padding-top: 90px;
}

#footer-widgets div.footer-widget:first-child {
	flex-grow: 1;
}

div#footer-bottom {
	padding: 0px;
}

#footer-bottom div#footer-info {
	text-align: center;
	padding: 12px;
	font-size: 14px;
	float: unset !important;
}

div#footer-widgets .footer-widget ul.wp-block-social-links li {
	background: transparent;
	padding: 0px;
}

div#footer-widgets .footer-widget:last-Child {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

div#footer-widgets .footer-widget ul.wp-block-social-links li:before {
	border-width: 0px;
}

div#footer-widgets .footer-widget ul.wp-block-social-links li a svg {
	width: 24px;
	height: 24px;
}

#et-main-area footer#main-footer:before {
	position: absolute;
	top: -121px;
	left: 0px;
	width: 100%;
	content: '';
	height: 125px;
	background: transparent url('images/footer-strip2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display:none;
}

#main-footer {
	margin-top: 126px !important;
	position: relative;
	background: linear-gradient(#F4A22F, #c9821f);
}

#footer-widgets .footer-widget li a:hover {
	color:#234f50;
}


/*** Banner Section CSS ***/
.la-banner-section {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

div.et-animated-content {
	padding-top: 0px !important;
}

.booking-div {
	margin-left: 10% !important;
}


/*** Joining Reward Section CSS ***/
.la-joining-div h2 span {
	color: #f59f26;
	padding: 0px 3px;
}

.la-joining-div div.et_pb_module {
	margin-bottom: 0px;
}


/*** Suppliers & Agents Section CSS ***/
.la-suppliers-video div.et_pb_video_box,
.la-agents-video div.et_pb_video_box{
	height: 100%;
}

.la-suppliers-video div.fluid-width-video-wrapper,
.la-agents-video div.fluid-width-video-wrapper{
	height: 100%;
}

.la-suppliers-li ul li::marker,
.la-agents-li ul li::marker{
	font-size: 0px;
}

.la-suppliers-div div.et_pb_button_module_wrapper,
.la-agents-div div.et_pb_button_module_wrapper{
	display: inline-block;
	width: 41%;
	max-width: 208px;
}

.la-agents-li ul li,
.la-suppliers-li ul li{
	margin-bottom:10px;
	position: relative;
	display: block;
}

.la-agents-li ul li:before,
.la-suppliers-li ul li:before{
	display: block;
  position: absolute;
  top: 7px;
  left: -22px;
  content: '';
	width: 8px;
  height: 8px;
  background: #565656;
  border-radius: 50%;
}

.la-agents-section .la-agents-div{
	align-items: unset;
}

.la-suppliers-div a.la-suppliers-btn,
.la-agents-div a.la-agents-btn{
	width: 100%;
}


/***More reward Home page ***/
.la-more-section .la-more-section,
.la-more-section .la-card-section{
  border: 1px solid blue;
}

.la-more-section .la-more-row,
.la-more-section .la-more-column:last-child{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.la-more-section{
     margin: 0 0 50px;
}

.la-more-section h4{
  margin: 0px;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 37px;
  color: #2c2c2c;
}

.la-more-section h4 span{
  color: #f29f26;
}

.la-more-section p{
  font-size: 18px;
  line-height: 23px;
  color: #565656;
  margin: 12px 40px 0px 0px;
  max-width: 362px;
}

.la-more-section .la-more-column:last-child{
	flex-basis: 34%;
  max-width: 385px;
}

.la-more-section form{
  margin: 0px;
  position: relative;
  width: 100%;
}

.la-more-section .search-form img,
.la-booking-section .search-agent-incentives img,
.la-more-section .search-incentives img{
	position: absolute;
  top: 0px;
  bottom: 0px;
  left: -45px;
	margin: auto 0px;
}

.la-more-section .la-search{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: none;
  border: none;
  padding: 0px 0px 0px 12px;
}

.la-more-section i.la-search-icon{
  color: #f29f26;
}

.la-more-section input[type="text"]{
	height: 48px !important;
	float: right;
  width: 100%;
  color: #929292;
  padding: 0px 0px 0px 35px;
  height: 100%;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  max-width: 392px;
}

.la-more-section input::placeholder {
  color: #929292;
}


/***Card Section***/
.la-card-section .la-card-column{ margin-left:-15px; margin-right:-15px; justify-content:center; 	}

.la-card-section .la-card{
	position:relative;
/* 	height:400px; */
  /*margin: 16px 25px 16px 25px;
	width: 27.3%;
 	padding: 32px 32px 13px;
  border-radius: 12px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
	text-align: center;*/

/*   	display: flex;
    flex-direction: column; */
/*     justify-content: center;
    align-items: center; */
}

/* .la-card-section .la-card:last-child{
	margin: 16px auto 16px 30px;
} */



.la-card-section img{
  	margin-bottom: 32px;
  	height: 112px;
	width: 100%;
  	object-fit: cover;
	object-position: center;
}

.la-card img,
.la-incentive-card img{
  	margin-bottom: 32px;
  	height: 150px;
	width: 100%;
  	object-fit: cover;
	/*cursor: pointer;*/
	object-position: center;
	background-image: url(https://stg-loyalty.codupcloud.com/wp-content/uploads/2021/09/TG_Primary_Logo@3x.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.la-incentive-card{
/* 	height: 132px;
    width: 248px; */
}

.la-card-section p{
  	color: #929292;

}

.la-card-section .la-card-button{
  width: 108px; 
  font-weight: 500;
  color: #ffffff;
  background: #f59f26;
  border-radius: 12px;
  border: none;
  height: 48px;
  max-width: 216px;
  width: 100%;
	margin: 29px 0px 24px 0px;
}

.la-card-section p a,
.la-card-section .la-card-anchor{
  text-decoration: underline;
  font-size: 13px;
  font-style: italic;
  color: #00718c; /* #0c4a59*/
	display: block;
}


/*** Edit profile***/
.la-profile-setting{
	padding: 0px 100px;	
}

.la_profile_template{
	flex-wrap: wrap;
	margin: 0px auto;
    width: 72%;
}

.la_profile_row{
	flex-basis: 33%;
    margin-bottom: 18px;
    display: block;
	padding: 20px;
}

.la_profile_row img{
	width: 20%;
}

.la_profile_row p{
	color: #0c4a59;
    font-weight: 600;
	padding-top: 7px;
}

.la_profile_row .delete-account{
	max-width: 168px !important;
	margin: 0px auto 0px 0px !important;
}

/***pagination Section***/
.la-pagination-section .la-pagination-row{
  margin-top: 46px;
}

.la-pagination-section .la-pagination-column ul{
	flex-wrap: wrap;
	padding: 0px;
  	list-style: none;
	justify-content: center;
}

.la-pagination-section p,
.la-pagination-section .la-pagination-column ul li a{
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #040921;
  padding: 0px 8px;
  text-transform: capitalize;
}

.la-pagination-section .la-pagination-column ul li.active a{
  background: #f29f26;
	color: #ffffff;
	border-radius: 5px;
}



.la-pagination-section .la-pagination-column ul li.paginationjs-prev a,
.la-pagination-section .la-pagination-column ul li.paginationjs-next a{
	color: #f29f26;
}

.la-pagination-section .la-pagination-column ul li a:hover{
  background: #f29f26;
	color: #ffffff;
	border-radius: 5px;
}

.la-pagination-column .see-all-program{
  line-height: 48px;
  padding: 0px 20px;
  background: #ececec ;  /*#f8f8f8*/
  border-radius: 12px;
  color: #929292;
}


/*** Login Page CSS ***/
/* body.page-id-23 #et-main-area .container{
	padding: 100px 0px !important;
} */

/* .page-id-23 #et-top-navigation ul > li:last-child > a{
	color: #ffffff ;
} */

/* .page-id-23 #main-content .container:before,
.page-id-522 #main-content .container:before,
.page-id-524 #main-content .container:before,
.page-id-23 footer,
.page-id-522 footer,
.page-id-524 footer{
	display: none;
} */
/* 
.page-id-23,
.page-id-522,
.page-id-524{
	background:url('images/login-bg.jpg');
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
} */
/* 
body.page-id-23 #main-content,
body.page-id-522 #main-content,
body.page-id-524 #main-content{
	background: transparent;
	min-height: calc(100vh - 64px);
  	margin-top: 64px;
	justify-content: center;
    align-items: center;
} */


.la-background-login{
	background:url('images/login-bg.jpg');
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}
 
.la-background-login
/* body.page-id-522 #main-content,
body.page-id-524 #main-content */
{
/* 	background: transparent; */
	min-height: calc(100vh );
/*   	margin-top: 64px; */
	justify-content: center;
    align-items: center;
/* 	padding: 40px; */
}

.la-center-wrapper
/* .page-id-522 #et-main-area #main-content article#post-522,
.page-id-524 #et-main-area #main-content article#post-524{ */
{
  background-color: white;
  padding: 28px 36px 1px;
  border-radius: 20px;
	margin: 150px auto 150px;
	max-width: 444px;
	width: 100%;
}

.la-center-wrapper{
	width: 443px;
}

/* .page-id-522 #et-boc{
	display: none;
} */

.la-height-adjust{
	height: auto !important;
  margin: 151px 0px;
}

.la-login-page .gf_browser_chrome{
	margin-bottom: 10px;
}

/* .page-id-524 #et-main-area #main-content #left-area{
	width: 100%;
} */

.la-frgt-pswd-page table
/* .page-id-524 #et-main-area #main-content table */
{
	border: 0px  !important;
	margin-bottom: 5px;
}

.la-frgt-pswd-page table,
/* .page-id-524 #et-main-area #main-content table, */
.la-frgt-pswd-page table td
/* .page-id-524 #et-main-area #main-content table td */
{
	border: 0px;
	padding: 0px;
}

/* .page-id-522 #et-main-area #main-content .container,
.page-id-524 #et-main-area #main-content .container{
	padding-top: 0px !important;
} */

/* .page-id-23 #et-main-area > #main-content > article > .entry-content,
.page-id-522 #et-main-area #main-content article#post-522,
.page-id-524 #et-main-area #main-content article#post-524{
  background-color: white;
  padding: 28px 36px 1px;
  border-radius: 20px;
	margin: 100px auto 100px;
	max-width: 444px;
	width: 100%;
}

.page-id-23 #et-main-area > #main-content > article > .entry-content{
	width: 443px;
} */

.la-frgt-pswd-page thead h1,
.la-background-login h1{
	padding: 0px;
	margin-bottom: 6px;
}

.la-frgt-pswd-page #et-main-area #main-content article p{
	margin: 10px 0px 20px;
}

.la-frgt-pswd-page #et-main-area #main-content article p:first-child{
	margin: 7px 0px;
}
/* 
.page-id-23 #content-area h1.main_title{
	padding: 0px;
  margin-bottom: 11px;
  font-size: 36px;
	line-height: 41px;
  color: #484848;
  font-weight: 600;
} */

/* .page-id-23 #content-area #left-area{
  width: 100%;
} */

.la-frgt-pswd-page #main-content table p.form-row,
.la-login-page figure.wp-block-table table,
.la-login-page figure.wp-block-table table tr td{
	border: none;
	padding: 0px;
}


.la-login-page form#gform_0 .gform_heading h1{
	margin: 0 0 11px;
	padding: 0px;
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
  color: #484848;
}

.la-login-page form#gform_0 .gform_body .errormessage,
.la-login-page form#gform_0 .gform_heading h3,
.la-login-page table td p{
    font-size: 14px;
    font-weight: 300;
    color: #8c8c8c;
    line-height: 19px;
}

.la-login-page form#gform_0 .gform_heading .success{
	background: #28a745;
  color: white;
  display: block;
  padding: 15px 10px;
  border-radius: 9px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

#et-main-area #main-content article .error,
.la-login-page form#gform_0 .gform_body .errormessage{
  padding-bottom: 7px;
	color: #FF0000;
}

.la-frgt-pswd-page table label,
.la-rst-pswd-page form label,
.la-login-page form#gform_0 .gform_body label.gfield_label,
.la-login-page form#gform_0 .gform_body input[type="text"],
.la-login-page form#gform_0 .gform_body input[type="password"]{
	margin-bottom: 24px;
	color: #505050;
	margin-top: 10px;
}

.la-frgt-pswd-page table input[type="text"],
.la-rst-pswd-page form input[type='password']{
	margin-top: 10px;
}

.la-frgt-pswd-page table input[type="text"],
.la-rst-pswd-page form input[type="text"],
.la-rst-pswd-page form input[type="password"],
.la-login-page form#gform_0 .gform_body input[type="text"],
.la-login-page form#gform_0 .gform_body input[type="password"]{
	width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  padding:0px 15px;
	height: 48px;
}

.la-login-page form#gform_0 .gform_body .gchoice{
	margin: -10px 0px 35px;
}

.la-login-page form#gform_0 .gform_body .gchoice .gfield-choice-input{ 
	vertical-align: text-bottom;
}

.la-login-page form#gform_0 .gform_body .gchoice label{
  font-size: 14px;
  font-weight: 300;
  color: #8c8c8c;
  line-height: 19px;
}

.la-login-page form#gform_0 .gform_footer{
	padding: 0px;
	margin: 0px;
}

.la-frgt-pswd-page table #lostpasswordform input[type="submit"],
.la-rst-pswd-page form input[type="submit"],
.la-login-page form .gform_footer input[type="submit"]{
	cursor: pointer;
	width: 100%;
  padding: 17px 10px 16px;
  background: #f59f26;
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 500;
	transition: .300s all linear;
}

.la-rst-pswd-page form input[type="submit"]{
	margin-bottom: 27px;
}

.la-login-page .gf_login_links a{
	margin-top: 15px;	
}

.la-login-page .gf_login_links a,
.la-login-page form#gform_0 .gform_body .gchoice a{
	font-size: 14px;
  font-weight: 300;
	color: #2962ff;
	text-decoration: underline;
}

.la-login-page form#gform_0 .gform_body .gchoice a{
	float: right;
}

.la-login-page .gf_login_links{
	text-align: center;	
}

/* body.page-id-23 .entry-content .et-boc {
	display:none;
} */


/*** Registration Page CSS ***/
.page-id-12 #top-menu-nav li
/* .la-footer-none */
{
	display: none;
} 

.page-id-12 #top-menu-nav li#menu-item-341,
.page-id-12 #top-menu-nav li#menu-item-528{
	display: inline-block;
} 

.page-id-12 #top-menu-nav li#menu-item-341 a,
.page-id-12 #top-menu-nav li#menu-item-528 a{
	background: #0c4a59;
} 

.page-id-12 #top-menu-nav li#menu-item-341 a:hover,
.page-id-12 #top-menu-nav li#menu-item-528 a:hover{
	background: #f59f26;
} 

.la-registration-div .et_pb_column:first-child{
	margin: 0px;
	flex-grow: 1;
}

.la-registration-div .et_pb_column_1{
	overflow-y: auto;
	flex-grow: 1;
	position: relative;
}

.la-registration-div .la-registration-text{
	display: flex;
  flex-direction: row;
	justify-content: center;
  align-items: center;
  flex-wrap: wrap;
	min-height: 100vh;
} 

.la-registration-div .la-registration-form-text{
	position: sticky;
  	top: 0px;
  	left: 0px;
	z-index:9999999;
}

.la-registration-div .la-registration-form table td,
.la-registration-div .la-registration-form table {
	padding: 0px;
	border: none;
}

.la-registration-div h2{
	padding-bottom: 16px;
}

.la-registration-div p{
	padding-bottom: 14px;
}

.la-registration-div .et_pb_column_1_2 .et_pb_text_inner p{
	max-width: 635px;
	margin-bottom: 10px;
}

.la-registration-div .et_pb_column_1::-webkit-scrollbar-thumb {
  background-color: blue;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid orange;  /* creates padding around scroll thumb */
} 

.la-registration-div .la-registration-form p{
	padding: 0px;
}

.la-registration-form .gform_fields,
.la-edit-profile-form .gform_fields{
	display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
	grid-column-gap: 0% !important;
  grid-row-gap: 0px !important;
	position: relative;
}

.la-registration-form table #field_1_5,
.la-edit-profile-form #field_4_5{
	flex-basis: 100%;
	text-align: center;
  margin-bottom: 15px;
} 

.la-registration-form table #field_1_5 .ginput_container input[type='file']::file-selector-button{
	width: 112px;
  height: 112px;
  border: 2px solid red;
  border-radius: 50%;
  background: #f8f8f8;
  color: #f8f8f8;
	opacity: 0;
} 

.la-registration-form table #field_1_5 .ginput_container input[type='file'],
.la-edit-profile-form #field_4_5 .ginput_container input[type='file']{
	opacity: 1;
    height: 115px;
    width: 115px;
    border: 3px solid #d1d1d1;
    z-index: 5;
    position: relative;
    border-radius: 50%;
}

.la-registration-form table #field_1_5 .ginput_container:before,
.la-edit-profile-form #field_4_5 .ginput_container:before{
	position: absolute;
	z-index: -1;
	width: 70px;
	content: 'Upload Photo';
    font-size: 15px;
    line-height: 20px;
    color: #2c2c2c;
    font-weight: 500;
} 

.la-registration-form table #field_1_5 .ginput_container:after,
/* .la-edit-profile-form #field_4_5 .ginput_container:after{
	position: absolute;
	bottom: 0%;
	z-index: 9999;
	width: 30px;
	height: 30px;
	content: '';
	border-radius: 50%;
	background-image: url('http://stg-loyalty.codupcloud.com/wp-content/uploads/2021/09/Layer-2@2x.webp');
	background-position: cover;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 0px;
  left: 90px;
  margin: auto;
}  */

.la-registration-form table #field_1_5 label,
.la-registration-form table #field_1_5 .ginput_container .gform_fileupload_rules,
.la-edit-profile-form #field_4_5 .gfield_label,
.la-edit-profile-form #field_4_5 .ginput_container .gform_fileupload_rules{
	opacity: 0;
	display: none;
} 

.la-registration-form table #field_1_5 .ginput_container,
.la-edit-profile-form #field_4_5 .ginput_container{
	position: relative;
	display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
	height: 113px;
  width: 20%;
  margin: 11px auto 27px;
}

.la-registration-form table #field_1_5 .ginput_container #gform_preview_1_5,
.la-edit-profile-form #gform_preview_4_5{
  position: relative;
  max-width: 240px;
  width: 100%;
}

.la-registration-form .ginput_preview,
.la-edit-profile-form .ginput_preview{
	margin: 0px;
	width: 100%;
  	position: absolute;
  	bottom: 70px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
}

.la-registration-form .ginput_preview strong,
.la-edit-profile-form .ginput_preview strong{
  text-overflow: ellipsis;
  overflow: hidden !important;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 35%;
  width: 100%;
}

.la-registration-form table #field_1_5 .ginput_container:afer{
	position: absolute;
	bottom: 37%;
  right: 21%;
	z-index: -1;
	width: 30px;
	height: 30px;
	content: '';
	border-radius: 50%;
	background-image: url('http://stg-loyalty.codupcloud.com/wp-content/uploads/2021/09/Layer-2@2x.webp');
	background-position: cover;
	background-size: 100% 100%;
	background-repeat: no-repeat;
} 

.la-registration-form table #gform_fields_1 .la-half-field,
.la-registration-form table #gform_fields_1 .la-full-field{
	min-height: 114px;
	flex-grow: 1;
	width: 42%;
	margin: 0px 15px;
} 
.la-registration-form table .gfield--width-full {
    margin: 0px 15px;
    width: 48%;
}
div#field_1_11 {
    margin: 0px 15px;
}
.la-registration-form table #gform_fields_1 .la-full-field .gfield_password_strength{
	margin: 5px 0px 12px;
}

.la-registration-form table #gform_fields_1 .la-full-field,
.la-registration-form table #gform_fields_1 .la-full-other-field{
	width: 100%;
	margin: 0px 15px;
} 

.la-registration-form table #gform_fields_1 .la-full-field .ginput_complex span.ginput_left{
	padding: 0px 8px 0px 0px;
} 

.la-registration-form table #gform_fields_1 .la-full-field .ginput_complex span.ginput_right{
	padding: 0px 0px 0px 16px;
}

.la-registration-form table #gform_fields_1 .la-full-other-field{}

.la-registration-form table #gform_fields_1 .la-content-field{
	width: 60%;
	margin: 45px 15px 0px;
} 

.la-edit-profile-form .la-half-field{
	width: 48%;
}

.la-edit-profile-form .la-full-field{
	width: 100%;
}

.la-edit-profile-form .ginput_left{
	padding: 0% 1% 0% 0% !important;
}

.la-edit-profile-form .ginput_right{
	padding: 0% 0% 0% 2% !important;
}

.la-registration-form table #gform_fields_1 .la-content-field,
.la-registration-form table #gform_fields_1 .la-content-field a{
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #929292;
}

.la-registration-form table #gform_fields_1 .la-content-field a{
  color: #0c4a59;
	text-decoration: underline;
}

.la-registration-form table #gform_fields_1 #input_1_9{
	justify-content: space-between;
}

/* .la-registration-form table #gform_fields_1 #input_1_9_1_container{
	order: 0;
}

.la-registration-form table #gform_fields_1 #input_1_9_3_container{
	order: 3;
}

.la-registration-form table #gform_fields_1 #input_1_9_6_container{
	order: 1;
} */

.la-registration-form table #gform_fields_1 #input_1_9_3_container,
.la-registration-form table #gform_fields_1 #input_1_9_6_container{
	flex-basis: 30%;
/* 	padding: 0px 24px 0px; */
/* 	padding: 0px 12px 0px 0px; */
} 

.la-registration-form table #gform_fields_1 #input_1_9_6_container{
	flex-grow: 1;
	flex-basis: 20%;
/* 	padding: 0px 24px; */
/* 	padding: 0px 12px 0px 0px; */
} 

.la-registration-form table #gform_fields_1 #input_1_9_4_container{
	flex-basis: 30%;
	flex:0 0 30%;
	padding-right:15px;
/* 	order: 3; */
/* 	order: 2; */
/*     flex-grow: 1; */
/*     padding: 0px 12px; */
/*     display: flex;
    flex-direction: column-reverse;
    margin-bottom: 6px;
    padding: 0px 15px 0px; */
	flex-direction: column-reverse;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
body.page-id-12 .la-registration-form table .gform_validation_error #input_1_9_4_container{
	 display: block !important;
}

.la-registration-form .gform_body .gfield_label,
.la-registration-form .gform_body label,
.la-registration-form .gform_body legend,
.la-registration-form .gform_body select,
.la-registration-form .gform_body input[type='tel'],
.la-registration-form .gform_body input[type='email'],
.la-registration-form .gform_body input[type='text'],
.la-registration-form .gform_body input[type='password'],
.la-edit-profile-form .gform_body .gfield_label,
.la-edit-profile-form .gform_body label,
.la-edit-profile-form .gform_body legend,
.la-edit-profile-form .gform_body select,
.la-edit-profile-form .gform_body input[type='tel'],
.la-edit-profile-form .gform_body input[type='email'],
.la-edit-profile-form .gform_body input[type='text'],
.la-edit-profile-form .gform_body input[type='password']{
  font-size: 15px;
  font-weight: normal;
  color: #505050;
	margin-bottom: 12px;
}

.la-registration-form .gform_body legend,
.la-edit-profile-form .gform_body legend{
	display: none;
}

.la-registration-form .gform_body select,
.la-registration-form .gform_body input[type='tel'],
.la-registration-form .gform_body input[type='email'],
.la-registration-form .gform_body input[type='text'],
.la-registration-form .gform_body input[type='password'],
.la-edit-profile-form .gform_body select,
.la-edit-profile-form .gform_body input[type='tel'],
.la-edit-profile-form .gform_body input[type='email'],
.la-edit-profile-form .gform_body input[type='text'],
.la-edit-profile-form .gform_body input[type='password']{
	height: 48px;
  border-radius: 4px;
 /* border: solid 1px #d1d1d1;*/
  background-color: #ffffff;
}

.la-registration-form .gform_footer {
	margin: 0px 14px 0px 0px;
	padding: 0px;
	float: right;
	position: absolute;
  bottom: 3px;
  right: 0px;
}

.la-registration-form .gform_footer input[type='submit'],
.la-edit-profile-form .gform_footer input[type='submit'] {
	margin: 0px;
	padding: 0px 10px;
	border: none;
	border-radius: 12px;
	background: #f59f26;
	width: 120px;
  height: 48px;
  font-weight: 500;
  color: #ffffff;
}


/***Validation ***/
.la-registration-form table .gform_validation_errors,
.la-edit-profile-form .gform_validation_errors{
	border: none;
  background: none;
  outline: none;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 0px;
  padding-left: 48px;
}

.la-registration-form table .gform_validation_errors .gform_submission_error,
.la-edit-profile-form .gform_validation_errors .gform_submission_error{
  padding: 7px 0px 5px !important;
}

.la-registration-form .gform_body #validation_message_1_5{
	padding-top: 23px !important;	
}

.la-registration-form table .gform_validation_errors .gform_submission_error,
.la-registration-form .gform_body .validation_message,
.la-edit-profile-form .gform_validation_errors .gform_submission_error,
.la-edit-profile-form .gform_body .validation_message{
  padding: 0px 0px 6px;
	margin: 0px ;
  font-size: 14px;
  font-weight: 300;
  color: red;
  line-height: 19px;
	border: none;
	background: none;
}

header#main-header ul#mobile_menu{
	top: 64px;
	padding: 10px;
	background-color: #ffffff ;
	border-top: 5px solid #eea024;
}


/***edit profile page***/


/***Phase II***/
/***Common Property***/
/* .la-cash-section .la-cash-col, */
/* .la-booking-section .la-booking-card-col, */
.la-booking-section .la-booking-card-col .terms-row,
.la-activity-section .la-activity-row, 
.la-incentive-section .la-btn-setting,
.la-incentive-section .la-incentive-card-row,
.la-incentive-form-section .la-incentive-form-row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-direction: row;
  margin: 15px 0px;
}

.la-cash-col{
/*   margin: 15px -15px;	 */
		
}

.la-cash-section .la-card h3,
.la-cash-section h2,
.la-activity-section .la-activity-row h2,
.la-incentive-section .la-incentive-row .la-incentive-h2{
  margin: 0px 0px 32px 0px;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  color: #565656;
}

.la-cash-section h2{
	margin: 0px;
}

.la-incentive-form-section label,
.la-incentive-form-section select,
.la-booking-section form input[type='text'],
.la-incentive-form-section input[type="text"],
.la-incentive-form-section input[type="number"],
.la-incentive-form-section input[type="date"],
.la-incentive-form-section textarea,
.la-incentive-form-section .la-submit{
  height: 48px;
}

#left-area{
	width: 100%;
}

#main-content .container:before,
article#post-586 .main_title,
article#post-588 .main_title/*,
.logged-in .la-main-footer:before,
.page-id-588 .la-main-footer:before,
.logged-in .la-main-footer #footer-widgets,
.page-id-588 .la-main-footer #footer-widgets*/
{
	display: none;
}


/* Dashboard */
#left-area .la-backgrnd a#redeem_points_id_table {
    margin-left: 0;
    margin-right: 0;
    float: right;
    clear: both;
    margin-top: 0;
}
a#redeem_points_id_table, .request-cash {
    max-width: 185px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 12px;
    border: none;
    height: 48px;
    max-width: 216px;
    line-height: 1.7;
    width: 100%;
    margin: 20px auto 13px auto;
    border-color: #f59f26;
    background-color: #f59f26;
    padding: 10px 22px;
    display: inline-block;
    text-align: center;
    transition: ease all 0.5s;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

element.style {
}
.la-activity-setting {
    margin-top: 18px;
}
.la-activity-setting {
    width: 100%;
    overflow: hidden;
    position: relative;
}
a#redeem_points_id_table::before, .request-cash:before {
    left: -20px;
    transform: translate(-50%, -50%);
}
a#redeem_points_id_table::after, a#redeem_points_id_table::before, .request-cash::after, .request-cash::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #0c4a59;
    border-radius: 50%;
    z-index: -1;
}
a#redeem_points_id_table:after, .request-cash:after {
    right: -20px;
    transform: translate(50%, -50%);
}
a#redeem_points_id_table::after, a#redeem_points_id_table::before, .request-cash::after, .request-cash::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #0c4a59;
    border-radius: 50%;
    z-index: -1;
}
a#redeem_points_id_table:hover:before, .request-cash:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
a#redeem_points_id_table:hover:after, .request-cash:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.request-bonus-cash {
    max-width: 185px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 12px;
    border: none;
    height: 48px;
    max-width: 216px;
    line-height: 1.7;
    width: 100%;
    margin: 20px auto 13px auto;
    border-color: #f59f26;
    background-color: #f59f26;
    padding: 10px 22px;
    display: inline-block;
    text-align: center;
    transition: ease all 0.5s;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.request-bonus-cash::after, .request-bonus-cash::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #0c4a59;
    border-radius: 50%;
    z-index: -1;
}
.la-incentive-card.la-anchor-col #redeem_points_id_table {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
}
.request-bonus-cash::before {
    left: -20px;
    transform: translate(-50%, -50%);
}
.request-bonus-cash::after {
    right: -20px;
    transform: translate(50%, -50%);
}
.request-bonus-cash:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.request-bonus-cash:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.la-cash-section .la-card h3 {
  margin: 0px 0px 4px 0px;
}

.la-cash-section .la-cash-row{
  margin: 17px 0px;
}

.la-cash-section .la-cash-title-col{
	display: inline-block;
  width: 50%;
}

.la-cash-section .la-cash-button-col{
	display: inline-flex;
  	width: 49%;
  	vertical-align: top;
	justify-content: flex-end;
}

.la-cash-section .la-p-cash{
	margin: 5px 0px 11px 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #565656;
}

.la-cash-section .la-p-cash span{
  color: #f59f26;
}
/* 
.la-booking-section .la-booking-card-col{
	flex-wrap: wrap;
	margin: 15px -13px;
} */

.la-cash-section .la-card{
	flex-grow: 1;
	text-align: left;
/* 	max-width: 248px; */
	width: 25%;
	border: none;
/* 	margin: 14px 13px; */
	padding: 16px 17px 20px 17px;
	background-color: #f8f8f8;
}

.la-booking-section .la-card,
.la-cash-section .la-card {
/*   
  border-radius: 20px;
  background-color: #f8f8f8;
   */
}

.la-cash-section .la-card .la-cash-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-bottom: 8px;
  object-fit: contain;
  object-position: center;
  background-color: #ffffff;
}

.la-cash-section .la-card h3 span{
  font-size: 13px;
  line-height: 18px;
}

.la-booking-section .la-card p,
.la-cash-section .la-card p,
.la-booking-section .la-booking-card-col .terms-row a{
  font-size: 14px;
  color: #929292;
	text-align: center;
}


/***booking section***/
.la-booking-section{
  padding: 32px 29px 60px;
  margin: 35px 22px 50px;
  border-radius: 20px;
  background-color: #F6F9FA;
}

.la-booking-section .la-booking-row{}

.la-booking-section .la-booking-col{
  margin-bottom: 28px;
}

.la-booking-section h3,
.la-booking-section .la-search-col{
  display: inline-block;
  width: 25%;
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #565656;
}

.la-booking-section .la-search-col{
  text-align: right;
  width: 73%;
}

.la-booking-section .la-booking-row form{
  display: inline-block;
  position: relative;
  margin: 0px;
  max-width: 328px;
  width: 100%;
}

.la-booking-section .la-booking-row form input[type='text']{
  padding: 5px 5px 5px 38px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px #d1d1d1;
  width: inherit;
  color: #929292;
  background: transparent;
}

.la-booking-section .la-booking-row form input[type='text']::placeholder { 
  color: #929292;
  opacity: 1; /* Firefox */
}

.la-booking-section .la-booking-row form input[type='text']:-ms-input-placeholder { 
  color: #929292;
}

.la-booking-section .la-booking-row form input[type='text']::-ms-input-placeholder { 
  color: #929292;
}

.la-booking-section .la-booking-icon-search{
  position: absolute;
  top: 0px;
  left: 5px;
  height: 100%;
  border: 0px;
  background: transparent;
  color: #f59f26;
  font-size: 20px;
}

.la-booking-section .la-booking-search{
  background: transparent;
  float: right;
  margin: 0px -10px 0px 24px;
  padding: 0px;
  border: 0px;
  width: 136px;
  height: 48px;
  display: inline-block;
}

.la-booking-section .la-card{
/*   border-radius: 12px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d1d1d1;
	width: 29.7%;*/
  background-color: transparent;
}

.la-booking-section .la-card .la-booking-image{
  height: 112px;
	width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0px auto 20px;
}

.la-booking-section .la-card p{
  margin-bottom: 20px;
}

.la-booking-section .la-card p a,
.la-booking-section .la-card a,
.la-booking-section .la-booking-card-col .terms-row a{
	color: #00718c;
    padding: 10px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.la-booking-section .la-card p a:hover,
.la-booking-section .la-card a:hover,
.la-booking-section .la-booking-card-col .terms-row a:hover{ color:#f59f26;}

.la-booking-section .la-booking-card-col .terms-row a{
  margin-top: 9px;
}

.la-booking-section .la-booking-card-col .terms-row a:first-child{
	padding-right: 10px;
}

.la-booking-section .la-booking-search a,
.la-booking-section .la-booking-card-row .la-book-add-btn,
.la-activity-section .la-activity-row .la-redeem-btn,
.la-incentive-section .la-incentive-booking,
.la-incentive-section .la-incentive-addbooking-anchor,
.la-incentive-section .la-incentive-reward-anchor,
.la-cash-section .la-redeem-btn,
.la_profile_row .delete-account,
.join-program-trigger,
.la-card-section .la-card-button

{
  text-transform: capitalize;
  border-radius: 12px;
  background-color: #0c4a59;
	
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  max-width: 136px;
  width: 100%;
  padding: 0px 10px;
  display: block;
  margin: 0px auto;
	transition:ease all 0.5s;
	overflow: hidden;
	z-index:2;
	position:relative;
}

body.page-id-548 main form button,
body.page-id-1129 #main-content .container .col-6 form button,
body.page-id-548 .container .col button{border-radius: 12px; border: none; height: 48px; max-width: 216px; width: 100%; margin: 29px auto 24px auto; border-color: #F5A026 !important; background-color: #F5A026 !important; position:relative; overflow:hidden; z-index:2; transition:ease all 0.5s;}

.la-booking-section .la-booking-search a:before,
.la-booking-section .la-booking-search a:after,
.la-booking-section .la-booking-card-row .la-book-add-btn:before,
.la-booking-section .la-booking-card-row .la-book-add-btn:after,
.la-activity-section .la-activity-row .la-redeem-btn:before,
.la-activity-section .la-activity-row .la-redeem-btn:after,
.la-incentive-section .la-incentive-booking:before,
.la-incentive-section .la-incentive-booking:after,
.la-incentive-section .la-incentive-addbooking-anchor:before,
.la-incentive-section .la-incentive-addbooking-anchor:after,
.la-incentive-section .la-incentive-reward-anchor:before,
.la-incentive-section .la-incentive-reward-anchor:after,
.la-cash-section .la-redeem-btn:before,
.la-cash-section .la-redeem-btn:after,
.la_profile_row .delete-account:before,
.la_profile_row .delete-account:after,
.join-program-trigger:before,
.join-program-trigger:after,
.la-card-section .la-card-button:after,
.la-card-section .la-card-button:before,
.la-login-page form .gform_footer input[type="submit"]:before,
.la-login-page form .gform_footer input[type="submit"]:after,
body.page-id-548 main form button:before,
body.page-id-548 main form button:after,
body.single-incentive .et_main_title button:before,
body.single-incentive .et_main_title button:after,
body.page-id-1129 #main-content .container .col-6 form button:before,
body.page-id-1129 #main-content .container .col-6 form button:after,
body.page-id-548 .container .col button:before,
body.page-id-548 .container .col button:after,
body.page-id-548 .container .col button:after,
body.page-id-548 .container .col button:before,
.la-suppliers-btn:before,
.la-suppliers-btn:after,
body.single-incentive .et_main_title a:before,
body.single-incentive .et_main_title a:after
{position: absolute; top: 50%; content: ""; width: 20px; height: 20px; background-color: #0c4a59; border-radius: 50%; z-index:-1;}

.la-booking-section .la-booking-search a:after,
.la-booking-section .la-booking-search a:before,
.la_profile_row .delete-account:after,
.la_profile_row .delete-account:before

{ background-color: #f59f26; }

.la-cash-section .la-redeem-btn:after,
.la-cash-section .la-redeem-btn:before
{ background-color: #f59f26; }


.la-booking-section .la-booking-search a:before,
.la-booking-section .la-booking-card-row .la-book-add-btn:before,
.la-activity-section .la-activity-row .la-redeem-btn:before,
.la-incentive-section .la-incentive-booking:before,
.la-incentive-section .la-incentive-addbooking-anchor:before,
.la-incentive-section .la-incentive-reward-anchor:before,
.la-cash-section .la-redeem-btn:before,
.la_profile_row .delete-account:before,
.join-program-trigger:before,
.la-card-section .la-card-button:before,
.la-login-page form .gform_footer input[type="submit"]:before,
body.page-id-548 main form button:before,
body.single-incentive .et_main_title button:before,
body.page-id-1129 #main-content .container .col-6 form button:before,
body.page-id-548 .container .col button:before,
body.single-incentive .et_main_title a:before

{
	left: -20px; transform: translate(-50%, -50%);
}


.la-booking-section .la-booking-search a:after,
.la-booking-section .la-booking-card-row .la-book-add-btn:after,
.la-activity-section .la-activity-row .la-redeem-btn:after,
.la-incentive-section .la-incentive-booking:after,
.la-incentive-section .la-incentive-addbooking-anchor:after,
.la-incentive-section .la-incentive-reward-anchor:after,
.la-cash-section .la-redeem-btn:after,
.la_profile_row .delete-account:after,
.join-program-trigger:after,
.la-card-section .la-card-button:after,
.la-login-page form .gform_footer input[type="submit"]:after,
body.page-id-548 main form button:after,
body.single-incentive .et_main_title button:after,
body.page-id-1129 #main-content .container .col-6 form button:after,
body.page-id-548 .container .col button:after,
body.single-incentive .et_main_title a:after
{
	right: -20px; transform: translate(50%, -50%);
}

.la-booking-section .la-booking-search a:hover:before,
.la-booking-section .la-booking-card-row .la-book-add-btn:hover:before,
.la-activity-section .la-activity-row .la-redeem-btn:hover:before,
.la-incentive-section .la-incentive-booking:hover:before,
.la-incentive-section .la-incentive-addbooking-anchor:hover:before,
.la-incentive-section .la-incentive-reward-anchor:hover:before,
.la-cash-section .la-redeem-btn:hover:before,
.la_profile_row .delete-account:hover:before,
.join-program-trigger:hover:before,
.la-card-section .la-card-button:hover:before,
.la-login-page form .gform_footer input[type="submit"]:hover:before,
body.page-id-548 main form button:hover:before,
body.single-incentive .et_main_title button:hover:before,
body.page-id-1129 #main-content .container .col-6 form button:hover:before,
body.page-id-548 .container .col button:hover:before,
body.single-incentive .et_main_title a:hover:before
{
	 -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}


.la-booking-section .la-booking-search a:hover:after,
.la-booking-section .la-booking-card-row .la-book-add-btn:hover:after,
.la-activity-section .la-activity-row .la-redeem-btn:hover:after,
.la-incentive-section .la-incentive-booking:hover:after,
.la-incentive-section .la-incentive-addbooking-anchor:hover:after,
.la-incentive-section .la-incentive-reward-anchor:hover:after,
.la-cash-section .la-redeem-btn:hover:after,
.la_profile_row .delete-account:hover:after,
.join-program-trigger:hover:after,
.la-card-section .la-card-button:hover:after,
.la-login-page form .gform_footer input[type="submit"]:hover:after,
body.page-id-548 main form button:hover:after,
body.single-incentive .et_main_title button:hover:after,
body.page-id-1129 #main-content .container .col-6 form button:hover:after,
body.page-id-548 .container .col button:hover:after,
body.single-incentive .et_main_title a:hover:after
{
	 -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.la-booking-section .la-booking-search a:hover,
.la-booking-section .la-booking-card-row .la-book-add-btn:hover,
.la-activity-section .la-activity-row .la-redeem-btn:hover,
.la-incentive-section .la-incentive-booking:hover,
.la-incentive-section .la-incentive-addbooking-anchor:hover,
.la-incentive-section .la-incentive-reward-anchor:hover,
.la-cash-section .la-redeem-btn:hover,
.la_profile_row .delete-account:hover,
.join-program-trigger:hover,
.la-card-section .la-card-button:hover,
.la-login-page form .gform_footer input[type="submit"]:hover,
body.page-id-548 main form button:hover,
body.single-incentive .et_main_title button:hover,
body.page-id-1129 #main-content .container .col-6 form button:hover,
body.page-id-548 .container .col button:hover,
body.single-incentive .et_main_title a:hover
{
	color:#ffffff;
}

.la-card-section .la-card-button{
  max-width: 185px; 
  font-weight: 500;
  color: #ffffff;
  border-radius: 12px;
  border: none;
  height: 48px;
  max-width: 216px;
  width: 100%;
  margin: 29px auto 24px auto;
	border-color: #f59f26;
	background-color: #f59f26;
}

.la-cash-section .la-redeem-btn{
	display: inline-block;
	max-width: 180px;
	float: right;
	margin: 0 15px;
}

.la-cash-section .request-cash{
	margin: 0px 0 0px 0px;
}

.la-booking-section .la-booking-card-row .la-book-add-btn{
  background-color: #f59f26;
  max-width: 185px;
	border-color:#f59f26;
	
}

/* .la-reward-programs-setting .la-card-section .la-card-column>*,
.la-reward-programs-setting .la-booking-section .la-booking-card-col>*{
  width: 26%;
	text-align: center;
} */

.la-booking-card-col .terms-row{
	justify-content: space-between;
}


/* page 5 Activity */
.la-activity-section .la-activity-row{
	justify-content: space-between;
}

.la-activity-section .la-activity-row h2,
.la-incentive-section .la-incentive-row .la-incentive-h2{
  margin: 0 0px 16px 0px;
  color: #2c2c2c;
	padding-top: 10px;
}

.la-activity-section .la-activity-row .la-redeem-btn{
  max-width: 224px;
  margin: auto 0px;
  background-color: #f59f26;
}

.la-incentive-section .la-backgrnd{
  border-radius: 20px;
  padding: 27px;
	margin: 21px 0px;
  background-color: #f8f8f8;
}

.la-incentive-section .la-incentive-card-row{
  margin: 0px;
  border-radius: 12px;
  background-color: #f8f8f8;
}

.la-incentive-section .la-image-col {
    width: 20%;
}

.la-incentive-section .la-title-col{
  flex-grow: 1;
  margin: 0px 24px;
	width: 40%;
}

.la-incentive-section .la-anchor-col{
  	width: 13%;
    margin-right: 15px;
}

.la-incentive-section .la-incentive-image{
  width: 248px;
  object-fit: cover;
  object-position: center;
  height: 132px;
	margin-bottom: 0px;
}

.la-incentive-section .la-incentive-h3{
  margin: 0px 0px 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #2c2c2c;
}

.la-incentive-section .la-incentive-p{
  font-size: 15px;
  color: #565656;
  margin: 0px 0px 20px;
}

.la-incentive-section .la-btn-setting{
  width: 394px;
}

.la-incentive-section .la-incentive-read{
  display: block;
  color: #0c4a59;
  margin-top: 7px;
	text-decoration: underline;
}

.la-incentive-section .terms-condition,
.la-incentive-section .message{
	margin: 0px 0px 7px;
    color: #00718c !important;
    padding: 10px 0;
    margin-right: 30px;
    font-weight: 600;
	position:relative;
	z-index:2;
}

.la-incentive-section .terms-condition:hover,
.la-incentive-section .message:hover{ color:#f3a026 !important;}

.la-incentive-section .la-incentive-booking,
.la-incentive-section .la-incentive-reward-anchor
{
  border: solid 1px #d1d1d1;
  background-color: #f8f8f8;
  max-width: 152px;
  color: #0c4a59;
  position:relative;
}

.la-incentive-section .la-incentive-booking{}

.la-incentive-section .la-incentive-addbooking-anchor{
  max-width: 152px;
  background-color: #f59f26;
  margin-bottom: 32px;
  color: #ffffff;
  position:relative;
}

.la-incentive-section .la-incentive-reward-anchor{
  /*border: none;*/
}

.la_appnd_template{
  width: 100%;
  margin-top: 23px;
}


/***Terms and condition Popup***/
#TB_window{
	border-radius: 13px;
	width: 50% !important;
	margin: 0px !important;
	max-height: 90vh;
    overflow: auto;
	transform: translate(-50%, -50%);
}
#TB_window #TB_title{
	height: 60px;
   	position: relative;
	/*border-radius: 13px;*/
	background:#0c4a59;
	border-bottom: none;
}

#TB_window #TB_ajaxWindowTitle{
	line-height: 58px;
	font-size: 17px;
	padding: 0px 33px;
	background:#0c4a59;
	color:#fff;
}
.tb-close-icon{ color:#fff !important; }
#TB_closeAjaxWindow button{
	position: absolute;
    margin: auto 13px;
    top: 0px;
    bottom: 0px;
	
}

/* #TB_window button{
} */

#TB_window #TB_ajaxContent{
 	height: auto !important;
/* 	max-height: 350px !important; */
  	width: unset !important;
  	overflow: auto;
  	/*padding: 0px 34px;*/
  	padding : 0;
	/*margin: 30px 0px;*/
}

.join-program-trigger{
	margin: 15px auto 0px 0px !important;
}


/* table */
.la-booking-list-table-section,
.la_booking_form_template{
	margin-top: 20px;
}

.la-activity-section .la-table-row,
.la-booking-list-table-section .la-table-row{
  border-radius: 20px;
  border: 1px solid #d1d1d1;
  overflow-x: auto;
}

.la-activity-section table,
.la-booking-list-table-section table { 
	width: 100%; 
	margin: 0px auto !important;
  background-color: white;
  border-collapse: collapse; 
  border-radius: 20px;
  overflow: hidden;
	}

.la-activity-section tr:nth-of-type(odd),
.la-booking-list-table-section tr:nth-of-type(odd) { 
	background: #f8f8f8; 
	}

.la-activity-section th,
.la-booking-list-table-section th {
	background: #0c4a59; 
	color: #f8f8f8 !important;
  font-weight: 500 !important;
  height: 64px !important;
	text-transform: uppercase;
}

.la-activity-section td,
.la-activity-section th,
.la-booking-list-table-section td,
.la-booking-list-table-section th{ 
	padding: 10px !important; 
	text-align: center;
  width: 15%;
  min-width: 150px;
  height: 56px;
  font-size: 14px;
  color: #565656;
}

.la-booking-list-table-section td.la-brder-left{
  border-left: 2px solid #d1d1d1;
}

.la-booking-list-table-section td.la-w15,
.la-booking-list-table-section th.la-w15{
  width: 15%;
}

.la-booking-list-table-section td.la-w10,
.la-booking-list-table-section th.la-w10{
  width: 7%;
  min-width: 125px;
}

.la-booking-list-table-section td.la-w5,
.la-booking-list-table-section th.la-w5{
  width: 4%;
  min-width: 40px;
}


/* page 6 Add Booking form Page */
.booking-form-wrapper #gform_fields_6{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.booking-form-wrapper #gform_fields_6>*{
	width: 32%;
	margin-bottom: 15px;
}

.booking-form-wrapper .la-w-60{
	width: 100% !important;
}

.booking-form-wrapper .la-w-60 textarea{ resize:none; height:120px !important; }

.booking-form-wrapper .la-form-html{
	width: 100% !important;
}

.booking-form-wrapper .gfield_label{
  color: #505050;
  height: auto;
	font-weight: 400 !important;
}

.booking-form-wrapper .gform_wrapper.gravity-theme .ginput_container_date input{
	width: 100%;
}

.booking-form-wrapper select,
.booking-form-wrapper input[type="text"],
.booking-form-wrapper input[type="number"],
.booking-form-wrapper input[type="date"],
.booking-form-wrapper textarea{
  display: block;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  height: 48px;
  padding: 5px 15px;
  margin-top: 8px;
  color: #505050;
}

.booking-form-wrapper textarea{
  height: 110px !important;
}

.booking-form-wrapper .gform_wrapper .gform_validation_errors>h2.hide_summary{
	padding: 0px !important;
}

.booking-form-wrapper .la-form-span{
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #929292;
}

.booking-form-wrapper .la-see-rewards{
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #2c2c2c;
}

.booking-form-wrapper ul{
  padding-left: 0px;
}

.booking-form-wrapper .la-see-reward-li{
  font-size: 15px;
  font-weight: 40px;
  line-height: 22px;
  color: #565656;
  margin-bottom: 3px;
  list-style: none;
}

.booking-form-wrapper input[type="submit"]{
  width: 160px !important;
  height: 48px;
  border-radius: 12px;
  background-color: #0c4a59;
	border:1px solid #0c4a59;
  font-weight: 500;
  color: #ffffff;
  border: none;
  display:block;
  margin:0 auto;
	transition:ease all 0.5s;
}
.booking-form-wrapper input[type="submit"]:hover{
	 background-color: #f59f26;
	color:#fff;
	
}
.la-no-transaction{
	text-align: center;
    background: #ff9c0f;
    color: #0c4a59;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    width: 50%;
    width: 700px;
    border-radius: 20px;
    display: block;
    height: 100px;
    margin: 0px auto;
}

.la-incentive-form-section/*old*/{
	  display: none;
  border-top: 1px solid #d1d1d1;
}

.la-incentive-form-section .la-incentive-form-row{}

.la-incentive-form-section .la-incentive-form-col{
  flex-grow: 1;
  flex-basis: 33%;
  margin: 11px 14px;
}

.la-incentive-form-section .la-textarea-col{
  flex-basis: 69% !important;
}

.la-incentive-form-section select{
  display: block;
}


.la-incentive-form-section label{
  padding: 0px 0px;
  color: #505050;
  height: auto;
}

.la-incentive-form-section select,
.la-incentive-form-section input[type="text"],
.la-incentive-form-section input[type="number"],
.la-incentive-form-section input[type="date"],
.la-incentive-form-section textarea{
  display: block;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  padding: 5px 15px;
  margin-top: 8px;
  color: #505050;
}

.la-incentive-form-section textarea{
  height: 110px;
}

.la-incentive-form-section .la-see-rewards{
  margin: 7px 20px 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #2c2c2c;
}

.la-incentive-form-section ul{
  padding-left: 20px;
}

.la-incentive-form-section .la-see-reward-li{
  font-size: 15px;
  font-weight: 40px;
  line-height: 22px;
  color: #565656;
  margin-bottom: 3px;
  list-style: none;
}

.la-incentive-form-section .la-submit{
  width: 160px;
  border-radius: 12px;
  background-color: #0c4a59;
  font-weight: 500;
  color: #ffffff;
  border: none;
  margin: 16px;
}

.la-incentive-form-section .la-form-span{
  display: block;
  margin: 4px 0px 0px 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #929292;
}

.la-reward-programs-setting h3{
	margin: 22px 0px 12px;
}

/***Single-Incentive (read more)***/
.single-incentive .container .et_cover_photo img,
.single-incentive .et_photo_gallery li img{
	width: 100%;
  height: 100%;
  object-fit: cover;
} 
.single-incentive .container .et_cover_photo img{
	max-height: 650px;
} 
.single-incentive .container .type-incentive>*{
	margin: 0px 0px 20px 0px;
}
.single-incentive h1.entry-title{
	text-transform: capitalize;
	padding: 20px 0px 0px;
} 

.single-incentive .entry-content{}

.single-incentive .entry-content{} 

.single-incentive .et_reward_type{
	text-transform: capitalize;
	font-size: 30px;
} 

.single-incentive .et_photo_gallery ul{
/* 	padding: 0px !important; */
/* 	margin: 0px -15px;
	flex-wrap: wrap; */
}

.single-incentive .et_photo_gallery li{
  list-style: none;
	margin: 15px;
	width: 21.4%;
	cursor: pointer;
}




/***Messages CSS***/
.la-message-root-section {
	
}

.la-message-root-section .bp-wrapper{
	background: none;
	margin: 0px;
  min-height: unset;
	border-radius: 0px !important;
}

.la-message-root-section .bp-top-bar{
 	min-height: calc(100vh - 118px);
	padding: 0px !important;
}

#et-main-area #main-footer{
	margin: 0px;
}

/* .la-header-none ,
.page-id-548 #main-footer:before,
.page-id-548 #main-footer #footer-widgets,*/
.la-message-root-section .service-description{
	display: none;
}

/***Left side bar area***/
.la-message-root-section .bp_nav-left{
	background: #ffffff;
	padding: 40px 20px;
	width: 270px;
  list-style: none;
}

.la-message-root-section .bp-button{
	background: transparent;
  display: inline-block;
	color: #6B6B6B;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
}

.la-message-root-section li{
	margin: 0px 0px 5px 0px;
  border-radius: 10px;
	height: 48px;
	display: block;
	cursor: pointer;
}

.la-message-root-section li.la-compose{
  background: #DFE9EB;
 	position: relative;
  margin-bottom: 30px;
}

.la-message-root-section li.la-compose:after,
._loading_overlay_wrapper .messageDate:before,
.la-message-root-section .messageContent p:after{
  background: #d1d1d1;
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0px;
  height: 2px;
  width: 100%;
}

._loading_overlay_wrapper .messageDate:before{
	bottom: 30px;
}

.la-message-root-section li:hover{
	background: #fff7ee;	
}
 
.la-message-root-section .bp-button:hover {
  background: transparent;
}

.la-message-root-section li:hover .bp-button{
	color: #f59f26;
}
 
.la-message-root-section hr,
.la-message-root-section .la-text-form #cke_96_bottom
.la-message-root-section .la-text-form .css-1okebmr-indicatorSeparator{
	display: none;
}

.la-message-root-section .bp-button i{
  display: inline-block;
	margin-right: 16px;
}

/*** Inbox section***/
._loading_overlay_wrapper .mdb-datatable{
	display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/* .page-id-548 ._loading_overlay_wrapper table thead,
.page-id-548 ._loading_overlay_wrapper .justify-content-between{
	display: none;
} */

._loading_overlay_wrapper table{
	margin: 0px !important;
}


._loading_overlay_wrapper table tr{
	border-bottom: 2px solid #e3e3e3 !important;
	background : #ffffff;
  min-height: 50px;
  margin: 0px;
}

._loading_overlay_wrapper table tr:hover{
	border: solid 1px #e3e3e3;
  background-color: #ffffff !important;
  box-shadow:0px -10px  5px rgba(31, 73, 125, 0.04),0px 10px  5px  rgba(31, 73, 125, 0.04);
 	-moz-box-shadow:0px -10px  5px rgba(31, 73, 125, 0.04),0px 10px  5px  rgba(31, 73, 125, 0.04);
  -webkit-box-shadow:0px -10px  5px rgba(31, 73, 125, 0.04),0px 10px  5px  rgba(31, 73, 125, 0.04);
  -o-box-shadow:0px -10px  5px rgba(31, 73, 125, 0.04),0px 10px  5px  rgba(31, 73, 125, 0.04);
}

._loading_overlay_wrapper .nomessage,
._loading_overlay_wrapper table td,
._loading_overlay_wrapper table td span a,
._loading_overlay_wrapper .messageDate,
._loading_overlay_wrapper .messageContent p,
._loading_overlay_wrapper .mdb-datatable-info div,
._loading_overlay_wrapper .mdb-datatable-length label{
	color: #817272;
  font-size: 16px;
  line-height: 23px;
	padding: 5px 15px;
	font-weight: 400;
	position: relative;
}

._loading_overlay_wrapper .nomessage{
  padding-bottom: 20px;
}

._loading_overlay_wrapper table td,
._loading_overlay_wrapper table td span a{
	border: none;
  min-height: 45px;
  vertical-align: middle;
}

._loading_overlay_wrapper table td input.checkid {
    width: 15px;
    height: 16px;
    border: 1px solid #9F9B95;
}

._loading_overlay_wrapper .bp-button{
	display: flex;
  justify-content: flex-end;
  align-items: center;
	padding: 0px;
}

._loading_overlay_wrapper .datatable-pagination,
._loading_overlay_wrapper .mdb-dataTables_paginate,
._loading_overlay_wrapper .pagination,
._loading_overlay_wrapper .mdb-datatable-info,
._loading_overlay_wrapper .mdb-datatable-entries{
	padding: 0px !important;
	margin: 10px 0px;
}

._loading_overlay_wrapper .page-item{
	margin: 0px;
	height: auto;
}

._loading_overlay_wrapper .messageDate{
  display: block;
}

._loading_overlay_wrapper .messageContent p{
	line-height: 28px;
}

._loading_overlay_wrapper button.bp-button{
  width: 49px;
  border: none;
  margin: 10px 0px;
  font-size: 19px;
	height: 48px;
  padding: 0px 15px;
}

._loading_overlay_wrapper button.bp-button:last-Child{
	width: 110px;
  margin-top: 49px;
  background: #f8f8f8;
	border-radius: 20px;
}

._loading_overlay_wrapper .la-message-pagination{
	margin: 25px 0px;
}

._loading_overlay_wrapper .mdb-datatable-info div{
	margin: 0px 15px 0px 0px;
}

/***Inbox***/
.la-message-root-section ._loading_overlay_wrapper{
	flex-grow: 1;
	width: 400px;
	background: #f8f8f8;
	padding: 40px 35px 0px;
}

.la-message-root-section .la-text-form{
	background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.la-message-root-section .form-wrapper,
.la-message-root-section #cke_editor2{
  height: 100%;
}

.la-message-root-section .la-text-form .send{
	color: #ffffff;
  line-height: 48px;
  padding: 0px 10px;
  max-width: 130px;
  width: 100%;
  border: none;
  border-radius: 12px;
  background: #00738D;
  margin: 10px 0px;
}

.la-message-root-section .la-text-form .css-yk16xz-control,
.la-message-root-section .la-text-form input[type="text"]{
	border: 1px solid #DFDFDF;
	border-radius: 0px;
	height: 48px;
}

.la-message-root-section .la-text-form #cke_editor2{
	height: 100%;
  border: none;
}

.la-message-root-section .la-text-form #cke_96_top{
  height: auto;
  user-select: none;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 8px #e4e4e4;
  margin: 11px 0px;
}


/* New Css Start Here*/

/* Common CSS */

.la-card-section .la-card p.la-incentive-p{ min-height:84px; }
body.page-id-101 .et_fixed_nav #main-header{ background:#ffffff;}

.cardTitleHolder{ min-height:150px;}
.msgTbl .table tbody tr td{ padding:8px 10px !important; font-size:14px !important; }
.msgTbl .table tbody tr td a:hover{ color:#f3a026 !important;}

body.page-id-101 .et_pb_section{ padding-top:138px !important;}
.canyap-pg-sec1 .et_pb_module {
    height: 100%;
}
/*.canyap-pg-sec1*/
/*.et_pb_column {*/
/*    margin-right: 34px;*/
/*}*/
.post-type-archive-incentive div#main-content .container {
    padding-top: 30px !important;
}

.et-social-icons { 
    padding: 12px !important;
}

h1.customTitleArea{ width: 100% !important; margin-top: 100px;    padding-left: 0;    margin-left: auto;
    margin-right: auto;
    
}
div#field_1_11 .gfield_description {
    padding-top: 0;
    padding-bottom: 21px;
}

div#field_1_11 input {
    margin-bottom: 0;
}
#TB_window {
    z-index: 99999999999 !important;
}
@media (min-width: 576px){
    h1.customTitleArea{ width: 540px !important;margin-top: 19px;}
}
@media (min-width: 768px){
    h1.customTitleArea{ width: 720px !important;    margin-top: 50px;}
}
@media (min-width: 992px){
    h1.customTitleArea{ width: 960px !important;    margin-top: 57px;}
}
@media (min-width: 1200px){

    h1.customTitleArea{ width: 1140px !important;margin-top: 80px;}
}
@media (min-width: 1400px){
    h1.customTitleArea{ width: 1320px !important;}
}


body.page-id-101 .et_pb_row{ padding-top:0 !important; }
body.page-id-524 .et_pb_section{ padding:0 !important;}
body.page-id-524 .et_pb_row{ max-width:100%; width:100%;}

h1{ font-weight:600; color:#333;}


body.page-id-74 h1{ font-weight:600; margin-top:30px;  }

body.page-id-65 div.et_pb_section.et_pb_section_0{ padding-top: 0 !important;}

/* Common CSS Close */

	/* Main Header New CSS*/

body.page-id-65 #et-top-navigation ul li a,
body.post-type-archive-incentive #et-top-navigation ul li a,
body.page-id-902  #et-top-navigation ul li a,
body.page-id-101 #et-top-navigation ul li a,
body.page-id-23 #et-top-navigation ul li a,
body.single-incentive #top-menu li>a,
body.page-id-522 #et-top-navigation ul li a,
body.page-id-1044 #et-top-navigation ul li a,
body.page-id-93 #et-top-navigation ul li a,
body.page-id-95 #et-top-navigation ul li a,
body.page-id-97 #et-top-navigation ul li a,
body.page-id-524 #et-top-navigation ul li a{
	padding-bottom:0 !important;
}

	/* About Us And Contact Us CSS Start Here */

.aboutSection{ align-items:center;}
.aboutSection p{ line-height:30px; }

.aboutBox{ position:relative;}
.aboutBox:before{ content:""; position:absolute; left:0; right:0; top:0; background:rgba(55,117,117,0.8); width:100%; height:100%; z-index:1;}

.aboutBoxInner{ padding:30px; border-radius:50%;}
.txtLineHeight p{ line-height:22px; text-align:center; }
.txtLineHeight .et_pb_text_inner{ text-align:center; }

.formHolder .gfield input[type='text']{ border:1px solid #d1d1d1; border-radius:4px; }
.formHolder .gfield textarea{ border:1px solid #d1d1d1; resize:none; border-radius:4px; }

.formHolder .gform_footer input[type="submit"]{ font-weight: 500;
    color: #ffffff;
    border-radius: 12px;
    border: none;
    height: 48px;
    max-width: 216px;
    width: 100%;
    margin: 15px auto 15px auto;
    border-color: #f59f26;
    background-color: #f59f26; display:block; border: 1px solid #f59f26; transition:ease all 0.5s;  }



.formHolder .gform_footer input[type="submit"]:hover{ background:#0c4a59; color:#fff !important; border-color:#fff; }

.la-booking-section .la-card p { margin-bottom: 20px; color: #929292; font-size:16px; display: inline-block; margin: 0 0 10px; padding:0;}


	/* About Us And Contact Us CSS Close Here */

	/* Suppliers CSS */
	
	

/* Suppliers CSS Close */


	/* Incentive Css Start Here*/

body.post-type-archive-incentive .la-card-row{ text-align:center; display:inline-block; width:100%;}
body.post-type-archive-incentive .la-card-row span.current{ color:#fff; background: #f29f26; border-radius: 5px; padding: 0px 8px; margin-top:30px; display:inline-block;}

body.post-type-archive-incentive .la-card-row a{ color:#000; padding: 0px 8px;}
body.post-type-archive-incentive .la-card-row a:hover{ color:#f59f26;}
body.post-type-archive-incentive .la-card-row a.page-numbers:hover{ color:#fff; background: #f29f26; border-radius: 5px; }
.la-card-section p a:hover,
.la-card-section .la-card-anchor:hover{ color:#f59f26;}
body.post-type-archive-incentive .la-card-row a.prev{color: #f29f26 !important; }
body.post-type-archive-incentive .la-card-row a.next{color: #f29f26; }

body.single-incentive .et_main_title{ display: flex; align-items: center; justify-content: space-between; margin: 0;}
body.single-incentive .entry-content{ line-height:normal;} 
body.single-incentive .et_main_title h1{ padding:0; width:60%;}
body.single-incentive .et_main_title button{ font-weight: 500; color: #ffffff; background: #f59f26; border-radius: 12px; border: none; height: 48px; max-width: 216px; width: 100%; position:relative; z-index:2; overflow:hidden;}

body.single-incentive .et_main_title a{ font-weight: 500; color: #ffffff; background: #f59f26; border-radius: 12px; border: none; height: 48px; max-width: 216px; width: 100%; line-height:48px; text-align:center; position: relative; z-index: 2; overflow: hidden;}


body.post-type-archive-incentive #top-menu li>a{ color:#0c4a59;}
body.single-incentive #top-menu li>a{ color:#0c4a59;}

body.page-id-101 #top-menu li>a{ color:#0c4a59;}
body.single-incentive #top-menu li>a{ color:#0c4a59;}

/* New Nav CSS*/

body.page-id-1403 #top-menu li>a{ /*color:#0c4a59;*/ }

body.page-id-74 #top-menu li>a{ color:#0c4a59; }

/* New Nav CSS Close*/

body.single-incentive #main-content .container{ padding-top:100px !important; }

.la-more-section .la-more-row{ padding:0 18px;}

	/* Incentive Css Close Here*/

.formHolder .gform_confirmation_message{ font-size: 28px; line-height: normal; text-align:center;}

	/* Agent Dashboard CSS*/
	header.la-agent-header{ background:#ffffff !important;}
	body.page-id-586 .la-dashboard-setting .la-reward-container{padding: 32px 10px 60px; margin: 35px 0px 50px;}
	body.page-id-586 .la-cash-section .la-cash-col { padding:0 10px; }

	body.page-id-74 .la-reward-container{ padding: 0 29px 0; }

	.la-booking-list-table-section{ width:100%; margin:30px auto 0;}

     body.page-id-586 header { height:90px;}
	 body.page-id-586 #main-content{ margin-top:110px;}
	 body.page-id-586 #main-content .et_pb_section{ padding-top:0 !important;}

 	 body.parent-pageid-586 header { height:90px;}
	 body.parent-pageid-586 #main-content{ margin-top:110px; min-height: 80vh;}
	 body.parent-pageid-586 #main-content .et_pb_section{ padding:0 !important;}
	 body.parent-pageid-586 #main-footer{ margin-top:0 !important;}
	 body.page-id-586 #main-footer{ margin-top:0 !important;}

#main-header{ top:0 !important; background-color:transparent;}

	
	/* Agent Dashboard CSS Close */

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a{ color:#f3a026 !important;}
#top-menu li > a:hover{ color:f3a026 !important;}
header.et-fixed-header #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a{ color:orange !important;}

/* 	
body.page-id-74 .la-reward-programs-setting h3 { padding: 0 29px 0; } */

body.page-id-74 .la-booking-section .la-booking-card-col{ justify-content:left; }
body.page-id-74 .la-booking-section .la-booking-card-col .la-card{ margin: 15px; max-width:30%; flex:0 0 30%; }
body.page-id-74 .la-reward-programs-setting h3{ padding: 0 29px 0; }
.la-incentive-section .la-incentive-p{ text-align:left; min-height: 55px; overflow: hidden;}

body.page-id-959 form#gform_8 input[type='text']{ border: 1px solid #d3d3d3; border-radius:4px;}
body.page-id-959 form#gform_8 input[type='email']{ border: 1px solid #d3d3d3; border-radius:4px; }
body.page-id-959 form#gform_8 textarea{ border: 1px solid #d3d3d3; border-radius:4px; resize:none;}
body.page-id-959 form#gform_8 input[type='submit']{ font-weight: 500;
    color: #ffffff;
    border-radius: 12px;
    border: 1px solid #f59f26;
    height: 48px;
    max-width: 216px;
    width: 100%;
    margin: 15px auto 15px auto;
    border-color: #f59f26;
    background-color: #f59f26; display:block; transition:ease all 0.5s;} 

body.page-id-959 form#gform_8 input[type='submit']:hover{
	
	background-color:#0c4a59; color:#fff !important; border-color:#fff;
}

#top-menu-nav, #top-menu{ align-items:center;}

footer#main-footer ul{ padding:0; margin:0;}
footer#main-footer ul li {}
footer#main-footer ul li a { color:#fff !important;}

body.page-id-548 .inboxMain .col h1{ margin-top:0px; margin-bottom:0; padding:0;}
body.page-id-548 #root{ padding:40px 0; }



#TB_ajaxContent p { padding: 10px 34px !important; line-height: 30px; font-size: 16px; }
#TB_ajaxContent ul { padding: 10px 34px !important; }
#TB_ajaxContent ul li{ padding: 5px 0px; }
.la-incentive-card img.search-loader{ position:absolute; right: 5px; margin-top: 10px;}

/* Agent Dashboard CSS Close */


.la_booking_lists_template{ margin: 0 auto 0 !important; width: 100%;}

/* Messages Area CSS Start Here */

.inboxMain .mailTopHead h1 i{}
.msgTbl table tbody tr td:last-child a{ display:flex;}

.Toastify__toast-container--top-right{ top: 8em !important;  }
body.page-id-548 #main-content{  min-height: 80vh;  }

body.page-id-548 main form{}
body.page-id-548 main form select{ border:1px solid #d1d1d1; }
body.page-id-548 main form input{ border:1px solid #d1d1d1; padding:0 15px; }
body.page-id-548 main form #cke_content{ border:1px solid #d1d1d1; }

.mailTopHead .searchHolder{ border:1px solid #d1d1d1 !important; width:40% !important; height:48px !important; }
.mailTopHead h1{ width:50% !important;}
.mailTopHead .searchHolder input[type=text]{ padding-left:20px; }
.msgTbl table{border-collapse: collapse; border-radius: 10px; border-style: hidden !important; box-shadow: 0 0 0 1px #d1d1d1; }
.msgTbl .table thead th{ border-bottom:2px solid #d1d1d1 !important; border-top:1px solid #d1d1d1 !important; background:#0c4a59 !important; color:#fff; }
.msgTbl .table thead th:first-child{ border-radius: 10px 0 0 0;  }
.msgTbl .table thead th:nth-child(6){ border-radius:none;  }
.msgTbl .table thead th input[type='checkbox']{ margin-left:0 !important;}
.msgTbl .table tbody tr td input[type="checkbox"]{ margin-left:14px; }
.msgTbl table tbody tr:hover{ background:none !important;}
/* .msgTbl table tbody tr:hover td{ color:#fff !important;}
.msgTbl table tbody tr:hover td a{ color:#fff !important; } */
.msgTbl .table thead th:last-child{ /*display:none;*/ border-radius: 0 10px 0 0;}

.inboxMain nav ul li a{padding: 10px 20px !important; color:#0c4a59 !important;}
.inboxMain nav ul li.page-item.active a{ background-color: #0c4a59 !important; border-color: #0c4a59 !important; color:#fff !important; }
.inboxMain nav ul li a:hover{ background-color: #0c4a59 !important; border-color: #0c4a59 !important; color:#fff !important; }

.sideBarNav{ margin-top:0 !important;}
body.page-id-548 main.container .row .col-9{ margin-top:0; }
#gform_wrapper_8{ margin-top:40px;}

.sideBarNav li a:hover{ background:#0c4a59 !important; color:#fff !important; }
.la-agent-header ul li a {
    color: #0c4a59 !important;
    padding: 0 15px !important;
}
.la-agent-header ul li a:hover{ color:#f3a026 !important;}
.mailTopHead{ justify-content:space-between !important; margin-top:0 !important;}
.mailTopHead h1 i{ background: #f59f26 !important; color: #fff !important; border:1px solid #f59f26 !important; transition:ease all 0.5s;  }
.mailTopHead h1 i:hover{ background:none !important; color:#f59f26 !important;}

.detailTopBtn i:hover{color:#f59f26 !important; }

body.page-id-548 .container{ padding-top:0 !important; }

/* Messages Area CSS Close Here */

/* Registration Page */
	body.page-id-12 footer{ display:none;}
	body.page-id-23 footer{ display:none;}
	body.page-id-524 footer{ display:none;}
	body.page-id-23 .et-boc{ display:none;}
	
/* Registration Page */

/* Booking Form CSS Start */
#TB_ajaxContent .show-booking-form-wrapper input{ border:1px solid orange;}

table.la-booking-list-table thead tr{ background:#0c4a59 !important; }
table.la-booking-list-table thead tr td{ color:#fff;}
table.la-booking-list-table tbody tr td a{ font-weight:500; color:#0c4a59;}
table.la-booking-list-table tbody tr td a:hover{ color:#f59f26; }

.la-activity-section tr td a { font-weight:500; color:#0c4a59;}
.la-activity-section tr td a:hover{ color:#f59f26; }



.booking-form select{ border:1px solid #d1d1d1; border-radius:4px; }
.booking-form input{ border:1px solid #d1d1d1 !important;  width:100% !important; border-radius:4px;}
.booking-form .instruction { font-size:13px !important; padding-top:5px !important;}
.booking-form label{ margin-bottom:0 !important;} 
.booking-form textarea{ border:1px solid #d1d1d1; margin-bottom:0; border-radius:4px; resize:none; }
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{ padding-bottom:0 !important;}


/* Booking Form CSS Close */

/* Sponser CSS*/

body.page-id-1129 #main-content .container{ padding-top:0 !important;}
body.page-id-1129 #main-content .container .col-6{ width:75%;}
body.page-id-1129 #main-content .container .col-6 form input[type='text']{ padding:0 15px;}

body.page-id-101 .la-card img{ width:auto;}

body.post-type-archive-incentive .la-card-row{ text-align:center;}

/* Sponser CSS Close */

body.page-id-586 .la-booking-card-col{ justify-content:center; margin-left:-15px; margin-right:-15px; }
body.page-id-23 .et_pb_section{ padding:0 !important;}
body.page-id-23 .et_pb_row{ padding:0 !important;}
body.page-id-12 #top-menu li>a{ color:#fff;}
	/* Registration page  */
	
.gform_wrapper.gravity-theme .gform_hidden{ display:flex !important;}



	/* Registration Page Close */

body.page-id-522 footer { display:none;}
body.page-id-522 .et_pb_section{ display:none;}

	/* Text Page CSS Here */
		.innerTxtHolder p{ line-height:28px;}
	/* Text Page CSS Here */

	/* Edit Profile Page */
	
.gform_wrapper.gravity-theme .ginput_complex span.address_country{ padding-left: 0; padding-right: 1%;}
.gform_wrapper.gravity-theme .ginput_complex span.password_input_container{ padding-right:0 !important;}

.gform_wrapper.gravity-theme input{ border: 1px solid #d1d1d1; border-radius: 4px;  }
.gform_wrapper.gravity-theme select{ border: 1px solid #d1d1d1; border-radius: 4px;  }
.gform_wrapper.gravity-theme input[type='submit']{font-weight: 500; color: #ffffff; border-radius: 12px; border: none; height: 48px; max-width: 216px; width: 100%; margin: 15px auto 15px auto; border-color: #f59f26; background-color: #f59f26; display: block;border: 1px solid #f59f26;
    transition: ease all 0.5s;}
.gform_wrapper.gravity-theme input[type='submit']:hover{ background: #0c4a59; color: #fff !important; border-color: #fff; }
.gform_wrapper.gravity-theme input[type='file']{ border:none; border-radius:none;}

/*.validation_message{ visibility:hidden;}*/
body.page-id-926 h1{ margin-top:100px; margin-bottom:20px; }
body.page-id-926 form{ margin-top:0; }

	/* Edit Profile Page */

.et-animated-content#page-container{ transition:auto !important;}
div#page-container{ margin-top:0 !important; padding-top:0 !important;}

.page-id-1403 #nav_menu-4{ margin-bottom:0; width:100%;}
body.post-type-archive-incentive{ padding-top:80px !important;}

.sponr-bnr-txt p img {
    height: 42px;
    object-fit: contain;
    width: auto;
}
.la-registration-div {
    height: 100% !important;
}
section.la-booking-section {
    margin-bottom: 0;
}



/* New CSS Close Here*/

@media screen and (max-width: 1400px) {
	body.single-incentive .et_main_title button{ margin-right:20px; }
	.et_pb_number_counter .percent p {
        font-size: 41px !important;
    }
}

@media screen and (max-width: 1320px) {
    .la-incentive-section .la-incentive-addbooking-anchor { 
        font-size: 14px;
    }
    .et_pb_number_counter .percent p {
        font-size: 41px !important;
    }
	/***Login page***/	
	header nav#top-menu-nav #top-menu li{
		padding-right: 9px;
	}

	.la-registration-form table #gform_fields_1 .la-content-field {
  	width: 56%;
	}
	
	.la-registration-div h1{
		font-size: 34px ;
	}

	.la-registration-text .et_pb_text_inner p{
		max-width: 468px !important;
	}

	.la-registration-form .gform_footer {
    bottom: 19px;
	}

	/***Register page***/
 	.la-registration-div .la-registration-form{
		padding: 0px 35px !important;
	}
	
	.la-registration-form-text {
  	padding: 100px 35px 0px !important;
	}
	
	/***DashBoard page***/
	.la-incentive-section .la-incentive-h3 {
  	font-size: 21px;
  }
	
	.la-booking-section .la-card p a, .la-booking-section .la-booking-card-col .terms-row a {
  	font-size: 12px;
  }

	.la-cash-section .la-card h3{
		font-size: 21px;
	}
}

@media screen and (max-width: 1199px) {
    #et-top-navigation ul > li#menu-item-341 > a, #et-top-navigation ul > li#menu-item-528 > a{
        padding: 0px 4px;
            height: 30px;
        font-size: 12px !important;
    }
    #top-menu li a {
        font-size: 13px !important;
    }
    #main-footer {
        margin-top: 25px !important; 
    }
    .la-incentive-section .la-anchor-col {
        width: 14%; 
    }
    .la-incentive-section .la-incentive-addbooking-anchor { 
        font-size: 12px;
    }
    .et_pb_number_counter .percent p {
        font-size: 41px !important;
    }	
	body.page-id-74 .la-booking-section .la-booking-card-col .la-card { max-width: 29%; flex: 0 0 29%;    margin: 0 10px;}
	
}
@media screen and (max-width: 991px) {
    .la-booking-section { 
        margin: 0;
    }
    body.page-id-586 .la-dashboard-setting .la-reward-container {
        padding: 32px 10px 5px; 
    }
     #main-footer {
        margin-top: 0 !important; 
    }
    .la-card {
        width: 49% !important;
        margin: 15px 14px !important;
        
    }
    .sponr-sec2 .et_pb_module {
        height: 100%;
    }
    .sponr-bnr-txt img {
        width: 142px;
        height: 50px;
        object-fit: contain;
    }
    .la-card-section .la-card {
        flex: 0 0 44%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
	body.page-id-74 .la-booking-section .la-booking-card-col .la-card { max-width: 45%; flex: 0 0 45%;}
	body.single-incentive .et_main_title{ display:block; }
	body.single-incentive .et_main_title h1{ width:100%; margin-bottom:20px;}
	body.single-incentive .et_main_title button{ float:left;}
	body.single-incentive .et_main_title a{ display:inline-block;}
}

@media screen and (max-width: 767px) {
    .bottom-navigation-menu #dm-menu a { 
        padding-right: 6px;
        padding-left: 6px;
    }
    .sponr-bnr-txt p img {
        height: 30px; 
    }
    .home .et_pb_button_6_wrapper,.home .et_pb_button_4_wrapper {
        margin-right: 6px!important;
    }
    .la-card {
        width: 100% !important; 
    }
    .la-booking-card-row .la-card { 
        margin: 0 !important;margin-bottom: 17px !important;
    }
    .la-booking-section .la-booking-card-col {
        max-width: 100% !important;    margin: 0 !important;
    }
	body.page-id-74 .la-booking-section .la-booking-card-col .la-card { max-width: 100%; flex: 0 0 100%;}
		body.single-incentive .et_main_title button{ float:left; width:100%; max-width:100%; margin-bottom:20px;}
	body.single-incentive .et_main_title a{ display:inline-block; width:100%; max-width:100%;}
}

@media screen and (max-width: 1024px) {
    	#et-top-navigation ul > li#menu-item-341 > a, #et-top-navigation ul > li#menu-item-528 > a{
        padding: 0px 4px;
            height: 30px;
        font-size: 12px !important;
    }
    .page-id-12 .la-registration-div .la-registration-form {
        padding: 0px 17px !important;
    }
    .page-id-12 .et_pb_section_1.et_pb_section {
        margin-top: 18px;
    }
     .page-id-12 .et_pb_section_0 .et_pb_row,
     .page-id-902 .et_pb_section_0 .et_pb_row,
     .page-id-1044 .et_pb_section_0 .et_pb_row,
     .page-id-1525 .et_pb_section_0 .et_pb_row,
     .page-id-95 .et_pb_section_0 .et_pb_row{
        padding-top: 69px;
        padding-bottom: 0;
    }
    .page-id-12 .et_pb_section_0 .et_pb_row .et_pb_text_0 h1,
     .page-id-902 .et_pb_section_0 .et_pb_row .et_pb_text_0 h1,
     .page-id-95 .et_pb_section_0 .et_pb_row .et_pb_text_0 h1,
     .page-id-1525 .et_pb_section_0 .et_pb_row .et_pb_text_0 h1,
     .page-id-1044 .et_pb_section_0 .et_pb_row .et_pb_text_0 h1 { 
        font-size: 43px; 
    }
    div#field_1_11 {
        margin: 0;
    }
    form#gform_1 {
        width: 94%;
        margin: 0 auto;
    }
    /*.page-id-586 #footer-bottom .container.clearfix,*/
    /*.page-id-548  #footer-bottom .container.clearfix,*/
    /*.page-id-74  #footer-bottom .container.clearfix,*/
    /*.page-id-584  #footer-bottom .container.clearfix{*/
    /*    width: 100%;*/
    /*}*/
    div#footer-bottom {
    padding-bottom: 46px;
}
#footer-bottom div#footer-info { 
    padding: 0 12px !important;
    font-size: 12px; 
}
    .msgTbl {
    border-radius: 20px;
    border: 1px solid #d1d1d1;
    overflow-x: auto;
}
    .la_profile_row {
        flex-basis: 50%; 
    }
    .et_pb_section.et_pb_section_1.la-joining-section.et_section_regular {
        height: auto;
        min-height: auto;
    }
    .home .et_pb_text_3, .home .et_pb_row_3, .home .et_pb_row_2 {
        display: none!important;
    }
    
    .et_pb_text_0 { 
        max-width: 100% !important;
    }
    .sideBarNav li:first-child a { 
        height: 100%;
    }
    .sideBarNav li:first-child { 
        padding-bottom: 0 !important; 
    }
    .sideBarNav li:first-child a:before { 
        background-repeat: no-repeat;
    }
        #top-menu li a {
        font-size: 12px  !important;
    }
	/***Footer***/
	footer #footer-widgets div.footer-widget h4{
		font-size: 21px;
	}

	/***Home page***/
	.la-card-section .la-card img {
  	margin-bottom: 22px;
	}

	/***User Registration page***/		
  .la-registration-form table #gform_fields_1 .la-content-field {
  	width: 58%;
	}
	
  .la-registration-form .gform_footer {
    bottom: 21px;
	}
	
	.la-registration-form{
		padding: 0px 15px !important;
	}
	
	.la-registration-form-text{
		padding: 100px 20px 0px !important;
	}

	/***DashBoard page***/
	.la-incentive-section .la-incentive-h3 {
  	font-size: 20px;
  }
	
	.single-incentive .et_photo_gallery li {
  	width: 28.6%;
  }
	
	.la-card {
    	width: 28.7%;
		margin: 16px 14px 16px 14px;
	}

	/*** messages ***/
	.la-message-root-section ._loading_overlay_wrapper {
    padding: 40px 20px 0px;
	}
}
@media screen and (max-width: 980px) {
    
	.la-registration-form-text{
		padding: 20px 20px 0px !important;
	}
	
	.la-agents-section .la-agents-div{
		flex-direction: column-reverse;
  }

	/*** message ***/
/* 	.page-id-586 #main-header, */
/* 	.page-id-584 #main-header, */
/* 	.page-id-588 #main-header, */
/* 	.page-id-548 #main-header */
/* 	.page-id-591 #main-header */
/* 	{
		display: block;	
	} */
	
	#mobile_menu li.menu-item-597>a{
		display: none !important;
	}
	
	#mobile_menu li.menu-item-597 ul,
	#mobile_menu li.menu-item-597 li{
		padding: 0px;
	}
	
	.dm-custom-header #page-container{ padding-top:0 !important;}
}

@media screen and (max-width: 991px) {

    .la-cash-section .la-cash-button-col { 
        flex-direction: column;
        align-items: center;
    }
    
    .la_profile_row {
        flex-basis: 50%; 
    }
	/***Header***/
	.mobile_menu_bar:before, .et_toggle_slide_menu:after {
    content: "\61" !important;
	}

	/***Footer***/
	footer #footer-widgets {
		display: block;
		padding-top: 48px;
	}
	
	footer #footer-widgets div.footer-widget h4{
		font-size: 19px;
	}
	
	footer #footer-widgets div.footer-widget {
  	margin: 0px;
		padding: 0px 15px;
		width: 28% !important;
	}
	
 	footer #footer-widgets div.footer-widget:last-Child {
  	width: 100% !important;
	}
	
	footer #footer-widgets .footer-widget .fwidget {
    margin-bottom: 10px;
	}
	
	#et-main-area footer#main-footer:before{
	  height: 96px;
		top: -92px;
	}

	/***Home page***/	
	.la-more-section h4{
		font-size: 25px;	
	}
	
	.la-card-section .la-card-anchor {
    	font-size: 12px;
    }

/* 	.la-card{
		width: 28.3%;
    	padding: 32px 15px 13px;
		margin: 16px 15px 16px;
	}
	
	.la-card-section .la-card{
		width: 28.3%;
    padding: 32px 15px 13px;
		margin: 16px 15px 16px;
	} */
	
	.la-card-section p {
  	font-size: 14px;
	}
	
	.la-more-section {
    margin-bottom: 35px;
	}
	
	.la-card-section .la-card-button {
		margin: 19px auto 13px auto;
	}
	
	.la-pagination-section .la-pagination-row {
    margin-top: 40px;
	}

	.la-more-section .la-more-column{
	  width: 100%;
		margin-bottom: 15px;
	}

	.la-more-section .la-more-row{
		flex-wrap: wrap;
	}

	.la-more-section .la-more-column:last-child {
    	flex-basis: 100%;
	}
	
	.la-more-section .search-form img,
	.la-booking-section .search-agent-incentives img,
	.la-more-section .search-incentives img{
		left: unset;
    right: -45px;
	}
	
	.la-more-section input[type="text"]{
		max-width: unset;
		float: unset;
	}
	
	.la-more-section p {
    margin: 0px 0px 13px 0px;
		max-width: unset;
		text-align: center;
	}
	
	/***Login page***/
	header#main-header{
		background: rgba(255,255,255,0.5);
	}
	
	header#main-header .mobile_menu_bar{
		position: relative;
    top: 7px;
	}

	header#main-header .mobile_menu_bar:after{
		position: absolute;
		top: -22px;
		right: 0px;
		width: 50px;
		height: 47px;
		content:'';
		background-image: url('images/menu-icon-2.png');
		background-position: center;
		background-size: 100% 100%;
	}
	
	header#main-header .mobile_menu_bar:before,
	.la-agent-header .menu-item-has-children:before{
		display: none;
	}

	header#main-header ul#mobile_menu li a{
		color: #004E50 !important;
  	border: none !important;
		display: table;
   	margin: 0px auto;
		padding: 0px 13px;
  	height: 32px;
	}

	.la-agent-header ul li.current-menu-item {
		margin-bottom: 12px;
	}

	/***User Registration page***/
	.la-registration-form table #gform_fields_1{
		display: block;
	}
	
	.la-registration-form table #gform_fields_1 .la-half-field,
	.la-registration-form table #gform_fields_1 .la-full-field,
	.la-registration-form table #gform_fields_1 .la-full-field,
	.la-registration-form table #gform_fields_1 .la-full-other-field{
		width: 100%;
		margin: 0px;
		height: auto;
    min-height: unset;
	}

	.la-registration-form table #gform_fields_1 #input_1_9_3_container,
	.la-registration-form table #gform_fields_1 #input_1_9_6_container,
	.la-registration-form table #gform_fields_1 #input_1_9_4_container{
		flex-basis: 100%;
		padding: 0px;
	} 
	
	.la-registration-form .gform_footer {
 	 	bottom: 0px;
	}
	
	.la-more-section form {
  	width: 85%;
	}
	
	/* Dashboard */
/*   .la-booking-section .la-booking-card-col{
    display: block;
    margin: 0px auto;
    max-width: 307px;
  } */
  
	.la-cash-section .la-redeem-btn{}


	.la-cash-section .request-cash{
		margin: 11px 0px 6px 0px;
	}
	
  .la-booking-section .la-search-col{
  	margin-top: 15px;
    width: 100%;
  }
	
/*   .la-booking-section .la-card{
    margin: 23px 0px;
	  width: 100%
  } */

  .la-cash-section .la-cash-col,
  .la-cash-section .la-col{
    flex-wrap: wrap;
	  justify-content: center;
  }

  .la-incentive-section .la-incentive-card-row{
  	display: block;
  }

	.la-incentive-section .la-image-col,
	.la-incentive-section .la-title-col{
    	width: 100%;
	}
	
  .la-incentive-section .la-incentive-image{
    width: 100%;
	  height: 260px;
    margin-bottom: 27px;
  }

  .la-incentive-section .la-title-col,
  .la-incentive-section .la-incentive-addbooking-anchor{
    margin: 0px;
  }

  .la-cash-section .la-card{
    flex-basis: 30%;
    max-width: unset;
    margin: 15px 15px;
  }
	
	/* page 5 */
  .la-incentive-section .la-anchor-col{
    display: inline-block;
    width: 181px;
    margin: 20px 0px 0px;
  }

  .la-incentive-section .la-anchor-col:last-child{
    width: 350px;
  }

  .la-incentive-section .la-incentive-booking, 
  .la-incentive-section .la-incentive-addbooking-anchor, 
  .la-incentive-section .la-incentive-reward-anchor{
    display: inline-block;
  }

	.la-booking-section h3,
  .la-incentive-section .la-btn-setting{
    width: 100%;
  }
	
	/***Add Booking form***/
	.booking-form-wrapper #gform_fields_6>*,
	.booking-form-wrapper .la-w-60{
  	width: 100%;
	}
	
	.booking-form-wrapper .la-w-60{
  	width: 100% !important;
	}
	
	.booking-form-wrapper textarea {
  	height: 210px !important;
	}

	.la-incentive-form-section .la-incentive-form-row{
  	flex-wrap: wrap;
  	margin: 0px;
  	}
	
	.la-incentive-form-section .la-incentive-form-col {
		flex-basis: 99%;
 	}
	
	.la-incentive-form-section .la-display-none{
 	 	margin: 0px 0px;
	}
	
	.la-activity-section td, 
	.la-activity-section th, 
	.la-booking-list-table-section td, 
	.la-booking-list-table-section th{
		font-size: 13px;
	}
	
	.la-cash-section .la-cash-title-col{
		width: 70%;
	}

	.la-cash-section .la-cash-button-col{
		width: 29%;
	}

	/***CPT Incentibve Page (read more)***/

	/*** message ***/
	#top-header #et-secondary-menu>ul>li a {
  	padding: 0px 20px 0px 0px;
  }
	
	._loading_overlay_wrapper .col-sm-12{
		overflow-x: auto;
	}
	
	.bp-wrapper .bp-top-bar{
		display: block !important;
	}
	
	._loading_overlay_wrapper table tr{
		display: block !important;
		min-width: 700px
	}
	
	.la-message-root-section .bp_nav-left,
	.la-message-root-section ._loading_overlay_wrapper{
   	width: 100%;
  }
    .page-id-23 div#page-container , .page-id-522 div#page-container{
        overflow: hidden;
    }
    .la-background-login { 
        min-height: calc(92vh ); 
    }
    .page-id-23 div#et-main-area {
           padding-bottom: 116px  !important;
    height: 100%;
    }
    body.post-type-archive-incentive .la-card-row { 
        margin: 0;
    }

    .la-center-wrapper { 
        margin: 0 auto; 
    }
    #top-menu li a {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 767px){
        .la-cash-section .la-cash-button-col { 
        flex-direction: column;
    }
    div#et-main-area {
    padding-bottom: 7px !important;
}
        .la-profile-setting {
        padding: 0;
    }
    .la_profile_row {
        flex-basis: 100%; 
            word-break: break-word;
                padding-bottom: 0;
    }
    body.page-id-524 .et_pb_row { 
    padding: 0;
}
    .la-cash-section .la-cash-title-col {
        text-align: center;
    }
    .la-cash-section .la-redeem-btn { 
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .la-more-section form {
        width: 100%;
    }
/*     .et_pb_section_0 {
        max-height: 100% !important;
    } */
    .page-id-1403 .et_pb_text_0 { 
        max-width: 100%;
    }
    .la-more-section .la-more-column {
        margin: 0 auto;
    }
    body.page-id-23 .et_pb_section { 
        background: transparent;
    }
    .page-id-23 div#page-container {
        overflow: hidden;
    }
/***Footer***/
	footer #footer-widgets div.footer-widget {
    margin: 0px;
		padding: 0px 15px;
		width: 100% !important;
	}
	
	footer #footer-widgets div.footer-widget h4 {
    font-size: 24px;
	}
	
	footer .footer-widget .fwidget {
    margin-bottom: 30px !important;
	}

	footer #main-footer .footer-widget H4.title {
  	padding-bottom: 9px;
	}
	
	footer #main-footer div.menu-loyalty-footer-widget-contact-container ul li, 
	footer #main-footer div.menu-loyalty-footer-widget-menu-container ul li, 
	footer #main-footer div.menu-loyalty-footer-widget-information-container ul li, 
	footer #main-footer div.menu-loyalty-footer-widget-join-container ul li{
		margin-bottom: 0px ;
	}
	
	#et-main-area footer#main-footer:before{
    height: 78px;
		top: -75px;
	}

	/***Home page***/	
 	.la-more-section p{
		font-size: 15px;
		text-align: left;
	}
	
	.la-card-section .la-card-row{
	    margin: 0px 20px;
	}
    .la-reward-container .la-card-row {
        margin-left: 0;
        margin-right: 0;
    }
/* 	.la-card {
		width: 54%;
  	margin: 16px auto 16px;
	}
	
	.la-card-section .la-card {
		width: 54%;
  	margin: 16px auto 16px;
	} */
	
	.la-booking-section .la-booking-card-col,
	.la-card-section .la-card-column
/* 	.la-cash-col */
	{
    	display: block;
    	margin: 0px auto;
    	max-width: 307px;
  	}
	
	.la-card{
    	margin: 23px 0px;
	  	width: 100%
  	}
	
	/***Login page***/
	.la-login-page form#gform_0 .gform_heading h1 {
  	font-size: 28px;
		line-height: 32px;
	}

	.la-login-page form#gform_0 .gform_body label.gfield_label, 
	.la-login-page form#gform_0 .gform_body input[type="text"], 
	.la-login-page form#gform_0 .gform_body input[type="password"] {
		margin-bottom: 19px;	
	}
	
	.la-login-page form#gform_0 .gform_body .gchoice {
  	margin: -2px 0px 20px;
	}
		
	.page-id-23 #et-main-area > #main-content > article > .entry-content {
/*     padding: 20px 32px 6px; */
	}
	
	.la-background-login{
    padding: 0px 40px;
	}
	/***User Registration page***/
  .la-registration-form table #gform_fields_1 .la-content-field{
		width: 100%;
	}
	
  .la-registration-form .gform_footer{
		position: relative;
    float: none;
		bottom: unset;
    right: unset;
    display: table;
    margin: 56px auto 0px;
	}
	
  .la-registration-form table #gform_fields_1 .la-content-field{
		margin: 9px 0px 0px;
	} 
	
	/* Dashboard Page */
  .la-booking-section h3,
  .la-incentive-section .la-anchor-col:last-child{
    width: 100%;
  }

	.la-booking-section .la-booking-row form,
	.la-booking-section .la-booking-row .la-booking-search a{
		max-width: unset;
	}
	
  .la-booking-section .la-booking-search{
    width: 100%;
		margin: 15px 0px 0px;
  }

	.la-cash-section .la-redeem-btn{
		float: unset; 
	  margin: 20px 20px 0px 0px;
	}

 /* page 5 Activity*/

  .la-incentive-section .la-incentive-addbooking-anchor{
    margin-bottom: 10px;
    display: block;
  }

  .la-incentive-section .la-incentive-image {
    margin: 0px 0px 20px;
  }
	
	.la-cash-section .la-card h3, 
	.la-cash-section h2, 
	.la-activity-section 
	.la-activity-row h2, 
	.la-incentive-section 
	.la-incentive-row 
	.la-incentive-h2 {
  	font-size: 27px;
  }
	
	/***CPT Incentibve Page (read more)***/
	.single-incentive .et_photo_gallery li {
  	width: 45.1%;
	}

	.single-incentive .et_photo_gallery li {
  	width: 42.5%;
  }
	
	.la-cash-section .la-cash-title-col{
		width: 100%;
	}

	.la-cash-section .la-cash-button-col{
		width: 100%;
	}
	
	/***edit profile page***/
	.la-edit-profile-form .la-half-field{
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
    h1.customTitleArea {
        margin-top: 10px; 
    }
/* 	.page-id-12 .et_pb_column_1_2 .et_pb_text_inner p{
    font-size: 13px;
	} */
	
	.la-cash-section .la-card{
    flex-basis: 55%;
		max-width: 250px;
  }

	/***Redistration form***/
	.la-registration-form table #gform_fields_1 .la-full-field .ginput_complex span.ginput_right,
	.la-registration-form table #gform_fields_1 .la-full-field .ginput_complex span.ginput_left{
		padding: 0px;
	}
	
	/***edit profile page***/
	.la-edit-profile-form .ginput_left,
	.la-edit-profile-form .ginput_right{
  	padding: 0% !important;
	}
}

@media screen and (max-width: 479px) {
	#et-main-area footer#main-footer:before{
	  height: 50px;
		top: -49px;
	}
	
	.la-rst-pswd-page h1{
		font-size: 17px;
	}

	/***Home page***/
	.la-more-section h4{
		font-size: 21px;	
	}
	
	.la-banner-section h1 {
  		font-size: 27px !important;
	}
	
/* 	.page-id-65 .et_pb_text_0 p {
  	max-width: 350px;
		width: 100%
	} */
	
	.la-registration-div .et_pb_text_inner p{
		max-width: 290px;
	}

	.la-registration-div h1{
		font-size: 21px !important;
	}
	
	.la-registration-div .et_pb_text_inner p{
		font-size: 11px;
	}
	
	.la-registration-div h2{
		font-size: 21px;	
	}
	
	.la-more-section input[type="text"] {
    font-size: 13px;
		padding: 0px 30px 0px 36px;
	}
	
/* 	.la-card {
		width: 75%;
	}
	
	.la-card-section .la-card {
		width: 75%;
	} */
	
	/***Login page***/
	.page-id-23 #et-main-area > #main-content > article > .entry-content,
	.page-id-522 #et-main-area #main-content article#post-522{
/* 		max-width: 280px;
  	padding: 14px 20px 0px; */
	}
	
	.la-frgt-pswd-page thead h1{
    font-size: 23px;
	}
	
	.la-login-page form#gform_0 .gform_body .gchoice a{
		display: block;
    float: unset;
	  text-align: center;
  	padding-top: 8px;
	}
	
	.la-login-page form#gform_0 .gform_heading h1{
		margin-bottom: 5px;
	}
	
	.la-frgt-pswd-page table label, 
	.la-rst-pswd-page form label, 
	.la-login-page form#gform_0 .gform_body label.gfield_label, 
	.la-login-page form#gform_0 .gform_body input[type="text"], 
	.la-login-page form#gform_0 .gform_body input[type="password"]{
		margin-bottom: 16px;
	}
	
	.la-frgt-pswd-page table input[type="text"], 
	.la-rst-pswd-page form input[type="text"], 
	.la-rst-pswd-page form input[type="password"], 
	.la-login-page form#gform_0 .gform_body input[type="text"], 
	.la-login-page form#gform_0 .gform_body input[type="password"]{
		height: 38px;
	}
	
	.la-frgt-pswd-page table #lostpasswordform input[type="submit"], 
	.la-rst-pswd-page form input[type="submit"], 
	.la-login-page form#gform_0 .gform_footer input[type="submit"]{
		padding: 10px 10px 10px;	
	}
	
	.page-id-23 #et-main-area > #main-content > article > .entry-content {
/*     padding: 14px 32px 0px; */
	}
	
	.la-center-wrapper{
		padding: 28px 21px 1px;margin: 30px auto;
	}

	.la-login-page .gf_browser_chrome {
  	margin-bottom: 5px;
	}
	
	  /*** Dashboard ***/
  .la-cash-section .la-card h3{
    font-size: 28px;
  } 

	.la-cash-section h2{
    font-size: 24px;
  }

  .la-booking-section form {
    width: 100%;
    max-width: unset;
  }

  .la-booking-section .la-booking-card-row .terms-row{
    display: block;
  }

  /*** page 5 ***/
	.booking-form-wrapper ul {
  	padding-left: 0px !important;
	}

	.booking-form-wrapper .la-form-span{
  	margin: 10px 0px;
	}

  .la-activity-section .la-activity-row{
    display: block;
  	margin-bottom: 39px;
  }
  
	.la-incentive-section .la-backgrnd {
  	padding: 15px;
  }
	
	.la-incentive-section .la-incentive-h3 {
  	font-size: 18px;
  }
	
	.la-incentive-form-section .la-incentive-form-col,
	.la-incentive-form-section .la-see-rewards,
	.la-incentive-form-section .la-submit,
	.la-incentive-form-section .la-form-span{
  	margin: 10px 0px;
	}
	
	.la-booking-section {
    padding: 32px 19px 60px;
  }
	
	.la-booking-section form input[type='text']{
		padding-left: 28px;
    font-size: 13px;
	}
	
	.la-booking-section .la-booking-icon-search{
		padding: 0px;
	}

	/***CPT Incentibve Page (read more)***/
	
	/***Single-Incentive (read more)***/
	.single-incentive h1.entry-title{
		margin-right: -28px;
	}
	
	.single-incentive h1.entry-title{
		font-size: 24px;
	} 
	
	.single-incentive .et_photo_gallery li {
  		width: 100%;
  	}
	
	#TB_window {
    	width: 95% !important;
	}

	._loading_overlay_wrapper .d-flex{
	  	flex-wrap: wrap !important;
    	width: 100%;
	}
	
	._loading_overlay_wrapper .d-flex>div{
	  	flex-basis: 100%;
	  	margin: 0px;
		padding: 5px 0px !important;
	}
}

@media screen and (orientation:landscape) and (max-width: 1024px) {} 

@media screen and (orientation:landscape) and (max-width: 991px) {} 


@media screen and (orientation:landscape) and (max-width: 767px) {
/* 	body.page-id-23 table .gf_login_links {
		text-align: center;
	} */
}









@media screen and (max-width: 1024px){
	
}

@media screen and (max-width: 991px){
	
}

@media screen and (max-width: 980px){

}

@media screen and (max-width: 479px){
	
}