.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
font {
  color: #133c6d;
}
@font-face {
  font-family: 'Poppins Semibold';
  src: url('/fonts/Poppins-Semibold.eot');
  src: url('/fonts/Poppins-Semibold.eot?#iefix') format('embedded-opentype'),
      url('/fonts/Poppins-Semibold.woff2') format('woff2'),
      url('/fonts/Poppins-Semibold.woff') format('woff'),
      url('/fonts/Poppins-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Medium';
  src: url('/fonts/Poppins-Medium.eot');
  src: url('/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
      url('/fonts/Poppins-Medium.woff2') format('woff2'),
      url('/fonts/Poppins-Medium.woff') format('woff'),
      url('/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Light';
  src: url('/fonts/Poppins-Light.eot');
  src: url('/fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
      url('/fonts/Poppins-Light.woff2') format('woff2'),
      url('/fonts/Poppins-Light.woff') format('woff'),
      url('/fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Bold';
  src: url('/fonts/Poppins-Bold.eot');
  src: url('/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
      url('/fonts/Poppins-Bold.woff2') format('woff2'),
      url('/fonts/Poppins-Bold.woff') format('woff'),
      url('/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins ExtraBold';
  src: url('/fonts/Poppins-ExtraBold.eot');
  src: url('/fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('/fonts/Poppins-ExtraBold.woff2') format('woff2'),
      url('/fonts/Poppins-ExtraBold.woff') format('woff'),
      url('/fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SofiaProRegular";
  src: url("/fonts/SofiaProRegular.eot");
  src: url("/fonts/SofiaProRegular.eot") format("embedded-opentype"),
    url("/fonts/SofiaProRegular.woff2") format("woff2"),
    url("/fonts/SofiaProRegular.woff") format("woff"),
    url("/fonts/SofiaProRegular.ttf") format("truetype"),
    url("/fonts/SofiaProRegular.svg#SofiaProRegular") format("svg");
}

@font-face {
  font-family: "SofiaProSemiBold";
  src: url("/fonts/SofiaProSemiBold.eot");
  src: url("/fonts/SofiaProSemiBold.eot") format("embedded-opentype"),
    url("/fonts/SofiaProSemiBold.woff2") format("woff2"),
    url("/fonts/SofiaProSemiBold.woff") format("woff"),
    url("/fonts/SofiaProSemiBold.ttf") format("truetype"),
    url("/fonts/SofiaProSemiBold.svg#SofiaProSemiBold") format("svg");
}

@font-face {
  font-family: "SofiaProLight";
  src: url("/fonts/SofiaProLight.eot");
  src: url("/fonts/SofiaProLight.eot") format("embedded-opentype"),
    url("/fonts/SofiaProLight.woff2") format("woff2"),
    url("/fonts/SofiaProLight.woff") format("woff"),
    url("/fonts/SofiaProLight.ttf") format("truetype"),
    url("/fonts/SofiaProLight.svg#SofiaProLight") format("svg");
}

body {
  margin: 0;
  font-family: "Poppins Light";
  font-size: 16px;
  line-height: 1.55em;
  color: #1e1e1e;
  background: #fff;
  font-weight: normal;
  padding-top: 143px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
  box-sizing: border-box;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

ul.public li a:hover {
  color: #133c6d;
}

.fullheight {
  height: 100%;
}
.row {
  display: flex;
}
.col {
  display: flex;
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

p {
}

p span {
  display: block;
}
p.list {
  line-height: 15px;
}
p.list span {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}
p.list span span {
  display: inline-block;
}
img {
  max-width: 100%;
  border: none;
}
.fullwidth {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  display: block;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: "Poppins Semibold";
  color: #1e1e1e;
}

h1 {
  font-size: 36px;
  line-height: normal;
}
h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
}
h2.homepage-h2 {
  font-size: 44px;
  line-height: 1em;
}
h2.memberh2 {
  margin: 0 0 20px 0;
}
h2 span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.5em;
  margin: 0;
}
h2.magnyfying span {
  font-size: 0.7em;
  padding: 0;
  float: none;
}
h3 {
  margin: 10px 0 0 0;
  padding: 5px 0;
  font-size: 16px;
  clear: left;
}
h3 span {
  display: block;
}
h4 span {
  display: block;
}
h3.margintb {
  margin: 20px auto;
}
h4 {
  font-size: 1.425em;
  margin: 0;
}
h5 {
  margin: 0 0 10px 0;
  font-size: 14px;
  text-transform: none;
  font-weight: 100;
  font-weight: bold;
}
/* Global */
.grid_3 {
  width: calc(25% - 20px);
  margin: 0 23px 23px 0;
}
.grid_4 {
  width: calc(33.33% - 21px);
  margin: 0 30px 30px 0; /*    padding: 10px 30px;*/
}
.grid_88 {
  float: left;
  width: calc(66% - 9px);
}
#page-home.grid_4 {
  margin: 0 30px 0px 0;
}

.grid_8 {
  width: calc(67.67% - 20px);
  margin: 0 30px 30px 0;
}
.grid_6 {
  width: calc(50% - 20px);
  margin: 0 30px 30px 0;
}
.grid_12 {
  width: 100%;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  float: left;
  display: block;
  box-sizing: border-box;
}
.container {
  margin: 0 auto;
  width: 1025px;
  max-width: 100%;
  padding: 10px 30px 30px 30px;
  background: #fff;
  position: relative;
}
.container.small {
  width: 700px;
  overflow: auto;
}
.container.smaller {
  width: 400px;
}
.container.lg {
  width: 1340px;
}
.box {
  position: relative;
  float: left;
}
.box.loading :after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  background: url("/images/btns/loader.gif") center center no-repeat #f3f3f3;
  background-size: 32px 32px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.grid_4.box a {
  display: block;
  float: left;
  width: 100%;
}
.box.loading:after {
  z-index: 1;
  opacity: 1;
}
ul.tablist {
  padding: 0 50px;
}
ul.tablist li {
  padding: 0 5px 0 5px;
  margin-bottom: 5px;
}

.textbox {
  /*	padding: 15px 15px 15px 15px;
*/
}
.textbox h3 {
  height: 55px;
  overflow: hidden;
  /*	margin-bottom: 5px;
*/
  padding: 0;
  font-size: 1.28571em;
  font-size: 18px;

  margin-bottom: 0;
}
.textbox h5 {
  /*	height: 35px;
*/
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.3em;
  height: 40px;
}

.textbox p {
  margin: 0;
  height: 70px;
  overflow: hidden;
  line-height: 1.3em;
}
.textbox.dashed {
  /*	border: 1px solid #7BCBC7;
	border-top: none;*/
  width: 100%;
}
.textarea_mem {
  padding: 10px;
}
.hasborder {
  border: 2px solid #133c6d;
}
.grid_half {
  float: left;
  width: 50%;
  position: relative;
}
.grid_half:first-child {
  border-right: 2px solid #133c6d;
}
img.sos {
  display: inline-block;
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 18px;
}
p.sos {
  margin-top: -10px;
  margin-bottom: 20px;
}
.sos img {
  margin-bottom: 20px;
}
.hasheight {
  height: 170px;
}
.hasborder .yellowbtn {
  width: 100%;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
  border: none;
}
.grid_half.last {
  border-left: 2px solid #133c6d;
}
p.price {
  margin: 5px auto;
  font-family: "Poppins Semibold";
  margin-bottom: 20px;
}

p.pricetxt {
  font-size: 12px;
  padding: 5px 5px 0 5px;
  line-height: 16px;
}
.textarea_mem p {
  height: 100%;
  overflow: hidden;
  min-height: 80px;
}
.textarea_mem.dashed {
  border: 2px dashed #fbb70c;
}
.yellowcyrcle {
  display: block;
  background: #fbb70c;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 15px auto;
}

.price {
  padding: 0;
  font-size: 45px;
  width: 100px;
  margin: 0;
}
a.more {
  text-decoration: underline;
  display: none;
}
a.seeall {
  display: inline-block;
  margin: 15px auto;
  display: inline-block;
}
a {
  cursor: pointer !important;
}
a.interest {
  text-decoration: underline;
  display: block;
  margin: 10px auto;
  font-size: 16px;
}
.mob {
  display: none !important;
}

ul.join li,
ul.radio li {
  margin: 20px 20px 20px 0;
}
ul.radio {
  clear: left;
  padding-left: 10px;
  list-style: none;
}
ul.radio input {
  top: -13px;
  -webkit-appearance: radio;
}
p.caption {
  position: absolute;
  width: 600px;
  max-width: 100%;
  font-size: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  bottom: 50px;
  text-transform: uppercase;
  text-align: center;
}
.arrows {
  background: url(/images/btns/arrows.png) no-repeat top left;
  padding: 10px 0 10px 20px;
  margin: 0 20px;
  display: inline-block;
  background-position: 0 9px;
}
select.sortdropdown {
  max-width: 180px;
  margin: 5px auto;
  float: none;
  background: url(/images/btns/select.png) no-repeat 95%;
  padding-right: 30px;
  color: #5f6062;
  border: none;
}
h2.ava {
  display: inline-block;

  margin: 0;
}
select.sortdropdown.aza {
  display: inline-block;
  float: right;
  margin: 0;
  border: 1px solid #dddddd;
  margin-top: 20px;
  margin-right: 4px;
}

.check_h {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
/*input[type=checkbox]:not(old)
{
	width : 2em;
	margin : 0;
	padding : 0;
	font-size : 1em;
	opacity : 0;
}
input[type=checkbox]:not(old) + label
{
	display : inline-block;
	margin-left : -2em;
	line-height : 1.5em;
}*/
/*input[type=radio ]:not(old) + label
{
	display : inline-block;
	margin-left : -2em;
	line-height : 1.5em;
}*/
input[type="checkbox"]:not(old) + label > span,
input[type="radio"]:not(old) + label > span {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  margin: 0.25em 0.5em 0.3em 0.25em;
  border: 0.0625em solid #ffffff;
  vertical-align: bottom;
}
input[type="checkbox"]:not(old):checked + label > span:before {
  content: "✓";
  display: block;
  width: 1em;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1em;
  text-align: center;
  text-shadow: 0 0 0.0714em rgb(115, 153, 77);
  font-weight: bold;
  padding-right: 4px;
}
/*input[type=radio]:not(old):checked + label > span > span
{
	display : block;
	width : 0.5em;
	height : 0.5em;
	margin : 0.125em;
	border : 0.0625em solid rgb(115,153,77);
	border-radius : 0.125em;
	background : rgb(153,204,102);
}
input,*/
select {
  text-align: -webkit-center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 14px;
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #0b0f35;
  opacity: 0.8;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5f6062;
  opacity: 0.8;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #5f6062;
  opacity: 0.8;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5f6062;
  opacity: 0.8;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5f6062;
  opacity: 0.8;
}
.yellowbtn {
  /*	background: #133C6D;
	display: inline-block;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 16px;
cursor: pointer;*/
  line-height: 1em;
  min-height: 1em;
  border: 2px solid;
  padding: 1em 1.5em;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
  border-color: #133c6d;
  color: #133c6d;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
}
.pricing_head {
  padding: 1em 1.5em;
  font-size: 1em;
  background-color: transparent;
  color: #133c6d;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
}

.btn {
  line-height: 1em;
  min-height: 1em;
  border: 2px solid;
  padding: 1em 1.5em;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
  border-color: #133c6d;
  color: #133c6d;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
  display: inline-block;
}

.rvs {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #133c6d;
}

.btn:hover {
  color: #fff;
  background-color: #133c6d;
}

.popup-btn {
  font-size: 22px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
  display: inline-block;
}
.popup-btn:hover {
  text-decoration: underline;
}

.join {
  line-height: 1em;
  min-height: 1em;
  border: 2px solid;
  padding: 1em 1.5em;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: #133c6d;
  border-color: #133c6d;
  color: #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
  cursor: pointer;
}
.mh500 {
  min-height: 700px;
}
.noshow-btn {
  font-size: 14px;
}
.noshow-btn:hover {
  text-decoration: underline;
}
.whitebtn {
  line-height: 1em;
  min-height: 1em;
  border: 2px solid;
  padding: 1em 1.5em;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
}

.whitebtn:hover {
  color: #133c6d;
  background-color: #fff;
}

.yellowbtn.big {
  font-size: 20px;
  padding-left: 45px;
  padding-right: 45px;
}
.whiteborder {
  border: 1px solid #fff;
  padding: 10px 20px;
}
.bordertop {
  border-top: 1px solid #fbb70c;
  padding: 40px 20px 0 20px;
  width: 120px;
  text-align: center;
  margin: 0 auto;
}
/*end Global*/
/*header*/
header {
  width: 100%;
  padding: 0;
  background: #ffffff;
  position: fixed;
  z-index: 15;
  top: 0;
  padding-top: 60px;
}
.member_header {
  padding: 40px 30px 19px;
}
.member-logo {
  max-height: 70px;
  aspect-ratio: 16/5;
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.member-name {
  position: absolute;
  right: 20px;
  bottom: 45px;
}
header .container {
  padding: 0px 30px 0 30px;
  /* background: #f2f2f2; */
  position: relative;
}
#logo {
  float: none;
  display: inline-block;
  margin: 0px 0px 5px 0px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  left: 10px;
}
#logo {
  float: none;
  display: inline-block;
  margin: 0px 0px 5px 0px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: -45px;
}
#second_logo {
  float: none;
  display: inline-block;
  margin: 0px 0px 5px 0px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 10px;
  top: -45px;
}
#login_welcom {
  padding-left: 20px;
}
#nav-toggle {
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: none;
  color: #000;
  float: left;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  left: 0;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  top: 8px;
  z-index: 999999999999;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  bottom: -8px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}
nav .container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
ul.public {
  width: 100%;
  display: block;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  text-align: right;
  color: #707070;
  font-family: "Poppins Light";
}
ul.public.bottom {
  padding-top: 12px;
  /* margin-top: 12px;*/
}
ul.public.bottom {
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  width: auto;
}
ul.public li {
  display: inline-block;
  text-decoration: none;
  margin: 0 25px;
}
ul.subprofile li {
  margin: 0 25px 0 0;
}
ul.public.top li {
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 30px;
  font-size: 14px;
}
ul.public.top {
  display: block;
  list-style-type: none;
}

ul.public.top li a {
  padding: 0 0 0 10px;
  font-size: 16px;
}
ul.public li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  color: #707070;
  transition: 0.2s all;
  border-bottom: 2px solid transparent;
}
ul.public.member_menu {
  /*	margin-top: 45px;
*/
}
ul.menu {
  display: block;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
  width: 51%;
}
ul.menu li {
  display: inline-block;
  text-decoration: none;
  margin: 0 30px;
}
ul.menu.top {
  margin-bottom: 15px;
}
ul.menu.top li {
  padding: 0;
}
ul.public.bottom li a {
  padding: 0 0 5px 0;
}
#page-home ul.menu li.home a,
#page-lunch_league ul.public li.lunch_league a,
#page-home ul.public li.home a,
#page-offers ul.public li.offers a,
#page-membershipbenefits ul.public li.membershipbenefits a,
#page-activities ul.public li.activities a,
#page-news ul.public li.news a,
#page-promote ul.public li.promote a,
#page-contact ul.menu li.contact a,
#page-contact ul.public li.contact a,
#page-profile ul.menu li.profile a,
#page-joinnow ul.public li.joinnow a,
#page-news ul.public li.news a,
ul.menu li a:hover,
#lunchleague ul.public li.lunchleague a,
#page-shop ul.public li.shop a,
#page-cart ul.public li.cart a,
#page-memberapp ul.public li.memberapp a {
  color: #133c6d;
}
#page-home .member_header ul.public li.home a,
#page-offers .member_header ul.public li.offers a,
#page-activities .member_header ul.public li.activities a,
#page-shop .member_header ul.public li.shop a,
#page-news .member_header ul.public li.news a,
#page-contact .member_header ul.public li.contact a,
#page-profile .member_header ul.public li.profile a {
  color: #fff;
  font-family: 'Poppins Bold';
}
ul.menu li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.menu li ul li {
  background-color: none;
  display: block;
}
ul.menu.top li.sercharea {
  background: url(/images/btns/bino.png) left center no-repeat;
  padding-left: 35px;
  margin-left: 110px;
}
ul.menu li:first-child {
  margin-left: 0;
}
ul.menu li:last-child {
  margin-right: 0;
}
#serachbox {
  border: 1px solid #fbb70c;
  border-top: none;
  line-height: 30px;
  width: 140px;
  background: url(/images/btns/btn.png) right top no-repeat;
  background-size: cover;
}
input[type="text"],
input[type="password"],
textarea,
select,
input#dob {
  font-family: "Poppins Medium";
  font-size: 14px;
  text-transform: none;
  /*border: 2px solid #7BCBC7;
	border-top: none;*/
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  line-height: 24px;
  width: 180px;
  background: #ffffff;
  /*	background: url(/images/btns/btn.png) right top no-repeat;
	background-size: cover;*/
  margin-top: 0;
  padding: 5px;
}
textarea {
  width: 100%;
}
input[type="text"]#username {
  width: 200px;
}
#formcontact {
  margin: 30px auto;
}
#formcontact input,
#formcontact textarea {
  width: 500px;
  max-width: calc(100% - 40px);
  margin-top: 15px;
  /*margin-top: 0;*/
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border: 1px solid #133c6d;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.2142em;
  font-family: "Poppins Medium";
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}
#formcontact #code {
  margin-top: 0;
}
#formcontact .btn s.yellowbtn {
  width: 150px;
}
#btnlogin {
  margin-top: 0;
}
#btnSearch {
  height: 24px;
}
/*Contact*/
.addreesicon {
  background: url(/images/icons/address.png) left center no-repeat;
  padding: 5px 0 5px 30px;
  background-size: 20px;
  margin: 20px 0 0 0;
}

