/*
Theme Name: PaceTech

Version: 1
*/
@import url('https://fonts.googleapis.com/css?family=Lato|Roboto+Slab:300,400');
.mobile{
	display: none;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  padding: 15px 0;
  border-top: 0;
  background-color: #0088D8;
  display: block !important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    background-color: #0088D8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.closebtn:hover{
	background: transparent;
}
.sidenav .current-menu-item a{
	color: #fff;
	background-color: #A3CF51;
}
.sidenav ul a:hover {
	color: #fff;
	background-color: #A3CF51;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav #menu-primary-menu{
	padding-left: 0;
}
.sidenav #menu-primary-menu li{
	list-style: none;
}
.site-nav{
	display: inline-block;
}
.sticky-menu{
	display: none;
}
html,
body{
	overflow-x:hidden;
	margin: 0 auto; 
}
body{
	max-width: 1920px;
	font-family: 'Roboto Slab', serif;
}
a,a:hover,
a:focus{
	text-decoration: none;
}

.footer-logo img,
#site-logo img{
	transition: .3s ease-in-out all;
}
.footer-logo img:hover,
#site-logo img:hover{
	transform: scale(.9);
	cursor: pointer;
}
.top-header{
	background-color: #0088D8;
	color: #FFFFFF;
}
.top-header-contents{
	margin: 0px auto;
	max-width: 1550px;
	padding-left: 30px;
	padding-right: 30px;
}
.top-menu a{
	color: #fff;
}
.text-menu{
	padding-left: 2%;
	padding-top: 5%;
	display: inline-block;
}
.text-menu a{
	font-size: 14px;
	padding: 0 5px;
	position: relative;
	z-index: 99;
}
.form-control{
	background-color: transparent;
	text-indent: 30px;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	width: 65%;
	margin: auto;
	color: #fff;
}
.form-control:focus{
	background-color: transparent;
	color: #fff;
}
.search-wrapper{
	position: relative;
}
.search-wrapper:before{
	content: '';
	width: 60%;
	top: 80%;
	left: 15%;
	position: absolute;
	border-bottom: 1px solid #fff;
}
.search-wrapper i{
	position: absolute
	font-size: 24px;
	transform: scale(-1,1);
}
.form-control::placeholder{
	color: #fff;
	font-size: 14px;
}
.site-description{
	padding-top: 1%;
	padding-bottom: 1%;
	
}
.site-description h6{
	font-size: 14px;
}
.search-wrapper{
	padding-top:6px;
}
.main-header{
	max-width: 1550px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 20px auto;
}
.main-header div {
	display: inline-block;
}
.nav-section{
	margin-left: 20%;
	position: relative;
	top: 20px;
}
.sticky ul{
	position: relative;
	left: 80%;
	transform: translateX(-50%);
}
.nav-section ul{
	display: inline-block;
	margin: 0 !important;
}

.nav-section a div{
	text-transform: uppercase;
}
.sticky ul li,
.nav-section a div,
.nav-section a div span,
.nav-section ul li{
	display: inline-block;
	vertical-align: middle;
	padding-right: 25px;
	padding-left: 25px;

}
.sticky ul li a span,
.nav-section a div span,
.nav-section a div img,
.nav-section ul li a span{
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
	color: #0088D8;
	text-shadow: 1px 1px 1px #0088D8;\
	position: relative;

}
.sticky ul li a span{
	color: #fff;
}
.sticky ul li a span:before,
.nav-section a div span:before,
.nav-section ul li a span:before{
	content: '';
	position: absolute;
	top: 35px;
	width:0%;
	border-bottom: 5px solid #A3CF51;
	transition: .3s ease-in-out all;
}
.text-menu a:hover{
	color: #A3CF51;
}
.text-menu a:before{
	content: '';
    position: absolute;
    top: 20px;
    width: 0%;
    border-bottom: 5px solid #A3CF51;
    transition: .3s ease-in-out all;
}
.text-menu a:hover:before{
	width: 30%;
}
.sticky ul li a:hover span,
.nav-section a:hover div span,
.nav-section ul li a:hover span{
	color: #A3CF51;
	text-shadow: 1px 1px 1px #A3CF51;
}
.sticky ul li.current-menu-item span,
.nav-section a:active div span,
.nav-section ul li.current-menu-item span{
	color: #A3CF51;
	text-shadow: 1px 1px 1px #A3CF51;
}
.sticky ul li.current-menu-item span:before{
	width: 2%;
}
.nav-section ul li.current-menu-item span:before{
	width:5%;
}
.sticky ul li a:hover span:before{
	width: 2%;
}
.nav-section a:hover div span:before,
.nav-section ul li a:hover span:before{
	width:5%;
}
.nav-section a div{
	border-left: 1px solid #A1CD4D;
}
.banner{
	margin-top: 5%;
}
.banner .slick-prev {
    left: 100px;

}
.banner .slick-next {
    right: 100px;
}
.banner .slick-next, 
.banner .slick-prev{
	z-index: 80;
}

