:root {
    --Poppins: 'Poppins', sans-serif;
    --Lato: 'Lato', sans-serif;
    --blue: #3CBDEF;
    --dark-blue: #2B2870;
    --black: #000000;
    --white: #FFFFFF;
    --yellow: #ffe818;
    --light-grau: #F7F7F7;
    --line-gradient: transparent linear-gradient(90deg, #FFE816 0%, #3CBDEF 100%) 0% 0% no-repeat padding-box;
    --transition: all 0.5s ease-in-out;

    --icon-address: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.748' height='30.001' viewBox='0 0 23.748 30.001'%3E%3Cg id='Group_132' data-name='Group 132' transform='translate(-4.111 -0.999)'%3E%3Cpath id='Path_60' data-name='Path 60' d='M26.69,7.8A11.852,11.852,0,0,0,16.09,1,11.625,11.625,0,0,0,5.41,7.6,12.117,12.117,0,0,0,6.73,20.59l7.59,9.64a2.027,2.027,0,0,0,3.18,0l7.79-9.9a11.881,11.881,0,0,0,1.4-12.52ZM23.73,19.09l-7.83,9.9L8.31,19.35A10.15,10.15,0,0,1,7.21,8.49a9.557,9.557,0,0,1,8.71-5.48h.15a9.748,9.748,0,0,1,8.82,5.66,9.756,9.756,0,0,1-1.16,10.42Z' fill='%2346c0ee'/%3E%3Cpath id='Path_61' data-name='Path 61' d='M15.91,7.16a5.46,5.46,0,1,0,5.46,5.46,5.467,5.467,0,0,0-5.46-5.46Zm0,8.91a3.46,3.46,0,1,1,3.46-3.46,3.461,3.461,0,0,1-3.46,3.46Z' fill='%2346c0ee'/%3E%3C/g%3E%3C/svg%3E%0A");
    --icon-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.935' height='24.936' viewBox='0 0 24.935 24.936'%3E%3Cg id='Layer_3' data-name='Layer 3' transform='translate(-1 -1)'%3E%3Cpath id='Path_58' data-name='Path 58' d='M25.133,18.948c-.044-.037-5.022-3.6-6.373-3.365-.649.115-1.021.557-1.765,1.444-.12.143-.408.485-.631.728a10.355,10.355,0,0,1-1.372-.559,11.387,11.387,0,0,1-5.254-5.254A10.355,10.355,0,0,1,9.18,10.57c.244-.224.587-.512.733-.635.882-.74,1.324-1.111,1.439-1.761C11.588,6.828,8.023,1.846,7.987,1.8A1.9,1.9,0,0,0,6.569,1C5.124,1,1,6.349,1,7.251,1,7.3,1.076,12.627,7.639,19.3c6.669,6.556,11.992,6.632,12.045,6.632.9,0,6.251-4.124,6.251-5.569a1.9,1.9,0,0,0-.8-1.418Zm-5.541,5.32c-.726-.06-5.193-.649-10.778-6.136C3.3,12.518,2.726,8.038,2.668,7.344A22.487,22.487,0,0,1,6.58,2.722c.033.033.077.083.134.148A29.416,29.416,0,0,1,9.684,7.91a9.879,9.879,0,0,1-.844.757A8.339,8.339,0,0,0,7.583,9.849l-.2.283.06.342a9.49,9.49,0,0,0,.8,2.2,13.058,13.058,0,0,0,6.024,6.024,9.466,9.466,0,0,0,2.2.8l.342.06.283-.2a8.409,8.409,0,0,0,1.187-1.262c.26-.311.608-.726.74-.843a29.227,29.227,0,0,1,5.052,2.974c.069.058.117.1.15.132a22.468,22.468,0,0,1-4.622,3.912Z' transform='translate(0)' fill='%2346c0ee'/%3E%3C/g%3E%3C/svg%3E%0A");
    --icon-email: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.135' height='18.876' viewBox='0 0 25.135 18.876'%3E%3Cpath id='Path_59' data-name='Path 59' d='M24.935,66.561a2.3,2.3,0,0,0-2.295-2.295H2.295A2.3,2.3,0,0,0,0,66.561H0V80.646a2.3,2.3,0,0,0,2.3,2.3H22.64a2.3,2.3,0,0,0,2.3-2.3V66.561h0ZM2.295,65.727H22.641a.835.835,0,0,1,.834.835.729.729,0,0,1-.326.608L12.931,73.982a.832.832,0,0,1-.926,0L1.787,67.17h0a.73.73,0,0,1-.326-.609.835.835,0,0,1,.834-.834ZM22.64,81.48H2.3a.835.835,0,0,1-.834-.834V68.709L11.194,75.2a2.289,2.289,0,0,0,2.547,0l9.733-6.489V80.646a.834.834,0,0,1-.834.834Z' transform='translate(0.1 -64.166)' fill='%2346c0ee' stroke='%2346c0ee' stroke-width='0.2'/%3E%3C/svg%3E%0A");

}

p {
    font-family: var(--Lato);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
}

.font-600 {
    font-weight: 600;
}

/* 
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-SemiBold.woff2') format('woff2'), url('../fonts/Lato-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

/* Footer css start */

.custom-footer {
    background: var(--dark-blue);
    padding: 70px 0 0px;
    color: var(--white);
    font-family: var(--Poppins);
}

.custom-footer p {
    margin: 0;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
}


.footer-contact {
    width: 32.286%;
    margin-top: -10px;
}

.footer-useful-link {
    width: 19.643%;
}

.footer-insulation {
    width: 20.358%;
}

.footer-shop {
    width: 19%;
}

.footer-social {
    width: 8.713%;
}

.footer-logo {
    width: 292px;
    height: 53px;
    margin-bottom: 32px;
}

.footer-logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.footer-logo img {
    height: 100%;
    width: 100%;
}


.fmenu-block strong {
    display: block;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 19px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li,
.contact-list li a {
    position: relative;
    padding-left: 41px;
    font-family: var(--Lato);
}

.contact-list li::before,
.contact-list li.phone a::before,
.contact-list li.email a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-list li.phone,
.contact-list li.email {
    padding: 0;
}

.contact-list li.address::before {
    width: 24px;
    height: 30px;
    background-image: var(--icon-address);
}

.contact-list li.phone a::before {
    width: 25px;
    height: 25px;
    background-image: var(--icon-phone);
}

.contact-list li.email a::before {
    width: 25px;
    height: 19px;
    background-image: var(--icon-email);
    top: 6px;
}


span.address-up {
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

li.address p {
    font-size: 18px;
    color: var(--white);
}

span.address-down {
    display: inline-block;
    line-height: 25px;
    font-weight: 400;
}

li.address {
    margin-bottom: 25px;
}

li.phone a {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

li.phone {
    margin-bottom: 27px;
}

li.email a {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.contact-list li.email::before {
    top: 7px;
}

.contact-list a {
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
}

.contact-list a:hover {
    color: var(--blue);
}


.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 9px;
}

.footer-menu li:last-child {
    margin-bottom: 0px;
}

.footer-menu a {
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    transition: var(--transition);
    line-height: 26px;
}

.footer-menu a:hover,
.footer-menu li.current-menu-item a {
    color: var(--blue);
}

.social-icons {
    display: flex;
    gap: 0;
    /* justify-content: space-between; */
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.social-icons a {
    display: inline-block;
    transition: var(--transition);
}



.social-icons li:last-child {
    padding: 0;
}

.social-icons li {
    line-height: 0;
    padding-right: 31px;
}

.social-icons li a.facebook {
    display: inline-block;
    width: 11px;
    height: 23px;
}


.social-icons li a.youtube {
    display: inline-block;
    width: 25px;
    height: 17px;
}

.social-icons li a.instagram {
    display: inline-block;
    width: 22px;
    height: 22px;
}

.social-icons li a {
    position: relative;
}

.social-icons li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
}

/* Facebook */
.social-icons li a.facebook::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.194' height='22.961' viewBox='0 0 11.194 22.961'%3E%3Cpath id='Path_62' data-name='Path 62' d='M8.07,22.961V12.2H5.2V8.323H8.07v-3.3C8.07,2.44,9.792,0,13.667,0a24.359,24.359,0,0,1,2.727.144L16.25,3.731H13.81c-1.435,0-1.579.574-1.579,1.722v2.87h4.162L16.25,12.2H12.232V22.961Z' transform='translate(-5.2)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.social-icons li a.facebook:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.194' height='22.961' viewBox='0 0 11.194 22.961'%3E%3Cpath id='Path_62' data-name='Path 62' d='M8.07,22.961V12.2H5.2V8.323H8.07v-3.3C8.07,2.44,9.792,0,13.667,0a24.359,24.359,0,0,1,2.727.144L16.25,3.731H13.81c-1.435,0-1.579.574-1.579,1.722v2.87h4.162L16.25,12.2H12.232V22.961Z' transform='translate(-5.2)' fill='%233CBDEF'/%3E%3C/svg%3E%0A");
}

/* Youtube */
.social-icons li a.youtube::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.527' height='17.173' viewBox='0 0 24.527 17.173'%3E%3Cpath id='Path_63' data-name='Path 63' d='M24.022-3.395A3.073,3.073,0,0,0,21.86-5.557c-1.919-.525-9.6-.525-9.6-.525s-7.677,0-9.6.505A3.135,3.135,0,0,0,.505-3.395,32.378,32.378,0,0,0,0,2.5,32.259,32.259,0,0,0,.505,8.4a3.073,3.073,0,0,0,2.162,2.162c1.939.525,9.6.525,9.6.525s7.677,0,9.6-.505a3.073,3.073,0,0,0,2.162-2.162,32.388,32.388,0,0,0,.5-5.9A30.735,30.735,0,0,0,24.022-3.395ZM9.819,6.182V-1.172L16.2,2.5Zm0,0' transform='translate(0 6.082)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.social-icons li a.youtube:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.527' height='17.173' viewBox='0 0 24.527 17.173'%3E%3Cpath id='Path_63' data-name='Path 63' d='M24.022-3.395A3.073,3.073,0,0,0,21.86-5.557c-1.919-.525-9.6-.525-9.6-.525s-7.677,0-9.6.505A3.135,3.135,0,0,0,.505-3.395,32.378,32.378,0,0,0,0,2.5,32.259,32.259,0,0,0,.505,8.4a3.073,3.073,0,0,0,2.162,2.162c1.939.525,9.6.525,9.6.525s7.677,0,9.6-.505a3.073,3.073,0,0,0,2.162-2.162,32.388,32.388,0,0,0,.5-5.9A30.735,30.735,0,0,0,24.022-3.395ZM9.819,6.182V-1.172L16.2,2.5Zm0,0' transform='translate(0 6.082)' fill='%233CBDEF'/%3E%3C/svg%3E%0A");
}

.social-icons li a.instagram::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.957' height='21.961' viewBox='0 0 21.957 21.961'%3E%3Cg id='Group_135' data-name='Group 135' transform='translate(-0.449)'%3E%3Cpath id='Path_38' data-name='Path 38' d='M22.35,6.457a8.025,8.025,0,0,0-.51-2.664A5.626,5.626,0,0,0,18.627.579a8.045,8.045,0,0,0-2.664-.51C14.787.013,14.414,0,11.432,0S8.077.013,6.906.064a8.027,8.027,0,0,0-2.664.51,5.358,5.358,0,0,0-1.948,1.27A5.407,5.407,0,0,0,1.028,3.788a8.046,8.046,0,0,0-.51,2.664C.462,7.628.449,8,.449,10.983s.013,3.355.064,4.526a8.024,8.024,0,0,0,.511,2.664,5.625,5.625,0,0,0,3.213,3.213A8.047,8.047,0,0,0,6.9,21.9c1.171.052,1.544.064,4.526.064s3.355-.013,4.526-.064a8.023,8.023,0,0,0,2.664-.51,5.617,5.617,0,0,0,3.213-3.213,8.052,8.052,0,0,0,.51-2.664c.051-1.171.064-1.544.064-4.526S22.4,7.628,22.35,6.457Zm-1.978,8.966A6.019,6.019,0,0,1,20,17.461a3.643,3.643,0,0,1-2.085,2.085,6.041,6.041,0,0,1-2.038.377c-1.158.052-1.506.064-4.436.064S8.154,19.975,7,19.923a6.016,6.016,0,0,1-2.038-.377A3.379,3.379,0,0,1,3.7,18.727a3.414,3.414,0,0,1-.819-1.261A6.042,6.042,0,0,1,2.5,15.427c-.052-1.158-.064-1.506-.064-4.436s.013-3.282.064-4.436a6.016,6.016,0,0,1,.377-2.038,3.338,3.338,0,0,1,.824-1.261,3.409,3.409,0,0,1,1.261-.819A6.045,6.045,0,0,1,7,2.059c1.158-.051,1.506-.064,4.436-.064s3.282.013,4.436.064a6.019,6.019,0,0,1,2.038.378,3.377,3.377,0,0,1,1.261.819A3.414,3.414,0,0,1,20,4.518a6.044,6.044,0,0,1,.378,2.038c.051,1.158.064,1.506.064,4.436S20.424,14.265,20.373,15.423Zm0,0' transform='translate(0)' fill='%23fff'/%3E%3Cpath id='Path_39' data-name='Path 39' d='M130.591,124.5a5.642,5.642,0,1,0,5.642,5.642A5.643,5.643,0,0,0,130.591,124.5Zm0,9.3a3.66,3.66,0,1,1,3.66-3.66A3.66,3.66,0,0,1,130.591,133.8Zm0,0' transform='translate(-119.159 -119.159)' fill='%23fff'/%3E%3Cpath id='Path_40' data-name='Path 40' d='M365.083,89.919a1.317,1.317,0,1,1-1.317-1.317A1.317,1.317,0,0,1,365.083,89.919Zm0,0' transform='translate(-346.47 -84.8)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-icons li a.instagram:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.957' height='21.961' viewBox='0 0 21.957 21.961'%3E%3Cg id='Group_135' data-name='Group 135' transform='translate(-0.449)'%3E%3Cpath id='Path_38' data-name='Path 38' d='M22.35,6.457a8.025,8.025,0,0,0-.51-2.664A5.626,5.626,0,0,0,18.627.579a8.045,8.045,0,0,0-2.664-.51C14.787.013,14.414,0,11.432,0S8.077.013,6.906.064a8.027,8.027,0,0,0-2.664.51,5.358,5.358,0,0,0-1.948,1.27A5.407,5.407,0,0,0,1.028,3.788a8.046,8.046,0,0,0-.51,2.664C.462,7.628.449,8,.449,10.983s.013,3.355.064,4.526a8.024,8.024,0,0,0,.511,2.664,5.625,5.625,0,0,0,3.213,3.213A8.047,8.047,0,0,0,6.9,21.9c1.171.052,1.544.064,4.526.064s3.355-.013,4.526-.064a8.023,8.023,0,0,0,2.664-.51,5.617,5.617,0,0,0,3.213-3.213,8.052,8.052,0,0,0,.51-2.664c.051-1.171.064-1.544.064-4.526S22.4,7.628,22.35,6.457Zm-1.978,8.966A6.019,6.019,0,0,1,20,17.461a3.643,3.643,0,0,1-2.085,2.085,6.041,6.041,0,0,1-2.038.377c-1.158.052-1.506.064-4.436.064S8.154,19.975,7,19.923a6.016,6.016,0,0,1-2.038-.377A3.379,3.379,0,0,1,3.7,18.727a3.414,3.414,0,0,1-.819-1.261A6.042,6.042,0,0,1,2.5,15.427c-.052-1.158-.064-1.506-.064-4.436s.013-3.282.064-4.436a6.016,6.016,0,0,1,.377-2.038,3.338,3.338,0,0,1,.824-1.261,3.409,3.409,0,0,1,1.261-.819A6.045,6.045,0,0,1,7,2.059c1.158-.051,1.506-.064,4.436-.064s3.282.013,4.436.064a6.019,6.019,0,0,1,2.038.378,3.377,3.377,0,0,1,1.261.819A3.414,3.414,0,0,1,20,4.518a6.044,6.044,0,0,1,.378,2.038c.051,1.158.064,1.506.064,4.436S20.424,14.265,20.373,15.423Zm0,0' transform='translate(0)' fill='%233CBDEF'/%3E%3Cpath id='Path_39' data-name='Path 39' d='M130.591,124.5a5.642,5.642,0,1,0,5.642,5.642A5.643,5.643,0,0,0,130.591,124.5Zm0,9.3a3.66,3.66,0,1,1,3.66-3.66A3.66,3.66,0,0,1,130.591,133.8Zm0,0' transform='translate(-119.159 -119.159)' fill='%233CBDEF'/%3E%3Cpath id='Path_40' data-name='Path 40' d='M365.083,89.919a1.317,1.317,0,1,1-1.317-1.317A1.317,1.317,0,0,1,365.083,89.919Zm0,0' transform='translate(-346.47 -84.8)' fill='%233CBDEF'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-icons img {
    width: 100%;
    height: 100%;
}

.footer-badge {
    margin-top: 31.04px;
    display: flex;
    justify-content: flex-end;
}

.footer-badge img {
    width: 95px;
    height: 95px;
}


.ftr-btm {
    border-top: 1px solid #6661D5;
    margin-top: 59.5px;
    padding-top: 25.25px;
    padding-bottom: 25.25px;
}

.btm-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.copyrite-col p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--Lato);
    color: var(--white);
    opacity: 0.6;
}

