/*@media screen and (min-width: 300px) and (max-width: 1024px) {
  #top_head { display: none; } 
  .btn_no{
    display: none;
    }  
}*/

@font-face{
    font-family: "gothambold";
    src: url(../../assets/fonts/gothambold.ttf);
  }
@font-face{ 
  font-family: "gothambook";
  src: url(../../assets/fonts/gothambook.ttf);
  font-weight: normal;
}
@font-face{ 
  font-family: "gothammedium";
  src: url(../../assets/fonts/gothammedium.ttf);
  font-weight: normal;
}
@font-face{ 
  font-family: "gothamthin";
  src: url(../../assets/fonts/gothamthin.ttf);
  font-weight: normal;
}
@font-face{ 
  font-family: "gtamericastandardbold";
  src: url(../../assets/fonts/gtamericastandardbold.ttf);
  font-weight: normal;
}
@font-face{ 
  font-family: "Rupee_Foradian";
  src: url(../../assets/fonts/Rupee_Foradian.ttf);
}

@font-face{ 
  font-family: "Baskerville";
  src: url(../../assets/fonts/Baskerville.ttf);
}
@font-face{ 
  font-family: "BaskervilleSemibold";
  src: url(../../assets/fonts/Baskerville-SemiBold.ttf);
}

@font-face{ 
  font-family: "BaskervilleBold";
  src: url(../../assets/fonts/Baskerville-Bold.ttf);
}
a:hover { color: #000;}
html { scroll-behavior: smooth;}
.themebtn {
    z-index: 100;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 16px;
    font-family: 'gothambook';
    background-color: #ED1C29;
    color: #fff;
    border: none;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #bcd6b9;
}
.desktop {display: block;}
.mobileview { display: none; }

#topNav .navbar-light .navbar-nav {margin: auto;}
#topNav .navbar-light .navbar-toggler { border: none; }
#topNav .navbar-light .navbar-nav .nav-item{ margin-left: 15px; }
#topNav .navbar-light .navbar-nav .nav-link{ color: #000000; font-size: 15px; font-weight: 500;}
#bannerSection{
  background-image: url('../../assets/image/banner/headerbanner-desktop.jpg');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center top;
  height: 40.5em;
}

#beforBanner{
  position: relative;
  padding: 7em 0em 1em 0em;
}
#main_head{
  margin: 0px;
  padding: 5px;
  width: 100%;
  position: fixed;
  z-index: +999;
  background-color: #f0f7e8;
}
#main_head .hdr_lft_logo, .hdr_wrt_logo{
  display: inline-block;
}
#main_head .hdr_wrt_logo{
  float: right;
}

#main_head.active {
    background: #ecf5e2;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

#bannerSection h1 {
  font-size: 65px;
  font-family: 'Baskerville';
  text-align: center;
  padding-top: 60px;
}

#bannerSection .hex {
  margin: -50px auto 50px;
}
#beforBanner{
  position: relative;
  padding: 7em 0em 1em 0em;
  background-color: #f0f7e8;
}
#beforBanner h1 {
  font-size: 75px;
  font-family: 'Baskerville';
  text-align: center;
}
#beforBanner h1 span{
  color:#ED1C29;
  font-family: Baskerville;
}


.hex {
  margin: 20px auto 50px;
}
.hex-container {
  padding: 15px 20px;
  background-color: white;
}

#banner-shape { margin-top: -80px; }
/** */

.hex.generic {
  position: absolute;
    width: 170px;
    height: 110px;
    line-height: 23px;
    background-color: #ed1c24;
    color: white;
    text-align: center;
    padding: 6px;
    z-index: 1;
    right: 6%;
    top: 80%;
}
.hex.generic h4{
  font-family: gothammedium;
  font-weight: 600;
  position: absolute;
  top: -7%;
  font-size: 27px;
  z-index: 1;
}
.hex.generic:before,
.hex.generic:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  border-left: 85px solid transparent;
  border-right: 85px solid transparent;
}
.hex.generic:before {
  bottom: 100%;
  border-bottom: 40px solid #ed1c24;
}
.hex.generic:after {
  top: 100%;
  width: 0;
  border-top: 40px solid #ed1c24;
}

/** */

