/* CSS Document */

.section-two .product {
    width: 1200px;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
}

.content-section h3, .product h3, .small-title, .mainTitle {
    color: #222222;
    font-size: 48px;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
}

.content-section h3:after, .product h3:after, .mainTitle:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 70px;
    height: 1px;
    background: #0097D8;
}

.ab-heading:before{
        content: '';
        display: block;
        height: 4px;
        width: 70px;
        background-color: #D03737;
        margin: 0;
        position: absolute;
        bottom: 0;
}

.ab-heading:after{
              content: '';
        display: block;
        height: 1px;
        width: 284px;
        margin: 10px 0;
        background-color: #ccc;
    }


.ab-heading{
       font-size: 40px;
    font-size: 33px;
    color: #00468f;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.nobgicon{
	font-size: 55px;
    color: #D03737;
    margin-bottom: 10px;
}


.page-main li::marker {
  color: #D03737;
	    font-size: 20px;
}

.page-main li{
	    font-size: 14px;
    color: #212020;
    line-height: 24px;
    
}

.ab-img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }

   
.ab-counterBox{
	text-align: center;
}


.ab-counterBox .ab-icon {
    background: #fff;
    border-radius: 32%;
    box-shadow: 0 3px 4px #d3d3d3;
    color: #D03737;
    display: inline-block;
    font-size: 60px;
    font-weight: 200;
    padding: 9px 0;
    text-align: center;
    height: 77px;
    width: 77px;
    margin-bottom: 15px;
}


.p-text{
font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #272624;
    margin-left: 18px;
    margin-top: 23px;
}


.product-box{
    margin-right: 82px;
    padding: 23px;
    background-color: #FAF3F3;
    border: 1px solid;
    border-radius: 25px;
}

.product_list{
	padding-top: 50px;
	padding-bottom: 0px;
}

 .force-bold th {
    font-weight: 800 !important;
  }
.force-bold tr td {
    font-weight: 500 !important;
  }

 .location-box {
    background: #FAF3F3;
      color: white;
    
      border-radius: 30px;
     
    }

.prd-img{
	display: block;
    width: 330px;
    height: 300px;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;"
}

.prd-desc{
	padding: 20px;
	text-align: center;
}

.prd-wrapper{
	data-masonry='{"percentPosition": true }';
}


