/****start your code from here*****/
section.hero_section .hero_section_area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
section.hero_section .container, section.nla_section .container, section.services_section .container, section.ride_section .container, section.services_opt_section .container {
    width: 100% !important;
    max-width: 1400px;
}
section.hero_section {
    padding: 50px 0;
}
section.hero_section .hero_section_area .hero_part_one h1.hero_heading {
    margin-bottom: 20px;
}
section.hero_section .hero_section_area .hero_part_one {
    width: calc(50% - 20px);
}
section.hero_section .hero_section_area .hero_part_two {
    width: calc(50% - 20px);
}
section.hero_section .hero_section_area .hero_part_two .contact-field {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 10px);
}
section.hero_section .hero_section_area .hero_part_two form {
    background: #1a81cb;
    padding: 30px 40px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* border: 10px solid #fff; */
/*    box-shadow: 0 10px 30px 10px #9d9d9d;*/
    border: none;
    outline: 4px solid #ffffff;
    outline-offset: -12px;
    border-radius: 0;
}
section.hero_section .hero_section_area .hero_part_two .contact-field label, section.hero_section .hero_section_area .hero_part_two .contact-field-message label {
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
.contact-field-message {
    width: 100%;
}
section.hero_section .hero_section_area .hero_part_two .contact-field input, section.hero_section .hero_section_area .hero_part_two .contact-field select {
    width: 100%;
    height: 46px;
    color: #1c1c21;
    font-size: 15px;
    padding: 0 10px;
    outline: none;
    border: none;
}
.contact-field-message textarea {
    width: 100% !important;
    height: 84px;
    color: #1c1c21;
    font-size: 15px;
    padding: 10px;
    outline: none;
    border: none;
}
section.hero_section .hero_section_area .hero_part_two form button {
    width: 100%;
    height: 50px;
    background: #0f4871;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    cursor: pointer;
}
section.hero_section .hero_section_area .hero_part_two form button:hover {
    background: #121212;
}
section.hero_section .hero_section_area .hero_part_one p {
    margin-bottom: 20px;
    font-size: 16px;
}
section.hero_section .hero_section_area .hero_part_one ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin-top: 30px;
}
section.hero_section .hero_section_area .hero_part_one ul a {
    background: #1a81cb;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #1a81cb;
    display: inline-block;
}
section.hero_section .hero_section_area .hero_part_one ul a:hover {
    background: #fff;
    color: #1a81cb;
}
section.hero_section .hero_section_area .hero_part_one ul li:last-child a:hover {
    background: #1a81cb;
    color: #fff;
}
section.hero_section .hero_section_area .hero_part_one ul li:last-child a {
    background: #fff;
    color: #1a81cb;
}
.hero_sec_img {
    margin-top: 30px;
}
/****nla section**/
section.nla_section {
    padding: 60px 0;
}
.nla_section_area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.nla_section_area .nla_part_one {
    width: calc(50% - 20px);
}
.nla_section_area .nla_part_two {
    width: calc(50% - 20px);
}
.nla_section_area .nla_part_two ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

/*************/

.services_section_area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.services_section_area .services_parts {
    width: calc(25% - 15px);
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    background-color: rgb(15 72 113) !important;
}
.services_section_area .services_parts h4 {
    color: #fff;
    font-size: 16px;
    min-height: 60px;
    text-align: center;
    background-color: rgb(30, 115, 190);
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: rgba(150, 221, 255, 0.47);
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 700ms;
    margin: 0px 0 20px;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
}
.services_section_area .services_parts a.button {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #1a81cb;
    max-width: 80%;
    margin: 8px auto 0;
    color: #fff;
    padding: 13px 10px;
    font-size: 16px;
}
.services_section_area .services_parts a.button:hover {
    background: #fff;
    color: #1a81cb;
}

/**************/

section.ride_section {
    padding: 60px 0;
    background: #1a81cb30;
    margin-top: 60px;
}
.ride_section_area {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.ride_section_area .ride_part_one, .ride_section_area .ride_part_two {
    width: calc(50% - 25px);
}
.ride_part_two h2 {
    margin-bottom: 20px;
}
.ride_part_two p {
    font-size: 16px;
    margin-bottom: 20px;
}
section.ride_section .services_image_area {
    height: 100%;
}
section.ride_section .services_image_area img {
    height: 100%;
    object-fit: cover;
}
section.services_opt_section {
    padding: 60px 0;
}
section.services_opt_section h2.services_opt_head {
    text-align: center;
    margin-bottom: 40px;
}
section.services_section h2.services_heading {
    margin-bottom: 40px;
    text-align: center;
}
.services_opt_section_area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}