@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*--font-family: "Poppins", serif;--*/

@font-face {
    font-family: 'Mori Gothic';
    src: url('../../assets/fonts/MoriGothic-Regular.eot');
    src: url('../../assets/fonts/MoriGothic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/MoriGothic-Regular.woff2') format('woff2'),
        url('../../assets/fonts/MoriGothic-Regular.woff') format('woff'),
        url('../../assets/fonts/MoriGothic-Regular.ttf') format('truetype'),
        url('../../assets/fonts/MoriGothic-Regular.svg#MoriGothic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mori Gothic';
    src: url('../../assets/fonts/MoriGothic-Bold.eot');
    src: url('../../assets/fonts/MoriGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/MoriGothic-Bold.woff2') format('woff2'),
        url('../../assets/fonts/MoriGothic-Bold.woff') format('woff'),
        url('../../assets/fonts/MoriGothic-Bold.ttf') format('truetype'),
        url('../../assets/fonts/MoriGothic-Bold.svg#MoriGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mori Gothic Semi';
    src: url('../../assets/fonts/MoriGothic-SemiBold.eot');
    src: url('../../assets/fonts/MoriGothic-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/MoriGothic-SemiBold.woff2') format('woff2'),
        url('../../assets/fonts/MoriGothic-SemiBold.woff') format('woff'),
        url('../../assets/fonts/MoriGothic-SemiBold.ttf') format('truetype'),
        url('../../assets/fonts/MoriGothic-SemiBold.svg#MoriGothic-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mori Gothic Normal';
    src: url('../../assets/fonts/MoriGothic-Normal.eot');
    src: url('../../assets/fonts/MoriGothic-Normal.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/MoriGothic-Normal.woff2') format('woff2'),
        url('../../assets/fonts/MoriGothic-Normal.woff') format('woff'),
        url('../../assets/fonts/MoriGothic-Normal.ttf') format('truetype'),
        url('../../assets/fonts/MoriGothic-Normal.svg#MoriGothic-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mori Gothic';
    src: url('../../assets/fonts/MoriGothic-Medium.eot');
    src: url('../../assets/fonts/MoriGothic-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/MoriGothic-Medium.woff2') format('woff2'),
        url('../../assets/fonts/MoriGothic-Medium.woff') format('woff'),
        url('../../assets/fonts/MoriGothic-Medium.ttf') format('truetype'),
        url('../../assets/fonts/MoriGothic-Medium.svg#MoriGothic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mori Gothic';
    src: url('../../assets/fonts/MoriGothic-Light.eot');
    src: url('../../assets/fonts/MoriGothic-Light.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/MoriGothic-Light.woff2') format('woff2'),
        url('../../assets/fonts/MoriGothic-Light.woff') format('woff'),
        url('../../assets/fonts/MoriGothic-Light.ttf') format('truetype'),
        url('../../assets/fonts/MoriGothic-Light.svg#MoriGothic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mori Gothic Extra';
    src: url('../../assets/fonts/MoriGothic-ExtraLight.eot');
    src: url('../../assets/fonts/MoriGothic-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/MoriGothic-ExtraLight.woff2') format('woff2'),
        url('../../assets/fonts/MoriGothic-ExtraLight.woff') format('woff'),
        url('../../assets/fonts/MoriGothic-ExtraLight.ttf') format('truetype'),
        url('../../assets/fonts/MoriGothic-ExtraLight.svg#MoriGothic-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/*------------Common css-start----------*/
 * {
    margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 body {
    font-size: 15px;
     line-height: 1.4;
     font-weight: 300;
     font-family:'Mori Gothic';
     overflow-x: hidden;
     scroll-behavior: smooth;
}
 .home {
    overflow-x: hidden;
     scroll-behavior: smooth;
}
 p, ul, li {
     padding: 0;
     margin: 0;
}
 h1, h2, h3, h4, h5, h6 {
     padding: 0;
     margin: 0;
}
 a {
    text-decoration: none;
     color: var(--btnColor);
     transition: 0.5s;
}
 li {
    list-style: none;
}
 h1 {
    font-size: 60px;
     font-weight: 700;
}
 h2 {
    font-size: 35px;
     font-weight: 500;
}
 h3 {
    font-size: 26px;
     font-weight: 700;
}
 h4 {
    font-size: 20px;
     font-weight: 600;
}
 .padding-xxl-top{
    padding-top: 100px;
}
 .padding-xxl-bottom{
    padding-bottom: 100px;
}
 .padding-xl-top{
    padding-top: 90px;
}
 .padding-xl-bottom{
    padding-bottom: 90px;
}
 .padding-lg-top{
    padding-top: 80px;
}
 .padding-lg-bottom{
    padding-bottom: 80px;
}
 .padding-md-top{
    padding-top: 70px;
}
 .padding-md-bottom{
    padding-bottom: 70px;
}
 .padding-sm-top{
    padding-top: 60px;
}
 .padding-sm-bottom{
    padding-bottom: 60px;
}
 .padding-xs-top{
    padding-top: 50px;
}
 .padding-xs-bottom{
    padding-bottom: 50px;
}

.cleaning_slider_row{
    margin: 0px -35px;
}
.cleaning_slider_col{
    padding: 0px 35px;
}

 .btn-check:focus+.btn, .btn:focus, .navbar-toggler:focus {
    box-shadow: none;
}
 .btn {
    padding: 10px 15px;
    font-size: 15px;
     font-weight: 600;
     transition: 0.5s;
     border-radius: 10px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -o-border-radius: 4px;
     border-radius: 4px;
}
 .btn{
    background-color: var(--btnColor);
     color: var(--whiteClr);
     padding: 11px 40px 15px;
     display: inline-block;
     border: 1px solid transparent;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
     font-size:15px;
     font-weight: 600;
     font-family: 'Mori Gothic Semi';
     text-decoration: none !important;
     text-transform: capitalize;
}
 .btn:hover {
    background-color: var(--whiteClr);
     color: var(--whiteBtnText);
     border: 1px solid var(--btnColor);
}
 .btn-blue {
    background-color: var(--btnColor);
     color: var(--whiteClr);
     padding: 11px 40px 15px;
     display: inline-block;
     border: 1px solid transparent;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
     font-size:15px;
     font-weight: 600;
     font-family: 'Mori Gothic Semi';
     text-decoration: none !important;
     text-transform: capitalize;
}
 .btn-blue:hover {
    background-color: var(--whiteClr);
     color: var(--whiteBtnText);
     border: 1px solid var(--btnColor);
}
 .btn-white {
    background-color: var(--whiteClr);
     color: var(--whiteBtnText);
     padding: 11px 40px 15px;
     display: inline-block;
     border: 1px solid transparent;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
     font-size:15px;
     font-weight: 600;
     font-family: 'Mori Gothic Semi';
     text-decoration: none !important;
     text-transform: capitalize;
}
 .btn-white:hover {
    background-color: var(--blackClr);
     color: var(--whiteClr);
     border: 1px solid var(--blackClr);
}
:root {
    --btnColor: #1fe0e5;
    --borderFormLineClr: #91eaed;
    --borderFooterLine: #bbbbbb;
    --borderLineClr: #d0d1d1;
    --videoPlayicon: #28d6db;
    --videoPlayButton: #f2f2f2;
    --whiteBtnText: #393d41;
    --headingText: #1a2021;
    --blackClr: #000000;
    --midBlack: #193037;
    --extrBlack: #303637;
    --blueClr: #005d99;
    --lightbgBlue:#fafdff;
    --whiteClr: #ffffff;
    --tabHover: #12d3d8;
    --greyColor: #7a7a7a;
    --tabBgColor: #f1f1f1;
    --tabTextColor: #2b2b2b;
    --greybg: #f9f9f9;
    --mid-light-blue: #1c6fa4;
    --yellow: #ffbd13;
    --mid-dark-blue: #456576;
    --mid-light-white: #f6f6f6;
}
 .page_info{
    max-width: 700px;
     margin: 0 auto;
     text-align: center;
}
 .page_info h2{
     color: var(--headingText);
     font-weight: 500;
     margin-bottom: 25px;
}
 .page_info h2 span{
     color: var(--btnColor);
     font-weight: 700;
}
 .page_info p{
     color: var(--blackClr);
     margin-bottom: 25px;
}
/*------------Common css-end----------*/
/*--------------Header--------------*/
 .header_sec.fixed{
    width: 100%;
     left: 0;
     top: 0;
     position: fixed;
     background:rgba(0,0,0,0.85);
     z-index: 9999;
     -webkit-box-shadow: 0px 10px 32px -05px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 10px 32px -30px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 10px 32px -30px rgba(0,0,0,0.75);
     box-shadow: 0px 10px 32px -30px rgba(0,0,0,0.75);
     -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     position: fixed;
     -webkit-animation-name: animationFade;
     -o-animation-name: animationFade;
     animation-name: animationFade;
     -webkit-animation-duration: 1s;
     -o-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     -o-animation-fill-mode: both;
     animation-fill-mode: both;
}
 @-webkit-keyframes animationFade {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-160px);
         transform: translateY(-160px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
 @keyframes animationFade {
     0% {
        opacity: 0;
         -webkit-transform: translateY(-160px);
         -ms-transform: translateY(-120px);
         transform: translateY(-160px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .header_sec.fixed ul.menu_sec > li > a {
     padding: 30px 0px;
}
 .header_sec.fixed .header_logo {
     width: 65px;
     height: 68px;
}
 .header_sec.fixed ul.menu_sec{
    border-bottom: 0px;
}
 .header_sec.fixed{
     border-bottom: 1px solid #747474;
}
 .header_sec{
    width: 100%;
     background: none;
     float: left;
     left: 0px;
     top: 0px;
     position: absolute;
     z-index: 99;
     padding: 0px 80px;
}
 .top_nav{
    width: 100%;
     position: relative;
     z-index: 4;
     float: left;
     padding-right: 0px;
}
 .header_top{
    width: 100%;
     float: left;
     overflow: hidden;
}
 .header_top_in{
    width: 100%;
     position: relative;
     float: left;
     border-bottom: 1px solid #C6CFDB;
     padding: 5px 0px;
}
 .header_top_in::before {
    width: 100em;
     height: 1px;
     right: 100%;
     bottom: -1px;
     position: absolute;
     content: '';
     background: #C6CFDB;
}
 .header_top_in::after {
    width: 100em;
     height: 1px;
     left: 100%;
     bottom: -1px;
     position: absolute;
     content: '';
     background: #C6CFDB;
}
 .header_logo{
    display: inline-block;
     left: 50%;
     top: 0px;
     position: absolute;
     z-index: 10;
     -moz-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
     width: 85px;
    height: 88px;
    background: #fff;
    padding: 7px 5px 5px;
    -moz-border-radius: 0px 0px 60px 60px;
    -webkit-border-radius: 0px 0px 60px 60px;
    -o-border-radius: 0px 0px 60px 60px;
    border-radius: 0px 0px 60px 60px;
}
 .header_logo img{
    width: 100%;
    height: 100%;
}
 ul.menu_sec{
    width: 100% !important;
     text-align: center;
     float: none;
     background: none;
     font-size: 0px;
     border-bottom: 1px solid var(--btnColor);
}
 ul.menu_sec > li{
    background: none;
     border: none ;
     padding: 0px 0px;
     margin: 0px 60px;
     vertical-align: bottom;
     float: none;
     display:inline-block;
     transition: all 0.5s;
     -webkit-transition: 0.5s;
     -ms-transition: 0.5s;
     position: relative;
}
 ul.menu_sec > li:nth-child(2){
    margin-right: 150px;
}
 ul.menu_sec > li:nth-child(3){
    margin-left: 150px;
}
 ul.menu_sec > li > a{
    padding: 40px 0px;
     display: block;
     color: var(--whiteClr);
     position: relative;
     text-transform: capitalize;
     font-size: 15px;
     -moz-transition: 0.5s all ease;
     -webkit-transition: 0.5s all ease;
     -o-transition: 0.5s all ease;
     transition: 0.5s all ease;
}
 ul.menu_sec > li > a:hover{
    background-color: none;
     color: #0072FF;
}
 ul.menu_sec li:hover a{
    color:  var(--btnColor);
     background: none;
}
 ul.menu_sec > li.current-menu-item a{
    color: var(--btnColor);
     background: none;
}
 ul.menu_sec > li.current-menu-item::before{
    color: var(--whiteClr);
     visibility: visible;
     opacity:1;
}
 ul.menu_sec > li:hover::before{
    color: #f93739;
}
 ul.menu_sec li:hover a:before,.nav_top ul li.current-menu-item a:before{
    display: block
}
 ul.menu_sec li>ul, ul.menu_sec ul{
     position: absolute;
     left:0%;
     width: 220px;
     padding: 7px 0px;
     height: auto;
     top:100%;
     text-align: left;
     background: var(--btnColor);
     z-index: 1;
}





 ul.menu_sec li.active ul li a{
    color: var(--whiteClr);
     background: none;
}
 ul.menu_sec li:hover ul li a{
    color: var(--whiteClr);
     background: none;
}
 ul.menu_sec li>ul li a .far.fa-user{
    padding-right:5px;
}
 ul.menu_sec li>ul li{
    display:list-item;
     background: none;
     padding:0;
     width: 100%;
     display: inline-block;
}
 ul.menu_sec li>ul li:last-child{
    border:none;
}
 ul.menu_sec li>ul li a{
    width: 100% !important;
     display: inline-block;
     padding:6px 15px !important;
     position: relative;
     color:#0D233F !important;
     position: relative;
     z-index: 1;
     font-size: 15px;
}
 ul.menu_sec li>ul li a::before{
    width: 0%;
     height: 100%;
     left: 0;
     top: 0;
     position: absolute;
     content: '';
     background: var(--whiteClr);
     visibility: hidden;
     opacity: 0;
     z-index: -1;
     -moz-transition: 0.5s all ease;
     -webkit-transition: 0.5s all ease;
     -o-transition: 0.5s all ease;
     transition: 0.5s all ease;
}
 ul.menu_sec li>ul li a:hover:before{
    opacity: 1;
     visibility: visible;
     width: 100%;
}
 ul.menu_sec li>ul li a{
    color: var(--whiteClr) !important;
     background:none;
}
 ul.menu_sec li>ul li a:hover{
    color:var(--whiteBtnText) !important;
     background:none;
}
 ul.slimmenu li .sub-toggle {
    background: none;
     top: 0px;
     right: -35px;
}
 ul.slimmenu li .sub-toggle i {
    width: 14px;
     height: 18px;
     color: var(--whiteClr);
     font-size: 12px;
     font-style: normal;
     background: none;
     position: relative;
     top: 0px;
}
 ul.menu_sec li>ul li.has-submenu a {
    padding: 6px 15px 6px 35px !important;
}
 .nav_top .collapse-button,.nav_top .collapse-button:hover,.nav_top .collapse-button:focus{
    background-color:transparent;
}
 .collapse-button {
    width: 48px;
}
 .collapse-button .icon-bar {
    width: 28px;
     margin: 4px 0;
     background-color: #4d4184;
}
 .nav_top .menu-collapser{
    background: none;
     color: transparent;
     height: 40px;
     line-height: 40px;
     text-align: right;
     font-size: 0;
}
 .book_demo{
     right: 0px;
     top: 100px;
     position: fixed;
     display: inline-block;
     z-index: 10;
     height: 170px;
}
 .book_demo span {
     width: 170px;
     text-align: center;
     height: 55px;
     line-height: 45px;
     background: var(--btnColor);
     animation: infinite;
     display: inline-block;
     left: 0px;
     top: 0px;
     position: absolute;
     color: var(--whiteClr);
     text-decoration: none !important;
     font-size: 15px;
     font-weight: 600;
     font-family: 'Mori Gothic Semi';
     -ms-transform: rotate(-270deg);
     -webkit-transform: rotate(-270deg);
     -moz-transform: rotate(-270deg);
     -o-transform: rotate(-270deg);
     transform: rotate(-270deg);
     transform-origin: 0 0;
     border-radius: 0px 0px 50px 0px;
     transition: 0.5s;
     border: 1px solid transparent;
     -webkit-box-shadow: 0px 0px 22px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px -15px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 0px 22px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px -15px rgba(0,0,0,0.75);
}
 .book_demo span:hover {
    background-color: var(--whiteClr);
     color: var(--whiteBtnText);
     border: 1px solid var(--btnColor);
}
/*--------------End--//------------*/
/*--------------Banner-Start-------------*/
 .banner_sec{
     width: 100%;
     position: relative;
     height: 100vh;
}
.banner_sec::before{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
    content: '';
    background: rgba(0,0,0,0.45);
}
 .banner_sec img{
     width: 100%;
     height: 100vh;
}
.banner_sec_inner {
    width: 100%;
    left: 0px;
    top: 55%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    text-align: center;
}
 .banner_sec_info h1{
     color: var(--whiteClr);
     font-size: 60px;
     font-weight: bold;
     margin-bottom: 15px;
}
 .banner_sec_info{
    max-width: 755px;
     margin: 0px auto;
}
 .banner_sec_info p{
     color: var(--whiteClr);
     font-size: 15px;
     font-weight: 300;
     margin-bottom: 40px;
}
/*--------------Banner-End-------------*/
/*------------robots_sec-start-------------*/
 .robots_box{
    width: 100%;
    height: 520px;
     position: relative;
     padding: 30px 30px 60px;
     text-align: center;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     -webkit-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
     box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
     z-index: 1;
     margin-top: 35px;
}
 .robots_box::before{
    width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     position: absolute;
     content: '';
     background: var(--btnColor);
     z-index: -1;
     border-radius: 5px 5px 260px 5px;
}
 .robots_box_media_link{
    width: auto;
     right: 5px;
     bottom: 15px;
     position: absolute;
}
 .robots_box_info h3, .robots_box_info p{
     color: var(--whiteClr);
     margin-bottom: 10px;
}
 .robots_box_info p{
    margin-bottom: 25px;
}
 .robots_box_media{
    margin-top: 30px;
}
.robots_box_media img{
    width: 290px;
    transition: 0.5s;
}


/*------------robots_sec-end-------------*/
/*------------cleaning_sec-start-------------*/
 .cleaning_slider_left img{
     border-radius: 5px 5px 5px 260px;
     -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
     box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}
 .cleaning_slider_left{
    width: 100%;
    height: 480px;
     position: relative;
     z-index: 1;
}
.cleaning_slider_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .cleaning_slider_left::before{
     width: 77px;
     height: 118px;
     background: url(../../assets/images/dotted-pattern.png) no-repeat 0 0;
     left: 7px;
     bottom: 50px;
     position: absolute;
     content: '';
     z-index: -1;
}
 .cleaning_slider_main.owl-theme .owl-nav{
     display: block;
}
 .cleaning_slider_main.owl-theme .owl-dots{
     display: none;
}
 .cleaning_slider_main.owl-carousel .owl-nav .owl-prev, .cleaning_slider_main.owl-carousel .owl-nav .owl-next {
     width: 33px;
     height: 33px;
     line-height: 3px;
     background: none;
     font-size: 0px;
     display: inline-block;
     left: -30px;
     top: 45%;
     position: absolute;
     -moz-transition: 0.5s all ease;
     -webkit-transition: 0.5s all ease;
     -o-transition: 0.5s all ease;
     transition: 0.5s all ease;
     -moz-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -o-border-radius: 100%;
     border-radius: 100%;
}
 .cleaning_slider_main.owl-carousel .owl-nav .owl-next {
     left: inherit;
     right: -30px;
}
 .cleaning_slider_main.owl-carousel .owl-nav .owl-prev::before {
     width: 18px;
     height: 24px;
     content: '';
     background: url(../../assets/images/left-arrow.png) no-repeat 0 0;
     left: 50%;
     top: 50%;
     position: absolute;
}
 .cleaning_slider_main.owl-carousel .owl-nav .owl-next::after {
     width: 18px;
     height: 24px;
     content: '';
     color: #ffffff;
     background: url(../../assets/images/right-arrow.png) no-repeat 0 0;
     left: 50%;
     top: 50%;
     position: absolute;
}
 .cleaning_slider_main_box_in {
     padding: 0px 30px;
}
 .cleaning_slider_right h3, .cleaning_slider_right p{
     color: var(--headingText);
     margin-bottom: 12px;
}
 .cleaning_slider_right ul{
    margin-top: 30px;
     margin-bottom: 35px;
}
 .cleaning_slider_right ul li{
     margin-bottom: 12px;
     position: relative;
     padding-left: 25px;
}
 .cleaning_slider_right [type="checkbox"]:checked, .cleaning_slider_right [type="checkbox"]:not(:checked) {
     position: absolute;
     left: -9999px;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     cursor: pointer;
     -webkit-appearance: none;
     z-index: 99999;
}
 .cleaning_slider_right [type="checkbox"]:checked + label, .cleaning_slider_right [type="checkbox"]:not(:checked) + label {
     position: relative;
     padding-left: 28px;
     cursor: pointer;
     line-height: 20px;
     display: inline-block;
     color: var(--headingText);
     font-size: 15px;
     font-weight: 500;
     font-family: 'Mori Gothic';
}
 .cleaning_slider_right [type="checkbox"]:checked + label:before, .cleaning_slider_right [type="checkbox"]:not(:checked) + label:before {
     content: '';
     position: absolute;
     left: 0;
     top: 5px;
     width: 18px;
     height: 18px;
     border: 1px solid var(--btnColor);
     background: #fff;
}
 .cleaning_slider_right [type="checkbox"]:checked + label:after, .cleaning_slider_right [type="checkbox"]:not(:checked) + label:after {
     content: '';
     width: 15px;
     height: 11px;
     background: url(../../assets/images/right-icon.png) no-repeat 0 0;
     position: absolute;
     top: 8px;
     left: 2px;
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
 .cleaning_slider_right [type="checkbox"]:not(:checked) + label:after {
     opacity: 0;
     -webkit-transform: scale(0);
     transform: scale(0);
}
 .cleaning_slider_right [type="checkbox"]:checked + label:after {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
}
 .cleaning_form{
     background: url(../../assets/images/cleaning-form-bg.png) no-repeat 0 0;
     background-size: 100% 100%;
     padding: 40px 30px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     margin-top: 70px;
}
 .cleaning_form h3{
     color: var(--whiteClr);
     margin-bottom: 25px;
}
 .cleaning_form_row{
    display: flex;
     margin: 0px -13px;
}
 .cleaning_form_col{
    padding: 0px 13px;
    width: 22%;
}
 .cleaning_form_col:last-child{
    width: 15%;
}
 .cleaning_form .form-control {
     width: 100%;
     font-size: 16px;
     color: var(--whiteClr);
     box-shadow: none;
     outline: none;
     margin: 0px;
     padding: 0px;
     background: none;
     -webkit-appearance: none;
     padding: 7px 18px 10px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid var(--borderFormLineClr);
     font-family: 'Mori Gothic';
     font-weight: 500;
}
 .cleaning_form .form-control::placeholder{
    opacity: 1;
     color: var(--whiteClr);
     opacity: 0.6;
}
 .cleaning_form .form-control.cleaning_form_sumit{
     background: var(--whiteClr);
     color: var(--blackClr);
     font-size: 16px;
     text-align: center;
     transition: 0.5s;
     opacity: 1;
     
}
 .cleaning_form .form-control.cleaning_form_sumit:hover{
    background-color: var(--blackClr);
     color: var(--whiteClr);
     border: 1px solid var(--blackClr);
     cursor: pointer;
}
 .cleaning_sec .page_info p {
     margin-bottom: 15px;
}
/*------------cleaning_sec-end-------------*/
/*------------action_sec-start-------------*/
.action_sec {
    overflow: hidden;
}
 .action_row{
     margin: 50px -20px 0px;
     display: flex;
}
 .action_col{
     flex-basis: 50%;
     padding: 0px 20px;
}
 .action_col_in{
     position: relative;
}
 .action_col_in img{
     width: 100%;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}
 .action_row1 .action_col2 .action_col_in{
     padding-right: 100px;
     padding-top: 210px;
}
 .action_row2.action_row {
     justify-content: center;
}
 .action_row2 .action_col{
     flex-basis: inherit;
     width: 670px;
}
 .action_row3 .action_col1 .action_col_in{
     padding-left: 100px;
}
 .action_row3 .action_col2 .action_col_in{
     padding-top: 210px;
}
 .action_row1 .action_col1 .action_col_in img{
     -moz-border-radius: 0px 5px 5px 0px;
     -webkit-border-radius: 0px 5px 5px 0px;
     -o-border-radius: 0px 5px 5px 0px;
     border-radius: 0px 5px 5px 0px;
}
 .action_row3 .action_col2 .action_col_in img{
     -moz-border-radius: 5px 0px 0px 5px;
     -webkit-border-radius: 5px 0px 0px 5px;
     -o-border-radius: 5px 0px 0px 5px;
     border-radius: 5px 0px 0px 5px;
}
 .action_pnl{
    width: 100%;
     position: relative;
}
 .action_pnl::before{
     width: 992px;
     height: 1248px;
     background: url(../../assets/images/bg-line.png) no-repeat 0 0;
     left: 50%;
     bottom: 180px;
     position: absolute;
     content: '';
     transform: translateX(-50%);
     z-index: -1;
}
/*------------video-play-button--------------*/
 .video_button {
     display: inline-block;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%) 
}
 .video_button .video_popup i{
     font-size: 40px;
     line-height: 77px;
     color: var(--videoPlayicon);
     position: relative;
     left: 5px;
}
 .video_button .video-main {
     position: relative;
     display: inline-block;
}
 .video_button .video_popup {
     height: 77px;
     width: 77px;
     line-height: 77px;
     text-align: center;
     border-radius: 100%;
     background: transparent;
     color: var(--whiteClr);
     display: inline-block;
     background: var(--videoPlayButton);
     z-index: 999;
}
 @keyframes waves {
     0% {
         -webkit-transform: scale(0.2, 0.2);
         transform: scale(0.2, 0.2);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
     50% {
         opacity: 0.9;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
     100% {
         -webkit-transform: scale(0.9, 0.9);
         transform: scale(0.9, 0.9);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
 .video_button .waves {
     position: absolute;
     width: 150px;
     height: 150px;
     background: rgba(255, 255, 255, 0.3);
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     border-radius: 100%;
     right: -37px;
     bottom: -37px;
     z-index: -1;
     -webkit-animation: waves 3s ease-in-out infinite;
     animation: waves 3s ease-in-out infinite;
}
 .video_button .wave-1 {
     -webkit-animation-delay: 0s;
     animation-delay: 0s;
}
 .video_button .wave-2 {
     -webkit-animation-delay: 1s;
     animation-delay: 1s;
}
 .video_button .wave-3 {
     -webkit-animation-delay: 2s;
     animation-delay: 2s;
}
 .action_video_box{
    width: 100%;
     position: relative;
}

.action_video_box{
    width: 100%;
    height: 440px;
}
.action_video_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*------------action_sec-end-------------*/
/*------------ireland_sec-start-------------*/
 .ireland_sec{
    background: url(../../assets/images/robotic-banner.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     padding-bottom: 180px;
     position: relative;
    z-index: 1;
}
.ireland_sec::before{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}



 .ireland_sec .page_info h2{
    color: var(--whiteClr);
}
 .ireland_sec .page_info p{
     color: var(--whiteClr);
     margin-bottom: 30px;
}
 .ireland_sec_col_box{
    background: var(--tabHover);
     min-height: 105px;
     border: 3px solid var(--whiteClr);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
     padding: 10px 15px;
     text-align: center;
}
 .ireland_sec_col_box h3{
     color: var(--midBlack);
     text-transform: capitalize;
     margin-bottom: 5px;
}
 .ireland_sec_col_box p{
     color: var(--whiteClr);
     margin-bottom: 10px;
}
 .ireland_sec_row{
     margin: 0px -35px;
}
 .ireland_sec_col{
    padding: 0px 35px;
}
 .ireland_sec_col:nth-child(2){
    top: 120px;
     position: relative;
}
/*------------ireland_sec-end-------------*/
/*--------------faq-End-------------*/
 .faq_sec_innner{
    background: url(../../assets/images/faq-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     padding: 50px 170px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
}
 .faq_sec h2{
    color: var(--whiteClr);
     margin-bottom: 10px;
}
 .faq_sec .accordion{
    margin-top: 30px;
}
 .faq_sec h2 {
    text-align: center;
}
 .faq_sec .accordion-item button {
    font-size: 17px;
     font-weight: 500;
     background-color: var(--whiteClr);
     box-shadow: none;
     color: var(--extrBlack);
    position: relative;
    padding: 20px 55px 20px 25px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
}
 .faq_sec .accordion-item {
    margin-bottom: 20px;
     border: none;
     border-radius: 0px;
     overflow: hidden;
     background: none !important;
}
 .faq_sec .accordion-body {
    padding-top: 4px;
     padding: 0px 15px;
}
 .faq_sec .accordion-item button.collapsed{
    background: var(--whiteClr);
     color: var(--extrBlack);
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
}
 .faq_sec .accordion-collapse .accordion-body {
    background-color: none;
     color: var(--extrBlack);
}
 .faq_sec .accordion-collapse .accordion-body p{
    color: var(--blackClr);
     font-size: 15px;
}
.faq_sec .accordion-collapse .accordion-body p a{
    color: var(--whiteClr);
}
 .faq_sec .accordion-button::after {
    position: absolute;
     right: 20px;
     background-image: url('../../assets/images/pls2.png') !important;
}
 .faq_sec .accordion-button:not(.collapsed)::after {
    background-image: url('../../assets/images/minus2.png') !important;
}
/*--------------Faq-End-------------*/
/*--------------cleners-Start-------------*/

 .cleners_sec_tab{
     width: 100%;
     text-align: center;
     margin-top: 50px;
}
 .cleners_sec_tab ul{
     width: auto;
     display: inline-flex;
     border-bottom: 1px solid var(--btnColor);
     margin-bottom: 35px;
}
 .cleners_sec_tab ul li{
     font-size: 20px;
     font-weight: 400;
     color: var(--greyColor);
     text-transform: capitalize;
     display: inline-flex;
}
 .cleners_sec_tab ul li a{
     padding: 15px 50px;
     text-decoration: none;
     position: relative;
     color: var(--greyColor);
}
 .cleners_sec_tab ul li a::before{
    width: 100%;
     left: 0px;
     bottom: -1px;
     position: absolute;
     visibility: hidden;
     opacity: 0;
     border-bottom: 1px solid #12d3d8;
     content: '';
}
 .cleners_sec_tab ul li a:hover::before, .cleners_sec_tab ul li.active a::before{
    visibility: visible;
     opacity: 1;
}
 .cleners_sec_tab ul li a:hover, .cleners_sec_tab ul li.active a{
    color: var(--tabHover);
}
 .cleners_slider_box img{
    -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
}
.cleners_slider_box{width: 100%; height: 330px;}
.cleners_slider_box img{width: 100% !important; height: 100%; object-fit: cover;}




/*--------------cleners-End-------------*/
/*--------------Footer-Start-------------*/
 .footer_sec{
     background: url(../../assets/images/footer-banner.jpg) no-repeat 0 0;
     background-size: 100% 100%;
}
 .footer_top{
     padding: 45px 0px;
}
 .footer_logo{
     display: inline-block;
     margin-bottom: 25px;
}
.footer_logo img{
    width: 100px;
}
 .footer_top_lt_col1{
    padding-right: 45px;
}
 .footer_top_lt_col1 p{
     color: var(--whiteClr);
     font-size: 14px;
     font-family: "Poppins", serif;
}
 .footer_top_rt{
     width: 100%;
     display: flex;
     padding-top: 40px;
}
 .footer_top_rt h4{
     color: var(--btnColor);
     text-transform: capitalize;
     margin-bottom: 25px;
     font-family: "Poppins", serif;
}
 .footer_top_rt ul{
     color: var(--whiteClr);
     font-size: 15px;
}
 .footer_menu li{
     margin-bottom: 6px;
     text-transform: capitalize;
}
 .footer_menu li a{
     color: var(--whiteClr);
     font-size: 15px;
     font-weight: 500;
     text-decoration: none;
     font-family: "Poppins", serif;
}
 .footer_menu li a:hover{
     color: var(--btnColor);
}
 .footer_contact li{
     width: 100%;
     position: relative;
     padding-left: 32px;
     margin-bottom: 25px;
     font-family: "Poppins", serif;
     font-weight: 400;
     font-size: 15px;
}
 .footer_contact li i{
     left: 0px;
     top: 0px;
     position: absolute;
}
 .footer_contact li a{
     text-decoration: none;
     color: var(--whiteClr);
}
 .footer_contact li a:hover{
     color: var(--btnColor);
}
 .social_menu{
     display: flex;
}
 .social_menu li:not(:last-child){
     margin-right: 17px;
}
 .footer_top_rt_col1{
    width: 35%;
}
 .footer_top_rt_col2{
    width: 40%;
     padding-left: 20px;
}
 .footer_top_rt_col3{
    width: 55%;
     padding-left: 15px;
}
 .footer_bottom{
     padding: 20px 0px;
     border-top: 1px solid #bbbbbb;
     text-align: center;
}
 .footer_bottom p{
     color: var(--whiteClr);
     font-size: 14px;
     font-weight: 400;
     font-family: "Poppins", serif;
}
/*--------------Footer-End-------------*/



/*-----------banner-video--------------*/


.banner_video_background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    }


/*--------book-demo-modal----------*/

.get_box{width: 100%; padding: 10px 30px 20px; background: var(--btnColor); backdrop-filter: blur(4px);  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;}
.get_box h3{color: var(--whiteClr);
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.get_box_from .form-group{width: 100%; position: relative; margin-bottom: 10px;}
.get_box_from .form-group i{left: 25px; top: 22px; position: absolute; color: #ffffff; font-size: 18px;}
.get_box_from .form-control{
    width: 100%;
    font-size: 16px;
    color: var(--whiteClr);
    box-shadow: none;
    outline: none;
    margin: 0px;
    padding: 7px 18px 10px;
    background: none;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--borderFormLineClr);
    font-family: 'Mori Gothic';
    font-weight: 500;
    opacity: 0.6;
}
.get_box_from .form-control::placeholder{
    opacity: 1;
    color: var(--whiteClr);
}
.get_box_from textarea.form-control{height: 126px; resize: none;}
.get_box_from .form-control.get_box_from_btn{
    width: 100%;
    color: #2c2c2c;
    box-shadow: none;
    outline: none;
    margin: 0px;
    background: var(--whiteClr);
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--borderFormLineClr);
    font-family: 'Mori Gothic';
    font-weight: 500;
    transition: 0.5s;
    opacity: 1;
}
.get_box_from .form-control.get_box_from_btn:hover {
    background-color: var(--blackClr);
    color: var(--whiteClr);
    border: 1px solid var(--blackClr);
    cursor: pointer;
}
.get_box_from_row{margin: 0px -5px;}
.get_box_from_col{padding: 0px 5px;}
.get_box_from_btn_main{
    margin-top: 10px;
    text-align: center;
}

.bookdemoModal_design .modal-body{
    padding: 0px !important;
    background: var(--btnColor);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.bookdemoModal_design .modal-header{
    padding: 0px;
    border: 0px;
}
.bookdemoModal_design .btn-close{
    width: 35px;
    height: 35px;
    background: #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 13px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 13px -6px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 3px 13px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 13px -6px rgba(0,0,0,0.75);
    right: -10px;
    top: -10px;
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    background: #ffffff url(../../assets/images/close-icon.png) no-repeat 0 0;
    background-position: center center;
    background-size: 14px;
}

/*-----------contact-page------------*/


.contact_page_title h1, .contact_page_title h2{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #f5f5f5;
    padding: 10px 10px 15px;
    text-transform: capitalize;
	margin-top: 0px;
    color: var(--headingText);
}
.contact_page .footer_contact{
	list-style: none;
	padding-left: 0px;
}
.contact_page .footer_contact li{
	width: 100%;
	position: relative;
	padding-left: 32px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 15px;
}
.contact_page .footer_contact li i{
	left: 0px;
	top: 0px;
	position: absolute;
}
.contact_page .footer_contact li a{
	text-decoration: none;
	color: var(--headingText);
}
.contact_page .footer_contact li a:hover{
	color: var(--btnColor);
}
.contact_page_map iframe{width: 100%; height: 165px; border: none; outline: none;}
.contact_page_form label {
	width: 100%;
}
.contact_page_form p{
	margin-bottom: 0px;
}

.contact_page textarea {
    height: 120px;
	resize: none;
	border-radius: 35px;
	margin-top: 7px;
	margin-bottom: 7px;
	background: none;
}

.contact_page_form form input[type="email"], .contact_page_form form input[type="tel"], .contact_page_form form input[type="text"]{
	border-radius: 35px;
	margin-top: 7px;
	margin-bottom: 15px;
}
.contact_page_form form input[type="email"]:focus, .contact_page_form form input[type="tel"]:focus, .contact_page_form form input[type="text"]:focus{
	border: 1px solid var(--btnColor) !important;
}

.contact_page_form{
	border: 2px solid var(--btnColor);
	padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.contact_page_info{
	border: 2px solid var(--btnColor);
	padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.contact_page_frm h2{
	margin: 0px;
	margin-bottom: 20px;
    padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
    color: var(--btnColor);
    text-transform: capitalize;
    font-size: 24px;
}

.contact_page .cleaning_form_row {
    display: flex;
    margin: 0px -13px;
    flex-direction: column;
}
.contact_page .cleaning_form_col {
    width: 100%;
}
.contact_page .cleaning_form .form-control.cleaning_form_sumit {
    width: 140px;
    margin-top: 10px;
    
    background: var(--btnColor);
    color: var(--whiteClr);
    font-size: 16px;
}
.contact_page .cleaning_form .form-control.cleaning_form_sumit:hover{
    background: var(--blackClr);
}
.contact_page .cleaning_form .form-control{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: var(--blackClr);
}
.contact_page .cleaning_form{
    background: none;
    margin-top: 0px;
}
.contact_page .cleaning_form .form-control::placeholder{
    color: var(--blackClr);

}



/*-----------product-page-start--------------*/

.pdc_bnr .banner_sec_inner{
    text-align: left;
}
.pdc_bnr .banner_sec_info {
    max-width: 600px;
    margin: 0px;
}
.pdc_sec1_bottom{padding-right: 100px;}

.pdc_sec1_bottom_lt img{
    width: 100%;
}


.pdc_sec1_thumb{
    width: 100%;
    height: 195px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 32px;
    -webkit-box-shadow: 0px 2px 18px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 18px -10px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 2px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 18px -10px rgba(0,0,0,0.75);
    }
.pdc_sec1_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pdc_sec1_thumb_info{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
    padding: 20px 15px;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 31%,rgba(23,200,205,0.99) 99%,rgba(23,200,205,1) 100%);}
.pdc_sec1_thumb_info h4{
    color: var(--whiteClr);
}

.pdc_sec2 .cleaning_form{
    margin-top: 30px;
}
.pdc_sec3_box_row_main{
    margin-top: 55px;
}
.pdc_sec3_box_row{
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f9f9f9;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 18px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 18px -10px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 2px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 18px -10px rgba(0,0,0,0.75);
}
.pdc_sec3_box_col{
    width: 50%;
}
.pdc_sec3_box_info{
    padding: 30px;
    text-align: center;
}
.pdc_sec3_box_info h2{
    color: var(--btnColor);
    font-weight: 700;
    margin-bottom: 20px;
}
.pdc_sec3_box_info p{
    color: var(--headingText);
    
}
.pdc_sec3_box_media{
    height: 515px;
}
.pdc_sec3_box_media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pdc_sec3_box .pdc_sec3_box_row_main:nth-child(even) .pdc_sec3_box_row{
    flex-direction: row-reverse;
}

.pdc_sec4{
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 80px;
    background: url(../../assets/images/pack-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.pdc_sec4::before{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.85);
}
.pack_bg_inner{
    position: relative;
    z-index: 3;
}
.pdc_sec4_rt ul {
    padding: 0px;
	list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pdc_sec4_rt ul li{
	font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    color: var(--dark);
    flex-basis: 50%;
    color: #ffffff;
    
}
.pdc_sec4_rt ul li::before {
    width: 25px;
    height: 25px;
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    background: url(../../assets/images/arrow-bg.png) 0 0 no-repeat;
    background-size: 25px;
}
.pdc_sec4_lt h2{
    color: var(--btnColor);
    text-decoration: none;
    font-size: 40px;
}
.pdc_sec6{
    background: var(--greybg);
}

.specification_box {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--btnColor);
    padding: 10px 0px;
    height: 130px;
    
}
.specification_box_media {
    width: 55px;
}
.specification_box_info {
    padding-left: 15px;
}
.specification_box_info h4{
    font-weight: 600;
    color: var(--blackClr);
    margin-bottom: 10px;
}
.specification_box_info p{
    color: #2f2f2f;
    font-weight: 300;
}

/*-------cta--------*/

.cta_pnl{
    width: 100%;
    background: url(../../assets/images/cta-bg.jpg) 0 0 no-repeat;
    padding: 60px 0px;
    margin: 80px 0px 0px;
}
.cta_pnl .newsletter-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cta_pnl .newsletter-sec-left {
    width: 65%;
}
.cta_pnl .newsletter-sec h2, .cta_pnl .newsletter-sec p{
    color: var(--whiteClr);
}
.cta_pnl .newsletter-sec-right {
    width: auto;
    display: flex;
}

.cta_pnl .newsletter-sec h2{
    margin-bottom: 20px;
}
.cta_pnl .newsletter-sec p {
    margin-bottom: 40px;
}

.cta_pnl .btn-white {
    color: var(--btnColor);
}




/*-------cta--------*/

.cta_pnl{
    width: 100%;
    background: url(../../assets/images/cta-bg.jpg) 0 0 no-repeat;
    padding: 60px 0px;
    background-size: 100% 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
}
.cta_pnl .newsletter-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cta_pnl .newsletter-sec-left {
    width: 45%;
}
.cta_pnl .newsletter-sec h2, .cta_pnl .newsletter-sec p{
    color: var(--whiteClr);
}
.cta_pnl .newsletter-sec-right {
    width: 600px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
    text-align: right;
}
.cta_pnl .newsletter-sec-right img{
    width: 100%;
}
.cta_pnl .newsletter-sec h2{
    margin-bottom: 40px;
    font-size: 40px;
}
.cta_pnl .newsletter-sec p {
    margin-bottom: 40px;
}

.cta_pnl .btn-white {
    color: var(--btnColor);
    font-size: 27px;
}






.woocommerce .specification_pnl .specification_box_media img, .woocommerce-page .specification_pnl .specification_box_media img{
    width: auto;
    max-width: inherit !important;
}


.robots_box_media .product-viewer {
    height: 100%;
    width: 100%;
}
.robots_box_media .product-viewer-canvas{
    display: inline-block;
    vertical-align: baseline;
    width: 300px;
}



/*---------pdc-dev-details----------*/

.woocommerce .content-area {
    margin: 0px;
    padding: 60px 0px 0px;
}
.woocommerce .content-area .site-main {
    max-width: 1140px;
    margin: 0 auto;
}

.woocommerce-breadcrumb {
    margin-bottom: 0px;
    display: none !important;
}
.single-product .woocommerce-tabs{
    margin: 0px;
    padding-top: 50px;
}
.single-product .woocommerce-tabs ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
    border: 0px;
    display: flex;
    padding-left: 25px;
}
.single-product .entry .entry-content{
    border: 2px solid var(--btnColor);
    padding: 70px 20px 20px 20px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: -25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.single-product .woocommerce-tabs ul li{
    margin: 0px;
    padding: 0px;
    display: inline-flex !important;
}
.single-product .woocommerce-tabs ul li.active a{
    background-color: var(--btnColor);
    color: var(--whiteClr);
    box-shadow: none;
}
.single-product .woocommerce-tabs ul li a{
    font-size: 16px;
    font-weight: 600;
    color: var(--tabTextColor);
    background-color: var(--tabBgColor);
    padding: 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.single-product .entry-summary .entry-title{
    color: var(--headingText);
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px;
}
.single-product .entry-summary p{
    margin-bottom: 15px;
    line-height: 26px;
    color: var(--headingText);
}
.pdc_dtl_info {
    max-width: 500px;
    display: flex;
    margin: 25px 0px 40px;
}
.pdc_dtl_info_col{
    width: 33.333%;
}
.pdc_dtl_info h3, .pdc_dtl_info h4{
    color: var(--headingText);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
.pdc_dtl_info h5{
    color: var(--headingText);
    font-size: 17px;
    margin-bottom: 10px;
}
.product-selling-list {
    padding: 0px;
	list-style: none;
    margin-bottom: 30px;
}
.product-selling-list li{
	font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    color: var(--headingText);
}
.product-selling-list li::before {
    content: '\f058';
    font-family: "FontAwesome";
    font-size: 15px;
    color: var(--btnColor);
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
}
.single-product .woocommerce-tabs .product-features ul{
    display: block !important;
    font-size: 15px;
    border: 0px;
    margin-bottom: 20px;
    padding: 0px;
    padding-left: 15px;
}
.single-product .woocommerce-tabs .product-features ul br, .single-product .woocommerce-tabs .product-features br{
    display: none;
}
.product-features p{
    margin-bottom: 20px;
}



.single-product .woocommerce-tabs .product-features ul li{
    display: block !important;
    font-size: 15px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
    color: var(--dark);
    counter-increment: step-counter;
}
.single-product .woocommerce-tabs .product-features ul li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 20px;
    background: var(--btnColor);
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    font-weight: 500;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide img {
    border: 1px solid var(--btnColor) !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
}
.woocommerce-page div.product div.summary {
    width: 52%;
    padding-left: 50px;
}
.gallery-navigation-carousel .wcgs-thumb {
    padding: 2px;
}
.single-product div.product {
    padding: 0px 15px;
}








/*-------pdc_rel--------*/
.pdc_rel_carousel .item{
    padding: 10px 10px;
}
.pdc_rel_carousel.owl-theme .owl-nav{
    display: block;
}
.pdc_rel_carousel.owl-theme .owl-dots{
    display: none;
}
.pdc_rel_carousel.owl-carousel .owl-nav .owl-prev, .pdc_rel_carousel.owl-carousel .owl-nav .owl-next {
    width: 33px;
    height: 33px;
    line-height: 3px;
    background: none;
    font-size: 0px;
    display: inline-block;
    left: -45px;
    top: 45%;
    position: absolute;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: 0px;
    padding: 0px;
}
.pdc_rel_carousel.owl-carousel .owl-nav .owl-next {
    left: inherit;
    right: -45px;
}
.pdc_rel_carousel.owl-carousel .owl-nav .owl-prev::before {
    width: 18px;
    height: 24px;
    content: '';
    background: url(../../assets/images/left-arrow.png) no-repeat 0 0;
    left: 50%;
    top: 50%;
    position: absolute;
}
.pdc_rel_carousel.owl-carousel .owl-nav .owl-next::after {
    width: 18px;
    height: 24px;
    content: '';
    color: #ffffff;
    background: url(../../assets/images/right-arrow.png) no-repeat 0 0;
    left: 50%;
    top: 50%;
    position: absolute;
}
.pdc_rel_carousel.owl-carousel .owl-nav .owl-prev::before, .pdc_rel_carousel.owl-carousel .owl-nav .owl-next::after{
    transform: translate(-50%, -50%);
}


.pdc_rel_box{
    margin-top: 20px;
    -webkit-box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pdc_rel_box_media{
    width: 100%;
    height: 300px;
    padding: 0px;
}
.pdc_rel_box_media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pdc_rel_box_info{
    text-align: center;
    padding: 15px 10px 20px;
}
.pdc_rel_box_info h3{
    color: var(--headingText);
    text-transform: capitalize;
}


/*-------pdc_rel-end-------*/

/*-------woocommerce-Reviews-start-------*/


.woocommerce-Reviews input, .woocommerce-Reviews textarea{
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    color: var(--headingText);
    box-shadow: none;
    outline: none;
    margin: 0px;
    padding: 0px;
    background: none;
    -webkit-appearance: none;
    padding: 5px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--borderFormLineClr);
    font-family: 'Mori Gothic';
    font-weight: 500;
    margin-bottom: 10px;
}
.woocommerce-Reviews textarea{
    resize: none;
    height: 120px;
}
.woocommerce-Reviews .submit {
    padding: 0px 0px;
    width: 120px;
    height: 52px;
    line-height: 45px;
    font-size: 16px;
    background-color: var(--btnColor);
    color: var(--whiteClr);
    margin-top: 15px;
}
.woocommerce-tabs #reviews p.stars a, .star-rating{
    color: var(--yellow);
}
.star-rating{
    height: 17px;
}
.single-product .woocommerce-product-rating {
    margin-top: 20px;
}



/*-------woocommerce-Reviews-end-------*/


.robots_box_media_link img{width: 40px;}
.robots_box_media_link button{
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
}
.rotate-naam span{
    color: var(--btnColor);
    font-weight: 700;
    font-size: 18px;
}




/*-----------inner-page-design----------*/

.inner_page_banner{
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
}
.inner_page_banner::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
    content: "";
    background: rgba(0, 0, 0, 0.45);
}
.inner_page_banner img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.inner_page_banner_inner{
    width: 100%;
    left: 0px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.inner_page_banner h1{
    color: #ffffff;
}
.about_page_pnl_inner{
    max-width: 900px;
    margin: 0 auto;
}

.about_page_pnl h1, .about_page_pnl h2, .about_page_pnl h3, .about_page_pnl h4, .about_page_pnl p{
    margin-bottom: 20px;
}

/*-----------pdc-page-design----------*/

.our-products .product-item{
    margin-top: 20px;
   border: 1px solid #bbbbbb;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
}
.our-products .product-item .product-title {
    padding: 10px 10px 15px;
    background: var(--btnColor);
    color: var(--whiteClr);
    font-size: 22px;
}



/*--------contact-form7-error message-------*/

.wpcf7-response-output {
    text-align: center;
    color: #dc3232;
    font-size: 13px;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 5px;
}

.contact_page .wpcf7-response-output {
    text-align: left;
}
.wpcf7-spinner {
     margin: 5px 15px;
}


.contact_page .cleaning_form_col.text-center p {
    width: 220px;
    display: flex;
    align-items: center;
}
.related-products ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.related-products ul li{
    width: 25%;
    margin-top: 20px;
    text-align: center;
    padding: 0px 15px;
}
.related-products ul li img{
    width: 100%;
}
.related-products ul li span{
    display: block;
}
.related-products-box{
    margin-top: 20px;
    border: 1px solid #bbbbbb;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
}
.related-products ul li span{
    padding: 9px 10px 12px;
    background: var(--btnColor);
    color: var(--whiteClr);
    font-size: 22px;
    font-weight: 700;
}




.product_features_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.product_features_row_lt{
    width: 50%;
    padding-top: 50px;
}
.product_features_row_rt{
    width: 50%;
}


.cleaning_slider_right ul li::after {
    width: 19px;
    height: 17px;
    content: '';
    color: #ffffff;
    background: url(../../assets/images/thick-icon.png) no-repeat 0 0;
    left: 0px;
    top: 5px;
    position: absolute;
}
.bookdemoModal_design {
    z-index: 9999;
}
.book_demo_arrow{
    padding-bottom: 30px;
}
.book_demo_arrow span {
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: var(--btnColor);
    display: inline-block;
}
.book_demo_arrow span::before {
    width: 39px;
    height: 49px;
    right: -31px;
    bottom: -38px;
    position: absolute;
    content: '';
    background: url(../../assets/images/down-arrow2.png) no-repeat 0 0;
    background-size: 39px;
}


.about_page_pnl ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}
.about_page_pnl ul li::before{
    width: 22px;
    height: 25px;
    left: 0px;
    top: 8px;
    position: absolute;
    content: '';
    background: url(../../assets/images/right-arrow-list.png) no-repeat 0 0;
    background-size: 22px;
}
.about_page_pnl p{
    font-size: 16px;
    line-height: 26px;
}

.cleaning_form_col.text-center p {
    position: relative;
}
.cleaning_sec .cleaning_form_col.text-center p .wpcf7-spinner{
    position: absolute;
    bottom: -35px;
    left: 46%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.get_box_from_btn_main p{
    position: relative;
}
.get_box_from_btn_main p .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 46%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.woocommerce-Reviews p.comment-form-cookies-consent{
    display: none;
}
.ireland_sec .page_info h2 br{
    display: none;
}

/*--------error_page---------*/

.error_page {
    padding-top: 120px;
    text-align: center;
    background-color: #f9f9f9;
  }

  .error_page .error {
    font-size: 150px;
    color: var(--btnColor);
    text-shadow:
      1px 1px 1px var(--blackClr),
      2px 2px 1px var(--blackClr),
      3px 3px 1px var(--blackClr),
      4px 4px 1px var(--blackClr),
      5px 5px 1px var(--blackClr),
      6px 6px 1px var(--blackClr),
      7px 7px 1px var(--blackClr),
      8px 8px 1px var(--blackClr),
      25px 25px 8px rgba(0, 0, 0, 0.2);
  }

  .error_page .page {
    margin: 2rem 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--blackClr);
  }

  .error_page .back-home {
    display: inline-block;
    border: 2px solid var(--blackClr),;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem 1rem 0.6rem;
    transition: all 0.2s linear;
    box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.4);
    background: var(--blackClr);
    border-radius: 6px;
  }

  .error_page .back-home:hover {
    background: var(--blackClr);
    color: #ddd;
  }
.error404 .header_sec{
    background: var(--headingText);
}


/*----------pdc-page------------*/


.pdc_page_banner.banner_sec img {
    width: 100%;
    height: inherit;
    max-width: 86%;
}
.pdc_page_banner_img{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
}
.pdc_page_banner_img1, .pdc_page_banner_img2{
    width: 39%;
}
.pdc_page_banner_img1 img, .pdc_page_banner_img2 img{
    width: 100%;
}
.banner_main_bt_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -255px;
}
.banner_main_bt_img_in img{
    width: 100%;
    height: inherit;
    max-width: 70%;
}

.pdc_page_banner .banner_sec_info {
    max-width: 100%;
    padding: 0px 300px;
}
.pdc_page_banner .banner_sec_inner {
    bottom: 0px;
    transform: inherit;
    top: inherit;
}
.pdc_page_banner .banner_sec_info h1 span{
    display: block;
    font-size: 38px;
    font-weight: 500;
}
.pdc_page_banner{
    background: url(../images/pdc-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.pdc_page_sec1_col_list_in{
    background: var(--mid-dark-blue);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    min-height: 325px;
    
}
.pdc_page_sec1_content_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.pdc_page_sec1_content_col1{
    width: calc(100% - 270px);
    padding: 40px 15px 60px;
   
}
.pdc_page_sec1_content_col2{
    width: 300px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}
.pdc_page_sec1_col_content_in{
    background: var(--mid-light-white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 325px;
    position: relative;
}
.pdc_page_sec1_content_col1 h2, .pdc_page_sec1_content_col1 h3{
    font-size: 58px;
    font-weight: bold;
    color: var(--btnColor);
    margin-bottom: 15px;
}
.pdc_page_sec1_content_col1 p{
    margin-bottom: 40px;
}
.pdc_page_sec1_content_col2 img{
    width: 100%;
}
.pdc_page_sec1_col_list_in .specification_box_media {
    width: 55px;
}
.pdc_page_sec1_col_list_in .specification_box{
    height: inherit;
}
.pdc_page_sec1_col_list_in .specification_box_info{
    font-size: 13px;
}
.pdc_page_sec1_col_list_in .specification_box {
    border-bottom: 1px solid #bbbbbb;
}
.pdc_page_sec1_col_list_in .specification_box:last-child{
    border-bottom: 0px;
}



.specification_box_info h4{
    color: var(--btnColor);
    font-size: 17px;
    font-weight: normal;
}
.specification_box_info p {
    color: var(--whiteClr);
}

.pdc_page_sec1_row{
    padding: 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.pdc_page_sec1_col_content{
    flex: 0 0 auto;
    width: 66.66666667%;
}
.pdc_page_sec1_col_list{
    flex: 0 0 auto;
    width: 33.33333333%;
}
.pdc_page_sec1_col_content, .pdc_page_sec1_col_list{
    padding: 0px 15px;
}
.pdc_page_sec1_row:nth-child(even){flex-direction: row-reverse;
}
.bnr_btn {
    display: inline-flex;
}
.bnr_btn li {
    padding: 0px 10px;
}

.pdc_sec5 .specification_box_info p{
    color: #2f2f2f;
}


.about_page_pnl_content.about_page_pnl_inner {
    max-width: 100%;
    margin: 0 auto;
}
.about_pnl_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.about_pnl_lt{
    width: 60%;
}
.about_pnl_rt{
    width: 40%;
}
.about_pnl_row:nth-child(even) .about_pnl_lt{
    order: 2;
    padding-left: 30px;
}
.about_pnl_row:nth-child(even) .about_pnl_rt{
    order: 1;
}
.about_pnl_lt{
    padding-right: 30px;
}
.about_pnl_rt img{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.about_pnl_row:last-child{
    margin-bottom: 0px;
}








/* Responsive */
 @media (min-width: 1600px) {
     .container{
        max-width: 1560px;
    }
    

}

@media (min-width: 1660px) {
    
   .cleners_slider_box {
       height: 440px;
   }




}






 @media only screen and (min-width:1690px) and (max-width:1799px){
}
 @media (max-width: 1599px) {

/*----------pdc-page------------*/

.pdc_page_banner .banner_sec_info {
    padding: 0px 250px;
}
.pdc_page_sec1_col_list_in, .pdc_page_sec1_col_content_in {
    min-height: 345px;
}
.cta_pnl .newsletter-sec-left {
    width: 52%;
}
.pdc_page_banner.banner_sec img {
    max-width: 79%;
}
.banner_main_bt_img {
    margin-top: -207px;
}





}
 @media only screen and (min-width:1200px) and (max-width:1399px){
     .ireland_sec_row {
         margin: 0px -20px;
    }
     .ireland_sec_col {
         padding: 0px 20px;
    }
     .ireland_sec_col_box h3{
         font-size: 22px;
    }

/*----------pdc-page------------*/

.pdc_page_banner .banner_sec_info {
    padding: 0px 200px;
}
.cta_pnl .newsletter-sec-left {
    width: 62%;
}
.cta_pnl .newsletter-sec-right {
    width: 565px;
}
.cta_pnl {
     padding: 30px 0px 60px;
}
.banner_main_bt_img {
    margin-top: -180px;
}
.banner_main_bt_img {
    margin-top: -180px;
}







}
 @media (max-width: 1199px) {

    h1{
        font-size: 50px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 22px;
    }

    .page_info h2 {
        margin-bottom: 20px;
    }
    .page_info p {
        margin-bottom: 20px;
    }

    .page_info {
        max-width: 600px;
    }
    .padding-xxl-top{
        padding-top: 80px;
    }
     .padding-xxl-bottom{
        padding-bottom: 80px;
    }
     .padding-xl-top{
        padding-top: 70px;
    }
     .padding-xl-bottom{
        padding-bottom: 70px;
    }
     .padding-lg-top{
        padding-top: 60px;
    }
     .padding-lg-bottom{
        padding-bottom: 60px;
    }
     .padding-md-top{
        padding-top: 50px;
    }
     .padding-md-bottom{
        padding-bottom: 50px;
    }
     .padding-sm-top{
        padding-top: 40px;
    }
     .padding-sm-bottom{
        padding-bottom: 40px;
    }
     .padding-xs-top{
        padding-top: 30px;
    }
     .padding-xs-bottom{
        padding-bottom: 30px;
    }

    ul.menu_sec > li {
        margin: 0px 30px;
    }
    ul.menu_sec > li:nth-child(2) {
        margin-right: 120px;
    }
    ul.menu_sec > li:nth-child(3) {
        margin-left: 152px;
    }
    ul.menu_sec > li > a {
        padding: 25px 0px;
    }
    .header_logo {
        width: 60px;
        height: 63px;
    }
    .header_sec.fixed .header_logo {
        width: 55px;
        height: 58px;
    }
    ul.menu_sec li>ul, ul.menu_sec ul {
        width: 180px;
    }
    .banner_sec_info h1 {
        font-size: 50px;
    }
    .banner_sec_info p {
        margin-bottom: 35px;
    }
    .book_demo span {
        width: 150px;
    }
    .book_demo {
        top: 70px;
        height: 150px;
    }
    .robots_box_media img {
        width: 250px;
    }
.robots_box_media_link img{
    width: 40px;
}
.cleaning_slider_row {
    margin: 0px -15px;
}
.cleaning_slider_col {
    padding: 0px 15px;
}
.cleaning_slider_main.owl-carousel .owl-nav .owl-prev, .cleaning_slider_main.owl-carousel .owl-nav .owl-next {
    width: 23px;
    height: 23px;
    left: -10px;
}
.cleaning_slider_main.owl-carousel .owl-nav .owl-next {
    right: -10px;
    left: inherit;
}
.cleaning_slider_main.owl-carousel .owl-nav .owl-prev::before, .cleaning_slider_main.owl-carousel .owl-nav .owl-next::after{
    width: 15px;
    background-size: 13px;
}
.cleaning_slider_right ul li {
    margin-bottom: 9px;
}


.cleaning_form {
    padding: 30px 20px;
}
.action_video_box {
    height: 300px;
}
.action_row1 .action_col2 .action_col_in {
    padding-right: 60px;
    padding-top: 130px;
}
.action_row3 .action_col2 .action_col_in {
    padding-top: 130px;
}
.action_row3 .action_col1 .action_col_in {
    padding-left: 60px;
}
.action_pnl::before {
    width: 712px;
    height: 1008px;
    background-size: 100% 100%;
    bottom: 50px;
}
.action_row2 .action_col {
    width: 480px;
}
.action_row {
    margin: 40px -15px 0px;
}
.action_col {
     padding: 0px 15px;
}
.ireland_sec_row {
    margin: 0px -15px;
}
.ireland_sec_col {
    padding: 0px 15px;
}
.ireland_sec_col_box h3 {
    font-size: 20px;
}
.ireland_sec_col_box {
    padding: 10px 10px;
    min-height: 100px;
}
.ireland_sec {
    padding-bottom: 180px;
}
.faq_sec_innner {
    padding: 30px 80px;
}
.cleners_sec_tab ul li a {
    padding: 15px 30px;
}
.cleners_sec_tab ul li {
    font-size: 18px;
}
.cleners_slider_box {
    height: 240px;
}
.footer_top_lt_col1 {
    padding-right: 0px;
}
.footer_contact li {
    margin-bottom: 20px;
    font-size: 14px;
}
.footer_top_lt_col1 p {
    font-size: 13px;
}
.footer_logo img {
    width: 80px;
}
.footer_menu li a {
    font-size: 14px;
}
.footer_bottom p{
    font-size: 13px;
}
.footer_bottom {
    padding: 15px 0px;
}
.footer_top {
    padding: 40px 0px;
}

.get_box h3 {
    font-size: 30px;
}
.get_box {
    padding: 20px 30px 20px;
}
.get_box_from textarea.form-control {
    height: 100px;
}
.contact_page_map iframe {
    height: 198px;
}

/*-----product-details-------*/

.pdc_sec4_rt ul li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 35px;
    margin-bottom: 15px;
}
.pdc_sec4_rt ul li::before {
    top: 7px;
    background-size: 20px;
}
.pdc_sec4 {
    margin-top: 60px;
}

.woocommerce-page div.product div.summary {
    padding-left: 30px;
}
.pdc_dtl_info h3, .pdc_dtl_info h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.pdc_dtl_info h5 {
    font-size: 15px;
}
.single-product .woocommerce-tabs {
    margin: 0px;
    padding: 30px 15px 15px 15px;
}
.pdc_rel_box_info h3 {
     font-size: 24px;
}
.inner_page_banner img {
    height: 300px;
}
.contact_page .footer_contact li {
    margin-bottom: 16px;
}
.header_sec.fixed ul.menu_sec > li > a {
    padding: 25px 0px;
}
.pdc_rel_in{
    padding: 0px 50px;
}

.error_page{padding-top: 70px;}


/*----------pdc-page------------*/


.pdc_page_banner .banner_sec_info {
    padding: 0px 150px;
}
.pdc_page_sec1_content_col2 {
    width: 270px;
}
.pdc_page_sec1_content_col1 {
    width: calc(100% - 230px);
}
.pdc_page_sec1_content_col1 h2, .pdc_page_sec1_content_col1 h3 {
    font-size: 45px;
}
.pdc_page_sec1_col_list_in .specification_box_media {
    width: 42px;
}
.cta_pnl .newsletter-sec-left {
    width: 52%;
}
.cta_pnl .newsletter-sec h2 {
    font-size: 28px;
}
.cta_pnl .btn-white {
    font-size: 20px;
}
.cta_pnl .newsletter-sec-right {
    width: 550px;
}
.cta_pnl {
    margin-bottom: 40px;
}
.pdc_page_banner .banner_sec_info h1 span {
    font-size: 30px;
}
.pdc_page_sec1_col_list_in, .pdc_page_sec1_col_content_in {
    min-height: 360px;
}

.banner_main_bt_img {
    margin-top: -152px;
}
.pdc_page_banner.banner_sec img {
    max-width: 70%;
}





}
 @media (max-width: 1024px) {
}
 @media (max-width: 991px) {

    h1{
        font-size: 40px;
    }
    .btn, .btn-white, .btn-blue {
        padding: 12px 25px 12px;
    }
    .page_info h2 {
        margin-bottom: 15px;
    }
    .page_info p {
        margin-bottom: 15px;
    }

    
     .header_sec {
        left: inherit;
         top: inherit;
         position: inherit;
         padding: 0px;
         background: var(--btnColor);
    }
     .header_sec .container{
        max-width: 100%;
         padding-right: 0px;
         padding-left: 0px;
    }
     .header_logo {
        margin: 0px 0px 10px 15px;
        left: inherit;
        right: inherit;
        top:inherit;
        bottom: inherit;
        transform: inherit;
        position: inherit;
    }
   
     .top_nav {
        padding-right: 0px;
    }
     .active-menu .collapse-button span:nth-child(1) {
        -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
         margin: 11px 0 -13px;
    }
     .active-menu .collapse-button span:nth-child(2) {
        opacity: 0;
    }
     .active-menu .collapse-button span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
         top: -9px;
         position: relative;
    }
     .active-menu {
        overflow: hidden;
    }
     .collapse-button {
        width: 40px;
         margin-top: 0px;
         background: none !important;
         border: none;
         border-radius: 0px;
         font-size: 34px;
         color: var(--whiteClr);
         padding: 0px !important;
         outline: none;
         margin-right: 0px;
         right: 15px;
         top: 5px;
    }
     .collapse-button:hover, .collapse-button:focus {
        color: #6377EE;
         background-color: none !important;
    }
     .collapse-button .icon-bar {
        height: 4px;
         width: 40px;
         margin: 7px 0;
         color: var(--whiteClr);
         background-color: var(--whiteClr);
    }
     .slimmenu.menu_sec.collapsed{
        width: 100% !important;
         left: 0;
         top: 100%;
         position: absolute;
         background: rgba(0,0,0,0.80);
         z-index: 100;
         border-top: 0px;
         margin-top: 0px;
         padding: 0px 0px;
         transform: inherit;
         text-align: inherit;
    }
     .menu-collapser {
        background-color: inherit;
         width: auto;
         right: 0px;
         top: 30px;
         position: absolute;
         padding: 0px;
    }
     ul.slimmenu.collapsed li a {
        border-bottom: 1px solid var(--borderFooterLine);
         display: inline-block;
         width: 100%;
         color: var(--whiteClr);
    }
     ul.slimmenu.collapsed li a:hover{
        background: var(--btnColor);
        border: none;
        box-shadow: none;
    }
     ul.menu_sec > li > a {
        padding: 10px 15px;
         font-size: 15px;
    }
     ul.menu_sec > li::before{
        display: none;
    }
     ul.menu_sec li .sub-toggle i {
        font-size: 16px;
         transform: inherit;
         color: var(--whiteClr);
    }
     ul.menu_sec li .sub-toggle {
        top: 2px;
         right: 10px;
         left: inherit;
    }
     ul.menu_sec li>ul, ul.menu_sec ul{
        width: 100%;
         height: auto;
         left: inherit;
         top: inherit;
         right: inherit;
         bottom: inherit;
         position: inherit;
         transform: inherit;
         background: none;
         float: left;
    }
     ul.menu_sec li>ul li{
        width: 100%;
         display: inline-block;
    }
     ul.menu_sec li>ul li a:hover{
        color: var(--whiteClr) !important;
         background: #6377EE;
         width: 100%;
         display: inline-block;
    }
     ul.menu_sec li>ul li a::after {
        background: #6377EE;
    }
     ul.menu_sec li>ul li a:hover:before{
        display: none;
    }
     ul.slimmenu.collapsed li>ul{
        padding: 0px 15px;
    }
     ul.menu_sec > li::after{
        display: none;
    }
     ul.menu_sec > li a::before{
        display: none;
    }
     ul.menu_sec li:hover a:before, .nav_top ul li.current-menu-item a:before{
        display: none;
    }
     ul.menu_sec > li {
        margin: 0px 0px;
    }
     ul.menu_sec li>ul li a {
        padding: 10px 15px !important;
    }
    ul.menu_sec > li:nth-child(3) {
        margin-left: 0px;
    }
    ul.slimmenu li .sub-toggle i{
        top: -6px;
    }
    .header_sec.fixed ul.menu_sec > li > a {
        padding: 10px 15px;
    }
    ul.slimmenu.collapsed li:last-child a{
        border-bottom: 0px
    }

    .book_demo {
        height: 130px;
        top: 50%;
        transform: translate(-50%, 0%);
        
    }
    ul.menu_sec {
        border-bottom: 0px;
    }

    .book_demo span {
        width: 130px;
        height: 45px;
        line-height: 35px;
        border-radius: 0px 0px 35px 0px;
    }
    .banner_sec_info h1 {
        font-size: 40px;
    }
    .banner_sec_info {
        max-width: 500px;
    }
    .banner_sec_info p br{
        display: none;
    }
    .robots_box{
        margin-top: 20px;
        padding: 20px 15px 60px;
        height: 420px;
    }
    .robots_box_info p {
        margin-bottom: 15px;
    }
    .robots_box_media img {
        width: 200px;
    }
    .robots_box::before {
        border-radius: 5px 5px 180px 5px;
    }
    .robots_box_media_link img {
        width: 30px;
    }
    .robots_box_media_link button {
        width: 30px;
        height: 20px;
        line-height: 20px;
    }
    .rotate-naam span {
        font-size: 16px;
    }
    .robots_box_media_link {
        bottom: 7px;
    }


    .cleaning_slider_left img {
        border-radius: 5px 5px 5px 180px;
    }
    .cleaning_slider_left::before {
        width: 60px;
        height: 118px;
        background-size: 60px;
        bottom: 6px;
    }
    .cleaning_slider_right [type="checkbox"]:checked + label, .cleaning_slider_right [type="checkbox"]:not(:checked) + label{
        font-size: 12px;
    }
    .cleaning_slider_right ul {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .cleaning_form{margin-top: 50px;}
    .cleaning_form_row {
        display: flex;
        margin: 0px -15px;
        flex-direction: column;
    }
    .cleaning_form_col {
        padding: 0px 15px;
        width: 100%;
    }
    .cleaning_form .form-control{
        margin-bottom: 10px;
    }
    .wpcf7-not-valid-tip{margin-bottom: 10px;}
    .cleaning_form_col:last-child {
        width: 100%;
    }
    .action_row1 .action_col2 .action_col_in {
        padding-right: 40px;
        padding-top: 80px;
    }
    .action_row3 .action_col2 .action_col_in {
        padding-top: 80px;
    }
    .action_row3 .action_col1 .action_col_in {
        padding-left: 40px;
    }
    .action_row2 .action_col {
        width: 370px;
    }
    .action_video_box {
        height: 240px;
    }
    .action_pnl::before {
        width: 512px;
        height: 808px;
        background-size: 100% 100%;
        bottom: 50px;
    }
    .video_button .video_popup {
        height: 57px;
        width: 57px;
        line-height: 57px;
    }
    .video_button .video_popup i {
        font-size: 30px;
        line-height: 57px;
    }
    .video_button .waves {
        width: 120px;
        height: 120px;
        right: -31px;
        bottom: -31px;
    }
    .ireland_sec_col:nth-child(2){
        top: inherit;
    }
    .ireland_sec_col_box{
        margin-bottom: 15px;
    }
    .ireland_sec {
        padding-bottom: 50px;
    }
    .faq_sec_innner {
        padding: 20px 30px;
    }
    .faq_sec .accordion-item button {
        font-size: 16px;
        padding: 16px 55px 15px 15px;
    }
    .faq_sec .accordion-collapse .accordion-body p {
        font-size: 14px;
    }
    .faq_sec .accordion-item {
        margin-bottom: 15px;
    }
    .cleners_sec_tab ul li a {
        padding: 12px 20px;
    }
    .cleners_sec_tab {
        margin-top: 30px;
    }
    .footer_top_rt_col1 {
        width: 33.33%;
    }
    .footer_top_rt_col2 {
        width: 33.33%;
        padding-left: 10px;
    }
    .footer_top_rt_col3 {
        width: 33.33%;
        padding-left: 0px;
    }
    .footer_top_rt h4{
        font-size: 18px;
    }
    .footer_top_rt {
        padding-top: 10px;
    }
    .footer_contact li {
        margin-bottom: 15px;
        font-size: 12px;
        padding-left: 25px;
    }
    .footer_contact li i img{width: 18px;}
    .social_menu li:not(:last-child) {
        margin-right: 10px;
    }
    .footer_menu li a {
        font-size: 13px;
    }
    .footer_top_rt h4 {
        margin-bottom: 20px;
    }

    .contact_page .footer_contact li {
        font-size: 14px;
    }
    .contact_page_info {
        padding: 15px;
    }
    .cleaning_form {
        padding: 30px 15px;
    }
    .get_box h3 {
        font-size: 30px;
    }
    .contact_page_map iframe {
        height: 209px;
    }

/*-----product-details-------*/

.pdc_sec4_lt h2 {
    font-size: 30px;
}
.pdc_sec4_rt ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
    margin-bottom: 15px;
}
.pdc_sec4 {
    margin-top: 40px;
}
.woocommerce-page div.product div.summary {
    padding-left: 0px;
}
.single-product .entry-summary .entry-title {
    font-size: 28px;
}
.pdc_dtl_info h5 {
    font-size: 13px;
}
.single-product .entry .entry-content {
    padding: 50px 20px 20px 20px;
}

.inner_page_banner img {
    height: 250px;
}
.product_features_row_lt {
    padding-top: 0px;
}
.related-products ul li {
    width: 33.33%;
}
.pdc_rel_box_media {
    height: 250px;
}
.pdc_rel_box_info h3 {
    font-size: 20px;
}
.contact_page .footer_contact li {
    margin-bottom: 14px;
}
.error404 .header_sec{
    background: var(--btnColor);
}

/*----------pdc-page------------*/

.pdc_page_banner .banner_sec_info {
    padding: 0px 100px;
}
.pdc_page_sec1_content_col1 h2, .pdc_page_sec1_content_col1 h3 {
    font-size: 30px;
}
.pdc_page_sec1_content_col2 {
    width: 230px;
}
.pdc_page_sec1_content_col1 {
    width: calc(100% - 180px);
}
.pdc_page_sec1_col_list_in {
    padding: 10px;
}
.cta_pnl .newsletter-sec-right {
    width: 400px;
}
.cta_pnl {
    margin-bottom: 40px;
    padding: 24px 0px 40px;
    margin-top: 25px;
}
.cta_pnl .btn-white {
    font-size: 16px;
}
.pdc_page_sec1_col_list_in, .pdc_page_sec1_col_content_in {
    min-height: 410px;
}

.pdc_page_banner .banner_sec_info h1 span {
    font-size: 25px;
}




}
 @media (max-width: 767px) {

    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    .padding-xxl-top{
        padding-top: 70px;
    }
     .padding-xxl-bottom{
        padding-bottom: 70px;
    }
     .padding-xl-top{
        padding-top: 60px;
    }
     .padding-xl-bottom{
        padding-bottom: 60px;
    }
     .padding-lg-top{
        padding-top: 50px;
    }
     .padding-lg-bottom{
        padding-bottom: 50px;
    }
     .padding-md-top{
        padding-top: 40px;
    }
     .padding-md-bottom{
        padding-bottom: 40px;
    }
     .padding-sm-top{
        padding-top: 30px;
    }
     .padding-sm-bottom{
        padding-bottom: 30px;
    }
     .padding-xs-top{
        padding-top: 20px;
    }
     .padding-xs-bottom{
        padding-bottom: 20px;
    }
 
    .menu-collapser {
        top: 22px;
    }
   
    .banner_sec_info h1 {
        font-size: 30px;
    }
    .banner_sec_info {
         padding: 0px 35px;
    }
    .robots_box::before {
        border-radius: 5px 5px 250px 5px;
    }
    .robots_box {
         height: inherit;
    }
    .cleaning_slider_right {
        padding-top: 30px;
    }
    .cleaning_slider_main.owl-carousel .owl-nav .owl-prev, .cleaning_slider_main.owl-carousel .owl-nav .owl-next{
        top: 15%;
    }
    .action_row1 .action_col2 .action_col_in {
        padding-right: 20px;
    }
    .action_row3 .action_col1 .action_col_in {
        padding-left: 20px;
    }
    .action_row2 .action_col {
        width: 320px;
    }
    .action_video_box {
        height: 220px;
    }
    .action_pnl::before {
        width: 400px;
        height: 698px;
    }
    .cleners_sec_tab ul li a {
        padding: 10px 15px;
    }
    .cleners_sec_tab ul li {
        font-size: 16px;
    }
    .cleners_sec_inner{
        padding: 0px 15px;
    }
    .footer_top_rt_col1, .footer_top_rt_col2, .footer_top_rt_col3 {
        width: 33.33%;
    }
    .footer_top_rt {
        padding-top: 30px;
    }
    .faq_sec .accordion-button::after{
        background-size: 18px;
        right: 15px;
    }
    .faq_sec .accordion-item button {
        font-size: 16px;
        line-height: 1.4;
        padding: 12px 40px 12px 15px;
    }
    .faq_sec_innner {
        padding: 20px 15px;
    }
.cleners_sec {padding-bottom: 40px;}

.cleners_sec_tab ul{display: block; padding-bottom: 2px;}
.cleners_sec_tab ul li{display: inline-block; margin: 10px 0px;}
.cleners_sec_tab ul li.active a {
    color: var(--whiteClr);
    background: var(--tabHover);
}
.footer_logo img {
    width: 70px;
}

.get_box h3 {
    font-size: 30px;
}
.bookdemoModal_design .btn-close {
    right: -12px;
    top: -12px;
}
.cleaning_form{
    margin-bottom: 20px;
}
.contact_page_info{margin-bottom: 20px;}

/*-----product-details-------*/

.specification_box {
    height: inherit;
}
.pdc_sec4_lt h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.specification_pnl .mt-4 {
    margin-top: 0px !important;
}
.woocommerce-page div.product div.summary {
    width: 100%;
}
.woocommerce .content-area {
    padding: 30px 0px 0px;
}
.pdc_dtl_info {
    margin: 15px 0px 20px;
}
.single-product .woocommerce-tabs {
    padding: 15px 0px 0px 0px;
}

.robots_box_media img {
    width: 300px;
}
.robots_box_media_link img {
    width: 30px;
}

.footer_top_rt ul {
    margin-bottom: 20px;
}
.footer_top {
    padding: 40px 0px 20px;
}
.footer_bottom p {
    font-size: 12px;
}
.collapse-button{
    top: 14px;
}
.product_features_row_lt {
    width: 100%;
}
.product_features_row_rt{
    width: 100%;
}
.related-products ul li {
    width: 50%;
}
.contact_page .cleaning_form .form-control.cleaning_form_sumit{
    margin-top: 5px;
    margin-bottom: 0px;
}
.cleaning_form {
    padding: 15px 15px 20px;
}

.specification_box {
    padding: 15px 0px 22px;
}
.specification_box_info h4 {
    margin-bottom: 8px;
    font-size: 16px;
}
.contact_page_title h1, .contact_page_title h2 {
    font-size: 22px;
}
.error_page{
    padding-top: 40px;
}
.error_page .error {
    font-size: 110px;
}

/*----------pdc-page------------*/

.pdc_page_banner .banner_sec_info {
    padding: 0px 0px;
}
.pdc_page_sec1_col_content, .pdc_page_sec1_col_list {
    flex: inherit;
    width: 100%;
}
.pdc_page_sec1_col_list_in, .pdc_page_sec1_col_content_in {
    min-height: inherit;
}
.pdc_page_sec1_content_col1{
    padding: 15px 15px 25px;
}
.cta_pnl .newsletter-sec-right{
    display: none;
}
.cta_pnl .newsletter-sec-left {
    width: 100%;
}
.cta_pnl{
    text-align: center;
}
.cta_pnl .newsletter-sec h2 {
    font-size: 24px;
    margin-bottom: 26px;
}
.pdc_page_banner .banner_sec_info h1 span {
    font-size: 20px;
}
.pdc_page_banner .banner_sec_inner{
    bottom: inherit;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pdc_page_banner.banner_sec img {
    max-width: 100%;
}
.pdc_page_banner_img1, .pdc_page_banner_img2 {
    width: 170px;
}
.banner_main_bt_img_in {
    width: 190px;
}
.banner_main_bt_img {
    margin-top: -155px;
}
.banner_main_bt_img_in {
    width: 225px;
}
.banner_main_pnl {
    width: 515px;
    margin: 0 auto;
}

.about_pnl_lt{
    width: 100%;
}
.about_pnl_rt{
    width: 100%;
}
.about_pnl_row:nth-child(even) .about_pnl_lt{
    order: 1;
    padding: 0px;
}
.about_pnl_row:nth-child(even) .about_pnl_rt{
    order: 2;
    padding: 0px;
}
.about_pnl_row{
    flex-direction: column;
}
.about_pnl_lt, .about_pnl_rt {
    padding: 0px;
}

.banner_sec {
    height: 420px;
}














}
 @media (max-width: 575px) {

    .action_col {
        flex-basis: inherit;
        padding: 0px;
    }
    .action_row1 .action_col2 .action_col_in {
        padding-right: 0px;
        padding-top: 0px;
    }
    .action_row {
        margin: 0px;
        display: inherit;
    }
    .action_row2 .action_col {
        width: 100%;
    }
    .action_row3 .action_col2 .action_col_in {
        padding-top: 0px;
    }
    .action_col_in{
        margin-top: 20px;
    }
    .action_pnl{
        padding: 0px 15px;
    }
    .action_row3 .action_col1 .action_col_in {
        padding-left: 0px;
    }
    .action_row3 .action_col2 .action_col_in img{
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    .action_row1 .action_col1 .action_col_in img{
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    .action_pnl::before{
        display: none;
    }
    .footer_top_rt_col1, .footer_top_rt_col2, .footer_top_rt_col3 {
        width: 50%;
        display: inherit;
        float: left;
    }
    .footer_top_rt{
        display: inherit;
    }
    .cleaning_slider_left {
        height: 350px;
    }

    .bookdemoModal_design .btn-close {
        right: -5px;
        top: -5px;
    }
    .bookdemoModal_design .modal-content {
        width: 95%;
        margin: 0 auto;
    }
    .get_box {
        padding: 20px 15px 20px;
    }
    .contact_page_map iframe {
        height: 250px;
    }
    .related-products ul li {
        width: 100%;
    }
    .single-product .woocommerce-tabs ul li a {
        padding: 15px 10px;
    }
    .pdc_rel_in {
        padding: 0px;
    }
    .pdc_rel_carousel.owl-carousel .owl-nav .owl-prev, .pdc_rel_carousel.owl-carousel .owl-nav .owl-next{
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        position: inherit;
        transform: inherit;
        background: var(--btnColor);
        position: relative;
        margin: 0px 5px;
    }
    .pdc_rel_carousel.owl-carousel .owl-nav .owl-prev::before, .pdc_rel_carousel.owl-carousel .owl-nav .owl-next::after{
        background-size: 12px;
        background-position: center;
    }
    .pdc_rel_carousel.owl-theme .owl-nav{
        margin-top: -10px;
    }


    .banner_main_bt_img {
        margin-top: -140px;
    }
    .pdc_page_banner_img1, .pdc_page_banner_img2 {
        width: 140px;
    }
    .banner_main_bt_img {
        margin-top: -130px;
    }
    .banner_main_pnl {
        width: 455px;
        margin: 0 auto;
    }










}
 @media (max-width: 480px) {

    h2 {
        font-size: 24px;
    }
    .cleaning_slider_left img {
        border-radius: 5px 5px 5px 120px;
    }
    .cleaning_slider_left {
        height: 250px;
    }
    .cleaning_slider_left::before {
        width: 40px;
        height: 90px;
        background-size: 40px;
        bottom: -10px;
    }
 
    .cleaning_slider_left {
        height: 280px;
    }
    .footer_menu li {
        margin-bottom: 3px;
    }
    .footer_top_rt_col1, .footer_top_rt_col2, .footer_top_rt_col3 {
        width: 100%;
        left: inherit;
        padding-left: 0px;
    }
    .footer_top_rt h4 {
        margin-bottom: 15px;
    }
    .footer_menu{
        margin-bottom: 25px;
    }

/*-----product-details-------*/

.pdc_sec4_rt ul li {
    flex-basis: 100%;
}
.pdc_sec4_rt ul li {
    margin-bottom: 10px;
}

.robots_box_media img {
    width: 250px;
}
.robots_box_media_link img {
    width: 30px;
}
.robots_box::before {
    border-radius: 5px 5px 200px 5px;
}

/*----------pdc-page------------*/

.pdc_page_sec1_content_row{
    flex-direction: column;
}
.pdc_page_sec1_content_col1 {
    width: 100%;
    text-align: center;
}
.pdc_page_sec1_content_col2 {
    width: 100%;
    right: inherit;
    bottom: inherit;
    position: inherit;
}

.pdc_page_banner_img1, .pdc_page_banner_img2 {
    width: 100px;
}
.banner_main_bt_img_in {
    width: 125px;
}
.banner_main_bt_img {
    margin-top: -90px;
}
.banner_main_pnl {
    width: 295px;
    margin: 0 auto;
}

.banner_sec .banner_sec_info {
        padding: 0px 20px;
    }
.banner_sec .banner_sec_info .btn, .banner_sec .banner_sec_info .btn-white, .banner_sec .banner_sec_info .btn-blue {
        padding: 12px 10px 12px;
        font-size: 12px;
    }
.banner_sec .banner_sec_info .bnr_btn li {
    padding: 0px 5px;
}




}

 