:root {
  --lit-black: #231F20;
  --black: #1C1C1C;
  --white: #fff;
  --off-white: #F1EEEA;
  --sky-blue: #0FB3EE;
  --lit-sky-blue: #71E6FF;
  --dark-blue: #2E3191;
  --blue: #2E338C;
  --gray: #F2EEE9;
  --dark-gray: #707070;
  --lit-grey: #989692;
} 

/* html img{
  height: auto;
} */
/* latin */
.big-headings {
  font-size: 48px;
}

.grey-bg {
  background-color: var(--gray);
}

.clr-offw {
  color: var(--off-white);
}

.lsky-blue {
  color: var(--lit-sky-blue);
}

.sky-blue {
  color: var(--sky-blue);
}

.clr-blue {
  color: var(--blue);
}

.clr-grey,
.clr-grey * {
  color: var(--gray);
}

.clr-white,
.clr-white * {
  color: var(--white);
}

.font_black {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
}

.font_blackitalic {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-style: italic;
}

.font-Bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.font-BoldItalic {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.font-Light {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.font-LightItalic {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.font-Medium {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.font-Regular {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.font-SemiBold {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.font-SemiBoldItalic {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: italic;
}

.font-Thin {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
}

.font-MediumItalic {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: italic;
}

body {
  font-family: "roc-grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--black);
  /* border-bottom: 20px solid var(--dark-blue); */
}
body .tribe-js {
  border-bottom: 20px solid var(--dark-blue);
}

a {
  text-decoration: none !important;
  color: var(--black);
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--dark-blue);
  line-height: 1.1;
  margin: 0 0 15px 0;
}

h1 {
  font-size: 43px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: "roc-grotesk";
}

.container {
  padding: 0 20px;
}

input,
textarea,
select {
  border: 1px solid var(--lit-grey);
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border-radius: 7px;
  background-color: var(--white);
  height: 39px!important;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 10px;
}

textarea {
  height: auto;
}

#wpcf7-f624-o1 label {
  width: 100%;
}

#wpcf7-f624-o1 input[type="submit"] {
  color: var(--black);
}

form ::placeholder {
  color: #CCCCCC;
}

.btn-black:hover input[type="submit"],
form .btn-black:hover::after {
  color: #DCDCDC !important;
}

input[type="submit"] {
  transition: ease all 0.3s;
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
  font-size: 17px;
  margin: 0 !important;
  font-weight: 600;
  color: var(--white);
  width: auto;
  display: inline-block;
  padding: 0 0px 0 16px !important;
  height: auto;
  letter-spacing: 0;
}

.page-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-black-txt {
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 40px;
  font-family: "roc-grotesk";
  transition: ease all 0.3s;
  position: relative;
  margin-right: 20px;
}

.btn-black {
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 40px;
  font-family: "roc-grotesk";
  transition: ease all 0.3s;
  position: relative;
  margin-right: 20px;
}

.btn-black-txt:hover {
  color: var(--blue);
}

.btn-black:hover {
  color: var(--blue);
}

.btn-black-txt {
  color: var(--black);
}

.btn-black {
  color: var(--black);
}

.btn-white {
  color: var(--white) !important;
}

.btn-black::after {
  content: '\2192';
  margin-left: 8px;
  transition: ease all 0.3s;
  color: var(--lit-black);
  position: absolute;
  right: -25px;
  font-size: 20px;
  top: -4px;
}

.btn-black-txt::after {
  content: '\2192';
  margin-left: 8px;
  transition: ease all 0.3s;
  color: var(--lit-black);
  position: absolute;
  right: -25px;
  font-size: 20px;
  top: -1px;
}

.alm-reveal {
  display: flex;
  flex-wrap: wrap;
}

.btn-black-txt:hover::after {
  right: -33px;
  color: var(--blue);
}

.btn-black:hover::after {
  right: -33px;
  color: var(--blue);
}

.btn-white::after {
  color: var(--lit-white) !important;
}


.header_logo {
  margin: 0px 0 40px 0;
}

.header_logo img{
  width: 280px;
}

.nav_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}

.nav_menu ul li {
  display: inline-block;
}

.nav_menu ul li a {
  padding: 0 10px;
  color: var(--lit-black);
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
}

.nav_menu ul li:first-child a {
  padding-left: 0;
}

.search_bar {
  border-radius: 10px;
  border: 1px solid var(--lit-grey);
  max-width: fit-content;
  margin-left: auto;
}

.search_bar form{
  height: 34px;
  margin-bottom: 0;
}

.blog-postss {
  padding-top: 186px!important;
}

.search_bar ::placeholder {
  color: #CCCCCC;
}

.header_menu {
  border-bottom: 1px solid #989692;
}

.header_menu .search_bar {
  position: relative;
  padding: 1px 10px;
}

.search_bar input[type="submit"] {
  position: absolute;
  top: -1.5px;
  right: -20px;
  background-color: var(--dark-gray) !important;
  color: var(--white);
  font-size: 12px;
  padding: 5px !important;
  border-radius: 0 10px 10px 0;
  height: auto;
  font-weight: 500;
}

.header_menu .search_bar input[type="search"]:focus {
  outline: none;

}

.header_menu .col-md-2 {
  right: 15px;
}

.header_menu .search_bar input {
  border: 0;
  width: auto;
}

.header_menu .search_bar input[type="search"] {
  border-radius: 10px 0 0 10px;
  background-color: transparent;
  height: auto;
  max-width: 142px;
  margin: 0;
  padding: 2px;
  font-size: 12px;
  top: -1px;
  position: relative;
}

.header_top_btn a {
  background-color: var(--lit-grey);
  color: var(--white);
  font-size: 15px;
  padding: 6px 14px 6px 12px;
  border-radius: 0 0 10px 10px;
  text-transform: uppercase;
}

.header_top_btn a img {
  margin-right: 13px;
}

#mega-menu-item-custom_html-8 {
  position: relative;
  top: 38px !important;
}

/* extraasss */
.slider-content {
  padding: 242px 0px 80px 0px;
  position: relative;
}

/* .slider-content::after {
  content: '';
  display: block;
  //background: url(../img/residential-layer-hero.png) no-repeat center center;
  background-size: cover;
  height: 233px;
  bottom: 0;
  width: 100%;
  position: absolute;
} */

.banner_sec_sngle {
  padding: 245px 0px 125px 0px;

}

.hero-slider,
.slider-content {
  min-height: 770px;
}

.headspan {
  color: var(--sky-blue);
}

.slider-p {
  padding-right: 50px;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.nav-style.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  bottom: 0;
  height: 78px;
  left: 0;
  margin: auto 0;
}

.nav-style.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  height: 78px;
  bottom: 0;
  margin: auto;
  width: 100%;
}


.nav-style.owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  height: 78px;
  right: 0;
  margin: auto 0;
}

.nav-style.owl-theme .owl-nav button:hover {
  background: transparent;
}

:focus {
  outline: none !important;
}

.icon-with-des-area {
  /* background-image: url(../img/iconbg.png); */
  padding: 63px 0px 67px 0px;
  background: linear-gradient(0deg, rgba(242,238,233,1) 40%, rgba(255,255,255,0.19089642693014708) 100%);
}

#afl_cats .iwticon-box {
  background-color: transparent;
}

#afl_cats .iwticon-box:hover {
  background-color: var(--blue);
}

.iwticon-box {
  transition: ease all 0.3s;
  width: 122px;
  height: 122px;
  background-color: var(--sky-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.iwt-box h6 {
  margin-bottom: 25px;
  letter-spacing: 3.26px;
}

.iwticon-box img {
  padding: 10px;
}

.iwticon-box .learn {
  font-size: 20px;
  color: var(--white);
  display: none;
  height: 100%;
  font-family: "roc-grotesk";
  border-radius: 50%;
}

.iwticon-box:hover {
  background-color: var(--blue);
}

.iwticon-box:hover img {
  display: none;
}

.iwticon-box:hover .learn {
  display: flex;
  align-items: center;
}

.page-banner {
  /* background-image: url(../img/home-hero.png); */
  padding: 70px 0;
}

.page-banner h1 {
  margin: 0;
  font-size: 26px;
}

.post-featured {
  margin-bottom: 18px;
}

.post-featured img {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-sec {
  margin-bottom: 30px;
}

.post-catt a,
.post-catt {
  font-size: 11px;
  margin-bottom: 5px;
}

#menu-air-purification-solutions-menu {
  column-count: 2;
}

.post-body-sec h3 {
  font-size: 22px;
}

.post-body-sec p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 15px;
  font-size: 12px;
}

.post-date {
  font-size: 10px !important;
}

.page-template-default header,
.error404 header,
.post-template-default header,
.blog header,
.archive header,
.search header,
.page-template-article header,
.page-template-air-puri-article header,
.page-template-case-study-post header,
.page-template-case-study-post-fc header,
.page-template-news-article header,
.page-template-covid header,
.page-template-shop header,
.page-template-museum header,
.page-template-faq header,
.page-template-afl-industries-category header,
.page-template-rgf-news header {
  position: initial;
}
.page-template-afl-industries-category .cat_product {
  position: relative;
  padding-top: 50px;
}
.page-template-rgf-news #myTabContent {
    padding: 30px;
}
article.cust_post_st_temp {
    position: relative;
    text-align: center;
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
}
article.cust_post_st_temp h4 {
    position: absolute;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #2e3191bf;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 100px 10px;
    opacity: 0;
    transition: 0.3s;
}
article.cust_post_st_temp .post-featured {
    margin-bottom: 0;
}
article.cust_post_st_temp .post-featured img {
    width: 260px;
    height: 270px;
    object-fit: cover;
}
article.cust_post_st_temp a:hover h4 {
    opacity: 1;
    transition: 0.3s
}
.hvr_cust .col-md-3.col-sm-3 {
    padding: 0;
}
.page-template-afl-industries-category .cat_product::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(#f2eee9, #ffffff);
    bottom: 0px;
}
.post-fimg img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}

.page-404 {
  padding: 80px 0;
}

.page-content {
  padding: 0px;
}

.features-area {
  /* background-image: url(../img/bgg.png); */
  padding: 80px 0px 0px;
}

.features-area .feat-img {
  position: relative;
  left: -90px;
}

.feature-box p {
  font-size: 12px;
  line-height: 1.5;
}

.feature-box h6 {
  margin-bottom: 16px;
  letter-spacing: 2.04px;
  font-weight: 700;
  font-family: "roc-grotesk";
}

.features-heading h6 {
  margin-bottom: 30px;
}

.feature-box {
  margin-bottom: 84px;
}

.features-heading {
  margin-bottom: 50px;
}

.custslider .owl-nav span {
  height: 11px;
  width: 11px;
  border: 1px solid #707070;
  display: block;
  border-radius: 50%;
  transition: ease all 0.5s;
  outline: none;
}

.custslider .owl-nav button {
  background: none !important;
}

.custslider .owl-nav span:hover,
.custslider .owl-nav span.active-nav {
  background-color: #0FB3EE;
  border-color: #0FB3EE;
}

.custslider .owl-theme .owl-nav {
  margin-top: 20px;
}

.feature-icon {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
}

.feature-icon img {
  width: 60%;
}

.misson-img {
  position: relative;
  left: -12px;
  /* width: 600px; */
}

.seller {
  /* background-image: url(../img/line-accentbg.png); */
  padding: 115px 0px 112px;
  /* background-color: #F2EEE9; */
}

.sellerheading {
  color: var(--blue);
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  position: relative;
  font-weight: 700;
  margin-bottom: 19px;
}

.seller .sellercard {
  /* background-color: #F2F2F2; */
  background-color: #fff;
  border-radius: 10px;
  height: 314px;
  width: 260px;
}

.pconent a {
  width: 100%;
} 

.sellercard img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.pimgs {
  padding: 20px;
  height: 200px;
}

.pimgs img {
  object-fit: contain;
}

