.width_100{width: 100%;}
section.pro_sec.sec_pad {
    background: #0e0d0d;
}
button.accordion-button.collapsed {
    background: #000 !important;
    color: #fff;
}
button.accordion-button::after {
    content: "";
    filter: invert(100%) brightness(100%) contrast(100%);
}
.accordion-item {
    background: #000 !important;
    color: #fff;
}
button.accordion-button {
    background: #0e0d0d !important;
    color: #fff !important;
}
/*.accordion {
    width: 80%;
    margin: 0 auto;
}*/

h2.accordion-header button.accordion-button {
    font-size: 16px;
    font-weight: bold;
}
.accordion-body {
    font-size: 14px;
    line-height: 30px;
}
.lists-accordion-section .accordion-body {
    background: #232323!important;
    color: #fff;
}
: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,.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,.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,.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,.175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .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 .5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13,110,253,.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - ( var(--bs-border-width) ));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.pro_sec_inner .content {
    background: #000;
    padding: 15px;
    min-height: 410px;
}
.pro_sec_inner .content a {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.pro_sec_inner .content h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}
.pro_sec_inner .content p {
    font-size: 14px !important;
    min-height: 253px !important;
}
.safety_sec{background:#0E0D0D;}
.expe_sec{background:#000;}
.expe_sec_inner {
    text-align: center;
}
.expe_sec_inner img {
    width: 120px;
    padding-bottom: 15px;
}
.sec_pad {
    padding-top: 5%;
    padding-bottom: 5%;
}
.expe_sec_inner h3 {
    text-align: center;
    padding-bottom: 15px;
}
.expe_sec_inner {
    background: #0e0d0d;
    padding: 15px;
    text-align: left;
    min-height: 540px;
    text-align: center;
    border-radius: 20px;
}
.grease_sec_inner {
    background: #0e0d0d;
    padding: 15px;
    text-align: left;
    text-align: center;
    border-radius: 20px;min-height: 210px;
}
.container.imgsece img {
    width: 120px;
}
.safe_inner {
    text-align: center;
    background: #000;
    padding: 40px;
    margin-bottom: 25px;
    min-height: 300px;
}
section.banner ul li {
    display: inline-block;
    width: 24%;
}
section.banner ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding-bottom: 5%;
}
body{
    font-family: 'Montserrat', sans-serif;
	background-color:#000;
}
.textwidget.custom-html-widget p {
    font-size: 15px !important;
    line-height: 1.5;
}
.display-4
{
	font-size:36px;
}
ol.breadcrumb {
    width: 320px!important;
}
.second_sec2 h2{font-size: 32px;line-height: 50px;}
p {
    
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
	color:#fff;
}
a.btn.btn-primary.Downbutton {
    color: #fff;
	border: #000 !important;
}

h2
{
    font-size: 30px;
    font-weight: 600;
}
.banner {
  position: relative;
  height: 400px; /* Adjust height as needed */
  background: url('../img/products/space-saving-home-elevators.webp') no-repeat center center / cover;
}
.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay with transparency */
  z-index: 1;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.innersec
{
    padding: 30px !important;
    margin-top: 30px;
    background: #0e0d0d;
    border-radius: 35px !important;
	    margin-bottom: 30px;
}
.innersec1
{
    padding: 30px !important;
    margin-top: 30px;
	background-image: linear-gradient(180deg, #38363647 0, #030303A3 100%);
    border-radius: 35px !important;   
}

.card-body h4{
font-size: 24px;
color: #011c40;
text-align: center;
margin-bottom: 15px;
color:#fff;
}
.card-body h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
	text-align: center;
	margin-bottom: 15px;
	color:#fff;
}
a.btn.btn-primary {
	    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 10px;
    margin-top: 15px;
}
.space
{
margin-top:30px;

}
.newcol h3
{
text-align: center; 
font-size: 35px; 
font-weight: 500; 
line-height: 4rem;	
	
}

.videoimg img
{
	border-radius:20px;
    width: 60%;
}
.coltext p{
text-align: center;
 font-size: 24px !important; 
 font-weight: bold;	
}
.coltext
{
padding: 30px 0 0px 0;
    width: 90%;
    margin: 0 auto;	
}
.innersec
{
    padding: 30px !important;
        margin-top: 30px;
    background-image:  #030303A3;
    border-radius: 35px !important;
}


.card-body h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
	text-align: center;
	margin-bottom: 15px;
	color:#fff;
}
.productimag
{
margin: 0 auto;
    width: 300px;
}

