@media (max-width:1180px) {

    .mainBanner > div {
        background: url(../images/loader.gif) no-repeat center center;
        background-size: 50px 50px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row.col-3 > div,
    .productList > div {
        padding-right: 15px;
        padding-left: 15px;
    }

    header {
        top: 50px;
    }

    header > div > a img {
        width: 240px;
    }

    header ul {
        margin: 0 0 0 24px;
    }

    header ul a {
        padding: 12px 20px;
    }

    header ul li:nth-child(3) {
        margin-right: 320px;
    }

    footer .row .textBox {
        padding: 15px;
    }
    /* .enquiryBox {
        padding: 55px 0 40px 20px;
    } */
    .enquiryBtn {
        font-size: 0;
        position: absolute;
        bottom: 52px;
        min-width: unset;
        right: 0;
        padding: 10px 12px 10px 12px;
    }
    .enquiryBtn svg {
        height: auto;
        width: 25px;
    }
}

@media (max-width:991px) {

    .title {
        padding: 20px 0 50px;
    }
    .title::after { bottom: 30px; }
    .mainBanner > div {
        background: url(../images/loader.gif) no-repeat center center;
        background-size: 40px 40px;
    }

    .hexagonShape {
        width: 135px;
    }

    .row.col-4 > div {
        width: 33%;
    }

    .hexagonLg .hexagonShape {
        width: 190px;
    }

    header {
        top: 40px;
    }

    header > div > a img {
        width: 220px;
    }

    header ul a {
        padding: 12px 15px;
        font-size: 15px;
    }

    header ul li:nth-child(3) {
        margin-right: 230px;
    }
    .enquiryBtn { bottom: 45px;
        padding: 8px 0px 7px 12px;}
    .row.col-3 > div.textBox:nth-child(1),
    .row.col-3 > div.textBox:nth-child(2) {
        width: 50%;
    }
    footer .row {margin-left: -30px;margin-right: -30px;}
    footer .row .textBox {
        padding: 15px 30px;
      }
    .row.col-3 > div.textBox.footerMenu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

    .row.col-3 > div.textBox.footerMenu > * {
        width: 50%;
        padding: 15px 30px;
    }
    .productBox .imgBox {height:max(180px, min(180px + (330 - 180) * ((100vw - 640px) / (991 - 640)), 330px))}
    /* .productBox .row.col-3 > div {
        width: 50%;
    } */
    .productList .ProductLinks > div {position: relative;}
    .productList .ProductLinks {width: 100%;padding: 0 0 0 15px;}
    .dropdownCategory {
        display: inline-block;
        width: 300px;
        border: 2px solid #444444;
        padding: 9px 30px 9px 15px;
        position: relative;
        font-size: 18px;
        cursor: pointer;
    }
  
    .dropdownCategory:active {border-color: var(--red);}
    .dropdownCategory .dd_arrow {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #444444;
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%)  rotateX(180deg);
        transition: transform .5s ease;
    }
    .dropdownCategory.active .dd_arrow {
        transform: translateY(-50%)  rotateX(0deg);
    }
    .CategoryToggle {
        padding: 15px;
        position: absolute;
        z-index: 1;
        background: #fff;
        width: 300px;
        border: 1px solid #444444;
        left: 0;
        top: 66px;
        transition: opacity .5s ease;
        opacity: 0;
        max-height: 245px;
        overflow: auto;
    }
    .CategoryToggle.active {opacity: 1;}
  
    .title.productTitle {padding-left: 0;}
    
    .title.productTitle::after {
        left:50%;
    }
    body .cky-preference-center {
        width: 90vw;
        max-height: 88vh;
    }

    .footerMenu ul {
        padding: 0;
    }

    .enquiryBox {
        width: 350px;
    }

    .enquirySideBox.active {
        -moz-transform: translateX(-350px);
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px);
    }
    /* .enquiryBox {
        padding: 45px 0 40px 20px;
    } */
    body .productText .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(1),
body .productText .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(2) {
    width: 100%;
}
}