.custslider.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 27px;
}

.imgslider {
  position: relative;
  padding: 95px 0px 65px;
  background-image: url('../img/dot-pattern-small.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
}

.imgslider::before {
  content: '';
  display: block;
  /* background: url(../img/img-slider-before.png) no-repeat center center; */
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(242,238,233,1) 90%);
  background-size: cover;
  height: 158px;
  top: 0;
  width: 100%;
  position: absolute;
}

.slidercom .owl-dots button.active span,
.slidercom .owl-dots button.owl-dot:hover span {
  background-color: var(--sky-blue) !important;
  border: 1px solid var(--sky-blue) !important;
}

.slidercom .owl-dots button.owl-dot span {
  background-color: var(--white);
  border: 1px solid #707070;
  width: 15px;
  height: 15px;
}

.slidercom .owl-stage {
  display: flex;
  align-items: center;
}

.imgsliderbot {
  /* background-image: url(../img/botslider.png); */
  padding: 65px 0px;
  background-position: top right;
  background-size: cover;
}

.mission {
  padding: 85px 0px;
}

.missionbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding: 35px 0px;
}

.inno-h2,
.inno-p {
  color: var(--off-white);
}

.inno-span {
  color: var(--lit-sky-blue);
}

.inno-slider .item {
  padding: 386px 0px 107px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inno-slider p {
  max-width: 720px;
  color: #fff;
}

.inno-span {
  color: var(--lit-sky-blue)!important;
}


.our-press-blog {
  /* background-image: url(../img/line-accentbg.png); */
  padding: 100px 0px 90px 0px;
  margin-top: -49px;
  position: relative;
  /* background-position: initial;
  background-color: #F2EEE9; */
}

.our-press-blog img {
  border-radius: 10px;
}

.our-press-blog .press-h3 {
  color: var(--black);
  font-size: 16px;
  min-height: 58px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.blog-meta {
  font-size: 11px;
  color: var(--blue);
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.blog-meta:before {
  content: '';
  background-image: url(../img/schedule_black_24dp.svg);
  background-size: contain;
  height: 15px;
  width: 20px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  fill: #828282;
  /* top: 0px; */
}

.btn-black::before {
  content: '';
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: var(--sky-blue);
  border-radius: 50%;
  top: -10px;
  left: -3px;
}

.btn-black-txt::before {
  content: '';
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: var(--sky-blue);
  border-radius: 50%;
  top: -10px;
  left: -13px;
  z-index: -10;
}

.btn-black span {
  z-index: 1;
  position: relative;
  margin-left: 17px;
  font-size: 20px;
  font-family:"roc-grotesk";
  font-weight: 600;
}



/* footer */
.footer-bg {
  background-color: var(--gray);
  padding: 80px 0 32px 0;
}

.footer .widgets ul {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.footer-area h2 {
  font-size: 13px;
  font-weight: 600;
color: var(--dark-blue);
line-height: 1.1;
margin: 0 0 15px 0;
font-family: "roc-grotesk";
}

.footer .widgets ul a,
.footer strong {
  font-size: 13px;
  line-height: 26px;
}

.footer .widgets ul a:hover {
  color: var(--black);
}

.footer strong {
  color: var(--dark-blue);
}

.cc_footer {
  border-top: 1px solid var(--lit-grey);
  padding-top: 46px;
}

.footer_left {
  font-size: 13px;
}

.footer_left img {
width: 280px;
}

.footer_left>a {
  display: block;
  margin-bottom: 36px;
}

.footer_left p {
  margin: 0;
  line-height: 20px;
}

.footer_right {
  text-align: center;
  width: 352px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: bold
}

.footer_right h6 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.footer_social i {
  background-color: var(--dark-blue);
  color: var(--white);
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin: 0 10px;
}

.footer_right .cc_text {
  margin-top: 65px;
  font-size: 12px;
  color: var(--lit-black);
}

.footer_right .cc_text ul {
  list-style: disc;
  margin-bottom: 0;
}

.footer_right .cc_text ul li {
  margin: 0 2px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 7px;
}

.footer_right .cc_text ul li a {
  font-size: 12px;
  color: var(--lit-black);
  line-height: 1;
}

.footer_right .cc_text ul li::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 4px;
}

.doublesync-slider {
  max-width: 810px;
}


.slider.slider-for {
  width: 79%;
  float: left;
  padding-right: 40px;
}

.slider.slider-nav {
  width: 21%;
  float: left;
}

.vsingle-slide iframe {
  width: 100%;
  height: 346px;
}

.vsingle-slide h3 {
  color: var(--lit-black);
  margin: 20px 0 10px;
}

.clear {
  clear: both;
}

.slider-nav .slick-slide img {
  border: 1px solid var(--dark-gray);
  max-width: 100%;
}

.our-news-area {
  padding: 70px 0 115px;
  position: relative;
}

.our-news-area::before {
  content: '';
  background: url(../img/Guardian-qr-product.png) no-repeat top right;
  height: 346px;
  width: 378px;
  background-size: auto;
  position: absolute;
  right: 0;
  top: -161px;
  overflow: hidden;
  z-index: 1;
}

.our-news-area::after {
  content: '';
  display: block;
  /* background: url(../img/vslider-before.png) no-repeat center center; */
  background: linear-gradient(0deg, rgba(242,238,233,1) 0%, rgba(255,255,255,0) 63%); 
  height: 230px;
  position: absolute;
  width: 100%;
  bottom: 44px;
  background-size: cover;
  z-index: -1;
}

.our-news-area .slick-slide {
  height:  auto !important;

}

.onews-heading {
  margin-bottom: 44px;
}

.blog-box h6,
.blog-box h6 a {
  color: var(--black);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  line-height: 25px;
}

.blog-box .fimg {
  margin-bottom: 20px;
}

.blog-box .fimg a {
  display: block;
}

.blog-box .fimg img {
  width: 100%;
}

.form-cta {
  /* background-image: url(../img/gradient-bg.jpg); */
  padding: 80px 0;
}

.cta-form-detail h2 {
  margin-bottom: 29px;
}

.cta-form-detail form {
  margin-top: 45px;
}

.cta-form-detail form textarea {
  height: 93px;
}

.doublesync-slider .slick-arrow {
  margin-top: 20px;
}

.cons-img img {
  border-radius: 50%;
  position: relative;
  height: 284px;
  width: 284px;
  object-fit: cover;
}

.cons-img::before {
  content: '';
  background-color: var(--sky-blue);
  height: 146px;
  width: 146px;
  position: absolute;
  border-radius: 50%;
  top: 27px;
  right: calc(50% - 6px);
}

.form-p-detail {
  padding-left: 74px;
}

.form-p-detail h6 {
  font-weight: 600;
}

.form-p-detail ul {
  list-style-type: none;
  padding-left: 0;
}

.intention-note a {
  font-weight: 600;
}

.intention-note {
  margin-top: 35px;
}

.cheroslider-after::after {
  content: '';
  display: block;
  height: 276px;
  width: 276px;
  background-color: var(--blue);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-slider-img img {
  position: relative;
  z-index: 1;
  height: auto;
}

.iwt-comercial .iwt-box p {
  text-align: left;
}

.wwp-bg {
  background-image: url(../img/dot-pattern-medium.png);
  background-color: var(--white);
  border-radius: 0 10px 10px 0;
}

.what-we-protect {
  padding: 75px 0;

}

.wwp-content {
  padding: 83px 92px 180px 15px;
  max-width: 628px;
  margin-left: auto;
  box-sizing: content-box;
}

.page-template-air-profication-resources .tabs_section .card-header {
  background-color: #f2eee900;
  border-bottom: 0.3px solid #98969230;
}

.page-template-water-treatment-resources .tabs_section .card-header {
  background-color: #f2eee900;
  border-bottom: 0.3px solid #98969230;
}

.page-template-food-sanitation-resources .tabs_section .card-header {
  background-color: #f2eee900;
  border-bottom: 0.3px solid #98969230;
}

.page-template-afl-resources .tabs_section .card-header {
  background-color: #f2eee900;
  border-bottom: 0.3px solid #98969230;
}

.res_tbs{
  padding-top: 60px;
  background-color: #ffffff;
  position: relative;
  background-image: linear-gradient(#fff, #fff) !important;
}
.res_tbs .card{
  box-shadow: none !important;
}
.res_tbs::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 158px;
    bottom: -40px;
    background-image: linear-gradient(to bottom, #ffffff, #F2EEE9);
}
.page-template-water-treatment .hero-banner {
  position: relative;
}
.page-template-water-treatment .hero-banner::after {
    content: '';
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(#ffffff00, #ffffff);
}
.page-template-element-air .hero-banner {
  position: relative;
}
.page-template-element-air .hero-banner::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    bottom: 0;
    background-image: linear-gradient(#ffffff00, white);
}
.res_tbs {
    padding-top: 80px;
}
.page-template-rgf-forms {
  background-color: #F8F8F8;
}
.page-template-rgf-forms section::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    background-image: url(http://rgf.com/wp-content/uploads/2021/08/hexagon-bg@2x.png);
    top: 0;
    right: 0;
    background-repeat: repeat-y;
    opacity: 0.8;
}
.page-template-rgf-forms section div {
    position: relative;
    z-index: 1;
}
.page-template-rgf-forms section {
    position: relative;
}
.page-template-food-sanitation-category .tabs_section .nav-tabs,
.page-template-water-treatment-resources .tabs_section .nav-tabs,
.page-template-food-sanitation-resources .tabs_section .nav-tabs,
.page-template-afl-resources .tabs_section .nav-tabs {
    border: 0;
    justify-content: space-between;
}
.page-template-food-sanitation-category .tabs_section .card-header,
.page-template-water-treatment-resources .tabs_section .card-header,
.page-template-food-sanitation-resources .tabs_section .card-header,
.page-template-afl-resources .tabs_section .card-header {
    background-color: transparent;
}
.page-template-food-sanitation-category .tabs_section .card-header,
.page-template-food-sanitation-resources .tabs_section .card-header,
.page-template-afl-resources .tabs_section .card-header {
  margin-top: -52px;
}
.page-template-food-sanitation-category .banner_not_img,
.page-template-food-sanitation-resources .hero-banner,
.page-template-afl-resources .tabs_section .hero-banner  {
    position: relative;
}
.page-template-food-sanitation-category .banner_not_img::after,
.page-template-food-sanitation-resources .hero-banner::after,
.page-template-afl-resources .tabs_section .hero-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    background-image: linear-gradient(#FFFFFF00, #fff);
}
#articles .page-content {
    padding: 0;
}
#faq .cust_faq.faq_wys,
.sp-easy-accordion {
    margin: 0;
}
.page-template-food-sanitation-category .cat_product {
    padding-bottom: 35px;
}
.page-id-2332 .container .wp-block-columns:nth-child(odd),
.page-id-2329 .container .wp-block-columns:nth-child(odd),
.page-id-2327 .container .wp-block-columns:nth-child(odd),
.page-id-2325 .container .wp-block-columns:nth-child(odd),
.page-id-662 .container .wp-block-columns:nth-child(odd),
.page-id-2211 .container .wp-block-columns:nth-child(odd),
.page-id-15340 .container .wp-block-columns:nth-child(odd),
.page-id-15314 .container .wp-block-columns:nth-child(odd) {
    flex-direction: row-reverse;
}
.page-id-2332 .container .wp-block-columns,
.page-id-2329 .container .wp-block-columns,
.page-id-2327 .container .wp-block-columns,
.page-id-2325 .container .wp-block-columns,
.page-id-662 .container .wp-block-columns,
.page-id-2211 .container .wp-block-columns,
.page-id-15340 .container .wp-block-columns,
.page-id-15314 .container .wp-block-columns {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: var(--white);
    border-radius: 10px;
}
.page-id-2332 .container .wp-block-columns h5,
.page-id-2329 .container .wp-block-columns h5,
.page-id-2327 .container .wp-block-columns h5,
.page-id-2325 .container .wp-block-columns h5,
.page-id-662 .container .wp-block-columns h5,
.page-id-15340 .container .wp-block-columns h5 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.page-id-17056 .container .wp-block-columns:nth-child(odd),
.page-id-2329 .container .wp-block-columns:nth-child(odd),
.page-id-2327 .container .wp-block-columns:nth-child(odd),
.page-id-2325 .container .wp-block-columns:nth-child(odd),
.page-id-662 .container .wp-block-columns:nth-child(odd),
.page-id-2211 .container .wp-block-columns:nth-child(odd),
.page-id-15340 .container .wp-block-columns:nth-child(odd),
.page-id-15314 .container .wp-block-columns:nth-child(odd) {
    flex-direction: row-reverse;
}
.page-id-17056 .container .wp-block-columns,
.page-id-2329 .container .wp-block-columns,
.page-id-2327 .container .wp-block-columns,
.page-id-2325 .container .wp-block-columns,
.page-id-662 .container .wp-block-columns,
.page-id-2211 .container .wp-block-columns,
.page-id-15340 .container .wp-block-columns,
.page-id-15314 .container .wp-block-columns {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: var(--white);
    border-radius: 10px;
}
.page-id-17056 .container .wp-block-columns h5,
.page-id-2329 .container .wp-block-columns h5,
.page-id-2327 .container .wp-block-columns h5,
.page-id-2325 .container .wp-block-columns h5,
.page-id-662 .container .wp-block-columns h5,
.page-id-15340 .container .wp-block-columns h5 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}
.about_info_review {
    flex-direction: unset !important;
    padding: 50px !important;
}
.page-id-662 .container .wp-block-columns .wp-block-image {
    text-align: center;
    margin: 0;
}
.page-id-662 .container .wp-block-columns .wp-block-image img {
    width: 200px;
    max-width: 100%;
}
.page-id-662 .container .wp-block-columns strong {
    font-weight: 500;
}
.page-template-museum h2 {
    margin: 40px 0 20px 0;
}
.page-template-museum .banner_pg_p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.page-template-museum .banner_pg_sm {
    font-weight: 500;
    color: #2e3191;
}
.page-id-730 .container .wp-block-image, .page-id-730 .container blockquote {
    background-color: var(--gray);
}
.page-id-730 .container .wp-block-image {
    margin-bottom: 0;
}
.page-id-730 .container blockquote p {
    font-size: 16px;
}
.page-id-730 .container blockquote p strong {
    font-size: 24px;
}
.page-id-730 .container .wp-block-image img {
    width: 300px;
}
div#ngg-slideshow-59c38928f7c556d90f6d56ff44c1fe26-3019879390 {
    max-width: 100% !important;
    width: 100%;
    margin-top: 0 !IMPORTANT;
}
div#ngg-slideshow-59c38928f7c556d90f6d56ff44c1fe26-3019879390 img {
    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
}



@media only screen and (min-width: 1400px) {
  .wwp-content {
    max-width: 650px;
  }
}

.wwp-content h2 {
  margin-bottom: 45px;
}

.wwp-content h6 {
  margin-bottom: 25px;
}

.wppleft {
  flex: 0 0 auto;
  width: 62.80%;
}

.wwp-right {
  flex: 0 0 auto;
  width: 37.20%;
}

.wp-block-column h6 {
  font-family: 'Poppins', sans-serif;
}

.fimg-cicrle {
  border-radius: 50%;
  background-color: var(--blue);
  height: 62px;
  width: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;

}

.fimg-cicrle img {
  max-width: 100%;
}

.features-circles span {
  display: block;
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
}

.features-circles {
  max-width: 368px;
  margin-right: auto;
  margin-top: 53px;
  min-height: 636px;
}

.f-circle {
  position: absolute;
}

.features-circles .f-circle:first-child {
  left: 32.60%;
}

.features-circles .f-circle:nth-child(2) {
  left: 57%;
  top: 40px;
}

.features-circles .f-circle:nth-child(2) .fimg-cicrle {
  height: 110px;
  width: 110px;
}

.features-circles .f-circle:nth-child(2) span {
  font-size: 10px;
}

.features-circles .f-circle:nth-child(3) {
  left: 7%;
  top: 15%;
}

.features-circles .f-circle:nth-child(3) .fimg-cicrle {
  height: 72px;
  width: 72px;
}

.features-circles .f-circle:nth-child(3) span {
  font-size: 10px;
}

.features-circles .f-circle:nth-child(4) {
  left: 29%;
  top: 33%;
}

.features-circles .f-circle:nth-child(4) .fimg-cicrle {
  height: 88px;
  width: 88px;
}

.features-circles .f-circle:nth-child(4) span {
  font-size: 12px;
}

.features-circles .f-circle:nth-child(5) {
  left: -28px;
  top: 41.66%;
}

.features-circles .f-circle:nth-child(5) .fimg-cicrle {
  height: 64px;
  width: 64px;
}

.features-circles .f-circle:nth-child(5) span {
  font-size: 9px;
}

.features-circles .f-circle:nth-child(6) {
  left: 69.60%;
  top: 42.66%;
}

.features-circles .f-circle:nth-child(6) .fimg-cicrle {
  height: 110px;
  width: 110px;
}

.features-circles .f-circle:nth-child(6) span {
  font-size: 16px;
}

.features-circles .f-circle:nth-child(7) {
  left: -10px;
  top: 60.60%;
}

.features-circles .f-circle:nth-child(7) .fimg-cicrle {
  height: 138px;
  width: 138px;
}

.features-circles .f-circle:nth-child(7) span {
  font-size: 16px;
}

.features-circles .f-circle:nth-child(8) {
  left: 47.75%;
  top: 62.60%;
}

.features-circles .f-circle:nth-child(8) .fimg-cicrle {
  height: 65px;
  width: 65px;
}

.features-circles .f-circle:nth-child(8) span {
  font-size: 9px;
}

.features-circles .f-circle:nth-child(9) {
  bottom: 0;
  right: 34px;
}

.features-circles .f-circle:nth-child(9) .fimg-cicrle {
  height: 95px;
  width: 95px;
}

.features-circles .f-circle:nth-child(9) span {
  font-size: 14px;
}

.text-with-img {
  padding: 53px 0 0px;
}

.iwi-content {
  margin-top: 45px;
}

.twi-img::after {
  content: '';
  display: block;
  height: 410px;
  width: 410px;
  background-color: var(--sky-blue);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.twi-img img {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-right: -54px;
  max-width: 100%;
}

.commercial-seller {
  padding: 125px 0px 77px;
  margin-top: -60px;
}

.our-phi {
  padding: 45px 0 120px;
  background: url(../img/phi-bg.png) no-repeat left top 44px, url(../img/hci-after.png) no-repeat bottom right;
  background-size: auto;
}

.our-phi::before {
  content: '';
  display: block;
  background: url(../img/seller-layer.png) no-repeat center center;
  height: 158px;
  position: absolute;
  width: 100%;
  top: 0;
  background-size: cover;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255,255,255,0.03963592272846639) 40%, rgba(242,238,233,1) 100%);
}

.our-phi-wrap {
  max-width: 720px;
}

.our-phi-content {
  margin-bottom: 76px;
}

.our-phi-content h2 {
  margin-bottom: 39px;
}

.stool-icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--sky-blue);
  margin: 0 auto 20px auto;
  padding: 10px;
}