.card-body 
{
background-color: #000;
    border-radius: 10px;
	}
.card{
border: #000;
    border-radius: 15px;
}
.sec1 {
  margin-top: 30px;
  display: flex;
  align-items: flex-start; /* Align items to the top */
  justify-content: flex-start; /* Align content to the left */
  gap: 50px; /* Adjust spacing between elements */
  flex-wrap: nowrap; /* Prevent wrapping to a new line */
}

.sec1 img {
  flex-shrink: 0; /* Prevent the image from shrinking */
  max-width: 200px; /* Set a consistent image size */
  height: auto; /* Maintain aspect ratio */
}

.sec1 h4 {
 font-weight: 600;
  text-align: left;
  margin: 0; /* Remove extra margin */
  font-size: 1.5rem; /* Adjust as needed */
  width: 300px; /* Set a fixed width */
  flex-shrink: 0; /* Prevent the header from shrinking */
  line-height: 1.4; /* Adjust line height for better readability */
}

.sec1 p {
  margin: 0; /* Remove default margin */
  flex: 1; /* Allow text to take up remaining space */
  
  line-height: 1.6; /* Adjust line spacing for better readability */
}
/*colors*/
.colors {
    display: flex;
    padding: 0px;
    width: 300px;
    margin: 20px 0;
}
.color {
    height: 30px;
    width: 30px;
    margin-right: 9px;
    border-radius: 18px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    border: 3px solid #fff;
    cursor: pointer;
}
.outer-colors {
    display: inline-flex;
    width: 100%;
}
img#productImage {
    height: 550px;
    width: auto;
    margin: auto;
}
.color-pallet h3 {
    padding-bottom: 3%;
}
.color-pallet .colors {
    padding-bottom: 3%;
}
.color-pallet .et_pb_text_inner {
    text-align: justify;
}
.p-tag .et_pb_text_inner, .ptag p {
    text-align: justify;
}
@media(max-width:767px){
    .display-4 {
    font-size: 28px;
}
.imgsece .d-flex {
    display: grid !important;
}
.header-btn {
    display: none;
}
section.banner ul li {
    width: 47% !important;
    padding-bottom: 5%;text-align: center;
}
.banner {
    height: auto;
    padding-top: 10%;
    padding-left:15px;
    padding-right:15px;
}
.second_sec2 h2 {
    font-size: 25px;
    line-height: 35px;
}
h2 {
    font-size: 25px;
    line-height: 35px;
}
}
/*end colors*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .newcol h3 {
   
    line-height: 49px;
}
.videoimg img {
    width: 100% !important;
}
	  .sec1 {
  margin-top: 20px;
  gap: 20px;
 }
	  .banner {
    
		  height: 400px;
	  }
	  .coltext {
width: 100%;
}
 a.btn.btn-primary {
 margin-top: 20px;
}
	 .coltext p{
text-align: center;
 font-size: 20px !important; 
 font-weight: bold;	
}
	  .sec1 h4 {
 text-align: left;
	  }
}
@media(max-width:900px){
.width_100 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.expe_sec_inner {
    min-height: auto;
    margin-bottom: 20px;
}
.sec1 {

    display: flex;

}
.d-flex.space.grid_sec {
    display: grid !important;
    grid-template-columns: auto auto auto;
}
.safe_inner {
    min-height: auto;
}
.pro_sec_inner .content p {
    font-size: 14px !important;
    min-height: 23px !important;
}
.pro_sec_inner .content {
    background: #000;
    padding: 15px;
    min-height: auto;
    margin-bottom: 20px;
}
.grease_sec_inner {
     min-height: auto;
    margin-bottom: 20px;
}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .container.imgsece img {
    width: 90px;
}
	  .newcol	p
{
	padding-top:16px;
}
	  .newcol h3 {
   
    line-height: 49px;
}
.videoimg img {
    width: 100% !important;
}
	   .sec1 {
  margin-top: 20px;
  display: grid;
  gap: 20px;
 }
	      .banner {
    /* background: #000; */
    height: 515px;
}
      .banner h1{font-size: 23px;line-height: 31px;}
          li.breadcrumb-item {
    padding: 0;
}
	   .coltext {
 width: 100%;
}
	  a.btn.btn-primary {
 margin-top: 20px;
}
.coltext p{
text-align: center;
 font-size: 20px !important; 
 font-weight: bold;	
}
	  .sec1 h4 {
 text-align: left;
	  }
	   img#productImage {
    height: 418px !important;
    width: 128px !important;
    margin: auto;
}
}