.nav-tabs{
    padding: 30px 15px 15px 15px;
    background: whitesmoke;
    margin: 0;
}
.nav-tabs .nav-link {
    background: #777;
  color: white;
  padding: 12px 15px;
  margin: 0 2px 2px 0;
  font-family: "GothamMedium";
  font-size: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #e71e24;
  border-color: #e71e24;
}
.banner-section img{
    width: 100%;
}
.section-1 {
	padding: 70px 7%;
	display: flex;
}
.section-1-left{
    width: 30%;
  padding-right: 5%;
}
.section-1-left h2{
    font-family: "GothamMedium";
  font-size: 22px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 15px 0;
}
.enquiry-email, .enquiry-phone{
    width: 100%;
    display: flex;
    align-items: center;
  padding: 15px;
  background: whitesmoke;
  text-decoration: none;
}
.enquiry-phone {
    margin: 0 0 10px 0;
}
.enquiry-email img, .enquiry-phone img{
width: 20px;
  margin-right: 10px;
  }
.enquiry-email p, .enquiry-phone p{
    font-size: 18px;
  margin: 0;
  }
.section-1-left ul{
    padding-left: 0;
  list-style: none;
}
.section-1-left ul li{
    padding: 0;
  background: whitesmoke;
  margin: 0 0 4px 0;
  transition: all 0.5s ease-in-out;
}
.section-1-left ul li:hover{
    background: #e71e24;
}
.section-1-left ul li:hover a{
    color: white;
}
.section-1-left ul li a{
    font-size: 16px;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  display: block;
}
.section-1-right{
    width: 70%;
}
.section-1-title{
    width: 100%;
}
.section-1-title h2{
     font-family: "GothamBold";
    font-size: 32px;
    text-align: center;
    margin: 0 0 40px 0;
}
@media only screen and (max-width: 1024px) {
    .section-1-left h2 {
        font-size: 22px;
    }
    .section-1-left ul li a {
        font-size: 14px;
    }
    .enquiry-email img, .enquiry-phone img {
        width: 25px;
    }
    .enquiry-email p, .enquiry-phone p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 992px) {
    .section-1-left {
        width: 40%;
    }
    .section-1-right {
        width: 60%;
    }
    .section-1-left h2 {
        font-size: 22px;
    }
    .section-1-left ul li a {
        font-size: 14px;
    }
    .enquiry-email img, .enquiry-phone img {
        width: 25px;
    }
    .enquiry-email p, .enquiry-phone p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .section-1 {
        padding: 0 7% 70px 7%;
        flex-wrap: wrap;
    }
    .section-1-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .section-1-right {
        width: 100%;
        order: 1;
        margin: 0 0 30px 0;
    }
    .section-1-left h2 {
        font-size: 22px;
    }
    .section-1-left ul li a {
        font-size: 14px;
    }
    .enquiry-email img, .enquiry-phone img {
        width: 25px;
    }
    .enquiry-email p, .enquiry-phone p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .section-1 {
        padding: 0 7% 70px 7%;
        flex-wrap: wrap;
    }
    .section-1-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .section-1-right {
        width: 100%;
        order: 1;
        margin: 0 0 30px 0;
    }
    .section-1-left h2 {
        font-size: 22px;
    }
    .section-1-left ul li a {
        font-size: 14px;
    }
    .enquiry-email img, .enquiry-phone img {
        width: 20px;
    }
    .enquiry-email p, .enquiry-phone p {
        font-size: 14px;
    }
}

.products-row{
    display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.product-card {
    width: 31.33%;
    margin: 0 1% 3% 1%;
    padding: 0;
    background: white;
}
.product-card a{
    display: block;
    text-decoration: none;
}
.product-card img{
    width: 100%;
    background: whitesmoke;
}
.product-card .product-title{
    font-family: "GothamMedium";
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    margin: 15px 0 0 0;
}
@media only screen and (max-width: 1024px) {
    .product-card .product-title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 992px) {
    .product-card {
        width: 48%;
    }
    .product-card .product-title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .product-card {
        width: 48%;
    }
    .product-card .product-title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .product-card {
        width: 48%;
    }
    .product-card .product-title {
        font-size: 14px;
    }
}

.search-box{
    display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}
.search-box input, .search-box input:hover, .search-box input:focus, .search-box input:active{
    width: 100%;
  padding: 15px 60px 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: 0;
  box-shadow: none;
}
.search-box img{
    position: absolute;
    width: 30px;
    right: 10px;
}
.search-box-container{
    position: relative;
    margin: 0 0 20px 0;
}
.product-category-short-description{
    margin: 0 0 20px 0;
}
.product-category-short-description p{
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}
.product-category-description-container {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.product-category-description {
  padding: 25px;
  background: white;
}
.product-category-description .main-title{
    font-family: "GothamMedium";
  font-size: 24px;
  color: rgb(231, 30, 36);
  margin: 0 0 20px 0;
  line-height: 1.6;
}
.product-category-description h2 {
  font-family: "GothamMedium";
  font-size: 22px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 10px 0;
    line-height: 1.6;
}
.product-category-description h3 {
  font-family: "GothamMedium";
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 10px 0;
    line-height: 1.6;
}
.product-category-description p{
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.6;
}
.product-category-description ul{
    padding-left: 15px;
}
.product-category-description ul li{
    font-size: 14px;
    margin: 0 0 7px 0;
}
.search-results{
    position: absolute;
  top: 100%;
  width: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.search-results ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.search-results ul li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-results ul li a{
    display: block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 575px) {
    
}