footer{
    background-color: rgb(242, 249, 245); 
} 
.booknow_head{
    background-color: rgb(242, 249, 245);
    padding: 100px 0;
} 
.booknow_head .content{
    max-width: 1398px;
}
.booknow_head .head h1{
    font-size: 46px;
}
.booknow_head .book_now_alert{
    background-color: rgb(234, 244, 235);
    padding: 40px 40px 40px 80px!important;
    position: relative;
    border: 50px solid #80A847;
    height: auto!important;
    margin-top: 1.8rem;
}  
.booknow_head .book_now_alert::after{
    content: "";
    display: none!important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 65px;
    background-color: #80A847;
    background-image: url(../img/book_now_alert_icon.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
}
.booknow_head .book_now_alert .book_now_alert_item .number{
    position: relative;
}

.booknow_head .head .hidden_book_name{
    display: block!important;
  }
  .booknow_head .head .hidden_book_name img{
    width: 20px;
  }
  
.booknow_head .book_now_alert .book_now_alert_item .number span{
    width: 48px;
    height: 48px;
    background-color: #80A847;
    position: relative;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    z-index: 9;
    display: block;
    line-height: 48px;
} 
.booknow_head .book_now_alert .book_now_alert_item .number i{
    width: 600px;
    height: 1px;    
    display: block;
    background-color: rgb(203,201,202);
    z-index: 1;
    position: absolute;
    top: 24px;
    left: -15px;
}
.booknow_head .book_now_alert .book_now_alert_item strong{
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin: 1.2rem 0rem 0.5rem;
}
.booknow_head .book_now_alert .book_now_alert_item p{
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    margin-bottom: .5rem;
}
.booknow_head .book_now_alert .book_now_alert_item {
    flex: 1;
}
.booknow_head .book_now_alert .book_now_alert_item a{
    color: var(--subtheme_color);
    text-decoration: underline;
}
.booknow_head .book_now_alert > .flex{
    justify-content: space-between;
    max-width: 1200px;
}
.booknow_form{
    background-color: rgb(242, 249, 245); 
    padding-bottom: 8rem;
} 
.booknow_form .content{
    max-width: 1398px;
}
.booknow_form .head h2{
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 46px;
}
.booknow_form .booknow_form_head .left span{
    font-size: 28px;
    display: block;
    padding-left: 2.5rem;
    background-image: url(../img/rili-icon.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 0 center;
    font-weight: 600;    
}
.booknow_form .booknow_form_head .left span.details{
    background-image: url(../img/Visit_details_icon1.svg);
}
.booknow_form .booknow_form_head .left span.contactdetails{
    background-image: url(../img/Visit_details_icon2.svg);
}
.booknow_form .booknow_form_head {
    padding-bottom: 2rem;
}
.booknow_form .booknow_form_head .right ul {
    gap: 50px;
}
.booknow_form .booknow_form_head .right ul li a{
    font-size: 20px;
    font-weight: 600;
    color: #999999;
    display: block;
    padding-left: 2rem;
    background-image: url(../img/rili-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 center;
}
.booknow_form .booknow_form_head .right ul li:nth-child(2) a{
    background-image: url(../img/Visit_details_icon1.svg); 
}
.booknow_form .booknow_form_head .right ul li:nth-child(3) a{
    background-image: url(../img/Visit_details_icon2.svg); 
}
.booknow_form .booknow_form_head .right ul li.active a{
    color: #333;
}
.booknow_form .booknow_form_table{
    padding: 60px;
    padding-bottom: 130px;
    background-color: rgb(232,240,237);
}
.booknow_form  .booknow_form_table div strong{
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 1.5rem 0;
}
.booknow_form  .booknow_form_table div .col2{
    display: flex;
    gap: 35px;
    margin-bottom: 1.2rem;
}
.booknow_form  .booknow_form_table div .col2 label{
    flex: 1;
}
.booknow_form  .booknow_form_table div .col2 label input,
.booknow_form  .booknow_form_table div .col2 label select
{
    width: 100%;
    font-size: 15px;
    padding: 24px 22px;
    border: #D8D8D8 solid 1px; 
}
.booknow_form .booknow_form_table div.single_w_i input,
.booknow_form .booknow_form_table div.single_w_i select
{
    width: 48.5%;
    font-size: 15px;
    outline: none;
    padding: 24px 22px;
    border: #D8D8D8 solid 1px; 
}

.booknow_form  .booknow_form_table div.single_w_i select{
    background-image: url(../img/booknow_form_table_icon.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    color: #666666; 
    background-position: 95%;
}

.booknow_form  .booknow_form_table .form_alert{
    font-size: 16px;
    padding: 1rem 0;
    color: #666666;
    display: block;
    padding-left: 2.5rem;
    background-image: url(../img/book_now_alert_icon_full.svg);
    background-repeat: no-repeat;
    font-weight: 500;
    background-size: 28px;
    background-position: 0 center;
    /* book_now_alert_icon_full */
}
.booknow_form .booknow_form_table input[type="submit"]{
    font-size: 18px;
    background-color: var(--subtheme_color);
    color: #fff;
    padding: 1.35rem 6.5rem; 
    margin-top: 1.8rem;
    font-weight: 600;
    transition: all .3s;
    text-transform: uppercase;
} 
.booknow_form .booknow_form_table .between{
    justify-content: space-between;
}
.booknow_form .booknow_form_table .add_more_person {
    font-size: 18px;
    background-color: #ccc;
    color: #333;
    padding: 1.35rem 6.5rem;
    margin-top: 1.8rem;
    font-weight: 600;
    border: none;
    transition: all .3s;
    text-transform: uppercase;
}


.booknow_form .booknow_form_table input[type="submit"]:hover{
    background-color: var(--theme_color); 
}
.booknow_form .booknow_form_table .label_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: rgb(196,202,200) solid 2px;
    margin-bottom: 2.5rem; 
}
.booknow_form .booknow_form_table .label_head i.sild_icon{
    width: 20px;
    height: 10px;
    background-image: url(../img/booknow_form_table_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .3s;
    display: block; 
    cursor: pointer;
}
.booknow_form .booknow_form_table .form_details .label_head {
    cursor: pointer;
}
.booknow_form .booknow_form_table .label_item{
    display: none;
}
.booknow_form .booknow_form_table .form_details.active .label_item{
    display: block;
}
.booknow_form .booknow_form_table .form_details.active .label_head .sild_icon{
    transform: rotate(180deg);
}
.booknow_form .booknow_form_table .desc{
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 1.2rem;
}
.booknow_form .booknow_form_table .desc_icn{
    font-size: 16px;
    line-height: 24px; 
    margin-bottom: 3rem;
    margin-top: 2rem;
    color: #666666;
    display: flex;
    font-weight: 500;
    gap: .5rem;
}
.booknow_form .booknow_form_table .desc_icn i{
    display: block;
    width: 29px;
    min-width: 29px;
    height: 29px; 
    background-image: url(../img/book_now_alert_icon_full.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.booknow_form .booknow_form_table div.full_textarea textarea{
    padding: 1rem;
    margin: 1.2rem 0;
    width: 100%; 
    font-size: 15px;
}
.booknow_form .booknow_form_table div.checkbox {
    gap: .5rem;
    align-items: center;
}
.booknow_form .booknow_form_table div.checkbox a{
    font-size: 20px;
    color: #2E524A;
    text-decoration: underline;
    font-weight: 600;
}  
.booknow_form .booknow_form_table div.checkbox input{
    width: 20px;
    height: 20px;
}
.submitted_successfully {
    padding: 50px 0;
}
.submitted_successfully img{
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.submitted_successfully p{
    font-size: 20px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid var(--theme_color)!important;
    background: var(--theme_color)!important;
    color: #fff!important;
}