/* Add here all your CSS customizations */



.sticky-header-active #header .header-logo img {
    height: 50px !important;
}

.rev_slider .tp-caption{
	letter-spacing:0 !important;
}
html .text-color-dark, html .text-dark {
    color: #676767 !important;
}
p {
    color: #616161;
    line-height: 28px;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}
h1, h2, h3, h4 {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

h2.title{
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
}


.rev_slider li.slide-overlay .slotholder:after {
    opacity: 0;
    background: #000000;
    z-index: 2;
}


.accommodation{
	margin:0;
	padding-top:10px; 
	padding-bottom:15px;
}
h3.facilities-title{
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 10px;
}
.top-border-img{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box-img{
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.text-box {
    position: relative;
    top: 0;
    max-width: 375px;
    float: right;
    margin: -10% 16px 0 0;
    padding: 24px;
    background-color: #ed202a;
    z-index: 10;
    min-height: 110px;
    min-width: 365px;
}
.text-box p, .text-box h3{
    color: #fff;
}
.text-box h3 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 24px;
    /* margin-bottom: 33px; */
    text-transform: inherit;
    letter-spacing: 0;
    margin-bottom: 5px !important;
}
.text-box a {
    color: #ffffff;
}
.text-box a:hover {
    color: #ccc;
}
.text-box p {
    margin: 0px;
}
.room-facilities .list.list-icons li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1rem;
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0;
}
.room-facilities .list.list-icons li:last-child {
    border-bottom: 0px solid #e2e2e2;
}
.room-facilities .featured-boxes-modern-style-2 .featured-box .box-content h2 {
    color: #212529;
    font-weight: 600;
    margin-bottom: 1rem;
}
.featured-boxes-modern-style-primary .featured-box {
    background: #616161;
    background: linear-gradient(135deg, #616161 0%, #616161 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616161', endColorstr='#616161', GradientType=1);
}
blockquote {
    border-left: 0px solid #eee;
    margin: 0;
    margin: 0;
    padding: 0;
    padding: 0;

}

.featured-box .box-content {
    border-radius: 0;
}


.home-about {
    position: relative;
    z-index: 0;
	margin-top: -50px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.home-about .home-about-body {
    position: relative;
    z-index: 1;
}
.home-about .bg-displaced {
    position: absolute;
    top: 47px;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 0;
}
.home-about h2.title {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}


.box-cart {
  padding: 40px 25px;
}

.box-cart .box-cart-image {
  display: none;
}






.blockquote-complex {
  position: relative;
}

.blockquote-complex cite,
.blockquote-complex small {
  display: inline-block;
  vertical-align: baseline;
}



.blockquote-complex cite:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 28px;
  margin-right: 4px;
  background: #000;
}

.blockquote-complex cite:after {
  content: ',';
}

.blockquote-complex small {
  margin-left: 8px;
  color: #666c84;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.blockquote-complex small:before {
  display: none;
}

.blockquote-complex .quote-footer {
  padding: 0 12px;
}

.blockquote-complex * + .quote-footer {
  margin-top: 19px;
}

.blockquote-complex.blockquote-complex-inverse:before, .blockquote-complex.blockquote-complex-inverse:after {
  border-color: #616161;
}

.blockquote-complex.blockquote-complex-inverse q {
  color: #616161;
}

.blockquote-complex.blockquote-complex-inverse cite {
  color: #616161;
}
.blockquote-complex p {
    color: #616161;
    font-size: 18px;
    line-height: 30px;
}
.blockquote-complex.blockquote-complex-inverse cite:before {
  background: #616161;
}




.content-grid .content-grid-item {
    background: #fff;
}



.form-control-datepicker-custom {
  position: relative;
}
.form-control-datepicker-custom:before {
    position: absolute;
    font-family: simple-line-icons;
    content: "\e075";
    top: 37px;
    font-size: 20px;
    color: #b7b7b7;
    z-index: 6;
    right: 8px;
}
.form-control-datepicker-custom input {
  position: relative;
  z-index: 2;
}

/* INNER PAGE */
.first-title {
    color: #ed202a;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}
.first-title:before {
    margin-right: 10px;
    width: 60px;
    height: 2px;
    background: #ed202a;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
}
.second-title {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 0;
	font-weight: 700;
}


.counters .counter {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 283px;
    height: 283px;
    background: 0 0;
    margin: 0 40px;
    text-align: center;
    position: relative;
    border: 0;
    padding: 80px 0;
}
.counters .counter:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-315deg);
    border: 4px solid #fff;
    left: 41px;
    top: 41px;
}
.counters .counter strong {
    font-weight: 700;
    font-size: 72px;
    color: #fff;
    line-height: 80px;
    margin-bottom: 4px;
}
.counters .counter label {
    font-weight: 600 !important;
    font-size: 36px;
    color: #fff !important;
    line-height: 38px;
}

html  .accommodation-page .list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child{
    background-color: #ffe2e4;
    color: #ed202a;
}
p.lead {
    line-height: 28.8px;
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.accommodation-page .card {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #ffffff;
    box-shadow: 0 0 0.5rem 0 rgba(0,0,0,.16);
	    border-radius: 0;
}

.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 75%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
 }

.story-box .story-box-info {
	box-sizing: border-box;
	width: 40%;
	height: 315px;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 90px -20% 0 0;
}

.story-box .story-box-info .story-title {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0;
}







/* Custom Thumb Info */
.thumb-info .thumb-info-custom-icon {
  width: auto;
  margin: -30px auto 0;
  -webkit-transform: none !important;
          transform: none !important;
} 
.thumb-info-custom {
  position: relative;
  border: 1px solid #ddd;
  overflow: visible;
  z-index: 2;
}
.thumb-info-custom:before {
  border: 1px solid #ddd;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  right: 2px;
  width: auto;
  z-index: 0;
}
.thumb-info-custom:after {
  border: 1px solid #ddd;
  bottom: -9px;
  content: "";
  height: 5px;
  left: 5px;
  position: absolute;
  right: 5px;
  width: auto;
  z-index: 0;
}
.thumb-info-custom .btn {
  margin: 0 0 -45px;
  position: relative;
  z-index: 10;
}

/* Thumb Info Custom Icon */
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom {
  top: 50%;
  margin-top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: block;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom a {
  display: block;
  width: 100%;
  height: 100%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:before {
  border-top: 1px solid #ddd;
  content: "";
  height: 1px;
  left: 20%;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 60%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:after {
  border-left: 1px solid #ddd;
  content: "";
  height: 60%;
  left: 50%;
  position: absolute;
  right: 2px;
  top: 20%;
  width: 1px;
}

.thumb-info .thumb-info-inner {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.custom-venue-address {
  position: relative;
  margin-top: -30px;
  -webkit-box-shadow: 0px 43px 112px -30px rgba(80, 80, 80, 0.9);
          box-shadow: 0px 43px 112px -30px rgba(80, 80, 80, 0.9);
  z-index: 1;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.custom-venue-address > .col-6 {
  z-index: 2;
  display: table-cell;
  float: inherit;
  vertical-align: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-venue-address img {
  width: 100%;
  opacity: 0;
}

.custom-arrow {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  left: 50%;
  bottom: -29px;
  z-index: 1;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}






.custom-form-style .form-control-custom {
  position: relative;
  margin-bottom: 10px;
}
.custom-form-style .form-control-custom > i {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #FFF;
}
.custom-form-style .form-control-custom .form-control {
    background: rgba(255, 255, 255, 0.16);
    border: none;
        border: 1px solid rgba(255, 255, 255, 0.72);
    padding: 10px 10px 10px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
}
.custom-form-style .form-control-custom .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.custom-form-style .form-control-custom .form-control::-moz-placeholder {
  color: #ffffff;
}
.custom-form-style .form-control-custom .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.custom-form-style .form-control-custom select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: #FFF;
}
.custom-form-style .form-control-custom select.form-control option {
  color: #818898;
}
.custom-form-style .form-control-custom.custom-select-style:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #c8d4ea;
  border-bottom: 1px solid #c8d4ea;
  z-index: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.custom-form-style .form-control-custom.custom-select-style select {
  position: relative;
  z-index: 1;
}
.custom-form-style .form-control-custom label.error {
  position: absolute;
  top: 2px;
  right: 0;
}
.custom-form-style.contact-page .form-control-custom .form-control {
  height: auto;
}
.custom-btn-style-4 {
    background: none;
    color: #FFF;
    font-weight: 900;
    border: 2px solid #FFF;
    padding: 10px 20px;
}
.custom-btn-style-4:hover {
    background: #FFF;
}


.contact-us-top-icon i{
    font-size: 40px;
}
html .booking-btn .btn-primary {
    background-color: #ed202a;
    border-color: #ed202a #ed202a #dc372d;
    color: #FFF !important;
}






/* ----------------------------------------------------------------
	Section Products
-----------------------------------------------------------------*/
.section-product .container {
    position: relative;
}

.section-product {
	position: relative;
	width: 100%;
}

.section-product .section-product-image {
	width: 100%;
}
.section-product .section-product-image img{
    max-width: 100%;
}
.section-product .section-product-content {
	max-width: 100%;
	position: relative;
	bottom: 0px;
	right: 0;
	background-color: #FFF;
	padding: 20px;
	z-index: 1;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
    transition: all ease-in .3s;
}

.section-product .section-product-content h3 { font-weight: 500;     margin-bottom: 20px; }

.section-product.alt .section-product-image,
.section-product.alt .section-product-content { float: none; }




#footer {
    background: #78BE20;
    border-top: 4px solid #72b51e;
}
#footer p {
    color: #ffffff;
    line-height: 28px;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}

#footer .contact-email a:not(.btn) {
    color: #fff;
}
#footer .contact-email a:hover {
    color: #ccc !important;
}
#footer hr.light {
    background: rgba(255, 255, 255, 0.50);
}
#footer .footer-nav nav > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
	text-transform: capitalize;
    color: #FFF;
}
#footer .footer-copyright.footer-copyright-style-2 {
    background: #78be20;
    border-top: 0px solid rgb(99, 179, 0);
}
#footer .footer-add-icon i{
    font-size: 40px;
    color: #fff;
}
#footer  .social-icons li a {
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 1rem;
}
.social-icons.social-icons-opacity-light li a {
    background: rgba(255, 255, 255, 0.16);
}
#footer .footer-copyright p {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}



