body.home section.banner-wrap{
    min-width: auto;
    max-height: none;
    padding: 0;
    margin: 0;
    min-height: 764px;
    margin-top: 98px;
    position: relative;
}

body .t-container {
    max-width: 1340px;
}
body.home section.banner-wrap .t-container{
    position: absolute;
    left: 50%;
    top: 121px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
body .iframe-wrapper {
    min-height: auto!important;
}
body .iframe-wrapper .overlay{
    height: 100%;
}
body .iframe-wrapper img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
body .entry-content h1{
    margin-top: 0;
}
body .entry-content > .alignfull:not(.wp-block-group.has-background){
    margin-top: -150px;
    margin-bottom: 0;
}
body .header-container {
    max-width: 1660px;
    padding-left: 32px;
    padding-right: 32px;
}
.header-container .cart-wrapper{
    display: none!important;
}

body #woo_catalog .modal-content {
    background-color: #fff;
    border:none;
    width: 100%;
    max-width:602px;
    box-shadow: 0px 24px 48px rgba(0, 33, 45, 0.2);
    -webkit-box-shadow: 0px 24px 48px rgba(0, 33, 45, 0.2);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

body #woo_catalog .modal-content .modal-header {
    background: none;
    color: #00212D;
    font-weight: 700;
    line-height: 24px;
    padding: 0 44px;
    height: 72px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid rgba(0,33,45,0.2);
}

body #woo_catalog .modal-header button.close {
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    right: 35px;
    opacity: 1;
}
body #woo_catalog .modal-header button.close:after,
body #woo_catalog .modal-header button.close:before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #00212D;
    content: '';
}
body #woo_catalog .modal-header button.close:after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
body #woo_catalog .modal-header button.close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
body #woo_catalog .cat-form-row input, 
body #woo_catalog .cat-form-row select, 
body #woo_catalog .cat-form-row textarea {
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.38);
    height: 56px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
body #woo_catalog .cat-form-row textarea{
    height: 94px;
}
body #woo_catalog .modal-content .modal-body {
    padding: 30px 44px 0 44px;
}
body #woo_catalog .cat-form-row label {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0,0,0,0.87);
}
body #woo_catalog .cat-form-row {
    margin: 0 0 20px;
}
body #woo_catalog .modal-footer .btn-primary{
    height: 56px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 16px;
    line-height: 19px;
    color:#00212D;
    font-weight: bold;
    min-width: 250px;
    padding-left: 35px;
    margin-right: 28px;
}
body #woo_catalog .modal-footer .btn-primary:before{
    background: url(./images/icons/arrow-dark.svg);
    content: '';
    width: 14px;
    height: 12px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transform: -webkit-translateY(-50%);
    position: absolute;
}
body #woo_catalog .modal-footer .btn-default{
    display: none;
}
body #woo_catalog .modal-content .modal-footer {
    background-color: transparent;
    border-top: none;
    padding-top: 0;
}
#woo_catalog div.cat-form-row:nth-of-type(2){
    width: calc(50% - 9px);
    float: left;
}
#woo_catalog div.cat-form-row:nth-of-type(4){
    width: calc(50% - 9px);
    float: right;
}
#woo_catalog div.cat-form-row:nth-of-type(5){
    clear: both;
}
#site-header {
    top: 0;
}