.banner .slick-prev:before{
	content: '\f104';
}
.banner .slick-next:before{
	content: '\f105';
}
.slick-next:before, .slick-prev:before{
	font-family: unset;
	color: #1F96DD;
}
.banner-machines-wrapper{
	margin-top: -90px;
	margin-left: 90px;
}
.banner-machines{
	display: inline-block;
}
.banner-machines div{
	display: inline-block;
}
.banner .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
}
.banner-machines:first-child{
	position: relative;
	z-index: 1;
	left: 1%;
}
.banner-machines:nth-child(2){
	position: relative;
	z-index: 2;
	transform: scale(1.2);

}
.banner-machines:last-child{
	position: relative;
	right: 1%;
	z-index: 1;
}
.banner .slick-slide img {
    display: block;
    width: 100%;
}
.banner-text-contents{
	max-width: 680px !important;
	padding-top: 65px;
	padding-left: 100px;
}
.banner-text h3{
	color: #9FCC4B;
	font-size: 35px;
	line-height: 120%;
	position: relative;

}
.banner-text h3::before{
	content: "";
	position: absolute;
	height: 2px;
	border-top: 2px solid #9FCC4B;
	width: 20%;
	bottom: 125%;

}
.banner-text h2{
	font-size: 58px;
	color: #0088D8;
	line-height: 120%;

}
.banner-text .banner-context{
	color: #A1A1A1;
	font-size: 16px;
	max-width: 503px !important;
	line-height: 160%;
	letter-spacing: 20%;
	margin-bottom: 80px;
}
.site-button{
	background-color: #0088D8;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 15px 25px;
	border-bottom: 3px solid #005B93;
	border-radius: 50px;
	transition: .2s ease-in-out all;
	outline: none !important;
}
.site-button:hover,
.site-button:focus{
	color: #9FCC4B;
	background-color: #005B93;
	border-top: 3px solid #0088D8;
	border-bottom: 3px solid #005B93;
}
.top-products{
    max-width: 1550px;
    margin: 0 auto;
}
.top-products-text{
	padding-top: 90px;
}
.top-products-text h3{
	color: #0088D8;
	font-size: 25px;
	padding-bottom: 40px;
}
.top-products-text h3:before{
	content: "";
	position: absolute;
	height: 2px;
	border-top: 2px solid #9FCC4B;
	width: 14%;
	bottom: 90%;
}
.top-products-text p{
	color: #A1A1A1;
	font-size: 16px;
	max-width: 586px;
	padding-bottom: 55px;
}
.top-products-img img {
	width: 100%;
}
.bottom-products{
	padding-top: 100px;
    max-width: 1550px;
    margin: 0 auto;
}
.bottom-products-header h2{
	position: relative;
	color: #0087D8;
	font-size: 25px;
	line-height: 120%;
	padding-bottom: 5%;
}
.bottom-products-header h2:before{
	content: "";
	position: absolute;
	height: 2px;
	border-top: 2px solid #9FCC4B;
	width: 14%;
	left: 50%;
	bottom: 150%;
	transform: translateX(-50%);
}