.phi-tools .btn-black {
  margin-top: 47px;
}

.find-us-btns {
  background: linear-gradient(90deg, rgba(46, 49, 145, 1) 50%, rgba(15, 179, 238, 1) 50%);
  padding: 25px 0;
}

.findus-btn a {
  font-size: 36px;
  position: relative;
  z-index: 1;
  margin-left: 30px;
  color: var(--gray);
}

.findus-btn::after {
  content: '';
  display: block;
  background-color: var(--sky-blue);
  height: 75px;
  width: 75px;
  border-radius: 50%;
  position: absolute;
  top: -12px;
}

.findus-btn-2::after {
  background-color: var(--blue);
}

.findus-btn-2 {
  margin-left: 48px;
}

.test-result-area {
  background: url(../img/dot-pattern-case-study.png) no-repeat left top;
  position: relative;
  padding: 95px 0 0;
}

.test-result-area::before {
  content: '';
  display: block;
  background: url(../img/testreult-before.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 310px;
  top: 0;
  z-index: -1;
}

.tresult-img::before {
  content: '';
  display: block;
  width: 276px;
  height: 276px;
  background-color: var(--sky-blue);
  border-radius: 50%;
  position: absolute;
  right: 0;
}

.tresult-img img {
  position: relative;
  margin-bottom: 25px;
}

.hslider-content {
  padding-top: 31px;
}

.hslider-content .small-text {
  margin-bottom: 20px;
}

/* .hslider-content h1 {
  font-family: 'Poppins', sans-serif;
} */

.hslider-content h1 span {
  color: var(--sky-blue);
}

.twith-img-2 .twi-img img {
  margin-left: 0;
}

.twith-img-2 .twi-img::after {
  left: 0;
  margin: auto;
}

.twith-img-2 {
  background: transparent linear-gradient(0deg, #F2EEE9 0%, #F2EEE900 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 20px;
}

.pdouct-img a {
  height: 310px;
  /* background-color: var(--gray); */
  background-color: #F2F2F2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}

.ajax-loader {
  position: absolute !important;
}

.pdouct-img img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.products-area {
  padding: 25px 25px 0 25px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 20px 30px #2e319133;
}

.allp-nav ul {
  justify-content: center;
  border: none;
}

.allp-nav ul a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.04px;
  color: #828282;
  padding: 0px 20px 6px;
  border-bottom: 3px solid transparent;
  margin: 0 10px;

}

.allp-nav ul a.active {
  color: var(--blue);
  border-color: var(--blue);
}

.all-products-area {
  margin-top: 48px;
}

.pconent h5 {
  font-weight: 600;
  color: var(--black);
  min-height: 38px;
  width: 100%;
}

.all-products-area .col-xl-3.col-lg-4.col-md-6 {
  padding: 0 10px;
}

.title-section {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.more-info-block {
  width: 100%;
  max-width: 121px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; 
}


.psdetail,
.psdetail * {
  font-size: 12px;
  color: #828282;
}

.product-box {
  margin-bottom: 60px;
}

.air-purification {
  padding: 55px 0 70px;
}

.air-purification .container {
  padding: 0;
}

.air-purification-news {
  padding: 55px 0 70px;
  padding-top: 0px;
}

.air-purification-news .container {
  padding: 0;
}

.mega-sub-menu {
  box-shadow: 0px 10px 30px #00000019 !important;
}

ul.mega-sub-menu li ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
  background-color: #F2EEE9 !important;
}

.maga_menu_sec .row {
  align-items: center;
}

.widget_custom_html {
  background-color: #2E3191 !important;
  /* padding: 13px 20px 13px 20px !important; */
}

.widget_custom_html .maga_menu_left_sec h3 {
  line-height: 29px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}

.widget_custom_html .maga_menu_left_sec p {
  color: #71E6FF;
  font-size: 9px;
  line-height: 12px;
  margin-bottom: 0 !important;
  width: 100%;
  font-family:"roc-grotesk";
  font-weight: 600;
  letter-spacing: 2px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu input, #mega-menu-wrap-header-menu #mega-menu-header-menu img {
  height: 95px;
}

#mega-menu-item-text-15 {
  padding-bottom: 0px!important;
}

/* .widget_nav_menu div > .menu {
  column-count: 2;
} */
.nav_menu ul li a {
  font-weight: 500 !important;
}

.nav_menu ul li a:hover {
  color: #262A81;
}

#mega-menu-item-25 .widget_nav_menu div>.menu {
  column-count: 2;
}

#mega-menu-item-text-12 {
  padding: 0 !important;
}

