.memberShipCategory{
  background: var(--grayBg);
}

.diamondBox{
  text-align: center;
}

.diamondBox h3{
  font-family: var(--gallery-regular);
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--darkBrown);
  text-transform: uppercase;
}

.diamondBox .label{
  font-size: 16px;
  margin-bottom: 25px;
  color: var(--darkBrown);
}

.diamondImg{
  margin-bottom: 20px;
}

.diamondImg img{
  max-width: 107px;
  max-height: 130px;
  width: auto;
  height: auto;
}

.cirDownArrow{
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding: 2px;
  background: var(--gradient);
  margin: 0px auto;
}

.cirDownArrow .innerCir{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  cursor: pointer;
}

.cirDownArrow .innerCir svg{
  margin: auto;
  display: block;
  width: 18px;
  height: auto;
  transform: translate(1px,1px);
  animation: arrowMoveAnim 0.5s ease-in-out 0s infinite alternate both;
}

@keyframes arrowMoveAnim{
  from{
    transform: translate(1px,1px);
  }
  to{
    transform: translate(1px,5px);
  }
}

.membershipForm .textField{
  border: none;
  border-bottom: 1px solid #ccc;
  height: 40px;
  width: 100%;
  padding-left: 0px;
  color:#2C1509;
  border-radius: 0px;
}

.membershipForm .textField:focus{
  outline: none;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  box-shadow: none;
}

.membershipForm label{
  font-size: 14px;
  pointer-events: none;
}

.membershipForm label span{
  color: red;
  font-size: 16px;
}

.membershipForm .error{
  display: none;
}

.textFieldCont{
  position: relative;
  padding-top: 20px;
}

.textFieldCont label{
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}

.textFieldCont label.active{
  top: 0px;
}

.terms_conditions{
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms_conditions input{
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary-color);
}

.terms_conditions label{
  font-size: 14px;
  margin-bottom: 0px;
  padding-left: 15px;
  cursor: pointer;
  pointer-events: inherit;
}

.terms_conditions span{
  color: var(--primary-color) !important;
  position: relative;
}

/*.terms_conditions span::after{*/
/*  position: absolute;*/
/*  left: 0px;*/
/*  content: '';*/
/*  display: block;*/
/*  width: 100%;*/
/*  padding-bottom: 5px;*/
/*  border-bottom: 1px solid var(--primary-color);*/
/*}*/

.membershipForm .gradientBtn{
  justify-content: center;
  min-width: 150px;
}

.memberSvgLine{
  top: 0;
  left: 1vw;
}

.contactSvgLine{
  top: 0;
  left: 1vw;
}

.memberSvgLine_2{
  top: 0;
  left: 3vw;
}

.contactSvgLine_2{
  top: 0;
  left: 6vw;
}


.memberSvgLine_3{
  top: 0;
  right: 1vw;
}

.contactSvgLine_3{
  top: 0;
  right: 1vw;
}

.contactSvgLine_4{
  top: 0;
  right: 6vw;
}

.memberSvgLine_4{
  top: 0;
  right: 3vw;
}

.memberShipCategory .svgLine{
  height: 100%;
}

.memberShipCategory .svgLine svg{
  height: auto;
  width: 100%;
}

.memberShipCategory.outdoorCenterCourt .svgLine svg{
  height: 100%;
  width: auto;
}

.contactCategory{
  overflow: hidden;
}
.contactCategory.memberShipCategory .svgLine{
  height: inherit;
}

.contactCategory.memberShipCategory .svgLine svg{
  height: auto;
  width: 100%;
}


.addressCont{
  text-align: center;
}


.addressCont .icon{
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  display: flex;
  margin: 0px auto 20px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.addressCont a:hover .icon{
  background: var(--darkBrown);
}


.addressCont .icon img, .addressCont .icon svg{
  margin: auto;
  width: 25px;
  height: auto;
}

.addressCont .icon svg, .addressCont .icon svg path{
  fill: #fff;
}

.map iframe{
  width: 100%;
  height: 70vh;
  vertical-align: top;
}

.membershipFormSec.contactForm{
  background: none;
}

.membershipFormSec.contactForm .textField{
  background: #f9f7f5;
}

.tab-wrapper{
  display: none;
  min-height: 490px;
}

.tab-wrapper:first-child{
  display: block;
}

.textField.form-select{
  padding-top: 0px;
  padding-bottom: 0px;
}

.accordionHead{
  /* text-transform: uppercase; */
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  padding: 12px 20px 11px;
  position: relative;
  font-size: 1rem;
  margin-bottom: 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(153, 153, 153, 0.12) 100%);
  display: none; 
}