.btm-row div {
    line-height: 0;
}

.copyright-logo-col a {
    display: inline-block;
    width: 148px;
    height: 25px;
}

.copyright-logo-col img {
    width: 100%;
    height: 100%;
}

/* Footer css end */
/* cta section srart */

.global-cta-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 101px;
}

.cta-row {
    position: relative;
    align-items: unset;
    display: flex;
    justify-content: flex-end;
    max-width: 883px;
    margin: 0 auto;
    width: 100%;
}

.cta-person {
    width: 271px;
    height: 370px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cta-content {
    width: calc(100% - 270px);
    padding: 51px 0 51px 82.27px;
}

.cta-person img {
    display: block;
    width: 100%;
    height: auto;
}


body main .cta-content h2 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 10px;
}

.cta-description {
    /* font-size: 20px;
    line-height: 28px; */
    color: var(--white);
    margin-bottom: 30px;
    /* font-weight: 400; */
    font-family: var(--Lato);

}

.cta-description p {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    color: var(--white);
}

/* BUTTON */
.common-btn {
    display: inline-block;
    background-color: var(--blue);
    padding: 11.5px 28px 11.5px 28px;
    border: 2px solid var(--blue);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    border-radius: 2px;
    color: var(--white);
    transition: var(--transition);
    min-height: 50px;
}

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

