
.header {
    position: fixed;
	top: 0;
}
.product-section h3 {
    color: #fff;
    font-size: 30px;
}
.product-section  span {
  margin-right: 5px; font-size: 12px;
}
.product-section  .features-inner > p {
    margin-bottom: 10px;
}
.product-section  .section-badge {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 40px;}
.product-section {
    height: 460px;
    background-repeat: no-repeat;
    z-index: 42;
    color: #fff; margin-top: 50px; overflow: hidden;
	padding-top:135px; padding-left: 30px;
    background: url(../img/product/product_banner.png) #0a1223 center right ;
    background-size: 100% 100%;
}
.product-box .features-list {display: flex;     flex-wrap: wrap; padding-bottom: 20px;}
.product-box  .section-heading {
    text-align: center;
    margin: 30px 0;
}
.product-box .features-list > li img {
    margin-right: 10px; width: 80px;
}
.product-box .features-list > li{ border:1px solid #c1c6cf; padding:10px;flex: 0 0 48%;
    max-width: 48%; margin: 8px; font-size: 13px; color: #000429; }
	.product-box	.features-list > li h6 { font-size: 15px; 
		margin-bottom: 5px;
	}
.product-titlebg{background: url(../img/product/product_titlebg.png) top center no-repeat #fbfcff; padding-top: 15px;}

.header .main-menu .nav-link.active,
.main-menu .nav-item .nav-link:hover {
	color: #00a4ff;
}
.main-menu .nav-link.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #00a4ff;
}
.tab-item-bg{background:url(../img/line.png) ; height: 38px;  width: 100%;}
.padding10{padding: 10px; padding-bottom: 0;}
.text-white{color: #fff !important;}
.product-bgwhite{background: #fff;  border-radius: 5px; box-shadow: 0 1px 5px 0px rgb(115 108 203 / 23%); padding: 15px; margin-bottom: 20px;
}
.product-bgwhite dl dt{color: #000022; font-size: 16px; font-weight: 600; padding: 8px 0;}
.text-align{text-align: center;}
.product-bgwhite dl dd{color: #000022; font-size: 14px; line-height: 24px; }
.product-titlebg  .owl-theme .owl-dot span {
    width: 15px;
    height: 8px;border-radius: 5px;
    border-color: #fff;
    background-size: cover;
    background: #fff;
    opacity: 0.5;
    margin-right: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.product-box  .owl-theme .owl-dot span {
    width: 15px;
    height: 8px; border-radius: 5px;
    border-color: #3a8fff;
    background-size: cover;	
    background: #3a8fff;
    opacity: 0.5;
    margin-right: 0;
    -webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.product-box  .owl-theme .owl-dot.active span {
	width: 30px;border-radius: 5px;
    opacity: 1 !important;
}.testimonial-text h3{text-align: center; margin: 5px 0;}
.testimonial-text h3 span{ font-size: 14px; color: #1f3245; border-bottom: 2px solid #d6d6d6; padding-bottom: 5px;  }
.testimonial-text h6{font-weight: normal; font-size: 13px;color: #1f3245; line-height: 24px;}
.testimonial-text { height: 13vh;      display: -webkit-box;  -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
    .owl-stage-outer{padding: 10px 0;}
.testimonial-img {
    flex: 1 ;
}
.testimonial-body {
    margin-bottom: 10px;
    text-align: center;
}
.counter-icon, .counter-body p, .counter-body h2 {
    color: #1f3245; margin-bottom: 5px; font-size: 16px !important;
}
.counter-icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 30px 0;
}
.jdbox  .features-list > li {
    background: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    border:none ;
    padding: 20px;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 8px;
    font-size: 13px;
    color: #000429;
}
.jdbox .features-list > li img {
    margin-right: 10px;
    width: 140px;
}
.jdbox .features-box{padding: 5px 0px; padding-left: 20px;}
.counter-icon::after, .counter-icon::before {
  
    border: 1px solid #2baee2;
    
}
@media only screen and (min-width: 1800px) {

	.product-section {	background: url(../img/product/product_banner.png) #0a1223 center right 0px;
    background-size: 100% 100%;  height: 600px;	padding-top: 205px;}.product-bgwhite dl dt {
        color: #000022;
        font-size: 24px;
        font-weight: 600;
        padding: 8px 0;
    }.product-section .section-badge {
       
        font-size: 16px;padding: 10px 50px;
    }
    .product-section .features-inner > p {
     font-size:18px ;    
    }

}