.bottom-products .prods-display{
	padding: 0 20px;
}
.bottom-products .prod-wrapper {
    display: inline-block;
	width: 25%;
}
.prod-wrapper h3{
	color: #0088D8;
	font-size: 25px;
	line-height: 120%;
	margin: 20px 0;
}
.prod-desc{
	color: #A1A1A1;
	font-size: 16px;
}
.prod-img-wrapper{
	border: 1px solid #9FCC4B;
	padding: 50px 90px;
	max-height: 300px;
	max-width: 500px;
}
.prod-img-wrapper img{
	width: 100%;
	transition: .3s ease-in-out all
}
.prod-img-wrapper img:hover{
	transform: scale(1.2);
}
.product-choices-buttons{
	padding-bottom: 50px;
}
.product-choices-buttons a{
	color: #0189D9;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
}
.product-choices-buttons a:before{
	content: '';
    position: absolute;
    top: 30px;
    width: 0%;
    border-bottom: 5px solid #A3CF51;
    transition: .3s ease-in-out all;
}
.product-choices-buttons a:hover:before{
	width: 15%;
}
.product-choices-buttons a:hover{
	color: #A3CF51;
}
.product-choices-buttons a:first-child{
	padding-right: 20px;
}
.product-choices-buttons a:last-child{
	border-left: 1px solid #9FCC4B;
	padding: 5px 20px;
}
.top-footer{
	background-color: #0189D9;
}
.bottom-footer{
	background-color: #9FCC4B;
	color: #fff;
}
.contact-section{
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.contact-header h2{
	padding-top: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
}
.contact-header h4 {
	padding-top: 20px;
	color: #FFE6A4;
	text-transform: uppercase;
	font-size: 20px;
}

#input_1_7{
	position: relative;
	z-index: 9999;
	left: 49.5%;
	bottom: 93px;
	width: 30%;
}
#input_1_7 div {
    width: 100% !important;
    height: 74px;
    transform: scale(.94);
    transform-origin: 120px 90px;
}
#field_2_6 div{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#gform_submit_button_2,
#gform_submit_button_1{
	background-color: #9FCC4B;
	color: #fff;
	padding: 20px 30px;
	border: none;
	outline: none !important;
	transition: .3s ease-in-out all;
}
#gform_submit_button_2:hover,
#gform_submit_button_1:hover{
	cursor: pointer;
	border:1px solid #9FCC4B;
	background-color: transparent;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 10px 4px;
    position: relative;
    z-index: 999;
    letter-spacing: normal;
}
.contact-footer h5{
	font-size: 18px;
	color: #fff;
	font-family: 'Lato';
	padding: 20px 0;
}
.contact-footer h4:first-child{
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: -85px;
}
.contact-footer h4:last-child{
	font-size: 25px;
	padding-top: 20px;
	margin-bottom: 0;
	padding-bottom: 60px;
}
.contact-footer h4,
.contact-footer h4 a{
	color: #fff;
	transition: .3s ease-in-out all;
}
.contact-footer h4 a:hover{
	color: #A3CF51;
}
.contact-section .gform_footer{
	text-align: right;
	position: relative;
	bottom: 189px;
	right: 18px;
}
#field_1_6{
	margin-top: 27px;
}
#field_1_3{
	margin-top: -115px;
}
#gform_confirmation_message_1{
	height: 500px;
    font-size: 42px;
    text-align: center;
    padding-top: 110px;
    color: #fff;
}
.patient-monitor h3{
	text-align: center;
	font-size: 35px;
	line-height: 120%;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #9FCC4B;
}
.patient-monitor .lists-wrapper{
	margin-bottom: 150px;
}
.patient-monitor h4{
	color: #0087D8;
	font-size: 25px;
	line-height: 120%;
	margin-bottom: 33px;
}
.patient-monitor ul{
	list-style: none;
	padding-left: 0px;
}
.patient-monitor li{
	color: #9F9F9F;
	font-size: 16px;
}
.patient-monitor li::before {
	content: "\2022"; 
	color: #9FCC4B;
	display: inline-block; 
	width: 1em;
	font-size: 20px;
}
.testimonial-wrapper{
	background-color: #F9F9F9;
}
.testimonial{
	max-width: 1550px;
	margin: 0 auto;
	padding-top: 50px;
}
.testimonial-section-title{
    margin-bottom: 60px;
}
.testimonial-section-title h3{
	display: inline-block;
	color: #0087D8;
	font-size: 25px;
}
.testimonial-button{
	display: inline-block;
	float: right;
	clear: both;
	padding-top: 25px;
}
.testimonial-button a{
	background-color: #9FCC4B;
	color: #FFFFFF;
	padding: 25px 50px;
	transition: .3s ease-in-out all

}
.testimonial-button a:hover{
	background-color: transparent;
	color: #9FCC4B;
	border: 1px solid #9FCC4B;
}
.testimonial .slick-track{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.testimonial .slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.testimonial .slick-dots li button:before{
	color: transparent;
}
.testimonial .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    margin: 0 5px;
    padding: 0;
    border: 1px solid #9FCC4B;
    border-radius: 100%;
    cursor: pointer;
}
.testimonial .slick-dots li.slick-active{
	background-color: #9FCC4B;
	border: 1px solid transparent;
}
.testimonial .slick-dots li.slick-active button:before{
	color: transparent;
}
.testimonial-contents h5{
	display: inline;
	font-family: 'Lato';
	position: relative;
    bottom: 50px;
    left: 20px;
}
.testimonial .slick-dots {
    bottom: -50px;
}
.testimonial-contents{
	width: 100%;
}
.col-md-4.testimonial-contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 90% !important;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.testimonial-context p{
	font-family: 'Lato';
	color: #A4A4A4;
	font-size: 17px;
}
.testimonial-img-wrapper{
	display: inline-block;
}
.testimonial-img-wrapper img{
	width: 95px;
	height: 95px;
	border-radius: 100%;
}
.footer-logo{
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-context{
	width: 1330px;
    margin: 0 auto;
    text-align: center;
}
.footer-context img{
	float: left;
	margin-left: -90px;
}
.footer-context-text-wrapper{
	padding: 0 140px;
}
.footer-context-text-wrapper p{
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .2;
}
.footer-context-text-wrapper p a{
	color: #fff;
}
.footer-context-text-wrapper p a:hover{
	color: #9FCC4B;
}
.social_media-icons{
	padding-bottom: 50px;
	padding-top: 20px;
}
.social_media-icons table{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.social_media-icons table td i{
	padding: 10px;
}
.social_media-icons table td a{
	transition: .3s ease-in-out all;
}
.social_media-icons table td a:hover i{
	transform: scale(1.5);
}
.company,
#copyright{
	font-family: 'Lato';
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.20em;
}

#copyright{
	padding-top: 30px;	
}

