:root {
    --play-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg id='Group_2477' data-name='Group 2477' transform='translate(-458 -2692)'%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='32' cy='32' r='32' transform='translate(458 2692)' fill='%23fff' opacity='0.8'/%3E%3Cg id='Group_20' data-name='Group 20' transform='translate(479.956 2712.98)'%3E%3Cpath id='Path_34' data-name='Path 34' d='M11.788.5C9.755-.669,8.107.286,8.107,2.629V19.918c0,2.345,1.648,3.3,3.681,2.134L26.9,13.386c2.034-1.167,2.034-3.056,0-4.223Z' transform='translate(-8.107 0)' fill='%23009d3b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    --youtube-icon: url("data:image/svg+xml,%3Csvg id='Group_418' data-name='Group 418' xmlns='http://www.w3.org/2000/svg' width='99.155' height='69.425' viewBox='0 0 99.155 69.425'%3E%3Cpath id='Path_1321' data-name='Path 1321' d='M97.112,10.863a12.423,12.423,0,0,0-8.739-8.74C80.614,0,49.577,0,49.577,0S18.54,0,10.781,2.043a12.677,12.677,0,0,0-8.739,8.821C0,18.622,0,34.712,0,34.712S0,50.884,2.042,58.562a12.425,12.425,0,0,0,8.74,8.74c7.84,2.123,38.8,2.123,38.8,2.123s31.037,0,38.8-2.043a12.423,12.423,0,0,0,8.74-8.739c2.042-7.759,2.042-23.849,2.042-23.849S99.237,18.622,97.112,10.863Zm0,0' transform='translate(0 0)' fill='red'/%3E%3Cpath id='Path_1322' data-name='Path 1322' d='M204.969,132.214l25.809-14.865-25.809-14.865Zm0,0' transform='translate(-165.274 -82.637)' fill='%23fff'/%3E%3C/svg%3E%0A");
    --slider-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.863 45.796'%3E%3Cpath d='M122.873,22.213,144.819.267a.959.959,0,0,1,1.345.019.963.963,0,0,1,0,1.326L124.9,22.881l21.269,21.278a.951.951,0,1,1-1.326,1.364l-.019-.019L122.873,23.558A.95.95,0,0,1,122.873,22.213Z' transform='translate(-122.594 0)'%3E%3C/path%3E%3C/svg%3E");
    --location-icon: url("data:image/svg+xml,%3Csvg id='Group_421' data-name='Group 421' xmlns='http://www.w3.org/2000/svg' width='27.504' height='34.746' viewBox='0 0 27.504 34.746'%3E%3Cpath id='Path_60' data-name='Path 60' d='M30.261,8.876A13.727,13.727,0,0,0,17.985,1,13.464,13.464,0,0,0,5.615,8.644,14.034,14.034,0,0,0,7.144,23.689l8.79,11.165a2.347,2.347,0,0,0,3.683,0L28.64,23.387a13.76,13.76,0,0,0,1.621-14.5ZM26.833,21.951,17.765,33.417,8.974,22.252A11.756,11.756,0,0,1,7.7,9.675,11.068,11.068,0,0,1,17.788,3.328h.174A11.29,11.29,0,0,1,28.176,9.883a11.3,11.3,0,0,1-1.343,12.068Z' transform='translate(-4.111 -0.999)' fill='%2346c0ee'/%3E%3Cpath id='Path_61' data-name='Path 61' d='M16.774,7.16A6.324,6.324,0,1,0,23.1,13.484,6.332,6.332,0,0,0,16.774,7.16Zm0,10.319a4.007,4.007,0,1,1,4.007-4.007,4.009,4.009,0,0,1-4.007,4.007Z' transform='translate(-3.109 -0.024)' fill='%2346c0ee'/%3E%3C/svg%3E%0A");
}

body.home {
    padding-top: 0;
}

/* 404 css start */
section.error-page-main {
    padding: 100px 0;
}

.error-page-main .row {
    display: flex;
    flex-wrap: wrap;
}

.error-page-main .error-page-left {
    width: 40%;
}