.emailicon {
  background: url(/images/icons/email.png) left center no-repeat;
  padding: 5px 0 5px 30px;
  background-size: 20px;
  margin: 0;
}
.faxicon {
  background: url(/images/icons/fax.png) left center no-repeat;
  padding: 5px 0 5px 30px;
  background-size: 20px;
  margin: 0;
}
.phoneicon {
  background: url(/images/icons/phone.png) left center no-repeat;
  padding: 5px 0 5px 30px;
  background-size: 20px;
  margin: 0;
}
iframe.map {
  width: 100%;
  height: 250px;
}
/*
#page-offers .grid_4 .fullwidth {
    margin-bottom: 15px;
}
*/
.sp {
  font-weight: bold;
  width: 80px;
  display: inline-block;
}
.textborder {
  border: 1px solid #000;
}
.textbg {
  background: #ebebeb;
  padding: 10px 40px;
}
#page-offers .textbg {
  background: none;
  padding: 10px 40px;
  border: 1px solid #7bcbc7;
}
.paddinglb {
  padding: 0 10px 15px 40px;
}
.paddingtb {
  padding: 20px 0;
}
.paddingtopButtom {
  padding: 12vh 0 0 0;
}
.ptb20 {
  padding: 20px 0 !important;
}
.pt40 {
  padding-top: 40px;
}
.pb0 {
  padding-bottom: 0;
  
}