.common-btn:focus {}

/* cta section end */
/* global contact form start */
.global-contact-section {
    padding-bottom: 58px;
}

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

.contact-left {
    width: 54.286%;
    padding-right: 100px;
}

.contact-right {
    width: 45.715%;
}

body.home h2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 64px;
    color: var(--black);
    position: relative;
}

.contact-left h2 {
    margin-bottom: 13px;
}

h2.underline::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: transparent linear-gradient(90deg, #FFE816 0%, #3CBDEF 100%) 0% 0% no-repeat padding-box;
    margin-top: 7px;
}

.contact-subtitle {
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 26px;
    color: var(--black);
}

.contact-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* contact  start*/
.custom-form-field {
    display: flex;
    flex-wrap: wrap;
    row-gap: 17px;
    margin: 0 -10px;
}

.custom-form .custom-form-field .row-field {
    width: 50%;
    padding: 0 10px;
}

.custom-form .custom-form-field br {
    display: none;
}

form .custom-form input,
form .custom-form textarea,
form .custom-form select {
    outline: none;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 14px 15px;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    transition: var(--transition);
    margin-top: 14px;
    font-family: var(--Lato);
}

form .custom-form input::placeholder,
form .custom-form textarea::placeholder,
form .custom-form select option.placeholder,
form .custom-form select:invalid {
    opacity: 30%;
    color: #000;
}

form .custom-form .wpcf7-not-valid {
    border: 1px solid red !important;
}

.custom-contact-button {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

form .custom-form span.wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
    right: -34px;
    transform: translateY(-50%);
}

form .custom-form input:focus,
form .custom-form select:focus,
form .custom-form textarea:focus {
    border: 1px solid var(--blue);
}

form .custom-form .common-btn {
    display: inline-block;
    background-color: var(--blue);
    padding: 11.5px 28px 11.5px 28px !important;
    border: 2px solid var(--blue) !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    border-radius: 2px;
    color: var(--white);
    transition: var(--transition);
    margin-top: 0;
    font-family: var(--Poppins);
    height: auto;
    cursor: pointer;
    outline: none;
}

form .custom-form .common-btn:hover,
form .custom-form .common-btn:focus {
    background-color: var(--yellow);
    color: var(--black);
    border-color: var(--yellow) !important;
}

form .custom-form .common-btn:focus {
    background-color: var(--yellow);
    color: var(--black);
    border-color: var(--yellow) !important;
}

.textarea-field {
    padding: 0 10px;
    width: 100%;
    line-height: 0;
}

.textarea-field textarea {
    height: 100%;
}

.textarea-field p span textarea {
    min-height: 80px;
    resize: none;
}

.custom-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    background-color: var(--blue);
}

.custom-form .custom-form-field .row-field label span,
.custom-form .custom-form-field .textarea-field label span {
    font-size: 16px;
    line-height: 19px;
    font-family: var(--Lato);
    font-weight: bold;
    color: var(--black)
}

.custom-form .custom-form-field .row-field label span.star {
    position: relative;
}

.custom-form .custom-form-field .row-field label span.star::after {
    content: "*";
    color: #FF0000;
    position: relative;
    top: 0;
    left: 3px;
}

.custom-form .custom-form-field .row-field p {
    line-height: 0;
}

.custom-form .custom-form-field .textarea-field p {
    line-height: 0;
}

/* global contact form end */
/* faq section start */
/* ============================= */
/* FAQ Section */
/* ============================= */

.custom-faq-section {
    margin-bottom: 100px;
}

h2.underline.common-underline::after {
    margin: 7px auto 0;
}

.faq-heading {
    text-align: center;
    margin-bottom: 40px;
}

.faq-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

/* .faq-wrapper.has-image {
    grid-template-columns: 1fr 1fr;
}
.faq-wrapper.no-image {
    grid-template-columns: 1fr;
} */
.faq-image {
    width: 37.858%;
}

.faq-content {
    width: 62.142%;
    padding-left: 70px;
}

.faq-image img {
    width: 100%;
    height: auto;
    display: block;
    /* object-fit: cover; */
    /* object-position: center; */
}

.faq-item {
    border-bottom: 1px solid #ccc;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 28.5px 0 28.5px;

}

.faq-content .faq-item:first-child .faq-question {
    padding-top: 0;
}

.faq-question .faq-qus {
    font-size: 26px;
    line-height: 39px;
    color: #000;
    font-weight: 600;
    padding-right: 38px;
    display: block;
    width: 100%;
    position: relative;
}

.faq-toggle-icon {
    position: absolute;
    right: 0.5px;
    top: 6px;
    width: 26px;
    height: 26px;
}

/* Both pseudo elements */
.faq-toggle-icon::before,
.faq-toggle-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s ease;
}

