/* .main_header css start */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Grandis Extended';
    font-size: 18px;
    font-weight: 400;
    line-height: unset;
    text-align: left;
    overflow-x: hidden !important;
    color: #323232;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

body.mob-menu-slideout-over {
    padding-top: 0px !important;
}

.navbar {
    margin-bottom: 0px;
}

.small {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #323232;
}

form.post-password-form {
    margin-top: 300px;
}

.size22,
.size22 p {
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    color: #000000;
}

.size14,
.size14 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.size20,
.size20 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Grandis Extended' !important;
    line-height: 1.2;
}

h1 {
    font-size: 97px;
    font-weight: 700;
    line-height: 107px;
    /* text-align: center; */
}

h2 {
    font-size: 77px;
    font-weight: 700;
    line-height: 87px;
    text-align: left;
}

.hd_big h3 {
    font-size: 67px;
    font-weight: 700;
    line-height: 77px;
    text-align: center;
}

h3 {
    font-size: 57px;
    font-weight: 700;
    line-height: 67px;
    text-align: left;
    color: #191919;
}

h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #191919;
}

h5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

h6 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30.72px;
}

img {
    max-width: 100%;
}

a,
button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: inherit;
}

a:hover,
button:hover {
    text-decoration: none;
    outline: none;
}

a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

input:focus {
    outline: none;
}

p {
    line-height: 1.5;
}

.p_110 {
    padding: 110px 0px;
}

.p_120 {
    padding: 120px 0px;
}

.p_140 {
    padding: 140px 0px;
}

.dark_col {
    color: #191919;
}

.pt_40 {
    padding-top: 40px;
}

.pt_160 {
    padding-top: 160px;
}

.p_120 {
    padding-block: 120px;
}

.blu_text {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.72px;
    color: #3770E9;
    display: inline-block;
    margin-bottom: 10px;
}

.sk_blu {
    color: #3770E9;
}

.cta-btn {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: #D44949;
    color: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s ease;
    border: 1px solid #D44949;
    font-weight: bold;
}

.cta-btn:hover {
    color: #fff;
    background: #3770E9;
    border-color: #3770E9;
}

.cta.wht_btn {
    font-size: 15px;
    padding: 16px 24px;
    color: #000;
    border-color: #fff;
    background: #fff;
    font-weight: bold;
}

.cta.wht_btn:hover {
    color: #fff;
    background: #3770E9;
    border-color: #3770E9;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.container-fluid {
    padding: 0px 20px;
}

.cta:hover {
    background: #fff;
    color: #8D071D;
}


/* .main_header css start */

a.navbar-brand {
    width: 20%;
}

div#navbarSupportedContent {
    width: 100%;
}

.hdr_btm nav.navbar #navbarSupportedContent {
    flex: 0 0 90%;
    padding: 0;
}

.hdr_btm.sticky {
    /* padding-bottom: 24px; */
}

div#navbarSupportedContent .navbar-nav {
    width: 80%;
    justify-content: center;
}

div#navbarSupportedContent .hdr_ryt {
    width: 20%;
    justify-content: end;
}

.main_header ul li a {
    font-weight: bold;
}

.hdr_btm {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.hdr_btm.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.1064) 50%, rgba(0, 0, 0, 0.28) 100%);
    border-image-slice: 1;
    z-index: 99;
}

.hdr_btm.sticky .navbar-brand img {
    filter: invert(1);
}

.main_header .hdr_btm.sticky ul li a {
    color: #000;
}

.hdr_btm.sticky .cta.wht_btn {
    color: #fff;
    background: #D44949;
    border-color: #D44949;
}

.hdr_btm.sticky .hdr_ryt .search-icon {
    color: #000;
    cursor: pointer;
}

.hdr_btm.sticky li.nav-item .drop_icn i {
    color: #000;
}

.main_header .hdr_top {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.1064) 50%, rgba(255, 255, 255, 0.28) 100%);
    border-image-slice: 1;
}

.search-container {
    cursor: pointer;
}

.main_header .hdr_top .hdr_top_rw>div {
    padding: 12px 0px 13px;
}

.main_header .hdr_top .hdr_top_rw>div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.main_header .hdr_top .hdr_top_rw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hdr_btm .hdr_ryt .search-icon {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 21px;
}

.hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav {
    gap: 65px;
}

.main_header .hdr_top .socl_pags {
    flex: 0 0 45%;
    justify-content: center;
    display: flex;
}

.main_header .hdr_top .hdr_lft {
    flex: 0 0 40%;
}

.main_header .hdr_top .hdr_top_rw .socl_pags ul {
    display: flex;
    align-items: center;
    gap: 0px 45px;
    padding-left: 30px;
}

.main_header .navbar-toggler {
    border: none;
    background: transparent;
}

.language-select {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.language-select i {
    margin-right: 8px;
}

.language-select span {
    color: #fff;
    font-weight: bold;
}

.language-select .fa-chevron-down {
    color: #fff;
}

.main_header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    height: 137px;
}

.main_header ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.48px;
    text-align: left;
    color: #FFFFFF;
    cursor: pointer;
}

.hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item {
    display: inline-flex;
    gap: 0px 10px;
    position: static;
    cursor: pointer;
    /* padding: 40px 0; */
}

.main_header ul li a {
    color: #fff;
}

.main_header ul li a:hover {
    color: #D44949;
}

.hdr_btm nav.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

.hdr_btm #navbarSupportedContent {
    justify-content: space-between;
}

.hdr_btm .hdr_ryt {
    display: flex;
    align-items: center;
    gap: 37px;
}

.rqst_btn a {
    display: block;
}

nav.navbar {
    justify-content: space-between;
    padding: 0;
}

.hdr_btm nav.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav .nav-link {
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.main_header ul li:hover .drop_icn {
    color: #D44949;
}

/* banner css start here */

.bnner_sec {
    overflow-x: hidden;
    position: relative;
}

.bnr_slide_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 270px;
    padding-bottom: 150px;
}

.bnner_sec .bnr_Contnt h1 {
    color: #000;
    margin: 0;
}

.bnner_sec .bnr_Contnt p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30.72px;
    color: #fff;
    margin: 0;
}

.gt_btn {
    margin-top: 43px;
}

.bnr_slide_img .gt_btn .cta {
    padding: 21px 30px;
    font-weight: bold;
}

.slideshow-container {
    position: relative;
    width: 100%;
}

.pagingInfo .status {
    color: #fff;
}

.pagingInfo .status::first-letter {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
}

.pagingInfo {
    position: absolute;
    bottom: 42px;
    left: 30px;
    width: 123px;
}

.progress-bar {
    position: relative;
    height: 1px;
    background: #FFFFFF33;
    margin-top: 5px;
    overflow: hidden;
}

.progress-bar .progress {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 100%; */
    background: #fff;
    width: 0%;
    transition: width 0.3s ease;
}

.scroll_btn {
    display: inline-block;
    position: absolute;
    right: 60px;
    bottom: 20px;
}

.scroll_btn span {
    display: inline-block;
    writing-mode: vertical-rl;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.92px;
    text-align: center;
    color: #fff;
}

.c-scrolldown {
    width: 1px;
    height: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(116, 113, 112, 0.3) 50%);
    background-position: 0 -40px;
    background-size: 100% 200%;
    animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
    10% {
        background-position: 0 -40px;
    }
    55% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 40px;
    }
}


/* banner css end here */

/* footer css start here */

/* footer .container,
.footer-bottom.blk-footer-btm .container {
    max-width: 1620px;
} */

.footer-content small {
    color: #fff;
}

.footer-content {
    margin: 38px 0;
}

.footer-icon h6 {
    color: #fff;
    font-weight: 500;
}

.footer-icons a {
    height: 45px;
    width: 45px;
    border: 1px solid #3770E9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.footer-icons {
    display: flex;
    gap: 13px;
}

.footer-border {
    padding-top: 67px;
    border-top: 1px solid #FFFFFF1C;
    margin-top: 67px;
    display: flex;
    justify-content: space-between;
}

.footer-icons a:hover {
    background-color: #D44949;
    border-color: #D44949;
}

.ftr_sec .back-to-top span {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
    color: #fff;
}

.ftr_sec .back-to-top a {
    gap: 0px 10px;
}

.ftr_sec .back-to-top a .arw_up_img {
    display: inline-block;
    max-width: 20px;
}

.copy-right-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copy-right-text small {
    color: #565656;
}

.copy-right-text a {
    color: #565656;
    font-size: 16px;
}

/* footer {
    padding-bottom: 67px !important;
} */

.copy-right-text a:hover {
    color: #fff;
}

.industries-box h6 {
    font-weight: 500;
    color: #3770E9;
}

.industries-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.industries-box ul li a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}

.industries-box ul li a:hover {
    color: #D44949 !important;
}

.industries-box li {
    display: flex;
    align-items: center;
}

.industries-box li span {
    height: 40px;
    width: 40px;
    background-color: #D44949;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.industries-box li span i {
    color: #fff !important;
}

.Contact-footer li {
    gap: 12px;
    margin-bottom: 25px;
}

.Contact-footer li a {
    margin: 0 !important;
}

footer small {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
}

/* trst section css start */

.trst_sec .trst_content {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 35px 0px;
    align-items: center;
}

.trst_slider {
    display: flex;
    justify-content: space-between;
}

.trst_sec .trst_content .trst_images {
    flex: 0 0 80%;
    padding: 35px 0px 35px 66px;
}

.trst_sec .trst_lft h5 {
    margin-bottom: 0;
    max-width: 162px;
    color: #000;
}

.trst_sec .trst_lft {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 70px 30px 0px;
    flex: 0 0 20%;
}

.trst_img {
    max-width: 200px;
}

/* hfm platr sec */

.main_rw .lft_text {
    max-width: 535px;
}

.main_rw {
    margin-bottom: 53px;
}

.hfm_pltr_box {
    padding: 15px;
    border: 1px solid #3770E914;
    border-radius: 15px;
    background: #FFFFFF;
    height: 100%;
}

.hfm_pltr_img .hfm_img {
    display: block;
    background: #3770E90D;
    border-radius: 13px;
    padding: 80% 0px 0px;
    position: relative;
}

.hfm_pltr_img .hfm_img img {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 50%;
    object-fit: contain;
    object-position: center;
    transform: translateY(-50%);
}

.hfm_pltr_box .hfm_plt_text {
    padding: 20px 12px;
    max-width: 305px;
}

.hfm_plt .hfm_platr>.row {
    gap: 25px 0px;
}

.hfm_pltr_box .hfm_plt_text .hfm_pltr_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #000;
}

.hfm_pltr_box .hfm_plt_text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #323232;
    margin-bottom: 0;
}

.hfm_pltr_box:hover {
    box-shadow: 20px 24px 84px 0px #3770E914;
    border-color: #fff;
}

/* hfm platr sec end */

/* our services */

.our_services {
    position: relative;
    z-index: 1;
}

.our_services::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1178px;
    height: 342px;
    background-image: url('../img/our_btm.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.our_services .servc_content {
    max-width: 589px;
}

.img_contain {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    cursor: pointer;
    border-radius: 25px;
}

.img_contain img {
    transition: transform 0.3s ease;
}

.img_contain img:hover {
    transform: scale(1.1);
}

/* heat_trnsfr  css*/

.main_head h2.main-heading {
    font-size: 80px;
    font-weight: 700;
    line-height: 102.4px;
    text-align: center;
    color: #191919;
}

.main_head .main-subheading {
    font-size: 192px;
    font-weight: 900;
    line-height: 182px;
    text-align: center;
    color: #3770E9;
    text-transform: uppercase;
}

.main_head {
    margin-bottom: 100px;
}

.heat_tnsfr {
    overflow-x: hidden;
}

.heat_info {
    max-width: 620px;
    margin-left: 145px;
}

.heat_info .hd_big h3 {
    text-align: left;
}

.heat_supplr .row {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item {
    border-bottom: 5px solid transparent;
}
.hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item a.nav-link{
    position: relative;
}
.hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item a.nav-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0de";
    position: absolute;
    color: #3770E9;
    bottom: -53px;
    font-size: 20px;
    left: 50%;
    margin-left: -5px;
    display: none;
}
.hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item:hover {
    border-color: #3770E9;
} */

.hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item:hover a.nav-link:before {
    display: inline-block;
}

.heat_supplr .heat_manfct_img {
    border-radius: 0;
    margin: 0;
}

/* exchange solution */

.exchngr_solutn .hd_main h2 {
    max-width: 1146px;
    color: #fff;
}

.exchngr_content .hd_main {
    margin-bottom: 60px;
}

.exchngr_content .hd_main .sub_head {
    margin-left: 138px;
    max-width: 1199px;
}

.exchngr_content .hd_main .sub_head p {
    color: #fff;
}

.exchng_img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.exchng_img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.exchng_img:hover img {
    transform: scale(1.1);
}

.exchng_img .exchng_text {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 18px;
}

.exchng_img .exchng_text .exchng_lnk {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.exchng_img .exchng_text .exchng_lnk span img {
    max-width: 15px;
}

.exchng_img .exchng_text .exchng_lnk::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background: #00000033;
    height: 100%;
    opacity: 0;
}

