* {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
background: transparent;
font-weight: normal;
font-style: normal;
text-decoration: none;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

ol,
ul {
list-style: none;
}

blockquote {
quotes: none;
}

blockquote:before,
blockquote:after {
content: '';
content: none;
}

del {
text-decoration: line-through;
}

header,
section,
article,
aside,
nav,
footer,
address {
display: block;
}

body {
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
font-size: 17px;
color: #333;
overflow-x: hidden;
min-width: 320px;
max-height: 100vh;
}

input,
textarea,
select {
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

p {
line-height: 1.6em;
}

br.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

.thumb {
display: block;
}

.thumb img {
display: block;
width: 100%;
}

a:hover,
[type="submit"]:hover {
filter: alpha(opacity=85);
-moz-opacity: 0.85;
-khtml-opacity: 0.85;
opacity: 0.85;
}

.wrapper {
width: 76%;
margin: 0 auto;
max-width: 1200px;
}
/* fonts */

@font-face {
font-family: 'quicksandbold';
src: url('../fonts/quicksand/quicksand-bold-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'quicksand_mediumregular';
src: url('../fonts/quicksand/quicksand-medium-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'quicksandregular';
src: url('../fonts/quicksand/quicksand-regular-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'quicksand_lightregular';
src: url('../fonts/quicksand/quicksand-light-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* fontello */

@font-face {
font-family: 'fontello';
src: url('../fonts/icons/fontello.eot?38457938');
src: url('../fonts/icons/fontello.eot?38457938#iefix') format('embedded-opentype'), url('../fonts/icons/fontello.woff2?38457938') format('woff2'), url('../fonts/icons/fontello.woff?38457938') format('woff'), url('../fonts/icons/fontello.ttf?38457938') format('truetype'), url('../fonts/icons/fontello.svg?38457938#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?38457938#fontello') format('svg');
}
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

html {
overflow-x: hidden;
}

header{
  background-image: url('../images/Group 173.png');
  background-size: contain;
  margin-top: 0;
}

#top{  
  padding: 2% 0;

}
#top div.top{
  -webkit-box-shadow: 1-1px 1px 4px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 1px 4px -1px rgba(0,0,0,0.75);
  box-shadow: -1px 1px 4px -1px rgba(0,0,0,0.75);
  padding: 2% 1%;

}
#top h1.left{
  width: 44%;
}
#top h1.left a{
  
}
#top h1.left a img{
  
}
#top nav.left{
  width: 15%;
}
#top nav.left ul{
  display: flex;
  justify-content: space-between;
  margin-top: 6%;
}
#top nav.left ul li{

}
#top nav.left ul li a{

}
#top nav.left ul li a.active{
  color: red;
}
#top div.right{
  width: 13%;
}
#top div.right ul{
  display: flex;
  justify-content: space-between;
  margin-top: 9%;
}
#top div.right ul li{ 

}
#top div.right ul li a{ 

}
#top div.right ul li a img{ 
  width: 15px;
}
#neethi_spotlight{
  margin-top: 3%;
}
#neethi_spotlight div.parent{
 
}
#neethi_spotlight img{
  width: 100%;
  display: block;
  position: relative;
}
#neethi_spotlight div.content{
  padding: 10% 7%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
}
#neethi_spotlight div.content h4{
  font-size: 30px;
  
}
#neethi_spotlight div.content p{
  width: 59%;
  margin: 3% 0;
  
}
#neethi_spotlight div.content a{
  font-size: 30px;
  color: #fff;
  border-bottom: 2px solid #000;
  padding-bottom: .5%;
  
}
.owl-prev{
  position: absolute;
    top: 190px;   
    left: 0;
    padding: 1%;

}
.owl-prev span{
  font-size: 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.owl-next{
  position: absolute;
    top: 190px;   
    right: 0;
}
.owl-next span{
  font-size: 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.overlay{
  position: absolute;
  background-color: rgba(0 ,0 ,0 ,0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#brands{

}
#brands h3{
  text-align: center;
  margin: 3% 0 5.5%;
  font-size: 33px;
}
#brands ul{
  display: flex;
  justify-content: space-between;
}
#brands ul li{
  border: 2px solid #f48fb1;
  padding: 9% 0;
  text-align: center;}