.accordionHead span{
  position: absolute;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: var(--helvetica-bold);
  color: var(--primary-color);
}

/***********************************************/

.logoCir{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--gradient);
  padding: 2px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}

.logoCir:hover{
  transform: scale(1.1);
}

.aboutlogosContent h5{
  font-size: 20px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logoCir .whiteCir{
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
}

.logoCir .whiteCir img{
  margin: auto;
  display: block;
  max-width: 112px;
  max-height: 130px;
  width: auto;
  height: auto;
}

.mindSpaceLogo{
  max-width: 150px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.aboutData h4{
  font-family: var(--gallery-regular);
  color: #414042;
  text-align: center;
  font-size: 28px;
}

.aboutData p{
  text-align: center;
  color: #5C5C5C;
}

.aboutLink{
  color: var(--primary-color);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--primary-color);
}

.aboutDataImg img:hover{
  border-radius: 10px;
}

.content.faq{
  text-align: left;
}

.question{
  color: var(--primary-color);
  font-family: var(--helvetica-bold);
  position: relative;
  cursor: pointer;
}

.question::after{
  content: '';
  left: 0px;
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-color);
  display: block;
  position: absolute;
  z-index: 9;
}


.question span{
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-5px);
  display: flex;
  border: 1px solid var(--primary-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}



.question span svg{
  margin: auto;
  transition: all 0.3s ease-in-out;
}

.question.active span svg{
  transform: rotate(180deg);
}

.answer{
  display: none;
  padding-top: 25px;
}

.answer p, .question{
  font-size: 18px;
}

.faqWrapper{
  border-bottom: 1px solid #F0D4C3;
  padding-bottom: 30px;
  margin-bottom: 32px;
}

.answer, .question{
  padding-left: 15px;
  padding-right: 40px;
}

.question svg{
  width: 15px;
  height: auto;
}

/*************************** t_and_c ************************************/

.t_and_c h2.heading{
  text-align: left !important;
  margin-left:0px;
  padding-top: 40px;
}

.t_and_c ul{
  padding-bottom: 40px;
}

.t_and_c ul:last-child, .t_and_c p:last-child{
  padding-bottom: 0px;
}

.t_and_c li{
  font-size: 14px;
  color: var(--textColor);
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.t_and_c li:last-child{
  margin-bottom: 0px;
}

.t_and_c{
  padding-top: 20px;
}

.t_and_c li::after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 8px;
}

.bgGray{
  background: var(--grayBg);
}

.t_and_c a:hover{
  color: var(--primary-color);
}

.banner_content.centerHeading{
  top: 0 !important;
  bottom: 0 !important;
}

.aboutlogosContent h5{
  margin-bottom: 0px;
}

 .businessCollabSec{
  margin: 0 auto;
 }

 .businessImgGrid img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
 }

 .businessImgGrid .gridCont{
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
 }

 .businessImgGrid .gridCont::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.26%, rgba(0, 0, 0, 0.80) 99.74%);
  z-index: 2;
 }

 .businessImgGrid .gridCont:hover{
  border-radius: 10px !important;
  
 }

 .businessImgGrid .gridBox{
  position: relative;
 }

 .businessImgGrid .gridBox:nth-child(odd) .gridCont{
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
 }

  .businessImgGrid .gridBox:nth-child(even) .gridCont{
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
 }

 .business_title{
  position: absolute;
  right: 20px;
  bottom: 30px;
  font-size: 16px;
  color: #fff;
  font-family: var(--gallery-regular);
  z-index: 9;
 }

 #leisure_exp .business_title{
  font-size: 14px;
 }

 #leisure_exp h3{
  font-size: 28px;
  color: var(--darkGray);
  font-family: var(--gallery-regular);
  text-align: center;
  padding-top: 25px;
 }

 .kidscapeCont .kidscapeGrid{
    display: flex;
    flex-direction: column;
 }

  .kidscapeCont .kidscapeGrid .bigImg, .kidscapeCont .kidscapeGrid .smallImg{
    position: relative;
      overflow: hidden;
      margin-bottom: 25px;
      transition: all 0.3s ease-in-out;
  }

  .kidscapeCont .kidscapeGrid .smallImg{
    max-width: 50%;
  }

 .kidscapeCont .kidscapeGrid:nth-child(odd) .bigImg{
    order: 1;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
 }

  .kidscapeCont .kidscapeGrid:nth-child(even) .bigImg{
    order: 2;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
   
 }


  .kidscapeCont .kidscapeGrid:nth-child(odd) .smallImg{
    order: 2;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
     margin-left: auto;
 }

 .kidscapeCont .kidscapeGrid:nth-child(even) .smallImg{
    order: 1;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
 }

 .copyrightImg{
  font-family: var(--gallery-regular);
  position: absolute;
  color: #fff;
  font-size: 14px;
  right: 50px;
  bottom: 20px;
 }

 .kidscapeCont .kidscapeGrid .bigImg:hover, .kidscapeCont .kidscapeGrid .smallImg:hover{
  border-radius: 10px !important;
 }

