body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Winsel Condensed';
  font-family: "Lato", sans-serif;
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

input,
button,
textarea,
select {
  outline: none;
}

.grecaptcha-badge { 
  opacity:0;
}

a:hover {
  text-decoration: none;
}

a,
span {
  display: inline-block;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  font-family: 'Winsel Condensed';
  font-weight: 900;
  font-size: 52px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.4;
}

h2 {
  font-family: 'Winsel Condensed';
  font-weight: 900;
  font-size: 42px;
  color: #000A1F;
  text-transform: uppercase;
  line-height: 1.4;
}

h3 {
  font-family: 'Winsel Condensed';
  font-weight: 900;
  font-size: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.4;
}

p, li {
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  text-transform: inherit;
  line-height: 1.28;
}

.similar-btn a, .lv-register-submit-btn input {
  background-color: #7FB3D5;
  font-family: 'Winsel Condensed';
  font-weight: 900;
  font-size: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 14px 70px 14px 70px;
  border-radius: 15px;
  line-height: 1;
  -webkit-box-shadow: 0px 4px 9px #00000029;
  box-shadow: 0px 4px 9px #00000029;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: none;
}

.similar-btn a:hover,
.lv-register-submit-btn input:hover {
  background-color: #2275ab;
}

.section-padding {
  padding: 85px 0;
}

.form-success{
  color: white;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 300;
}

.form-description{
  color: white;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 300;
}

.mobile-menu-icon {
  padding: 5px;
  /*border: 1.5px solid #ffffff;*/
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
  box-shadow: 0 0 7px rgba(0, 0, 0, .5);
  display: none;
}

