.page-template-page-capacity-checker .site-content {
    display: block;
}
.capacity_checker_wrapper {
    padding-inline: 40px;
    background-color: rgba(243, 244, 246, 1);
    padding-bottom: 60px;
}
.capacity_checker_wrapper .gb-container {
    max-width: 1640px;
    width: 100%;
    margin-inline: auto;
}
.block_row {
    display: flex;
    gap: 120px;
    position: relative;
}
.context_wrap {
    max-width: 715px;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}
.capacity_entry_header {
    color: rgba(50, 50, 50, 1);
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 30px;
}
.capacity_entry_header h1 {
    color: rgba(15, 51, 42, 1);
    margin-bottom: 24px;
}

.form_control {
    border: rgba(19, 61, 51, 1) 1px solid;
    border-radius: 20px;
    padding: 28px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(19, 61, 51, 1);
    width: 100%;
}
.form_control:focus {
    outline: none !important;
}
.cc_feild_Wrap {
    margin-bottom: 40px;
}
.heading_bar {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 3.3px;
    color: rgba(28, 174, 27, 1);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 13px;
}
.cc_feild_Wrap select {
    appearance: none;         /* For modern browsers */
  -webkit-appearance: none; /* For Safari/Chrome */
  -moz-appearance: none;    /* For Firefox */
  padding-right: 70px;
}
.cc_feild_Wrap .select_dropdown {
    position: relative;
}
.cc_feild_Wrap .select_dropdown::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    background: url(../images/capacity/long-arrow-donw.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    right: 50px;
    display: block;
    top: 32px;
    pointer-events: none;
}


/* sheffield section */
.sheffield_wrap {
    padding: 60px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    width: 100vw;
    max-width: 1640px;
    z-index: 2;
}
.sheffield_wrap .entry-header {
    margin-bottom: 58px;
}
.support_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 80px;
    margin-bottom: 60px;
}
.support_row .support_item .context {
    border-right: rgba(0, 0, 0, 1) 1px solid;
    padding-right: 45px;
    color: rgba(19, 61, 51, 1);
}
.support_row .support_item .context h4 {
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
.support_row .support_item {
    display: grid;
    grid-template-columns:555px auto;
    gap: 20px;
    color: rgba(19, 61, 51, 1);
    align-items: center;
}
.support_row .support_item .tags {
    display: flex;
    column-gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
    row-gap: 8px;
}
.support_row .support_item .tags a {
    display: block;
    border-radius: 25px;
    padding:3px 20px;
    border: rgba(19, 61, 51, 1) 1px solid;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(19, 61, 51, 1);
    text-transform: capitalize;
    text-decoration: none !important;
    pointer-events: none;
}
.support_row .support_item .context {
    display: grid;
    grid-template-columns: 52px auto;
    gap: 20px;
    font-size: 17px;
    line-height: 31px;
}

.support_row .support_item .context .rate {
    font-weight: 800;
    margin-top: 4px;
}
.support_row .support_item .counter {
    max-width: 168px;
    text-align: center;
    padding-left: 16px;
}
.support_row .support_item .counter .number {
    font-size: 67px;
    line-height: 1;
    color: rgba(19, 61, 51, 1);
    font-weight: 800;
    margin-bottom: 12px;
}
.support_row .support_item .counter .text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
}

.support_note {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.support_note .text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(19, 61, 51, 1);
}
.support_note .text b {
    font-weight: 700;
}
.support_note .buttons {
    line-height: 24px;
}
.support_note .buttons {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    padding: 20px 30px;
    border-radius: 100px;
    border: 2px solid var(--global-color-7);
    background-color: #133d33;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.5s ease;
    flex-shrink: 0;
}
.support_note .buttons .gb-icon {
    line-height: 0;
}
.support_note .buttons .gb-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.support_note .buttons:hover, .support_note .buttons:active, .support_note .buttons:focus {
    border-color: var(--global-color-7);
    background-color: #f3fcf3;
    color: #133d33;
}