.borderTopRight, .borderBottomLeft, .borderTopLeft, .borderBottomRight{
  transition: all 0.3s ease-in-out;
 }

 .borderTopRight:hover, .borderBottomLeft:hover, .borderTopLeft:hover, .borderBottomRight:hover{
  border-radius: 10px !important;
 }

 #wellness_journey .borderTopRight:hover, #wellness_journey .borderBottomLeft:hover, #wellness_journey .borderTopLeft:hover, 
 #wellness_journey .borderBottomRight:hover{
  border-radius: 10px !important;
 }

 /************/

 .wellness_journey{
  background: url(../images/wellness_journey/line_pattern.jpg) repeat-x;
  background-size: cover;
 }


 .wellness_healing{
  background: #fff url(../images/line_pattern.png) repeat-x left top;
 }
/*********************************/

.diningLogoNew{
  display: table;
}

.diningLogoNew img {
    width: auto;
    height: auto;
    max-width: 408px;
    max-height: 170px;
}

/*****************************************************/

.theCenterCourt {background : url(../images/Rectangle_2.jpg) no-repeat center center; background-size: cover;}

/****************************************************/

.outdoor_and_community{
  background:#fff url(../images/line_pattern.png) repeat-x left top;
}

.answer h5{
  margin-bottom: 15px;
  font-size: 18px;
}

.answer ul{
  margin-left: 20px;
  padding-bottom: 20px;
}
.answer li{
  margin-bottom: 15px;
  list-style-type: disc;
  font-size: 18px;
  line-height: normal;
}

@media(min-width:1280px){

  .answer li{
  font-size: 1vw;
  margin-bottom: 0.8vw;
}

.answer h5{
  margin-bottom: 0.8vw;
  font-size: 1.1vw;
}

  .diningLogoNew img {
        max-width: 21vw;
        max-height: 8vw;
    }

   .copyrightImg{
  font-size: 0.9;
  right: 2.5vw;
  bottom: 1.5vw;
 }

  .kidscapeCont .kidscapeGrid .bigImg, .kidscapeCont .kidscapeGrid .smallImg{
      margin-bottom: 1.7vw;
  }


   .kidscapeCont .kidscapeGrid:nth-child(odd) .bigImg{

    border-top-right-radius: 7vw;
    border-bottom-left-radius: 7vw;
 }

  .kidscapeCont .kidscapeGrid:nth-child(even) .bigImg{

    border-top-right-radius: 7vw;
    border-bottom-left-radius: 7vw;
 }


  .kidscapeCont .kidscapeGrid:nth-child(odd) .smallImg{

    border-top-left-radius: 7vw;
    border-bottom-right-radius: 7vw;
 }

 .kidscapeCont .kidscapeGrid:nth-child(even) .smallImg{
 
    border-top-left-radius: 7vw;
    border-bottom-right-radius: 7vw;
 }

 /************/

  #leisure_exp h3{
    font-size: 1.5vw;
    padding-top: 1.3vw;
  }

   .business_title{
  right: 3vw;
  bottom: 1.563vw;
  font-size: 0.9vw;
 }

  #leisure_exp .business_title{
  font-size: 0.9vw;
 }

   .businessImgGrid .gridBox:nth-child(odd) .gridCont{
  border-top-left-radius: 7vw;
  border-bottom-right-radius: 7vw;
 }

   .businessImgGrid .gridBox:nth-child(even) .gridCont{
  border-top-right-radius: 7vw;
  border-bottom-left-radius: 7vw;
 }

 .businessCollabSec{
  max-width: 70vw;
 } 

.banner_content.centerHeading{
  top: 0 !important;
  bottom: 0 !important;
}

