/* Our Transformers section css start */

.our-transformers {
    padding: 90px 0;
    background-color: #eaf1f7;
    margin-bottom: 90px;
}

.our-transformers h2 {
    text-align: center;
    font-size: 48px;
    line-height: normal;
    margin-bottom: 34px;
    font-weight: 600;
}

.our-transformers .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(415px, 1fr));
    column-gap: 25px;
    row-gap: 40px;
}

.our-transformers .row .product-col {
    position: relative;
    padding-bottom: 44px;
}

.our-transformers .row .product-col:hover img {
    transform: scale(1.1);
}

.product-col .product-img {
    overflow: hidden;
}

.product-col .product-img img {
    width: 100%;
    transition: all .6s ease;
    transform: scale(1.01);
}

.product-col .product-title h3 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-col p {
    text-align: center;
    letter-spacing: 0.02em;
    margin: 0;
}

.product-col a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #f7bd01;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    transition: all .6s ease;
    font-family: 'Sora';
}

.product-col a::after {
    transition: all .6s ease;
    content: "";
    width: 17px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.812' height='12.12' viewBox='0 0 16.812 12.12'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f7bd01; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-1' d='M570.76,2335.25H584.2l-4.045,4.02a0.765,0.765,0,0,0,1.062,1.1,0.041,0.041,0,0,1,.019-0.02l5.349-5.32a0.764,0.764,0,0,0,0-1.08l-5.349-5.32a0.771,0.771,0,0,0-1.081.02,0.762,0.762,0,0,0,0,1.06l4.045,4.02H570.76a0.76,0.76,0,1,0,0,1.52h0Z' transform='translate(-570 -2328.44)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

.product-col a:hover::after {
    transform: translateX(5px);
}


/* Our Transformers section css end */


/* Footer css start  */

.footer-bottom {
    background-color: #4487ca;
    margin-top: 40px;
    border-top: 1px solid #f7bd01;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
    align-items: center;
}

.footer-bottom-row p,
.footer-bottom-row a {
    color: #FEFEFE99;
    font-size: 15px;
    line-height: 36px;
    transition: 0.5s;
    /* opacity: .8; */
    letter-spacing: 0.03em;
    margin: 0;
}

.footer-bottom-row .service-area {
    color: #fff;
    /* position: relative;
    top: 1px; */
    padding-right: 46px;
}

.footer-bottom-row .service-area:hover {
    color: #FEFEFE99;
}

.footer-bottom-row a:hover {
    color: #fff;
    opacity: 1;
}

footer {
    padding-top: 54px;
    background-color: #1213a2;
    border-top: 5px solid #f7bd01;
}

body.home footer h2,
footer h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}

footer .footer-row {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; */
    display: flex;
    /* column-gap: 20px; */
}

.footer-col-1 {
    width: 320px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li a {
    font-size: 17px;
    line-height: 38px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}

footer ul li a:hover {
    color: #ffaa17;
}

ul.footer-sub-menus li a {
    font-weight: 400;
}


/* menu inside submenu css start */

footer ul li.menu-item-has-children ul.footer-sub-menus {
    list-style: none;
    padding: 0;
    padding-left: 16px;
}

footer ul li.menu-item-has-children ul.footer-sub-menus li a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    line-height: 31px;
}


/* footer ul li.menu-item-has-children ul.footer-sub-menus li a::before {
    content: "";
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Shape_11_copy_6' data-name='Shape 11 copy 6' class='cls-1' d='M5.3,5.009a0.441,0.441,0,0,1-.13.313L0.754,9.742A0.442,0.442,0,0,1,.129,9.117L4.237,5.009,0.129,0.9A0.442,0.442,0,1,1,.754.277L5.174,4.7a0.441,0.441,0,0,1,.13.312h0Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
} */

footer ul li.menu-item-has-children ul.footer-sub-menus>li {
    position: relative;
}

