@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header{
  font-size: 14px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

h3{
  color: #EF582A;
  font-size: 20px;
}

nav{
  font-family: 'Nunito', sans-serif;
}

nav a{
  color: #3a3a3a;
}

.navbar-brand img{
  height: 30px;
}

.navbar-toggler{
  height: 56px;
  background: #A18577;
}

.nav-item a:hover{
  color: #A18577;
}

.login-signup, .dropdown-menu a:hover, .search-filter button, .active2, .more-details a{
  background: #F49424
}

.login-signup{
  height: 56px;
}

.login-signup a, .dropdown-menu a:hover, .search-filter button, .active2, .more-details a, .navbar-toggler{
  color: white;
}

.login-signup a:hover, .dropdown-menu a:hover, .quick-filter a, .search-filter button:hover, .more-details a:hover, .nav-item a:hover{
  transition: 0.3s;
}

.login-signup a:hover, .search-filter button:hover{
  color: black;
}

.login-signup, .filter-heading{
  font-size: 16px;
}

.b-right{
  border-right: 2px solid white;
}

.dropdown-toggle::after{
  margin-left: 0;
}

.dropdown-menu{
  font-size: 13px;
}

.dropdown-item{
  background: #F4F4F4;
}

.search-filter{
  background: #D9D9D9;
}

.search-filter label, .filter-text{
  font-size: 12px;
}

.search-filter option, .search-filter select, .category-header{
  font-size: 14px;
}

.filter-category div, .checkbox-div{
  height: 30px;
}

.filter-category input[type=checkbox]{
  transform: scale(1.5);
}

.filter-mob{
  position: fixed;
  width: 90%;
  z-index: 1000;
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.3);
  transform: translate(-50%,-50%);
}

.quick-filter a:hover{
  background: rgba(244, 148, 36, 0.3);
}

.quick-filter a, .more-details a:hover, .media a{
  color: #F49424;
}

.active3{
  color: #A18577;
}

.quick-filter .dropdown-toggle::after{
  border: none;
}

.img-container{
 height: 100px;
}

.view img{
  max-width: 100%;
  max-height: 100%;
}

.view-details{
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.tenable{
  font-size: 13px;
  color: #EF582A;
}

.border-lgrey{
  border: 1px solid #D9D9D9;
}

.border-lgrey-left{
  border-left: 1px solid #D9D9D9;
}

.border-lgrey-bottom{
  border-bottom: 1px solid #D9D9D9;
}

.border-yellow{
  border: 1px solid #F49424;
}

.border-yellow-right{
  border-right: 1px solid #F49424;
}

.border-yellow-left{
  border-left: 1px solid #F49424;
}

.more-details{
  bottom: -16px;
  right: -17px;
}

.more-details a:hover{
  background: transparent;
}



.media{
  background: rgba(54, 54, 54, 0.9);
}

.copyright{
  background: rgba(54, 54, 54, 1);
  font-size: 14px;
}

@media (min-width: 1200px) {
  nav, .main{
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  .navbar-nav{
    background: #F4F4F4;
  }
}

@media (max-width: 991px) {
  .filter{
    display: none;
  }
}

@media (max-width:768px) {
  nav{
    flex-wrap: wrap;
  }
  .login-signup{
    width: 100vw;
    height: 30px;
  }
  .navbar-collapse{
    width: 100%;
    z-index: 1000;
    top: 40px;
  }
  .navbar-toggler{
    height: 40px;
  }
  .view-details h3{
    font-size: 17px;
  }
  .view-font{
    font-size: 13px;
  }
}
