.hero-text{
	padding-top: 50px;
	padding-bottom: 70px;
}
.h1-title h1{
    font-size: 45px;
    color: #687f71;
    letter-spacing: -1px;
}
.mnav-box-in img{
	width: auto;
    height: 30px;
}
#mnav-top{
        font-size: 30px;
    color: #687f71;
    font-weight: 700;
}
.safety-section h3{
    font-size: 20px;
    color: #262a28;
    padding-top: 10px;
}

.no-border{
    border: none !important;
}
.safety-section ul{
    padding-left: 0px;
    border-right: 2px solid #000;
}
.safety-section ul li{
    padding-top: 5px;
}
.padding-top-remove{
    padding-top: 0px !important;
}
.section-icon span{
    font-size: 158px;
}
.animate-box{
    margin-top: 15px;
}
.services .content {
    width: 100%;
    padding: 0px !important;
}
.heli-sky h4{
    color: #687f71;
    padding-top: 20px;
}
.facilties .single-facility {
    padding: 20px !important;
    margin-bottom: 7px !important;
}
.single-facility .fa-solid{
    color: #687f71;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px;
}
.facilties .single-facility h5 {
    position: absolute;
    top: 22px;
    left: 65px;
}
.facilties .single-facility p {
    padding-top: 14px;
}
.facilties .single-facility  {
    background: #fff !important;
}
.blog-box {
    background: #fff;
    padding: 15px;
    text-align: center;
}
.footer-top {
    z-index: 0 !important;
}
.booking-box {
    z-index: 1;
}
.other-tours-link{
    background-color: #f4f5f8;
    padding: 6px 6px 6px 8px;
    margin-bottom: 10px;
    color: #000;
}
.sub-title-custom h6{
    font-size: 30px !important;
}
:root {
  --color-text: #FFF;
  --color-front: hsl(250deg, 100%, 40%);
  --color-back: hsl(252deg, 100%, 60%);
}

.tag {
    position: relative;
    display: inline-block;
    border-radius: 0px;
    clip-path: polygon(20px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 20px);
    background: #687f71;
    padding: 10px 28px;
    margin: 3px;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-text);
    transition: clip-path 500ms;
}

.tag:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #425248;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); 
  border-radius: 0 0 6px 0;
  transition: transform 500ms;
}

.tag:hover {
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 0px);
}

.tag:hover:after {
  transform: translate(-100%, -100%);
}
/*Services List Start*/

.tourCard.-type-2 {
    display: grid
;
    grid-template-columns: max-content 1fr min-content;
    gap: 30px;
    height: 100%;
    border-radius: 12px;
    border: 1px solid var(--border, #e7e6e6);
    padding: 20px;
    transition: .2s;
}
.tourCard.-type-2 .tourCard__image {
    position: relative;
    flex-shrink: 0;
    width: 317px;
    z-index: 0;
}
.tourCard.-type-2 .tourCard__image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}
.tourCard.-type-2 .tourCard__favorite {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.tourCard.-type-2 .tourCard__content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tourCard.-type-2 .tourCard__title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}
.d-flex {
    display: flex !important
;
}
.tourCard.-type-2 .tourCard__info {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
    width: 170px;
    border-left: 1px solid #e7e6e6;
    padding: 10px 10px 10px 30px;
}
.inclu-list ul {
    --icon-space: 24px;
    list-style: none;
    padding: 0;
}


.inclu-list li {
  padding-left: var(--icon-space);
  margin-bottom: 7px;
}

.inclu-list li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
}




.exclu-list ul {
    --icon-space: 24px;
    list-style: none;
    padding: 0;
}
   

.exclu-list li {
  padding-left: var(--icon-space);
  margin-bottom: 7px;
}

.exclu-list li:before {
  content: "\f00d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
}
.contact-widget i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #687f71 !important;
}
.contact-widget p {
    padding-left: 25px;
}
.contact-widget li {
    position: relative;
}
.news2-sidebar .widget ul li i {
    font-size: 14px !important;
}
.tour-single-img img{
	margin-bottom:30px;
}
.section-title-single-tour{
	font-size:35px !important;
}
.accordion-box .block .acc-btn {
    color: #373f3a !important;
}
.notfound h1 {
    font-weight: bold !important;
    color: #000 !important;
}
.notfound h2 {
    color: #000 !important;
}
.notfound p {
    color: #000 !important;
}
.notfound {
    background: none !important;
    background-image: none !important;
}
.tour-page-pb{
	margin-bottom:30px;
}
.section-titlep {
    font-size: 18px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #687f71;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.more-link {
	color:#000;
	padding-left:10px;
}

.owl-dots {
	counter-reset:dots;
}
.owl-dot:before {
	counter-increment:dots;
	content:counter(dots);
	display:inline-block;
	margin:0px 3px;
	width:25px;
	text-align:center;
	padding:4px;
	font-size:12px;
	line-height:16px;
	color:#808080;
	border:solid 1px #e0e0e0;
	border-radius:50%;
	-webkit-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
}
.owl-dot span {
	display:none !important;
}
.active:before,
.owl-dot:hover:before {
	background-color:#f0f0f0;
	color:#000000;
}
.hero-text p{
		text-align:left;
	}