/* Product Page */
.card-wrap .view-prod-wrap {
    margin-top: 15px;
}
table.tablepress tr,
table.tablepress tbody tr{
    display: flex;
    display: -webkit-flex;
    align-content: center;
    -webkit-align-content: center;
}
table.tablepress tr th,
table.tablepress tbody tr td {
    width: 200px !important;
    float: left !important;
    padding-right: 15px;
    border-top: none;
    word-break: break-all;
    word-wrap: break-word;
    white-space: break-spaces;
}
table.tablepress tr th{
    line-height: 24px;
    border-top: none;
}
.prod-specs .table-ttl{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
}
.prod-specs .table-ttl span{
    position: absolute;
    right: 0;
    top:50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url(./images/icons/plus-tbl.svg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.prod-specs .table-ttl span.active{
    background: url(./images/icons/minus.jpg) no-repeat center center;
}
.prod-specs .table-responsive{
    margin-top: 16px;
}
.prod-details-below .left-cont-en-wrap ul li{
    color:#00212D;
    list-style: none;
    padding-left: 50px;
    position: relative;
}
.prod-details-below .left-cont-en-wrap ul li:before{
    left: 15px;
    top: 13px;
    position: absolute;
    content: '';
    background:url(./images/icons/arrow.png) no-repeat center center;
    width:5px;
    height:9px;
}
.single-product .banner-wrap.inner {
    padding-bottom: 70px;
    margin-top: 98px;
    padding-top: 150px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    position: relative;
}
.single-product .product section.below-cont {
    padding-top: 0;
    margin-top: 0;
}
.single-product .left-cont-en-wrap {
    padding-top: 35px;
    padding-bottom: 60px;
}
.single-product .main-title-wrap.light .seo-title {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    color:rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}
.single-product .main-title-wrap.light .seo-title span{
    font-weight: bold;
}
.single-product .tag-fill {
    padding: 0 14px;
    height: 34px;
}
.main-title-wrap .list-inline-items li{
    margin-right: 8px;
}
.imageBlock{
    z-index: 1;
}
.btn_wrap{
    margin-bottom: 8px;
}
.prod-btns .btn{
    height: 60px!important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.enquiry_btn{
    padding-left:34px;
    position: relative;
}
.download_btn{
    padding-left: 27px;
    position: relative;
}
.enquiry_btn:before,
.download_btn:before{
    content: '';
    width:12px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.enquiry_btn:before{
    background: url(./images/icons/enquiry.svg) no-repeat center center;
    width:24px;
    height:24px;
}
.download_btn:before{
    background: url(./images/icons/download.svg) no-repeat center center;
}
.card-wrap-link .card-wrap {
    padding-bottom:22px;
}
.single-product .prod-images .prod-img-wrap img {
    object-fit: contain;
    background-size: 100%;
}

.card-wrap .prod-img-wrap {
    height: 240px;
}
.single-product .product section.below-cont{
    min-height: 270px;
}


.banner-container div.usp-wrap {
    padding: 85px 88px;
}
.banner-container .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner-container div.usp-wrap .slick-dots {
    bottom: -50px;
    margin: 0;
}
.banner-container .usps .slick-dots li button:before {
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 100%;
    height: 100%;
    content: '';
}
.banner-container .usps .slick-dots li button{
    width: 5px;
    height: 5px;
    position: relative;
    padding: 0;
    margin: 0 4px;
}
.banner-container .usps .slick-dots li{
    width: auto;
    height: auto;
    padding: 0;
}
.banner-container .usps .slick-dots li.slick-active button:before{
    background: #EFE43B;
}
body:not(.home) .banner-wrap:not(.inner) {
    padding-top: 118px;
    padding-bottom: 282px;
    margin-bottom: 0;
    margin-top: 98px;
}
body:not(.home) .banner-container div.usp-wrap {
   margin-top: -150px;
}

.card-wrap .prod-img-wrap{
    position: relative;
}


.prod-images .fancy-zoom{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #EFE43B;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-size: 0;
    display: none;
}

.prod-images .fancy-zoom:before{
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    background: url(./images/zoom.svg) no-repeat center center;
    content: '';
}
.prod-images:hover .fancy-zoom{
    display: block;
}

/* Contact */
.wp-block-column .contact-right {
    background-color: #f2f4f4;
    padding: 56px 65px;
}
.contact-right-main {
    margin: 0;
}
.contact-right-main li{
    margin-left: 0;
}
.contact-right-main .contact-cont {
    line-height: 24px;
}
.alignfull.contact_us .wp-block-columns{
    max-width: 1070px!important;
}

/* Footer */
.footer-wrapper .ftr-ttl {
    margin-bottom: 18px;
}
.footer-wrapper .ftr-links li a {
    font-size: 16px;
    line-height: 28px;
}
.footer-wrapper .footer-top{
    padding-top: 102px;
    padding-bottom: 70px;
}
.footer-below .ftr-cont, 
.footer-below .ftr-cont a {
    font-size: 14px;
}


/* General */
a.btn,
button.btn {
    padding-top: 0;
    padding-bottom: 0;
}
a.t-btn {
    line-height: 56px;
}
ul.headSubMenu.expended li ul.sub-menu li a{
    display: block;
}
.term-description {
    padding: 0 15px 40px 15px;
}
.card-wrap-link:hover .card-wrap,
.category-cont .card-wrap-link:hover .card-wrap {
    transform: inherit;
    -webkit-transform:inherit;
    -moz-transform: inherit;
    -ms-transform:inherit;
    -o-transform:inherit;
}
.banner-container.alignfull div.usp-wrap{
    padding: 85px 88px;
}

section.need-help-wraper {
    position: relative;
    margin-bottom: -150px;
    z-index: 1;
    padding: 18px 0 0 0;
}
div.need-help-main {
    padding: 84px 135px;
}

ul.headSubMenu li.current-menu-item > a {
    background-color: #EFE43B;
    color: #00212D;
}
ul.headSubMenu li.current-menu-item{
    background-color: transparent;
}
.cust-navbar-menus li.nav-item .dropdown-menu a {
    display: block;
}
.woocommerce-pagination{
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
    min-height: 75px;
}
nav.woocommerce-pagination a.page-numbers.next,
nav.woocommerce-pagination a.page-numbers.prev{
    margin: 0;
}

div.term-description h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 17px;
    line-height: 33px;
}
div.term-description p {
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 20px;
}
div.term-description h3, 
div.term-description h4 {
    margin-bottom: 17px;
    line-height: 24px;
    margin-top: 22px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
/* @media for Desktop */
@media only screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu.show {
        display: none;
    }
    .navbar-nav li.dropdown:hover > a:before  {
        content: '';
        background: transparent;
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .navbar-nav li.dropdown:not(.has-megamenu):hover > a:before{
        bottom: -35px;
    }
    .navbar-nav li.dropdown:hover .dropdown-menu  {
        display: block!important;
    }
    .navbar-nav li.dropdown.has-megamenu{
        position: static;
    }
    .navbar-nav li.dropdown .dropdown-menu.megamenu {
        width: calc(100% - 130px);
        left: 50px;
        margin:0;
        border-radius: 0;
        -webkit-border-radius: 0;
        padding: 28px 67px !important;
        top: 98px;
    }
    .cust-navbar-menus li.nav-item .dropdown-menu:not(.megamenu) {
        border: 0;
        padding: 35px 25px;
        top: 45px;
        border-radius: 0;
        -webkit-border-radius: 0;
    }
    .single-product .card-wrap-link {
        position: absolute;
        width: calc(100% - 30px);
        top: 0;
        left: 15px;
    }
    .image_block_container,
    .t-container.title_inner_container{
        padding: 0;
        max-width: 100%;
    }
    .single-product .product section.below-cont {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        min-height: 335px;
    }
    .contact_us .wp-block-columns .en-left{
        max-width: 490px;
    }
    .contact_us .wp-block-columns .contact-right{
        max-width: 445px;
        margin-left: auto;
    }
    section.get-in-touch .t-container{
        max-width: 100%;
        padding: 0;
    }
    section.get-in-touch{
        padding: 0;
        background-image: inherit;
    }
    .get-in-wrap.sec-pad.get-in-col{
        padding: 0;
    }
    section.get-in-touch .custom-html-widget{
        display: flex;
        display: -webkit-flex;
    }
    section.get-in-touch .get-in-wrap.sec-pad{
        padding: 0;
        padding: 145px 145px 120px 60px;
        max-width: 800px;
        margin-left: auto;
    }
    section.get-in-touch .get-in-col-right{
        background: rgba(255, 255, 255, 0.05);
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }
    section.get-in-touch .get-in-col-right .get-in-col{
        padding: 0 60px 0 126px;
        max-width: 560px;
    }
    
    body:not(.home) .consultation-process{
        padding-top: 275px;
    }
    .contact_menu{
        display: none;
    }
}



/* @media for Small Devices */
@media only screen and (max-width:1399px) {
    body.home section.banner-wrap .t-container {
       max-width: 90%;
       width: 100%;
       margin: 0;
    }
    body .entry-content > .alignfull:not(.wp-block-group.has-background) {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .iframe-wrapper .overlay {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
}

@media only screen and (max-width:1299px) {
    .navbar  .madein-wrap.dark{
        display: none!important;
    }
    .navbar  .contact-wrap{
        font-size: 0;
    }
}
@media only screen and (max-width:1024px) {
    body .iframe-wrapper,
    body .iframe-wrapper .overlay{
        display:block !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width:991px) {
    .single-product .banner-wrap.inner {
        padding-bottom: 75px;
    }
    .single-product section.prod-specs {
        padding: 0;
    }
    .single-product .banner-wrap.inner{
        background: none;
        padding: 0;
    }
    .t-container.title_container{
        margin: 0;
        width: 100%;
    }
    .mob_container{
        background:#00212D;
        padding-top: 150px;
        padding-bottom:90px;
    }
    .imageBlock{
        margin-top: -90px;
    }
    .navbar-toggler{
        margin: 0;
        padding: 0;
    }
    .navbar-toggler .btn-primary{
        margin-right: 0;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }
    .navbar-toggler .btn-primary ~ .btn-primary{
        border: 1px solid #ccc;
        background: none;
    }
    .industries-cover-wrap .industry {
        background-position: center center;
    }
    .get-in-touch .get-in-wrap.sec-pad{
        padding-top: 132px;
        padding-bottom: 168px;
    }
    .get-in-touch .testi-wrap.sec-pad {
        padding-top: 68px;
    }
    section.get-in-touch{
        padding-top: 0;
    }
    .testi-ico {
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
    }
    .need-help-wraper .banner-container{
        margin: 0;
        padding: 0;
    }
    .footer-wrapper .footer-top .t-container{
        width: 100%;
    }
    section.need-help-wraper {
        margin-bottom: 0;
        padding-top: 20px;
    }
    .term-description {
        padding: 0 60px 40px 60px;
    }
    .welcome-section .t-container{
        margin: 0;
    }
    .welcome-cont{
        margin-bottom: 30px;
    }
    .consultation-process .consult-process {
        padding-right: 70px;
    }
    .industries-cover-wrap .main-title-wrap{
        margin-left:44px;
        margin-right:44px;
    }
    section.consultation-process{
        padding-left: 60px;
        padding-right: 60px;
    }
    .banner-cont {
        max-width: 640px;
    }
    .banner-container div.usp-wrap {
        padding: 45px 45px 85px 45px;
    }
    body .entry-content > .alignfull:not(.wp-block-group.has-background) {
        margin-top: -90px;
    }
    body.home section.banner-wrap {
        min-height: 630px;
    }
    body:not(.home) .banner-container div.usp-wrap {
        margin-top: -90px;
    }
    body:not(.home) .banner-wrap:not(.inner) {
        padding-top: 108px;
        padding-bottom: 180px;
    }
    .alignfull.contact_us .wp-block-columns{
        display:inline-block;
    }
    .alignfull.contact_us .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
    .navbar-collapse{
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
        margin-top: 25px;
        overflow-y: scroll;
    }
    .navbar-collapse::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
    }
    .navbar-collapse > div.mr-auto.d-flex.align-center{
        max-height: 100vh;
    }
    .navbar-toggler a.btn{
        margin-right: 0!important;
    }
    .cust-navbar-menus li.nav-item .dropdown-menu {
         padding-bottom: 50px;
    }
    .woocommerce nav.woocommerce-pagination {
        margin: 0 60px;
        padding: 0;
    }
}
@media only screen and (max-width:850px) {
    .navbar-toggler .madein-wrap{
        display: none!important;
    }
    body .header-container {
        padding-left: 0;
        padding-right: 0;
        margin: 0 30px;
    }
    .industries-cover-wrap .pad .col-lg{
        max-width: 100%;
        flex: 0 0 100%;
    }
    ul.headSubMenu.expended li ul.sub-menu {
        float: none;
    }
}

@media only screen and (max-width:767px) {
    
    .alignfull.contact_us .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
    .need-right-content{
        flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
    }
    .need-right-content > div{
        width: 100%;
    }
    .need-right-content .btn{
        width: 100%;
    }
}

@media only screen and (max-width:576px) {
    body.home section.banner-wrap {
        min-height: 600px;
    }
    .mob_container {
        padding-top: 40px;
    }
    body .header-container {
        padding-left: 0;
        padding-right: 0;
    }
    #woo_catalog div.cat-form-row:nth-of-type(4),
    #woo_catalog div.cat-form-row:nth-of-type(2) {
        width: 100%;
        float: none;
    }
    .navbar-toggler .btn-primary ~ .btn-primary{
        display: none;
    }
    .product-range-wrap .range-cont-wrap .col-sm-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .need-help-wraper .need-help-main {
        padding: 24px;
    }
    .term-description {
        padding: 0 24px 24px 24px;
    }
    .category-cont .product-category{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .consultation-process .consult-process {
        padding-right: 0;
    }
    .banner-container.alignfull div.usp-wrap,
    .banner-container div.usp-wrap {
        padding: 32px 25px 65px 25px;
    }
    a.t-btn {
        line-height:48px;
    }
    .woocommerce nav.woocommerce-pagination {
        margin: 0 24px;
    }
}
@media only screen and (max-width:399px) {
    .prod-specs .top-tbl-cont {
        padding: 40px 10px;
    }
}

