
/* #summary_total{
	background-color: #bc2220;
	color: #fff ;
	height:40px;
	line-height: 40px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
} */
#bookNow{
    display: inline;
    position: fixed;
    top: 500px;
    right: 69px;
    z-index: 999;
}
#bookNow p{
	margin-top:11px;
}
.book{
    border-radius: 100%;
    height: 80px;
    width: 80px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0px 0px 6px 7px rgba(0,0,0,0.23);
}
#total_tour{
	border-radius: 5px;
	margin-bottom: 5px;
	/* margin-top: 24%; */
	border: 0px solid rgba(0, 0, 0, 0.125); 
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.125);
}
.text{
	text-align:center;
}
#cus_card{
    border: 0px solid rgba(0, 0, 0, 0.125);
    box-shadow:0px 7px 20px 7px rgba(0, 0, 0, 0.125)
}
.cus_card{
    border: 0px solid rgba(0, 0, 0, 0.125);
    box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.125);
}
#col12{
	padding-left: 0px
}

#w3_tab_style{
	margin: 10px;
}
.w3-border {
    border: 0px solid #ccc!important;
}
#detail_style{
	margin-top: 2%;
	border: 0px solid rgba(0, 0, 0, 0.125); 
    box-shadow: 0px 8px 20px 3px rgba(0, 0, 0, 0.125);
}
.detail_cover{
	border-radius: 10px;
}

#overview{
	padding: 20px;
}

.image_detail{
	margin-top: 4%;
	margin-left: 1%;

}
.image_detail img{
	border-radius: 5px 60px 5px;
	border: 3px black solid;
	width: 250px;
	height: 150px;
	margin-top: 20px;
}

.accordion{
	padding: 10px;
}

.policy{
	color: #bc2220;
	font-size: 20px;
	font-weight: bold;

}
#input{
	display:none
}

.cus_input{
    padding: 1.375rem .75rem;
}
.custom_card{
	border: 0px solid rgba(0,0,0,.125);
	padding:10px;
	box-shadow: inset 0px 0px 20px 0px rgba(218, 214, 214, 0.13);
}
.custom-header{
	border-bottom: 1px solid #b50f1f;
}
#breadcrumb{
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 768px){
	.image_detail img{
		border-radius: 5px 60px 5px;
		width: 250px;
		height: 150px;
		margin: auto;
	}
	#datepicker{
		display:none;
	}
	#input{
		display:inline;
	}
	
	#cols{
		padding-left: 0px;
		padding-right: 2px;
	}
	#submit_button{
		margin-left:120px;
		width: 0%
	}
	#col12{
		padding-left: 15px
	}
	#tour_choose{
		margin-left: 2%;
	}
}

