.navbar-nav li, nav.navbar.navbar-default ul.nav > li > a  {
font-size: 16px !important;
text-transform: uppercase;
}
/* .navbar-nav li, nav.navbar.navbar-default ul.nav > li > a{
    color: #071529;
} */
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background-color: #E6EAEE !important;
}
.simple-dropdown .dropdown-menu > li a{
    color: #071529 !important;
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.simple-dropdown .dropdown-menu > li a{
    padding: 10px !important;
}
.padding-20px{
    padding: 20px !important;
}
h5.alt-font.text-extra-dark-gray.font-weight-700 {
    margin-bottom: 10px;
}
.border-1px{
    border: 1px solid #EAF3FE;
}
.bg-number{
    position: absolute;
    font-weight: 700;
    color: #E6EAEE;
    font-size: 74px;
}
.featured .box{ 
    border:2px solid #EAF3FE;
}
.featured .box .content{
    padding: 0px 20px 10px 20px;
}
.featured .box img {
    z-index: 1;
    position: relative;
    width: 200px; 
    padding: 10px;
}
.featured .box:hover{
    border:2px solid #071529;
}
.featured .box:hover img{
    width: 210px;
    padding-bottom: 0px !important;
}
.featured .box:hover .custom-btn{
    background-color: #071529 !important;
    color: #EAF3FE !important;
}
.featured .box:hover .custom-btn img{
content: url('../images/btn-icon-hover.png');
padding: 0px 0px 5px 0px !important;
}
.custom-btn{
    text-transform: none !important;
    text-transform: none !important;
    font-size: 16px !important;
    background-color: #EAF3FE !important;
    margin-top: 15px;
    width: -webkit-fill-available;
}
.custom-btn img{
    width: 12px !important;
    padding: 0px 0px 5px 0px !important;
}
/* why home */
.why-safeshield img{
    width: 80%;
}
.separator-line-horrizontal-medium-light3{
    position: absolute;
    bottom: 0;
}
.feature-box-1 {
    display: table;
    min-height: 200px;
}
.keyy .border-right{
    border-color: #FF214F;
}
.list-style-3 li:before{
    background-color: #FF214F;;
}

/* product table */
.custom-table {
    border: 1px solid #e0e0e0;
  }

  .custom-table td {
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
  }
  .table>tbody>tr>td{
    border-right: none;
  }

  .custom-table td:nth-child(2), .custom-table td:last-child{
    border-left: none;
  }

  /* .custom-table td:first-child {
     
  } */

  .custom-table td:nth-child(2),  .custom-table td:last-child {
    text-align: left;
    font-weight: bold;
  }

  .text-uppercase {
    text-transform: uppercase;
  }

  .color-indicator {
    display: flex;
    gap: 10px;
  }

  .color-indicator div {
    width: 30px;
    height: 20px;
    border: 0.25px solid;
  }

  .color-yellow {
    background-color: #FEFFE3;
  }

  .color-blue {
    background-color: #398AFF;
  }

  .color-green {
    background-color: #25A379;
  }

  .off-white{
    background-color: #F2F0EF;
  }
  .brown{
    background-color: brown;
  }

  /* Table layout alignment */
  table.row > div {
    margin-bottom: 20px;
  }

  .custom-table th {
    text-align: center;
  }
  .table>tbody>tr>td { 
    text-transform: uppercase;
}
.mfp-title{
  display: none;
}
.btn.btn-medium { 
  width: -webkit-fill-available;
}


.featured-2 .box{ 
  border:2px solid #EAF3FE;
}
.featured-2 .box .content{
  padding: 0px 20px 10px 20px;
}
.featured-2 .box img {
  z-index: 1;
  position: relative;
  width: 200px; 
  padding: 10px;
}
.featured-2 .box:hover{
  border:2px solid #071529;
}
 
.featured-2 .box:hover .custom-btn{
  background-color: #071529 !important;
  color: #EAF3FE !important;
}
.featured-2 .box:hover .custom-btn img{
content: url('../images/btn-icon-hover.png');
padding: 0px 0px 5px 0px !important;
}


.portfolio-grid .grid-item figure{
  border: 2px solid #EAF3FE;
}
.border-color-dark{
  border: #071529 solid 1px;
}



@media (max-width:600px){
.events-page .btn.btn-large { 
  width: -webkit-fill-available;
}
.xs-hide{
    display: none;
}
.xs-padding-30-lr{
    padding: 0px 30px !important;
}
.why-safeshield img {
  width: 60px;
}
.xs-display-none{
  display: none;
}
.xs-width-100{
 width: 100% !important;
}
.text-medium{
font-size: 14px;
}
.btn-dual .btn{
  width: 260px !important;
}
}

 