.error-page-main .error-page-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.error-page-main .error-page-right {
    width: 60%;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-page-content h1 {
    padding-bottom: 10px;
    font-size: 46px;
    line-height: 55px;
}

.error-page-main .cta_btn {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
}

a.common-btn.outline-btn {
    background: transparent;
    color: var(--blue);
}

a.common-btn.outline-btn:hover {
    background-color: var(--yellow);
    color: var(--black);
    border-color: var(--yellow) !important;
}

/* 404 css end */

/* banner bottom Common section css Start  */

.page-template-insulation-inner-pages .inner-pg-main-banner {
    padding-bottom: 195px;
    padding-top: 78px;
}

.page-template-insulation-inner-pages .form-features-main {
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0;
}

.page-template-insulation-inner-pages .price-calc-form-main {
    box-shadow: 0px 0px 36px #00000014;
    transform: translateY(-118px);
    margin-bottom: -118px;
}


section.common-section {
    margin: 100px 0;
}

.common-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.common-row .left-col {
    width: 57.785%;
    padding-right: 80px;
    /* padding-top: 24px; */
}

h2,
section.common-section .typography h2,
.recycle_polystyrene_section .typography h2,
.common-row h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 600;
}

body h2,
section.common-section .typography h2,
body .recycle_polystyrene_section .typography h2,
body .common-row h2 {
    margin-bottom: 0;
}

.common-row h2 {
    padding-bottom: 9px;
    font-weight: 600;
}

.common-section .right-col {
    width: 42.215%;
}

.common-section .right-col img {
    display: block;
    height: auto;
}

.common-row .left-col p {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.common-row .left-col p:last-child {
    padding-bottom: 0;
}

.common-row .cta_btn {
    margin-top: 40px;
}

/* banner bottom Common section css End   */

.page-template-insulation-inner-pages .global-gallery-main {
    background: #2B2870;
    padding: 87px 0 100px 0;
    margin-bottom: 95px;
}

.page-template-insulation-inner-pages .global-gallery-main .gallery-images {
    margin-top: 22px;
}

.page-template-insulation-inner-pages .gallery-heading h2 {
    color: #fff;
    padding: 0;
    font-weight: 600;
}

.page-template-insulation-inner-pages .contact-left h2 {
    font-weight: 600;

}

.page-template-insulation-inner-pages .gallery-heading h2.underline.common-underline::after {
    width: 0;
    height: 0;
}

.page-template-insulation-inner-pages .global-gallery-main .custom-arrow svg path {
    fill: #fff;
}

.page-template-insulation-inner-pages .global-gallery-main .gallery-btn {
    display: none;
}


/* how to install css start */
section#ourVideo {
    overflow: hidden;
}

.our_video_section .right-col {
    width: 46.5%;
    padding-left: 80px;
}

.technology-row {
    width: 53.5%;
    height: fit-content;
}

.our_video_section .diy-process-hedaing {
    margin-bottom: 27px;
}

.our_video_section .diy-process-hedaing h2 {
    font-weight: 600;
}

.our_video_section h2.underline::after {
    width: 0;
    height: 0;
}

.our_video_section .diy-steps {
    flex-direction: column;
    margin-left: 0;
}

.our_video_section .diy-step {
    width: 100%;
    padding-left: 0;
    margin-bottom: 27px;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 21px;
    padding-right: 0;

}

.our_video_section .diy-step:last-child {
    margin-bottom: 0;
}

.our_video_section .step-label::after {
    display: none;
}

.our_video_section .step-label {
    margin-bottom: 2px;
    padding-left: 0;
}

.our_video_section .step-label::before {
    width: 0;
    height: 0;
}

.our_video_section .step-icon {
    width: 60px;
    min-width: 60px;
    height: 60px !important;
    min-height: 60px;
    background: red;
    background-color: #3CBDEF;
    border-radius: 50px;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}