.company{
	padding-top: 10px;
	padding-bottom: 40px;
	margin-bottom: 0;
}
.company img {
	transition: .3s ease-in-out all;
}
.company img:hover {
	transform: scale(1.5);
	padding-left: 15px;
}
.back-to-top {
    background-color: transparent; /* CHANGE COLOR DEPENDING ON SITE'S MAIN COLOR */
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    opacity: 0.6;
    border: none !important;
    outline: none !important;
}
.back-to-top:hover{
    background-color:transparent !important; /* CHANGE COLOR DEPENDING ON SITE'S MAIN COLOR */
    opacity:1;
}
.back-to-top:focus{
	border: none !important;
	outline: none !important;
	box-shadow: none !important; 
}
.btn-primary:hover{
	background-color: transparent !important;
}
@media(max-width: 1730px){
	.banner .col-md-6 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 90%;
	}
	.banner .slick-prev{
		left: 50px;
	}	
	.banner .slick-next{
		right: 50px;
	}	
}
@media(max-width: 1660px){
	.banner-machines-wrapper {
		margin-top: -75px;
		margin-left: 85px;
	}
}
@media(max-width: 1648px){
	.banner-machines-wrapper {
		margin-top: -65px;
		margin-left: 75px;
	}
}
@media(max-width: 1627px){
	.banner-machines-wrapper {
		margin-top: -65px;
		margin-left: 60px;
	}
}
@media (max-width: 1595px){
	.banner-machines-wrapper {
		margin-top: -65px;
		margin-left: 50px;
	}
}