.all-p-humber {
  width: 22px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

.all-p-humber span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.all-p-humber span:nth-child(1) {
  top: 0px;
}

.all-p-humber span:nth-child(2),
.all-p-humber span:nth-child(3) {
  top: 7px;
}

.all-p-humber span:nth-child(4) {
  top: 14px;
}

.all-p-humber.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.all-p-humber.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.all-p-humber.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.all-p-humber.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*===== Start LV Header Area Css  =====*/
.lv-header-area {
  background: url('../images/hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
}

.lv-header-area.home {
  padding-bottom: 125px;
}

.lv-header-logo-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.lv-header-logo img,
.lv-footer-logo img {
  width: 200px;
  height: auto;
}

.lv-header-nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.lv-header-nav-menu ul li a, .single-lv-footer-link ul li a {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-left: 40px;
  padding-bottom: 10px;
  display: inline-block;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  list-style: none;
}


.lv-header-nav-menu ul li a:hover,
.lv-header-nav-menu ul li a.active {
  font-weight: 700;
  border-bottom: 2px solid #FFFFFF;
}

.profile-left h3 {
  color: #000A1F;
}

.profile-right h3 {
  color: #000A1F;
}

.lv-hero-content {
  margin-bottom: 50px;
}

.lv-hero-content p {
  color: #FFFFFF;
}

.lv-hero-left-content p {
  margin-top: 55px;
  margin-bottom: 140px;
  width: 90%;
}


.lv-hero-left-content img {
  width: 92%;
  height: auto;
}

.lv-hero-right-content {
  margin-top: 185px;
}

.lv-hero-right-content a {
  margin-top: 25px;
  margin-bottom: 130px;
}

.lv-hero-right-content h2 {
  color: #FFFFFF;
  width: 75%;
  margin: 0 auto; 
}

/*===== End LV Header Area Css  =====*/

/*===== Start LV Become Member Area Css  =====*/
.lv-become-member-area {
  background-color: #FFFFFF;
}

.lv-become-member-content .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.lv-become-member-right-image img {
  width: 100%;
  height: auto;
}

.lv-become-member-left-content p {
  width: 88%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.similar-btn.check-out a {
  padding: 20px 45px 14px 45px;
}

.similar-btn.edit a {
  padding: 12px 16px;
  font-size: 14px;
  margin-top:5px;
}

.similar-btn.submit a {
  padding: 12px 34px;
  font-size: 20px;
  color: #FFF;
}

.similar-btn.submit a:hover {
  color: #FFF;
}


/*===== End LV Become Member Area Css  =====*/

/*===== Start LV Book Tables Area Css  =====*/
.lv-book-tables-area {
  background: url('../images/book-table.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.lv-similar-table-text h2,
.lv-similar-table-text p {
  color: #FFFFFF;
  text-align: right;
  max-width: 500px;
}

.lv-similar-table-text p {
  margin-top: 30px;
}

/*===== End LV Book Tables Area Css  =====*/

/*===== Start LV Scenery Area Css  =====*/
.lv-scenery-area {
  background-color: #FFFFFF;
}

.lv-scenery-area .lv-become-member-left-content p {
  margin: 0;
  margin-top: 30px;
}

.lv-scenery-area .lv-become-member-right-image {
  text-align: right;
  margin-right: 20px;
}

.lv-scenery-area .lv-become-member-right-image img {
  width: 85%;
}

/*===== End LV Scenery Area Css  =====*/

/*===== Start LV Play Game Area Css  =====*/
.lv-play-game-area {
  background: url('../images/play-game.png');
  background-repeat: no-repeat;
  background-size: cover;
}

/*===== End LV Play Game Area Css  =====*/


/*==========>>>>> Start Memberships Page Css  <<<<<==========*/

.lv-memberships-area {
  background: url('../images/memberships.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.lv-memberships-content {
  position: relative;
  padding-bottom: 15px;
}

.lv-memberships-content::before {
  content: '';
  position: absolute;
  background: #FFFFFF;
  width: 90%;
  height: 1px;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
}

.lv-memberships-content::after {
  content: '';
  position: absolute;
  background: #FFFFFF;
  width: 90%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.single-lv-memberships-heading {
  text-align: center;
  padding-bottom: 75px;
}

.single-lv-memberships-heading img {
  height: 64px;
  width: auto;
}

.single-lv-memberships-heading h3 {
  font-size: 29px;
  margin-top: 8px;
}

.single-lv-memberships-heading p {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.single-lv-memberships-text {
  margin-bottom: 20px;
}

.single-lv-memberships-text p, .single-lv-memberships-text h5, .single-lv-memberships-text h6 {
  font-size: 18px;
  color: #FFFFFF;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
}

.single-lv-memberships-text h5 {
  font-weight: 700;
}

.single-lv-memberships-text h6 {
  font-weight: 500;
}

.lv-memberships-bottom-text {
  padding-top: 40px;
}

.lv-memberships-bottom-text p {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 15px;
}

/*==========>>>>> End Memberships Page Css  <<<<<==========*/

/*==========>>>>> Start FAQ Page Css  <<<<<==========*/
.lv-faq-area {
  background-color: #FFFFFF;
  padding: 100px 0;
}

.single-lv-faq-items {
  margin-bottom: 40px;
}

.lv-faq-content .single-lv-faq-items:last-child {
  margin-bottom: 0;
}

.lv-faq-content h3{
  color: #000A1F;
}

.single-lv-faq-items h3 {
  width: 95%;
  font-size: 32px;
  color: #000A1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-lv-faq-items h3 i {
  font-size: 23px;
  margin-right: 20px;
  margin-top: 8px;
}

.single-lv-faq-items p {
  width: 92%;
  padding-top: 13px;
}

.single-lv-faq-items ul {
  list-style-type: "- ";
  padding: 0px 0px 0px 13px;
}

.single-lv-faq-items li {
  padding: 0px 0px 0px 13px;
  list-style: "-  ";
}

/*==========>>>>> End FAQ Page Css  <<<<<==========*/

/*==========>>>>> Start Register Page Css  <<<<<==========*/

.lv-register-content {
  padding-top: 80px;
}

.lv-register-input-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lv-register-input-left-fields {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 70px;
}

.lv-register-input-right-fields {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 70px;
}

.single-lv-register-field {
  margin-bottom: 50px;
}

.lv-register-input-left-fields .single-lv-register-field:last-child,
.lv-register-input-right-fields .single-lv-register-field:last-child {
  margin-bottom: 0;
}

.single-lv-register-field label {
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: capitalize;
  display: block;
  line-height: normal;
  margin-bottom: 10px;
}

.single-lv-register-field input,
.single-lv-register-field select,
.single-lv-register-field textarea {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  display: block;
  line-height: normal;
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-radius: 5px;
}

.single-lv-register-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  cursor: pointer;

}

.lv-register-submit-btn {
  text-align: center;
  margin-top: 110px;
}

.single-lv-register-select {
  position: relative
}

.single-lv-register-select i {
  position: absolute;
  right: 16px;
  top: -6px;
  font-size: 25px;
  line-height: 50px;
  pointer-events: none;
}




/*==========>>>>> End Register Page Css  <<<<<==========*/


/*===== Start LV Footer Area Css  =====*/
.lv-footer-area {
  background-color: #000A20;
  padding: 100px 0;
}

.single-lv-footer-link {
  margin-top: 40px;
}

.single-lv-footer-link.pl {
  padding-left: 35px;
}

.single-lv-footer-link ul li a {
  margin-left: 0;
  padding: 0;
  margin-bottom: 9px;
  font-size: 14px !important;
}

.lv-footer-copyright-contact,
.lv-footer-email-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lv-footer-copyright-contact {
  margin-top: 40px;
}

.single-lv-footer-link ul {
  list-style: none;
}

.lv-footer-email-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lv-footer-copyright-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
}

.lv-footer-email-social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 37%;
}

.lv-footer-copyright-text p,
.lv-footer-email-social a {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
}

.lv-footer-email-social a {
  font-size: 14px;
}

.lv-footer-email-social ul li a img {
  width: 25px;
  height: auto;
  margin-left: 8px;
}

.lv-footer-email-social ul li a:hover img {
  opacity: .8;
}




/*===== Start LV Footer Area Css  =====*/