/* Search Box! */

.bken {
  position: absolute;
  width: 100%;
  /* background: rgba(255,255,255,0.8); */
  top: 60%;
  z-index: 999;
  text-align: center;
}

.bken .col-sm-12 {
  width: 60%;
  float: none;
  background: rgba(255,255,255,0.8);
  margin: 0 auto;
  /* box-shadow: 1px 1px 8px 1px #000000c2; */
  padding: 9px 0 19px 33px;
}

.bken .col-sm-2 p {
  text-align: center;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px 0;
}

h2.top-calendar-icon {
  color: #f97a00;
  margin: 0px;
  border: 1px solid #888;
  height: 45px;
  padding: 10px 0 10px 10px;
}

.bken select {
  width: 100%;
  border: 0px;
  color: #000;
  font-size: 17px;
  background: transparent;
  border: 1px solid #888;
  height: 45px;
}

select#adlt {
  width: 100%;
  color: #000;
  font-size: 17px;
}

select#Select1 {
  width: 100%;
  color: #000;
  font-size: 17px;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.advance-search .custom-btn {
  background: #ed202a;
  padding: 12px 20px;
  display: block;
  text-align: center;
  border: 0;
  color: #FFF;
  TEXT-TRANSFORM: UPPERCASE;
  LETTER-SPACING: 3PX;
  border-radius: 5px;
  margin: 29px 0 0 0;
  height: 48px;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6553a3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.bken .col-sm-2 {
  padding: 0 4px;
  width: 16.2%;
  flex-basis: 16.2%;
  margin: 0;
  max-width:none;
  
}

.advance-search .col-sm-12 {
  width: 85%;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  flex-basis:85%;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

h2.top-calendar-icon i {
  font-size: 12px;
  vertical-align: middle;
  padding: 0px 4px;
  margin-top: -20px;
  font-size: 15px;
  color: #000;
}
h2.top-calendar-icon span {
  font-size: 12px;
  display: inline-block;
  padding: 0px 4px;
}

.bken div#hdn {
  font-size: 20px;
  padding: 0;
}

#search_home h2 div {
  font-size: 15px;
  float: left;
  padding: 0 8px 8px 0;
  color: #000;
  line-height: 22px;
}
.mobile {
  display: none;
}