#CurrentLinkButton, #UpcomingLinkButton {
  border-radius: 3px 3px 0 0;
  border:none;
}

#CurrentLinkButton.btn.passive, #UpcomingLinkButton.btn.passive {
  background: none;
  border: none;
  color: #133c6d;
}




.competition_wrapper .top{
  border: 6px solid #133c6d;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  background-color:#133c6d
}


.competition_wrapper .bottom{
  border: 4px solid #133c6d;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.competition_wrapper .middle {
    background-color: #133c6d
}


.al {
  line-height: 2.5;
  display: block;
  padding-left: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 500px;
  /*	background-size: 25px !important;
*/
}

a.seeoffers {
  text-decoration: underline;
  display: block;
}
.borderimg {
  position: relative;
  border-radius: 100%;
  margin-bottom: 15px;
  padding: 2px;
}
.borderimg img {
  width: 100%;
}
.borderimg span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  /*	border: 3px solid #98e7e3;
    border-right: 3px solid #8ad5d1;*/
}
.background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover !important;
  margin: 0 auto;
  width: 100%;
  background-position: center !important;
}
.background h3 {
  width: 80%;
  margin: 0 auto;
  display: block;
  max-width: 950px;
  color: #fff;
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 60px;
}

.borderimg.rotate span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
/*adds*/
.insidebanner {
  margin: 20px auto 25px auto;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  z-index: 1;
}
.insidebanner img {
  display: initial;
}
.ads {
  position: absolute;
  top: 130px;
}
#adleft {
  left: calc(50% - 630px);
}
#adright {
  left: calc(50% + 510px);
}
#adleft.fixed {
  position: fixed;
}
#adright.fixed {
  position: fixed;
}
/* Home Page*/
#page-home .fullscreen {
  overflow: hidden;
}

#page-home .fullscreen h1 {
  font-size: 5em;
  margin-bottom: 0;
}

/*#page-home .fullscreen h2
{
	font-size: 65px;
	font-family: 'bebasneueregular';
	margin-bottom: 0;
}
#page-home .fullscreen h3
{
	font-size: 35px;
	font-family: 'bebasneueregular';
	margin-bottom: 0;
}*/
#page-home video,
.vi {
  min-width: 100vw;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: auto;
}

.vi {
  width: 100%;
  min-width: inherit;
}

/*----- Tabs -----*/
.tabs {
  width: 100%;
  display: inline-block;
}
.whitebox_tab {
  width: 100%;
  background: #fff;
  display: inline-block;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab_container {
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
  position: relative;
  padding-left: 0;
}
.tab-links {
  margin-top: -40px;
}
.tab-links:after {
  display: block;
  clear: both;
  content: "";
}
.tab-links li {
  margin: 0px 2px;
  float: left;
  list-style: none;
}
.tab-links a {
  padding: 8px 15px;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;

  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  transition: all linear 0.15s;
}

#tablink2 {
  background: #133c6d;
}
#tablink1 {
  background: #7bcbc7;
}

/*----- Content of Tabs -----*/
.whiteLine {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding: 10px 20px;
}
.whiteLine_db {
  border-bottom: 2px solid #fff;
  display: block;
  padding: 10px 20px;
}

.blueLine {
  border-bottom: 2px solid #133c70;
  display: inline-block;
  padding: 10px 20px;
}
.blueLine_db {
  border-bottom: 2px solid #133c70;
  display: block;
  margin: 5px 15px;
}

.yellowLine {
  border-bottom: 2px solid #7bcbc7;
  display: inline-block;
  padding: 10px 20px;
}
.tb_line {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px;
  height: 140px;
  overflow: hidden;
}
.tab {
  display: none;
}
#page-membershipbenefits .tab {
  display: inherit;
}
.tab.active {
  display: block;
}

/*footer*/

footer {
  width: 100%;
  text-align: center;
  background-color: #133c6d;
  padding: 60px 30px;
}
footer div {
  max-width: 30%;
  width: fit-content;
  height: 100%;
  display: flex;
}
footer .fullwidth {
  margin: 0 0;
}
footer a, footer p {
  text-align: left;
}
/*over right elemtns*/

/**.hasstar:after {
	content: url('/images/btns/star.png');
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 5px;
}*/
.img_container {
  width: 100%;
  position: relative;
  float: left;
}
.small_overlay {
  position: absolute;
  bottom: 10px;
  right: 0;
  /*	background: #5f6062;
	padding: 5px 10px;*/
  color: #fff;
}
*.fullscreen {
  width: 100%;
  min-height: 500px;
  height: 800px;
  height: calc(100vh - 120px);
  position: relative;
  background-size: cover;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.table {
  display: table;
  table-layout: fixed;
  width: 620px;
  margin: 0 auto;
  height: 100vh;
  text-align: center;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.tablecell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.mob_big {
  display: none;
}

.topbanner {
  margin: 35px auto 25px auto;
  display: block;
  width: 729px;
  max-width: 90%;
}
table.step1 {
  width: 100%;
  max-width: 600px;
}
table.step1 th {
  text-align: left;
  width: 40%;
  font-weight: normal;
}
table.step1 input,
table.step1 textarea {
  width: 90%;
}
#subscriber + label,
#whatson + label,
#community_subscribe + label {
  background: url(/images/buttons/uncheck.png) no-repeat left center;
  /* color: #393d4f; */
  padding-left: 0;
  font-size: 12px;
}
#subscriber:checked + label,
#whatson:checked + label,
#community_subscribe:checked + label {
  background: url(/images/buttons/1check.png) no-repeat left center;
  background-size: 13px 13px;
}
.width300 {
  width: 300px;
}
.register-message {
  display: block;
}
.register-height {
  min-height: calc(100vh - 281px);
}