@media (max-width: 1573px){
	.banner .slick-list{
		transform: translate3d(0, 0, 0)scale(.9);
	}
	.footer-context img{
		margin-left: 0;
	}
	.testimonial {
		max-width: 1550px;
		margin: 0 auto;
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.top-products {
		max-width: 1550px;
		margin: 0 auto;
		padding: 0 50px;
	}
}
@media(max-width: 1572px){
	.banner-machines-wrapper {
		margin-top: -65px;
		margin-left: 10px;
	}
	.nav-section {
		margin-left: 15%;
		position: relative;
		top: 20px;
	}
}
@media (max-width: 1549px){
	.main-header {
		max-width: 1550px;
		padding-left: 50px;
		padding-right: 50px;
		margin: 20px auto;
	}
	.top-header {
		background-color: #0088D8;
		color: #FFFFFF;
		padding: 0 50px;
	}

}
@media (max-width: 1502px){
	.nav-section {
		margin-left: 8%;
		position: relative;
		top: 20px;
	}
	#input_1_7{
		bottom: 80px;
	}
	.contact-section .gform_footer {
		bottom: 176px;
	}
}
@media (max-width: 1497px){
	.site-description{
		padding: 1% 0;
	}
}
@media (max-width: 1482px){
	.banner-machines-wrapper {
		margin-top: -65px;
		margin-left: 0px;
	}
}
@media (max-width: 1461px){
	.search-wrapper form{
		position: relative;
	}
	.banner-machines-wrapper {
		margin-top: -65px;
		margin-left: -10px;
	}
}
@media (max-width: 1438px){
	.banner-machines-wrapper {
		margin-top: -65px;
		margin-left: -20px;
	}
}
@media (max-width: 1424px){
	.nav-section {
		margin-left: 4%;
		position: relative;
		top: 20px;
	}
}
@media (max-width: 1416px){
	.banner-machines-wrapper {
		margin-top: -65px;
		margin-left: -30px;
	}	
}
@media (max-width: 1395px){
	.footer-context img {
		margin-left: 40px;
	}
	.banner-machines-wrapper {
		margin-top: -55px;
		margin-left: -40px;
	}
}
@media (max-width: 1373px){
	.banner-machines-wrapper {
		margin-top: -55px;
		margin-left: -50px;
		transform: scale(.9);
	}
}
@media (max-width: 1354px){
	.nav-section {
		margin-left: 0%;
		position: relative;
		top: 20px;
	}
	.banner .slick-list {
		transform: translate3d(0, 0, 0)scale(1);
	}
}
@media (max-width: 1348px){
	.banner-machines-wrapper {
		margin-top: -55px;
		margin-left: -60px;
		transform: scale(.9);
	}
}
@media (max-width: 1327px){
	.banner-machines-wrapper {
		margin-top: -55px;
		margin-left: -70px;
		transform: scale(.9);
	}
}
@media (max-width: 1304px){
	.banner-machines-wrapper {
		margin-top: -55px;
		margin-left: -80px;
		transform: scale(.9);
	}

}
@media (max-width: 1291px){
	.nav-section {
		margin-left: -2%;
		position: relative;
		top: 20px;
	}
	.testimonial-header-content{
		position: relative;
	}
	.testimonial-contents h5 {
		display: inline-block;
		font-family: 'Lato';
		position: absolute;
		bottom: 40px;
		left: 107px;
		text-align: left;
	}
}
@media (max-width: 1282px){
	.search-wrapper{
		padding-top:0;
	}
	.menu-toggle{
		padding: 0em; 
	}
	.text-menu {
		padding-left: 5%;
		padding-top: 6%;
	}
	.banner-machines-wrapper {
		margin-top: -55px;
		margin-left: -90px;
		transform: scale(.8);
	}

}
@media (max-width: 1274px){
	.site-description h6 {
		font-size: 13px;
		padding-top: 10px;
	}
	.top-menu .site-nav{
		position: relative;
		top: 5px;
	}
	.footer-context img {
		margin-left: 60px;
	}
}
@media (max-width: 1261px){
	.banner-machines-wrapper {
		margin-top: -55px;
		margin-left: -100px;
		transform: scale(.8);
	}
}

