@media (min-width: 576px) {
	.numbers-wrapper {
	  grid-template-columns: 1fr 1fr;
	  grid-gap: 1rem;
	}
	.numbers-wrapper .number {
	  display: flex;
	  flex-direction: column;
	}
	.number .number--content .num-title {
	  line-height: 1.3;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-header .main-header-item .header-logo {
    	min-width: 280px;
    }
}
@media (min-width: 992px) {
	.header-logo .logo-main {
	  padding: 2rem !important;
	}
	.pricing-item-area .slick-dots {
		display: none;
	}
	.numbers-wrapper {
	  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
	  /*grid-gap: 2rem;*/
	}
	.numbers-wrapper .number {
	  align-items: center;
	  justify-content: center;
	}
	.number .number--content {
		padding: 1rem 0;
		text-align: center;
	}
	.number .number--icon {
		align-items: flex-start;
		justify-content: center;
		padding: .5rem 0;
	}
	.number .number--icon img {
		height: auto;
	}
	.number .number--content .num-title {
	  line-height: 1.3;
	}
}

@media (min-width: 1200px) {
	.main-header .main-header-item .header-menu ul li > a {
	  font-size: 15px;
	}
	.numbers-wrapper {
	  /*grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));*/
	  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	  padding: 0 2rem;
	}
	.numbers-wrapper .number {
      grid-template-columns: 1fr;
	  grid-template-rows: auto;
	  justify-content: center;
	}
	.number .number--icon {
		align-items: flex-start;
		justify-content: center;
		padding-right: 0;
		position: relative;
	}
	.number .number--icon img {
		height: 100%;
	}
	.number .number--content {
/*		padding-left: 1rem;
*/	}
	.number .number--content .num-title {
	  line-height: 1.3;
	}

}

@media (min-width: 1400px) {
	/* -----------------------------
	    Bootstrap Overrides
	----------------------------- */
	.container {
		max-width: 1600px;
	}
	.main-header .main-header-item .header-menu ul li > a {
		font-size: 20px;
	}
	.numbers-wrapper {
	  /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
	  grid-template-columns: repeat(5, 1fr);
	}
	.header-socials {
		display: flex;
	}
}

@media (max-width: 1400px) {
	.main-header .main-header-item .header-logo {
		z-index: 500;
	}
	.header-area .header-top-area .header-top .header-contact-links li a {
	  line-height: 42px;
	}
	.header-area .header-top-area .header-top {
		justify-content: space-between;
		margin-left: 360px;
	}
	.header-area .header-top-area::before {
		content: unset;
	}
	.header-area .header-top-area .header-top {

	}
}

@media (max-width: 1200px) {
	.main-header {
		top: unset;
	}
	.main-header .quickbook {
	  font-size: 14px;
	}
	.slider-back {
		width: 100%;
	}
	.overlay-img__1, .overlay-img__2 {
		display: none !important;
	}
	.services-area .services-title .title, .gallery-area .gallery-title .title, .we-knows-area .we-knows-content .title {
		font-size: 44px !important;
	}
	.plus-points__slider .slick-dots {
		justify-content: center;
	}
}
@media (max-width: 991px) {
	.numbers-wrapper {

	}
	.main-header .main-header-item .header-logo {
		background: transparent;
	}
	.main-header .main-header-item .header-logo::before {
		content: unset;
	}
	.header-area .header-top-area .header-top {
		justify-content: space-between;
		margin-left: 0px;
	}
	.main-header .logo-sticky {
		display: block;
		padding-left: 1rem;
	}
	.banner-area {
		height: calc(85vh - 86px + 2px) !important;
	}
	.space-to-make-area {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.we-listen-area {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.services-area {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.fun-facts-area {
		padding-top: 30px;
		padding-bottom: 90px;
	}
	.we-knows-area {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.main-header.sticky .logo-sticky {
		padding: 0;
	}
	.fun-facts-slide.slick-active .fun-facts-item {
	  background-color: #fff;
	}
	.about-sandbox-logo {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.footer-list {
		width: 50%;
	}

}

@media (max-width: 575px) {
	.we-knows-area .we-knows-item .we-knows-item-thumb {
		margin-left: 0;
	}
	.we-knows-area .we-knows-item.item-2 .we-knows-item-content {
		margin-left: 0;
	}
}