*{margin:0;padding:0;font-family:'LG EI'!important;}

/*
header{width:100%;padding:10px 0;transition:ease all .5s;background:#fff;}
header.fixTop{background-color:rgba(255,255,255,0.9);padding:10px 0;box-shadow:0 0 30px -8px #000}

.logo img{width:115px;transition:ease all .5s}
.fixTop .logo img{width:115px}
.tagline{display:flex;align-items:center;justify-content:flex-end}
.tagline img{width:160px}
*/
:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}


.title{ width: 100%; text-align: center;margin-top: 30px; background: #fff; border-bottom: 1px solid #ccc; padding:30px 15px 20px;}
.title h1{font-size: 2.3rem; line-height:2.5rem;  font-weight: 600; color:#000; font-family:'LG EI'!important;}
.wrapper{ width: 80%; min-height: 500px; margin: 0 auto}
.tnc-contant{ width: 100%; background: #fff; padding: 20px 15px}
.tnc-contant h2{font-size: 1.5rem; line-height:1.8rem;  font-weight: 600; color:#000; margin-bottom: 10px; font-family:'LG EI'!important;}
.tnc-contant p{ color:#333; font-size: 1.2rem; line-height: 1.5rem; margin-bottom: 15px;font-family:'LG EI'!important;}

.tnc-contant-offer{ margin-top: 20px; margin-bottom: 20px; padding: 20px 15px; background:#fff;}
.tnc-contant-offer .offer-title{ width: 100%; text-align: center; margin-bottom: 20px}
.tnc-contant-offer .offer-title h2{font-size: 2rem; line-height:2.5rem;  font-weight: 600; color:#000; font-family:'LG EI'!important;}
.tnc-contant-offer  .content-box{width: 100%; text-align:center;}
.tnc-contant-offer  .content-box p{ color:#333; font-size: 1.2rem; line-height: 1.5rem; margin-bottom: 15px;font-family:'LG EI'!important; }
.tnc-contant-offer  .content-box a.btn-lg{ text-decoration:  none; color:#fff; background: #a50034; padding: 10px 20px; border-radius: 8px; font-size: 1.2rem; margin-bottom: 15px;}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
	font-family:'LG EI'!important;
}
.table{    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top; border-color:#dee2e6;}
.table  thead{ background: #ccc;}
.table	thead td strong{ font-weight: 600;}
.table-bordered>:not(caption)>* {
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}


.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}



.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}


/*

footer{background:var(--c3);display:flex;align-items:center;padding:15px 0; border-top: 2px solid #a50034;}
footer .rt{display:flex;align-items:center;justify-content:flex-end}
footer .lft{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}
footer .lft ul{margin:0 0 5px}
footer .lft li{display:inline-block;padding:0 10px;border-right:solid 1px #fff;line-height:13px}
footer .lft li:first-child{padding-left:0}
footer .lft li:last-child{border:none}
footer .lft li a{font-size:12px}
footer p{color:#fff;font-size:12px;width:100%;display:block;margin:0}
.whatsapp{margin:0 10px 0 0}
.whatsapp img{width:15px;display:inline-block;vertical-align:top;margin:4px 0 0}
.qr img{width:65px}
.subForm {  background:#fff;   padding:150px 60px 150px 150px;}
#tncPop .modal-content{ border-radius: 25px; background: #f0f0f2;}
#tncPop  .btn-cl{ opacity: 1; border-radius:50%; position:absolute; top:-12px; right:-12px; width: 15px; height: 15px; padding: 7px; border: 2px solid #dd0029; background: #a50034; display: flex; align-items: center;}
.btn-cl img {width: 15px;}
#tncPop h5 {text-align: center; text-transform: uppercase; font-weight: 600; margin-top: 10px; margin-bottom: 20px; border-bottom: solid 2px #ccc; padding: 0 0 10px;}
#tncPop h5 span{font-size: 1.5rem; text-transform: initial;line-height: 1.4rem;}
#tncPop .modal-content { border-radius: 4px;}
.tncCont {max-height: 450px; overflow-y: auto;font-size: 14px;}
.tncCont a { color: #a50034;}
.tncCont h4 {font-size: 1.2rem;text-transform: initial;line-height: 1.2rem;color: #000;margin: 15px 0 15px;display: inline-block;}
.tncCont ul {list-style-type: disc;float: left;color: #000;padding: 0 0 0 20px;}
.tncCont ul li {float: left;list-style-type: disc; color: #000;}


.cmp-text.c-notification-banner__text p {color: #fff;}
*/

@media (max-width: 767px) {
	.wrapper{ width: 95%;}
.title h1{font-size: 1.7rem; line-height:2rem;  font-weight: 600; color:#000;}
.tnc-contant h2{font-size: 1.2rem; line-height:1.5rem;  font-weight: 600; color:#000; margin-bottom: 10px;}	
/*
.logo img{width:100px}
.tagline img{width:120px}
.fixTop .logo img{width:100px}
.inqForm { padding: 60px 0 0px; 
background: linear-gradient(to bottom,  #f5f3ee 0%,#f5f3ee 40%,#ffffff 54%,#ffffff 100%); 
}
.banner .banner-contant{ position: absolute; left:50%; top:20%;  width: 85%; transform: translate(-50%,-50%);}	
	.banner .banner-contant h1{ font-size: 1.5rem; line-height: 2rem; margin-bottom: 3px}	
	
	.racMain .owl-theme .owl-nav, .wmMain .owl-theme .owl-nav, .refMain .owl-theme .owl-nav{ display: none;}	
	
	
	
.appliances .subHead{font-size:15px;line-height:20px}
.moreOption ul{text-align:center;margin:0}
.moreOption li{display:inline-block;min-width:auto;text-align:center;padding:12px;border-radius:14px}
.enquiry-form{padding: 15px 0px 10px 0px;}
.subForm{ border-radius: 20px; padding: 0px 15px  10px; margin: 0px 5px 50px;}
.tagline img {width: 140px;}
.formHead h1 {color: #333; font-weight: bold;  font-size: 28px; line-height: 1.8rem;}
.formHead .subHead{ letter-spacing: 0;}
.enquiry-form .modal-title {font-size: 24px; line-height: 27px;}
.modal-title span {font-size: 16px; line-height: 23px;}	
	.shar-story-box{    padding: 30px;}
	.product-sec .pro-block{ flex-wrap: wrap;}
	.product-sec .pro-block .hr-block{ width: 100%; flex-wrap: wrap;}	
	.product-sec .pro-block .hr-block .pro-img{width: 100%;}
	.product-sec .pro-block .vr-block{ width: 100%;}
	.essential-series .big-img-block{height:auto;}
	
	
	
	
	
footer{text-align:center}
footer .lft ul{margin:0 auto 5px}
footer .rt{justify-content:center;margin:10px 0 0}
*/

}
