.booking{
    position: absolute;
    bottom: 10%;
    background: #00000070;
    padding: 20px 10px;
    border-radius: 8px;

}
.sub-banner4 .banner{
    position: relative;
}
.sub-banner4{
    background-image: url("../images/contact/contact-banner-img1.webp ");
}
.contact-text {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 26px 45px;
    position: relative;
    right: 84px;
    z-index: 5;
    top: 21px;
    background-color: #fff;
    border-radius: 6px;
}
.contact-address {
    padding: 26px 33px;
    width: 80%;
    border-radius: 0 23px 0 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 2rem;
}
.contact-address h6{
    margin-bottom: 7px;
}
.contact-address p{
    font-weight: 500;
    font-size: 16px;
    color: #5c5c5c;
}
.contact-img img{
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.contact-us-sec a{
    color: #172031;
}
.contact-us-sec a:hover{
    color: orange;
}
.s-link ul i{
    color: #172031;
}

.contact-form{
    padding: 2.4rem;
   background-color: #fff;

}
.contact-form .form-control, .career-sec .form-select {
    background-color: #f3f5f5;
    border-radius: 3px;
    border: 1px solid #ededed;
    font-size: 17px;
    margin-bottom: 15px;

   
}
.contact-form .form-control::placeholder, .career-form option[selected]{
    color: #d0d0d0;
}
.contact-form .form-label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.contact-form h4{
    margin-top: 40px;
    letter-spacing: .5px;
    
}
.contact-form .btn-orange{
    background: #000;
    color: #fff;
    border: 1px solid #000 ;
    transition: all .2s ease;
    font-size: 17px;
    font-weight: 400;
}


.contact-form .btn-orange:hover{
    background-color: #ec691f;
    color: #000000;
    border-color: #ec691f;
}

/*  */