@media (max-width:800px) {

    header {
        background-color: transparent;
        top: 0;
        z-index: 3;
    }

    header.animate,
    header.animate.animateMe {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    header > div {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
    }

    header > div > a {
        position: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    header > div > a img {
        width: 180px;
    }

    .hamburgerMenu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        cursor: pointer;
        background-color: var(--fadeYellow);
        padding: 10px;
    }

    .hamburgerMenu span {
        display: inline-block;
        width: 100%;
        background-color: var(--red);
        height: 4px;
    }
    .enquiryBtn { margin-left: auto; position: unset; margin-right: 15px;}
    .menuBox {
        position: fixed;
        left: 0;
        bottom: 100%;
        background-color: var(--red);
        width: 100%;
        height: 100%;
        z-index: 2;
        -webkit-transition: .65s all;
        -o-transition: .65s all;
        transition: .65s all;
    }

    .menuBox.open {
        bottom: 0;
    }

    .menuBox > div {
        height: 100%;
    }

    header ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        text-align: center;
        height: 100%;
    }

    header ul a {
        min-width: 180px;
        padding: 10px 15px;
        font-size: 30px;
        border: 2px solid transparent;
    }
    header ul a:hover, header .current_page_item a, header [aria-current="page"], header a.current_page_item {
        color: var(--white);
        background-color: transparent;
        position: relative;
        border: 2px solid #fff;
    }
    header ul a:hover, header ul a:active, header ul a:focus {border-color: rgba(255, 255, 255, 0.8);}
/* header .current_page_item a::before, header [aria-current="page"]::before, header a.current_page_item::before,
header .current_page_item a::after, header [aria-current="page"]::after, header a.current_page_item::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 20px;
    border: 2px solid #fff;
}
header .current_page_item a::before, header [aria-current="page"]::before, header a.current_page_item::before {
    left: 0; top: 5px;border-right:none ;border-bottom: none;
}
header .current_page_item a::after, header [aria-current="page"]::after, header a.current_page_item::after {
    right: 0; bottom: 5px;border-left:none ;border-top: none;
} */
    header ul li:nth-child(3) {
        margin-right: 0;
    }

    .closeMenu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 40px;
        z-index: 1;
        cursor: pointer;
    }

    span.closeMenu span {
        width: 100%;
        height: 4px;
        background: #fff;
        display: inline-block;
    }

    span.closeMenu span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 2.5px;
        position: relative;
    }

    span.closeMenu span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -2.5px;
        position: relative;
    }
    /* .enquiryBox {
        padding: 25px 0 40px 20px;
    } */
    .enquiryBtn {
        bottom: 45px;
        padding: 12px 12px 12px 12px;
        border-radius: 50%;
    }
    .enquiryBtn svg {
        height: auto;
        width: 30px;
    }
}

@media (max-width:767px) {



    .productList .ProductLinks > div {
        padding: 5px 0 15px;}




    body .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 25px;
    }

    body .gform_wrapper.gravity-theme .gform_footer input {
        width: calc(50% - 12.5px);
    }

    .productImg {
        width: 280px;
    }

    .productText {
        padding-left: 20px;
    }
    footer .row {margin-left: -15px;margin-right: -15px;}
    footer .row .textBox {
        padding: 15px ;
      }
    .row.col-3 > div.textBox.footerMenu > * {
        padding: 15px ;
    }
    .CategoryToggle {
        top: 51px;
    }    
}

@media (max-width: 640px) {

    .row.col-3 > div.textBox.footerMenu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.col-3 > div.textBox.footerMenu > *,
    .row.col-3 > div.textBox:nth-child(1),
    .row.col-3 > div.textBox:nth-child(2) {
        width: 100%;
    }

    .row.col-3.sectorLinks > div {
        width: 50%;
    }
    .productBox .row > div {
        width: 50%;}
        .productBox .imgBox {
            height: max(180px, min(180px + (330 - 180) * ((100vw - 425px) / (640 - 425)), 330px));
        }
}

