.prd-details{
    width: 1000px;
     display: none;
     height:500px;
     border: 2px solid #fff;
background: url(../../images/packages/itnery_bg.jpg);
     margin-top: 50px;
}
.prd-details:after{
     clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.b-close span img{
     left: 98%;
    position: absolute;
    top: -32px;
}
.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;
}
.popup_boxleft_wrapper {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 600px;
}
.popup_boxright_wrapper{
    float: left;
    width: 370px;
    margin-right: 10px;
}
.itinerary-heading {
    color: #fff;
    font-family: oswald;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;
    text-transform: uppercase;
}
.duration-wrapper {
    color: #fff;
    font-family: oswald;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.about-title1 {
height: 15px;
width: 100%;
border-bottom: 1px solid #32b1ec;;
}
.text_wrapper:first-child{
   border: none;
}
.text_wrapper {
    border-top: 1px solid #fff;
    margin-bottom: 10px;
    margin-left: 5px;
    position: relative;
    width: 560px;
}
.place_heading {
    color: #fff;
    font-family: Courgette-Regular;
    font-size: 15px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
}
.place_heading:after{
     clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.place_heading_left {
    float: left;
    margin-right: 5px;
    position: relative;
}
.place_heading_right {
    float: left;
    position: relative;
}
.place_details {
    margin-top: 15px;
    position: relative;
    margin-bottom: 5px;
}
.details_title1 {
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-family: pt-sans-regular;
    margin-left: 0;
  width: 560px;
}
.content-block {
    box-sizing: border-box;
    height: 395px;
    margin-left: 15px;
    max-width: 100%;
   
    position: relative;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: hidden;
}

/*css for form*/
.book-now-heading {
    color: #fff;
    font-family: oswald;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    
}
#booking-form .row {
    margin: 0 5px 10px 19px;
    position: relative;
    width: 100%;
}

input[type="text"]{
/*    outline: medium none;*/
    background-color: #fff;
     color: #878787;
    height: 30px;
    width: 332px;
    border-radius:3px;
     border:none !important;
}
textarea{
    width:335px;
    height: 70px;
    resize: none;
    border: medium none !important;
    border-radius: 3px;
}
input[type=submit]{
     background: none repeat scroll 0 0 #d43e00;
    border-bottom: 4px solid #942b00;
    border-radius: 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
    color: #fefeff;
    filter: none;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 22px 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: oswald;
    font-weight: bold;
}
form{
    height: 400px;
     position: relative;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: hidden;
}
.form-error{
    color: red;
}