.star
{
    font-size: 18px;
    color: red;
}
.download-brochure
{
	float: right;
    padding-top: 7px;
}


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
	width: 100%;
}
.filter-button:hover
{
	cursor: pointer;
    /*font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;*/

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.product-image {
  position: relative;
  width: 100%;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.product-image {
    background-color: #00aeef;

}
.product-image:hover .image {
  opacity: 0.3;
}

.product-image:hover .middle {
  opacity: 1;
  width: 100%;
}

.text {
  /*background-color: #04AA6D;*/
  color: white;
  font-size: 18px;
  padding: 16px 32px;
}
.product-specification .table td, .table th
{
    padding: 1px;
}
.mt30
{
    margin-top: 30px;
}
.font20
{
    font-size: 20px;
}
.fontweight500
{
    font-weight: 500;
}
td:nth-child(2n+1)
{
    font-weight: 500;
}
.feature-list
{
    padding: 0 32px;
}


.accordion {
    width: 100%;
    /*max-width: 384px;*/
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    list-style-type: none;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 5px 0px 0px 0px;
    /*color: #4D4D4D;*/
    font-size: 14px;
    /*font-weight: 700;*/
    /*border-bottom: 1px solid #CCC;*/
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
}

.accordion li:last-child .link {
    border-bottom: 0
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 12px
}

.accordion li.open .link {
     color: #00aeef;
     font-weight: 500;
}

.accordion li.open i {
    color:#00aeef;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none;
    background: #e8e8e8;
    font-size: 14px;
    list-style-type: none;
}

.submenu li {
    border-bottom: 1px solid #c9c9c9;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #5e5e5e;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.submenu a:hover {
    /*background: #b63b4d;*/
    /*color: #FFF*/
}
.get-a-quote
{
    list-style-type: none;
    float: left;
    margin-top: 35px;
}
.get-a-quote li
{
    float: left;
    
}
.get-a-quote li:nth-child(1)
{
    /*float: right;*/
    margin-right: 25px;
}
.get-a-quote button
{
    width: 135px;
    height: 40px;
    background-color: #00aeef;
    border: none;
    color: #fff;
    border-radius: 5px;
}
.get-a-quote button:hover
{
    background-color: transparent;
    color:#00aeef ;
    border: 1px solid #00aeef;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00aeef;
    border-color: #dee2e6 #dee2e6 #fff;
}
.download
{
    background-color: #00aeef;
    border: 1px solid #00aeef;
    color: #fff;
    width: 110px;
    border-radius: 5px;
}
.social-icon
{
    display: none;
}
.dark-blue-line
{
    border-bottom: 16px solid #00aeef;
}
.dropdown-menu>.active 
{
    border-left: 2px solid #00aeef;
}
.dropdown-menu>.active a
{
    /*color: #00aeef !important;*/
}

.dropdown-menu>.active:hover
{
    border-left: 2px solid #00aeef;
}
.dropdown-menu>.active a:hover
{
    color: #00aeef !important;
}
.cust-dropdown a
{
    padding: 0 !important;
    margin: 0 !important;
    color: #828282 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 30px !important;
}
.cust-dropdown-width .dropdown-menu
{
    width: 170px;
}
@media only screen and (max-width: 768px)
{
    .address
    {
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .address ul li
    {
        display: block;
    }
    .logo p
    {
        padding-top: 0px;
        line-height: 1.5;
    }
    .mmpl-0
    {
        padding-left: 0px !important;
    }
    .swiper-slide
    {
        background-size: contain !important;
    }
    .h-100
    {
        height: auto;
    }
    .sm-h-500px
    {
        height: 200px !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-fraction
    {
        display: none;
    }
    .mm-border-0
    {
        border: 0px;
    }
    h4
    {
        font-size: 1.85rem;
    }
    .table
    {
        text-align: left;
        font-size: 13px;
    }
    .get-a-quote button
    {
        font-size: 12px;
        width: max-content !important;
    }
    .modal-dialog
    {
        margin: 0px;
    }
    .grid-item
    {
        margin-bottom: 20px;
    }
    .float1
    {
        margin-top: 10px;
    }
    .product-specification
    {
        margin-top: 20px;
        text-align: left;
    }
    .margin-50px-all
    {
        margin: 0px;
    }
    .float
    {
        right: 20px;
        bottom: 30px;
    }
}