.advantageCard {
    padding: 20px;
    border-radius: 12px;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: none;
    transition: 0.4s;
    height: 100%;
}

.advantageCard h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 15px;
    color: #D50009;
}

.advantageCard:hover :where(h5, p) {
    color: #fff;
}

.advantages {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

    .row {
        position: relative;
        z-index: 2;
    }
}

.advantageCard:hover {
    box-shadow: 0 4px 88px 3px rgba(213, 0, 9, 0.65);
    background-color: var(--color-red);
}


.mobProdOvrImg {
    margin-top: 15px;
    display: none;
}

.structureSec {
    padding-top: 0 !important;

    .structureCard {
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        padding: 15px 20px 25px;
        transition: all 0.5s;

        .structureImg {
            width: 100%;
            height: 200px;

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }

        .structureBtm {
            text-align: center;
            padding-top: 10px;

            .structureHead {
                font-size: 20px;
                line-height: 26px;
                font-weight: 700;
                color: #072E9F;
                font-family: var(--secondary-font);
                margin-bottom: 10px;
                transition: all 0.5s;
            }

            .structureTxtInn {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                margin-bottom: 15px;

                p {
                    font-size: 16px;
                    line-height: 26px;
                    transition: all 0.5s;
                }
            }

            .common-btn {
                font-size: 16px;

                .button-dot {
                    width: 40px;
                    height: 40px;
                    padding: 10px;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }

        &:hover {
            background-color: #072E9F;

            .structureBtm {
                .structureHead {
                    color: #fff;
                }

                .structureTxtInn {
                    p {
                        color: #fff;
                    }
                }

                .common-btn {
                    background-color: var(--color-red);

                    .button-dot {
                        background-color: var(--color-blue);
                    }
                }
            }
        }
    }
}


.center-wrap-parent {
    /* margin-top: 30px; */
    width: 100%;
    padding: 40px 30px;
    padding-top: 100px;
    display: flex;
    box-shadow: 0 4px 55px 16px rgba(70, 141, 199, 0.17);
    border-radius: 30px;
    justify-content: center;
}

.center-wrap {
    position: relative;
    width: 450px;
    height: 450px;
}

.center-main-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Common style for each feature */
.center-feature {
    width: 370px;
    display: flex;
    position: absolute;
    align-items: center;
    /* text-align: center; */
    /* width: 160px; */
    font-size: 14px;
    color: #000;

    .smaill-IcCirc {
        width: 75px;
        height: 75px;
        padding: 5px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: rgba(237, 239, 244, 0.6);
        padding: 12px;
        border: 1px solid rgba(102, 102, 102, 1);
        backdrop-filter: blur(12px);
        margin-bottom: 5px;
        transition: all 0.3s;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: brightness(0) saturate(100%) invert(15%) sepia(59%) saturate(7323%) hue-rotate(351deg) brightness(80%) contrast(113%);
        }
    }

    p {
        width: calc(100% - 80px);
        padding-right: 10px;
    }

    &.top {
        width: 600px;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);

        p {
            margin-bottom: 10px !important;
        }
    }

    &.left-top {
        top: 30%;
        left: -310px;

        p {
            text-align: right;
        }
    }

    &.right-top {
        top: 30%;
        right: -320px;

        p {
            text-align: left;
        }
    }

    &.left-bottom {
        bottom: 5%;
        left: -250px;

        p {
            text-align: right;
        }
    }

    &.right-bottom {
        bottom: 5%;
        right: -260px;

        p {
            text-align: left;
        }
    }

    &:hover {
        .smaill-IcCirc {
            background-color: #D50009;
            border-color: transparent;

            img {
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(104%) contrast(105%);
            }
        }

        p {
            color: #D50009;
        }
    }
}

.fdc {
    flex-direction: column;
}

.fdrr {
    flex-direction: row-reverse;
}

.fdcr {
    flex-direction: column-reverse;
}


.table-responsive {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #00000040;
}

.tableWrap {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    overflow: hidden;
}