@media (max-width: 1256px){
	.nav-section {
		margin-left: -5%;
		position: relative;
		top: 20px;
	}
	.banner-text h2 {
		font-size: 50px;
		color: #0088D8;
		line-height: 120%;
	}
}
@media (max-width: 1239px){
	.banner-machines-wrapper {
		margin-top: -55px;
		margin-left: -110px;
		transform: scale(.8);
	}
}
@media (max-width: 1235px){
	.nav-section {
		margin-left: -6%;
		position: relative;
		top: 20px;
	}
}
@media (max-width: 1225px){
	.nav-section {
		margin-left: 0%;
		position: relative;
		top: 20px;
	}
	.nav-section a div, 
	.nav-section a div span, 
	.nav-section ul li {
		display: inline-block;
		vertical-align: middle;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 1217px){
	.banner-machines-wrapper {
		margin-top: -55px;
		margin-left: -120px;
		transform: scale(.8);
	}
}
@media (max-width: 1195px){
	.banner-machines-wrapper {
		margin-top: -40px;
		margin-left: -198px;
		transform: scale(.7);
		transform-origin: 780px 0;
	}
	.form-control {
		text-indent: 25px;
	}
}
@media (max-width: 1200px){
	.footer-context-text-wrapper p {
		color: #fff;
		font-size: 16px;
		max-width: 1000px;
		line-height: 1.6;
	}
}
@media (max-width: 1160px){
	.footer-context-text-wrapper p {
		max-width: 945px;
	}
}
@media (max-width: 1151px){
	.nav-section a div,
	.nav-section a div span, 
	.nav-section ul li {
		display: inline-block;
		vertical-align: middle;
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 1120px){
	.banner-text h3 {
		color: #9FCC4B;
		font-size: 25px;
		line-height: 120%;
		position: relative;
	}
	.banner-text h2 {
		font-size: 45px;
		color: #0088D8;
		line-height: 120%;
	}
}
@media (max-width: 1100px){
	.banner-text h3 {
		color: #9FCC4B;
		font-size: 25px;
		line-height: 120%;
		position: relative;
	}
	.banner-text h2 {
		font-size: 45px;
		color: #0088D8;
		line-height: 120%;
	}
	
	.form-control {
		text-indent: 10px;
	}
	.menu-toggle {
		top: 55px;
	}
	.text-menu {
		padding-top: 0%;
	}
	.search-wrapper {
		padding-top: 10px;
	}
	.site-nav {
		position: relative;
		top: 5px;
	}
	.search-wrapper:before {
		content: '';
		width: 75%;
		top: 65%;
		left: 20%;
		position: absolute;
		border-bottom: 1px solid #fff;
	}
}
@media (max-width: 1082px){
	.footer-context-text-wrapper p {
		max-width: 840px;
	}
	.nav-section {
		margin-left: -1%;
		position: relative;
		top: 20px;
	}
}
@media (max-width: 1072px){
	.nav-section {
		margin-left: -5%;
		position: relative;
		top: 20px;
	}
}
@media (max-width: 1038px){
	.banner-text h2 {
		font-size: 40px;
		color: #0088D8;
		line-height: 120%;
	}
	.text-menu a {
		font-size: 14px;
		padding: 0 3px;
	}
	.form-control {
		width: 75%;
	}
}
@media (max-width: 1034px){
	.nav-section {
		margin-left: -6%;
		position: relative;
		top: 20px;
	}
	.text-menu a {
		font-size: 14px;
		padding: 0px 2px;
	}
}
@media (max-width: 1020px){
	.banner-machines-wrapper {
		margin-top: -40px;
		margin-left: -240px;
		transform: scale(.7);
		transform-origin: 780px 0;
	}
	.nav-section {
		margin-left: -8%;
		position: relative;
		top: 20px;
		left: 25px;
	}
}
@media (max-width: 1009px){
	.nav-section {
		margin-left: -10%;
		position: relative;
		top: 20px;
		left: 40px;
	}
}
@media (max-width: 1001px){
	.text-menu a {
		font-size: 14px;
		padding: 0px 1px;
	}
}
@media (max-width: 999px){
	.main-header div {
		display: block;
	}
	.main-header div img {
		display: block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.footer-context-text-wrapper p {
		max-width: 720px;
	}
	.prod-img-wrapper {
		border: 1px solid #9FCC4B;
		padding: 50px 50px;
		max-height: 300px;
		max-width: 500px;
	}
}
@media (max-width: 927px){
	.banner-machines-wrapper {
		margin-top: -20px;
		margin-left: -310px;
		transform: scale(.6);
		transform-origin: 780px 0;
	}
	.banner-text h2 {
		font-size: 35px;
		color: #0088D8;
		line-height: 120%;
	}
	.banner-text h3 {
		color: #9FCC4B;
		font-size: 20px;
		line-height: 120%;
		position: relative;
	}
	.banner{
		padding-bottom: 60px;
	}
}
@media (max-width: 922px){
	.banner-text{
		width: 100%;
		display: inline-block;
		padding-bottom: 50px;
	}
}
@media (max-width: 872px){
	.site-button {
		padding: 15px 20px;
	}
	.footer-context-text-wrapper p {
		max-width: 590px;
	}
}
@media (max-width: 855px){
	.banner{
		display: none;
	}
}
@media (max-width: 810px){
	.prod-img-wrapper {
		padding: 50px 30px;
	}
}
@media (max-width: 770px){
	.footer-context-text-wrapper p {
		max-width: 460px;
	}
}
@media (max-width: 767px){
	.patient-monitor ul,
	.patient-monitor h4{
		text-align: center;
	}
	.patient-monitor li{
		text-transform: justify;
	}
	.bottom-products .prod-wrapper {
		display: inline-block;
		width: 50%;
	}
}
@media (max-width: 757px){
	
	.footer-context-text-wrapper p {
		max-width: 425px;
	}
}
@media (max-width: 640px){
	.mobile{
		display: block
	}
	.monitor{
		display: none;
	}
	.contact-section .mobile .gform_footer{
		right: unset;
	}
	.mobile .gform_wrapper .gform_footer {
		margin: 175px 0 0;
		clear: both;
		width: 100%;
	}
}
@media (max-width: 630px){
	.footer-context-text-wrapper p {
		max-width: 360px;
		margin-right: auto;
	}
}
@media (max-width: 519px){
	.footer-context-text-wrapper p {
		max-width: 270px;
		margin-right: auto;
	}
}
@media (max-width: 430px){
	.bottom-products .prod-wrapper {
		display: inline-block;
		width: 100%;
	}
	.prod-img-wrapper {
		padding: 50px 45px;
	}
}
@media (max-width: 426px){
	.footer-context-text-wrapper p {
		max-width: 190px;
		margin-right: auto;
	}
	.footer-context-text-wrapper {
		padding: 0 30px;
	}
	.footer-context-text-wrapper p {
		max-width: 240px;
		margin-right: auto;
	}
}



#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 999;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: #9FCC4B;
    border-color: #9FCC4B;
}
#search .close {
    position: fixed;
    top: 35px;
    left: 15px;
    color: #fff;
    background-color: #9FCC4B;
    border-color: #9FCC4B;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
#search input::-webkit-input-placeholder {
color: #FFF !important;
}
 
#search input:-moz-placeholder { /* Firefox 18- */
color: #FFF !important;  
}
 