footer ul li.menu-item-has-children ul.footer-sub-menus>li::before {
    content: "";
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Shape_11_copy_6' data-name='Shape 11 copy 6' class='cls-1' d='M5.3,5.009a0.441,0.441,0,0,1-.13.313L0.754,9.742A0.442,0.442,0,0,1,.129,9.117L4.237,5.009,0.129,0.9A0.442,0.442,0,1,1,.754.277L5.174,4.7a0.441,0.441,0,0,1,.13.312h0Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: -16px;
}

footer ul li.menu-item-has-children ul.footer-sub-menus li a.icon-remove {
    font-weight: 600;
}

footer ul li.menu-item-has-children ul.footer-sub-menus li a.icon-remove::before {
    display: none;
}

li.menu-item-has-children {
    margin-bottom: 3px;
}

.footer-col-2 .menu-item-has-children a {
    margin-bottom: 2px;
    display: inline-block;
}

.footer-col-2 ul.footer-sub-menus>li {
    margin-bottom: 9px;
}

.footer-col-3 {
    width: 348px;
    margin-top: 42px;
}

.footer-col-4 {
    width: 336px;
}


/* menu inside submenu css end */


/* submenu inside submenu css start */

footer ul li.menu-item-has-children ul.footer-sub-menus>li>ul {
    list-style: none;
    padding: 0;
    padding-left: 17px;
}

footer ul li.menu-item-has-children ul.footer-sub-menus>li>ul>li>a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}


/* footer ul li.menu-item-has-children ul.footer-sub-menus>li>ul>li>a::before {
    content: "";
    width: 6px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='1' viewBox='0 0 6 1'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Shape_4_copy_4' data-name='Shape 4 copy 4' class='cls-1' d='M0,1V0H6V1H0Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
} */

footer ul li.menu-item-has-children ul.footer-sub-menus>li>ul>li {
    position: relative;
}

footer ul li.menu-item-has-children ul.footer-sub-menus>li>ul>li::before {
    content: "";
    width: 6px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='1' viewBox='0 0 6 1'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Shape_4_copy_4' data-name='Shape 4 copy 4' class='cls-1' d='M0,1V0H6V1H0Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: -15px;
}

.footer-col-3 .menu-item-has-children:first-child ul.footer-sub-menus>li>a {
    font-weight: 600;
}

.footer-col-2 {
    width: 296px;
}

.footer-logo>a {
    line-height: 0;
}

.for-mobile {
    display: none;
}


/* submenu inside submenu css end */

.footer-logo {
    margin-top: 21px;
    margin-bottom: 22px;
    line-height: 0;
}

.footer-logo a {
    display: inline-block;
    line-height: 0;
}

ul.address-wrap li {
    padding-left: 33px;
    position: relative;
}

ul.address-wrap p,
ul.address-wrap a {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.02em;
}

ul.address-wrap li.fax-free p:first-child,
ul.address-wrap li.phn-num p:first-child,
ul.address-wrap li.toll-free p:first-child {
    font-size: 17px;
    line-height: 28px;
}

.contact_lable_wrap {
    position: fixed;
    right: 0;
    top: 40%;
    cursor: pointer;
    z-index: 999;
}

.footer-col-3 ul.footer-sub-menus {
    margin-bottom: 8px;
}


/* .contact_lable_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25.4px 10px;
    background-color: #ffaa17;
    color: #fff;
    font-size: 17px;
    transition: all 0.4s;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 46px;
    border-radius: 0 14px 14px 0;
    border: 1px solid #ffaa17;
    font-family: 'Poppins';
    font-weight: 600;
} */


/* ul.address-wrap {
    margin-bottom: 45px;
} */

