.product-title {
    padding-top: 100px;
    margin-bottom: 50px;
    color: white;
    text-align: center;
}
.content,
.short_desct{
    font-size: 21px;
    line-height: 30px;
    text-align: justify;
    
}
.carousel-inner{
   height: 370px;
}
.product-content {
    color: white;
    overflow: auto;
}

.custom-rework-image-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: auto;
}

.custom-rework-image-wrap > div {
    width: 48%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.custom-rework-image-wrap > div:nth-child(2n+1) {
    margin-right: 2%;
}

.custom-rework-image-wrap img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
}
.carousel-indicators{
    bottom:auto;
    margin: 0 !important;
}
#carousel-thumb{
    margin-bottom: 100px;
}
.carousel-indicators li{
    width: auto;
}
.title{
    float:none;
    width: 100%;
    background-color: #2776BB;
    color: #fff;
    font-size: 29px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 8px;
}
.content ul li{
    width: 46%;
    margin-right: 35px;
    float: left;
  }
.clear{
    clear: both;
    overflow: hidden;
    height: 0;
}
.contact-div {
    font-size: 21px;
    font-weight: 600;
}