.our_video_section .step-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    height: calc(100% + 15px);
    width: 1px;
    background-image: repeating-linear-gradient(-5deg, #3CBDEF, #3CBDEF 8px, transparent 4px, transparent 13px, #3CBDEF 13px), repeating-linear-gradient(85deg, #3CBDEF, #3CBDEF 8px, transparent 8px, transparent 13px, #3CBDEF 13px), repeating-linear-gradient(175deg, #3CBDEF, #3CBDEF 8px, transparent 8px, transparent 13px, #3CBDEF 13px), repeating-linear-gradient(265deg, #3CBDEF, #3CBDEF 8px, transparent 8px, transparent 13px, #3CBDEF 13px);
    background-size: 1px 100%, 100% 2px, 0 100%, 100% 0;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.our_video_section .diy-step:last-child .step-icon:after {
    display: none;
}


.our_video_section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.our_video_section .et_pb_module.et_pb_video {
    width: 100%;
    /* height: 509px; */
    height: 416px;
    position: relative;
}

.our_video_section .et_pb_video_box {
    width: 100%;
    height: 100%;
}

.our_video_section .et_pb_video_box .fluid-width-video-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .our_video_section .et_pb_video_box video {
        width: 100%;
    height: 100%;
} */
iframe.video-iframe {
    width: 100%;
    height: 100%;
}

.our_video_section video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.our_video_section .et_pb_video_overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.our_video_section .et_pb_video_overlay:before {
    content: "";
    position: absolute;
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(180deg, transparent 0%, #00000056 100%);
    background: 00000056;
    border-radius: 0;
    transition: all 0.5s ease;
    z-index: 1;
}

.our_video_section .technology-row:hover .et_pb_video_overlay:before {
    opacity: 1;
    height: 100%;
}

.et_pb_video_overlay_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out;
    background-color: transparent;
    background: 0 0;
}

.et_pb_video_overlay_hover .et_pb_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-size: 0;
    line-height: 0;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: block;
    color: #fff;
    width: 99px;
    height: 69px;
}

.et_pb_video_play::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--youtube-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 10;
}

.et_pb_video_play::after {
    /* content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background: #ffffff;
    left: 50%;
    top: 50%;
    z-index: 9;
    -webkit-animation: 2s infinite glowing;
    -moz-animation: 2s infinite glowing;
    animation: 2s infinite glowing; */
}

a[data-type="youtube"]:before {
    /* opacity: 0; */
}

/* 
@keyframes glowing {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
} */


.technology-row ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.technology-row ul.slick-dots li {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.technology-row .slick-dots:has(li:only-child) {
    display: none;
}


.technology-row ul.slick-dots li button {
    outline: 0;
    font-size: 0;
    background: #000000;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 0;
    border: 0;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0.6;
}

.technology-row ul.slick-dots li.slick-active button {
    background: #fff;
}

.technology-row button.slick-arrow {
    border: 0;
    outline: 0;
    background: rgb(0 0 0 / 60%);
    font-size: 0;
    width: 62px;
    height: 160px;
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    cursor: pointer;
    z-index: 1;

}

.technology-row button.slick-arrow:before {
    content: "";
    position: absolute;
    background-image: var(--slider-arrow);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 19px;
    height: 36px;
    filter: brightness(0) invert(1);
    /* transform: rotate(180deg); */
}

.technology-row button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.technology-row button.slick-next.slick-arrow:before {
    transform: rotate(180deg);
}

/* how to install css end */



/* Video pop up Start */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-modal .h-100-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    width: calc(100% - 40px);
    max-width: 650px;
    height: 40vh;
    background: #000;
}

.our_video_section .et_pb_video_box .fluid-width-video-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-modal-body video {
    width: 100%;
    height: 100%;
}

.video-modal-body iframe {
    height: 100%;
    width: 100%;
}

.video-modal-close {
    position: absolute;
    top: -17px;
    right: -17px;
    color: white;
    font-weight: 300;
    font-size: 25px;
    cursor: pointer;
    z-index: 10;
    background: #3cbdef;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    justify-content: center;
}

.video-modal-close::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: var(--close-icon);
    background-repeat: no-repeat;
    background-size: contain;
}

.video-modal-close svg {
    width: 10px;
    height: 10px;
    display: none;
}

.video-modal-close:hover {
    background: #000;
}

body.video-modal-open {
    overflow: hidden;
}

body.video-modal-open .video-modal {
    /* display: block !important; */
}

div#videoModalBody {
    background: #000;
    height: 100%;
}

/* Video pop up end */

/* How to Recycle Polystyrene css start */

.mobile-image {
    display: none;
}

.recycle_polystyrene_section .row {
    display: flex;
    flex-wrap: wrap;
}

