@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700|Lato:300,400,700,900&display=swap');
/* CSS Document */
@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Heavy.eot');
    src: url('../fonts/SFUIDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Heavy.woff') format('woff'),
        url('../fonts/SFUIDisplay-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Light.eot');
    src: url('../fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Light.woff') format('woff'),
        url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Bold.eot');
    src: url('../fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Bold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Thin.eot');
    src: url('../fonts/SFUIDisplay-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Thin.woff') format('woff'),
        url('../fonts/SFUIDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Semibold.eot');
    src: url('../fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Medium.eot');
    src: url('../fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Medium.woff') format('woff'),
        url('../fonts/SFUIDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Black.eot');
    src: url('../fonts/SFUIDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Black.woff') format('woff'),
        url('../fonts/SFUIDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Ultralight.eot');
    src: url('../fonts/SFUIDisplay-Ultralight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Ultralight.woff') format('woff'),
        url('../fonts/SFUIDisplay-Ultralight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body, html{
    height: 100%
}
body{
  background: #fff;
  font-family: 'SF UI Display';
}

h1, h2, h3, h4, h5, h6{
  font-family: 'SF UI Display';
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover{
  text-decoration: none;
}
a{
  text-decoration: none !important;
}
button{
  text-decoration: none;
  outline: none;
}
p{
      line-height: 24px;
      font-size: 15px;
}
ul{
  list-style: none;
  padding-left: 0;
}

.safty-p.all {
    padding: 5% 0;
    background: #fff;
    margin-top: 5%;
}
.p-0{
  padding: 0
}
.pl-0{
  padding-left: 0;
}
.pr-0{
  padding-right: 0;
}
.safty-img-box.wow.fadeInUp a
{
margin:0;
padding: 0;
}
.navbar-default{
  margin-bottom: 0;
  background: none;
  box-shadow: none;
  border: 0;
}
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
  background: #45261a;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  animation: fadeInDown .8s;
}
/* The navigation menu links */
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.abtImg {
    margin-bottom: 50px;
}
.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #45261a;
  margin-right: 0;
  margin-top: 0;
  padding: 7px 10px;
}
.mobilecontainer img {
  width: 50%;
  margin: 10px 0;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}
.navigation .caret {
  position: relative;
  left: 5px;
}
#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #4a291c;
}
#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 0px 4px;
}
#mySidenav .caret {
  display: none;
}
#mySidenav #hassubmenu {
  position: relative;
}
#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
}
#mySidenav div {
  border-top: 1px solid white;
}
#mySidenav div:last-child {
  border-bottom: 1px solid white;
}
#mySidenav a.closebtn+div {
  margin-top: 10px;
}
#mySidenav ul.submenu {
  padding: 0;
  background-color: #000;
  width: 100%;
  overflow: scroll;
  height: 150px;
}
#mySidenav .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.navigation ul li > .dropdown-menu li a i{
  float: right;
  right: 14px;
  font-weight: bold;
  margin-top: 1px;
  position: absolute;
  font-size: 17px;
}
.navigation ul .show-on-hover:hover>ul.submenu {
  left: 101% !important;
  top: -25% !important;
}
.navigation ul li > .dropdown-menu li i.fa.fa-angle-down{display: none;}
/* sidenav-css end */
/*nav-css BEGINS */
.navigation ul {
  text-align: left;
  margin: 0px 0 0 0;
  padding: 0;
}
.header_scroll .navigation ul li{
    line-height: 78px;
}
.navigation ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.navigation ul li:after {
/*    content: " ";*/
    position: absolute;
    top: 4px;
    left: -10px;
    width: 2px;
    height: 12px;
    background-color: #c5c5c5;
}
.navigation ul li:first-child:after{
  width:0;
}
.navigation ul li:last-child{
  margin-right:0;
}
.navigation ul li a {
  font-size: 15px;
  color: #6d6d6d;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
}
.navigation ul li a .fa-angle-down{
  font-weight: 600;
}
.navigation ul li a:hover {
  color: #488990;
}
.navigation ul li.active a {
  color: #4b2a1c;
}
/*DropDown Css Begin here*/
.navigation ul .show-on-hover:hover>ul.dropdown-menu {
  display: block;
}
.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
}
.navigation ul li > .dropdown-menu li a {
  float: none;
  display: block;
  text-align: left;
  padding: 7px 12px 10px 12px;
  font-size: 15px;
  color: #000;
}
.navigation ul li > .dropdown-menu li a:hover {
  background-color: #ececec;
} 
.navigation ul li > .dropdown-menu  {
  border-radius: 0;
  border: none;
  padding: 12px 0 12px 0;
  box-shadow: 0 0 11px rgba(0,0,0,0.3);
  top: 90%;
  left:48px;
}
.navigation ul>li>a span img {
  display: inline;
  margin-left: 11px;
}
.navigation ul li > .dropdown-menu:after 
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 12px 16px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -16px;
  left: 113px;
}
.navigation ul.dropdown-menu.submenu:after {
  display: none;
}
.navigation ul li > .dropdown-menu>.active>a {
  background-color: transparent;
  color: #4b2a1c;
  font-weight: 600;
}
.requestsection{
  padding: 5% 0;  
}
.header_scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header_scroll .main-logo a img {
    width: 42%;
    padding: 0;
    margin: 4px 0 0 0;
}
.header_scroll .navigation ul {
    margin: 0 0 0 0;
}
.main-logo img{
    width: 64%;
}
ul.list-inline.socialIcons {
    margin-top: 35px;
}

section.contact_icon {
    padding: 3% 0 3% 0;
}  

.cont_icon i {
    font-size: 64px;
    color: #488990;
    margin: 0 auto 19px auto;
    display: table;
}