#menu-food-sanitation-resources {
  column-count: 3;
}

#mega-menu-92-0-0 ul.mega-sub-menu {
  column-count: 4;
}

.widget_nav_menu div>.menu li {
  display: block;
}

.widget_nav_menu div>.menu li {
  display: block;
}

.widget_nav_menu div>.menu .sub-menu {
  padding-left: 55px;
}

.widget_nav_menu div>.menu li .sub-menu a {
  text-transform: capitalize !important;
}

.widget_nav_menu div>.menu li .sub-menu li::before {
  content: ">";
  padding-right: 16px;
}

.maga_menu_right_sec a {
  padding: 0 !important;
}

.maga_menu_right_sec a img {
  max-width: 100%;
}

#mega-menu-26-0-2 .mega-sub-menu .widget_nav_menu {
  width: 50% !important;
  max-width: 100% !important;
}

#mega-menu-92-0-0 ul.mega-sub-menu li:nth-child(odd) {
  padding: 15px 12px 0 12px !important;
}

#mega-menu-92-0-0 ul.mega-sub-menu li:nth-child(even) {
  padding: 0px 5px 74px 12px !important;
}

#mega-menu-92-0-0 ul.mega-sub-menu li {
  height: 56px !IMPORTANT;
}

#mega-menu-92-0-0 ul.mega-sub-menu li .textwidget a {
  font-size: 13px;
  font-weight: bold;
  color: #2E3191;
}

#mega-menu-93-0-3 #mega-menu-item-text-8 .textwidget {
  column-count: 2;
}

#mega-menu-93-0-3 .textwidget a {
  font-weight: bold;
  color: #2E3191;
}

#mega-menu-93-0-3 .textwidget p {
  margin: 0 !important;
}

#mega-menu-94-0-0>ul>li {
  padding-right: 0 !IMPORTANT;
}

.bold_blue a,
.bold_blue {
  font-weight: bold;
  color: #2E3191 !important;
  font-size: 13px !important;
}
#mega-menu-item-text-16 .textwidget {
    column-count: 2;
}
#mega-menu-item-text-16 a {
    font-weight: 600 !important;
    color: #2e3191;
}

#mega-menu-item-text-18 {
  column-count: 2;
}

#mega-menu-item-text-18 a {
  font-weight: 600 !important;
  color: #2e3191;
}

#menu-science-megamenu {
  column-count: 2;
}

#mega-menu-127-0-0 .textwidget>p {
  display: none;
}

.custom_widget_area a {
  font-weight: bold;
  color: #2E3191 !important;
  font-size: 12px !important;
  margin-top: 0;
  line-height: 14px !important;
  padding: 0 !important;
}

#mega-menu-item-text-10 {
  padding: 0 !important;
}

.Custom_html_temp .col-sm-3 {
  border-right: 1px solid #F2EEE9;
  padding: 0 10px;
}

.Custom_html_temp .col-sm-3 .custom_widget_area {
  padding: 0 14px;
  height: 116px;
}

.Custom_html_temp .col-sm-3:last-child {
  border-right: 0;
}

.Custom_html_temp .row {
  align-items: center;
}

.Custom_html_temp .col-sm-3 .custom_widget_area img {
  margin-bottom: 0;
  height: 65px;
  object-fit: contain;
}

.Custom_html_temp .col-sm-3:first-child .custom_widget_area img {
  margin-bottom: 0;
}

.mega-sub-menu li h4 {
  padding-bottom: 0 !important;
  line-height: 26px;
  text-transform: uppercase !important;
}


.banner_section {
  padding: 283px 0px 70px 0px;
  background-repeat: no-repeat;
}

.product-slider .v-thumbnail img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  max-width: 100%;
}

.slider-for-product .product_img img {
  border: 0;
  width: auto;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.slider-for-product .product_img::after {
  content: '';
  position: absolute;
  background-color: #F2EEE9;
  width: 352px;
  height: 352px;
  top: 0;
  border-radius: 50%;
  z-index: -1;
}

.product_lefts_text h2 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 40px;
}

.product_lefts_text p {
  line-height: 21px;
  margin-bottom: 34px;
}

.product_img {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 352px;
}

.prdoduct_det {
  padding-top: 80px;
}

.prdoduct_det .row {
  justify-content: center;
}

.prdoduct_det .product_desc h6 {
  line-height: 17px;
  font-family: inherit;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

#form_b54522e1-a23b-4772-b886-aa8572f6ca8a .form_fields label {
  color: #fff;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

.pagination a {
  font-family:"roc-grotesk";
}

.current {
  color: #2E3191;
}

.pagination .page-numbers {
  padding-right: 10px;
}

.pagination .page-numbers:last-child {
  padding-right: 0px;
}

#allproduct-tab .more-info {
  width: auto!important;
}

#bestseller-tab .more-info {
  width: auto!important;
}

#residential_products .more-info {
  width: auto!important;
}

#allproduct .more-info {
  width: auto!important;
}

#bestseller .more-info {
  width: auto!important;
}

.prdoduct_det .product_desc p,
.prdoduct_det .product_desc a {
  font-size: 12px;
  display: inline-block;
  line-height: 16px;
}

.product_desc div {
  line-height: 1;
}

.tabs_section .card-header {
  border: 0;
  background-color: #F2EEE9;
  padding: 0;
}

.tabs_section {
  padding-bottom: 120px;
  background-image: linear-gradient(#ffffff00, #f2eee9);
}

.blog-box h6 {
  height: 51px;
}

.tabs_section .card {
  border: 0;
  box-shadow: 0px 10px 30px #00000019;
  border-radius: 10px;
}

.tabs_section .card-body {
  padding: 45px 16px 40px 16px;
}

.tabs_section .card-body ul li::marker {
  color: #2E3191;
}

.tabs_section .card-body ul li {
  line-height: 21px;
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.tabs_section .nav-tabs {
  border: 0;
  /* justify-content: space-between; */
}

.tabs_section .nav-tabs .show a,
.tabs_section .nav-tabs a.active {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #262A81;
  color: #2E3191;
  opacity: 1;
}

.tabs_section .nav-tabs a {
  color: #2E3191;
  font-weight: 555;
  font-size: 14px;
  line-height: 26px;
  padding: 15.5px 30px;
  text-transform: uppercase;
  font-family:"roc-grotesk";
}

a {
  color: #000;
}

.down_pdf_rgf img {
  width: 100px;
}

.tabs_section .nav-tabs a:hover {
  color: #2E3191;
}

.product_desc {
  padding: 0 0 0 20px;
  width: 200px;
}

.tabs_section .tab-pane h6 {
  font-size: 17px;
  line-height: 12px;
  margin-bottom: 24px;
}

.tabs_section .tab-pane p {
  margin-bottom: 25px;
}

#replacement {
  /* padding: 0 34px 20px 34px; */
}

.tabs_section .tab-pane .blue-txt {
  color: #2E3191;
  width: 675px;
  max-width: 100%;
  font-size: 12px;
  padding-left: 27px;
  margin-top: 26px;
  margin-bottom: 0;
  line-height: 18px;
}

.table table {
  width: 100%;
  max-width: 100%;
}

.table tr * {
  border: 0;
}

.table tr:nth-child(odd) {
  background-color: #F2EEE9;
}

.table tr td:first-child,
.table tr strong,
.table tr th {
  font-size: 14px;
  color: #2E3191;
  text-transform: uppercase;
  font-weight: 700;
}

.table tr td {
  font-size: 12px;
}

.table tr th,
.table tr td {
  padding: 11px 20px;
}

#featureBenefits {
  width: 100%;
  overflow-x: auto;
}

.cradit h6 {
  text-align: center;
  background-color: #F2EEE9;
  text-transform: uppercase;
  padding: 14px;
  margin-bottom: 27px;
  font-weight: bold;
}

.img_credit {
  text-align: center;
  margin-bottom: 60px;
}

.cradit p {
  text-align: center;
  font-size: 12px;
  width: 246px;
  margin: 0 auto;
  line-height: 18px;
}

.block-column-cust-st .wp-block-column {
  /* border: 1px solid #ddd; */
  padding: 20px;
}

.page-content .row.block-column-cust-st div .wp-block-column {
  min-height: 360px;
  margin-bottom: 30px;
}
.block-column-cust-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.block-column-cust-img h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    min-height: 115px;
}
.page-id-15301 .page-bg {
  position: relative;
}
.page-id-15301 .page-bg::after {
    position: absolute;
    content: '';
    background-image: url(https://coderzinn.com/wp-content/uploads/2021/08/Halos-for-Hope.png);
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    top: 0;
    right: 100px;
    background-size: contain;
}
.page-template-covid h3 {
    font-size: 20px;
    min-height: 90px;
}
.page-template-covid .wp-block-column a {
    text-decoration: underline !important;
    color: #2e3191;
}
.page-template-covid .wp-block-column a:hover {
    text-decoration: none !important;
    color: #000000;
}
#wpcf7-f811-o1 .row_1 > div {
    text-align: left;
}
#wpcf7-f811-o1 form, #wpcf7-f811-o1 {
    width: 100% !important;
    max-width: 100% !important;
}


article.wp-block-column {
  margin-bottom: 30px;
  min-height: 385px;
}

article.wp-block-column h3 {
  font-size: 20px;
}

.blog-page article.wp-block-column {
  min-height: 430px;
}

.p_pagination a {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
  transition: ease all 0.4s;
}

nav.pagination-cont {
  width: 100%;
  display: flex;
  justify-content: center;
}

#mega-menu-item-nav_menu-30,
#mega-menu-item-nav_menu-31 {
  width: 50% !important;
  max-width: 100% !important;
}

.p_pagination a:hover {
  color: var(--blue);
}

#videos {
  padding: 0 76px;
}

body.logged-in .top_header {
  /* top: 32px; */
  background:linear-gradient(0deg, rgba(255,255,255,0) 5%, rgba(255, 255, 255, 0.41) 100%);
  /* position: absolute; */
}

#menu-item-729 {
  margin-bottom: 1px;
}

.tab-content img {
  max-width: 100%;
  max-height: 100%;
}

.tab-content iframe {
  max-width: 100%;
  width: 100%;
}

#wpcf7-f811-o1 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

#wpcf7-f811-o1 .row {
  text-align: center;
}

#wpcf7-f811-o1 .row select {
  width: 70px;
  max-width: 100%;
  margin: 10px 0;
}

#wpcf7-f811-o1 .row .custom_form_lit {
  border: 1px solid #ddd;
  margin: 20px 10px;
  padding: 26px 10px;
}

.wpcf7-submit {
  color: #fff !important;
  margin-top: 19px;
  border: 1px solid #ddd !important;
  padding: 10px 20px !important;
  background-color: #2e3191 !IMPORTANT;
  letter-spacing: 2px;
}

.wp-block-image img {
  height: auto;
}

.jide_stl>div:last-child {
  border: 0;
}

.block-column-cust-st .wp-block-buttons {
  text-align: center;
  display: block;
}

.oth_cust .wp-block-column {
  min-height: 480px;
}

.vid-blck .wp-block-embed iframe {
  height: auto;
}

.banner_sec_sngle .iwi-content p {
  max-width: 628px;
  margin-top: 30px;
}

/* .videos_res {
    min-height: 330px;
    margin-bottom: 30px;
} */
.videos_res iframe {
  min-height: 240px;
  height: auto;
}

.videos_res h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.videos_res p {
  margin-bottom: 5px !important;
}

#caseStudies .post_contn {
  max-width: 444px;
}

#caseStudies .page-content {
  padding: 0;
}

#caseStudies .post_contn p {
  margin: 0;
}

#caseStudies .post_contn .btn-black {
  margin-top: 35px;
}

#caseStudies .post_contn h4 {
  font-size: 16px;
  margin-bottom: 6px;
}

#caseStudies .post_contn p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

#caseStudies .page-content .row {
  padding: 25px 25px 22px 30px;
  margin: auto;
}

