body{
background-color: #f6f8fb;
font-family: 'Poppins', sans-serif;
}
.top-head ul{
    margin-bottom: 0;
}
.top-head {
    padding: 9px 0px;
    /*background-image: linear-gradient(to right,#803fa2 0,#212121 51%,#803fa2 100%);*/
    background-color: #ff6217;
}
.top-header li a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
}
.top-header li {
    display: inline-block;
    padding-right: 20px;
}
.right-top {
    float: right;
}
.right-top ul {
    list-style: none;
    margin-bottom: 0px;
    margin-left: -30px;
}
.right-top li {
    display: inline-block;
    padding-right: 20px;
}
.right-top li a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
}
.navbar-light .navbar-brand {
    color: #ff5300 !important;
    font-size: 22px;
    font-weight: 500;
}
.navbar{
/*box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.navbar-light .navbar-nav .nav-link{
    font-size: 22px;
    color: #ff5300 !important;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link span{
    color:  #7f3f96;
    font-size: 22px
}
.top_img{
	    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;    
    min-height: 320px;
    padding: 100px 0px;

}
.top_img:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 30%, transparent);
}

.heading h2{
	font-size: 3rem;
    letter-spacing: -1px;
    text-shadow: 1px 0 2px #595959;
    color: #fff;
    position: relative;
    z-index: 999;
}
.heading h2:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 3px;
    background-color: #ff5300;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.Camping_Setion{
	    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border-radius: 10px;
    background-color: #fff;
    position: relative;
        padding: 20px 50px 20px 50px;
    margin-top: -5%;
}
.Camping_Setion ul{
	list-style: none;
	margin-bottom: 0;
    padding: 0;
}
.Camping_Setion li{
	list-style: none; 
	/*padding-left: 20px;*/
	display: inline-block;
	width: 15%;
	text-align: center;
	margin: 0px 5px;
}
.Camping_Setion li a{
	text-decoration: none;
}
.heading_camping h4{
	padding-top: 9px;
	font-size: 12px;
	color: #000;
	margin-bottom: 0;

}
.contaen_a {
	background: #fff;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 2%);
    margin: 30px 0;
    padding:30px ;
    border-radius: 9px;
    border: 1px solid #cccccc6b;
}
.contaen_a p{ 
    color: #3b3b3b9e;
    margin-bottom: 0;
    line-height: 24px;
    
    font-size:15px;
}
.hed {
    background-color: #096868;
    text-align: center;
    color: #fff;
    padding: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.hed h3{
    margin-bottom:0;
}
.frm_are {
    background-color: #fff;
    padding: 30px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    /* border-radius: 15px; */
    z-index:999;
    position:relative;
}


.package-box-content {
    padding: 10px 0px 0px 10px;
    /*border: 1px solid #c7c7c7;*/
    /* height: 240px; */
    -webkit-box-shadow: 0px 4px 4px 0px #ccc;
    -moz-box-shadow: 0px 4px 4px 0px #ccc;
    box-shadow: 0px 4px 4px 0px #ccc;
    margin-bottom: 19px;
    background-color: #fff;
}
.result-card{
	width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
    color: #505050;
    padding:16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 9px;
}
.checked {
  color: #ff5e00;
}
.result-card-content-section h3{
    font-size: 23px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.5px;
}
.result-card-content-section {
    border-right: 1px solid #ccc;
    padding-right: 51px;
}
.result-card-content-section h3 a{
	color:  #505050;
	text-decoration: none !important;
} 
.result-card-content-section ul{
	list-style: none;
	margin-left: -40px;
	margin-bottom: 12px;
}
.result-card-content-section li{
	display: inline-block;
	padding-right: 19px;
	/*margin-left: 10px;*/
    margin-bottom: 0;
    font-size: 1.0rem;
    font-weight: 600;
    color: #848484;
}
.result-card-content-section li i{
	font-size: 1.2rem;
    color: #ff5300;
    /*width: 16px;*/
}
.result-card p{
	    color: #848484;
    font-size: 15px;
    line-height: 23px;
}
.result-card-info-section{
	padding:20px 25px;
	/*float: right;*/
    text-align: end;
}
.checked {
  color: #ff5e00;
}
.rating .fa {
	font-size: 15px
}
.price .price-text{
	padding-top: 12px;
	margin-bottom: 0;
	font-style: 13px;
}
.price .original-price{
	/*padding-top: 12px;*/
	margin-bottom: 0;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
}
.price .current-price{
	font-size: 36px;
	font-weight: 700;
}
small{
	display: block;
	font-size: 12px
}
.price .btn-link{
	background-color: #ff5300;
	padding:10px 30px;
	color: #fff;
	font-weight: 600;
	text-decoration: none !important; 
}
.test_holder{
	background-color: #ffc800;
	padding:25px 40px 23px;
}
.test_holder h4{
	font-size: 5rem;
	color: #fff;
    text-decoration: underline;
}
.onclik_holder {
	background-color: #e3e3e3;
	padding: 10px;
	border-radius: 14px;
}
.btn-holder{
	    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2px;
}
.btn-holder h6{
	color: #505050;
	font-size: 17px;: 
}
.ing_holv p{
	font-size: 13px;
	margin-bottom: 8px
}
.onclik_holder a{
	text-decoration: none !important;
	color: #868686;
}
.onclik_holder p{
	margin-bottom: 0;
	font-size: 12px
}
.btn-holder .price{
	    font-weight: 700;
    font-size: 20px;
}
.btn-holder .btn{
    font-size: 12px;
    padding: 3px 15px;
    color: #fff;
    background: #ff5300;
    border-radius: 9px;
}
.attraction-card {
    margin-bottom: 20px;
}
.review_card{
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 20px;
    height: auto;
    position: relative;
        box-shadow: rgb(99 99 99 / 12%) 0px 2px 8px 0px;
}
.reviewer-info-wrapper {
    overflow: visible;
    white-space: nowrap;
    /*position: absolute;*/
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    top: -38px;
    font-weight: 700;
    left: 42%;
}
.reviewer-info-wrapper img{
	    border: 5px solid white;
    height: 72px;
    width: 72px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.attraction-section{
	padding:10px 0px 60px;
}
.review_content{
	padding: 0px 0px 0px;
	text-align:center;
}
.review_content h4{
	font-size: 17px;
	font-weight: 700;
	color: #505050;
}
.review_content h6{
	font-size: 14px;
}
.review_content h6 a{
	color: #ff5300;
	text-decoration: none !important;
}
.review_content p{
color:  #848484;
font-size: 15px;
}
.travl_guide {
	box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.2s all;
}
.travl_guide:hover{
        transform: translateY(-3px);
    box-shadow: 0px 2px 16px rgb(0 0 0 / 15%);

}
.caption_area{
    background: #fff;
    padding: 12px;
    color: #868686;
    font-size: 1.2rem;
    line-height: 1.66;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
        min-height: 86px;
    text-align: center;
        align-items: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.caption_area h5{
	    font-size: 15px;
    padding: 12px 0px;
    color: #555353;
    margin-bottom: 0;
}
.about_list  li{
	list-style: none;
	padding-bottom: 30px;
}
.about_inner {
	background: #fff;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 2%);  
    border-radius: 19px;
        padding: 38px 40px 30px 0px;
}
.base_block{
	padding:10px 40px;
	    position: relative;
}
.base_block h3{

	font-size: 25px;

}
.base_block:before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    background-color: #ff5300;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.heading_about {
    /*padding: 14px 0px;*/
    font-size: 21px;
    font-weight: 700;
}
.heading_about span{

	display: inline-block;
  width: 51px;
  height: 51px;
  padding: 8px 6px;
  text-align: center;
  border-radius: 50%;
  margin: 0 7px;
    margin-right: 7px;
  border: 2px solid #fa4d00;
  font-size: 26px;
  color: #fa4d00;
  margin-right: 20px;


}

.preagra {
    padding: 0px 33px;
}
.preagra p{
	line-height: 2.1;
}
.keyword_risikehs{
	    background: #fff;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 2%);
    border-radius: 19px;

    padding:60px 30px; 
}
.keyword_risikehs .transparent{
    background: #fff;
    color: #ff4e00;
    border: 1px solid #d3d3d3;
        margin-right: 5px;
    margin-bottom: 10px;
}
.keyword_risikehs a{
    color: #ff4e00 !important;
    font-weight: 700;
    font-size: 12px;
}
.key_b {
	padding: 50px 0;
}
@media (max-width: 768px){
    .Camping_Setion{
        padding: 20px 6px 20px 6px;
    }
    .Camping_Setion li{
        width: 28%;
            margin: 9px 5px;
    }
    .contaen_a{
            padding: 18px 10px;
    }
    .result-card-content-section{
        border-right: none;
     padding-right: 1px; 
    margin-top: 23px;
    }
    .result-card-info-section{
        text-align: left;
            padding: 20px 2px;
    }
    .test_holder {
        background-color: #ffc800;
        padding: 25px 16px 23px;
        margin-bottom: 40px;
    }
    .test_holder h4{
        font-size: 2rem;
    }
    .attraction-heading h3{
        text-align: center;
    }
   .attraction-heading1 h3{
        text-align: center;
    }
    .ing_holv {
        background-color: #fff;
        padding: 12px;
        border-radius: 9px;
        box-shadow: rgb(99 99 99 / 12%) 0px 2px 8px 0px;
    }
    .attraction-section img{
        margin: auto;
        display: block;
    }
    .about_list ul{
        margin: 0;
        padding: 0;
    }
    .heading_about span{
        display: none;
    }
    .about_inner{
            padding: 35px 12px 30px 12px;
    }
    .base_block {
    padding: 10px 6px;
    position: relative;
}
.base_block:before{
    left: -12px;
}
.preagra {
    padding: 0px 4px;
}
.right-top{
    display: none;
}
}
.floatbtns{position:fixed; bottom:0; right:0;  margin:0; padding:0; list-style-type:none; width:100%; z-index:9999;}
	.floatbtns li{font-family:var(--manrope); float:left; list-style-type:none; text-align:center;}
	.floatbtns li a{color:#fff; text-decoration:none; padding:10px 15px; text-align:center; display:inline-block; font-weight:500; cursor:hand; display:block; font-size:1rem;}
 .floatbtns .btn-success{ background:#090; color:#fff !important;}
.floatbtns .btn-secondsuccess{ background:#075E55; color:#fff !important;}
#accordion .card a{ color:#000;}
#accordion .card a:hover{text-decoration:none;}