@media (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;}
    section {
        padding-top: 40px;
        padding-bottom: 25px;
    }

  

    .row.col-4 > div {
        width: 50%;
    }
    .sectorLinks > div {
        margin-bottom: 20px;
    }
    .hexagonShape {
        width: 120px;
    }

    .hexagonLg .hexagonShape {
        width: 160px;
    }

    .productBox .imgBox {height: max(160px, min(160px + (400 - 160) * ((100vw - 360px) / (575 - 360)), 400px));}
    .productBox .redBorderBtn {
        margin-top: 10px;
    }
    .productBox  .redBorderBtn {padding: 14px 5px 12px;}
    

    body .gform_wrapper.gravity-theme .gform_fields {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 20px;
    }

    body .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 2 / 2;
    }

    body .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 3 / 2;
    }

    body .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3 / 1 / 4 / 2;
    }

    body .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(4) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4 / 1 / 5 / 2;
    }

    body .gform_wrapper.gravity-theme .gform_footer {
        margin: 20px 0 30px !important;
    }

    body .gform_wrapper.gravity-theme .gform_footer input {
        width: 100%;
        position: unset;
    }

    body .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner { right: 10px;     top: 15px;}
    body .enquiryBox .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner { right: 4px; }

    .alignleft,
    .alignright,
    .aligncenter {
        float: unset;
        margin: 0 auto 25px !important;
    }

    .enquirySideBox.active {
        -moz-transform: translateX(-300px);
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    .enquiryBox {
        width: 300px;
        /* padding: 40px 0 40px 10px; */
    }

    .productImg {
        width: 100%;
        padding: 15px 15px 30px;
    }

    .productText {
        padding: 0 15px 20px;
    }
    body .enquiryBox .gform_wrapper.gravity-theme .gform_fields {    grid-row-gap: 0px;}
}

