body {
    font-family: Poppins;
    font-weight: 300;
    color: #1B1B1B;
}
.section_title {
    margin-bottom: 2rem;
}



/* Header area css start */
.navbar_main {
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 4px 4px rgb(0 0 0 / 14%);
}
.book_seat {
    font-weight: 400;
}
.book_seat a {
    text-decoration: none;
    color: #3D86F5;
}
.book_seat_mobile {
    display: none;
}
.book_seat_mobile:hover,
.book_seat_mobile:focus,
.lang .btn:hover,
.lang .btn:focus {
    background-color: #efefef;
}
.lang .btn {
    border: 1px solid #e7e7e7;
}
/* Header area css end */



/* Banner */


.rs_form {
    background-color: #fff;
    /* width: 500px; */
    border-radius: 1.2rem;
    /* box-shadow: 0 0 60px rgb(112 115 184 / 20%); */
    /* overflow: hidden; */
    /* margin-bottom: -15rem; */
    /* margin-top: 3rem; */
    /* max-width: 100%; */
    border: 1px solid #d3d5d8;
    overflow: hidden;
}
.rs_form > h2 {
    padding: 2rem 2rem 0;
}
.rs_form > h2 {
    padding: 2rem 2rem 0;
    text-align: center;
    font-size: 1.8rem;
    color: #123045;
}
.banner_text > h4 {
    font-size: 1.8rem;
    color: #141414;
    font-weight: 400;
}
.banner_text h2 {
    font-size: 2.5rem;
    color: #3D86F5;
    margin-bottom: 1rem;
}
.df_text h4 {
    font-size: 1.8rem;
    color: #D8D8D8;
    font-weight: 400;
}
.df_text p {
    color: #C2C2C2;
}
/* Banner End*/

/* About */
.section_title h2 {
    font-size: 2.4rem;
    font-weight: 400;
}
.about {
    padding: 6rem 0 4rem;
}
.dec {
    position: relative;
}
.dec:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}
.dec_blue {
    color: #3D86F5;
}
.dec_blue:after {
    background-color: #3D86F5;
}
.dec_dark:after {
    background-color: #123045;
}
.offer_list {
    flex-wrap: wrap;
}
.offer_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
}
.offer_list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: .5rem;
    width: .4rem;
    height: .4rem;
    background-color: #3D86F5;
    border-radius: 50%;
}
/* About End*/


/* Testimonial */

.testimonial {
    background-color: #0F2E42;
    padding: 4rem 0;
}
.ts_item {
    border: 1px solid #fff;
    border-radius: 1.2rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    min-height: 415px;
}
.quote {
    width: 4rem;
    height: 4rem;
    background: url(./../images/quote.webp) 0 0 / contain no-repeat;
}
.quote.quote_bottom {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    transform: scaleX(-1);
}
.ts_item p {
    margin: 2rem 0;
    font-size: 1rem;
}
.user_name {
    font-weight: 400;
    margin-bottom: .2rem;
    margin-top: auto;
}
.user_loc {
    font-size: .9rem;
}
/* Testimonial End*/


/* Footer */
.footer {
    background-color: #E5F7FC;
    padding: .6rem 0;
}

.footer p,
.menu_f li a {
    font-size: .9rem;
    color: #141414;
    text-decoration: none;
}
.menu_f li a:hover {
    color: #3D86F5;
}