.bdr-none{border:none !important;}

.about-tab-wrap h2
{
    font-size:22px;
    font-weight:700;
    margin-bottom:5px;
    margin-top:25px;
}
.about-tab-wrap p
{
    color: #000 !important;
}
.about-tab-wrap li
{
    color: #000;
    margin-top:10px;
}
.button-fill-primary123 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: #ffb300;
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #ffb300;
    box-sizing: border-box;
    transition: all .4s;
    border-radius: 5px;
}
.button-fill-primary123:hover {
   background:none;
    color: #ffb300;
    border: 1px solid #ffb300;
}
.package-card-alpha .package-thumb .card-lavel2 {
	
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    background: #ffb300;
    border-radius: 50px;
    position: absolute;
    padding: 8px 12px 4px;
    top: -4px;
    left: 8px;
    transform: translateY(50%);
    /* clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);*/
}
.head-pop {
    background: #082740;
    border-radius: 5px;
    padding: 13px 20px;
    font-weight:bold;
    text-align:center;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.book-btn{display:flex;}
.sticky img{width:75%}
.logo{width: 92%;
    padding: 6px 0px;}

.pcard-writer i{margin-right: 10px;
    font-weight: bold;
    color: #ffb300;}
.arr-tp{display:none;}
@media only screen and (max-width: 700px) {
    .arr-tp{display:flex !important;}

}
@media only screen and (max-width: 700px) {
    .logo{width:70% !important;}
	.sticky img{width:60% !important}

}

.package-details-wrapper{margin-top:40px;}
}
@media only screen and (max-width: 700px) {
    
	.package-details-wrapper{margin-top:20px;}
}

.f-right{float: right;}
.location{margin-top:5px;font-size: 14px;}
.location i{margin-right:10px; font-weight:bold; color:#ffb300;}

/* //<uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900*/

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.pcard-body-top{
	display: flex;
    justify-content: space-between;
    gap: 35px;
	margin-bottom:4px;
	font-size: 14px;
}
.pcard-rating{
	
    display: flex;
    justify-content: end;
	
    font-size: 14px;
}
.pcard-rating i{
	
	color: #ffc107;
    margin-right:7px;
}
.tcard{color:#454545;}
.tcard:hover{color:#454545;}

.t-shadow{box-shadow: 2px 2px 4px 1px #f0f0f0;}
.t-shadow:hover{box-shadow: 0px 0px 4px 1px #d3d3d3;}
.iti-head
{
	margin-top: 10px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.iti-head2
{
	margin-top: 20px;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}
.highlights li{
	margin-bottom:7px;
}
.highlights i{
	color:#ffb300;
	margin-right:10px;
}

.inc li{
	margin-bottom:7px;
}
.inc i{
	color:green;
	margin-right:10px;
}

.exc li{
	margin-bottom:7px;
}
.exc i{
	color:red;
	margin-right:10px;
}
.pt-5{padding-top:0px !important;}

.stky {
    position: sticky;
    top: 90px;
}

.sessions{
  margin-top: 20px;
  border-radius: 12px;
  position: relative;
}
.ulli{margin-bottom:15px !important;}
.ulli li{
  padding-bottom: 8px !important;
  border-left: 0px !important;
  position: relative !important;
  padding-left: 10px !important;
  margin-left: 10px !important;
  
  &:last-child{
    border: 0px;
    padding-bottom: 0 !important;
  }
  &:before{
    content: '' !important;
    width: 10px !important;
    height: 10px !important;
    background: white !important;
    border: 1px solid #ffb300 !important;
	background-color:#ffb300 !important;
    box-shadow: 0px 0px 0px #ffb3008c !important;
    box-shadow: 0px 0px 0px #ffb3008c !important;
    border-radius: 0% !important;
    position: absolute !important;
    left: -10px !important;
    top: 8px !important;
  }
}
.sessions li{
  padding-bottom: .5rem;
  border-left: 1px solid #ffb300;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  &:last-child{
    border: 0px;
    padding-bottom: 0;
  }
  &:before{
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #ffb300;
    box-shadow: 3px 3px 0px #ffb3008c;
    box-shadow: 3px 3px 0px #ffb3008c;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
  }
}
.time{
  color: #2a2839;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  @include mobile-and-up{
    font-size: .9rem;
  }
  @include mobile-only{
    margin-bottom: .3rem;
    font-size: 0.85rem;
  }

}
.sessions p{
  color: #4f4f4f;
      /*font-family: sans-serif;*/
  line-height: 1.5;
  padding-top: 5px !important;
    margin-bottom: 15px;
  
  @include mobile-only{
    font-size: .9rem;
  }
}

.related-tours{margin-top: 10px;}


.sidebar-area .single-widget .tag-list li a {
	color: rgb(34 34 34 / 72%);
    
    font-size: 15px;
    font-weight: 500;
    display: flex;
    /*vertical-align: bottom;*/
    margin: auto;
    padding-right: 20px;
    border: 1px solid rgba(16, 12, 8, .4);
    border-radius: 3px;
	
    
}

.sidebar-area .single-widget .tag-list li span {
	color: #fff;
    
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
    padding: 8px;
    /* border: 1px solid rgba(16, 12, 8, .4); */
    border-radius: 3px;
    transition: .5s;
    background-color: #ffb300;
    width: fit-content;
	margin-right:10px;
}
.sidebar-area .single-widget .tag-list li:hover a {
	border: 1px solid #ffb300;
    color: #202020;
    background-color: #f8f8f8;
	
}
.sidebar-area .single-widget .tag-list {
	display:flex;
	align-items:center;
	gap:10px;
	flex-wrap:wrap
}
.txta{
	padding-top: 5px;
}

.btm-form {
	font-size:18px;	
}

.btm-form i{
	font-size:20px;	
	margin-right:10px;
	color:#ffb300;
}

.btm-form-green {
color:green !important;
font-size:18px;
}
.btm-form-green i{
	font-size:20px;	
	margin-right:10px;
}



.left_enquire {
    /* float: none; */
    width: 50%;
    background-color: #162b32;
    text-align: center;
    padding: 10px 2px;
    /* left: 0; */
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.right_enquire {
    float: right;
    width: 50%;
    background-color: #289200;
    text-align: center;
    padding: 10px 2px;
	
}
.absolute_footer a {
    text-decoration: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
section.absolute_footer {
    position: fixed;
    width: 100%;
    bottom: 0%;
	z-index: 999;
	left: 0;

}
.desktop{display:none;}
}
.mobile {
        display: none;
    }
@media only screen and (max-width: 992px) {
    .mobile {
        display: block !important;
		
    }
	
}


.home-about p {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.home-about h3{
font-weight: 600;
    font-size: 25px;
    line-height: 42px;
    color: #2d373c;
    margin-top: 15px;
}

.read-more{
    font-weight: 500;
    font-size: 16px;
    
    margin-top: 10px;
    width: 100%;
   
	text-align:center;
}
.footer-links i{margin-right:10px;}

.f-logo{
	width:220px;
}
.f-logo2 {
    width: 170px;
}
.ylo h5{
	color: #ffb300 !important;
    margin-top: 15px;
    margin-bottom: 10px;
}
.ylo p{
	color: #ffb300;
    
}
.c-logo{
	width:50px;
}
.t-logo{
	width:100%;
}
.ta{padding-top:20px; padding-bottom:20px;}
.t-con h4{
	font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}
.t-con p{
	
    margin-bottom: 15px;
    
}
.bnr-p{padding:10px;
border-radius:7px;
margin:auto;
overflow-x: auto;
    white-space: nowrap;
}
.clabel2 {
	color: #000;
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 2px;
}
.wte2 {
	color:#000 !important
}
.acc-head{
margin-top: 20px;
    padding-top: 20px;
    
    font-weight: 600;
}
.text-yellow{color: #ffb300;}

.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 2%;
	bottom: 2%;
	background: #ffb300;
	width: 50px;
	height: 50px;
	padding: 11px;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple img {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover img {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}

.float{
	position:fixed;
	width:58px;
	height:58px;
	bottom:1rem;
	left:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:8px;
}
.tooltip {
  opacity: 1 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ffb300;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  right:42px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.modal {
   
    top: 8% !important;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.frm-bg{
background-color: #082740;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
.frm-phone{
	text-align: right;
    margin-left: auto;
	margin-bottom:10px;
}
.frm-phone a{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	
}

.frm-head{
	
	margin-bottom:10px;
}
.frm-head h4{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	
}
.frm-index{
	margin-top: -78px;
    z-index: 9;
    position: relative;
}

@media only screen and (max-width: 700px) {
    .frm-index{
	margin-top: 10px;
	z-index:0;
    
}
.frm-bg{
background-color: #082740;
    
}

}

.input-field2 {
  position: relative;
}
.input-field2 input {
  
  height: 50px;
  border-radius: 6px;
  font-size: 18px;
  padding: 0 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  outline: none;
  margin-bottom:20px;
}
.input-field2 label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 19px;
  pointer-events: none;
  transition: 0.3s;
}
input:focus {
  border: 2px solid #ffcc00;
}
input:focus ~ label,
input:valid ~ label {
  top: 0;
  left: 15px;
  font-size: 16px;
  padding: 0 2px;
  background: #191a1c;
}
.w50{width:500px;}
@media only screen and (max-width: 700px) {
    .w50{width:350px;}
    
}

.tc{margin-bottom:15px;}
.tc i{color:#ffb300; margin-right:15px;}

