@font-face {
  font-family: 'abril_fatfaceregular';
  src: url('assets/fonts/abrilfatface-regular-webfont.woff2') format('woff2'),
       url('assets/fonts/abrilfatface-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsblack';
  src: url('assets/fonts/poppins-black-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsblack_italic';
  src: url('assets/fonts/poppins-blackitalic-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-blackitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsbold';
  src: url('assets/fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsbold_italic';
  src: url('assets/fonts/poppins-bolditalic-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsextrabold';
  src: url('assets/fonts/poppins-extrabold-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsextrabold_italic';
  src: url('assets/fonts/poppins-extrabolditalic-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-extrabolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsextralight';
  src: url('assets/fonts/poppins-extralight-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsextralight_italic';
  src: url('assets/fonts/poppins-extralightitalic-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-extralightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsitalic';
  src: url('assets/fonts/poppins-italic-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinslight';
  src: url('assets/fonts/poppins-light-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinslight_italic';
  src: url('assets/fonts/poppins-lightitalic-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsmedium';
  src: url('assets/fonts/poppins-medium-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsmedium_italic';
  src: url('assets/fonts/poppins-mediumitalic-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-mediumitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsregular';
  src: url('assets/fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinssemibold';
  src: url('assets/fonts/poppins-semibold-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinssemibold_italic';
  src: url('assets/fonts/poppins-semibolditalic-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-semibolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsthin';
  src: url('assets/fonts/poppins-thin-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'poppinsthin_italic';
  src: url('assets/fonts/poppins-thinitalic-webfont.woff2') format('woff2'),
       url('assets/fonts/poppins-thinitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
body{
  font-family: 'poppinsregular';
  font-weight: 400;
}
.desktop-section.top-header{
    padding-top: 70px !important;
}
.top-header h3{
  color: white;
  font-family: 'poppinsregular';
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
}
.top-header h1{
  color: white;
  font-family: 'abril_fatfaceregular';
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  text-transform: uppercase;
}
.top-header p.lead{
  color: white;
  font-family: 'poppinsregular';
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  max-width: 85%;
  margin: 0 auto;
}
.vip-tables .main-heading h1{
  color: #013F6B;
  font-family: 'abril_fatfaceregular';
  font-weight: 400;
  font-size: 45px;
  line-height: 80px;
  margin-bottom: 40px;
}
.vip-tables{
  padding: 80px 0;
}
.vip-tables.tables-top{
  padding-top: 40px;
  padding-bottom: 20px;
}
.all-boxes .single-box h3{
  color: #013F6B;
  font-family: 'abril_fatfaceregular';
  font-weight: 400;
  font-size: 22px;
  line-height: 39px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.all-boxes .single-box .card-body{
  padding: 0 15px;
  padding-bottom: 15px;
} 
.all-boxes .single-box .card{
  border: 0;
  margin-bottom: 30px;
}
.all-boxes .single-box .card .card-text{
  color: #013F6B;
  font-family: 'poppinsregular';
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  float: left;
  display:flex;
  width: 100%;
}
.all-boxes .single-box .card .card-text .fa{
  float: left;
  font-size: 18px;
  width: 20px;
}
.all-boxes .single-box .card .card-text span{
  float: left;
  margin-left: 5px;
  font-size: 14px;
  line-height: 18px;
}
.all-boxes .single-box .card .btn-action{
  float: left;
  width: 100%;
}
.all-boxes .single-box .card .btn-action a{
  width: 47%;
}
.all-boxes .single-box .card .btn-action .btn-book, .all-boxes .single-box .card .btn-action .btn-detail{
  border: 0;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  padding: 10px 0; 
  font-family: 'poppinsregular';
  font-weight: 400;
}
.all-boxes .single-box .card .btn-action .btn-book{
  background: #FEBE1E;
  color: white;
}
.all-boxes .single-box .card .btn-action .btn-detail{
  border: 1px solid #013F6BB2;
  background-color: white;
  color: #013F6BB2;
}
.view-all .btn-detail{
  border: 0;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  padding: 10px 0; 
  font-family: 'poppinsregular';
  font-weight: 400;
  border: 1px solid #013F6BB2;
  background-color: white;
  color: #013F6BB2;
  width: 200px;
}
.latest-news .news-boxes .news-box .card-body{
  padding: 0;
}
.latest-news .news-boxes .news-box .card-body .card-text{
  font-size: 14px;
  line-height: 20px;
  color: #013F6BB2; 
}

.latest-news .news-boxes .news-box .card-body .btn-action a:hover{
  text-decoration: none;
}
.latest-news .news-boxes .news-box .card-body .btn-action a{
  font-size: 16.32px;
  line-height: 16px;
  color: #FEBE1E;
  border: 0;
  border-bottom: 2px solid #FEBE1E;
  width: auto;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: auto;
  padding-bottom: 7px;
}
.vip-tables.latest-news{
  padding-top: 0;
}
.all-clubs .main-heading h1{
  color: #013F6B;
  font-family: 'abril_fatfaceregular';
  font-weight: 400;
  font-size: 35px;
  line-height: 80px;
  margin-bottom: 70px;  
}
/*.slider-default .slick-prev{
  left: 81%;
}*/
.slider-default{
  width:100% !important;
  margin:0px auto;
}
.slider-default .slick-slide{
  margin:10px;
}
.slider-default .slick-track{
      display: flex !important;
      margin-left: 0;
  }
  .slider-default .slick-slide{
  height: inherit !important;
  }
  
  .slider-default .slick-prev:before,   .slider-default .slick-next:before{
  display: none;
}
.slider-default .slick-prev,    .slider-default .slick-next{
  z-index: 10;
}
/*.slider-default .slick-next{
  right: 0;
}*/
.slider-default .slide-arrow{
  width: 60px;
  height: 60px;
  font-size: 27px;
  background-color: #4D7997;
  color: #fff; 
  border-radius: 50%;
  border: 1px solid #013F6BB2;
  /*position: absolute;
  top: -107px;
  padding: 7px;*/
}
.slick-next i, .slick-prev i{
  font-size: 40px;
  width: 48px;
  height: 46px;
}
.slider-default .slick-prev{
  padding: 0;
}
.slider-default .slide-arrow.slick-disabled{
  background-color: #F2F3F5;
  color: #000; 
  border: 1px solid transparent;
  cursor: default;
}
.all-clubs.all-boxes{
  padding: 50px 0;
  padding-top: 0;
}
/* Style the tab */
.tab {
  float: left;
  width: 30%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #013F6B;
  padding: 22px 0;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
}
.tab button.active:before{
  display: inline-block;
  content: "";
  border-top: 0.1rem solid #013F6B;
  width: 2rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  min-height: 600px;
}

/*.latest-news .news-boxes .news-box .card-body .btn-action a:after{
  content: "";
  left: 0;
  top: 100%;
  display: block;
  height: 2px;
  width: 0;
  background-color: transparent;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: #FEBE1E;
  -webkit-transition: width .5s cubic-bezier(.23,1,.32,1);
  transition: width .5s cubic-bezier(.23,1,.32,1);
}
.latest-news .news-boxes .news-box .card-body .btn-action a:hover:after {
  width: 100%;
}*/
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}


.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}
/*.container, .container-lg, .container-md, .container-sm, .container-xl{
  max-width: 1440px;
}*/
.all-clubs.all-boxes{
  float: left;
  width: 100%;
}
.footer-main{
  float: left;
  width: 100%;
  background: #092C4C;
  padding: 50px 0;
}
.footer-menu-1 ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  float: left;
}
.footer-menu-1 ul li a:hover{
  text-decoration: none;
}
.footer-menu-1 ul li a{
  color: white;
  padding: 0 10px;
  font-family: 'poppinsregular';
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.5;
}
.logo-f img{
  width: 65px;
}
.footer-menu-1{
  padding-top: 15px;
  padding-left: 0;
}
.contacts a:hover{
  text-decoration: none;;
}
.contacts a{
  color: white;
  font-size: 14px;
  font-family: 'poppinsregular';
  font-weight: 400;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.footer-menu-1.footer-menu-2 ul li a{
  font-size: 16px;
  color: white;
  opacity: 1;
  text-decoration: underline;
  text-underline-position: under;
}
.copyright{
  margin-top: 50px;
}
.copyright p{
  color: white;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.5;
}
.yellow-border{
  border-bottom: 2px solid #FEBE1E;
  padding-bottom: 25px;
}
.footer-menu-1.footer-menu-2{
  padding-top: 25px;
}
.contacts a.ph{
  margin-top: 20px;
}
.f-book-now{
  float: right;
    color: white;
    border: 1px solid #FEBE1E;
    width: 165px;
    text-align: center;
    height: 40px;
    padding: 7px;
    border-radius: 4px;
    margin-top: -10px;
}
.f-book-now:hover{
  text-decoration: none;
  color: white;
}
.footer-menu-1.yellow-border{
  float: left;
}
.all-boxes .single-box .card img{
width: 100%
}
.all-boxes .single-box .card .card-body .card-text img{
  float: left;
  width: 15px;
}
.all-boxes .single-box .card .card-text span {
  margin-left: 10px;
  margin-top: 4px;
}
/*.all-clubs.all-boxes .single-box .card .card-text span{
	font-size: 12px;
}*/

@media only screen and (max-width: 1199px) and (min-width: 769px)  {
   /*.all-boxes .single-box .card .card-text span{
        font-size: 12px;
    }*/ 
}


@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.mobile-section{
  display: none;
}
.header-main .header-top{
    background: black;
    height: 50px;
}
.header-main .header-top .header-top-left a:hover{
  text-decoration: none;
}
.header-main .header-top .header-top-left a{
  font-size: 14px;
  color: white;
}
.header-main .header-top .header-top-left a img{
  margin-right: 10px;
}
.header-main .header-top .header-top-left .top-phone{
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header-main .header-top .header-top-left .top-phone, .header-main .header-top .header-top-left .top-email{
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 50px;
  padding-top: 15px;
}
.header-top-right{
  display: flex;
  float: right;
}
.social-icons ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.social-icons ul li{
  margin-right: 15px;
}
.social-icons{
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 20px;
  padding-top: 15px;
}
.lang-div{
  padding-top: 15px;
}
.lang-div img{
  margin-left: 20px;
}
.lang-div img.down-arrow{
  margin-left: 10px;
}
.navigation-top{
  margin-top: 5px;
}
.navigation-top ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation-top ul li{
  float: left;
  margin-right: 20px;
}
.navigation-top ul li a:hover{
  text-decoration: none;
}
.navigation-top ul li a{
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: 'poppinsregular';
  font-weight: 400;
  text-transform: uppercase;
}
.navigation-top ul li a:after {
  content: "";
  left: 0;
  top: 100%;
  display: block;
  height: 1px;
  width: 0;
  background-color: transparent;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: #000;
  -webkit-transition: width .5s cubic-bezier(.23,1,.32,1);
  transition: width .5s cubic-bezier(.23,1,.32,1);
}
.navigation-top ul li:hover a:after  {
  width: 100%;
}
.navigation-top ul li.current a:after  {
  width: 100%;
}
.header-nav{
  float: left;
    width: 100%;
    background: white;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-desktop .header-nav .container{
  display: flex;
}
.header-mobile .header-nav{
  height: 70px;
}
.header-nav .logo-div{
  float: left;
  margin-right: 50px;
}
.header-nav .logo-div img{
    width: 140px;
}
.extra{
  margin-left: auto;
  margin-top: 5px;
}
.extra a{
  margin-left: 20px;
}
.site-header, .site-main{
  float: left;
  width: 100%;
}
.view-all{
  margin-top: 20px;
}
/*new home*/
.new-home .tab{
  width: 100%;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-home .tabcontent{
  width: 100%;
  min-height: auto;
}
.new-home .vip-tables.latest-news{
  padding-bottom: 40px;
}
.new-home .all-clubs.all-boxes .main-heading h1{
  text-align: center;
  line-height: 50px;
  margin-bottom: 40px;
}
.new-home .tab button.active:before{
  display: none;
}
.new-home  .tab button{
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.new-home  .slider-default .slide-arrow{
  top: none !important;
}
.new-home .tab button:after{
  content: "";
  left: 0;
  top: 100%;
  display: block;
  height: 1px;
  width: 0;
  background-color: transparent;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: #000;
  -webkit-transition: width .5s cubic-bezier(.23,1,.32,1);
  transition: width .5s cubic-bezier(.23,1,.32,1);
}
.new-home .tab button:hover:after{
  width: 100%;
}
.new-home .tab .active:after{
  width: 100%;
}
.new-home .tab button{
  margin: 0 20px;
  width: auto;
}

/*new home*/

.header-mobile{
  display: none;
}
@media (max-width: 767.9px) {
  .desktop-section{
    display: none !important;
  }
  .mobile-section{
    display: block;
  }
  .top-header h3 {
    font-size: 21px;
    line-height: 32px;
  }
  .top-header h1 {
    font-size: 31px;
    line-height: 42px;
  }
  .top-header p.lead {
    font-size: 16px;
    line-height: 24px;
  }
  .mobile-section.top-header{
    padding-top: 70px !important;
  }
  .vip-tables .main-heading h1 {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 40px;
  }
  .vip-tables{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .all-boxes .single-box h3 {
    font-size: 27px;
    line-height: 37px;
  }
  .slider-default .slide-arrow {
    top: 190px;
  }
  .slider-default .slide-arrow.slick-prev{
    left: 0;
  }
  .slider-default .slick-slide{
    /*margin: 0;*/
    margin: 0 35px;
  }
  .slider-default .draggable{
    padding: 0 !important;
  }
  .slick-dots li button:before{
    font-size: 10px;
  }
  .slick-dots li button:before{
    opacity: 1;
    color: #013F6BB2;
  }
  .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #013F6B;
  }
  .all-clubs .main-heading h1 {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 50px;
    margin-top: 70px;
    text-align: center;
  }
  .tab, .tabcontent {
    float: left;
    width: 100%;
  }
  .tab{
    margin-bottom: 25px;
    padding-left: 20px;
    margin-top:15px;
  }
  .tab button {
    padding: 2px 0;
    color: #013F6BB2;
  }
  .tab button.active{
   color: #013F6B;
  }
  .all-boxes .tabcontent .single-box h3 {
    font-size: 23px;
    line-height: 31px;
  }

  .all-boxes .single-box .card .card-text span{
    font-size: 12px;
  }
  .f-book-now{
    display: none;
  }
  .footer-menu-1 ul{
    display: block;
    padding-left: 15px;
  }
  .footer-menu-1 ul li{
    margin-bottom: 5px;
  }
  .yellow-border{
    border: none;
  }
  .footer-menu-1 ul li a{
    padding: 0;
  }
  .copyright p{
    font-size: 12px;
  }
    .tables-top .all-boxes .single-box{
        padding-left: 35px;
        padding-right: 35px;
    }
    .tab button{
        font-size: 20px;
    }
    .all-boxes .single-box h3{
        margin-top: 20px;
    }
    .vip-tables.tables-top{
        padding-top: 20px;
    }
    .vip-tables.tables-top .main-heading h1{
        margin-bottom: 20px;
    }
    .text-center.mb-5.main-heading{
        margin-bottom: 1.5rem !important;
    }
    .latest-news.vip-tables .main-heading h1{
        margin-top: 20px;
    }
    /*.all-clubs .main-heading h1{
        margin: 0 !important;
    }*/
    .vip-tables.latest-news .main-heading h1{
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .all-clubs.all-boxes .main-heading h1{
        line-height:27px;
    }
    .all-clubs.all-boxes{
        margin-top: 18px;
        padding-bottom: 10px;
    }
    .slider-default .slick-next i, .slider-default .slick-prev i{
    font-size: 27px;
    width: auto;
     height: auto;
    }
    .slider-default .slide-arrow{
        width: 45px;
        height: 45px;
    	padding: 0px;
    }
    .all-clubs.all-boxes .slider-default .slick-slide{
        margin: 0 25px;
    }
    .tab button.active:before{
        margin: 0 1rem;
        transform: translateY(-0.5rem);    
    }
    .tabcontent{
        min-height:500px;
    }
    .header-desktop{
      display: none;
    }
    .header-mobile{
      display: block;
    }
}
@media (max-width: 500px) {
    .all-clubs.all-boxes .single-box .card .card-text.address-class span{
        line-height:17px;
    }
    .slider-default .slide-arrow {
        top: 150px;
    }

}
@media (max-width: 374px) {
    .all-clubs.all-boxes .single-box .card .btn-action .btn-detail, .all-boxes .single-box .card .btn-action .btn-book{
    	font-size: 12px;
    	padding: 12px 0;
    }
}



/*sidebar*/


.sidebar{
  position :fixed;
  top:0;
  left:-251px;
  background :#000;
  width:250px;
  height:100%;
  transition:.3s;
  z-index: 99;
}
.active.sidebar{
   left:0; 
}
.sidebar ul{
  margin:0;
  padding:20px 0;
}
.sidebar ul li{
 list-style:none;
}
.sidebar ul li a{
  text-decoration:none;
  padding: 10px 20px;
  color:#fff;
  display:block;
  border-bottom:1px solid rgba(0,0,0,.2);
}
/* .sidebarbtn{
  width:35px;
  height:25px;
  cursor: pointer;
  border:none;
  outline:none;
  background: transparent;
  padding: 0;
}
.sidebarbtn span{
  display: block;
  width:35px;
  padding:2px;
  background:#000;
  position:absolute;
  transition:.3s;
}
.sidebarbtn span:before{
  content:'';
  position:absolute;
  top:-10px;
  left:0;
  width:100%;
  padding:2px;
  background:#000;
  transition:.3s;
  
}
.sidebarbtn span:after{
  content:'';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  padding:2px;
  background:#000;
  transition:.3s;
  
}
.sidebarbtn.toggle span{
  background:transparent;
  
}
.sidebarbtn.toggle span:before{
  top:0;
  transform:rotate(45deg);
}
.sidebarbtn.toggle span:after{
  top:0;
  transform:rotate(-45deg);
} */
@media (max-width: 767.9px) {
  .header-main .header-top .header-top-left .top-phone{
    border-left: 0;
  }  
  .header-main .header-top .header-top-left .top-email{
    border-right:0;
  }
  .header-main .header-top .header-top-left .top-phone, .header-main .header-top .header-top-left .top-email{
    padding-top: 12px;
  }
  .header-main .header-top .container{
    display: flex;
  }
  .social-icons ul li a {
    padding: 0px 5px;
  }
  .header-main .header-top .header-top-left .top-phone{
    padding-left: 0;
  }
  .header-main .header-top .container .header-top-right, .logo-header-white .extra{
    margin-left: auto;
  }
  .logo-header-white{
    display: flex;
  }
  .header-mobile .social-icons ul li:last-child{
    margin-right: 0;
  }
  .new-home .tab{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  .new-home .slider-default .slide-arrow.slick-next{
    right: 0px;
  }
  .new-home  .slider-default .slide-arrow {
    top: 270px;
  }
}

/*club details*/
.club-v-page .all-boxes .single-box .card .card-text{
  margin-bottom: 10px;
}
.club-v-page .club-header{
  height:200px; 
  background: linear-gradient(180deg, #033F6B 0%, #0A2E4F 100%); 
  min-height:100%;
  padding-top: 30px;
  color: white;
}
.club-v-page .club-header .club-header-heading{
  color: white;
  font-size: 38px;  
  line-height: 51px;
  text-transform: uppercase;
  font-family: 'abril_fatfaceregular';
  font-weight: 400;
}
.club-v-page .club-header .icons-area img{
  margin-right: 5px;
}
.club-v-page .club-header .book-btn{
  color: white;
  border: 1px solid #fff;
  width: 190px;
  height: 48px;
  display: block;
  text-align: center;
  padding: 13px 10px;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none; 
}
.club-v-page .club-header .icons-area{
  margin-top: 10px;
}
.club-v-page .club-header .header-book-btn{
  display: flex;
  justify-content: flex-end;
}
.club-tab-menu{
  padding-top: 60px;
}
.club-tab-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.club-tab-menu ul li{
  padding: 0 10px;
  text-align: center;
  border-bottom: 3px solid #D9D9D9;
  padding-bottom: 15px;
}
.club-tab-menu ul li.active-tab{
  border-color: #000;
}
.club-tab-menu ul li a{
  font-size: 20px;
  color: #B4B4B4;
  line-height: 30px;
}
.club-tab-menu ul li.active-tab a{
  color: #000;
}
.club-tab-menu ul li a:hover{
  text-decoration: none;
}
.club-about h3{
  color: #013F6B;
  font-family: 'abril_fatfaceregular';
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.club-about .club-about-content p{
  color: #000;
  line-height: 30px;
}
.club-v-page .all-boxes .single-box .card{
  flex-direction:row-reverse;
}
.club-v-page .all-boxes .single-box .card-body{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 55%;
  padding-bottom: 0;
}
.club-v-page  .all-boxes .single-box .card img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.club-v-page  .all-boxes .single-box .card .party-feature-img{
  width: 45%;
}
.club-v-page  .all-boxes .single-box .card .btn-action .btn-book {
  background: #FEBE1E;
  color: #FFF;
}
.club-v-page .all-boxes .single-box .card .btn-action .btn-book, .club-v-page .all-boxes .single-box .card .btn-action .btn-detail{
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
.club-v-page .vip-tables .main-heading h1{
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 60px;
  margin-top: 30px;
  text-align: center;
}
.club-v-page .vip-tables.all-tables .main-heading  h1{
  margin-bottom: 20px;
  margin-top: 10px;
}
.vip-tables.tables-top.all-parties{
  padding-top: 0;
}
.vip-tables.tables-top.all-tables{
  padding-top: 0;
}
.tables-img{
  text-align: center;
}
.tables-img img{
  width: 100%;
  max-width: 500px;
}
.club-v-page .vip-tables.all-bottles .main-heading h1{
  margin-bottom: 60px;
}
.club-v-page .vip-tables.all-location .main-heading h1{
  margin-bottom: 60px;
  margin-top: 60px; 
}
.location-full{
  padding: 0;
}
.all-galleries .all-galleries-inner{
  padding: 0;
  margin: 0;
}
.all-galleries .tab button:after, .all-galleries .tab .active:after{
  display: none;
}
.all-galleries .tab button{
  margin: 0;
    padding: 0 20px;
    width: auto;
    font-size: 20px;
    color: #B4B4B4;
    line-height: 30px;
    border-bottom: 3px solid #B4B4B4;
    padding-bottom: 15px;
}
.all-galleries .tab button.active{
  border-color: #000;
  color: #000;
}
.all-galleries  .slick-prev {
  left: 25px;
}
.all-galleries  .slick-next {
  right: 25px;
}
.all-galleries  .tab{
  margin-bottom: 30px;
}
.vip-tables.tables-top.all-location{
  padding-bottom: 0;
}
.club-v-page .see-more-btn{
  border: 0;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  padding: 10px 0;
  font-family: 'poppinsregular';
  font-weight: 400;
  width: 200px;
  background: #FEBE1E;
  color: white;
  display: inline-block;
  margin: 20px 0;
  margin-bottom: 5px;
}
.club-v-page .see-more-btn:hover{
  text-decoration: none;

}
.sidebar{
  background: #FEBE1E;
  padding: 10px;
  width: 85%;
  left: -86%;
  height: auto;
  min-height: 600px;
}
.sidebar ul{
  padding: 0;
  margin: 0;
}
.sidebar .logo-div{
  margin-bottom: 30px;
  display: flex;
}
.sidebar .logo-div img{
  width: 100px;
}
.sidebar .logo-div .sidebar-close-btn{
  margin-left: auto;
}
.sidebar .logo-div .sidebar-close-btn img{
  width: 15px;
}
.logo-f img{
  width: 90px;
}
.sidebar ul li{
  position: relative;
}
.sidebar ul li a {
  padding: 5px 0;
  color: #000;
  border: 0;
  font-size: 18px;
}
.sidebar ul li ul{
  display: none;
  padding-left: 20px;
}
.sidebar ul li.has-children > a:after, .sidebar ul li.menu-item-has-children > a:after{
  content: url('assets/images/carat.svg');
  position: absolute;
  clear: both;
  margin-left: 5px;
  top: 3px;
}
.sidebar ul li.dropdown-arrow > a:after{
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar .sidebar-contact{
  color: #000;
  border: 0;
  font-size: 18px;
}
.sidebar  .menu-sidebar{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sidebar-socials{
  position:absolute;
  bottom: 0;
  left: 40%;
  margin-bottom: 5px;
}
.sidebar-socials ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-socials ul li{
  margin-left: 10px;
}
.sidebar-socials ul li img{
  width: 20px;
  height: 20px;
}
.extra a.s-icon img{
  width: 20px;
  height: 20px;
}
.header-mobile.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  z-index: 9;
}
.club-v-page .all-boxes .single-box .card .card-body .card-text.cal{
  display: none;
}
@media (max-width: 767.9px) {
  .c-address{
    font-size: 15px;
  }
  .club-v-page .club-header{
    padding-top: 15px;
  }
  .club-v-page .club-header .club-header-heading{
    font-size: 28px;
    line-height: 41px;
    text-align: center;
  }
  .club-v-page .club-header .header-book-btn {
    justify-content: center;
  }
  .club-v-page .club-header .book-btn{
    margin-top: 50px;
  }
  .header-mu{
    width: 50%;
  }
  .club-header .container{
    padding-left: 30px;
  }
  .club-tab-menu ul li{
    padding-bottom: 10px;
  }
  .club-tab-menu ul li a {
    font-size: 10px;
    line-height: 15px;
  }
  .club-about h3, .club-v-page .vip-tables .main-heading h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .club-v-page .all-boxes .single-box .card .party-feature-img {
    width: 100%;
  }
  .club-v-page .all-boxes .single-box .card-body {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
  }
  .club-v-page .all-boxes .single-box .card {
    flex-direction: row-reverse;
  }
  .club-v-page .all-boxes .single-box .card img {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #c_gallery{
    margin-top: 0;
    padding-bottom: 40px;
  }
  .all-galleries .tab button {
    font-size: 13px;
    padding-bottom: 10px;
    float: left;
  } 
  .all-galleries .tab button {
    width: 30%;
  }
  .club-about .container{
    padding: 0 30px;
  }
  .club-v-page .see-more-btn{
    margin-bottom: 10px;
  }
  .club-v-page .vip-tables.all-bottles .main-heading h1{
    margin-bottom: 20px;
  }
  .copyright.text-left{
    text-align: center !important;
  }
  .footer-menu-1 ul{
    width: 100%;
    height: 30px;
    overflow: scroll;
    white-space: nowrap;
    display: flex;
    margin-top: 10px;
  }
  .footer-menu-1 ul li {
    margin-left: 20px;
  }
  .footer-menu-1 ul li:first-child{
    margin-left: 0;
  }
  .footer-main .contacts{
    display: flex;
  }
  .contacts a.ph{
    margin-top: 0;
    margin-left: 20px;
  }
  .footer-main .contacts a{
    margin-top: 0;
    font-size: 14px;
  }
  .copyright{
      margin-top: 30px;
  }
  .logo-f{
    text-align: center;
  }
  .footer-main{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo-f img {
    width: 140px;
  }
  .new-home .tab{
    display: flex;
    width:100%;
    height:70px;
    overflow:scroll;
    white-space: nowrap;
  }
  .club-v-page .all-parties .all-boxes .single-box .card .no-mob{
    display: none;
  }
  .club-v-page .all-boxes .single-box .card .card-body .card-text.cal{
    display: block;
  }
  .club-v-page .all-boxes .single-box .card .card-body .card-text.cal img{
    height: 20px;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .club-v-page .all-boxes .single-box .card .card-body .card-text.cal{
    margin-bottom: 10px;
  }
  .club-v-page .all-boxes .single-box h3{
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
    min-height: 50px;
  }
  .club-v-page  .all-boxes .single-box .card .btn-action a{
    width: 100%;
    padding: 5px 0;
  }
  .header-nav .logo-div{
    margin-right: 0;
  }
  .club-v-page .club-header .book-btn {
    width: 150px;
    height: 35px;
    padding: 7px 10px;
    margin-top: 0;
  }

  .club-tab-menu ul li a{
    font-size: 13px;
  }
  .club-tab-menu ul li{
    padding: 0 5px;
    padding-bottom: 10px;
  }
  .club-v-page .all-boxes .single-box .card .btn-action .btn-book{
    font-size: 12px;
    padding: 7px 0;
    height: 30px;
  }
  #c_parties, #c_tables, #c_bottle{
    padding-bottom: 0;
  }
  .club-v-page  .all-clubs.all-boxes .slider-default .slick-slide{
    margin: 0 50px;
  }
  .club-v-page .slider-default .slide-arrow{
    top: 190px;
  }
  .club-v-page .vip-tables.all-location .main-heading h1{
    margin-bottom: 40px;
  }
}

/*club details*/

/*parties*/
.party-main .main-heading h1{
  color: #013F6B;
  font-family: 'abril_fatfaceregular';
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.new-home.party-main  .all-clubs.all-boxes .main-heading h1 {
  text-align: center;
  line-height: 35px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.party-main .tab{
  margin-bottom: 40px;
}
.party-main .tab button{
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 50px;
  padding: 12px; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.party-main .tab button:after{
  display: none;
}
.party-main .tab button:hover:after{
  display: none;
}
.party-main .tab button.active{
  background: #FEBE1E;
  color: white;
}
@media (max-width: 767.9px) {
  .party-main .tab button{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 7px 14px;
    margin: 0;
    margin-right: 10px;
    font-size: 16px;
  }
  .new-home.party-main .all-clubs.all-boxes .main-heading h1{
    font-size: 30px;
    line-height: 30px;
  }
  .new-home.party-main .all-clubs.all-boxes{
    margin-top: 30px;
  }
  .party-main .tab{
    margin-bottom: 20px;
  }
  .all-restaurants.new-home.party-main .all-clubs.all-boxes .main-heading h1{
    margin-bottom: 30px !important;
  }
}
/*parties*/
/*r-details*/
.club-v-page.rest-details .club-header .club-header-heading{
  color:#013F6B;
}
.club-v-page.rest-details .club-header{
  background: none;
  color: #013F6B;
}
.club-v-page.rest-details .club-header .book-btn{
  color: #013F6B;
  border: 1px solid #013F6B;
}
.club-v-page.rest-details .club-header{
  height: auto;
}
.club-v-page.rest-details .club-header .container{
  padding-bottom: 40px;
  border-bottom: 1px solid #FEBE1E;

}
.res-abt-section{
  margin-top: 40px;
  color: #013F6B;
}
.res-abt-section .container{
  padding-bottom: 40px;
  border-bottom: 1px solid #FEBE1E;
}
.res-abt-section h4{
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
}
.res-abt-section p{
  font-size: 18px;
  color: #013F6BB2;
}
.rest-details .club-header .c-address{
  color: #013F6BB2;
}
.r-food-details .c-address{
  color: #013F6BB2;
  font-size: 16px;
}
.r-food-details .container{
  border: 0;
}
.r-food-details .c-address img{
  margin-right: 12px;
}
.r-food-details .c-address.food-svg img{
  width: 23px;
  margin-right: 5px;
}

.r-timelines{
  margin: 50px 0;
  margin-bottom: 100px;
  display: block;
  float: left;
  width: 100%;
}
/*r-details*/

.timeline{
  position: relative;
}

.timeline li{
  list-style: none;
  float: left;
  width: 14.16%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #013F6B;
}

ul:nth-child(1){
  color: #FEBE1E;
}

.timeline li:before{
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #FEBE1E;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 0 auto 10px auto;
  background: #fff;
  color: #C7C7C7;
  transition: all ease-in-out .3s;
  cursor: pointer;
}

.timeline li:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C7C7C7;
  top: 10px;
  left: -50%;
  z-index: -999;
  transition: all ease-in-out .3s;
}

.timeline li:first-child:after{
  content: none;
}
.timeline li.active-tl{
  color: #013F6B;
}
.timeline li.active-tl:before{
  background: #FEBE1E;
  color: #F1F1F1;
}

.timeline li.active-tl + li:after{
  background: #C7C7C7;
}

.timeline li .time-day{
  position: absolute;
  top: -40px;
  left: 62px;
  font-size: 12px;
}
.timeline li .time-time{
  margin-top: 20px;
  position: absolute;
  left: 28px;
  font-size: 12px;
}
.timeline li.closed-day .time-time{
  left: 55px;
}
.timeline li:first-child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C7C7C7;
  top: 10px;
  left: 0;
  z-index: -999;
  transition: all ease-in-out .3s;
}
.r-timelines .timeline-clock{
  float: left;
  margin-top: -2px;
}
.rest-details .club-about-content p{
  font-size: 18px;
  color: #013F6BB2;
}
/*contact us*/
.club-v-page.rest-details .club-header .club-header-heading.contact-heading{
  text-transform:initial;
  margin-bottom: 40px;
}
.c-form .form-control{
  border: 0;
  border-bottom: 1px solid #013F6BB2;
  border-radius: 0;
}
.c-form .form-control::placeholder, .c-form .form-control{
  color: #013F6B;
}
.c-form  .form-control:focus{
  box-shadow: 0 0 0;
}
.c-form  .form-group{
  margin-bottom: 40px;
}
.contact-form .c-form{
  margin-top: 50px;
}
.contact-page .c-form .btn{
  width: 100%;
  background: #FEBE1E;
  border: 0;
  border-radius: 0;
  padding: 15px 10px;
  text-transform: uppercase;
} 
.contact-page .c-form .btn:focus{
  box-shadow: unset;
}
.contact-socials{
  list-style: none;
  padding-left: 0;
}
.contact-socials li{
  margin-bottom: 30px;
}
.contact-socials li a{
  color: #383C3E;
  text-decoration: none;
  display: flex;
}
.contact-socials li a img{
  margin-right: 10px;
}
.contact-socials li a:hover{
  text-decoration: none;
}
.all-acc .accordion {
  margin-top: 40px;
}
.all-acc .accordion .card {
  border: none;
  margin-bottom: 30px;
  background: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 20px;
}
.all-acc .accordion .card h2 {
  background: url(assets/images/socials/chevron.svg) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.all-acc .accordion .card h2.collapsed {
  background-image: url(assets/images/socials/chevron-right.svg);
}
.all-acc .accordion .card-body {
  padding-left: 0;
  padding-right: 0;
  color: rgba(60, 60, 67, 0.85);
}
.contact-page.club-v-page.rest-details .club-header .container{
  border: 0;
}
.club-v-page.rest-details .all-acc .faq-heading{
  color: #013F6B;
  font-size: 38px;
    line-height: 51px;
    font-family: 'abril_fatfaceregular';
    font-weight: 400;
}
.club-v-page.rest-details .all-acc{
  margin-bottom: 70px;
}
.contact-right-section{
  padding-left: 40px;
}
/*vip table booking*/
.vip-table-main .main-heading{
  text-align: center;
  width: 80%;
  margin: 0 auto;

}
.vip-table-main .main-heading p{
  color: #013F6BB2;
  text-align: center;
  margin-bottom: 40px;
}
.vip-table-main .c-form .btn{
  width: 100%;
  background: #FEBE1E;
  border: 0;
  border-radius: 0;
  padding: 15px 10px;
  text-transform: uppercase;
} 
.vip-table-main .c-form .btn:focus{
  box-shadow: unset;
}
.new-home.party-main.vip-table-top .club-all-cities  h1 {
  text-align: left;
  line-height: 35px;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #013F6B;
  font-family: 'abril_fatfaceregular';
  font-weight: 400;
  font-size: 35px;
}
.club-all-cities{
  float: left;
  width: 100%;
}
.club-all-cities .cities-top{
  display: flex;
  align-items: center;
}
.club-all-cities .cities-top .c-form .search-box{
  width: 250px;
  background: url(assets/images/search.svg);
  background-repeat: no-repeat;
  background-position: right;

}
.club-all-cities .cities-top .c-form{
  margin-left: auto;
}
.single-service-box .service-content-box h3{
  font-size: 25px;
}
.services-start.all-boxes .single-box .card .btn-action .btn-detail{
  margin: 0 auto;
  width: 200px;
}
.single-service-box{
  margin-bottom: 30px;
}
.single-service-box.change-order{
  flex-direction: row-reverse;
}
.service-content-box{
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
.service-content-box p{
  font-family: 'poppinsregular';
  font-size: 14px;
  line-height: 30px;
  color: #013F6BB2;

}
.all-services-main .vip-table-main .c-form .btn{
  width: 200px;
}
.all-services-main  .modal .modal-title{
  color: #013F6B;
  font-family: 'abril_fatfaceregular';
  font-weight: 400;
  font-size: 22px;
  line-height: 39px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.service-details-main .all-clubs.all-boxes .main-heading h1{
  text-align: left !important;
}
.service-details-main .single-service-box p{
  font-family: 'poppinsregular';
  font-size: 14px;
  line-height: 30px;
  color: #013F6BB2;
}
.en-btn{
  margin-top: 50px;
}
.service-detail-full img{
  margin: 20px 0;
}
/*blog*/
.blog-page .blog-area .main-heading h1 {
  text-align: center;
  line-height: 35px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.blog-area.blog-top .all-boxes .blog-sidebar-blog .single-box h3{
  font-size: 16px;
  line-height: initial;
  margin-bottom: 10px;
  margin-top: 0px;
}
.blog-area.blog-top .all-boxes .blog-sidebar-blog .single-box .card-text{
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0; 
}
.blog-area.blog-top .all-boxes .blog-sidebar-blog .single-box .btn-action a{
  font-size: 11.32px;
  line-height: 11px; 
  margin-top: 15px;
}
.blog-sidebar-blog, .no-padding-area{
  padding: 0;
}
.blog-sidebar-blog .club-all-cities .cities-top .c-form, .blog-sidebar-blog .club-all-cities .cities-top .c-form .search-box{
  width: 100%;
}
.blog-sidebar-blog .club-all-cities{
  margin-bottom: 30px;
}
.blog-left-sidebar .card-body h3{
  font-size: 30px;
}
.cate-text, .cate-text:hover{
  font-size: 12px;
  color: #FEBE1E;
  width: 100%;
  float: left;
  margin: 20px 0;
  text-transform: uppercase;
  font-family: 'poppinsregular';
letter-spacing: 2px;
text-decoration: none;
}
.latest-news.blog-area .cate-text{
  margin-bottom: 0px;
}
.blog-page.blog-single-page .blog-area .main-heading h1{
  text-align: left;
}
.content-blog img{
  margin-bottom: 20px;
}
.blog-single-page .latest-news .news-boxes .news-box .card-body .card-text {
  font-size: 16px;
  line-height: 27px;
}
.mobile-only-not-desktop{
  display: none;
}
.club-v-page .club-header .club-header-heading, .new-home .all-clubs.all-boxes .main-heading h1{
  font-size: 30px;
  line-height: 30px;
}
.new-home .all-clubs.all-boxes .main-heading h1{
  margin-bottom: 30px;
}
.rest-details .club-header .c-address {
  font-size: 14px;
}
.club-v-page.rest-details .club-header .book-btn {
  width: 170px;
  height: 45px;
  padding: 12px 10px;
}
.club-v-page.rest-details .club-header .container {
  padding-bottom: 20px;
}
.res-abt-section{
  margin-top: 30px;
}
.res-abt-section .container {
  padding-bottom: 30px;
}
.res-abt-section p {
  margin-bottom: 0;
}
#c_gallery{
  padding-bottom: 30px;
}
.new-home.party-main .all-clubs.all-boxes .main-heading h1 {
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.service-detail-full .card img {
  max-height: 350px;
  object-fit: cover;
}
.service-detail-full .card-body h3 {
  line-height: 22px;
}
@media (min-width: 768.1px) {
/*updated*/
.club-updated .club-header{
    height: 180px;
}
.club-updated .club-header .club-header-heading{
    font-size: 30px;
}
.club-updated .club-header .icons-area img{
    width: 12px;
}
.club-updated .club-header .icons-area .c-address{
    font-size: 14px;
}
.club-updated .club-header .book-btn{
    width: 170px;
    height: 45px;
    padding: 12px 10px;        
}
.club-updated .club-tab-menu ul li a{
    font-size: 18px;
}
.club-updated .club-tab-menu ul li{
        padding: 0 8px;
    padding-bottom: 10px;
}
.club-updated .club-about h3{
     font-size: 30px; 
         margin-bottom: 25px;
    margin-top: 25px;
}
.club-updated .vip-tables .main-heading h1{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 25px;
}
.club-updated .all-boxes .single-box h3{
    font-size: 20px;
    line-height: 20px;
}
.club-updated .all-boxes .single-box .card .card-text span{
    font-size:12px;
}
.club-updated .all-boxes .single-box .card .card-body .card-text img{
    width: 14px;
}
.club-updated .all-boxes .single-box .card img{
    max-height: 210px;
}
.club-updated .all-boxes .single-box .card{
    margin-bottom: 25px;
}
.club-updated .vip-tables.tables-top.all-parties{
    padding-bottom: 0;
}
.club-updated .tables-img img{
   max-width: 450px;
}
.club-updated .vip-tables.all-bottles .main-heading h1{
    margin-bottom: 30px;
}
.club-updated .all-clubs.all-boxes .main-heading h1{
    font-size: 30px;
    height: 30px;
}
.club-updated  .all-galleries .tab button{
    font-size: 18px;
    padding: 0 10px;
    padding-bottom: 10px;    
}
.club-updated .vip-tables.all-location .main-heading h1{
    margin-bottom: 30px;
    margin-top: 30px;
}
.club-updated  .all-clubs.all-boxes{
    padding-bottom: 0;
}
#c_location{
    float: left;
    width: 100%;
}
.club-updated .club-tab-menu {
    padding-top: 30px;
}
.club-updated  .club-about .club-about-content p{
    line-height: 26px;
}
}
@media (max-width: 767.9px) {
  .timeline{
    width: 250px;
    float: left;
    padding: 0;
  }
  .timeline li {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    color: #013F6B;
    height: 70px;
  }
  .timeline li:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #FEBE1E;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px 60px;
    background: #fff;
    color: #C7C7C7;
    transition: all ease-in-out .3s;
    cursor: pointer;
  }
  .timeline li:first-child::after {
    content: "";
    position: absolute;
    width: 73px;
    height: 1px;
    background-color: #C7C7C7;
    top: 10px;
    left: 33px;
    z-index: -999;
    transition: all ease-in-out .3s;
    transform: rotate(90deg);
}
.timeline li:after {
  content: "";
  position: absolute;
  width: 73px;
  height: 1px;
  background-color: #C7C7C7;
  top: 10px;
  left: 33px;
  z-index: -999;
  transition: all ease-in-out .3s;
  transform: rotate(90deg);
}
.timeline li .time-day {
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 12px;
}
.timeline li.closed-day .time-time {
  left: 100px;
}
.timeline li .time-time {
  margin-top: -28px;
  position: absolute;
  left: 106px;
  font-size: 12px;
}
/*.rest-details .club-header .c-address, .rest-details .r-food-details .c-address{
  display: flex;
}*/
.rest-details.new-home .all-clubs.all-boxes .main-heading h1{
  width: 75%;
  text-align: center;
  margin: 0 auto !important;
  line-height: 36px;
  margin-bottom: 30px !important;
}
.timeline li.active-tl.sun:after{
  width: 30px;
  left: 54.5px;
  top: -12px;
}
.r-timelines .container{
  position: relative;
}
.r-timelines .timeline-clock {
  float: left;
  margin-top: -2px;
  position: absolute;
  top: -65px;
  left: 75px;
}
.r-timelines{
  margin-bottom: 10px;
}
.rest-details .club-about .container{
  padding: 0 15px;
}
.club-v-page.rest-details .club-header .container{
  padding-left: 15px;
}
.rest-details{
  padding: 0 15px;
}
.club-v-page.rest-details .all-acc .faq-heading, .club-v-page.rest-details .club-header .club-header-heading.contact-heading{
  text-align: center;
}
.contact-right-section{
  padding-left: 15px;
}
.new-home.party-main .all-clubs.all-boxes.vip-table-main .container{
    padding-left: 30px;
    padding-right: 30px;
}
.new-home.party-main .club-all-cities .container{
  padding-left: 30px;
  padding-right: 30px;
}
.club-all-cities .cities-top{
  display: block;
  align-items: center;
  margin-bottom: 60px;
}
.club-all-cities .cities-top .c-form .search-box{
  width: 100%;
}
.new-home.party-main .all-clubs.all-boxes.vip-table-blog h1{
  margin-bottom: 50px !important;
}
.single-service-box.change-order{
  flex-direction:column;
}
.service-content-box{
  padding: initial;
}
.services-start .container{
  padding: 0 30px;
}
.all-boxes.services-start .single-box .card{
  margin-bottom: 0;
}
.c-form .form-group {
  margin-bottom: 20px;
}
.all-services-main .c-form .form-group{
  margin-bottom: 20px;
}
.en-btn {
  margin-top: 30px;
}
.service-detail-full img{
  margin: 0;
}
.service-details-main .services-start .single-box{
  padding: 0px;
}
.blog-page .blog-area .container{
  padding-left: 30px;
  padding-right: 30px;
}
.blog-page .blog-area .container .blog-sidebar-blog, .blog-mobile-with-padding{
  padding: 0 15px;
}
.blog-page .blog-area .container .blog-sidebar-blog .cities-top{
  margin-bottom: 30px;
}
.blog-left-sidebar .card-body h3 {
  font-size: 25px;
}
.all-news-area .all-boxes .single-box h3 {
  font-size: 20px;
}
.blog-area.mobile-section .blog-sidebar-blog{
  padding: 0 !important;
}
.blog-area.mobile-section .single-box{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.blog-area.mobile-section .single-box .card-body{
  padding-left: 15px;
}
.blog-sidebar-blog .club-all-cities{
  margin-bottom: 15px;
}
.blog-area.blog-top .all-boxes .blog-sidebar-blog .single-box h3{
  margin-top: 10px;
}
#c_tables .container, #c_bottle .container, .all-restaurants .all-clubs .container{
  padding: 0 30px;
}
.vip-table-main .main-heading p {
  text-align: left;
  margin-top: 20px;
}
.vip-table-top .vip-table-main .main-heading{
  width: 100%;
}
.club-updated .club-header .container {
    padding-left: 30px;
    text-align: center;
    padding-right: 30px;
}
.club-updated .club-header .club-header-heading {
    font-size: 25px;
    line-height: 25px;
}
.c-address {
    font-size: 14px;
}
.club-all-cities .cities-top{
  margin-bottom: 30px;
}
/*newtabs*/
.mobile-only-not-desktop{
  display: block;
}
.tabs-to-dropdown .nav-wrapper {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  display: block !important;
}
.tabs-to-dropdown .dropdown-menu{
  width: 100%;
}

.tabs-to-dropdown .nav-wrapper a {
  color: var(--darkgreen);
}

.tabs-to-dropdown .nav-pills .nav-link.active {
  background-color: var(--darkgreen);
}

.tabs-to-dropdown .nav-pills li:not(:last-child) {
  margin-right: 30px;
}

.tabs-to-dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
  padding: 14px 28px;
}

.tabs-to-dropdown .dropdown-item:active {
  color: var(--white);
}
#dropdownMenuButton{
  padding: 10px;
  border: 1px solid #013F6B;
  width: 100%;
  border-radius: 0;
  text-align: left;
}
.dropdown-toggle::after{
  right: 0;
  float: right;
  margin-top: 10px; 
}
/*newtabs*/
.club-v-page.rest-details .club-header .club-header-heading.contact-heading{
    text-align:left;
        margin-bottom: 20px;
    font-size: 22px;
}
.blog-page .blog-area .main-heading h1{
    margin: 30px 0;
}
.new-home .vip-tables.latest-news {
    padding-bottom: 20px;
}
.blog-page.blog-single-page .blog-area .main-heading h1 {
    text-align: center;
}
.home.site-main{
    margin-top: 80px;
}
.service-detail-full .card-body h3 {
  line-height: 22px;
  font-size: 20px;
}
}