#afterBanner{
  padding: 1.4rem 0rem 4rem 0rem;
  background-color: #ecf5e2;
}
.afterBanner_cont .heading{
  font-size: 50px;
  font-family: 'Baskerville';
  text-align: center;
}
.afterBanner_cont p{
  font-size: 22px;
  line-height: 2.3rem;
  font-family: 'Baskerville';
  text-align: left;
  border-top: solid 2px #a8d0ae;
  margin-top: 10px;
  padding: 20px 50px;
  text-align: center;
}
.afterBanner_cont p span{
  font-weight: 600;
}
#afterBanner .afterBannerBox { 
  width: 12%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}
#afterBanner .afterBannerBox img { width: 60%; display: block; margin: auto; padding: 10px;}
#afterBanner .afterBannerBox p { font-size:12px; text-align: center; }

#afterBanner .info-box {
  background-color: #ed1c29;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
#afterBanner .info-box i {
  margin-right: 10px;
}
#afterBanner .info-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#afterBanner .info-row .info-box {
  flex-grow: 1;
  margin-bottom: 10px;
  text-align: center;
}

#redStrip{
  background-color: #ed1c28;
  padding: 1rem;
}
#redStrip ul { margin: auto;}
#redStrip ul li{
  list-style: none;
  float: left;
  font-size: 18px;
  font-family: gothambook;
  color: #fff;
  padding-right: 35px;
  padding-left: 35px;
  border-right: 1px solid #fff;
  height: 35px;
}
#redStrip li:last-child {
  border: none;
}

#pinch_love{
  background-color: #efebe7;
  padding: 4em 0em;
  position: relative;
}
#pinch_love .wlc_Hd{
  text-align: -webkit-left;
}
#pinch_love .wlc_Hd h2{  
  text-align: left;
  font-size: 85px;
  font-family: 'Baskerville';
  /*border-bottom: 2px solid #bcd6b9;*/
  /*width: 50%;*/
  text-decoration: underline 2px solid #bcd6b9;
  text-underline-offset: 20px;
}

#pinch_love .wel_Img_lft{
  padding-top: 30px;
}
#pinch_love .wel_wrt_cont{
  padding: 30px 30px;
  background-color: #fff;
}
#pinch_love .wel_wrt_cont h4{
  font-size: 23px;
  font-family: gothambold;
  font-weight: 600;
}
#pinch_love .wel_wrt_cont p{
  font-size: 20px;
  font-weight: 500;
  font-family:gothambook serif;
  text-align:justify;
}

#pinch_love .wel_Img_wrt{
  padding-top: 0px;
}
#pinch_love .wel_lft_cont{
  padding: 0px 50px 50px 0px; 
}
#pinch_love .wel_lft_cont h4{
  font-size: 22px;
  font-family: 'gothammedium';
  font-weight: 500;
  line-height: 40px;
}
#pinch_love .wel_lft_cont p{
  font-family:gothambold serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  text-align:justify;
}

#pinch_love .wel_lft_cont_btm{
  padding: 0px 50px 0px 0px; 
  position: absolute;
  bottom: 0;
}
#pinch_love .wel_lft_cont_btm h4{
  font-size: 22px;
  font-family: 'gothammedium';
  font-weight: 500;
  line-height: 40px;
}
#pinch_love .wel_lft_cont_btm p{
  /*font-family: 'gothammedium';*/
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  text-align: left;
  width: 80%;
}

#Black_Swan_Club{
  background-color: #ffffff;
  padding: 1em 0em;
  position: relative;
}
#Black_Swan_Club .wlc_Hd{
  text-align: -webkit-left;
}
#Black_Swan_Club .wlc_Hd h2{
  padding-top: 20px;
  text-align: left;
  font-size: 85px;
  font-family: 'Baskerville';  
  text-decoration: underline 2px solid #bcd6b9;
  text-underline-offset: 10px;
}

#Black_Swan_Club .wel_Img_lft{
  padding-top: 30px;
}
#Black_Swan_Club .wel_wrt_cont{
  padding: 30px 30px;
  background-color: #fff;
}
#Black_Swan_Club .wel_wrt_cont h4{
  font-size: 23px;
  font-family: 'gothambold';
  font-weight: 600;
}
#Black_Swan_Club .wel_wrt_cont p{
  font-size: 20px;
  font-weight: 500;
  font-family: 'gothambook serif';
  text-align: justify;
}

