.new_venue_listing_warp {background-image: linear-gradient(to right, #fff 32.5%, #f3f3f3 0%);}
.view_btn {
  color: #fff;
  background: #4dc6e2;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border: none;
  border-bottom: 4px solid #ebebeb;
  text-decoration: none;
  display: inline-block;
  height: 42px;
  min-width: 123px;
  line-height: 41px;
  padding: 0 10px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
}
.pt2rem{padding-top: 2rem !important;}
.nmodal_headtxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#df6381;
}
.nmodal_headtxt .right_col{font-weight: 400; font-size: 14px;}
.nmodal_headtxt  .left_col {
    text-transform: uppercase;
}
.bookBtn.btn-pinknew {
    background: rgb(223, 99, 129);
}
.view_btn:hover {
	background: #38abc6;
	color: #fff;
	text-decoration: none;
}

.new_venue_listing_warp .heading-primery {
    font-size: 20px;
    text-transform: uppercase;
    color: #646667;
    font-weight: 500;
    margin: 15px 0 0 0;
    letter-spacing: 2px;
}
.new_venue_listing_warp  .wrapper{background: #fff;}
.new_venue_listing_warp .topbox {margin-top: 40px;}
.new_venue_listing_warp .topbox .boximg {position: relative; border-radius: 5px; overflow: hidden; margin-bottom: 30px;cursor: pointer;}
.new_venue_listing_warp .topbox .boximg img {width: 100%;}
.new_venue_listing_warp .whitebox {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    
}
.new_venue_listing_warp .whitebox.closed:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.73);
    z-index: 99;
}
.new_venue_listing_warp .whitebox.closed:before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  width: 128px;
  height: 112px;
  background: url(../images/closed.png);
  z-index: 991;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.new_venue_listing_warp .whitebox .imgwarp {
    width: 100%;
    position: relative;
}
.new_venue_listing_warp .whitebox .imgwarp .imgbox {
    height: 175px;
    overflow: hidden;
}
.new_venue_listing_warp .whitebox .imgwarp .imgbox img {width: 100%}
.new_venue_listing_warp .whitebox .imgwarp .time {
    font-size: 12px;
    color: #6e7071;
    left: -5px;
    position: absolute;
    top: 20px;
    z-index: 9;
    background: #fff;
    padding: 4px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.new_venue_listing_warp .whitebox .imgwarp .time:after{
	position: absolute;
  top: -9px;
  left: -2px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #6e7071 transparent;
}
.new_venue_listing_warp .whitebox .imgwarp .fav_icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}
.new_venue_listing_warp .whitebox .content {
    padding: 20px;
    color: #6e7071;
}
.new_venue_listing_warp .whitebox .content h4 {
        font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    color: #6e7071;
}
.new_venue_listing_warp .whitebox .content .ratingbox {
    color: #faca0b;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.new_venue_listing_warp .whitebox .content ul {margin-bottom: 10px;}
.new_venue_listing_warp .whitebox .content ul li {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    margin: 0 10px 4px 0;
    font-size: 14px;
}
.new_venue_listing_warp .whitebox .content ul li:after{
	position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #6e7071;
}
.new_venue_listing_warp .whitebox .content .ratingbox i {margin-right: 2px;}
.new_venue_listing_warp .topbox .boximg h3 {
	font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  color: #fff;
  padding-left: 15px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 4px;
}

/*Start custom checkbox and radio buttons css*/
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 7.5px 0px;
    cursor: pointer;
    font-size: 17px;
    color: #7f8283;
    font-weight: 300;
    letter-spacing: 1px;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}
.checkbox-custom-label span, .radio-custom-label span {
    color: #babdbe;
}
.checkbox-custom-label:focus, .radio-custom-label:focus{outline: none !important;}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #dadada;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 0px;
    margin-right: 15px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    background: #51bbd3;
    color: #fff;
    line-height: 20px;
    border-color: #51bbd3;
}
.topsearchnew {
    padding: 24px 0;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
}
.topsearchnew h3 {
    margin: 0;
    color: #646667;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.topsearchnew .searchbox {
    display: flex;
}
.topsearchnew .searchbox .form-control {
    background: #f4f7f7;
    border-color: #f4f7f7;
    height: 54px;
    padding: 0 15px 0 50px;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
}
.topsearchnew .searchbox .address-icon {
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    height: 38px;
    color: #4dc6e2;
    font-size: 28px;
}
.topsearchnew .searchbox button {
    border-radius: 5px;
    background-color: rgb(77, 198, 226);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.08);
    min-width: 186px;
    height: 55px;
    display: inline-block;
    border: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    border-color: #51bbd3;
    background: #51bbd3;
    line-height: 20px;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
/*End*/

