.module-wrapper{
	position: relative;
	top: -80px;
}
.alert-success{
	position: relative;
	top: -150px;
	border: none;
	padding: 0;
	background: #fff;
}
.alert-success h5{
	padding: 0px;
	border: none;
	margin: 0px !important;
	height: 60px;
	min-width: initial;
	text-align: center;
}
.alert-success h5:first-child:nth-last-child(1),
.alert-success h5:first-child:nth-last-child(1) ~ h5{
	width: 100%;
}
.alert-success h5:first-child:nth-last-child(2),
.alert-success h5:first-child:nth-last-child(2) ~ h5{
	width: 50%;
}
.alert-success h5:first-child:nth-last-child(3),
.alert-success h5:first-child:nth-last-child(3) ~ h5{
	width: 33.333%;
}
.alert-success h5:first-child:nth-last-child(4),
.alert-success h5:first-child:nth-last-child(4) ~ h5{
	width: 25%;
}
.alert-success h5:first-child:nth-last-child(5),
.alert-success h5:first-child:nth-last-child(5) ~ h5{
	width: 20%;
}
.alert-success h5:first-child:nth-last-child(6),
.alert-success h5:first-child:nth-last-child(6) ~ h5{
	min-width: unset;
	width: 16.666%;
}
.bottomFormBox .alert-default{
	background-color: #F4F4F4;
	height: 80px;
	padding-right: 21px;
	padding-top: 15px;
	border-top: 2px solid #499B8F;
	margin-bottom: 41px;
}
.bottomFormBox .alert-default .rightForm select{
	border-radius: initial;
	width: 140px;
	height: 50px;
	border: 1px solid #888888;
}
.bottomFormBox .alert-default .rightForm option{
	letter-spacing: -0.4px;
	color: #222222;
	font: normal normal normal 16px/24px S-Core Dream;
}
.bottomFormBox .alert-default .rightForm input{
	margin-left: 4px;
	border: 1px solid #888888;
	height: 50px;
	width: 300px;
}
.bottomFormBox .alert-default .rightForm button{
	margin-left: 6px;
	width: 50px;
	height: 50px;
	border: 1px solid #179D8F;
	border-radius: initial;
	background: #179D8F 0% 0% no-repeat padding-box;
	font-size: 22px;
}
.pagination-sm > li > a, .pagination > li > span{
	background: #EEEEEE 0% 0% no-repeat padding-box;
	border: 1px solid #EEEEEE;
	font: normal normal bold 15px/26px S-Core Dream;
	letter-spacing: -0.38px;
	color: #888888;
	padding: 6px;
	margin-left: 5px;
	height: 40px;
	width: 40px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background: #179D8F 0% 0% no-repeat padding-box;
	border-color: #179D8F;
	color: #fff;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background: #179D8F 0% 0% no-repeat padding-box;
	border-color: #179D8F;
}
.gallery-list-wrap{
	padding: 0 10px 29px 10px;
    border-bottom: 1px solid #707070;
	margin: 0 0 19px 0;
}
.gallery-list-wrap .list{
	width: 25%;
	padding: 0 7px;
}
.gallery-list-wrap .list .img{
	border: 1px solid #888888;
	border-bottom: none;
}
.gallery-list-wrap .list .text-wrap{
	border: 1px solid #888888;
	border-top: none;
	height: 3rem;
}
.gallery-list-wrap .list .sch span{
	position: absolute;
	z-index: 1;
}
.gallery-list-wrap .list .sch .sch-p{
	width: 115px;
	background: var(--unnamed-color-179d8f) 0% 0% no-repeat padding-box;
	background: #179D8F 0% 0% no-repeat padding-box;
	text-align: center;
	font: normal normal bold 14px/24px S-Core Dream;
	letter-spacing: -0.35px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 42px;
}
.gallery-list-wrap .list .sch .sch-r{
	width: 115px;
	background: var(--unnamed-color-179d8f) 0% 0% no-repeat padding-box;
	background: #179D8F 0% 0% no-repeat padding-box;
	text-align: center;
	font: normal normal bold 14px/24px S-Core Dream;
	letter-spacing: -0.35px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 42px;
}
.gallery-list-wrap .list .sch .sch-e{
	width: 115px;
	background: #888888 0% 0% no-repeat padding-box;
	opacity: 1;
	text-align: center;
	font: normal normal bold 14px/24px S-Core Dream;
	letter-spacing: -0.35px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 42px;
}
.serch-icon i{
    color: #000;
    position: absolute;
    right: 10px;
    font-size: 13px;
    top: 40%;
    z-index: 1;
    width: 15%;
    pointer-events: none;
    display: inline-block;
}


@media(max-width: 991px){
	
	.container{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.module-wrapper{
		top: 0;
	}
	.alert-success{
		top: 0;
	}
	.alert-success h5{
	padding: 0px;
	border: none;
	margin: 0px !important;
	height: 60px;
	}
	.alert-success h5:first-child:nth-last-child(1),
	.alert-success h5:first-child:nth-last-child(1) ~ h5{
		min-width: unset;
		width: 50%;
	}
	.alert-success h5:first-child:nth-last-child(2),
	.alert-success h5:first-child:nth-last-child(2) ~ h5{
		min-width: unset;
		width: 50%;
	}
	.alert-success h5:first-child:nth-last-child(3),
	.alert-success h5:first-child:nth-last-child(3) ~ h5{
		min-width: unset;
		width: 50%;
	}
	.alert-success h5:first-child:nth-last-child(4),
	.alert-success h5:first-child:nth-last-child(4) ~ h5{
		min-width: unset;
		width: 50%;
	}
	.alert-success h5:first-child:nth-last-child(5),
	.alert-success h5:first-child:nth-last-child(5) ~ h5{
		min-width: unset;
		width: 50%;
	}
	.alert-success h5:first-child:nth-last-child(6),
	.alert-success h5:first-child:nth-last-child(6) ~ h5{
		min-width: unset;
		width: 50%;
	}
	.bottomFormBox .alert-default{
		padding: 15px 0 !important;
		margin-bottom: 0 !important;
	}
	.bottomFormBox .alert-default .rightForm .select_none{
		width: 103px !important;
	}
	.bottomFormBox .alert-default .rightForm select{
		height: 40px !important;
		width: 103px !important;
	}
	.bottomFormBox .alert-default .rightForm input{
		width: 175px !important;
		height: 40px !important;
		margin-left: 0 !important;
	}
	.bottomFormBox .alert-default .rightForm button{
		margin-left: 0 !important;
	}
	.gallery-list-wrap{
		padding: 0 0 29px 0;
	}
	.gallery-list-wrap .list{
		width: 50%;
		padding: 0;
		padding-right: 5px;
	}
	.gallery-list-wrap .list:nth-child(2n){
		padding-left: 5px;
		padding-right: 0;
	}
	.gallery-list-wrap .list .text-wrap{
		font-size: 13px;
	}
	.gallery-list-wrap .list .title a{
		height: 40px;
		overflow: hidden;
	}
	.gallery-list-wrap .list .sch .sch-e, .gallery-list-wrap .list .sch .sch-p{
		width: 10%;
		line-height: 24px;
	}
}