ul.address-wrap li.phn-num a::after {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all .6s ease;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Benable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='_' class='st0'%3E%3Cpath class='st1' d='M16.4,16.8c0,0-0.1,0.1-0.1,0.1l-0.6,0.4c0,0,0,0-0.1,0c0,0,0,0-0.1,0.1c-1,0.4-2,0.6-3.1,0.6 c-1.9,0-3.5-0.6-4.7-1.8l-6-6C0.9,9.3,0.3,8.1,0.1,6.6s0-2.8,0.6-4.2c0,0,0-0.1,0.1-0.1l0.4-0.6c0,0,0,0,0.1,0c0,0,0,0,0.1-0.1 l1.1-1.1C2.6,0.2,3.1,0,3.6,0C4,0,4.4,0.2,4.7,0.5l3.1,3.1c0.3,0.3,0.5,0.7,0.5,1.2S8.1,5.7,7.8,6L6.6,7.2l4.2,4.1l1.3-1.2 c0.3-0.4,0.7-0.5,1.2-0.5c0.4,0,0.8,0.2,1.2,0.5l3.1,3.1c0.3,0.3,0.5,0.7,0.5,1.2c0,0.5-0.1,0.9-0.5,1.3L16.4,16.8z M16.5,14.2 l-3.1-3.1c-0.1-0.1-0.3-0.1-0.4,0l-1.7,1.7c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4-0.1-0.5-0.2L5.1,7.7C4.9,7.6,4.9,7.4,4.9,7.2 s0.1-0.4,0.2-0.5L6.8,5C7,4.9,7,4.7,6.8,4.6L3.7,1.4c0,0-0.1-0.1-0.2-0.1c-0.1,0-0.2,0-0.2,0.1l-1,1L1.9,3C1.4,4.4,1.3,5.6,1.5,6.6 c0.2,1.1,0.6,1.9,1.3,2.6l6,6c1,1,2.2,1.4,3.7,1.4c0.9,0,1.7-0.2,2.5-0.5l0.5-0.3l1-1c0,0,0.1-0.1,0.1-0.2S16.6,14.3,16.5,14.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
}

ul.address-wrap li.phn-num a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Benable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='_' class='st0'%3E%3Cpath class='st1' d='M16.4,16.8c0,0-0.1,0.1-0.1,0.1l-0.6,0.4c0,0,0,0-0.1,0c0,0,0,0-0.1,0.1c-1,0.4-2,0.6-3.1,0.6 c-1.9,0-3.5-0.6-4.7-1.8l-6-6C0.9,9.3,0.3,8.1,0.1,6.6s0-2.8,0.6-4.2c0,0,0-0.1,0.1-0.1l0.4-0.6c0,0,0,0,0.1,0c0,0,0,0,0.1-0.1 l1.1-1.1C2.6,0.2,3.1,0,3.6,0C4,0,4.4,0.2,4.7,0.5l3.1,3.1c0.3,0.3,0.5,0.7,0.5,1.2S8.1,5.7,7.8,6L6.6,7.2l4.2,4.1l1.3-1.2 c0.3-0.4,0.7-0.5,1.2-0.5c0.4,0,0.8,0.2,1.2,0.5l3.1,3.1c0.3,0.3,0.5,0.7,0.5,1.2c0,0.5-0.1,0.9-0.5,1.3L16.4,16.8z M16.5,14.2 l-3.1-3.1c-0.1-0.1-0.3-0.1-0.4,0l-1.7,1.7c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4-0.1-0.5-0.2L5.1,7.7C4.9,7.6,4.9,7.4,4.9,7.2 s0.1-0.4,0.2-0.5L6.8,5C7,4.9,7,4.7,6.8,4.6L3.7,1.4c0,0-0.1-0.1-0.2-0.1c-0.1,0-0.2,0-0.2,0.1l-1,1L1.9,3C1.4,4.4,1.3,5.6,1.5,6.6 c0.2,1.1,0.6,1.9,1.3,2.6l6,6c1,1,2.2,1.4,3.7,1.4c0.9,0,1.7-0.2,2.5-0.5l0.5-0.3l1-1c0,0,0.1-0.1,0.1-0.2S16.6,14.3,16.5,14.2z' style='&%2310; fill: %23ffaa17;&%2310;'/%3E%3C/g%3E%3C/svg%3E");
}

ul.address-wrap li.fax-free {
    margin-bottom: 15px;
}

ul.address-wrap li.toll-free {
    margin-bottom: 7px;
}

ul.address-wrap li.address-location {
    margin-bottom: 12px;
}

ul.address-wrap li.phn-num {
    margin-bottom: 9px;
}