.exchng_img:hover .exchng_text .exchng_lnk::after {
    opacity: 1;
}

.exchng_img .exchng_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    color: #fff;
}

.exchngr_solutn {
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.exchngr_solutn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/lft_rd_img.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.right_bg_image {
    position: absolute;
    right: 0;
    max-width: 716px;
    top: 0;
    z-index: -1;
}

.exchngr_solutn::after {
    position: absolute;
    content: '';
    right: 100px;
    bottom: 0;
    width: 192px;
    height: 192px;
    background-image: url('../img/sctn_img.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    transform: translateY(50%);
}

.exng_images {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 120px;
    margin-bottom: 83px;
}

.exchngr_solutn .exchngr_btm_txt {
    max-width: 1055px;
    margin: auto;
    text-align: center;
}

.exchngr_solutn .exchngr_btm_txt p {
    font-size: 26px;
    font-weight: 500;
    line-height: 41px;
    text-align: center;
    color: #fff;
}

.exchngr_solutn .exchngr_btm_txt p span.sk_blu {
    font-weight: 700;
}

/* frmsec css start  */

.frmex_list.small ul li {
    position: relative;
    z-index: 1;
}

.frmex_list.small ul li::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    background-image: url('../img/blu_chck_img.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 41px;
    height: 41px;
    z-index: -1;
}

.frmsec .frm_hd {
    max-width: 879px;
}

.frmsec .frmsec_content {
    max-width: 1380px;
    margin-left: auto;
}

.frms_lsit {
    max-width: 550px;
}

.frms_lsit span.blu_text {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.frms_lsit .frmex_list.small {
    margin-left: 50px;
}

.frmex_list.small ul li:not(:last-child) {
    margin-bottom: 30px;
}

.frmex_list.small ul li .list_title {
    font-weight: 700;
}

.frmex_list.small ul li p {
    margin-bottom: 0;
}

.frms_img {
    display: block;
    background: #3770E90D;
    border-radius: 25px;
    padding: 80% 0px 0px;
    position: relative;
    max-width: 690px;
}

.frms_img img {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 50%;
    object-fit: contain;
    object-position: center;
    transform: translateY(-50%);
    max-width: 334px;
}

/* anureet css */

/* <!-- ************(spare-prt_sec)****************** --> */

.spare-prt_sec .spare_prt_hd {
    max-width: 1086px;
    margin: auto;
}

.spare-prt_sec .spare_prt_hd h3 {
    text-align: center;
}

.spare-prt_sec .spare_prt_hd~p {
    max-width: 1307px;
    margin: auto;
    text-align: center;
}

.spare-prt-slider .comp_slider {
    background: #FFFFFF;
    border: 1px solid #3770E914;
    border-radius: 15px;
    padding: 50px 86px;
}

.spare-prt_sec .spare-prt-slider .slick-track {
    display: flex;
}

.spare-prt_sec .spare-prt-slider .slick-track .comp_slider {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 15px;
}

.spare-prt_sec .spare-prt-slider img.slick-arrow {
    width: 60px;
    height: auto;
}

.spare-prt_sec .spare-prt-slider .slick-prev {
    left: -75px;
}

.spare-prt_sec .spare-prt-slider .slick-next {
    right: -75px;
}

.spare-prt_sec .spare-prt-slider img:hover {
    filter: grayscale(1) brightness(0.67);
}

.spare-prt_sec .spare-prt-slider img.slick-arrow.slick-disabled {
    /* opacity: 0.5; */
    filter: grayscale(1) brightness(0.67);
}

.spare-prt_sec .spare-prt-slider .slick-track .comp_slider.slick-slide.slick-current.slick-active {
    box-shadow: 0px 0px 84px 24px #3770E914;
}

.explore_sec .explore_hd {
    margin-bottom: 30px;
}

.explore_contnt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* padding-bottom: 120px; */
}

.explore_sec .explore_hd h3 {
    text-align: center;
}

.explore_sec .explore_btm-dv {
    max-width: 1280px;
    margin: auto;
}

.explore_sec .explore_btm-dv .explore_vd {
    margin-bottom: 60px;
    position: relative;
}

.explore_sec .explore_btm-dv .explore_vd::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: url("../img/ply.png") no-repeat center;
    background-size: contain;
}

.explore_sec .explore_btm-dv .explore_vd img {
    border-radius: 25px;
}

.explore_sec .explore_btm-dv .btm-dv_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explore_sec .explore_btm-dv .btm-dv_txt p {
    max-width: 800px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding-left: 30px;
    position: relative;
}

.explore_sec .explore_btm-dv .btm-dv_txt p::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    background: url("../img/Star.png") no-repeat center;
    background-size: contain;
}

/* <!-- ************(footer)****************** --> */

.footer-wrapper .footer-content {
    max-width: 436px;
}

.footer-wrapper .footer-content small {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.industries-box ul {
    max-width: 236px;
}

.industries-box ul li a {
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 8px !important;
}

.industries-box.Contact-footer ul li a {
    line-height: 28px;
}

.industries-box.Contact-footer ul li {
    align-items: flex-start;
}

.industries-box.Contact-footer ul {
    max-width: 316px;
}

.industries-box li span {
    flex: 0 0 29px;
    height: 29px;
    min-width: unset;
}

.Contact-footer li {
    margin-bottom: 20px;
}

.industries-box li span i {
    font-size: 11px;
}

footer .container>.row>div:last-child .industries-box {
    max-width: 333px;
}

.industries-box.Contact-footer ul li:last-child {
    margin-bottom: 0;
}

.copy-right-text a {
    position: relative;
    line-height: 26px;
}

.copy-right-text a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: -10px;
    background-color: #565656;
}

.copy-right-text {
    flex-wrap: wrap;
}

.email-field {
    margin-bottom: 22px;
}

.email-field .form-control {
    padding: 16px 20px;
    background: #FFFFFF0A;
    color: white;
    border-radius: 5px;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.07) 49.5%, rgba(255, 255, 255, 0.1) 100%);
    border-image-slice: 1;
}

.footer_form form a.cta {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 16px 28px;
}

.footer_form p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}

.footer_form p {
    max-width: 253px;
}

footer .container>.row>div:last-child .industries-box .footer_form {
    margin-top: 22px;
}

.footer_form form {
    margin-bottom: 20px;
}

.email-field .form-control:focus {
    box-shadow: none;
}

/************(20/12)**************/

.spare-prt_sec .spare-prt-slider .slick-dots li {
    width: 14px;
    height: 14px;
}

.spare-prt_sec .spare-prt-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    color: transparent;
    background: transparent;
}

.spare-prt_sec .spare-prt-slider .slick-dots li button:before {
    font-size: 12px;
    width: 14px;
    height: 14px;
}

.spare-prt_sec .spare-prt-slider .slick-dots li.slick-active button:before {
    color: #D44949;
}

.spare-prt_sec .spare-prt-slider .slick-track .slick-slide {
    height: auto;
}

.spare-prt_sec .spare-prt-slider .slick-track .slick-slide>div {
    height: 100%;
    margin: 10px 15px;
}

.spare-prt_sec .spare-prt-slider .slick-track .slick-slide>div .comp_slider {
    height: 100%;
    margin: 0px;
}

.spare-prt_sec .spare-prt-slider .slick-track {
    margin-bottom: 15px;
}

.spare-prt_sec .spare-prt-slider .slick-track .slick-slide>div .comp_slider {
    display: flex !important;
}

.spare-prt_sec {
    position: relative;
}

.spare-prt_sec .spare-prt-slider .slick-list {
    overflow: hidden;
}

.divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
    width: calc(100% - 40px);
    margin-inline: 10px;
}

.spare-prt_sec .spare_prt_hd~p {
    margin-bottom: 40px;
}

.explore_sec .explore_btm-dv .explore_vd::before {
    z-index: 1;
}

/* <!-- ************(news_sec)****************** --> */

.news_sec .news_hd h3.dark_col {
    text-align: center;
}

.news_sec .news_txt {
    max-width: 970px;
    margin: auto;
}

.news_sec .news_txt p.size20 {
    line-height: 34px;
    text-align: center;
}

.news_img {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.news_sec .news_hd {
    margin-bottom: 50px;
}

.news_article .news_content .news_dt .artcl_dt {
    border: 1px solid #D44949;
    border-radius: 50px;
    padding: 8px 14px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 16.64px;
}

.news_article .news_content {
    margin-top: 30px;
}

.news_article .news_content .news_dt {
    margin-bottom: 20px;
}

.news_article.news_content .news_dt .artcl_dt {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.news_panel .news_article:nth-child(2) .news_hdlyn {
    max-width: 100%;
}

.news_panel {
    display: flex;
    gap: 44px;
}

.news_panel .news_article:nth-child(2) {
    flex: 0 0 45%;
}

.news_article {
    position: relative;
    overflow: hidden;
    flex: 0 0 25%;
}

.news_img {
    position: relative;
    cursor: pointer;
}

.news_img img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.news_img:hover img {
    transform: scale(1.1);
    /* Optional: Zoom effect on hover */
}

.news_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 112, 233, 0.6);
    /* Overlay color */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news_article:hover .news_img::after {
    opacity: 1;
}

.news_panel .news_article .news_hdlyn {
    max-width: 390px;
}

.read_artcl {
    position: absolute;
    max-width: 170px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
}

.read_artcl img {
    transform: scale(0);
}

.news_article:hover .read_artcl {
    opacity: 1;
}

.news_hdlyn .news_subtytl p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* search bar */

.search-field {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    z-index: 1000;
    width: 100%;
    height: 80%;
}

.search-field input {
    width: 95%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
}

.search-field .close-icon {
    cursor: pointer;
    font-size: 40px;
    margin-left: 10px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.news_panel .news_article:nth-child(1) .read_artcl,
.news_panel .news_article:nth-child(3) .read_artcl {
    max-width: 120px;
}

/* dropdown menu css */

/* 
.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 0;
}

.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.dropdown-menu .dropdown-item:hover {
    background: #f8f9fa;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown.open .dropdown-menu {
    display: block;
} */

.menu_wraper .menu_box_ryt {
    display: flex;
}

.hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li {
    position: relative;
}

.hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper {
    width: 100%;
    top: 100%;
    position: absolute;
    left: 0px;
    z-index: 1;
    background: rgb(255, 255, 255);
    display: flex;
    padding: 45px 0px;
    right: 0;
    display: none;
}

.lft_blu_box {
    position: relative;
    background: #3770E9;
    border-radius: 25px;
    padding: 20px;
    z-index: 1;
}

.lft_blu_box::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/blu_bg_img.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 25px;
}

.lft_blu_box .gskt_img {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 80% 0 0;
    position: relative;
    display: block;
}

.lft_blu_box .gskt_img img {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 50%;
    object-fit: contain;
    object-position: center;
    transform: translateY(-50%);
}

.lft_blu_box h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28.16px;
    text-align: left;
    color: #fff;
}

.lft_blu_box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #fff;
}

.cta.vw_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.36px;
    text-align: center;
    padding: 14px 30px;
    color: #000000;
    background: #fff;
    border-color: #fff;
}

.gskt_box {
    margin-top: 20px;
}

.lft_blu_box .gskt_box .gskt_btn {
    margin-top: 28px;
}

.lft_blu_box h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28.16px;
    text-align: left;
    color: #fff;
}

.lft_blu_box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #fff;
}

.cta.vw_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.36px;
    text-align: center;
    padding: 14px 30px;
    color: #000000;
    background: #fff;
    border-color: #fff;
}

.gskt_box {
    margin-top: 20px;
    max-width: 335px;
}

.lft_blu_box .gskt_box .gskt_btn {
    margin-top: 28px;
}

.dropdown_box {
    padding: 20px 35px;
    border-right: 1px solid #3770E91A;
}

.dropdown_box .menu_hd {
    display: flex;
    gap: 0px 15px;
    border-bottom: 1px solid #3770E91A;
    padding-bottom: 20px;
    margin-bottom: 23px;
    align-items: center;
}

.dropdown_box .menu_hd .menu_tiltle p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.48px;
    color: #000;
    margin-bottom: 0;
}

.dropdown_box .menu_list li.menu_item {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
}

.menu_wraper .menu_box_ryt .dropdown_box {
    flex: 0 0 33%;
}

.dropdown_box .menu_list li.menu_item {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    margin-bottom: 20px;
    padding: 10px 15px;
    transition: background-color 0.2s ease-in-out;
    line-height: 1.4;
}

.dropdown_box .menu_list .grid_box {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 0px 10px;
}

.dropdown_box .menu_list li.menu_item a {
    color: #323232;
}

.hdr_btm nav.navbar {
    position: static;
}

.menu_wraper .dropdown_menus {
    gap: 0px 10px;
}

.menu_wraper .dropdown_menus .lft_blu_box {
    flex: 0 0 27%;
}

.menu_wraper .menu_box_ryt .dropdown_box:last-child {
    padding-right: 0;
    border-right: none;
}

.dropdown_box .menu_hd .titl_img {
    flex: 0 0 15%;
    max-width: 35px;
}

.dropdown_box .menu_hd .menu_tiltle {
    flex: 0 0 85%;
}

