.Content {
    text-align: left;
    margin-top: -6px;
}

.Content h3 {font-weight: bold; font-size: 24px; color: #000; margin: 0px; text-transform: uppercase; font-family:'Open Sans'; line-height: 29px; }

.Product_sec { padding: 150px 0px 88px 0px ; width: 100%; overflow: hidden; }
.Product_sec .Center { padding: 25px; max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
.Product_sec h2 { font-size: 56px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }
.Product_sec p { padding: 24px 0px 35px 0px; font-size: 14px; color: #424242; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
.Product_sec .Tabside { padding: 20px 0px; width: 100%;}
.Product_sec .Tabside .MenuList { list-style: none; margin: 0px; padding-bottom: 59px; }
.Product_sec .Tabside .MenuList li { float: none; padding: 0px; margin: 0px -2px;}
.Product_sec .Tabside .MenuList li a { padding: 14px 40px 13px 40px; font-size: 18px; color: #989898; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; text-transform: uppercase; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; border-left: none; border-right: none; display: block; transition: all 0.3s ease; }
.Product_sec .Tabside .MenuList li a:hover, .Product_sec .Tabside li a.activeLink { border: none; border-top: 1px solid #d5d5d5; border-bottom: 1px solid var(--second-color); color: var(--second-color);}

.Product_sec .Tabside .TabImage { width: 43.63%; float: left; position: relative; }
.Product_sec .Tabside .TabImage .img1 { top: 0px; left: 42px; margin-bottom: 12px;}
.Product_sec .Tabside .TabImage .img1 img { padding: 5px; border: solid 1px #ececec; background: #fff;  }


.Product_sec .Tabside .Content h3 { font-weight: bold; font-size: 24px; color: #000; margin: 0px; text-transform: uppercase; font-family:'Open Sans'; line-height: 29px; }
.Product_sec .Tabside .Content h3 span { padding-left: 3px; margin-bottom: 15px; font-size: 14px; color: #797979; display: block; text-transform: none;}
.Product_sec .Tabside .Content p { padding: 21px 0px 4px 0px; font-size: 14px; color: #424242; margin: 0px; font-family:'Open Sans'; line-height: 25px; }
.Product_sec .Tabside .Content h4 {text-decoration: underline; font-size: 18px; font-weight: normal; color: #000; margin: 0px; font-family: 'Open Sans'; line-height: 29px;}
.Product_sec .Tabside .Content p strong {font-weight: bold;}

.standard-bullet-list, .standard-bullet-list2, .standard-bullet-list3 {
    list-style-type: disc;        /* classic round bullet */
    list-style-position: outside; /* bullet stays outside the text block */
    padding-left: 20px;           /* adds space for bullet */
    margin: 0;
}
.standard-bullet-list li {padding: 21px 0px 4px 0px; font-size: 14px; color: #424242; margin: 0px; font-family:'Open Sans'; line-height: 25px; }
.standard-bullet-list2 li {padding: 0px 0px 5px 0px; font-size: 14px; color: #424242; margin: 0px; font-family: 'Open Sans'; line-height: 16px;}
.standard-bullet-list3 li {padding: 0px 0px 5px 0px; font-size: 14px; color: #424242; margin: 0px; font-family: 'Open Sans'; line-height: 24px;}
.Product_sec .Tabside .TabImage .gallery-container { width: 75%; max-width: 600px; font-family: 'Open Sans', sans-serif; position: relative;}
.Product_sec .Tabside .TabImage .gallery-container .gallery { position: relative; overflow: hidden; }
.Product_sec .Tabside .TabImage .gallery-container .gallery .slide { display: none; text-align: center; }
.Product_sec .Tabside .TabImage .gallery-container .gallery .slide.active { display: block; }
.Product_sec .Tabside .TabImage .gallery-container .gallery img { width: 100%; height: auto; padding: 5px; border: solid 1px #ececec; background: #fff; }
.Product_sec .Tabside .TabImage .gallery-container .gallery-description { margin-top: 10px; font-size: 18px; color: #333; }
.Product_sec .Tabside .TabImage .gallery-container .gallery .arrow { position: absolute; top: 50%; transform: translateY(-50%); font-size: 24px; background-color: rgba(255, 255, 255, 0.7); border: none; cursor: pointer; padding: 10px; border-radius: 8%; z-index: 10; }
.Product_sec .Tabside .TabImage .gallery-container .gallery .arrow.left { left: 10px; }
.Product_sec .Tabside .TabImage .gallery-container .gallery .arrow.right { right: 10px; }
.Product_sec .Tabside .Content .equipment-list { display: grid; grid-template-columns: auto 1fr; gap: 0px 16px; max-width: 800px; margin-top: 30px; font-family: sans-serif; font-size: 16px; }
.Product_sec .Tabside .Content .equipment-list .equipment-num { font-weight: bold; text-align: left; padding: 0px 0px 15px 0px; font-size: 14px; color: #424242; margin: 0px; font-family:'Open Sans'; }
.Product_sec .Tabside .Content .equipment-list .equipment-desc { text-align: left; padding: 0px 0px 15px 0px; font-size: 14px; color: #424242; margin: 0px; font-family:'Open Sans'; }