ul.address-wrap li.email-address {
    margin-bottom: 12px;
}

ul.address-wrap li.email-address a {
    display: inline-block;
}

ul.address-wrap li.toll-free::after {
    content: '';
    width: 20px;
    height: 19px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.38' height='19.03' viewBox='0 0 19.38 19.03'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1291.07,5265.37h-1.65v-2.44l-2.98-2.99h-8.81v5.43h-1.31a2.311,2.311,0,0,0-2.31,2.31v6.74a2.313,2.313,0,0,0,2.31,2.32h1.72v2.24h11.31v-2.24h1.72a2.32,2.32,0,0,0,2.31-2.32v-6.74A2.317,2.317,0,0,0,1291.07,5265.37Zm-13.03,6.82v3.32h-1.72a1.084,1.084,0,0,1-1.08-1.09v-6.74a1.082,1.082,0,0,1,1.08-1.08h1.31v0.03h1.23v-0.03h12.21a1.082,1.082,0,0,1,1.08,1.08v6.74a1.084,1.084,0,0,1-1.08,1.09h-1.72v-3.32h-11.31Zm10.15-6.82h-9.33v-4.2h7.07l2.26,2.27v1.93Zm-8.92,12.38v-4.34h8.86v4.34h-8.86Z' transform='translate(-1274 -5259.94)'/%3E%3C/svg%3E%0A");
}

ul.address-wrap li.email-address a::after {
    content: '';
    width: 17px;
    height: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .6s ease;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 13.1' style='enable-background:new 0 0 16 13.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Benable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='_' class='st0'%3E%3Cpath class='st1' d='M0,0.6c0-0.2,0.1-0.3,0.2-0.4C0.3,0.1,0.5,0,0.6,0h14.7c0.2,0,0.3,0.1,0.4,0.2C15.9,0.3,16,0.4,16,0.6v11.9 c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.3,0.2-0.4,0.2H0.6c-0.2,0-0.3-0.1-0.4-0.2C0.1,12.8,0,12.6,0,12.5V0.6z M1.2,1.2v1.6l0.1,0 l6.8,5.7l6.6-5.7l0,0V1.2H1.2z M14.7,11.8V4.4L8.5,9.8C8.4,9.9,8.3,10,8.1,10c-0.2,0-0.3,0-0.5-0.1L1.2,4.5v7.4H14.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

ul.address-wrap li.email-address a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 16 13.1' style='enable-background:new 0 0 16 13.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Benable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='_' class='st0'%3E%3Cpath class='st1' d='M0,0.6c0-0.2,0.1-0.3,0.2-0.4C0.3,0.1,0.5,0,0.6,0h14.7c0.2,0,0.3,0.1,0.4,0.2C15.9,0.3,16,0.4,16,0.6v11.9 c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.3,0.2-0.4,0.2H0.6c-0.2,0-0.3-0.1-0.4-0.2C0.1,12.8,0,12.6,0,12.5V0.6z M1.2,1.2v1.6l0.1,0 l6.8,5.7l6.6-5.7l0,0V1.2H1.2z M14.7,11.8V4.4L8.5,9.8C8.4,9.9,8.3,10,8.1,10c-0.2,0-0.3,0-0.5-0.1L1.2,4.5v7.4H14.7z' style='&%2310; fill: %23ffaa17;&%2310;'/%3E%3C/g%3E%3C/svg%3E");
}

