
@media all and (max-width: 1919px){
	.banner_box {
		max-width: 450px;
	}
}

@media all and (max-width: 1200px){
	.menu ul li a {
		font-size: 18px;
		margin: 0px 25px;
	}
	.menu ul li a.menu_active {
		font-size: 24px;
	}
	.menu ul li a.menu_active::after {
		height: 8px;
	}
}

@media all and (max-width: 991px){
	p{
		font-size: 15px !important;
	}
        .banner_area{
		padding-top: 0px;
	}
	.col-lg-6.d_none, .banner_row{
		display: none;
	}
	.logo_area {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.social_link ul{
		padding-left: 0;
	}
	.about_right h1, .head_title h1 {
		font-size: 24px;
	}
	.about_right p{
		color: #707070;
	}
	.daliver_items a {
		width: 160px;
		height: 160px;
		line-height: 160px;
	}
	.daliver_items a img {
		width: 80px;
		height: 80px;
	}
	.abd_area, .contact_area{
		border: none;
	}
	.abd_area.order_1 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.contact_area .head_title h1 span:last-child{
		display: block;
	}
	.contact_area .head_title h1 span:first-child{
		display: none;
	}
	.banner_slider .owl-dot span {
		border: 2px solid #EBEBEB !important;
		width: 12px !important;
		height: 12px !important;
		background: #EBEBEB !important;
		margin: 5px 3px !important;
	}
	.show_mobile_button{
		display: block;
	}
	.show_mobile_button .banner_title {
		padding-top: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.show_mobile_button .banner_title a{
		width: 50%;
		margin: 0px 5px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.show_mobile_button .banner_title a:first-child{
		margin-left: 5px !important;
	}
	.show_mobile_button .banner_title a:last-child{
		margin-right: 5px !important;
	}
}

@media all and (max-width: 767px){
	.abd_area, .contact_area{
		padding: 40px 20px;
	}
	.contact_area {
		padding-bottom: 100px;
	}
	.items_gap .col-sm-4 {
		margin-top: 50px;
	}
	.deliver_items span {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.deliver_items span img {
		width: 40px;
		height: 40px;
	}
	.contact_form_box {
		border: none;
		padding: 20px 0;
	}
}

@media all and (max-width: 500px){
	.deliver_items span {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.banner_title button{
		font-size: 20px;
	}
}

@media all and (max-width: 450px){
	.logo img {
		width: 100px;
	}
	.social_link ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		margin: 0px 5px;
	}
}