input[type="checkbox"] {
  color: #000;
  border: 1px solid #333;
  margin: 0;
  padding: 0;
  float: left;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}
.forgot-password {
  min-height: calc(100vh - 332px);
}
.PageMessage {
  display: block;
}
.login_section {
  display: none;
}
#page-home .login_section {
  display: block;
  width: auto;
}
body#page-home {
  padding-top: 142px;
}
.parallax.fullwidth {
  min-height: 65vh !important;
  position: relative;
}
.center_content {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.waivedBanner {
  font-weight: bold;
  font-size: 22px;
}
#page-membershipbenefits .t2 {
  display: none;
}
.submit {
  cursor: pointer !important;
  font-family: "Poppins Semibold";
}
.save {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Poppins Semibold";
}
#formcontact input.submit,
.submit {
  line-height: 1em;
  min-height: 1em;
  padding: 1em 1.5em;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
  /* background-color: #133c6d;
  border: 2px solid #133c6d;
  color: #133c6d; */
  /* color: #ffffff; */
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
  float: none;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-transform: none;
}
#formcontact input.submit:hover {
  /* color: #133c6d;
  background-color: transparent; */
}
a#forget {
  display: inline-block;
  position: absolute;
  top: 38px;
  right: 161px;
  font-size: 11px;
}
.error_message {
  position: absolute;
  font-size: 11px;
  color: red !important;
  top: -5px;
  right: 118px;
  height: 30px;
  width: 300px;
}
.error_renew_link {
  color: #fff;
  text-decoration: underline;
}
.grid_4,
.borderimg,
.img_container,
.img_holder {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.grid_4.box {
  border-top: 0.5px solid #000000;
  padding-top: 25px !important;
}
.grid_4.box:nth-child(1),
.grid_4.box:nth-child(2),
.grid_4.box:nth-child(3) {
  border-top: 0.5px solid transparent;
}

.grid_4.last + .grid_4 {
  clear: left;
}

.grid_4.box.hasstar {
  background: #133c6d;
}
.grid_4.box.hasstar * {
  color: #ffffff;
}
.grid_4.box.hasstar h3,
.grid_4.box.hasstar h5,
.grid_4.box.hasstar p {
  padding-left: 10px;
  padding-right: 10px;
}
.grid_4.box.hasstar p {
  font-size: 14px;
}
.img_holder {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
.grid_4 img,
.borderimg img,
.img_container img,
.img_holder img {
  overflow: hidden;
  transition: 0.5s all !important;
}
.img_container img,
.img_holder img {
  height: 133px;
}
.grid_4.box .img_container img {
  height: 133px !important;
}
.box .img_container img {
  height: auto;
}
/* .grid_4:hover img,
.borderimg:hover img,
.img_holder:hover span {
  transform: scale(1.1);
} */
.grid_4 img.ads_image {
  transform: scale(1) !important;
}
.grid_4 img.ads_image:hover {
  transform: scale(1) !important;
}
img {
  display: block;
}
#moreoffers {
  margin: 0 auto;
}
.pricing .grid_6 {
  width: calc(50% - 10px);
  margin-right: 10px;
  border: 2px solid #133c6d;
}
.pricing .grid_3 {
  width: calc(25% - 5px);
  margin-right: 10px;
  border: 2px solid #133c6d;
  position: relative;
}

.pricing .grid_9 {
  width: calc(75% - 5px);
  border: 2px solid #133c6d;
  text-align: center;
  max-height: 236.25px;
  position: relative;
  overflow: hidden;
}
.pricing .grid_9 .grid_third {
  border-right: 2px solid #133c6d;
  width: calc(100% / 3);
  display: block;
  float: left;
  position: relative;
  text-align: center;
}
.pricing .grid_9 .grid_third:last-of-type {
  border-right: 0;
  position: relative;
  text-align: center;
}

.pricing h4 {
  background-color: #133c6d;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.small_logo_holder {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.small_logo_holder img {
  position: absolute;
  max-width: 200px;
  width: 200px;
  /*max-height: 150px;*/
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1) !important;
}
.add_holder img {
  transform: scale(1) !important;
}

*.Error,
*.error {
  color: red;
  display: inline-block;
}

*.hasstar {
  position: relative;
}
*.white {
  color: #fff !important;
}
*.mtb40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
*.mb40 {
  margin-bottom: 40px !important;
}
*.mb20 {
  margin-bottom: 20px !important;
}
*.mt20 {
  margin-top: 20px !important;
}

*.blue {
  color: #133c70 !important;
}

*.last {
  margin-right: 0 !important;
}
*.bgyellow {
  background-color: #7bcbc7 !important;
}
*.bggray {
  background-color: #133c6d !important;
}
*.bgash {
  background: #f4f4f4;
}
*.yellowcolor {
  color: #fbb70c;
}
*.whitewcolor {
  color: #fff;
}

*.bgwhite {
  background-color: #fff;
}
*.bgpurple {
  background-color: #4b0082;
}
.text-white * {
  color: #fff !important;
}
*.paddingside {
  padding-left: 20px;
  padding-right: 20px;
}
*.nomargintop {
  margin-top: 0;
}
*.nomarginbottom {
  margin-bottom: 0;
}
*.nomarginright {
  margin-right: 0;
}
*.pr20 {
  padding-right: 20px;
}
*.leftalign,
.leftalign {
  text-align: left;
}
*.centeralign {
  text-align: center;
}
*.rightalign,
.rightalign {
  text-align: right;
}
*.rightfloat {
  float: right;
}
*.leftfloat {
  float: left;
}
*.fullwidth,
.fullwidth {
  width: 100%;
}
.lowercase,
*.lowercase {
  text-transform: lowercase;
}
.uppercase,
*.uppercase {
  text-transform: uppercase;
}
*.topline,
.topline {
  padding-top: 20px;
  border-top: 1px solid #525252;
}
*.bottomline {
  margin-bottom: 40px;
  border-bottom: 1px solid #525252;
}
*.margintopbottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
*.lessmarginright {
  margin-right: 20px;
}
*.lessmarginbottom {
  margin-bottom: 20px;
}
*.margintop {
  margin-top: 40px !important;
}
*.marginbottom {
  margin-bottom: 40px !important;
}
*.margintop_banner {
  margin-top: calc(90px + 20px);
}
*.padding {
  padding: 40px 0;
}
*.paddingbottom {
  padding-bottom: 40px;
}
*.bigpaddingbottom {
  padding-bottom: 50px;
}
*.samllpadding {
  padding: 10px 0;
}

*.paddingb10 {
  padding-bottom: 10px;
}

*.bold {
  font-family: 'Poppins Bold';
}
*.mobile,
.more_mobile {
  display: none;
}
*.bebas {
  font-size: 18px;
}
*.mb100 {
  margin-bottom: 100px;
}
*.mb50 {
  margin-bottom: 50px;
}
*.mb30 {
  margin-bottom: 30px;
}
.am--code {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  padding: 0;
  margin: 0;
  background: #133c6d;
  padding-left: 30px;
  transform: translateX(84%);
  transition: 0.5s ease-in;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  height: calc(100% - 60px);
}
.member_header .am--code {
  transform: none;
  background: #ffffff;
}

.member_header .am--code .public {
  padding: 0 0 0 0;
  transform: translateY(100%);
  transition: 0.5s all;
}
.am--code.show {
  transform: translateX(0);
  transition: 0.5s ease-in;
}
.am--code a#activate {
  display: inline-block;
  position: absolute;
  top: auto;
  right: 164px;
  font-size: 11px;
  margin: 0;
  color: #ffffff;
  bottom: 0;
}
.am--code a#forget {
  display: inline-block;
  position: absolute;
  top: auto;
  right: 313px;
  font-size: 11px;
  margin: 0;
  color: #ffffff;
  bottom: 0;
}

