<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"

      title="Wrap Long Lines">
  </head>
  <body>
    <pre>&lt;html&gt;
  &lt;head&gt;
    &lt;meta http-equiv="content-type" content="text/html; charset=windows-1252"&gt;
    &lt;link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"

      title="Wrap Long Lines"&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;pre&gt;&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="content-type" content="text/html; charset=windows-1252"&amp;gt;
    &amp;lt;link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"

      title="Wrap Long Lines"&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;pre&amp;gt;*, ::after, ::before {
    box-sizing: border-box;
}
body{
	background: #141414;
	font-family: 'Mulish', sans-serif;
	font-size:18px;
	margin:0px;
	color:white;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px){
	.container{
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.container{
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.container{
		max-width: 1320px;
	}
}

nav{
	  background-color:#ae7c3d;
	
}
.fixed{
	    position: fixed;
    width: 100%;
	top:0
}
.row{
	display:flex;
	flex-wrap: wrap;
    align-items: center;
}&lt;br&gt;
	    
.logo{
	    height: 80px;
}
.col-md-12 {
	flex: 0 0 auto;
	width: 100%;
}
.main-menu{
	padding:0px;
	display:flex;
	justify-content: center;
}
.main-menu li{
	list-style:none;
	list-style: none;
    padding: 0px 50px;
}
.main-menu li a{
	color:white;
	text-decoration:none;
	    font-size: 20px;
}
.main-menu li a:hover{
	color:#c9c3c3
}
.text-center{
	text-align:center;
}
.slogan{
	    color: #ddbe7b;
		margin-left: 16px;
}
.full{
	width:100%
}
.section{
	padding:70px 0px
}
.light-bg{
	    background-color: #313131;
}
.brands{
	justify-content:center;
}
.brands img{
	 height: 135px;
    width: auto;
    padding: 9px 14px;
}
.product{
    padding: 3em 2px;
}
footer{
	    background-color: #1e1e1e;
    padding: 13px;
    text-align: center;
    border-top: 2px solid;
	text-align: center;
}
.fa-bars{
	color:white;
	display:none;
	    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}
.heading{
	font-size: 39px;
}
.accordion {
      cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background-color: transparent;
    font-size: 18px;
    color: white;
    
    font-weight: 300;
}
.faqcontain{
	border: 1px solid;
}
.active, .accordion:hover {
  background-color: #313131;
}
.white{
	color:white !Important;
	display:block;
	margin-top:12px;
}
.white i{
	margin-right: 12px;
}
a{	<br>	color: #ff9900;
	text-decoration:underline;
}<br>.link { color: #ff9900; }<br>
.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  text-align: center;
  padding:14px 8px;
}

tr:nth-child(even) {
  background-color:#313131;
}
.fa-star{
	color:yellow
}



.slogsec{
	padding-top:20px;
	padding-bottom:20px;
}







.popup_main{
	margin:12px;
	    display: inline-block;
}
.open_popup{
    background-color:#ae7c3d;
	cursor:pointer;
  border:none;
  padding:5px 15px;
  color:#fff;
}
.popup_body{
  display:none;
  position:fixed;
  top:0;left:0;right:0;bottom:0;
  -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.popup_body_show{
  display:block;
  -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.popup_back{
  background:rgb(0 0 0 / 88%);
  position: fixed;
  left:0;right:0;top:0;bottom:0;
}
.popup_contain{
     position: relative;
    background: white;
    width: 371px;
    max-width: 100%;
    margin: 100px auto 50px;
    border-radius: 14px;
    min-height: 150px;
    padding: 29px;
}
.popup_close{
    background-color:#ae7c3d;
    padding: 3px 10px 5px;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}
p{
	line-height: 31px;
}
.tog{
margin-top:1em;
}
.mt3{
	margin-top:3em;
}
button{
	    background-color: #ae7c3d;
    cursor: pointer;
    border: none;
    padding: 5px 15px;
    color: #fff;
}
@media (max-width: 768px){
	.main-menu{
		display: none;
	}
	.main-menu li{
		    margin-bottom: 18px;
	}
	header .row{
		justify-content: center;
	}
	.fa-bars{
		display:block;
	}
}
@media (min-width: 768px){
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-6{
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
}
.&amp;lt;/pre&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
  </body>
</html>
