/*- Desktop Css here -*/
.homepage-product-grid-wrapper .product-grid {
    padding: 0;
    display: flex;
    width: 100%;
}
#intro-featured_subscription-1 .product-grid .item {
    border: 1px solid #efefef;
    margin: 0 5px 0 auto;
    flex: 1 0 auto;
}
#intro-featured_subscription-1 ul {
    list-style: none;
    padding: 0;
}
/*- Custom Index Page Design Css Starts -*/
#homepage-main .container {
 max-width: 100%;
 padding: 0;
 margin: 0;
}
#homepageTB {
 margin-top: 0;
}
#index-heroimage {
	background-image:url(https://uat.triplebristle.com/public/upload/media/original/header-banner-3_2100x_1615922221.jpg);
}
#row-featuredpoints {
	background-image:url(https://uat.triplebristle.com/public/upload/media/original/home-yellowbanner-2_1615922221.png);
}
#row-headsbrief {
	background-image:url(https://uat.triplebristle.com/public/upload/media/original/3-heads-banner-web_1615922220.png);
}

#index-heroimage,
#row-featuredpoints,
#row-headsbrief {
	background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 width: 100%;
 min-height: 680px;
 margin: 0 auto 20px auto;
 padding: 0;
}
#index-heroimage #first-content,
#row-headsbrief #first-content {
 position: absolute;
 top: 30%;
 text-align: center;
}
#index-heroimage #first-content h2,
#row-headsbrief #first-content h2 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 15px;
}
#index-heroimage #first-content p,
#row-headsbrief #first-content p {
	font-size: 24px;
	color: #fff;
	margin: 0 0 30px;
}
#index-heroimage #shop-buybtn a,
#row-headsbrief #shop-buybtn a {
	color: #ffffff; 
	background-color: #f68e56;
	padding:10px 35px;
	font-size: 14px;
	font-weight: 400;
}
#row-badges,
#row-reviews {
	margin: 30px auto;
}
#row-badges ul {
	padding: 0;
	text-align: center;
}
#row-badges ul li {
	display: inline-block;
	margin: 0 15px;
}
#row-toothbrushes,
#row-brusheads {
 margin: 30px auto;
	text-align:center;
}
#row-toothbrushes h2,
#row-brusheads h2 {
 margin-bottom: 15px;
}
#row-toothbrushes .product-content,
#row-brusheads .product-content {
	margin: 20px auto;
}
#row-toothbrushes .product-content img.product-grid-main-image,
#row-brusheads .product-content img.product-grid-main-image {
 width: 100%;
}
.product-grid--title {
	color: #213e5c;
	font-size: 16px;
	margin: 20px auto 10px;
}
#row-toothbrushes .product-content img.product-grid-reviews,
#row-brusheads .product-content img.product-grid-reviews {
 width: auto;
}
#row-brusheads {
	text-align: center;
}
#row-featuredpoints #second-content ul {
	float: right;
	padding: 0;
	position: relative;
	margin: 0;
	text-align: left;
	display: block;
	right: 80px;
	bottom: 0px;
	width: 410px;
	top: 140px;
}
#row-featuredpoints #second-content ul li {
	list-style: none;
	margin-bottom: 25px;
}

#row-featuredpoints #second-content ul li .div-image {
	position: relative;
	display: inline-block;
	width: 18%;
	margin-right: 5%;
	top: 0px;
}
#row-featuredpoints #second-content ul li .div-image img {
 width: 100%;
}
#row-featuredpoints #second-content ul li .div-text {
	display: inline-block;
	top: 12px;
	position: relative;
}
#row-featuredpoints #second-content ul li .div-text h3 {
	font-weight: 600;
}
#row-reviews {
	text-align: center;
}
#row-reviews h2 {
 margin-bottom: 30px;
 padding-bottom: 20px;
}
#row-reviews .review-block {
	border: 1px solid #efefef;
	padding: 20px 25px;
	box-shadow: 0px 0px 10px 0px #efefef;
	border-radius: 10px;
}
#row-reviews .review-block h3 {
	margin: 15px auto;
	font-weight: 600;
}
ul.indexSectiontwo {
    padding: 0;
    display: flex;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}