.bg-ebony-clay {
  background: #fbfbfb;
  fill: #fbfbfb;
    box-shadow: 0 0 0.5rem 0 rgba(0,0,0,.16);
      padding: 20px;
}
.border-box {
border: 1px solid #78BE20;
}

.custom-margin-top {
  margin-top: -90px;
}

.text-color-red{
  color: #ed202a !important;
  background: rgba(255, 255, 255, 0.5);
}

.text-color-purple{
  color: #8f2c7d !important;
  background: rgba(255, 255, 255, 0.5);
}
.text-color-blue{
  color: #6456a5 !important;
  background: rgba(255, 255, 255, 0.5);
}



#header .header-logo img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
.advance-search .custom-btn {
    font-size: 16px;
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body {
    border-bottom: 0px solid rgba(68, 68, 68, 0.1);
}







@media (min-width: 1199px) {
	
	.inset-lg-right-70 {
		padding-right: 70px;
  }
  .inset-lg-left-70 {
		padding-left: 70px;
  }
  .facilities .container {
		max-width: 1300px;
	}
	

	.section-product .section-product-image {
		position: relative;
		width: 85%;
		background: #FFF;
	}

	.section-product .section-product-content {
		max-width: 400px;
		position: absolute;
		bottom: 30px;
		right: 0;
		padding: 30px;
	}

	.section-product.alt .section-product-image { float: right; }

	.section-product.alt .section-product-content {
		left: 0;
		right: auto;
	}
	.advance-search .custom-btn{
		font-size: 12px;
	}

}
/* INNER PAGE END */

@media (min-width: 992px){
      .sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, .sticky-header-active #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
          color: #000;
      }
      #header .header-nav-main nav > ul > li > a {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.3px;
      }
      #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        font-size: 0.9em;
    letter-spacing: 0.5px;
      }

      .box-cart {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
            padding: 10px 0 0px 44px;
      }
      .box-cart .box-cart-image {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
      }
      .box-cart .box-cart-body {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 45px;
        padding-right: 45px;
        align-items: center;
        display: flex;
      }
  }

  @media (max-width: 991px) {

    .story-box .story-box-image {
      height: auto;
      width: 100%;
      height: 400px;
      -ms-flex-order: -1;
      order: -1;
    }
  
    .story-box.description-left .story-box-info {
      -ms-flex-order: -1;
      order: -1;
      margin: 35px -20% 0 0;
    }
  
    .story-box.description-left .story-box-info { margin: -40px 5% 0; }
  
    .story-box .story-box-info {
      max-width: 90%;
      height: auto;
      -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
      margin: -40px 5% 0;
    }
  
    #side-panel-trigger { right: 40px !important; }
  
    .mobile-side-panel {
      position: absolute;
      display: block;
      top: 26px;
      font-size: 18px;
      color: #222;
      right: 40px;
      padding: 10px;
    }
  }