.cont_icon h4 {
    text-align: center;
    font-size: 25px;
    color: #000;
    margin: 0 0 6px 0;
    line-height: 30px;
}
.cont_icon a {
    color: #488990;
    font-size: 17px;
    display: table;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
}
.header_scroll .rigester-top{
  margin: 21px 0 0 0;
}
.rigester-top{
  padding: 0;
  list-style: none;
  margin: 37px 0 0 0;
  text-align: right;
}
.rigester-top li{display: inline-block;margin-right: 17px;position: relative;}
.rigester-top li:last-child{
  margin-right: 0;
}
.rigester-top li a:hover{
    font-size: 13px;
    color: #e83a3a;
}
.rigester-top li a{
    font-size: 13px;
    color: #3f3f3f;
    padding: 0;
    font-weight: 600;
    text-transform:uppercase;
}
.rigester-top li a i{
  font-size: 22px;
}
.rigester-top li a span{
  position: absolute;
  top: -6px;
  left: 13px;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #E83A3A;
  border-radius: 50%;
  font-size: 7.5px;
  padding: 4px;
}
.rigester-top li a i.fa-shopping-cart{}
.rigester-top li a small{
  
margin-left: 6px;
  
font-size: 14px;
}
header{
    padding-bottom: 20px;
    box-shadow: 0 0 10px 7px #dcdcdc;
}
/*BEGINS-SEC: TOP BAR*/
.top-bar{
  background-color: #488990;
  color: #fff;
  padding: 7px 0;
}
.tb-p{
  float: left;
}
.tb-p p{
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-weight: 200;
}
.tb-p p span{text-transform: uppercase;font-weight: 400;}
.tb-ul{
  float: right;
  padding: 0;
  margin: 0;
}
.tb-ul li{
  display: inline-block;
  margin-right: 16px;
}
.tb-ul li:last-child{
  margin-right: 0;
}
.tb-ul li a{
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 200;
}
.tb-ul li a:hover{
  color: #000;}
.tb-ul li a i{
    font-size: 18px;
    margin-right: 3px;
}

/*END-SEC: TOP BAR*/
/*BEGINS-SEC: LOGO BAR*/
.logo-form{
  position: relative;
  width: 68%;
  float: left;
  margin-right: 10px;
}
.logo-form:after{
  content: " ";
  position: absolute;
  top: 24%;
  right: 39%;
  width: 1.5px;
  height: 22px;
  background-color: #c5c5c5;
}
.logo-form .form-control{border-radius: 93px;height: 40px;font-size: 14px;padding: 0 189px 0 18px;border: 0;box-shadow: 0px 4px 9px 1px #cccccc;}
.logo-form button.for-serch{
  background: #488990;
  border: 0;
  color: #fff;
  padding: 7px 18px;
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 20px;
  border-radius: 0px 22px 22px 0px;
}
.logo-form button.for-serch:hover{
  background: #000000;}
.for-categories{
    position: absolute;
    top: 0;
    right: 14%;
    padding: 10px 0;
}
.for-categories button{
    background: transparent;
    border: 2px;
    color: #979797;
}
.for-categories .dropdown-menu{
    min-width: 118px;
    font-size: 13px;
    margin: 0;
    top: 95%;
    border-radius: 0;
}
.mt-20{
      margin-top: 20px;
}
.logo-bar {
    padding: 20px 0;
    margin-bottom: 10px;
}
.account-sec{
  float: right;
  margin-top: 5px;
}
.account-sec p{
    color: #a5a5a5;
    padding: 0 0 0 3px;
    margin: 0;
    line-height: 13px;
    font-size: 13px;
}
.account-sec a{
    color: #488990;
    font-size: 16px;
}
.account-sec select.account-sel{
    color: #488990;
    font-size: 16px;
    border: 0;
    padding: 0 16px 0 0;
    margin: 0;
    outline: none;
    font-weight: 700;
    background: transparent url(../images/arrow-red.png) no-repeat 102px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
/*.account-sec select.account-sel{
  border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-color: #ff0047;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 34px 9px 18px;
    border-radius: 21px;
    background: #ff0047 url(../images/arrow-red.png) no-repeat 89px center;
}*/
.rigester-top1 a:hover{
    font-size: 13px;
    color: #000;
}
.rigester-top1 a{
    font-size: 13px;
    color: #488990;
    padding: 0;
    font-weight: 600;
    text-transform:uppercase;
}
.rigester-top1 a i{
  font-size: 32px;
}
.rigester-top1  a span{
  position: absolute;
  top: -4px;
  left: 22px;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  font-size: 7.5px;
  padding: 4px;
}
.rigester-top1 {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: right;
    position: relative;
    display: table;
    float: left;
}
.rigester-top1 li a i.fa-shopping-cart{}
.rigester-top1 li a small{
  
margin-left: 6px;
  
font-size: 14px;
}
.hello-sec{
    float: left;
    margin-right: 19px;
}
.btn-menubar{
  float: right;
}
a.clr-blck:hover{
    background: #488990;
    }
a.clr-blck {
    background: #000;
    color: #fff;
    padding: 9px 20px;
    border-radius: 32px;
}
a.clr-red{
  background: #488990;
    color: #fff;
    padding: 9px 20px;
    border-radius: 32px;
}
a.clr-red:hover{
  background: #000;
}
.mr-11{
  margin-right: 11px;
}
/*END-SEC: LOGO BAR*/
/*BEGINS-SEC: MAIN-BANNER*/
.mian-banner{
  padding: 2% 0;
}
.img_banner img{
  width: 100%;
}
.mainban-content{
  color: #fff;
}
.carousel-caption {text-align: left;height: 100%;width: 100%;padding: 0 0 0 29px;left: 0;top: 0;display: flex;justify-content: flex-start;align-items: center;text-shadow: none;}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #488990;
    border: 1px solid #488990;
}
.img_banner {
    position: relative;
}
.mainban-content h1{
    font-size: 44px;
    line-height: 55px;
    margin-top: 0;
}
.mainban-content h1 span{
    font-weight: 700;
    color: #488990;
}
.mainban-content h2{
    font-size: 24px;
    font-weight: 200;
    width: 43%;
    line-height: 31px;
    margin-bottom: 19px;
}
.mainban-content h2 span{
    color: #488990;
    font-weight: 600;
}
.mainban-content ul{
    padding: 0 0 0 23px;
}
.mainban-content ul li{font-weight: 100;font-size: 17px;}
.mainban-content ul li::before {
  content: "\2022";
  color: #488990;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 23px;
  line-height: 24px;
}
.mainban-content a{
    margin-top: 33px;
}
.red-btn:hover{
  background: #000;
  color: #fff;
  }
.red-btn{
  background: #488990;
  color: #fff;
  padding: 9px 28px;
  display: table;
  border-radius: 23px;
  text-align: center;
}
.img-protect{
  position: relative;
}
.imgprot-content{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px;
}
.imgprot-content h3{font-size: 26px;margin: 0 0 109px 0;font-weight: 200;line-height: 33px;}
.imgprot-content h3 span{
  font-weight: 700;
}
.imgprot-content p{
  font-size: 14px;
  display: table;
  width: 100%;
  background: #353232;
  font-weight: 200;
  padding: 4px 4px;
}
.imgprot-content a{
  width: 48%;
  padding: 6px 0;
  font-size: 13px;
}
.mt-10{
  margin-bottom: 14px;
}
.imgprot-content h4{
    color: #020202;
    margin-top: -39px;
    font-size: 19px;
    line-height: 23px;
}
.img-protect img.prot-img{
      height: 310px;
    width: 100%;
    object-fit: cover;
}
/*END-SEC: MAIN-BANNER*/
/*BEGINS-SEC: FEATURED-PRODUCT*/
.featured-product-sec{
  padding: 5% 0 0% 0;
}
.featumain-img{
  position: relative;
  width: 100%;
  margin-top: 3px;
}
.featumain-content{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0 17px;
}
.featumain-content h3{
    font-size: 32px;
    font-weight: 200;
}
.fp-main{}
.fp-main h2.subheading{font-size: 42px;line-height: 36px;margin-bottom: 16px;}
h2.subheading{
  color: #020202;
  font-size: 47px;
  margin: 0;
  line-height: 55px;
  font-weight: 200;
  letter-spacing: -1px;
}
h2.subheading span{
    color: #488990;
    font-weight: 700;
}
.fp-items{}
.fp-items-box{
    border: 2px solid #ccc;
    padding: 19px 5px;
    border-radius: 9px;
    text-align:center;
}
.fp-items-box img{
    margin: 0 auto 9px auto;
    display: table !important;
    width: 70% !important;
}
.fp-items-box p{
    text-align: center;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 200;
    font-size: 15px;
}
.fp-items-box a{
    margin: 14px auto 0px auto;
    padding: 7px 0px;
    width: 62%;
}
.fp-items-box .price-fp{
    display: table;
    margin: 0 auto;
    font-weight: 600;
}
.fp-items-box .price-fp span.clr{
    color: #488990;
}
.featumain-img img{
  height: 345px;
  width: 100%;
  object-fit: cover;
}
.owl-nav {
    position: absolute;
    top: 120px;
}
.owl-nav button i{
    font-size: 18px;
    width: 35px;
    height: 34px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 11px 2px #7d7b7b;
    color: #488990;
}
.owl-nav button i.fa-arrow-left{
    position: absolute;
    right: -26px;
    top: 0;
}
.owl-nav button i.fa-arrow-right{
    position: absolute;
    top: 0;
    left: 843px;
}
/*END-SEC: FEATURED-PRODUCT*/
/*BEGINS-SEC: SHOP-BY-CATEGORY*/
.shop-by-cart{
  padding: 5% 0 0% 0;
}
.shop-by-cart h2{
  text-align: center;
  margin-bottom: 20px;
}
.sbc-img{
  position: relative;
}

section.vedio-sec p
{
    line-height: 24px;
    font-size: 15px;
    text-align: justify;
    
}

section.vedio-sec a {
    display: inline-block !important;
    margin-top: 30px !important;
}


.sbc-content{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 0 17px 10px 17px;
}
.sbc-content h4{
    font-size: 23px;
    font-weight: 200;
}
.sbc-content a{
    padding: 8px 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.videSec_main{
  position: relative;
}
.videSec_main img.v-img{
  width: 100%;
  height: 396px;
  object-fit: cover;
}
.videoIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoIcon a span {
    font-size: 23px;
    color: #488990;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 5px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vedio-sec h2{
    margin-bottom: 20px;
}
section.vedio-sec {
    padding: 5% 0 0% 0;
}
/*BEGINS-SEC: SHOP-BY-CATEGORY*/
.safty-p{
  padding: 5% 0;
  background: #488990;
  margin-top: 5%;
}
.safty-p p.parah{
  text-align: center;
  color: #fff;
}
.safty-p h2.subheading{
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.safty-p h2.subheading span{
  color: #fff;
}
.safty-img-box{
    background: #fff;
}
.safty-img-box img{}
.safty-img-box h3{
    font-size: 28px;
    margin: 10px 00px 10px 20px;
    color: #488990;
    font-weight: 700;
}
.safty-img-box p{
    font-size: 15px;
    line-height: 21px;
    margin: 0 3px 0 22px;
    padding-bottom: 20px;
}
.main-safty {
    width: 87%;
    margin: 43px auto 0px auto;
}
.black-btn {
    background: #000;
    color: #fff;
    padding: 9px 28px;
    display: table;
    border-radius: 23px;
    text-align: center;
}
.main-safty a{
    margin: 24px auto 4px auto;
    padding: 9px 34px;
}
.partner{
  background-color: #f3f4f8;
}
.partner ul li{
  float: left;
  width: 23%;
}
footer{
    padding: 4% 0 0% 0;
}
.ftr-main{}
.ftr-main h3{
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}
.ftr-main ul{}
.ftr-main ul li{
    margin-bottom: 8px;
}
.ftr-main ul li a{
  color: #6a6a6a;
}
.img-ftr img{
  width: 82%;
  margin-top: 7px;
}
.ftr-social{text-align: center;}
.ftr-social li{
  display: inline-block;
  margin-right: 6px;
}
.ftr-social li a{
  color: #6a6a6a;
  font-size: 19px;
}
.mt-5{
  margin-top: 30px;
}
.newsletter{}
.newsletter form{
    position: relative;
}
.newsletter form .form-control{
    border: 1px solid #cecece;
    border-radius: 35px;
    color: #6a6a6a;
}
.newsletter form button{
    border: 0;
    background: #488990;
    color: #fff;
    padding: 7px 31px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0px;
    font-weight: 200;
}
.ftr-main p{
      color: #6a6a6a;
      line-height: 22px;
      font-size: 14px;
      margin-bottom: 19px;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}
@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (min-width: 320px) and (max-width: 519px) {}
@media only screen and (min-width: 520px) and (max-width: 767px) {}
a:hover{
    text-decoration: none;
}
/*inner Pages start*/
.innerBanner{
    text-align: center;
    position: relative;
    color: #fff;
}
.innerBannerCntnt {
    position: absolute;
    top: 0;
    /*left: 35%;*/
    text-align: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.innerBanner h1{
    font-family: 'SF UI Display';
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
.innerBanner p{
    font-family: 'SF UI Display';
    font-size: 18px;
    font-weight: 300;
}
main{
    margin: 100px 0 0px 0;
}
.clrChange{
    color: #488990;
    font-weight: bold; 
}
.bigFont{
    font-weight: bold; 
}
/*abtPage start*/
.abtSec{
    margin-bottom: 100px;
}
.abtSec h2{
 
    color: #020202;
    font-size: 47px;
    margin: 0;
    line-height: 55px;
    font-weight: 200;

}
.abtSec p{

    font-size: 16px;
 
    color: #020202;
        margin: 20px 0;
}
.missionnVision{
    background: #488990;
    padding: 100px 0;
}
.missionnVision h4{
    font-family: 'SF UI Display';
    font-size: 45px;
    font-weight: 200; 
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
.missionnVision .col-md-6{
    padding: 0;
}
.missionCntnt{
    padding: 30px 0 0 30px;
}
.missionCntnt p{
    font-family: 'SF UI Display';
    font-size: 18px;
    font-weight: 200; 
    color: #fff;
    padding-right: 10%;
}
.visionCntnt{
    padding: 30px 0 0 0;
}
.visionCntnt p{
    font-family: 'SF UI Display';
    font-size: 18px;
    font-weight: 200; 
    color: #fff;
    padding-right: 5%;
}
/*abtPage end*/

/*productDetPg start */
.productDetImg img{
    width: 100%;
}
span {cursor:pointer; }
.number{margin-left: 50px;display: inline-block;margin-top: 5px;}
.minus{width: 35px;height: 36px;background: #488990;border-radius: 10px 0 0 10px;padding: 0;border:1px solid #ddd;display: inline-block;vertical-align: middle;text-align: center;font-size: 25px;color: #fff;margin-right: -7px;}
.plus {
    width: 35px;
    height: 36px;
    background: #488990;
    border-radius: 0 10px 10px 0;
    padding: 0;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-left: -8px;
    z-index: -9;
}
.productDetPg input{height:34px;width: 50px;text-align: center;font-size: 22px;display: inline-block;vertical-align: middle;color: #488990;border: 1px solid #488990;}

.product-info h3{
font-family: 'SF UI Display';
font-size: 35px;
font-weight: 600; 
color: #000;
margin:0 0 30px 0;
}   
.product-info h4{
font-family: 'SF UI Display';
font-size: 30px;
font-weight: bold; 
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px 0;
margin:0 0 30px 0;
}    
.webBtn{
background: #488990;
border: 2px solid #488990;
color: #fff;
border-radius: 50px;
padding: 8px 20px;
text-align: center;
font-family: 'SF UI Display';
font-size: 18px;
}  
.webBtn:hover{
border: 2px solid #488990;
color:  #488990;
transition: 1s all;
background: transparent;
}
.product-detail {
margin-bottom: 100px;
}     
.tabs-content .nav-tabs {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.tabs-content .nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-bottom: 1px solid #488990 !important;
    border: none;
    border-top: 1px solid #488990 !important;
    border-radius: 0;
    background: transparent;
    color: #488990;
}
.mt-5 p{
  text-align: center;
}
.tabs-content .nav>li>a {
    font-size: 24px;
    color: #9b9b9b;
    border-bottom: transparent;
    font-weight: 500;
    text-transform: uppercase;
}

.tab-content {
    padding: 45px 0 0;
}

.tab-content p {
    font-size: 18px;
    color: #000;
}

.tab-content p {
    font-size: 18px;
    color: #000;
}

.tab-content .media .media-left {
    display: inline-block;
}

.tab-content .media-left .media-body {
    width: auto;
}

.tab-content h4.media-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: table;
}

.tab-content .media-body {
    width: auto;
    display: inline-block !important;
}


.media-body ul li {
    display: inline-block;
    padding: 0px 4px 0 0;
}

.media-body ul li a {
    color: #333333;
    font-size: 18px;
}

.media-body ul {
    margin-top: 0;
    margin-bottom: 9px;
}


.tab-content h4.media-heading span {
    float: right;
    padding-left: 20px;
    color: #929090;
}

.tab-content .media p {
    color: #555555;
    font-size: 14px;
}

.ratingtag h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.ratingtag ul li {
    display: inline-block;
    padding: 0 3px 0 0;

}

.ratingtag ul li a {
    color: #ccc;
    font-size: 16px;
}

.tab-content label {
    display: inherit;
    margin-bottom: 6px;
    margin-top: 20px;
}

.tab-content input[type="text"]{
width: 100%;
border: 1px solid #ccc;
height: 40px;
padding: 10px 10px;

}

.tab-content textarea{
width: 100%;
border: 1px solid #ccc;
padding: 10px 10px;

}

.tab-content button{
      background-color: #495c66;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #495c66;
    padding: 10px 50px;
    margin-top: 25px;
    border-radius: 50px;
    font-size: 17px;
}


.product-detail .slick-prev:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 7px 10px;
    color: #333;
    font-size: 29px;
}

.product-detail .slick-prev{
      left: 0px;
      z-index: 1;
}

.product-detail .slick-next{
      right: 10px;
      z-index: 1;
}

.product-detail .slick-next:before {content: "\f105";font: normal normal normal 14px/1 FontAwesome;padding: 7px 10px;color: #333;font-size: 27px;}

.slick-slide {
    display: none;
    float: left;
    height: 75%;
    min-height: 1px;
}
i.fa.fa-star {
    color: #cccccc;
}
.size-tag span {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    padding: 10px 15px;
}
.tab-content h6{
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
}
.tab-content p {
    font-size: 16px;
    font-family: 'SF UI Display';
    font-weight: 500;
    color: #707070;
    line-height: 30px;
}
.productDetPg .featureProducts {
    padding: 0;
}
/*productDetPg end*/

/*productPg start*/
.filterSec label{
    font-size: 18px;
    font-family: 'SF UI Display';
    font-weight: 400;
}
.filterSec h4 {
    margin: 0 0 20px 0;
    padding: 10px 15px;
    background: #488990;
    color: #fff;
    font-size: 30px;
    border-radius: 10px 10px 0 0;
}
.filterSec {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.filterItems{
    padding: 0 15px 15px;
}
.filterItems input {
    -webkit-appearance: none;
    background-color: #fff;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top: -5px;
    border: 1px solid #000;
    border-radius: 0;
}
.page{
    margin: 20px 0;
}
.page a{
     font-size: 18px;
     font-family: 'SF UI Display';
     color: #000;
     font-weight: 200;
}
.page i{
    margin: 0 10px;
    font-size: 18px;
}
.page .clrChange{
    color: #488990;
    font-weight: 200;
}
.sortingBar {
    background: #488990;
    padding: 5px 10px;
}
.sortingBar label{
    font-size: 20px;
    font-family: 'SF UI Display';
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}
.viewAs {
    display: inline-flex;
    margin: 5px 0 0 0;
}
.showing {
    display: inline-flex;
    margin: 5px 0 0 0;
}
.showing ul {
    margin: 5px;
}
.showing li {
    font-size: 15px;
    color: #fff;
}
.viewAs ul {
    margin: 5px;
}
.viewAs li {
    font-size: 15px;
    color: #fff;
}
.sortingSec {
    margin-top: 5px;
}
.sortingSec button.btn {
    padding: 5px 10px;
    border-radius: 0;
    background: #b20007;
    border: none;
    width: 150px;
    text-align: left;
    color: #fff;
}
.sortingSec button span {
    text-align: right;
    position: absolute;
    right: 10px;
    top: 13px;
}
.proSection{
    margin-top: 50px;
}
.pro{
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px 14px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.pro p {
    font-size: 16px;
    font-family: 'SF UI Display';
    margin-bottom: 5px;
    line-height: 27px;
}
.pro label{
    font-size: 17px;
    font-family: 'SF UI Display';
    display: block;
    margin-bottom: 20px;
}
.pagination {
    /*float: right;*/
    font-size: 15px;
}
.pagination a{
    color: #000;
}
.pagination i {
    font-size: 20px;
    height: 30px;
    width: 30px;
    border: 1px solid #488990;
    border-radius: 50%;
    padding: 4px;
    text-align: center;
    color: #488990;
}
/*productPg end*/

/*servicePg start*/
.servicesDet{
    margin-bottom: 50px;
}
.serviceCntnt h2{
    font-size: 50px;
    font-family: 'SF UI Display';
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 200;
}
.serviceCntnt p{
    font-size: 18px;
    font-family: 'SF UI Display';
    margin: 0 0 20px 0;
    font-weight: 200;
    color: #000;
}
/*servicePg end*/

/*safetyProgramPg start*/
.safetyPg h2{
    font-size: 50px;
    font-family: 'SF UI Display';
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 200;
    text-align: center;
}
.safetyPg p{
    font-size: 18px;
    font-family: 'SF UI Display';
    margin: 0 0 20px 0;
    font-weight: 200;
    color: #000;
    text-align: center;
    padding: 0 5%;
}
.safetyDet h4{
    font-size: 30px;
    font-family: 'SF UI Display';
    margin: 0 0 10px 0;
}
.safetyDet p{
    font-size: 18px;
    font-family: 'SF UI Display';
    font-weight: 200;
    color: #000;
    text-align: left;
    padding: 0;
}
.safetyDet{
    margin: 50px 0;
}
.safetyImg{
    margin-bottom: 30px;
}
.safetyImg img{
    margin-bottom: 20px;
}
/*safetyProgramPg end*/

/*ContactPg start*/
.ContactPg h2{
    font-size: 50px;
    font-family: 'SF UI Display';
    margin: 0 0 30px 0;
    color: #000;
    font-weight: 200;
}
.contactList{
    margin-bottom: 20px;
}
.contactList li{
    margin-bottom: 20px;
}
.contactList i{
    font-size: 30px;
    height: 50px;
    width: 50px;
    border: 1px solid #488990;
    border-radius: 50%;
    padding: 9px;
    text-align: center;
    color: #488990;
    margin-right: 20px;
}
.contactList span{
    font-size: 30px;
    font-family: 'SF UI Display';
    color: #000;
}
.cntactForm .form-control {
    border: 2px solid #c3c3bf;
    box-shadow: none;
    height: 50px;
    outline: none;
    font-size: 16px;
    border-radius: 10px;
}
.form-control::placeholder{
    color: #000!important;
}
.cntactForm textarea {
    border: 2px solid #c3c3bf;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}
textarea::placeholder{
    color: #000!important;
}
.cntactForm .form-group {
    margin-bottom: 30px;
}
.cntactForm .form-check {
    margin: 20px 0;
}
.cntactForm .webBtn {
    margin-top: 10px;
    padding: 8px 50px;
}
.cntactForm .form-check input {
    -webkit-appearance: none;
    background-color: #fff;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top: -2px;
    border: 1px solid #999;
    border-radius: 0;
}
/*ContactPg end*/

/*inner Pages end*/
.align-center{
  text-align: center;
}
section.safty-p.safty-p-page h2.subheading{
  color: #020202;
  font-size: 47px;
  margin: 0;
  line-height: 55px;
  font-weight: 200;
  letter-spacing: -1px;
}
section.safty-p.safty-p-page h2.subheading span{
    color: #488990;
    font-weight: 700;
}
section.safty-p.safty-p-page p.parah {
    text-align: center;
    color: #000;
    width: 68%;
    margin: 0 auto;
}
section.safty-p.safty-p-page{background-color: transparent;}
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700|Lato:300,400,700,900&display=swap');
/* CSS Document */
@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Heavy.eot');
    src: url('../fonts/SFUIDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Heavy.woff') format('woff'),
        url('../fonts/SFUIDisplay-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Light.eot');
    src: url('../fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Light.woff') format('woff'),
        url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Bold.eot');
    src: url('../fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Bold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Thin.eot');
    src: url('../fonts/SFUIDisplay-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Thin.woff') format('woff'),
        url('../fonts/SFUIDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Semibold.eot');
    src: url('../fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Medium.eot');
    src: url('../fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Medium.woff') format('woff'),
        url('../fonts/SFUIDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Black.eot');
    src: url('../fonts/SFUIDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Black.woff') format('woff'),
        url('../fonts/SFUIDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Ultralight.eot');
    src: url('../fonts/SFUIDisplay-Ultralight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Ultralight.woff') format('woff'),
        url('../fonts/SFUIDisplay-Ultralight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body, html{
    height: 100%
}
body{
  background: #fff;
  font-family: 'SF UI Display';
}

h1, h2, h3, h4, h5, h6{
  /*font-family: 'SF UI Display';*/
  font-family: 'Crimson Text', serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover{
  text-decoration: none;
}
a{
  text-decoration: none !important;
}
button{
  text-decoration: none;
  outline: none;
}
p{
      line-height: 24px;
      font-size: 15px;
}
ul{
  list-style: none;
  padding-left: 0;
}
.p-0{
  padding: 0
}
.pl-0{
  padding-left: 0;
}
.pr-0{
  padding-right: 0;
}
.navbar-default{
  margin-bottom: 0;
  background: none;
  box-shadow: none;
  border: 0;
}
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
  background: #488990;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  animation: fadeInDown .8s;
}
/* The navigation menu links */
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #45261a;
  margin-right: 0;
  margin-top: 0;
  padding: 7px 10px;
}
.mobilecontainer img {
  width: 50%;
  margin: 10px 0;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}
.navigation .caret {
  position: relative;
  left: 5px;
}
#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #4a291c;
}
#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 0px 4px;
}
#mySidenav .caret {
  display: none;
}
#mySidenav #hassubmenu {
  position: relative;
}
#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
}
#mySidenav div {
  border-top: 1px solid white;
}
#mySidenav div:last-child {
  border-bottom: 1px solid white;
}
#mySidenav a.closebtn+div {
  margin-top: 10px;
}
#mySidenav ul.submenu {
  padding: 0;
  background-color: #000;
  width: 100%;
  overflow: scroll;
  height: 150px;
}
#mySidenav .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.navigation ul li > .dropdown-menu li a i{
  float: right;
  right: 14px;
  font-weight: bold;
  margin-top: 1px;
  position: absolute;
  font-size: 17px;
}
.navigation ul .show-on-hover:hover>ul.submenu {
  left: 101% !important;
  top: -25% !important;
}
.navigation ul li > .dropdown-menu li i.fa.fa-angle-down{display: none;}
/* sidenav-css end */
/*nav-css BEGINS */
.navigation ul {
  text-align: left;
  margin: 0px 0 0 0;
  padding: 0;
}
.header_scroll .navigation ul li{
    line-height: 78px;
}
.navigation ul li {
  list-style: none;
  display: inline-block;
  margin-right: 55px;
  position: relative;
}
.navigation ul li:after {
/*    content: " ";*/
    position: absolute;
    top: 4px;
    left: -10px;
/*    width: 2px;
    height: 12px;
    background-color: #c5c5c5;*/
}
.navigation ul li:first-child:after{
  width:0;
}
.navigation ul li:last-child{
  margin-right:0;
}
.navigation ul li a {
  font-size: 15px;
  color: #6d6d6d;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
}
.navigation ul li a .fa-angle-down{
  font-weight: 600;
}
.navigation ul li a:hover {
  color: #488990;
}
.navigation ul li.active a {
  color: #4b2a1c;
}
/*DropDown Css Begin here*/
.navigation ul .show-on-hover:hover>ul.dropdown-menu {
  display: block;
}
.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
}
.navigation ul li > .dropdown-menu li a {
  float: none;
  display: block;
  text-align: left;
  padding: 7px 12px 10px 12px;
  font-size: 15px;
  color: #000;
}
.navigation ul li > .dropdown-menu li a:hover {
  background-color: #fff;
} 
.navigation ul li > .dropdown-menu  {
  border-radius: 0;
  border: none;
  padding: 12px 0 12px 0;
  box-shadow: 0 0 11px rgba(0,0,0,0.3);
  top: 90%;
  left:48px;
}
.navigation ul>li>a span img {
  display: inline;
  margin-left: 11px;
}
.navigation ul li > .dropdown-menu:after 
{
  content: none;
  position: absolute;
  border-style: solid;
  border-width: 0 12px 16px;
/*  border-color: #FFFFFF transparent;*/
  display: block;
  width: 0;
  z-index: 1;
  top: -16px;
  left: 113px;
}
.navigation ul.dropdown-menu.submenu:after {
  display: none;
}
.navigation ul li > .dropdown-menu>.active>a {
  background-color: transparent;
  color: #4b2a1c;
  font-weight: 600;
}
.requestsection{
  padding: 5% 0;  
}
.header_scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header_scroll .main-logo a img {
    width: 42%;
    padding: 0;
    margin: 4px 0 0 0;
}
.header_scroll .navigation ul {
    margin: 0 0 0 0;
}
.main-logo img{
    width: 64%;
}
.header_scroll .rigester-top{
  margin: 21px 0 0 0;
}
.rigester-top{
  padding: 0;
  list-style: none;
  margin: 37px 0 0 0;
  text-align: right;
}
.rigester-top li{display: inline-block;margin-right: 17px;position: relative;}
.rigester-top li:last-child{
  margin-right: 0;
}
.rigester-top li a:hover{
    font-size: 13px;
    color: #e83a3a;
}
.rigester-top li a{
    font-size: 13px;
    color: #3f3f3f;
    padding: 0;
    font-weight: 600;
    text-transform:uppercase;
}
.rigester-top li a i{
  font-size: 22px;
}
.rigester-top li a span{
  position: absolute;
  top: -6px;
  left: 13px;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #E83A3A;
  border-radius: 50%;
  font-size: 7.5px;
  padding: 4px;
}
.rigester-top li a i.fa-shopping-cart{}
.rigester-top li a small{
  
margin-left: 6px;
  
font-size: 14px;
}
header{
    padding-bottom: 20px;
    box-shadow: 0 0 10px 7px #dcdcdc;
}
/*BEGINS-SEC: TOP BAR*/
.top-bar{
  background-color: #488990;
  color: #fff;
  padding: 7px 0;
}
.tb-p{
  float: left;
}
.tb-p p{
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-weight: 200;
}
.tb-p p span{text-transform: uppercase;font-weight: 400;}
.tb-ul{
  float: right;
  padding: 0;
  margin: 0;
}
.tb-ul li{
  display: inline-block;
  margin-right: 16px;
}
.tb-ul li:last-child{
  margin-right: 0;
}
.tb-ul li a{
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 200;
}
.tb-ul li a:hover{
  color: #000;}
.tb-ul li a i{
    font-size: 18px;
    margin-right: 3px;
}

/*END-SEC: TOP BAR*/
/*BEGINS-SEC: LOGO BAR*/
.logo-form{
  position: relative;
  width: 68%;
  float: left;
  margin-right: 10px;
}
.logo-form:after{
  content: " ";
  position: absolute;
  top: 24%;
  right: 39%;
  width: 1.5px;
  height: 22px;
  background-color: #c5c5c5;
  display:none;
}
.logo-form .form-control{border-radius: 93px;height: 40px;font-size: 14px;padding: 0 189px 0 10px;border: 0;box-shadow: 0px 4px 9px 1px #cccccc;}
.logo-form button.for-serch{
  background: #488990;
  border: 0;
  color: #fff;
  padding: 7px 18px;
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 20px;
  border-radius: 0px 22px 22px 0px;
}
.logo-form button.for-serch:hover{
  background: #000000;}
.for-categories{
    position: absolute;
    top: 0;
    right: 14%;
    padding: 10px 0;
}
.for-categories button{
    background: transparent;
    border: 2px;
    color: #979797;
}
.for-categories .dropdown-menu{
    min-width: 118px;
    font-size: 13px;
    margin: 0;
    top: 95%;
    border-radius: 0;
}
.mt-20{
      margin-top: 20px;
}
.logo-bar {
    padding: 20px 0;
    margin-bottom: 10px;
}
.account-sec{
  float: right;
  margin-top: 5px;
}
.account-sec p{
    color: #a5a5a5;
    padding: 0 0 0 3px;
    margin: 0;
    line-height: 13px;
    font-size: 13px;
}
.account-sec a{
    color: #488990;
    font-size: 16px;
}
.account-sec select.account-sel{
    color: #488990;
    font-size: 16px;
    border: 0;
    padding: 0 16px 0 0;
    margin: 0;
    outline: none;
    font-weight: 700;
    background: transparent url(../images/arrow-red.png) no-repeat 102px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
/*.account-sec select.account-sel{
  border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-color: #ff0047;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 34px 9px 18px;
    border-radius: 21px;
    background: #ff0047 url(../images/arrow-red.png) no-repeat 89px center;
}*/
.rigester-top1 a:hover{
    font-size: 13px;
    color: #000;
}
.rigester-top1 a{
    font-size: 13px;
    color: #488990;
    padding: 0;
    font-weight: 600;
    text-transform:uppercase;
}
.rigester-top1 a i{
  font-size: 32px;
}
.rigester-top1  a span{
  position: absolute;
    top: -11px;
    left: 22px;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    font-size: 7.5px;
    /* padding: 4px; */
    line-height: 21px;
}
.rigester-top1 {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: right;
    position: relative;
    display: table;
    float: left;
}
.rigester-top1 li a i.fa-shopping-cart{}
.rigester-top1 li a small{
  
margin-left: 6px;
  
font-size: 14px;
}
.hello-sec{
    float: left;
    margin-right: 19px;
}
.btn-menubar{
  float: right;
}
a.clr-blck:hover{
    background: #488990;
    }
a.clr-blck {
    background: #000;
    color: #fff;
    padding: 9px 14px;
    border-radius: 32px;
}
a.clr-red{
  background: #488990;
    color: #fff;
    padding: 9px 20px;
    border-radius: 32px;
}
a.clr-red:hover{
  background: #000;
}
.mr-11{
  margin-right: 11px;
}
/*END-SEC: LOGO BAR*/
/*BEGINS-SEC: MAIN-BANNER*/
.mian-banner{
  padding: 0% 0;
  overflow: hidden;
}
.img_banner img{
  width: 100%;
}
.mainban-content{
  color: #fff;
  text-align:center;
}
.carousel-caption {text-align: left;height: 100%;width: 100%;padding: 0 0 0 29px;left: 0;top: 0;display: flex;justify-content: flex-start;align-items: center;text-shadow: none;
    background: #00000063;
    
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #488990;
    border: 1px solid #488990;
}
.img_banner {
    position: relative;
}
.mainban-content h1 {
    font-size: 52px;
    /*line-height: 30px;*/
    margin-bottom: 15px;
    font-weight: 500;
}
.mainban-content ol li
{
    
   font-size:18px; 
}
.mainban-content h1 span{
    font-weight: 700;
    color: #488990;
}
.mainban-content h2{
    font-size: 24px;
    font-weight: 200;
    width: 43%;
    line-height: 31px;
    margin-bottom: 19px;
}
.mainban-content h2 span{
    color: #488990;
    font-weight: 600;
}
.mainban-content ul{
    padding: 0 0 0 23px;
}
.mainban-content ul li{font-weight: 100;font-size: 17px;}
.mainban-content ul li::before {
  content: "\2022";
  color: #488990;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 23px;
  line-height: 24px;
}
.mainban-content a{
    margin-top: 33px;
}
.red-btn:hover{
  background: #000;
  color: #fff;
  }
.red-btn{
  background: #488990;
  color: #fff;
  padding: 9px 28px;
  display: table;
  border-radius: 23px;
  text-align: center;
}
.img-protect{
  position: relative;
}
.imgprot-content{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px;
}
.imgprot-content h3{font-size: 26px;margin: 0 0 109px 0;font-weight: 200;line-height: 33px;}
.imgprot-content h3 span{
  font-weight: 700;
}
.imgprot-content p{
  font-size: 14px;
  display: table;
  width: 100%;
  background: #353232;
  font-weight: 200;
  padding: 4px 4px;
}
.imgprot-content a{
  width: 48%;
  padding: 6px 0;
  font-size: 13px;
}
.mt-10{
  margin-bottom: 14px;
}
.imgprot-content h4{
    color: #020202;
    margin-top: -39px;
    font-size: 19px;
    line-height: 23px;
}
.img-protect img.prot-img{
      height: 310px;
    width: 100%;
    object-fit: cover;
}
/*END-SEC: MAIN-BANNER*/
/*BEGINS-SEC: FEATURED-PRODUCT*/
.featured-product-sec{
  padding: 5% 0 0% 0;
}
.featumain-img{
  position: relative;
  width: 100%;
  margin-top: 3px;
}
.featumain-content{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0 17px;
}
.featumain-content h3{
    font-size: 32px;
    font-weight: 200;
}
.fp-main{}
.fp-main h2.subheading{font-size: 42px;line-height: 36px;margin-bottom: 16px;}
h2.subheading{
  color: #020202;
  font-size: 47px;
  margin: 0;
  line-height: 55px;
  font-weight: 200;
  letter-spacing: -1px;
}
h2.subheading span{
    color: #488990;
    font-weight: 700;
}
.fp-items{}
.fp-items-box{
    border: 2px solid #ccc;
    padding: 19px 0;
    border-radius: 9px;
}
.fp-items-box img{
    margin: 0 auto 9px auto;
    display: table !important;
    width: 70% !important;
}
.fp-items-box p{
    text-align: center;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 200;
    font-size: 15px;
    
    min-height: 45px;
}
.fp-items-box a{
    margin: 14px auto 0px auto;
    padding: 7px 0px;
    width: 62%;
}
.fp-items-box .price-fp{
    display: table;
    margin: 0 auto;
    font-weight: 600;
}
.fp-items-box .price-fp span.clr{
    color: #488990;
}
.featumain-img img{
  height: 345px;
  width: 100%;
  object-fit: cover;
}
.owl-nav {
    position: absolute;
    top: 120px;
}
.owl-nav button i{
    font-size: 18px;
    width: 35px;
    height: 34px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 11px 2px #7d7b7b;
    color: #488990;
}
.owl-nav button i.fa-arrow-left{
    position: absolute;
    right: -26px;
    top: 0;
}
.owl-nav button i.fa-arrow-right{
    position: absolute;
    top: 0;
    left: 843px;
}
/*END-SEC: FEATURED-PRODUCT*/
/*BEGINS-SEC: SHOP-BY-CATEGORY*/
.shop-by-cart{
  padding: 5% 0 0% 0;
}
.shop-by-cart h2{
  text-align: center;
  margin-bottom: 20px;
}
.sbc-img{
  position: relative;
}
.sbc-content{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 0 17px 10px 17px;
}
.sbc-content h4{
    font-size: 23px;
    font-weight: 200;
}
.sbc-content a{
    padding: 8px 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.videSec_main{
  position: relative;
}
.videSec_main img.v-img{
  width: 100%;
  height: 396px;
  object-fit: cover;
}
.videoIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoIcon a span {
    font-size: 23px;
    color: #488990;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 5px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vedio-sec h2{
    margin-bottom: 20px;
}
section.vedio-sec {
    padding: 4% 0 0% 0;
    overflow: hidden;
}
/*BEGINS-SEC: SHOP-BY-CATEGORY*/
.safty-p{
  padding: 0% 0;
  background: #488990;
  margin-top: 3%;
  margin-bottom: 3%;
  
}
.safty-p p.parah{
  text-align: center;
  color: #fff;
}
.safty-p h2.subheading{
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.safty-p h2.subheading span{
  color: #fff;
}
.safty-img-box{
    background: #fff;
}
.safty-img-box img{}
.safty-img-box h3{
    font-size: 28px;
    margin: 10px 00px 10px 20px;
    color: #488990;
    font-weight: 700;
}
.safty-img-box p{
    font-size: 15px;
    line-height: 21px;
    margin: 0 3px 0 22px;
    padding-bottom: 20px;
}
.main-safty {
    width: 87%;
    margin: 43px auto 0px auto;
}
.black-btn {
    background: #000;
    color: #fff;
    padding: 9px 28px;
    display: table;
    border-radius: 23px;
    text-align: center;
}
.main-safty a{
    margin: 24px auto 4px auto;
    padding: 9px 34px;
}
.partner{

      background-color: #fff;
    padding: 3% 0;

}
.partner ul li{
  float: left;
  width: 23%;
}
footer{
    padding: 4% 0 0% 0;
     background: url(../images/ffooter-bg.jpg) no-repeat;
    background-position: center;
    /*padding: 6% 0;*/
}
.ftr-main{}
.ftr-main h3{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.ftr-main ul{}
.ftr-main ul li{
    margin-bottom: 8px;
}
.ftr-main ul li a{
  color: #fff;
}
.ftr-main ul li a:hover{
    color: #488990;
    padding-left:6px;
}
.img-ftr img{
  width: 82%;
  margin-top: 7px;
}
.ftr-social{text-align: center;}
.ftr-social li{
  display: inline-block;
  margin-right: 20px;
}
.ftr-social li a{
  color: #fff;
  font-size: 19px;
}
.ftr-social li a:hover{
  color: #488990;
  }
.mt-5{
  margin-top: 30px;
}
.newsletter{}
.newsletter form{
    position: relative;
}
.newsletter form .form-control{
    border: 1px solid #cecece;
    border-radius: 35px;
    color: #6a6a6a;
}
.newsletter form button:hover{
    border: 0;
    background: #333333;
}
.newsletter form button{
    border: 0;
    background: #488990;
    color: #fff;
    padding: 7px 31px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0px;
    font-weight: 200;
}
.ftr-main p{
      color: #fff;
      line-height: 22px;
      font-size: 14px;
      margin-bottom: 19px;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}
@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (min-width: 320px) and (max-width: 519px) {}
@media only screen and (min-width: 520px) and (max-width: 767px) {}
a:hover{
/*    text-decoration: none;
    color: #fff;*/
}
/*inner Pages start*/
.innerBanner{
    text-align: center;
    position: relative;
    color: #fff;
}
.innerBannerCntnt {
    position: absolute;
    top: 0;
    /*left: 35%;*/
    text-align: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.innerBanner h1{
    font-family: 'SF UI Display';
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
.innerBanner p{
    font-family: 'SF UI Display';
    font-size: 18px;
    font-weight: 300;
}
main{
    margin: 60px 0;
}
.clrChange{
    color: #488990;
    font-weight: bold; 
}
.bigFont{
    font-weight: bold; 
}
/*abtPage start*/
.abtSec{
    margin-bottom: 45px;
    ovr: inherit;
    overflow: hidden;
}
/*.abtSec h2{
    font-family: 'SF UI Display';
    font-size: 54px;
    font-weight: 200; 
    color: #000;
}*/
/*.abtSec p{
    font-family: 'SF UI Display';
    font-size: 18px;
    font-weight: 200; 
    color: #000;
}*/
.missionnVision{
    background: #488990;
    padding: 60px 0;
    overflow: hidden;
}
.missionnVision h4{
    font-family: 'SF UI Display';
    font-size: 45px;
    font-weight: 200; 
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-align:center;
}
.missionnVision .col-md-6{
    padding: 0;
}
.missionCntnt{
    padding: 30px 0 0 30px;
}
.missionCntnt p{
    font-family: 'SF UI Display';
    font-size: 18px;
    font-weight: 200; 
    color: #fff;
    padding-right: 0%;
    text-align:center;
}
.visionCntnt{
    padding: 30px 0 0 0;
}
.visionCntnt p{
    font-family: 'SF UI Display';
    font-size: 18px;
    font-weight: 200; 
    color: #fff;
    padding-right: 0%;
    text-align:center;
}
/*abtPage end*/

/*productDetPg start */
.productDetImg img{
    width: 100%;
}
span {cursor:pointer; }
.number{margin-left: 50px;display: inline-block;margin-top: 5px;}
.minus{width: 35px;height: 36px;background: #488990;border-radius: 10px 0 0 10px;padding: 0;border:1px solid #ddd;display: inline-block;vertical-align: middle;text-align: center;font-size: 25px;color: #fff;margin-right: -7px;}
.plus {
    width: 35px;
    height: 36px;
    background: #488990;
    border-radius: 0 10px 10px 0;
    padding: 0;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-left: -8px;
    z-index: -9;
}
.productDetPg input{height:34px;width: 50px;text-align: center;font-size: 22px;display: inline-block;vertical-align: middle;color: #488990;border: 1px solid #488990;}

.product-info h3{
font-family: 'SF UI Display';
font-size: 35px;
font-weight: 600; 
color: #000;
margin:0 0 30px 0;
}   
.product-info h4{font-family: 'SF UI Display';font-size: 30px;font-weight: bold;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;padding: 10px 0;margin:0 0 30px 0;}    
.webBtn{
background: #488990;
border: 2px solid #488990;
color: #fff;
border-radius: 50px;
padding: 8px 20px;
text-align: center;
font-family: 'SF UI Display';
font-size: 18px;
}  
.webBtn:hover{
border: 2px solid #488990;
color:  #488990;
transition: 1s all;
background: transparent;
}
.product-detail {
margin-bottom: 60px;
}     
.tabs-content .nav-tabs {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.tabs-content .nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-bottom: 1px solid #488990 !important;
    border: none;
    border-top: 1px solid #488990 !important;
    border-radius: 0;
    background: transparent;

}
.mt-5 p{
  text-align: center;
  color: #fff;
}
.tabs-content .nav>li>a {
    font-size: 24px;
    color: #9b9b9b;
    border-bottom: transparent;
    font-weight: 500;
    text-transform: uppercase;
}

.tab-content {
    padding: 45px 0 0;
}

.tab-content p {
    font-size: 18px;
    color: #000;
}

.tab-content p {
    font-size: 18px;
    color: #000;
}

.tab-content .media .media-left {
    display: inline-block;
}

.tab-content .media-left .media-body {
    width: auto;
}

.tab-content h4.media-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: table;
}

.tab-content .media-body {
    width: auto;
    display: inline-block !important;
}


.media-body ul li {
    display: inline-block;
    padding: 0px 4px 0 0;
}

.media-body ul li a {
    color: #333333;
    font-size: 18px;
}

.media-body ul {
    margin-top: 0;
    margin-bottom: 9px;
}


.tab-content h4.media-heading span {
    float: right;
    padding-left: 20px;
    color: #929090;
}

.tab-content .media p {
    color: #555555;
    font-size: 14px;
}

.ratingtag h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.ratingtag ul li {
    display: inline-block;
    padding: 0 3px 0 0;

}

.ratingtag ul li a {
    color: #ccc;
    font-size: 16px;
}

.tab-content label {
    display: inherit;
    margin-bottom: 6px;
    margin-top: 20px;
}

.tab-content input[type="text"]{
width: 100%;
border: 1px solid #ccc;
height: 40px;
padding: 10px 10px;
text-align:left;
color:#555555;

}

.tab-content textarea{
width: 100%;
border: 1px solid #ccc;
padding: 10px 10px;

}

.tab-content button{
      background-color: #488990;
      color: #fff;
      text-transform: uppercase;
      border: 1px solid #488990;
      padding: 7px 40px;
      margin-top: 25px;
      border-radius: 50px;
      font-size: 17px;
}


.product-detail .slick-prev:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 7px 10px;
    color: #333;
    font-size: 29px;
}

.product-detail .slick-prev{
      left: 0px;
      z-index: 1;
}

.product-detail .slick-next{
      right: 10px;
      z-index: 1;
}

.product-detail .slick-next:before {content: "\f105";font: normal normal normal 14px/1 FontAwesome;padding: 7px 10px;color: #333;font-size: 27px;}

.slick-slide {
    display: none;
    float: left;
    height: 75%;
    min-height: 1px;
}
i.fa.fa-star {
    color: #cccccc;
}
.size-tag span {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    padding: 10px 15px;
}
.tab-content h6{
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
}
.tab-content p {
    font-size: 16px;
    font-family: 'SF UI Display';
    font-weight: 500;
    color: #707070;
    line-height: 30px;
}
.productDetPg .featureProducts {
    padding: 0;
}
/*productDetPg end*/

/*productPg start*/
.filterSec label{
    font-size: 18px;
    font-family: 'SF UI Display';
    font-weight: 400;
    cursor: pointer;
}
.filterSec h4 {
    margin: 0 0 20px 0;
    padding: 10px 15px;
    background: #488990;
    color: #fff;
    font-size: 30px;
    border-radius: 10px 10px 0 0;
}
.filterSec {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.filterItems{
    padding: 0 15px 15px;
}
.filterItems input {
    -webkit-appearance: none;
    background-color: #fff;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top: -5px;
    border: 1px solid #000;
    border-radius: 0;
    cursor: pointer;
}
.page{
    margin: 7px 0 38px 0;
}
.page a{
     font-size: 18px;
     font-family: 'SF UI Display';
     color: #000;
     font-weight: 200;
}
.page i{
    margin: 0 10px;
    font-size: 18px;
}
.page .clrChange{
    color: #488990;
    font-weight: 200;
}
.sortingBar {
    background: #488990;
    padding: 5px 10px;
}
.sortingBar label{
    font-size: 20px;
    font-family: 'SF UI Display';
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}
.viewAs {
    display: inline-flex;
    margin: 5px 0 0 0;
}
.showing {
    display: inline-flex;
    margin: 5px 0 0 0;
}
.showing ul {
    margin: 5px;
}
.showing li {
    font-size: 15px;
    color: #fff;
}
.showing li a{
  color:#fff;
  font-weight:200;
}
.showing li.active a{
  font-weight:400;
}
.viewAs ul {
    margin: 5px;
}
.viewAs li {
    font-size: 15px;
    color: #fff;
}
.sortingSec {
    margin-top: 5px;
}
.sortingSec button.btn {
    padding: 5px 10px;
    border-radius: 0;
    background: #b20007;
    border: none;
    width: 150px;
    text-align: left;
    color: #fff;
}
.sortingSec button span {
    text-align: right;
    position: absolute;
    right: 10px;
    top: 13px;
}
.proSection{
    margin-top: 33px;
}
.pro{
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px 14px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.pro p {
    font-size: 16px;
    font-family: 'SF UI Display';
    margin-bottom: 5px;
    line-height: 27px;
}
.pro label{
    font-size: 17px;
    font-family: 'SF UI Display';
    display: block;
    margin-bottom: 20px;
}
.pagination {
   /* float: right;*/
    font-size: 15px;
}
.pagination a{
    color: #000;
}
.pagination i {
    font-size: 20px;
    height: 30px;
    width: 30px;
    border: 1px solid #488990;
    border-radius: 50%;
    padding: 4px;
    text-align: center;
    color: #488990;
}
/*productPg end*/

/*servicePg start*/
.servicesDet{
    margin-bottom: 50px;
}
.serviceCntnt h2{
    font-size: 50px;
    font-family: 'SF UI Display';
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 200;
}
.serviceCntnt p{
    font-size: 18px;
    font-family: 'SF UI Display';
    margin: 0 0 20px 0;
    font-weight: 200;
    color: #000;
}
/*servicePg end*/

/*safetyProgramPg start*/
.safetyPg h2{
    font-size: 50px;
    font-family: 'SF UI Display';
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 200;
    text-align: center;
}
.safetyPg p{
    font-size: 18px;
    font-family: 'SF UI Display';
    margin: 0 0 20px 0;
    font-weight: 200;
    color: #000;
    text-align: center;
    padding: 0 5%;
}
.safetyDet h4{
    font-size: 30px;
    font-family: 'SF UI Display';
    margin: 0 0 10px 0;
}
.safetyDet p{
    font-size: 18px;
    font-family: 'SF UI Display';
    font-weight: 200;
    color: #000;
    text-align: left;
    padding: 0;
}
.safetyDet{
    margin: 50px 0;
}
.safetyImg{
    margin-bottom: 30px;
}
.safetyImg img{
    margin-bottom: 20px;
}
/*safetyProgramPg end*/

/*ContactPg start*/
.ContactPg h2{
    font-size: 50px;
    font-family: 'SF UI Display';
    margin: 0 0 30px 0;
    color: #000;
    font-weight: 200;
}
.contactList{
    margin-bottom: 40px;
    margin-top: 40px;
}
.contactList li{
    margin-bottom: 20px;
}
.contactList i{
    font-size: 30px;
    height: 50px;
    width: 50px;
    border: 1px solid #488990;
    border-radius: 50%;
    padding: 9px;
    text-align: center;
    color: #488990;
    margin-right: 20px;
}
.contactList span{
    font-size: 30px;
    font-family: 'SF UI Display';
    color: #000;
}
.cntactForm .form-control {
    border: 2px solid #c3c3bf;
    box-shadow: none;
    height: 50px;
    outline: none;
    font-size: 16px;
    border-radius: 10px;
}
.form-control::placeholder{
    color: #000!important;
}
.cntactForm textarea {
    border: 2px solid #c3c3bf;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}
textarea::placeholder{
    color: #000!important;
}
.cntactForm .form-group {
    margin-bottom: 30px;
}
.cntactForm .form-check {
    margin: 20px 0;
}
.cntactForm .webBtn {
    margin-top: 10px;
    padding: 8px 50px;
}
.cntactForm .form-check input {
    -webkit-appearance: none;
    background-color: #fff;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top: -2px;
    border: 1px solid #999;
    border-radius: 0;
}
/*ContactPg end*/

/*inner Pages end*/
.align-center{
  text-align: center;
}
section.safty-p.safty-p-page h2.subheading{
  color: #020202;
  font-size: 47px;
  margin: 0;
  line-height: 55px;
  font-weight: 200;
  letter-spacing: -1px;
}
section.safty-p.safty-p-page h2.subheading span{
    color: #488990;
    font-weight: 700;
}
section.safty-p.safty-p-page p.parah {
    text-align: center;
    color: #000;
    width: 68%;
    margin: 0 auto;
}
section.safty-p.safty-p-page{background-color: transparent;}
main.abtPg {
    margin: 60px 0 0px 0;
}
.btn-group select{
    padding: 5px 10px;
    border-radius: 0;
    background: #b20007;
    border: none;
    width: 150px;
    text-align: left;
    color: #fff;
    outline: none;
}
.for-show{
      margin-top: 21px;
}
.for-show li{
    padding: 0;
    margin-right: 1px;
}
.for-show li a{
  color: #000;
  font-size: 17px;
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: #488990;
    outline-offset: -2px;
    background-color: #488990;
    border: 1px solid #488990;
}
.product-info {
    padding-left: 30px;
}
.logo-form .form-control::placeholder {
      color: #979797 !important;
  opacity: 1; /* Firefox */
}

.logo-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #979797;
}

.logo-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
     color: #979797;
}
main.servicePg {
    overflow: hidden;
}


/*cart css */
.cart-main {
}
.cartsec {
    padding: 6% 0;
}
.cartsec .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 19px !important;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}
.cartsec a {
    display: block;
    text-decoration: none;
}
.cartsec .table>tbody>tr>td, .cartsec .table>tbody>tr>th, .cartsec .table>tfoot>tr>td, .cartsec .table>tfoot>tr>th, .cartsec .table>thead>tr>td, .cartsec .table>thead>tr>th {
    border-top: 0;
}
.cartsec thead {
  background: #e62f2d;
}
.cartsec table th {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 16px !important;
}
.cartsec h4 {
    text-transform: uppercase;
    color: #404040;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.cartsec td {
    vertical-align: middle !important;
    padding: 40px 10px !important;
}
.cartsec a.remove {
    color: #fff;
    font-size: 25px;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    float: right;
    background: #e62f2d;
}
.cartsec a.remove:hover {
    background: black;
    color: #fff;
}
.cartsec a.update {
    display: block;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}
.cartsec input.qtystyle {
    border: 1px solid #8e8e8e;
    height: 45px;
    width: 127px;
    -webkit-border-radius: 4px;
    background: #f7f7f7;
    -moz-border-radius: 4px;
    border-radius: 1px;
    text-align: center;
    font-size: 20px;
    color: #a3a3a3;
}
.cartsec table h5 {
    color: #404040;
    font-size: 19px;
    margin: 9px 0 0 0;
    text-transform: uppercase;
}
.cartsec table h6 {
    color: #000000;
    font-size: 15px;
    margin: 10px 0;
}
.cartsec table h6 span {
    text-transform: uppercase;
    color: #e62f2d;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.cartsec table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.checkoutsec a img {
    margin: auto;
}
.checkoutsec button {
    color: #fff;
    height: 55px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    outline: inherit;
    background: #e62f2d;
}
.checkoutsec button:hover {
  background: #000;
  color: #fff;
}
.checkoutsec .checkout {
    padding: 20px;
    border: 1px solid #a0a0a0;
    margin-top: 30px;
}
.checkoutsec a {
    color: #404040;
    font-weight: 500;
    font-size: 20px;
}
.checkoutsec a:hover, .checkoutsec a:focus {
    color: #e62f2d;
}
.checkout h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: table;
    margin: -29px auto 10px auto;
    background: white;
    padding: 0 10px;
    color: #000;
}
.cartsec tbody img {border: 1px solid #ebebeb;padding: 3px;min-height: 75px;max-height: 75px;}
.check-out-detail h2 {
    font-size: 22px;
    display: block;
    color: #000;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 10px;
}
.check-out-detail span {
    float: right;
}
.check-out-detail span.price {
    color: #e62f2d;
    font-size: 26px;
}
.check-out-detail {
    padding: 10px 17px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
.freeshipping {
    background-color: #f6f6f6;
    padding: 15px 30px 35px;
    margin-top: 18px;
    border: 1px solid #ccc;
}
.freeshipping h2 {
  font-size: 28px;
  display: block;
  color: #000000;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.freeshipping span {
    color: #777;
    font-size: 15px;
}
.cartsec .no-margin {
    margin: 0!important;
    padding: 0!important;
}

.Chek-img{
   float: right;
    margin: 25px 0;
}
/*cart-main end */


.Contact_Info{
    padding: 3% 0;
}

.Contact_Info .form-control{
    border-radius: inherit;
    height: 50px;
    box-shadow: inherit;
    background: #f7f7f7;
    border: 2px solid #eeeeee;
}

.Contact_Info textarea {
    min-height: 150px;
}

.Contact_Info  .form-group {
    margin-bottom: 23px;
}

.submit_btn{
    background: #e62f2d;
    color: #FFF;
    padding: 17px 16%;
    font-family: 'Ubuntu', sans-serif;
    border: none;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto;
    float: none;
    display: table;
}

.submit_btn:hover{
    background: #000;
}

.Contact {
    display: block;
    margin-bottom: 3%;
}
.main-body-areas {
    padding: 50px 0 50px;
    background-color: #fafafa;
    position: relative;
}
.bodyarea-box {
   padding: 8px 3px;
   
}


.safty-p li{
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    color: wheat;
}

.person.all img {
    width: 200px;
    height: 200px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}


section#teams {
    padding-bottom: 35px;
}

.person {
    max-width: 270px;
    text-align: center;
}

.person img {
    /*width: 100%;*/
    width:200px;
    /*height: 150px;*/
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

.person-content {
    margin-top: 20px;
}

.person h4 {
    font-weight: 500;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;

}

.person h5 {
    color: #488990;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rankStar {
    text-align: center;
    margin-bottom: 5px;
}


.rankStar li {
    padding: 0;
}

.rankStar .fa {
    color: #ff9800 !important;
}

.person p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}


h2.wow.fadeInDown.animated {
    font-size: 40px;
    /* margin: 10px 0px 60px; */
    /* padding: 5% 0 2%; */
    margin-top: 75px;
}

.section-header p {
    color: #020202;
    text-align: center;

    margin: 0 auto 50px;
}

h2.wow.fadeInDown.animated.my {
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}

.filterItems a:hover{
color:#488990 !important;
}
.filterItems a{
color:#488990 !important;
}


#home h3 {
    color: #488990 !important;
    font-size: 22px;
}

.product-info main
{

  margin:  0 !important;
}

.video_sec {
    padding: 5% 0;
}

.vedio_bg a {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #ffffff;
}
.vedio_bg.nex:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.56);
}

.main-body-areas h1 {
   
    font-family: 'SF UI Display';
    font-size: 30px;
    font-weight: 200;
    color: #000;

}

.bodyarea-box ul {
    font-size: 18px;
    color: #212121;
    font-weight: 300;
    padding: 0;
}

.bodyarea-box ul li a {
font-family: 'SF UI Display';
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.bodyarea-box i.fa.fa-arrow-right {
    font-size: 14px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 13px;
}
.bodyarea-box ul li {
    list-style-type: none;
    display: block;
    padding: 6px 0px 6px 20px;
    position:relative;
    
}

.piblication_main {
    padding: 4% 0 3% 0;
}

.punlic_content {
    margin-bottom: 60px;
}
.punlic_content i {
    font-size: 47px;
    margin: 0 auto 30px auto;
    display: table;
    color: #dd0d0d;
}

.punlic_content p {
    color: #020202;
    font-size: 20px;
    margin: 20 auto;
    /* line-height: 55px; */
    font-weight: 200;
    text-align: center;
    width: 60%;
    margin: 15px auto;
}
.punlic_content a {
 

    background: #488990;
    color: #FFF;
    padding: 17px 8%;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    float: none;
    display: table;
    margin: 0 auto;


}


.lk i {
  
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.txt p {
    color: #020202;
    font-size: 17px;
    margin: 20 auto;
    /* line-height: 55px; */
    font-weight: 200;
    text-align: left;
    width: 100%;
    margin: 15px auto;
}


.main-body-areas h1 span {
    color: #488990;
    font-weight: bold;
}

.form-check {position:relative;padding: 0 0 0 25px;}
.filterItems input {position:absolute;top:0;left:0;}
#submitStep2 {width:auto !important;}
.Inner_banner img {max-width:100%;}


.video_sec {
    padding: 4% 0 2%;
}
.alltext h3 {
    font-size: 22px;
    margin: 10px 00px 40px 20px;
    color: #000;
    font-weight: 500;
}
.inner_banner_content {
    padding: 12% 0 9% 0;
}
.inner_banner_content h1 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 47px;
    line-height: 54px;
    margin: 0 0 5px 0;
    letter-spacing: -2px;
}

.inner_banner_content p {
    text-align: center;
    font-family: 'SF UI Display';
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    margin: 20px 0;
}

#myCarousel p {
    line-height: 24px;
    font-size: 18px;
    width: 99%;
}
@media only screen and (min-width: 967px) and (max-width: 1200px)
{
	.logo-form {width: 65%;}
	.for-categories {right: 17%;}
	.navigation ul li a {font-size:13px;}
	.logo-form .form-control {font-size:12px;}
	a.clr-blck {font-size: 12px;}
	a.clr-red {font-size: 12px;}
	.mainban-content h1 {font-size:30px;line-height:35px;}
	.mainban-content h2 {font-size:20px;line-height:25px;}
	.imgprot-content h3 {font-size:20px;line-height:25px;margin:0 0 50px;}
	.img-protect img.prot-img {height:253px;}
	.innerBanner h1 {font-size:30px;line-height:35px;}
	.g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);-moz-transform:scale(0.7);}
	.abtSec h2 {font-size:30px;line-height:35px;}
	.owl-nav button i.fa-arrow-left {right:unset;left:0;}
	.owl-nav button i.fa-arrow-right {left:unset;right:0;}
	.owl-nav {width:100%;}
	.filterSec label {font-size: 12px;}
}



@media only screen and (min-width: 768px) and (max-width: 966px)
{	
	
	.logo-bar .col-sm-4 {width:100%;}
	.main-logo img {display:table;margin:0 auto 20px;width:auto;}
	.pl-0 {padding-left:15px;}
	.logo-bar .col-md-8 {width:100%;clear:both;}
	.logo-form {float:none;width:100%;}
	.mt-20 {margin:0;}
	.account-sec {float:none;display:table;margin:20px auto 0;}
	.navigation ul {display:none;}
	.menu-bar .col-sm-8 {width:50%;}
	.menu-bar .col-sm-4 {width:50%;}
	.mobilecontainer span {float: left !important;padding: 0px 10px;margin-top: -15px;}
	.mian-banner .col-sm-9 {width:100%;}
	.mian-banner .col-sm-3 {width:100%;}
	.mainban-content h1 {font-size:25px;line-height:30px;}
	.mainban-content h2 {font-size:16px;line-height:20px;}
	.mainban-content ul li {font-size:14px;line-height:20px;}
	.carousel {margin:0 0 30px;}
	.img-protect img {width:100%;}
	.imgprot-content a {width:15%;}
	.owl-nav button i.fa-arrow-left {right:unset;left:0;}
	.owl-nav button i.fa-arrow-right {left:unset;right:0;}
	.owl-nav {width:100%;}
	.featured-product-sec .col-sm-3 {width:100%;}
	.featured-product-sec .col-sm-9 {width:100%;}
	.featumain-img {margin-bottom:30px;}
	.sbc-content h4 {font-size: 16px;    margin: 0 0 5px;}
	.sbc-content a {padding: 4px 10px;}
	.safty-img-box h3 {margin:10px;font-size:20px;line-height:25px;}
	.newsletter form button {position:relative;width:100%;margin:10px 0 0;}
	.innerBannerCntnt {left:0;right:0;text-align:center;}
	.innerBanner h1 {font-size:25px;line-height:30px;}
	.missionCntnt {padding-top:0;}
	.number {display:block;}
	.btn-info {margin-top:20px;}
	.main-body-areas .col-sm-3 {width:100%;}
	.form-check label {font-size: 11px;}
	.abtSec h2 {font-size:30px;line-height:35px;}
	.cartsec .col-sm-9 {width:100%;}
	.cartsec .col-sm-3 {width:100%;}
	.cartsec table h5 {font-size:15px;line-height:20px;}
	.checkoutsec a {margin-bottom:20px;}
	.productPg .custombar {width:100%;}
	.productPg .col-sm-9 {width:100%;}
	.cart_content_area .cart-bottom .col-sm-2 {width:10%;}
	
	
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .logo-bar {padding-bottom:0;margin:0;}
	.logo-bar .col-sm-4 {width:100%;}
	.main-logo img {display:table;margin:0 auto 20px;width:auto;}
	.pl-0 {padding-left:15px;}
	.logo-bar .col-md-8 {width:100%;clear:both;}
	.logo-form {float:none;width:100%;}
	.mt-20 {margin:0;}
	.account-sec {float:none;display:table;margin:20px auto 0;}
	.navigation ul {display:none;}
	.menu-bar .col-sm-8 {width:100%;}
	.menu-bar .col-sm-4 {width:100%;}
	.mobilecontainer span {float: left !important;padding: 0px 10px;margin-top: -15px;}
	.mian-banner .col-sm-9 {width:100%;}
	.mian-banner .col-sm-3 {width:100%;}
	.mainban-content h1 {font-size:16px;line-height:20px;margin:0 0 5px;width:100%;}
	.mainban-content h2 {font-size:12px;line-height:20px;margin:0 0 5px;width:100%;}
	.mainban-content ul li {font-size:12px;line-height:14px;margin:0;padding:0;}
	.carousel {margin:0 0 30px;}
	.img-protect img {width:100%;}
	.imgprot-content a {width:25%;}
	.owl-nav button i.fa-arrow-left {right:unset;left:0;}
	.owl-nav button i.fa-arrow-right {left:unset;right:0;}
	.owl-nav {width:100%;}
	.featured-product-sec .col-sm-3 {width:100%;}
	.featured-product-sec .col-sm-9 {width:100%;}
	.featumain-img {margin-bottom:30px;}
	.sbc-content h4 {font-size: 16px;    margin: 0 0 5px;float: none !important;}
	.sbc-content a {padding: 4px 10px;float: none !important;}
	.safty-img-box h3 {margin:10px;font-size:20px;line-height:25px;}
	.newsletter form button {position:relative;width:100%;margin:10px 0 0;}
	.innerBannerCntnt {left:0;right:0;text-align:center;}
	.innerBanner h1 {font-size:25px;line-height:30px;margin:5px 0;}
	.missionCntnt {padding-top:0;}
	.number {display:block;}
	.btn-info {margin-top:20px;}
	.main-body-areas .col-sm-3 {width:100%;}
	.form-check label {font-size: 11px;}
	.abtSec h2 {font-size:30px;line-height:35px;}
	.cartsec .col-sm-9 {width:100%;}
	.cartsec .col-sm-3 {width:100%;}
	.cartsec table h5 {font-size:15px;line-height:20px;}
	.checkoutsec a {margin-bottom:20px;}
	.top-bar {text-align:center;}
	.tb-p, .tb-ul {float:none;}
	.btn-menubar {float:none;text-align:center;}
	.carousel-caption {padding:10px;}
	.carousel-caption .container {width:100%;}
	.mainban-content a {margin:5px 0 0;font-size:12px;line-height:20px;padding:5px 10px;}
	.sbc-img {margin-bottom:20px;}
	.vedio-sec .red-btn {margin-bottom:20px;}
	.safty-img-box img {width:100%;}
	.safty-img-box p {margin:10px;}
	.safty-img-box {margin-bottom:30px;}
	.innerBanner p {font-size:14px;line-height:20px;}
	main.abtPg {margin-top:50px;}
	.abtSec {margin-bottom:50px;}
	.missionnVision {padding:50px 0;}
	.abtSec h1 {font-size:30px;line-height:35px;}
	.missionnVision h4 {font-size:30px;line-height:35px;margin:10px 0;}
	.missionImg img, .visionImg img {width:100%;}
	.visionCntnt {padding:30px;}
	main {margin:50px 0;}
	.advImg img {width:100%;}
	.sortingSec {display:none;}
	.viewAs {float: none !important;}
	.fp-items-box img {width:auto !important;}
	.fp-items-box {margin-bottom:20px;}
	.fp-items-box a {width:auto !important;padding:7px 35px;}
	.page a {font-size:14px;}
	.productDetImg img {width:auto;display:block;margin:0 auto;}
	.product-info h3 {font-size:30px;line-height:35px;}
	.product-detail {margin-bottom:50px;}
	.tabs-content .nav>li>a {font-size:16px;line-height:20px;}
	.serviceCntnt h2 {font-size:30px;line-height:35px;}
	.webBtn {margin-bottom:20px;display: inline-block;}
	section.safty-p.safty-p-page h2.subheading, .shop-by-cart h2, h2.subheading, .playf {font-size:30px;line-height:35px;}
	.ContactPg h2 {font-size:30px;line-height:35px;}
	.contactList span {font-size:20px;line-height:25px;}
	.cntactForm .webBtn {float: none !important;}
	.logo-form .form-control {font-size:12px;}
	.cart_content_area .cart-bottom .col-sm-2 {width:10%;}
	.digi-form .form-group {text-align:left;}
	
}

@media only screen and (min-width: 300px) and (max-width: 479px)
{
    .logo-bar {padding-bottom:0;}
	.logo-bar .col-sm-4 {width:100%;}
	.main-logo img {display:table;margin:0 auto 20px;width:auto;}
	.pl-0 {padding-left:15px;}
	.logo-bar .col-md-8 {width:100%;clear:both;}
	.logo-form {float:none;width:100%;}
	.mt-20 {margin:0;}
	.account-sec {float:none;display:table;margin:20px auto 0;}
	.navigation ul {display:none;}
	.menu-bar .col-sm-8 {width:100%;}
	.menu-bar .col-sm-4 {width:100%;}
	.mobilecontainer span {float: left !important;padding: 0px 10px;margin-top:-15px;margin-bottom: 10px;}
	.mian-banner .col-sm-9 {width:100%;}
	.mian-banner .col-sm-3 {width:100%;}
	.mainban-content h1 {font-size:11px;line-height:13px;margin:0;width:100%;}
	.mainban-content h2 {font-size:11px;line-height:13px;margin:0;width:100%;}
	.mainban-content ul li {font-size:11px;line-height:12px;margin:0;padding:0;position:relative;}
	.carousel {margin:0 0 30px;}
	.img-protect img {width:100%;}
	.imgprot-content a {width:50%;}
	.owl-nav button i.fa-arrow-left {right:unset;left:0;}
	.owl-nav button i.fa-arrow-right {left:unset;right:0;}
	.owl-nav {width:100%;}
	.featured-product-sec .col-sm-3 {width:100%;}
	.featured-product-sec .col-sm-9 {width:100%;}
	.featumain-img {margin-bottom:30px;}
	.sbc-content h4 {font-size: 16px;    margin: 0 0 5px;float: none !important;}
	.sbc-content a {padding: 4px 10px;float: none !important;}
	.safty-img-box h3 {margin:10px;font-size:20px;line-height:25px;}
	.newsletter form button {position:relative;width:100%;margin:10px 0 0;}
	.innerBannerCntnt {left:0;right:0;text-align:center;}
	.innerBanner h1 {font-size:20px;line-height:25px;margin:5px 0;}
	.missionCntnt {padding-top:0;}
	.number {display:block;}
	.btn-info {margin-top:20px;}
	.main-body-areas .col-sm-3 {width:100%;}
	.form-check label {font-size: 9px;}
	.abtSec h2 {font-size:30px;line-height:35px;}
	.cartsec .col-sm-9 {width:100%;}
	.cartsec .col-sm-3 {width:100%;}
	.cartsec table h5 {font-size:15px;line-height:20px;}
	.checkoutsec a {margin-bottom:20px;}
	.top-bar {text-align:center;}
	.tb-p, .tb-ul {float:none;}
	.btn-menubar {float:none;text-align:center;}
	.carousel-caption {padding:10px;}
	.carousel-caption .container {width:100%;}
	.mainban-content a {margin:2px 0 0;font-size:10px;line-height:12px;padding:5px 10px;}
	.sbc-img {margin-bottom:20px;}
	.vedio-sec .red-btn {margin-bottom:20px;}
	.safty-img-box img {width:100%;}
	.safty-img-box p {margin:10px;}
	.safty-img-box {margin-bottom:30px;}
	.innerBanner p {font-size:14px;line-height:20px;}
	main.abtPg {margin-top:50px;}
	.abtSec {margin-bottom:50px;}
	.missionnVision {padding:50px 0;}
	.abtSec h1 {font-size:30px;line-height:35px;}
	.missionnVision h4 {font-size:30px;line-height:35px;margin:10px 0;}
	.missionImg img, .visionImg img {width:100%;}
	.visionCntnt {padding:30px;}
	main {margin:50px 0;}
	.advImg img {width:100%;}
	.sortingSec {display:none;}
	.viewAs {float: none !important;}
	.fp-items-box img {width:auto !important;}
	.fp-items-box {margin-bottom:20px;}
	.fp-items-box a {width:auto !important;padding:7px 35px;}
	.page a {font-size:14px;}
	.productDetImg img {width:auto;display:block;margin:0 auto;}
	.product-info h3 {font-size:20px;line-height:25px;}
	.product-detail {margin-bottom:50px;}
	.tabs-content .nav>li>a {font-size:16px;line-height:20px;}
	.serviceCntnt h2 {font-size:30px;line-height:35px;}
	.webBtn {margin-bottom:20px;display: inline-block;}
	section.safty-p.safty-p-page h2.subheading, .shop-by-cart h2, h2.subheading, .playf {font-size:30px;line-height:35px;}
	.ContactPg h2 {font-size:30px;line-height:35px;}
	.contactList span {font-size:20px;line-height:25px;}
	.cntactForm .webBtn {float: none !important;}
	.tb-p p {font-size: 13px;}
	.tb-ul li a {font-size: 13px;}
	.tb-ul li {margin-right:5px;}
	.for-categories {position:relative;right:unset;width:100%;}
	.for-categories select {width:100%;}
	.logo-form .form-control {padding:0 10px;font-size: 12px;}
	a.clr-blck {font-size: 12px;margin-right:5px;}
	a.clr-red {font-size: 12px;}
	.mainban-content ul li::before {position: absolute;top: -6px;width: 10px;height: 10px;}
	.carousel-indicators {bottom: -13px;}
	.imgprot-content h3 {margin: 0 0 50px 0;}
	.innerBanner img {height:100px;}
	.abtSec p, .missionCntnt p, .visionCntnt p, .productPg p, .tab-content p {font-size:14px;}
	.product-info h4 {font-size: 20px;}
	.checkoutsec button {font-size: 20px;}
	.check-out-detail h2 {font-size:16px;}
	ul.socialIcons li a img {width:25px;}
	.g-recaptcha {transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);margin-left: -40px;}
	.filterItems label {font-size:11px;}
	.digi-form .form-group {text-align:left;}
	
}

