
/*===================booking One Start============================ */


.hero-section.booking_one h1 {
    font-weight: 700;
    font-size: 3rem;
    padding-top: 1rem;
}

.hero-section.booking_one h1 span {
    width: 80px;
}

.hero-section.booking_one label {
    font-weight: 500;
    padding-bottom: 10px;
}

.hero-section.booking_one label span {
    color: red;
}

.hero-section.booking_one .our_timing {
    padding: 1rem;
    font-weight: 500;
    text-align: justify;
}

.hero-section.booking_one .our_timing .item {
    display: flex;
    align-items: center; 
    margin-bottom: 1rem;
}

.hero-section.booking_one .our_timing .time {
    font-weight: 700;
}

.hero-section.booking_one .our_timing .icon {
    font-weight: 700;
    width: 25px;
    height: 25px;
    color: #fff;
    margin-right: .6rem;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section.booking_one .our_timing .cross_icon{
    font-weight: 700;
    width: 2.4rem;
    height: 2rem;
    color: #fff;
    margin-right: .6rem;
    font-size: 15px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.hero-section.booking_one .our_timing .icon i {
    font-weight: 900;
}
/*===================booking One end============================ */

.slider_two .slider_subTitle {
       line-height: 30px !important;
}

.slider_two .btn{
     margin-top: 24px !important;
}