.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);
}
.info-title2{
    font-size: 15px;
    color: #ddd;
    margin-bottom: 6px;
}

.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: #52871d;
    border: 2px solid #52871d;
    background: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    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: #52871d;
}
  td {    
    font-size: 14px;
    font-weight: 400;
    padding: 6px 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    font-size: 15px;
    font-weight: 400;
    padding: 6px 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    background: var(--colorPrimary);
    color: #fff;
}


.sweet-alert .icon {
    transform: inherit !important;
    -ms-transform: inherit;
    position: relative !important;
    font-size: 30px !important;
    top: inherit !important;
    left: 0 !important;
    margin-bottom: 30px !important;
}


.mb-5{
    margin-bottom: 5px;
}

.am-icon{
    height: 48px;
    margin: 4px auto;
}

.book-title{
    position: absolute;
    left: 0;
    background-color: var(--colorPrimary);
    color: #fff;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 60%);
    width: 250px;
    text-transform: uppercase;
    font-size: 2.2rem;
    text-align: center;
}