.tmt-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--secondary-font);
    /* font-family: Arial, sans-serif; */
    text-align: center;
    color: #fff;
    /* overflow: hidden; */
    /* border: 1px solid rgba(255,255,255,0.3); */
    border-radius: 30px 30px 0 0;
}

.tmt-table thead {
    background: #003DA5;
    /* Blue header */
}

.tmt-table th,
.tmt-table td {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 8px;
    font-size: 18px;
}

.tmt-table th {
    font-size: 20px;
}

.tmtCalculator .getInTouchWrap::after {
    content: normal;
}

.tmtCalculator .getInTouchWrap {
    box-shadow: 0 4px 35px 12px rgba(69, 117, 207, 0.14);
}

.formWrap .form-label {
    font-size: 20px;
    line-height: 15px;
    margin-bottom: 18px;
    font-family: var(--secondary-font);
}

.tmtCalculator .inputBox.selectwrap::after {
    content: "";
    position: absolute;
    right: 20px;
    justify-content: center;
    align-items: center;
    /* display: flex; */
    width: 15px;
    height: 10px;
    pointer-events: none;
    background-image: url(../images/contact/contact-ar.png);
    background-size: 100% 100%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    border: 0;
    top: 50%;
}

.tmtResultBox table {
    border-radius: 9px;
    margin-bottom: 0;
}

.t-head {
    background-color: var(--color-red);
    border-radius: 9px;
}

.tmtResultBox th {
    color: #fff;
    background-color: var(--color-red);
    font-style: italic;
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 20px;
    padding: 12px 30px;
}

.tmtResultBox h6 {
    font-weight: 700;
    font-size: 22px;
    color: var(--color-blue);
    font-style: italic;
    font-family: var(--secondary-font);
}

.yourReqBox h4 {
    font-weight: 700;
    font-size: 26px;
    color: var(--color-blue);
    font-style: italic;
    margin-bottom: 35px !important;
    font-family: var(--secondary-font);
}

.reqItem {
    font-size: 18px;
    font-style: italic;
    line-height: 15px;
    font-weight: 400;
    color: rgba(86, 86, 86, 1);
    margin-bottom: 35px;
    font-family: var(--secondary-font);
}

.reqItem strong {
    font-style: normal;
    margin-right: 55px;
}

.tmtResultBox td {
    color: #000;
    /* background-color: var(--color-red); */
    /* font-style: italic; */
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 18px;
    padding: 17px 30px;
}

.tmtResultBox td:nth-child(2n+1) {
    border-right: 1px solid #00000040;
}

.tmtResultBox tr:not(:last-child) {
    border-bottom: 1px solid #00000040;
}

.requirementWrap {
    /* padding: 56px 30px; */
    box-shadow: 0 4px 35px 12px rgba(69, 117, 207, 0.14);
    margin-top: 50px;
}

.yourReqBox .common-btn {
    padding: 5px;
    padding-left: 23px;
    cursor: pointer;
    font-size: 18px;
}

.yourReqBox {
    padding: 56px 30px;
    margin-bottom: 25px;
    margin-top: 3px;
    border-right: 1px solid #00000040;
    /* padding-bottom: 50px; */
}

.tmtResultBox {
    padding: 45px 30px;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.yourReqBox .common-btn .button-dot {
    width: 50px;
    height: 50px;
}

.releated-productWrap .eachProject .prjImg {
    height: 484px;
}

.releated-productWrap .slick-track {
    margin: 0 -15px;
}

.releated-productWrap .eachProject {
    margin-left: 8px;
    margin-right: 8px;
}

.prjImg img {
    height: 100%;
}

.releated-productSection .eachProject:hover {
    box-shadow: none;
}

.releated-productSection .releated-productWrap .eachProject {
    background-color: #fff;
}

.releated-productWrap .thin-btn .common-btn {
    padding: 5px;
    padding-left: 16px;
}

.noteWrap {
    padding: 22px 42px;
    margin-top: 0;
    border-radius: 15px;
}

.rsltTable {
    width: 100%;
    overflow-x: auto;
}

.rsltTable table {
    width: 100%;
}

.noteWrap h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--secondary-font);
}

.noteWrap p {
    font-style: italic;
}