.am--code .public {
  padding: 0 0 0 0;
  transform: translateY(50%);
  transition: 0.5s all;
}
.am--code.show .public {
  padding: 0 0 0 30px;
}
.am--code .error_message {
  position: absolute;
  font-size: 10px;
  color: white !important;
  right: auto;
  margin: 0 auto;
  text-align: left;
  top: 0;
  height: auto;
  display: block;
  width: 430px;
  left: 203px;
  margin-left: 5px;
}
.member_header .am--code ul.public.top li,
.member_header .am--code ul.public li a {
  margin: 0 10px 0 0;
  color: #707070;
  background: transparent;
  transform: translateY(3px);
  padding: 0;
}
.member_header ul.public li a {
  color: #fff;
  border-color: transparent;
}
.member_header .am--code ul.public.top li img {
  display: inline-block;
}
.am--code ul.public.top li {
  margin: 0 20px 0 0;
  margin: 0 50px 0 0;
  color: #ffffff;
}
.am--code .btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #133c6d;
}
.member_login {
  cursor: pointer;
}
.am--code ul.public.top li input {
  margin-right: 15px;
}
.am--code ul.public.top li span {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 9px;
  left: -8px;
  transition: 0.5s ease-out;
  opacity: 0;
}
.am--code.show ul.public.top li span {
  transition-delay: 0.5s;
  opacity: 1;
}

.am--code ul.public.top li span::after,
.am--code ul.public.top li span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transition: 0.5s ease-out;
  background-color: #fff;
}
.Error {
  color: transparent;
}

a.imgfoo {
  margin-top: 25px;
  margin-top: 35px; /*Update by Bivek*/
}

.am--code.show ul.public.top li span::after,
.am--code.show ul.public.top li span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.am--code.show ul.public.top li span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.grid_12.bgwhite.search_section_holder {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  left: 0;
  background: #133c6d;
}
.grid_12.bgwhite.search_section_holder {
  position: relative;

  padding: 0;
  margin: 0 auto;
  left: 0;
  background: #ffffff;
  z-index: 2;
}
.grid_12.bgwhite.search_section_holder label {
  color: #000;
}
.grid_12.bgwhite.search_section_holder .grid_5 {
  min-width: 220px;
  padding: 0;
  position: relative;
  border: 0;
  overflow: hidden;
  background: #ffffff;
  margin-right: 20px;
}
.grid_2.ss_holder,
.Keywords {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 10px;
}
.grid_2.ss_holder a {
  font-family: "Poppins Semibold";
  color: #1e1e1e;
  margin-right: 20px;
  margin: 0;
  font-size: 18px;
  font-weight: 100;
}
.grid_12.bgwhite.search_section_holder ul.ca:hover,
.grid_12.bgwhite.search_section_holder .grid_2:hover,
.grid_12.bgwhite.search_section_holder .dateranger:hover {
  border-color: #000000;
}

.grid_12.bgwhite.search_section_holder
  input[type="checkbox"]:not(old)
  + label
  > span,
.grid_12.bgwhite.search_section_holder
  input[type="radio"]:not(old)
  + label
  > span {
  border: 0.0625em solid #000;
}

.grid_12.bgwhite.search_section_holder
  input[type="checkbox"]:not(old):checked
  + label
  > span:before {
  color: #000;
}
.category {
  background: #ffffff;
}
.grid_12.bgwhite.search_section_holder {
  margin: 0;
}

ul.ca {
  border: 1px solid #ddd;
}
li.ca {
  display: none;
  list-style: none;
}
li.title h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 100;
}
li.title {
  padding: 10px;
  position: relative;
  list-style: none;
}
li.title h2 {
  position: relative;
}
li.title h2 span {
  position: absolute;
  right: 0;
  top: 3px;
  transition: 0.5s all;
}
li.title h2 span.down {
  transition: 0.5s all;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.grid_8.bgwhite.search_section_holder.second .grid-6 {
  width: 50%;
  padding: 0;
  margin: 0;
}
.grid_8.bgwhite.search_section_holder.second .grid_7.calendar_holder {
  width: calc(100% - 240px);
  margin: 0;
  margin-left: 240px;
}

.grid_8.bgwhite.search_section_holder .grid-5 .category {
  position: absolute;
  top: 0;
  left: 0;
}
.search_section_holder label {
  color: #ffffff;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}
.am--code input[type="text"],
.am--code input[type="password"],
.am--code textarea,
.am--code select {
  width: 250px;
}

.am--code .btn {
  line-height: 0.5em;
  min-height: 0.5em;
}

.close_search_section {
  font-size: 18px;
  display: block;
  position: absolute;
  margin: 0;
  padding: 10px;
  top: 0;
  right: 0;
  color: #ffffff;
  display: none;
}
.magnyfying {
  cursor: pointer !important;
}

.search_section_holder .grid_4 {
  margin-bottom: 0;
}
.date_news {
  display: block;
  font-size: 12px;
  padding: 10px 0;
}
.welcome {
  display: none;
}
#page-home .welcome {
  display: block;
  margin-bottom: 30px;
}

.welcome img,
.welcome h3 {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.3em;
  font-weight: normal;
}
.welcome h3 span {
  display: inline-block;
  font-weight: bold;
}
.loggedas {
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
}
.member_header ul.public li {
  margin: 0 15px;
}
.loggedas h5 {
  font-weight: 100;
}
.grid_12.bgwhite.search_section_holder .grid_4 {
  margin-right: 0;
}
.dateranger {
  margin: 0;
  font-size: 18px !important;
  font-weight: 100;
  width: 100% !important;
  height: 47px;
}
.half {
  width: 50%;
}
table.half {
  width: 70%;
}

.one-third {
  width: 33.333%;
}
.p10 {
  padding: 10px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.full_width {
  width: 100%;
}
#page-profile input[type=text],#page-profile input[type=password],#page-profilee textarea,#page-profile select/*, #page-profile input*/ {
  line-height: inherit;
  padding: 0;
  padding-left: 2px;
  border: 1px solid #dddddd;
  min-width: 222px;
}

#page-profile input.submit {
  line-height: 1em;
  min-height: 1em;
  padding: 1em 1.5em;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #133c6d;
  color: #133c6d;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
  float: none;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-transform: none;
  margin-top: 40px;
}
#page-profile input.submit:hover {
  background-color: #133c6d;
  color: #fff;
}
.mt40 {
  margin-top: 40px;
}
.img_holder span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.offer_content p,
.box_content2 p {
  margin-bottom: 15px;
}
.offer_content a,
.box_content2 a {
  text-decoration: underline;
  color: #133c6d;
}
.offer_content ul,
.offer_content ol {
  padding-left: 25px;
  margin-bottom: 15px;
}
.clear {
  clear: both;
}

.pb40 {
  padding-bottom: 40px;
}
.pbxs {
  padding-bottom: 20px;
}

* {
  -webkit-appearance: none;
}

/*Update from Bivek*/

li.member_login {
  position: relative;
}
li.member_login:after {
  width: 105px;
  height: 86px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  /* border-radius: 45px; */
}

li.member_login:before {
  width: 86px;
  height: 86px;
  content: "";
  position: absolute;
  top: 0;
  left: -67px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border-radius: 45px;
}

.am--code ul.public.top li span {
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto;
}

.condition {
  font-size: 12px;
  line-height: initial;
  margin-bottom: 20px;
}
.underline {
  position: relative;
}
.underline:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 15px;
  background: #ffffff;
  width: calc(100% - 30px);
  height: 1px;
}
.t1_fire.underline:after {
  background: #133c70;
}

.tab .container.smaller h3.yellowLine {
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.mb25 {
  margin-bottom: 25px;
}
.eligibility_box {
  margin-bottom: 20px;
}
.ui-datepicker-trigger {
  display: inline-block;
}
.step2 p {
  width: 600px;
  max-width: 100%;
}
.mt50 {
  margin-top: 50px;
}
.subsidy-agreement ul li {
  list-style: inside;
  list-style-type: decimal;
  margin-bottom: 20px;
}
.subsidy-agreement ul.inside li {
  list-style: inside;
  list-style-type: lower-alpha;
  padding-left: 30px;
  margin-bottom: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.subsidy-agreement .join {
  display: block;
  width: 350px;
  text-align: center;
  margin: 20px 0;
}

.black_tick [type="checkbox"]:not(old) + label > span {
  border: 0.0625em solid #000 !important;
}
.black_tick input[type="checkbox"]:not(old):checked + label > span:before {
  color: #000;
}
h5 a {
  font-weight: normal !important;
}
.information li {
  list-style: none;
}
.information li ul li {
  list-style: circle;
}

/* ---------------------- */

input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}

input[type="checkbox"]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
}