/* PLUS icon (default visible) */
.faq-toggle-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.17' height='26.17' viewBox='0 0 26.17 26.17'%3E%3Cpath id='Path_56' data-name='Path 56' d='M14.085,27.17A13.085,13.085,0,1,1,27.17,14.085,13.085,13.085,0,0,1,14.085,27.17Zm0-24.034A10.949,10.949,0,1,0,25.034,14.085,10.949,10.949,0,0,0,14.085,3.136Zm0,19.048a1.068,1.068,0,0,1-1.068-1.068V15.153H7.054a1.068,1.068,0,0,1,0-2.136h5.963V7.054a1.068,1.068,0,0,1,2.136,0v5.963h5.963a1.068,1.068,0,0,1,0,2.136H15.153v5.963A1.068,1.068,0,0,1,14.085,22.185Z' transform='translate(-1 -1)'/%3E%3C/svg%3E%0A");
    opacity: 1;
}

/* MINUS icon (hidden by default) */
.faq-toggle-icon::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26.17' height='26.17' viewBox='0 0 26.17 26.17'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_43' data-name='Rectangle 43' width='26.17' height='26.17' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_110' data-name='Group 110' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_57' data-name='Path 57' d='M13.085,26.17A13.085,13.085,0,1,1,26.17,13.085,13.085,13.085,0,0,1,13.085,26.17m0-24.034A10.949,10.949,0,1,0,24.034,13.085,10.949,10.949,0,0,0,13.085,2.136M12.017,14.153H6.054a1.068,1.068,0,0,1,0-2.136H20.116a1.068,1.068,0,0,1,0,2.136h-8.1Z' fill='%23040504'/%3E%3C/g%3E%3C/svg%3E%0A");
    opacity: 0;
}

/* Active state */
.faq-item.active .faq-toggle-icon::before {
    opacity: 0;
}

.faq-item.active .faq-toggle-icon::after {
    opacity: 1;
}

.faq-answer {
    display: none;
    padding-right: 38.5px;
    position: relative;
    top: -24px;
    padding-bottom: 3px;

}

.faq-answer.typography p {
    margin-bottom: 10px;
}

.faq-image .faq-img-mobile {
    display: none;
}

/* faq section end */
.faq-item summary {
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

/* why chhose section start */

.why-choose-section {
    padding: 86px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 86px;
}

/* Heading */
.why-choose-heading {
    text-align: center;
    margin-bottom: 40px;
}

.why-choose-section .why-choose-heading h2 {
    color: var(--white);
}

.why-choose-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -13.5px;
    row-gap: 27px;
}

/* CARD WIDTH CONTROLLED BY WIDTH */
.why-card {
    width: calc(100% / 4);
    padding: 0 13.5px;
}

/* Inner card design */
/* .why-card > * {
    position: relative;
    z-index: 2;
} */

.why-card-inner {
    padding: 35px 19px 39px 18px;
    transition: all 0.3s ease;
    background: rgba(187, 185, 237, 0.4);
    border: 1px solid #BBB9ED;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 100%;
}

/* Hover */
.why-card-inner:hover {
    background: rgb(125 143 200) 0% 0% no-repeat padding-box;
    border: 1px solid #6FB9EE;
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* ===================== */
/* ICON */
/* ===================== */

.why-card-icon {
    margin: 0 auto 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: rgba(60, 189, 239, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.why-card-icon img {
    max-width: 74px;
    max-height: 74px;
    object-fit: contain;
}

/* ===================== */
/* TITLE */
/* ===================== */

.why-card-title {
    font-size: 26px;
    line-height: 39px;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 7px;
    text-align: center;
}

p.why-card-desc {
    color: #fff;
    text-align: center;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

/* why choose section end */
/* diy section start */
.diy-process-section {
    margin-bottom: 100px;
}

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

.diy-steps {
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    margin: 0 -12.5px;
}

.diy-step {

    width: 20%;
    position: relative;
    z-index: 1;
    padding: 0 12.5px;
}

/* DASHED LINE */


.step-icon {
    margin-bottom: 15px;
    line-height: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 65.3px;
}

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

/* STEP LABEL */
.step-label {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    letter-spacing: 1.8px;
    color: #78C4F3;
    text-transform: uppercase;
}

/* YELLOW DOT */
.step-label::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #FFE816;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Dashed Line */
.step-label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 102px;
    transform: translateY(-50%);
    height: 1px;
    width: calc(100% - 92px);
    /* background: repeating-linear-gradient(to right, #a0a0a0 0px, #a0a0a0 8px, transparent 8px, transparent 20px); */
    background-image: repeating-linear-gradient(to right,
            #a0a0a0 0,
            #a0a0a0 8px,
            transparent 8px,
            transparent 20px);

    background-size: 20px 1px;
    /* 🔥 important */
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    background-position: left center;
}

/* Last step me line remove */
.diy-step:last-child .step-label::after {
    display: none;
}

.step-content h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}

.step-content h3 a {
    color: #3CBDEF;
    transition: all 0.3s ease;
}

.step-content h3 a:hover {
    color: #000;
}

/* diy section end */
/* news section start */
section.news-updates {
    background: #F7F7F7;
    padding: 95px 0 100px 0;
    margin-bottom: 100px;
    position: relative;
}

.news-title-row {
    text-align: center;
    margin-bottom: 47px;
}

.news-cards-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
    margin: 0 -20px;
}

.news-col {
    width: calc(100% / 3);
    padding: 0 20px;
}

.news-card {
    background: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}


/* section.news-updates::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 0;
    height: 90px;
    width: 100%;
    background: #F4F1EC;
} */

.news-image {
    width: 100%;
    height: 330px;
    margin-bottom: 21px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.news-image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    border-radius: 10px 10px 0 0;
}

.news-image a,
.project-wrap .project-img a {
    position: relative;
}

/* .news-image a::before,
.project-wrap .project-img a::before {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(180deg, transparent 0%, #3cbcef8a 100%);
    border-radius: 0;
    transition: all 0.5s ease;
    z-index: 1;
} */
.news-card {
    transition: all 0.5s ease;
}

/* .news-card a:hover img,
.project-wrap:hover .project-img a img {
    filter: grayscale(1);
}

.news-card:hover .news-image a::before,
.project-wrap:hover .project-img a::before {
    opacity: 1;
    height: 100%;
} */
.news-card:hover {
    box-shadow: 0 0 0 2px #3CBDEF;
}

.news-meta {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}

.news-meta span {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    font-family: var(--Lato);
    font-weight: 400;
}

h3.news-title {
    margin-bottom: 15px;

}

.link-title {
    display: inline-block;
    font-size: 22px;
    line-height: 33px;
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-title:hover {
    color: #3CBDEF;
}

.news-details-box {
    padding: 0 30px 22px;
}

a.read-more-btn {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #3CBDEF;
    position: relative;
}

.read-all-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

a.read-more-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -22px;
    width: 14px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_361' data-name='Group 361' xmlns='http://www.w3.org/2000/svg' width='14.018' height='11.125' viewBox='0 0 14.018 11.125'%3E%3Cg id='Group_359' data-name='Group 359' transform='translate(0 4.592)'%3E%3Cpath id='Path_1317' data-name='Path 1317' d='M88.043,232.942H76.471a.971.971,0,1,1,0-1.942H88.043a.971.971,0,1,1,0,1.942Z' transform='translate(-75.5 -231)' fill='%233cbdef'/%3E%3C/g%3E%3Cg id='Group_360' data-name='Group 360' transform='translate(6.99)'%3E%3Cpath id='Path_1318' data-name='Path 1318' d='M256.607,123.875a.971.971,0,0,1-.661-1.683l4.173-3.87-4.3-3.881a.971.971,0,1,1,1.3-1.441l5.087,4.592a.971.971,0,0,1,.01,1.432l-4.951,4.592A.968.968,0,0,1,256.607,123.875Z' transform='translate(-255.5 -112.75)' fill='%233cbdef'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    transition: var(--transition);
}

a.read-more-btn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg id='Group_361' data-name='Group 361' xmlns='http://www.w3.org/2000/svg' width='14.018' height='11.125' viewBox='0 0 14.018 11.125'%3E%3Cg id='Group_359' data-name='Group 359' transform='translate(0 4.592)'%3E%3Cpath id='Path_1317' data-name='Path 1317' d='M88.043,232.942H76.471a.971.971,0,1,1,0-1.942H88.043a.971.971,0,1,1,0,1.942Z' transform='translate(-75.5 -231)' fill='%232B2870'/%3E%3C/g%3E%3Cg id='Group_360' data-name='Group 360' transform='translate(6.99)'%3E%3Cpath id='Path_1318' data-name='Path 1318' d='M256.607,123.875a.971.971,0,0,1-.661-1.683l4.173-3.87-4.3-3.881a.971.971,0,1,1,1.3-1.441l5.087,4.592a.971.971,0,0,1,.01,1.432l-4.951,4.592A.968.968,0,0,1,256.607,123.875Z' transform='translate(-255.5 -112.75)' fill='%232B2870'/%3E%3C/g%3E%3C/svg%3E%0A");
}

