@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh !important;
    min-height: -webkit-fill-available;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif   !important;
}

.logo-image img {
    width: 150px;
}

.my-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    height: 88px;
}

.bg-light {
    box-shadow: 0px 0px 5px #999999;
    margin-bottom: 3px;
}



.justify-content-end{
    justify-content: flex-end;
}
.social-icons i {
    color: #d9b061;
    font-size: 24px;
}


.details a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

/*Start: Owl carousel custom styles */



.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
    top: -65px;
    position: absolute;
    right: 0;
}

.owl-dots {
    display: none;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
}

@media (max-width: 991px) {
    .owl-nav {
        top: -55px;
        position: absolute;
        right: 0;
    }
}

@media (max-width: 500px) {
    .owl-nav {
        top: 5px;
        position: absolute;
        right: 0;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}



/*End: Owl carousel custom styles */

.navbar .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #949494;
    margin-left: 20px;
    letter-spacing: 0.5px;
}

.navbar .nav-link i {
    font-size: 20px;
    line-height: 1;
}


@media only screen and (max-width: 999px) {
  
    .navbar-collapse {
        /*text-align: end;*/
        text-align: start;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }
}

.navbar .dropdown .dropdown-menu {
    min-width: 480px;
    border-radius: 0px;
    border-top: 1px solid #999999;
    border-bottom: none;
    border-left: 0px;
    border-right: 0px;
    float: left;
    padding: 10px;
    transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition:all .5s ease;
}
.navbar .dropdown-menu li{
    float: left !important;
    min-width: 50px;
    margin-left: 20px;
    width: auto;
    padding: 4px 0px;
}
.dropdown-menu a{
    color: #999999;    
    font-size: 14px !important;
    font-family: Montserrat,  sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;    
}
.dropdown-menu a::before{
    content: "\EA6D";
    font-family: remixicon;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #d9b061;
    border: 0px solid #d9b061;
}

.navbar-collapse {
    float: right;
}

.drop-submenu {
    position: relative;
}

/*.drop-submenu .dropdown-menu {
    top: -23px !important;
    left: 100% !important;
   border-top: 0px solid #999999 !important;
   transform: rotateX(0deg) !important;
}*/
.drop-submenu .dropdown-menu {
    top: 100% !important;
    left: 0px !important;
   border-top: 0px solid #999999 !important;
   transform: rotateX(0deg) !important;
}
.drop-submenu .dropdown-menu  li{
    float: left !important;
    min-width: 50px;
    width: auto;
    padding: 2px 10px 2px 0px;    margin-left: 0px;
}
/*.drop-submenu>.dropdown-menu a::before{
    content: "\EA6D";
    font-family: remixicon;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    color: #d9b061;
    border: 0px solid #d9b061;
    text-decoration: none;
}*/
.drop-submenu .dropdown-menu a::before{
    content: "\EA6D";
    font-family: remixicon;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    color: #d9b061;
    border: 0px solid #d9b061;
    text-decoration: none;
}
/*.navbar .navbar-nav a:hover, .navbar .navbar-nav a.active {
    color: #d9b061;
    transition: .5s;
}*/

/*.dropdown:hover>.dropdown-menu {
    display: block;
    transform: rotateX(0deg);
        transform-origin: 0% 0%;
        transition:all .5s ease;
}*/

