@media screen and (max-width: 580px){
  .spec_prod_header {
      margin-top: 90px !important;
  }
}

.spec_prod_header{
  margin-top: 126px;
}

.spec_products_nav {
  overflow: hidden;
  text-align: center;  
  border-bottom: 1px solid #8d8d8c;
}

.spec_products_nav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 25px 0px 25px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid transparent;
  font-family: Helvetica;
  font-weight: bold;
}

.spec_products_nav a:hover {
  border-bottom: none;
}

.spec_products_nav a.active {
  border-bottom: 3px solid red;
}

.color_change{
  text-transform: capitalize; 
  background-color: #e7e7e7; 
  border-radius: 50%; 
  padding: 15px; 
  border: 1px; 
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.color_change_active{
  box-shadow: 0px 0px 0 2px rgba(0, 0, 0, 0.31) !important;
}

.color_change:focus{
  outline: none;
}

.prod_img_click{
  margin-bottom: 10px !important;
}

.product_title{
  text-align: center;
  color: black;
  font-size: 45px;
  font-family: helvetica;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  #homeCarousel{
    font-size: 20px;
  }

  .smart_devices_div{
    padding-right: 0px;
  }

  .m_carousel_inner{
    margin: 0px;
    padding: 0px;
  }

  .product_info{
    height: auto;
  }
}

.product_info{
  height: inherit;
  display:table-cell;
  vertical-align:middle;
  margin-top: 20px;
  padding-left: 0px;
}

.view_product_btn{
  color: #ffffff;
  background-color: #d22c37;
  border: none;
  outline: none;
  border-radius: 30px;
  font-family: Arial;
  font-size: 17px;
  /*height: 44px;*/
}

.carousel-indicators li{
  background-color: #d22c37 !important; 
  height: 10px !important; 
  width: 10px !important;
  margin-left: 5px !important;
  border-radius: 50% !important;
}

.carousel-indicators .active{
  background-color: #d22c37 !important; 
  height: 10px !important; 
  width: 10px !important;
  margin-left: 5px !important;
  border-radius: 50% !important;
}

@media only screen and (max-width: 767px) {
  .m_product_div{
    margin: 0px;
    padding: 0px;
  }
}

.accordion_info_m{
  margin: 5%;
}

.prod_list_info{
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.prod_info_title{
  font-family: helvetica; 
  font-weight: bold;
}

.m_prod_title_accordion{
  font-family: helvetica; 
  font-weight: bold;
  color: black;
}

.btn-link:hover{
  color: #737373;
}

.carousel-iteminactive{
  display: none;
}