.t_and_c{
  padding-top: 1.5vw;
}
.t_and_c h2.heading{
  padding-top: 2vw;
}

.t_and_c ul{
  padding-bottom: 2vw;
}  

.t_and_c li::after{
  top: 0.5vw;
  width: 0.5vw;
  height: 0.5vw;
}  

.t_and_c li{
  font-size: 1vw;
  line-height: 1.4vw;
  margin-bottom: 1vw;
  padding-left: 1.5vw;
}  

.faqWrapper{
  padding-bottom: 1.7vw;
  margin-bottom: 1.8vw;
}  

.question span{
  transform: translateY(-0.26vw);
} 

.answer{
  padding-top: 1.5vw;
}

.answer, .question{
  padding-left: 1vw;
  padding-right: 3vw;
}

.question::after{
  top: 0.26vw;
  width: 0.26vw;
  height: 0.26vw;
}  

.answer p, .question{
  font-size: 1vw;
}

.aboutData h4{
  font-size: 1.4vw;
}  

.mindSpaceLogo{
  max-width: 13vw;
  margin: 0 auto 1.5vw;
}  
  
.logoCir{
  width: 10vw;
  height: 10vw;
  margin-right: 1.5vw;
}

.aboutlogosContent h5{
  font-size: 1.1vw;
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
}

.logoCir .whiteCir img{
  max-width: 7vw;
  max-height: 7.9vw;
}

  .architectCont p{
  text-align: left;
}
  .contactSvgLine .circle, .contactSvgLine_3 .circle{
    width: 1.3vw !important;
  }
  .contactSvgLine_2 .circle, .contactSvgLine_4 .circle{
    width: 2vw !important;
  }

  .addressCont:nth-child(2){
  border-left: 1px solid #FCC8AB;

  border-right: 1px solid #FCC8AB;
}

  .addressCont .icon{
    width: 2.604vw;
    height: 2.604vw;
    margin-bottom: 1.1vw;
  }

  .addressCont .icon img, .addressCont .icon svg{
    width: 1.3vw;
  }

  .terms_conditions span::after{

  padding-bottom: 0.3vw;
}
  .terms_conditions label{
    font-size: 0.8vw;
    padding-left: 0.9vw;
  }
  .textFieldCont{
    padding-top: 1.1vw;
  }
  .textFieldCont label{
    top: 1.1vw;
  }

  .membershipForm label{
    font-size: 0.85vw;
  }

   .membershipForm label span{
    font-size: 0.9vw;
   }

   .terms_conditions span{
    font-size: 0.8vw !important;
   }

  .membershipForm .textField{
    height: 2vw;
    font-size: 1.05vw;
  }
  .cirDownArrow .innerCir svg{
    width: 0.938vw;
  }
  .cirDownArrow{
    width: 3.2vw;
    height: 3.2vw;
  }
  .diamondImg {
    margin-bottom: 1.5vw;
  }
  .diamondImg img{
    max-width: 5.6vw;
    max-height: 6.8vw;
  }
  .diamondBox h3{
    font-size: 1.2vw;
    margin-bottom: 0.781vw;
  }
  .diamondBox .label{
  font-size: 0.83vw;
  margin-bottom: 1.3vw;
  }
  .diamondBox p{
    font-size: 0.83vw;
    line-height: 1.2vw;
  }
}

@media(max-width:991px){
      .diningLogoNew img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: inherit;
    }
        .diningLogoNew {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
  .logoCir{
    margin: 0 auto;
  }
  .kidscapeCont .kidscapeGrid .smallImg{
    max-width: 100%;
  }

  .kidscapeCont .kidscapeGrid .smallImg, .kidscapeCont .kidscapeGrid .bigImg{
    border-radius: 20px !important;
  }
}

@media(max-width:576px){
  .business_title{
    width: 100%;
    right: 0px;
    text-align: center;
  }
  .businessImgGrid .gridBox .gridCont{
    border-radius: 20px !important;
  }
  .banner_content.centerHeading{
    transform: translateY(0px);
  }

  .logoCir{
    width: 150px;
    height: 150px;
  }

  .logoCir .whiteCir img{
    width: 60%;
  }

  .contactForm .tabMenu{
    display: none;
  }

  .terms_conditions{
    align-items: start;
  }

  .terms_conditions span{
    font-size: 14px !important;
  }
  .terms_conditions span::after{
    padding-bottom: 3px;
  }

  .accordionHead{
    display: block;
  }

}