.new_venue_listing_warp .panel-heading  a:before {
   font: normal normal normal 26px/1 FontAwesome;
   content: "\f106";
   float: right;
   transition: all 0.2s;
   right: 10px;
   left: auto;
   color: #646667;
}
.new_venue_listing_warp .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 20px;
} 
.new_venue_listing_warp .panel-title {margin: 0;}
.new_venue_listing_warp .panel-title>a:hover {
	color: #df6382;
}
.new_venue_listing_warp .panel-group .panel-body {
    padding: 4px 15px 9px 0px;
    color: #7f8283;
    font-size: 14px;
}
.new_venue_listing_warp .panel-heading  a:hover:before{color: #df6382;}
.new_venue_listing_warp .panel-title>a {
    display: block;
    padding: 18px 0px;
    color: #646667;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}
/*Start new page booking table page css*/
.make_booking_firstwarp {
    padding: 2rem 0;
}
.make_booking_secondwarp.pt-4 {
}
.make_booking_firstwarp .mainbox {
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid #eeeeee;
    overflow: hidden;
}
.make_booking_firstwarp .mainbox .lbox {
    background: #55b8cd;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    padding: 0 15px;
    height: 135px;
    max-width: 200px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    line-height: 25px;
}
.make_booking_firstwarp .mainbox .rbox {
    width: 100%;
    display: flex;
    padding: 0 35px;
    align-items: center;
    justify-content: space-between;
}
.make_booking_firstwarp .mainbox .rbox a {
    border-radius: 5px;
    background-color: rgb(77, 198, 226);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.08);
    min-width: 176px;
    height: 58px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}
.make_booking_firstwarp .mainbox .rbox ul {
    width: 100%;
    display: flex;
    margin: 0 5px 0 0;
    justify-content: space-between;
}
.make_booking_firstwarp .mainbox .rbox ul li {display: inline-block; width: 100%; margin: 0 5px;}
.make_booking_firstwarp .mainbox .rbox ul li .form-control {
    width: 100%;
    background: #f4f7f7;
    border-color: #f4f7f7;
    /*color: #aeb1b2;*/
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 58px;
    font-weight: 500;
}
.make_booking_secondwarp .mnbox {
    border: 1px solid #eeeeee;
    background: #fff;
    border-radius: 5px;
    padding: 35px;
}
.make_booking_secondwarp .mnbox .topwp .imgbox {
    width: 175px;
    height: 175px;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
}
.make_booking_secondwarp .mnbox .topwp .imgbox img {width: 175px; height: 175px;}
.make_booking_secondwarp .mnbox .topwp h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #6e7071;
}
.make_booking_secondwarp .mnbox .topwp .bottomwp p {
    font-size: 16px;
    color: #6e7071;
    line-height: 24px;
    margin: 0;
        font-weight: 200;
}
#findonmap_wp, #restaurantdetails_wp{display: none;    margin: 15px 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin: 10px 15px;    width: 100%;}
.make_booking_secondwarp .mnbox h2{
    font-size: 26px;
    text-transform: uppercase;
    color: #646667;
    letter-spacing: 2px;
    margin: 0;
}
.sh_buttons li{
  font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px 0 0;
    margin: 0px 10px 0px 0;
}
.sh_buttons li a{text-decoration: none; color: #df6381;}
.sh_buttons li a:hover{text-decoration: none; color: #55b8cd;}
.make_booking_secondwarp .mnbox h3 {
    font-size: 17px;
    color: #55b8cd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
    line-height: 26px;
}
.make_booking_secondwarp .photoGallery h2{font-size: 16px !important; margin-bottom: 10px;}
.make_booking_secondwarp .mnbox p.first{
  color: #6e7071;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  letter-spacing: 2px;
}
.make_booking_secondwarp .mnbox .rating-ad {
    display: flex;
    color: #df6381;
    letter-spacing: 2px;
    text-transform: uppercase;
        align-items: center;

}
.make_booking_secondwarp .mnbox  .poundwarp{display: inline-block; margin: 5px 0;}
.make_booking_secondwarp .mnbox  .poundwarp ul li{display: inline-block; color: #e3e8e8; margin-right: 5px;}
.make_booking_secondwarp .mnbox  .poundwarp ul li.active i{color: #faca0b;}
.make_booking_secondwarp .mnbox .rating-ad ul{margin: 10px 10px 10px 0}
.make_booking_secondwarp .mnbox .rating-ad ul li{
  display: inline-block;
  color: #e3e8e8;
}
.make_booking_secondwarp .mnbox .rating-ad ul li.active{
  color: #faca0b;
}
.green_btn {
    border-radius: 5px;
    background-color: rgb(80, 192, 13);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
    min-width: 210px;
    height: 58px;
    line-height: 58px;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    transition: all 0.3s;
}
.green_btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.make_booking_threewarp {
    padding: 2rem 0;
}
.make_booking_threewarp .boxwhite {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}
.make_booking_threewarp .boxwhite .tablebox {
    padding: 1rem;
}
.make_booking_threewarp .boxwhite .tablebox h2 {
    font-size: 18px;
    color: #646667;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}
.make_booking_threewarp .boxwhite .tablebox input {
    background: #f4f7f7;
    border: 0;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    margin: 15px 0 10px 0;
    color: #aeb1b2;
    height: 56px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.make_booking_threewarp .boxwhite .checkboxwarp {
    background: #fcfcfc;
    display: inline-block;
    width: 100%;
    padding: 1rem;
    border-top: 1px solid #eee;
}
.make_booking_threewarp .boxwhite .checkboxwarp h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #646667;
    margin: 0 0 10px 0;
}
.make_booking_threewarp .boxwhite .checkboxwarp .box {
    color: #7f8283;
    font-size: 14px;
    margin: 2px 0;
}
.make_booking_threewarp .boxwhite .checkboxwarp .box span {
    color: #babdbe;
}
.make_booking_threewarp .boxwhite .blrwp {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.make_booking_threewarp .boxwhite .boxmain {
    padding:2rem;
}
.make_booking_threewarp .boxwhite .boxmain .wdivdr {
    display: inline-block;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}
/*.make_booking_threewarp .boxwhite .boxmain .wdivdr:first-child{margin-top: 0;}*/
.make_booking_threewarp .boxwhite .boxmain .wdivdr:last-child{border-bottom: 0}
.make_booking_threewarp .boxwhite .boxmain .wdivdr .topw h2 {
    color: #646667;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
}
.make_booking_threewarp .boxwhite .boxmain .wdivdr .topw .btfull {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.make_booking_threewarp .boxwhite .righttopbox {
    padding: 1rem;
}
.make_booking_threewarp .boxwhite .righttopbox .buttonsul li{
  display: inline-block;
  width: 100%;
}
.make_booking_threewarp .boxwhite .righttopbox .buttonsul li a {
    border-radius: 5px;
    background-color: rgb(223, 99, 129);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 58px;
    display: flex;
    color: #fff;
    text-align: left;
    align-items: center;
    margin: 5px 0;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 300;
}
.make_booking_threewarp .boxwhite .righttopbox .buttonsul li a:hover{background: rgb(77, 198, 226); text-decoration: none;}
.make_booking_threewarp .boxwhite .righttopbox .buttonsul li a .icon{margin-right: 10px;}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails {
    margin-top: 15px;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails h3 {
    color: #646667;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 1px;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot .extraadded {
    font-size: 14px;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    color: #646667;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot .extraadded ul li{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 5px 15px 5px 0px;
    align-items: center;
    justify-content: space-between;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot .extraadded ul li:last-child{border-bottom: 0;}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot:last-child{border-bottom: 0}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot h4 {
    color: #646667;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot .price {
    color: #55b8cd;
    font-size: 17px;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails ul.tabbtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.make_booking_threewarp .boxwhite #tablewp .form-control{
  background: #f4f7f7;
  border: 0;
  padding: 10px 7px;
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  margin: 0px 0 10px 0;
  color: #aeb1b2;
  height: 56px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.make_booking_threewarp .boxwhite .righttopbox .orderdetails ul li{
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails ul li a{
  display: block;
  border: 1px solid #eee;
  padding: 10px 8px;
  color: #4a4a4a;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -1px;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails ul li a.active, .make_booking_threewarp .boxwhite .righttopbox .orderdetails ul li a:hover{
  background: #51bbd3;
  color: #fff;
  text-decoration: none;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes {
    display: inline-block;
    margin: 15px 0;
    color: #646667;
    font-size: 16px;
    font-weight: 300;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .row{display: none;}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .row.active{display: flex;}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .left, .make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .right {
    display: flex;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .img {
    margin-right: 10px;
    width: 40px;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .text {
    font-size: 16px;
    line-height: 18px;
}
.make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .text span {
  font-size: 12px;
  color: #969494;
}
.make_booking_threewarp .boxwhite .right-price-details-wp {
    background: #fcfcfc;
    padding: 1rem;
    border-top: 1px solid #eee;
    color: #646667;
}
.make_booking_threewarp .boxwhite .right-price-details-wp h3{
      font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0;
    letter-spacing: 1px;
}
.make_booking_threewarp .boxwhite .right-price-details-wp .btbox {
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0;
    letter-spacing: 1px;
}
.make_booking_threewarp .boxwhite .right-price-details-wp .btbox p{margin: 0; 
    font-size: 14px;
    color: #646667;}
.make_booking_threewarp .boxwhite .right-price-details-wp .timeselect {
    display: block;
    margin: 15px -11px;
    text-transform: uppercase;
    color: #646667;
}
.make_booking_threewarp .boxwhite .right-price-details-wp .btbox p.color-55b8cd, .make_booking_threewarp .boxwhite .right-price-details-wp .priceright.color-55b8cd{font-size: 16px; margin-top: 5px;}
.make_booking_threewarp .boxwhite .right-price-details-wp .priceright {
    font-size: 14px;
}
.make_booking_threewarp .boxwhite .right-price-details-wp .btbox .cnttxt {
    font-size: 14px;
    text-transform: capitalize;
    color: #969494;
    margin: 10px 0;
        font-weight: 300;
}
.make_booking_threewarp .boxwhite .right-price-details-wp.whitebgnoborder{background: #fff;}
.make_booking_threewarp .boxwhite .right-price-details-wp .timeselect label{display: block; margin: 0;}
.make_booking_threewarp .boxwhite .right-price-details-wp .timeselect select{
  background: #f4f7f7;
  border: 0;
  padding: 10px 7px;
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  margin: 0px 0 10px 0;
  /*color: #aeb1b2;*/
  height: 56px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.color-55b8cd{color: #55b8cd !important}
.incdic {
    width: 100px;
}
.incdic .input-number {
    max-width: 35px;
    color: #b7babb;
    text-align: center;
    font-size: 15px;
    background: transparent;
    border: 0;
    padding: 0 2px;
    height: 32px;
}
.incdic button {
    width: 32px;
    height: 32px;
    border: 0;
    background: #f4f7f7;
    color: #b7babb;
    border-radius: 50%;
    cursor: pointer;
    line-height: 32px;
    font-size: 14px;
    font-weight: 100;
}

.incdic button:focus{outline: 0;}
.make_booking_threewarp .boxwhite .boxmain .wdivdr .topw .price {
    color: #55b8cd;
    font-size: 16px;
}
.make_booking_threewarp .boxwhite .boxmain .wdivdr .topw .favicon {
    font-size: 24px;
    color: #df6381;
}
.plusiconright a{font-size: 28px;
    color: #51bbd3;}
.plusiconright a:hover{color: #333;}
.make_booking_threewarp .boxwhite .boxmain .wdivdr .contntbox {
    font-size: 14px;
    color: #6e7071;
    line-height: 25px;
    margin: 10px 0 15px 0;
    font-weight: 300;
}
.morecontent span {
  display: none;
}
.make_booking_threewarp .boxwhite .boxmain .wdivdr .contntbox p{margin: 0}
.make_booking_threewarp .boxwhite .boxmain .wdivdr .contntbox p a{color: #55b8cd; margin-left: 15px;}
.extra_add_mate {
    border-top: 1px solid #df6381;
    padding-top: 10px;
    position: relative;
}
#extraadd_wp{display: none;}
.extra_add_mate:after, .extra_add_mate:before {
  top: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 99;
}

.extra_add_mate:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 13px;
  margin-left: -13px;
}
.extra_add_mate:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #df6381;
  border-width: 15px;
  margin-left: -15px;
}

.extra_add_mate .box h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #797a7b;
    margin: 0;
    letter-spacing: 2px;
}
.extra_add_mate .txt_theme {
    color: #4dc6e2;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}
.extra_add_mate .txt_pink {
    color: #df6381;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.extra_add_mate .box {
    padding: 0;
    margin: 10px 0;
}
.extra_add_mate .box:last-child{
  border-bottom: 0;
}
.photoGallery ul li {
    width: 31%;
    display: inline-block;
    margin: 1px;
    border: 1px solid #eee;
    padding: 2px;
}
.offer_withOut {
    text-decoration: line-through;
    color: #797878;
    margin-right: 5px;
}
.offer_show {
    background: #f94d7e;
    color: #fff;
    padding: 4px 4px;
    border-radius: 5px;
    font-weight: 300;
    /* font-size: 15px; */
}

.make_booking_threewarp .boxwhite .right-price-details-wp .timeselect .box label{
    font-size: 13px;
}
.timeselect .checkbox-custom + .checkbox-custom-label:before, .timeselect .radio-custom + .radio-custom-label:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
}

  /*sucess modal start*/
  .sucessmodal .modal-content {margin-top: 75px; border-radius: 10px; color: #222222; box-shadow: none; border: 0;}
  .sucessmodal .modal-body{padding: 2rem 2rem 1rem;}
  .sucessmodal .img {width: 154px; height: 154px; background: #fff; margin: auto; position: absolute; top: -75px; left: 0; right: 0; border-radius: 50%;}
  .sucessmodal .mb4{margin: 15px 0 !important;}
  .sucessmodal .topicon {text-align: center;}
  .sucessmodal .topicon .pinktxt {font-size: 16px; margin: 45px 0 0 0; color: #d93b8a; font-weight: 500;}
  .sucessmodal .modal-content h2 {margin: 0 0 20px 0; font-size: 28px; color: #51BBD3;}
  .sucessmodal .modal-content h3 {font-size: 17px; margin: 0;}
  .sucessmodal .modal-content ul {padding: 0; margin:10px 0;}
  .sucessmodal .modal-content ul li {font-size: 14px; display: inline-block; width: 100%; font-weight: 500;}
  .sucessmodal .modal-content p {margin: 10px 0; font-size: 13px; color: #222222}
  .sucessmodal .btn1 {background: #D93B8A; color: #fff; border: 0; line-height: 40px; display: inline-block; padding: 0 20px; transition: all 0.3s; border-radius: 3px; margin: 0; text-decoration: none;}
  .sucessmodal .btn1:hover {background: #333; color: #fff;}
  .sucessmodal .box {width: 152px; position: relative; height: 137px; box-shadow: #B4ABABEB 0 3px 6px; padding: 5px;text-align: center;
    border-radius: 10px; margin: 4rem auto;}
  .sucessmodal .box h3 {font-size: 45px; color: #51BBD3; font-weight: 400; margin: 0;}
  .sucessmodal .box h4 {font-size: 18px; color: #51BBD3; font-weight: 400; margin: 0;}
  .sucessmodal .box h5 {font-size: 14px; font-weight: 600; margin:5px 0;}
  .sucessmodal .box p {font-size: 12px;  margin:0; border-top: 1px solid #efefef; padding-top: 5px;}
  .sucessmodal .box .startwp {position: absolute; width: 44px; height: 44px; background: #D93B8A; top: -22px; right: -22px; border-radius: 50%; color: #fff;}
  .sucessmodal button.close {background: #ed3833; opacity: 1; width: 35px; height: 35px; position: absolute; right: -15px; top: -15px; z-index: 99; color: #fff; text-shadow: none; border-radius: 50%; line-height: 35px; font-size: 30px;}
  .sucessmodal button.close span {height: 30px; line-height: 30px; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
  .sucessmodal.sucessnew .img{width: 154px; height: 154px; padding: 0;}
  .sucessmodal.sucessnew  .col-md-7{text-align: left}
  /*sucess modal end*/
  
/*Start modal box*/

.addextras_modal .modal-header {
    background: #51bbd3;
    font-size: 24px;
    color: #fff;
    border-radius: 0;
    padding: 15px;
}
.addextras_modal .modal-body {
    padding: 2rem;
}
.addextras_modal .modal-header h5{text-transform: uppercase; margin: 0;}
.addextras_modal .modal-content {border-radius: 0; border:0;}
.addextras_modal .content h4 {
    color: #646667;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.addextras_modal.addonModifierP .content h4{ 
  color: #df6381;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
 }
.addextras_modal.addonModifierP  .box {
    color: #646667;
    font-weight: 300;
}
.addextras_modal.addonModifierP .incdic button {
    background: #51bbd3;
    color: #fff;
}
.addextras_modal.addonModifierP .checkbox-custom:focus + .checkbox-custom-label, .addextras_modal.addonModifierP  .radio-custom:focus + .radio-custom-label{outline: 0;}
/*.addextras_modal.addonModifierP .checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before{margin-right: 0}*/
 .addextras_modal.addonModifierP .content h4 span{text-transform: initial; font-size: 12px;}
 .addextras_modal.addonModifierP  .addonPriceDiv {
    display: inline-block;
    margin: 0 15px;
}
 .addextras_modal.addonModifierP  .onlycheckbox {
    display: inline-block;
}
.addextras_modal.addonModifierP  .checkbox-custom + .checkbox-custom-label:before, .addextras_modal.addonModifierP .radio-custom + .radio-custom-label:before {
    border:1px solid #d0cfcf;
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    width: 20px;
    height: 20px;
}
.jq-ry-container{width:120px !important;}
.addextras_modal .content h4 span{font-size: 14px; float: right;}
.addextras_modal .content ul {
    margin: 25px 0;
}
.addextras_modal .content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #646667;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
}
.addextras_modal .content ul li .nametxt {
    width: 170px;
}
.addextras_modal .content ul li .incdicwp{visibility: hidden;}
.addextras_modal .content ul li.open .incdicwp{visibility: visible;}
.addextras_modal .content ul li .plusiconright {
    margin-right: 20px;
}
.btn.closebtn {
    background: #8f8f8f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    margin: 2px;
    letter-spacing: 1px;
    transition: all 0.3s;
    text-decoration: none;
    border: 0;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
        font-weight: 300;
        font-size: 14px;
}
.btn.addextbtn {
    background: #13e865;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    margin: 2px;
    letter-spacing: 1px;
    transition: all 0.3s;
    text-decoration: none;
    border: 0;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
        font-size: 14px;
        font-size: 14px;
}
.btn.closebtn:hover, .btn.addextbtn:hover{background: #333;}
.mob-left-filter {
    padding: 10px;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 10px;
}
.mob-left-filter span {
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
}
.form-group--number {
    display: inline-block;
    position: relative;
}
.form-group--number button {
    background: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 20px;
    line-height: 1em;
}
.form-group--number .form-control {
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 50px;
    background-color: transparent;
}
.blinking{
  animation: blinkingText 1.2s infinite;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #df6381 !important;
}

.venue_new_firstwarp .mainbox .lbox {
height: 81px;
}

      /*guest modal start*/
      .guestmodal .modal-content {border-radius: 5px; color: #222222; border: 0;}
      .guestmodal .modal-body{padding: 1.5rem;}
      .guestmodal button.close {background: #df6381; opacity: 1; width: 35px; height: 35px; position: absolute; right: 15px; top: 15px; z-index: 99; color: #fff; text-shadow: none; border-radius: 50%; line-height: 35px; font-size: 30px;}
      .guestmodal .modal-body h2{text-align: center; color: #df6381; font-size: 20px; letter-spacing: 2px; text-transform: uppercase;}
      .guestmodal .modal-body .box h3 {
      font-size: 16px;
      color: #4cbbd5;
      text-transform: uppercase;
      margin: 0 0 2px 0;
      letter-spacing: 1px;
      }

      .guestmodal .botcontent a.tolltip_btn:hover span.tooltipwp{display: block}
      .guestmodal .botcontent span.tooltipwp {
        width: 100%;
        position: absolute;
        bottom: 26px;
        font-size: 11px;
        text-transform: initial;
        left: -35px;
        background: rgba(0,0,0,0.9);
        border-radius: 5px;
        padding: 5px;
        color: #fff;
        line-height: 15px;
        text-align: justify;
        display: none;
        min-width: 320px;
      }
      .guestmodal .modal-body .box{margin-bottom: 10px; }
      .guestmodal .modal-body .box input[type=text], .guestmodal .modal-body .box select {
      border: 2px solid rgba(186, 186, 186, 0.5);
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0);
      width: 100%;
      height: 50px;
      font-size: 15px;
      color: #6e7071;
      letter-spacing: 1px;
      float: left;
      }
      .guestmodal button.close span {height: 35px; line-height: 35px; position: absolute; top: 0; left: 0; right: 0; bottom: 0;} 
      .guestmodal .botcontent {
      border-top: 1px solid #dcdcdc;
      padding-top: 1rem;
      }
      .guestmodal .green_btn {
      border-radius: 5px;
      background-color: rgb(80, 192, 13);
      box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.08);
      min-width: 176px;
      height: 58px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      line-height: 58px;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-decoration: none;
      padding: 0 15px;
      border: 0;
      font-weight: 500;
      margin-top: 5px;
      }
      .custom_check {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 15px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #6e7071;
      text-transform: uppercase;
      font-weight: 600;
      }
      .guestmodal .modal-body .box .custom_check {font-size: 14px; }
      .guestmodal .modal-body .botcontent .custom_check{font-weight: 400}
      /* Hide the browser's default checkbox */
      .custom_check input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
      }
      /* Create a custom checkbox */
      .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 23px;
      width: 23px;
      background-color: #fff;
      border-radius: 3px;
      border: 2px solid #dcdcdc;
      }
      /* On mouse-over, add a grey background color */
      .custom_check:hover input ~ .checkmark {
      background-color: #dcdcdc;
      }
      /* When the checkbox is checked, add a blue background */
      .custom_check input:checked ~ .checkmark {
      background-color: #4bbbd5;
      border-color: #4bbbd5;
      }
      /* Create the checkmark/indicator (hidden when not checked) */
      .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      }
      /* Show the checkmark when checked */
      .custom_check input:checked ~ .checkmark:after {
      display: block;
      }
      /* Style the checkmark/indicator */
      .custom_check .checkmark:after {
      left: 8px;
      top: 4px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      }
      .guestmodal #guestlistform .tolltip_btn {
        color: #4bbbd5;
        text-decoration: underline;
      }
      .guestmodal #guestlistform .tolltip_btn:hover{
        text-decoration: none;
      }
      /*guest modal end*/
      
@keyframes blinkingText {
  50% {
    font-size: 12px;
  }
}
#mobile_cartbox {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    left: 0px;
    display: none;
    width: 100%;
}
#mobile_cartbox #cartremovebtn {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 20px;
    background: #f15280;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 0;
}
#mobile_cartbox.open {display: block;}
.leftcarticon {
    position: fixed;
    bottom: 10rem;
    left: 0;
    background: #f15280;
    z-index: 999;
    padding: 8px 15px 8px 5px;
    font-size: 24px;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    width: 50px;
    cursor: pointer;
}

.res_current_order span {
    background: #df6381;
    border-radius: 3px;
    padding: 3px 10px;
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
    border: 0;
    display: inline-block;
    line-height: 20px;
}

.leftcarticon a{color: #fff; text-decoration: none;}

.addextras_modal .incdic button {background: #f4f7f7;}

.subcat{margin-left: 25px;}
.subcat .checkbox-custom-label {margin: 3px 0; font-size: 14px;display: block;}
.catheadingtop {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
  background: #55b8cd;
  padding: 0 10px;
  height: 48px;
  box-shadow: #00000029 0 3px 6px;
  line-height: 48px;
}
.subcat .checkbox-custom + .checkbox-custom-label:before, .subcat .radio-custom + .radio-custom-label:before{width: 18px; height: 18px;}
.subcat .checkbox-custom:checked + .checkbox-custom-label:before{font-size: 15px;}
.subcat_heading {    
    display: block;
    width: 100%;
    margin-bottom: 15px;    
}
.subcat_heading span {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    background: #4cbbd5;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    position: relative;
    left: 0px;
    letter-spacing: 3px;
    font-weight: 300;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.subcat_heading span:after {
    content: "";
    position: absolute;
    right: -24px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #4cbbd5;
    border-right: 17px solid #4cbbd5;
    transform: rotate(-90deg);
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.fixedtop {position: sticky; top: 90px;}
#reservationguestlistdata {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right:5px;
    width: 100%;
    display: inline-block;
}
#reservationguestlistdata::-webkit-scrollbar {
    width: 5px;
}
 
#reservationguestlistdata::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
#reservationguestlistdata::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
 .mobile_categories_warp .main_cat_head {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 0px;
        cursor: pointer;
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        background: #4cbbd5;
        width: 100%;
        padding: 8px;
        border-radius: 3px;
        text-transform: uppercase;
      }
      
      .mobile_categories_warp .card{border:0; padding: 0; box-shadow: none; border-right: none; background: transparent;}
      .mobile_categories_warp .sub_cat{
        margin: 5px 0;
        background: #dd6482;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        width: 100%;
        padding: 8px;
        border-radius: 3px;
        text-transform: uppercase;
      }
      .mobile_categories_warp .subright_spc{padding-left: 15px;}
      .mobile_categories_warp .card-body {padding: 0;}
      .mobile_categories_warp .venue_new_threewarp{padding: 0}


 /*Coupon css start*/
      .modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
      .modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
      .modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
      .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden; margin: 0; padding: 1.5rem;}
      .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body::-webkit-scrollbar {
            width: 8px;
        }
         
        .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body::-webkit-scrollbar-track {
            border-radius: 0px;
        }
         
        .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body::-webkit-scrollbar-thumb {
            border-radius: 0px;
           background-color: #eee;
        }
      .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body .boxwp{border: 1px solid #e9e9eb; padding: 15px;}
      .modal-dialog-slideout .modal-content{border: 0;}
      .modal-dialog-slideout .modal-body .boxwp .dvbox {
      border-bottom: 1px dashed #a9abb2;
      padding: 15px 0px 15px 0px;
      } 
      .modal-dialog-slideout .close {
      padding: 0 !important;
      margin: 0 !important;
      color: #df6480 !important;
      opacity: 1;
      background: transparent !important;
      position: absolute;
      left: 0;
      top: 0px;
      }
      .modal-dialog-slideout .modal-header {
      box-shadow: 0 1px 5px #e9ecef;
      border: 0;
      border-radius: 0;
      }
      .modal-dialog-slideout .modal-header h5 {
      display: block;
      text-align: left;
      width: 100%;
      padding-left: 45px;
      margin: 0;
      text-transform: uppercase;
      }
      .coupValsh span:after{display: none;}
      .coupValsh{position: relative; margin-top: 3px;  width: 55%; float: right;}
      .coupValsh span {
        display: block;
        background: #a8e6e6;
        color: #000;
        position: relative;
        font-size: 14px;
      }
      .coupValsh a{position: absolute; right: 10px;
       top: 0px;}
      .modal-dialog-slideout .modal-body .boxwp .dvbox:last-child{border-bottom: 0;}
      .modal-dialog-slideout .modal-body .boxwp .dvbox h4{
      color: #3e4152;
      font-size: 1.14rem;
      font-weight: 500;
      margin-top: 5px;
      }
      .modal-dialog-slideout .modal-body .boxwp .dvbox p{color: #686b78; font-size: 13px;line-height: 18px;}
      .mn {
      display: -ms-flexbox;
      display: flex;
      }
      .modal-dialog-slideout .applybtn {
      color: rgb(223, 99, 129);
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      border: 1px solid rgb(223, 99, 129);
      text-decoration: none;
      display: inline-block;
      height: 42px;
      min-width: 123px;
      line-height: 41px;
      padding: 0 10px;
      text-align: center;
      transition: all 0.3s;
      }
      .modal-dialog-slideout .applybtn:hover{background: #333; border-color: #333; color: #fff;}
      .modal-dialog-slideout .mn .tp {
      min-width: 105px;
      height: 35px;
      border: 1px solid #efb1c0;
      background-color: rgba(224, 102, 128, 0.17);
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px;
      text-transform: uppercase;
      display: flex;
      }
      .modal-dialog-slideout .mn .tp img {
      margin-left: 10px;
      margin-right: 10px;
      }
      .modal-dialog-slideout .sp1 {
      font-size: 1.07rem;
      font-weight: 500;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative;
      padding: 0 15px;
      }
      .modal-dialog-slideout .sp2 {
      position: absolute;
      top: -1px;
      left: -3.5px;
      -ms-transform-origin: center;
      transform-origin: center;
      -ms-transform: scaleX(.7);
      transform: scaleX(.7);
      }
      .modal-dialog-slideout .sp3 {
      position: absolute;
      bottom: -1px;
      left: -3.5px;
      -ms-transform-origin: center;
      transform-origin: center;
      -ms-transform: scaleX(.7);
      transform: scaleX(.7);
      }
      .modal-dialog-slideout .sp2:after, .modal-dialog-slideout .sp2:before {
      content: "";
      position: absolute;
      left: 0;
      box-sizing: border-box;
      width: 10px;
      height: 10px;
      }
      .modal-dialog-slideout .sp2:before {
      top: 0;
      border: 5px solid transparent;
      border-top: 5px solid #efb1c0;
      }
      .modal-dialog-slideout .sp2:after {
      top: -2px;
      border: 5px solid transparent;
      border-top: 5px solid #fff;
      }
      .modal-dialog-slideout .sp3:after, .modal-dialog-slideout .sp3:before {
      content: "";
      position: absolute;
      left: 0;
      box-sizing: border-box;
      width: 10px;
      height: 10px;
      }
      .modal-dialog-slideout .sp3:before {
      bottom: 0;
      border: 5px solid transparent;
      border-bottom: 5px solid #efb1c0;
      }
      .modal-dialog-slideout .sp3:after {
      bottom: -2px;
      border: 5px solid transparent;
      border-bottom: 5px solid #fff;
      }
      .couponpopup{padding-right: 0 !important;}
      @media (max-width: 767px){
      .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
      overflow-y: auto;
      overflow-x: hidden;
      margin: 0;
      padding: 0;
      }
      .guestmodal button.close{position: absolute; top: 5px; right: 5px;}
      .mb-30 {margin-bottom: 10px;}
      }  
      /*Coupon css end*/
/*Start media query*/
@media screen and (min-width: 1400px) {
  .container {max-width: 1300px;}
}
@media (min-width: 992px) {
  .mob-left-filter{display: none;}
}
@media (min-width: 991px) {
  .leftcarticon{display: none;}
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .new_venue_listing_warp {background-image: linear-gradient(to right, #fff 22.5%, #f3f3f3 0%);}
  .make_booking_threewarp .boxwhite .right-price-details-wp .timeselect select{font-size: 12px;}
  .incdic button {width: 30px; height: 30px; font-size: 14px; line-height: 30px; font-weight: 100}
  .sh_buttons li{margin-top: 0;}
  .make_booking_secondwarp .mnbox h2{font-size: 22px;}
  .incdic .input-number {padding: 0 5px; max-width: 40px;  height: 30px;}
  .make_booking_secondwarp .mnbox h3{font-size: 15px;}
  .make_booking_secondwarp .mnbox .topwp .imgbox, .make_booking_secondwarp .mnbox .topwp .imgbox img{ width: 150px; height: 150px;}
  .make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot .price, .make_booking_secondwarp .mnbox p.first{font-size: 14px;}
  .make_booking_threewarp .boxwhite .right-price-details-wp .timeselect label, .make_booking_threewarp .boxwhite .righttopbox .orderdetails ul li a, .make_booking_threewarp .boxwhite .right-price-details-wp .btbox, .make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot h4{font-size: 13px;}
  .make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .text {font-size: 13px; line-height: 14px;}
  .make_booking_threewarp .boxwhite .tablebox h2{font-size: 16px;}
  .make_booking_threewarp .boxwhite .righttopbox .buttonsul li a{font-size: 13px;}
  .make_booking_threewarp .boxwhite .checkboxwarp, .make_booking_threewarp .boxwhite .tablebox, .make_booking_threewarp .boxwhite .righttopbox, .make_booking_threewarp .boxwhite .right-price-details-wp{padding: 1rem}
}
@media (max-width: 1799px) and (min-width: 1490px){
  .new_venue_listing_warp {
    background-image: linear-gradient(to right, #fff 28.5%, #f3f3f3 0%);
  }
}
@media (min-width: 1440px) and (max-width: 1500px) {
  .new_venue_listing_warp {background-image: linear-gradient(to right, #fff 26.5%, #f3f3f3 0%);}

}
@media (max-width: 1199px) and (min-width: 1024px) {
  .green_btn{min-width: 100px;}
  .make_booking_threewarp .boxwhite .righttopbox .orderdetails ul li{width: 100%;}
  .make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .left, .make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxes .right{display: inline-block;}
  .make_booking_threewarp .boxwhite .righttopbox .orderdetails .boxboot .price{font-size: 14px;}
  .make_booking_secondwarp .mnbox .topwp .imgbox, .make_booking_secondwarp .mnbox .topwp .imgbox img{width: 118px; height: 118px;}
  .make_booking_threewarp .boxwhite .righttopbox, .make_booking_threewarp .boxwhite .boxmain, .make_booking_threewarp .boxwhite .tablebox, .make_booking_threewarp .boxwhite .checkboxwarp, .make_booking_threewarp .boxwhite .right-price-details-wp{padding: 1rem;}
}
@media (max-width: 1360px) and (min-width: 768px) { 
    .new_ds .box .poundwarp p, .new_ds .box .offerwp, .ps-product .btnbox .ps-product__container .boxtopcon .box label{font-size: 10px;}
}
@media (max-width: 1199px) and (min-width: 992px) {  
  .new_venue_listing_warp {background-image: linear-gradient(to right, #fff 26%, #f3f3f3 0%);}
}
@media (max-width: 991px) {   
  .topsearchnew{background: transparent;}
  .new_venue_listing_warp .wrapper{padding: 0 15px;}
  .new_venue_listing_warp {background-image: none;}
  .photoGallery {display: none;}
  .green_btn{min-width: 100px;}
	.topsearchnew h3 {margin: 0 0 10px; font-size: 18px;}
  .make_booking_firstwarp .mainbox .rbox{flex-direction: column;}
  .make_booking_firstwarp .mainbox .rbox a{margin-top: 5px;}
  .extra_add_mate .box h5{margin-bottom: 10px;}
  .make_booking_threewarp .boxwhite .righttopbox{margin-top: 2rem; background: #fcfcfc; border-top: 1px solid #f1f1f1;}
  .make_booking_secondwarp .mnbox, .make_booking_threewarp .boxwhite .tablebox, .make_booking_threewarp .boxwhite .checkboxwarp, .make_booking_threewarp .boxwhite .boxmain, .make_booking_threewarp .boxwhite .righttopbox, .make_booking_threewarp .boxwhite .right-price-details-wp{padding: 15px;}
}

@media (max-width: 767px) {
  .timecountdown{text-align: center;}
  .timer.timeTo.timeTo-black{display: flex; justify-content: center;}
  .mobfilterwp {display: none;}
  .nmodal_headtxt{display: inline-block; width: 100%;}
  .modal-backdrop.show{display: none;}
  .nmodal_headtxt .right_col{float: right; width: 100%;}
  .m-d-none{display: none;}
  .addextras_modal.addonModifierP .content h4 span { font-size: 12px;   display: block;   width: 100%;  float: right;  text-align: right;  margin-bottom: 5px;}
  .jq-ry-container{display: inline-block !important;}
  .topsearchnew .searchbox {display: inline-block; width: 100%;}
  .topsearchnew .searchbox .address-icon {top: 8px; bottom: auto;}
  .topsearchnew .searchbox button{margin: 10px 0; width: 100%}
  .make_booking_firstwarp .mainbox .rbox ul{margin: 10px 0; width: 100%;}  
  .make_booking_firstwarp .mainbox, .make_booking_firstwarp .mainbox .rbox, .make_booking_firstwarp .mainbox .rbox ul{display: inline-block;}
  .make_booking_firstwarp .mainbox .rbox{padding: 0 15px;}
  .make_booking_firstwarp .mainbox .rbox ul li{margin: 5px 0;}
  .venue_new_secondwarp .mnbox .rating-ad{margin-bottom: 10px;}
  .addextras_modal.addonModifierP .addonPriceDiv{padding: 0 3px; font-size: 14px;}
  .addextras_modal.addonModifierP .box{margin-bottom: 10px; font-size: 14px;}
  .venue_new_firstwarp .mainbox .rbox ul li .form-control{font-size: 14px;}
  .ui-datepicker table, .ui-datepicker .ui-datepicker-title {font-size: 1.2em !important;}
  .make_booking_firstwarp .mainbox .rbox a {display: inline-block; width: 100%; margin-bottom: 15px;}
  .make_booking_firstwarp .mainbox .lbox {height: inherit; max-width: 100%; display: inline-block; line-height: 25px; width: 100%; padding: 15px;}
  .sucessmodal .box {width: 100%;}  
  .sucessmodal .box h3.sucessmodal .box h3.sucessmodal .box h3{font-size: 34px  !important;}
  .sucessmodal .box h4{font-size: 16px  !important;}
  .sucessmodal .box h5, .sucessmodal .modal-content h3{font-size: 14px  !important;}
  .sucessmodal .modal-content h2{margin: 5px 0  !important; font-size: 18px  !important;}
  .sucessmodal .modal-content p, .sucessmodal .modal-content ul{margin: 5px 0 !important}
  .sucessmodal .modal-content ul li{font-size: 12px  !important;}
  .sucessmodal .modal-body {padding: 25px 10px 10px 10px  !important}
  .mob_cat_head {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #646667;
    margin: 0 0 10px 0;
  }
  .fixedtop {position: inherit !important;}
  .coupValsh{width: 100%;}

}

@media (max-width: 380px) and (min-width: 320px){
  .timer.timeTo.timeTo-black{font-size: 32px !important; display: flex;
    justify-content: center; height: initial !important;}
  .timeTo.timeTo-black div{width: 32px !important; height: 32px !important; line-height: 38px !important}
  .view_btn{min-width: 120px;}
  .sucessmodal .btn1 {

    font-size: 12px;
  }
}