input[type="checkbox"]:not(old) + label > span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 0.0625em solid rgb(192, 192, 192);
  border-radius: 0.25em;
  background: rgb(224, 224, 224);
  background-image: -moz-linear-gradient(
    rgb(240, 240, 240),
    rgb(224, 224, 224)
  );
  background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
  background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
  background-image: -webkit-linear-gradient(
    rgb(240, 240, 240),
    rgb(224, 224, 224)
  );
  background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
  vertical-align: bottom;
}

input[type="checkbox"]:not(old):checked + label > span {
  background-image: -moz-linear-gradient(
    rgb(224, 224, 224),
    rgb(240, 240, 240)
  );
  background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
  background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
  background-image: -webkit-linear-gradient(
    rgb(224, 224, 224),
    rgb(240, 240, 240)
  );
  background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

input[type="checkbox"]:not(old):checked + label > span:before {
  content: "✓";
  display: block;
  width: 1em;
  color: #133c6d;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
  appearance: radio;
}

/************* Activity Start **********************/

.activity-form-line label {
  display: inline-block;
  width: 300px;
}

.pl300 {
  padding-left: 300px;
}
.form-sub-label-container,
.participant-holder {
  display: inline-block;
}
.form-sub-label-container label {
  display: block;
  width: auto;
}

.activity-form-line {
  margin-bottom: 10px;
}
.time,
.cost {
  display: block;
  font-size: 13px;
  line-height: 1.2em;

  padding-bottom: 5px;
}
.time {
  padding-top: 10px;
  font-weight: bold;
}
#page-activities .textbox.dashed h5 {
}
#anchormove .textbox.dashed h5 {
  display: block;
}
.textbox.dashed .cost strong {
  width: 38px;
  display: inline-block;
}
a.yellowbtn:hover {
  background-color: #133c6d;
  color: #ffffff;
}
.yellowbtn:hover {
  background-color: #133c6d;
  color: #ffffff;
}
.offer_grabline {
  font-size: 14px;
  display: block;
  line-height: 1.2;
}
.responsive-holder {
  display: block;
  max-width: 100%;
  overflow: auto;
}
.responsive-holder table {
  min-width: 550px;
  max-width: 100%;
}
.noctr {
  cursor: default !important;
}
.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  background: rgba(19, 60, 109, 0.9);
  z-index: 100;
  transform: translate(-50%, -50%);
}
.pop-up .noshow-btn {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
}
.circle_image_holder {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.img_3_holder {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 40px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pop-up * {
  color: #ffffff;
}
.pop-up p {
  padding-bottom: 10px;
  text-align: center;
}
.pop-up ul {
  padding-left: 20px;
}
.popup-btn {
  line-height: 1em;
  min-height: 1em;
  border: 2px solid;
  padding: 1em 1.5em;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: #ffffff;
  border-color: #133c6d;
  color: #133c6d;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
  display: inline-block;
}
.pop-up .content-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: none;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 90%;
  background: rgba(19, 60, 109, 1);
  padding: 50px 100px;
}
.pop-up .close_btn {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  background-image: url(/images/btns/close.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dp {
  display: inline-block;
  position: relative;
  line-height: 1em;
  min-height: 1em;
  border: 2px solid;
  padding: 1em 1.5em;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
  border-color: #133c6d;
  color: #133c6d;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
  transition: 0.5s all;
  width: 206px;
  text-align: center;
}
.dp:hover {
  color: #ffffff;
  background: #133c6d;
}

.aqua {
  background: #d4fdfd !important;
  border: 0px solid #ccc;
  padding: 5px 10px;
}
.aqua * {
  color: #000000;
}
.midnightblue {
  background-color: #133c70 !important;
}
.submit.hover:hover {
  color: #133c6d;
  background-color: transparent;
}
.map_header {
  font-size: 14px;
  position: relative;
  top: 35px;
  left: -25px;
  color: #133c6d;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
}
#page-profile h2 {
  font-size: 22px;
  margin: 20px 0;
}
#page-profile table {
  margin-bottom: 20px;
}
#page-profile table tr td,
#page-profile table tr th {
  padding-left: 10px;
  padding-right: 10px;
}
.serach_submit {
}
#page-profile input.PayOnline {
  color: #dddddd;
  background-color: #133c6d;
  padding: 10px 20px;
  width: 150px;
  min-width: auto;
  margin-bottom: 25px;
  border: 1px solid #133c6d;
}
#page-profile input.PayOnline:hover {
  color: #133c6d;
  background-color: #dddddd;
}
.table_holder {
  min-width: 600px;
}

.category_holder {
  position: relative;
}
.category_holder select {
  width: 100%;
  height: 47px;
}
.category_holder select option {
  margin: 5px 0;
}

.category_holder:before {
  position: absolute;
  right: 10px;

  content: "↓";
  display: block;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
table.btn-fh td {
  height: 25px;
  overflow: hidden;
}
#vh {
  padding: 0 !important;
}
.grid_9 {
  display: inline-block;
  width: 70%;
  margin: 0 auto;
  float: right;
  text-align: center;
  text-align: -webkit-right;
}
.grid_9 .grid_2,
.grid_9 .grid_3 {
  display: inline-block !important;
  float: none !important;
  margin: 0;
  padding: 0;
  margin-left: 5px;
}
.grid_2.ss_holder.rightfloat.sss,
.grid_2.ss_holder.sss {
  width: 7%;
  height: 100%;
  float: right !important;
}
.grid_2.ss_holder.rightfloat.sss a img,
.grid_2.ss_holder.sss a img {
  width: 100%;
  opacity: 0;
}
.grid_2.ss_holder.rightfloat.sss a {
  position: relative;
  display: block;
}
.grid_2.ss_holder.rightfloat.sss a::after,
.grid_2.ss_holder.sss a::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-image: url(/images/magnify.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; */
}

input,
select,
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
select,
input#dob {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

#page-activities h5 {
  font-weight: normal;
}
.em2 {
  font-size: 2em;
  line-height: 1.3em;
}
.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.relative {
  position: relative;
}
.lastholder {
  width: 400px;
  display: block;
  margin: 0 auto;
}
.middleholder label,
.middleholder input {
  width: 400px !important;
  display: block;
  margin: 0 auto;
  text-align: left;
}
.middleholder label {
  margin-bottom: 10px;
}
.lastholder #btnForgot {
  float: left;
}
.lastholder #btnActivate {
  float: right;
}
/************* Activity End **********************/

/*************** Shop/Cart ****************/
#page-shop .container {
}
.productbox {
  display: block;
  width: 100%;
  position: relative;
  padding: 25px 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.productdetails {
  display: block;
  width: 100%;
}
.column {
  display: block;
  position: relative;
  float: left;
}
.n1 {
  width: 20%;
  padding: 0 15px;
}
.n2 {
  width: 30%;
}
.n3 {
  width: 15%;
}
.n4 {
  width: 15%;
}
.n5 {
  width: 20%;
}
.n6 {
  width: 10%;
}
.n7 {
  width: 50%;
}
.n8 {
  width: 25%;
}
.gtp {
  transform: translateX(-50%);
}
#page-shop .n5 {
  text-align: right;
}

.productdetails h1 {
  font-size: 20px;
  padding-bottom: 15px;
}

.productdetails h3 {
  margin: 0;
  padding: 0;
}

.productdetails img {
  display: block;
  margin-right: 20px;
  width: 100%;
  float: left;
}

.productdetails table {
  display: inline-block;
  width: 325px;
  height: 100px;
}

.productdetails form {
  display: inline-block;
}

.productdetails table.price {
  width: 100px;
}
.addtocart {
  color: #fff;
  background-color: #133c70;
  font-weight: bold;
  padding: 5px 15px;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  margin-left: 25px;
}

