@charset "utf-8";
/* CSS Document */




/* ---------------------------------------------------------------------------------------------

   Tripla booking

--------------------------------------------------------------------------------------------- */
.search-wrap{
	width: 100%;
	background: #e6eae3 !important;
	padding: 25px 0;
}

.search_box__body{
	position: relative;
	z-index: 25;
	margin: 0 auto;
	width: 50%;
	background: #fff;
}

#InquiryCancel-btn{
    position: absolute;
    right: 50px !important;
    bottom: 10px !important;
    cursor: pointer;
    font-size: 16px !important;
}
#InquiryCancel-btn a{
    display: block;
    width: 100%;
}
#InquiryCancel-btn a:hover{
    opacity: 0.75;
}

.fa-chevron-circle-right{
    color: #c7b370;
}

@media screen and (max-width:1600px) {
	
.search_box__body{
	width: 80%;
}
	
}

@media screen and (max-width:1000px) {
    
.search_box__body{
	width: 100%;
}
    
#InquiryCancel-btn{
    right: 100px !important;
    bottom: 15px !important;
}
	
}

@media screen and (max-width:500px) {
    
#InquiryCancel-btn{
    right: 75px !important;
    font-size: 15px !important;
}
    
}

@media screen and (max-width:450px) {
    
#InquiryCancel-btn{
    right: 50px !important;
}
    
}

@media screen and (max-width:400px) {
    
#InquiryCancel-btn{
    font-size: 14px !important;
}
    
}

@media screen and (max-width:380px) {
    
#InquiryCancel-btn{
    right: 45px !important;
    font-size: 13px !important;
}
    
}

@media screen and (max-width:350px) {
    
#InquiryCancel-btn{
    right: 35px !important;
    font-size: 11px !important;
}
    
}





