.manage_reservationBanner{
    background-image: url(../images/about/about_form.jpg);
    background-position: center center;
    background-size: cover;
    height: 500px;
}
.manage_reservationBanner::after{
    background: transparent;
}

.manageBannertTxt{
width: 100%;
float: left;
position: relative;
padding: 50px 0px 40px;
text-align: center;
}
.manageBannertTxt h2{
    font-size: 32px;
    color: #fff;
    font-family: Montserratbold;
    margin-top: 0;
    margin-bottom: 15px;
}
.manageBannertTxt p{
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
}
.manageEmail{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.manageEmail .input_manage{
    border-radius: 0;
    color: #6b6b6b;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 14px;
    width: 40%;
    padding: 12px 15px;
    border: transparent;
}
.manageBooking{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.Manage_container{
    background-color: transparent !important;
    position: relative;
}
.manageBooking a{
    font-size: 16px;
    color: #fff;
    background: #ff8a00;
    padding: 12px 35px;
    text-transform: uppercase;
    font-family: Montserratbold;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    border-radius: 3px;
}
.ManageDescriptionMain{
    Border: 7px solid #91d7ff;
    Background: rgba(0, 162, 255, 0.5);
    padding: 0px;
    position: relative;
}
.Manage_container:before {
    content: " ";
    height: 52%;
    left: -5px;
    position: absolute;
    top: 0;
    width: 4px;
    background: -webkit-linear-gradient(to top, rgba(135, 162, 107, 0) 8%,rgba(0, 0, 0, 0.67) 100%);
    background: linear-gradient(to top, rgba(135, 162, 107, 0) 8%,rgba(0, 0, 0, 0.67) 100%);
    filter: blur(4px);
}
.Manage_container:after {
    content: " ";
    height: 52%;
    position: absolute;
    top: 0;
    right: -5px;
    width: 4px;
    background: -webkit-linear-gradient(to top, rgba(135, 162, 107, 0) 8%,rgba(0, 0, 0, 0.67) 100%);
    background: linear-gradient(to top, rgba(135, 162, 107, 0) 8%,rgba(0, 0, 0, 0.67) 100%);
    filter: blur(4px);
}
.manageChat{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 25px 0px; */
}

.managedName{
    width: 100%;
    float: left;
    background: #2492d1;
    text-align: center;
    padding: 15px 0;
    /* margin-bottom: 20px; */
}

.managedName h2{
    font-size: 25px;
    color: #fff;
    font-family: Montserratbold;
    margin: 0;
}
.manageReview{
    margin-top: 15px;
}

.liveChatContent{
 max-width: 400px;
 width: 100%;
 background-color: #2492d1;
 float: left;
 height: 190px;
 position: relative;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.liveChatTxt{
    width: 200px;
    float: left;
    padding: 15px 10px 20px 50px;
}
.liveChatTxt h2{
    font-size: 22px;
    color: #fff;
    font-family: Montserratbold;
    margin-top: 0px;
    margin-bottom: 5px;
}
.liveChatTxt p{
    font-size: 15px;
    color: #fff;
    font-family: Montserratbold;
    margin: 0px;
}

.liveChatImg{
    width: 200px;
    float: left;
    position: relative;
}
.liveChatImg img{
    position: absolute;
    width: 200px;
    top: -13px;
    right: 35px;
}
.liveChatButton{
    width: 100%;
    float: left;
    position: absolute;
    bottom: 15px;
    left: 25px;
}
.liveChatButton a{
    background: #fff;
    font-size: 19px;
    color: #000;
    font-family: Montserratbold;
    text-transform: uppercase;
    width: 200px;
    float: left;
    padding: 8px 20px;
    text-align: right;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.liveChatButton a:hover{
    text-decoration: none;
}
.liveChatButton a span{
    position: absolute;
    left: 15px;
    top: -6px;
}
.liveChatButton a span img{
 width: 55px;
}




/* .faqMain .panel-heading .accordion-toggle:after {

font-family: 'Glyphicons Halflings';
content: "\e252";
float: right;
color: grey;
right: 10px;
  position: absolute;
}  */

.faqBoxMain {
width: 80%;
  margin: 30px auto 0px;
}

/* .faqMain .panel-heading.collapsed .accordion-toggle.collapsed:after {

content: "\e250";
} */

/* .panel-title > a:before {
float: right !important;
font-family: FontAwesome;
content:"\f068";
padding-right: 5px;
}
.panel-title > a.collapsed:before {
float: right !important;
content:"\f067";
} */

.faqMain .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: none;
}

.faqMain .panel-default>.panel-heading {
background-color: transparent;
padding: 22px 28px;
}

.faqMain .panel-title {
font-size: 16px;
color: #535353;
font-family: Montserratbold;
margin-top: 2px;
margin-bottom: 0px;
text-transform: uppercase;
}

.faqMain .panel-title a{
color: #535353;
}

.faqMain .panel-title a:hover {
text-decoration: none;
}

.faqMain .panel-title a:focus {
text-decoration: none;
}

.faqMain .panel-body {
font-size: 15px;
color: #535353;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
padding: 0px 28px 20px 28px;
}

.faqBox {
border: 1px solid #d8d8d8;
border-radius: 0px !important;
margin-bottom: 10px !important;
position: relative;
}

.faqMain {
/* background: #fbfbfb;
  border-top: 1px solid #e9e9e9; */
    padding: 50px 0px;
    width: 100%;
    float: left;
}

.faqInner {
text-align: center;
width: 65%;
margin: 0 auto;
}

.faqInner h2 {
font-size: 32px;
color: #535353;
font-family: Montserratbold;
margin-top: 0px;
text-transform: uppercase;
}

.faqMain .stepCount {
position: absolute;
top: 20px;
left: -13px;
width: 27px;
height: 27px;
border-radius: 50px;
background: #2492d1;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}

.faqMain .stepCount span {
color: #fff;
font-size: 15px;
font-family: Montserratbold;
}

.expandIcon {
position: absolute;
right: 10px;
top: 25px;
color: #848488;
font-size: 20px;
}

.faq-body{
display: none;
}
.faq-active{
display: block;
}



.reservationBannerTxt{
    width: 100%;
    float: left;
    padding-top: 86px;
    padding-bottom: 20px;
}
.reservationBannerTxt .reserveTtl{
    font-family: Montserratbold;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}
.reservationBannerTxt .datedtls{
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 0 7px;
}
.reservationBannerTxt .printEmailIco{
 width: 100%;
 float: left;
 text-align: right;
}
.reservationBannerTxt .printicon{
    display: inline-block;
    padding: 5px;
    background: #2492d1;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 18px;
    width: 35px;
    height: 35px;
}

.reservationBannerTxt .Emailicon{
    display: inline-block;
    padding: 5px;
    background: #2492d1;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 18px;
    width: 35px;
    height: 35px;
}
.reservation100{
 width: 100%;
}




.byAttrationStrip{
    float: left;
    width: 100%;
    background: #2492d1;
    padding: 7px 0;
}
.byAttrationStripTxt{
    font-family: Montserratbold;
    font-size: 15px;
    margin: 7px 0 7px 25px;
    color: #fff;
    text-transform: uppercase;
}

.AttrationStripMain{
    float: left;
    width: 100%;
}
.attractionVideo{
    width: 100%;
    float: left;
    position: relative;
}
.attractionvideoIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.attractionsMain {
    width: 100%;
    float: left;
    padding-top: 25px;
}
.attractionContent{
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 15px;
}
.attractionContent p{
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    color: #555;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.viewAttraction{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}
.viewAttraction a{
    font-size: 16px;
    color: #fff;
    background: #ff8a00;
    padding: 12px 35px;
    text-transform: uppercase;
    font-family: Montserratbold;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    border-radius: 3px;
}
.viewAttraction a:hover{
    text-decoration: none;
    color: #fff;
}


/* Change tab css start */
.changedatetabDesc_reservation{
    width: 100%;
    float: left;
}
.changedatetabContent{
    width: 100%;
    float: left;
}
.ChangeTitle{
    font-family: Montserratbold;
    font-size: 25px;
    font-weight: 700;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
}

.ChangeDesc{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.ChangeDesc p{
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    color: #555;
    text-align: center;
}
.changeForm{
    width: 100%;
    float: left;
    padding: 0px 15px;
}
.changeForm h3{
    float: left;
    padding: 10px 0px;
    font-family: Montserratbold;
    font-size: 18px;
    margin: 25px 0px;
    color: #555;
}
.change_group{
    width: 100%;
    float: left;
    position: relative;
}
.calendarIcon{
    position: absolute;
    right: 2%;
    top: 65%;
    transform: translate(-50%, -50%);
}
.change_group label{
    color: #555;
    font-family: Montserratbold;
}
.change_group .change_control{
    border-radius: 0;
    color: #555;
    padding: 25px 15px;
}
.changeButton{
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 30px 0px 50px;

}
.changeButton .changeButtonTxt{
    font-size: 16px;
    color: #fff;
    background: #ff8a00;
    padding: 17px 55px;
    text-transform: uppercase;
    font-family: Montserratbold;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    border-radius: 3px;
    border: none;

}

.change_Textarea{
    border-radius: 0;
    color: #555;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.textupperCase{
    text-transform: uppercase;
    font-size: 26px;
   }
   .termsContentList{
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 20px;
   }
   .termsIconTxt{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: start;
   }
   .CheckIcon{
    color: #ff8a00;
    font-size: 30px;
    margin-right: 10px;
   }
   .termsIconTitle{
    font-family: Montserratbold;
    font-size: 18px;
    margin: 0;
    color: #555;
   }
   .termsIconContent{
    width: 100%;
    float: left;
    margin-top: 5px;
   }
   .termsIconContent p{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #9f9c99;
   }
   .termsIconContent ul{
    padding-left: 15px;
   }
   .termsIconContent ul li{
    list-style-type: disc;
    padding-bottom: 5px;
    font-size: 19px;
    color: #454443;
   }
   .termsIconContent ul li span{
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    color: #9f9c99;
   } 
   .termsImportant{
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 40px;
   }
   .termsImportant h3{
    font-family: Montserratbold;
    font-size: 18px;
    color: #555;
    padding: 0px 20px;
   }
   .termsImportant p{
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    color: #555;
    padding: 30px 20px 0px;
   }
   .submittedDescTerms{
    width: 100%;
    float: left;
    padding: 30px 20px 40px;
   }
   .submittedDescTerms p{
    font-family: MontserratRegular;
    font-size: 15px;
    color: #555;
   }

   .LogOutMain{
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 0px;
   }
   .tabUsericon{
    position: absolute;
    left: 4%;
    top: 65%;
    transform: translate(-50%, -50%);
    color: #777;
   }
   .logOut_control{
    padding: 25px 30px !important;
   }
/* Change tab css end */








@media only screen and (max-width: 768px) {
.faqBoxMain {
  width: 96%;
}

.faqMain .panel-title {
  font-size: 15px;
}

.how_bookvip_works {
  height: 380px;
}
.manageBannertTxt h2 {
    font-size: 22px;
}
.manageEmail .input_manage {
    width: 91%;
}
.managedName h2 {
    font-size: 18px;
}
/* .manage_reservationBanner {
    height: 450px;
} */
.Manage_container:before {
    height: 45%;
}

.Manage_container:after {
    height: 45%;
}



.progressTabs{
    margin-top: 20px;
}

.attractionContent {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 0px;
    margin-top: 15px;
}
.Manage_container {
    padding: 0 0px;
}

/* Change tab css start */
.changeForm {
    padding: 0px 0px;
}
.changeButton .changeButtonTxt {
    font-size: 15px;
    padding: 12px 25px;
}
.changePadding{
    padding: 0px !important;
}
.changeButton {
    margin: 15px 0px 30px;
}
.termsContentList {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0px;
}
.termsImportant h3 {
    padding: 0px 0px;
}
.termsImportant p {
    padding: 30px 0px 0px;
}
.submittedDescTerms {
    width: 100%;
    float: left;
    padding: 30px 0px 40px;
}

.tabUsericon {
    left: 6%;
}
/* Change tab css end */

}

@media only screen and (max-width: 992px) {
.how_bookvip_works {
  height: 380px !important;
}
}
@media only screen and (max-width: 525px) {
.how_bookvip_works {
  height: 285px !important;
}
}

@media only screen and (min-width:768px) and (max-width:991px){
    .managedName h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width:421px) and (max-width:767px){
    
}

@media only screen and (max-width: 450px){
    .liveChatContent {
        max-width: 100%;
        height: 130px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .liveChatTxt {
        width: 50%;
        padding: 5px 10px 10px 10px;
    }
    .liveChatTxt h2 {
        font-size: 17px;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .liveChatTxt p {
        font-size: 12px;
    }
    .liveChatImg {
        width: 50%;
    }
    .liveChatImg img {
        width: 174px;
        top: -22px;
        right: 10px;
    }
    .liveChatButton {
        bottom: 8px;
        left: 5px;
    }
    .liveChatButton a {
        font-size: 15px;
        width: 180px;
        float: left;
        padding: 5px 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .liveChatButton a span {
        position: absolute;
        left: 15px;
        top: -6px;
    }
    .liveChatButton a span img {
        width: 40px;
    }
    .liveChatImg img {
        width: 140px;
        top: -13px;
        right: 10px;
    }
}


@media only screen and (max-width: 768px) {
    .manageChat {
    padding: 20px 0px 30px 0px;
}
    /*.viphotelLoad{
    margin-bottom: 35px;
    }*/
    #scRlWy img{
        width: 100%;
    }
    .faqMain {
    padding: 35px 0px;
}
.customerMainDiv .reviewmain .reviewInside .reviewVideo img{
    width: 100%;
}
}


@media only screen and (min-width:1024px) and (max-width:1119px){
    .hometabDesc_reservation .progressmeterStepsBox ul li {
        margin: 0 80px !important;
    }
    .reserve_progressDescriptionMain .progressTabs ul.progressReservationTabs li a {
        padding: 25px 30px 25px !important;
    }
}