@font-face {
font-family: "Bebas Neue W01 Regular";
src: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/fonts/3d9ec9a9-76a2-4cfe-b376-76e7340c3b50.eot?#iefix);
src: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/fonts/3d9ec9a9-76a2-4cfe-b376-76e7340c3b50.eot?#iefix)
format("eot"),
url(https://www.ecozensolutions.com/wp-content/themes/ecozen/fonts/e0d6f852-5401-4bbf-9672-47a50c5c87c6.woff2)
format("woff2"),
url(https://www.ecozensolutions.com/wp-content/themes/ecozen/fonts/7fedd582-6ae3-4850-be2f-4acae2e74fa5.woff)
format("woff"),
url(https://www.ecozensolutions.com/wp-content/themes/ecozen/fonts/d6e08ef3-40db-4ac3-82df-f062f55a72f5.ttf)
format("truetype");
}
:root {
--primary-color: #6ba546;
--secondary-color: #006037;
--footer-background: #2b2b2b;
--footer-highlight: #20a51c;
--light-blue: #16c7f71f;
--sky-blue: rgba(22, 205, 255, 0.95);
--dark-blue: #002e72;
--yellow: #ffbb02;
--light-grey: #f7f7f7;
--ecofrost-color: #35bdef;
--primary-font: "Mukta", sans-serif;
--secondary-font: "Bebas Neue W01 Regular", sans-serif;
}
* {
margin: 0;
padding: 0;
border: 0;
font-family: "Mukta", sans-serif;
font-size: 16px;
}
html {
box-sizing: border-box;
scroll-behavior: smooth;
margin: 0 auto;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
html,
body {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: "Mukta", sans-serif;
vertical-align: baseline;
box-sizing: border-box;
scroll-behavior: smooth;
}
h1,
h2,
h3,
p {
margin: 0;
padding: 0;
}
a,
a:hover {
text-decoration: none;
color: #000;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; *overflow: visible; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type=number] {
-moz-appearance:textfield;
}
html {
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } :focus {
outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="search"] {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden] {
display: none;
}  input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; box-sizing: border-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea {
overflow: auto; vertical-align: top; } table {
border-collapse: collapse;
border-spacing: 0;
}
::-moz-selection {
background: var(--primary-color);
color: #fff;
text-shadow: none;
}
::selection {
background: var(--primary-color);
color: #fff;
text-shadow: none;
}
img {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}  .img-responsive {
width: 100%;
height: auto;
}
.relative {
position: relative;
}
.ecozen-container {
display: block;
width: 90%;
max-width: 1366px;
margin: 0 auto;
}
.page_title {
font-family: var(--primary-font);
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 33px;
color: #1a1a1a;
margin: 0;
padding: 0;
}
.primary-cta {
display: inline-block;
font-family: var(--primary-font);
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 4px;
padding: 10px 30px;
border: 1px solid black;
}
.product-cta {
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.2em;
text-transform: uppercase;
padding: 10px 15px;
border: 1px solid black;
position: relative;
}
.ecotron_info .product-cta:after,
.ecofrost_info .product-cta:after,
.ecoconnect_info .product-cta:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.ecotron_info .product-cta:after {
background-color: rgba(107, 165, 70, 0.4);
}
.ecofrost_info .product-cta:after {
background-color: rgba(53, 189, 239, 0.4);
}
.ecoconnect_info .product-cta:after {
background-color: rgba(0, 96, 55, 0.4);
}
.ecotron_info .product-cta:hover:after,
.ecofrost_info .product-cta:hover:after,
.ecoconnect_info .product-cta:hover:after {
width: 120%;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.ecotron_info .product-cta:hover:after {
background-color: rgba(107, 165, 70, 0);
}
.ecofrost_info .product-cta:hover:after {
background-color: rgba(53, 189, 239, 0);
}
.ecoconnect_info .product-cta:hover:after {
background-color: rgba(0, 96, 55, 0);
}
.ecoconnect_hero_text .marquee p{
font-size: 1rem;
line-height: 1px;
color: #06643E;
width:0;
}
.marquee{
position: fixed;
top: 0;
left: 0;
width: 30px;
height:100vh;
display: flex;
justify-content: center;
background-color: #FDBA17;
color: #06643E;
overflow: hidden;
}
.marquee-content{
position: absolute;
display: flex;
width: 80%;
height:458px;
writing-mode: vertical-rl;
text-transform: uppercase;
letter-spacing: 3px;
animation: scrolling 7s linear infinite;
-webkit-animation: scrolling 5s linear infinite;
-moz-animation: scrolling 7s linear infinite ;            
}
.marquee-content li{
list-style-type: none;
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
height:220px;
transform: rotate(180deg);
}
.marquee-content li:nth-child(even){
height: 50px;
transform: rotate(0deg);
}
.marquee-content img{
width: 100%;
height: 20px;
}
.marquee-content li:nth-child(odd){
height: 156px;
}
.marquee-content li:nth-child(3), .marquee-content li:nth-child(7), .marquee-content li:nth-child(11){
height: 202px;
} @keyframes scrolling{                             
0%{
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
}
100%{
transform: translateY(-458px);
-webkit-transform: translateY(-458px);
-moz-transform: translateY(-458px);
}
}
.white-background {
background-color: #fff;
}
.light-background {
background-color: var(--light-grey);
}
.green-background {
background-color: var(--primary-color);
}
.text-white {
color: #fff;
}
.text-green {
color: var(--primary-color);
}
.text-blue {
color: #16cdff !important;
}
.text-dim {
color: #bebebe;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-bold {
font-weight: bold;
}
.hr-dark {
display: block;
color: #000;
background: #000;
width: 30%;
padding: 0.5px 0;
margin: 20px auto;
border: 0.1px solid #000;
}
.hr-dim {
display: block;
background: #f7f7f7;
width: 40%;
border: 1px solid #ADADAD !important;
margin: 50px auto;
}
.hr-90 {
width: 90%;
margin: 20px auto;
border: 0.5px solid #000000;
}
hr {
margin: 20px auto;
border: 0.2px solid #000;
} .page-template-template-ecoconnectthankyou-php .page_title, .page-template-template-mautic_thankyou-php .page_title, .page-template-template-ecofrostthankyou-php .page_title{
display: none;
} .sticky {
position: fixed;
width: 100%;
top: 0;
left: 0;
background-color: #fff;
z-index: 9999;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.toll-free{
background-color: #FBFBFB;
padding: 20px 0;
}
.toll-free-header{
display: flex;
justify-content: space-between;
position: absolute;
right: 5%;
top: 5px;
}
.toll-free-header .lang a:nth-child(1) span{
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 20px;
color: #006037;
}
.toll-free-header .lang a:nth-child(2) span{
font-family: 'Roboto';
font-style: normal; 
font-weight: normal;    
font-size: 10px;
line-height: 20px;
color: #006037;
border-left: 2px solid #a4a4a4;
padding-left: 5px;
}
.toll-free-header .lang a:nth-child(1) img, .toll-free-header .lang a:nth-child(2) img{
display: none;
}
.toll-free-header .lang a:nth-child(2){
margin-right: 40px;
}
.toll-free-header .toll{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;   
font-size: 16px;
line-height: 23px;
color: #000000;
margin-top: 3px;
border-left: 4px solid #6BA546;
padding-left: 10px;
}
.toll-free-header .toll a{
font-family: 'Mukta';
font-style: normal; 
font-weight: 500;   
font-size: 18px;
line-height: 20px;
text-align: center;
color: #6BA546;
}
.upper_header-wrapper {
background-color: var(--light-grey);
}
.upper_header-wrapper .upper_header p {
margin: 0;
padding: 5px 0px;
}
.header_navigation {
position: relative;
padding: 30px 0;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.header_navigation.padding {
padding: 10px 0;
}
.site_logo {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.site_logo.width {
width: 130px;
}
.header_navigation .header_navigation-wrapper {
display: flex;
align-items: center;
}
.header_navigation-wrapper #ecozen_product_navigation {
width: 100%;
}
.header_navigation-wrapper .site-branding,
.header_navigation-wrapper .dropdown_menu_icon {
width: 10%;
position: relative;
z-index: 999;
}
.header_navigation-wrapper .dropdown_menu_icon {
text-align: right;
}
.menu-show-menu-bar-container{
width: 80%;
float: right;
}
.product_navigation #menu-product-menu,
.product_navigation #menu-show-menu-bar {
display: flex;
justify-content: space-evenly;
align-items: center;
margin: 0;
}
.product_navigation #menu-product-menu li a,
.product_navigation #menu-show-menu-bar li a {
color: #bebebe;
font-style: normal;
font-weight: normal;
font-family: var(--primary-font);
font-size: 20px;
line-height: 33px;
}
.product_navigation #menu-show-menu-bar li>ul{
display: none;
position: absolute;
background-color: #ffffff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 999;
}
.sub-menu li a{
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.sub-menu li a:hover {
background-color: #f9f9f9;
color: var(--primary-color) !important;
}
.product_navigation #menu-show-menu-bar li:hover ul{
display: block;
}
.product_navigation #menu-product-menu .current_page_item a,
.product_navigation #menu-show-menu-bar .current_page_item a{
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 33px;
color: var(--primary-color);
}
.product_navigation .current_page_title {
text-align: center;
}
.header_navigation-wrapper .dropdown_menu_icon #menu-icon {
transition: transform 0.5s;
-webkit-transition: transform 0.5s;
-moz-transition: transform 0.5s;
-ms-transition: transform 0.5s;
-o-transition: transform 0.5s;
cursor: pointer;
position: relative;
z-index: 999;
}
.rotate {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg); }
.rotate-180 {
transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}
.main-navigation {
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 50%;
background-color: #fff;
transform: translateY(-100%);
border-bottom: 4px solid var(--footer-highlight);
}
.overlay-slide-down {
transition: all 0.3s ease-in-out;
transform: translateY(0);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.overlay-slide-up {
transition: all 0.3s ease-in-out;
transform: translateY(-100%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.main-navigation .main_navigation-wrapper {
position: relative;
height: 100%;
}
.main_navigation-wrapper .main_navigation-container {
position: absolute;
width: 100%;
top: 25%;
}
.main_navigation-wrapper .main_navigation-container ul {
display: flex;
padding: 30px 0 10px 0;
margin: 0;
}
.main_navigation-wrapper .main_navigation-container #menu-product-menu li a,
.main_navigation-wrapper .main_navigation-container #menu-product-menu-1 li a {
font-family: var(--primary-font);
color: var(--primary-color);
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 40px;
}
.main_navigation-wrapper
.main_navigation-container
#menu-product-menu
li:nth-child(2),
.main_navigation-wrapper
.main_navigation-container
#menu-product-menu-1
li:nth-child(2) {
margin: 0 40px;
}
.main_navigation-wrapper .main_navigation-container #menu-primary-menu {
width: 80%;
margin-right: auto;
justify-content: space-between;
}
.main_navigation-wrapper .main_navigation-container #menu-primary-menu li a {
font-family: var(--primary-font);
color: #000;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 33px;
}
.main_navigation-wrapper .menu-end {
position: absolute;
bottom: 10%;
width: 20px;
height: 10px;
background-color: var(--footer-highlight);
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
#primary-menu {
display: flex;
justify-content: space-evenly;
margin: 0;
padding: 10px 0px;
}
.ecozen_whatsapp_chatbot {
position: fixed;
z-index: 999999;
bottom: 15px;
right: 15px;
}
.ecozen_whatsapp_chatbot a img {
width: 100%;
max-width: 50px;
height: auto;
}  #homepage_showcase_slider_section {
background-color: #F8F8F8;
padding: 30px 0;
}
.homepage_showcase_slider-wrapper{
padding: 50px 0px 0px;
}
.homepage_showcase_slider-wrapper .showcase_slider {
width: 85%;
margin: 0 auto;
}
.slide_ecotron img{
float:right;
}
.slide_ecotron,
.slide_ecofrost,
.slide_ecoconnect {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
}
.slide-title {
font-style: normal;
font-weight: normal;
font-size: 83px;
line-height: 138px;
position: relative;
}
.slide-1 .slide-title {
color: var(--primary-color);
}
.slide-thumb.connect {
justify-self: center;
} .slide-2 .slide-title {
color: #35bdef;
}
.slide-3 .slide-title { font-style: normal;
font-weight: 400;
font-size: 64px;
line-height: 100.7%;
letter-spacing: -0.025em;
color: #000000;
}
.slide-3 .slide-title>span{
font-style: normal;
font-weight: 400;
font-size: 64px;
line-height: 100.7%;
letter-spacing: -0.025em;
color: #6BA546!important;
} 
.slide-subtitle {
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 40px;
color: #000;
margin-top: -40px;
margin-left: 10px;
}
.slide-subtitle.ecoconnect-slide-subtitle {
padding-bottom: 70px;
}
.slide-short-desc {
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 40px;
padding-top: 75px;
padding-bottom: 10px;
margin-left: 10px;
}
.slide-cta {
display: inline-block;
position: relative;
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.2em;
text-transform: uppercase;
padding: 5px 10px;
border: 1px solid #000;
margin-top: 10px;
margin-left: 10px;
}
.slide-1 .slide-cta:after,
.slide-2 .slide-cta:after,
.slide-3 .slide-cta:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.slide-1 .slide-cta:after {
background-color: rgba(107, 165, 70, 0.4);
}
.slide-2 .slide-cta:after {
background-color: rgba(53, 189, 239, 0.4);
}
.slide-3 .slide-cta:after {
background-color: rgba(0, 96, 55, 0.4);
}
.slide-1 .slide-cta:hover:after,
.slide-2 .slide-cta:hover:after,
.slide-3 .slide-cta:hover:after {
width: 120%;
background-color: rgba(107, 165, 70, 0);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
} .showcase_slider.slider-nav .slick-track {
display: flex;
justify-content: center;
align-items: baseline;
width: 70% !important;
margin: 0 auto;
}
.slider-nav > div {
cursor: pointer;
}
.slick-initialized .slick-slide.produce,
.slick-initialized .slick-slide.manage {
display: flex;
}
.slick-prev {
left: -60px;
}
.slick-next {
right: -60px;
}
.slick-next::before {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/next.svg);
width: 20px;
height: 22px;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
color: unset;
}
.slick-prev::before {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/previous.svg);
width: 20px;
height: 22px;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
color: unset;
} #eco-home{
width: 100%;
margin: 40px 0 0px 0;
}
#eco-home .cultivate_inner{
display: flex;
justify-content: space-around;
}
.cultivate_text .desk{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 60px;
}
.cultivate_text .desk1{
font-family: 'Mukta',sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 33px;
}
.cultivate_image{
margin-top: 20px;
}
.cultivate_image .baramati{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 23px;
color: #7A7979;
margin-top: 15px;
text-align: center;
}
.cultivate_image .baramati span{
font-family: 'Mukta';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 23px;
color: #7A7979;
}
.cultivate_image .mob, .cultivate_image .mob1{
display: none;
}
.cultivate_features_main{
margin-top: 45px;
}
.cultivate_features{
display: flex;
justify-cotent: space-between;
margin-bottom: 48px;
}
.cultivate_features div{
width: 31%;
text-align: center;
margin: 0 25px;
}
.cultivate_features div img{
margin-bottom: 14px;
}
.cultivate_features h3{
font-family: var(--secondary-font);
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 30px;
text-align: center;
text-transform: uppercase;
}
#ecozen_home_sustainability {
padding: 50px 0;
}
.home_sustainability_section-wrapper .sustainability_header {
text-align: center;
}
.home_sustainability_section-wrapper
.sustainability_header
.sustainability_title {
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 60px;
}
.home_sustainability_section-wrapper
.sustainability_header
.sustainability_subtitle {
font-style: normal;
font-weight: 200;
font-size: 20px;
line-height: 33px;
}
.home_sustainability_section-wrapper .sustainability_body {
display: flex;
justify-content: space-evenly;
padding-top: 55px;
}
.sustainability_body .sustainability_box {
text-align: center;
}
.sustainability_body .sustainability_box .sustainability_box-info {
font-size: 28px;
line-height: 30px;
text-align: center;
font-family: var(--secondary-font);
font-weight: 500;
letter-spacing: 0.02em;
padding-top: 20px;
}
#ecozen_home_quote {
background-color: var(--primary-color);
color: #fff;
cursor: pointer;
}
.home_quote-wrapper {
background-image: url(//www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/quote-back.svg);
background-size: contain;
padding: 100px 0;
background-repeat: no-repeat;
background-position: center center;
}
.home_quote-wrapper .ecozen_quote,
.home_quote-wrapper .ecozen_quote span {
font-family: var(--secondary-font);
font-weight: 500;
font-size: 48px;
text-align: center;
}
.home_quote-wrapper .ecozen_quote span {
position: relative;
transition: color 0.4s ease-out;
}
.home_quote-wrapper .ecozen_quote span::after {
content: " ";
position: absolute;
border-radius: 1em;
border-top: 0.1em solid #fff;
right: 100%;
bottom: 0px;
left: 0;
transition: right 0.4s cubic-bezier(0, 0.5, 0, 1), border-color 0.4s ease-out;
-webkit-transition: right 0.4s cubic-bezier(0, 0.5, 0, 1),
border-color 0.4s ease-out;
-moz-transition: right 0.4s cubic-bezier(0, 0.5, 0, 1),
border-color 0.4s ease-out;
-ms-transition: right 0.4s cubic-bezier(0, 0.5, 0, 1),
border-color 0.4s ease-out;
-o-transition: right 0.4s cubic-bezier(0, 0.5, 0, 1),
border-color 0.4s ease-out;
}
#ecozen_home_quote:hover .home_quote-wrapper .ecozen_quote span::after {
cursor: pointer;
border-color: #fff;
right: 0;
}
#ecozen_video_section {
padding: 20px 0;
}
.ecozen_video_section-wrapper {
position: relative;
color: #fff;
text-align: center;
margin: 0 auto;
}
.ecozen_video_section-wrapper::after {
content: " ";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: var(--primary-color);
height: 60%;
z-index: -1;
}
.ecozen_video_section-wrapper .ecozen_video-box {
display: inline-grid;
margin: 0 auto;
background: #fff;
padding: 25px;
grid-template-columns: 1fr;
justify-items: center;
width: 80%;
}
.ecozen_video-box iframe {
width: 100%;
}
.ecozen_video_section-wrapper .ecozen_video_subtext {
font-style: normal;
font-weight: 300;
font-size: 36px;
padding: 25px 0;
}
#ecozen_product_solutions {
margin: 20px 0;
}
.ecozen_product_solutions-wrapper {
background-color: var(--light-grey);
padding: 50px 0;
}
.ecozen_product_solutions-wrapper .ecozen_product_solutions-header {
text-align: center;
}
.ecozen_product_solutions-header h2 {
font-family: var(--primary-font);
font-style: normal;
font-weight: 600;
font-size: 36px;
}
.ecozen_product_solutions-header p {
font-family: var(--primary-font);
font-style: normal;
font-weight: 300;
font-size: 20px;
color: #1a1a1a;
}
.ecozen_products_solutions-area .ecotron_container {
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-items: center;
padding: 50px 0;
}
.ecozen_products_solutions-area .ecofrost_container {
display: grid;
grid-template-columns: 40% 60%;
justify-items: center;
padding: 50px 0;
}
.ecotron_image-holder img {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.ecotron_container .ecotron_info,
.ecofrost_container .ecofrost_info {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
.ecotron_container .ecotron_info .ecotron_image_switch,
.ecofrost_container .ecofrost_info .ecofrost_image_switch {
position: relative;
display: flex;
border: 1px solid var(--primary-color);
}
.ecotron_container .ecotron_info .ecotron_image_switch::before {
content: "pumping";
position: absolute;
top: -110px;
left: 0;
font-family: var(--secondary-font);
font-size: 85px;
line-height: 102px;
color: #e4e3e3;
}
.ecofrost_container .ecofrost_info .ecofrost_image_switch::before {
content: "cooling";
position: absolute;
top: -90px;
left: 0;
font-family: var(--secondary-font);
font-size: 85px;
line-height: 102px;
color: #e4e3e3;
}
.ecotron_info .ecotron_image_switch .ecotron,
.ecofrost_info .ecofrost_image_switch .ecofrost {
padding: 15px;
cursor: pointer;
font-style: normal;
font-weight: 500;
font-size: 24px;
background-color: #ffffff;
color: var(--primary-color);
}
.ecotron_image_switch .pump {
font-weight: 500;
font-size: 24px;
line-height: 20px;
padding: 14px 20px;
color: var(--primary-color);
background-color: #FFFFFF;
cursor: pointer;
}
.ecofrost_image_switch .ecofrost-2 {
font-weight: 500;
font-size: 24px;
padding: 15px 30px;
color: var(--primary-color);
background-color: #FFFFFF;
cursor: pointer;
}
.ecotron_container .ecotron_info .ecotron_desc {
text-align: center;
width: 90%;
margin: 0 auto;
}
.ecofrost_container .ecofrost_info .ecofrost_desc {
text-align: center;
width: 70%;
margin: 0 auto;
}
.ecotron_container .ecotron_info .ecotron_image_switch .switch-active,
.ecofrost_container .ecofrost_info .ecofrost_image_switch .switch-active {
background-color: var(--primary-color);
color: #fff;
}
.ecoconnect_container {
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-items: center;
padding: 50px 0;
}
.ecoconnect_container .ecoconnect_image {
display: flex;
flex-direction: column;
align-items: center;
}
.ecoconnect_image .ecoconnect_app-link {
margin-top: 70px;
}
.ecoconnect_container .ecoconnect_info {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
.ecoconnect_info .ecoconnect_title {
position: relative;
font-family: var(--primary-font);
font-style: normal;
font-weight: 500;
font-size: 36px;
color: var(--primary-color);
}
.ecoconnect_info .ecoconnect_title::before {
content: "Future";
position: absolute;
top: -130%;
left: 35%;
font-family: var(--secondary-font);
color: #e4e3e3;
font-size: 65px;
}
.ecoconnect_info .ecoconnect-desc {
font-family: var(--primary-font);
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 25px;
text-align: center;
width: 57%;
margin: 0 auto;
}
#ecozen_news_section {
padding: 50px 0;
}
.ecozen_news_section-wrapper h1 {
font-style: normal;
font-weight: bold;
font-size: 36px;
text-align: center;
}
.ecozen_news-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
justify-items: center;
align-items: center;
grid-row-gap: 40px;
width: 60%;
margin: 0 auto;
padding: 30px 0;
}
.news_box img {
width: 150px;
}
#snackbar {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
background-color: #333;
color: #fff;
text-align: center;
padding: 16px;
position: fixed;
z-index: 1;
right: 0;
bottom: 30px;
font-size: 17px;
transform: translate(-5%, 0);
}
#snackbar_dismiss {
display: inline-block;
padding: 0px 10px;
margin: 0 15px;
background-color: var(--ecofrost-color);
cursor: pointer;
}
#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s;
animation: fadein 0.5s;
}
#snackbar.hide_snackbar {
visibility: hidden;
-webkit-animation: fadeout 0.5s 2.5s;
animation: fadeout 0.5s 2.5s;
} .snackbar_link,
.snackbar_link:hover {
color: var(--primary-color);
}
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}  .ecozen_hero-wrapper {
border-bottom: 10px solid var(--primary-color);
position: relative;
}
.ecozen_hero-wrapper::before {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
color: #fff;
background: rgba(0, 0, 0, 0.25);
}
.ecozen_hero-wrapper .hero_intro_text-wrapper {
position: absolute;
bottom: 60px;
width: 100%;
background: rgba(0, 0, 0, 0.35);
color: #fff;
}
.hero_intro_text-wrapper .hero_intro_text {
margin: 35px auto;
border-left: 8px solid var(--primary-color);
padding-left: 2%;
}
.hero_intro_text-wrapper .hero_intro_text h1,
.hero_intro_text-wrapper .hero_intro_text p {
margin: 0;
}
.hero_intro_text-wrapper .hero_intro_text h1 {
font-style: normal;
font-weight: bold;
font-size: 48px;
}
.hero_intro_text-wrapper .hero_intro_text p {
font-style: normal;
font-weight: normal;
font-size: 24px;
}
.center_svg-wrapper {
background-color: var(--light-grey);
}
.center_svg-wrapper .svg-image-holder {
padding: 40px 0px;
}
.center_svg-wrapper .svg-image-holder img {
display: block;
margin: 0 auto;
}
.about_story-wrapper .story_title-holder {
text-align: center;
padding: 40px 0;
}
.about_story-wrapper .story_title-holder .story_title {
display: inline-block;
border-bottom: 3px solid var(--footer-highlight);
padding: 5px 0;
font-style: normal;
font-weight: 600;
font-size: 36px;
}
.about_story-wrapper .about_story_grid-container {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.about_story-wrapper .about_story_grid-container .story_image_text,
.about_story-wrapper .about_story_grid-container .story_text_image {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.about_story-wrapper .about_story_grid-container .story_description {
padding: 30px;
}
.about_story_grid-container .story_description .story_description-holder {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
height: 100%;
text-align: center;
padding: 10px;
border: 1px solid var(--footer-highlight);
}
.story_description .story_description-holder .story_description-title {
margin: 0;
font-family: var(--secondary-font);
font-size: 43px;
font-weight: 500;
font-weight: 500; }
.story_description .story_description-holder .story_description-para {
font-family: var(--primary-font);
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px; width: 88%;
margin: 0 auto;
}
#ecozen_about_us_ideologies {
padding: 100px 0;
}
.about_us_ideologies-section .about_us_ideologies-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.about_us_ideologies-wrapper .ideologies_image-holder {
padding: 50px 0;
}
.about_us_ideologies-wrapper .ideologies_steps-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 25px;
}
.ideologies_title-holder .ideologies_title {
font-family: var(--primary-font);
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 20px;
margin: 0;
}
.ideologies_steps-wrapper .ideology_step {
cursor: pointer;
}
.ideologies_steps-wrapper .ideology_step .step-title {
font-family: var(--primary-font);
font-style: normal;
font-weight: bold;
font-size: 24px;
padding-left: 10px;
}
.ideologies_steps-wrapper .ideology_step .step-info {
font-family: var(--primary-font);
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
border-left: 4px solid var(--primary-color);
padding-left: 10px;
margin: 0;
}
.ecozen_team-header {
text-align: center;
width: 40%;
margin: 0 auto;
padding: 50px 0;
}
.team_header-title {
font-style: normal;
font-weight: 600;
font-size: 36px;
color: var(--primary-color);
}
.ecozen_team-header p {
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
}
.ecozen_team-grid,
.expandable_team_grid-wrapper {
display: grid;
grid-template-columns: repeat(3, auto);
grid-template-rows: auto;
justify-content: space-evenly;
}
.member_image {
border-bottom: 6px solid #6BA546;
}
.team_member-info {
padding-top: 30px;
}
.team_member-name {
font-family: var(--primary-font);
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 40px;
}
.team_member-designation {
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 27px;
}
.ecozen_team_grid-expandable {
display: none;
}
.team_grid_button-container {
text-align: center;
padding: 30px 0 0 0;
display: none;
}
.team_grid_button {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.3em;
border: 1px solid black;
display: inline-block;
padding: 5px 15px;
cursor: pointer;
text-transform: uppercase;
}
.expandable_team_grid-wrapper {
grid-row-gap: 30px;
padding: 40px 0;
}
#ecozen_awards_section {
padding: 50px 0;
}
.awards_section_header {
text-align: center;
}
.awards_section_header h2 {
font-style: normal;
font-weight: bold;
font-size: 36px;
}
.awards_section_header p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 27px;
width: 65%;
margin: 0 auto;
}
.awards-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
justify-content: center;
justify-items: center;
align-items: center;
grid-template-rows: auto;
grid-row-gap: 35px;
width: 60%;
margin: 0 auto;
padding: 60px 0;
}
.award-box img {
width: 150px;
}
#about_us_footer {
background-color: var(--light-grey);
padding: 50px 0;
text-align: center;
}
#about_us_footer h2 {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 44px;
color: var(--secondary-color);
}
#about_us_footer a {
display: inline-block;
margin-top: 20px;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 20px;
padding: 10px 25px;
background: #fff;
border: 1px solid var(--secondary-color);
color: var(--secondary-color);
}  .swiper-button-next::after {
content: " ";
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/slider-right.svg);
width: 17px;
height: 32px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.ecofrost-next-testimonial.swiper-button-next::after {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/ecofrost-test-drop.svg);
}
.next-employee.swiper-button-next::after {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/next-emp.svg);
}
.swiper-button-prev::after {
content: " ";
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/slider-left.svg);
width: 17px;
height: 32px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.prev-employee.swiper-button-prev::after {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/prev-emp.svg);
}
.ecofrost-prev-testimonial.swiper-button-prev::after {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/ecofrost-test-drop-left.svg);
}
.ecozen_testimonials_section-wrapper { color: #000;
position: relative;
padding: 50px 0;
overflow: hidden;
}
.product_testimonial_container {
display: grid;
grid-template-columns: 1fr 1fr;
width: 80%;
margin: 0 auto;
}
.product_testimonial-info {
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: #f7f7f7;
color: #000;
padding: 20px;
}
.product_testimonial-info .testimonial_content {
position: relative;
font-family: var(--primary-font);
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 25px;
padding-left: 3%;
}
.product_testimonial-info::after {
content: " ";
position: absolute;
top: 24px;
width: 3px;
height: 42px;
background-color: var(--primary-color);
}
.product_testimonial-info.ecofrost_testimonial-info::after {
content: none;
}
.testimonial_author-info {
display: flex;
justify-content: space-between;
align-items: end;
}
.testimonial_author-info .author-field {
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 25px;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.testimonial_author-profile {
text-align: right;
}
.testimonial_author-profile .author-addr {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 25px;
}
.testimonial_author-profile .author-name {
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
}
.testimonial-title {
font-family: var(--primary-font);
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 30px;
text-align: center;
color: #1a1a1a;
padding: 30px 0;
}
#ecoconnect_testimonials {
position: relative;
padding-bottom: 60px;
margin: 50px 0;
}
#ecotron_testimonials {
position: relative;
padding: 35px 0;
margin: 35px 0;
}
#ecoconnect_testimonials::before,
#ecotron_testimonials::before {
content: " ";
position: absolute;
top: 0;
left: 0;
height: 40%;
width: 100%;
background-color: var(--light-grey);
z-index: -1;
}
.ecozen_testimonials_section-wrapper::after,
#ecoconnect_testimonials::after,
#ecotron_testimonials::after {
content: " ";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 60%;
background: var(--primary-color);
z-index: -1;
}
.ecozen_testimonials_section-wrapper::after {
height: 55%;
}
.ecozen_testimonials_section-wrapper::after,
#ecotron_testimonials::after {
background: var(--secondary-color);
}
.swiper-slide.ecofrost-swiper-slide,
.swiper-slide.ecoconnect-swiper-slide,
.swiper-slide.ecotron-swiper-slide {
background-color: unset;
}
.product_testimonial-info.ecoconnect_testimonial-info,
.product_testimonial-info.ecotron_testimonial-info {
background-color: #fff;
}
.product_testimonial-info.ecofrost_testimonial-info {
background-color: var(--dark-blue);
color: #fff;
}
.product_testimonial-info.ecofrost_testimonial-info .testimonial_content {
position: relative;
}
.product_testimonial-info.ecofrost_testimonial-info
.testimonial_content::before {
content: " ";
position: absolute;
width: 3px;
height: 100%;
background: #35bdef;
left: -3px;
}
.ecofrost_testimonial-info .ecofrost_customer {
text-align: right;
position: relative;
font-weight: 600;
font-size: 20px;
line-height: 25px;
}   .careers_hero.hero_intro_text-wrapper {
position: absolute;
bottom: 20%;
width: 100%;
background: rgba(0, 0, 0, 0.35);
color: #fff;
}
.career-opportunities-cta {
position: absolute;
bottom: 7%;
width: 100%;
color: #fff;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.career-opportunities-cta a {
background: #fff;
color: var(--primary-color);
text-transform: uppercase;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 27px;
letter-spacing: 0.3em;
padding: 10px 25px;
border: 2px solid var(--primary-color);
font-family: var(--primary-font);
cursor: pointer;
}
.career-opportunities-cta img {
padding-top: 20px;
}
.work_main .work_wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
padding: 50px 0;
}
.work_content {
display: flex;
flex-direction: column;
justify-content: space-evenly;
padding-right: 8%;
}
.work_content.culture_content {
padding-right: 0;
padding-left: 8%;
}
.work_content h3 {
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 50px;
}
.work_content h3 span {
color: var(--primary-color);
font-size: 30px;
}
.work_content p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 30px;
}
.grid_seperator {
padding: 20px 0;
}
.grid_seperator ul {
display: flex;
justify-content: space-evenly;
width: 20%;
margin: 0 auto;
}
.grid_seperator .seperator {
width: 30px;
height: 7px;
background: green;
border-radius: 10px;
}
.careers_quote-wrapper {
text-align: center;
background-color: var(--primary-color);
padding: 50px 0;
}
.careers_quote-wrapper h3 {
font-family: var(--secondary-font);
font-size: 48px;
line-height: 58px;
color: #fff;
font-weight: 500;
}
#ecozen_employee_testimonials {
margin-bottom: 50px;
}
.employee_testimonial-wrapper {
position: relative;
background-color: var(--light-grey);
padding: 30px 0;
}
.employee_testimonial_header {
text-align: center;
}
.employee_testimonial_header h2 {
font-style: normal;
font-weight: 800;
font-size: 30px;
line-height: 50px;
}
.employee_testimonial_header p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 30px;
padding: 30px 0 40px 0;
}
.swiper-slide.employee-swiper-slide {
background: unset;
padding: 50px 0;
}
.team-main {
width: 80%;
margin: 0 auto;
position: relative;
}
.team_wrapper {
display: flex;
}
.team_image {
width: 35%;
}
.team_image img {
width: 100%;
height: 100%;
size: cover;
position: center center;
}
.team_feedback {
width: 65%;
background-color: #6ba546;
}
.team_feedback p {
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 30px;
color: #ffffff;
padding-top: 3%;
padding-left: 10%;
padding-right: 10%;
}
.team_feedback h4 {
font-weight: 600;
font-size: 20px;
color: #ffffff;
line-height: 26px;
padding-top: 10%;
padding-left: 10%;
}
.team_feedback span {
font-size: 16px;
color: green;
padding-left: 10%;
}
.team_frame {
position: absolute;
width: 67px;
height: 55px;
top: 15%;
left: 32%;
}
#ecozen_advisor_section{
margin-top:1rem;
}
#advisor_grid{
grid-template-columns: repeat(5, auto);
}
#advisor_grid .member_image{
width:fit-content;
}
#advisor_grid .img-responsive{
width:auto;
}
.career_hero_badge {
position: absolute;
top: 185%;
right: 0;
max-width: 95px;
z-index: 99;
transform: translate(0%, 0%);
}
.site-header.sticky .career_hero_badge {
display: none;
}
.ecozen_great_place-container {
padding-bottom: 30px;
}
.ecozen_great_place-wrapper {
display: grid;
grid-template-columns: 200px 1fr;
grid-column-gap: 35px;
}
.great_place_logo-holder img {
max-width: 100%;
height: auto;
}
.ecozen_great_place-description h2,
.ecozen_great_place-description h2 span {
font-size: 30px;
line-height: 50px;
}
.ecozen_great_place-description p {
font-size: 20px;
line-height: 30px;
margin-bottom: 10px;
}
#careers_open_positions{
width: 100%;
margin-top: 5%;
min-height: 600px;
}
.ecozen_careers_section-wrapper {
padding-bottom: 40px;
}
.job_container {
width: 90%;
margin: 0 auto;
padding-top: 50px;
}
.career_category {
background-color: var(--light-grey);
border-right: 9px solid var(--primary-color);
padding: 10px 0 10px 15px;
}
.career_category h2 {
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 40px;
color: var(--primary-color);
}
.career_category p {
font-style: normal;
font-weight: 200;
font-size: 16px;
line-height: 27px;
color: #1a1a1a;
}
.career_posts {
display: grid;
grid-template-columns: 60% 20% 20%;
align-items: center;
padding: 20px 35px 20px 10px;
background-color: var(--light-grey);
margin: 5px 0;
}
.career_posts a h2 {
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 40px;
color: #1a1a1a;
}
.career_posts p {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 27px;
color: #1a1a1a;
text-align: center;
}
.careerlink {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 27px;
text-transform: uppercase;
text-align: center;
letter-spacing: 2.2px;
color: #909090;
}
.careerlink:hover {
color: #909090;
}
#ecozen_careers_section iframe
{
scrolling: no;
} .single-career .single_career_wrapper ul {
list-style: disc;
padding-left: 5%;
}
.single-career ul.footer-links {
list-style: none;
padding-left: 0;
}
.single-career .footer_social ul {
list-style: none;
padding-left: 0;
}
.single-career .page_title {
display: none;
}
.single_career_wrapper {
padding: 50px 0;
}
.single-career-title {
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 60px;
}
.job_location p {
font-size: 18px;
line-height: 28px;
}
.job_description {
padding: 20px 0;
}
.career-form {
background-color: #f7f7f7;
padding: 50px 0;
}
.career-form-wrapper {
width: 80%;
margin: 0 auto;
}
.career-form-wrapper h1 {
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 60px;
margin-bottom: 20px;
}
input.wpcf7-submit {
background-color: var(--primary-color);
color: #fff;
font-size: 20px;
letter-spacing: 0.15em;
line-height: 20px;
font-weight: normal;
}
.wpcf7-form input,
.wpcf7-form textarea {
width: 100%;
padding: 20px 10px;
margin-bottom: 25px;
}    .ecoconnect_hero-wrapper {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/connect_hero.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.ecoconnect_hero_text {
padding: 125px 0;
}
.ecoconnect_hero_text h1 {
font-family: var(--primary-font);
font-size: 100px;
line-height: 120px;
font-weight: normal;
color: #fff;
}
.ecoconnect_hero_text p {
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 30px;
color: #fff;
width: 42%;
}
#ecoconnect_app_intro-section {
padding: 30px 0;
}
.connection_upper p {
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 50px;
text-align: center;
}
.connection_image {
text-align: center;
padding: 30px 0;
}
.connection_lower h2 {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 50px;
text-align: center;
}
.connection_lower p,
.quality_info p {
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 30px;
text-align: center;
color: #333333;
padding-top: 20px;
} .quality_info {
padding: 40px 0;
}
.quality_info h2 {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 50px;
text-align: center;
}
.ecoconnect_working_section-wrapper {
width: 50%;
margin: 50px auto;
padding: 40px 0;
background-color: var(--light-grey);
text-align: center;
}
.working_section-title {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 50px;
position: relative;
}
.working_section-grids {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(5, 1fr);
width: 80%;
margin: 0 auto;
}
.grid_item {
display: grid;
grid-template-columns: 20% 80%;
align-items: center;
position: relative;
}
.grid_item::after {
content: " ";
position: absolute;
width: 8px;
height: 40px;
background: var(--secondary-color);
top: 87%;
left: 5%;
border-radius: 9px;
}
.wallet.grid_item::after {
content: none;
}
.grid_item p {
text-align: left;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 50px;
}
#ecoconnect_relationship_section {
background-color: var(--secondary-color);
color: #fff;
}
#ecoconnect_form_section{
background-color: #f7f7f7;
padding: 30px 0px;
}
#ecoconnect_form_section .ecozen_form-subtitle{
text-align: center;
margin-top: 15px;
}
#ecoconnect_form_section #mauticform_connectform_submit .mauticform-button{
width: 100% !important;
background-color: #6BA546 !important;
letter-spacing: 0.15em;
color: #ffffff;
font-family: 'Mukta', sans-serif;
}
#ecoconnect_form_section #mauticform_connectform_submit .mauticform-button:hover{
outline: unset !important;
color: #ffffff !important;
background-color: #006037 !important;
}
.ecoconnect_relationship_section-wrapper {
display: grid;
grid-template-columns: 40% 60%;
grid-column-gap: 30px;
padding: 60px 0;
}
.relationship_image-holder {
background-image: url(//www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/handheld.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
height: 100%;
}
.relationship_text h3 {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 40px;
}
.relationship_text p {
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 30px;
padding-top: 20%;
}
#ecoconnect_bottom_image {
margin: 20px 0;
}
#ecoconnect_footer {
text-align: center;
padding: 40px 0;
}
#ecoconnect_footer p {
font-style: normal;
font-weight: 300;
font-size: 30px;
line-height: 50px;
}
#ecoconnect_footer img {
margin: 25px 0;
}  #ecotron_hero_section {
background-color: var(--primary-color);
}
.ecotron_hero_section-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 25px 0 0 0;
}
.ecotron_hero_intro-text {
display: flex;
flex-direction: column;
justify-content: space-evenly;
} .ecotron_upper_intro h1 {
font-family: var(--primary-font);
font-size: 100px;
line-height: 60px;
font-weight: normal;
color: #fff;
}
.ecotron_upper_intro p {
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #fff;
margin-top: 30px;
}
.ecotron_hero_intro_subtext {
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 20px;
color: #006037;
}
.ecotron_hero_intro-image {
text-align: center;
}
.ecotron_hero_intro-image img {
width: 60%;
}
#ecotron_farmer_thumb,
#ecofrost_farmer_thumb {
margin: 30px 0;
}
.farmer_thumb-wrapper,
.farmer_thumb {
position: relative;
}
.farmer_thumb::before {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(
180deg,
rgba(0, 0, 0, 0) 43.41%,
rgba(0, 0, 0, 0.67) 100%
);
}
#ecofrost_farmer_thumb .farmer_thumb::before {
background-image: linear-gradient(
180deg,
rgba(0, 0, 0, 0) 43.68%,
rgba(0, 0, 0, 0.91) 100%
);
}
.thumb_overlay_text {
position: absolute;
bottom: 5%;
width: 65%;
margin: 0 auto;
left: 8%;
}
.thumb_overlay_text h1 {
font-style: normal;
font-weight: 800;
font-size: 64px;
line-height: 70px;
color: #fff;
padding-bottom: 18px;
}
.thumb_overlay_text p {
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 30px;
color: #fff;
}
#ecofrost_quote {
position: relative;
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/ecofrost-quote-background.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
cursor: pointer;
}
#ecofrost_quote::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(22, 205, 255, 0.95);
}
.ecofrost_quote-wrapper {
text-align: center;
padding: 10% 0;
}
.ecofrost_quote-wrapper h1,
.ecofrost_quote-wrapper h1 span {
font-size: 60px;
line-height: 50px;
font-weight: 500;
font-family: var(--secondary-font);
color: #fff;
position: relative;
z-index: 99;
}
.ecofrost_quote-wrapper h1 span {
position: relative;
transition: color 0.4s ease-out;
}
.ecofrost_quote-wrapper h1 span::after {
content: " ";
position: absolute;
border-radius: 1em;
border-top: 0.1em solid #fff;
right: 100%;
bottom: 0px;
left: 0;
transition: right 0.4s cubic-bezier(0, 0.5, 0, 1), border-color 0.4s ease-out;
-webkit-transition: right 0.4s cubic-bezier(0, 0.5, 0, 1),
border-color 0.4s ease-out;
-moz-transition: right 0.4s cubic-bezier(0, 0.5, 0, 1),
border-color 0.4s ease-out;
-ms-transition: right 0.4s cubic-bezier(0, 0.5, 0, 1),
border-color 0.4s ease-out;
-o-transition: right 0.4s cubic-bezier(0, 0.5, 0, 1),
border-color 0.4s ease-out;
}
#ecofrost_quote:hover .ecofrost_quote-wrapper h1 span::after {
cursor: pointer;
border-color: #fff;
right: 0;
}
#ecotron_functionality_grid_section {
padding: 30px 0;
}
.ecotron_functionality_grid-wrapper {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(2, 1fr);
}
.functionality_grid-item {
display: grid;
}
.functionality_grid-item.grid--item1 {
grid-template-columns: 2fr 1fr;
}
.functionality_grid-item.grid--item2 {
grid-template-columns: 1fr 1.5fr;
}
.grid--item1 .functionality_info p {
width: 48%;
margin-right: auto;
}
.grid--item2 .functionality_info p {
width: 75%;
margin-right: auto;
}
.grid--item2 .ecotron_part-thumb {
align-self: end;
}
.functionality_info {
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.functionality_info h2 {
font-style: normal;
font-weight: 600;
font-size: 36px;
color: var(--primary-color);
}
.functionality_info p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 25px;
color: #000;
}
#ecotron_display_thumb {
padding: 30px 0;
}
#ecotron_specs_section,
#ecofrost_specs_section {
padding: 50px 0;
}
.specs_wrapper-inner {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-row-gap: 50px;
width: 80%;
margin: 0 auto;
}
.spec_box {
display: flex;
align-items: center;
}
.specs_desc {
margin-left: 7%;
}
#ecotron_technical_specs_collapsible h3,
#ecofrost_technical_specs_collapsible h3 {
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 50px;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
border: none;
}
#ecotron_technical_specs_collapsible .features_title-holder,
#ecofrost_technical_specs_collapsible .features_title-holder {
text-align: left;
padding-left: 5%;
}
#ecofrost_technical_specs_collapsible {
padding: 50px 0;
}
#ecofrost_technical_specs_collapsible .pump_features-container {
background-color: var(--dark-blue);
}
.specs_expand_container {
display: none;
}
#ecofrost_technical_specs_collapsible
.specs_expand_container
.specs_expand-wrapper {
background-color: #002e72;
}
.specs_expand-wrapper {
background-color: var(--secondary-color);
color: #fff;
display: grid;
grid-template-columns: 1fr 1fr;
width: 90%;
margin: 0 auto;
grid-template-rows: auto;
grid-row-gap: 55px;
padding: 40px 0 60px 0;
}
.specs-box {
display: grid;
grid-template-columns: 1fr 4fr;
align-items: center;
}
.specs-box.specs-box-7 {
grid-column: 1 / 3;
justify-self: center;
}
.spec-box-thumb {
text-align: center;
}
#ecofrost_technical_specs_collapsible .spec-title {
color: #35bdef;
font-weight: normal;
}
.spec-title {
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 30px;
}
.spec-subtinfo {
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 30px;
}
.expand-img {
transition: transform 0.8s;
-webkit-transition: transform 0.8s;
-moz-transition: transform 0.8s;
-ms-transition: transform 0.8s;
-o-transition: transform 0.8s;
}
#ecofrost_specs_section .specs_desc {
margin-left: 0;
}
.specs_desc p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 25px;
color: #000;
padding: 0 30px;
}
#ecotron_service_platform_section,
#ecofrost_service_platform_section {
padding: 30px 0;
}
.service_platform_section-wrapper {
position: relative;
}
.service_platform_thumb {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/service-platform.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 468px;
}
#ecofrost_service_platform_section .service_platform_thumb {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/ecofrost_service_platform.png);
}
.service_platform_overlap {
position: absolute;
width: 80%;
margin: 0 auto;
top: 42%;
background-color: #ffffff;
left: 50%;
transform: translate(-50%, -50%);
}
.overlap_wrapper {
width: 50%;
margin: 0 auto;
text-align: center;
padding: 35px 0;
}
.overlap_wrapper h2 {
display: inline-block;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 30px;
color: #1a1a1a;
border-bottom: 3px solid var(--footer-highlight);
padding-bottom: 10px;
}
#ecofrost_service_platform_section .overlap_wrapper h2 {
border-bottom: 3px solid #35bdef;
}
.overlap_wrapper p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 30px;
color: #1a1a1a;
padding: 30px 0;
}
.service_platform_info {
background-color: var(--secondary-color);
color: #fff;
padding: 225px 0 80px 0;
}
#ecofrost_service_platform_section .service_platform_info {
background-color: #35bdef;
}
.service_platform_inner {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-row-gap: 50px;
grid-column-gap: 30px;
}
.service_box {
display: flex;
align-items: center;
}
.service_desc {
margin-left: 7%;
}
.service_desc p {
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 30px;
padding: 0 30px;
}
.ecofrost_service_bottom-para {
background-color: var(--light-grey);
text-align: center;
padding: 50px 0;
}
.para_inner p {
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: var(--dark-blue);
}
.download_wrapper {
text-align: center;
}
.download_wrapper a {
background-color: var(--yellow);
padding: 5px 25px;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 0.355em;
}
#ecotron_pump_features_section {
background-color: var(--light-grey);
padding: 20px 0;
margin: 30px 0;
}
.pump_thumbnail_header {
text-align: center;
}
.pump_thumbnail_header h2 {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 30px;
}
.pump_thumbnail_header img {
margin: 20px 0;
}
.pump_features-container,
.all-features{
background-color: var(--secondary-color);
}
.features_title {
position: relative;
padding: 20px 0;
cursor: pointer;
}
.features_title-holder {
text-align: center;
}
.features_title-holder h3 {
display: inline-block;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 25px;
color: #fff;
border-bottom: 2px solid #fff;
padding-bottom: 5px;
}
.feature_expand_toggle {
display: flex;
position: absolute;
width: 12%;
right: -4%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
.feature_expand_toggle p {
font-style: normal;
font-weight: 300;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #fff;
cursor: pointer;
margin-right: 10%;
} .toggle-img {
transition: transform 0.8s;
-webkit-transition: transform 0.8s;
-moz-transition: transform 0.8s;
-ms-transition: transform 0.8s;
-o-transition: transform 0.8s;
}
.features_expand_container {
display: none;
}
.features_expand-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-row-gap: 50px;
grid-column-gap: 30px;
padding: 50px 0 30px 0;
width: 80%;
margin: 0 auto;
}
.feature_item-box {
display: flex;
align-items: center;
}
.feature_box-desc {
margin-left: 7%;
}
.feature_box-desc p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 25px;
color: #fff;
}
.isi {
display: flex;
align-items: center;
justify-content: center;
width: 35%;
margin: 0 auto;
padding: 20px 0 0 0;
}
.isi-desc {
padding-left: 5%;
}
.isi-desc p {
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 25px;
color: var(--secondary-color);
}
.app_connect-wrapper {
background-image: url(https://www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/ecoconnect_fruits.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 35px 0;
}
.app_connect_wrapper-inner {
display: grid;
grid-template-columns: 1fr 1fr;
background-color: #fff;
padding: 40px 0;
color: #000;
}
.app_connect-thumb {
text-align: center;
}
.app_connect-info {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
.app_connect-info h2 {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 50px;
}
.app_connect-info p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 50px;
}
.app_connect-info a {
display: inline-block;
background: var(--yellow);
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 0.355em;
padding: 10px 20px;
}
#ecoforst_app_connect_section .app_connect-info a {
background-color: var(--footer-highlight);
color: #fff;
}  #ecofrost_hero_section {
background-color: rgba(22, 199, 247, 0.12);
}
.ecofrost_hero_section-wrapper {
display: grid;
grid-template-columns: 60% 40%;
grid-column-gap: 45px;
padding: 40px 0;
}
.ecofrost_hero_intro h1 {
font-family: var(--primary-font);
font-size: 100px;
color: var(--ecofrost-color);
font-weight: normal;
line-height: 60px;
}
.upper_intro {
padding-top: 15%;
}
.ecofrost_hero_subtitle {
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #35BDEF;
margin-top: 30px;
}
.ecofrost_hero_short-desc {
padding-top: 20%;
width: 65%;
font-style: normal;
font-weight: 200;
font-size: 30px;
line-height: 40px;
color: var(--dark-blue);
}
#ecoforst_app_connect_section {
padding-top: 30px;
}
#ecofrost_bottom_image {
padding: 30px 0;
}
.ecofrost_download_section-wrapper {
background-color: var(--light-grey);
}
.brochure_header-title {
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 50px;
}
.ecofrost_brochure_header {
text-align: center;
padding: 40px 0;
}
.ecofrost_brochure_header p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 50px;
}
.ecofrost_brochure_grid {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.borchure_grid {
text-align: center;
}
.borchure_grid p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 25px;
padding-top: 20px;
}
.ecofrost_brochure-button {
padding: 45px 0;
}
.ecofrost_brochure-button.download_wrapper a {
background-color: var(--dark-blue);
color: #fff;
}
#ecofrost_features_parts_slider {
padding-top: 30px;
}
.swiper-wrapper {
box-sizing: border-box !important;
}
.swiper-slide {
background-color: var(--secondary-color);
color: #fff;
height: auto !important;
}
#ecotron_features_parts_slider .swiper-slide {
background-color: var(--primary-color);
}
.ecofrost_features_slide-wrapper {
display: grid;
grid-template-columns: 40% 60%; height: 100%;
}
.ecofrost_slide-thumb {
justify-self: center;
align-self: center;
} .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: transparent;
opacity: 1;
border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #fff;
}
#ecotron_offerings {
padding-top: 30px;
}
.offerings-slide-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
}
.offerings-slider-wrapper .swiper-slide {
background-color: var(--light-grey);
}
.offerings-title {
font-size: 64px;
font-family: var(--secondary-font);
color: var(--primary-color);
}
.offerings-desc .offerings-subtitle {
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 30px;
color: #000;
}
.offerings-desc .offerings-short-desc {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 25px;
color: #000;
}
.ecofrost_features_slide-wrapper .ecofrost_slide-desc {
display: flex;
flex-direction: column;
justify-content: space-evenly;
padding: 0 40px;
}
.ecofrost_slide-desc h2 {
font-family: var(--secondary-font);
font-size: 48px;
line-height: 25px;
font-weight: 500;
}
.ecofrost_slide-desc p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 25px;
}
.ecofrost_slide-desc.eco-slide1 p {
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 25px;
}
.ecofrost_day_night_toggle-wrapper {
position: relative;
}
.toggle_switch-container {
position: absolute;
bottom: 20px;
left: 5%;
width: 48%;
}
.switch-box {
display: flex;
align-items: center;
}
.switch-box > * {
margin-right: 2%;
}
.switch {
position: relative;
display: inline-block;
width: 39px;
height: 19px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider-switch {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.slider-switch:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
}
input:checked + .slider-switch {
background-color: #dedede;
}
input:focus + .slider-switch {
box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider-switch:before {
-webkit-transform: translateX(16px);
-ms-transform: translateX(16px);
transform: translateX(16px);
}
.switch-text h2 {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 40px;
color: #fff;
}
.switch-text p {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 40px;
color: #fff;
}
.night::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
transition: all 0.4s ease-in-out;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
} .slider-switch.round {
border-radius: 30px;
}
.slider-switch.round:before {
border-radius: 50%;
}  .contact_us_header-wrapper {
background-image: url(//www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/contact_header.png);
background-size: cover;
background-position: center center;
height: 100%;
}
.contact_us_info {
text-align: center;
padding: 50px 0;
}
.contact_us_info h1 {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 60px;
color: #fff;
}
.contact_us_info p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 25px;
color: #fff;
padding: 50px 0;
}
.contact_cta {
display: inline-block;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 20px;
background: #fff;
padding: 5px 20px;
}
#contact_us_locations {
margin: 30px 0;
}
.contact_locations-wrapper {
background-color: #f7f7f7;
padding: 50px 0;
}
.locations_header {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 23px;
color: #1a1a1a;
text-align: center;
padding-bottom: 20px;
}
.location_address {
padding-left: 5%;
}
.location_address h3 {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
}
.location_address h3 span {
font-size: 20px;
font-weight: 600;
color: var(--footer-highlight);
}
.location-wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 30px;
margin: 0 auto;
}
.pune_location,
.raipur_location {
border-left: 4px solid var(--primary-color);
}
.location_address p {
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 23px;
}
.contact_us_helpline-wrapper {
background-color: var(--light-grey);
padding: 50px 0;
}
.contact_us_helpline-wrapper h2 {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 23px;
text-align: center;
}
.tollfree_no {
text-align: center;
}
.tollfree_no p {
display: inline-block;
position: relative;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 23px;
margin: 30px 0;
} .tollfree_no p span {
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 20px;
}
.emails-wrapper {
display: flex;
justify-content: space-between;
width: 90%;
margin: 0 auto;
}
.email p {
position: relative;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 23px;
padding-left: 8px;
}
.email p::before {
content: " ";
position: absolute;
width: 4px;
height: 90%;
background: var(--primary-color);
left: 0;
top: 0;
}
#ecozen_contact_form_section {
margin: 30px 0;
background: var(--light-grey);
}
.ecozen_contact_form-wrapper {
background: var(--light-grey);
padding: 60px 0;
text-align: center;
margin-bottom: -40px !important;
}
.ecozen_form-title {
font-weight: 600;
font-size: 36px;
line-height: 40px;
color: #1a1a1a;
text-align: center;
width: 50%;
margin: 0 auto;
}
.ecozen_form-subtitle {
font-style: normal;
font-weight: 200;
font-size: 20px;
line-height: 20px;
}
.ecozen_form-container {
width: 80%;
margin: 0 auto;
}
.happyforms-part--submit {
display: block;
}
#ecozen_map {
padding-bottom: 30px;
}  .blog .ecozen_hero-wrapper {
border-bottom: unset;
background: var(--secondary-color);
}
.blog .ecozen_hero-wrapper::before {
content: unset;
}
.blog .ecozen_hero-wrapper .hero_intro_text-wrapper {
position: relative;
bottom: unset;
width: 90%;
color: #fff;
padding: 40px 0;
background: unset;
display: grid;
grid-template-columns: 1fr 0.35fr;
align-items: end;
}
.blog .hero_intro_text-wrapper .hero_intro_text {
margin: unset;
padding-left: 1%;
}
.blog .hero_intro_text-wrapper .hero_intro_text h1 {
font-weight: normal;
font-family: var(--secondary-font);
}
.blog .hero_intro_text-wrapper .hero_intro_text p {
font-size: 20px;
line-height: 28px;
font-weight: 300;
}
#ecozen_featured_post {
padding: 45px 0;
}
.featured_post-box {
display: grid;
grid-template-columns: 1.5fr 1fr;
}
.featured_post-info {
background-color: var(--primary-color);
padding: 30px 25px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.posted_on {
display: flex;
justify-content: space-between;
align-items: center;
}
.post-date p {
font-family: var(--primary-font);
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
color: #fff;
}
.post_header h2 {
font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 46px;
color: #fff;
}
.post_header p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 20px;
padding-top: 10px;
color: #fff;
}
.resources_blog_posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
grid-column-gap: 40px;
grid-row-gap: 30px;
margin-bottom: 30px;
}
.resources_post-block {
transition: all 0.4s ease-in-out;
}
.post-block-info {
height: 100%;
padding: 10px 10px;
text-align: left;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: #ededed;
transition: all 0.4s ease-in-out;
}         .resources_post-block:hover .post-block-info {
background-color: var(--secondary-color);
}
.resources_post-block:hover h2 {
color: #fff;
}
.resources_post-block:hover p {
color: #fff;
}
.block-post-title {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 30px;
color: var(--secondary-color);
}
.resource-blog-date {
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
padding-top: 10px;
color: var(--primary-color);
}
.resources_post-block {
display: flex;
flex-direction: column;
justify-content: stretch;
}
.all_blog-button {
text-align: center;
padding: 40px 0;
}
.all_blog-button a {
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 20px;
color: #333333;
background: #fff;
padding: 10px 25px;
}
.misha_loadmore {
width: 15%;
max-width: 455px;
margin: 0 auto;
text-align: center;
padding: 10px 0;
background-color: var(--primary-color);
color: #fff;
font-size: 20px;
line-height: 22px;
margin-top: 20px;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.misha_loadmore:hover {
background-color: var(--secondary-color);
}
.presskit-wrapper {
margin: 20px auto !important;
background-color: var(--light-grey);
}
.presskit-title {
position: relative;
padding: 20px 0;
cursor: pointer;
}
.presskit-title h1 {
font-style: normal;
font-weight: 300;
font-size: 36px;
text-align: center;
}
.presskit-title img {
position: absolute;
top: 50%;
right: 5%;
}
.presskit-expand {
display: none;
text-align: center;
padding-bottom: 20px;
}
.presskit-expand a {
background-color: var(--secondary-color);
padding: 5px 25px;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 0.355em;
color: #fff;
}
#resources_above_footer {
padding: 30px 0;
}
.above_footer {
width: 90%;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 2fr;
}
.above_footer_info {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
padding: 0 30px;
}
.above_footer_info p {
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 20px;
color: #1a1a1a;
text-align: left;
}
.above_footer_info a {
display: inline-block;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 20px;
text-align: center;
letter-spacing: 0.355em;
text-transform: uppercase;
color: #fff;
padding: 5px 16px;
background-color: var(--secondary-color);
}   #ecozen_blog_posts_section {
padding: 50px 0;
background-color: var(--light-grey);
}
.ecozen_blog_posts-wrapper { display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
grid-column-gap: 35px;
grid-row-gap: 30px;
}
.blog-thumb a img {
display: block;
width: 100%;
height: auto;
}
.blog-box { display: flex;
flex-direction: column;
justify-content: stretch;
}
.blog-info {
background-color: var(--secondary-color);
color: #fff; height: 100%;
padding: 10px 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.blog-info a {
color: #fff;
}
.blog-box .blog-info h1 {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 30px;
}
.blog-box .blog-info p {
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
padding: 15px 0px 0 0;
}   #single_post-section strong {
font-weight: 600;
font-size: 24px;
line-height: 31px;
}
#single_post-section h1 {
font-size: 30px;
line-height: 39px;
color: var(--primary-color);
padding: 10px 0;
}
#single_post-section h2 {
font-weight: 600;
font-size: 24px;
line-height: 128.7%;
color: #006037;
padding: 10px 0;
}
#single_post-section figure {
padding: 30px 0;
text-align: center;
}
#single_post-section figcaption {
font-size: 14px;
line-height: 23px;
color: #8F8E8E;
}
#single_post-section blockquote {
padding: 10px 0
} #single_post-section blockquote p {
font-weight: 400;
font-size: 22px;
line-height: 1.3;
color: #6BA546;
}
.single_post-header {
display: grid;
grid-template-columns: 1fr 1fr;
}
.single-post-info {
background-color: var(--primary-color);
color: #fff;
padding: 25px;
}
.single-blog-title {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#single_post-section .single-blog-title h1 {
font-size: 36px;
line-height: 46px;
font-weight: 300;
font-style: normal;
color: #fff;
}
.single-blog-date {
font-size: 24px;
line-height: 30px;
color: var(--secondary-color);
}
.blog-author {
display: none; }
.single_post-content {
display: grid;
grid-template-columns: 1fr 0.4fr;
padding: 50px 0;
grid-column-gap: 35px;
}
.single_post-content p {
font-size: 18px;
line-height: 26px;
margin-bottom: 20px;
}
#single_post-section .related_blogs_title {
font-weight: bold;
font-size: 18px;
line-height: 30px;
text-transform: uppercase;
border-bottom: 5px solid #002E73;
}
.related_blogs_body {
padding-top: 25px;
}
li.related-posts-wrapper {
padding-top: 5px;
border-bottom: 1px solid black;
}
#single_post-section .related-posts-wrapper p {
font-weight: 600;
font-size: 20px;
line-height: 33px;
color: #35BDEF;
}
#comments {
display: none;
}
.single.single-post .page_title {
display: none;
}
.comment-form-comment {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: self-start;
}
.comment-form-comment textarea {
border: 1px solid var(--secondary-color);
}
.form-submit {
display: inline-block;
padding: 10px 0;
}
.form-submit input {
background: var(--primary-color);
color: #fff;
font-size: 20px;
line-height: 25px;
padding: 10px 10px;
}
.wp-block-file .wp-block-file__button {
background-color: #6ba546;
border-radius: unset;
font-size: 16px;
padding: 3px 10px;
}  #ecozen_footer {
background-color: var(--footer-background);
color: #fff;
padding-top: 50px;
position: relative;
padding-bottom: 40px;
}
.ecozen_footer-wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
grid-template-areas:
"product-navigation page-navigation legal contact"
"social . to-top newsletter";
}
.ecozen_footer-wrapper .footer-title {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
}
.ecozen_footer-wrapper .footer-links li a {
display: inline-block;
color: #fff;
padding: 10px 0;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 20px;
}
.ecozen_footer-wrapper .footer_product-navigation .footer-links li a {
color: var(--footer-highlight);
}
.footer_contact .footer-links li:first-child {
padding: 10px 0;
}
.footer_contact .footer-links .contact-no a {
color: var(--footer-highlight);
font-weight: 500;
}
.footer_social ul {
display: flex;
justify-content: flex-start;
}
.footer_social ul li {
margin-right: 15%;
}
.footer_social ul li a svg path {
transition: 200ms ease-in-out;
-webkit-transition: 200ms ease-in-out;
-moz-transition: 200ms ease-in-out;
-ms-transition: 200ms ease-in-out;
-o-transition: 200ms ease-in-out;
}
.footer_social ul li a svg path {
fill: #fff;
}
.footer_social ul li a svg path:hover {
fill: var(--footer-highlight);
}
.scroll-top p {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.1em;
}
.scroll-top p span {
margin-left: 5%;
cursor: pointer;
}
.footer_product-navigation {
grid-area: product-navigation;
}
.footer_pages-navigation {
grid-area: page-navigation;
}
.footer_legal {
grid-area: legal;
}
.footer_contact {
grid-area: contact;
}
.footer_social {
grid-area: social;
align-self: end;
}
.scroll-top {
grid-area: to-top;
align-self: end;
}
.ecozen_newsletter {
grid-area: newsletter;
}
.newsletter_title {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 20px;
}	
#mauticform_subscribeform_subscribe_to_newsletter input{
padding: 10px !important;
margin-top: 20px !important;
}
#mce-EMAIL {
padding: 5px 10px !important;
}
#mauticform_subscribeform_subscribe button{
background: #2b2b2b ;
color: #fff;
border: 1px solid white ;
display: inline-block ;
text-transform: uppercase ;
font-weight: 300 ;
font-size: 12px ;
letter-spacing: 0.3em ;
padding: 10px 10px ;
margin-top: 20px ;
width: 50% ;
}
#mauticform_subscribeform_subscribe button:hover{
border: 1px solid white !important;
outline: none !important;
}
.footer_logo {
position: absolute;
top: -20px;
left: 50%;
} .privacy-policy .entry-content {
width: 90%;
max-width: 1366px;
margin: 0 auto;
padding: 50px 0;
} .ecozen-container{
max-width: 1366px;
width: 90%;
margin: 0 auto;
}
header .logo_section{
margin-top: 30px;
display: flex;
justify-content: space-between;
}
header img{
display: inline-block;
}
header .logo_section h3{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 33px;
color: #000000;
align-self: center;
margin-bottom: -10px;
}
#lease_coldroom{
margin-top: 30px;
}
.lease_coldroom_inner{
background-image: url(https://www.ecozensolutions.com/wp-content/uploads/2020/03/ecofrostmain.png);
background-position: center center;
background-size: cover;
}
.lease_cold{
padding-top: 28%;
padding-bottom: 2%;
}
.lease_coldroom_inner h1{
font-family: 'Bebas Neue', cursive;
font-style: normal;
font-weight: normal;
font-size: 72px;
line-height: 80px;
color: #FFFFFF; margin-left: 35px;
}
.lease_coldroom_inner span{
display: inline-block;
font-family: 'Bebas Neue', cursive;
font-style: normal;
font-weight: normal;
font-size: 72px;
line-height: 70px;
text-transform: uppercase
}
.lease_coldroom_inner span::after{
content: '';
width: 0;
display: block;
height: 7px;
background: #35bdef;
transition: .4s;
}
.lease_coldroom_inner span:hover::after {
width: 100%;
}
#form_section{
margin-top: -4px;
}
.form_section_inner{
padding-top: 40px;
padding-bottom: 50px;
background-color: #35BDEF;
display: flex;
justify-content: space-between;
}
.form_image{
text-align: center;
padding-top: 60px;
}
.form_image img{
}
.form_section_left h4{
font-family: 'Bebas Neue', cursive;
font-style: normal;
font-weight: normal;
font-size: 40px;
line-height: 20px;
color: #FFFFFF;
width: 48%;
margin: 0 auto;
margin-top: 50px;
}
.form_section_left p{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 28px;
line-height: 20px;
color: #002E72;
width: 48%;
margin: 0 auto;
margin-top: 10px;
}
.form_section_left{
width: 50%;
}
.form_section_right{
width: 40%;
}
.form_section_right p{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px; color: #FFFFFF;
margin-bottom: 25px;
width: 80%;
}
.form_section_right input, .form_section_right select{
border: none;
padding: 20px;
width: 80% !important;
-webkit-appearance: none;
}
#mauticform_ecofrostlease_submit .mauticform-button{
background-color: #002E72 !important;
width: 80% !important;
padding: 20px 10px !important;
text-align: center !important;
margin-top: 15px;
-webkit-appearance: none !important;
color: #ffffff !important;
font-size: 24px !important;
}
.form_section_right .wpcf7-submit:hover, #mauticform_ecofrostlease_submit .mauticform-button:hover{
background-color: #35BDEF !important;
outline: 3px solid #002E72 !important;
color: #002e72 !important;
}
.form_section_right .email input, .form_section_right .name input, .form_section_right .phone input{
width: 100%;
-webkit-appearance: none;
}
.form_section_right .wpcf7-submit{
background-color: #002E72;
width: 100%;
padding: 20px 10px;
text-align: center;
margin-top: 15px;
-webkit-appearance: none;
color: #ffffff;
-webkit-appearance: none;
font-size: 24px;
}
.form_section_right .wpcf7-submit:hover, #mauticform_ecofrostlease_submit .mauticform-button:hover{
background-color: #35BDEF;
outline: 3px solid #002E72;
color: #002e72;
}
.form_section_right .wpcf7-submit:hover{
color: #002E72;
}
.form_section_right h4{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 14px; color: #002E72;
margin-top: 10px;
}
.form_section_right h4 a{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 14px;
}
#banner{
background-color: #FFBB02;
padding-top: 18px;
padding-bottom: 12px;
}
#banner h2{
font-family: Mukta;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #002E72;
}
#banner h2 span{
font-family: Mukta;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #002E72;
}
.ecofrost_adv_main{
padding-top: 50px;
padding-bottom: 60px;
}
.ecofrost_adv_main h2{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 36px;
text-align: center;
color: #002E72;
text-align: center;
}
.ecofrost_adv_main h2 span{
display: inline-block;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 36px;
}
.ecofrost_adv_main h2 span::after{
content: '';
width: 0;
display: block;
height: 2.5px;
background: #35bdef;
transition: .4s;
}
.ecofrost_adv_main h2 span:hover::after {
width: 100%;
}
.ecofrost_adv_main p{
font-family: Mukta;
font-style: normal;
font-weight: 500;
font-size: 24px; text-align: center;
color: #35BDEF;
margin-top: 20px;
}
.ecofrost_adv_main .advantages_main{
width: 60%;
margin: 0 auto;
margin-top: 70px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(2, 1fr);
grid-row-gap: 70px;
grid-column-gap: 70px;
}
.advantages_main .advantages_line11, .advantages_main .advantages_line12, .advantages_main .advantages_line21, .advantages_main .advantages_line22{
display: flex;
}
.advantages_main p{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 30px;
color: #002E72;
width: 73%;
margin-left: 30px;
text-align: left;
}
#sell-earn{
background-color: #F9F9F9;
padding-top: 50px;
padding-bottom: 50px;
}
.sell_earn_inner{
display: flex;
justify-content: space-between;
}
.sell_earn_text{
width: 40%;
}
.sell_earn_image{
width: 50%;
}
.sell_earn_image img{
padding-left: 20px;
display: inline-block;
width: 100%;
}
.sell_earn_inner h2{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 48px; color: #002E72;
margin-bottom: 10px;
}
.sell_earn_image h2{
display: none;
}
.sell_earn_inner ul li{
font-family: Mukta;
font-style: normal;
font-weight: 300;
font-size: 20px; color: #000000;
margin-bottom: 20px;
margin-left: 20px;
}
.sell_earn_inner ul li::before{
content: "\2022";  
color: #002E72;
display: inline-block; width: 1em; margin-left: -1em;
}
.sell_earn_image iframe{
margin-top: 60px;
}
.swiper-pagination-bullet-active{
background: #fff !important;
}
.slider_one-wrapper .one, .slider_one-wrapper .two, .slider_one-wrapper .three img{
width: 100%;
height: 100%;
}
#electric_vs_solar{
margin-top: 50px;
}
#electric_vs_solar .mobile-title{
display: none;
}
table{
border-collapse: collapse;
margin: 0 auto;
}
th, tr{
border-bottom: 1px solid #ADADAD;
}
tr:nth-child(9){
border-bottom: none;
}
td{
padding-top: 20px;
padding-bottom: 20px;
}
th{
padding: 20px 40px;
}
table .title{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 30px;
color: #2B2B2B;
margin-left: 20px;
width: 60%;
}
table img{
display: inline-block;
margin-left: 30px;
}
table .green-text{
font-family: 'Mukta',  sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #6BA546;
margin: 0 auto;
width: 60%;
}
table .blue-text{
font-family: 'Mukta',  sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #002E72;
margin: 0 auto;
width: 60%;
}
.red_dot{
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #CC0000;
margin: 0 auto;
}
.red-line{
width: 6px;
height: 3px;
background-color: #CC0000;
margin: 0 auto;
}
.green_dot{
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #6BA546;
margin: 0 auto;
}
#slider_one .swiper-slide{
background-color: transparent !important;
}
#slider_one img{
width: 100% ;
height: auto;
}
#slider-two{
background-color: #35BDEF;
margin-top: 70px;
padding: 50px 0 0 0;
}
#slider-two .frame{
margin-left: 50px;
margin-bottom: 20px;
}
#slider-two .swiper-slide{
background-color: #35BDEF !important;
}
#slider-two .image-section{
padding-top: 18px;
}
.slider_two-container .first, .slider_two-container .second, .slider_two-container .third{
display: flex;
padding: 0 50px;
}
#slider-two h3{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 40px;
text-transform: uppercase;
display: inline;
margin-right: 20px;
}
#slider-two h4{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 24px;
color: #002E72;
display: contents;
}
#slider-two p{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 27px;
color: #FFFFFF;
margin-bottom: 20px;
}
#slider-two p span {
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 27px;
color: #FFFFFF;
}
#slider-two .text-section{
width: 55%;
margin: 0 auto;
}
#slider-two .image-section div{
display: none;
}
.text-section div{
margin-bottom: 30px;
}
#slider-two .swiper-button-next:after, #slider-two .swiper-button-prev:after{
content: ' ';
}
#know-more{
margin-top: 70px;
}
.know_more_inner p{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 20px;
text-align: center;
color: #0B0B0B;
}
.know_more_inner .enquire{
text-align: center;
margin-top: 60px;
}
.know_more_inner a{
margin: 0 auto;
text-align: center;
text-decoration: none;
font-family: 'Mukta';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 20px;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #FFFFFF;
background-color: #002E72;
padding: 10px 100px;
cursor: pointer;
}
.know_more_inner a:hover{
background-color: #FFFFFF !important;
outline: 3px solid #002E72 !important;
color: #002e72 !important;
}
.know_more_inner h3{
font-family: Mukta;
font-style: normal;
font-weight: normal;
font-size: 34px;
line-height: 20px;
text-align: center;
color: #0B0B0B;
margin-top: 80px;
}
.know_more_inner h3 span{
font-weight: bold;
font-size: 34px;
}
.know_more_inner .fruit-image{
width: 100%;
}
.know_more_inner .fruit-image img{
width: 100%;
}
footer{
margin-top: -4px;
}
.footer_inner{
background-color: #2b2b2b;
text-align: center;
padding: 36px 0;
}
table .heading{
font-family: 'Mukta';
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 35px;
text-align: center;
color: #002E72;
margin: 0 auto;
border-right: 1px solid #adadad;
}
table .table-img{
display: flex;
}
table .desk-none{
display: none;
} #thank-you .message, #thank-you a, .mautic .message, .mautic a{
font-family: 'Mukta';
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 35px;
text-align: center;
color: #000000;
margin-top: 50px;
margin-bottom: 50px !important;
}
#thank-you a, .mautic a{
color: #ffffff;
background-color: #002e72;
padding: 2px 15px;
margin-left: 45%;
}
#thank-you a:hover{
background-color: #ffffff;
outline: 3px solid #002E72;
color: #002e72;
}
.mautic a:hover{
background-color: #006037 !important;
outline: unset;
color: #ffffff;
} .error{
background-image: url(//www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/green box.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
margin-bottom: 30px;
display: flex;
padding: 90px 0;
justify-content: space-around;
}
.error h1{
font-family: 'Bebas Neue';
font-style: normal;
font-weight: normal;
font-size: 288px;
line-height: 346px;
color: #6BA546;
padding-top: 8%;
}
.error p{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 30px;
line-height: 47px;
color: #FFFFFF;
padding-top: 20%;
padding-bottom: 15%;
width: 50%;
}
.mauticform-page-wrapper div input, .mauticform-page-wrapper div select, .mauticform-page-wrapper div textarea, .mauticform-page-wrapper div button{
width: 100%;
padding: 20px;
margin-top: 30px;
}
.mauticform-page-wrapper div select, .mauticform-page-wrapper div .mauticform-selectbox{
-webkit-appearance: none !important;
-moz-appearance: none !important;
background-color: #ffffff !important;
}
.mauticform-page-wrapper .mauticform-select{
position: relative;
}
.mauticform-page-wrapper .mauticform-selectbox{
color: #888;
}
.mauticform-page-wrapper .mauticform-select::after{
position:absolute;
content:'';
right: 5%;
top: 60%;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 8px solid #000000;
}
.mauticform-page-wrapper div textarea{
height: 150px;
}
.mauticform-page-wrapper #mauticform_ecofrostlease_submit .mauticform-button{
background-color: #6BA546;
color: #ffffff;
padding: 20px;
text-align: center;
font-size: 20px;
font-weight: normal;
} #mauticform_productqueryform_submit .mauticform-button{
width: 100% !important;
background-color: #6BA546 !important;
letter-spacing: 0.15em;
color: #ffffff;
font-family: 'Mukta', sans-serif;
}
#mauticform_productqueryform_submit .mauticform-button:hover{
outline: unset !important;
color: #ffffff !important;
background-color: #006037 !important;
}
#mauticform_wrapper_productqueryform .mauticform-errormsg{
display: flex;
}
@media only screen and (max-device-width: 480px){
.lease_cold{
padding-top: 45%;
padding-bottom: 0;
}
.lease_coldroom_inner{
background-image: url(https://www.ecozensolutions.com/wp-content/uploads/2020/03/ecofrostmob.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.lease_coldroom_inner h1{
width: 80%;
color: #ffffff;
background-color: #002E72;
margin: 0 auto;
font-size: 30px;
line-height: 30px;
text-align: center;
padding-bottom: 20px;
text-align: center;
}
.lease_coldroom_inner h1 span{
font-size: 30px;
}
.form_section_inner{
flex-direction: column;
}
.form_section_left{
display: flex;
flex-direction: column;
width: 100%;
}
.form_image{
order: 1;
padding-top: 30px;
padding-bottom: 20px;
}
.form_image img{
width: 100%;
}
.form_section_right{
width: 100%;
}
.form_section_left h4{
font-size: 26px;
color: #002E72;
margin: 0 auto;
width: 53%;
}
.form_section_left p{
font-size: 18px;
width: 53%;
margin: 0 auto;
margin-top:10px;
}
.form_section_right p{
font-size: 18px;
margin: 0 auto;
}
.form_section_right .email input, .form_section_right .name input, .form_section_right .phone input, .form_section_right select{
width: 100%;
text-align: center;
}
.form_section_right .submit{
margin: 0 auto;
width: 94%;
}
.form_section_right h4{
text-align: center;
font-size: 10px;
}
.mauticform-page-wrapper{
text-align: center;
}
.form_section_right h4 a{
font-size: 10px;
}
#banner h2, #banner h2 span{
font-size: 16px;
line-height: 20px;
width: 58%;
margin: 0 auto;
}
.ecofrost_adv_main h2{
font-size: 24px;
color: #35BDEF;
text-transform: uppercase;
line-height: 31px;
width: 90%;
margin: 0 auto;
}
.ecofrost_adv_main h2 span{
border-bottom: none;
font-size: 24px;
}
.ecofrost_adv_main p{
font-size: 16px;
line-height: 20px;
color: #0B0B0B;
width: 60%;
margin: 0 auto;
margin-top: 10px;
}
.ecofrost_adv_main .advantages_main{
grid-template-columns: 1fr;
grid-template-rows: repeat(4, 1fr);
grid-row-gap: 30px;
width: 80%;
margin: 0 auto;
margin-top: 30px;
}
.ecofrost_adv_main .advantages_main p{
font-size: 20px;
line-height: 25px;
color: #002E72;
width: 60%;
margin-left: 20px;
text-align: left;
}
.ecofrost_adv_main .advantages_line12{
margin-left: 40px;
}
.ecofrost_adv_main .advantages_line22{
margin-left: 55px;
}
.sell_earn_inner{
flex-direction: column;
}
.sell_earn_text h2{
display: none;
}
.sell_earn_image h2{
display: block;
font-family: Mukta;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 20px;
text-transform: uppercase;
color: #002E72;
text-align: center;
margin-bottom: 20px;
}
.sell_earn_image img{
padding: 0;
}
.sell_earn_image iframe{
margin-top: 10px;
}
.sell_earn_text, .sell_earn_image{
width: 100%;
}
.sell_earn_text{
order: 1;
}
#sell-earn{
padding-top: 30px;
}
.sell_earn_text ul{
margin: 0 auto;
width: 95%;
margin-top: 20px;
}
.sell_earn_text ul li{
font-size: 16px;
line-height: 20px;
width: 90%;
margin: 0 auto;
margin-bottom: 10px;
}
#slider_one img{
height: auto !important;
}
.slider_two-container .first, .slider_two-container .second, .slider_two-container .third{
flex-direction: column;
padding: 0;
}
.text-section div{
display: none;
}
#slider-two .text-section{
width: 100%;
margin-top: 20px;
}
#slider-two .frame{
text-align: center;
margin-left: 0;
}
#slider-two p, #slider-two p span{
font-size: 16px;
line-height: 18px;
}
#slider-two .image-section div{
display: block;
text-align: center;
margin-bottom: 20px;
}
#slider-two h3{
display: block;
font-size: 30px;
line-height: 34px;
}
#slider-two h4{
font-size: 16px;
line-height: 18px;
}
#electric_vs_solar .mobile-title {
display: block;
font-family: Mukta;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 39px;
text-transform: uppercase;
color: #35BDEF;
text-align: center;
margin-bottom: 20px;
}
table td img{
opacity: 0;
}
td{
padding-top: 0;
}
table .desk-title{
display: none;
}
table .title{
font-size: 14px;
color: #2B2B2B;
width: 90%;
}
.red_dot, .green_dot{
width: 16px;
height: 16px;
}
table{
width: 90%;
margin: 0 auto;
}
table .green-text, table .blue-text{
font-size: 14px;
width: 75%;
}
table .heading{
font-size: 16px;
line-height: 15px;
padding: 0;
width: 30%;
}
table .table-img{
display: block;
}
table .desk-none{
display: block;
}
.enquire{
margin-bottom: 50px !important;
}
.know_more_inner a{
font-size: 16px;
padding: 10px 60px;
}
header .logo_section h3{
font-size: 16px;
}
.know_more_inner h3{
font-size: 24px !important;
margin: 0 auto;
padding-top: 40px !important;
padding-bottom: 30px !important;
text-align: center !important;
background-color: unset;
}
.know_more_inner h3 span{
font-size: 24px !important;
margin-top: 20px !important;
background: #ffffff !important;
color: #000000 !important;
padding: 0;
width: 100% !important;
-webkit-appearance: none !important;
}
.know_more_inner h3 span::selection{
background: transparent !important;
color: #000;
}
#eco-home {
margin: 30px 0;
}
#eco-home .cultivate_inner{
flex-direction: column-reverse;
}
.cultivate_text .desk1, .cultivate_text .desk, .cultivate_image .baramati{
display: none;
}
.cultivate_image .mob{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 40px;
color: #000000;
text-align: center;
}
.cultivate_image{
margin-top: 0px;
}
.cultivate_image img{
width: 100%;
margin-top: 10px;
}
.cultivate_features div img{
width: 30%;
margin-botom: 20px;
}
.cultivate_features_main {
margin-top: 40px;
}
.cultivate_features h3{
line-height: 24px;
}
.cultivate_features div {
width: 43%;
margin: 0 15px;
}
.cultivate_image .mob1{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 33px;
text-align: center;
}
.cultivate_image .baramati{
display: none;
}
.error{
background-image: url(//www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/Group 2718.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px !important;
display: flex;
flex-direction: column;
padding: 90px 0 90px 20px;
}
.error h1{
font-family: 'Bebas Neue' !important;
font-style: normal;
font-weight: normal;
font-size: 160px;
line-height: 192px;
color: #6BA546;
padding-top: 6%;
}
.error p{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 31px;
color: #FFFFFF;
padding-top: 0px;
padding-bottom: 15%;
width: 100%;
}
}
@media only screen and (max-device-width: 2550px) and (min-device-width: 1900px){
.ecofrost_adv_main .advantages_main {
width: 29%;
margin: 0 auto;
}
#mauticform_wrapper_ecofrostlease .mauticform-innerform{
width: 80%;
}
.form_section_right select{
border: none;
border-radius: 0;
padding: 20px;
margin-bottom: 14px;
}
#slider_one img{
height: auto !important;
}
}
@media (min-device-width:320px) and (max-device-width:768px) {
.form_section_right select{
border: none;
border-radius: 0;
padding: 20px;
margin-bottom: 14px;
-webkit-appearance: none;
}
.know_more_inner h3 span{
font-size: 24px !important;
margin-top: 20px !important;
background: #ffffff !important;
color: #000000 !important;
padding: 0;
width: 100% !important;
-webkit-appearance: none !important;
}
.form_section_right input, .form_section_right select{
border: none;
padding: 20px;
width: 80% !important;
-webkit-appearance: none;
}
.wpcf7-submit, #mauticform_ecofrostlease_submit .mauticform-button{
background-color: #002E72 !important;
width: 80% !important;
padding: 20px 10px !important;
text-align: center !important;
margin-top: 15px;
-webkit-appearance: none !important;
color: #ffffff !important;
font-size: 24px !important;
}
.form_section_right .wpcf7-submit:hover, .mauticform-button:hover{
background-color: #35BDEF !important;
outline: 3px solid #002E72 !important;
color: #002e72 !important;
}
footer{
margin-top: -5px;
}
#eco-home .cultivate_inner{
flex-direction: column-reverse;
}
.cultivate_text .desk1, .cultivate_text .desk, .cultivate_image .baramati{
display: none;
}
.cultivate_image .mob{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 40px;
color: #000000;
text-align: center;
}
.cultivate_image img{
width: 100%;
margin-top: 10px;
}
.cultivate_features div img{
width: 30%;
margin-botom: 20px;
}
.cultivate_features_main {
margin-top: 40px;
}
.cultivate_features h3{
line-height: 24px;
}
.cultivate_features div {
width: 43%;
margin: 0 15px;
}
.cultivate_image .mob1{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 33px;
text-align: center;
}
.cultivate_image .baramati{
display: none;
}
}
@media (max-width: 1824px){
.form_section_right select{
border: none;
border-radius: 0;
padding: 20px;
margin-bottom: 14px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.know_more_inner h3 span{
background-color: transparent !important;
}
::i-block-chrome,.know_more_inner h3 span{
background-color: transparent !important;
} }
_::-webkit-full-page-media, _:future, :root .know_more_inner h3 span{
background-color: transparent !important;
} .outer-modal-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(255,255,255,0.75);
visibility: hidden;
}
.outer-modal-overlay.show-overlay {
visibility: visible;
}
.outer-modal-overlay.hide-overlay {
visibility: hidden;
}
.onboard-modal-box-container {
visibility: hidden;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: var(--secondary-color);
color: #fff;
border-bottom: 10px solid var(--primary-color);
padding: 10px;
width: 80%;
text-align: center;
z-index: 9999;
}
.onboard-modal-image img {
max-width: 100%;
height: auto;
}
.onboard-modal-content {
padding-top: 20px;
}
.modal-title {
font-weight: bold;
font-size: 20px;
line-height: 22px;
}
.modal-subtitle {
font-weight: 300;
font-size: 16px;
line-height: 20px;
padding: 10px 0;
}
.modal-cta {
display: inline-block;
font-weight: 500;
font-size: 16px;
line-height: 27px;
letter-spacing: 0.2em;
text-transform: uppercase;
padding: 10px 15px;
background-color: #FFBB02;
color: var(--secondary-color);
}
.close-icon {
position: absolute;
top: -2px;
right: 12px;
font-size: 23px;
color: #fff;
}
#onboard-modal.show-modal {
visibility: visible;
animation: fademodal 0.5s;
-webkit-animation: fademodal 0.5s;
animation-delay: 3s;
}
#onboard-modal.hide_modal {
visibility: hidden;
animation: modalfadeout 0.5s;
-webkit-animation: modalfadeout 0.5s;
}
@keyframes fademodal {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes modalfadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@media only screen and (min-width: 768px) {
.onboard-modal-box-container {
width: 95%;
max-width: 850px;
text-align: unset;
}
.onboard-modal-box {
position: relative;
display: grid;
grid-template-columns: 1fr 1.5fr;
}
.onboard-modal-content {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: flex-start;
}
.modal-title {
font-weight: bold;
font-size: 36px;
line-height: 42px;
}
.modal-subtitle {
font-weight: 300;
font-size: 24px;
line-height: 33px;
}
} .partner_button{
background-color: #6ba546 !important;
border: none !important;
color: white !important;
padding: 4px 12px !important;
text-align: center !important;
text-decoration: none !important;
display: inline-block !important;
font-size: 13px !important;
font-weight: bold !important;
cursor: pointer !important;
margin: 0px 15px !important;
}
#m_banner{
padding: 10px 20px;
}
.m_partner_button{
background-color: #6ba546 !important;
border: none !important;
color: white !important;
padding: 6px 15px !important;
text-align: center !important;
text-decoration: none !important;
display: inline-block !important;
font-size: 14px !important;
font-weight: bold !important;
cursor: pointer !important;
width: 100% !important;
} .sidebar{
position: fixed;
width: 350px;
height: 100%;
left: -350px;
background: #ffffff;
transition: left 0.4s ease;
z-index: 2;
top: 134px;
overflow: visible;
overflow-y: scroll;
scrollbar-width: thin;
}
.sidebar .text{
color: white;
font-size: 25px;
font-weight: 600;
line-height: 65px;
text-align: center;
background: #6ba546;
letter-spacing: 1px;
} .sidebar::-webkit-scrollbar {
width: 5px;
} .sidebar::-webkit-scrollbar-track {
background: #f1f1f1; 
} .sidebar::-webkit-scrollbar-thumb {
background: #888; 
} .sidebar::-webkit-scrollbar-thumb:hover {
background: #555; 
}
.sidebar.show{
left: 0px;
}
nav.sidebar ul{
background: #ffffff;
height: 100%;
width: 100%;
list-style: none;
}
nav.sidebar ul li{
line-height: 60px;
border-top: 1px solid rgba(255,255,255,0.1);
}
nav.sidebar ul li:last-child{
border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav.sidebar ul li a{
position: relative;
color: #020200;
text-decoration: none;
font-size: 18px;
padding-left: 40px;
font-weight: 500;
display: block;
width: 100%;
border-left: 3px solid transparent;
}
nav.sidebar ul li.active a{
color: #6ba546;
background: #f9f9f9;
border-left-color: #6ba546;
font-weight:700;
}
nav.sidebar ul li a:hover{
background: #f9f9f9;
}
nav.sidebar ul ul.sub-menu{
position: static;
display: none;
}
nav.sidebar ul .sub-menu.show{
display: block;
}
nav.sidebar ul .sub-menu.show1{
display: block;
}
nav.sidebar ul ul.sub-menu li{
line-height: 42px;
border-top: none;
}
nav.sidebar ul ul.sub-menu li a{
font-size: 17px;
color: #020202;
padding-left: 80px;
}
nav.sidebar ul li.active ul.sub-menu li a{
color: #000000;
background: #ffffff;
border-left-color: transparent;
}
nav.sidebar ul ul.sub-menu li a:hover{
color: #6ba546!important;
background: #f9f9f9!important;
}
nav.sidebar ul li a span{
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
font-size: 22px;
transition: transform 0.4s;
}
nav.sidebar ul li a span.rotate{
transform: translateY(-50%) rotate(-180deg);
}
.ecofrost_features_slider-container.swiper-container.ecozen-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden,
.ecotron_features_slider-container.swiper-container.ecozen-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
overflow: hidden;
}
.ecotron_testimonials-wrapper.ecozen-container,
.ecofrost_testimonials-wrapper.ecozen-container {
overflow: hidden;
}
.ecotron-next-feature.swiper-button-next,
.ecotron-prev-feature.swiper-button-prev,
.ecofrost-next-testimonial.swiper-button-next ,
.ecofrost-prev-testimonial.swiper-button-prev ,
.ecofrost-features-pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.ecotron-features-pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
display: none;
} #iot_hero_section {
background-color: #fff;
display: flex;
max-width: 1440px;
margin-inline: auto;
}
.iot_hero_section-wrapper {
display: flex;
padding: 25px 0px 50px 0;
justify-content: space-between;
}
.iot_hero_intro-text {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.iot_upper_intro h1 {
font-family: var(--primary-font);
font-size: 64px;
line-height: 64px;
font-weight: normal;
color: #000;
}
.iot_upper_intro h1 b{
font-family: var(--primary-font);
font-size: 64px;
line-height: 64px;
font-weight:bold;
color: #000;
}
.iot_upper_intro p {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 30px; color: #000;
margin-top: 20px;
}
.iot_hero_intro-image {
display: inline-flex;
box-sizing: border-box;
max-width: 800px;
}
.iot_hero_intro-image .swiper {
width: 100%;
height: 100%;
}
.iot_hero_intro-image .swiper-slide {
text-align: left;
font-size: 18px;
background: #fff;
color: #000; display: flex;
justify-content: center;
align-items: center;
}
.iot_hero_intro-image .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
}
.iot_hero_intro-image .swiper-slide .content {
position: absolute;
bottom: 0;
background: linear-gradient(179.25deg, rgba(0, 0, 0, 0) 12.18%, #000000 99.35%);
color: #fff;
width: 100%;
padding: 40px;
}
.iot_hero_intro-image .swiper-slide .content h1{
font-family: var(--primary-font);
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 30px;
}
#iot_features_section{
padding: 25px;
margin-block: 4rem 2rem;
border-top: 1px dashed #000000;
max-width: 1366px;
margin-inline: auto;
}
.iot_features_section_wrapper{
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 10px;
}
.iot_features{
display: flex;
margin-block: 1rem;
padding-left: 10px;
flex-direction: column;
border-left: 4px solid var(--primary-color);
}
.iot_features h2{
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 30px;
color: #000000;
}
.iot_features p{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 30px;
color: #000000;
}
#iot_info_section{
background: linear-gradient(180deg, rgba(217, 217, 217, 0.05) 0%, rgba(217, 217, 217, 0.4) 45.83%, rgba(217, 217, 217, 0.05) 100%);
margin-block: 1rem;
padding-block: 100px;
}
.iot_info_section_wrapper{
max-width: 1220px;
width: 100%;
margin: 0 auto; 
background-color: #fff;
padding: 60px;
}
.iot_info_about_content{
padding-bottom: 40px;
display: flex;
flex-direction: column;
border-bottom: 1px dashed #000000;
}
.iot_info_about_content h2{
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 64px;
color: #000000;
}
.iot_info_about_content p{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #000000;
}
.iot_info_title{
display: flex;
padding-top: 40px;
flex-direction: row;
align-items: center;
margin-block: 2rem;
}
.iot_info_title_sec1{
flex: 1;
flex-direction: column;
justify-content: flex-start;
}
.iot_info_title_sec1 h1{
font-weight: 300;
font-size: 64px;
line-height: 64px;
color: #000000;
}
.iot_info_title_sec1 h1 b{
font-weight: bold;
font-size: 64px;
line-height: 64px;
color: #000000;
}
.iot_info_title_sec1 p{
font-weight: 400;
font-size: 14px;
line-height: 30px;
color: #000000;
margin-top: 20px;
padding-left: 6px;
}
.iot_info_title_sec2{
flex: 1;
text-align: center;
}
.iot_info_feature{
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 10px;
row-gap: 1em;
margin-block: 6rem 1rem;
}
.iot_info_feature_box{
display: flex;
flex-direction: row;
align-items: center;
}
.iot_info_feature_sec{
flex-direction: column;
}
.iot_info_feature_sec h4{
font-weight: 600;
font-size: 24px;
line-height: 30px;
color: #000000;
}
.iot_info_feature_sec p{
font-weight: 400;
font-size: 14px;
line-height: 30px;
color: #000000;
}
.iot_info_feature_sec_image{
display: flex;
}
.iot_info_feature_sec_image img{
max-width: 60px;
margin: 1rem;
}
.iot_value{
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 10px;
max-width: 1220px;
width: 100%;
margin: 0 auto;
background-color: #F0F6EC;
padding: 30px 60px;
}
.iot_value_box{
display: flex;
margin-block: 1rem; flex-direction: row;
align-items: end;
}
.iot_value_box h2{
font-family: var(--secondary-font);
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 60px;
color: #006037;
margin-right: 1rem;
}
.iot_value_box p{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 45px;
color: #000000;
}
#iot-quote{
display: flex;
justify-content: center;
margin-block: 5rem;
}
#iot-quote h2{
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 36px;
text-align: center;
color: #000000;
}
#iot-contact-form-section{
background: #f7f7f7;
}
.iot-contact-form{
display: flex;
flex-direction: column;
background: #f7f7f7;
padding: 80px 30px 0px;
text-align: center;
}
.iot-contact-form h1{
font-weight: 600;
font-size: 36px;
line-height: 40px;
color: #1a1a1a;
width: 50%;
margin: 0 auto;
}
.iot-contact-form p{
font-style: normal;
font-weight: 200;
font-size: 20px;
line-height: 20px;
}
._form_12 {
background: #f7f7f7;
}
@media screen and (max-width:1024px){
.iot_hero_section-wrapper {
display: flex;
flex-direction: column;
padding: 25px 0px 25px 0;
}
.iot_hero_intro-image {
margin-top: 1rem;
}
#iot_features_section {
padding: 25px 10px;
}
#iot_info_section {
padding-block: 50px;
}
.iot_value{
text-align: center;
}
.iot_value_box{
display: unset;
}
.iot_value_box h2{
margin-right: 0%;
}
}
@media screen and (max-width:768px){
.iot_hero_section-wrapper {
padding: 25px 0px 25px 0;
}
#iot_features_section{
margin-block: 4rem 0rem;
}
.iot_features_section_wrapper {
grid-template-columns: repeat(2, 1fr);
}
.iot_info_section_wrapper{
padding: 30px;
}
.iot_value{
padding: 30px;
}
#iot-quote{
margin-block: 3rem 5rem;
}
}
@media screen and (max-width:550px){
.iot_info_title{
flex-direction: column;
}
.iot_info_title_sec1{
margin-bottom: 3rem;
}
.iot_info_feature{
grid-template-columns: repeat(1, 1fr);
}
.iot_value{
grid-template-columns: repeat(2, 1fr);
}
.iot-contact-form h1{
width: 100%;
}
#_form_637F7B06DF0E5_._form_12{
padding: 0px 10px 80px !important;
}
}             .content-box a {
color: #20a51c;
}
.certified-button-content a:link,.certified-button-content a:visited {
background-color: white;
color: black;
border: 2px solid #6ba546;
padding: 10px 20px;
font-size: 20px;
text-transform: uppercase;
text-align: center;
text-decoration: none;
display: inline-block;
}
.certified-button-content a:hover, .certified-button-content a:active {
background-color: #6ba546;
color: white;
}
.certified-section{
display: flex;
max-width: 1440px;
margin: 50px auto;
padding: 20px;
flex-direction: column;
}
.certified-section p{
margin-block: 15px;
font-size: 20px;
}
.certified-logo{
max-width: 580px;
margin-inline: auto;
}
.certified-logo img{
width: 100%;
}
.certified-content, .certified-button-content {
max-width: 1140px;
margin: 10px auto;
}
.certified-title{
font-weight: bold;
}
.hbspt-form .hs_submit input{
color: #000;
} #post-1767 .entry-content{
max-width: 1366px;
width: 90%;
margin: 0 auto 80px;
}
#post-1767 .entry-content h1{
margin: 0 0 50px 0;
font-family: var(--secondary-font);
font-size: 43px;
font-weight: unset;
background-image: url(//www.ecozensolutions.com/wp-content/themes/ecozen/assets/img/contact_header.png);
background-size: cover;
background-position: center center;
height: 100%;
text-align: center;
color: #fff;
padding: 30px 15px;
}
#post-1767 .entry-content .main-legal-wrap {
max-width: 760px;
width: 100%;
margin: 0 auto 30px;
}
#post-1767 .entry-content h2{
font-weight: 600;
font-size: 26px;
margin-bottom: 10px;
}
#post-1767 .entry-content h4{
font-size: 20px;
color: #666;
font-style: italic;
margin-bottom: 10px;
}
#post-1767 .entry-content ol, #post-1767 .entry-content ul {
list-style: auto;
padding: 0 15px;
margin-bottom: 30px;
}
#post-1767 .entry-content ul li,#post-1767 .entry-content ol li{
font-size: 18px;
line-height: 3;
text-transform: capitalize;
}
#post-1767 .entry-content ul li a{
color: #006037;
font-size: 18px;
font-weight: 600;
}
#post-1767 .entry-content ul li a:hover{
color: #6ba546;
}
#post-1767 .entry-content span{
font-size: 20px;
font-weight: 600;
color: #006037;
} .shopify-buy-frame {
display: inline-block;
padding: 1rem !important;
}
.alert-box{
width: 100%;
display: flex;
background: #ffd700;
padding: 15px 20px;
}
.alert-box svg{
height: 80px;
width: 150px;
}
.alert-box p{
margin-left: 30px;
}
.alert-box p a{
color: #0000ff;
}
#ecozen_employee_testimonials{
overflow: hidden;
}
.countdown {
background: #000;
color: #fff;
}
.countdown .inline {
display: flex;
width: 1240px;
margin: 0 auto;
justify-content: space-evenly;
align-items: center;
padding: 10px 0;
}
.countdown .inline h3 {
font-family: 'Bebas Neue W01 Regular';
font-weight: 300;
font-size: 40px;
}
.countdown .inline a{
background: #6ba546;
padding: 10px 30px;
text-transform: capitalize;
color: #ffff;
font-size: 20px;
display: flex;
align-items: center;
grid-gap: 15px;
border-radius: 5px;
}
.countdown-box {
display: flex;
justify-content: space-between;
gap: 40px;
}
.countdown-box div {
flex: 1;
text-align: center;
}
.countdown-box span {
display: block;
font-size: 40px;
font-weight: 700;
}
.countdown-box small {
display: block;
font-size: 14px;
opacity: 0.8;
}
.career_hero_badge{
display: none;
}
.solarac_image-holder img{
height: 350px;
object-fit: contain;
}
.solarac_image_switch p.solarac {
padding: 15px;
cursor: pointer;
font-style: normal;
font-weight: 500;
font-size: 24px;
color: #fff;
background: #6ba546;
}
@media(min-width: 320px) and (max-width: 480px){
.alert-box{
display: block;
} 
.alert-box p{
margin-left: 0;
}
.alert-box svg {
height: 60px;
width: fit-content;
}
.countdown {
padding: 15px;
}
.countdown .inline {
display: block;
width: unset;
text-align: center;
}
.countdown .inline a{
justify-content: center;
}
.custom-countdown{
margin: 5px 0 15px 0;
}
.countdown-box{
grid-gap: 0;
}
#homepage_sale_banner_section .mobile-img{
display: block !important;
}
#homepage_sale_banner_section .desktop-img{
display: none;
}
.solarac_image-holder img {
height: unset;
}
}@media only screen and (max-width: 1200px) {
#careers_open_positions{
margin-top: 5%;
min-height: 900px;
}
}
@media only screen and (max-width: 1140px) {
.produce-image-2,
.manage-image-2 {
display: none !important;
}
.showcase_slider.slider-nav .slick-track {
display: flex;
justify-content: space-between;
align-items: baseline;
width: 80% !important;
margin: 0 auto;
}
.homepage_showcase_slider-wrapper .showcase_slider {
width: 85%;
margin: 0px auto 30px auto;
}
}
@media only screen and (max-width: 1100px) {
.ecoconnect_working_section-wrapper {
width: 80%;
}
}
@media only screen and (max-width: 1024px) {
#careers_open_positions{
margin-top: 5%;
min-height: 1300px;
}
#eco-home {
margin: 10px 0;
}
#eco-home .cultivate_inner{
flex-direction: column-reverse;
}
.cultivate_text .desk1, .cultivate_text .desk, .cultivate_image .baramati{
display: none;
}
.cultivate_image .mob{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 40px;
color: #000000;
text-align: center;
}
.cultivate_image img{
width: 100%;
margin-top: 10px;
}
.cultivate_features div img{
margin-botom: 20px;
}
.cultivate_features_main {
margin-top: 40px;
}
.cultivate_features h3{
line-height: 24px;
}
.cultivate_features div {
width: 43%;
margin: 0 15px;
}
.cultivate_image .mob1{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 33px;
text-align: center;
}
.cultivate_image .baramati{
display: none;
}
} 
@media only screen and (max-width: 960px) { .ecozen_products_solutions-area .ecotron_container,
.ecozen_products_solutions-area .ecofrost_container,
.ecoconnect_container {
grid-template-columns: 1fr;
}
.ecotron_container .ecotron_info,
.ecofrost_container .ecofrost_info,
.ecoconnect_container .ecoconnect_info {
padding-top: 110px;
}
.ecotron_container .ecotron_info .ecotron_desc,
.ecofrost_container .ecofrost_info .ecofrost_desc,
.ecoconnect_info .ecoconnect-desc {
padding: 30px 0;
}
.ecofrost_container .ecofrost_info {
order: 2;
}
.ecofrost_image {
order: 1;
}
.ecofrost_container .ecofrost_info .ecofrost_image_switch::before {
top: -105px;
}
.product_testimonial_container {
grid-template-columns: 1fr;
grid-template-rows: 0.5fr 0.5fr;
}
.product_testimonial-info::after {
content: none;
}
.ecozen_news-container {
width: 100%;
}
.ecozen_video-box iframe {
height: 350px;
} .hero_intro_text-wrapper .hero_intro_text h1 {
font-size: 30px;
}
.about_story-wrapper .about_story_grid-container .story_image_text,
.about_story-wrapper .about_story_grid-container .story_text_image {
grid-template-columns: 1fr;
}
.about_story-wrapper .about_story_grid-container .story_description {
order: 2;
}
.story_description-holder > img {
display: inline-block;
padding: 20px 0px;
}
.story_description .story_description-holder .story_description-para {
padding-bottom: 20px;
}
.team_frame {
display: none;
}
.team-main {
width: 90%;
} .thumb_overlay_text h1 {
font-size: 42px;
line-height: 45px;
}
.thumb_overlay_text p {
font-size: 20px;
line-height: 22px;
}
.ecotron_functionality_grid-wrapper {
grid-row-gap: 40px;
}
.functionality_grid-item.grid--item1,
.functionality_grid-item.grid--item2 {
grid-template-columns: 1fr;
justify-items: center;
}
.functionality_grid-item.grid--item1 {
grid-row-gap: 30px;
}
.functionality_info {
order: 1;
}
.functionality_grid-item.grid--item2 {
grid-template-columns: 1fr;
}
.grid--item2 .ecotron_part-thumb {
align-self: unset;
}
.grid--item1 .functionality_info p,
.grid--item2 .functionality_info p {
width: 100%;
}
.specs_wrapper-inner {
grid-template-columns: 1fr;
grid-template-rows: repeat(4, 1fr);
}
.service_platform_info {
background-color: var(--secondary-color);
color: #fff;
padding: 260px 0 30px 0;
}
.feature_expand_toggle {
width: 14%;
right: 0%;
}
.feature_expand_toggle p {
margin-right: 6%;
}
.isi {
width: 65%;
}
.ecofrost_features_slide-wrapper {
grid-template-columns: 50% 50%;
}
.ecofrost_slide-desc h2 {
font-family: var(--secondary-font);
font-size: 34px;
line-height: 40px;
font-weight: 500;
}
.ecofrost_slide-desc.eco-slide1 p {
font-size: 20px;
line-height: 22px;
}
.app_connect_wrapper-inner {
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
}
.app_connect-info h2,
.app_connect-info p {
text-align: center;
} .ecofrost_hero_section-wrapper {
grid-template-columns: 50% 50%;
grid-column-gap: 20px;
}
.switch-text h2 {
font-size: 30px;
line-height: 32px;
}
.switch-text p {
font-size: 14px;
line-height: 20px;
} .connection_image > img {
display: block;
width: 100%;
height: auto;
}
.ecoconnect_hero-wrapper {
height: 312px;
}
.ecoconnect_hero_text {
padding: 30px 0;
}
.ecoconnect_relationship_section-wrapper {
grid-template-columns: 1fr;
}
.relationship_image-holder {
height: 500px;
}
.relationship_text p {
padding-top: 5%;
} .ecozen_blog_posts-wrapper {
grid-template-columns: 1fr;
}
.ecozen_blog_posts-wrapper .blog-box:nth-child(3n + 3) {
grid-template-columns: 1fr;
grid-column: unset;
width: 70%;
}
.slide_ecotron,
.slide_ecofrost,
.slide_ecoconnect {
display: grid !important;
grid-template-columns: 1fr;
justify-content: center;
align-items: center;
justify-items: center;
}
.slide_ecotron .slide_text,
.slide_ecofrost .slide_text,
.slide_ecoconnect .slide_text {
order: 1;
}
#ecotron_technical_specs_collapsible {
padding-top: 20px;
}
.featured_post-box {
display: grid;
grid-template-columns: 1fr;
}
.single-blog-title a h1 {
font-size: 36px;
line-height: 40px;
}
#mauticform_subscribeform_subscribe button{
width: 60% !important ;
}
#advisor_grid{
grid-template-columns: repeat(3, auto);
}
} @media only screen and (max-width: 768px) {
#careers_open_positions{
margin-top: 5%;
min-height: 1500px;
}
#mauticform_subscribeform_subscribe button{
width: 55% !important ;
}
#eco-home {
margin: 10px 0;
}
#eco-home .cultivate_inner{
flex-direction: column-reverse;
}
.cultivate_text .desk1, .cultivate_text .desk, .cultivate_image .baramati{
display: none;
}
.cultivate_image .mob{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 40px;
color: #000000;
text-align: center;
}
.cultivate_image img{
width: 100%;
margin-top: 10px;
}
.cultivate_features div img{
margin-botom: 20px;
}
.cultivate_features_main {
margin-top: 40px;
}
.cultivate_features h3{
line-height: 24px;
}
.cultivate_features div {
width: 43%;
margin: 0 15px;
}
.cultivate_image .mob1{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 33px;
text-align: center;
}
.cultivate_image .baramati{
display: none;
} .toll-free-header{
justify-content: center;
position: unset;
right: unset;
}
.header_navigation .header_navigation-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas:
"logo menu"
"menu2 menu2";
grid-row-gap: 24px;
}
.header_navigation-wrapper .site-branding {
grid-area: logo;
width: 100%;
}
.header_navigation-wrapper #ecozen_product_navigation {
width: 100%;
grid-area: menu2;
}
.product_navigation #menu-product-menu {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
}
.header_navigation-wrapper .dropdown_menu_icon {
grid-area: menu;
width: 100%;
}
.header_navigation-wrapper .dropdown_menu_icon {
grid-area: menu;
width: 100%;
} .slide_ecotron img{
float:none!important;
}
.home_sustainability_section-wrapper .sustainability_body {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr 1fr;
grid-row-gap: 40px;
}
.home_quote-wrapper {
padding: 20px 0;
}
.home_quote-wrapper .ecozen_quote,
.home_quote-wrapper .ecozen_quote span{
font-size: 36px;
line-height: 41px;
}
.ecozen_video-box iframe {
height: 200px;
} .ecozen_hero-wrapper .hero_intro_text-wrapper {
bottom: 5%;
}
.career-opportunities-cta {
bottom: 2%;
}
.career-opportunities-cta a {
font-size: 12px;
line-height: 22px;
}
.hero_intro_text-wrapper .hero_intro_text h1 {
font-size: 24px;
line-height: 30px;
}
.hero_intro_text-wrapper .hero_intro_text p,
.blog .hero_intro_text-wrapper .hero_intro_text p {
font-size: 16px;
line-height: 20px;
}
.misha_loadmore {
width: 25%;
}
.ecozen_team-grid,
.expandable_team_grid-wrapper {
grid-template-columns: 1fr;
grid-row-gap: 22px;
justify-content: center; text-align: center;  }
.member_image {
display: inline-block;
}
.ecozen_team-header {
width: 60%;
}
.awards-container {
width: 100%;
grid-template-columns: repeat(3, 1fr);
}
#about_us_footer h2 {
font-size: 24px;
line-height: 30px;
} .contact_us_info p {
padding: 25px 0;
}
.location-wrapper {
width: 90%;
}
.work_main .work_wrapper {
grid-template-columns: 1fr;
}
.work_content {
order: 2;
text-align: center;
padding: 10px 10px 0 10px;
}
.work_content.culture_content {
padding: 0;
}
.team_wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
.team_image {
width: unset;
}
.employee_testimonial-wrapper .swiper-button-next,
.employee_testimonial-wrapper .swiper-button-prev {
top: 30% !important;
}
.career_hero_badge {
top: 132%;
max-width: 60px;
}
.ecozen_great_place-wrapper {
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-row-gap: 15px;
}
.great_place_logo-holder {
text-align: center;
}
.great_place_logo-holder img {
max-width: 120px;
}
.emails-wrapper {
display: grid;
grid-template-columns: 1fr;
align-items: center;
grid-template-rows: 1fr 1fr 1fr;
grid-row-gap: 20px;
justify-content: center;
justify-items: center;
width: 70%;
}
.ecozen_form-title {
font-size: 24px;
line-height: 32px;
}
.ecozen_map-wrapper iframe {
height: 300px !important;
} .thumb_overlay_text h1 {
font-size: 24px;
line-height: 30px;
padding-bottom: 10px;
}
.thumb_overlay_text p {
font-size: 18px;
line-height: 19px;
}
.ecotron_hero_section-wrapper {
display: flex;
flex-direction: column-reverse;
align-items: center;
}
.ecotron_hero_intro-text {
padding: 25px 0;
}
.ecotron_hero_intro-image {
padding: 20px 0 25px 0;
}
#ecotron_technical_specs_collapsible h3,
#ecofrost_technical_specs_collapsible h3 {
font-size: 18px;
}
.feature_expand_toggle {
right: 0%;
}
.service_platform_overlap {
top: 35%;
}
.service_platform_info {
padding: 290px 0 30px 0;
}
.overlap_wrapper {
width: 80%;
}
.overlap_wrapper h2 {
font-size: 24px;
}
.service_platform_inner {
grid-template-columns: 1fr;
grid-template-rows: repeat(4, 1fr);
}
.service_desc {
margin: 0;
}
.features_expand-wrapper {
grid-template-columns: 1fr;
grid-template-rows: repeat(6, 1fr);
}
.features_title-holder {
text-align: left;
}
.features_title-holder h3 {
margin-left: 5%;
}
.feature_expand_toggle {
right: -10%;
width: 25%;
}
.ecofrost_features_slide-wrapper {
grid-template-columns: 1fr;
grid-template-rows: 2fr 1fr;
}
.ecofrost_features_slide-wrapper .ecofrost_slide-desc {
padding: 0px 40px 20px 40px;
}
.ecofrost_features_slide-wrapper .ecofrost_slide-desc {
justify-content: flex-start;
} .ecofrost_hero_section-wrapper {
grid-template-columns: 1fr;
grid-column-gap: unset;
justify-items: center;
}
.ecofrost_hero_short-desc {
padding-top: 5%;
width: 100%;
}
.ecofrost_quote-wrapper h1,
.ecofrost_quote-wrapper h1 span {
font-size: 32px;
}
.switch-text h2 {
font-size: 18px;
line-height: 21px;
}
.switch-text p {
font-size: 14px;
line-height: 16px;
}
#ecofrost_hero_section {
padding-bottom: 35px;
} .ecoconnect_hero_text h1 {
font-size: 65px;
line-height: 75px;
}
.ecoconnect_hero_text p {
font-size: 20px;
line-height: 26px;
}
.connection_upper p {
font-size: 18px;
line-height: 29px;
}
.connection_lower h2,
.quality_info h2 {
font-size: 24px;
line-height: 30px;
}
.connection_lower p,
.quality_info p {
font-size: 16px;
line-height: 20px;
}
.grid_item::after {
content: none;
}
.working_section-grids {
grid-row-gap: 20px;
}
.grid_item {
grid-template-columns: 1fr;
align-items: center;
justify-items: center;
}
.grid_item p {
text-align: unset;
font-size: 18px;
line-height: 25px;
}
.above_footer {
grid-template-columns: 1fr;
grid-template-rows: 1.5fr 1fr;
}
.specs_expand-wrapper {
grid-template-columns: 1fr;
}
.specs-box {
grid-template-columns: 1fr 3fr;
}
.specs-box.specs-box-7 {
grid-column: unset;
justify-self: unset;
}
.resources_blog_posts-grid {
grid-template-columns: 1fr 1fr;
}
.single_post-header {
grid-template-columns: 1fr;
}
.single-post-info {
padding: 30px 30px;
order: 1;
}
.single-post-thumb {
order: 0;
}
} @media only screen and (max-width: 640px) {
#mauticform_subscribeform_subscribe button{
width: 40% !important ;
}
.main_navigation-wrapper .main_navigation-container #menu-primary-menu {
width: 100%;
}
.ecozen_news-container {
grid-template-columns: repeat(2, 1fr);
}
.home_sustainability_section-wrapper
.sustainability_header
.sustainability_title {
font-size: 24px;
line-height: 40px;
}
.sustainability_body .sustainability_box .sustainability_box-info {
font-size: 24px;
line-height: 30px;
}
.ecozen_video_section-wrapper .ecozen_video_subtext {
font-size: 24px;
}
.ecozen_footer-wrapper {
grid-row-gap: 40px;
grid-template-areas:
"product-navigation page-navigation legal contact"
"newsletter newsletter newsletter newsletter"
"social social to-top to-top";
}
.about_us_ideologies-wrapper .ideologies_steps-wrapper {
grid-template-rows: 1fr 1fr 1fr;
grid-template-columns: 1fr;
grid-row-gap: 30px;
}
.blog .ecozen_hero-wrapper .hero_intro_text-wrapper {
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-row-gap: 25px;
}
.hero_intro_text-wrapper .hero_intro_text {
border-left-width: 4px;
}
.hero_intro_text-wrapper .hero_intro_text h1 {
font-size: 24px;
}
.hero_intro_text-wrapper .hero_intro_text p {
font-size: 16px;
}
.about_story-wrapper .about_story_grid-container .story_description {
padding: 20px;
}
.career_posts a h2 {
font-size: 18px;
line-height: 30px;
}
.team_feedback {
width: unset;
} #ecotron_functionality_grid_section {
padding: 0;
}
.functionality_info h2 {
font-size: 24px;
line-height: 35px;
}
.functionality_info p {
font-size: 18px;
line-height: 25px;
}
.spec_box {
display: flex;
flex-direction: column;
}
.specs_desc {
margin: 0;
text-align: center;
padding-top: 15px;
}
.service_box {
flex-direction: column;
}
.service_desc {
text-align: center;
}
.service_desc p {
text-align: center;
}
.isi {
flex-direction: column;
}
.isi-desc {
padding-left: 0;
padding-top: 10px;
}
.app_connect-info {
padding: 0 10px;
}
.app_connect-thumb {
padding: 0 25px;
}
.app_connect-thumb img {
display: block;
width: 100%;
height: auto;
} .ecofrost_quote-wrapper h1,
.ecofrost_quote-wrapper h1 span{
font-size: 24px;
line-height: 30px;
}
.toggle_switch-container {
width: 80%;
}
.brochure_header-title {
font-size: 24px;
line-height: 30px;
}
.ecofrost_brochure_grid {
flex-direction: column;
}
.borchure_grid {
margin-bottom: 25px;
}
.relationship_image-holder {
height: 250px;
}
.ecoconnect_hero_text p {
width: unset;
}
.ecoconnect_hero-wrapper {
height: 180px;
}
.ecoconnect_hero_text h1 {
font-size: 35px;
line-height: 40px;
}
.ecozen_blog_posts-wrapper .blog-box:nth-child(3n + 3),
.blog-box {
width: 100%;
}
.slide_ecotron .slide_text,
.slide_ecofrost .slide_text,
.slide_ecoconnect .slide_text {
text-align: center;
}
.slide-title {
font-style: normal;
font-weight: normal;
font-size: 48px;
line-height: 108px;
position: relative;
}
.slide-subtitle {
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 22px;
color: #000;
margin-top: -40px;
}
.slide-short-desc {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 30px;
padding-top: 20px;
padding-bottom: 10px;
}
.slide-thumb.connect img {
display: block;
width: 100%;
height: auto;
}
.ecoconnect_image img {
display: block;
width: 100%;
height: auto;
}
.ecofrost_features_slide-wrapper {
grid-template-rows: 1.5fr 1fr;
}
.ecofrost_slide-thumb.slide-thumb-1 {
padding: 0 10px;
}
.ecofrost_slide-thumb.slide-thumb-1 img {
width: 100%;
}
.ecofrost_slide-desc.eco-slide1 p,
.ecofrost_slide-desc p,
.above_footer_info p {
font-size: 16px;
line-height: 20px;
}
.ecofrost_slide-desc h2,
.presskit-title h1 {
font-size: 24px;
line-height: 30px;
}
.contact_us_info h1 {
font-size: 36px;
line-height: 30px;
}
.location-wrapper {
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
grid-row-gap: 30px;
}
.specs-box {
grid-template-columns: 1fr;
justify-items: center;
}
.spec-box-info {
text-align: center;
padding-top: 10px;
}
.post_header h2 {
font-weight: bold;
font-size: 24px;
line-height: 30px;
}
.post_header p {
font-size: 16px;
}
.resources_blog_posts-grid {
grid-template-columns: 1fr;
}
.single-blog-title a h1 {
font-size: 24px;
line-height: 30px;
}
.single-blog-date {
font-size: 18px;
line-height: 22px;
}
#advisor_grid{
grid-template-columns: repeat(2, auto);
}
.ecoconnect_hero_text .marquee p{
width:100%;
text-align:center;
}
.ecoconnect_hero_text>h1,.ecoconnect_hero_text>p{
margin-left:5%;    
}
.ecoconnect_hero-wrapper{
position:relative;
}
.ecoconnect_hero_text{
margin-left:0;
}
.marquee-content img{
width: 20px;
height: 20px;
transform: rotate(90deg);
}
.marquee{
position: absolute;
top: 100%;
left: 0;
width: 100vw;
height:25px;
display: flex;
justify-content: center;
background-color: #FDBA17;
color: #06643E;
overflow: hidden;
}
.marquee-content{
position: absolute;
display: flex;
width: 458px;
writing-mode:horizontal-tb;
text-transform: uppercase;
letter-spacing: 3px;
animation: scrolling 7s linear infinite;
-webkit-animation: scrolling 7s linear infinite;
-moz-animation: scrolling 7s linear infinite ;
}
.marquee-content li{
transform: rotate(0deg);
height: 25px;
}
.marquee-content li:nth-child(even){
width: 50px;
height:25px;
}
.marquee-content li:nth-child(odd){
width: 156px;
height:25px;
}
.marquee-content li:nth-child(3),.marquee-content li:nth-child(7),.marquee-content li:nth-child(11){
width: 202px;
height:25px;
} @keyframes scrolling{                             
0%{
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
}
100%{
transform: translateX(-458px);
-webkit-transform: translateX(-458px);
-moz-transform: translateX(-458px);
}
}
} @media only screen and (max-width: 480px) {
#mauticform_subscribeform_subscribe{
text-align: left !important;
}
.error{
background-image: url(//www.ecozensolutions.com/wp-content/themes/ecozen/assets/css/assets/img/Group 2718.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px !important;
display: flex;
flex-direction: column;
padding: 90px 0 90px 20px;
}
.error h1{
font-family: 'Bebas Neue' !important;
font-style: normal;
font-weight: normal;
font-size: 160px;
line-height: 192px;
color: #6BA546;
padding-top: 6%;
}
.error p{
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 31px;
color: #FFFFFF;
padding-top: 0px;
padding-bottom: 15%;
width: 100%;
}
.main_navigation-wrapper .main_navigation-container {
top: 28%;
}
.main_navigation-wrapper .main_navigation-container #menu-primary-menu li a {
font-size: 16px;
line-height: 20px;
}
.main_navigation-wrapper
.main_navigation-container
#menu-product-menu-1
li
a {
font-size: 18px;
line-height: 30px;
}
#eco-home {
margin: 10px 0;
}
#eco-home .cultivate_inner{
flex-direction: column-reverse;
}
.cultivate_text .desk1, .cultivate_text .desk, .cultivate_image .baramati{
display: none;
}
.cultivate_image .mob{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 40px;
color: #000000;
text-align: center;
}
.cultivate_image img{
width: 100%;
margin-top: 10px;
}
.cultivate_features div img{
width: 30%;
margin-botom: 20px;
}
.cultivate_features_main {
margin-top: 40px;
}
.cultivate_features h3{
line-height: 24px;
}
.cultivate_features div {
width: 43%;
margin: 0 15px;
}
.cultivate_image .mob1{
display: block !important;
font-family: 'Mukta', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 33px;
text-align: center;
}
.cultivate_image .baramati{
display: none;
}
.home_quote-wrapper .ecozen_quote,
.home_quote-wrapper .ecozen_quote span {
font-size: 24px;
line-height: 30px;
}
#ecotron_farmer_thumb img {
height: 200px;
object-fit: cover;
}
.ecozen_video_section-wrapper .ecozen_video-box {
padding: 10px;
width: 95%;
}
.ecozen_video-box iframe {
height: 170px;
}
.ecozen_video_section-wrapper .ecozen_video_subtext {
font-size: 16px;
padding: 5px 0;
}
.ecozen_product_solutions-header h2 {
font-size: 24px;
line-height: 25px;
}
.ecotron_image_switch .pump {
line-height: 28px;
}
.ecotron_container .ecotron_info .ecotron_desc,
.ecofrost_container .ecofrost_info .ecofrost_desc,
.ecoconnect_info .ecoconnect-desc {
font-weight: 300;
font-size: 16px;
line-height: 25px;
}
.ecozen_products_solutions-area .ecotron_container,
.ecozen_products_solutions-area .ecofrost_container {
padding: 0;
}
.product_testimonial-info .testimonial_content {
font-size: 16px;
line-height: 20px;
}
.testimonial_author-profile .author-addr {
font-size: 16px;
line-height: 25px;
}
.testimonial_author-profile .author-name {
font-size: 14px;
line-height: 20px;
}
.ecozen_news_section-wrapper h1 {
font-size: 24px;
line-height: 20px;
}
.news_box img {
width: 110px;
}
.hero_intro_text-wrapper .hero_intro_text {
margin: 10px auto;
border-left: 5px solid var(--primary-color);
}
.hero_intro_text-wrapper .hero_intro_text h1 {
font-size: 20px;
line-height: 22px;
}
.misha_loadmore {
width: 40%;
}
.center_svg-wrapper .svg-image-holder {
padding: 20px 0px;
}
.center_svg-wrapper .svg-image-holder img {
height: 30px;
}
.about_story-wrapper .story_title-holder .story_title {
font-size: 24px;
line-height: 30px;
}
.ecotron_hero_intro_subtext {
line-height: 30px;
}
.testimonial-title {
font-size: 24px;
line-height: 30px;
padding: 20px 0;
}
.ecozen_testimonials_section-wrapper {
padding: 35px 0;
}
.ecozen_team-header {
width: 100%;
}
.awards_section_header h2 {
font-size: 30px;
line-height: 40px;
}
.awards_section_header p {
width: 90%;
}
.thumb_overlay_text {
width: 90%;
left: 5%;
}
.ecotron_part-thumb img,
.pump_thumbnail_header img {
display: block;
height: auto;
width: 250px;
margin: 20px auto;
}
#ecotron_specs_section {
padding: 0;
}
.awards-container {
width: 100%;
grid-template-columns: repeat(2, 1fr);
}
.award-box img {
width: 110px;
}
#ecozen_about_us_ideologies {
padding: 40px 0;
}
.ideologies_title-holder .ideologies_title {
font-size: 18px;
line-height: 20px;
}
.feature_item-box {
flex-direction: column;
}
.feature_box-desc {
margin: 0;
text-align: center;
}
.feature_box-desc p {
padding-top: 15px;
}
.feature_expand_toggle {
right: -14%;
width: 35%;
}
.specs_wrapper-inner {
width: 100%;
}
.feature_expand_toggle {
right: -15px;
top: 46%;
width: 24%;
}
.specs_desc p {
font-size: 16px;
}
#ecotron_technical_specs_collapsible h3 {
font-size: 14px;
margin: 0;
}
.service_platform_inner {
grid-row-gap: 25px;
}
.overlap_wrapper p {
font-size: 16px;
line-height: 22px;
}
.service_desc {
padding-top: 10px;
}
.service_desc p {
font-size: 16px;
line-height: 25px;
}
.pump_thumbnail_header h2 {
font-size: 24px;
}
.features_title-holder h3 {
font-size: 24px;
line-height: 20px;
}
#ecotron_pump_features_section .feature_expand_toggle {
width: 35%;
}
.isi {
width: 100%;
}
.grid--item1 .functionality_info p {
font-size: 16px;
line-height: 25px;
}
.grid--item2 .ecotron_part-thumb {
align-self: center;
}
.ecofrost_slide-thumb.slide-thumb-1 img,
.ecofrost_slide-thumb img {
max-width: 250px;
height: auto;
}
.toggle_switch-container {
bottom: 5px;
}
.farmer_thumb img {
height: 200px;
object-fit: cover
}
.thumb_overlay_text h1 {
font-size: 20px;
line-height: 20px;
}
.thumb_overlay_text p {
font-size: 14px;
line-height: 13px;
}
#ecofrost_service_platform_section .service_platform_thumb {
height: 300px;
}
#ecofrost_service_platform_section .service_platform_overlap {
top: 21%;
}
.para_inner p {
font-size: 16px;
line-height: 25px;
}
.switch {
width: 30px;
height: 15px;
}
.slider-switch:before {
width: 12px;
height: 12px;
}
.switch-text h2 {
font-size: 16px;
line-height: 20px;
}
.switch-text p {
font-size: 14px;
line-height: 16px;
}
.ecofrost_brochure_header p {
font-size: 16px;
line-height: 20px;
}
.borchure_grid p,
.app_connect-info p {
font-size: 16px;
line-height: 20px;
}
.app_connect-info h2 {
font-size: 24px;
line-height: 30px;
}
.ecoconnect_hero-wrapper .ecoconnect_hero_text {
padding: 0;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
padding-bottom: 10px;
}
.ecoconnect_hero-wrapper .ecoconnect_hero_text p {
font-size: 16px;
line-height: 20px;
}
.working_section-title,
.relationship_text h3,
#ecoconnect_footer p {
font-size: 24px;
line-height: 30px;
}
.relationship_text {
padding-top: 20px;
}
.relationship_text p {
font-size: 16px;
line-height: 20px;
}
.above_footer_info {
padding: 0;
}
.slick-next {
right: -30px;
}
.slick-prev {
left: -30px;
}
.swiper-button-prev {
left: -5px;
right: auto;
}
.swiper-button-next {
right: -5px;
left: auto;
}
.contact_us_info h1 {
font-size: 24px;
line-height: 30px;
}
.contact_us_info p,
.contact_cta {
font-size: 16px;
line-height: 20px;
}
.location_address h3 {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
}
.team_feedback p {
font-size: 16px;
line-height: 25px;
}
.career-opportunities-cta {
display: none;
}
#ecofrost_technical_specs_collapsible h3 {
font-size: 14px;
margin: 0;
}
.ecofrost_hero_intro h1 {
font-size: 85px;
}
.ecozen_form-title {
width: 90%;
}
.ecozen_form-subtitle {
font-size: 16px;
line-height: 20px;
}
.ecozen_form-container {
width: 100%;
}
.single-blog-title h1 {
font-size: 24px;
line-height: 30px;
}
.single_post-content {
display: grid;
grid-template-columns: 1fr;
padding: 50px 0;
}
.career_posts {
grid-template-columns: 1fr;
grid-template-rows: auto;
justify-items: start;
grid-row-gap: 10px;
}
#snackbar {
min-width: unset;
margin-left: unset;
left: 2%;
width: 345px;
transform: translate(0%, 0);
}
}  @media screen and (max-width: 450px) {
#d_banner {
display: none !important;
}
#m_banner{
display: block !important;
}
}
@media screen and (min-width: 450px) {
#d_banner {
display: block !important;
}
#m_banner{
display: none !important;
}
} @media screen and (max-width:360px){
#advisor_grid{
grid-template-columns: repeat(1, auto);
}
}  @media screen and (min-width: 1023px) {
.dropdown_menu_icon{
display: none;
}
.sidebar{
display: none;
}
}
@media screen and (max-width: 1023px) {
.menu-show-menu-bar-container{
display: none;
}
.header_navigation .header_navigation-wrapper{
display: flex !important;
}
.career_hero_badge {
top: 180%;
max-width: 60px;
}
.sidebar{
top:18%;
}
}
@media screen and (max-width: 768px) {
.sidebar {
top: 0%;
Z-INDEX: 999;
}
}