.page-template-template-b2b {
    background-image: url(../images/footer_lines.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-template-template-b2b .banner_section {
    position: relative;
    width: 100%;
    min-height: 620px;
}

.page-template-template-b2b .banner_section .background_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.page-template-template-b2b .banner_section .banner_section_outer {
    position: relative;
    top: 0;
    padding: 69px 0 94px;
    z-index: 3;
}

.page-template-template-b2b .banner_section .banner_section_outer .container {
    max-width: 1728px;
    width: 100%;
}

.page-template-template-b2b .banner_section .banner_section_outer .banner_section_outer_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    min-height: 460px;
}

.page-template-template-b2b .banner_section .background_image:before {
    content: "";
    background-image: url(../images/overlays.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-template-template-b2b .banner_section .background_image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/banner_curve.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1364px;
    width: 100%;
    height: 100%;
    max-height: 620px;
}

.page-template-template-b2b .banner_section .banner_section_outer .header_logo {
    margin-bottom: 50px;
}

.page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner .heading1 {
    color: #fff;
    font-family: pinergy_rational_light;
    font-size: 72px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 22px;
}

.page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner {
    max-width: 768px;
}

.page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner .content {
    color: #fff;
    font-family: pinergy_rational_regular;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}

.page-template-template-b2b .banner_section .banner_section_outer .content_box {
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(30px);
    position: absolute;
    right: auto;
    left: 55%;
    padding: 49px 42px;
    min-width: 508px;
    top: 100%;
    transform: translateY(-50%);
}

.page-template-template-b2b .banner_section .banner_section_outer .content_box .subtitle {
    color: #CC0A14;
    font-family: pinergy_rational_medium;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 125%;
    letter-spacing: -0.124px;
}

.page-template-template-b2b .banner_section .banner_section_outer .content_box .title {
    color: #333;
    font-family: pinergy_rational_semibold;
    font-size: 60px;
    font-style: normal;
    font-weight: normal;
    line-height: 125%;
    letter-spacing: -0.124px;
    margin-bottom: 20px;
}

.page-template-template-b2b .banner_section .banner_section_outer .content_box .data_list .data_list_item {
    padding: 10px 0;
    border-bottom: 1px solid #DBDBDB;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.page-template-template-b2b .banner_section .banner_section_outer .content_box .data_list .data_list_item:last-child {
    border-bottom: medium none;
}

.page-template-template-b2b .banner_section .banner_section_outer .content_box .data_list .data_list_item .label {
    color: #727172;
    font-family: pinergy_rational_semibold;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    width: 160px;
    margin-right: 18px;
}

.page-template-template-b2b .banner_section .banner_section_outer .content_box .data_list .data_list_item .value {
    color: #727172;
    font-family: pinergy_rational_medium;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

.banner_section .box_back_overlay {
    width: 760px;
    height: 562px;
    position: absolute;
    left: 67%;
    top: 95%;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    /* border-radius: 431px;
    opacity: 0.4;
    background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(255, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
    filter: blur(20px); */
}

.map_section .mapExplore__map #map {
    height: 552px;
    width: 100%;
}

.b2b_landing_page_section {
    padding-bottom: 150px;
}

@media (max-width: 1599px) {
    .page-template-template-b2b .banner_section .banner_section_outer .content_box {
        left: 60%;
    }

    .banner_section .box_back_overlay {
        width: 670px;
        right: auto;
        left: 73%;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner {
        max-width: 748px;
    }
}

@media (max-width: 1359px) {
    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner {
        max-width: 620px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box {
        left: 56%;
        padding: 39px 32px;
        min-width: 478px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner .heading1 {
        font-size: 62px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box .title {
        font-size: 50px;
    }

    .banner_section .box_back_overlay {
        width: 600px;
        right: auto;
        left: 74%;
        top: 106%;
    }
}

@media (max-width: 1199px) {
    .page-template-template-b2b .banner_section .banner_section_outer .content_box {
        left: 52%;
        padding: 29px 22px;
        min-width: 438px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner .heading1 {
        font-size: 42px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner {
        max-width: 420px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer {
        padding: 49px 0 62px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box .title {
        font-size: 40px;
    }

    .banner_section .box_back_overlay {
        width: 500px;
        top: 115%;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box {
        top: 108%;
    }
}

@media screen and (max-width: 991px) {
    .page-template-template-b2b .banner_section .banner_section_outer .container {
        padding: 0 30px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer {
        padding: 26px 0 67px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner {
        max-width: none;
        width: 100%;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box {
        left: 50%;
        padding: 29px 22px;
        min-width: 438px;
        transform: translateX(-50%) translateY(50%);
        top: 60%;
    }

    .page-template-template-b2b .banner_section .background_image:after {
        max-width: 964px;
        max-height: 510px;
    }

    .banner_section .box_back_overlay {
        width: 640px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 472px;
        top: 100%;
    }

    .map_section .mapExplore__map #map {
        height: 830px;
    }
}

@media (max-width: 767px) {
    .page-template-template-b2b .banner_section .banner_section_outer .container {
        padding: 0 20px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner {
        max-width: none;
        width: calc(100% - 24px);
        margin: 0 auto;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner .content {
        margin-bottom: 27px;
        font-size: 15px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box {
        left: 50%;
        top: 49.2%;
        padding: 29px 16px;
        width: calc(100% - 40px);
        margin: 0 auto;
        max-width: 500px;
        min-width: auto;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box .data_list .data_list_item {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box .title {
        font-size: 50px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box .data_list .data_list_item .label,
    .page-template-template-b2b .banner_section .banner_section_outer .content_box .data_list .data_list_item .value,
    .page-template-template-b2b .banner_section .banner_section_outer .content_box .subtitle {
        font-size: 15px;
    }

    .page-template-template-b2b .banner_section {
        min-height: 483px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner .heading1 {
        font-size: 36px;
    }

    .banner_section .box_back_overlay {
        display: none;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_inner .heading1 {
        margin-bottom: 16px;
    }

    .page-template-template-b2b .banner_section,
    .page-template-template-b2b .banner_section .banner_section_outer {
        min-height: 463px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer {
        padding: 26px 0 87px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .banner_section_outer_content {
        min-height: 390px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .header_logo img {
        max-width: 155px;
    }

    .page-template-template-b2b .banner_section .banner_section_outer .content_box .data_list .data_list_item .label {
        width: 80px;
    }

    .page-template-template-b2b {
        background-image: url("../images/footer_lines_mobile.png");
    }

    .b2b_landing_page_section .banner_section:before {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 42, 0.65) 0%, rgba(0, 0, 42, 0.55) 31.77%, rgba(0, 0, 42, 0.00) 100%);
        background-size: auto;
        background-position: center;
        height: 100%;
        max-height: 150px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        pointer-events: none;
    }

    .page-template-template-b2b .banner_section .background_image:before {
        width: 200%;
        /* height: 640px; */
    }
}

@media (max-width: 640px) {
    .page-template-template-b2b .banner_section .background_image:after {
        max-width: calc(627 / 640 * 100vw);
        max-height: calc(510 / 640 * 100vw);
    }
}

@media (max-width: 479px) {
    .page-template-template-b2b .banner_section .background_image:after {
        max-width: none;
        max-height: none;
        width: 100vw;
        max-height: 100vw;
    }

    .page-template-template-b2b .banner_section .background_image:before {
        background-image: url(../images/mob_overlays.png);
    }
}