@import "../pro-components/tools-pro.css";
@import "../pro-components/view-section-carousel.css";
@import "../pro-components/main-carousel.css";
@import "../pro-components/ready-started.css";
@import "../pro-components/behr-technical-library.css";

.view-menu-links {
    display: block;
    width: 100%;
    background: #c94f13;
    color: #fff !important;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: right;
}
.view-menu-links span{
    margin-right:10px;
    vertical-align: super;
}

.view-section  .owl-dots {
    position: relative;
    width: 75%;
    text-align: center;
}

.dropdown-content {
    background: #FFF;
}

h4 {
    border-bottom: 10px solid #c94f13;
}

h5 {
    font-family: trade-gothic-next-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
}

.menu-heading {
        font-family: trade-gothic-next-compressed, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        text-transform: uppercase;
        color:#626262;
}
.adv-heading {
    font-family: trade-gothic-next-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    text-transform: uppercase;
    color:#000;
    margin:0;
}
.search-sds {
    display: flex;
}
.search-sds .width-diff {
    flex:3;
}

.tools-pro-section {
    padding-top: 80px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	background: #e1e1e1;
}

@media (min-width: 300px) and  (max-width: 575px){
   
   
    .owl-carousel .owl-item img.d-sm-none.d-xs-none {
        display: none !important;
        height: 0;
    }
    
    
    .dropdown-content {
        background: #fff0;
    }
    
    .dropdown-menu.show {
        width:70%;
    }
    .find-rep::after {
       /* content: " ";
        width: 60%;
        left: 20%;
        height: 3px;
        background: #c94f13;
        bottom: 0;
        position: absolute;
        z-index: 34444444444;*/
    }
   
    .ready-started {
        padding: 40px 0;
    }
   
}
@media (min-width: 576px) and  (max-width: 767px){
   
    .owl-carousel .owl-item img.d-sm-none.d-xs-none {
        display: none !important;
        height: 0;
    }
    
    
    .dropdown-content {
        background: #fff;
    }
    
    .dropdown-menu.show {
        width:70%;
    }
    .find-rep::after {
        /*content: " ";
        width: 60%;
        left: 20%;
        height: 3px;
        background: #c94f13;
        bottom: 0;
        position: absolute;
        z-index: 34444444444;*/
    }
    
    .ready-started {
        padding: 40px 0;
    }
    
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
    
    .dropdown-content {
        background: #fff0;
    }
    .flex1-with-border p, .tool-pro-section-links {
        font-size: 15px;
    } 
   
    .never-miss-section .search-sds {
        width: 50%;
        float: left;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and  (max-width: 1199px) {
    
    .flex1-with-border p {
        font-size: 15px;
    } 
   
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1599px) {
    
   
}
@media (min-width: 1600px) {
   
   
} 