@font-face {
    font-family: 'Gotham';
    src: url('../font/GothaProBol.otf'); 
   
}


.main-header{
	border-bottom: 2px solid #dcdcdc;
	padding: 5px 0
}

.sub-header {
	background-color: #f5f5f5;
	padding: 30px 0;
}
.sub-header h3{
	font-family: 'Gotham';
}


.main-sec img{
	width: 100%;
}
.main-sec {
	padding: 60px 0;
}
.main-sec h2{
	 font-weight: 500;
	 font-size: 26px;
	 padding-bottom: 15px;
	 font-family: 'Gotham';
}
.main-sec .product-right .preview-img{
	position: relative;
}

.main-sec .product-right .preview-img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.9;
    top: 0;
}
.main-sec .product-right .preview-img.no-overlay:before {
    opacity: 0 !important;
}
	
.main-sec .product-right .preview-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.main-sec .product-right .preview-text img{	
	width: 100px;
	height: 49px;
}
.main-sec .product-right .preview-text a{
	text-decoration: none;
}
.main-sec .product-right .preview-text p{
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}
.main-sec .product-right .table{
	margin-bottom: 0px;
}

.table_note {
  padding-top: 10px;
  font-size: 11px;
  margin-bottom: 0px;
}


@media only screen and (max-width: 767px){
	.main-sec .container {
		width: 100%;
	}
	.main-sec h2{
		font-weight: 400;
		font-size: 20px;
	}
	.sub-header h3,
	.main-header .navbar{
		display: flex;
		/* justify-content: center; */
	}
	.main-sec .left-side-data{
		padding: 0px 0 40px;
	}
	.main-sec .product-right{
		padding: 40px 0 0;
	}
	.main-sec .product-right .preview-img{
		padding: 0px 0 40px;
	}
	.main-sec .product-right .pro-table{
		padding-top: 40px;
	}
}