.preorder {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.productbox input {
  position: relative;
  width: 30px;
  height: 30px;
}
.mh100vh {
  min-height: calc(100vh - 200px);
  /*height: 700px;*/
}
.number-unit {
  font-size: 14px;
}
#page-cart .submit,
#page-shop .btn {
  padding: 10px;
  font-size: 14px;
}
.shoppingbasket {
  display: block;
  color: #133c6d;
  font-size: inherit;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.shoppingbasket img {
  display: inline;
  width: 22px;
  transform: translateY(5px);
}
.thankyou_gift {
  border: 1px solid #133c6d;
  padding: 10px;
  margin-bottom: 10px;
}
.product_tnc {
  font-size: 13px;
}
/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  display: inline-block;
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}
/* please change ".ps" display to block in submit time   */
.ps {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}

.preload {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preload:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #133c6d;
  border-color: #133c6d transparent #133c6d transparent;
  animation: preload 4s linear infinite;
}

@keyframes preload {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tooltip {
  position: relative;
  /*display: inline-block;*/
}

.tooltip .tooltiptext {
  letter-spacing: 0;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 9999999;
  bottom: 150%;
  right: 44px;
  bottom: -55px;
  opacity: 0;
  transition: opacity 0.7s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

/*.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}*/
.tnc_content {
  height: 70vh;
  width: 100%;
  color: #000;
  overflow-y: scroll;
}
.google,
.apple {
  width: 200px;
  padding: 0px;
  border: 0;
}
.circle_number {
  border-radius: 100%;
  background: #133c6d;
  color: #fff;
  width: 35px;
  display: block;
  height: 35px;
  line-height: 30px;
  font-size: 20px;
  margin: 0 auto;
}

/* EDIT - 20220912 - AUTHOR - BIVEK*/

.btn.passive {
  background-color: #7bcbc7;
  border-color: #fff;
  color: #fff;
}

.btn.w140 {
  width: 141px;
  text-align: center;
}

.table_holder.new {
	overflow-x: auto;
}
.table_holder.new table{
	width: 1130px;
}
.table_holder.new td {
  font-size: 14px;
  border-bottom: 1px solid #133c6d;
  padding: 30px 10px 10px 0;
}

.fs50 {
  font-size: 50px;
}

/* EDIT - 20220913 - Jack */



@media screen and (max-width: 1300px) {
	.th {
		width: 250px!important;
	}
  }

/* ENDS HERE  */

@media screen and (max-width: 1200px) {
  #page-offers .grid_4.box {
    min-height: 330px;
  }
}

@media screen and (max-width: 1100px) {
  .member-logo {
    max-height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .tooltip .tooltiptext {
    left: initial !important;
    right: 52px;
    bottom: -40px;
    z-index: 99999999;
  }
  body {
    font-size: 0.85em;
    overflow-x: hidden !important;
  }
  form,
  fullscreen,
  container {
    overflow-x: hidden !important;
  }
  .background h3 {
    width: 950px;
    max-width: 90%;
  }

  .mob_big {
    display: block;
    background: url(/images/bg/1.jpg);
  }
  #page-contact .grid_6 {
    padding-left: 20px;
  }
  .background {
    background-attachment: initial !important;
  }

  header.member_header .am--code {
    display: block;
    font-size: 20px;
    position: fixed;
    right: -30px;
    top: 90px;
    z-index: 1222222;
    color: #ffffff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
    /* height: 50px; */
    width: auto;
    height: auto;
    bottom: auto;
  }
  .member_header .am--code ul.public.top li,
  .member_header .am--code ul.public li a {
    transform: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    border: none;
    color: #ffffff;
    font-size: 20px;
  }

  header.member_header .am--code *.paddingb10 {
    padding: 0;
  }
  .member_header .am--code .public {
    transform: none;
  }
ul.public li {
    display: block;
    text-decoration: none;
    margin: 5px 25px;
    text-align: center;
    padding: 15px;
  }
ul.public.bottom {
    display: none;
    height: 100vh;

    margin-top: 25px;
  }
#nav-toggle {
    display: block;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 30px;
    height: 30px;
    z-index: 1000;
  }

  .member_header #nav-toggle span,
  .member_header #nav-toggle span::after,
  .member_header #nav-toggle span::before {
    background: #fff;
  }

  .member_header #nav-toggle.active span {
    background-color: transparent;
  }

  .member_header {
    padding: 0;
  }

  .member-logo {
    height: 50px;
  }
  .member-name {
    top: 15px;
    bottom: initial;
  }
  
}

