/* Enter Your Custom CSS Here */
body{
  	max-width: 1440px;
  margin: auto;
}
/************** LOGO *************/
a.custom-logo-link{
  	float: left;
  margin-right: 10px;
  width: 90px;
}
.site-description{
  float: none;
}
.site-title-wrapper{
  	width: 500px;
}
.site-title{
  	margin-top: 20px;
}
/**************Home page***********/
#post-19, #post-58, #content, #post-107,#post-144,#post-148, .widget{
  	padding: 0px;
  margin: 0px;
}
.hero{
  	display: none;
}
.heroImage{
  width: 100%; max-width: 1440px; height: 65vh; background-color: ; margin: auto;
  background-image: url("wp-content/uploads/2020/03/newBuildingPicture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  animation: slowbounceY 30s infinite linear, slowbounceX 38s infinite linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes slowbounceX{
  0%{background-position-y: 0%; }
  50%{background-position-y: 100%; }
  100%{background-position-y: 0%;}
}
@keyframes slowbounceY{
  0%{background-position-x: 0%; }
  50%{background-position-x: 100%; }
  100%{background-position-x: 0%; }
}
.heroImage p{
     font-family: lucidaSans;
    font-size: 25px;
    width: 500px;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    line-height: 2;
    color: #4a1414;
    background: rgba(226, 227, 234, 0.63);
}
heroImage div.SecondLogo{
  	background: unset;
  justify-content: flex-start;
  
}
@font-face{
  	font-family: "lucidaSans";
  src: url("wp-content/uploads/2017/06/lucidaSans.ttf");
}
#homeBoxes div{
   width: 250px;
    margin: 10px;
    height: 400px;
    background: #252475;
    text-align: center;
    padding: 25px 15px;
    border-radius: 23px;
 	float: left;
  transition: transform 0.25s;
}
#homeBoxes div:hover{
       transform: scale(0.9);
	background: #a61b86;
}
.fa-5x{
  	font-size: 126px !important;
}
.fa{
  	color: white;
}
#menu-menu-main a:hover{
  	background: #a02185 !important;
}
#homeBoxes span{
  	font-size: 22px;
    padding-top: 10px;
    display: inherit;
}
#homeBoxes p{
  	    color: white;
    font-size: 22px;
    padding-top: 10px;
}
#goodBYE p{
  	text-align: center;
  font-size: 22px;
}
#goodBYE img{
  	    width: 100%;
    max-width: 500px;
    height: 567px;
}
#homeBoxes a{
  	color: #34ccf3;
}
#homeBoxes a:hover{
  	color: white;
}

/**************** PRODUCTS PAGE *****************/
.heroProducts{
  	background-image:url("wp-content/uploads/2017/06/cylinderss.jpg");
}
/* */
div.outerProduct{
  	    margin: 30px 15px 30px 15px;
    padding: 10px;
    display: inline-block;
    border: 1px solid black;
    float: left;  
    max-width: 90%;
}
div.outerProduct figure{
  	    width: 260px;
    max-width: 100%;
 /*   float: left;   */
  margin: 2px;
}
div.outerProduct img{
  width: 90%;
}