#caseStudies .page-content .row:nth-child(odd) {
  background-color: #F2EEE9;
}

.manuals_down a {
  font-size: 12px;
  line-height: 18px;
  color: #231F20;
  margin-left: 16px;
}

.manuals_down p {
  margin: 0 !important;
  padding: 14px;
}

.manuals_down p:nth-child(odd) {
  background-color: #F2EEE9;
}

.down_pdf_rgf h3 {
  font-size: 28px;
  text-align: center;
  line-height: 32px;
  margin: 0;
}

.down_pdf_rgf img {
  margin-bottom: 5px;
}

.down_pdf_rgf .btn-black {
  margin: 20px 0 0 0;
}

.down_pdf_rgf {
  text-align: center;
  background-color: #F2EEE9;
  padding: 15px;
}

.contn {
  font-size: 12px;
  line-height: 18px;
}

.faq_wys,
.sp-easy-accordion {
  margin-top: 0;
}

.faq_wys .ea-header,
.sp-easy-accordion .ea-header {
  background-color: #2E3191;
}

.faq_wys .ea-header a,
.sp-easy-accordion .ea-header a {
  color: #fff !important;
  font-size: 16px !important;
  padding: 12px 30px !important;
}

.faq_wys .ea-body h4,
.sp-easy-accordion .ea-body h4 {
  color: #1C1C1C;
  font-size: 16px;
  line-height: 25px;
}

.faq_wys .ea-body p,
.sp-easy-accordion .ea-body p,
.sp-easy-accordion .ea-body ul li,
.sp-easy-accordion .ea-body ol li {
  font-size: 12px;
  color: #231F20;
  line-height: 18px;
  margin-bottom: 10px;
}
.sp-easy-accordion .ea-body ol,
.sp-easy-accordion .ea-body ul {
  margin-top: 15px;
}

.faq_wys .ea-body,
.sp-easy-accordion .ea-body {
  padding: 25px !important;
}

.page-template-faq .iwticon-box img {
    border-radius: 50%;
}
.res_tbs .card-body {
  padding: 45px 0 0 0;
}

.res_tbs #videos {
  padding: 0 20px;
}

.res_tbs #videos .col-lg-4 {
  padding: 0 6px;
}

#technology .nav-tabs {
  background-color: #2E3191;
  border-radius: 10px;
  height: 53px;
  justify-content: space-evenly;
}

#technology .nav-tabs a.nav-link {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 2.65px;
  border: 0;
}

#technology .nav-tabs a.nav-link.active {
  border: 0;
  background-color: #71E6FF;
  color: #2E3191;
  padding: 16px 20px;
  border-radius: 0;
}

#technology .nav-tabs a.nav-link:hover {
  border: 0;
}

#technology .tab-content {
  padding: 28px;
}

#technology .tab-content h4 {
  color: #1C1C1C;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

#technology .tab-content p {
  font-size: 12px;
  line-height: 18px;
  color: #231F20;
  margin-bottom: 12px;
}

.custom_sol_sec .container {
  margin-left: 1px;
}

.banner_sec_sngle .twi-img::after {
  z-index: 1;
  height: 314px;
  width: 314px;
  right: 24px;
}

.banner_sec_sngle iframe {
  max-width: 100%;
  width: 350px;
  height: 193px;
  top: 60px;
  position: relative;
  z-index: 11;
  box-shadow: 0px 20px 30px #2E338C33;
}

.banner_sec_sngle .iwi-content p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 0;
}

.cat_pg .iwticon-box img {
  width: 150px;
}

.cat_pg .iwt-box_x {
  margin-bottom: 80px;
}

.cat_pg h3 {
  margin-bottom: 40px;
}

.custom_sol_sec_contn {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
}

.custom_sol_sec_contn h2 {
  MARGIN-BOTTOM: 40PX;
}

.custom_sol_sec_contn {
  background-image: url('https://rgf.com/wp-content/uploads/2021/08/dot-pattern-case-study.png');
  background-repeat: no-repeat;
  padding-left: 375px;
  background-size: cover;
}


.custom_sol_sec_contn .iwi-content {
margin-top: 0;
padding: 20px;
width: 73%;
padding-top: 80px;
padding-bottom: 80px;
background-image: none!important;
width: 100%!important;
max-width: 800px!important;
}

section.custom_sol_sec {
  background-color: #f3efeb;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;

}

.check_txt {
  color: #1C1C1C;
  font-size: 16px;
  line-height: 21px;
  margin: 0 auto;
  padding: 25px 5px 40px 5px;
}

.find_us_cust {
  background: #2e3191 !important;
  text-align: center;
}

.find_us_cust .findus-btn::after {
  left: 23%;
}

.cat_product .nav-item .nav-link {
  color: #828282;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.cat_product .nav-item .nav-link.active {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #262A81;
  color: #2E3191;
  opacity: 1;
}

.mission_cust .misson-img {
  left: 0;
  top: -24px;
}

.mission_cust {
    padding-top: 160px;
    padding-bottom: 10px;
}
.mission_cust .misson-img::after {
  content: '';
  position: absolute;
  height: 123px;
  width: 123px;
  background-color: #2E3191;
  border-radius: 50%;
  bottom: 100px;
  right: 60px;
  z-index: -1;
}

.mission_cust .misson-img::before {
  content: '';
  position: absolute;
  height: 252px;
  width: 252px;
  background-color: #0FB3EE;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  top: -46px;
}
#technology .nav.nav-tabs li.nav-item:last-child a.active {
    border-radius: 0 10px 10px 0 !important;
}
#technology .nav.nav-tabs li.nav-item:first-child a.active {
    border-radius: 10px 0 0 10px !important;
}
.cat_product .card-body .products-area {
  box-shadow: none;
}

.banner_not_img_cont p {
  width: 904px;
  max-width: 100%;
}

section.sol_env {
  background-image: linear-gradient(to right, #262a81, #0fb3ee);
  padding: 120px 0 80px 0;
  position: relative;
}

.sol_env h2,
.sol_env p,
.sol_env .btn-black,
.sol_env .btn-black::after {
  color: #fff;
}

.sol_env .btn-black {
  float: right;
}

.sol_env .rt_img {
  text-align: right;
  position: relative;
}

.sol_env .rt_img img {
  z-index: 1;
  position: relative;
}

.sol_env .rt_img::before {
  content: '';
  position: absolute;
  width: 206px;
  height: 206px;
  background-color: #0FB3EE;
  border-radius: 50%;
  left: 51px;
  top: 50px;
}

.col_set {
  justify-content: space-around;
}

.iwi-content .row {
  margin-top: 40px;
}

.iwi-content .row>div {
  margin: auto;
}

.iwi-content .row .btn-black {
  margin: 0;
}

.right_bt_img.text-end {
  text-align: right;
}

.innr_appl_cont {
  background-color: darkblue;
  display: flex;
}

.innr_appl_cont h4 {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 2.86px;
  margin: auto;
  padding: 11px 18px;
  width: 259px;
  max-width: 100%;
}

.afl_appl h3 {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 40px;
  position: relative;
}

.afl_appl {
  padding: 75px 0;
  position: relative;
  background-image: linear-gradient(#f2eee9, #ffffff);

}

.afl_appl::before {
    content: '';
    position: absolute;
    height: 73%;
    width: 55%;
    /* bottom: 0; */    /* background-image: url('https://rgf.com/wp-content/uploads/2021/09/hexagon-bg-v3@2x-scaled.jpg'); */
    background-position: 100% -1px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: left; */
    background-size: cover;
}

.custom_sol_sec {
    background: linear-gradient(180deg, rgba(243,239,235,1) 34%, rgba(255,255,255,1) 89%);  
    max-width: 100%;
    border-radius: 8px;
    height: 925px;
  }

.custom_sol_sec::after {
    content: '';
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    /* background-image: linear-gradient(#f2eee9, #f6f6f6); */
}
.innr_appl_cont img {
  width: 117px;
  max-width: 100%;
  height: 102px;
  object-fit: cover;
}

.appl_inner .col-sm-4.col-md-6.col-lg-4 {
  padding: 0;
}

.cust_gallery {
  padding: 103px 0 120px 0;
  text-align: center;
}

.cust_gallery::after {
background-position: left!important;
background-size: contain;
overflow: hidden;
z-index: -1;
}

.cust_gallery h3 {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.cust_gallery .btn-black {
  margin-top: 6px;
}

.socile_sec {
  text-align: center;
  padding: 42px 0 122px 0;
}

.socile_sec h4 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3.26px;
  margin-bottom: 25px;
  color: #0FB3EE;
}

.socile_sec_inn a {
  margin: 0 20px;
}

.sfl_find_us .findus-btn::after {
  left: 35%;
}

#valveSize {
  padding: 0 40px;
}

#valveSize table {
  border: 0;
}

.afl_rs {
  padding-bottom: 15px;
  padding-top: 45px;
}

.bilow_banner {
  background-image: linear-gradient(#ffffff, #f2eee9);
  padding-top: 80px;
  padding-bottom: 80px;
}

.bilow_banner_contnt img {
  margin-bottom: 20px;
}

.bilow_banner_contnt a {
  font-size: 17px;
  line-height: 34px;
  color: #231F20;
  font-weight: bold;
}

.bilow_banner_contnt a:hover { 
  color: #262A81;
}

#bio_controls::after {
content: '';
position: absolute;
width: 939px;
max-width: 100%;
height: 100%;
background-image: url(https://rgf.com/wp-content/uploads/2021/08/hexagon-bg@2x.png);
right: 0;
bottom: 0;
background-repeat: no-repeat;
}

.complaint_sec_inn h2 {
  width: 628px;
  max-width: 100%;
  margin-bottom: 40px;
  line-height: 41px;
}
.complaint_sec::after {
    content: '';
    position: absolute;
    width: 730px;
    max-width: 100%;
    height: 733px;
    background-image: url(http://rgf.com/wp-content/uploads/2021/08/hexagon-bg@2x.png);
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: 0.4;
  }
.col_cntnt p {
  font-size: 15px;
  line-height: 25px;
  color: #231F20;
  margin-bottom: 26px;
}

.col_cntnt h4 {
  font-size: 16px;
  margin-bottom: 24px;
}

.col_cntnt {
  column-count: 2;
  column-gap: 40px;
}
#menu-air-purification-resources-menu {
    column-count: 2;
}
.col_cntnt ul {
  padding-left: 16px;
}

.col_cntnt ul li {
  font-size: 15px;
  margin-bottom: 10px;
}

.complaint_sec {
  background-color: #F2EEE9;
  padding-bottom: 134px;
  padding-top: 145px;
  position: relative;
}

.complaint_sec .complaint_sec_inn {
  width: 900px;
  max-width: 100%;
  background-color: #FFF;
  padding: 83px;
  position: relative;
  z-index: 1;
}

.col_cntnt p:last-child {
  text-align: right;
}

.bilow_banner_contnt_2 {
  text-align: center;
}

.soc_lnk h4 {
  letter-spacing: 3.26px;
  font-size: 16px;
  color: #0FB3EE;
  line-height: 26px;
  margin: 40px 0 20px 0;
}

.soc_lnk a {
  margin: 0 15px;
}

.soc_lnk a i {
  background-color: #2E3191;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 34px;
}

.bb_contnt_2 {
  margin: auto;
}

.sharpspring_form {
  border: none!important;
}

.mission_xl .misson-img::after {
  display: none;
}

.mission_xl .misson-img img {
  position: relative;
  z-index: 1;
}

#home_page_misson_section img {
  width: 100%;
}

.mission_xl .misson-img::before {
  right: 0;
  left: auto;
  z-index: 1;
}

.mission_xl {
  padding-bottom: 0;
}

.custom_sol_sec_xl {
  padding-bottom: 164px;
}

.mission {
  /* background-color: #F2EEE9; */
}

