.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  min-height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  z-index: 9999999 !important;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: #333;
  font-family: 'bw_modelicamedium';
}
.modal-content img{
  max-width: 100%;
  height: auto;
}
.modal-content p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: #333;
  font-family: 'bw_modelicamedium';  
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
  background-color: rgb(210, 23, 23);
  color: white;
}

.modal-body {padding: 10px 16px;}


/** CUSTOM CSS **/

.banner-box .box .sertified .box-sertified .icon-solutions_choose01::before {
    width: 200px;
height: 200px;
display: block;
}

.icon-solutions_choose01::before {
    content: " ";
    font-family: Arial!important;
background-image: url('/images/CertProduct-Colour.png');
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
width: 100%;
display: block;
height: 100%;
}

.list-choose-us .icon-solutions_choose01 {
width: 88px;
height: 88px;
display: block;
text-align: center;
margin: 0 auto;
}

 /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.banner-box .box .sertified .box-sertified .icon-solutions_choose01::before {
    width: 100px;
height: 100px;

}
    }