/*--COMMON--*/
@charset "UTF-8";
@font-face {font-family: "Omnes Regular";
src: url("fonts/0c098ce56cd105e2723ca6b42ca24407.eot"); /* IE9*/
src: url("fonts/0c098ce56cd105e2723ca6b42ca24407.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("fonts/0c098ce56cd105e2723ca6b42ca24407.woff2") format("woff2"), /* chrome firefox */
url("fonts/0c098ce56cd105e2723ca6b42ca24407.woff") format("woff"), /* chrome firefox */
url("fonts/0c098ce56cd105e2723ca6b42ca24407.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
url("fonts/0c098ce56cd105e2723ca6b42ca24407.svg#Omnes Regular") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Omnes Semibold";
src: url("fonts/827efd408950e4d94af5e60b9a37c5b8.eot"); /* IE9*/
src: url("fonts/827efd408950e4d94af5e60b9a37c5b8.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("fonts/827efd408950e4d94af5e60b9a37c5b8.woff2") format("woff2"), /* chrome firefox */
url("fonts/827efd408950e4d94af5e60b9a37c5b8.woff") format("woff"), /* chrome firefox */
url("fonts/827efd408950e4d94af5e60b9a37c5b8.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
url("fonts/827efd408950e4d94af5e60b9a37c5b8.svg#Omnes Semibold") format("svg"); /* iOS 4.1- */
font-weight: normal;
}
@font-face {font-family: "Omnes Medium";
src: 
url("fonts/827efd408950e4d94af5e60b9a37c5b8-med.woff2") format("woff2"), /* chrome firefox */
url("fonts/827efd408950e4d94af5e60b9a37c5b8-med.woff") format("woff"), /* chrome firefox */
url("fonts/827efd408950e4d94af5e60b9a37c5b8-med.ttf") format("truetype"); /* iOS 4.1- */
}
.flexSelfEnd{
  -webkit-box-align-self:end;
  -webkit-align-self:end;
  -ms-flex-align-self:end;
  align-self:end
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus{
  outline:0
}
html{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height:100%;
}

body{
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6,ul,p,button {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a,a:hover,a:focus {
  outline: none;
  color: #000000;
  text-decoration: none;
}
img{
  border: none;
  outline: none;
  max-width: 100%;
}
.uCase {
  text-transform: uppercase;
}
.cCase {
  text-transform: capitalize;
}
.pad6000 {
  padding: 60px 0;
}
.pad8000 {
  padding: 80px 0;
}
a.link-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: initial;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
}
.inner-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}
.inner-wrapper.header_inner { max-width: 450px; }
.content-wrapper section {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*--END COMMON--*/
/*HEADER*/
.protekt-header {
  position: fixed;
  height: 110px;
  width: 100%;
  top: 0;
  z-index: 999;
  box-shadow: none;
  background-color: #FFFFFF;
  font-family: "Omnes Regular";
  -webkit-transition: box-shadow 0.2s linear, height 0.2s linear;
  transition: box-shadow 0.2s linear, height 0.2s linear;
}
.protekt-header.active {
  height: 90px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.protekt-header .inner-wrapper {
  height: 100%;
}
a.header-logo {
  max-width: 60px;
}
a.header-logo img {
  display: block;
}
.header-menu-wrapper ul li {
  margin: 0 19px;
  position: relative;  
  text-transform: lowercase;
}
.header-menu-wrapper ul li > a {
  color: #808081;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 43px 0;
  text-transform: lowercase;
  position: relative;
  font-family: 'Omnes Semibold';
  -webkit-transition: color 0.3s linear, padding 0.2s linear;
  transition: color 0.3s linear, padding 0.2s linear;
}
.protekt-header.active .header-menu-wrapper ul li > a {
  padding: 33px 0;
}
/*.header-menu-wrapper ul li > a:hover,
.header-menu-wrapper ul li.active a {
  color: #3AAB49;
  }*/
  .header-menu-wrapper ul li > a:after {
   left: 0;
   right: 0;
   width: 0px;
   height: 4px;
   content: '';
   bottom: 0px;
   margin: 0 auto;
   position: absolute;
   background-color: #00B2E3;
   -webkit-transition: width 0.3s linear;
   transition: width 0.3s linear;
 }
 .header-menu-wrapper ul li > a:hover:after,
 .header-menu-wrapper ul li.active a:after {
  width: 90%;
}
.search-icon-wrapper {
  width: 42px;
  height: 42px;
  margin: 0px 20px;
  position: relative;
  /*display: none;*/
}
.product-search {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.product-search  h4{
  font-size: 10px;
  line-height: 18px;
  line-height: 12px;
  color: #3C3A3A;
  font-weight: 700;
}
.pro-search-list {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 5px;
}
.pro-search-list span img{
  max-height: 50px;
}
.pro-search-list span{
  vertical-align: middle;
  padding-right: 20px;
  font-size: 10px;
  color: #3C3A3A;
}
.product-search  p{
  font-size: 10px;
  line-height: 12px;
  color: #3C3A3A;
  line-height: 18px;
}
.header-menu-wrapper {
  padding-left: 20px;
}
.header-products.view-all {
  height: 80px;
  align-items: center;
  display: flex;
}
.header-products.view-all a {
  text-align: left;
  letter-spacing: 0.32px;
  color: #1DB2E3;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Omnes Semibold';
  font-weight: normal;
  border-bottom: 3px solid #1DB2E3;
}
.search-icon {
  width: 42px;
  height: 42px;
  cursor: pointer;
  border: 1px solid #E6E6E6;
  border-radius: 100px;
  position: relative;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  /*display: none;*/
}
.search-icon-wrapper .search-icon img {
  display: block;
  max-width: 19px;
  margin: 0 auto;
}

.menu-dropdown {
  /* display: none; */
  left: 0;
  top: 62px;
  width: 100%;
  position: absolute;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px #43434326;
  border-radius: 0px 0px 13px 13px;
  opacity: 0;
  visibility: hidden;
  padding: 0px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0px -2px 13px #43434326;
}
.menu-dropdown  ul{
  width: 100%;
  float: left;
  padding: 10px;
  /*background-color: rgb(0 178 227 / 0.2);*/
}
.menu-dropdown:after {
  position: absolute;
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 16px solid #ffffff;
  top: -15px;
  left: 30px;
}
#media-fun:hover .menu-dropdown  {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#media-fun .menu-dropdown  ul li{
  padding:  0px 20px;
  font-weight: 900;
  font-size: 14px;
  line-height: 38px;
  text-align: left;
  letter-spacing: 0.28px;
  color:#808081;
  cursor: pointer;
  margin: 0;
}
#media-fun .menu-dropdown ul li:hover {
  background-color: #ccf0f9;
  border-radius: 13px;
}
.search-icon:hover {
  border-color: #1DB2E3;
}
a.protekt-indiamovement {
  display: inline-block;
  margin-left: 30px;
}
a.protekt-indiamovement img {
  max-width: 113px;
  display: block;
}
.search-popup {
  display: none;
  position: absolute;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 30px #43434326;
  border-radius: 0px 0px 13px 13px;
  width: 383px;
  min-height: 200px;
  top: 75px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y:scroll;
  right: 0;
  padding: 15px 25px 25px 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*.search-popup::-webkit-scrollbar {
    display: none;
    }*/
    .loaded .search-popup {
      display: block;
    }
    .protekt-header.active .search-popup {
      top: 66px;
    }
    .search-popup.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    .search-input-wrapper input {
      border: none;
      outline: none;
      width: 100%;
      padding-left: 10px;
      height: 30px;
      font-family: "Omnes Regular";
    }
    .search-input-wrapper img {
      width: 15px;
      opacity: 0.6;
    }
    .search-input-wrapper {
      width: 100%;
      border-bottom: 1px solid #E6E6E6;
      align-items: center;
    }
    .header-products h4 {
      color: #0A6735;
      font-size: 26px;
      line-height: 51px;
      margin-bottom: 50px;
      letter-spacing: 0.52px;
      font-family: 'Omnes Semibold';
      font-weight: normal;
    }
    .header-products {
      margin-right: 50px;
      position: relative;
      z-index: 1;
      max-width: 70px;
    }
    .header-products:nth-child(4n+4) {
      margin-right: 0px;
    }
    .header-products-image {
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 0;
    }
    .header-products h5 {
      text-align: center;
      font-size: 10px;
      line-height: 12px;
      letter-spacing: 0.2px;
      color: #3C3A3A;
      font-family: 'Omnes Semibold';
      text-transform: lowercase;
      font-weight: normal;
    }
    .header-products:hover h5{
      color: #1DB2E3;
    }
    .products-submenu-wrapper {
      display: none;
      left: -50px;
      top: 62px;
      width: 716px;
      height: 300px;
      position: absolute;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 20px 30px #43434326;
      border-radius: 0px 0px 13px 13px;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
    }
    .products-submenu-wrapper:after {
      position: absolute;
      content: '';
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 16px solid #ccf0f9;
      top: -15px;
      left: 70px;
    }
    .products-mainmenu:hover .products-submenu-wrapper {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    .products-submenu-wrapper,
    .loaded .products-submenu-wrapper {
      display: block;
    }
    .protekt-header.active .products-submenu-wrapper {
      top: 66px;
    }
    .products-submenu-wrapper.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    .header-menu-wrapper ul li span{
      padding-left: 5px;
    }
    .header-menu-wrapper ul li span img{
      width: 10px;
      height: 10px;
    }
    .header-menu-wrapper ul li:hover span img{
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    } 
    .header-menu-wrapper ul li:hover span svg {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .drop-list{
      opacity: 0;
      visibility: hidden;
      position: absolute;
    }
    .drop-list.display{
      opacity: 1;
      visibility: visible;
      position: relative;
    }



    .protekt-header.active .products-submenu-wrapper {
      top: 56px;
    }
    .products-submenu {
      width: 100%;
      height: 100%;
    }
    .products-submenu .products-category {
      font-size: 14px;
      line-height: 38px;
      text-align: left;
      letter-spacing: 0.28px;
      color: #3C3A3A;
      cursor: pointer;
      margin-bottom: 5px;
      padding-left: 20px;
      background-color: transparent;
    }
    .products-category.active {
      background-color: #FFFFFF;
      border-radius: 27px 0 0 27px;
    }
    .products-category.active .acc-header{
      font-weight: 900;
    }
    .products-category-menu {
      width: 25%;
      background-color: rgb(0 178 227 / 0.2);
      border-radius: 0 0 0 13px;
      padding: 30px 0 30px 20px;
    }
    .products-lists-wrapper {
      width: 75%;
    }
    .products-lists-wrapper {
      width: 75%;
      padding: 20px 25px;
      display: none;
    }
    .products-mainmenu:hover .products-lists-wrapper{
      display: block;
    }
    .header-products-image img {
      max-width: 60px;
      max-height: 60px;
    }
    /*END HEADER*/
    .content-wrapper {
      width: 100%;
      margin-top: 110px;
      position: relative;
      font-family: "Omnes Regular";
    }
    .home-banner-image-wrapper {
      width: 100%;
      height: calc(100vh - 83px);
      background: url(../images/home-banner.png) no-repeat #FFFFFF;
      background-size: contain;
      background-position: right; 
    }
    .top-banner-image {
      width: 100%;
      display: block;
      object-fit: cover;
      margin-top: -200px;
      height: calc(100vh + 200px);
    }
    .whyprotekt-section {
      padding: 52px 0;
    }
    .stories-section {
      padding: 52px 0;
    }
    section.stories-section{
      display: none;
    }
    .whyprotekt-content-column h3 {
      color: #00B2E3;
      font-size: 40px;
      line-height: 42px;
      margin-bottom: 15px;
      font-weight: normal;
      letter-spacing: 0.8px; 
      font-weight: 700;
    }
    .whyprotekt-content-column p {
      color: #3C3A3A;
      font-size: 16px;
      line-height: 31px;
      font-weight: 600;
      letter-spacing: 0.32px;
    }
    .whyprotekt-content-column {
      max-width: 465px;
      margin-right: 54px;
    }
    .whyprotekt-image-column {
      width: 50%;
      max-width: 380px;
    }
    .whyprotekt-row {
      width: 100%;
      padding: 55px 0;
    }
    .whyprotekt-row:nth-child(odd),
    .whyprotekt-row:nth-child(odd) .whyprotekt-content-column h3,
    .whyprotekt-row:nth-child(odd) .whyprotekt-content-column p {
      text-align: right;
    }
    .whyprotekt-row:nth-child(even),
    .whyprotekt-row:nth-child(even) .whyprotekt-content-column h3,
    .whyprotekt-row:nth-child(even) .whyprotekt-content-column p {
      text-align: left;
    }
    .whyprotekt-row .whyprotekt-content-column .protekt-btn {
      margin-top: 40px;
      color: #ffffff;
    }
    .protekt-btn {
      width: 139px;
      height: 40px;
      color: #FFFFFF;
      padding: 0 27px;
      line-height: 38px;
      text-align: center;
      border-radius: 21px;
      display: inline-block;
      letter-spacing: 0.32px;
      vertical-align: middle;
      background-color: #00B2E3;
      font-family: 'Omnes Semibold';
      -webkit-transition: background-color 0.3s linear, color 0.3s linear;
      transition: background-color 0.3s linear, color 0.3s linear;
    }
    .whyprotekt-row .whyprotekt-content-column .protekt-btn:hover {
      color: #3C3A3A;
      background-color: #EEE632;
    }
    .whyprotekt-row .whyprotekt-content-column .protekt-btn:hover{
      color: #3C3A3A;
    }
    .protekt-btn:hover,
    .protekt-btn:focus {
      color: #FFFFFF;
    }
    .whyprotekt-row:nth-child(even) {
      flex-direction: row-reverse;
    }
    .whyprotekt-row:nth-child(even) .whyprotekt-content-column {
      margin-right: 0;
      margin-left: 54px;
    }
    .stories-wrapper {
      width: 100%;
      margin-top: 40px;
    }
    .stories-card {
      width: 32%;
      height: 208px;
      max-width: 303px;
      overflow: hidden;
      position: relative;
      margin: 0 2.555% 26px 0;
    }
    .stories-card:nth-child(3n+3) {
      margin-right: 0;
    }
    .section-title {
      color: #1DB2E3;
      font-size: 26px;
      line-height: 51px;
      text-align: center;
      position: relative;
      display: inline-block;
      letter-spacing: 0.52px;
      margin-bottom: 20px;
      font-weight: normal;
      font-family: 'Omnes Semibold';
    }
    .title-wrapper {
      text-align: center;
    }
/*.section-title:after {
  left: 0;
  right: 0;
  width: 60px;
  content: '';
  bottom: -1px;
  margin: 0 auto;
  position: absolute;
  border: 2px solid #1DB2E3;
}
.stories-card:after {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.67;
  position: absolute;
  background-color: #1DB2E3;
  }*/
  .stories-card:nth-child(even):after {
    background-color: #1CADD5;
  }
  .stories-card .stories-card-caption {
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    padding: 15px;
    position: absolute;
  }
  img.card-type-icon {
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    max-width: 34px;
    position: absolute;
    transform: scale(1);
    -webkit-transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  }
  img.card-type-icon:hover {
    transform: scale(0.95);
  }
  .stories-card-caption h4 {
    color: #FFFFFF;
    font-size: 20px;
    text-align: left;
    line-height: 22px;
    padding-right: 30px;
    letter-spacing: 0.4px;
    font-family: "Omnes SemiBold";
    font-weight: normal;
  }
  section.protekt-card-section {
    width: 100%;
    padding: 70px 0 0px 0;
  }
  .protekt-card-row {
    width: 100%;
    position: relative;
    padding: 45px 0 20px 0;
  }
  .protekt-card {
    width: 32%;
    z-index: 1;
    max-width: 298px;
    position: relative;
    margin: 0 3.355% 26px 0;
    background-color: #FFFFFF;
    border-radius: 20px 20px 0 0;
  }
  .protekt-card-image {
    width: 100%;
    height: 154px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
  }
  .protekt-card-image img {
    width: 100%;
    display: block;
  }
  .protekt-card:nth-child(3n+3) {
    margin-right: 0;
  }
  .protekt-card-wrapper {
    width: 100%;
  }
  .protekt-card-caption {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 30px 33px 30px 33px;
  }
  .protekt-card-caption h4 {
    color: #3C3A3A;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 0.4px;
    position: relative;
    font-family: 'Omnes Semibold';
    font-weight: normal;
  }
  .protekt-card-caption h5 {
    font-size: 12px;
    color: #00B2E3;
    margin-bottom: 8px;
    font-weight: normal;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    font-family: 'Omnes Semibold';
  }
  .protekt-card-caption h4:after {
    left: 0;
    right: 0;
    width: 20px;
    height: 3px;
    content: '';
    bottom: -15px;
    margin: 0 auto;
    position: absolute;
    background-color: #EEE632;
  }
  .protekt-card-caption p {
    color: #3C3A3A;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.32px;
  }
  .protekt-card-row {
    background-color: #D9F2F6;
  }
  .protekt-card-row:nth-child(even) {
    background-color: #E9F6ED;
  }
  .protekt-card-row:after {
    left: 0;
    right: 0;
    top: 0px;
    width: 100%;
    content: '';
    height: 198px;
    margin: 0 auto;
    position: absolute;
    background-color: #FFFFFF;
  }
/*.media-section.protekt-card-section {
  background-color: #F6FFDE;
  }*/
  .media-section .protekt-card-row:first-child:after {
    /*display: none;*/
    background-color: #ffffff;
  }
  .media-section .protekt-card-image{
    height: 224px;
  }
  .media-section .protekt-card-row:first-child {
    background-color: #f4faeb;
  }
  .media-section .protekt-card-row:after { 
    height: 268px;
  }
  span.card-play-icon {
    top: -25px;
    width: 47px;
    right: 15px;
    height: 47px;
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    background-color: #EEE632;
  }
  span.card-play-icon:after {
    top: 50%;
    left: 19px;
    content: '';
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #154A2C;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .card-button {
    width: 128px;
    height: 34px;
    color: #3C3A3A;
    font-size: 13px;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 17px;
    font-weight: normal;
    display: inline-block;
    letter-spacing: 0.26px;
    border: 1px solid #707070;
    text-transform: capitalize;
    font-family: 'Omnes Semibold';
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .card-button:hover {
    color: #3C3A3A;
    border-color: #EEE632;
    background-color: #EEE632;
  }
  .blog-tab-wrapper {
    text-align: center;
  }
  .blog-tab {
    color: #3C3A3A;
    margin: 0 35px;
    padding: 0  0px;
    font-size: 20px;
    cursor: pointer;
    line-height: 51px;
    position: relative;
    font-weight: normal;
    letter-spacing: 0.4px;
    font-family: 'Omnes Semibold';
  }
  .blog-tab:after {
    left: 0;
    right: 0;
    width: 0px;
    height: 3px;
    content: '';
    bottom: 3px;
    margin: 0 auto;
    position: absolute;
    background-color: #00B2E3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .blog-tab:hover:after,
  .blog-tab.active:after {
    width: 100%;
  }
  .blog-slider-item {
    width: 100%;
    text-align:center;
  }
  .blog-slider-caption {
    width: 100%;
    padding: 30px;
    height: 283px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 676px;
    margin-top: -150px;
    border-radius: 15px;
    display: inline-block;
    background-color: #FFFFFF;
  }
  .blog-slider-caption h5,
  .blog-description-column h5 {
    font-size: 12px;
    color: #00B2E3;
    margin-bottom: 8px;
    font-weight: normal;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    font-family: 'Omnes Semibold';
  }
  .blog-slider-caption h4,
  .blog-description-column h4 {
    color: #3C3A3A;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 0.4px;
    position: relative;
    font-family: 'Omnes Semibold';
    font-weight: normal;
  }
  .blog-slider-caption h4:after,
  .blog-description-column h4:after {
    left: 0;
    right: 0;
    width: 20px;
    height: 3px;
    content: '';
    bottom: -15px;
    margin: 0 auto;
    position: absolute;
    background-color: #EEE632;
  }
  .blog-slider-caption p,
  .blog-description-column p {
    color: #3C3A3A;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.32px;
  }
  section.blog-banner-section {
    padding: 60px 0;
  }
  .blog-list-page section.protekt-card-section {
    padding: 50px 0 0px 0;
  }
  img.blog-slider-image {
    width: 100%;
    display: block;
    border-radius: 15px 15px 0 0;
  }
  .blog-list-page section.blog-banner-section:after {
    left: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 459px;
    position: absolute;
    background-color: #f4faeb;
  }
  section.blog-banner-section .slick-arrow {
    z-index: 1;
    width: 42px;
    height: 42px;
    top: 34%;
    border-radius: 50px;
    background: #FDF53C 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #1717178B;
    transform: scale(1);
    -webkit-transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  }
  section.blog-banner-section .slick-arrow:hover {
    transform: scale(0.95);
  }
  section.blog-banner-section button.slick-prev {
    left: -21px;
  }
  section.blog-banner-section button.slick-next {
    right: -21px;
  }
  section.blog-banner-section button.slick-prev:before {
    content: '';
    width: 8px;
    height: 14px;
    position: absolute;
    background: url(../images/leftarrow.png) no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
  }
  section.blog-banner-section button.slick-next:before {
    content: '';
    width: 8px;
    height: 14px;
    position: absolute;
    background: url(../images/rightarrow.png) no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
  }
  .blog-slider-caption .card-button {
    color: #3C3A3A;
    border-color: #EEE632;
    background-color: #EEE632;
  } 
  .blog-description-column h4,
  .blog-description-column h5,
  .blog-description-column p {
    text-align: left;
  }
  .blog-detail-banner-section {
    padding: 50px 0 0 0;
  }
  .blog-detail-image {
    width: 100%;
    display: block;
  }
  body .blog-description-column h4 {
    font-size: 26px;
    max-width: 460px;
    line-height: 30px;
    margin-bottom: 50px;
    letter-spacing: 0.52px;
  }
  body .blog-description-column h4:after {
    left: 0;
    right: auto;
    width: 46px;
  }
  .blog-description-column {
    max-width: 705px;
    background-color: #ffffff;
    margin-top: -75px;
    z-index: 2;
    position: relative;
    width: 68%;
    padding: 30px;
  }
  .related-articles-column {
    width: 32%; 
  }
  section.blog-details-section {
    overflow: visible;
  }
  .blog-description-column h5 {
    margin-bottom: 12px;
  }
  .blog-description-column p {
    line-height: 31px;
    margin-bottom: 20px;
  }
  .blog-description-column h3 {
    letter-spacing: 0.4px;
    font-size: 20px;
    line-height: 31px;
    color: #1DB2E3;
    display: block;
    margin-bottom: 8px;
    margin-top: 10px;
    font-family: 'Omnes Semibold';
    font-weight: normal;
  }
  .blog-description-column p a,
  .blog-description-column p a:hover,
  .blog-description-column p a:focus {
    text-decoration: underline;
    letter-spacing: 0.32px;
    color: #1DB2E3;
  }
  .related-articles-column {
    padding-left: 25px;
  }
  .related-articles-column h4 {
    margin-top: 95px;
    color: #3C3A3A;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    position: relative;
    font-family: 'Omnes Semibold';
    font-weight: normal;
  }
  .related-articles {
    width: 100%;
    margin-bottom: 35px;
  }
  .related-articles-image {
    width: 79px;
    height: 79px;
    flex: 0 0 auto;
    position: relative;
    border-radius: 20px;
  }
  .related-articles-image img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
  }
  .related-articles h5 {
    color: #3C3A3A;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    padding-left: 15px;
    letter-spacing: 0.32px;
    font-family: 'Omnes Semibold';
    font-weight: normal;
  }
  .blog-description-column img {
    display: block;
    max-width: 100%;
    margin: 15px 0 15px 0;
  }
  .small-title {
    color: #3BB02A;
    letter-spacing: 0.32px;
    display: block;
  }
  .related-products-wrapper {
    position: relative;
    margin-bottom: 30px;

  }
  .related-products-wrapper:after {
   position: absolute;
   content: '';
   left: 0;
   bottom: -58px;
   height: 140px;
   background: #00B2E3;
   width: 100%;
 }
 .related-products-wrapper h4 {
  color: #1DB2E3;
  font-size: 26px;
  line-height: 51px;
  margin-bottom: 50px;
  letter-spacing: 0.52px;
  font-family: 'Omnes Semibold';
  font-weight: normal;
}
.related-products-wrapper .inner-wrapper {
  padding-left: 30px;
}
.related-products {
  margin-right: 40px;
  position: relative;
  z-index: 1;
  max-width: 150px;
}
.related-products-image {
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
}
.related-products-image img{
  max-height: 100px;
}
.related-products h5 {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  color: #ffffff;
  font-family: 'Omnes Semibold';
  font-weight: normal;
}
.social-wrapper a {
  padding: 7px 0;
  max-width: 20px;
  display: inline-block;
  margin: 0 30px 0 0;
}
.social-wrapper a img {
  margin: 0;
  display: block;
  max-width: 20px;
}
.social-wrapper a:last-child {
  margin-right: 0;
}
.protekt-card-caption .social-wrapper,
.blog-slider-caption .social-wrapper {
  margin-top: 20px;
}
.protekt-card-caption .social-wrapper a img,
.blog-slider-caption .social-wrapper a img {
  max-width: 15px;
}
.contact-form-column {
  width: 50%;
}
.form-wrapper {
  width: 100%;
  max-width: 388px;
  position: relative;
}
.contact-address-column {
  width: 50%;
  max-width: 473px;
}
.contact-section {
  padding: 50px 0;
  /*background-color: rgba(246, 255, 222, 0.54);*/
}
.contact-form-column h1 {
  color: #1DB2E3;
  font-size: 40px;
  text-align: left;
  line-height: 42px;
  letter-spacing: 0.8px;
  font-family: 'Omnes Semibold';
  font-weight: normal;
}
.contact-form-column .form-wrapper {
  margin-top: 35px;
}
a.mob-view{
  display: none;
}
div.input_error {

  font-size: 14px;
  color: red;
  text-align: left;
  float: left;
  font-weight: 400;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

}
.contact-form-column h3 {
  color: #3C3A3A;
  font-size: 20px;
  margin-top: 10px;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.4px;
  font-family: 'Omnes Semibold';
  font-weight: normal;
}
.contact-form-column .form-wrapper .field {
  width: 100%;
  margin-bottom: 30px;
}
.contact-form-column .form-wrapper .field span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #3C3A3A;
  font-family: "Omnes Regular";
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.contact-form-column .form-wrapper .input-text {
  width: 100%;
  height: 45px;
  border: none;
  color: #3C3A3A;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: "Omnes Regular";
  background-color: rgba(128, 192, 67, 0.14);
  -webkit-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  background-color: rgb(29 178 227 / 0.1);
}
.contact-form-column textarea.input-text.input-textarea {
  resize: none;
  height: 150px;
  padding-top: 15px;
  background-color: rgb(29 178 227 / 0.1);

}
.contact-form-column .protekt-btn {
  width: 164px;
  height: 44px;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: capitalize;
  background-color: #1DB2E3;
}
.contact-address-column {
  width: 100%;
  padding: 30px;
  max-width: 408px;
  margin-top: 90px;
  border-radius: 13px;
  background-color: #1DB2E3;
}
.godrej_thank_section {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
}
.thank-wrapper{
  width: 100%;
  float: left;
  background-color: #f3f6e0;
}
.thank-section {
  width: 100%;
  float: left;
  margin-top: 200px;
  margin-bottom: 60px;
  font-family: 'Omnes Semibold';
  min-height: 120px;
}
.thank-section h3 {
  color: #3AAB49;
  font-size: 40px;
  text-align: left;
  line-height: 42px;
  letter-spacing: 0.8px;
  font-family: 'Omnes Semibold';
  font-weight: normal;
}
.thank-section  p{
  color: #3C3A3A;
  font-size: 20px;
  margin-top: 10px;
  text-align: left;
  line-height: 20px;
  letter-spacing: 0.4px;
  font-family: 'Omnes Semibold';
  font-weight: normal;
}
.contact-address-column h3,
.contact-address-column p {
  color: #FFFFFF;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.4px;/*
  text-transform: capitalize;*/
}
.contact-address-column p {
  margin-bottom: 25px;
}
img.video-preloader {
  max-width: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: none;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.popup-overlay {
  position: fixed;
  z-index: 222;
  background-color: rgba(0,0,0,0.69);
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  height: 100%;
}
.social-wrapper {
  display: none;
}
a.button {
  width: 140px;
  height: 38px;
  background-color: #3AAB49;
  border-radius: 21px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  font-family: "Omnes Regular";
  font-weight: SemiBold;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 600;
  padding: 10px;
}
.blog-btn {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px;
  background: #e9f6ed;
  padding-bottom: 53px;
  display: none;
}
.video-popup {
  left: 0;
  right: 0;
  top: 55%;
  opacity: 0;
  z-index: 999999;
  display: none;
  max-width: 56%;
  margin: 0 auto;
  position: fixed;
  max-height: 90%;
  min-height: 380px;
  visibility: hidden;
  border: 1px solid #707070;
  background-color: #707070;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popup-close {
  top: -34px;
  width: auto;
  right: 0;
  cursor: pointer;
  position: absolute;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  font-family: 'Omnes Semibold';
  font-weight: normal;
  z-index: 1;
  border-bottom: 2px solid #EEE632;
}
.loaded .video-popup {
  display: block;
}
.video-popup .video-popup-content {
  width: 100%;
  height: 0px;
  display: block;
  position: relative;
  padding: 0px 0px 50%;
  background-color: #000000;
}
.video-popup .video-popup-content iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.video-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*FOOTER*/
.protekt-footer {
  width: 100%;
  /*background-color: #F3F6E0;*/
  font-family: 'Omnes Regular';
}
.footer-top-wrapper {
  width: 100%;
  padding: 50px 0 35px 0;
}
.footer-menu-column h3 {
  color: #1DB2E3;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  margin-bottom: 30px;
  letter-spacing: 0.36px;
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
  font-family: 'Omnes Semibold';
}
/*.footer-menu-column h3:after {
  left: 0;
  content: '';
  width: 37px;
  height: 3px;
  bottom: -8px;
  position: absolute;
  background-color: #1DB2E3;
  }*/
  .footer-menu li {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-menu li a {
    color: #3C3A3A;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 0.28px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .dest-topimgs{
    display: block;
  }
  img.mob-images{
    display: none;
  }
  .footer-menu-column:first-child .footer-menu li a {
    text-transform: capitalize;
  }
  .footer-menu li a:hover {
    color: #5DA232;
  }
  .footer-menu-column:first-child .footer-products-menu ul {
    width: 30%;
    padding-right: 30px;
  }
  .footer-menu-column:first-child {
    width: 68%;
  }
  .footer-menu-column:nth-child(2) {
    width: 17%;
  }
  .whyprotekt-image-column img {
    border-radius: 20px;
  }
  .footer-bottom-wrapper {
    width: 100%;
    padding: 25px 0;
    background-color: #1DB2E3;
  }
  .footer-bottom-wrapper .copyrights {
    color: #FFFFFF;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.26px;
  }
  .footer-bottom-wrapper ul.other-links li a {
    margin: 0 8px;
    color: #FFFFFF;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0px;
  }

  .social-link-wrapper span {
    color: #FFFFFF;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.26px;
  }
  .social-link-wrapper ul li {
    margin: 0 9px;
  }
  .social-link-wrapper a i {
    color: #FFFFFF;
    font-size: 20px;
  }
  .ellip {
    display: block;
    height: 100%;
  }

  .ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }

  .ellip,
  .ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }
  section.banner-section{
    margin: 0;
  }
  .about-banner .banner-img{
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .about-banner .head-txt{
    width: 100%;
    text-align: center;
  }
  .about-banner .head-txt h2{
    font-size: 35px;
    line-height: 51px;
    font-weight: 600;
    /* font-family: "Omnes Semibold"; */
    letter-spacing: 0.8px;
    color: #1db6ca;
    opacity: 1;
    margin: 0;
    font-family: vagmedium;
  }
  .about-banner .head-txt p { 
    font-size: 29px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #3C3A3A;
    font-family: vagmedium;
    opacity: 1;
    margin: 0;
  }
  .about-list {
    position: absolute;
    bottom: 50px;
    width: 100%;
  }
  .about-list li{
   text-align: center;
   letter-spacing: 0.44px;
   color: #FFFFFF;
   font-size: 22px;
   font-family: vagmedium;
   font-weight: 400;
   width: 33.3%;
   float: left;
 }
 @media only screen and (max-width: 1000px) {
  .inner-wrapper {
    padding: 0 20px;
  }
  .about-list{
    display: none;
  }
  body .blog-description-column h4 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .blog-slider-caption p,
  .blog-description-column p {
    font-size: 15px;
  }
  .blog-description-column p {
    line-height: 29px;
  }
  .blog-description-column {
    width: 60%;
    padding: 25px;
  }
  .blog-description-column a{
    color: #00B2E3;
  }
  .related-articles-column {
    width: 40%;
  }
  .related-products {
    margin-right: 60px;
  }
  .stories-card {
    height: auto;
  }
  .stories-card {
    width: 32%;
    margin: 0 2% 26px 0;
  }
  .protekt-card-wrapper {
    width: 100%;
  }
  .protekt-card-row {
    padding: 45px 20px 20px 20px;
  }
  .protekt-card-image {
    height: auto;
  }
  .media-section .protekt-card-image{
    height: auto;
  }
  .protekt-card {
    width: 31%;
  }
  .protekt-card-caption h4 {
    height: 104px; 
  }
  .protekt-card-caption {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 40px 22px 25px 22px;
  }
  .blog-tab-wrapper {
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    display: inline-block;
    width: 100%;
  }
  .blog-tab {
    display: inline-block;
  }
  section.blog-banner-section {
    padding: 50px 20px;
  }
  .blog-slider-caption {
    max-width: 620px;
    height: auto;
  }
  .blog-tab-wrapper::-webkit-scrollbar {
    display: none;
  }
  .blog-tab-wrapper {
    margin-right: -20px;
    width: calc(100% + 20px);
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .protekt-header {
    height: 90px;
    z-index: 999;
  }
  .content-wrapper {
    margin-top: 90px;
  }
  .protekt-header.active {
    height: 90px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }
  .footer-top-wrapper .inner-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-menu-column:first-child .footer-products-menu ul {
    width: 32%;
    padding-right: 30px;
  }
  .footer-products-menu.flex {
    margin-bottom: 30px;
  }
  .footer-menu-column:first-child {
    width: 100%;
  }
  .footer-menu-column:nth-child(2) {
    width: 33%;
  }

  





  
  .hamburger {
   width: 40px;
   float: right;
   height: 40px;
   margin-right: 0px;
   padding: 8px 0px;
   position: relative;
   z-index: 999999;
   background: #1DB2E3;
   border-radius: 10px;

 }
 #nav-icon3 {
  width: 18px;
  height: 18px;    
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px;
  width: 100%;
  left: 0;
}
#nav-icon3 span:nth-child(1) {
  top: 3px;
}
#nav-icon3 span:nth-child(4) {
  top: 17px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburger_menu{
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 90px;
  background-color:#E5F9FF;
  left: 0;
  display: none;
  min-height: 88vh;
  padding-bottom: 30px;
  height: 88vh;
  overflow: scroll;
}
.hamburger_menu ul li{
  width: 100%;
}
.header-menu-wrapper ul li {
  margin: 0px;
  position: relative;
  padding: 15px 0px;
  width: 100%;
  float: left;
}
.header-menu-wrapper ul li > a:hover:after, .header-menu-wrapper ul li.active a:after{
  display: none;
}
.protekt-header.active .header-menu-wrapper ul li > a{
 padding: 0 40px;
}
.header-menu-wrapper ul li > a{
  width: 100%;
  float: left;
  padding: 0 40px;
}
.protekt-header .header-menu-wrapper ul li > a{
 padding: 0 40px;
}
.products-submenu-wrapper{
  visibility: visible;
  opacity: 1;
}
.products-submenu-wrapper {
  visibility: visible;
  opacity: 1;
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
  background-color: transparent;
  box-shadow: none;
  transform:none;
  height: auto;
}
.products-submenu-wrapper:after,
.products-lists-wrapper{
  display: none;
}
.products-category.active {
 background-color: transparent; 
 border-radius:0; 
}
.products-category-menu{
  background-color: transparent;
  width: 100%;
  padding:20px 0 10px;
  min-width: 100%;
}
.products-submenu .products-category{
  font-size: 18px;
  font-weight: 600;
  transform:none;
  margin-bottom: 10px;
  padding: 0;
}
.protekt-header.active .products-submenu-wrapper{
  top: 0;
}
.header-products {
  margin-right: 50px;
  position: relative;
  z-index: 1;
  max-width: none;
  width: 33.3%;
  float: left;
  margin: 0;
  padding: 10px 7px;
  
}
.whyprotekt-row .protekt-btn{
  color: #ffffff;
}
.whyprotekt-row  .protekt-btn:hover {
  color: #3C3A3A;
  background-color: #EEE632;
}
.header-products-image{
  margin: 8px 0;
}
.header-products.view-all{
  width: 100%;
}
.header-products.view-all a{
  background-color: #1DB2E3;
  color: #ffffff;
  border-radius: 21px;
  display: inline-block;
  opacity: 1;
}
.header-menu-wrapper ul li >  .view-all a:hover, .header-menu-wrapper ul li .view-all a {
  color: #ffffff;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  height: 39px;
  width: 139px;
  padding: 4px;
}
.acc-header{

}
.acc-header:after{
  position: absolute;
  right: 40px;
  content: "";
  height: 15px;
  top: 15px;
  width: 15px;
  background-size: 11px;
  background-repeat: no-repeat;
  background-image: url(../images/plus-b.png);
  background-position: right;
}
.products-category.visible .acc-header:after{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.acc-list .drop-list {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.products-category .acc-header{
  padding: 5px 60px;
  position: relative;
  width: 100%;
  float: left;
}
.products-category.visible .acc-header{
  background-color: #ffffff; 
}
.acc-list {
  float: left;
  width: 100%;
  padding: 20px ;
}

.contact-form-column{
  width: 100%;
  min-width: 100%;
  float: left;
  display: block;
} 
.contact-address-column{
  max-width: 100%;
  float: left;
  display: block;
  min-width: 100%;
}
.form-wrapper{
  max-width: 100%;
}
.contact-block{
  width: 100%;
  float: left;
  display: block;
}
.protekt-card-caption h4:after{
  width: 37px;
  height: 3px;
}
body .protekt-card-caption h4{
  min-height: auto !important;
}
a.protekt-indiamovement {
  display: block;
  float: right;
  width: 115px;
  text-align: revert;
  position: absolute;
  right: 131px;
}
.thank-section{
  width: 100%;
  padding: 0 40px;
}
.search-popup{
  left: 0;
}
}
@media only screen and (max-width: 750px) {
  section.blog-banner-section .slick-arrow {
    box-shadow: 0px 3px 7px #706b6b8b;
  }

  .thank-section{
    margin-top: 140px;
  }
  .blog-detail-wrapper .inner-wrapper {
    display: block;
  }
  .footer-menu-column:first-child .footer-products-menu ul {
    width: 100%;
    padding-right: 0;
  }
  .footer-products-menu.flex {
    display: block;
  }
  .blog-description-column {
    width: 100%;
    padding: 20px;
  }
  .footer-menu-column h3 {
    text-align: center;
  }
  .footer-menu-column h3:after {
    right: 0;
    margin: 0 auto;
  }
  .footer-menu-column:nth-child(2),
  .footer-menu-column {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-menu-column:nth-child(2){
    margin-bottom: 40px;
  }
  .footer-bottom-wrapper .inner-wrapper {
    padding: 0 20px;
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer-products-menu.flex {
    margin-bottom: 0;
    text-align: center;
  }
  .footer-products-menu .button{
    margin: 20px 0 50px;
    background-color: #1DB2E3; 
    width: 140px;
    height: 38px; 
    border-radius: 21px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    font-family: "Omnes Regular";
    font-weight: SemiBold;
    letter-spacing: 0.32px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 10px; 
    display: inline-block;
    float: none;
  }
  .footer-products-menu.flex ul.footer-menu{
    display: none;
  }
  .footer-products-menu.flex ul.footer-menu:first-child{
    display: block;
  }
  .footer-menu li,
  .footer-menu li a,
  .footer-bottom-wrapper .copyrights {
    text-align: center;
  }
  .blog-description-column {
    margin: 0;
  }
  .blog-title-wrapper {
    display: block;
  }
  ul.flex.other-links {
    justify-content: center;
    margin: 18px 0;
  }
  .protekt-header.active .search-popup {
    top: 66px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .social-link-wrapper {
    display: block;
  }
  .footer-top-wrapper {
    padding: 50px 0 10px 0;
  }
  .social-link-wrapper span {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  body .blog-description-column h4 {
    font-size: 21px;
    line-height: 26px;
  }
  .blog-description-column {
    width: 100%;
    padding: 20px 0;
  }
  .related-articles-column {
    width: 100%;
    padding: 0;
  }
  .related-articles-column h4 {
    margin-top: 25px;
  }
  .related-product-lists.flex {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: -20px;
    width: calc(100% + 20px);
  }
  .related-products {
    max-width: none;
    margin-right: 20px;
  }
  .related-product-lists::-webkit-scrollbar {
    display: none;
  }
  .related-product-lists {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .related-products:last-child {
    padding-right: 20px;
  }
  .stories-card {
    width: 100%;
    margin: 0 0% 26px 0;
    max-width: 100%;
  }
  .video-popup {
    max-width: 95%;
    min-height: 160px;
  }
  .whyprotekt-row:nth-child(odd), 
  .whyprotekt-row:nth-child(odd) .whyprotekt-content-column h3, 
  .whyprotekt-row:nth-child(odd) .whyprotekt-content-column p {
    text-align: left;
  }
  .whyprotekt-row {
    display: block;
    padding: 0;
    margin-bottom: 45px;
  }
  .whyprotekt-content-column {
    max-width: 100%;
    margin-right: 0;
  }
  .whyprotekt-content-column h3 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .whyprotekt-image-column {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .whyprotekt-row:nth-child(even) .whyprotekt-content-column {
    margin-right: 0;
    margin-left: 0;
  }
  .whyprotekt-row .whyprotekt-content-column .protekt-btn {
    margin-top: 25px;
  }
  section.whyprotekt-section {
    padding-bottom: 0;
  }
  .stories-wrapper {
    margin-top: 25px;
  }
  .section-title {
    font-size: 24px;
  }
  .protekt-card {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
    box-shadow: 0px 5px 30px #00000010;
  }
  .protekt-card-row {
    background-color: #D9F2F6;
  }
  .protekt-card-caption h4 {
    height: auto;
  }
  .blog-list-page section.blog-banner-section:after {
    height: 50%;
  }
  .blog-slider-caption {
    margin-top: 0;
    padding: 24px;
  }
  .blog-banner-section .inner-wrapper {
    padding: 0 10px;
  }
  .blog-tab {
    margin: 0 20px;
    padding: 0  0px;
    font-size: 18px;
  }
  .blog-slider-caption h4, 
  .blog-description-column h4 {
    font-size: 18px;
  }
  .protekt-btn.desk-top {
    display: none;
  }
  a.mob-view {
    display: block;
    margin-top: 40px;
  }
  .dest-topimgs{
    display: none;
  }
  img.mob-images{
    display: block;
  }
  .menu-dropdown {
   /* display: none;*/
   left: auto;
   top: auto;
   width: 100%;
   float: left;
   position: relative;
   background: transparent;
   border-radius: 0;
   opacity: 1;
   visibility: visible;
   padding: 0px 30px 0;
   z-index: 1;
   box-shadow: none;
 }
 .menu-dropdown:after{
  display: none;
}
.menu-dropdown ul { 
  padding: 15px 10px 30px;
  /* background-color: rgb(0 178 227 / 0.2); */
}
.header-menu-wrapper ul li:hover span svg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#media-fun .menu-dropdown ul li {
  padding: 0px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  text-align: left;
  letter-spacing: 0.28px;
  color: #3C3A3A;
  cursor: pointer;
  margin: 0;
}
a.protekt-indiamovement img {
  max-width: 86px;
  display: block;
}
}
@media only screen and (max-width: 500px){

  .search-icon-wrapper{
    position: inherit;
  }
  .protekt-header.active .search-popup{
    top: 90px;
    max-width: 90%;
  }
  a.protekt-indiamovement {
    display: block;
    float: right;
    width: 115px;
    text-align: right;
    position: relative;
    right: auto;
  }
  .search-popup{
    right: 2.5%;
    left: auto;
    max-width: 95%;
    top: 90px;
  }
}