.page-template-commercial-aluminium-doors>.container,
.page-template-birminghams-fire-door-set-specialists>.container {
    max-width: 100% !important;
    padding: 0 !important;
}

.rich-text-underline a {
    color: unset !important;
    text-decoration: underline;
}

.all-white * {
    color: #fff !important;
    margin-bottom: 2px;
}

/* content_with_multiple_icons */

.content_with_multiple_icons {
    padding-top: 70px;
    padding-bottom: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.content_with_multiple_icons .content {
    width: 45%;
}

.content_with_multiple_icons .icons-container {
    width: 55%;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.content_with_multiple_icons .icons-container .icon-item {
    width: 23%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_with_multiple_icons .icons-container .icon-item h5 {
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
}

.content_with_multiple_icons .block-subtitle {
    font-weight: 700;
    font-size: 17px;
    font-style: normal;
}

/* blue-cards */

.blue-cards {
    display: flex;
    gap: 50px;
    flex-direction: column;
    width: 100%;
    padding-bottom: 100px;
}

.blue-cards .blue-card {
    display: flex;
    width: 100%;
}


.blue-cards .blue-card img {
    max-width: 37%;
    aspect-ratio: 1/1;
    object-fit: cover;
    flex-shrink: 0;
}

.blue-cards .blue-card .blue-card-content {
    display: flex;
    width: 100%;
    background-color: #0F5372;
    justify-content: center;
    padding: 30px;
    align-items: center;
    gap: 20px;
}

.blue-cards .blue-card .blue-card-content .card-content {
    display: flex;
    flex-direction: column;

}

.blue-cards .blue-card .blue-card-content h2 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    font-style: normal;
}

.blue-cards .blue-card .blue-card-content .rich-text * {
    color: #fff;
}

.blue-cards .blue-card .btn {
    background: #fff !important;
}

.blue-cards .blue-card .btn a {
    color: #0F5372 !important;
}

.blue-cards .blue-card .vector_image {
    max-height: 300px;
    flex-shrink: 0;
}

.info_box_grid {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #0F5372;
    align-items: center;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 55px;
}

.info_box_grid h2 {
    color: #fff;
}

.info_box_grid h5 {
    color: #d4e171;
    font-weight: 600;
}

.info_box_grid .card-cont {
    display: flex;
    gap: 33px;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 60px;
}

.info_box_grid .card-item {
    width: calc(33% - 20px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 1/1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 50px;
}

.info_box_grid .card-item h3 {
    background: #fff;
    padding: 5px 20px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* advice_and_support_section */

.advice_and_support_section {
    padding: 50px 0;
}

.advice_and_support_section .container {
    display: flex;
    gap: 75px;
}

.advice_and_support_section .icon_img {
    max-width: 130px;
}

.advice_and_support_section .img-cont {
    width: 42%;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.advice_and_support_section .vector_image {
    position: absolute;
    max-height: 300px;
    left: -95px;
    bottom: 0;
}

.advice_and_support_section .btn-2 {
    background: #fff !important;
    border: 1px solid #0F5372 !important;
}

.advice_and_support_section .btn-2:hover {
    background: #fff !important;
    border: 1px solid #0F5372 !important;
}

.advice_and_support_section .btn-2 a {
    color: #0F5372 !important;
}

/* Mobile */
@media (max-width: 500px) {

    .hero-section-with-curve.custom {
        padding-top: 30px;
    }

    .hero-section-with-curve.custom .btn {
        margin-left: auto;
        margin-right: auto;
    }

    .content_with_multiple_icons {
        padding-top: 40px;
        flex-direction: column;
    }

    .content_with_multiple_icons .icons-container {
        gap: 30px;
    }

    .content_with_multiple_icons .content,
    .content_with_multiple_icons .icons-container {
        width: 100%;
    }

    .content_with_multiple_icons .icons-container .icon-item {
        width: 26%;
    }

    /* blue-cards */
    .blue-cards {
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .blue-cards .blue-card {
        flex-direction: column;
    }

    .blue-cards .blue-card img {
        max-width: 100%;
        max-height: 230px;
    }

    .blue-cards .blue-card-content {
        flex-direction: column;
    }

    .blue-cards .blue-card .vector_image {
        max-height: 200px;
    }

    /* .info_box_grid */
    .info_box_grid .card-cont {
        margin-top: 40px;
    }

    .info_box_grid .card-item {
        width: 100%;
    }

    /* .advice_and_support_section */
    .advice_and_support_section .container {
        flex-direction: column;
        gap: 35px;
    }

    .advice_and_support_section .img-cont {
        width: 100%;
    }

    .advice_and_support_section .vector_image {
        position: absolute;
        max-height: 170px;
        bottom: 0;
        left: 0;
    }
}

.blue-section .btn,
.blue-section .btn:hover {
    background: #fff !important;
}

.blue-section .btn a {
    color: #0F5372 !important;
    max-width: 190px;
}



.homepage-hero-blocks {
    width: 100%;
    height: 740px;
    background: #C4C4C4;
    position: relative;
    display: block;
}

.mobile-hero-blocks {
    display: none;
}

/* Strip */
.homepage-hero-blocks .header-strip {
    width: 100%;
    height: 74px;
    background-color: #0F5372;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.homepage-hero-blocks .header-strip-inner {
    width: 1440px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.homepage-hero-blocks .header-strip-item {
    width: 33.33%;
    height: 100%;
    flex-shrink: 0;
    padding: 17px 19px;

    display: flex;
    align-items: center;
    gap: 14px;
}

.homepage-hero-blocks .header-strip-item img {
    width: 40px;
    height: 41px;
    flex-shrink: 0;
    object-fit: contain;
}

.homepage-hero-blocks .header-strip-item span {
    max-width: 199px;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 108.1%;
    text-transform: uppercase;
}

.homepage-hero-blocks .header-strip-item button {
    display: none;
}

/* Blocks */
.homepage-hero-blocks .inner-blocks-wrapper {
    width: 1440px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.homepage-hero-blocks .inner-blocks-wrapper .header-hero-block-item {
    width: calc(33.33% - 1.5px);
    height: 100%;
    flex-shrink: 0;
    background-color: #555;
    /* border: 1px solid #000; */

    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 67px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homepage-hero-blocks .header-hero-block-item .info-card {
    width: 385px;
    height: 230px;
    flex-shrink: 0;
    background: #FFF;
    position: relative;
}

.homepage-hero-blocks .header-hero-block-item .info-card .icon-cont {
    width: 100%;
    height: 65px;
    flex-shrink: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    background: #1f4367;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    gap: 30px;
}

.homepage-hero-blocks .header-hero-block-item .info-card .icon-cont h5 {
    margin-bottom: 0;
    color: #fff;
}

.homepage-hero-blocks .header-hero-block-item .info-card .icon-cont img {
    width: 40px;
    object-fit: contain;
}

.homepage-hero-blocks .header-hero-block-item .info-card .card-content {
    padding: 15px 35px 0 35px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}

/* Dropdowns */

.homepage-hero-blocks .info-dropdown-section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0F5372;
    display: none;
    padding-top: 0px;
}

.homepage-hero-blocks .info-dropdown-section-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.homepage-hero-blocks .info-dropdown-section-wrapper .dropdown-content {
    max-width: 55.3%;
    padding: 30px 50px;
    /* background-color: green; */
}


.homepage-hero-blocks .info-dropdown-section .dropdown-content h3 {
    color: #FFF;
    font-family: Lato;
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    line-height: 108.1%;
    text-transform: uppercase;
    margin: 30px 0;
}

.homepage-hero-blocks .close-info-dropdown {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 136.1%;

    display: flex;
    gap: 10px;
    align-items: center;
}

.homepage-hero-blocks .info-dropdown-section .dropdown-content .icon-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.homepage-hero-blocks .dropdown-content .icon-list .icon-list-item {
    display: flex;
    gap: 16px;
    /* align-items: center; */
}

.homepage-hero-blocks .icon-list-item .icon-list-item-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.homepage-hero-blocks .dropdown-content .icon-list .icon-list-item .img-cont {
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage-hero-blocks .icon-list-item .icon-list-item-content span {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 136.1%;
}

.homepage-hero-blocks .icon-list-item .icon-list-item-content p {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.1%;
}

.homepage-hero-blocks .info-dropdown-section-wrapper .img-section {
    /* height: 100%; */
    position: relative;

}

.homepage-hero-blocks .dropdown-curve-img {
    position: absolute;
    top: 0;
    right: 115px;
    height: 100%;
    z-index: 0;
    transform: rotate(368deg);
}

/* Below 1440px */
@media (max-width: 1439px) {
    .homepage-hero-blocks .inner-blocks-wrapper {
        width: 100%;
    }

    .homepage-hero-blocks .header-strip-inner {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .homepage-hero-blocks {
        display: none;
    }

    .mobile-hero-blocks {
        display: block;
    }
}


/* Mobile Blocks */

.mobile-hero-blocks {}

.mobile-hero-blocks .header-strip {
    width: 100%;
    height: 79px;
    background: #18334E;
}

.mobile-hero-blocks .header-strip .header-strip-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.mobile-hero-blocks .header-strip-item {
    width: 33.33%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 4px solid #bccc1000;
    position: relative;
    overflow: hidden;
}

.mobile-hero-blocks .header-strip-item.active {
    border-bottom: 4px solid #BBCC10;
}

.mobile-hero-blocks .header-strip-item .active-icon {
    display: none;
}

.mobile-hero-blocks .header-strip-item.active .active-icon {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    display: block;
    width: 13px;
    height: 13px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-hero-blocks .header-strip-item img {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    object-fit: contain;
}

.mobile-hero-blocks .header-strip-item span {
    color: #FFF;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 113.333% */
}

.mobile-hero-blocks .info-dropdown-section {
    width: 100%;
    display: none;
    flex-direction: column;
}

.mobile-hero-blocks .info-dropdown-section.active {
    display: flex;
}

.mobile-hero-blocks .inner-blocks-wrapper {}

.mobile-hero-blocks .info-dropdown-section .mobile-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.mobile-hero-blocks .dropdown-content {
    width: 100%;
    background-color: #0F5372;
    padding: 30px 25px;
}

.mobile-hero-blocks .dropdown-content h3 {
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 108.1%;
    /* 23.782px */
    text-transform: uppercase;
}


.mobile-hero-blocks .info-dropdown-section .dropdown-content .icon-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.mobile-hero-blocks .dropdown-content .icon-list .icon-list-item {
    display: flex;
    gap: 16px;
    /* align-items: center; */
}

.mobile-hero-blocks .icon-list-item .icon-list-item-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-hero-blocks .dropdown-content .icon-list .icon-list-item .img-cont {
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-hero-blocks .icon-list-item .icon-list-item-content span {
    color: #FFF;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 136.1%;
    /* 20.415px */
}

.mobile-hero-blocks .icon-list-item .icon-list-item-content p {
    color: #FFF;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.1%;
    margin-bottom: 0px;
}

/* NEW */
.menu-icon {
    width: 25px;
    margin-right: 10px;
}

#masthead .link-bar {
    background: #0b4e72 !important;
}

.custom-menu .top-parent-link a {
    color: #fff !important;
}

.custom-menu li .child-menu .child-item .grandchild-menu li a {
    color: #1f4367 !important;
}

#masthead .shop a .svg-cont {
    background: #c2d216 !important;
}

#masthead .shop a p {
    color: #fff !important;
}

#masthead .shop a svg g path {
    fill: #0b4e72 !important;
}

.child-menu-dropdown .top-parent.top-parent-link a {
    color: #1f4367 !important;
}

.custom-menu li.top-parent.top-parent-link:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    border-right: 2px solid #fff !important;
}

.header-strip-item,
.header-strip-inner,
.header-strip {
    display: none !important;
}

@media screen and (max-width: 599px) {

    .header-strip-item,
    .header-strip-inner,
    .header-strip {
        display: flex !important;
    }
}

@media screen and (max-width: 1440px) {

    .add-padding {
        padding: 0 10px;
    }
}

.custom-menu li .child-menu-dropdown .custom-menu-container {
    max-width: 1440px !important;
}

.custom-menu li .child-menu-dropdown .custom-menu-container {
    padding-left: 0px;
    padding-right: 0px;
}

.custom-header-strip {
    display: none !important;
}

.main-header>.container {
    max-width: 1400px;
}

.info-card-grid {
    margin-top: 100px !important;
}