a.read-more-btn:hover {
    color: #2B2870;
}

span.seprotor {
    margin: 0 7px 0;
}

.news-cards-row .news-col:nth-child(4) {
    display: none;
}

/* news section end */
/* contact page start */

.inner-contact-section {
    padding: 100px 0 80px;
}

.inner-contact-wrapper {
    display: grid;
    grid-template-columns:
        calc(38.572% - 40px) calc(61.429% - 40px);
    gap: 80px;
}

.inner-contact-right {
    width: 100%;
    box-shadow: 0px 0px 16px #00000033;
    padding: 52px 80px 60px 80px;
}

.inner-contact-left {
    width: 100%;
    background: #2B2870;
    padding: 53px 63px 63px 60px;
}

.inner-contact-left-heading {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 31px;
}

.inner-contact-left {
    display: flex;
    flex-direction: column;
}

.inner-contact-left-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inner-contact-logo {
    margin-top: auto;
    padding-top: 40px;
    line-height: 0;
}

.inner-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.inner-contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #55538D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -4px;
}

.inner-contact-content {
    width: calc(100% - 48px);
    padding-left: 17px;
}

.inner-contact-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.inner-contact-icon.loc-new::before {
    width: 24px;
    height: 30px;
    background-image: var(--icon-address);
}

.inner-contact-icon.num-new::before {
    width: 25px;
    height: 25px;
    background-image: var(--icon-phone);
}

.inner-contact-icon.email-new::before {
    width: 25px;
    height: 19px;
    background-image: var(--icon-email);
}


.inner-contact-content h3 {
    font-size: 26px;
    line-height: 39px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}

.inner-contact-content p {
    font-size: 18px;
    color: #fff;
}

.inner-contact-item.inner-main-num a {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--Lato);
    font-weight: 700;
    color: #fff;
}

.inner-contact-item.inner-main-email a {
    font-size: 20px;
    line-height: 28px;
    font-family: var(--Lato);
    font-weight: 400;
    color: #fff;
}

.inner-contact-content a:hover {
    color: var(--blue);
}

.inner-contact-logo img {
    max-width: 174px;
    height: auto;
}

.inner-contact-form-heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #000;
}

.inner-contact-form-description {
    margin-bottom: 30px;
    font-family: var(--Poppins);
}


/* conatct page end */
/* Garage Door Insulation start */
h2.insulation-kits-heading {
    font-weight: 600;
}

.keep-cool-insulation-section {
    margin-bottom: 100px;
}

.keep-cool-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.keep-cool-content {
    width: 60.358%;
    padding-right: 80px;
}

.keep-cool-image {
    width: 39.643%;
}

.keep-cool-heading {
    font-weight: 600;
    margin-bottom: 9px;
}

.keep-cool-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================= */
/* Importance White Box Section  */
/* ============================= */

.importance-white-box-section {
    background: #F7F7F7;
    padding: 100px 0;
    margin-bottom: 100px;
}

.importance-wrapper {
    display: flex;
    align-items: center;

}

.importance-left {
    width: 50%;
    padding-right: 80px;
}

.importance-right {
    width: 50%;
}

.importance-white-box {
    background: var(--white);
    padding: 39px 40px 39px;
}

.importance-white-box p:first-child strong {
    font-weight: 600;
    font-family: var(--Poppins);
}

.importance-white-box p:first-child strong {
    font-weight: 600;
    font-family: var(--Poppins);
    display: block;
    margin-bottom: -13px;
}

.importance-white-box.typography ul:last-of-type {
    padding-bottom: 0;
}

/* ============================= */
/* Insulsqueeze Zigzag Section   */
/* ============================= */

.insulsqueeze-zigzag-section {
    margin-bottom: 100px;
}

.insulsqueeze-zigzag-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 100px;
}

/* Remove last spacing */
.insulsqueeze-zigzag-row:last-child {
    margin-bottom: 0;
}

/* Auto Reverse Every 2nd Row */
.insulsqueeze-zigzag-row:nth-child(even) {
    flex-direction: row-reverse;
}

.insulsqueeze-zigzag-image {
    width: 28.286%;
}

.insulsqueeze-zigzag-content-wrap {
    width: 71.715%;
    padding-left: 80px;
}

.insulsqueeze-zigzag-row:nth-child(even) .insulsqueeze-zigzag-content-wrap {
    padding-left: 0;
    padding-right: 80px;
}

.insulsqueeze-zigzag-image img {
    width: 100%;
    height: auto;
    display: block;
}

.insulsqueeze-zigzag-row .typography ul.withou-marker li::before {
    display: none;
}

.insulsqueeze-zigzag-row .typography ul.withou-marker li {
    padding-left: 0;
}

.insulsqueeze-zigzag-row .typography ul.withou-marker {
    padding: 0;
}

.insulsqueeze-zigzag-row .typography ul.withou-marker li strong {
    font-weight: 700;
}

.insulsqueeze-zigzag-content.typography p {
    margin-bottom: 25px;
}

.insulsqueeze-zigzag-content.typography ul.withou-marker {
    padding-bottom: 0;
}

/* new */


.insulsqueeze-superior-section {
    background: #F7F7F7;
    padding: 100px 0;
    margin-bottom: 100px;
}

/* ===== PART 1 ===== */

.insulsqueeze-superior-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    flex-wrap: nowrap;
}

.insulsqueeze-superior-content {
    width: 68.715%;
    padding-right: 80px;
}

.insulsqueeze-superior-image {
    width: 31.286%;
}

.insulsqueeze-superior-image img {
    width: 100%;
    height: auto;
    display: block;
}

.insulsqueeze-superior-wrap.typography p:first-child {
    margin-bottom: 17px;
}

.insulsqueeze-superior-wrap.typography p strong {
    font-weight: 700;
}

.additional-zigzag-section .typography ul {
    padding-bottom: 16px;
}

.additional-zigzag-section .insulsqueeze-zigzag-content.typography ul.withou-marker {
    padding-top: 10px;
    padding-bottom: 26px;
}

.insulsqueeze-zigzag-section.additional-zigzag-section.insulsqueeze-energy-bg {
    padding: 100px 0;
    background: #F7F7F7;
    margin-bottom: 90px;
}

.insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(even) {
    flex-direction: row;
}

.insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(odd) {
    flex-direction: row-reverse;
}

.insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(odd) .insulsqueeze-zigzag-content-wrap {
    padding-left: 0;
    padding-right: 80px;
}

.insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(even) .insulsqueeze-zigzag-content-wrap {
    padding-right: 0;
    padding-left: 80px;
}

.custom-faq-section.insulation-faq-sec .faq-content {
    padding: 0;
    width: 100%;
    max-width: 1001.5px;
    margin: 0 auto;
}

