@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 760px !important;
    }
}

.header-area .search-form {
    background-color: #dee2e6 !important;
}

.header-area .search-form form input {
    color: #000 !important;
}

.swiper-container {
    width: 100%;
    /* This will make the swiper container take up the full width of its parent */
    overflow: hidden;
    /* This will hide the slides that are outside the container */
}

.swiper-wrapper {
    display: flex;
    /* This will arrange the slides in a row */
}

.swiper-slide {
    flex-shrink: 0;
    /* This will prevent the slides from shrinking if there isn't enough space */
    width: 20%;
    /* Adjust this value to change the width of the slides */
}

.single-project-slide .hover-effects .project-btn {
    height: 50px !important;
    line-height: 50px !important;
}

.single-project-slide .hover-effects .text h5 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
}

.single-project-slide.active .hover-effects {
    background-color: #317096 !important;
}

@media only screen and (max-width: 767px) {
    .mobile_hide {
        display: none;
    }
}

.bg-overlay::after {
    background-color: #00000050 !important;
}

.single-project-slide .hover-effects .project-btn {
    font-size: 16px;
    padding: 0 30px;
    display: block;
    background-color: #6c757d;
    border-radius: 0;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    height: 40px;
    width: 100%;
    line-height: 40px;
}

.main-header-area {
    box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 0.45)
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bec4c4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 
####################
        Body 
####################
*/

.p_logo {
    width: 163px;
}

.p_header {
    padding-top: 40px;
}

.p_nav_links {
    margin-top: -4px;
    margin-left: auto;
}

.p_nav_links>span {
    margin-right: 52px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.p_login_button {
    padding: 10px 30px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid #aaa;
}

.p_footer {
    background: linear-gradient(180deg, #DDE6F9 0%, #FFF 100%);
    min-height: 350px;
}

.footer_container {
    max-width: 1184px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 107px;
}

.left_footer {
    min-width: 450px;
}

.left_footer_blurb {
    padding-top: 75px;
    color: #485061;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 283.5%;
    padding-left: 14px;
    padding-right: 14px;
}

/* Desktop: 50% wide centred block with bottom border */
.footer-inner-block {
    width: 50%;
}

/* Mobile: full width so content isn't crammed */
@media (max-width: 767px) {
    .footer-inner-block {
        width: 100%;
    }

    .left_footer_blurb {
        padding-top: 32px;
    }
}

.col_footer {
    padding-left: 70px;
}

.col_footer_title {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 283.5%;
    margin-bottom: 25px;
}

.col_footer_blurb {
    color: #485061;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 283.5%;
}

.footer_copyright {
    color: #878C97;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 283.5%;
    margin-bottom: 100px;
}

.footer_seperator {
    border-bottom: 1px solid #878c976e;
    min-width: 100%;
    font-size: 0px;
    margin-top: 100px;
    margin-bottom: 45px;
}

.trip_type_label {
    margin-right: 20px;
    padding: 10px;
    color: #878C97;
    font-family: Inter;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
}

.trip_type_radio:checked+.trip_type_label {
    color: #092E7B;
    text-decoration: underline;
}

.trip_type_radio {
    display: none;
}

.hr_6cb {
    border-top: 1px solid #6C8DD5;
}

.hr_dd3 {
    border-top: .5px solid #DDE6F9;
}

.page-navigation {
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin-top: 50px;
}

.page-navigation ul {
    border-bottom: 1px solid #6C8DD5;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
}

.page-navigation .nav-item {
    border-bottom: 2px solid transparent;
}

.page-navigation .nav-item:hover {
    border-bottom: 2px solid #092E7B;
}

.h2_secondary_blue {
    font-size: 1.5rem;
    color: #003366;
    font-weight: 600;
}

.color_d9d {
    color: #D9D9D9
}

.verticle_line::after {
    content: '';
    position: absolute;
    height: 25%;
    width: 1px;
    background-color: rgb(198, 198, 198);
    left: calc(50px / 2);
    top: 45%;
    z-index: 1;
}