@media (max-width: 480px) {

    .title {
        padding: 10px 0 40px;
    }

    .title::after {
        bottom: 22px;
    }

    .mainBanner > div::before {
        padding-top: 38%;
    }

    .mainBanner > div {
        background: url(../images/loader.gif) no-repeat center center;
        background-size: 30px 30px;
    }

    .mainBanner img {
        -o-object-position: right center;
        object-position: right center;
    }

    header > div > a img {
        width: 150px;
    }
    .hamburgerMenu {
        width: 44px;
        height: 44px;
    }

    .enquiryBtn {padding: 11px;}
    .enquiryBtn svg {
        width: 22px;
    }
    .hamburgerMenu span {
        height: 3px;
    }
    .closeMenu {
        width: 30px;
        height: 30px;
    }
    .closeMenu {
        right: 15px;
        top: 32px;
    }

    span.closeMenu span {
        height: 3px;
    }

    span.closeMenu span:nth-child(1) {
        top: 1.5px;
    }

    span.closeMenu span:nth-child(2) {
        top: -1.5px;
    }



    body .cky-notice-des,
    body .cky-notice-btn-wrapper {
        padding: 0;
    }

    body .cky-prefrence-btn-wrapper {
        padding: 15px;
    }
    body .cky-preference-header { padding: 22px 15px }
    body .cky-preference-body-wrapper { padding: 0 15px; }

    blockquote {
        font-size: 28px;
    }

    .accordion .accordionTitle {
        font-size: 22px;
    }

    .accordion .accordionTitle span {
        right: 0;
        width: 26px;
        height: 26px;
    }

    .accordion .accordionTitle span::before {
        width: 8px;
        height: 8px;
        right: 6px;
    }

    .productList .productBox h2,
    .productList .productBox h3 {
        margin: 0 15px 0 0;
    }

    body .cky-consent-container .cky-consent-bar {
        padding: 10px 20px;
    }

    body .cky-consent-container .cky-notice-btn-wrapper .cky-btn-accept {
        order: 1;
        margin-top: 10px;
    }

    body .cky-notice .cky-notice-group .cky-notice-des p {
        line-height: 1.2;
    }
    
    .enquiryBox .enquireTitle {
        padding: 25px 15px 25px 15px;
        font-size: 24px;
    }
    .enquiryBox h3 {
        font-size: 22px;}
    .enquiryBox > div > div {
        padding: 25px 15px 25px;
    }
    .enquiryBox .enquireTitle > span span:nth-child(1) {top: 2px;}
    .enquiryBox .enquireTitle > span {width: 26px; height: 26px; }
    .enquiryBox .enquireTitle > span span {height: 3px;}

    .dropdownCategory {
        display: inline-block;
        width: calc(100% - 15px);}
        .CategoryToggle { width: calc(100% - 15px); }
}
@media (max-width: 425px) {
    body .cky-accordion-header-wrapper .cky-accordion-header-des {
        left: -15px;
    }
    .row.col-3.sectorLinks > div {
        width: 100%;
    }
    .productBox .row.col-3 > div {
        width: 100%;
    }

    .productBox .imgBox {
        height: max(240px, min(240px + (360 - 240) * ((100vw - 280px) / (425 - 280)), 360px));
    }
}
@media (max-width : 360px) {

    .row.productList,
    .productBox .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .productList > div,
    .productBox .row.col-3 > div {
        padding-right: 10px;
        padding-left: 10px;
    }

    .productList .ProductLinks {
        padding: 0 0 0 10px;
    }
    .dropdownCategory {
        width: calc(100% - 10px);
        }
        .CategoryToggle {width: calc(100% - 10px);}
    body .cky-consent-container .cky-consent-bar {
        padding: 15px;
    }

    .enquirySideBox.active {
        -moz-transform: translateX(-255px);
        -webkit-transform: translateX(-255px);
        transform: translateX(-255px);
    }

    .enquiryBox {
        width: 255px;
        /* padding: 40px 0 40px 10px; */
    }

    .enquiryBox > div {
        /* padding-right: 10px; */
    }

    .previousBtn {
        width: 100%;
    }

    body .enquiryBox .gform_wrapper.gravity-theme .gform_footer [type="submit"] {
        position: unset;
        width: 100%;
    }
    body .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner { right: 10px; top: 14px; }
    body .enquiryBox .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner { right: 10px; top: 14px; }
}

@media (max-height:525px) {
    .enquiryBox .enquireTitle {
        padding: 25px 20px 25px 20px;
        font-size: 24px;
    }
    .enquiryBox .enquireTitle > span {width: 26px; height: 26px; }
    .enquiryBox .enquireTitle > span span {height: 3px;}
    section {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    /* .hamburgerMenu {
        width: 32px;
        height: 28px;
    } */

    /* .closeMenu {
        width: 30px;
        height: 30px;
    }

    .hamburgerMenu span {
        display: inline-block;
        width: 100%;
        background-color: var(--red);
        height: 4px;
    } */

    span.closeMenu span {
        height: 3px;
    }

    span.closeMenu span:nth-child(1) {
        top: 1.5px;
    }

    span.closeMenu span:nth-child(2) {
        top: -1.5px;
    }
    .sectorLinks > div {
        margin-bottom: 20px;
    }
    .productText {
        padding: 0 15px 20px;
    }
    body .gform_wrapper.gravity-theme .gform_footer {
        margin: 20px 0 30px !important;
    }
 
    body .cky-prefrence-btn-wrapper {
        padding: 15px;
    }
    body .cky-preference-header { padding: 22px 15px }
    body .cky-preference-body-wrapper { padding: 0 15px; }
    body .gform_wrapper.gravity-theme .gform_footer input { bottom: 20px; }
}

@media (max-width:375px){
    footer .row .textBox {
        padding: 15px;
      }

    .row.col-3 > div.textBox.footerMenu > * {
        padding: 15px;
    }
}
@media (max-height:525px) and (max-width:800px) {
    header ul a {
        padding: 8px 15px;
        font-size: 20px;}
        .closeMenu { top: 15px; }
}