@media (min-width: 1200px){
	.container {
		max-width: 1240px;
	}
}
@media (max-width: 1199px){
	.ab-card-info {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px){
	.canvas_open {
		display: block;
	}
	.menu {
		display: none;
	}
	.header-right {
		padding: 20px 0px;
	}
	.canvas_open {
		width: 45px;
		height: 45px;
		background: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 0px 0px 10px 0px #eeeeee63;
		color: #fff;
		font-size: 18px;
		cursor: pointer;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		margin-left: 16px;
		border-radius: 50%;
	}
	.header-search {
		margin-right: 20px;
	}
	.header-search-icon {
		border-radius: 50%;
	}
	.header-user-icon {
		border-radius: 50%;
	}
	.canvas_open a span {
		background: #fff;
	}
	.header.sticky {
		position: inherit;
	}
	.hero-img{
		text-align: center;
		margin-bottom: 30px;
	}
	.hero-img img {
		max-width: 400px;
		margin: 0 auto;
		width: 100%;
	}
	.hero-caption {
		text-align: center;
	}
	.hero-caption h2 {
		line-height: 1.2;
	}
	.explore-search-single {
		max-width: 500px;
		width: 100%;
		float: left;
		margin-top: 15px;
	}
	.contact-info {
		margin-top: 30px;
	}
	
}
@media (max-width: 767px){
	.section-padding{
		padding: 70px 0px;
	}
	.section-padding-2{
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.section-padding-3{
		padding: 50px 0px;
	}
	.hero-caption h2 {
		font-size: 45px;
	}
	.section-headding .text-center a {
		float: left;
		margin-top: 20px;
	}
	.hero-section-search h2 {
		font-size: 40px;
	}
	.hero-section-search {
		padding-top: 48px;
	}
	.breadcrumb-content h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.explore-sort-bg .explore-select-single {
		padding-top: 15px;
	}
	.explore-sort-bg {
		padding-top: 0px;
	}
	.activity-single-item {
		position: relative;
	}
	.activity-single-item .icon {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 20px;
	}
	.about-content h2 {
		font-size: 28px;
	}
	.about-content p {
		line-height: 25px;
		margin-bottom: 10px;
		font-size: 15px;
	}


}
@media (max-width: 576px){
	.section-padding{
		padding: 60px 0px;
	}
	.section-padding-2{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.section-padding-3{
		padding: 40px 0px;
	}
	.hero-caption h2 {
		font-size: 35px;
	}
	.hero-caption p {
		font-size: 16px;
		line-height: 25px;
	}
	.hero-caption .hero-btn a:first-child {
		margin-right: 10px;
	}
	.live-auction-slider .owl-next {
		right: 10px;
	}
	.live-auction-slider .owl-prev {
		left: 10px;
	}
	.latest-blog-slider .owl-next {
		right: 10px;
	}
	.latest-blog-slider .owl-prev {
		left: 10px;
	}
	.section-headding h2 {
		font-size: 26px;
	}
	.section-headding .text-center a {
		padding: 12px 30px;
	}
	.collect-nft-content h2 {
		font-size: 35px;
	}
	.subscribe-form form button {
		height: 60px;
		font-size: 14px;
		padding: 0px 20px;
	}
	.subscribe-form form input {
		height: 60px;
		padding: 0 10px;
		font-size: 13px;
	}
	.hero-section-search h2 {
		font-size: 32px;
	}
	.hero-section-search p {
		font-size: 16px;
	}
	.breadcrumb-content h2 {
		font-size: 26px;
	}
	.breadcrumb-content {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.explore-details-right h2 {
		font-size: 20px;
	}
	.explore-details-right h3 {
		font-size: 20px;
	}
	.explore-details-right .running {
		font-size: 26px;
	}
	.button-1 {
		padding: 14px 28px;
	}
	.blog-details .content h2 {
		font-size: 24px;
	}
	.blog-details .content p {
		font-size: 15px;
	}
	.comments-list-full ul li {
		padding-left: 0px;
	}
	.comments-list-full ul li .thum {
		position: inherit;
		margin-bottom: 15px;
	}
	.header-top-search-form {
		width: 300px;
		right: -114px;
	}
	.header-top-search-form-full::after {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media (max-width: 375px){
	.hero-caption h2 {
		font-size: 28px;
	}
	.hero-caption .hero-btn a {
		padding: 10px 20px;
	}
	.hero-section-search h2 {
		font-size: 28px;
	}
	.button-1 {
		padding: 12px 20px;
	}
	.error-404-content h2 {
		font-size: 40px;
	}
	.header-top-search-form {
		width: 250px;
	}

}