.recycle_polystyrene_section {
    padding: 100px 0;
    background: #F7F7F7;
}

.recycle_polystyrene_section .typography h2 {
    font-weight: 600;
    padding-bottom: 11px;
}

.recycle_polystyrene_section img {
    height: auto;
    display: block;
}

.recycle_polystyrene_section .typography blockquote {
    background: #fff;
    padding: 42px 40px 40px 40px;
    margin-bottom: 0;
    border-width: 2px;
}

.recycle_polystyrene_section .left-col {
    width: 64.928%;
    padding-right: 80px;
    padding-top: 18px;
}

.recycle_polystyrene_section .right-col {
    width: 35.072%;
    padding-left: 0;

}

.recycle_polystyrene_section .typography blockquote h3 {
    font-family: var(--Lato);
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding-left: 40px;
    margin-bottom: 14px;
    position: relative;
}

.recycle_polystyrene_section .typography blockquote h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 35px;
    background-image: var(--location-icon);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.recycle_polystyrene_section .typography blockquote p {
    font-size: 20px;
    line-height: 30px;
}

.recycle_polystyrene_section .left-col strong {
    color: #2B2870;
    font-weight: bold;
}

.recycle_polystyrene_section .typography p {
    margin-bottom: 25px;
}

.recycle_polystyrene_section .typography p:last-child {
    margin-bottom: 0;
}

.page-template-insulation-inner-pages .contact-row {
    flex-direction: row-reverse;
}

.page-template-insulation-inner-pages .contact-row .contact-left {
    padding-right: 0;
    padding-left: 100px;
}

/* How to Recycle Polystyrene css End */



@media (max-width:1439px) {
    .our_video_section .step-icon::after {
        top: 40px;
    }

    .our_video_section .et_pb_module.et_pb_video {
        height: 380px;

    }
}

@media (max-width:1199px) {

    /* 404 css start */
    .error-page-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    section.error-page-main {
        padding: 70px 0;
    }

    .error-page-main .error-page-right {
        padding-left: 50px;
    }

    /* 404 css end */

    /* banner bottom Common section css Start   */
    section.common-section {
        margin: 70px 0;
    }

    .common-row .left-col {
        padding-right: 50px;
        padding-top: 0px;
    }

    .common-row .left-col p {
        padding-bottom: 22px;
    }

    h2,
    section.common-section .typography h2,
    .recycle_polystyrene_section .typography h2,
    .common-row h2 {
        font-size: 34px;
        line-height: 44px;
    }

    /* banner bottom Common section css End   */

    /* video Section css */
    .our_video_section .right-col {
        padding-left: 50px;
    }

    .et_pb_video_overlay_hover .et_pb_video_play {
        width: 79px;
        height: 49px;
    }

    .our_video_section .et_pb_module.et_pb_video {
        height: 310px;
    }

    .technology-row button.slick-arrow {
        width: 42px;
        height: 120px;
    }

    .technology-row button.slick-arrow:before {
        width: 16px;
        height: 25px;
    }

    .our_video_section .step-icon {
        width: 50px;
        min-width: 50px;
        height: 50px !important;
        min-height: 50px;
    }

    .our_video_section .step-icon img {
        max-width: 23px;
    }

    .our_video_section .step-icon::after {
        top: 50px;
    }






    /* video Section css end */

    .page-template-insulation-inner-pages .global-gallery-main {
        padding: 60px 0 70px 0;
        margin-bottom: 62px;
    }

    .recycle_polystyrene_section .left-col {
        padding-right: 50px;
        padding-top: 0;
    }

    .recycle_polystyrene_section {
        padding: 70px 0;
    }

    .recycle_polystyrene_section .typography p {
        margin-bottom: 22px;
    }

    .recycle_polystyrene_section .typography blockquote h3::before {
        width: 22px;
        height: 25px;
        top: 2.5px;
    }

    .recycle_polystyrene_section .typography blockquote h3 {
        font-size: 22px;
        padding-left: 36px;
        margin-bottom: 10px;
    }

    .recycle_polystyrene_section .typography blockquote p {
        font-size: 18px;
    }

    .recycle_polystyrene_section .typography blockquote {
        padding: 36px 30px 36px 30px;
        margin-top: 28px;
    }

    .page-template-insulation-inner-pages .contact-row .contact-left {
        padding-left: 50px;
    }


}



