.prd-details{
    width: 1000px;
    display: none;
    height:500px;
    border: 2px solid #fff;
    background: url(../../images/destination/db.jpg);
    margin-top: 50px;
    font-family:pt-sans-regular;
    color: #fff
}
.locatiionDescription{
    margin: 15px;
    font-family:pt-sans;
    color: #fff;
    position: relative;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: hidden;
  
}

.prd-details:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.b-close span img{
    left: 98%;
    position: absolute;
    top: -22px;
}
.comtainer{
    height: 500px;
    width: 1000px;
    background: url(../../images/packages/bg_color03.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    
}
.comtainer:after,popup_boxleft_wrapper:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.locatiionDescription h1:first-child,h2:first-child,h3:first-child,h4:first-child{
    margin-top: 0;
}
.locatiionDescription h1,h2,h3,h4{
    color: #fff;
    font-family: MedulaOne-Regular;
    font-size: 30px;
    line-height: 30px;
    margin: 15px 0 0;
    padding: 0;
    text-transform: none;
}
.locatiionDescription td{
    font-family:pt-sans;
    color: #fff;
}
.locatiionDescription a{
    text-decoration: none;
}
.locatiionDescription ul li{
      color: #fff; 
      margin-top: 3px;
}
.locatiionDescription p{
    margin-top: 5px;
}