.custom-block img{
	/*display: block;*/
	width: 100%;
	height: auto;
}

.pro-highlights{
	font-size: 1.4rem;
	cursor: pointer;
}
.pro-highlights li{
	text-align: left;
	padding: 2rem 5rem;
	color: var(--colorFont);
}
.pro-highlights li:hover{
	color: var(--colorWhite);
	background-color: var(--colorPrimary);
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

.hg-img{
	border: 5px solid #00ADEFD8;
}

.highlight-box {
    border: 1px solid #dfdfdf;
}
.highlight-box {
   
padding:20px 20px 15px;
margin-bottom: 30px;
text-align: center;
min-height: 84px;
background: #fff;
box-shadow: 0 0 50px -19px rgba(0, 0, 0, 0.35);
/* vertical-align: middle; */
text-align: center;
display: block;
border-radius: 3px;
}
.highlight-box h4 {
font-size: 18px;
text-align: center;
margin-top: 12px;
color: #1b62a3;
font-weight: 500;
line-height: inherit;
}
.highlight-box img{    width: 100%; margin-bottom: 10px;}
.img-hg{max-width:20px;height:20px !important}
@media screen and (max-width: 991px) {
  #carouselExampleControls12 img{
    height: auto;
  }
  .img-20{
    width: 50% !important;
}
.mob-size2
{
    width: 50% !important;
}
}
.img-20{
    width: 20%;
    padding-left: 10px;
   padding-right: 10px;
   }
   .indoor-game1 i {
    font-size: 35px;
    color: #475538;
    border: 2px solid #475538;
    background: #fff;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
   /* position: absolute;*/
   /* z-index: 10;
    right: 30%;
    top: 40%;
    margin-top: -45px;*/
    -transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.indoor-game1 i:hover {
 color: #fff;
  background: #475538;
}
  td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    background: var(--colorPrimary);
    color: #fff;
}