@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #F3F5F5;
}
section{
    background-color: #fff;
}
:root {
  --darkGreen: #274A45;
  --white: #ffffff;
  --orange: #FF7043;
  --lightGreen: #428C73;
  --textGreen: #384E4B;
  --gray: #626A62;
  --yellow: #FFCB12;
}
.swiper-button-prev,.swiper-button-next{
  display: none;
}
html {
  scroll-behavior: smooth;
}
.dropify-wrapper.touch-fallback .dropify-clear{
    width:auto;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename{
    width: 50%;
}

.filterSecContent #pills-list::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 6px;
  background-color: #EDEDED;
}
.filterSecContent #pills-list::-webkit-scrollbar
{
  width: 8px;
  background-color: #EDEDED;
}
.filterSecContent #pills-list::-webkit-scrollbar-thumb
{
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D2D1D180;
}
header{
  /*position: fixed;*/
  z-index: 99999;
  width: 100%;
  background-color: var(--darkGreen);
  left: 0;
  padding: 10px 0;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}
header.active{
  background-color: var(--darkGreen);
}
.mobileMenuBtn{
  display: none;
}
.mobileMenuBtn i{
  color: var(--white);
  font-size: 20px;
}
.mobileMenu ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobileMenu{
 position: absolute;
    background-color: var(--darkGreen);
    width: 100%;
    left: 0;
    top: 70px;
    z-index: 1;
    padding: 20px;
}
.mobileMenu li a{
  text-decoration: none;
  font-size: 14px;
  color: var(--white);
}
.mobileMenu li{
  margin: 4px 0;
}
.mobileMenu li a.active{
  background: var(--white);
  color: var(--darkGreen);
    padding: 4px 10px;
    border-radius: 4px;
}
.mobileMenu li select{
  font-size: 12px;
  background: transparent;
    color: #fff;
    border: 0;
}
.mobileMenu li select option{
  color: var(--gray);
}
.discipline-input .select2-container--default .select2-selection--single{
  border: 0;
}
.discipline-input .select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 14px;
  color: var(--gray);
}
.discipline-input .select2-container--default .select2-selection--single .select2-selection__arrow{
  left: 1px;
  color: var(--lightGreen);
  /*background-image: url('../img/selectArrow.png');*/
  background-repeat: no-repeat;
    background-position: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: 0;
  display: none;
}
.discipline-input .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container--default .select2-results__option--selected,.select2-container--default .select2-search--dropdown .select2-search__field{
  background-color: transparent;
  font-size: 14px;
  color: var(--gray);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: var(--darkGreen);
}
.select2-results__option{
  font-size: 14px;
}
.select2-results__option img{
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 10px;
}
.range-label{
    /*margin-top: 8px;*/
    font-size: 14px;
    color: #626a62;
    /*padding-left: 15px;*/
}

input[type="range"] {
    overflow: hidden;
    /*width: 60%;*/
    -webkit-appearance: none;
    background-color: #428c73;
    height: fit-content;
    border-radius: 99px !important;
}

  input[type='range']::-webkit-slider-thumb {
    cursor: pointer;
    width: 8px;
    -webkit-appearance: none;
    height: 12px;
    background: white;
    border: 1px;
    border-radius: 99px;

}

