@media(max-width: 768px){
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    padding: 25px 30px;
}
.scroll_show_product{
   		display: none;	
    }

.cutting_edge{
    width: 100%;
      padding: 10px;
      margin: 0px;
}

.cutting_edge:after{
	display: none;
 }

.form_set{
 	padding:20px;
 }

.product-btn-fixed{
    position: fixed;
    bottom: 0px;
    z-index: 999;
    height: 70px;
    overflow: hidden;
    width: 100%;
    left: 0px;
  }

.product-btn-fixed a{ 
  width: 100%; 
}

.inner-head {
    height: 150px;
    position: relative;
    overflow: hidden;
}

.inner-overlay {
    background: rgba(0, 0, 0, 0.77);
    position: absolute;
    height: 150px;
    z-index: 999;
    padding: 10px;
    top: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
.inner-head img {
    width: 100%;
    height: 100%;
}

.mynavsticky{
  display:none;
}

.how-it-work img{  width:85%}



}
@media (min-width: 768px){
  .navbar-nav{
  float:none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  }
  .usbimg{ 
  background-image: url('../images/desktop-usb-secure-page-header.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  }

/*equal css */

.equal-div {
    display: flex;
  
}



}