ul.indexSectiontwo li {
    display: inline-block;
    width: 33.5%;
    padding: 5px;
}
ul.indexSectiontwo li img {
    display: block;
    width: 15%;
    margin: 10px auto;
}
#homeMissionStatement {
    width: 75%;
    padding: 13% 5%;
    margin: 0 auto;
}
#homeMissionStatement img {
    width: 8%;
    margin: 10px auto 30px auto;
}
ul.iconsHomepage {
    text-align: center;
    list-style: none;
}
.iconsHomepage li {
    text-align: center;
    display: inline-block;
}
.iconsHomepage li img {
	width:100%;
    display:block;
    margin: 0 auto;
}
#intro-image_with_text-13 .content.colOneContent {
    padding: 10% 5%;
}
#hpPerfectClean h3 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: 52px;
}
#pcPrdctReviews h3 {
    margin: 0px auto 5px auto;
    line-height: 24px;
}
#custReviewsHp span.fa.fa-star.mr-1 {
    color: #f0ad4e;
    font-size: 22px;
    margin: 0 2px;
}

/*---------------------------------------*/

/*- Custom Index Page Design Css Ends -*/

/*- Mobile Media Query-*/
@media only screen and (max-width: 500px) 
{
 #homepage-main .row {
 margin-top: 0;
 }
 #index-heroimage {
 background-image:url(https://uat.triplebristle.com/public/upload/media/original/header-banner-mobile_1616006311.jpg);
 }
 #row-featuredpoints {
 background-image:url(https://uat.triplebristle.com/public/upload/media/original/home-yellow-mobile_1616006311.jpg);
 }
 #row-headsbrief {
 background-image:url(https://uat.triplebristle.com/public/upload/media/original/3-heads-banner-mobile_1616006311.jpg);
 }

 #index-heroimage,
 #row-headsbrief {
 min-height: 375px;
 }
 #row-featuredpoints {
 min-height: 650px;
 }
 #index-heroimage #first-content, #row-headsbrief #first-content {
 position: absolute;
 top: 0;
 text-align: center;
 }
 #index-heroimage #first-content h2, #row-headsbrief #first-content h2 {
 color: #fff;
 font-size: 30px;
 margin-bottom: 15px;
 padding-top: 15px
 }
 #index-heroimage #first-content p, #row-headsbrief #first-content p {
 font-size: 14px;
 color: #fff;
 margin: 0 0 20px;
 }
 div#row-badges {
 display: none;
 }
 #row-toothbrushes h2, #row-brusheads h2 {
 margin-bottom: 15px;
 font-weight: 400;
 }
 #row-featuredpoints #second-content ul {
 float: right;
 right: 0;
 bottom: 0px;
 width: 90%;
 top: 220px;
 }
 #row-featuredpoints #second-content ul li .div-image {
 display: block;
 width: 20%;
 margin-right: 5%;
 float: left;
 }
 #row-featuredpoints #second-content ul li .div-text {
 display: inline-block;
 position: relative;
 width: 70%;
 top: 0;
 }
 #row-featuredpoints #second-content ul li .div-text h3 {
 font-weight: 600;
 margin: 5px auto 0;
 font-size: 20px;
 }
 #row-reviews h2 {
 margin-bottom: 0;
 padding-bottom: 20px;
 font-size: 36px;
 }
 #row-reviews .review-block {
 margin: 10px auto;
 }
 ul.indexSectiontwo {
      padding: 0;
      display: block;
      margin: 10px auto;
      text-align: center;
      width: 100%;
  }
  ul.indexSectiontwo  li {
      display: inline-block;
      width: 50%;
      padding: 5px;
      float: left;
  }

}