* {
    margin: 0;
    padding: 0;
}
html, body {
    margin: 0;
    height: 100%;
}
.background_L{
			position: fixed;
			width: 10vw;
			height: 100%; 
			background-origin: border-box;
			opacity: 0.8;
            background-position: left center;
			background-repeat: repeat-y;
            background: 
                linear-gradient(27deg, #151515 5px, transparent 5px) 0px 5px,
                linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
                linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
                linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
                linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
                linear-gradient(#1d1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
            background-color: #131313;
			background-size: 20px 20px; 
            padding-bottom: 100px;
            margin-bottom: -100px;
			
		}
		
.background_R {
			position: fixed;
			width: 10vw;
			height: 100%; 
			background-origin: border-box;
			opacity: 0.8;
            background-position: left center;
			background-repeat: repeat-y;
            background: 
                linear-gradient(27deg, #151515 5px, transparent 5px) 0px 5px,
                linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
                linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
                linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
                linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
                linear-gradient(#1d1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
            background-color: #131313;
			background-size: 20px 20px; 
            padding-bottom: 100px;
            margin-bottom: -100px;
            transform: translateX(90vw);
			
		}

body {
    font-family: 'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    display: grid;
   
}
p {
    font-size: 14px;
    
}
.row{
    padding: 10px;
    
}
/*------- Generic CSS ---------*/

.section{
    padding-top: 5px;
    padding-bottom: 5px;
}
.section-title{
    padding-top: 1px;
    padding-bottom: 5px;
}
.section-title h2{
    position:relative;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.section-title h2:after{
    content:"";
    position:absolute;
    bottom: -10px;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #129CF3;
    margin-left: -30px;
}

.section-title p{
    color: #333;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 45px;
    
}

/* ------------- Header ---------*/


.btn-download,
.btn-download:focus,
.btn-download:active,
.btn-download:visited
{
    background: transparent;
    border-color: #129CF3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    
}

.btn-download:hover {
    background-color: #129CF3;
    color: #fff;
}

.btn-tour,
.btn-tour:focus,
.btn-tour:active,
.btn-tour:visited
{
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;

}
.btn-tour:hover {
    color: #fff;
    
}




/*----- Naavigation Bar ------*/



/*--- Navbar ---*/
nav.navbar.navbar-default{
    margin-bottom: 0px;
}
.nav, .navbar-links {
    display: flex;
    flex-direction: inherit;
    height: 20%;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    min-width: 5px;
    background: #eee;
    align-items: center;
    justify-content: center;
    background-blend-mode: hue;
    border-radius: 10px;
    border-color: aqua;
}
.nav.navbar-nav{
    flex-direction: initial;
}

nav.navbar.navbar-default > div.row {
    display:contents; 
}

.nav li{
    text-decoration: none;
    color: color: #129CF3; 
    margin: 0 40px;
    list-style: none;
   margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    min-width: 5px;
}

.navbar_text > li > a, .navbar-default .navbar-nav > li > a {
    font-size: 18px;
    color: #302bdd !important; 
    
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-{
    color: #129CF3 !important;
}

.nav a {
    display: contents;
    width: 100%;
    height: 20%;
    background: #eee;
    align-items: center;
    justify-content: center;
}
    
}
.navbar-brand{
    padding-left: 10px;
    padding-right: 10px;
    align-self: center;
}

.navbar-brand img{
    max-height: 10vh;
    max-width: 8vh;
    margin: 10px 0;
    border-radius: 8px;
}

.navbar-brand-img{
    object-fit: contain;
    
}

/*-- div.col-sm-12.header_box{
    padding-left: 0px;
    margin-left: 0px;
} --*/

/*--- Home Page ----*/

/*---- Item Display ----*/
.item-display{
    padding-top: 10px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}

.item-display-container{
    width: auto;
}

.item-display-title{
    padding-left: 2vw;
    padding-right: 2vw;
    white-space: pre-line;
    
}
.item-display-row{
    width: auto;
}

.item-display-text-col{
    width: auto;
    text-align: center;
}

.item-display-col{
    width: auto;
    text-align: center;
}

/*--- How It Works (HIW) ----*/

.hiw{
    padding-top: 10px;
    display: inline-grid; /*inline-grid;*/
    justify-content: center;
    align-items: center;
    width: 100%;
    column-count: 4;
    
}

.hiw-container{
    width: auto;
}

.hiw-display-row{
    width: auto;
    display: flex; 
}

.hiw-text-col{
    width: auto;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.hiw-display-col{
    width: auto;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;

}

/*---- Product Images ---*/

.product-images-row {
    margin-left:10vw;
    margin-right:10vw;
}
.product-images{
    width: 100%;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.product-images-row .img-prod{
    width:25vw;
}

.product-images-container{
    width: auto;
}
.product-images .container .row{
    width: auto;
}

.product-images-col{
    width: auto;
    text-align: center;
}

.item-text{
    display: inline-grid;
    align-items: center;
    justify-content: center;
    
    
}

.item-text img{
    width: 500px;
    height: 250px;
}

.item-text img h1{
    
}

.item-text img h1 h2{
    
}

.item-text img h1 h2 p{
    
}

.equal_font{
   
    font-size: 80px;
    margin-left: 2vw;
    display: grid;
    position: inherit;
    left: -10px;
    
}

/*----- Specs ----*/

.spec-img-big{
    
}

.spec-img-show{
    margin-left: 5vw;
    margin-right: 5vw;
    text-align: center;
}

.specs-images{
    width: 100%;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.specs-images-container{
    width: auto;
}

.specs-images-col{
    width: 100%;
    text-align: center;
    margin-right: 10vw;
}

.item-text-comp{
    display: inline-grid;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

#dims tbody, td, tfoot, th, thead, tr {
    border-color: black;
    border-style: solid;
    border-width: 2px;
}

#dims .table, th, td {
    border: 1px solid black;
    font-size: 17px;
}

#dims th, td{
    padding: 3px;
}

th {
    text-align: center;
}

#dims tr td {
    border: 1px solid black;
    padding: 3px;
}

#dims {
    margin: auto;
    width: 50vw;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
#dims th{
    text-align: center;
}


.title-img{
    width: 25vw;
}

.comp_img{
    width: 400px;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.comp_caption{
    font-size: 1.75vh;
	text-align: center;
	caption-side: bottom;
}

.savings_img{
    width: 60vw;
    height: 45vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.diag_img{
    width: 600px;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
}


/*----- FAQ -----*/
.faq{
    padding-top:88px
}

.container-faqs{
    padding-top: 10px;
}

input[type="checkbox"] {
    display: none;
}
.wrap-collapsible-home{
    margin: 1.2rem 0;
    width: auto
    padding: 1px;
}
.wrap-collapsible{
    margin: 1.2rem 0;
    width: 80vw;
    padding-left: 20vw;
}

.lbl-toggle {
    display:block;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    color: #ddd;
    background: #0069ff;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
}

.lbl-toggle:hover{
    color: #fff;
}

.lbl-toggle::before{
    content: " ";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: 0.7rem;
    transform: translateY(-2px);
    transition: transform 0.2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content{
    max-height: 0px;
    overflow: scroll;
    transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content{
    max-height: 350px;
}

.toggle:checked + .lbl-toggle{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    background: rgba(0, 105, 255, 0.2);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 0.5rem 1rem;
}

.collapsible-content p {
    margin-bottom: 0;
}

/*-----Contact Us-----*/
.contact-text {
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
#contact {
  /*  height: 75vh; */
}

.terms_of_use, .contact-us-p, .disclaimer, .encumbent, .parag{
    width: 75vw;
    line-height: 1.75;
    white-space: pre-line;
    text-align: justify;
    font-size: 17px;
}

.wrap-collapsible-contact{
    padding-left: 2vw;
}

.collapsible-content-contact{
    overflow: scroll;
}

section#terms_of_use, section#privacy_policy, section#faq {
    padding-left: 0;
}

section#contact {
	padding-top: 3vh;
}
			
section#privacy_policy {
	padding-bottom: 15vh; 
}

/*----- Footer -------*/

.footer{
    background-color: #1a1a1a;
    /*padding-bottom: 1.5vh;*/
    padding-top: .5vh;
    border-bottom: 3px solid #129CF3;
    display: inline-table;/*grid;*/
    min-height: 10vh;
    /*max-height: 15vh;*/
    width: 100%; 
	margin-top: 2.5vh;

}

.disclaimer{
   
    display: grid;

}

.disclaimer-text{
    color: antiquewhite;
    font: 12px;
    white-space: pre-line;
    display: flex;
    margin-left: 10vw;
    
}

#copyright{
    width: 60vw;
    margin-left: 10vw;
}

#copyright p {
    color:#8C8B8A;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    
}

#copyright p a {
    text-decoration: none;
    color: #129CF3; 
}

.copyright-footer-p{
    display: inline;
    width: 20vw;
}

.scroll-top {
    text-align: right;
    display: none;
}

.scroll-top a {
    background-color: #129CF3;
    padding: 25px;
}

.scroll-top a i {
    color: #fff;
    font-size: 25px;
}