#Black_Swan_Club .wel_Img_wrt{
  padding-top: 0px;
}
#Black_Swan_Club .wel_lft_cont{
  padding: 30px 30px 30px 0px; 
}
#Black_Swan_Club .wel_lft_cont h4{
  font-size: 28px;
  font-family: 'gothammedium';
  font-weight: 500;
  line-height: 40px;
}
#Black_Swan_Club .wel_lft_cont p{
  font-family:gothambold serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  text-align:justify;
}

#Black_Swan_Club .wel_lft_cont_btm{
  padding: 0px 30px 0px 0px; 
  position: absolute;
  bottom: 0;
}
#Black_Swan_Club .wel_lft_cont_btm h4{
  font-size: 28px;
  font-family: 'gothammedium';
  font-weight: 500;
  line-height: 40px;
}
#Black_Swan_Club .wel_lft_cont_btm p {
  font-size: 18px;
  font-weight: 400;
  text-align:left;
  line-height: 23px;
}

#EVERYTHING_YOU_NEED {
  background-color: #ecf5e2;
  padding: 4em 0em;
}
#EVERYTHING_YOU_NEED .home-plan1 {
  background-image: url('../../assets/image/banner/home-plan-1.jpg');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
 }

 #EVERYTHING_YOU_NEED .home-plan2 {
  background-image: url('../../assets/image/banner/home-plan-2.jpg');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top left;
 }
#EVERYTHING_YOU_NEED .mainHd{
  padding-bottom: 2em;
  text-align: -webkit-left;
}
#EVERYTHING_YOU_NEED .mainHd h4{
  font-size: 48px;
  font-family: 'Baskerville';
  /*border-bottom: 1px solid #000;
  width: 82%;*/
  /*text-decoration: underline 2px solid #bcd6b9;
  text-underline-offset: 10px;*/
}
#EVERYTHING_YOU_NEED .mainHd p{
  font-size: 20px;
  font-weight: 400;
  /*font-family: 'gothammedium';*/
  line-height: 1.2em;
  text-align: left;
}
#EVERYTHING_YOU_NEED .pd-right-dsktp { padding-right: 25px; }
#EVERYTHING_YOU_NEED .pd-left-dsktp { padding-left: 25px; }
#EVERYTHING_YOU_NEED .slideCont h4{
  font-size: 28px;
  font-weight: 500;
  padding: 25px 0px 0px 0px;
  font-family: 'Baskerville';
  border-bottom: 2px solid #bcd6b9;
}
#EVERYTHING_YOU_NEED .slideCont p{
  font-size: 20px;
  font-weight: 400;
  /*font-family: 'gothammedium';*/
  line-height: 1.2em;
  text-align: left;
}
#EVERYTHING_YOU_NEED .download_btn{
  text-align: center;
  padding: 3em 0em 1em 0em;
}
#EVERYTHING_YOU_NEED .download_btn a{
  z-index: 100;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 16px;
  font-family: 'gothambook';
  background-color: #ED1C29;
  color: #fff;
  border: none;
  margin: 20px;
}
#location{
  padding: 4em 0em;
  background-color: #efebe7;
}
#location .t_hd{
  text-align: -webkit-left;
}
#location .t_hd h4{
  /*padding-top: 20px;*/
  text-align: left;
  font-size: 95px;
  font-family: 'Baskerville';
  text-align: left;
}
#location .mapImg{
  padding-top: 1em;
}