@media (max-width:769px)  {
.mobile-view{
	display:none;
}
	.hero-text h1{
		font-size: 30px;
	}
}
#glsr_edbf40c0-rating{
	color:#676977 !important;
	padding:5px;
	height:50px;
	width:100%;
}
.glsr-input-toggle{
	border: 1px solid #d6d6d6;
    padding-left: 10px;
    margin: 15px 0px;
}
.glsr-field {
    border: 1px solid #d6d6d6;
    padding-left: 10px;
    margin-bottom: 15px;
}
.glsr-label{
	display:none;
}
.wp-block-button{
	margin-bottom:30px !important;
}
.glsr-button{
	content: '';
    width: 150px;
    height: 100%;
    background: #687f71;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding: 10px 0px !important;

}
.glsr-input-text{
	border-bottom: 0px !important;
	margin-bottom:0px !important;
}
.glsr-textarea{
	border-bottom: 0px !important;
	margin-bottom:0px !important;
}
.glsr-input-email{
	border-bottom: 0px !important;
	margin-bottom:0px !important;
}
.glsr-review-response{
	background-color:#f5f5f5;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px
		
}
.process-icon {
    position: absolute;
	font-size:38px;
}
.process-detail {
   margin-top:40px;
}
.process-title {
    position: relative;
    top: 6;
    left: 58px;
	font-size:20px;
}
.process-box{
	margin-top:15px;
	padding:15px;
	background:-webkit-box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.75);
}
.open-content{
	padding:15px;
	background:-webkit-box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.75);
}


article {
  margin: 0 auto;
  background: #fff;
  max-width: 600px;
  border-radius: 3px;
  padding: 36px 50px;
  box-shadow: 0 2px rgba(0,0,0,.25);
  .quotes h6 {
    margin-top: 0;
    font-size: 2em;
    color: #4F7482;
    font-weight: 700;
    padding-bottom: .2em;
    border-bottom: 1px solid #c2c2c2;
  }
 .quotes p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 28px;
  }
  blockquote {
    width: 100%;
    margin-left: -50px;
    padding: 36px 50px;
    position: relative;
    background: #c2c2c2;
    margin-bottom: 28px;
    &::before, &::after {
      top: 0;
      bottom: 0;
      width: 25px;
      content: '';
      position: absolute;
      background: #c2c2c2;
      box-shadow: 0 2px rgba(0,0,0,.25);
    }
    &::before {
      right: 100%;
    }
    &::after {
      left: 100%;
    }
    p {
      margin: 0;
      font-size: 1.5em;
      &::before {
        top: 0;
        left: -23px;
        color: #fff;
        content: '“';
        font-size: 3em;
        position: absolute;
        text-shadow: -3px 0 #c2c2c2;
      }
      &::after {
        right: 16px;
        color: #fff;
        content: '”';
        bottom: -32px;
        font-size: 3em;
        position: absolute;
        text-shadow: 3px 0 #c2c2c2;
      }
    }
  }
  
  @media screen and (min-width: 750px) {
    h1 {
      font-size: 3em;
    }
    blockquote {
      padding-right: 0;
      width: calc(100% + 50px);
      &::before {
        display: none;
      }
      &::after {
        width: 50px;
        border-radius: 0 3px 3px 0;
      }
      p {
        font-size: 20px;
        &::after {
          bottom: -56px
        }
      }
    }
  }
}

table, th, tr, td {
    border: 1px solid #d8d8d996 !important;
}

#callnowbutton {
    text-decoration: none;
    z-index: 2147483647;
    width: 60px;
    left: 25px;
    bottom: 35%;
    height: 61px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    background: #25d366;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0px rgb(0 0 0 / 18%);
    border-radius: 50%;
}
.whatsappbutton {
    display: flex;
    position: sticky !important;
    position: -webkit-sticky !important;
    text-shadow: 1px 1px 10px #000 !important;
    writing-mode: vertical-lr;
    text-orientation: upright;
    width: 25px;
    height: 100px;
    top: 0 !important;
    z-index: 99999;
}
#callnowbuttonss {
    text-decoration: none;
    z-index: 2147483647;
    width: 60px;
    left: 25px;
    bottom: 20%;
    height: 61px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    background: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0px rgb(0 0 0 / 18%);
    border-radius: 50%;
}
.whatsappbuttonss {
    display: flex;
    position: sticky !important;
    position: -webkit-sticky !important;
    text-shadow: 1px 1px 10px #000 !important;
    writing-mode: vertical-lr;
    text-orientation: upright;
    width: 25px;
    height: 100px;
    top: 50px !important;
    z-index: 99999;
}
/*Services List End*/
/* -webkit-box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px -6px rgba(0,0,0,0.75); */