h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.flexMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gap-12 {
    gap: 12px;
}

@media screen and (max-width:720px) {
    #customNav {
        justify-content: center !important;
    }

    #customNav>.customNavLinks {
        margin-top: 20px;
    }

}

#customNav {
    background: #232323;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#customNav>.customNavLinks {
    display: flex;
    align-items: center;
    gap: 12px;
}



#siteLogo a>img {
    height: 60px;
    width: auto;
    object-fit: cover;
}

.zeroLh {
    line-height: 0px;
}

.autoComplete_wrapper>input {
    color: #5a5a5a !important;
    border: none !important;
    background-image: url('/products/static_files/svgs/glass.svg') !important;
    background-repeat: no-repeat;
    background-size: 20px !important;
}

.autoComplete_wrapper>input::placeholder {
    color: #a1a1a1 !important
}

/* Product Design */
.productDesign {
    padding-top: 20px;
}

.flexWrap>div {
    flex: 1
}

.flexWrap {
    align-items: start;
    flex-wrap: wrap;
}



.customPadding {
    padding: 20px
}

.customSection h3 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0) 95%, 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 12px;
    color: #fff;
    border-radius: 2px;
    margin-top: 40px;
}

.modelViewer {
    width: 100%;
    height: 400px;
    background: #0079c1;
    border-radius: 24px;
}

#productDetailTable {
    overflow: auto; 
}

table{
    border-collapse: collapse;
    width: 100%;
}

thead{
    text-align: left;
    background-color: #eeeeef;
}
.achorStyle{
    text-decoration: none;
}
td,th{
    padding: 6px 12px;
}

.colLeft, .colRight {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 24px;
}
@media (min-width: 576px) {
    .colLeft{
        width: 320px;
    }
    .colRight{
        width: calc(100% - 368px);
    }
}

.productButton{
    display: block;
    text-decoration: none;
    background: #e7e7e7;
    padding: 10px 18px;
    border-radius: 100px;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}

.flex-container {
  display: flex;
  align-items: stretch;
  background-color: #f1f1f1;
  margin-bottom: 16px;
}

.flex-container > div {
  background-color: #EEEEEF;
  color: #666666;
  text-align: start;
  font-size: 20px;
  flex-grow: 1;
  font-weight: bold;
  padding: 8px 12px;
  cursor: pointer;
  position: relative;
}

.tab-item {
    font-size: 16px !important;
    border-right: 1px solid #d2d2d2;
    padding: 18px 0px !important;
}

@media screen and (max-width:600px){
    .tab-item {
        border-bottom: 1px solid #d2d2d2;
    }   
}

.tab-item:nth-of-type(5) {
    border-right: none !important;
}

.tab-item.active::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    display: block;
    border: solid 15px transparent;
    width: 0px;
    margin: 0 auto;
    border-top-color: #007AC2;
}

.tab-item.active{   
    background-color: #007AC2;
    color: #ffffff;
}

.navTab{
    min-height: 300px;
    padding: 0 12px;
}

@media screen and (min-width:992px) {
    table{
        width: 55%;
    }
}

@media screen and (max-width:720px) {
    .modelViewer {
        width: 100%;
        height: 300px;
    }
}

.productBlock img {
    width : 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}
.productBlock h4 {
    margin : 0;
    text-align: center;
    padding : 12px 0px;
    color : #232323;
    font-weight: 600;
    font-size: 16px;
}
a.productBlock {
    min-width: 200px;
    border : 1px solid #eaeaea;
    border-radius: 12px;
    width : 240px;
    margin : 12px;
    display: inline-block;
    text-decoration: none;
    transition: all 200ms linear;
    cursor: pointer;
}
a.productBlock:hover {
    transform: scale(0.96);
}

button.layoutBtn {
    background : none;
    border : 1px solid #5b5b5b;
    border-radius: 4px;
    line-height: 0px;
    padding : 6px;
    cursor: pointer;
}
.listLayout {
    max-width : 1400px;
    margin : 0 auto;
    padding: 0px 20px;
}
.listLayout ul {
    list-style-type: none;
}
.listLevel1 {
    font-weight: bold;
    padding: 4px 12px;
    border : 1px solid #888888;
    display: flex;
    max-width:340px;
    margin-top:30px;
    gap : 6px;
    align-items: center;
    border-radius: 4px;
}

.listLevel1,
.listLevel2,
.listLevel3 {
    margin-bottom: 8px;
}

.listLevel3 {
    font-size: 15px;
}

.listLevel2::before {
    content : "\21B3";
    padding-right: 8px;
}

