.product-page header{
    position: relative;
    background: #fff;
}
.section1{
    background-image: url(http://xmedia.co.in/labkart/demo1/img/features.jpg);
    background-color: #11333a;
    padding: 25px 0px;
    background-blend-mode: overlay;
    background-position: 50% 2px;
    background-size: cover;
    background-repeat: no-repeat;
}
.section1 h2{
    text-align: left;
    color: #fff;
}
.tab li{
    list-style-type: none !important;
    font-size: 18px;
    color: #2664c2 !important;
    font-weight: 500;
    padding: 10px 20px;
    position: relative;
}
.tab li a{
    color: #2664c2 !important;
}
.tab li a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid #2664c2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -5%;
    top: 30%;
    opacity: 0 !important;
}
.tab li:hover a{
    text-decoration: none !important;
    color: #fff !important;
}
.tab li:hover{
    background: #2664c2;
    
}
.tab li.active a:after{
    opacity: 1 !important;
}
.tab li.active a{
    text-decoration: none !important;
    color: #fff !important;
}
.tab li.active{
    background: #2664c2;
   
}
.tab{
    border-left: 2px solid #2664c2;
    background: #fff;
    box-shadow: 0px 0px 2px 0px #ddd;
    margin: 40px 40px;
}
.tabcontent  h2{
    color: #19bcdb !important;
    font-size: 27px !important;
    margin-bottom: 0px !important;
}
.tabcontent .inline-block h5{
    color: #19bcdb !important;
    font-size: 21px !important;
    padding-top: 0px !important;
    margin-bottom: 5px !important;
}
.tabcontent h5{
    color: #19bcdb !important;
    font-size: 21px !important;
    padding-top: 0px !important;
    margin-bottom: 5px !important;
}
.tabcontent  p{
    margin-bottom: 20px !important;
}
.tabcontent img{
    max-width: 100%;
    height: auto;
}
.tabcontent{
    border-top: 3px solid #2664c2;
    margin-top: 40px;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px 0px #ddd;
}
.tabcontent li{
    list-style-type: none !important;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}
.tabcontent ul{
    padding-left: 0px !important;
}
.tabcontent li:before{
    content: "\f054";
    position: absolute;
    font-family: fontawesome;
    font-size: 12px;
    left: 0%;
    color: #2c6b79;
    top: 16%;
}
.tabcontent .row:first-child{
        padding: 0px 20px;
}
.product-page .colorlib-nav-toggle i::before, .product-page .colorlib-nav-toggle i::after{
    background: #000 !important;
}
.product-page .colorlib-nav-toggle i{
    background: #000 !important;
}
.product-page{
    background: #fff;
}
.product-page{

    position: relative !important;
}
.product-row h2{
    margin-bottom: 0px !important;
}
.product-list:hover ul{
    display: block !important;
}
.product-list ul{
    display: none !important;
    transition: all 2s ease-in-out;
}
.about-section-page .about-image {
    padding: 3% 0;
}
.about-section-page .about-image img{
    width:100%;
}
.about-section-page .about-page-row{
    background-color: #fff;
    padding: 3%;
}
.about-section-page .about-page-content h2{
    color: #2664c2 ;
}
.about-section-page .about-page-content p{
    text-align: justify;
}
.contact-info li i.fa{
    font-weight:600;
}