@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

*{
    /*border: 1px solid red;*/
}
body, html {
    height: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
}
.bg{
    background-image: url("../img/pexels-photo-129105.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    z-index: -999;
}
.alig{
    margin-top: 1em;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}
.basicBox{
    width: 130px;
    height: 25px;
    color: #ecf0f1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
}
svg rect, svg path, svg polyline {
    fill: none;
    stroke-width: 3;

}

.box:hover svg rect, .swiggleBox:hover svg path, .checkBox:hover svg polyline {
    stroke: #ecf0f1;
}
/* Basic Box */
svg rect {
    stroke-dasharray: 400, 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
    stroke-width: 4;
    stroke-dasharray: 35, 245;
    stroke-dashoffset: 38;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.active svg rect{
    stroke-width: 4;
    stroke-dasharray: 35, 245;
    stroke-dashoffset: 38;
    stroke: #ecf0f1;
    stroke: #ecf0f1;
}
.xp{
    padding-left: 3em;
}
.nav-list{
    height:0em;
    font-size: 1.5em;
}
.nav-item{
    border-top: 2px solid transparent;
}
.nav-item:hover{
    border: 2px solid #ecf0f1;
}
a{

    color: #ecf0f1;
}
a:hover{
    text-decoration: none;
    color: #ecf0f1;
}
.bafry{
    color: #ecf0f1;
    border: 4px solid #ecf0f1 ;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5em;
    height: 17em;
    margin-top: 4em;
}
.bafry-p{
    color: #ecf0f1;
    border: 4px solid #ecf0f1 ;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5em;
    height: 10em;
    margin-bottom: 2em;
}
.bafry img{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.bafry-p img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.bafry p{
    margin-top: 2.35em;
}
.logo{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}
.slog{
    margin-bottom: 9em;
    background: #ecf0f1;
    color: #122b40;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'PT Sans Narrow', sans-serif;
}
.slog-p{
    margin-top: 0.75em;
    background: #ecf0f1;
    color: #122b40;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'PT Sans Narrow', sans-serif;
}
.eco {
    width: 50%;
    height: 24em;
    max-height: 24em;
    position: relative;
    display: inline-block;
    padding: 1em 5em 1em 1em;
    overflow: hidden;
    color: #000;
}
.eco:after {
    content: '' ;
    position: absolute;
    top: 0; left: 0;
    width: 100%;     height: 50vh;;
    background: #ecf0f1 ;
    -webkit-transform-origin:0 100% ;
    -ms-transform-origin:0 100% ;
    transform-origin:0 100% ;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 0;
}

.eco-back{
    background-image: url("../img/pexels-photo-113338.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    z-index: -999;
}
.eco-text{
    z-index: 2;
    position: absolute;
    margin-top: 4em;
    font-size: 1.8em;
    color: #ecf0f1;
}
.eco-img{
    z-index: 55;
    position: absolute;
    width: 50%;
    margin-left: 3em;
}
.eco-span{
    color: #000;
    z-index: 888;
    position: absolute;
    font-size: 4.1em;
    margin-top: 2em;
    font-weight: 500;
    letter-spacing: 15px;
}
.bgClip-h{
    background:url('../img/pexels-photo-113338.jpeg');
    background-repeat:repeat-x;
    background-position:0 0;
    font-weight: 500;
    letter-spacing: 7px;
    text-transform:uppercase;
    text-align:center;
    font-family:'Luckiest Guy';
    color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    margin:0;

}
.bgClip {
    background:url('../img/pexels-photo-113338.jpeg');
    background-repeat:repeat-x;
    background-position:0 0;
    font-size:0.8em;
    font-weight: 500;
    letter-spacing:-5px;
    text-transform:uppercase;
    text-align:center;
    font-family:'Luckiest Guy';
    color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    margin:0;
    /*
    -webkit-animation:BackgroundAnimated 15s linear infinite;
    -moz-animation:BackgroundAnimated 15s linear infinite;
    -ms-animation:BackgroundAnimated 15s linear infinite;
    -o-animation:BackgroundAnimated 15s linear infinite;
    animation:BackgroundAnimated 15s linear infinite;
    */
}
/*
@keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
@-webkit-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
@-ms-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
to {
    background-position:100% 0
}
}
@-moz-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
*/




.board {
    height: 50vh;
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 1em 5em 1em 1em;
    overflow: hidden;
    color: #ecf0f1;
}
.board:after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;     height: 50vh;;
    background: #ecf0f1;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(45deg);
    z-index: 1;
}
.board-back{
    background-image: url("../img/pexels-photo-213875.jpeg ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    z-index: -999;

}
.board-text{
    color: #ecf0f1;
    z-index: 2;
    position: absolute;
    margin-top: 5em;
    font-size: 1.8em;
    margin-left: 1.8em;
}
.board-span{
    margin-left: 4em;
    /*
    -webkit-animation:BackgroundAnimated 15s linear infinite;
    -moz-animation:BackgroundAnimated 15s linear infinite;
    -ms-animation:BackgroundAnimated 15s linear infinite;
    -o-animation:BackgroundAnimated 15s linear infinite;
    animation:BackgroundAnimated 15s linear infinite;
    */
}
.experience{
    height: 100vh;
    padding: 0;
}
.experience-img{
    background-image: url("../img/suit-1.png") ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
}
.experience-txt{
    background: #ecf0f1;
    height: 50%;
}
.hygiene{
    height: 100vh;
    padding: 0;
}
.hygiene-img{
    background-image: url("../img/hy.png") ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;

}
.hygiene-txt{
    background: #ecf0f1;
    height: 50vh;
}
.certified{
    height: 100vh;
    padding: 0;
}
.certified-img {
    background-image: url("../img/certified.png") ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}
.certified-txt{
    background: #ecf0f1;
    height: 50vh;
}
.worldwide{
    height: 100vh;
    padding: 0;
}
.worldwide-img{
    background-image: url("../img/pexels-photo-269790.jpeg") ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

.worldwide-txt{
    background: #ecf0f1;
    height: 50vh;
}
.scale{
    bottom: 0;
    width: 70%;
    height: 20%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7em;
    padding-top: 4em;

}
.bold{
    font-weight:bold;
}


.field-app{
    background-image: url("../img/pexels-photo-254179.jpeg") ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.app{
    margin-top: 3em;
    color: #ecf0f1;
}
.field{
    width: 90%;
    height: 70em;
    margin-left: 5%;
    margin-bottom: 15em;
    z-index: 5;
}
.app-head{
    color: #ecf0f1;
    font-weight: 900;
    font-size: 1.1em;
}
.app-head h2{
    margin-top: 0.9em;
}
.applications{
    margin-top: 3em;
    height: 7em;
    border: 4px solid #ecf0f1;
}


.container-x {
    position: relative;
}
.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #ecf0f1;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}
.container-x:hover .overlay {
    bottom: 0;
    height: 100%;
}

.text {
    whitewhite-space: nowrap;
    color: #000;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 0.8;
}




.footer {
    background-image: url("../img/pexels-photo-105234.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    z-index: -999;
}
.info{
    position: relative;
    background: #ecf0f1;
    height: 33em;
    margin-top: 6em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.info-c{
    position: relative;
    background: #ecf0f1;
    height: 33em;
    margin-top: 4em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contacts{
    background: #2C363F;
    height: 33em;
    color: #ecf0f1;
}
.map{
    padding: 0;
}
.footer-header{
    margin-top: 1em;
    font-size: large;
}
.footer-content{
    margin-top: 2em;
    line-height: 2;
}
.main {
    background: #2F2F2F;
    height: 33em;
    color: #ecf0f1;
}

i{
    padding-left: 1em;
}





.draw-border {
    color: #58afd1;
    -webkit-transition: color 0.25s 0.08333s;
    transition: color 0.25s 0.08333s;
    position: relative;
}
.draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;

}
.draw-border::before {
    border-bottom-width: 4px;
    border-left-width: 4px;
}
.draw-border::after {
    border-top-width: 4px;
    border-right-width: 4px;
}
.draw-border:hover {
    color: #ffe593;
}
.draw-border:hover::before, .draw-border:hover::after {
    border-color: #ffe593;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}
.draw-border:hover::before {
    -webkit-transition-delay: 0s, 0s, 0.25s;
    transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
    -webkit-transition-delay: 0s, 0.25s, 0s;
    transition-delay: 0s, 0.25s, 0s;
}
.btn{
    color: #ecf0f1;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    font: 500 1.8rem 'Roboto Slab', sans-serif;
    padding: 1em;
    letter-spacing: 0.3rem;
}
.btn:focus {
    outline: 2px dotted #55d7dc;
}
.category{
    margin-top: 5em;
}
.categories{
    margin-top: 10em;
}
.watermark{
    margin-left: -1em;
    margin-top: 33em;
    position: absolute;
    opacity: 0.15;
    width: 40%;
}
.watermark-right{
    margin-left: 27em;
    margin-top: 33em;
    position: absolute;
    opacity: 0.15;
    width: 40%;
}
.watermark-tools{
    position: absolute;
    right: 1em;
    opacity: 0.1;
    width: 40%;

}

.disinfectant{
    height: 100vh;
    background: #769FB6;
}
.pre-disinfectant{
    height: 100vh;
    background: #769FB6;
}
.removers{
    height: 100vh;
    background: #769FB6;
}
.hand-care{
    height: 100vh;
    background: #769FB6;
}
.detergents{
    height: 100vh;
    background: #769FB6;
}
.carrier{
    height: 100vh;
    background: #769FB6 ;
}
.dis-info{
    position: relative;
}
.dis-back{
    background: #F0F2A6;
    height: 100%;
}
.pre-back{
    background: #F0F2A6;
    height: 100%;
}
.grid{
    margin-top: 4em;
}
.top-left{
    height: 18em;
    border-right: 1px dotted #769FB6;
    border-bottom: 1px dotted #769FB6;
}
.top-right{
    height: 18em;
    border-bottom: 1px dotted #769FB6;
}
.bottom-left{
    height: 18em;
    border-right: 1px dotted #769FB6;
}
.bottom-right{
    height: 18em;
}
.product-title{
    font-size: 2em;
}
.product-p{
    font-size: 1.3em;
    margin-top: 1.5em;
}
.product-p-anti{
    font-size: 1.3em;
    margin-top: 3.7em;
}
.custom{
    font-size: 1.3em;
}
.custom-h{
    font-size: 5em;
}
.head-p{
    font-size: 1.4em;
    margin-left: 3em;
}
.bafry-p{
    color: #ecf0f1;
    border: 4px solid #ecf0f1 ;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5em;
    height: 10em;
    margin-top: 4em;
}
.bafry-t{
    color: #ecf0f1;
    border: 4px solid #ecf0f1 ;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5em;
    height: 10em;
    margin-top: 8em;
}
.tools{
    height: 70em;
    z-index: -999;
    color: #2F2F2F;
}
.tool1{
    color: #2F2F2F;
    position: relative;
    height: 25em;
    margin-top: 2em;

}
.marg{
    margin-top: 6em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.margf{
    margin-top: 6em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.marg4{

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.margt{
    margin-top: 3.3em;
}
.tool2{
    position: relative;
    height: 25em;
    margin-top: 2em;
}
.tool3{
    height: 25em;
    margin-top: 2em;
}
.tool4{
    height: 25em;
    margin-top: 10em;
}
.tool5{
    position: relative;
    height: 25em;
    margin-top: 10em;
}
.tool-p{
    display: none;
    position: absolute;
    height: 8em;
    bottom: 4em;
    font-size: 1.4em;
}
.myClass{
    display: block;
    position: absolute;
    height: 8em;
    bottom: 4em;
    font-size: 1.4em;
}
.scroll{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7em
}
.study-scroll{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7em
}
.scroll a{
    z-index: 2;
    color: #ecf0f1;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;

}
.study-scroll a{
    z-index: 2;
    color: #ecf0f1;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.scroll a:hover {
    opacity: 0.5;
}
.study-scroll a:hover {
    opacity: 0.5;
}


.scroll a span {
    position: absolute;
    top: 7.3em;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    padding-top: 1em;
    border-left: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.study-scroll a span {
    position: absolute;
    top: 7.8em;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    padding-top: 1em;
    border-left: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

input, textarea {
    border: none;
    outline: none;
    background: none;
}

.cont {
    overflow: hidden;
    position: relative;
    height: 33em;
    background: #2C363F;
}

.form {
    position: relative;
    height: 100%;
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

h2 {
    width: 100%;
    font-size: 26px;
    text-align: center;
}

input, textarea {
}
.button {
    background-color: transparent;
    border-bottom: 1px solid #cfcfcf;
    color: #ecf0f1;
    padding: 10px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.4em;
    margin-top: 1em;
}
.button-s{
    background-color: transparent;
    border-bottom: 1px solid #cfcfcf;
    color: #ecf0f1;
    padding: 10px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.4em;
    margin-top: 0.3em;
}
.table-footer i{
    margin-right: 0.9em;
}

p.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px ;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px;
    font-size: 1.4em;
}
/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active, p.accordion:hover {
    background-color: #ddd;
}
/* Unicode character for "plus" sign (+) */
p.accordion:after {
    content: '\2795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
/* Unicode character for "minus" sign (-) */
p.accordion.active:after {
    content: "\2796";
}
/* Style the element that is used for the panel class */
div.panelf {
    padding: 0 18px;
    background-color: #ecf0f1;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom:10px;
    font-size: 1.2em;
}
div.panelf.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
.faq{
    height: 95em;
}
.faq h1{
    margin-top: 2em;
    margin-bottom: 2em;
}
.study-header{
    color: #ecf0f1;
}
.pinfo h3{
    color: #244878;
    font-weight: bold;
    margin-top: 2em;
    text-align: center;
}
.pinfo h4{
    color: #244878;

}
.pinfo h5{
    color: #244878;
}
.pinfo p{
    text-align: justify;

}
.pinfo span{
    font-weight: bold;
}
.pinfo{
    font-size: 1.4em;
}
.pr{
    cursor: pointer;
    transition: .7s ease;
}
.pr:hover{
    background: whitesmoke;
}
.pro{
    color: #ecf0f1
}
.login{
    background-image: url("../img/pexels-photo-129105.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    color: white;
}
.panel-body{
}
.btns{
    background:#6B9DBB;
}
.bafry-a{
    color: #ecf0f1;
    border: 4px solid #ecf0f1 ;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5em;
    height: 20em;
    margin-top: 4em;
}
.bafry-a img{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}


.btnc{
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}
.btnc:hover {
    text-decoration: none;
}
.btns{
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    height: 4em;
}
.btns:hover{
    text-decoration: none;
}
.btnlog{
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 4em;
    background:#6B9DBB;
}
.btnlog:hover{
    text-decoration: none;
}
.study{
    font-size: 1.1em;
}
.btn-5 {
    background: transparent;
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}
.input{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0.5px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 255);
    text-align: center;
}

.inputs{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 1.5em;
    margin-bottom: 2em;
    padding-bottom: 1px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 255);
    text-align: center;
}
.img-table{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.dose-img{
    width: 50%;
    margin-left: 23%;
}
.gmap{
    width: 100%;
    height: 33em;
}
.gmapc{
    width: 585px;
    height: 33em;
}
@media only screen and (max-width: 320px){
    .bg{
        background-image: url("../img/pexels-photo-129105.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 39em;
        z-index: -999;
    }
    .alig{
        margin-top: 0em;
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
    .basicBox{
        margin-top: 0em;
        width: 130px;
        height: 10px;
        color: #ecf0f1;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

    svg {
        display: none;
    }
    .footer {
        background-image: url("../img/pexels-photo-105234.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 0;
        z-index: -999;
    }
    .info{
        position: relative;
        background: #ecf0f1;
        height: 25em;
    }
    .contacts{
        background: #2C363F;
        height: 33em;
        color: #ecf0f1;
    }
    .map{
        padding: 0;
    }
    .footer-header{
        margin-top: -5em;
        font-size: large;
    }
    .footer-content{
        margin-top: 2em;
        line-height: 2;
    }
    .main {
        background: #2F2F2F;
        height: 33em;
        color: #ecf0f1;
    }

    i{
        padding-left: 1em;
    }

    .bafry{
        color: #ecf0f1;
        border: 4px solid #ecf0f1 ;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 1em;
        height: 26em;
        margin-top: 1em;
    }
    .bafry img{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .slog{
        margin-bottom: 9em;
        background: #ecf0f1;
        color: #122b40;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'PT Sans Narrow', sans-serif;
    }
    .eco {
        width: 50%;
        height: 16em;
        max-height: 24em;
        position: relative;
        display: inline-block;
        overflow: hidden;
        color: #000;
    }
    .eco:after {
        content: '' ;
        position: absolute;
        top: 0; left: 0;
        width: 50vw;     height: 16em;;
        background: #ecf0f1 ;
        -webkit-transform-origin:0 100% ;
        -ms-transform-origin:0 100% ;
        transform-origin:0 100% ;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        z-index: 0;
    }

    .eco-back{
        background-image: url("../img/pexels-photo-113338.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 16em;
        z-index: -999;
    }

    .eco-text{
        z-index: 2;
        position: absolute;
        margin-top: 3em;
        margin-left: 50vw;
        font-size: 1em;
        color: #ecf0f1;
    }
    .eco-img{
        z-index: 55;
        position: absolute;
        width: 50%;
        margin-left: 3em;
    }
    .eco-span{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        z-index: 888;
        font-size: 1.8em;
        margin-top: 3em;
        font-weight: 500;
    }
    .bgClip-h{
        background:url("../img/pexels-photo-113338.jpeg");
        background-repeat:repeat-x;
        background-position:0 0;
        font-weight: 500;
        letter-spacing: 7px;
        text-transform:uppercase;
        text-align:center;
        font-family:'Luckiest Guy';
        color:transparent;
        -webkit-font-smoothing:antialiased;
        -webkit-background-clip:text;
        -moz-background-clip:text;
        background-clip:text;
        -webkit-text-fill-color:transparent;
        margin:0;
        letter-spacing: 0;
    }
    .board {
        height: 16em;
        width: 50%;
        position: relative;
        display: inline-block;
        color: #ecf0f1;
    }
    .board:after {
        position: absolute;
        width: 50vw;     height: 16em;;
        background: #ecf0f1;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        z-index: 1;
    }
    .board-back{
        background-image: url("../img/pexels-photo-213812.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 16em;
        z-index: -999;

    }
    .board-text{
        z-index: 2;
        position: absolute;
        margin-top: 0;
        margin-right: 50vw;
        margin-left: 1vw;
        font-size: 1em;
        color: #ecf0f1;
    }
    .experience{
        height: 70vh;
        padding: 0;
        position: relative;
    }
    .experience-img{
        background-image: url("../img/suit-1.png") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }
    .experience-txt{
        background: #ecf0f1;
        height: 50%;
        position: absolute;
        top:50%;
    }
    .hygiene{
        height: 70vh;
        padding: 0;
    }
    .hygiene-img{
        background-image: url("../img/hy.png") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;

    }
    .hygiene-txt{
        background: #ecf0f1;
        height: 50%;
    }
    .certified{
        height: 70vh;
        padding: 0;
        position: relative;
    }
    .certified-img {
        background-image: url("../img/certified.png") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }
    .certified-txt{
        background: #ecf0f1;
        height: 50%;
        position: absolute;
        top: 50%;
    }
    .worldwide{
        height: 70vh;
        padding: 0;
    }
    .worldwide-img{
        background-image: url("../img/pexels-photo-269790.jpeg") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }

    .worldwide-txt{
        background: #ecf0f1;
        height: 50%;
    }
    .scale{
        bottom: 0;
        width: 70%;
        height: 20%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.7em;
        padding-top: 2.5em;
    }
}
@media only screen and (max-width: 360px) and (min-width: 320px){
    .bg{
        background-image: url("../img/pexels-photo-129105.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 39em;
        z-index: -999;
    }
    .alig{
        margin-top: 0em;
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
    .basicBox{
        margin-top: 0em;
        width: 130px;
        height: 10px;
        color: #ecf0f1;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

    svg {
        display: none;
    }
    .footer {
        background-image: url("../img/pexels-photo-105234.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 0;
        z-index: -999;
    }
    .info{
        position: relative;
        background: #ecf0f1;
        height: 25em;
    }
    .contacts{
        background: #2C363F;
        height: 33em;
        color: #ecf0f1;
    }
    .map{
        padding: 0;
    }
    .footer-header{
        margin-top: -5em;
        font-size: large;
    }
    .footer-content{
        margin-top: 2em;
        line-height: 2;
    }
    .main {
        background: #2F2F2F;
        height: 33em;
        color: #ecf0f1;
    }

    i{
        padding-left: 1em;
    }

    .bafry{
        color: #ecf0f1;
        border: 4px solid #ecf0f1 ;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 1em;
        height: 26em;
        margin-top: 1em;
    }
    .bafry img{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .slog{
        margin-bottom: 9em;
        background: #ecf0f1;
        color: #122b40;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'PT Sans Narrow', sans-serif;
    }

    .eco {
        width: 50%;
        height: 16em;
        max-height: 24em;
        position: relative;
        display: inline-block;
        overflow: hidden;
        color: #000;
    }
    .eco:after {
        content: '' ;
        position: absolute;
        top: 0; left: 0;
        width: 50vw;     height: 16em;;
        background: #ecf0f1 ;
        -webkit-transform-origin:0 100% ;
        -ms-transform-origin:0 100% ;
        transform-origin:0 100% ;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        z-index: 0;
    }

    .eco-back{
        background-image: url("../img/pexels-photo-113338.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 16em;
        z-index: -999;
    }

    .eco-text{
        z-index: 2;
        position: absolute;
        margin-top: 4em;
        margin-left: 50vw;
        font-size: 1em;
        color: #ecf0f1;
    }
    .eco-img{
        z-index: 55;
        position: absolute;
        width: 50%;
        margin-left: 3em;
    }
    .eco-span{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        z-index: 888;
        font-size: 1.8em;
        margin-top: 3em;
        font-weight: 500;
    }
    .bgClip-h{
        background:url("../img/pexels-photo-113338.jpeg");
        background-repeat:repeat-x;
        background-position:0 0;
        font-weight: 500;
        letter-spacing: 7px;
        text-transform:uppercase;
        text-align:center;
        font-family:'Luckiest Guy';
        color:transparent;
        -webkit-font-smoothing:antialiased;
        -webkit-background-clip:text;
        -moz-background-clip:text;
        background-clip:text;
        -webkit-text-fill-color:transparent;
        margin:0;
        letter-spacing: 0;
    }
    .board {
        height: 16em;
        width: 50%;
        position: relative;
        display: inline-block;
        color: #ecf0f1;
    }
    .board:after {
        position: absolute;
        width: 50vw;     height: 16em;;
        background: #ecf0f1;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        z-index: 1;
    }
    .board-back{
        background-image: url("../img/pexels-photo-213812.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 16em;
        z-index: -999;

    }
    .board-text{
        z-index: 2;
        position: absolute;
        margin-top: 2em;
        margin-right: 50vw;
        margin-left: 1vw;
        font-size: 1em;
        color: #ecf0f1;
    }
    .experience{
        height: 70vh;
        padding: 0;
        position: relative;
    }
    .experience-img{
        background-image: url("../img/suit-1.png") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }
    .experience-txt{
        background: #ecf0f1;
        height: 50%;
        position: absolute;
        top:50%;
    }
    .hygiene{
        height: 70vh;
        padding: 0;
    }
    .hygiene-img{
        background-image: url("../img/hy.png") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;

    }
    .hygiene-txt{
        background: #ecf0f1;
        height: 50%;
    }
    .certified{
        height: 70vh;
        padding: 0;
        position: relative;
    }
    .certified-img {
        background-image: url("../img/certified.png") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }
    .certified-txt{
        background: #ecf0f1;
        height: 50%;
        position: absolute;
        top: 50%;
    }
    .worldwide{
        height: 70vh;
        padding: 0;
    }
    .worldwide-img{
        background-image: url("../img/pexels-photo-269790.jpeg") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }

    .worldwide-txt{
        background: #ecf0f1;
        height: 50%;
    }
    .scale{
        bottom: 0;
        width: 70%;
        height: 20%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.7em;
        padding-top: 2.5em;
    }
}
@media only screen and (max-width: 480px) and (min-width: 360px){
    .bg{
        background-image: url("../img/pexels-photo-129105.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 39em;
        z-index: -999;
    }
    .alig{
        margin-top: 0em;
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
    .basicBox{
        margin-top: 0em;
        width: 130px;
        height: 10px;
        color: #ecf0f1;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

    svg {
        display: none;
    }
    .footer {
        background-image: url("../img/pexels-photo-105234.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 0;
        z-index: -999;
    }
    .info{
        position: relative;
        background: #ecf0f1;
        height: 25em;
    }
    .contacts{
        background: #2C363F;
        height: 33em;
        color: #ecf0f1;
    }
    .map{
        padding: 0;
    }
    .footer-header{
        margin-top: -5em;
        font-size: large;
    }
    .footer-content{
        margin-top: 2em;
        line-height: 2;
    }
    .main {
        background: #2F2F2F;
        height: 33em;
        color: #ecf0f1;
    }

    i{
        padding-left: 1em;
    }

    .bafry{
        color: #ecf0f1;
        border: 4px solid #ecf0f1 ;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 1em;
        height: 26em;
        margin-top: 1em;
    }
    .bafry img{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .slog{
        margin-bottom: 9em;
        background: #ecf0f1;
        color: #122b40;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'PT Sans Narrow', sans-serif;
    }

    .eco {
        width: 50%;
        height: 16em;
        max-height: 24em;
        position: relative;
        display: inline-block;
        overflow: hidden;
        color: #000;
    }
    .eco:after {
        content: '' ;
        position: absolute;
        top: 0; left: 0;
        width: 50vw;     height: 16em;;
        background: #ecf0f1 ;
        -webkit-transform-origin:0 100% ;
        -ms-transform-origin:0 100% ;
        transform-origin:0 100% ;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        z-index: 0;
    }

    .eco-back{
        background-image: url("../img/pexels-photo-113338.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 16em;
        z-index: -999;
    }

    .eco-text{
        z-index: 2;
        position: absolute;
        margin-top: 4em;
        margin-left: 50vw;
        font-size: 1em;
        color: #ecf0f1;
    }
    .eco-img{
        z-index: 55;
        position: absolute;
        width: 50%;
        margin-left: 3em;
    }
    .eco-span{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        z-index: 888;
        font-size: 1.8em;
        margin-top: 3em;
        font-weight: 500;
    }
    .bgClip-h{
        background:url("../img/pexels-photo-113338.jpeg");
        background-repeat:repeat-x;
        background-position:0 0;
        font-weight: 500;
        letter-spacing: 7px;
        text-transform:uppercase;
        text-align:center;
        font-family:'Luckiest Guy';
        color:transparent;
        -webkit-font-smoothing:antialiased;
        -webkit-background-clip:text;
        -moz-background-clip:text;
        background-clip:text;
        -webkit-text-fill-color:transparent;
        margin:0;
        letter-spacing: 0;
    }
    .board {
        height: 16em;
        width: 50%;
        position: relative;
        display: inline-block;
        color: #ecf0f1;
    }
    .board:after {
        position: absolute;
        width: 50vw;     height: 16em;;
        background: #ecf0f1;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        z-index: 1;
    }
    .board-back{
        background-image: url("../img/pexels-photo-213812.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 16em;
        z-index: -999;

    }
    .board-text{
        z-index: 2;
        position: absolute;
        margin-top: 3em;
        margin-right: 50vw;
        margin-left: 1vw;
        font-size: 1em;
        color: #ecf0f1;
    }
    .experience{
        height: 70vh;
        padding: 0;
        position: relative;
    }
    .experience-img{
        background-image: url("../img/suit-1.png") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }
    .experience-txt{
        background: #ecf0f1;
        height: 50%;
        position: absolute;
        top:50%;
    }
    .hygiene{
        height: 70vh;
        padding: 0;
    }
    .hygiene-img{
        background-image: url("../img/hy.png") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;

    }
    .hygiene-txt{
        background: #ecf0f1;
        height: 50%;
    }
    .certified{
        height: 70vh;
        padding: 0;
        position: relative;
    }
    .certified-img {
        background-image: url("../img/certified.png") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }
    .certified-txt{
        background: #ecf0f1;
        height: 50%;
        position: absolute;
        top: 50%;
    }
    .worldwide{
        height: 70vh;
        padding: 0;
    }
    .worldwide-img{
        background-image: url("../img/pexels-photo-269790.jpeg") ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }

    .worldwide-txt{
        background: #ecf0f1;
        height: 50%;
    }
    .scale{
        bottom: 0;
        width: 70%;
        height: 20%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.7em;
        padding-top: 2.5em;
    }
}

@media only screen and (max-width: 360px){
    .bafry-p{
        color: #ecf0f1;
        border: 4px solid #ecf0f1 ;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 0.9em;
        height: 5em;
        margin-bottom: 2em;
    }
    .bafry-p img{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .slog-p{
        margin-top: 2em;
        background: #ecf0f1;
        color: #122b40;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'PT Sans Narrow', sans-serif;
    }
    .draw-border {
        color: #58afd1;
        -webkit-transition: color 0.25s 0.08333s;
        transition: color 0.25s 0.08333s;
        position: relative;

    }
    .draw-border::before, .draw-border::after {
        border: 0 solid transparent;
        box-sizing: border-box;
        content: '';
        pointer-events: none;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        right: 0;
        display: none;
    }
    .draw-border::before {
        border-bottom-width: 4px;
        border-left-width: 4px;
    }
    .draw-border::after {
        border-top-width: 4px;
        border-right-width: 4px;
    }
    .draw-border:hover {
        color: #ffe593;
    }
    .draw-border:hover::before, .draw-border:hover::after {
        border-color: #ffe593;
        -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
        transition: border-color 0s, width 0.25s, height 0.25s;
        width: 100%;
        height: 100%;
    }
    .draw-border:hover::before {
        -webkit-transition-delay: 0s, 0s, 0.25s;
        transition-delay: 0s, 0s, 0.25s;
    }
    .draw-border:hover::after {
        -webkit-transition-delay: 0s, 0.25s, 0s;
        transition-delay: 0s, 0.25s, 0s;
    }
    .btn{
        color: #ecf0f1;
        background: none;
        border: none;
        cursor: pointer;
        line-height: 1.5;
        font: 500 1.8rem 'Roboto Slab', sans-serif;
        padding: 0;
        letter-spacing: 0.3rem;
        transform: scale(0.7);
        width:50%;
        text-align: center;
    }
    .btn:focus {
        outline: 2px dotted #55d7dc;
    }

    .disinfectant{
        height: 20em;
        background: #769FB6;
    }
    .pre-disinfectant{
        height: 20em;
        background: #769FB6;
    }
    .removers{
        height: 20em;
        background: #769FB6;
    }
    .hand-care{
        height: 20em;
        background: #769FB6;
    }
    .detergents{
        height: 20em;
        background: #769FB6;
    }
    .carrier{
        height: 20em;
        background: #769FB6 ;
    }
    .dis-info{
        position: relative;
    }
    .dis-back{
        background: #F0F2A6;
        height: 20em;
    }
    .pre-back{
        background: #F0F2A6;
        height: 100%;
    }
    .grid{
        margin-top: 4em;
    }
    .top-left{
        height: 7em;
        border-right: 1px dotted #769FB6;
        border-bottom: 1px dotted #769FB6;
    }
    .top-right{
        height: 7em;
        border-bottom: 1px dotted #769FB6;
    }
    .bottom-left{
        height: 7em;
        border-right: 1px dotted #769FB6;
    }
    .bottom-right{
        height: 7em;
    }
    .product-title{
        font-size: 1em;
    }
    .product-p{
        font-size: 1.3em;
        margin-top: 1.5em;
        display: none;
    }
    .product-p-anti{
        font-size: 1.3em;
        margin-top: 3.7em;
        display: none;
    }
    .custom{
        font-size: 1.3em;
        display: none;
    }
    .custom-h{
        font-size: 1.5em;
        letter-spacing: normal;
    }
    .head-p{
        font-size: 1.4em;
        margin-left: 3em;
    }
    .olgo{
        margin-left: -1.8em;
    }
}
@media only screen and (max-width: 480px)and (min-width: 360px){
    .bafry-p{
        color: #ecf0f1;
        border: 4px solid #ecf0f1 ;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 1.5em;
        height: 7em;
        margin-bottom: 5em;
    }
    .bafry-p img{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .slog-p{
        margin-top: 1.8em;
        background: #ecf0f1;
        color: #122b40;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'PT Sans Narrow', sans-serif;
    }
    .draw-border {
        color: #58afd1;
        -webkit-transition: color 0.25s 0.08333s;
        transition: color 0.25s 0.08333s;
        position: relative;

    }
    .draw-border::before, .draw-border::after {
        border: 0 solid transparent;
        box-sizing: border-box;
        content: '';
        pointer-events: none;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        right: 0;
        display: none;
    }
    .draw-border::before {
        border-bottom-width: 4px;
        border-left-width: 4px;
    }
    .draw-border::after {
        border-top-width: 4px;
        border-right-width: 4px;
    }
    .draw-border:hover {
        color: #ffe593;
    }
    .draw-border:hover::before, .draw-border:hover::after {
        border-color: #ffe593;
        -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
        transition: border-color 0s, width 0.25s, height 0.25s;
        width: 100%;
        height: 100%;
    }
    .draw-border:hover::before {
        -webkit-transition-delay: 0s, 0s, 0.25s;
        transition-delay: 0s, 0s, 0.25s;
    }
    .draw-border:hover::after {
        -webkit-transition-delay: 0s, 0.25s, 0s;
        transition-delay: 0s, 0.25s, 0s;
    }
    .btn{
        color: #ecf0f1;
        background: none;
        border: none;
        cursor: pointer;
        line-height: 1.5;
        font: 500 1.8rem 'Roboto Slab', sans-serif;
        padding: 0;
        letter-spacing: 0.3rem;
        transform: scale(0.7);
        width:50%;
        margin-left: -3em;
    }
    .btn:focus {
        outline: 2px dotted #55d7dc;
    }

    .disinfectant{
        height: 20em;
        background: #769FB6;
    }
    .pre-disinfectant{
        height: 20em;
        background: #769FB6;
    }
    .removers{
        height: 20em;
        background: #769FB6;
    }
    .hand-care{
        height: 20em;
        background: #769FB6;
    }
    .detergents{
        height: 20em;
        background: #769FB6;
    }
    .carrier{
        height: 20em;
        background: #769FB6 ;
    }
    .dis-info{
        position: relative;
    }
    .dis-back{
        background: #F0F2A6;
        height: 20em;
    }
    .pre-back{
        background: #F0F2A6;
        height: 100%;
    }
    .grid{
        margin-top: 4em;
    }
    .top-left{
        height: 7em;
        border-right: 1px dotted #769FB6;
        border-bottom: 1px dotted #769FB6;
    }
    .top-right{
        height: 7em;
        border-bottom: 1px dotted #769FB6;
    }
    .bottom-left{
        height: 7em;
        border-right: 1px dotted #769FB6;
    }
    .bottom-right{
        height: 7em;
    }
    .product-title{
        font-size: 1em;
    }
    .product-p{
        font-size: 1.3em;
        margin-top: 1.5em;
        display: none;
    }
    .product-p-anti{
        font-size: 1.3em;
        margin-top: 3.7em;
        display: none;
    }
    .custom{
        font-size: 1.3em;
        display: none;
    }
    .custom-h{
        font-size: 1.5em;
        letter-spacing: normal;
    }
    .head-p{
        font-size: 1.4em;
        margin-left: 3em;
    }
    .olgo{
        margin-left: -1.5em;
    }

}