.navbar .navbar-nav a:hover, .navbar .navbar-nav a.active {
    color: #d9b061;
    transition: .5s;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    transform: rotateX(0deg);
        transform-origin: 0% 0%;
        transition:all .5s ease;    border-top: 1px solid #eee;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/

/*==============================================*/
.main-slider{
    width: 100%;
    float: left;
    margin-top: 84px;

}
.banner-marble-bigleft{
     width: 100%;
    float: left;
}
.banner-marble-bigleft img{
   height: calc(100vh - 143px); 
   width: 100%;  
}
.banner-thumb_details{
    width: 100%;
    float: left;
}
.banner-thumbtitle{
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.banner-thumbtitle h2{
    text-align: center;
    background-color: #FFFFFF;
    width: auto;
    color: #707070;
    font-size: 32px;
    letter-spacing: 8px;
    padding: 3px;
    text-transform: uppercase;
    font-family: Montserrat,  sans-serif;
    margin-bottom: 0px;
    font-weight: 300;
}
.banner-thumbtitle:before{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    border: 2px solid #f5d896;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.banner-thumb_3box{
    width: 100%;
    float: left;
    margin-top: 70px;   
}
.banner-3box-image{
    width: 100%;
    float: left;
     transition: all 0.5s ease;
      overflow: hidden;
      margin-bottom: 5px;
}
.banner-thumb_3box img{
    width: 100%;
    height: auto;
  transition: all 0.5s ease; padding-bottom: 6px;
}
.banner-thumb_3box img:hover{
    transform: scale(1.1);
    cursor: pointer;

}
.banner-thumb_3box h4 {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    padding-top: 5px;
    font-family: Montserrat, sans-serif;
}
.banner-thumb{
    margin-bottom: 20px;
}
/*=======footer======================*/

.footer{
    width: 100%;
    height: 55px;
    float: left;
}
.footer-flex{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-flex .col-md-2 {
    flex: 0 0 auto;
    width: 13.666667%;
}
/*============================*/
.innar-pages{
    width: 100%;
    float:left  ;
    margin-top: 83px;
    padding-top: 30px;
    padding-bottom: 30px;
}



.product-block{
     width: 100%;
    float:left ;
}
.paroductpage-left{
    width: 35%;
    float:left;
    margin-right: 3%;
    position: sticky;
    top: 100px;
     height: 100%;
    max-height: calc(100vh - 143px);
    overflow-y: auto;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    transition-duration: .2s;
}
.paroductpage-left::-webkit-scrollbar {
  display: none;
}
.paroductpage-right{
    width: 62%;
    float:left;
    margin-bottom: 30px;
}
.product-info{
    width: 100%;
    float: left;
    background:#f9f9f9;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}
.product-info:before{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    border-left:  2px solid #d9b061;
    border-top: 2px solid #d9b061;
    background: transparent;
    border-top-left-radius: 5px;
}
.product-info:after{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    border-right:  2px solid #dab161;
    border-top: 2px solid #dab161;
    background: transparent;
    border-top-right-radius: 5px;
}
 .product-info .border-btn{
    color: #d4a03d;
    text-decoration: none;
    border: 1px solid #d4a03d;
    border-radius: 2px;
    padding: 5px 15px;
    float: right;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in;
    text-transform: uppercase;
}
 .product-info .border-btn:hover{
     color: #ffff;
     background:#d9b061;
 }
.productInfo-content{
    width: 100%;
    float: left;
    padding:0px 10px 6px;
    position: relative;
        height: 100%;
        display: block;
}

.product-info img{
    border-radius: 5px;
    border: 2px solid #fff;
}
.productInfo-content h2{
    color: #000;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 600;
}
.productInfo-content p {
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 10px;
    font-weight: 400;
}

 .product-category{
    width: 100%;
    float:left;
    margin-bottom: 20px;
    box-shadow: 0 0 36px 0px rgb(0 0 0 / 8%);
    transition: transform 0.3s ease-in-out;
    text-align: left;
    text-align: justify;
    padding: 10px 20px 21px;
    /*border-left: 5px solid #dab161;*/
    cursor: pointer;
    position: relative;
    transition: all 0.3s zoom-in;
}
.product-category:before{
    width: 100px;
    height: 3px;
    position: absolute;
    left: 18px;
    top: 100%;
    content: "";
    border-top: 3px solid #d9b061;
    background: transparent;
}
 .product-category:hover{
    box-shadow: 0 0 26px 0px rgb(0 0 0 / 20%);
}
.hover-readmore {
  display: none;
   color: #dab161;
    font-size: 15px;
    font-weight:500;
    transition: all 0.3s zoom-in;
}    
.product-category:hover  .hover-readmore {
  display: block;
}
.product-category-left{
     width: 30%;
    float:left;
    margin-right: 4%;
}
.product-category-right{
    width: 66%;
    float:left;    
}
.product-category-left1{
     width: 66%;
    float:left;
    margin-right: 4%;
}
.product-category-right1{
    width: 30%;
    float:left;
}
 .product-category img{
    padding-top: 3px;
}
.product-category p {
    font-size: 13.6px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 10px;
    font-weight: 400;
}
.product-category a{
    width: 100%;
    height: 100%;
    color: unset;
}
.product-category-title{
    width: 100%;
    float: left;
}
 .product-category-title h3{  
   font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 2px;
}
 .gallery .gallery-box{
            float: left;
            width: 100%;
            -webkit-transition: -webkit-transform .15s ease;
            -moz-transition: -moz-transform .15s ease;
            -o-transition: -o-transform .15s ease;
            -ms-transition: -ms-transform .15s ease;
            transition: transform .15s ease;
            position: relative;
}
.gallery .gallery-box img{
    width: 100%;
    height: 135px;
    border-radius: 3px;
}
   
.gallery .overlay-img {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0 /0.45);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
   border-radius: 3px;
}
.gallery .gallery-box:hover .overlay-img {
  height: 100%;
  }

.gallery .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}    
.gallery .hover-text i{
       background: #dab161;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #000;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    display: block;
}
.product-innercard{
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 24px;
}
.product-innercard p{
    font-size: 13.6px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
    padding: 5px 10px;
    display: block;
    float: left;
    width: 100%;
}

.page-banner-location{
   background: url(../images/locations-bg.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-salt-lake{
   background: url(../images/salt-lake-city-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-charleston{
   background: url(../images/charleston-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-charlotte{
   background: url(../images/charlotte-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-dallas{
   background: url(../images/dallas-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-fort-walton-beach{
   background: url(../images/fort-walton-beach-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-greensboro{
   background: url(../images/greensboro-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-houston{
   background: url(../images/houston-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-richmond{
   background: url(../images/richmond-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-seattle{
   background: url(../images/seattle-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-spokane{
   background: url(../images/spokane-banner.jpg) no-repeat center;
   background-size:  cover;
}

.page-banner-atlanta{
   background: url(../images/atlanta-banner.jpg) no-repeat center;
   background-size:  cover;
}


.page-banner-img{
  padding-top: 80px;
    padding-bottom: 80px;
}
.page-banner-img h1{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 5px;
    font-family: 'Montserrat', sans-serif;
        margin-bottom: 30px; text-align: center;
}

.page-banner-img p{
    color: #fff;font-size: 18px;
    font-family: 'Montserrat', sans-serif;text-align: center; line-height: 30px;
}



.img__wrap {
  position: relative;
 
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
    
}
.img__description a{
    text-decoration: none;
      border: 2px solid #dab161;
    background: transparent;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
}
.img__wrap:hover .img__description {
  transform: translateY(0);
}
.locateion-text{position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 41%, rgba(0, 0, 0, 0) 100%);
    left: 0px;
    bottom: 0px;
    padding: 25px 10px 5px 10px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    width: 100%;
    color: #ffffff;
    z-index: 5;}

.location-box{padding-right: 20px !important; margin-bottom: 30px}

.location-box img{width: 100%}

.location-section{margin-top: 60px;}

.time-left{width: 30%; float: left; margin-right: 5%}

.time-right{width: 65%; float: left; margin-right: 0%}

.address li{float: left; width: 100%; list-style: none; margin-bottom: 25px; padding-left: 25px;}

.address li i{margin-left: -25px; padding-right: 9px;}

.get-direction{    
    color: #000;
    background-color: #d9b061;
    border-color: #d9b061;
    display: inline-block;     
    text-align: center;
    vertical-align: middle;   
     border: 1px solid rgba(0,0,0,0);
 padding: 0.5rem 1rem;
    font-size: 1.15rem; font-weight: 500;
    border-radius: 10px; text-decoration: none; margin-top: 25px;}

.location-name{font-size: 1.45rem;
    padding-bottom: 14px;
    letter-spacing: 0.8px;
    font-weight: 600;}

.companiy-bio img{width: 80%;}

.companiy-bio h2{color: #dab161;
    font-size: 50px;
    letter-spacing: 20px;
    font-weight: 200;font-family: 'Montserrat', sans-serif; padding-bottom: 10px;}


.companiy-bio p{color: #000;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;font-family: 'Montserrat', sans-serif; text-align: justify;}

  .contactus-box{
  background-color: #ffffff;
    box-shadow: 0 5px 24px 6px rgba(0,0,0,0.1);
}

.contactus-box-left{width: 34%; margin-right: 1%; float: left; background: #000; padding: 30px; color: #fff;}

.contactus-box-left h4{font-size: 24px; font-weight: 400;  font-family: 'Montserrat'; margin-bottom: 10px;}

.contactus-box-left span{ float: left; padding-bottom: 58px; padding-right: 15px; font-size: 20px; padding-top: 0px; color: #d9b061;}

.contactus-box-left h6{ margin-bottom: 8px; font-size: 16px; font-weight: 400;  font-family: 'Montserrat';     padding-top: 4px;}

.contactus-box-left p{  font-size: 16px; font-weight: 400;  font-family: 'Montserrat'; line-height: 28px;     margin-bottom: 0rem;}

.section-divied{border-bottom: 1px solid #575757; padding: 20px 0px;}

.section-divied:nth-child(5n+0){border-bottom: 0px solid #3f5b9d; padding: 20px 0px 20px;}

.contactus-box-right{width: 65%; float: left;     padding: 30px 40px 40px; color: #fff;}

.contactus-box-right h3{font-size: 26px; font-weight: 500;  font-family: 'Montserrat'; margin-bottom: 20px; color: #000;}

.contact-from{width: 47%; float: left; margin-right: 6%}

.contact-from label {    
 font-size: 15px;
    color: #000;
   font-family: 'Montserrat';
    width: 100%;
    padding-bottom: 6px;
}
.contact-from-textarea label {    
 font-size: 15px;
    color: #000;
   font-family: 'Montserrat';
    width: 100%;
    padding-bottom: 10px;
}
.contact-from label span{    
 color: #ff0000;font-size: 18px;
  
}
.contact-from input{    
  border: 1px solid #dddddd;
  color: #222222;
  padding: 8px 10px;
  width: 100%;
  margin-bottom: 18px;
}

.contact-from-textarea{width: 100%; float: left; }

.contact-from-textarea textarea{    
  border: 1px solid #dddddd;
    color: #222222;
    padding: 10px 10px;
    width: 100%;
    height: 128px;
    margin-bottom: 20px;
}

.contact-from-submit{    
  background: #d9b061;
  padding: 12px 25px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 500; border: 1px solid #d9b061;
}

.google-map{box-shadow: 0 5px 24px 6px rgba(0,0,0,0.1); border:1px solid #ddd; margin-bottom: 50px;}

.google-map-text h4{font-size: 24px; font-weight: 500;  font-family: 'Montserrat';  color: #000;  margin-top: 70px; margin-bottom: 25px;}

.last{margin-right: 0}

@media only screen and (min-width: 1281px) and (max-width: 1366px){
.banner-thumb_details{
    width: 100%;
    float: left;
       padding: 5rem 2rem 4.5rem 2rem;
    text-align: center;
}
}

@media only screen and (min-width: 1367px) and (max-width: 1620px){
.banner-thumb_details{
    width: 100%;
    float: left;
       padding: 8.5rem 2rem 4.5rem 2rem;
    text-align: center;
}
}

@media only screen and (min-width: 1621px) and (max-width: 1920px){
.banner-thumb_details{
    width: 100%;
    float: left;
       padding: 9.5rem 2rem 4.5rem 2rem;
    text-align: center;
}
}

.product-image-dtails-text{    font-size: 14.5px;
    line-height: 22px;
    text-align: justify;
    padding: 10px 0;
    font-weight: 400; }

.pb-90{padding-bottom: 90px;}

.pb-40{padding-bottom: 40px;}

.care-maintenance{width: 25%; float: left}

.care-maintenance h6{font-size: 17px;
    line-height: 22px;
    text-align: justify;
    font-weight: 600;
cursor: pointer;}

.technical-data{width: 25%; float: left}

.technical-data h6{font-size: 17px;
    line-height: 22px;
    text-align: justify;
    font-weight: 600;
    cursor: pointer;}

.safety-data{width: 25%; float: left}



.safety-data h6{font-size: 17px;
    line-height: 22px;
    text-align: justify;
    font-weight: 600;
    cursor: pointer;}

.warranty-data{width: 25%; float: left}

.warranty-data h6{font-size: 17px;
    line-height: 22px;
    text-align: justify;
    font-weight: 600;
    cursor: pointer;}    

.clearfix{clear: both}

.technical-data-text {
    
    margin-top: 20px;
    
}

.technical-data-text p{
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 10px;
    font-weight: 400;
}

.technical-data-text p span{
    float: right;
}
.technical-data-text p.heading-color{
    color: #bd6e06;
    margin-bottom: 0;
}
.technical-data-text .content-table{
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-collapse: collapse;
}
.technical-data-text .content-table thead tr th{
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 8px;
}
.technical-data-text .content-table tbody  td{
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 8px;
}

.technical-data-text h4{
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 5px;
    font-weight: 600;font-family: 'Montserrat', sans-serif   !important;
}
.technical-data-text h4.text-bg{
    color: #000000;
    background: #f5cd80;
    padding: 5px 10px;
    margin: 10px 0px;
}

.technical-data-text h5{
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;font-family: 'Montserrat', sans-serif   !important;
}
.technical-data-text h6{
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 5px;
    font-weight: 600;font-family: 'Montserrat', sans-serif   !important;
}
.safetydata-left{width: 12%; margin-right: 5%; float: left}

.safetydata-right{width: 83%; margin-right: 0%; float: left}

.safetydata-left p, .safetydata-right p{margin-bottom: 5px;}

.ghs-classification ul li{list-style: none;font-size: 14px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 5px;
    font-weight: 400;

}

.ghs-pictogram-left{width: 15%; margin-right: 5%; float: left}

.ghs-pictogram-right{width: 80%; margin-right: 0%; float: left}

.first-aid-measures-left{width: 7%; margin-right: 5%; float: left}

.first-aid-measures-right{width: 88%; margin-right: 0%; float: left}

.hmis{width: 25%; float: left}

.health{width: 25%; float: left}

.fire{width: 25%; float: left}

.reactivity{width: 25%; float: left}

.pl-15{padding-left: 15px;}

.pl-20{padding-left: 20px;}

.pb-50{padding-bottom: 50px;}

.pb-80{padding-bottom: 80px;}

.pb-20{padding-bottom: 20px;}

.pb-30{padding-bottom: 30px;}

.product-identifier-left{width: 12%; float: left; margin-right: 5%}

.product-identifier-right{width: 83%; float: left; margin-right: 0%}

.registration-no-left{width: 37%; float: left; margin-right: 2%}

.registration-no-right{width: 61%; float: left; margin-right: 0%}

.identified-uses-left{width: 15%; float: left; margin-right: 5%}

.identified-uses-right{width: 80%; float: left; margin-right: 0%}

.manufacturer-left{width: 24%; float: left; margin-right: 5%}

.manufacturer-right{width: 71%; float: left; margin-right: 0%}

.emergency-telephone-left{width: 24%; float: left; margin-right: 5%}

.emergency-telephone-right{width: 71%; float: left; margin-right: 0%}

.labelling-according-left{width: 20%; float: left; margin-right: 3%}

.labelling-according-right{width: 77%; float: left; margin-right: 0%}

.other-hazards-box{width: 20%; float: left;}

.occupational-exposure-left{width: 17%; float: left; margin-right: 3%}

.occupational-exposure-right{width: 80%; float: left; margin-right: 0%}

.arrowList ul {    padding-left: 0rem;}

.arrowList ul li{
    padding-left: 20px;
    position: relative;
    padding-top:0px; list-style: none;
    
    
    }

.arrowList ul li:before{
    background: url(../images/arrow5.png) no-repeat left top; 
    width:8px;
    height:6px;
    content:"";
    position:absolute;
    top:9px;
    left:0px;
    }

.location-page{
    margin-bottom: 58px;
}
.product-info-tabs{
    padding-top: 25px; margin-bottom: 150px;
    width: 100%;
    float:left;
}
.product-info-tabs-nav{border-bottom: 1px solid #ddd; display: -webkit-box; padding-bottom: 10px;}


.dt-navlink{
    display: block;
}
.media-navlink{
    display: none!important;
}

.footer .col-md-3 {width: 17%;}


.footer { padding: 20px 0px!important;}

.slider-media-big-image{
    display: none;
}
.slider-media-big-text{
    display: none;
}
@media (max-width: 999px) {

    .slider-media-big-image{
    display: block;
}
.slider-media-big-text{
    display: block;
}

.slider-desktop-image{
    display: none;
}


}

.pt-90 {
    padding-top: 90px;
}

.catalog-img img {
    width: 80%;
}

.catalog-img h2 {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-top: -42px;
    transform: rotate(337deg);
    padding-left: 42px;
}

.ptb-05{padding-top: 5px; padding-bottom: 5px}

.footer ul li{float: right; list-style: none; padding-left: 70px; }

