/**
 * Theme Name:     Hiblow
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hiblow
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

*{ padding:0; margin:0;}
html, body{ overflow-x:hidden;}
footer ul.elementor-icon-list-items li.elementor-icon-list-item{ margin-bottom:10px;}
#nlowerpage .post-285, .post-44 .linksec{ display:none!important;}

#detailpage .elementor-loop-container > div:nth-child(2n+1) .e-con-inner{ flex-direction: row-reverse; }
#productslider .swiper-slide{ border: 1px solid #ccc;   background: #fff;  box-shadow: none;}
#productslider .swiper-slide > div{ margin-top:0!important;}

.enqformsec{ padding:10px; text-align:center;}
.enqformsec textarea{ background:#fff; color:#003c84; border-radius:0; height:180px; font-size:16px; line-height:22px; padding:5px; border:1px solid #333; margin-top:10px; color:#000;}
.enqformsec input:not([type="submit"]){ background:#fff; color:#003c84; border-radius:0; height:50px; font-size:16px; line-height:30px; padding:5px; border:1px solid #333; margin-top:10px; color:#000;}
.enqformsec input[type="submit"]{ background:#003c84; color:#fff; border-radius:0; font-size:20px; line-height:22px; padding:15px 35px; margin:10px auto 0; border:0; border:1px solid #003c84;}
.enqformsec input[type="submit"]:hover{ background:#fff; color:#003c84;}
.two-box{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.two-box > div{ width:49%;}
.enqformsec h2{ color:#003c84; font-size:30px; line-height:32px; font-weight:600;}
.enquirybox{ cursor:pointer;}


@media only screen and (max-width: 480px) {
.two-box{ display:block;}
.two-box > div{ width:100%;}
.enqformsec h2{ font-size:24px; line-height:26px;}
}