ul.address-wrap li.address-location::after {
    content: '';
    width: 17px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.6 22' style='enable-background:new 0 0 15.6 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Benable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='_' class='st0'%3E%3Cpath class='st1' d='M15.6,8c0,2.6-1.2,5.7-3.5,9.2c-1.3,2-2.5,3.5-3.5,4.5C8.5,21.9,8.3,22,8,22c-0.2,0-0.4-0.1-0.6-0.3 c-0.4-0.4-0.8-1-1.4-1.7c-0.5-0.7-1.3-1.8-2.4-3.2c-1.1-1.5-1.9-3-2.6-4.6C0.4,10.6,0,9.2,0,8c0-2.1,0.7-4,2-5.6 C3.4,0.8,5.2,0,7.6,0c2.4,0,4.4,0.9,6,2.6C15,4.2,15.6,6,15.6,8z M9.7,17.9c0.5-0.7,1.2-1.7,1.9-2.8c0.7-1.1,1.3-2.3,1.8-3.6 c0.5-1.2,0.7-2.4,0.7-3.5c0-1.7-0.6-3.2-1.8-4.5c-1.2-1.3-2.7-2-4.7-2c-1.9,0-3.4,0.7-4.5,2C2.1,4.8,1.5,6.3,1.5,8 c0,0.9,0.3,1.9,0.8,3.1c0.5,1.2,1.1,2.4,1.9,3.6C5,16,5.7,17,6.3,17.8c0.6,0.8,1.2,1.5,1.8,2.3C8.6,19.4,9.2,18.7,9.7,17.9z M11.3,8.7c0,1-0.3,1.8-1,2.4c-0.7,0.7-1.5,1-2.4,1c-0.9,0-1.8-0.3-2.4-1c-0.7-0.7-1-1.5-1-2.4c0-1,0.3-1.8,1-2.4 c0.7-0.7,1.5-1,2.4-1c0.9,0,1.8,0.3,2.4,1C10.9,6.9,11.3,7.7,11.3,8.7z M9.7,8.7c0-0.5-0.2-1-0.6-1.4C8.8,6.9,8.3,6.7,7.8,6.7 c-0.5,0-1,0.2-1.3,0.6C6.1,7.7,5.9,8.1,5.9,8.7c0,0.5,0.2,1,0.6,1.4c0.4,0.4,0.8,0.6,1.3,0.6c0.5,0,1-0.2,1.3-0.6 C9.5,9.6,9.7,9.2,9.7,8.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

ul.address-wrap li.time::after {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.25' height='24.25' viewBox='0 0 24.25 24.25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffaa17; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M272.05,6551.9a12.125,12.125,0,1,0,12.125,12.12A12.124,12.124,0,0,0,272.05,6551.9Zm0,22.04a9.92,9.92,0,1,1,9.92-9.92A9.92,9.92,0,0,1,272.05,6573.94Zm1.1-10.37v-6.16a1.1,1.1,0,0,0-2.205,0v6.61a1.078,1.078,0,0,0,.323.78l3.307,3.31a1.1,1.1,0,0,0,1.558-1.56Z' transform='translate(-259.938 -6551.91)'/%3E%3C/svg%3E%0A");
}


/* Footer css end  */


/* AC REACTOR page css start  */


/* .ac-reactor-page h2 {
    margin-bottom: 6px;
} */

.ac-reactor-page .inner-row h2.only-title {
    margin-bottom: 20px;
}

.ac-reactor-page .transformer-detail {
    margin-bottom: 28px;
}

.ac-reactor-page .transformer-detail:nth-of-type(2) {
    margin-bottom: 0;
}

.ac-reactor-page .inner-row .transformer-detail ul {
    padding: 0;
    list-style: none;
}

.ac-reactor-page .inner-row .transformer-detail li {
    padding: 2px 0;
    font-size: 16px;
    line-height: 26px;
}

.ac-reactor-page .inner-row .transformer-detail p {
    margin-bottom: 15px;
}

.ac-reactor-page .inner-section {
    margin-bottom: 91px;
}

.ac-reactor-page p.custom-title {
    font-weight: bold;
}


/* AC REACTOR page css end  */

.harmonic-concellation-2 .content-top {
    margin-top: 35px;
}


/* specialty-transformers page css start  */


/* .specialty-transformers-page .zero-sq-filter-section .first-left-sq {
    font-size: 22px;
    line-height: 33px;
    background: #fff;
    margin-bottom: 10px;
}

.specialty-transformers-page .zero-sq-filter-section .first-right-sq {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
}

.specialty-transformers-page .zero-sq-filter-section .zero-sq-filter-second {
    margin: 10px 0 0 5px;
}

.specialty-transformers-page ul.listing.zero-sq-filter-listing li {
    margin-bottom: 3px;
    font-size: 17px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    list-style: none;
    position: relative;
    padding-left: 19px;
    } */

.specialty-transformers-page section.zero-sq-filter-section.zero-sq-inner-space {
    margin-bottom: 0;
}

.specialty-transformers-page .inner-section {
    margin-bottom: 40px;
}

.specialty-transformers-page .zero-sq-filter-section .zero-sq-filter-first {
    margin-bottom: 15px;
}

.specialty-transformers-page .zero-sq-filter-section .first-left-sq h3 {
    margin-bottom: 7px;
}

.specialty-transformers-page .zero-sq-filter-section .zero-sq-filter-row {
    padding: 16px 20px;
}


/* .specialty-transformers-page .zero-sq-filter-section .zero-sq-filter-second {
    margin: 0;
    margin-left: 16px;
} */


/* specialty-transformers page css end */


/* drive isolation css start  */

.drive-isolation-page-2 .img-col-box p {
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    line-height: 26px;
    line-height: normal;
    font-weight: 600;
}

.drive-isolation-page-2 .about-right-col.transform-right-col.transform-specfic-img img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    background-color: #e3e2e2;
    padding: 40px 75px;
}

