

h3
{
     height: 40px;
     color: white;
     padding-left: 10px;
     padding-top: 9px;
     width:auto;
     margin-top:12px;
     background:black;
     font-style:normal;
     text-align: center;
     font-size: 20px;
     font-weight: bold;


     
}
.country
{
     margin-top: 10px;
}
.inner-box
{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      border: 2px dotted yellow;
      height: 40px;
      line-height: 30px;
      margin-top: 10px;
     
}
.inner-box h5
{
    padding-top: 8px;
    margin-left: 10px;
    font-size: 18px;
    font-style: normal; 
    height: 30px;
     width:240px; 
   font-weight: bold;
    text-transform: uppercase;
}

.inner-box h5:hover
{
   color:red;
   display: block;
}

/*-----pro-desc---------*/