.cust_gallery {
  background-image: linear-gradient(#f2eee9, #ffffff);
}

.blue_clr {
  background-color: #2E3191;
  border-radius: 10px;
  padding: 32px;
}

.blue_clr .row>div {
  margin: auto;
}

.blue_b_cont {
  padding-right: 50px;
}

.blue_clr h4 {
  color: #F1EEEA;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 20px;
}

.blue_clr p,
.blue_clr a {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}

.blue_clr a {
  font-weight: 600;
  text-decoration: underline !important;
}

.blue_b_cont .btn-black {
  text-decoration: none !important;
  font-weight: 500;
  margin-top: 42px;
}

.blue_b_cont .btn-black:hover,
.blue_b_cont .btn-black::after {
  color: #ffffff;
}

.rgf_forms {
  padding: 85px 0 120px 0;
}

.fs_page .iwticon-box img {
  width: 142px;
  border-radius: 50%;
}

.fs_page_wwp {
  padding-top: 50px;
}

.fs_page_wwp .wwp-content {
  padding-bottom: 87px;
}

.fs_page_wwp h2 {
  margin-bottom: 30px !important;
}

.logos_sec {
  text-align: center;
}

.logos_sec img {
  margin: 0 60px;
}

.pm_logos_sec h4 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3.26px;
  margin-bottom: 25px;
}

.pm_logos_sec {
  padding: 10px 0 90px 0;
  background-color: #F2EEE9;
  position: relative;
}

.mission_cust .misson-img::before {
  z-index: 1;
}

.mission_cust .misson-img::after {
  z-index: 1;
}

.mission_cust .misson-img img {
  z-index: 111111;
  position: relative;
}

.page-template-food-sanitation section.socile_sec {
  /* background-image: linear-gradient(#F2EEE9, #ffffff); */
  padding-top: 0;
  padding-bottom: 70px;
}

.page-template-food-sanitation .mission_cust {
  padding-bottom: 0;
}

.page-template-food-sanitation iframe {
  max-width: 100%;
  width: 350px;
  height: 193px;
  position: relative;
  box-shadow: 0px 20px 30px #2E338C33;
}

.custom_sol_sec_contn .iwi-content-2 {
  padding: 47px;
  padding-right: 144px;
  padding-bottom: 80px;
  padding-top: 80px;

}

.page-template-food-sanitation .col-md-5.col-sm-4 {
  margin: auto;
}

.page-template-food-sanitation .hslider-content h1 {
  font-size: 44px;
}

.cliser_side_vid {
  text-align: right;
}

.cliser_side_vid::before {
  content: '';
  position: absolute;
  background-color: #0FB3EE;
  width: 314px;
  height: 314px;
  border-radius: 50%;
  bottom: -57px;
  right: 34px;
}


#wpcf7-f15766-o1,
#wpcf7-f16142-o2 form,
#wpcf7-f16152-o2 form,
.page-template-default form {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

#wpcf7-f15766-o1 h2, {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 30px;
}

#wpcf7-f15766-o1 h6 {
  line-height: 26px;
  letter-spacing: 3.26px;
  margin-bottom: 45px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  max-width: 91%;
}

#wpcf7-f15766-o1 label,
#wpcf7-f16142-o2 label,
#wpcf7-f16152-o2 form label,
.page-template-default form label {
  color: #231F20;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
}

#wpcf7-f15766-o1 .label_ex,
#wpcf7-f16142-o2 form .label_ex,
#wpcf7-f16152-o2 form .label_ex,
.page-template-default form .label_ex {
  font-size: 10px;
  color: #828282;
  line-height: 16px;
}

#wpcf7-f15766-o1 input,
#wpcf7-f16142-o2 form input,
#wpcf7-f16152-o2 form input,
.page-template-default form input {
  margin-bottom: 0;
}

#wpcf7-f15766-o1 .row,
#wpcf7-f16142-o2 form .row,
#wpcf7-f16152-o2 form .row,
.page-template-default form .row {
  margin-bottom: 40px;
}

#wpcf7-f15766-o1 input,
#wpcf7-f16142-o2 form input,
#wpcf7-f16152-o2 form input,
.page-template-default form input {
  border-color: #DCDCDC;
}

#wpcf7-f15766-o1 .row_14 h5 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 3.26px;
  max-width: 360px;
  margin: 0 auto;
}

#wpcf7-f15766-o1 .row_14 {
  padding: 20px;
  background-color: #F2EEE9;
  text-align: center;
}