.drive-isolation-page-2 .table_section table {
    border-collapse: unset;
}


/* drive isolation css end */

.transformer-repair-content ul.location-listing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.transformer-repair-content ul.location-listing li a:hover {
    color: #f7bd01;
}

.transformer-repair-content ul.listing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.transformer-repair-services-row ul.listing li {
    margin-bottom: 10px;
}

.table_section th:first-child {
    border-left: 0;
}

.table_section th:last-child {
    border-right: 0;
}

.table_section th {
    border-top: 2px solid #e3e2e2 !important;
}

.hospital-medical-2 .inner-row {
    padding-bottom: 30px;
}

.zero-isolattion .footer-spacing {
    margin-bottom: 93px !important;
}

.zero-isolattion .content-top {
    margin-top: 90px;
}

.industy-served section.content-coming-soon {
    margin-bottom: 65px;
}

.table-section-2 td {
    width: 50%;
}


/* carrer page css start  */


.attachfile-col {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #cccccc;
    padding: 11px 18px;
    border-radius: 6px;
}

.attachfile-col label {
    min-width: fit-content;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #a7a7a7;
}

.attachfile-col input[type="file"] {
    padding-left: 0;
    border: 0;
    padding: 0;
    width: auto;
    color: #a7a7a7;
    border-radius: 0;
}

.attachfile-col input[type="file"].file-uploaded {
    color: #000;
    /* Color when a file is uploaded */
}

/* .fcol.attachfile-cols{
    margin-bottom: 0;
} */

#cancelButton {
    background-color: #ff4d4d;
    /* Red background for cancel button */
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
}

#cancelButton:hover {
    background-color: #e60000;
    /* Darker red on hover */
}

/* carrer page css end */


/* responsive css start  */

@media screen and (min-width:767px) {
    .harmonic-concellation-2 .inner-row {
        padding-bottom: 0;
    }
}