.listLevel3::before {
    content : "\21B3";
    padding-right: 8px;
}

/* all products */
.caret {
    margin-left: 6px;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;            
}
.img-accordion {
    background-color: #eeeeef;
    color: #284735;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    padding: 12px 24px;
    width: calc(100% - 48px);
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: bold;
    transition: 0.4s;
    margin-bottom: 10px;
    border-radius: 50rem;
}
.img-sub-accordion{
    border: none;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    width: calc(100% - 24px);
    font-size: 15px;
    background-color: transparent;
}
.subaccordian-div .img-sub-accordion{
    width: 100%;
}
.img-accordion.active, .img-accordion:hover, .img-accordion:focus {
    background-color: #296BC9; 
    color: #e7e7e7;
}
.accordian-div,.subaccordian-div{
    position: relative;
}
.accordian-div:hover .accordion-panel, .accordion-panel:hover,
.subaccordian-div:hover .subaccordion-panel,.subaccordion-panel:hover{
    display: block;
}
.accordion-panel, .subaccordion-panel {
    padding: 0 8px;
    display: none;
    /* overflow: hidden; */
    margin-bottom: 8px;
}
.accordian-div .accordion-panel,.accordian-div .subaccordion-panel {
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    padding: 6px 18px;
    position: absolute;
    left: 100%;
    top: 4px;
    display: none;
    border-radius: 8px;
    box-shadow: 0 0 4px 3px rgba(149,157,165,.25);
}
.accordian-div .accordion-panel{
    width: calc(100% - 16px);
}
.accordion-panel a{
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 4px 12px;
    font-size: 13px;
}
.pt-5{
    padding-top: 48px;
}
.view-btn{
    background-color: #296BC9;
    color: white;
    font-weight: 500;
    padding: 10px 16px;
    font-size: 18px;
    letter-spacing: -0.8px;
}
.view-btn:hover{
    background-color: #296BC9;
    color: #ffffff;
}
/* all products end */
/* view all products */
.productHeading{
    color: #004990;
}
.productSubHeading{
    color: #296BC9;
}
.productCols{
    columns: 1;
}
@media screen and (min-width:576px) {
    .productCols{
        columns: 2;
    }
}
@media screen and (min-width:992px) {
    .productCols{
        columns: 3;
    }
}
@media screen and (min-width:1200px) {
    .productCols{
        columns: 4;
    }
}
/* view all products end */
/* products page */
.hero_section{
    min-height: 360px;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url("/products/static_files/images/Group402.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero_section h1{
    line-height: 1.5;
    font-weight: bold;
}
#singleproductList{
    position: fixed;
    top: 0;
    width: 320px;
    background-color: #000000;
    padding: 42px 24px 24px 24px;
    height: 100vh;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition-duration: .5s;
}
#singleproductList .img-accordion {
    width: 100%;
}
#singleproductList::-webkit-scrollbar {
    display: none;
}
#singleproductList {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#singleproductList .accordion-panel {
    top: 45px;
    left: 0;
}
#singleproductList .subaccordion-panel {
    top: 36px;
    left: 0;
}
.product-mini-close {
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: 8px;
}
.productmenu{
    cursor: pointer;
    color: #ffffff;
    background: #296BC9;
    display: inline-block;
    padding: 12px 24px;
    margin-top: 0px;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 2px 4px 12px rgba(138, 138, 138, 0.65);
}
.albery-item{
    cursor: pointer;
}
#aniPaginImg{
    filter: brightness(60%);
}
#playIcon{
    position: absolute;
    top: 40px;
    left: 38px;
}

@media screen and (max-width: 991px){
    #myModal .pagination-container{
        margin-left: 0;
    }
}
@media screen and (min-width: 992px){
    .modal-dialog {
        max-width: 984px!important;
    }
    .pagination-item {
        width: 85px;
    }
}
.modal-pagination-item{
    width: 65px;
    height: 65px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.modal-pagination-item img{
    object-fit: cover;
}

#installationTab p {
    padding: 0;
    margin-bottom:0;
}
#installationTab p img{
    max-width: 100%;
}
@media screen and (min-width: 768px){
    .installRight{
        border-left: 1px solid #eeeeee;
    }
}

.productVideoTag {
    width:100%;
    max-width: 600px;
}

li[data-list="bullet"] {
    list-style-type: disc;
}

li[data-list="unchecked"] {
    list-style-type  : none;
}
li[data-list="unchecked"]:before {
    content : "\2610";
    margin-right : 4px;
    vertical-align: text-bottom;
}