/*
Copyright (c) 2021 
------------------------------------------------------------------
[Master 404 Error Page Stylesheet]
-------------------------------------------------------------------*/
.hoteltranquil_error_bg{
		background:url("../../svg/error_bg_img.svg") no-repeat;
		background-size: cover;
}
.main_center_error_wrap {
    text-align: center;
}
.hoteltranquil_error_heading p {
    font-size: 18px;
    color: #808b8d;
    line-height: 36px;
} 
.hoteltranquil_error_heading, .main_center_error_wrap, .error_text_with_icon, .error_next_prev_links, .serach_here{
		float:left;
		width:100%;
}
.error_text_with_icon ul {
	margin:0px;	
}

.error_text_with_icon ul li {
    display: inline-block;
    color: #2c3e50;
    font: 700 86.4px  "Lato",sans-serif ;
    text-transform: uppercase;
  
}
.error_text_with_icon {
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 86px;
}
.error_text_with_icon ul li:nth-child(1), .error_text_with_icon ul li:nth-child(3) {
    position: relative;
}

.error_next_prev_links a.prev_page:hover {
	border: 1px solid #86b817;
	 background: transparent !important;
    color: #86b817;
}

.main_center_error_wrap {
    padding-top: 55px;
    padding-bottom: 77px;
}
.error_next_prev_links a.home_page{
	background: #b08d54;
}
.error_next_prev_links a.prev_page{
	background: #86b817;
}
.serach_here h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2c3e50;
    margin-left: 5px;
	display: inline-block;
}
.serach_here {
	line-height: 36px;
    font-size: 16px;
    color: #808b8d;
	padding: 15px 0px;
}

.bottom_searching_part{
    display: inline-block;
    width: 374px;
    position:relative;
}
.bottom_searching_part input.search_page {
    width: 100%;
    height: 47px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
	padding-left: 10px;
    color: #aaaaaa;
	padding-right: 40px;
}
.bottom_searching_part button {
    position: absolute;
    top: 11px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 16px;
    color: #aaaaaa;
}

/* responsive media query start */
@media (max-width:480px){
	.bottom_searching_part {
		width: 80%;
	}
	.hoteltranquil_error_heading h3 {
		font-size: 16px;
	}
	.error_text_with_icon ul li {
		display: block;
		margin-bottom: 20px;
	}
}


/* responsive media query end */