@media screen and (max-width: 780px) {
  .circle_number {
    display: inline-block;
    margin-right: -100px;
  }
  .app_video {
    width: 100%;
    height: 198px;
  }
  .tooltip .tooltiptext {
    left: -12px !important;
    bottom: -40px;
  }
  .em2 {
    font-size: 1.5em;
    line-height: 1.3em;
  }
  .mh500 {
    min-height: 400px;
  }
  .sss {
    min-height: inherit !important ;
  }
  .grid_9 .grid_3,
  .grid_9 .grid_2 {
    float: left !important;
    margin-bottom: 0;
  }
  .grid_9 .grid_3 {
    width: calc(100% - 60px) !important;
  }
  .grid_9 {
    width: 100%;
    float: left;
  }
  .grid_2.ss_holder.sss {
    width: 48px;
  }
  .grid_9 .grid_3 input {
    max-width: 100%;
  }
  .grid_12.bgwhite.search_section_holder ul.ca,
  .grid_12.bgwhite.search_section_holder .grid_2,
  .grid_12.bgwhite.search_section_holder .dateranger,
  .Keywords {
    max-width: 70%;
    margin-bottom: 20px;
  }
  .grid_2.ss_holder.rightfloat.sss,
  .grid_2.ss_holder.sss {
    width: 47px;
  }
  .table_holder {
    overflow-x: scroll !important;
  }
  .map_header {
    left: 0;
  }
  .advertising {
    display: none !important;
  }
  .grid_8 {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .paddinglb {
    padding: 0 10px 15px 10px;
  }
  .slider_title {
    padding-left: 10px;
  }
  ul.public li {
    margin: 0 15px;
    margin: 0 10px;
  }
  nav .container {
    text-align: left;
  }
  .am--code ul.public.top li {
    margin: 0;
  }
  .am--code ul.public.top li input {
    margin-right: 5px;
  }
  .am--code a#forget {
    right: 226px;
    font-size: 13px;
  }
  .am--code a#activate {
    right: 226px;
    font-size: 13px;
  }
  li.member_login {
    padding-right: 5px;
  }
  .am--code {
    transform: translateX(calc(100% - 129px));
  }
  .am--code .public {
    line-height: 42px;
  }
  .background h3 {
    max-width: 75%;
  }
  .grid_3 {
    width: calc(50%);
    margin: 0 0 25px 0;
    min-height: 400px;
    max-height: 400px;
  }
  .grid_4 {
    width: calc(50% - 10px);
    margin: 0 20px 20px auto !important;
    max-width: 50%;
    float: left;
  }
  .grid_4:nth-child(even) {
    margin-right: 0 !important;
  }
  #page-joinnow .grid_4 {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 25px auto;
    float: none;
  }
  #page-joinnow p.bold {
    padding-top: 30px;
  }
  .pricing .grid_2 {
    width: calc(33% - 10px);
    margin-bottom: 30px;
  }
  .pricing .grid_4 {
    width: calc(66% - 15px);
  }
  .logosholder {
    width: 668px !important;
  }
  footer a {
    margin: 5px 8px;
  }

  #page-membershipbenefits .grid_12 p {
    padding: 10px 40px;
  }
  page-membershipbenefits {
    transform: none;
  }
  .member_header .am--code ul.public li a {
    transform: translateY(-20px);
  }
  .member_header .am--code {
    bottom: 1px;
  }
  p.price {
    margin: 5px auto;
    font-family: "Poppins Semibold";
  }
  #page-membershipbenefits .grid_12 p {
    padding: 10px 5px;
  }
  .subsidy-agreement .join {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 760px) {

  .x-scroll {
    overflow-x: scroll;
  }

	.fs50 {
		font-size: 30px;
	}

	.th {
		width: 200px!important;
	}
	.table_holder.new td {
		font-size: 12px;
		padding: 15px 10px 5px 0;
	}

	
	.table_holder.new td .btn {
		font-size: 12px;
	}

	.table_holder.new table {
		width: 930px;
	}

	.table_holder.new {
		min-width: 100%;
	}
	#page-lunch_league #imgtochange {
		height: 200px;
		object-fit: cover;
	}

  .pop-up .content-holder {
    padding: 50px 20px 50px 20px;
  }
  .img_3_holder {
    width: 80px;
    height: 80px;

    margin: 20px 5px;
  }
  .middleholder label,
  .middleholder input,
  .lastholder {
    width: 100% !important;
  }
  .lastholder #btnForgot,
  .lastholder #btnActivate {
    font-size: 12px;
  }
  h1.yellowLine {
    font-size: 18px;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column * {
    font-size: 10px !important;
  }
  .shoppingbasket {
    display: block;
    color: #133c6d;
    font-size: inherit;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    padding-left: 20px;
    margin-top: 20px;
  }
  .productbox input {
    height: 24px;
  }
  .n8 a {
    padding: 5px !important;
  }
}
@media screen and (max-width: 680px) {
  #page-offers .grid_4.box {
    min-height: initial;
  }
  .mob_big {
    background: url(/images/h-m-i.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #page-profile input[type="text"],
  #page-profile input[type="password"],
  #page-profilee textarea,
  #page-profile select,
  #page-profile input {
    min-width: 190px;
  }
  .lh1 {
    line-height: 1;
  }
  * .mb40 {
    margin-bottom: 20px !important;
  }
  #page-profile .plr10 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .minW222 {
    min-width: 186px !important;
  }
  table.half {
    width: 100%;
  }
  h2.memberh2 {
    font-size: 2em;
  }
  .textbox h3,
  .textbox h5 {
    height: initial;
    padding-bottom: 10px;
  }
  .grid_4.box:nth-child(2),
  .grid_4.box:nth-child(3) {
    border-top: 0.5px solid #000000;
  }
  .textbox h5 {
    margin-bottom: 15px;
  }
  .topbanner {
    margin: 35px auto;
  }

  #page-contact .grid_6 {
    padding-left: 0;
  }
  ul.tablist {
    padding: 0 20px;
  }

  .grid_6 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  a.interest {
    font-size: 10px;
  }
  .pricing .grid_6,
  .pricing .grid_3,
  .pricing .grid_9,
  .pricing .grid_9 .grid_third {
    width: 100%;
    margin-right: 0;
    min-height: initial;
    border: 2px solid #133c6d;
  }
  .pricing .grid_3 {
    height: 210px;
  }
  .pricing .grid_9 {
    margin-bottom: 30px;
  }
  .pricing .grid_6 .grid_half:nth-child(2) {
    border: none;
  }
  .pricing .grid_6 .grid_half {
    min-height: initial;
  }
  .grid_3 {
    min-height: initial;
    max-height: initial;
  }
  .center_content {
    width: 100%;
  }
  .background h3 {
    font-size: 1.2em;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-bottom: 20px;
  }

  body {
    padding-top: 100px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page-cart .container,
  #page-shop .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  h1 {
    font-size: 1.6em;
  }

  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  grid_7,
  grid_8,
  grid_9,
  grid_10,
  grid_11,
  grid_12 {
    width: 100%;
    max-width: 100%;
  }
  .grid_4 {
    margin: 0 30px 0 0;
    height: auto;
  }
  *.hidden {
    display: none;
  }
  *.mobile {
    display: block;
  }
  #vh {
    display: none !important;
  }

  #formcontact input,
  #formcontact textarea {
    width: 280px;
  }
  .borderimg {
    width: 180px;
    max-width: 100%;
    margin: 0;
    float: left;
  }
  .textarea_mem {
    height: 40vh;
  }
  h3 span {
    display: inline;
    padding: 0 5px;
  }
  .tb_line {
    height: auto;
    border: none;
  }
  h3.inlinedismob {
    font-size: 1.3em;
    text-align: center;
  }

  #page-home h3.inlinedismob,
  #page-membershipbenefits h3.inlinedismob {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  p.inlinedismob {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
    width: 400px;
  }
  .margintop {
    margin-top: 20px !important;
  }
  .marginbottom {
    margin-bottom: 20px !important;
  }
  .mobborderbottom {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
  .mobbordertop {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
  a.more_mobile {
    text-decoration: underline;
    text-align: right;
    display: block;
    padding: 15px;
  }
  nav {
    display: block;
    padding: 20px 0;
  }
  #logo {
    position: absolute;
    width: 120px;
    width: 100px;
    left: 60px;
    top: 5px;
  }
  #second_logo {
    position: absolute;
    width: 180px;
    width: 160px;
    right: 05px;
    top: -5px;
  }
  header {
    padding-top: 0;
  }
  #forget {
    display: none;
  }
  #forget.active {
    display: block;
    position: absolute;
    left: 45px;
    top: 320px;
  }
  .mob {
    display: block !important;
  }

  .am--code {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
    background: #133c6d;
    padding-left: 30px;
    transform: none;
    transition: 0.5s ease-in;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 100%;
    display: none;
  }

  
  #page-home .login_section {
    position: fixed;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    width: 100%;
    transform: translateX(-100%);
  }

  #page-home .login_section.active {
    transform: translateX(0);
  }

  div#header1_login_holder > div {
    display: table-cell;
    vertical-align: middle;
  }
  input#header1_btnLogin {
    margin-top: 40px;
    display: block;
  }

  .am--code a#forget {
    position: static;
    font-size: 13px;
    padding: 0 20px;
  }

  .am--code a#activate {
    position: static;
    font-size: 13px;
    padding: 0 20px;
  }

  ul.public.top {
    transform: none;
    padding: 0 !important;
  }

  #login {
    display: none !important;
  }

  #page-home #login {
    display: block !important;
    font-size: 20px;
    position: fixed;
    right: -25px;
    top: 105px;
    z-index: 1222222;
    color: #ffffff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #133c6d;
    padding: 10px 20px;
    overflow: hidden;
  }

  #login span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
    transition: all 0.5s ease-in;
  }

  #login.close span {
    transform: translateY(30px) rotate3d(1, 0, 0, 135deg);
    -webkit-transform: translateY(30px) rotate3d(1, 0, 0, 135deg);
  }

  #login:after {
    content: "Close";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 20px;
    background: #ffffff;
    color: #133c6d;
    /*transform: translateY(-100%);*/
    -webkit-transform: translateY(-36px) rotate3d(1, 0, 0, 135deg);
    transform: translateY(-36px) rotate3d(1, 0, 0, 135deg);
    transition: all 0.5s ease-in;
    border-bottom: 1px solid;
  }

  #login.close:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*transform:translate3d(0, -30px,100px) rotateX(-180deg)*/
  }

  
  
  .home {
    padding-top: 70px !important;
  }
  
  body#page-home {
    padding-top: 80px;
  }
  ul.public.top li {
    display: block;
    text-align: left;
  }
  input[type="text"] {
    display: block;
  }
  #btnlogin {
    margin-top: 20px;
  }
  .tablecell {
    height: 0;
  }
  .yellowbtn {
    padding: 2px;
    margin-top: 15px;
  }
  h2 {
    font-size: 2.5em;
    font-size: 1.4em;
  }
  .paddingside {
    padding: 0 5px;
  }
  .tb {
    display: table;
  }
  footer a {
    display: block;
  }
  footer a img {
    display: inline;
    max-width: 40vw;
  }
  .imgfoo {
    display: inline;
    margin-top: 10px;
  }
  .tab-links {
    /*display: none;*/
  }

  .tab-links li:first-of-type {
    margin-left: 0;
  }
  #page-home .fullscreen h2,
  #page-lunch_league .homepage-h2
   {
    font-size: 20px;
  }
  .fs16m {
    font-size: 16px !important;
  }
  #page-home .fullscreen h3 {
    font-size: 25px;
  }
  .grid_half {
    width: 100%;
  }
  .grid_half.last {
    border-left: none;
    border-top: 2px solid #133c6d;
  }
  .hasborder .yellowbtn {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .join {
    font-size: 0.8em;
  }
}

@media print {
  footer,
  .moreoffers,
  .seeall,
  header {
    display: none !important;
  }
  body {
    padding-top: 0;
  }
}

.btn, .submit {
  background-color: transparent;
  border-color: #4b0082;
  color: #4b0082;
}
.btn:hover, .submit:hover {
  background-color: #4b0082;
  color: #fff;
}

.search_img {
  height: 36px;
  width: 36px;
}