.drop_menus {
    position: relative;
    z-index: 1;
}

.drop_menus::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-image: url('../img/menu_bg_img.png');
    background-position: bottom;
    background-repeat: no-repeat;
    width: 549px;
    height: 284px;
    background-size: cover;
    z-index: -1;
}

/* Initial styles */

.menu_wraper {
    display: none;
}

.drop_icn i {
    transition: transform 0.3s ease;
}

/* Rotate chevron when active */

.nav-item:hover .drop_icn i {
    transform: rotate(180deg);
}

.lft_blu_box .hfm_heat_img {
    border-radius: 15px;
    overflow: hidden;
}

/* Dropdown Menu Styles */

/* 
.dropdown_box {
    position: relative;
}

.dropdown_box .mean_list {
    position: static;
}

.dropdown_box .mean_list ul {
    position: static;
}

.dropdown_box .mean_list ul li.menu_item {
    position: static;
    color: #000;
}

.list_menu {
    max-width: 395px;
    background: rgba(55, 112, 233, 0.08);
     padding: 44px 60px;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
} */

.menu_box_ryt.soltn_lsit {
    flex: 0 0 75%;
}

.menu_box_ryt.soltn_lsit .dropdown_box {
    flex: 0 0 37%;
    position: relative;
}

.menu_box_ryt.soltn_lsit .dropdown_box .menu_list {
    position: static;
}

.menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul {
    position: static;
}

.menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li.menu_item {
    position: static;
    cursor: pointer;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    transition: background-color 0.2s ease-in-out;
    align-items: center;
    line-height: 1.4;
}

.menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li.menu_item:hover {
    background-color: rgba(55, 112, 233, 0.1);
    color: #3770E9;
}

.menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li.menu_item:hover a {
    color: #3770E9;
    background-color: transparent !important;
}

.menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li {
    font-weight: bold;
    line-height: 1.4 !important;
}

.list_menu>ul>li {
    color: rgb(50, 50, 50);
    line-height: 20.48px;
    margin-bottom: 20px;
}

.list_menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3770E914;
    padding: 20px 0px;
    display: none;
    padding-top: 0;
    margin-top: 20px;
}

.main_header .hdr_btm.dropdown-active ul li a {
    color: #000;
}

.main_header .hdr_btm.dropdown-active ul li a:hover {
    color: #3770E9;
}

.main_header .hdr_btm.dropdown-active ul li a:hover .search-icon {
    color: #3770E9;
}

.hdr_btm.dropdown-active .hdr_ryt .search-icon {
    color: #000;
    cursor: pointer;
}

.hdr_btm.dropdown-active .cta.wht_btn {
    color: #fff;
    background: #D44949;
    border-color: #D44949;
}

.main_header ul li.nav-item.active a {
    color: #3770E9;
}

.main_header ul li.nav-item.active .drop_icn i {
    color: #3770E9;
}

.hdr_btm.dropdown-active li.nav-item .drop_icn i {
    color: #000;
}

.hdr_btm.dropdown-active {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.1064) 50%, rgba(0, 0, 0, 0.28) 100%);
    border-image-slice: 1;
    z-index: 99;
}

.hdr_btm.sticky li.nav-item:hover a {
    color: #3770E9;
}

.hdr_btm.sticky li.nav-item:hover .drop_icn i {
    color: #3770E9;
}

.hdr_btm.sticky li:hover {
    color: #3770E9;
}

/* banner css end here */

.common_section h1 span {
    font-size: 57px !important;
    line-height: 1.2 !important;
}

.news {
    padding: 0px 0 30px 0;
}

.banner_slider_sec .bnr_Contnt {
    max-width: 1012px;
    margin: auto;
}

.banner_slider_sec h1 {
    font-size: 97px !important;
    text-align: center !important;
    line-height: 1.1;
}

.gasketed_plate_section .wpb_wrapper .wpb_text_column.wpb_content_element:first-child {
    max-width: 880px;
}

.common_inner_row .vc_column-inner:hover {
    box-shadow: 20px 24px 84px 0px #3770E914;
}

/* new he============================================ */

body {
    /* font-family: grandisextended; */
}

.top-banner-common .box h3 {
    font-family: Grandis Extended;
    font-size: 97px;
    font-weight: bold;
    line-height: 107px;
    text-align: center;
    max-width: 1200px;
}

.top-banner-common {
    padding: 200px 0px 80px;
    height: 460px;
}

.inner-banner.top-banner-common .box {
    max-width: 1200px;
    margin: auto;
}

.footer {
    background: #000;
}

section.footer-bottom {
    background-color: #000;
}

.footer p {
    font-family: Grandis Extended;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    letter-spacing: 0;
    text-align: inherit !important;
}

.footer-widget .about-widget .social i {
    font-family: 'FontAwesome';
    color: #fff;
}

ul.list-inline.social {
    display: flex;
    gap: 13px;
}

.footer-widget .about-widget .social li a {
    border: 1px solid #3770E9;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 !important;
}

.footer-widget .link-widget li a {
    color: #fff;
}

.text-box a {
    color: #fff !important;
}

.footer-widget .about-widget .social li {
    margin: 0 !important;
}

footer h3 {
    font-family: Grandis Extended;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: #3770E9;
}

footer .textwidget li {
    margin-bottom: 12px;
}

ul.contact-infos i {
    background: #D44949 !important;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-family: 'FontAwesome';
    font-size: 15px !important;
    border-radius: 50%;
    position: static !important;
}

footer .text-box p {
    margin: 0;
}

ul.contact-infos li {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.contact-infos li:first-child {
    align-items: start;
}

ul.contact-infos li:first-child .icon-box {
    margin-top: 7px;
}

.footer-widget .inner-title {
    position: relative;
    margin-bottom: 24px;
}

.hs_email.hs-email input#email-0d6bc045-2439-48e8-965f-e6106ff30216 {
    border: 1px solid #d449495c;
    background-color: transparent;
    height: 46px;
    color: #fff;
}

label#label-email-0d6bc045-2439-48e8-965f-e6106ff30216 span {
    color: #fff !important;
    font-size: 15px !important;
}

.actions input.hs-button.primary.large {
    background: #D44949 !important;
    border: 0 !important;
    padding: 11px 27px !important;
    font-size: 16px !important;
    font-weight: 500;
}

.p-120 {
    padding: 120px 0px;
}

.latest-img {
    display: block;
    position: relative;
    padding-top: 58%;
    line-height: 0;
}

.latest-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    border-radius: 25px;
}

/* latest sec slider */

.latest-news-slider .slick-slide {
    color: #FFF;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    height: auto;
}

.latest-news-slider .slick-slide,
.latest-news-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

.latest-news-slider .slick-center,
.latest-news-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
}

.latest-news-slider .slick-current.slick-active {
    transform: scale(1.1);
}

.slick-list.draggable {
    padding: 0 !important;
}

.latest-news-slider {
    margin-top: 50px;
}

.latest-news-slider .slick-list {
    overflow: visible;
}

.latest-img {
    position: relative;
}

.latest-news-slider .slick-slide.slick-center .latest-img::after {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background: linear-gradient(0deg, rgba(55, 112, 233, 0.59), rgba(55, 112, 233, 0.59));
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    z-index: 1;
}

.latest-date p {
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #D44949;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 290px;
    line-height: 16px;
}

.latest-date {
    margin-top: 30px;
    margin-bottom: 21px;
}

.latest-bottom-text h6 {
    font-size: 22px !important;
    font-weight: 700;
    line-height: 1.2;
}