@media (min-width:768px){
	.border-left-5{
		border-left: 5px solid #78BE20;
		padding-left:30px;
  }
  
  .box-cart {
    padding: 80px 45px 65px 45px;
  }

  .blockquote-complex {
        padding: 26px 100px 26px 100px;
  }
  .blockquote-complex:before, .blockquote-complex:after {
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    border-style: solid;
    border-color: #000;
  }
  .blockquote-complex:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
  }
  .blockquote-complex:after {
    right: 0;
    bottom: 0;
    border-width: 0 1px 1px 0;
  }
}

@media (max-width: 767px) {

  .booking_close_btn {
    display: block;
    font-size: 22px;
    color: #f27700;
    font-family: arial;
    text-decoration: none;
    position: absolute;
    right: 12px;
    z-index: 999;
    top: 7px;
}
  .custom-arrow {
    left: 66%;
  }
  .custom-venue-address {
    margin-top: -50px;
  }
  .story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}


@media (max-width: 479px) {

  .mobile {
    display: block;
  }
	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { 
    margin: -200px 5% 0; 
  }
  ul.tab-nav:not(.tab-nav-lg) li a i {
    display: none;
  }
  .header-logo img{
    height: 50px !important;
    margin-top: -20px;
  }
  #header .header-btn-collapse-nav {
      margin-top: -31px;
  }
  .mobbooking {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #ed202a;
    z-index: 9999999;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .bken {
    display: none;
  }

  #panel1 {
    text-align: center;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 61px;
    border: 2px solid #ed202a;
  }
  
}

/* ----- Story-Box Responsive ----- */

/*footer booking contact info start*/

.bookingcontact{
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    color: white;
}

.bookingcontact li a{
    color: white !important;
}

/*footer booking contact info end*/

.footerlogos{
    justify-content: center;
    align-items: center;
}

.footerlogos img{
    width: 200px;
}