.headerTopPadding{
  padding-top: 20px;
}
.header{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-nav ul,.menuNav ul{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.custom-nav li,.menuNav li{
  margin: 0 10px;
}
.custom-nav li a.profileAvatar img{
 width: 34px;
    height: 34px;
    border-radius: 4px;
    margin-left: 18px;
}
.profileAvatar{
  padding: 4px 4px 4px 18px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shootingGroundMap img{
  width: 100%;
}
.menuNav a{
  color: var(--white);
    text-decoration: none;
    border-radius: 4px;
    padding: 0px;
    font-size: 14px;
}
.menuNav a.active{
  border-bottom: 2px solid var(--lightGreen);
  transition: .2s;
  border-radius: 0;
}
.custom-nav a{
  color: var(--white);
    text-decoration: none;
    border: 1px solid var(--lightGreen);
    border-radius: 4px;
    padding: 6px 24px;
    font-size: 14px;
}
.noBorder{
  border: 0 !important;
}
.custom-nav a:hover,.custom-nav a.active,.hero-content li a.active{
  background-color: var(--lightGreen);
  transition: .2s;
}
.custom-nav li select{
  direction: rtl;
    background-color: transparent;
    border: 0;
    color: var(--white);
    font-size: 13px;
    appearance: none;
    background-image: url('../img/selectArrow.png');
    width: 30px;
    background-position: left;
    background-repeat: no-repeat;
}
.custom-nav li select option{
  color: #000;
}
.hero-panel{
    background-image: url('../img/Group67.png');
    background-color: var(--darkGreen);
    /* height: 50vh; */
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    min-height: 358px;
    max-height: 786px;
}
.hero-content h1{
  color: var(--white);
    font-size: 50px;
    line-height: 65.39px;
    padding: 0 170px;
}
.hero-content ul{
  padding: 0;
  display: flex;
    justify-content: center;
  margin: 0;
  list-style-type: none;
}
.hero-content li a{
  color: var(--white);
  text-decoration: none;
    border: 1px solid var(--lightGreen);
    border-radius: 4px;
    width: 220px;
    display: block;
    line-height: 40px;
    margin: 10px 0 50px;
    font-size: 16px;
}
.hero-content li a:first-child{
  margin-right: -10px;
}
.profileTabs ul{
  padding: 0;
  display: flex;
  margin: 0;
  list-style-type: none;
}
.profileTabs li a,.profileTabs li button{
  color: var(--lightGreen);
  text-decoration: none;
    border: 1px solid var(--lightGreen);
    border-radius: 4px;
   width: 190px;
    display: block;
    /*line-height: 40px;*/
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
}
.profileTabs li button{
  border-radius: 0 !important;
  /*border-right: 0;*/
}
.profileTabs li:last-child button{
  border-right: 1px solid var(--lightGreen);
}
/*.profileTabs li:first-child{
  margin-right: -7px;
}*/
.profileTabs .nav-link:focus, .nav-link:hover{
  color: var(--lightGreen);
}
.profileTabs li a.active,.profileTabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: var(--lightGreen);
  color: var(--white
  );
}
.map-icon1{
  position: absolute;
  left: 130px;
}
.map-icon2{
  position: absolute;
  right: 200px;
    margin-top: 150px;
}
.map-icon3{
  position: absolute;
  right: 130px;
    top: 120px;
}
.viewAll{
    white-space: nowrap;
}
.searchBoxSection{
    background-color: #f1f3f3;
}

.searchBox {
  background-color: var(--white);
  padding: 50px;
    border-radius: 20px;
  width: 90%;
    margin: -70px auto;
    z-index: 999;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -70px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.searchBox form{
    /* display: flex; */
    align-items: center;
    border: 1px solid #C3CCC5;
    border-radius: 8px;
}
.searchBox .map-icon{
    width: 12px;
    height: 15px;
}
.searchBox .input-group-text{
    background: unset;
    border: 0px;
}

.searchBox .location-input,.searchBox .discipline-input{
  width: -webkit-fill-available;
  align-items: center;
}
/*.discipline-input{*/
/*  border-left: 1px solid #C3CCC5;*/
/*}*/
.searchBox .discipline-input select{
    width: 100%;
    /*padding: 0.35rem 0rem;*/
    /* line-height: 1.5; */
    border-left: 0;
    font-size: 14px;
    color: var(--gray);
    /*border-radius: 0;*/
    /*border-color: lightgray;*/
    /*direction: rtl;*/
    text-align: left;
    border: 0;
    outline: 0;
}
.searchBox .d-flex .border-1{
    border-right: 1px solid #C3CCC5;
    /*border-right: 1px solid #C3CCC5;*/
}
.searchBox input{
  color: var(--gray);
  font-size: 14px;
  border: 0;
}
.searchBox .ground_address{
    background:none;
}
.location-input{
  position: relative;
}
.location-input img{
  position: absolute;
  width: 12px;
    height: 15px;
    top: 10px;
    left: 16px;
}
.location-input input{
  margin-top: 1px;
  padding-left: 35px;
  border-right: 0;
  background: none !important;
}
.searchBox button,.searchBox button:hover, .searchBox button:active{
  background-color: var(--lightGreen);
  font-size: 14px;
  /*margin-right:-0.25px;*/
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 7px;
  color: var(--white);
  /*margin-top: 0.5px;*/
  border-top-right-radius: 7px;
}
.searchBox button i{
  transform: scale(1.0);
  transition: .2s;
}
.searchBox button:hover i{
  transform: scale(1.2);
  transition: .2s;
}
.discipline-input{
  position: relative;
}
/*.discipline-input:before{*/
/*  content:'';*/
/*  position: absolute;*/
/*  height: 20px;*/
/*    width: 1px;*/
    /* background-color: lightgray; */
/*    top: 7px;*/
/*}*/
input:focus,.form-control:focus,.form-select:focus{
  box-shadow: none;
  border-color: lightgray;
  outline: 0;
}
.colSection{
  background-color: #F3F5F5;
  padding: 40px 0;
}
.colSection-content h3{
  font-size: 28px;
  padding-bottom: 10px;
    /*width: 500px;*/
    color: var(--textGreen);
}
.colSection-content h3 i{
  color: var(--orange);
}
.padding-top{
padding-top: 100px;
}
.colSection-data{
  padding: 30px 0;
}
.colItem{
  background-color: var(--white);
  position: relative;
  border-radius: 10px;
  transition: .2s;
}
.colItem img{
  transition: .2s;
    transform: scale(1);
}
.colItem:hover{
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: .2s;
}
/*.colItem:hover img{
  transition: .2s;
    transform: scale(1.2);
    border-radius: 8px;
}*/
.tag{
  position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
}
.tag i{
  color: var(--orange);
  background-color: var(--white);
  padding: 6px;
  border-radius: 100%;
}
.simple.tag i{
  color: var(--white);
  background: rgb(0,0,0,.7);
}
.colItem img{
  width: 100%;
}
.colItem-text{
  position: relative;
 /* display: flex;
    justify-content: space-between;
    align-items: baseline;*/
  padding: 14px;
}
.colItem a{
  text-decoration: none;
  display: block;
  border-radius: 8px;
    overflow: hidden;
}
.colItem-text h5{
  font-size: 16px;
  color: var(--textGreen);
  padding-bottom: 10px;
}
.colItem-text p{
  line-height: 15px;
  font-size: 12px;
  margin: 0;
  color: var(--gray);
}
.reviewSec ul{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.reviewSec i{
  color: var(--orange);
  font-size: 14px;
    padding: 2px;
}
.reviewSec{
  line-height: 1;
}
.reviewSec span{
  font-size: 10px;
  color: var(--gray);
}
.colItem-bottom{
  border-top: 1px dashed #C3CCC5;
    margin: 0 14px;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.colItem-bottom svg{
  transform: scale(1.0);
  transition: .2s;
  width: 16px;
    height: 16px;
}
.colItem-bottom svg:hover{
  transition: .2s;
    transform: scale(1.2);
}
.viewAll a{
  color: var(--gray);
  font-size: 14px;
  text-decoration: none;
  transform: scale(1.0);
  /*margin-left: 0px;*/
  transition: .2s;
  display: block;
    width: 100px;
}
.viewall-btn{
    color: var(--gray);
    font-size: 14px;
    border: none;
    background-color: transparent;
}
.viewAll a:hover{
  transition: .2s;
    transform:scale(1.2);
    /*margin-left: 10px;*/
}
.viewAll a svg{
  width: 16px;
  height: 16px;
}
.dividerCustom{
  background-color: #F3F5F5;
}
.borderBottom{
  border-bottom: 1px dashed lightgrey;
}
.tripSec{
  padding: 40px 0;
}
.tripSec h3{
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
  color: var(--textGreen);
}
.tripContent{
  background-color: #F3F5F5;
  border-radius: 10px;
}
.tripContent img{
  width: 100%;
}
.tripText{
  padding: 20px;
}
.tripText h5{
  color: var(--textGreen);
  font-size: 16px;
}
.tripText p{
  font-size: 14px;
  color: var(--gray);
  margin: 0;
}
.tripImg{
  position: relative;
  overflow: hidden;
}
.recommendTag{
  position: absolute;
   right: -52px;
    top: 30px;
    cursor: default;
    background: var(--yellow);
    font-size: 14px;
    transform: rotate(45deg);
    color: var(--textGreen);
    padding: 8px 50px;
    font-weight: 600;
}
.tripReview{
  /*position: absolute;*/
  /*bottom: 0px;*/
    padding: 20px;
    background-color: var(--darkGreen);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*display: none;*/
}
.tripReview .reviewSec span{
  color: var(--white);
}
.tripReview a{
  text-decoration: none;
}
.tripReview svg{
  width: 18px;
  height: 18px;
}
.tripReview h6{
  color: var(--white);
    font-size: 10px;
    border-bottom: 1px dashed #C3CCC51A;
    padding-bottom: 10px;
    display: block;
    width: fit-content;
}
/*.tripContent:hover .tripReview{
  transition: .2s;
  display: flex;
  bottom: 0;
}*/
footer{
    background-color: var(--darkGreen);
    padding: 0px 0 0;
}
.aboutSec{
  background-color: var(--darkGreen);
  margin: 40px 0 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.aboutColContent h3{
  font-size: 30px;
  color: var(--textGreen);
  padding-bottom: 10px;
}
.aboutColContent p{
  color: var(--gray);
  font-size: 16px;
  line-height: 30px;
}
.aboutColImg{
  padding-right: 40px;
}
.aboutColWhite{
  padding: 40px 0;
}
.aboutColWhite .aboutColImg{
  padding-left: 40px;
  padding-right: 0;
}
.aboutColWhite .aboutColContent{
  padding-right: 40px;
}
.aboutColBtn{
  display: flex;
    justify-content: center;
    margin: 70px 40px 40px;
}
.aboutColBtn a{
  color: var(--white);
  width: 220px;
  text-align: center;
  margin: 0 14px;
    text-decoration: none;
    border: 1px solid var(--lightGreen);
    border-radius: 4px;
    padding: 10px 24px;
    background-color: var(--lightGreen);
    font-size: 14px;
}
.aboutColImg img{
  width: 100%;
  border-radius: 8px;
}
.aboutColContent{
  padding-left: 40px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.aboutSec h2{
  font-size: 70px;
    color: #fff;
    line-height: 85px;
    width: 350px;
}
.aboutCol{
  background-color: #F3F5F5;
  padding: 40px 0;
}
.footer,.aboutSec {
    background-image: url('../img/footer.png');
    height: 350px;
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: contain;
}
.blogSec{
    background-image: url('../img/footer.png');
    height: 250px;
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: contain;
}
.blogSec h3{
    font-size: 50px;
    color: #fff;
    line-height: 85px;
    /* width: 350px; */
}
.blogSec{
    background-color: var(--darkGreen);
    margin: 40px 0 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 40px;
  }
.footerRegister{
  display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
}
.footerRegister h2{
  color: var(--white);
    font-size: 52px;
    width: 500px;
    margin-bottom: 20px;
}
.footerRegister a{
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  background-color: var(--lightGreen);
  width: 300px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    display: block;
}
.footerRegister button{
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    background-color: var(--lightGreen);
    width: 300px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    display: block;
    border: none;
  }
.footerBottom{
  background-color: #224641;
  padding: 10px 0;
}
.footerBottom ul,.siteInfo ul{
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footerBottom li a{
  text-decoration: none;
  padding: 0 10px;
  color: var(--white);
  font-size: 14px;
}
.footerBottom li a:hover{
  color:var(--lightGreen);
}
.footerBottomContent,.siteInfo{
display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerBottomContent img{
  width: 180px;
}
.siteInfo{
  padding: 7px 0;
}
.siteInfo li{
  margin-right: 10px;
}
.siteInfo li i{
  color: var(--white);
  background-color: #20423D;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
}
.siteInfo p{
  color: var(--white);
  font-size: 12px;
  margin: 0;
}
.eventOptSec .customCheckBox{
  padding-left: 0;
  font-size: 14px;
}
.customCheckBox {
  display: block;
  position: relative;
  padding-left: 25px;
    margin-bottom: 10px;
  color: var(--gray);
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  border-radius: 4px;
    width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.customCheckBox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/*.customCheckBox input:checked ~ .checkmark {
  background-color: #2196F3;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customCheckBox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customCheckBox .checkmark:after {
  left: 7px;
    top: 3px;
    width: 4px;
    height: 10px;
  border: solid var(--lightGreen);
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filterSec{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.filterTab .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: var(--lightGreen);
  color: var(--white);
}
.filterTab .nav-link:focus,.filterTab .nav-link:hover,.filterTab .nav-link{
  color: var(--lightGreen);
  font-size: 14px;
  border: 1px solid var(--lightGreen);

}
.filterTab .nav-item:nth-child(2){
    margin-left: -7px;
}
.filterDropDown .btn-group button{
  background: transparent;
    color: grey;
    border: 0;
    font-size: 14px;
}
.filterDropDown .dropdown-menu.show{
  border: 0;
    border-radius: 4px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.registerEventBtn a{
  color: var(--white);
  background-color: var(--lightGreen);
  font-size: 14px;
  text-decoration: none;
  padding: 8px 40px;
    border-radius: 6px;
}
.registerEventBtn button{
    color: var(--white);
    background-color: var(--lightGreen);
    font-size: 14px;
    text-decoration: none;
    padding: 8px 40px;
    border-radius: 6px;
    border: none;;
  }
.searchBtn button{
  color: var(--white);
  background-color: var(--lightGreen);
  font-size: 14px;
  border: 0;
    padding: 6px 12px;
    border-radius: 6px;
}
.filterSecContent{
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px -100px 36px -28px inset;*/
  background-color: #F3F5F5;
  padding: 40px 0;
  position: relative;
}
./*filterSecContent:after{
  content: '';
    position: absolute;
    height: 150px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(#F3F5F500 0%, #F3F5F5 70%);
}*/
.filterSecContent #pills-list{
 /* overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 20px;
    direction: rtl;*/
}
.filterSecContent .tab-content>.active{
  /*direction: ltr;*/
}
.eventListItem img{
  height: 100%;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.eventListItem {
  direction: ltr;
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
}
.eventListItem a{
  text-decoration: none;
}
.eventListItemContent{
  display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px;
    padding-left: 0;
}
.eventListItemImage{
  position: relative;
  height: 100%;
}
.eventListItemContent h4{
  font-size: 20px;
  color: var(--textGreen);
}
.eventListItemContent small,.eventListItemContent span{
  color: var(--gray);
}
.eventListItemContent span{
  font-size: 14px;
}
.eventListItemContent p{
  border-top: 1px dashed #C3CCC5;
    padding-top: 16px;
    margin-top: 20px;
    font-size: 14px;
    color: var(--gray);
    border-bottom: 1px dashed #C3CCC5;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.eventListItemContent ul{
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
    justify-content: space-between;
}
.eventListItemContent li a{
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  padding: 6px 16px;
    border-radius: 6px;
  background-color: var(--lightGreen);
}
.eventListItemContent li span{
  font-size: 14px;
  color: var(--textGreen);
}
.calendarSec{
  background-color: var(--white);
  padding: 40px;
  border-radius: 10px;
}
.calendarSec .fc-day-number{
  color: grey;
  font-size: 14px;
  padding-left: 10px !important;
  text-decoration: none;
  float: left !important;
}
.calendarSec .fc-header-toolbar{
  border: 1px solid lightgrey;
    margin: 0;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
}
.calendarSec .fc-left button,.calendarSec .fc-right button{
  background: transparent;
    border: 0;
    box-shadow: none;
}
.calendarSec .fc-center h2{
  font-size: 22px;
}
.calendarSec .fc-day-header{
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
}
.calendarSec h3{
  font-size: 28px;
  /* padding-bottom: 20px; */
}
.fc-event, .fc-event-dot {
  background-color: var(--lightGreen);
  text-align: center;
}
.eventDetailSec {
  /*background-color: var(--darkGreen);*/
  padding: 40px 0 140px 0;
}
.eventDetailSec h3{
  font-size: 42px;
  color: #000;
  margin-bottom: 0;
}
.shootingGroundDetailSec h3{
  color: #000;
  margin-bottom: 0;
  font-size: 30px;
}
.eventDetailSec span a{
  text-decoration: none;
  color: var(--darkGreen);
}
.eventDetailSec span{
  background-color: var(--yellow);
  color: var(--darkGreen);
  font-size: 14px;
    margin-left: 20px;
    padding: 4px 14px;
    border-radius: 6px;
}
.eventDetailImage{
  margin-top: -110px;
  margin-bottom: 150px;
}
.placeOffer img,.eventDetailImage img{
  width: 100%;
}
.eventDetailContent{
  background-color: #F3F5F5;
  padding: 0 40px 40px;
}
.eventDetailTable {
  background-color: var(--lightGreen);
  padding: 50px;
  border-radius: 10px;
  display: flex;
    align-items: baseline;
    justify-content: space-between;
    top: -100px;
    position: relative;
}
.eventDetailTime td{
  color: #F3F5F5;
  font-size: 16px;
  font-weight: 300;
}
.eventDetailTableContent td{
  color: #F3F5F5;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
}
.eventDetailTableContent td b,.eventDetailTime li{
  font-weight: 500;
  font-size: 20px;
  color: #F3F5F5;
}
.eventDetailTableContent td:first-child{
  padding-right: 10px;
    padding-left: 0;
}
.eventDetailContact{
  border-left: 1px solid #FFFFFF3D;
    padding: 0 30px;
    border-right: 1px solid #FFFFFF3D;
    height: 140px;
}


.eventDetailPrice ul,.eventDetailTableContent ul,.eventDetailTime ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.eventDetailPrice ul{
  justify-content: center;
}
.eventDetailPrice li{
  color: #F3F5F5;
  font-weight: 500;
  margin: 0;
  font-size: 20px;
}
.eventDetailTableContent li{
  font-size: 20px;
  font-weight: 500;
  color: #F3F5F5;
}
.eventDetailContact h6{
  color: #F3F5F5;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
}
.eventDetailPrice a{
  color: var(--darkGreen);
  font-size: 13px;
  background-color: var(--yellow);
  text-decoration: none;
  padding: 8px 40px;
  width: 100%;
    display: block;
    text-align: center;
  border-radius: 4px;
}
.eventDetailContact a{
  font-weight: 300;
  color: #F3F5F5;
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.eventDetailContact h6{
  color: #F3F5F5;
  font-weight: 500;
  margin: 0;
  font-size: 20px;
  margin-bottom: 30px;
}
.placeOfferText h5{
  color: var(--darkGreen);
  padding-bottom: 10px;
  font-size: 22px;
}
.placeOfferText p{
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
}
.placeOfferText{
  display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.offerMenu ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.offerMenu{
  padding-top: 40px;
}
.offerMenu li{
  width: 30%;
  background-color: #EAEDED;
    margin: 6px;
    padding: 10px;
    border-radius: 4px;
}
.offerMenu li a{
  color: var(--gray);
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.offerMenu li a img{
  background: var(--lightGreen);
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 6px;
    object-fit: contain;
    margin-right: 6px;
}
.searchBtn{
  display: flex;
}
.searchBtn input{
  font-size: 14px;
    border-radius: 4px;
    border: 1px solid var(--darkGreen);
    padding: 0 10px;
    width: 300px;
}
.searchBtn button{
  margin-left: -6px;
}
.filterSecTag h6{
  color: var(--darkGreen);
  margin: 0;
    font-size: 14px;
}
.filterSecTag{
  margin: 0 -60px;
}
.shootingGroundSec .colItem{
  display: flex;
  padding: 10px;
  margin-bottom: 14px;
}
.shootingGroundSec .colItemImage{
  position: relative;
  width: 35%;
}
.shootingGroundSec .colItemContent{
  width: 65%;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shootingGroundSec .colItemImage img{
  border-radius: 10px;
  height: 164px;
}
.checkBtn{
  font-size: 10px;
  text-decoration: none;
  color: var(--white);
  background-color: var(--lightGreen);
  padding: 6px 16px;
    border-radius: 4px;
}
.shootingGroundSec .colItem-text h5{
  font-size: 14px;
}
.shootingGroundSec .colItem-text p{
  font-size: 10px;
}
.shootingGroundSec .reviewSec i{
  font-size: 10px;
}
.shootingGroundSec .reviewSec span{
  font-size: 8px;
}
.shootingGroundSec .colItem-text span{
  background: var(--yellow);
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    /*position: absolute;
    right: 0;
    top: 0;*/
    color: #384E4A;
}
.shootingGroundDetailSec {
  /*background-color: var(--darkGreen);*/
  padding-bottom: 120px;
}
.shootingGroundDetailImage img{
  width: 100%;
  object-fit: cover;
    border-radius: 10px;
}
.shootingGroundDetailImage .largeImg{
  height: 460px;
}
.shootingGroundDetailImage .smallImage{
  height: 220px;
}
.shootingGroundDetailImage{
  padding: 30px 0;
}
.shootingGroundDetailImage .row .row .mb-2{
    margin-bottom:1.25rem !important;
}
.shootingGroundDetailSec .reviewSec{
  display: flex;
    align-items: baseline;
    padding-top: 40px;
}
.shootingGroundDetailText{
  padding-top: 30px;
}
.shootingGroundDetailSec .reviewSec span{
  font-size: 14px;
    color: #000;
    padding: 0 24px;
}
.shootingGroundDetail .placeOfferText{
  height: auto;
}
.shootingGroundDetail .offerMenu{
  padding-top: 20px;
}
.shootingGroundDetail .offerMenu li{
  width: 46%;
    background-color: #EAEDED;
    margin: 0 10px 10px 0;
    padding: 10px;
    border-radius: 4px;
}
.shootingGroundDetail .eventDetailPrice td{
  color: #F3F5F5;
  font-weight: 300;
  font-size: 16px;
}
.shootingGroundDetail .eventDetailPrice td:first-child{
  padding-right: 30px;
}
.shootingGroundDetail .eventDetailTableContent td{
  padding: 0;
}
.clientReviewSec{
  padding: 40px 0;
}
.clientReviewSec h3,.eventNameSec h3{
  color: #000;
  margin-bottom: 20px;
  font-size: 30px;
}
.clientReviewSec .reviewSec {
  display: flex;
  align-items: center;
}
.clientReviewSec .reviewSec span{
  color: var(--darkGreen);
  font-size: 22px;
  font-weight: 600;
  padding-left: 20px;
}
.clientReviewSec .reviewSec i{
  font-size: 20px;
}
.progressBar ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.progressBar li{
  width: 45%;
  margin-bottom: 20px;
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.progressBar .bg-success{
  background-color: var(--lightGreen);
}
.progressBar li .progress{
  width: 50%;
    margin-left: auto;
    margin-right: 20px;
}
.progressBar li span{
  font-size: 16px;
  color: var(--gray);
  font-weight: 600;
}
.progressBar{
  border-top: 1px dashed lightgrey;
  padding: 40px 0;
}
.clintProfile{
  /*background-color: #E9E4EC;*/
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.clientInfo{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.clientData{
  display: flex;
  align-items: center;
}
.clientData img{
  width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 14px;
}
.clientName h6{
  color: var(--darkGreen);
  font-size: 16px;
  margin: 0;
}
.clientName span{
  font-size: 14px;
  color: grey;
}
.reviewContent h5{
  font-size: 20px;
  color: var(--darkGreen);
  padding-bottom: 10px;
}
.reviewContent p{
  color: var(--gray);
    margin: 0;
    font-size: 14px;
    line-height: 30px;
}
.reviewDate span{
  font-size: 12px;
  color: var(--darkGreen);
  font-weight: 600;
}
.reviewContent{
  padding: 20px 0;
    border-top: 1px solid lightgrey;
    margin: 20px 0;
    border-bottom: 1px solid lightgrey;
}
.clientPoint a.allReview{
  color: #183632;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: block;
    text-align: center;
    padding: 20px 0;
}
.registerGroundSec{
  background-color: #F3F5F5;
   padding: 40px 0px;
}
.custom-stepper-radio{
    width: 100%;
    padding: 20px;
}
.registerGroundContent{
  padding-top: 30px;
}
.registerGroundContent h3{
  color: var(--darkGreen);
  font-size: 30px;
  padding-bottom: 20px;
}
.registerGroundContent p{
  font-size: 14px;
      margin: 0;
  line-height: 30px;
  color: grey;
}

.timingBlocks .inputDetail,.checkBoxDetail,.imageUploadSec{
    background-color: var(--white);
  /* padding: 30px; */
  padding: 10px;
  border-radius: 6px;
}

.inputDetail,.checkBoxDetail,.imageUploadSec {
  background-color: var(--white);
  /* padding: 30px; */
  padding: 30px;
  border-radius: 6px;
}
.imageUploadSec .col-12{
    display:grid;
}

.timingBlocks .inputDetail input,.inputDetail textarea,.inputDetail select{
    /* margin-bottom: 16px; */
    font-size: 12px;
    color: grey;
  }
.inputDetail input,.inputDetail textarea,.inputDetail select{
  /* margin-bottom: 16px; */
  font-size: 14px;
  color: grey;
}
.inputDetail textarea{
  height: 150px;
  resize: none;
}
.inputDetail h5,.checkBoxDetail h5{
  font-size: 18px;
  color: var(--darkGreen);
  margin-bottom: 20px;
}
.checkBoxDetail ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.checkBoxDetail li{
  padding-bottom: 2px;
}
.registerGroundDetailPanel{
  padding: 20px 0;
}
.uploadBtn span{
  background-color: var(--darkGreen);
  color: var(--white);
  font-size: 14px;
  font-size: 14px;
    padding: 10px 50px;
    border-radius: 6px;
}
.uploadBtn{
  position: relative;
  transition: .3s;
  width: 240px;
  cursor: pointer;
  margin: 20px auto;
}
#pills-profile .uploadBtn,#pills-profile .uploadBtn input{
  width: 200px;
}
.uploadBtn span img{
  padding-right: 10px;
}
.uploadBtn input{
  position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
    cursor: pointer;
    width: 240px;
    margin: 0;
}
.imageUploadSec{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  flex-direction: column;
  transition: .3s;
}
.imageUploadSec.eventImage{
  height: 230px;
}
#uploadedImage{
  margin-bottom: 30px;
  transition: .3s;
  object-fit: none;
  height: 350px;
}
.imageUploadSec.eventImage #uploadedImage{
  height: 180px;
  margin-bottom: 30px;
  transition: .3s;
  object-fit: none;
}
.uploadLogo{
  margin-bottom: 30px;
  transition: .3s;
}
.imageSizeTag {
  font-size: 14px;
  color: grey;
  padding: 20px 0 0;
  text-align: center;
}
.registerGroundDetailPanel button,.stepButton{
  background: transparent;
  text-decoration: none;
  text-align: center;
    font-size: 14px;
    color: var(--lightGreen);
    border: 1px solid var(--lightGreen);
    width:  190px;
    border-radius: 4px;
    padding: 8px;
    margin-left: 10px;
}
.registerGroundDetailPanel button.active,.registerGroundDetailPanel .stepButton.active{
  background: var(--lightGreen);
  color: var(--white);
}
.registerGroundDetailPanel .checkBoxDetail ul.d-grid{
  display: grid;
}
.registerGroundDetailPanel .checkBoxDetail ul{
  /*display: grid;*/
    grid-template-columns: repeat(5, 1fr);
}
.ticketSec li{
  position: relative;
  margin: 10px;
}
.ticketSec li select{
  width: 100%;
  padding: 2px;
    border-radius: 4px;
    border: 1px solid lightgrey;
}
.ticketSec li input{
  width: 100%;
    height: 30px;
    background-color: #fff;
    border: 1px solid lightgrey;
    border-radius: 4px;
}
.ticketSec li label,.ticketSec li select,.ticketSec li input{
 color: grey;
 z-index: 1;
    padding-left: 0;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.ticketSec li label.active{
  color: var(--white);
  background-color: var(--darkGreen);
}
.ticketSec .checkmark{
  width: 100%;
    z-index: -1;
    height: 30px;
    background-color: #fff;
    border: 1px solid lightgrey;
}
.ticketSec .customCheckBox .checkmark:after{
  background: var(--lightGreen);
  left: 0;
  top: 0;
    width: 100%;
    color: #fff;
    height: 30px;
    transform: rotate(0);
    border: 0;
}
.ticketSec .customCheckBox:hover input ~ .checkmark{
  background-color: var(--white);
  border: 1px solid lightgrey;
}
.registerGroundDetailPanel .checkBoxDetail .ticketSec ul{
  display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.inputCalendar button{
  background: transparent;
    color: #000;
    border: 0;
    width: 40px;
    box-shadow: none;
}
.inputCalendar .fc-center h2{
  color: var(--darkGreen);
  font-size: 12px;
  padding-top: 6px;
    font-weight: 600;
}
.inputCalendar .fc button .fc-icon{
  color: var(--darkGreen);
  font-size: 8px;
}
.inputCalendar .fc button .fc-icon{
  top: -7px;
}
.inputCalendar .fc-toolbar.fc-header-toolbar{
  margin-bottom: 0;
  border: 1px solid lightgrey;
  border-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.inputCalendar{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 14px;
    border-radius: 6px;
}
.inputCalendar .fc-day-header{
  font-size: 10px;
  padding: 4px;
}
.inputCalendar .fc-day-number{
  text-align: left;
    float: left !important;
    padding-left: 12px;
    font-size: 10px;
    text-decoration: none;
    color: grey;
    font-weight: 500;
}
.inputCalendar .fc-scroller.fc-day-grid-container{
  overflow: hidden !important;
  height: auto !important;
}
.inputCalendar .fc-basic-view .fc-body .fc-row{
  min-height: auto !important;
    height: auto !important;
}
.inputCalendar .fc-today .fc-day-number{
  background: var(--darkGreen);
    border-radius: 100%;
    text-align: center;
    margin-left: 7px;
    margin-top: 3px;
    display: block;
    padding: 0;
    width: 16px;
    height: 16px;
    color: #fff;
}
.genderOpt h6{
  font-size: 14px;
  color: var(--darkGreen);
}
.genderOpt .customCheckBox:first-child{
  margin-left: 0;
}
.genderOpt .customCheckBox{
  margin-left: 20px;
}
.avatarUploadSec {
  background: #C3CCC5;
    height: 270px;
    width: 100%;
    /*margin-top: -134px;*/
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border: 1px solid darkgrey;
}
.avatarUploadSec .uploadBtn,.avatarUploadSec .uploadBtn input{
  width: 170px;
}
.avatarUploadSec .uploadBtn{
  position: absolute;
}
.avatarUploadSec .uploadBtn span{
  font-size: 12px;
    padding: 8px 40px;
}
.avatarUploadSec #uploadedImage{
    width: 100%;
    margin: 0;
    height: 100%;
    object-fit: cover;
}
.badgeImg img{
  width: 50px;
}
.badgeImg{
  position: absolute;
    right: -26px;
    bottom: 20px;
}
.backBtn a{
  text-decoration: none;
  color: var(--darkGreen);
}
.backBtn{
  margin-top: 6px;
    margin-right: 20px;
}
.backBtn i{
  margin-right: 6px;
}
.siteContentSec,.supportSec{
  background-color: #F3F5F5;
}
.supportSec{
  padding: 40px 0 40px;
}
.contentSec{
  padding: 40px 100px;
}
.contentSec h2,.impressumSec h2{
  font-size: 50px;
  color: var(--textGreen);
}
.contentPanel h3{
  font-size: 30px;
  color: var(--textGreen);
  padding-bottom: 10px;
}
.contentPanel{
  padding: 30px 0;
}
.contentPanel p{
  font-size: 16px;
    color: grey;
    line-height: 30px;
}
.printSec ul{
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.printSec{
  background-color: #fff;
    padding: 40px;
    border-radius: 6px;
    margin-top: 30px;
}
.printSec li{
  border-right: 1px solid lightgrey;
  width: 30%;
}
.printSec li:last-child{
  border-right: 0;
}
.printSec li span,.printSec li span a{
  text-decoration: none;
  color: grey;
  line-height: 32px;
  font-size: 16px;
}
.supportImg{
  background-color: var(--darkGreen);
  text-align: center;
    padding: 30px;
    border-radius: 8px;
}
.supportImg img{
  width: 100%;
}
.supportContent {
  background-color: var(--white);
  border-radius: 8px;
}
.eventOptSec ul{
  list-style-type: none;
  padding: 0;
}
.eventOptSec li:nth-last-child(2){
  border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.eventOptSec h5{
  font-size: 14px;
  color: var(--textGreen);
}
.bookingDetail ul{
  list-style-type: none;
  padding: 0;
}
.bookingDetail li{
  border: 1px solid lightgrey;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
}
.bookingDetail li:last-child{
  white-space: nowrap;
}
.bookingDetail li.active{
  background-color: var(--darkGreen);
}
.bookingDetail li.active span{
  color: var(--white);
}
.bookingDetail li span{
  color: grey;
  font-size: 15px;
}
.bookingDetail h5{
  font-size: 14px;
  color: var(--textGreen);
}
.bookingDetail .checkBoxList li{
  border: 0;
  padding: 0;
  margin: 0;
}
.bookingDetail .checkBoxList{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.thankYouSec,.loginSec{
   background-color: #F3F5F5;
   padding: 40px 0 40px;
}
.loginSec,.impressumSec {
  min-height: 73.3vh;
  padding: 40px 0;
  /*display: flex;*/
  /*align-items: center;*/
}
.thankYouContent{
  padding: 40px 0;
  background-color: var(--darkGreen);
  border-radius: 10px;
  position: relative;
}
.thankYouText{
  position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 0px 20%;
}
.thankYouText h2{
  color: var(--white);
  line-height: 65.39px;
  padding-bottom: 10px;
  font-size: 50px;
}
.thankYouText p,.thankYouText span{
  color: var(--white);
  font-size: 14px;
  line-height: 30px;
}
.thankYouText span{
  font-weight: 500;
}
.loginContent {
  background-color: var(--white);
  padding: 40px 0;
  border-radius: 8px;
}
.loginContent h2{
  font-size: 50px;
  color: var(--darkGreen);
  text-align: center;
  padding-bottom: 20px;
}
.loginContent button{
  margin: 0 auto;
  width: 150px;
}
.loginContent form{
  margin: 0 auto;
}
.loginSec button,.registerGroundDetailPanel.loginSec button.active{
  background-color: var(--darkGreen);
}
.loginContent a{
  text-decoration: none;
  color: grey;
  font-size: 12px;
  text-align: right;
}
.adBanner img{
  width: 100%;
}
.adBanner {
  position: relative;
}
.adBanner h3{
  position: absolute;
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    width: 100%;
    color: var(--textGreen);
    font-size: 30px;
}
/*.map{
  height: 100%;
}*/

.map iframe{
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.attendeeSec{
  padding: 40px 0;
}
.attendeeSec ul{
  display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 20px 0 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}
.attendeeSec li{
  text-align: center;
  width: 19%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    /*margin: 10px;*/
    margin-bottom: 20px;
    border-radius: 8px;
    height: 160px;
}
/*.attendeeSec li:first-child{
  margin-left: 0;
}
.attendeeSec li:last-child{
  margin-right: 0;
}*/
.randomText{
  padding-top: 30px;
}
.randomText p{
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.attendee a{
  text-decoration: none;
}
.attendee img{
  width: 70px;
    height: 70px;
    border-radius: 100%;
}
.multiAttendee{
  position: relative;
  height: 70px;
  display: flex;
    justify-content: center;
}
.multiAttendee span{
  position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    top: 25px;
    padding-left: 30px;
}
.multiAttendee img{
  position: absolute;
  border: 1px solid lightgrey;
}
.multiAttendee img.attendeeImg1{
  margin-left: -40px;
}
.multiAttendee img.attendeeImg3{
  margin-right: -40px;
}
.attendeeContent{
  padding-top: 10px;
}
.attendeeContent h5{
  font-size: 16px;
  color: #000;
  margin: 0;
}
.attendeeContent{
  font-size: 12px;
  color: var(--gray);
}
.attendeeSec h3{
font-size: 28px;
  color: #000;
  margin: 0;
}
.randomText h3{
  padding-bottom: 20px;
  font-size: 28px;
  color: #000;
  margin: 0;
}
.attendee{
  position: relative;
}
.attendee .attendeeTag{
  position: absolute;
  background: var(--yellow);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 4px;
    top: 4px;
    left: 4px;
}
.seeAllAttendee{
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.customCounter input{
  font-size: 14px;
  color: #000;
  border: 0;
    padding: 2px 4px;
    width: 50px;
    background-color: #F3F5F5;
    text-align: center;
}
.customCounter button{
  border: 0;
    background: var(--lightGreen);
    color: #fff;
    width: 30px;
    padding: 2px;
    margin: 0;
}
.customCounter{
  padding-right: 10px;
}
.eventOptSec ul li{
  display: flex;
  align-items: center;
}
.registerGroundDetailPanel .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: block;
  border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
}
.registerGroundDetailPanel .select2-container--default .select2-selection--single{
  border: 1px solid lightgrey;
}
.registerGroundDetailPanel .select2-container--default .select2-selection--single .select2-selection__rendered,.select2-selection__placeholder{
  font-size: 14px;
  color: grey !important;
  line-height: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 10px;
}
.select2-container .select2-selection--single{
  height: 35px;
}
#smartwizard .nav{
    padding-top: 50px;
    width: 80%;
    box-shadow:none !important;
    /* margin: 0 auto; */
}
#smartwizard .nav a .num{
  background: #F3F5F5;
  border: 1px solid var(--lightGreen);
    font-size: 14px;
    font-weight: 500;
    color: var(--lightGreen);
    height: 60px;
    width: 60px;
    border-radius: 100%;
    position: absolute;
    bottom: -28px;
    right: 0px;
    z-index: 9;
}
#smartwizard .nav a.active .num,.sw-theme-basic>.nav .nav-link.active::after{
  background-color: var(--darkGreen) !important;
  color: var(--white);
}
.sw-theme-basic>.nav .nav-link.active{
  color: #fff !important;
}
#smartwizard .nav a.done .num,.sw-theme-basic>.nav .nav-link.done::after{
  background-color: var(--lightGreen) !important;
  color: #fff;
  opacity: .7;
}
.stepperForm{
  background-color: #F3F5F5;
}
#smartwizard .toolbar{
  display: flex;
    justify-content: space-between;
}
#smartwizard .toolbar button{
  background: var(--lightGreen);
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: var(--white);
    border: 1px solid var(--lightGreen);
    width: 190px;
    border-radius: 4px;
    padding: 8px;
    margin-left: 10px;
}
#smartwizard .toolbar button.disabled{
  background-color: transparent;
  color: var(--lightGreen);
}
.eventDate{
  color:#000;
  font-size: 20px;
  font-weight: 500;
}
.select2-results__options li{
  display: flex;
}
.select2-results__options li span{
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2;
    text-transform: capitalize;
}
.select2-results__options li span small{
  font-size: 12px;
  text-transform: lowercase;
}
.sw-theme-basic>.nav .nav-link{
  margin-right: 0;
}
.sw-theme-basic>.nav{
  box-shadow: none !important;
}
.sw-theme-basic{
  border: 0 !important;
}
.sw-theme-basic>.nav li:first-child{
  flex-grow: 0;
}
.sw-theme-basic>.nav li:first-child a{
  width: 0;
  margin-left: auto;
}
.langMenu img{
  margin-right: 2px;
}
.langMenu div{
  padding: 0;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
.langMenu div span{
  color: #fff;
  font-size: 12px;
}
.langMenu .dropdown-menu{
  width: 50px;
  min-width: auto;
}
.langMenu .dropdown-item{
  color: var(--white);
    text-decoration: none;
    border: 1px solid var(--lightGreen);
    padding: 6px 0px;
    font-size: 12px;
    text-align: center;
    border-radius: 0;
    font-size: 12px;
}
.shootingGroundReviewSec{
  background-color: #F3F5F5;
}
.eventNameSec{
  padding: 40px 0;
}
.eventNameSec ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.eventNameSec li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eventNameSec li a{
  font-size: 22px;
  color: var(--textGreen);
  text-decoration: none;
}
.eventNameSec li span,.attendeesInput th,.attendeesInput td{
  font-size: 14px;
  vertical-align: middle;
  color: var(--textGreen);
}
.attendeesInput select{
  width: 150px;
}
.attendeesInput .actionBtn a{
  color: #000;
  font-size: 16px;
  margin-right: 10px;
}
/*#bodyH{
  height: 100vh;
}*/
@media (min-width: 1400px){
  .container.customContainer{
    max-width: 1140px;
  }
  /*#bodyH{*/
  /*  height: 100vh;*/
  /*}*/
}
@media only screen and (max-width: 1200px){
    .eventDetailPrice{
      padding-left: 30px;
    }
    .searchBox {
        width: 100%;
    }
  .eventListItem img{
    height: 100%;
  }
  .shootingGroundSec .colItemImage img{
    height: 170px;
  }
  .colItem-bottom{
    flex-wrap: wrap;
  }
  /*.eventDetailTableContent tbody{*/
  /*  display: flex;*/
  /*  justify-content: space-between;*/
  /*}*/
  /*.eventDetailTableContent tbody tr{*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*}*/
  /*.eventDetailTableContent td{*/
  /*  padding-left: 0;*/
  /*}*/
  .offerMenu li{
    width: 47%;
  }
  /*.eventDetailPrice{
    padding: 0 40px;
    height: 180px;
  }*/
 /* #smartwizard .nav a .num{
    left: 100px;
  }*/
}

@media only screen and (max-width: 992px){
    .eventDetailPrice{
      padding-left: 0px;
    }
    .searchBox {
        padding: 20px;
        border-radius: 12px;
        width: 100%;
        margin: -40px auto;
    }
    input[type="range"]{
        width:40%;
    }
  .hero-content h1{
    font-size: 48px;
    padding: 0 50px;
  }
  .footerRegister h2,.contentSec h2,.loginContent h2,.thankYouText h2,.impressumSec h2{
    font-size: 40px;
  }
  .hero-content{
    position: relative;
  }
  .eventListItemContent{
    padding-left: 20px;
  }
  .footerBottom li a{
    padding: 0 4px;
  }
  .footer{
    height: 250px;
  }
  .footerRegister{
    height: 200px;
  }
  .custom-nav li, .menuNav li{
    margin: 0 6px;
  }
  .logo img{
    width: 220px;
  }
  .custom-nav a{
    padding: 6px 20px;
  }
  .custom-nav li select{
    font-size: 11px;
  }
  .header{
    flex-wrap: wrap;
  }
  .logo{
    order: 1;
  }
  .menuNav{
    width: 100%;
    order: 3;
    justify-content: center;
    display: flex;
  }
  .custom-nav{
    order: 2;
  }
  .eventListItemContent ul,.filterSec{
    flex-wrap: wrap;
  }
  .filterSec{
    align-items: baseline;
  }
  .offerMenu li{
    width: 46%;
  }
  .printSec ul{
    flex-wrap: wrap;
  }
  .printSec li{
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .printSec li:last-child{
    border-bottom: 0;
  }
  .shootingGroundSec .colItemImage img{
    height: 100%;
  }
  .colItem{
    flex-direction: column;
  }
  .shootingGroundSec .colItemImage,.shootingGroundSec .colItemContent{
    width: 100%;
  }
  .searchBtn{
    order: 3;
    width: 100%;
  }
  .aboutSec h2{
    font-size: 52px;
    line-height: 60px;
  }
  .eventDetailTable{
    flex-direction: column;
  }

  .eventDetailContact{
    border: 0;
    height: auto;
    border: 1px solid #FFFFFF3D;
    padding: 20px 0;
    margin: 20px 0;
    width: 100%;
    border-right: 0;
    border-left: 0;
  }
  .contentSec{
    padding: 40px 50px;
  }
  .eventDetailTableContent tbody {
    /*display: flex;*/
    justify-content: space-between;
  }
  .eventDetailTableContent tbody tr{
    /*display: flex;*/
    /*flex-direction: column;*/
  }
  .eventDetailTableContent td{
    padding-left: 0;
  }
  .eventDetailTableContent{
      padding-bottom: 20px;
  }
  .eventDetailTime{
      padding-top: 20px;
  }
  /*#smartwizard .nav a .num{
    left: 70px;
  }*/
}
@media only screen and (max-width: 776px){
    .searchBox-main{
        flex-direction: column !important;
    }

    input[type="range"]{
        width:58%;
    }
    .searchBox button{
        border-radius: 7px;
    }

  .contentSec{
    padding: 40px 0px;
  }
  /*#smartwizard .nav a .num{
    left: 50px;
  }*/
  .filterSec form{
      width:100%;
  }
  .filterSecTag{
    margin: 0;
    /*order: 2;*/
  }
  .filterTab{
    /*order: 2;*/
    padding-left: 10px;
    margin-bottom: 8px;
  }
  /*.filterDropDown{*/
  /*  order: 4;*/
  /*  margin-top: 10px;*/
  /*  margin-right: auto;*/
  /*}*/
  .filterDropDown{
    /*order: 6;*/
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
  }
  .filterDropDown button{
      padding:0px;
  }
  .registerEventBtn{
    /*order: 2;*/
  }
  .searchBtn{
    /*order: 1;*/
    margin-top: 10px;
  }
  .searchBtn input{
    width: 100%;
  }
  .hero-content h1{
    padding: 0;
    font-size: 38px;
  }
  .searchBox{
    width: 100%;
    margin:-90px auto;
  }
  .colSection-content h3,.tripSec h3,.registerGroundContent h3,.registerGroundContent h3,.eventDetailSec h3, .shootingGroundDetailSec h3,
  .registerGroundContent h3,.contentPanel h3{
    font-size: 28px;
  }
  .tripText h5{
    font-size: 14px;
  }
  .tripText{
    padding: 14px;
  }
  .tripText p,.eventDetailSec span{
    margin: 0;
    font-size: 12px;
  }
  .eventDetailSec span{
    margin-left: 10px;
  }
  .footerBottomContent{
    flex-direction: column;
  }
  .footerBottom li a{
    padding: 0 5px;
  }
  .customColReverse{
    flex-direction: column-reverse;
  }
  .avatarUploadSec{
    height: 200px;
    margin-top: 0 ;
    margin-bottom: 20px;
  }
  .offerMenu ul{
    justify-content: space-between;
  }
  .offerMenu li{
    margin: 0;
    margin-bottom: 10px;
    width: 49%;
  }
  .eventDetailTable{
    flex-direction: column;
  }
  .eventDetailPrice{
    /*border: 1px solid #FFFFFF3D;*/
    padding: 20px 0;
    /*margin: 20px 0;*/
    width: 100%;
    border-right: 0;
    border-left: 0;
  }
  .registerGroundDetailPanel .checkBoxDetail ul{
    grid-template-columns: repeat(3, 1fr);
  }
  .registerGroundDetailPanel .checkBoxDetail .ticketSec ul{
    grid-template-columns: repeat(2, 1fr);
  }
  .shootingGroundDetailSec .reviewSec{
    flex-direction: column;
  }
  .shootingGroundDetailSec .reviewSec span{
    padding: 2px 0;
  }
  .shootingGroundDetailImage .largeImg{
    /*margin-top: 20px;*/
  }
  .aboutSec{
    height: 300px;
  }
  .aboutColContent,.aboutColWhite .aboutColImg{
    padding-left: 0;
  }
  .aboutColImg,.aboutColWhite .aboutColContent{
    padding-right: 0;
  }
  .aboutColWhite .aboutColContent{
    padding-top: 20px;
  }
  .aboutColBtn{
    margin: 40px 0;
  }
  .map{
    height: 200px !important;
    margin-bottom: 20px;
  }
  .attendeeSec li{
    width: 29%;
  }
  .attendeeSec li:first-child{
    margin-left: 10px;
  }
  .eventDate{
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px){
    #smartwizard .nav {
        display: none;
    }
    /*.searchBox .border-1{*/
    /*    border: 0px;*/
    /*}*/
}

@media only screen and (max-width: 576px){
    /*.searchBox .lr-border{*/
    /*    border: 0px;*/
    /*}*/
  .filterDropDown{
    margin-right: 0;
  }
  .eventDate{
    font-size: 16px;
  }
  .attendeeSec li{
    width: 44%;
  }
  .aboutSec h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .aboutSec{
    height: 230px;
  }
  .hero-content h1,.thankYouText h2{
    font-size: 30px;
    line-height: 1.5;
  }
  .thankYouText{
    padding: 0px 10px;
  }
  .hero-content li a{
    font-size: 14px;
    width: 180px;
  }
  .custom-nav a{
    font-size: 12px;
    padding: 4px 18px;
  }
  .colSection-content h3, .tripSec h3{
    font-size: 20px;
    /*width: 350px;*/
  }
  .eventDetailSec h3, .shootingGroundDetailSec h3,.contentPanel h3,.clientReviewSec h3,.attendeeSec h3, .randomText h3,.eventNameSec h3{
    font-size: 20px;
  }
  .registerGroundContent h3{
    font-size: 24px;
  }
  .tripContentmarginBottom{
    margin-bottom: 20px;
  }
  .footerRegister h2{
    font-size: 28px;
    width: 300px;
  }
  .footerRegister a{
    font-size: 12px;
    width: 250px;
  }
  .mobileMenuBtn{
    order: 2;
    display: block;
  }
  .menuNav,.custom-nav{
    display: none;
  }
  .eventNameSec li a{
    font-size: 16px;
  }
  .eventNameSec li span{
    font-size: 12px;
  }
  .eventNameSec li{
    flex-direction: column;
    margin-bottom: 6px;
    align-items: flex-start;
  }
  .eventListItemContent h4,.calendarSec .fc-center h2{
    font-size: 18px;
  }
  .calendarSec{
    padding: 20px;
  }
  .contentPanel p,.clientReviewSec .reviewSec i,.clientReviewSec .reviewSec span,.progressBar li span,.randomText p{
    font-size: 14px;
  }
  .registerGroundDetailPanel .checkBoxDetail ul{
    grid-template-columns: repeat(2, 1fr);
  }
  .registerGroundDetailPanel .checkBoxDetail .ticketSec ul{
    grid-template-columns: repeat(1, 1fr);
  }
  .adBanner img{
    height: 200px;
    background-position: 80px -5px;
  }
  .footer{
    height: 200px;
    /*background-size: cover;*/
    background-position: right;
  }
  .footerRegister{
    height: 220px;
  }
  .swiper-button-prev,.swiper-button-next{
    display: block;
  }
  .searchBox{
    padding: 30px;
  }
  .swiper-button-prev{
    transform: rotate(180deg);
  }
  .swiper-button-prev,.swiper-button-next{
    background-image: url('../img/Arrow.png');
    top: 45%;
    background-size: auto;
    background-color: #ffff;
    border-radius: 100%;
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-repeat: no-repeat;
    width: 30px;
    background-position: center;
  }
  .colSection{
    padding: 20px 0 0;
  }
  .offerMenu li a img{
    margin-right: 8px;
  }
  .eventDetailContent{
    padding: 0;
  }
  .offerMenu{
    padding-bottom: 40px;
  }
  .eventDetailTableContent td b,.eventDetailPrice li,.eventDetailContact h6{
    font-size: 18px;
  }
  .eventDetailTableContent td,.eventDetailContact a,.squadding-request-text{
    font-size: 14px;
  }
  .thankYouContent img{
    width: 100%;
  }
  .aboutColBtn{
    flex-direction: column;
  }
  .aboutColBtn a{
    margin: 10px 0;
    width: 100%;
  }
  .attendeeSec li:last-child{
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px){
    .footer{
        background-size: cover;
        background-position:-50%px 0px;
    }
  .hero-content h1{
    font-size: 28px;
  }
  .searchBox{
    padding: 20px;
    border-radius: 10px;
  }
  .colSection-content h3, .tripSec h3,.contentPanel h3{
    font-size: 18px;
    width: 100%;
  }
  .footerRegister h2,.contentSec h2,.loginContent h2,.impressumSec h2{
    font-size: 24px;
    width: 100%;
  }
  .footerRegister a{
    width: 220px;
  }
  .footerBottom li a{
    font-size: 12px;
    padding: 0 6px;
  }
  .footerBottomContent ul{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .siteInfo p{
    font-size: 10px;
  }
  .siteInfo li{
    margin-right: 4px;
  }
  .eventDetailTable,.clintProfile{
    padding: 20px;
  }
  .eventDetailTableContent{
    /*overflow: scroll;*/
    width: 100%;
  }
  .progressBar ul{
    flex-direction: column;
  }
  .progressBar li,.offerMenu li,.eventDetailSec h3{
    width: 100%;
  }
  .eventDetailSec span{
    margin-top: 10px;
    margin-left: 0;
  }
  .bookingDetail .checkBoxList{
    grid-template-columns: repeat(1, 1fr);
  }
  .stepButton{
    margin: 0;
    width: 46%;
  }
  .profileTabs{
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
  }
  .profileTabs li{
    width: 50%;
  }
  .profileTabs li button{
    width: 100%;
    font-size: 13px;
    margin: 0;
  }
  .badgeImg img{
    width: 30px;
  }
  .badgeImg{
    right: -16px;
  }
  /*.filterDropDown{
    width: 30%;
  }*/
  .filterTab,.filterTab li button{
    width: 100%;
    line-height: 36px;
    padding: 0;
    margin-left: 0 !important;
  }
  .filterTab li{
    width: 50%;
  }
  .registerEventBtn{
    width: 100%;
  }
  .registerEventBtn a{
    display: block;
    text-align: center;
  }
  .filterSecTag{
    margin-bottom: 6px;
  }
  .eventOptSec ul li{
    flex-direction: column;
  }
}
/*.calendarSec .fc-scroller.fc-day-grid-container{
  height: 500px !important;
  overflow: scroll !important;
  min-height: auto !important;
}*/
.calendarSec .fc-basic-view .fc-body .fc-row{
  min-height: 120px !important;
  height: 120px !important;
}
  .select2-container{
    width: 100% !important;
  }
  .squadding-request-text{
    font-size: 16px;
    color: var(--gray);
    font-weight: 400;
    line-height: 30px;
  }
.profileDropdown .dropdown-menu,.langMenu .dropdown-menu{
  border: 0;
  outline: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.profileDropdown .dropdown-item,.langMenu .dropdown-item{
  color: var(--gray);
    border: 0;
}
.profileDropdown .dropdown-item:hover,.langMenu .dropdown-item:hover{
  color: var(--white);
}
#pills-profile button{
  width: 150px;
}


.customRadioBtn {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 12px;
  color: var(--gray);
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customRadioBtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkRadio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.customRadioBtn:hover input ~ .checkRadio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.customRadioBtn input:checked ~ .checkRadio {
  background-color: var(--lightGreen);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkRadio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customRadioBtn input:checked ~ .checkRadio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customRadioBtn .checkRadio:after {
  top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
  border-radius: 50%;
  background: white;
}