p.latest-p-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.slick-slide.slick-center .latest-img::before {
    content: '';
    position: absolute;
    background-image: url(https://www.hofmann-heatexchanger.com/wp-content/uploads/2025/01/Group-34806.png);
    height: 100px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    left: 50%;
}

.latest-news-slider .slick-track {
    display: flex;
}

/* 
.latest-news-slider .slick-slide>div {
    height: 100%;
} */

.latest-inner {
    display: flex !important;
    flex-direction: column;
    border-radius: 25px;
    /* height: 100%; */
}

.container.latest-container {
    padding: 0;
}

.slider_post_section .vc_column-inner {
    padding: 0;
}

.slider_post_section {
    overflow: hidden;
}

/* .latest-news-slider .slick-slide.slick-center .latest-img::before {
    animation: rotate 5s normal linear infinite;
  } */

@keyframes rotate {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    25% {
        transform: rotate3d(0, 0, 1, 90deg);
    }
    50% {
        transform: rotate3d(0, 0, 1, 180deg);
    }
    75% {
        transform: rotate3d(0, 0, 1, 270deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.plate-heat-sec .slick-arrow,
.latest-news-slider .slick-arrow {
    border: 1px solid;
    display: inline-block;
    border: 1px solid #D44949;
    padding: 13px 20px;
    border-radius: 21px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.prev-arrow.slick-arrow {
    left: -80px;
}

.next-arrow.slick-arrow {
    right: -70px;
}

.plate-inner {
    border: 1px solid #3770E914;
    border-radius: 15px;
}

.plate-inner:hover {
    box-shadow: 20px 24px 84px 0px #3770E914;
}

.plate-heat-sec .slick-track {
    display: flex;
}

.plate-heat-sec .slick-slide {
    margin: 0 15px;
    height: auto;
}

.plate-heat-sec .slick-slide>div {
    height: 100%;
}

.plate-inner {
    height: 100%
}

.plate-img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-arrow.slick-arrow img {
    transform: rotate(180deg);
}

section.plate-heat-sec {
    padding-top: 40px;
}

a.navbar-brand {
    width: 10%;
}

a.navbar-brand img {
    max-width: 130px;
}

.catalog_now_row {
    position: relative;
    overflow: visible !important;
}

.catalog_now_row::after {
    content: '' !important;
    position: absolute;
    height: 192px !important;
    width: 192px !important;
    background-size: contain;
    background-image: url("https://www.hofmann-heatexchanger.com/wp-content/uploads/2025/01/Group-34688.png");
    background-repeat: no-repeat;
    bottom: 0;
    right: 28px;
    transform: translatey(50%);
    /* z-index: 1; */
    overflow: visible !important;
    visibility: visible !important;
}

.global_heat_section .wpb_column:nth-child(2) .wpb_wrapper {
    max-width: 555px;
}

.bnner_sec .bnr_Contnt p {
    color: #fff !important;
}

.advantages_gasketed_section .wpb_wrapper ul li {
    position: relative;
    padding-left: 35px;
}

.advantages_gasketed_section .wpb_wrapper ul li::before {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    background-image: url("https://www.hofmann-heatexchanger.com/wp-content/uploads/2025/01/Group-34689-1.png");
    background-repeat: no-repeat;
    top: -10px;
    left: -22px;
    background-size: contain;
}

.advantages_gasketed_section .wpb_wrapper p {
    margin-bottom: 35px
}

.advantages_gasketed_section .wpb_wrapper ul {
    margin-bottom: 30px;
}

.hdr_btm:hover {
    background-color: #fff;
}

.hdr_btm:hover .navbar-brand img {
    filter: invert(1);
}

.hdr_btm:hover nav.navbar #navbarSupportedContent ul.navbar-nav .nav-link {
    color: #000;
}

.hdr_btm:hover .drop_icn i {
    color: #000;
}

.hdr_btm:hover .search-icon i {
    color: #000;
}

.hdr_btm:hover .cta.wht_btn {
    background-color: #D44949;
    color: #fff;
    border-color: #D44949;
}

.hdr_btm:hover nav.navbar #navbarSupportedContent ul.navbar-nav li:hover .nav-link,
.hdr_btm:hover li:hover .drop_icn i {
    color: #3770E9;
    transition: 0s;
}

.hdr_btm:hover .navbar-nav .nav-item {
    border-bottom: 5px solid transparent;
}

.hdr_btm:hover .navbar-nav .nav-item:hover {
    border-color: #3770E9;
}

.hdr_btm:hover div#navbarSupportedContent .navbar-nav .nav-item .a-span-hd-btm {
    position: relative;
}

.hdr_btm:hover div#navbarSupportedContent .navbar-nav .nav-item:hover .a-span-hd-btm::before {
    position: absolute;
    content: " ";
    border-left: solid #ffffff00 10px;
    border-right: solid #ffffff00 10px;
    border-bottom: solid #3770E9 10px;
    height: 0;
    top: 91%;
    left: 50%;
    transform: translateX(-50%);
}

.hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav .nav-link {
    padding: 40px 0;
}

.hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav .nav-item {
    align-items: center;
}

/* slider css  */

.latest-news-slider .slick-current.slick-active .latest-bottom-text h6 {
    font-size: 16px !important;
}

.latest-news-slider .slick-current.slick-active .latest-date p {
    font-size: 13px !important;
    padding: 5px 15px;
}

.latest-news-slider .slick-current.slick-active p.latest-p-txt {
    font-size: 13px !important;
}

.latest-news-slider .slick-slide {
    transform-origin: center top;
}

.who_trusts_class {
    border-right: 1px solid #00000017;
}

.about_hfm_plate_heat_exchanger .wpb_wrapper p span {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.about_hfm_plate_heat_exchanger .wpb_wrapper p span img {
    margin: 0 !important;
}

.about_hfm_plate_heat_exchanger figure.wpb_wrapper,
.about_hfm_plate_heat_exchanger figure.wpb_wrapper a {
    width: 100%;
}

.a-span-hd-btm {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust_us_sec {
    padding: 35px 0;
}

.who_trusts_class {
    padding: 30px 0;
}

.plate-heat-slider .slick-arrow.slick-disabled,
.latest-news-slider .slick-arrow.slick-disabled {
    filter: grayscale(1);
}

.our-service-row .vc_column-inner {
    max-width: 614px;
}

/* 10jan 25 */

.video-sec img {
    width: 100%;
}

.services-sec .vc_btn3-container {
    margin-top: 40px !important;
}

.catalog_now_row .vc_do_btn .vc_general.vc_btn3 {
    border-color: transparent !important;
    background-color: transparent !important;
    transition: all 0.5s ease;
}

.catalog_now_row .vc_do_btn .vc_general.vc_btn3:hover {
    border-color: #00000033 !important;
    background-color: #00000033 !important;
    color: #fff !important;
}

.catalog_now_row .vc_do_btn .vc_general.vc_btn3 i {
    transform: rotate(-45deg);
}

.catalog_now_row .vc_do_btn .vc_general.vc_btn3:hover i {
    transform: none;
}

.catalog_now_text {
    border-top: 1px solid #fff;
}

.advantages_gasketed_section .vc_btn3-container {
    margin-top: 40px !important;
}

/* 13jan 25 */

.cta-btn:hover,
.vc_do_btn .vc_general.vc_btn3:hover {
    color: #D44949 !important;
    background: #fff;
    background-color: #fff !important;
    border-color: #D44949;
}

.new_technology_section {
    position: static !important;
}

.new_technology_section {
    position: static !important;
}

.global_heat_section {
    position: static !important;
    padding: 0 !important;
}

.latest-text {
    max-width: 950px;
    margin: auto;
}

.global_heat_section .vc_do_btn .vc_general.vc_btn3 {
    margin-top: 40px;
}

.footer.has-black-color-overlay #text-2 {
    padding-left: 60px;
    left: 0;
}

form.post-password-form {
    z-index: 99;
    height: 600px;
    background-color: #fff;
    width: 100% !important;
    position: relative;
    margin: 0 !important;
}

.has-black-color-overlay p.highlight {
    font-size: 12px;
    line-height: 1.5;
    color: rgb(255 255 255 / 30%);
}

section.footer-bottom *,
.footer-bottom .get-text ul li a {
    color: #565656;
}

.footer-bottom.blk-footer-btm {
    padding: 60px 0px;
}

.has-black-color-overlay h6 {
    color: #fff;
}

.has-black-color-overlay {
    padding-bottom: 30px;
}

.footer-bottom.blk-footer-btm .pull-left.get-text * {
    font-size: 16px;
    font-family: Grandis Extended !important;
}

.footer-bottom.blk-footer-btm .pull-left.get-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom.blk-footer-btm .get-text ul li a {
    margin-right: 10px;
}

.footer-bottom.blk-footer-btm .pull-left.get-text ul {
    padding-left: 10px;
}

.footer-bottom.blk-footer-btm .pull-right.copy-text a {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 10px;
    color: #fff;
}

.footer-bottom.blk-footer-btm .pull-right.copy-text a * {
    color: #fff;
}

.has-black-color-overlay .inner-title h3 {
    text-transform: capitalize;
}

.heat_head h2,
.heat_head h2 span {
    font-size: 80px !important;
}

.heat_head h2:last-child,
.heat_head h2:last-child span {
    line-height: 0.9 !important;
    font-size: 192px !important;
}

.latest-news-slider p.latest-p-txt {
    font-size: 13px !important;
    color: #323232;
}

.global-rgt {
    padding-left: 100px;
}

/* .list_menu {
    margin-top: 20px;
} */

.left_spacing_text {
    padding: 20px 0px 60px 100px;
}

.cat_box {
    padding-top: 80px !important;
}

.our-service-row .vc_column-inner {
    padding-top: 0px !important;
}

.footer-bottom.blk-footer-btm {
    border: 1px solid #FFFFFF1C;
}

.social-links {
    padding-top: 25px;
}

.hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav {
    margin: 0 !important;
}

/* 14jan25 */

.bnr_slide_img {
    padding-top: 215px;
    padding-bottom: 100px;
}

.hdr_btm:hover div#navbarSupportedContent .navbar-nav .a-span-hd-btm::before {
    position: absolute;
    content: " ";
    border-left: solid transparent;
    border-right: solid transparent;
    border-bottom: solid transparent;
    height: 0;
    top: 91%;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-nav .nav-item {
    border-bottom: 5px solid transparent;
}

.slideshow .slick-arrow {
    border: 1px solid;
    display: inline-block;
    border: 1px solid #D44949;
    padding: 13px 20px;
    border-radius: 21px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slideshow .next-arrow.slick-arrow {
    right: 10px;
}

.slideshow .prev-arrow.slick-arrow {
    left: 10px;
}

/* .close-btn {
    position: fixed;
    left: 15px;
    z-index: 99;
} */

.close-btn {
    position: absolute;
    right: 20px;
    z-index: 9999;
    top: 20px !important;
}

.close-btn a {
    border: 1px solid #000;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    color: #000 !important;
    background-color: #D44949;
    top: 0;
}

.dropdown_box li.menu_item:hover {
    background-color: rgba(55, 112, 233, 0.1);
    color: #3770e9;
}

.menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li:hover,
.menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li:hover a {
    color: #3770e9;
    background-color: rgba(55, 112, 233, 0.1);
    color: #3770e9;
}

.dropdown_box li.menu_item {
    margin-bottom: 20px;
    padding: 10px 15px;
    transition: background-color 0.2s ease-in-out;
    line-height: 1.4;
}

.hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper {
    max-height: 500px;
    overflow-y: scroll;
}

.dropdown_box .menu_hd .menu_tiltle p {
    word-break: break-word;
}

.hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* banner slider */

.slideshow .slick-list.draggable {
    max-width: 100%;
}

.slideshow .slick-list.draggable .slick-track {
    overflow: hidden;
}

.slideshow {
    display: flex;
}

/* banner slider */

.slideshow.slick-initialized {
    display: block;
}

/* jan/14/25 sk */

.marquee.wpb_column .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(10, minmax(12vmin, 1fr));
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image {
    --time: 35s;
    display: flex;
    position: relative;
    width: 105%;
    aspect-ratio: 1;
    grid-column: 1;
    grid-row: 1;
    object-fit: cover;
    left: calc(100% * 10);
    animation: marquee var(--time) linear infinite;
    align-items: center;
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(1) {
    animation-delay: calc((var(--time) / 10) * (10 - 1) * -1);
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(2) {
    animation-delay: calc((var(--time) / 10) * (10 - 2) * -1);
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(3) {
    animation-delay: calc((var(--time) / 10) * (10 - 3) * -1);
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(4) {
    animation-delay: calc((var(--time) / 10) * (10 - 4) * -1);
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(5) {
    animation-delay: calc((var(--time) / 10) * (10 - 5) * -1);
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(6) {
    animation-delay: calc((var(--time) / 10) * (10 - 6) * -1);
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(7) {
    animation-delay: calc((var(--time) / 10) * (10 - 7) * -1);
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(8) {
    animation-delay: calc((var(--time) / 10) * (10 - 8) * -1);
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(9) {
    animation-delay: calc((var(--time) / 10) * (10 - 9) * -1);
}

.marquee.wpb_column .wpb_wrapper .wpb_single_image:nth-of-type(10) {
    animation-delay: calc((var(--time) / 10) * (10 - 10) * -1);
}

@keyframes marquee {
    to {
        left: -100%;
    }
}

/* 15jan 25 */

.logo_img .vc_single_image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* language css  */

.language-select .goog-te-gadget-simple {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    position: relative;
}

.language-select .goog-te-gadget-simple a {
    display: flex;
}

.language-select span {
    font-size: 16px;
    font-weight: 700;
}

.language-select a span:nth-child(3) {
    display: none;
}

.language-select a span:nth-child(5) {
    color: #fff !important;
}

.language-select .goog-te-gadget {
    font-family: inherit;
}

.language-select .goog-te-gadget-icon {
    height: 20px;
    width: 20px;
}

.language-select .goog-te-gadget-simple img:first-child {
    display: none;
}

.language-select .goog-te-gadget-simple::after {
    position: absolute;
    content: '';
    background-image: url("https://www.hofmann-heatexchanger.com/wp-content/uploads/2025/01/Group-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    width: 22px;
    z-index: 1;
    left: -24px;
    top: 1px;
}

/* plate-heat-exchanger-gasket-plates-new page css */

.star_text h6 span {
    display: flex;
    align-items: start;
}

.common_section .product_head h2 {
    margin-bottom: 30px;
}

.product_head .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,
.product_head .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,
.product_head .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,
.product_head .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,
.product_head .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
.product_head .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td,
.product_head .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
.product_head .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td {
    border: 1px solid #000 !important;
}

.product_head .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td:first-child {
    background-color: #3770E914;
}

.table_buttons {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.advantage-disadvan-sec.gasket-type-sec .wpb_text_column {
    max-width: 750px;
    margin: auto;
}

.advantage-disadvan-sec.gasket-type-sec .four_img_row .vc_column-inner .wpb_wrapper::after {
    background-color: transparent;
}

.advantage-disadvan-sec.gasket-type-sec .vc_col-has-fill>.vc_column-inner {
    padding: 10px 25px;
    border-radius: 15px;
}

.advantage-disadvan-sec.gasket-type-sec .vc_row>div {
    gap: 30px;
}

.advantage-disadvan-sec.material-cert-sec .wpb_text_column {
    max-width: 750px;
    margin: auto;
}

.advantage-disadvan-sec.material-cert-sec .four_img_row .vc_column-inner .wpb_wrapper::after {
    background-color: transparent;
}

.advantage-disadvan-sec.material-cert-sec .vc_col-has-fill>.vc_column-inner {
    padding: 10px 25px;
    border-radius: 15px;
}

.advantage-disadvan-sec.material-cert-sec .vc_row>div {
    gap: 30px;
}

.advantage-disadvan-sec.gasket-type-sec .four_img_row .vc_column-inner .wpb_wrapper:hover::after {
    background-color: #3770E914;
    display: block;
}

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable {
    border-radius: 0px;
    overflow: hidden;
}

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td {
    border: 1px solid #DDDDDD !important;
    padding: 18px !important;
    text-align: left;
}

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr:nth-child(even) td {
    background-color: #3770E926;
}

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead th:first-child {
    /* border-radius: 10px 0px 0px 0px; */
}

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead th:last-child {
    /* border-radius: 0px 10px 0px 0px; */
}

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr:last-child {
    border-radius: 10px;
}

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px;
}

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}

.auto-slider-col .slick-slide {
    height: auto;
    margin: 0 15px;
}

.auto-slider-col .slick-track {
    /* margin:0 -15px; */
    gap: 0 !important;
}

.auto-slider-col .slick-slide>div,
.auto-slider-col .slick-slide a {
    height: 100%;
}

.auto-slider-col .posters {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.auto-slider-col .info_title {
    margin-top: auto;
}

.auto-slider-col .info_title p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 7px;
}

.auto-slider-col .slick-list.draggable {
    /* overflow: visible; */
    padding-bottom: 40px !important;
}

.auto-slider-col .slick-slide a {
    background-color: #fff;
    padding: 15px;
    padding-right: 0;
    box-shadow: 10px 24px 24px 0px rgba(55, 112, 233, 0.08);
    border-radius: 15px;
}

.auto-slider-col .slick-slide a img {
    background: rgba(55, 112, 233, 0.05);
    flex: 1;
    border-radius: 13px;
    display: flex;
    align-items: center;
    object-fit: contain;
    padding: 35px;
}

.auto-slider-col .autoplay_slider {
    margin-bottom: 0;
    padding-bottom: 0;
}

.auto-slider-col .vc_btn3-container.mt-50 {
    margin: 0;
    margin-top: 30px;
}

.max-text {
    max-width: 1130px;
    margin: auto;
}

.advantage-disadvan-sec.material-cert-sec .max-txt-col .wpb_text_column {
    max-width: 1183px;
    margin: auto;
}

.advantage-disadvan-sec.material-cert-sec .cards-row .vc_col-has-fill>.vc_column-inner {
    border-radius: 25px;
    padding: 30px 25px 15px 25px;
}

.advantage-disadvan-sec.material-cert-sec .cards-row figure a img {
    border-radius: 5px;
}

.advantage-disadvan-sec.material-cert-sec .cards-row .rotate_icon button {
    border-color: transparent;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    padding: 15px 20px;
    justify-content: space-between;
}

.advantage-disadvan-sec.material-cert-sec .cards-row .vc_col-has-fill>.vc_column-inner:hover button {
    background-color: rgba(55, 112, 233, 1) !important;
    color: #fff !important;
}

.advantage-disadvan-sec.material-cert-sec .cards-row .rotate_icon button i {
    transform: rotate(-45deg) !important;
}

.glue-txt {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    opacity: 0;
}

.text-hvr .vc_column-inner:hover .glue-txt {
    opacity: 1;
}

.text-hvr .vc_column-inner {
    position: relative;
}

.text-hvr .wpb_text_column .glue-txt {
    text-align: center;
    color: #000;
    font-size: 32px;
    font-weight: bold;
}

.text-hvr .wpb_text_column {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* search bar css */

.hdr_btm .search-field {
    display: none !important;
}

.hdr_btm .search-field.search-toggle {
    display: block !important;
    max-width: 250px;
    position: absolute;
    right: 13%;
    margin-left: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 200px;
    height: auto;
    display: flex;
    padding: 8px 25px;
}

.hdr_btm .search-field.search-toggle form {
    width: 90%;
    height: auto;
}

.hdr_btm .search-field.search-toggle .is-form-style input.is-search-input {
    border: none !important;
    font-size: 14px;
    font-family: 'Grandis Extended';
    align-items: center;
    line-height: 1.5;
    padding: 0;
    height: auto;
    font-weight: 400;
}

.hdr_btm .search-field.search-toggle .is-form-style input.is-search-input::placeholder {
    color: #0000005c;
}

.hdr_btm .search-field.search-toggle span.is-search-icon {
    visibility: hidden;
}

.hdr_btm .search-field.search-toggle .close-icon {
    font-size: 25px;
}

.close-btn {
    /* top: 48%; */
}

.close-btn a {
    background: transparent;
    font-size: 12px !important;
    padding: 10px;
    padding-bottom: 5px;
    line-height: 1.5;
    margin: 0;
    border-radius: 5px;
}

/* ------ Plate type water Generator CSS START --------- */

h6.size26 {
    font-size: 26px !important;
    margin-bottom: 10px !important;
}

.fresh.water-section .pt-30 {
    padding-top: 10px !important;
}

.design-criteria h4 {
    margin-bottom: 10px !important;
}

.design-criteria p {
    color: #323232;
}

.table-custom-sec td.wpdt-cell {
    background-color: transparent !important;
    color: #fff;
}

.table-custom-sec td.wpdt-cell.wpdt-bc-3770E9.wpdt-tc-FFFFFF {
    background-color: #3770E9 !important;
}

ul.control-li img {
    margin-top: 4px;
}

.design-criteria {
    display: flex;
}

.design-criteria .vc_column-inner {
    height: 100%;
}

.design-criteria .wpb_wrapper {
    height: 100% !important;
    padding-right: 20px;
}

.design-criteria .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    display: flex;
    justify-content: center;
    align-items: center;
}

.design-criteria .vc_single_image-wrapper.vc_box_border_grey {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.control-li li {
    display: flex !important;
    align-items: start !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

ul.control-li {
    padding: 0 !important;
    margin-top: 20px !important;
}

.Components-section .wpb_wrapper {
    padding: 0 !important;
}

.table-custom-sec h2 {
    margin-bottom: 30px !important;
}

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td {
    border: 1px solid #DDDDDD !important;
    padding: 18px !important;
    text-align: left;
    border-color: #3770E94D !important;
    font-size: 16px !important;
    overflow: visible !important;
}

/* ------ Plate type water Generator CSS END  --------- */

.fuel_box .common_inner_row figure a img {
    object-fit: contain !important;
}

.footer-bottom {
    position: relative;
}

.footer-bottom .pull-right.copy-text {
    position: fixed;
    right: 30px;
    bottom: 80px;
    display: none;
}

.pull-right.copy-text ul {
    padding: 0;
}

.footer-bottom .pull-right.copy-text ul li a {
    background-color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center !important;
    border-radius: 100%;
    border: 1px solid #fff;
}

.widget_bunch_about_us .about-widget img {
    width: 130px;
}

.widget_bunch_about_us .about-widget a {
    margin-bottom: 20px;
}

.blue-heading-brazed {
    padding-top: 35px;
}

.fuel_box .common_inner_row .wpb_single_image {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav li:nth-child(2) .soltn_lsit span {
    display: none;
}

.list_menu>ul>li {
    line-height: 1.4;
    padding: 10px 15px !important;
}

.hdr_btm .navbar li:nth-child(2) .menu_list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.hdr_btm .navbar li:nth-child(2) .menu_box_ryt.soltn_lsit {
    flex: 0 0 100%;
}

.hdr_btm .navbar li:nth-child(2) .menu_list,
.navbar li:nth-child(2) .dropdown_box {
    width: 100% !important;
    flex: 0 0 50%;
}

.hdr_btm .navbar li:nth-child(2) .menu_list ul li {
    width: 50%;
}

.main_out_box:first-child img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.main_out_box:first-child img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.vc_row.wpb_row.vc_row-fluid.rw_btm_img:has(.main_out_box) {
    display: flex;
    gap: 20px;
}

.vc_row.wpb_row.vc_row-fluid.rw_btm_img:has(.main_out_box)>div {
    height: 100%;
    margin: 10px 0;
}

.full_link_element {
    cursor: pointer;
}

.container.latest-container {
    width: 100%;
    max-width: 100%;
}

section.lastest-slide-sec {
    background-color: #80808021;
    padding-bottom: 30px;
    margin-top: 40px;
}

.latest-news-slider .slick-slide.slick-current.slick-active.slick-center .latest-inner {
    background-color: #fff;
    padding: 20px;
}

.hd-block-heat {
    max-width: 923px;
    margin: auto;
}

.hd-block-heat h2 {
    max-width: 750px;
    margin: auto;
}

.four-type-heat .container:first-child {
    max-width: 100%;
}

section.slick_image_only_2 .container {
    background-color: #80808014;
    margin-top: 40px;
    padding-bottom: 40px;
}

.four-type-heat .tailor-row {
    justify-content: center;
}

.advantage-disadvan-sec.material-cert-sec .cards-row .vc_col-has-fill>.vc_column-inner:hover button i {
    transform: unset !important;
}

.advantages_sec,
.advantages_sec h2,
.advantages_sec p {
    color: #fff !important;
}

.hide_tab {
    display: none !important;
}

.hg-image .box_wht img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

button.tabs-bootton.child_tab_btn.active {
    background-color: #D44949;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
    transform: translate(0, -50%) !important;
}

.common_image_row.fuel-sec.fl_new {
    margin-bottom: 30px;
}

section.lastest-slide-sec .slick-slide:not(.slick-current) .latest-inner {
    border: 1px solid #00000029;
    padding: 20px;
}

table thead .wpdt-bc-006EB9 {
    background-color: #3770E9 !important;
}

/* table border color for all tables */

.plate_exchange .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,
.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td {
    border-color: #000 !important;
}

.hide_icon_srch {
    display: none;
}

.hdr_btm .search-field.search-toggle .is-form-style button.is-search-submit {
    display: none;
}

.hdr_top_rw .language-select.small {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    line-height: 1.5 !important;
}

.main_header .hdr_top .language-select.small {
    width: 15%;
    justify-content: end;
}

.catalog_now_row .vc_do_btn .vc_general.vc_btn3 i {
    rotate: -45deg;
}

.catalog_now_row .vc_do_btn .vc_general.vc_btn3:hover i {
    rotate: unset;
}

.latest-news-slider .prev-arrow.slick-arrow {
    left: 20px;
}

.latest-news-slider .next-arrow.slick-arrow {
    right: 18px;
}

.vc_row.wpb_row.vc_row-fluid.rw_btm_img:has(.main_out_box)>div {
    height: auto;
}

.main_out_box img {
    mix-blend-mode: multiply;
}

.multi_head figure,
.multi_head figure .vc_single_image-wrapper,
.multi_head figure,
.multi_head figure .vc_single_image-wrapper img {
    width: 100%;
}

/* responsive css only */

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .slick_image_only_2 .container-slider {
        max-width: 1440px;
        margin: auto;
    }
    .container_1440 {
        max-width: 1440px;
        margin: auto;
    }
    .container-fluid {
        width: 100%;
        padding: 0px 30px;
    }
    /* footer .container,
    .spare-prt_sec .container,
    .footer-bottom.blk-footer-btm .container {
        max-width: 1620px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    } */
    /* <!-- ************(20/12)****************** --> */
    .news_sec .container {
        max-width: 1620px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    li.nav-item:hover .menu_wraper:not(.force-close) {
        display: block !important;
    }
    .menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li.menu_item:hover .list_menu:not(.force-close) {
        display: block;
    }
    .slick_image_only_2 .container-slider {
        max-width: 1140px;
        margin: auto;
    }
}

/* <!-- ************(20/12)****************** --> */

@media screen and (max-width:1600px) and (min-width:1400px) {
    .main_header .hdr_top .hdr_top_rw .socl_pags ul {
        gap: 0 38px;
        padding-left: 0;
    }
}

@media screen and (max-width: 1599px) {
    .p_140 {
        padding: 100px 0px;
    }
    .divider {
        max-width: 1320px;
    }
    .main_header ul li a {
        font-size: 14px;
        line-height: 1.2;
    }
    .cta {
        font-size: 14px;
        line-height: 1.2;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav {
        gap: 40px;
    }
    .footer-border {
        padding-top: 67px;
        margin-top: 67px;
    }
    /* footer {
    padding-bottom: 60px !important;
} */
    /* .bnr_slide_img {
        padding-top: 270px;
        padding-bottom: 150px;
    } */
    .trust_us_sec .wpb_wrapper p span {
        font-size: 26px !important;
    }
    .banner_slider_sec h1 {
        font-size: 90px !important;
        text-align: center !important;
    }
    .hdr_top_rw ul li a {
        font-size: 12px;
    }
    .language-select span {
        font-size: 12px;
    }
    .text-hvr .wpb_text_column .glue-txt {
        font-size: 25px;
    }
    .advantage-disadvan-sec.material-cert-sec .vc_row>div {
        gap: 20px;
    }
    .advantage-disadvan-sec.material-cert-sec .cards-row .vc_col-has-fill>.vc_column-inner {
        border-radius: 20px;
        padding: 25px 18px 15px 18px;
    }
    .footer-bottom .pull-right.copy-text {
        right: 25px;
        bottom: 75px;
    }
    .footer-widget .link-widget li a {
        font-size: 15px;
    }
    .fuel_box .common_inner_row .wpb_single_image {
        height: 200px;
    }
    .widget_bunch_about_us .about-widget a {
        margin-bottom: 15px;
    }
    .widget_bunch_about_us .about-widget img {
        width: 130px;
    }
    .footer p {
        line-height: 1.5;
    }
    ul.contact-infos li:first-child {
        align-items: baseline;
    }
    ul.contact-infos li {
        gap: 8px;
    }
    .hdr_btm .search-field.search-toggle {
        right: 20%;
    }
    .main_header .hdr_top .hdr_top_rw .socl_pags ul {
        padding-left: 0;
    }
    .rotate_icon.vc_do_btn .vc_general.vc_btn3 {
        font-size: 13px;
    }
    .tabs_series_sec .tabs-bootton {
        padding: 16px 30px !important;
    }
    .language-select .goog-te-gadget-simple::after {
        left: -18px;
        width: 16px;
        top: 0;
    }
}

@media only screen and (max-width:1800px) and (min-width: 1700px) {
    .hdr_btm .search-field.search-toggle {
        max-width: 235px;
        right: 14%;
    }
}

@media only screen and (max-width:1700px) and (min-width: 1600px) {
    div#navbarSupportedContent .hdr_ryt {
        width: 25%;
    }
    div#navbarSupportedContent .navbar-nav {
        width: 75%;
    }
    .hdr_btm .search-field.search-toggle {
        max-width: 213px;
    }
    .hdr_btm .search-field.search-toggle {
        right: 15%;
    }
}

@media only screen and (max-width:1600px) and (min-width: 1400px) {
    div#navbarSupportedContent .navbar-nav {
        width: 65%;
    }
    div#navbarSupportedContent .hdr_ryt {
        width: 35%;
    }
    .hdr_btm .search-field.search-toggle {
        right: 17%;
    }
}

@media only screen and (max-width:1400px) and (min-width:1200px) {
    .hdr_btm .search-field.search-toggle {
        max-width: 170px;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav {
        gap: 20px !important;
    }
    div#navbarSupportedContent .navbar-nav {
        width: 65%;
    }
    div#navbarSupportedContent .hdr_ryt {
        width: 35%;
    }
    .hdr_btm .search-field.search-toggle {
        right: 18%;
    }
}

@media only screen and (max-width:1400px) and (min-width:1300px) {
    .hdr_btm .search-field.search-toggle {
        max-width: 223px;
    }
}

@media only screen and (max-width: 1499px) {
    .p_130 {
        padding: 100px 0px;
    }
    .footer-content {
        margin: 34px 0;
    }
    .spare-prt-slider .comp_slider {
        padding: 50px 76px;
    }
    .spare-prt_sec .spare-prt-slider img.slick-arrow {
        width: 50px;
    }
    .spare-prt_sec .spare-prt-slider .slick-prev {
        left: -35px;
    }
    .spare-prt_sec .spare-prt-slider .slick-next {
        right: -35px;
    }
    /* <!-- ************(20/12)****************** --> */
    .explore_sec .explore_btm-dv .explore_vd {
        margin-bottom: 50px;
    }
    .pt_160 {
        padding-top: 130px;
    }
    .p_120 {
        padding-block: 100px;
    }
    .divider {
        max-width: 1140px;
    }
    .main_header .hdr_top .hdr_top_rw>div {
        padding: 10px 0px 12px;
    }
    h1 {
        font-size: 85px;
        line-height: 1.2;
    }
    h2 {
        font-size: 71px;
        line-height: 1.2;
    }
    h3 {
        font-size: 45px;
        line-height: 1.2;
    }
    .size20,
    .size20 p {
        font-size: 16px;
        line-height: 1.4;
    }
    .main_head h2.main-heading {
        font-size: 70px;
        line-height: 1.2;
    }
    /* .bnr_slide_img {
        padding-top: 270px;
        padding-bottom: 150px;
    } */
    .bnner_sec .bnr_Contnt p {
        font-size: 22px;
        line-height: 1.4;
    }
    .gt_btn {
        margin-top: 40px;
    }
    .bnr_slide_img .gt_btn .cta {
        padding: 20px 25px;
    }
    .trst_sec .trst_content {
        padding: 20px 0px;
    }
    .trst_sec .trst_lft {
        padding: 15px 55px 15px 0px;
    }
    .trst_sec .trst_content .trst_images {
        padding: 25px 0px 25px 55px;
    }
    .frms_lsit span.blu_text {
        margin-bottom: 25px;
        line-height: 1.4;
    }
    .main_head .main-subheading {
        font-size: 160px;
        line-height: 1.2;
    }
    .news_panel {
        gap: 35px;
    }
    .heat_head h2:last-child,
    .heat_head h2:last-child span {
        font-size: 160px !important;
    }
    .global-rgt {
        padding-left: 60px;
    }
    .dropdown_box {
        padding: 20px 25px;
    }
    .list_menu {
        padding: 20px 0;
        padding-top: 0;
    }
    .list_menu>ul>li {
        line-height: 1.4 !important;
        padding: 11.5px 15px !important;
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1399px) {
    .main_header .hdr_top .hdr_top_rw .socl_pags ul {
        display: flex;
        align-items: center;
        gap: 0px 30px;
    }
    .main_header .hdr_top .hdr_top_rw>div {
        padding: 10px 0px 10px;
    }
    h1 {
        font-size: 75px;
        line-height: 1.2;
    }
    .p_120 {
        padding-block: 90px;
    }
    .bnner_sec .bnr_Contnt p {
        font-size: 20px;
    }
    .gt_btn {
        margin-top: 35px;
    }
    .bnr_slide_img .gt_btn .cta {
        padding: 18px 20px;
    }
    .scroll_btn {
        right: 30px;
    }
    .pagingInfo {
        bottom: 35px;
        left: 15px;
    }
    h5 {
        font-size: 24px;
        line-height: 1.2;
    }
    .trst_sec .trst_content {
        padding: 20px 0px;
    }
    .trst_sec .trst_content .trst_images {
        padding: 20px 0px 20px 50px;
    }
    .trst_sec .trst_lft {
        padding: 10px 50px 10px 0px;
    }
    h2 {
        font-size: 55px;
        line-height: 1.2;
    }
    .exchngr_content .hd_main {
        margin-bottom: 40px;
    }
    .exchng_img .exchng_text .exchng_lnk {
        padding: 12px;
        align-items: center;
    }
    .exchng_img .exchng_title {
        font-weight: 700;
        line-height: 1.2;
        font-size: 16px;
    }
    .exng_images {
        padding-bottom: 100px;
        margin-bottom: 60px;
    }
    .frmex_list.small ul li:not(:last-child) {
        margin-bottom: 25px;
    }
    .frms_img {
        padding: 70% 0px 0px;
    }
    h3 {
        font-size: 35px;
        line-height: 1.2;
    }
    .main_head h2.main-heading {
        font-size: 70px;
        line-height: 1.2;
    }
    .main_head .main-subheading {
        font-size: 140px;
        line-height: 1.2;
    }
    .main_head {
        margin-bottom: 70px;
    }
    .hd_big h3 {
        font-size: 60px;
        line-height: 1.2;
    }
    .heat_info {
        margin-left: 100px;
    }
    .exchng_img .exchng_text .exchng_lnk {
        padding: 15px;
    }
    .exchng_img .exchng_text {
        padding: 15px;
    }
    .more_hfm .exchng_img .exchng_text p {
        padding: 0px 15px;
    }
    .cta {
        padding: 16px 25px;
    }
    .table_buttons {
        max-width: 960px;
    }
}

@media only screen and (min-width:1200px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

@media only screen and (max-width: 1199px) {
    .p_130 {
        padding: 80px 0px;
    }
    .p_120 {
        padding-block: 80px;
    }
    footer .container>.row {
        row-gap: 30px;
    }
    .footer-border {
        padding-top: 40px;
        margin-top: 40px;
    }
    .footer-content {
        margin: 34px 0;
        margin-bottom: 26px;
    }
    .industries-box ul li a {
        line-height: 40px;
    }
    .Contact-footer li {
        margin-bottom: 16px;
    }
    /* <!-- ************(20/12)****************** --> */
    .explore_sec .explore_btm-dv .btm-dv_txt p {
        max-width: 700px;
    }
    .explore_sec .explore_btm-dv .explore_vd {
        margin-bottom: 40px;
    }
    .pt_160 {
        padding-top: 100px;
    }
    .spare-prt-slider .comp_slider {
        padding: 50px;
    }
    .divider {
        max-width: 960px;
    }
    .spare-prt_sec .spare-prt-slider img.slick-arrow {
        width: 45px;
    }
    .spare-prt_sec .spare-prt-slider .slick-prev {
        left: -28px;
    }
    .spare-prt_sec .spare-prt-slider .slick-next {
        right: -28px;
    }
    .explore_sec .explore_hd h3,
    .spare-prt_sec .spare_prt_hd h3 {
        font-size: 47px;
    }
    h1 {
        font-size: 65px;
        line-height: 1.2;
    }
    .gt_btn {
        margin-top: 30px;
    }
    /* 
    .bnr_slide_img {
        padding-top: 250px;
        padding-bottom: 150px;
    } */
    .bnr_slide_img {
        padding-top: 180px;
        padding-bottom: 80px;
    }
    .trst_sec .trst_lft {
        padding: 10px 30px 10px 0px;
    }
    .trst_sec .trst_content .trst_images {
        padding: 15px 0px 15px 20px;
    }
    h5 {
        font-size: 22px;
        line-height: 1.2;
    }
    h2 {
        font-size: 60px;
        line-height: 1.2;
    }
    .p_140 {
        padding: 100px 0px;
    }
    h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    .main_head h2.main-heading {
        font-size: 60px;
    }
    .main_head .main-subheading {
        font-size: 120px;
        line-height: 1.2;
    }
    .main_head {
        margin-bottom: 60px;
    }
    .hd_big h3 {
        font-size: 50px;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav {
        gap: 11px;
    }
    .our_services::before {
        width: 500px;
    }
    .hfm_bg::before {
        width: 500px;
        height: 330px;
    }
    .hdr_btm nav.navbar #navbarSupportedContent {
        flex: 0 0 80%;
    }
    a.navbar-brand {
        width: 11%;
    }
    div#navbarSupportedContent .navbar-nav {
        width: 80%;
    }
    .rqst_btn a {
        font-size: 14px;
    }
    .hdr_top_rw ul li a {
        font-size: 12px;
    }
    .mob-menu-header-holder.mobmenu {
        opacity: 0;
        display: none;
    }
    .language-select span {
        font-size: 13px;
    }
    .rqst_btn .cta.wht_btn {
        font-size: 14px;
        padding: 15px 16px 15px;
    }
    .hdr_btm .hdr_ryt {
        gap: 20px;
    }
    .main_header .hdr_top .socl_pags {
        flex: 0 0 30%;
    }
    .banner_slider_sec h1 {
        font-size: 78px !important;
    }
    .common_section h1 span {
        font-size: 45px !important;
    }
    .hdr_btm {
        padding: 10px 0px;
    }
    .trust_us_sec .wpb_wrapper p span {
        font-size: 20px !important;
    }
    .common_inner_row .vc_column-inner .wpb_wrapper p:first-child span {
        font-size: 18px !important;
        line-height: 1.2;
    }
    .new_technology_section .wpb_wrapper h3 span {
        font-size: 120px !important;
        line-height: 1.2 !important;
    }
    .global_heat_section .wpb_column:nth-child(2) .wpb_wrapper {
        max-width: 430px;
    }
    .slick-slide.slick-center .latest-img::before {
        height: 80px;
        width: 80px;
    }
    .footer p {
        font-size: 14px !important;
        line-height: 1.4;
    }
    .footer-bottom.blk-footer-btm {
        padding: 40px 0px;
    }
    .footer-widget .link-widget li a {
        font-size: 14px !important;
        line-height: 1.4;
    }
    .footer.has-black-color-overlay #text-2 {
        padding-left: 40px;
    }
    .footer-bottom.blk-footer-btm .pull-left.get-text * {
        font-size: 14px;
    }
    .footer-bottom.blk-footer-btm .pull-right.copy-text a {
        font-size: 14px;
    }
    .heat_head h2:last-child,
    .heat_head h2:last-child span {
        font-size: 140px !important;
    }
    .catalog_now_row::after {
        height: 160px !important;
        width: 160px !important;
    }
    .catalog_now_text span {
        font-size: 20px;
    }
    .catalog_now_text>div {
        padding-top: 50px !important;
    }
    .cat_box {
        padding-top: 50px !important;
    }
    .left_spacing_text {
        padding: 20px 0px 40px 60px;
    }
    .next-arrow.slick-arrow {
        right: -60px;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav .nav-link {
        padding: 25px 0;
    }
    div#navbarSupportedContent .navbar-nav {
        width: 100%;
    }
    /* Navbar Toggler */
    .navbar-toggler {
        border: none;
        outline: none;
    }
    .navbar-toggler .bar {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 4px 0;
        transition: 0.3s;
    }
    /* When aria-expanded is true (menu expanded) */
    .navbar-toggler[aria-expanded="true"] .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .navbar-toggler[aria-expanded="true"] .bar:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    /* When aria-expanded is false (menu collapsed) */
    .navbar-toggler[aria-expanded="false"] .bar:nth-child(1),
    .navbar-toggler[aria-expanded="false"] .bar:nth-child(3) {
        transform: none;
    }
    .navbar-toggler[aria-expanded="false"] .bar:nth-child(2) {
        opacity: 1;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav .nav-link {
        color: #000;
    }
    /* Navbar Collapse */
    .collapse.navbar-collapse {
        background-color: white;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1050;
        padding: 1rem;
        display: none;
    }
    /* When the menu is expanded (aria-expanded="true") */
    .navbar-toggler[aria-expanded="true"]~.collapse.navbar-collapse {
        display: block;
    }
    .main_header .navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }
    .main_header .hdr_top .hdr_top_rw {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .main_header .hdr_top .hdr_top_rw>div:not(:last-child) {
        border: none;
    }
    .main_header .hdr_top .hdr_top_rw .socl_pags ul {
        gap: 0px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item .drop_icn {
        color: #000;
    }
    /* .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item a.nav-link {
    padding: 10px 0px;
} */
    .hdr_btm .hdr_ryt {
        gap: 15px;
    }
    .hdr_btm .hdr_ryt .search-icon {
        font-size: 18px;
        color: #000;
    }
    .cta.wht_btn {
        padding: 15px 20px 15px;
        color: #fff;
        background: #D44949;
    }
    .hdr_btm nav.navbar #navbarSupportedContent {
        flex: 0 0 100%;
    }
    .a-span-hd-btm {
        width: 100%;
        justify-content: space-between;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav .nav-link {
        padding: 15px 0;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item {
        position: relative;
        padding: 0px 15px;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper {
        top: 110% !important;
    }
    .hdr_btm:hover div#navbarSupportedContent .navbar-nav .nav-item:hover .a-span-hd-btm::before {
        top: 80% !important;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper .container {
        max-width: 100%;
    }
    /* .menu_wraper .dropdown_menus {
        justify-content: space-between;
    } */
    .menu_box_ryt.soltn_lsit {
        flex: 0 0 50%;
    }
    .menu_box_ryt.soltn_lsit .dropdown_box {
        flex: 0 0 100%;
    }
    div#navbarSupportedContent .hdr_ryt {
        padding: 20px;
        justify-content: start;
        width: 100%;
    }
    .menu_wraper .menu_box_ryt>div {
        padding: 0;
    }
    .menu_box_ryt {
        padding: 50px 20px;
        justify-content: space-between;
        gap: 20px;
    }
    .menu_wraper .menu_box_ryt>div {
        padding: 0;
    }
    .menu_box_ryt {
        padding: 50px 20px;
        justify-content: space-between;
        gap: 20px;
    }
    .list_menu {
        width: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #fff;
        top: 100%;
        margin: 0;
    }
    .main_header .hdr_btm .navbar .navbar-collapse {
        display: none !important;
    }
    .main_header .hdr_btm .navbar .navbar-collapse.show {
        display: block !important;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper .close-btn {
        top: 10px;
        position: absolute;
        right: 30px;
        left: unset;
    }
    .hdr_btm nav.navbar .navbar-brand {
        max-width: 94%;
        padding: 15px 0px;
        width: 94%;
    }
    .hdr_btm nav.navbar .navbar-brand img {
        width: 100px;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
    .hdr_btm:hover .navbar-toggler .bar {
        background: #000;
    }
    .main_header .hdr_lft ul li a {
        width: 100%;
        text-align: center;
    }
    /* .menu_wraper .menu_box_ryt {
        flex-direction: column;
    } */
    .dropdown_box .menu_hd {
        gap: 0px 5px;
        align-items: start;
    }
    .lft_blu_box {
        height: max-content;
    }
    .menu_box_ryt {
        padding: 0px 20px;
        gap: 10px;
    }
    .dropdown_box .menu_hd .menu_tiltle {
        flex: 0 0 80%;
    }
    .dropdown_box .menu_list li.menu_item {
        margin-bottom: 10px;
        padding: 8px 15px;
    }
    .menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li.menu_item {
        margin-bottom: 10px;
        padding: 8px 15px;
    }
    .dropdown_box .menu_hd {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper {
        padding: 20px 0px;
    }
    .menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li.menu_item {
        position: relative;
    }
    .list_menu {
        width: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #fff;
        top: 100%;
        margin: 0;
    }
    .list_menu {
        height: inherit;
    }
    .top-banner-common {
        height: 400px;
    }
    .blue-heading-brazed {
        padding-top: 30px;
    }
    .hdr_btm .search-field.search-toggle {
        left: 20px;
        top: 100%;
        transform: unset;
        right: unset;
    }
    .latest-news-slider .prev-arrow.slick-arrow,
    .latest-news-slider .next-arrow.slick-arrow {
        padding: 9px 15px;
    }
    .container-fluid {
        padding: 0px 15px !important;
    }
}

@media only screen and (max-width:991px) {
    .p_130 {
        padding: 60px 0px;
    }
    .p_120 {
        padding-block: 70px;
    }
    .footer-content {
        margin-bottom: 16px;
    }
    .copy-right-text {
        column-gap: 15px;
        row-gap: 10px;
    }
    .design-criteria {
        flex-direction: column;
        gap: 30px;
    }
    .design-criteria .vc_col-sm-6 {
        width: 100% !important;
    }
    .copy-right-text a::before {
        left: -8px;
    }
    .email-field .form-control {
        padding: 14px 16px;
    }
    /* <!-- ************(20/12)****************** --> */
    .explore_sec .explore_btm-dv .explore_vd::before {
        width: 80px;
        height: 80px;
    }
    .explore_sec .explore_btm-dv .explore_vd {
        margin-bottom: 30px;
    }
    .explore_sec .explore_btm-dv .btm-dv_txt {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .pt_160 {
        padding-top: 80px;
    }
    .spare-prt-slider .comp_slider {
        padding: 30px 50px;
    }
    .divider {
        max-width: 720px;
    }
    .spare-prt_sec .spare-prt-slider .slick-track .slick-slide>div {
        margin: 10px;
    }
    .spare-prt_sec .spare-prt-slider img.slick-arrow {
        width: 38px;
    }
    .spare-prt_sec .spare_prt_hd~p {
        margin-bottom: 30px;
    }
    .explore_sec .explore_hd h3,
    .spare-prt_sec .spare_prt_hd h3 {
        font-size: 35px;
        line-height: 1.2;
    }
    /* 
  .navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: blue;
    margin: 4px 0;
    transition: 0.3s;
}

.navbar-toggler:focus {
    outline: none;
}

.collapse.navbar-collapse {
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1050;
    padding: 1rem;
    display: none;
}

.collapse.navbar-collapse.show {
    display: block;
}

.navbar-toggler.collapsed .bar1 {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.collapsed .bar2 {
    opacity: 0;
}

.navbar-toggler.collapsed .bar3 {
    transform: rotate(-45deg) translate(5px, -5px);
} */
    /* Navbar Toggler */
    .navbar-toggler {
        border: none;
        outline: none;
    }
    .navbar-toggler .bar {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 4px 0;
        transition: 0.3s;
    }
    /* When aria-expanded is true (menu expanded) */
    .navbar-toggler[aria-expanded="true"] .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .navbar-toggler[aria-expanded="true"] .bar:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    /* When aria-expanded is false (menu collapsed) */
    .navbar-toggler[aria-expanded="false"] .bar:nth-child(1),
    .navbar-toggler[aria-expanded="false"] .bar:nth-child(3) {
        transform: none;
    }
    .navbar-toggler[aria-expanded="false"] .bar:nth-child(2) {
        opacity: 1;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav .nav-link {
        color: #000;
    }
    /* Navbar Collapse */
    .collapse.navbar-collapse {
        background-color: white;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1050;
        padding: 1rem;
        display: none;
    }
    /* When the menu is expanded (aria-expanded="true") */
    .navbar-toggler[aria-expanded="true"]~.collapse.navbar-collapse {
        display: block;
    }
    .main_header .navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }
    .main_header .hdr_top .hdr_top_rw {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .main_header .hdr_top .hdr_top_rw>div:not(:last-child) {
        border: none;
    }
    .main_header .hdr_top .hdr_top_rw .socl_pags ul {
        gap: 0px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item .drop_icn {
        color: #000;
    }
    /* .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item a.nav-link {
    padding: 10px 0px;
} */
    .hdr_btm .hdr_ryt {
        gap: 15px;
    }
    .hdr_btm .hdr_ryt .search-icon {
        font-size: 18px;
        color: #000;
    }
    .cta.wht_btn {
        padding: 15px 20px 15px;
        color: #fff;
        background: #D44949;
    }
    /* 
    .bnr_slide_img {
        padding-top: 220px;
        padding-bottom: 120px;
    } */
    h1 {
        font-size: 60px;
        line-height: 1.2;
    }
    .bnner_sec .bnr_Contnt p {
        font-size: 18px;
    }
    .bnr_slide_img .gt_btn .cta {
        padding: 16px 20px;
    }
    body {
        font-size: 15px;
        line-height: 1.4;
    }
    h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    .exchngr_content .hd_main .sub_head {
        margin-left: 0;
    }
    .exchngr_content .hd_main {
        margin-bottom: 40px;
    }
    .exng_images {
        padding-bottom: 50px;
        margin-bottom: 30px;
    }
    .size20,
    .size20 p {
        font-size: 16px;
        line-height: 1.4;
    }
    .right_bg_image {
        max-width: 600px;
    }
    .exchngr_solutn::after {
        right: 40px;
        width: 110px;
        height: 110px;
    }
    .p_140 {
        padding: 70px 0px;
    }
    .exchngr_solutn .exchngr_btm_txt p {
        font-size: 18px;
        line-height: 1.4;
    }
    .exchng_img .exchng_title {
        font-size: 16px;
        line-height: 1.2;
    }
    .frms_lsit span.blu_text {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .frmsec_content>.row {
        gap: 20px 0px;
    }
    .main_head h2.main-heading {
        font-size: 60px;
        line-height: 1.2;
    }
    .main_head .main-subheading {
        font-size: 100px;
        line-height: 1.2;
    }
    .main_head {
        margin-bottom: 50px;
    }
    .heat_info {
        margin-left: 30px;
    }
    .hd_big h3 {
        font-size: 35px;
    }
    .heat_supplr>.row {
        gap: 15px 0px;
    }
    .news_panel {
        flex-direction: column;
        gap: 15px;
    }
    .hdr_btm.hovered .navbar-toggler .bar {
        background-color: #000;
    }
    .hdr_btm nav.navbar .navbar-brand {
        max-width: 130px;
        padding: 15px 0px;
    }
    .hdr_btm.sticky .navbar-toggler .bar {
        background: #000;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav {
        gap: 10px;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item a.nav-link:before {
        display: none;
    }
    .hfm_bg::before {
        display: none;
    }
    .cta {
        padding: 15px 20px;
    }
    .common_inner_row {
        width: 50%;
    }
    .next-arrow.slick-arrow {
        right: -65px;
    }
    .prev-arrow.slick-arrow {
        left: -65px
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.show {
        display: block !important;
    }
    .hdr_btm nav.navbar .navbar-brand {
        max-width: 94%;
        padding: 15px 0px;
        width: 94%;
    }
    .hdr_btm nav.navbar .navbar-brand img {
        width: 100px;
    }
    .banner_slider_sec h1 {
        font-size: 55px !important;
    }
    /* .bnr_slide_img {
        padding-top: 267px;
    } */
    .trust_us_sec .wpb_wrapper p span {
        font-size: 14px !important;
    }
    .trust_us_sec {
        padding: 15px 0;
    }
    .catalog_now_row::after {
        height: 130px !important;
        width: 130px !important;
    }
    .heat_head h2:last-child,
    .heat_head h2:last-child span {
        font-size: 100px !important;
    }
    .global-rgt {
        padding-left: 36px;
    }
    .global_heat_section .vc_do_btn .vc_general.vc_btn3,
    .advantages_gasketed_section .vc_btn3-container {
        margin-top: 20px;
    }
    .footer-bottom.blk-footer-btm>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-bottom.blk-footer-btm {
        padding: 20px 0px;
    }
    .footer.has-black-color-overlay #text-2 {
        padding-left: 0;
    }
    .hdr_btm:hover .navbar-toggler .bar {
        background: #000;
    }
    .has-black-color-overlay .footer-widget {
        padding: 20px;
        margin: 0;
    }
    .has-black-color-overlay .container>.row {
        gap: 0px;
    }
    .has-black-color-overlay {
        padding: 50px 0px 30px;
    }
    ul.contact-infos li {
        gap: 8px;
    }
    .latest-bottom-text h6 {
        font-size: 18px !important;
    }
    .latest-news-slider .slick-current.slick-active .latest-bottom-text h6 {
        font-size: 14px !important;
    }
    .hdr_btm nav.navbar #navbarSupportedContent {
        flex: 0 0 100%;
    }
    .a-span-hd-btm {
        width: 100%;
        justify-content: space-between;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav .nav-link {
        padding: 15px 0;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item {
        position: relative;
        padding: 0px 15px;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper {
        top: 110% !important;
    }
    .hdr_btm:hover div#navbarSupportedContent .navbar-nav .nav-item:hover .a-span-hd-btm::before {
        top: 80% !important;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper .container {
        max-width: 100%;
    }
    .menu_box_ryt.soltn_lsit .dropdown_box {
        flex: 0 0 100%;
    }
    div#navbarSupportedContent .hdr_ryt {
        padding: 20px;
        justify-content: start;
        width: 100%;
    }
    .menu_wraper .menu_box_ryt>div {
        padding: 0;
    }
    .menu_box_ryt {
        justify-content: space-between;
        gap: 20px;
    }
    .menu_wraper .menu_box_ryt>div {
        padding: 0;
    }
    .menu_box_ryt {
        justify-content: space-between;
        gap: 10px;
    }
    .list_menu {
        width: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #fff;
        top: 100%;
        margin: 0;
    }
    .lft_blu_box .hfm_heat_img {
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    .lft_blu_box .hfm_heat_img img {
        width: 100%;
    }
    .plate-heat-sec .slick-arrow {
        padding: 8px 12px;
    }
    .dropdown_box .menu_list li.menu_item a {
        font-size: 12px !important;
    }
    .dropdown_box .menu_list li.menu_item {
        margin-bottom: 5px;
        padding: 5px 10px;
    }
    .dropdown_box .menu_hd .menu_tiltle p {
        font-size: 14px !important;
    }
    .lft_blu_box h6 {
        font-size: 18px;
        line-height: 1.2;
    }
    .lft_blu_box p {
        font-size: 14px;
        line-height: 1.2;
    }
    .cta.vw_btn {
        line-height: 1.2;
        padding: 14px 20px;
    }
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper {
        padding: 20px 0px;
    }
    .menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li.menu_item {
        gap: 10px;
    }
    .list_menu {
        padding: 20px;
    }
    .list_menu>ul>li {
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
        font-size: 10px !important;
    }
    .top-banner-common {
        padding: 180px 0px 30px !important;
    }
    .advantage-disadvan-sec.gasket-type-sec .vc_col-has-fill>.vc_column-inner {
        padding: 10px 15px;
        border-radius: 15px;
    }
    .advantage-disadvan-sec.gasket-type-sec .vc_row>div {
        gap: 15px;
    }
    .gasket-type-sec .four_img_row .container {
        flex-direction: row;
    }
    .plate_exchange .vc_row.wpb_row.vc_inner {
        flex-direction: column;
        display: flex;
    }
    .plate_exchange .vc_row.wpb_row.vc_inner>div {
        width: 100%;
    }
    .cards-row .container {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 10px 0 !important;
        justify-content: center;
    }
    .cards-row .container>div {
        width: 48% !important;
    }
    .cards-row .container .wpb_column:first-child {
        margin-right: 15px;
    }
    
    .blue-heading-brazed {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .p_130 {
        padding: 50px 0px;
    }
    .fresh.water-section .container {
        padding: 0;
    }
    .Components-section .container {
        padding: 0 !important;
    }
    .contact-us-section .container {
        padding: 0 !important;
    }
    .table-custom-sec .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .footer-wrapper .footer-logo {
        max-width: 200px;
    }
    .footer-content {
        margin: 24px 0;
        margin-bottom: 16px;
    }
    footer .container>.row {
        row-gap: 25px;
    }
    .industries-box ul li a {
        line-height: 30px;
    }
    .industries-box.Contact-footer ul li a {
        margin: 0px !important;
    }
    footer {
        padding-bottom: 50px !important;
    }
    footer .container>.row>div:last-child .industries-box .footer_form {
        margin-top: 16px;
    }
    /* <!-- ************(20/12)****************** --> */
    .explore_sec .explore_btm-dv .explore_vd::before {
        width: 60px;
        height: 60px;
    }
    .explore_sec .explore_btm-dv .explore_vd {
        margin-bottom: 20px;
    }
    .explore_sec .explore_btm-dv .btm-dv_txt p.size20 {
        font-size: 18px;
        line-height: 1.6;
    }
    .explore_sec .explore_btm-dv .btm-dv_txt {
        gap: 10px;
    }
    .explore_sec .explore_hd {
        margin-bottom: 20px;
    }
    .pt_40 {
        padding-top: 20px;
    }
    .spare-prt_sec .spare-prt-slider img.slick-arrow {
        width: 35px;
    }
    .spare-prt_sec .spare-prt-slider .slick-next {
        right: -28px;
    }
    .spare-prt_sec .spare-prt-slider .slick-prev {
        left: -28px;
    }
    .spare-prt-slider .comp_slider {
        padding: 25px 40px;
    }
    .divider {
        max-width: 540px;
    }
    .spare-prt_sec .spare_prt_hd~p {
        margin-bottom: 20px;
    }
    .explore_sec .explore_hd h3,
    .spare-prt_sec .spare_prt_hd h3 {
        font-size: 26px;
    }
    .bnr_slide_img {
        padding-top: 170px;
        padding-bottom: 50px;
    }
    .scroll_btn {
        right: 20px;
    }
    .pagingInfo {
        bottom: 20px;
        left: 20px;
    }
    h1 {
        font-size: 50px;
        line-height: 1.2;
    }
    .bnr_slide_img .gt_btn .cta {
        padding: 15px 20px;
    }
    .trst_sec .trst_content .trst_images {
        padding: 20px 0px 0px;
    }
    .trst_sec .trst_content {
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .trst_sec .trst_content .trst_lft {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        flex: 0 0 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .trst_sec .trst_content .trst_images {
        flex: 0 0 100%;
    }
    h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    .exchng_img .exchng_text .exchng_lnk {
        padding: 12px;
        align-items: center;
    }
    .p_140 {
        padding: 70px 0px;
    }
    .exng_images {
        padding-bottom: 50px;
        margin-bottom: 30px;
    }
    .exchngr_solutn .exchngr_btm_txt p {
        font-size: 18px;
        line-height: 1.4;
    }
    .exchngr_solutn::after {
        right: 40px;
        width: 110px;
        height: 110px;
    }
    .frms_lsit span.blu_text {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .main_head h2.main-heading {
        font-size: 55px;
    }
    .main_head .main-subheading {
        font-size: 80px;
    }
    .our_services::before {
        width: 300px;
        height: 342px;
    }
    .main_header .hdr_top .hdr_top_rw>div {
        padding: 5px 0px;
    }
    .ftr_sec .back-to-top span {
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
    }
    .ftr_sec .back-to-top a .arw_up_img {
        display: inline-block;
        max-width: 100%;
    }
    .ftr_sec .back-to-top a {
        gap: 0px;
    }
    /* .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav>li .menu_wraper {
        display: none;
    } */
    /* 
    .hdr_btm nav.navbar #navbarSupportedContent .navbar-nav li.nav-item:hover {
        display: none;

    } */
    .our_services {
        overflow-x: hidden;
    }
    p,
    p span {
        font-size: 14px !important;
    }
    .hdr_btm nav.navbar .navbar-brand {
        width: 100%;
        max-width: 90%;
    }
    .who_trusts_class {
        padding: 15px 0;
    }
    p,
    p span {
        font-size: 14px !important;
    }
    .client_btn .vc_btn3-container.vc_btn3-center {
        margin-top: 20px;
    }
    .left_spacing_text {
        padding: 20px 0px 30px 0px;
    }
    .common_image_row {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .cat_box {
        padding-top: 20px !important;
    }
    .catalog_now_text>div {
        padding-top: 30px !important;
    }
    .catalog_now_row::after {
        height: 90px !important;
        width: 110px !important;
    }
    .heat_head h2:last-child,
    .heat_head h2:last-child span {
        font-size: 70px !important;
    }
    .client_btn .vc_btn3-container.vc_btn3-center {
        margin-top: 20px;
    }
    .left_spacing_text {
        padding: 20px 0px 30px 0px;
    }
    .common_image_row {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .has-black-color-overlay .footer-widget {
        padding: 20px 0px;
    }
    .footer-bottom.blk-footer-btm .pull-left.get-text *,
    .footer-bottom.blk-footer-btm .pull-left.get-text p {
        font-size: 12px !important;
    }
    .footer-bottom.blk-footer-btm .pull-right.copy-text a {
        font-size: 12px;
        gap: 5px;
        align-items: center;
    }
    .has-black-color-overlay {
        padding: 30px 0px 0px !important;
    }
    .latest-news-slider {
        margin-top: 30px;
    }
    .latest-news-slider .slick-current.slick-active {
        transform: none;
    }
    .latest-date {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    section.plate-heat-sec {
        padding-top: 20px;
    }
    .global-rgt {
        padding-top: 30px;
        padding-left: 15px;
    }
    .menu_wraper .dropdown_menus .lft_blu_box {
        flex: 0 0 40%;
    }
    .menu_wraper .menu_box_ryt {
        flex-direction: column;
    }
    .menu_wraper .menu_box_ryt .dropdown_box {
        flex: 100%;
    }
    .hdr_btm nav.navbar #navbarSupportedContent ul.navbar-nav .nav-link {
        padding: 10px 0;
    }
    .menu_wraper .dropdown_menus {
        justify-content: space-between;
    }
    .menu_box_ryt.soltn_lsit .dropdown_box .menu_list ul li.menu_item {
        justify-content: space-between;
    }
    .menu_wraper .menu_box_ryt .dropdown_box:last-child {
        width: 100%;
    }
    .lft_blu_box {
        border-radius: 10px;
        padding: 15px;
    }
    .slideshow .slick-arrow {
        padding: 8px 12px;
    }
    .who_trusts_class.wpb_column.vc_column_container {
        border-bottom: 1px solid #00000017;
        border-right: none;
    }
    .who_trusts_class.wpb_column.vc_column_container p span {
        font-size: 22px !important;
    }
    .top-banner-common {
        padding: 170px 0px 20px !important;
    }
    .gasket-type-sec .four_img_row .container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gasket-type-sec .four_img_row .container>div {
        width: 47%;
    }
    .advantage-disadvan-sec.gasket-type-sec .vc_row>div {
        gap: 15px 0;
    }
    .text-hvr:first-child,
    .text-hvr:nth-child(3) {
        margin-right: 15px;
    }
    .table_buttons {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575px) {
    .p_130 {
        padding: 40px 0px;
    }
    .footer-wrapper .footer-logo {
        max-width: 160px;
    }
    .footer-wrapper .footer-content small {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
    }
    .footer-content {
        margin: 20px 0;
        margin-bottom: 14px;
    }
    .footer-icons a {
        height: 40px;
        width: 40px;
    }
    footer .container>.row {
        row-gap: 20px;
    }
    .footer-border {
        padding-top: 15px;
        margin-top: 20px;
    }
    footer {
        padding-bottom: 30px !important;
    }
    .copy-right-text a {
        font-size: 14px;
        line-height: 1.2;
    }
    .copy-right-text small {
        font-size: 14px;
        line-height: 1.2;
    }
    .copy-right-text a:not(:last-child)::before {
        display: none;
    }
    .footer_form form a.cta {
        padding: 14px 28px;
    }
    /* <!-- ************(20/12)****************** --> */
    .spare-prt_sec .spare_prt_hd~p {
        margin-bottom: 10px;
    }
    .explore_sec .explore_btm-dv .explore_vd::before {
        width: 40px;
        height: 40px;
    }
    .explore_sec .explore_btm-dv .btm-dv_txt p.size20 {
        font-size: 14px;
    }
    .explore_sec .explore_hd h3,
    .spare-prt_sec .spare_prt_hd h3 {
        font-size: 22px;
    }
    .explore_sec .explore_hd {
        margin-bottom: 10px;
    }
    .explore_sec .explore_btm-dv .explore_vd {
        margin-bottom: 10px;
    }
    .spare-prt_sec .spare_prt_hd~p {
        font-size: 14px;
        line-height: 1.6;
    }
    .explore_sec .explore_btm-dv .btm-dv_txt p::before {
        left: 6px;
        width: 20px;
        height: 20px;
    }
    .bnr_slide_img {
        padding-top: 190px;
        padding-bottom: 90px;
    }
    h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    .gt_btn {
        margin-top: 25px;
    }
    h5 {
        font-size: 22px;
        line-height: 1.2;
    }
    h2 {
        font-size: 35px;
        line-height: 1.2;
    }
    .main_head h2.main-heading {
        font-size: 40px;
    }
    .main_head .main-subheading {
        font-size: 55px;
        line-height: 1.2;
    }
    .common_inner_row {
        width: 100%;
    }
    .hdr_top_rw ul li a {
        font-size: 12px;
        line-height: 1.7;
        text-align: center;
    }
    .language-select span {
        font-size: 12px;
    }
    .hdr_btm nav.navbar .navbar-brand {
        max-width: 83.9%;
        width: 83.9%;
    }
    .banner_slider_sec h1 {
        font-size: 27px !important;
    }
    /* .bnr_slide_img {
        padding-top: 250px;
        padding-bottom: 90px;
    } */
    /* .trust_us_sec {
        flex-direction: column;
    } */
    .trust_us_sec>div {
        flex: 0 0 33%;
    }
    .trust_us_sec {
        flex-wrap: wrap;
    }
    .common_section h1 span {
        font-size: 27px !important;
        line-height: 1.2 !important;
    }
    .catalog_now_row .container {
        padding: 0;
    }
    .vc_custom_1736428320744.left_spacing_text {
        padding: 0 !important;
    }
    .new_technology_section .wpb_wrapper h3 span {
        font-size: 45px !important;
        line-height: 1.2 !important;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1736419314128:has(.catalog_now_text) {
        padding: 0 !important;
        padding-top: 20px !important;
    }
    .plate-heat-sec .slick-arrow {
        padding: 9px 13px;
    }
    .next-arrow.slick-arrow {
        right: -40px;
    }
    .prev-arrow.slick-arrow {
        left: -40px;
    }
    .catalog_now_row::after {
        height: 100px !important;
        width: 100px !important;
    }
    .vc_custom_1736428320744.left_spacing_text span {
        font-size: 15px !important;
    }
    .catalog_now_text span {
        font-size: 15px !important;
    }
    .catalog_now_text {
        padding-bottom: 60px !important;
    }
    .common_image_row {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.common_image_row.vc_custom_1736430215904 {
        margin-top: 0 !important;
    }
    .heat_head h2:last-child,
    .heat_head h2:last-child span {
        font-size: 45px !important;
    }
    .footer-bottom.blk-footer-btm .pull-left.get-text a {
        margin-left: 2px;
        margin-right: 2px;
    }
    .has-black-color-overlay .footer-widget .about-widget,
    .has-black-color-overlay .footer-widget .about-widget p {
        text-align: left !important;
    }
    .footer-bottom.blk-footer-btm .pull-left.get-text {
        flex-direction: column;
    }
    .menu_wraper .dropdown_menus {
        flex-direction: column;
        gap: 20px 0px;
    }
    .menu_box_ryt.soltn_lsit {
        padding: 0;
    }
    .menu_box_ryt {
        padding: 0;
    }
    .language-select .goog-te-gadget-simple::after {
        height: 20px;
        width: 20px;
        left: -20px;
    }
    .language-select {
        justify-content: center;
    }
    .auto-slider-col .slick-track {
        margin: 0;
    }
    .gasket-type-sec .four_img_row .container>div {
        width: 100%;
    }
    .text-hvr:first-child,
    .text-hvr:nth-child(3) {
        margin-right: 0;
    }
    .auto-slider-col .info_title p {
        font-size: 13px !important;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .auto-slider-col .vc_btn3-container.mt-50 {
        margin: 0;
        margin-top: 0px;
    }
    .cards-row .container>div {
        width: 100% !important;
    }
    .max-txt-col p {
        line-height: 1.2 !important;
    }
    .contact-shop-img .vc_custom_1737018126720 {
        border-radius: 15px !important;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
    }
    .product_head .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td {
        padding: 5px !important;
    }
    .footer-bottom .pull-right.copy-text {
        justify-content: end;
    }
}

/* responsive css ends */