/** ------------------------------------------------------------------
							Wrapper Screen
------------------------------------------------------------------ **/
@media only screen and (min-width: 1200px) {
	.partner_imgs .row > div {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
}


/** ------------------------------------------------------------------
							Tab Screen
------------------------------------------------------------------ **/
@media only screen and (max-width: 991px) {}


/** ------------------------------------------------------------------
							Mobile Screen
------------------------------------------------------------------ **/
@media only screen and (max-width: 768px ) {
.desktopview {
	display: none;
}
.mobileview {
	display: block;
}
.header-mobile-menu-trigger {
	display: block;
}
.header_menu {
	display: none;
}
.height-space {
	height: 70px !important;
}
/** Start your code from here*/
.section_title_img img {
	height: 65px;
}
.section_title h2 {
	font-size: 28px;
	max-width: 350px;
}
.section_title p {
	font-size: 18px;
}
.section_title_img {
	margin-bottom: 30px;
}
.top_area {
	padding: 60px 0 80px 0;
}
.bottom_area {
	padding: 40px 0;
	border-radius: 25px;
}
}
@media only screen and (max-width: 550px ) {
.gallery_img img {
	height: 25px;
}
.partner_imgs .row {
	justify-content: center;
	margin: -15px -15px;
}
.partner_imgs .row > div {
	padding: 15px 15px;
}
}