div.outerProduct div{
 /*   float: left;    */
  margin: 2px;
    max-width: 100%;
}
/***********************Contact US******************/
.heroContactUs{
  	background-image: url("wp-content/uploads/2017/06/contactUs.jpg");
}
fieldset#officeAddress, fieldset#factorAddress{
      max-width: 300px;
  width: 100%;
    margin: 10px auto;
}
fieldset p.addressParagraph{
  	line-height: 1.3;
}
div.widthAdjuster{
  	width: 50%;
  max-width: 720px;
  float: left;
}
input:not([type='submit']) , textarea{
   background-color: white !important;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25) inset;
    border: 1px solid rgba(0, 0, 0, 0.33) !important;
}
#contactForm{
  	width: 90%;
  max-width: 500px;
  margin: auto;
}
[type='submit']{
      background-color: #d4cece !important;
    padding: 15px !important;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.55);
    border-radius: 10px;
}
/*******************ABOUT US******************/
.heroAboutUs{
  	background-image: url("wp-content/uploads/2020/03/aboutUs.jpg");
}
#aboutUs p{
  	padding: 10px 100px;
  text-align: justify;
}
#aboutUs h2{
  	text-align: center;
}
/****************INSTRUCTIONS******************/
.heroInstructions{
  	background-image: url("wp-content/uploads/2020/03/plantt.jpg");
}
.firstInstruction{
      margin: auto;
    padding: 5px;
    background-color: rgba(251, 251, 25, 0.44);
    width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.firstInstructionDiv{
  	    width: 100%;
    max-width: 1100px;
    margin: auto;
  display: flex;
  flex-flow: row wrap;
  padding: 40px 0;
}
.firstInstructionDiv figure:first-child{
  	flex: 1 1 auto;
  min-width: 200px;
  margin:0;
  text-align: center;
}
.firstInstructionDiv div:first-of-type{
      flex: 1 1 auto;
  min-width: 200px;
  max-width: 250px;
  text-align: center;
  align-self: center;
	}
.firstInstructionDiv figure:last-of-type{
  	flex: 1 1 auto;
  min-width: 200px;
  margin: 0;
  text-align: center;
}
.firstInstructionDiv div:last-child{
      flex: 1 1 auto;
  		min-width: 200px;
  max-width: 250px;
  text-align: center;
    align-self: center;
}
#handlingBox div{
  	    float: left;
    text-align: left;
    padding: 10px;
}
#handlingBox img{
  	    float: left;
    width: 139px;
}
#handlingBox ul{
  	    list-style: disc;
    list-style-type: disc;
    margin-left: 35px;
}
#accessories div{
text-align: justify;
    width: 223px;
    float: left;
}
#accessories img{
  display: block;
    margin: 0 auto;
}
#accessories p{
  	    line-height: 1;
    text-align: center;
}
h4{
  	text-align: center;
  background: coral;
}
#DONt ol{
  	    float: left;
    width: 100%;
    max-width: 400px;
  text-align: left;
}
div#pg-148-2{
  	margin-bottom: 0px;
}
#precaution ol{
  	    width: 100%;
    max-width: 1200px;
    text-align: left;
}
/**************** NEW PRODUCT STERICON*****************/
.heroStericon{
  	background-image: url("wp-content/uploads/2020/03/HeroStericon.jpg");
}
.stericonProductFinal img{
  	max-width: 90%;
}
.stericonProductFinalLeft{
  	    text-align: center;
    margin: auto;
    width: 55%;
    float: left;
}
.stericonProductFinalLeft div{
  	    display: inline-block;
    width: 85%;
    background-color: cornsilk;
    padding: 5px;
    border-radius: 10px;
  line-height: 1.6;
}
.titleProducts{
  	font-weight: bold;
}
.stericonProductFinalRight{
text-align: center;
    margin: auto;
    width: 45%;
    float: left;
}
table{
  	margin: 1rem auto;
}
td:first-child{
  	    background-color: #f2c7f5;
}
#coverStericon{
  	overflow: auto;
  width: 100%;
}
 .processStericon{
	    float: right;
    margin: 30px auto;
    text-align: center;
}  
.processStericon div{
  	width: 90%;
    padding: 5px;
    background-color: #da9ed1;
    border-radius: 10px;
    display: inline-block;
}
 .sterilStericon{
  	margin: 30px auto;
  text-align: center;
}
.sterilStericon div{
   background-color: #abb2f5;
  }
.safetyStericon div{
       background-color: #abb2f5;
  }
  
.safetyStericon{
  	margin: 0px auto 30px auto;
}
 /*****FOOTER STYLE *******/

.footer4Convertex{                           
	width: 100%;
    background-color: rgba(115, 115, 115, 0.28);
    max-width: 1440px;
    margin: auto;
    height: 72px;
    padding: 17px;
}
.footer4Convertex p{
  	line-height: 1;
  text-align: center;
  margin: 0;
}
.site-info-wrapper{
  	display: none;
}
@media only screen and (max-device-width: 480px), screen and (max-width: 480px){
  a.custom-logo-link{
    	float: none;
  }
  .site-title-wrapper img{
    	width: 90px;
  }
  .site-title{
    	margin-top: 0px;
  }
  .heroImage p{
	line-height: 36px;
  }
  div.widthAdjuster{                   /**** contact us page 50% to 100% ******/
    width: 100%;
    float: left;
  }
  #aboutUs p{                        /**** about us page 100px to 10px ******/
  	padding: 10px;
}
  .firstInstructionDiv figure:last-of-type{
  	padding-top:20px;
}
	#handlingBox img{
    	float: none;
  }
  #accessories div {                /*make accessories in the center in mobile */
    	float: none;
  }
  #DONt ol, #precaution ol{
    	width: 79%;
    float: none;
    display: inline-block;
  }
  #homeBoxes div{                /*Home boxes to center*/
     float: none;
    display: inline-block;
  }
  .stericonProductFinalRight, .stericonProductFinalLeft{
    	width: 90%;
    float: none;
  }
  .stericonProductFinalLeft div{
    	width: 100%;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .processStericon div{
    	width: 100%;
  }
}