.custom-faq-section.insulation-faq-sec h2 {
    font-weight: 600;
}

.custom-faq-section.insulation-faq-sec {
    margin-bottom: 68px;
}

/* Garage Door Insulation end */


/* responsive css */
@media (max-width: 1439px) {
    .footer-shop {
        width: 18%;
    }

    .footer-social {
        width: 9.713%;
    }

    .contact-left {
        padding-right: 80px;
    }

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

    .step-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .step-label {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .step-label::after {
        left: 90px;
        width: calc(100% - 81px);
    }

    .news-title-row {
        margin-bottom: 40px;
    }

    /* contcat page start */
    .inner-contact-wrapper {
        grid-template-columns: calc(40% - 25px) calc(60% - 25px);
        gap: 50px;
    }

    .inner-contact-left {
        padding: 40px 30px;
    }

    .inner-contact-right {
        padding: 40px 30px;
    }

    /* contact page end */
}

@media (max-width: 1199px) {
    .footer-contact {
        width: 34%;
    }

    .footer-useful-link {
        width: 19%;
    }

    .footer-insulation {
        width: 20%;
    }

    .footer-shop {
        width: 18%;
    }

    .footer-social {
        width: 9%;
    }

    .custom-footer {
        padding-top: 60px;
    }

    .fmenu-block strong {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 28px;
    }

    /* new */
    li.address p {
        font-size: 16px;
    }

    span.address-up {
        margin-bottom: 7px;
    }

    .contact-list li.address::before {
        width: 20px;
        height: 25px;
    }

    .contact-list li.phone a::before {
        width: 22px;
        height: 22px;
        top: 2px;
    }

    .contact-list li.email a::before {
        width: 22px;
        height: 18px;
    }

    .contact-list li,
    .contact-list li a {
        padding-left: 35px;
    }

    .footer-badge img {
        width: 70px;
        height: 70px;
    }

    .footer-badge {
        margin-top: 25px;
    }

    .footer-grid {
        row-gap: 30px;
    }

    .ftr-btm {
        margin-top: 40px;
        padding: 20px 0;
    }

    .footer-logo {
        width: 240px;
        height: 43px;
        margin-bottom: 25px;
    }

    /* cta section start */
    body main .cta-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .cta-description p {
        font-size: 18px;
        line-height: 28px;
    }

    .cta-description {
        margin-bottom: 25px;
    }

    .common-btn {
        padding: 8px 25px;
        min-height: unset;
    }

    .cta-content {
        padding: 50px 0 50px 60px;
        width: calc(100% - 250px);
    }

    .cta-person {
        height: 341px;
        width: 250px;
    }

    /* cta section end */
    /* global contact section start */
    body.home h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .contact-subtitle {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .contact-left {
        padding-right: 40px;
    }

    form .custom-form input,
    form .custom-form textarea {
        margin-top: 10px;
    }

    form .custom-form .common-btn {
        padding: 9px 25px !important;
    }

    .custom-contact-button {
        margin-top: 35px;
    }

    /* global contact section end */
    /* faq global start */
    .faq-content {
        width: 60%;
        padding-left: 40px;
    }

    .faq-image {
        width: 40%;
    }

    .faq-heading {
        margin-bottom: 30px;
    }

    .faq-question .faq-qus {
        font-size: 22px;
        line-height: 32px;
        /* background: red; */
    }

    .faq-question {
        padding: 20px 0 20px;
    }

    .faq-toggle-icon {
        width: 22px;
        height: 22px;
        top: 5px;
    }

    .faq-answer {
        top: -16px;
    }

    .custom-faq-section {
        margin-bottom: 70px;
    }

    /* faq global end */
    p {
        font-size: 18px;
        line-height: 28px;
    }

    .why-choose-section {
        padding: 62px 0 70px;
        margin-bottom: 62px;
    }

    .why-card-icon {
        height: 120px;
        width: 120px;
        margin-bottom: 12px;
    }

    .why-card-icon img {
        max-width: 60px;
        max-height: 60px;
    }

    .why-card-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 7px;
    }

    .why-card-inner {
        padding: 30px 15px 23px;
    }

    .why-choose-heading {
        margin-bottom: 30px;
    }

    .why-card {
        width: calc(100% / 3);
    }

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

    .diy-process-section {
        margin-bottom: 62px;
    }

    .diy-process-section {
        margin-bottom: 62px;
    }

    /* blog section start */

    section.news-updates {
        padding: 62px 0 70px;
        margin-bottom: 70px;
    }

    .news-col {
        padding: 0 10px;
    }

    .news-cards-row {
        margin: 0 -10px;
        row-gap: 20px;
    }

    .news-image {
        margin-bottom: 20px;
        height: 280px;
    }

    .news-details-box {
        padding: 0 20px 20px;
    }

    .link-title {
        font-size: 20px;
        line-height: 30px;
    }

    h3.news-title {
        margin-bottom: 10px;
    }

    a.read-more-btn {}

    .read-all-btn {
        margin-top: 30px;
    }

    .news-title-row {
        margin-bottom: 30px;
    }

    /* blog section end */
    /* footer changes start */
    p {}

    .footer-menu a {
        font-size: 15px;
    }

    .social-icons li {
        padding-right: 14px;
    }

    li.phone a {
        font-size: 18px;
        line-height: 24px;
    }

    li.email a {
        font-size: 18px;
        line-height: 26px;
    }

    li.phone {
        margin-bottom: 20px;
    }

    li.address {
        margin-bottom: 20px;
    }

    .contact-list li.email a::before {
        top: 7px;
    }

    .contact-list li.address::before {
        top: 5px;
    }

    /* footer changes end */
    /* contact page start */
    .inner-contact-wrapper {
        grid-template-columns: calc(40% - 20px) calc(60% - 20px);
        gap: 40px;
    }

    .inner-contact-left-heading {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .inner-contact-content h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .inner-contact-content {
        padding-left: 15px;
        width: calc(100% - 45px);
    }

    .inner-contact-icon {
        width: 45px;
        height: 45px;
        margin-top: -8px;
    }

    .inner-contact-content p {
        font-size: 16px;
    }

    .inner-contact-item.inner-main-num a {
        font-size: 18px;
        line-height: 24px;
    }

    .inner-contact-item.inner-main-email a {
        font-size: 18px;
        line-height: 26px;
    }

    .inner-contact-form-heading {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 12px;
    }

    .inner-contact-form-description {
        margin-bottom: 20px;
    }

    .inner-contact-section {
        padding: 70px 0 58px;
    }

    /* contact page end */
    /* garage section start */
    .keep-cool-content {
        padding-right: 50px;
    }

    .keep-cool-insulation-section {
        margin-bottom: 70px;
    }

    .importance-white-box-section {
        padding: 70px 0;
        margin-bottom: 70px;
    }

    .importance-left {
        padding-right: 50px;
    }

    .importance-white-box {
        padding: 35px;
    }

    .insulsqueeze-zigzag-content-wrap {
        width: 70%;
        padding-left: 50px;
    }

    .insulsqueeze-zigzag-image {
        width: 30%;
    }

    .insulsqueeze-zigzag-row:nth-child(even) .insulsqueeze-zigzag-content-wrap {
        padding-right: 50px;
    }

    .insulsqueeze-zigzag-row {
        margin-bottom: 70px;
    }

    .insulsqueeze-zigzag-section {
        margin-bottom: 70px;
    }

    .insulsqueeze-zigzag-content.typography p {
        margin-bottom: 22px;
    }

    .insulsqueeze-superior-section {
        padding: 70px 0 70px;
        margin-bottom: 70px;
    }

    .insulsqueeze-superior-content {
        padding-right: 50px;
    }

    .insulsqueeze-superior-wrapper {
        margin-bottom: 70px;
    }

    .additional-zigzag-section .insulsqueeze-zigzag-content.typography ul.withou-marker {
        padding-top: 4px;
        padding-bottom: 20px;
    }

    .insulsqueeze-zigzag-section.additional-zigzag-section.insulsqueeze-energy-bg {
        padding: 70px 0 70px;
        margin-bottom: 60px;
    }

    .insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(odd) .insulsqueeze-zigzag-content-wrap {
        padding-right: 50px;
    }

    .insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(even) .insulsqueeze-zigzag-content-wrap {
        padding-left: 50px;
    }

    .custom-faq-section.insulation-faq-sec {
        margin-bottom: 42px;
    }

    /* garage section end */
}

@media (max-width: 991px) {
    .footer-contact {
        width: 52%;
    }

    .footer-useful-link {
        width: 45%;
    }

    .footer-insulation {
        width: 52%;
    }

    .footer-shop {
        width: 35%;
    }

    .footer-social {
        width: 13%;
    }

    .social-icons li {
        padding-right: 18px;
    }

    /* cta section start */
    .cta-person {
        position: static;
    }

    .cta-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;

    }

    .cta-content {
        width: 100%;
        padding: 40px 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .cta-person {
        height: 320px;
        width: 235px;
    }

    /* cta section end */
    /* contact section start */
    .custom-form .custom-form-field .row-field {
        padding: 0 5px;
    }

    .custom-form-field {
        margin: 0 -5px;
        row-gap: 14px;
    }

    .textarea-field {
        padding: 0 5px;
    }

    form .custom-form input,
    form .custom-form textarea,
    form .custom-form select {
        height: 46px;
        padding: 12px;
    }

    .custom-contact-button {
        margin-top: 30px;
    }

    .contact-subtitle {
        margin-bottom: 15px;
    }

    .global-cta-section {
        margin-top: 0;
    }

    /* contact section end */
    /* faq global section start */

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

    .faq-image {
        width: 100%;
    }

    .faq-content {
        width: 100%;
        padding: 0;
    }

    .faq-image .faq-img-desktop {
        display: none;
    }

    .faq-image .faq-img-mobile {
        display: block;
        width: 100%;
        height: auto;
    }

    .faq-answer.typography p {
        margin-bottom: 8px;
    }

    /* faq global sec end */
    .why-card {
        width: 50%;
        padding: 0 10px;
    }

    .why-choose-grid {
        row-gap: 20px;
        margin: 0 -10px;
    }

    .step-icon img {
        max-height: 50px;
        max-width: 50px;
    }

    .step-content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .step-label {
        font-size: 14px;
        line-height: 24px;
        padding-left: 17px;
    }

    .step-label::before {
        width: 8px;
        height: 8px;
    }

    .step-label::after {
        left: 75px;
        width: calc(100% - 65px);
        background: repeating-linear-gradient(to right, #a0a0a0 0px, #a0a0a0 8px, transparent 4px, transparent 12px);
    }

    .diy-step {
        padding: 0 8px;
    }

    .step-icon {
        min-height: auto;
    }

    .news-col {
        width: 50%;
    }

    .news-cards-row .news-col:nth-child(4) {
        display: block;
    }

    a.read-more-btn::after {
        height: 10px;
    }

    /* contact page start */
    .inner-contact-wrapper {
        grid-template-columns: 1fr;
    }

    .inner-contact-right {
        order: 1;
    }

    .inner-contact-left {
        order: 2;
    }

    .inner-contact-section {
        padding: 70px 0 70px;
    }

    /* contact page end */
    /* garagge page stRT */
    .keep-cool-content {
        width: 100%;
        padding: 40px 0 0;
    }

    .keep-cool-image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .keep-cool-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    section.product-section-main.insulation-kits-main-sec {
        margin-bottom: 70px;
    }

    .keep-cool-insulation-section {
        margin-bottom: 62px;
    }

    .importance-left {
        width: 100%;
        padding: 0 0 40px;
    }

    .importance-white-box {
        width: 100%;
        padding: 30px;
    }

    .importance-wrapper {
        flex-wrap: wrap;
    }

    .importance-right {
        width: 100%;
    }

    .insulsqueeze-zigzag-row {
        flex-direction: column;
    }

    .insulsqueeze-zigzag-image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .insulsqueeze-zigzag-content-wrap {
        width: 100%;
        padding: 40px 0 0;
    }

    .insulsqueeze-zigzag-row:nth-child(even) .insulsqueeze-zigzag-content-wrap {
        padding-right: 0;
    }

    .insulsqueeze-zigzag-row:nth-child(even) {
        flex-direction: column;
    }

    .insulsqueeze-superior-content {
        padding: 40px 0 0;
        width: 100%;
    }

    .insulsqueeze-superior-image {
        width: 100%;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .insulsqueeze-superior-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 56px;
    }

    .insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(odd) {
        flex-direction: column;
    }

    .insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(even) {
        flex-direction: column;
    }

    .insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(odd) .insulsqueeze-zigzag-content-wrap {
        padding-right: 0;
    }

    .insulsqueeze-energy-bg .insulsqueeze-zigzag-row:nth-child(even) .insulsqueeze-zigzag-content-wrap {
        padding-left: 0;
    }

    .additional-zigzag-section .typography ul:last-child {
        padding-bottom: 0;
    }

    /* garage page end */
}

@media (max-width: 767px) {
    .custom-footer {
        padding-top: 50px;
    }

    li.address p {
        font-size: 16px;
    }

    span.address-up {
        line-height: 22px;
        margin-bottom: 5px;
    }

    .footer-contact {
        width: 60%;
    }

    li.phone a {
        font-size: 18px;
        line-height: 22px;
    }

    li.email a {
        font-size: 18px;
        line-height: 26px;
    }

    li.address {
        margin-bottom: 18px;
    }

    li.phone {
        margin-bottom: 18px;
    }

    .contact-list li.phone a::before {
        top: 0px;
    }

    .contact-list li.email a::before {
        top: 7px;
    }

    .footer-useful-link {
        width: 40%;
    }

    .fmenu-block strong {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .footer-menu a {
        font-size: 15px;
        line-height: 25px;
    }

    .contact-list li,
    .contact-list li a {
        padding-left: 32px;
    }

    .footer-col.footer-insulation {}

    .footer-insulation {
        width: 42%;
    }

    .footer-shop {
        width: 40%;
    }

    .footer-social {
        width: 18%;
    }

    .footer-badge img {
        width: 60px;
        height: 60px;
    }

    .footer-badge {
        margin-top: 20px;
    }

    .ftr-btm {
        margin-top: 30px;
        padding: 15px 0;
    }

    .copyrite-col p {
        font-size: 14px;
        line-height: 24px;
    }

    .social-icons li {
        padding-right: 19px;
    }

    .footer-logo {
        width: 180px;
        height: 33px;
    }

    /* cta section start */
    body main .cta-content h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .cta-description p {
        font-size: 16px;
        line-height: 26px;
    }

    .cta-description {
        margin-bottom: 20px;
    }

    .common-btn {
        padding: 8px 18px;
        font-size: 16px;
        line-height: 26px;
    }

    /* cta section end */
    /* contact section start */
    .contact-left {
        padding: 0;
        width: 100%;
    }

    .contact-right {
        width: 100%;
    }

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

    body.home h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h2.underline::after {
        margin-top: 5px;
    }

    .contact-subtitle {
        font-size: 26px;
        line-height: 36px;
    }

    .custom-form .custom-form-field .row-field label span,
    .custom-form .custom-form-field .textarea-field label span {
        font-size: 15px;
        line-height: 18px;
    }

    form .custom-form .common-btn {
        padding: 8px 18px !important;
        font-size: 16px;
        line-height: 26px;
    }

    form .custom-form input,
    form .custom-form textarea {
        margin-top: 8px;
    }

    /* contact section end */
    /* faq global sec start */
    .faq-question {
        padding: 15px 0 15px;
    }

    .faq-question .faq-qus {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-answer.typography p {
        margin-bottom: 6px;
    }

    .faq-toggle-icon {
        width: 20px;
        height: 20px;
        top: 4px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .faq-answer {
        top: -12px;
        padding-bottom: 2px;
    }

    .custom-faq-section {
        margin-bottom: 60px;
    }

    /* faq gloabl sec end */
    /* why choose section start */
    .why-choose-section {
        padding: 50px 0 60px;
        margin-bottom: 50px;
    }

    .why-card-inner {
        padding: 20px 15px 18px;
    }

    .why-card-icon {
        height: 90px;
        width: 90px;
    }

    .why-card-icon img {
        max-width: 50px;
        max-height: 50px;
    }

    .why-card-title {
        font-size: 18px;
        line-height: 28px;
    }

    .diy-process-section {
        margin-bottom: 52px;
    }

    /* why choose section end */
    /* horiontaal line css start */

    .diy-steps {
        flex-direction: column;
    }

    .diy-step {
        width: 100%;
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px;
    }


    /* Create line only between steps */
    .diy-step:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 70px;
        height: calc(100% + 12px);
        width: 2px;
        background-image:
            repeating-linear-gradient(-5deg, #a0a0a0, #a0a0a0 8px, transparent 4px, transparent 13px, #a0a0a0 13px),
            repeating-linear-gradient(85deg, #a0a0a0, #a0a0a0 8px, transparent 8px, transparent 13px, #a0a0a0 13px),
            repeating-linear-gradient(175deg, #a0a0a0, #a0a0a0 8px, transparent 8px, transparent 13px, #a0a0a0 13px),
            repeating-linear-gradient(265deg, #a0a0a0, #a0a0a0 8px, transparent 8px, transparent 13px, #a0a0a0 13px);
        background-size: 2px 100%, 100% 2px, 0 100%, 100% 0;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .step-label::after {
        display: none !important;
    }

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

    /* .step-icon img {
        max-height: 40px;
        max-width: 40px;
    } */
    /* Align dot */
    .step-label {
        padding-left: 0px;
    }

    .step-label::before {
        left: -28px;
        top: 50%;
        transform: translateY(-50%);
    }

    .step-icon {
        margin-bottom: 10px;
    }

    .step-label {
        margin-bottom: 2px;
    }

    /* horizontal css end */
    /* blog css start */
    section.news-updates {
        padding: 52px 0 60px;
        margin-bottom: 54px;
    }

    .news-image {
        height: 240px;
        margin-bottom: 15px;
    }

    .news-meta span {
        font-size: 14px;
        line-height: 28px;
    }

    .link-title {
        font-size: 18px;
        line-height: 28px;
    }

    h3.news-title {
        margin-bottom: 8px;
    }

    a.read-more-btn {
        font-size: 16px;
        line-height: 26px;
    }

    .news-details-box {
        padding: 0 15px 15px;
    }

    a.read-more-btn::after {
        height: 10px;
        transform: unset;
        top: 7px;
    }

    .contact-list li.email a::before {
        top: 5px;
    }

    /* blog css end */
    /* contact page start */
    .inner-contact-section {
        padding: 60px 0;
    }

    .inner-contact-right {
        padding: 30px 20px;
    }

    .inner-contact-form-heading {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 8px;
    }

    .inner-contact-wrapper {
        gap: 30px;
    }

    .inner-contact-left {
        padding: 30px 20px;
    }

    .inner-contact-left-heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .inner-contact-content h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .inner-contact-item.inner-main-num a {
        font-size: 16px;
        line-height: 20px;
    }

    .inner-contact-item.inner-main-email a {
        font-size: 16px;
        line-height: 22px;
    }

    .inner-contact-logo {
        padding-top: 20px;
    }

    .inner-contact-icon {
        width: 40px;
        height: 40px;
        margin-top: -5px;
    }

    .inner-contact-icon::before {
        width: 22px !important;
        height: 22px !important;
    }

    .inner-contact-content {
        padding-left: 12px;
        width: ca;
        width: calc(100% - 40px);
    }

    .inner-contact-item {
        margin-bottom: 18px;
    }

    /* contact page end */
    /* garage start */
    section.product-section-main.insulation-kits-main-sec {
        margin-bottom: 60px;
    }

    section.keep-cool-insulation-section {
        margin-bottom: 52px;
    }

    .keep-cool-content {
        padding: 30px 0 0;
    }

    .importance-left {
        padding-bottom: 30px;
    }

    .importance-white-box.typography {
        padding: 20px;
    }

    .importance-white-box-section {
        padding: 60px 0;
        margin-bottom: 60px;
    }

    .importance-white-box p:first-child strong {
        margin-bottom: -10px;
    }

    .insulsqueeze-zigzag-content.typography p {
        margin-bottom: 18px;
    }

    .insulsqueeze-zigzag-row {
        margin-bottom: 60px;
    }

    .insulsqueeze-zigzag-section {
        margin-bottom: 60px;
    }

    .insulsqueeze-zigzag-content-wrap {
        padding: 30px 0 0;
    }

    .insulsqueeze-superior-section {
        padding: 60px 0 60px;
        margin-bottom: 60px;
    }

    .insulsqueeze-superior-content {
        padding: 30px 0 0;
    }

    .insulsqueeze-superior-wrap.typography p:first-child {
        margin-bottom: 12px;
    }

    .insulsqueeze-superior-wrapper {
        margin-bottom: 47px;
    }

    .additional-zigzag-section .insulsqueeze-zigzag-content.typography ul.withou-marker {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .additional-zigzag-section .typography ul {
        padding-bottom: 9px;
    }

    .insulsqueeze-zigzag-section.additional-zigzag-section.insulsqueeze-energy-bg {
        padding: 60px 0 60px;
    }

    .custom-faq-section.insulation-faq-sec {
        margin-bottom: 34px;
    }

    /* garage section end */

    .common-btn {
        padding: 8px 18px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {

    .footer-toggle-icon {
        width: 16px;
        height: 16px;
        position: absolute;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
    }

    .footer-toggle-icon::before,
    .footer-toggle-icon::after {
        content: '';
        position: absolute;
        background: #fff;
        transition: all 0.5s ease;
    }

    .footer-toggle-icon::before {
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .footer-toggle-icon::after {
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%) rotate(0deg);
        transform-origin: center;
    }

    .footer-toggle-icon.active::after {
        transform: translateX(-50%) rotate(90deg);
    }

    footer .footer-col {
        width: 100%;
    }

    .footer-col.footer-social .fmenu-block strong {
        pointer-events: none;
    }

    .footer-col.footer-social .fmenu-block strong span {
        display: none;
    }

    .footer-grid {
        row-gap: 0;
    }

    .footer-col.footer-contact {
        margin-bottom: 20px;
    }

    footer .fmenu-block strong {
        margin-bottom: 0;
        padding: 10.5px 0;
        border-bottom: 1px solid #6661d5b8;
        padding-right: 40px;
        display: block;
        position: relative;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    footer .fmenu-block strong.active {
        border-color: transparent;
    }

    .footer-col.footer-social strong {
        border: 0;
        cursor: context-menu;
    }

    ul.footer-menu {
        padding-bottom: 12px;
    }

    .footer-col.footer-social {
        padding-top: 15px;
    }

    .footer-badge {
        margin-top: 22px;
        justify-content: flex-start;

    }

    .btm-row {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .copyrite-col {
        width: 100%;
        text-align: center;
    }

    .copyright-logo-col {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copyright-logo-col a {
        width: 140px;
        height: 24px;
    }

    .footer-col.footer-shop ul.footer-menu {
        padding-bottom: 0px;
    }

    /* contact section start */
    .custom-form .custom-form-field .row-field {
        width: 100%;
    }

    /* contact section end */
    .why-card {
        width: 100%;
    }

    form .custom-form .common-btn {
        font-size: 14px;
        line-height: 24px;
    }

    /* .common-btn {
        font-size: 14px;
        line-height: 24px;
    } */

    .news-col {
        width: 100%;
    }

    .news-image {
        height: 280px;
    }
}