@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
body {
	font-family: "Poppins", sans-serif;
	padding:0;
	margin:0;
	overflow-x: hidden;
}
a {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}
.main_header {
	color: #393838;
	background: #F4F4F4;
	    height: 80px;
	font-weight: 500;
}
.container {
	max-width: 1150px;
	padding: 0px 15px;
	margin: 0 auto;
}
.fluid-container {
	max-width: 100%;
	padding: 0px 0px;
	margin: 0 auto;

}
.pre_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	font-size: 14px;
}
.contact_info ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style-type: none;
	gap: 20px;
	padding: 0;
	margin: 0;
}
.contact_info ul li i {
	color: #393838;
	font-size: 14px;
	padding: 0 8px 0 0;
	vertical-align: baseline;
}
.social_link ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style-type: none;
	gap: 15px;
	padding: 0;
	margin: 0;
}
.social_link ul li i {
	color: #393838;
	font-size: 14px;
	padding: 0 5px 0 0;
	vertical-align: baseline;
}
.header {
	    background: transparent;
    margin: -35px 0 0 0;
}
.header_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background: #fff;
	    padding: 0 60px;
	border-radius: 10px;
box-shadow: 10px 4px 60px rgba(157, 157, 157, 0.25);
}
.header_logo {
	width: 300px;
}
.header_logo img {
	width: 100%;
}
.circle-add-menu input {
	display: none;
}
.hamburger {
	display: none ;
}
.clicky-menu li i {
	font-size: 10px;
	padding: 0 0 0 5px;
}
.clicky-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
}
.clicky-menu > li {
	position: relative;
}
.clicky-menu.no-js li:hover > ul {
	visibility: visible;
}
.clicky-menu.no-js li:focus-within > ul {
visibility: visible;
}
.clicky-menu ul[aria-hidden="false"] {
	visibility: visible;
}
.clicky-menu .sub-menu--right {
	left: auto !important;
	right: 0 !important;
}
.site-navigation {
	width: 100%;
	margin: 0px auto;
	border-radius: 4px;
}
.clicky-menu {
    justify-content: stretch;
    margin: 0;
    font-size: 18px;
    padding: 0;
    list-style: none;
}
@media (min-width: 540px) {
.clicky-menu {
display: flex;
}
}
.clicky-menu a, .clicky-menu button {
	margin: 0.80em;
	padding: 0 8px;
	background: transparent;
	color: #000;
	font-family: inherit;
	text-decoration: none;
	border-radius: 3px;
}
.clicky-menu li:last-child a {
	padding-right: 0px;
}
.clicky-menu a:hover, .clicky-menu button:hover {
	background: transparent;
	color: #de2922
}
.clicky-menu a:focus, .clicky-menu button:focus {
	outline: transparent;
	outline-offset: -.125em;
}
.clicky-menu > li {
	flex: 1 1 auto;
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
}
.clicky-menu > li > a, .clicky-menu > li > button {
	flex: 1 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 0;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
	text-transform: capitalize;
	cursor: pointer;
	letter-spacing: 1px;
}
@media (min-width: 540px) {
.clicky-menu > li > a, .clicky-menu > li > button {
justify-content: center;
}
}
.clicky-menu svg {
	width: 1em;
	height: 1em;
	margin-left: .5em;
}
.clicky-menu [aria-expanded="true"] svg {
	transform: scaleY(-1);
}
.clicky-menu ul {
	min-width: 100%;
	margin-top: .25em;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border-radius: 3px;
}
@media (min-width: 540px) {
.clicky-menu ul {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
transform: translateY(1em);
opacity: .5;
transition-property: transform opacity;
transition-duration: .1s;
}
}
.clicky-menu.no-js ul::before {
position: absolute;
display: block;
content: "";
width: 100%;
height: .25em;
top: -.25em;
}
.clicky-menu ul[aria-hidden="false"] {
	position: static;
	width: 100%;
	flex: 0 0 auto;
}
@media (min-width: 540px) {
.clicky-menu ul[aria-hidden="false"] {
position: absolute;
width: auto;
transform: translateY(0);
opacity: 1;
z-index: 1;
}
}
.clicky-menu ul a {
	display: block;
	padding-top: .375em;
	padding-bottom: .375em;
}
@media (min-width: 540px) {
.clicky-menu ul a {
padding: .075em 0em;
font-size: 16px;
white-space: nowrap;
}
}
@media (max-width: 768px) {
.circle-add-menu input {
display: block;
}
.hamburger {
display: block !important;
font-size: 22px;
color: #000;
}
.menu {
display : none;
}
.menu {
display: none;
position: absolute;
right: 0;
left: 0;
text-align: left;
padding: 0px 0;
margin: 25px 0 0 0;
z-index: 1;
background: #f9f9f9;
}
[type="checkbox"]:checked {
& ~ .menu {
display : block;
}
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position : absolute;
left : -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
position : relative;
cursor : pointer;
}
.site-navigation {
width: 95%;
}
.site-navigation ul li ul {
background: #F4F4F4;
margin: 0;
}
.clicky-menu li ul li a {
color: #393838;
	font-size: 13px;
}
.clicky-menu li ul li a:hover {
color: #eb5346
}
.clicky-menu ul a {
padding-top: 0;
padding-bottom: 0;
}
}
.banner_area img {
	    width: 100%;
    max-width: 100%;
}
.fixed-phone {
	right: 37px;
	bottom: 180px;
	position: fixed;
	z-index: 999999;
}
.fixed-phone:before {
	content: "";
	width: 50px;
	height: 50px;
	background-color: #00a505;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
	z-index: 1;
	top: 0;
	left: 0;
}
.fixed-phone i {
	vertical-align: middle;
	z-index: 2;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	left: 16px;
	top: 12px;
}
.fixed-whatsapp {
	right: 30px;
	bottom: 120px;
	position: fixed;
	z-index: 999999;
}
.fixed-whatsapp:before {
	content: "";
	width: 50px;
	height: 50px;
	background-color: #00a505;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
	z-index: 1;
	top: 0;
	left: 0;
}
.fixed-whatsapp i {
	vertical-align: middle;
	z-index: 2;
	position: relative;
	color: #fff;
	font-size: 1.8rem;
	left: 14px;
	top: 11px;
}
.banner_area {
    margin: -62px 0 0 0;
    z-index: -11111;
    position: relative;
}
.banner_head {
font-size: 80px;
display: none;
    text-align: center;
    position: relative;
    top: -430px;
    color: #313185;
    font-weight: 600;
    text-shadow: 2px 2px 2px #a1a1a1;
	padding: 15px 20px 15px 20px;
    line-height: 1.1em;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    margin: 0 25px;
	width: 100%;
}
.banner_head span {
    font-size: 40px;
    color: #e95349;
    text-shadow: 0.5px 0.5px 1px #000;
    text-transform: uppercase;
    display: block;
    line-height: 1.3em;
}
#btn_menu {
    background: transparent;
	border: 2px solid #ee50459c;
    padding: 10px 25px;
    border-radius: 24px;
    color: #393838;
    font-weight: 500;
    font-size: 14px;
	    text-transform: uppercase;
    margin: 5px 0 0 70px;
	    height: 25px;
}
.mbl_banner {
	display: none;
}
.about_container {
    margin: 50px 0 0 0;
}
.abt_small {
    background: #FEEEED;
    width: fit-content;
    padding: 10px 10px;
    border-radius: 10px;
    border: 2px solid rgba(241, 79, 68, 0.1);
    font-size: 17px;
    font-weight: 400;
}
.abt_small i {
    transform: rotate(-45deg);
    margin: 0 10px 0 0;
    color: #e85248;
}
.abt_heading {
    font-size: 32px;
    margin: 15px 0 0 0;
    font-weight: 200;
}
.abt_subheading {
    font-size: 32px;
    margin: 0px 0 25px 0;
    font-weight: 500;
}
.about_area {
    display: grid;
    grid-template-columns: 500px auto;
	gap: 30px;
}
.about_box {
    display: flex;
    gap: 0px;
	margin: 30px 0 0 0;
    flex-direction: column;
	    align-items: center;
}
.about_box_1 {
margin: 0px 0 0 0;
}
.about_col_1 img {
	width: 100%;
	border-radius: 10px;
}
.about_number {
font-size: 50px;
    font-weight: 600;
}
.about_info {
padding: 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.about_box_1 p {
	font-size: 15px;
    color: #696969;
	margin: 0;
}
.about_box_1 p a {
    color: #313185;
	font-weight: 500;
}
.product_container {
    background: #F4F4F4;
	padding: 80px 0;
	margin: 50px 0 0 0
}
.product_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product_small {
    background: #feeeed;
    width: fit-content;
    padding: 10px 10px;
    border-radius: 10px;
    border: 2px solid rgba(241, 79, 68, 0.1);
    font-size: 17px;
    font-weight: 400;
}
.product_small i {
    transform: rotate(-45deg);
    margin: 0 10px 0 0;
    color: #e85248;
}
.product_heading {
    font-size: 32px;
    margin: 15px 0 0 0;
    font-weight: 200;
	color: #000;
}
.product_subheading {
    font-size: 32px;
    margin: 0px 0 40px 0;
    font-weight: 500;
	color: #000;
}
.product_area {
    display: grid;
    gap: 27px;
    grid-template-columns: repeat(4, 1fr);
}
.product_col {
padding: 0 0 20px 0;
    border-radius: 15px;
}
.product_col h2 {
    font-size: 14px;
	color: #000000;
    margin: 10px 0 0px 0;
    padding: 0 0 0px 0;
    text-align: center;
    font-weight: 400;
	    position: relative;
}
.product_col p {
    margin: 0 0 15px 0;
    padding: 0;
}
.product_col img {
	max-width: 100%;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
	box-shadow: 2px 3px 6px 0px #00000029;
}
.pro_btn {
display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px 0 0 0;
    gap: 20px;
}
.pro_btn a {
	background: linear-gradient(90deg, rgba(232,82,72,1) 0%, rgba(232,82,72,1) 100%);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    border-bottom: 2px solid #ee50459c;
    font-size: 12px;
    text-transform: uppercase;
}
.enquire_container {
    margin: 50px 0 0 0;
}
.enquire_area {
    display: grid;
    grid-template-columns: 650px 450px;
	    gap: 50px;
}
.client_area {
    background: #f4f4f4;
    padding: 50px;
    border-radius: 15px;
}
.map_col {
	text-align: center;
}
.map_col img {
    border-radius: 5px;
	    border: 1px solid #a4bbdd;
}
.client_col {
    margin: 30px 0 0 0;
}
.client_col img {
width: 160px;
    border-radius: 5px;
	    border: 1px solid #a4bbdd;
}
.contact_area {
    background: #f4f4f4;
    padding: 50px;
    border-radius: 15px;
}
.contact_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #a4bbdd78;
    padding: 30px 0;
    border-radius: 10px;
}
.contact_form input {
    width: 70%;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #c1c1c1;
    font-size: 16px;
    color: #605D5D;
}
.btn_form {
background-color: #313185;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0px 24px 24px 24px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0 0;
	    width: auto;
}
.contact_details .details_info {
	list-style: none;
    margin: 60px 0 0 75px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    font-weight: 300;
    text-indent: -75px;
	color: #605D5D;
}
.contact_details ul span {
    color: #000;
    font-weight: 600;
	font-size: 18px;
}
.social_foot {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    font-size: 20px;
	    align-items: center;
    justify-content: center;
}
.main-footer {
    margin: 80px 0 0 0;
	    padding: 60px 0 0 0;
	background: #f4f4f4;
}
.foot_area {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
.head_adrs {
    display: flex;
    align-items: center;
margin: 0 0 30px 0;
    gap: 15px;
}
.head_adrs i {
    background: #ed5448;
    color: #fff;
    padding: 12px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
}
.head_adrs p {
    color: #393838;
}
.foot_heading {
    font-size: 25px;
    margin: 0px 0 0px 0;
    font-weight: 500;
    color: #000;
}
.more_product {
    margin: 15px 0 0 0;
    text-indent: 0;
    display: flex;
	    gap: 15px;
    color: #393838;
    flex-direction: column;
}
.footer-link {
    font-size: 15px;
    font-weight: 500;
}
.cl {
	clear: both;
}
.footer-bottom {
background: #F4F4F4;
    padding: 0px 0;
}
.foot_col_2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.foot_adrs {
    display: grid;
    align-items: center;
    gap: 15px;
    border: 1px solid #000;
    padding: 15px 30px;
    border-radius: 15px;
    grid-template-columns: 45px auto;
}
.foot_adrs i {
    background: #ed5448;
    color: #fff;
    padding: 12px;
	    width: 18px;
    text-align: center;
    border-radius: 50%;
}
.foot_adrs p {
    color: #393838;
}
.copyright {
	border-top: 1px solid #000;
    margin: 70px 0 0 0;
    font-size: 14px;
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
}
.copyright a {
	color: #000;
	font-weight: 400;
}
.form_enquiry {
    margin: 40px 0 0 0;
}
.form_enquiry_area {
display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.form_enquiry_area input {
    width: 25%;
    padding: 15px;
    border-radius: 24px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    color: #605D5D;
}
.form_enquiry_area button {
background: transparent;
    color: #393838;
    border: 2px solid #ee50459c;
    border-radius: 24px;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    width: auto;
}
.fixed_enquire {
    right: 5px;
    bottom: 250px;
    position: fixed;
    z-index: 999999;
}
.small_captcha_area {
    display: flex;
	    gap: 10px;
}
.small_captcha_area img {
    height: 50px;
    margin: 0 0 0 0;
    vertical-align: middle;
}
.small_capbox_box .input_small {
    width: 85px;
}
.about_fact {
    display: flex;
    gap: 20px;
}
.dis_non {
	display: none;
}
/* Add your custom styles here */
#features {
    margin-top: 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }

  .carousel-inner-items {
    display: flex;
    transition: transform 1s ease-in-out;
	line-height: 0;
  }

  .carousel-item {
    min-width: 100%;
  }

  .product-img {
    width: 100%;
    height: auto;
    object-fit: cover;
	    border-radius: 10px;
  }

  .carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    font-size: 1.5em;
    cursor: pointer;
    background: none;
    border: none;
  }

  .prev-btn {
    left: 10px;
  }

  .next-btn {
    right: -685px;
  }