#wpcf7-f15766-o1 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit,
#wpcf7-f16142-o2 form input.wpcf7-form-control.wpcf7-submit {
  background-color: #2e3191 !important;
  padding: 17px !IMPORTANT;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
}
#wpcf7-f16142-o2 form textarea
#wpcf7-f16152-o2 form textarea {
  border-color: #DCDCDC;
  margin-bottom: 40px;
}
#wpcf7-f16142-o1 .row {
    margin: 0 auto;
    margin-bottom: 22px;
}
input.wpcf7-form-control.wpcf7-submit.submit_xl {
    background-color: #2e3191 !important;
    padding: 10px 30px !important;
}
.submit_cent {
  text-align: right;
}
.afl_insdus p {
    line-height: 30px;
    margin-top: 30px;
}
.page-template-food-sanitation-category .card .card-body {
    padding: 0;
}
.page-template-food-sanitation-category .card .card-body .pconent .btn-black {
    margin-top: 70px !important;
}
.mission_cust {
    position: relative;
    background: linear-gradient(0deg, rgba(255,255,255,0.12366953617384457) 40%, rgba(242,238,233,1) 100%);
}
.mission_cust::after {
    content: '';
    position: absolute;
    background-image: url(http://rgf.com/wp-content/uploads/2021/08/Mask-Group-2.png);
    width: 55%;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
}
.mission_cust .row > div {
    position: relative;
    z-index: 1;
}
.page-template-water-treatment-category .card-body {
    padding: 0;
}
.page-template-water-treatment-category .card {
    background-color: transparent;
    box-shadow: none;
}
.page-template-water-treatment-category .card-header {
    background-color: transparent;
}
.page-template-water-treatment-category .card-body {
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px #00000019;
}
.page-template-water-treatment-category .card .nav-item .nav-link {
    width: 200px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.page-template-water-treatment-category .card .nav-item {
    width: 25%;
    max-width: 100%;
}
.faq_wys .fa-minus::before,
.faq_wys .fa-plus::before,
.sp-easy-accordion .fa-minus::before,
.sp-easy-accordion .fa-plus::before {
  display: none;
}

.faq_wys .fa-minus,
.faq_wys .fa-plus,
.sp-easy-accordion .fa-minus,
.sp-easy-accordion .fa-plus {
    position: relative;
}
.faq_wys .fa-minus::after,
.faq_wys .fa-plus::after,
.sp-easy-accordion .fa-minus::after,
.sp-easy-accordion .fa-plus::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 10px;
    right: 0;
}
.faq_wys .fa-minus::after,
.sp-easy-accordion .fa-minus::after {
    background-image: url(http://rgf.com/wp-content/uploads/2021/08/icon-arrow-less.png);
}
.faq_wys .fa-plus::after,
.sp-easy-accordion .fa-plus::after {
    background-image: url(http://rgf.com/wp-content/uploads/2021/08/icon-arrow-more.png);
}
.pm_logos_sec::after {
    content: '';
    position: absolute;
    background-image: url(http://rgf.com/wp-content/uploads/2021/08/dot-pattern-large.png);
    width: 50%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center right;
    right: 0;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .custom_sol_sec_contn .iwi-content {
    padding: 55px;
  }

  #technology .nav-tabs {
    align-items: center;
  }
	#technology .nav-tabs a.nav-link.active {
		padding:16px 8px;
	}
}

@media (max-width: 768px) {
  .logos_sec img {
    margin: 0px 20px;
  }
  .cliser_side_vid::before {
    width: 240px;
    height: 240px;
    bottom: -18px;
    right: 34px;
  }
  .mission_cust .misson-img::before {
    height: 180px;
    width: 180px;
  }
  .mission_cust .misson-img::after {
    height: 80px;
    width: 80px;
  }
  .banner_sec_sngle .row {
    display: block;
  }
  .banner_sec_sngle .row > div {
    max-width: 100%;
    display: block;
  }
  .banner_sec_sngle {
    padding: 180px 0 50px 0;
  }
  .appl_inner .row > div {
    margin: 0 auto;
    max-width: 70%;
  }

  .appl_inner .row {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .bilow_banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .complaint_sec {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .complaint_sec .complaint_sec_inn {
    padding: 40px;
  }
  .custom_sol_sec_xl {
    padding-bottom: 60px;
  }
  .cust_gallery {
    padding: 20px 0 50px 0;
  }
}


@media only screen and (max-width: 1200px) {
  img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .tabs_section .nav-tabs a {
    padding: 10px;
    font-size: 10px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 8px 0px 8px;
    font-size: 12px;
  }

  .slider-content,
  .hero-slider {
    min-height: 700px;
  }

  .icon-with-des-area {
    padding: 20px 0px 70px 0px;

  }

  .feature-box h6 {
    margin-bottom: 10px;
  }

  .feature-box {
    margin-bottom: 50px;
  }

  .features-area {
    padding-bottom: 30px;
  }

  .seller {
    padding-bottom: 60px;
  }

  .inno-slider .item {
    padding: 250px 0px 100px 0px;
  }

  .our-news-area::before {
    height: 200px;
    width: 200px;
    top: -118px;
    background-size: 200px;
  }

  h6 {
    margin-bottom: 15px;
  }

  .imgslider {
    padding: 65px 0px;
  }

  .btn-black {
    margin-top: 30px;
  }

  .our-press-blog {
    padding-top: 70px;
  }

  .owl-nav img {
    max-width: 45px;
  }

  .wwp-content,
  .our-phi {
    padding-bottom: 80px;
  }

  .twi-img::after {
    height: 350px;
    width: 350px;
  }

  .wwp-content h2 {
    margin-bottom: 25px;
  }

  .findus-btn a {
    font-size: 30px;
  }

  .findus-btn::after {
    height: 65px;
    width: 65px;
  }
}

@media only screen and (max-width: 1200px) {
  .features-area .feat-img {
    left: 0;
  }

  .seller .sellercard {
    margin-bottom: 30px;
  }

  .misson-img {
    left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .header_menu .search_bar {
    display: none;
  }

  .mbl_search_icon {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 2px;
  }

  .mbl_search_icon:focus {
    box-shadow: none;
  }

  .mbl_search_icon:hover {
    background-color: transparent;
  }

  .header_menu .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header_menu .col-md-2 {
    display: none;
  }

  .modal {
    bottom: 0;
    height: 217px;
    margin: auto;
  }

  .search_bar_mbl {
    padding: 0 15px;
  }

  .modal input[type="submit"] {
    display: none;
  }

  .modal input[type="search"] {
    margin: 10px 0;
  }

  .btn-secondary {
    background-color: #2E338C;
    border-color: #2E338C;
  }

  .findus-btn-2 {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .hslider-content .small-text {
    margin-bottom: 12px;
  }

  .owl-nav img {
    max-width: 38px;
  }

  .slider-p {
    padding-right: 0;
  }

  .slider-content {
    padding: 175px 0px 70px 0px;
    min-height: auto;
  }

  /* .hero-slider {
    min-height: auto;
  } */

  .btn-black {
    margin-top: 25px;
    font-size: 16px;
  }

  .iwticon-box {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .iwt-box h6 {
    margin-bottom: 10px;
  }

  .icon-with-des-area {
    padding: 50px 0px 40px;
  }

  .feature-box {
    margin-bottom: 30px;
  }

  .features-area {
    padding: 70px 0px 40px;
  }

  .seller {
    padding: 70px 0px 40px;
  }

  .imgslider {
    padding-top: 40px;
  }

  .imgsliderbot {
    padding: 30px 0 65px;
  }

  .mission {
    padding: 20px 0px 70px;
  }

  .inno-slider .item {
    padding: 70px 0px;
  }

  .our-news-area::before {
    height: 146px;
    width: 178px;
    top: -79px;
    background-size: 150px;
  }

  h6 {
    margin-bottom: 15px;
  }

  .cta-form-detail h2 {
    margin-bottom: 15px;
  }

  .cta-form-detail form {
    margin-top: 30px;
  }

  .intention-note {
    margin-top: 15px;
  }

  .our-press-blog {
    padding: 80px 0px 70px 0px;
    margin-top: -68px;
  }

  .twi-img::after {
    height: 310px;
    width: 310px;
  }

  .features-circles .f-circle:nth-child(6) {
    left: 55.6%;
  }

  .pdouct-img a {
    height: 250px;
  }

  .wwp-content {
    padding: 70px 80px 80px 15px;
  }

  .product-box {
    margin-bottom: 40px;
  }

  .twi-img img {
    margin-right: auto;
  }

  .air-purification {
    padding-top: 30px;
  }

  .our-phi {
    padding: 30px 0 70px;
  }

  .findus-btn::after {
    height: 55px;
    width: 55px;
  }

  .findus-btn a {
    font-size: 22px;
  }

  .single-tool h6 {
    font-size: 14px;
  }

  .vsingle-slide iframe {
    height: 290px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .iwt-box {
    margin-bottom: 30px;
  }

  .form-p-detail {
    padding-left: 0;
  }

  .cons-img.text-right.position-relative {
    text-align: center !important;
  }

  .cons-img::before {
    height: 120px;
    width: 120px;
    right: calc(50% - -54px);
  }

  .form-cta .row.col-rev {
    flex-direction: column-reverse;
  }

  .cta-form-detail {
    margin-top: 40px;
  }

  .blog-box {
    margin-bottom: 30px;
  }

  .our-press-blog .text-right {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .banner_section>.container>.row {
    display: block;
  }

  .banner_section>.container>.row>div,
  .banner_section>.container>.row>div .doublesync-slider .row>div {
    max-width: 100%;
  }

  .banner_section>.container>.row>div .doublesync-slider .row {
    flex-direction: column-reverse !important;
  }

  .product_slider {
    margin-bottom: 30px;
  }

  .product_lefts_text h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .product_lefts_text p {
    margin-bottom: 0;
  }

}

#sp-ea-16381.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  display: flex;
  width: 95%;
}

/* Accordion section */
.image-text-section {
  display: flex;
  width: 100%;
}

.image-text-section .image-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width:1024px) {
  .mega-indicator {
    display: none !important;
  }

  .mbl_search_bar {
    display: none !important;
  }
}

@media (max-width:992px) {
  .custom_sol_sec_contn {
    padding-left: 55px;
  }

  .contact-us-row {
    flex-direction: column;
  }

  .form-column {
    width: 100%!important;
  }


}

.contact-us-row {
  display: flex;
  justify-content: center;
}

.form-column {
  width: 50%;
}



@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 10px 0;
  }

  h1 {
    font-size: 27px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h6 {
    font-size: 15px;
  }

  .owl-nav img {
    max-width: 30px;
  }

  .header_logo {
    margin: 0px 0 30px 0;
  }

  .mega-menu-columns-5-of-12 {
    display: none !important;
  }

  span.mega-toggle-animated-inner,
  .mega-toggle-animated-inner::before,
  .mega-toggle-animated-inner::after {
    width: 28px !important;
    height: 3px !important;
  }

  .tabs_section .nav-tabs a {
    padding: 10px 12px;
  }

  .tabs_section .card-body {
    padding: 20px 16px 4px 16px;
  }

  .features-area .feat-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hslider-content .small-text {
    margin-bottom: 5px;
  }

  .btn-black {
    font-size: 15px;
    margin-top: 15px;
  }

  .hero-slider-img {
    display: none;
  }

  .slider-content {
    padding: 150px 0px 40px 0px;

  }

  /* .hero-slider,
  .slider-content {
    min-height: auto;
  } */

  .pconent h5,
  .psdetail,
  .psdetail * {
    min-height: auto;
  }

  .slider-p {
    padding-right: 0;
  }

  .hslider-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-black::before {
    height: 30px;
    width: 30px;
    top: -7px;
    left: 0px;
  }

  .mission_cust .misson-img img {
    margin-right: 0px!important;
  }

  .phi-tools .btn-black::before {
    display: none;
  }

  .hslider-content h1 br {
    display: none;
  }

  .iwt-box {
    max-width: 320px;
    margin: 0 auto 35px;
  }

  .iwticon-box {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }

  .iwt-box h6 {
    margin-bottom: 10px;
  }

  .iwticon-box .learn {
    font-size: 16px;
  }

  .icon-with-des-area {
    padding: 30px 0px 60px 0px;
  }

  .features-heading h6 {
    margin-bottom: 10px;
  }

  .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }


  .features-area {
    padding: 65px 0 40px;
  }

  .seller {
    padding: 60px 0px;
  }

  .sellerheading {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .imgslider {
    padding: 0px 0 40px;
  }

  .mission p {
    padding: 0 !important;
  }

  .mission {
    padding-top: 50px;
  }


  .misson-img {
    margin-bottom: 30px;
    text-align: center !important;
  }

  .imgsliderbot {
    padding: 35px 0px 60px;
  }

  .inno-slider .item {
    padding: 60px 15px 60px;
  }

  .our-news-area::before {
    display: none;
  }

  .slider.slider-for,
  .slider.slider-nav {
    width: 100%;
    float: initial;
    padding-right: 0;
  }

  .slider-nav .slick-slide img {
    height: 100px;
    object-fit: cover;
    width: 100%;
  }

  .slidercom .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }

  .our-news-area .text-right {
    text-align: left !important;
  }

  .our-news-area {
    padding: 60px 0;
    margin-bottom: 40px;
  }

  .our-press-blog {
    padding: 100px 0px 60px;
    margin-top: -87px;
  }

  .blog-box {
    margin-bottom: 30px;
  }

  .vsingle-slide iframe {
    height: 280px;
  }

  .cta-form-detail h2 {
    margin-bottom: 15px;
  }

  .cta-form-detail form {
    margin-top: 30px;
  }

  .form-p-detail {
    padding-left: 0;
  }

  .form-cta .row.col-rev,
  .test-result-area .row,
  .mission .row {
    flex-direction: column-reverse;
  }

  .cta-form-detail {
    margin-top: 50px;
  }

  .intention-note {
    margin-top: 15px;
  }

  .form-cta {
    padding: 60px 0;
  }

  .form-p-detail .cons-img {
    text-align: center !important;
    margin-bottom: 20px;
  }

  .cons-img::before {
    height: 100px;
    width: 100px;
    right: calc(50% - -70px);
  }

  .footer_right .cc_text {
    margin-top: 20px;
  }

  .footer .single-widget ul {
    margin-bottom: 25px;
  }

  .footer_left {
    margin-bottom: 25px;
  }

  body.logged-in .top_header {
    top: 46px;
  }

  .twi-img img {
    margin-right: 0;
    width: 100%;
    max-width: 200px;
  }

  .twi-img {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  }

  .banner_sec_sngle .twi-img::after {
    height: 214px;
    width: 214px;
  }

  .twi-img::after {
    height: 200px;
    width: 200px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
.custom_sol_sec_contn {
  padding-left: 4px!important;
}

  .custom_sol_sec_contn .iwi-content {
    padding: 20px!important;
  }

  .what-we-protect .d-flex {
    display: block !important;
  }

  .wppleft,
  .wwp-right {
    width: 100%;
  }

  .wwp-content {
    padding: 30px 20px;
    max-width: 100%;
  }

  .wwp-bg {
    border-radius: 10px;
  }

  .what-we-protect .p-0 {
    padding: 0 15px !important;
  }

  .wwp-content h6 {
    margin-bottom: 10px;
  }

  .wwp-content h2 {
    margin-bottom: 20px;
  }

  .f-circle.text-center {
    position: initial;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .fimg-cicrle {
    height: 100px !important;
    width: 100px !important;
    padding: 10px;
    margin: 0 auto;
  }

  .features-circles span {
    font-size: 15px !important;
  }

  .features-circles {
    max-width: 100%;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }

  .product-box {
    max-width: 320px;
    margin: 0 auto 40px;
  }

  h5 {
    font-size: 17px;
  }

  .what-we-protect {
    padding: 60px 0 40px;
  }

  .pdouct-img a {
    height: 280px;
  }

  .allp-nav ul a {
    font-size: 12px;
  }

  .big-headings {
    font-size: 30px;
  }

  .our-phi-content h2 {
    margin-bottom: 29px;
  }

  .single-tool {
    margin-bottom: 30px;
  }

  .our-phi-content {
    margin-bottom: 50px;
  }

  .air-purification {
    padding-bottom: 46px;
  }

  .findus-btn a {
    font-size: 16px;
    margin-left: 14px;
  }

  .findus-btn::after {
    height: 25px;
    width: 25px;
    top: -3px;
  }

  .find-us-btns {
    padding: 20px 0;
  }

  .our-phi {
    padding-bottom: 60px;
  }

  .tresult-img {
    margin-bottom: 30px;
  }

  .post-sec {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .test-result-area {
    padding: 70px 0;
  }

  .twith-img-2 .twi-img {
    margin-bottom: 30px;
  }

  .text-with-img2 .row {
    flex-direction: column-reverse;
  }

  .text-with-img2 .twi-img {
    margin-bottom: 20px;
  }

  .air-purification .container {
    padding: 0 15px;
  }

  .header_logo img,
  .footer_left img {
    max-width: 200px;
  }

  .header_top_btn a {
    font-size: 10px;
    padding: 4px 10px;
    height:24px;
  }
  .header_top_btn .text-right{
    height:24px!important;
  }
  .header_top_btn a img {
    margin-right: 5px;
    max-width: 14px;
  }

  .page-banner,
  .page-content,
  .page-404 {
    padding: 60px 0;
  }
  .banner_sec_sngle {
    padding-top: 180px
  }

  .custom_sol_sec_contn {
    border-radius: 8px!important;
  }

  .custom_sol_sec_contn .iwi-content {
    padding: 30px;
    
  }

  .cat_pg .iwt-box_x {
    margin-bottom: 45px
  }

  #technology .tab-content img {
    object-fit: contain;
    height: auto;
  }

  #technology .nav-tabs a.nav-link,
  #technology .nav-tabs a.nav-link.active {
    padding: 16px 8px;
  }

  #technology .nav-tabs {
    height: auto;
    padding: 10px;
  }
  .page-template-food-sanitation-category .card ul.nav.nav-tabs {
    display: flex;
    width: 94%;
    margin: 0 auto;
  }
  .page-template-food-sanitation-category .findus-btn a {
    font-size: 18px;
  }
  .page-template-food-sanitation-category .findus-btn::after {
    left: 27px;
  }
  .tabs_section {
    padding-bottom: 40px;
  }
  .cust_gallery {
      padding-bottom: 30px;
      padding-top: 50px;
  }
  .socile_sec {
    text-align: center;
    padding: 30px 0 50px 0;
  }
  #valveSize {
    padding: 0;
  }
  .rt_img img {
    max-width: 100%;
    width: 64%;
    margin-top: 50px;
  }
  .sol_env .rt_img {
    text-align: center;
  }
  .sol_env .rt_img::before {
    width: 200px;
    height: 200px;
    left: 0px;
    top: 79px;
  }
  .col_cntnt {
    column-count: 1;
  }
  .complaint_sec .complaint_sec_inn {
    padding: 20px;
  }
  .blue_clr {
    padding: 15px;
    text-align: center;
  }
  .blue_clr .row > div {
    max-width: 100%;
  }
  .blue_clr .row > div .blue_b_cont {
    padding: 0;
    margin-top: 20px;
  }
  .blue_clr p, .blue_clr a {
    font-size: 13px;
    line-height: 22px;
  }
  .blue_b_cont .btn-black {
    margin-top: 10px;
    font-size: 10px;
  }
  .rgf_forms {
    padding: 40px 0 60px 0;
  }
  #wpcf7-f15766-o1 h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  #wpcf7-f15766-o1 h6 {
    line-height: 23px;
    letter-spacing: 1.26px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .page-template-food-sanitation .hslider-content h1 {
    font-size: 20px;
  }
  .page-template-food-sanitation .cliser_side_vid iframe {
    margin-top: 50px;
    position: relative;
    z-index: 1;
  }
  .cliser_side_vid::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
}

@media only screen and (max-width: 575px) {

  .afl_appl {
    padding: 60px 0;
  }
  .appl_inner .row > div {
    margin: 0 auto;
    max-width: 100%;
  }
  .feature-box {
    max-width: 320px;
    text-align: center;
    margin: 0 auto 30px;
  }

  .seller .sellercard {
    min-height: auto;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .phi-tools .col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }

  .find-us-btns {
    background: linear-gradient(180deg, rgba(46, 49, 145, 1) 50%, rgba(15, 179, 238, 1) 50%);
  }
  .findus-btn::after {
    /* height: 25px !IMPORTANT;
    width: 25px !IMPORTANT;
    top: -3px !important;
    left: 48px !important; */
    display: none;
  }
  .position-relative a.font-Bold {
    margin-bottom: 0;
    font-size: 16px;
  }

  .findus-btn a {
    font-size: 24px;
    margin-left: 25px;
    margin-bottom: 20px;
  }

  .findus-btn-2 {
    margin-left: 0px;
  }

  .findus-btn-2::after {
    top: 9px;
  }

  .findus-btn-2 a {
    margin-bottom: 0;
    margin-top: 20px;
  }

  #menu-item-729,
  #menu-item-731 {
    display: grid;
    margin-bottom: 0;
  }

  #menu-air-purification-solutions-menu {
    column-count: auto;
    width: 100%;
  }
  .mission_cust {
    padding-bottom: 50px !important;
  }
  .bilow_banner_contnt_2 img {
    margin-top: 30px;
  }
}

@media (max-width: 460px) {
  .tabs_section .nav-tabs a {
    padding: 6px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 320px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 21px;
  }

  .btn-black {
    font-size: 13px;
    margin-top: 10px;
  }
  
}

/* Addons */

.hero-slider #cloudimg {
  background-position: 0 -273px;
}

.hero-slider #sky_img {
  background-position: 0 -219px;
}