#Schedule{
  padding: 4em 0em;
}
#Schedule .t_hd{
  text-align: -webkit-left;
}
#Schedule .t_hd h4{
  text-align: center;
  font-size: 65px;
  font-family: 'Baskerville';
  /* border-bottom: 2px solid #bcd6b9; */
  /* width: 50%; */
  text-decoration: underline 2px solid #bcd6b9;
  text-underline-offset: 20px;
}
#Schedule .subHd{
  padding-bottom: 1em;
  margin-top: 20px;
}
#Schedule .subHd h4{
  font-size: 44px;
  font-weight: 500;
  padding: 25px 0px 0px 0px;
  font-family: gothambold;
}
#Schedule .subHd h4 span{
  color:#ED1C29;
  font-family: gothambold;
  font-weight: 600;
}
#Schedule .subHd p{
  font-size: 31px;
  font-weight: 500;
  font-family: 'Baskerville';
  margin-bottom: 0px;
  line-height: 40px;
  text-align: center;
}
#Schedule .subHd p strong{
  font-size: 31px;
  font-family: 'gothambook';
  margin-bottom: 0px;
  line-height: 40px;
  text-align: center;
}
#Schedule .download_btn{
  text-align: center;
  padding-top: 15px;
}
#Schedule .download_btn a{
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 20px;
  font-family: gothambook;
  background-color: #ED1C29;
  color: #fff;
}
#CustomerTestimonials { padding: 0em;;}
#CustomerTestimonials .t_hd h4 {     
  text-align: center;
  font-size: 65px;
  font-family: 'Baskerville';
  /* border-bottom: 2px solid #bcd6b9; */
  /* width: 50%; */
  text-decoration: underline 2px solid #bcd6b9;
  text-underline-offset: 20px; 
}
#CustomerTestimonials .download_btn {
    text-align: center;
    padding-top: 3em;
}
#CustomerTestimonials .download_btn a {
    z-index: 100;
    border-radius: 4px;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'gothambook';
    background-color: #ED1C29;
    color: #fff;
    border: none;
}
#pricing{
  padding: 4em 0em;
  /*background-color: #eaeaea;*/
}
#pricing .t_hd{
  text-align: center;
  padding-bottom: 1.7em;
}
#pricing .t_hd h4{
  text-align: center;
    font-size: 65px;
    font-family: 'Baskerville';
    /* border-bottom: 2px solid #bcd6b9; */
    /* width: 50%; */
    text-decoration: underline 2px solid #bcd6b9;
    text-underline-offset: 30px;
}
#pricing .priceBox { width:19%; padding:20px; margin:3px; display: inline-block; border: solid 1px;  text-align: center;}
#pricing .priceBox .flat_title { font-size: 28px; font-family: gothambold; line-height: normal; min-height: 70px; margin-bottom: 5px;}
#pricing ul li{
  list-style: none;
  float: left;
  font-size: 17px;
  color: #000;
  padding-right: 35px;
  padding-left: 35px;
  border-right: 1px solid #000;
  height: 55px;
  white-space: nowrap;
  text-align: center;
}
#pricing ul li span{
  font-weight: 600;
  font-size: 25px;
}
#pricing li:last-child {
  border: none;
}
#companyName{
  padding: 1.5em 0em;
  /*border-bottom: 2px solid #000;*/
}
#companyName .marketed span{
  font-size: 22px;
  font-weight: 700;
}
#companyName .marketed p{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
#companyName .rera span{
  font-size: 22px;
  font-weight: 700;
}
#companyName .rera u{
  font-size: 20px;
  font-weight: 400;
}
#companyName .wrtLogo{
  text-align: center;
}
#companyName .wrtLogo img{
  width: 40%;
}

#companyDetail{
  padding: 0em 0em 2em 0em;
}
#companyDetail .bhartiyaUrban h4{
  font-size: 18px;
  font-weight: 600;
}
#companyDetail .bhartiyaUrban p{
  font-size: 16px;
  font-weight: 450;
  margin: 0px;
}
#companyDetail .wrtLogo{
  text-align: right;
}
#companyDetail .wrtLogo img{
  width: 80%;
  padding: 10px;
}


#companyDetail .disc{
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
}
#companyDetail .disc p{
 font-size: 14px;
 font-weight: 400;
 text-align: center;
 padding: 20px;
 margin: 0px;
}
#Bucket_List {
  padding: 3.4rem 0rem;
  background-color: #efebe7;
}
#Bucket_List p{ text-align: left;}
#Bucket_List .Bucket_List_cont1 { float: right; }
#Bucket_List .Bucket_List_cont1 .heading {
  font-size: 90px;
  font-family: 'Baskerville';
  text-decoration: underline 2px solid #bcd6b9;
    text-underline-offset: 15px;
}
#Bucket_List .Bucket_List_cont1 p{
  font-size: 24px;
  line-height: 2.3rem;
  font-family: 'gothammedium';
  text-align: justify;
  margin-top: 10px;
}

#Bucket_List .Bucket_List_cont p{
  font-size: 34px;
  line-height: 2.3rem;
  font-family: 'gothambold serif';
  text-align: justify;
  border-top: solid 2px #a8d0ae;
  margin-top: 10px;
  padding-top: 20px;
}
#Bucket_List .Bucket_List_cont p span {
  font-weight: 600;
}

