/* tab1 start */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.tab-sec {
    font-family: 'Open Sans', sans-serif;
    color: #50555a;
    padding: 0px 20px;
}

.bg-color {
    background-color: #46a1de;
    transition-duration: 0.5s;
}
.text-color {
    color: #46a1de;
    transition-duration: 0.5s;
}
footer {
    padding: 40px 0;
    text-align: center;
   /* opacity: 0.33;*/
    color: white;
}
/* .wrapper {
    min-width: 600px;
    max-width: 900px;
    margin: 0 auto;
} */
.tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.tabs > li {
    transition-duration: 0.25s;
    display: table-cell;
    list-style: none;
    text-align: center;
    padding: 20px 20px 25px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #393535;
  background-color: #eee;
}
.tabs > li:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .3);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: 0.25s;
    border-radius: 5px 5px 0 0;
}
.tabs > li:hover:before {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}
.tabs > li.active {
    
    color: #121313;
  background-color: #e3e3e3;
  font-weight: 600;
}
.tabs > li.active:before {
    transition-duration: 0.5s;
    background-color: white;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.tab__content {
    background-color: white;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.tab__content > li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    list-style: none;
}
.tab__content > li .content__wrapper {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    padding: 45px 40px 40px 40px;
    background-color: #fff;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12);
}
.content__wrapper h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
}
.content__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.colors {
    text-align: center;
    padding-top: 20px;
}
.colors > li {
    list-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-bottom: 5px solid rgba(0, 0, 0, .1);
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    transition-duration: 0.2s;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}
.colors > li:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-bottom: 10px solid rgba(0, 0, 0, .15);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}
.colors > li.active-color {
    -webkit-transform: scale(1.2) translateY(-10px);
    transform: scale(1.2) translateY(-10px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    border-bottom: 20px solid rgba(0, 0, 0, .15);
}
.colors > li:nth-child(1) {
    background-color: #2ecc71;
}
.colors > li:nth-child(2) {
    background-color: #d64a4b;
}
.colors > li:nth-child(3) {
    background-color: #8e44ad;
}
.colors > li:nth-child(4) {
    background-color: #46a1de;
}
.colors > li:nth-child(5) {
    background-color: #bdc3c7;
}



.tab-table table{
    width: 100%;
    border: 1px solid #9ea2a7;

}
.tab-table table tr, td, th{
    border: 1px solid #9ea2a7;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}

/* tab1 End */




/* tab2 start */

.tabs1 {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.tabs1 > li {
    transition-duration: 0.25s;
    display: table-cell;
    list-style: none;
    text-align: center;
    padding: 20px 20px 25px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #393535;
  background-color: #eee;
}
.tabs1 > li:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .3);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: 0.25s;
    border-radius: 5px 5px 0 0;
}
.tabs1 > li:hover:before {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}
.tabs1 > li.active {
    
    color: #121313;
  background-color: #e3e3e3;
  font-weight: 600;
}
.tabs1 > li.active:before {
    transition-duration: 0.5s;
    background-color: white;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.tab__content1 {
    background-color: white;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.tab__content1 > li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    list-style: none;
}
.tab__content1 > li .content__wrapper {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    padding: 45px 40px 40px 40px;
    background-color: #fff;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12);
}

.tab-table1 table{
    width: 100%;
    border: 1px solid #ededed;

}
.tab-table table1 tr, td, th{
    border: 1px solid #ededed;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}

.td-bg{
    background-color:#ededed;
}
.td-bg-plus{
    background-color:#e2e2e2;
}

/* tab2 End */




/* tab3 start */

.tabs2 {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.tabs2 > li {
    transition-duration: 0.25s;
    display: table-cell;
    list-style: none;
    text-align: center;
    padding: 20px 20px 25px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #393535;
  background-color: #eee;
}
.tabs2 > li:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .3);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: 0.25s;
    border-radius: 5px 5px 0 0;
}
.tabs2 > li:hover:before {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}
.tabs2 > li.active {
    
    color: #121313;
  background-color: #e3e3e3;
  font-weight: 600;
}
.tabs2 > li.active:before {
    transition-duration: 0.5s;
    background-color: white;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.tab__content2 {
    background-color: white;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.tab__content2 > li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    list-style: none;
}
.tab__content2 > li .content__wrapper {
    
    border-radius: 5px;
    width: 100%;
    padding: 45px 40px 40px 40px;
    background-color: #fff;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12);
}

.tab-table2 table{
    width: 100%;
    border: 1px solid #ededed;

}
.range-body{
    padding: 25px;
}

/* tab3 End */



@media only screen and (max-width: 992px) {

    .tabs>li {
        display: inherit;
        width: 100%;
        padding: 10px 10px 25px 20px;
    }
    .tab-sec{
        padding: 0px 0px;
    }

    .faq-title {
        padding: 10px;
    }

    .faq-title h2 {
        font-size: 27px;
        letter-spacing: 0.03em;
    }

    ul.accordion-list {
        padding: 10px;
    }

    .sec {
        padding: 20px 15px;
    }

    .intro-copy h2 {
        font-size: 27px;
        letter-spacing: 0.03em;
    }

    .how-content {
        height: 360px;
    }

    .tabs1>li {
        display: inherit;
        width: 100%;
        padding: 10px 10px 25px 20px;
    }

    .tabs2>li {
        display: inherit;
        width: 100%;
        padding: 10px 10px 25px 20px;
    }

    .range-body {
        padding: 0px;
    }

    .exhibit-2-sec img{
        width: 100%;
    }

    .faq-shadow{
        padding: 20px;
    }
    .how-content{
        margin: 15px auto;
    }
    .tab__content2 > li .content__wrapper{
        padding: 20px;
    }
    .tab__content {
        height: 285px !important;
    }
    .tab__content1 {
        height: 160px !important;
    }
    .tab__content2 {
        height: 580px !important;
    }
    .titlebar-container{
        margin-top: 100px !important;
    }

}