#brands ul li h4{
  font-size: 22px;
}
#brands ul li p{
  font-size: 14px;
  color: #757575;
}
#neethi_about{
  margin: 5% 0;
}
#neethi_about div.left{
  width: 30%;  
  background-color: #fff;
}
#neethi_about div.left img{
  width: 100%;
}
#neethi_about div.center{
  width: 35%;
    display: inline-block;
    padding: 3.4% 2%;
    background-color: #fff;
    border-bottom: 13px solid #fff59d;
}
#neethi_about div.center h4{
  font-size: 26px;
  margin: 6% 0;
}
#neethi_about div.center p{
  font-size: 14px;
}
#neethi_about div.right{
    width: 35%;
    padding: 6.9% 1%;
    background-color: #fff59d;
    margin-top: 3.6%;

}
#neethi_about div.right p{
  font-size: 14px;
}
#new_products{
  margin-bottom: 4%;
}
#new_products h4{
  margin: 3% 0;
  font-size: 32px;
}
#new_products div.left{
  width: 67%;
}
#new_products div.left div.top{
  
}
#new_products div.left div.top img{
  width: 100%;
}
#new_products div.left div.bottom{
  width: 50%;
  display: flex;
}

#new_products div.left div.bottom img{
  width: 100%;
}
#new_products div.right{
  width: 31%;
}
#new_products div.right img{
  width: 100%;
}
#products{
  margin-bottom: 2%;
}
#products div.tabs{

}
#products div.tabs h3.left{
  font-size: 32px;
  margin: 3% 0;
}
#products div.tabs nav.right{
  width: 25%;
  margin: 3% 0;
}
#products div.tabs nav.right div.tab{
  display: flex;
  justify-content: space-between;
}
#products div.tabs nav.right div.tab button{  
  font-size: 18px;
}
.tab button {
  color: #000;
}
.tab button.active{
  color: red;
}
#products ul{
  display: flex;
    flex-flow: wrap row;
    justify-content: space-around;
}
#products ul li{
  width: 23%;
  margin-bottom: 4%;
}
#products ul li img{
  width: 100%;
}
#products ul li div.bottom{
  margin-top: 6%;
}
#products ul li div.bottom div.left{
  font-family: 'quicksandbold';
  color: #283593;

}
#products ul li div.bottom div.right{

}
#products ul li div.bottom div.right span{
  font-family: 'quicksandbold';
  color: #283593;
}
#products a.see{
  color: #000;
  font-family: 'quicksandbold';
  padding-bottom: .5%;
  border-bottom: 2px solid #000;
  float: right;
}

#offers{
  margin: 10% 0 3%;
}
#offers div.top{
  
}
#offers div.top h3{ 
  font-size: 32px;
}
#offers ul{
  display: flex;
  justify-content: space-between;
  margin: 4% 0;
}

#offers ul li img{
  width: 100%;
}
#offers p{
  font-size: 23px;
}
#contact {

}
#contact ul {
  display: flex;
  justify-content:space-between; 
}

#contact ul li.first{
  width: 35%;
  display: inline-flex;
  justify-content: space-between;
}
#contact ul li.first div.contact_left{
  width: 62%;
}
#contact ul li.first div.contact_left span.top{
  
}
#contact ul li.first div.contact_left span.top img{
  width: 100%;
}
#contact ul li.first div.contact_left span.bottom{
  
}
#contact ul li.first div.contact_left span.bottom ul{
  width: 71%;
  margin-top: 7%;
}
#contact ul li.first div.contact_left span.bottom ul li{
  
}
#contact ul li.first div.contact_left span.bottom ul li img{
  width: 18px;
}
#contact ul li.first div.contact_right{
  width: 29%;
}
#contact ul li.first div.contact_right a{
  line-height: 25px;
}
#contact ul li.second{
  width: 30%;
}
#contact ul li.second a{
  
}
#contact ul li.second a img{
  width: 100%;
}
#contact ul li.third{
  width: 30%;
  text-align: right;
}
#contact ul li.third div.topper{
  
}
#contact ul li.third div.topper p{
  font-family: 'quicksand_mediumregular';
  font-size: 15px;
}
#contact ul li.third div.lower{
  margin-top: 4%;
}
#contact ul li.third div.lower a{
  
  color: #000;
  font-family: 'quicksand_mediumregular';
  font-size: 15px;
}
#contact ul li.third div.lower a span{
  color: #283593;
}
#bottom{
  margin: 4% 0 2%;
}
#bottom ul {
  margin: 7% 0 1%;
}
#bottom ul li{
  font-family: 'quicksandregular';
  font-size: 14px;
}
#bottom ul li p.left{

}
#bottom ul li p.right{
  
}
#bottom ul li p.right a{
  color: #000;
}
#products div.products_top{
  text-align: center;
  padding: 3% 0;
  background-color: #f5f5f5;
}
#products div.products_top h3{
  font-size: 36px;
}
#products div.products_bottom{
  margin: 3% 0;
}
#products div.products_bottom nav.right{
   width: 30%;
}
#products div.products_bottom nav.right ul{

}
#products div.products_bottom nav.right ul li{
  text-align: right;
}
#products div.products_bottom nav.right ul li a{

}
#products div.bott{
  text-align: center;
  margin-top: 5%;
}
#products div.bott a.see_all{
  font-family: 'quicksand_mediumregular';
  color: #d01012;
}
#products div.bott img{
  width: 13px;
}
#products p{
  margin-top: 2%;
  font-size: 23px;
  color: #000;
}