.hero-banner #grey_water {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tabs_section .product_tabs_head {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product_tabs_head .nav-tabs .nav-item {
  margin: auto;
}

.cat-page-banner {
  background: #fff;
  padding: 40px;
  padding-bottom: 0;
}

.cat-page-banner h1 {
  font-size: 26px;
}

#science_img .btn-black {
  display: none;
}

#what_are_air_pureifiers {
  background: linear-gradient(0deg, rgba(242,238,233,1) 0%, rgba(255,255,255,0.38977597875087533) 60%); 
}

#what_are_air_pureifiers .img_col {
padding: 0px;
text-align: center;
}

#what_are_air_pureifiers .img_col img {
width: 80%;
margin-top: 26px;
}

#what_are_air_pureifiers .img_copy {
  padding: 50px;
width: 100%;
max-width: 738px;
/* margin-top: 70px; */
}


.flex-row {
  display: flex;
}

#booklet_section {
  background-color: #F2EEE9;
  background-image: url('../img/waves.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 446px;
}

#pdf_download {
  background-color: #2e3191;
  border: 1px solid #2e3191;
  width: 100px;
}

#test_results_table {
  padding-top: 147px;
  background: linear-gradient(0deg, rgba(255,255,255,0.12366953617384457) 6%, rgba(242,238,233,1) 100%); 
}

.tech-img {
  display: flex;
  flex-direction: column;
}

.tech-img img {
width: 100%;
}

#technology {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 105px;
}

#patented_tech {
  margin-bottom: 105px;
  margin-top: 125px;
}

#technology {
  background-image: url('../img/Group_880.svg');
  /* background-size: cover; */
  background-repeat: no-repeat;
  /* background-position: top; */
  background-position: 570px 5px;
}

#science_case_study .test-result-area {
  background-color: #F2EEE9!important;
}

#innovation-slider-area .science_slide::before {
  content: '';
  filter: brightness(35%);
  -webkit-filter: brightness(35%);
  -moz-filter: brightness(35%);
  z-index: 100;
  position: absolute;
}

#about_us_img .btn-black {
  display: none;
}

#what_we_protect {
  background-image: url('../img/Group_880.svg');
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 101px;
  padding-bottom: 248px;
}

#what_we_protect .we_protect_box {
  /* background-image: url('https://rgf.com/wp-content/uploads/2021/08/Group-934.png'); */
  padding: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

#what_we_protect .we_protect_box .img_box {
  margin-top: 70px;
}

#what_we_protect .we_protect_box .img_box img {
width: 100%;
max-width: 30px;
height: 30px;
margin-bottom: 10px;
}

#what_we_protect .we_protect_box .img_box h3 {
color: #fff;
margin-bottom: 16px;
}

#what_we_protect .we_protect_box .we_protect_content {
color: #fff;
font-size: 9px;
}

#what_we_protect .we_protect_box .we_protect_content p{
  line-height: 16px;
}

#what_we_protect .after_title {
  text-align: center;
  width: 100%;
  margin-top: 87px;
}

#what_we_protect .after_title h3 {
color: #2e3191;
font-size: 16px;
}

#clean_air_is_life {
  padding-top: 145px;
  padding-bottom: 200px;
}

#reviews_slider {
  background-color: #2e3191;
  background-image: url('../img/qoutes_background.svg');
  background-repeat: no-repeat;
  background-position: 279px -24px;
  background-size: auto;
}


#reviews_slider .reviews_content_box {
text-align: center;
padding: 25px;
color: #fff;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
max-width: 800px;
margin: auto;
}

#patented_tech_about {
  padding-top: 228px;
padding-bottom: 128px;
}

#elementair_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner_sec_sngle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial_row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.testimonial_box {
  display: flex;
  width: 100%;
  max-width: 1500px;
  padding: 30px;
}

.testimonial_box .image_box img {
  width: 270px;
  margin-right: 30px;
}

#aircaseStudies .btn-black {
  padding-top: 0px;
  margin-top: 15.5px;
}

#watercaseStudies .btn-black {
  padding-top: 0px;
  margin-top: 15.5px;
}

#foodcaseStudies .btn-black {
  padding-top: 0px;
  margin-top: 15.5px;
}

#aircaseStudies .row:nth-child(odd) {
background-color: #F2EEE9;
}

#watercaseStudies .row:nth-child(odd) {
background-color: #F2EEE9;
}

#foodcaseStudies .row:nth-child(odd) {
background-color: #F2EEE9;
}

#aircaseStudies .row {
padding: 10px;
margin-bottom: 10px;
}

#airresults .row {
  margin-bottom: 102px;
}

#watertestResult .row {
  margin-bottom: 102px;
}

#watercaseStudies .row {
padding: 10px;
margin-bottom: 10px;
}

#foodtestResult .row {
  margin-bottom: 102px;
}

#foodcaseStudies .row {
padding: 10px;
margin-bottom: 10px;
}

#sp-ea-789.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}


#sp-ea-787.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}

#sp-ea-785.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}

#sp-ea-779.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}

#sp-ea-781.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}

#sp-ea-783.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}


#sp-ea-16381.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}

#sp-ea-1331.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}


#sp-ea-776.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}

#sp-ea-773.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: #F2EEE9;
}

.tabs_section .card-body ul .nav-item-2 {
  width: auto;
}

.sub-tech-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  background-color: #2E3191;
  border-radius: 10px;
}

.sub-tech-nav .nav-item-2 .nav-link-2 {
color: #fff!important;
border-bottom: none!important;
}

.sub-tech-nav .nav-item-2:hover {
  background-color: #71E6FF;
  color: #2E3191;
}

.tabs_section .card-body ul .nav-item-2 {
  width: 100%;
  max-width: 250px;
  text-align: center;
}

.sub-tech-nav .active {
  background-color: #71E6FF;
}

#air_tabs  {
  margin-bottom: 35px;
}

#press_section {
  padding-top: 200px;
}

#blog_posts_page h1 {
  font-size: 26px;
}

.sharpspring_form input {
  border-radius: 7px;
}

.sharpspring_form label {
  font-family: "roc-grotesk";
  font-weight: 600;
}

#test .page-banner {
  margin-top: 121px;
}

#press_section .page-link {
  color: #262A81!important;
}

#press_section  .page-item.active .page-link {
  background-color: var(--gray)!important;
}

.results-content {
  padding: 25px;
}

.search-page {
  padding-top: 70px;
}

#mega-menu-item-nav_menu-26 .menu-air-purification-solutions-menu-container {
  height: 0px;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-item-nav_menu-26 .menu-air-purification-solutions-menu-container {
    height: auto;
  }
  
}

.stool-icon img {
  height: 100px;
  width: 100%;
}

.table-styling {
  display: flex;
}

.dropdown-content {
  display: none;
}

#dropdown:hover .dropdown-content, #dropdown:focus .dropdown-content {
  display: block;
  display: flex;
  flex-direction: column;
  width: 165px;
  position: absolute;
  z-index: 300;
}

.dropdown-menu-container {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}
.global-menu {
border: none!important;
border-radius: unset!important; 
}

#dual-services a {
display: none;
}

#dual-services h2 {
  font-size: 59px;
}

#dual-services .small-text-width {
  width: 100%;
  max-width: 450px;
}

#dual-services .hero-slider-img {
  margin-top: 49px;
  width: 868px;
}

#dual-services .hero-slider-img img {
  width: 100%;
}

#dual-services .sub-banner-logo {
  width: 213px;
  margin-bottom: 25px;
}

#shop_com_products a {
  display: none;
}

.cat_row {
  display: flex;
  justify-content: space-between;
}

.cat_title_section {
  text-align: center;
}

.cat_title_section h3 {
  font-size: 20px;
}

.cat_img img {
  margin-bottom: 20px;
  width: 160px!important;
}

.cat_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width:600px) {
  .cat_row {
  flex-direction: column;
  }
}
@media only screen and (max-width:900px) {
.table-mobile {
  flex-direction: column;
}

}
.videos_res {
  margin-bottom: 25px;
}

#ludic-contact-us-cta {
  background-image: url("https://rgf.com/wp-content/uploads/2022/01/blue-gradient-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.flex-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: auto;
  padding: 40px;
  max-width: 74%;
}

.content-box {
  width: 100%;
  max-width: 43%;
}

.content-box-img {
  width: 100%;
  max-width: 39%;
}

.content-box-img img {
width: 100%;
}

.white {
  color: #fff!important;
}

#ludic-content p {
  color: #fff!important;
}

#lucid-content-text {
  /* max-width: 818px!important; */
}

.lucid-button-section {
  display: flex;
  flex-direction: row-reverse;
}

#lucidium-hero-banner {
  /* padding: 245px 0px 125px 0px; */
}

#lucid-cirlce-img-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, rgba(255,255,255,0.12366953617384457) 40%, rgba(242,238,233,1) 100%);
}

.container-3 {
  max-width: 1363px;
  width: 100%;
  margin: auto;
}

#lucid-img-circles {
  text-align: left;
}

.row-2 {
  display: flex;
  flex-wrap: wrap;
}

#pkg-img {
  width: 100%;
  max-width: 450px;
}

@media only screen and (max-width: 900px) {


  .flex-content {
    flex-direction: column;
  }

  .content-box {
    max-width: 100%;
   }

   .content-box-img {
    max-width: 100%;
    margin-top: 10px;
   }

}