.releated-productWrap h4 {
    font-family: var(--secondary-font);
    text-transform: none;
}

.advantages .smallTitle::before {
    background-color: var(--color-red);
}

/* related product arrow */
.releated-productWrap {
    padding-bottom: 50px;
}

.center-button {
    &.prs-nav {
        bottom: 0;
        top: inherit;
        left: 50%;
        transform: translate(-50%, 0);
        right: inherit;

        .prs-swiper-button-prev {
            transform: translateX(0);
            left: calc(50% - 50px);
            position: absolute;
            bottom: 0;
        }

        .prs-swiper-button-next {
            transform: translateX(0) rotate(180deg);
            right: calc(50% - 50px);
            position: absolute;
            bottom: 0;
        }
    }
}

/* end related product arrow */

.single-product {
    .aboutSec-1 {
        .dskProdOvr {
            figure {
                width: 100%;
                height: 450px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }

    &.postid-831,
    &.postid-850 {
        .aboutSec-1 {

            .dskProdOvr,
            .mobProdOvrImg {
                figure {
                    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                }
            }
        }
    }
}

#tmtCalcForm{
    label{
        display: none;
    }
    .submitBox{
        margin-top: 0 !important;
    }
}

/* Responsive */

@media (max-width: 1600px) {
    .center-wrap {
        width: 380px;
        height: 380px;

        .smaill-IcCirc {
            width: 65px;
            height: 65px;
        }

        .center-feature {
            &.left-top {
                left: -320px;
            }

            &.right-top {
                right: -330px;
            }

            &.left-bottom {
                left: -270px;
            }

            &.right-bottom {
                right: -285px;
            }
        }

    }

    .releated-productWrap .eachProject .prjImg {
        height: 400px;
    }
}

@media (max-width: 1440px) {
    .center-wrap {
        width: 300px;
        height: 300px;

        .smaill-IcCirc {
            width: 55px;
            height: 55px;
            padding: 10px;
        }

        .center-feature {
            &.left-top {
                left: -330px;
            }

            &.left-bottom {
                left: -290px;
            }

            &.right-top {
                right: -340px;
            }

            &.right-bottom {
                right: -300px;
            }
        }

    }

    .releated-productWrap .eachProject .prjImg {
        height: 300px;
    }

    .tmtCalculator .inputBox.selectwrap::after {
        width: 12px;
        height: 8px;
        /* top: 75%; */
    }
}

@media(max-width: 1199px) {
    .aboutSec-1 {
        .common-btn {
            font-size: 16px;
        }
    }

    .formWrap .form-label {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .yourReqBox {
        padding: 30px 30px;
    }

    .yourReqBox h4 {
        font-size: 20px;
    }

    .reqItem {
        font-size: 16px;
    }

    .reqItem strong {
        margin-right: 30px;
    }

    .tmtResultBox {
        padding: 20px 22px;
    }

    .tmtResultBox th,
    .tmtResultBox td {
        font-size: 16px;
        padding: 10px 20px;
    }

    .tmtResultBox h6 {
        font-size: 18px;
    }
}


@media(max-width: 1024px) {
    .center-wrap {
        width: 250px;
        height: 250px;
    }

    .center-wrap {
        .smaill-IcCirc {
            width: 40px;
            height: 40px;
            padding: 6px;
        }
    }

    .center-feature {
        p {
            width: calc(100% - 40px);
        }
    }
}

@media(max-width: 991px) {

    .single-product {
        .aboutSec-1 {
            .mobProdOvrImg {
                figure {
                    width: 100%;
                    height: 350px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
            }
        }
    }

    .application {
        .d-md-block {
            display: none !important;
        }

        .d-md-none {
            display: block !important;
        }
    }

    .eachAdven {
        margin: 15px 0;

        .advantageCard {
            margin-top: 0 !important;
        }
    }

    .advantages {
        .secHeadWrap {
            margin-bottom: 20px !important;
        }
    }

    .center-feature {

        p {
            font-size: 14px !important;
            width: calc(85% - 40px);
            ;
        }
    }

    .application [role='tabpanel'] {
        height: 80vh;
    }

    .tmtCalculator .getInTouchWrap #tmtCalcForm .common-btn {
        font-size: 14px;
    }

    .tmtCalculator .getInTouchWrap #tmtCalcForm .common-btn span {
        margin-right: 15px;
    }

    .yourReqBox h4 {
        font-size: 18px;
        margin-bottom: 25px !important;
    }

    .reqItem {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .tmtResultBox h6 {
        font-size: 16px;
    }

    .tmtResultBox th,
    .tmtResultBox td {
        font-size: 15px;
        padding: 8px 15px;
    }

    .yourReqBox .common-btn .button-dot {
        width: 40px;
        height: 40px;
    }

    .yourReqBox .common-btn {
        font-size: 15px;
    }

    .noteWrap {
        padding: 22px 20px;
    }

    .single-product main {
        overflow: hidden;
    }
}

@media(max-width: 840px) {
    .center-wrap {
        width: 200px;
        height: 200px;
    }


    .center-wrap {
        .center-feature {
            &.right-bottom {
                right: -314px;
            }
        }
    }
}

@media(max-width: 768px) {
    .aboutSec-1 {
        .common-btn {
            min-width: 240px;
        }
    }

    .center-main-img {
        display: none;
    }

    .center-wrap-parent {
        padding: 20px;
    }

    .center-feature {
        position: static !important;
        text-align: left !important;

        &.top {
            transform: translateX(0);
            width: auto;
            flex-direction: row;

            p {
                text-align: left !important;
            }
        }

        &.left-top,
        &.left-bottom {
            p {
                text-align: left !important;
            }
        }

    }

    .center-wrap {
        width: 100%;
        height: auto;

        .center-feature {
            margin-bottom: 15px;

            &.fdrr {
                flex-direction: row;
            }

            p {
                width: calc(100% - 40px);
            }
        }
    }

    .single-product {
        .aboutSec-1 {
            .secHeadWrap {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

            p {
                text-align: center;
            }

            .btnWrap {
                justify-content: center;

                .prodBtnRgt {
                    .common-btn {
                        margin-left: 15px;
                    }
                }
            }
        }

        .eachAdven {
            .advantageCard {
                text-align: center;

                h5 {
                    margin-bottom: 10px;
                }
            }
        }
    }


    #tmtCalcForm .common-btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .advantageCard {
        padding: 16px;
    }

    .application .col_1 {
        margin-bottom: 10px;
    }

    .requirementWrap {
        margin-top: 50px;
    }

    .yourReqBox {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;

        .yourReqBtn {
            display: flex;
            justify-content: center;
        }
    }

    .yourReqBox h4{
        text-align: center;
    }

    #tmtCalcForm {
        .formWrap {
            .inputBox {
                margin-bottom: 12px;

                &.submitBox {
                    margin-top: 10px !important;
                    justify-content: center;
                }

                input,
                select {
                    margin-bottom: 0;
                }
            }
        }
    }

    .single-product {
        .application {
            padding-top: 0;
        }
    }

    .releated-productSection {
        .center-button {
            &.prs-nav {
                .prs-swiper-button-prev {
                    left: calc(50% - 45px);
                }

                .prs-swiper-button-next {
                    right: calc(50% - 45px);
                }
            }
        }
    }
}

@media (max-width: 640px) {
    .single-product {
        .aboutSec-1 {
            .mobProdOvrImg {
                figure {
                    height: auto;
                }
            }
        }
    }
}

@media(max-width: 575px) {
    .btnWrap {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;

        .prodBtnLft {
            width: 100%;
            margin-bottom: 15px;
            text-align: center;
        }

        .prodBtnRgt {
            width: 100%;
            text-align: center;

            a {
                margin-left: 0 !important;
            }
        }
    }

    .releated-productSection {
        .center-button {
            &.prs-nav {

                .btn {
                    width: 40px;
                    height: 40px;
                }

                .prs-swiper-button-prev {
                    left: calc(50% - 46px);
                }

                .prs-swiper-button-next {
                    right: calc(50% - 46px);
                }
            }
        }
    }
}

@media only screen and (max-width: 480px) {
    .center-wrap-parent {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}