.main-brand{
  position: relative;
}
#res_menubar{
  display: none;
}
 #top div.mobile-menu{
  display: none;
 }
 .mobile-menu-overlay{
  display:none;
 }
div.right.menu a{
  line-height: 45px;
}
#top div.right.menu{
  width: auto;
}

@media all and (max-width: 1280px){
    #offers {
        margin: 3% 0 3%;
    }
    #brands h3 {
        text-align: center;
        margin: 3% 0 1.5%;
        font-size: 33px;
    }
    #neethi_about {
        margin: 3% 0;
    }
}
@media all and (max-width: 980px){
  #top nav.left{
    float:none;
  }
    #neethi_spotlight {
        margin-top: 1%;
    }
    #new_products {
        margin-bottom: 1%;
    }
}
@media all and (max-width: 900px){
  #res_menubar{
  display: block;
  }
  #top nav.left{
    display: none;
  }
  #top div.right ul{
    display: none;
  }
  #top div.mobile-menu{
    display: block;
    padding-top: 12px;
  }
  #top div.mobile-menu a{
    display: block;
  }
  #top div.mobile-menu span img{
    width: 100%;
    display: block;
  }
  body{
    position: relative;
  }
  .mobile-menu-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    display: none;
  }
  div.mobile-menu{
    display: block !important;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    max-width: 400px;
    min-height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: -450px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    z-index: 12;
    transition: .3s ease-out;
    -webkit-transition: all 0.6s;
  }
  div.mobile-menu ul li{
    display: block;
    text-align: left;
    border-bottom: 1px solid #EEE;
    line-height: 3;
  }
  div.mobile-menu ul li a{
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0 8%;
  }
  div.mobile-menu ul li a:hover{
    color: #B71D22;
      opacity: 0.85;
      -webkit-transition: all .3s ease-in-out;
  }
  span.icon-menu-1{
    display: block;
    float: right;
    width: 23px;
    text-align: right;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    line-height: 48px;
  }

  .icon-close{
    color: #000;
    font-size: 20px;
    position: fixed;
    z-index: 999;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    transition: .3s;
    width: 32px;
    height: 32px;
  }
  .icon-close img{
    display: block;
    width: 100%;
  }
  div.mobile-menu ul li:hover .dropdown_submenu{
    display: block;
    max-height: 300px;
    overflow-y : auto;
  }
    .dropdown_submenu{
    overflow: hidden;
      max-height: 0;
      -webkit-transition: all 0.5s ease-out;
      transition: top 0.3s;
  }
  div.mobile-menu ul li div.sub-menu-responsive ul li{
    padding-left: 10%;
    width: 75%;
  }
}
@media all and (max-width: 780px){
    #products div.tabs nav.right {
        width: 44%;
        margin: 3% 0;
    }
    #bottom {
        margin: 1% 0 2%;
    }
    #products ul li {
        width: 45%;
        margin-bottom: 4%;
    }
  #neethi_spotlight div.content p{
    font-size: 15px;
    line-height: 15px;
  }
  #neethi_spotlight div.content a{
    font-size: 20px;
  }
  #neethi_about div.left{
    width: 24%;
  }
  #neethi_about div.center{
    width: 75%;
    padding: 0;
    float: right;
    border-bottom:0;
  }
  #neethi_about div.center h4{
    margin: 0;
  }
  #neethi_about div.right{
    float: left;
    width: 100%;
    margin-top: 13px;
    padding: 2px;
  }
  #contact ul{
    display: block;
    float: left;
  }
  #contact ul li{
    width: 100%;
  }
  #contact ul li.first{
    width: 100%;
    margin-bottom: 10px;
  }
  #contact ul li.first .top{
    width: 41%;
    float: left;
  }
  #contact ul li.first .bottom{
    width: 50%;
    float: right;
  }
  #contact ul li.first .bottom ul{
    display: flex;
  }
  #contact ul li.second{
    width: 25%;
    float: left;
  }
  #contact ul li.third div.lower{
    margin-top: 0;
  }
  #contact ul li.third{
    width: 75%;
    float: right;
    text-align: right;
  }
}
@media all and (max-width: 640px){
    #new_products div.right {
        width: 46%;
        float: none;
    }
    #new_products div.left {
        width: 81%;
    }
    #products div.tabs nav.right {
        width: 49%;
        margin: 0;
    }
    #new_products div.right img {
        width: 100%;
        margin: 5px 0;
    }
    #brands h3 {
        text-align: center;
        margin: 3% 0 1.5%;
        font-size: 29px;
    }
    #new_products h4 {
        margin: 3% 0;
        font-size: 25px;
    }
    #products div.tabs h3.left {
        font-size: 28px;
        margin: 3% 0;
    }
    #offers div.top h3 {
        font-size: 28px;
    }
}
@media all and (max-width: 558px){
  #neethi_about div.left{
    width: 50%;
    text-align: center;
  }
  #neethi_about div.left img{
    margin: 0 auto;
  }
  #neethi_about div.center{
    width: 100%;
  }
  #neethi_about div.right{
    float: left;
    width: 100%;
  }
  #neethi_spotlight div.content p{
    width: 100%;
    margin: 0;
  }
  #neethi_spotlight div.content{
    padding: 3px;

  }
    #contact ul li.second{
    width: 30%;
    float: none;
    margin: 0 auto;
  }
  #contact ul li.third{
    width: 100%;
    float: left;
    text-align: center;
  }
  #bottom ul li p{
    float: none;
    text-align: center;
  }
}
@media all and (max-width: 480px){
  #contact ul li.second {
      width: 101%;
      float: none;
      margin: 0 auto;
  }
    #top h1.left a img {
        width: 238px;
    }
    #products ul li div.bottom {
        margin-top: 1%;
    }
  #top h1.left{
    float: none;
  }
    #brands h3 {
        text-align: center;
        margin: 3% 0 3.5%;
        font-size: 27px;
    }
    #products div.tabs nav.right {
        width: 61%;
    }
    #products div.tabs nav.right div.tab button {
        font-size: 15px;
    }
    #new_products div.left{
      width: 100%;
      float: none;
    }
    #new_products div.right{
      width: 100%;
      margin-top: 5px;
      float: none;
    }
    #new_products div.left {
      width: 100%;
  }
  #new_products div.left div.bottom {
    display: block;
    width: 100%;
  }
  #contact ul li.first div.contact_left span.bottom ul li {
      margin-right: 11px;
  }
}
@media all and (max-width: 360px){
    #products a.see {
      padding-bottom: 3px;
    }
    #neethi_spotlight div.content h4 {
        font-size: 23px;
    }
    #neethi_spotlight div.content a {
        font-size: 17px;
    }
    #brands h3 {
        text-align: center;
        margin: 3% 0 3.5%;
        font-size: 25px;
    }
    #new_products div.left {
        width: 100%;
    }
    #new_products div.right {
        width: 100%;
        float: none;
        margin-top: 6px;
    }
    #products ul li div.bottom {
        margin-top: 2%;
    }
    #products ul li {
        width: 100%;
        margin-bottom: 6%;
    }
    #top h1.left a img {
        width: 189%;
    }
    #neethi_spotlight div.content p {
        width: 100%;
        margin: 9px;
    }
    #products div.tabs nav.right {
        width: 79%;
        margin: 0 0 16px 0;
    }
}