/*Mobile queries*/
@media only screen and (min-width: 768px) {
    .hidden_md{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .container .row{
        margin-left: 0 !important;
    }
    .hidden_xs{
        display: none;
    }
    .header_space {
	height: 110px;
}
    #header {
	padding: 10px 0px 15px;
}
    #header #right_col, footer, footer .col-md-6.text-right{
        text-align: center !important;
}
    #header #right_col a{
        margin: 0px 5px;
    }
    #header #right_col .tel_link {
	font-size: 16px;
	top: 5px;
}
    #header .header_btn {
	top: 5px;
}
    .banner_section .tagline{
        margin-top: 30px !important;
    }
    .product_section {
	border-top: 1px solid var(--green);
}
    .product_section .btn_common{
	margin-bottom: 15px;
}
    .product_section h2{
	font-size: 26px;
        line-height: 1.2
}
    .product_section.prod_detail h2{
        font-size: 36px;
    }
    .order_section #formBox {
	padding: 40px 20px;
        margin-top: 30px;
    }
    .order_section .form_right_content h2 {
	font-size: 28px;
	line-height: 1;
}
   
}
