/* Medium Layout: 1250px-2200px. */
@media only screen and (min-width: 1250px) and (max-width: 2200px) { 
  
    
}


/* Medium Layout: 992px-1249px. */
@media only screen and (min-width: 992px) and (max-width: 1249px) { 
  
    
}



/* Tablet Layout: 700px-991px. */
@media only screen and (min-width: 700px) and (max-width: 991px) { 
	


}

/* Mobile Layout: 0px-699px. */
@media only screen and (max-width: 699px) {
	/*================================
	themesBazar col css Start
=================================*/
.themesbazar_m1{
	max-width: 100% !important;
}
.themesbazar_m2 {
	max-width: 50% !important;
}

.themesbazar_m3{
	max-width: 33.33% !important;
}

.themesbazar_m4{
	max-width: 25% !important;
}

.themesbazar_m6{
	max-width: 16.66% !important;
}

.header-area {
	display: none !important;
}
.logoArea {
	display: none !important;
}
.section_one_title_one a {
	font-size: 30px !important;
}
.section_one_image_one {
	width: 100% !important;
}
.section_five_image_two {
	width: 100% !important;
}
.footer-area2 {
	margin-top: 50px !important;
}
.footer-contentLeft2 {
	text-align: center !important;
}
.footer-contentRight2 {
	text-align: center !important;
}
.footer-contentLeft2 {
	text-align: center !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #ddd !important;
	padding-bottom: 10px !important;
}
.footer2-logo {
	display: none !important;
}
.copy-right {
	text-align: center !important;
}
.design-developed {
	text-align: center !important;
}
.design-developed {
	float: none !important;
}
	

	
}