.in_banner_container {
    margin: 50px 0 0 0;
    padding: 0;
}
.in_banner_area {
display: grid;
    grid-template-columns: 720px auto;
    gap: 20px;
}
.in_banner_area h1 {
    margin: 0 0 20px 0;
	    font-size: 20px;
    font-weight: 400;
		    border-bottom: 2px solid #e3e3e3;
    padding: 0 0 20px 0;
}
.in_banner_area h2 {
	margin: 20px 0 0 0;
    font-size: 18px;
    padding: 0 0 0px 0;
    width: fit-content;
	position:relative;
}
.pro_txt {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
}
.about-text {
    font-size: 15px;
    margin: 10px 0 0 0;
}
ul.about-text li::marker {
	color: #ed5448;
}
.para_container {
	margin: 50px 0 0 0;
}
.faqs {
    padding: 2rem;
    width: 50%;
    float: right;
    height: 100%;
}
button {
    width: 100%;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

button:hover {
    transition: all 0.3s ease-in-out;
    color: hsl(14, 88%, 65%);
}

.answer {
    padding-top: 0;
    color: hsl(240, 6%, 50%);
    font-size: 15px;
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.arrow {
    transition: transform 0.3s ease-in-out;
    align-self: center;
    object-fit: contain;
    width: 0.75rem;
    margin-left: 0.75rem;
    user-select: none;
    pointer-events: none;
}


.faqs h1 {
    margin-bottom: 1rem;
}

.faq-item {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.faq-item.active .answer {
    display: block !important;
    opacity: 1 !important;
}

.faq-item.active .question {
    color: black;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

.faq-item button {
    outline: none;
}

.question {
    font-size: 15px;
    font-weight: normal;
    color: #111;
}

/*
MEDIA QUERY
MOBILE VIEW STYLES
*/
@media (max-width: 50rem) {
    .image {
        display: none;
    }

    .faqs {
        width: 100%;
    }
}
.para_area {
border: 1px solid #e3e3e3;
    padding: 40px 40px;
    font-size: 15px;
    color: #747474;
}
.para_area p {
	margin:0;
	padding:0;
}
.slider_container {
	margin: 50px 0 0 0;
}
.slide-container {
    max-width: 1150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.slider_container .arrow {
    width: 2rem;
    margin: 0 1rem;
    cursor: pointer;
	display: none;
}

.slider_container section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

section::-webkit-scrollbar {
    height: 5px;
    width: 2px;
    border: 1px solid #e85248;
    background: #e85248;
}

section::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

section::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    outline: 1px solid #eee;
  }

section .thumbnail {
    flex: 0 0 auto;
	object-fit: cover;
	cursor: pointer;
	margin: 5px;
    border: 1px solid var(--black);
    overflow: hidden;
    transform: scale(.95);
    transition: all .3s;
}
section .thumbnail img {
	width: 300px;
border-radius: 5px;
}

section .thumbnail:hover {
    transform: scale(1);
}

.product-details {
    text-align: center;
    padding-bottom: 1rem;
    margin: -30px 0 0 0;
    background-color: #fff;
}

.product-details h2 {
    font-size: 16px;
    width: 300px;
    font-weight: 500;
}

.product-details p {
    font-size: 1rem;
    padding-bottom: 1rem;
    color: green;
    font-weight: 700;
}

.product-details p span {
    text-decoration: line-through;
    color: red;
    font-weight: normal;
}

.product-details a {
    font-size: 13px;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(232,82,72,1) 0%, rgba(232,82,72,1) 100%);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 3px;
}

.product-details a:hover {
    background-color: #111;
}
.order_area {
    display: flex;
    flex-direction: column;
}
.facts_container {
    display: none;
}
.abt_container {
	margin: 50px 0 0 0;
}
.abt_col {
    grid-column: 1 / span 2;
}
.client_container {
	margin: 50px 0 0 0;
}
.client_logo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.client_logo img {
    border: 1px solid #f4f4f4;
}
@media (max-width: 767px) {
.main_header {
    height: 90px;
}
.header {
    margin: -70px 15px 0 15px;
}
.header_container {
    padding: 0 20px;
}
.header_logo img {
    width: 80%;
}
.banner_area {
    margin: -45px 0 0 0;
}
.fixed-whatsapp {
    bottom: 60px;
}
.fixed-phone {
    bottom: 120px;
}
.pre_header {
    font-size: 13px;
    flex-direction: column;
    gap: 5px;
}
.dktp_banner {
	display: none;
}
.mbl_banner {
	display: block;
}
.banner_head {
    font-size: 65px;
    text-align: left;
    top: -450px;
	        display: none;
    margin: 0 0px;
    width: fit-content;
}
.banner_head span {
    font-size: 33px;
	margin: 5px 0 0 0;
}
.about_container {
    margin: 30px 0 0 0;
}
.about_number {
    font-size: 23px;
        text-align: center;
}
.about_info {
padding: 0;
        width: 100%;
        font-size: 11px;
}
.about_area {
    grid-template-columns: auto;
    gap: 10px;
}
.abt_heading {
    font-size: 22px;
        text-align: center;
        margin: 0;
}
.abt_subheading {
    font-size: 22px;
    margin: 0px 0 0px 0;
	        display: none;
}
.about_box_1 {
    margin: 0px 0 0 0;
}
.product_heading {
    font-size: 22px;
        display: none;
}
.product_subheading {
    font-size: 22px;
    margin: 0px 0 20px 0;
	        display: none;
	        text-align: center;
}
.product_area {
	grid-template-columns: auto;
        margin: 30px 0 0 0;
	gap: 15px;
}
.product_col h2 {
        text-align: center;
        font-size: 13px;
        margin: 10px 0 0 0;
        padding: 0 0 0 0px;
        font-weight: 500;
}
.pro_btn a {
    font-size: 12px;
}
.enquire_area {
    grid-template-columns: auto;
    gap: 30px;
}
.client_area {
    padding: 0px;
    background: transparent;
}
.map_col {
    margin: 0px 0 0 0;
}
.map_col img {
    max-width: 100%;
}
.contact_area {
    padding: 20px;
}
.contact_details .details_info {
    margin: 20px 0 0 0px;
    text-indent: 0;
}
.contact_col {
    margin: 20px 0 0 0;
}
.form_enquiry {
display: none;
    margin: 30px 0 0px 0;
}
.form_enquiry_area {
    flex-direction: column;
}
.form_enquiry_area input {
    width: 60%;
}
.main-footer {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
}
.foot_area {
    grid-template-columns: auto;
}
.head_adrs i {
    width: 30px;
}
.footer-link {
    font-size: 14px;
    font-weight: 400;
}
.foot_col_2 {
    margin: 10px 0 0 0;
}
.foot_adrs {
    padding: 10px 20px;
        font-size: 13px;
    grid-template-columns: 38px auto;
	    gap: 10px;
}
.copyright {
    margin: 50px 0 0 0;
    font-size: 13px;
	flex-direction: column;
    align-items: center;
	        gap: 5px;
}
#btn_menu {
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 10px;
}
.clicky-menu > li > a, .clicky-menu > li > button {
    line-height: 1;
}
.about_col_1 {
    order: 1;
        margin: 10px 0 0 0;
}
.about_col {
    order: 2;
}
.clicky-menu {
    font-size: 15px;
}
.pro_btn {
    gap: 12px;
    padding: 0 0 0 0px;
	    justify-content: center;
}
.abt_small {
    font-size: 15px;
        display: none;
}
.about_box {
        display: block;
    margin: 10px 0 0 0;
}
.product_small {
    font-size: 15px;
}
.product_container {
    padding: 30px 0;
    margin: 30px 0 0 0;
}
.client_area .abt_heading {
	display: none;
}
.contact_area .abt_subheading {
        font-size: 17px;
        display: block;
		        text-align: center;
}
.product_col {
background: transparent;
    box-shadow: none;
	    padding: 0 0 0px 0;
}
.client_col img {
    width: 120px;
}
.client_col {
    margin: 10px 0 0 0;
}
.contact_form input {
    width: 60%;
        font-size: 14px;
    padding: 12px;
}
.small_capbox_box .input_small {
    width: 75px;
}
.btn_form {
    padding: 10px 20px;
    margin: 10px 0 0 0;
	    font-size: 15px;
}
.contact_details ul span {
    font-size: 16px;
}
.social_foot {
    margin: 15px 0 0px 0;
    font-size: 16px;
}
.foot_heading {
    font-size: 20px;
}
.head_adrs {
    margin: 0 0 10px 0;
}
.foot_adrs i {
    padding: 10px;
    width: 14px;
}
.about_fact {
align-items: center;
        justify-content: center;
    gap: 10px;
}
.small_captcha_area img {
    height: 40px;
}
.dis_non {
	display: block;
}
.foot_col_2 {
	display: none;
}
.in_banner_area {
    grid-template-columns: auto;
    gap: 10px;
}
.para_area {
    padding: 20px 20px;
}
.slide-container {
    padding: 0 15px;
}
section .thumbnail img {
    width: 100%;
        height: 200px;
}
.product-details h2 {
    font-size: 16px;
    width: 100%;
}
.product-details a {
    font-size: 13px;
}
.para_container {
    display: none;
}
.slider_container {
    margin: 20px 0 0 0;
}
.mbl_enq {
	display: block;
}
.in_banner_area h1 {
    margin: 0 0 0px 0;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 8px 0;
}
.faq-item {
    padding: 10px 0;
}
.next-btn {
    right: -330px;
}
.in_banner_container {
    margin: 25px 0 0 0;
}
.fixed_enquire {
    bottom: 160px;
}
.enquire_container {
    order: 2;
}
.para_container {
    order: 3;
}
.slider_container {
    order: 4;
}
.facts_container {
	order: 1;
	        margin: 15px 0 -20px 0;
	display: block;
}
.abt_container .abt_subheading {
        display: block;
        text-align: center;
        margin: 0 0 15px 0;
}
.enq_contact .mbl_enq {
        display: block;
}
.enq_map {
	display: none;
}
.client_logo img {
    width: 138px;
}
.social_link {
	display: none;
}
}