@media (max-width:991px) {

    /* 404 css start */
    .error-page-main .error-page-right {
        padding-left: 0;
        padding-top: 40px;
    }

    .error-page-main .error-page-left,
    .error-page-main .error-page-right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .error-page-main .error-page-left img {
        max-width: 500px;
    }

    .error-page-content {
        text-align: center;
    }

    /* 404 css end */

    /* banner bottom Common section css Start   */
    .common-row {
        flex-direction: column-reverse;
    }

    .common-section .right-col {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .common-row .left-col {
        padding-right: 0;
        padding-top: 40px;
        width: 100%;
    }

    /* banner bottom Common section css End   */

    /* video section css start */
    .technology-row {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .our_video_section .right-col {
        padding-left: 0;
        width: 100%;
        padding-top: 40px;
    }

    .our_video_section .step-content h3 {
        font-size: 18px;
    }



    .our_video_section .et_pb_module.et_pb_video {
        height: 300px;
    }

    .our_video_section .diy-process-hedaing {
        margin-bottom: 20px;
    }

    .our_video_section .diy-step {
        margin-bottom: 24px;
    }

    .our_video_section .step-icon {
        width: 50px;
        min-width: 50px;
        height: 50px !important;
        min-height: 50px;
    }

    .our_video_section .step-icon img {
        max-height: max-content;
        max-width: 24px;
    }

    .our_video_section .diy-step:not(:last-child)::after {
        display: none;
    }

    /* video section css End */

    .page-template-insulation-inner-pages .contact-row .contact-left {
        padding-left: 40px;
    }

    .recycle_polystyrene_section .left-col {
        padding-right: 0;
        width: 100%;
    }

    .recycle_polystyrene_section .right-col {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .recycle_polystyrene_section .row {
        flex-direction: column-reverse;
        row-gap: 40px;
    }

    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }




}

@media (max-width:767px) {

    /* 404 css start */
    section.error-page-main {
        padding: 60px 0;
    }

    .error-page-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .error-page-main .error-page-left img {
        max-width: 400px;
    }

    /* 404 css end */


    /* banner bottom Common section css Start   */
    section.common-section {
        margin: 60px 0;
    }

    h2,
    section.common-section .typography h2,
    .recycle_polystyrene_section .typography h2,
    .common-row h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .common-row .left-col p {
        padding-bottom: 16px;
    }

    .common-row .cta_btn {
        margin-top: 30px;
    }

    .our_video_section .right-col,
    .common-row .left-col {
        padding-top: 30px;
    }

    .our_video_section .step-content h3 {
        font-size: 16px;
    }


    /* banner bottom Common section css End   */
    .page-template-insulation-inner-pages .contact-row {
        flex-direction: column;
        row-gap: 30px;
    }

    .page-template-insulation-inner-pages .contact-row .contact-left {
        padding-left: 0;
    }

    .recycle_polystyrene_section .typography blockquote p {
        font-size: 16px;
        line-height: 28px;
    }

    .recycle_polystyrene_section .typography blockquote h3 {
        font-size: 20px;
    }

    .recycle_polystyrene_section .row {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .recycle_polystyrene_section {
        padding: 60px 0;
    }

    .recycle_polystyrene_section .typography p {
        margin-bottom: 16px;
    }

    .page-template-insulation-inner-pages .global-gallery-main {
        padding: 54px 0 60px 0;
        margin-bottom: 60px;
    }

    .technology-row button.slick-arrow {
        width: 40px;
        height: 100px;
    }

    .technology-row button.slick-arrow:before {
        width: 14px;
        height: 22px;
    }

    .technology-row ul.slick-dots li button {
        width: 14px;
        height: 14px;
    }
}

@media (max-width:576px) {
    .page-template-insulation-inner-pages .price-calc-form-main {
        margin: 60px 0 0;
        transform: unset;
    }

    .page-template-insulation-inner-pages .inner-pg-main-banner {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    /* video section css start */
    .our_video_section .et_pb_module.et_pb_video {
        height: 250px;
    }

    .our_video_section .diy-step {
        column-gap: 16px;
    }




}