@media screen and (max-width:1439px) {

    /* Our Transformers section css start */
    .our-transformers .container .row {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Our Transformers section css end */
}

@media screen and (max-width:1339px) {
    .footer-col-1 {
        width: 250px;
    }

    .footer-col-2 {
        width: 290px;
    }
}

@media screen and (max-width:1199px) {

    /* Our Transformers section css start */
    .product-col .product-title h3 {
        font-size: 25px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .product-col p {
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 28px;
    }

    .product-col a {
        font-size: 17px;
    }

    .our-transformers {
        padding: 80px 0;
        margin-bottom: 71px;
    }

    .our-transformers h2 {
        font-size: 46px;
    }

    /* Our Transformers section css end */
    /* footer css start  */
    .footer-bottom-row {
        padding: 14px 0;
    }

    /* footer css end */
    /* ac reactor page css start  */
    /* .ac-reactor-page .inner-row h2 {
        margin-bottom: 6px;
    } */
    .ac-reactor-page .inner-row h2.only-title {
        margin-bottom: 15px;
    }

    .ac-reactor-page .inner-section {
        margin-bottom: 71px;
    }

    /* ac reactor page css end  */
    .footer-col-1 {
        width: 230px;
    }

    footer ul li a {
        font-size: 16px;
        line-height: 34px;
    }

    ul.address-wrap p,
    ul.address-wrap a {
        font-size: 16px;
    }

    /* ac-reactor-page css start  */
    /* .ac-reactor-page p.custom-title {
        font-size: 28px;
        line-height: 42px;
    } */
    .harmonic-concellation.ac-reactor-page .inner-section p:last-child {
        margin-bottom: 0;
    }

    /* ac-reactor-page css end  */
    /* specialty-transformers-page css start  */
    .specialty-transformers-page .inner-section {
        margin-bottom: 20px;
    }

    /* specialty-transformers-page css end */
    .drive-isolation-page section.table_section P {
        margin-bottom: 20px;
    }

    .transformer-repair-content ul.location-listing {
        grid-template-columns: repeat(3, 1fr);
    }

    .fluid-section {
        padding: 80px 0 75px;
    }

    .inner-section {
        margin-bottom: 71px;
    }

    .footer-bottom-row .service-area {
        padding-right: 25px;
    }

    .zero-isolattion .footer-spacing {
        margin-bottom: 73px !important;
    }

    .zero-isolattion h2.product-title {
        margin-bottom: 10px;
    }

    .zero-isolattion .content-top {
        margin-top: 70px;
    }
}

@media screen and (max-width:991px) {

    /*  Our Transformer Section Img  */
    .drive-isolation-page-2 .about-right-col.transform-right-col.transform-specfic-img img {
        padding: 20px;
    }

    /* Our Transformers section css start */
    .our-transformers .container .row {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 25px;
    }

    .our-transformers {
        padding: 70px 0;
    }

    .our-transformers h2 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .our-transformers .row .product-col {
        padding-bottom: 30px;
    }

    .product-col p {
        padding-bottom: 16px;
        font-size: 16px;
        line-height: 26px;
    }

    /* Our Transformers section css end */
    /* footer */
    footer ul li a {
        font-size: 16px;
        line-height: 30px;
    }

    ul.address-wrap p,
    ul.address-wrap a {
        font-size: 16px;
    }

    footer .footer-row>div {
        width: 33.33%;
    }

    footer .footer-row {
        flex-wrap: wrap;
    }

    footer .footer-row>div:last-child {
        width: 100%;
    }

    footer .footer-row>div.footer-col-4 {
        margin-top: 15px;
    }

    .footer-bottom-row p,
    .footer-bottom-row a {
        font-size: 13px;
        line-height: 22px;
    }

    .footer-bottom {
        margin-top: 33px;
    }

    .footer-bottom-row .service-area {
        padding-right: 0px;
    }

    .footer-bottom-row {
        text-align: center;
        flex-direction: column;
        gap: 0px;
    }

    /* ac-reactor-page css start  */
    /* .ac-reactor-page p.custom-title {
        font-size: 26px;
        line-height: 40px;
    } */
    /* ac-reactor-page css end  */
    .drive-isolation-page-2 .table_section .specifications-table {
        overflow-x: scroll;
    }

    .content-top {
        margin-top: 25px !important;
    }

    .zero-isolattion .content-top {
        margin-top: 70px !important;
    }

    .zero-isolattion .table_section .specifications-table {
        overflow-x: scroll;
    }

    .zero-isolattion.harmonic-concellation .inner-section p:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {

    /* Our Transformers section css start */
    .product-col .product-title h3 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    body.home footer h2,
    footer h2 {
        text-align: center;
    }

    .our-transformers {
        padding: 60px 0;
        margin-bottom: 51px;
    }

    .our-transformers h2 {
        font-size: 38px;
    }

    /* Our Transformers section css end */
    /* footer css start  */
    .footer-bottom-row p,
    .footer-bottom-row a {
        line-height: 22px;
        font-size: 12px;
    }

    .footer-row .footer-col.footer-col-4 ul {
        display: block !important;
    }

    footer .footer-row>div {
        width: 100%;
    }

    .footer-col-3 {
        display: none;
    }

    .for-mobile {
        display: block;
        margin-left: -16px;
    }

    .footer-col:last-child {
        border-bottom: none;
    }

    .footer-row>ul {
        padding-bottom: 10px;
    }

    /* footer css end */
    .footer-row ul {
        display: none;
        padding-bottom: 0;
    }

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

    .footer-sub-menus,
    .footer-sub-menus ul {
        display: block !important;
    }

    .footer-col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    body.home footer h2,
    footer h2 {
        font-size: 19px;
        padding: 12px 38px 12px 0;
        margin-bottom: 0;
        position: relative;
        text-align: left;
    }

    footer h2::after,
    footer h2::before {
        content: "";
        width: 16px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 26px;
        right: 0;
        transition: all 0.6s ease;
    }

    .footer-logo {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .footer-col-2 .footer-inner-col ul {
        padding-right: 30px;
    }

    footer h2::after {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    footer h2.active::after {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    footer {
        padding-top: 44px;
    }

    .footer-inner-col:last-child {
        border: none;
    }

    footer .footer-row>div.footer-col-4 {
        margin-top: 0;
    }

    /* ac reactor page css start  */
    .ac-reactor-page .inner-row {
        flex-direction: column;
    }

    .ac-reactor-page .inner-section {
        margin-bottom: 28px;
    }

    .ac-reactor-page .transformer-detail {
        margin-bottom: 22px;
    }

    .ac-reactor-page .transformer-detail:nth-of-type(2) {
        margin-bottom: 22px;
    }

    /* .ac-reactor-page p.custom-title {
        font-size: 22px;
        line-height: 34px;
    } */
    /* ac reactor page css end  */
    .harmonic-concellation-2 .inner-row {
        padding-bottom: 15px;
    }

    .harmonic-concellation-2 .content-top {
        margin-top: 0px;
    }

    .drive-isolation-page-2 .about-manufacture-images-section {
        margin-bottom: 55px;
    }

    .transformer-repair-content ul.location-listing {
        grid-template-columns: repeat(2, 1fr);
    }

    .transformer-repair-services-row ul.listing li {
        margin-bottom: 8px;
    }

    section.about-dependable-section {
        margin-bottom: 36px;
    }

    .hospital-medical .inner-section {
        margin-bottom: 36px;
    }

    .content-top {
        margin-top: 0px !important;
    }

    .harmonic-concellation .inner-section .title-row {
        margin-bottom: 20px !important;
    }

    .hospital-medical-2 .inner-row {
        padding-bottom: 0;
    }

    .zero-isolattion .footer-spacing {
        margin-bottom: 53px !important;
    }

    .zero-isolattion .footer-spacing.section-spacing {
        margin-bottom: 47px !important;
    }

    .zero-isolattion .content-top {
        margin-top: 20px !important;
    }

    .industy-served section.content-coming-soon {
        margin-bottom: 51px;
    }

    .attachfile-col input[type="file"] {
        width: 100%;
    }
}

@media screen and (max-width:690px) {
    .our-transformers .container .row {
        grid-template-columns: repeat(1, 1fr);
        gap: 34px;
        margin-top: 15px;
    }

    .product-col .product-title h3 {
        font-size: 23px;
    }
}

@media screen and (max-width:576px) {

    /* Our Transformers section css start */
    .our-transformers {
        padding: 50px 0;
        margin-bottom: 45px;
    }

    .our-transformers h2 {
        font-size: 36px;
        margin-bottom: 26px;
    }

    .our-transformers .row .product-col {
        padding-bottom: 20px;
    }

    /* Our Transformers section css end */
    .about-manufacture-images-wrap.transformer-repair-img-wrap img {
        width: 100%;
    }

    .attachfile-col {
        flex-direction: column;
        align-items: start;
    }

}

@media screen and (max-width:479px) {
    .transformer-repair-content ul.location-listing {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* responsive css end */