#search input::-moz-placeholder {  /* Firefox 19+ */
color: #FFF !important;  
}
 
#search input:-ms-input-placeholder {  
color: #FFF !important;  
} 
input#woocommerce-product-search-field-0 {
    border: 0;
    border-bottom: 1px solid black;
    width: 200px;
}

.search-form {
    position: absolute;
	left: 17%;
    top: 15px;
}
.search-form a{
	color: #fff;
	font-size: 14px;
}
.search-form button[type="submit"] {
    position: absolute;
    top: 0px;
    left: -27px;
    border: 0;
    background-color: transparent;
}
.search-form .fa-search{
    color: #fff;
    margin-right: 10px;
}
@media(max-width: 1270px){
	.sticky ul{
		left: 70%;
	}
}

@media (max-width: 1199px){
	#input_1_7 div{
		transform: scale(.92);
		transform-origin: 120px 90px;
	}
	.contact-section .gform_footer{
		text-align: center;
		position: relative;
		bottom: 90px;
		right: unset;
		left: unset;
	}

}
@media(max-width: 1063px){
	.text-menu{
		padding-left: 0%;
	}
}
@media (max-width: 767px){
	#input_1_7 div {
		transform: scale(.88);
		transform-origin: 60px 90px;
	}
}
@media (max-width: 600px){
	.testimonial-button,
	.testimonial-section-title h3 {
		display: block;
		text-align: center;
	}
	.testimonial-button{
		float: unset;
	}


}
@media(max-width: 390px){
	.testimonial .slick-track{
		padding-left: 20px;
	}
}
@media(max-width: 345px){
	.testimonial .slick-track{
		padding-left: 15px;
	}
}
@media (max-width: 341px){
	.col-md-4.testimonial-contents{
		padding: 15px;
	}
}
@media (max-width: 1268px ) and (min-width: 1257px){
	.nav-section {
		margin-left: -3%;
	}

}

@media (max-width: 1026px){
	.nav-section {
		margin-left: -10%;
		left: 50px;
	}
}
@media (max-width: 575px){
	.footer-context{
		width: 100%;
	}
	.footer-context-text-wrapper {
		padding: 0 10px;
	}
	.footer-context-text-wrapper p {
		max-width: unset;
		margin-right: auto;
	}
}