/*-------------------------Media Query---------------------*/


.fixed-footer-btn {
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    color: #000000;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border: none;
    background: #ED1C29;
}
.fixed-footer-btn .download_btn a {
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 20px;
    font-family: gothambook;
    background-color: #ED1C29;
    color: #fff;
}
@media screen and (min-device-width: 300px) and (max-device-width: 575.98px) {
  .desktop { display: none; }
  .mobileview { display: block; }
  
  #bannerSection{
    background-image: url('../../assets/image/banner/headerbanner-mobile.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center top;
    height: 40.5em;
  }
  #top_section{
    height: 60em;
  }
  #beforBanner h1{
    font-size: 25px;
  }
  #beforBanner h1 span{
    font-size: 28px;
  }
  .hex.generic{
    width: 125px;
    height: 65px;
    top: 98%;
    right: 2%;
  }
  .hex.generic h4{
    font-size: 18px;
  }
  .hex.generic:before, .hex.generic:after{
    border-left: 63px solid transparent;
    border-right: 63px solid transparent;
  }
  #afterBanner .afterBannerBox { width: 32%;  margin-bottom: 10px; }
  #homeMap h4{
    font-size: 25px;
  }
  #EVERYTHING_YOU_NEED .mainHd {
    padding-bottom: 15px;
  }
  #EVERYTHING_YOU_NEED .mainHd h4{
    font-size: 25px;
    line-height: 40px;
  }
  #EVERYTHING_YOU_NEED .slideCont h4{
    font-size: 25px;
  }
  #EVERYTHING_YOU_NEED .pd-right-dsktp { padding-right:0px; }
  #EVERYTHING_YOU_NEED .pd-left-dsktp { padding-left:0px; }
  #CHOOSE_A_HOME .t_Hd h4{
    font-size: 25px;
    width: 70%;
  }
  #location .t_hd h4{
    font-size: 45px;
    width: 55%;
  }
  #city_live .t_hd h4{
    font-size: 25px;
    width: 82%;
  }
  #redStrip ul{
    padding: 0px;
    margin: 0px;
  }
  #redStrip ul li{
    padding-left: 0px;
    padding-right: 0px;
    /*padding-top: 15px;*/
    padding-bottom: 15px;
    border: none;
    float: none;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
  }
  #pricing ul{
    padding: 0px;
  }
  #pricing ul li{
    padding-right: 15px;
    padding-left: 0px;
    margin: 10px;
  }
  #companyName .marketed span{
    font-size: 20px;
  }
  #companyName .rera span{
    font-size: 20px;
  }
  
  #companyDetail .wrtLogo{
    text-align: center;
  }
  #companyName .wrtLogo{
    text-align: center;
  }
  #companyDetail { padding: 0em 0em 4em 0em }
  #companyDetail .disc p { padding: 20px 1px; }
  #city_live .subHd{
    margin: 0px 10px;
  }
  #city_live .subHd h4{
    font-size: 30px;
  }
  
  #getConnected{
    padding: 1.5em 0em;
  }
  #getConnected .gc_heading h4{
    font-size: 25px;
  }
  #getConnected .gc_heading p{
    font-size: 12px;
    padding: 0px;
  }

  .afterBanner_cont p { font-size: 24px; line-height: 1.8rem; padding: 0px 5px;}
  .afterBanner_cont .heading { font-size: 26px; font-weight: 600; }
  #Bucket_List { padding:1.4rem 0rem; }
  #Bucket_List .Bucket_List_cont1 { float: left; }
  #Bucket_List .Bucket_List_cont1 .heading { font-size: 35px; }
  #Bucket_List .Bucket_List_cont1 p { font-size: 16px }

  

  #pinch_love { padding-right:15px; padding-left:15px; }
  #pinch_love .wel_lft_cont_btm { position: unset; padding:0px; }

  #pinch_love .wlc_Hd h2{ font-size: 50px; }

  #pinch_love .wel_lft_cont h4 { font-size: 18px; line-height: 20px; }
  #pinch_love .wel_lft_cont_btm p { width: 100%; }

  #Schedule { padding:30px 15px }
  #Schedule .t_hd h4 { font-size: 45px; line-height: 45px; }
  #Schedule .subHd p { font-size: 20px; line-height: 30px; }

  #CustomerTestimonials .t_hd h4 { font-size: 35px; }
  #CustomerTestimonials .owl-theme .owl-nav { display: none; }

  #Black_Swan_Club { padding:30px 15px; position:unset; }
  #Black_Swan_Club .wlc_Hd h2 { font-size: 35px; font-weight:500; }
  #Black_Swan_Club .wel_lft_cont_btm { position:unset; }
  #Black_Swan_Club .wel_lft_cont h4 { font-size:15px; line-height: 22px; }
  #Black_Swan_Club .wel_lft_cont_btm { padding: 0px; }

  #Black_Swan_Club .wel_lft_cont_btm p { padding-top: 20px; line-height: unset;}

  #Black_Swan_Club .download_btn a {
      border-radius: 20px;
      padding: 10px 30px;
      font-size: 18px;
      font-family: gothambook;
      background-color: #998778;
      color: #fff;
  }
  #pricing .t_hd h4 { font-size: 45px; }
  #pricing p span { font-size: 20px; }
  #pricing .priceBox { width: 45%; padding: 5px; margin: 5px; }
}