/* Map section */
.context_map_wrap {
    width: 592px;
    flex-shrink: 0;
    position: relative;
}
.context_map_wrap figure {
    text-align: center;
}
.context_map_wrap figure img {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
}
.map_listing_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.map_listing_wrap .listing {
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
.map_listing_wrap .listing img {
    width:38px;
}
.map_listing_wrap .listing {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
}
.map_pointer_show .context_map_wrap figure img {
    opacity: 1;
    visibility: visible;
}
.map_pointer_show .map_listing_wrap .listing {
    opacity: 1;
    visibility: visible;
}
.map_listing_wrap .listing.pointer_01 {
    top: 278px;
    left: 265px;
    transition-delay:400ms;
}
.map_listing_wrap .listing.pointer_02 {
    top: 442px;
    left: 65px;
    transition-delay:500ms;
}
.map_listing_wrap .listing.pointer_03 {
    top: 471px;
    left: 373px;
    transition-delay:600ms;
}
.map_listing_wrap .listing.pointer_04 {
    top: 510px;
    left: 308px;
    transition-delay:700ms;
}
.map_listing_wrap .listing.pointer_05 {
    top: 586px;
    left: 401px;
    transition-delay:800ms;
}
.map_listing_wrap .listing.pointer_06 {
    top: 701px;
    left: 407px;
    transition-delay:900ms;
}
.map_listing_wrap .listing.pointer_07 {
    top: 730px;
    left: 307px;
    transition-delay:1000ms;
}
.map_listing_wrap .listing.pointer_08 {
    top: 755px;
    left: 215px;
    transition-delay:1100ms;
}
.map_listing_wrap .listing.pointer_09 {
    top: 797px;
    left: 485px;
    transition-delay:1200ms;
}
.map_listing_wrap .listing.pointer_010 {
    top: 880px;
    left: 396px;
    transition-delay:1300ms;
}
.map_listing_wrap .listing.pointer_011 {
    top: 890px;
    left: 193px;
    transition-delay:1400ms;
}

@media screen and (max-width:1719px){
    .capacity_checker_wrapper .gb-container, .sheffield_wrap {
        max-width: 1360px;
    }
    .support_row .support_item {
        grid-template-columns: 478px auto;
    }
    .support_row .support_item .context {
        padding-right: 20px;
    }
    .support_row .support_item .counter {
        padding-left: 0px;
    }
}
@media screen and (max-width:1439px){
    .capacity_checker_wrapper .gb-container, .sheffield_wrap {
        max-width: 1120px;
    }
    .block_row {
        gap: 60px;
    }
    .context_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 453px;
    }
    .sheffield_wrap {
        padding: 40px;
    }
    .support_row {
        column-gap: 40px;
        row-gap: 60px;
    }
    .support_row .support_item {
        grid-template-columns: 386px auto;
    }
    .support_row .support_item .context {
        font-size: 16px;
        line-height: 26px;
    }
    .support_note .text {
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (max-width:1199px){
    .capacity_checker_wrapper .gb-container {
        max-width: 912px;
    }
    .capacity_checker_wrapper {
        padding-bottom: 60px;
    }
    .block_row {
        flex-direction: column;
    }
    .context_wrap {
        padding-top: 60px;
        padding-bottom:0px;
        max-width: 100%;
    }
    .sheffield_wrap {
        position: static;
        max-width: 100%;
    }
    .support_row {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 40px;
        row-gap: 60px;
    }
    .support_row .support_item {
        grid-template-columns: auto 160px;
    }
    .support_row .support_item .context {
        padding-right: 40px;
    }
    .support_row .support_item .counter {
        padding-left: 20px;
    }
    .context_map_wrap {
        margin-inline: auto;
    }
    
}
@media screen and (max-width:767px){
    .support_row .support_item {
        grid-template-columns: 100%;
        border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
        padding-bottom: 40px;
    }
    .support_row .support_item .context {
        padding-right: 0;
        border-right: none;
    }
    .support_row .support_item .counter {
        margin-left: 52px;
        max-width: 100%;
        text-align: left;
        display: flex;
        align-items: flex-end;
    }
    .support_row .support_item .counter .number {
        font-size: 48px;
        margin-bottom: 0;
    }
    .support_row .support_item .counter .text {
        margin-bottom: 10px;
        margin-left: 12px;
    }
    .support_note {
        flex-direction: column;
        text-align: center;
    }

    .context_map_wrap {
        width: 460px;
    }
    .map_listing_wrap .listing.pointer_01 {
        top: 210px;
        left: 200px;
    }
    .map_listing_wrap .listing.pointer_02 {
        top: 345px;
        left: 45px;
    }
    .map_listing_wrap .listing.pointer_03 {
        top: 370px;
        left: 283px;
    }
    .map_listing_wrap .listing.pointer_04 {
        top: 400px;
        left: 228px;
    }
    .map_listing_wrap .listing.pointer_05 {
        top: 456px;
        left: 301px;
    }
    .map_listing_wrap .listing.pointer_06 {
        top: 546px;
        left: 307px;
    }
    .map_listing_wrap .listing.pointer_07 {
        top: 570px;
        left: 230px;
    }
    .map_listing_wrap .listing.pointer_08 {
        top: 590px;
        left: 160px;
    }
    .map_listing_wrap .listing.pointer_09 {
        top: 620px;
        left: 370px;
    }
    .map_listing_wrap .listing.pointer_010 {
        top: 680px;
        left: 300px;
    }
    .map_listing_wrap .listing.pointer_011 {
        top: 694px;
        left: 140px;
    }
    .map_listing_wrap .listing img {
        width: 28px;
    }
}

@media screen and (max-width:539px){
    .sheffield_wrap {
        margin-left: -40px;
        margin-right: -40px;
        width: 100vw;
        max-width: 100vw;
    }
    .map_listing_wrap .listing img {
        width: 20px;
    }
    .context_map_wrap {
        width: 295px;
    }
    .map_listing_wrap .listing.pointer_01 {
        top: 135px;
        left: 120px;
    }
    .map_listing_wrap .listing.pointer_02 {
        top: 221px;
        left: 20px;
    }
    .map_listing_wrap .listing.pointer_03 {
        top: 235px;
        left: 175px;
    }
    .map_listing_wrap .listing.pointer_04 {
        top: 250px;
        left: 138px;
    }
    .map_listing_wrap .listing.pointer_05 {
        top: 290px;
        left: 180px;
    }
    .map_listing_wrap .listing.pointer_06 {
        top: 346px;
        left: 187px;
    }
    .map_listing_wrap .listing.pointer_07 {
        top: 365px;
        left: 140px;
    }
    .map_listing_wrap .listing.pointer_08 {
        top: 380px;
        left: 95px;
    }
    .map_listing_wrap .listing.pointer_09 {
        top: 390px;
        left: 230px;
    }
    .map_listing_wrap .listing.pointer_010 {
        top: 430px;
        left: 180px;
    }
    .map_listing_wrap .listing.pointer_011 {
        top: 444px;
        left: 80px;
    }
     .block_row {
        gap: 0px;
    }
}