@media screen and (min-device-width: 575.98px) and (max-device-width: 767.98px) {
  .desktop { display: none; }
  .mobileview { display: block; }
  #beforBanner h1 { font-size: 35px; }
  .hex.generic { top: 120%; }
  #bannerSection { height: 30em; }
  #bannerSection h1 { font-size: 38px; }
  #bannerSection .hex.generic { top: 70%  }
  .afterBanner_cont .heading { font-size: 40px; }
  #redStrip ul li { padding-right: 10px; padding-left: 10px; font-size: 16px; }

  #pinch_love { padding-right:15px; padding-left:15px; }
  #pinch_love .wel_lft_cont_btm { position: unset; padding:0px; }

  #pinch_love .wlc_Hd h2{ font-size: 60px; font-weight: 500; }

  #pinch_love .wel_lft_cont h4 { font-size: 27px; line-height: 35px; }
  #pinch_love .wel_lft_cont_btm p { line-height: 1.1em }

  #Bucket_List .Bucket_List_cont1 .heading { font-size: 60px; }

  #Black_Swan_Club { padding:30px 15px; position:unset; }
  #Black_Swan_Club .wlc_Hd h2 { font-size: 59px; font-weight:500; }
  #Black_Swan_Club .wel_lft_cont_btm { position:unset; }
  #Black_Swan_Club .wel_lft_cont h4 { font-size:25px; line-height: 22px; }
  #Black_Swan_Club .wel_lft_cont_btm { padding: 0px; }

  #Black_Swan_Club .wel_lft_cont_btm p { padding-top: 20px; }

  #Black_Swan_Club .download_btn a {
      border-radius: 20px;
      padding: 10px 30px;
      font-size: 18px;
      font-family: gothambook;
      background-color: #998778;
      color: #fff;
  }
  #Bucket_List .Bucket_List_cont1 { float:left; }

  #location .t_hd h4 { font-size: 60px; }

  #pricing .t_hd h4 { font-size: 60px; }
}

@media screen and (min-device-width: 767.98px) and (max-device-width: 991.98px) {
    #bannerSection { height:  55em; }
    #bannerSection h1 { font-size: 45px; }

    #bannerSection .hex { margin:-109px auto 50px }
    #redStrip ul li { font-size: 21px; }
    #EVERYTHING_YOU_NEED .download_btn { padding:2em 0em 1em 0em }

    #pinch_love .wel_lft_cont_btm { position: unset; padding:0px; }


    #Black_Swan_Club { position:unset; }
    #Black_Swan_Club .wlc_Hd h2 { font-size: 55px; }
    #Black_Swan_Club .wel_lft_cont_btm { position:unset; }

    #Black_Swan_Club .wel_lft_cont_btm p {
      line-height:  22px;
    }
    #location .t_hd h4 { font-size: 55px; }
    #Schedule .t_hd h4 { font-size: 35px; }
    #Schedule .subHd p { font-size: 26px; }

    #pricing .t_hd h4 { font-size: 55px; }

    #pricing p span { font-size: 18px; }
}
/*@media (max-width: 1360px) {}*/