.soc
  {
      
	text-decoration: none;
    
  	padding: 5px;
 
 }
 
  
  
  .menu-button:hover {
    padding-top: 0px;
    background-color:unset;
}
  /*loader icon*/
  

 
.lds-dual-ring.hidden { 
display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
  
  
  
  
  
  /*loader icon*/
  .submit-button {
    display: block;
    }
     .w-input, .w-select {
    height: 34px;
    margin-top: 0px;
    border-radius: 4px;
}
  .sd-header
  {
      line-height:normal;
      font-size:18px;
  }
  .image-9 {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 16px;
    cursor: pointer;
}
    .sd-1 {
    height: 460px;
    margin: 20px auto auto;
}
  .schedule-a-demo
    {
        position:fixed;
        z-index:999999999;
    }
  .column-10 {
    width: 20% !important;
  }
  .column-11 {
    width: 80% !important;
  }
   .menu-button
 {
     width:100%;
     position:relative;
 }
 .submit-button-3 {
   
    width: -webkit-fill-available;
}
 
     .icon
     {
         width:0%;
         float:right;
         position:relative;
     }
  @media only screen and (max-width: 400px) {
      .blog {
    max-width: 86% !important;
}
.blog {
   
    margin-left: 60px !important;
}
  }
  @media only screen   
and (min-width: 400px)   
and (max-width: 600px)  
{
     .blog {
    max-width: 86% !important;
}
.blog {
   
    margin-left: 70px !important;
}

}
@media only screen and (min-width:600px ) and (max-width: 991px)   {
     .blog {
    max-width: 86% !important;
}
.blog {
   
    margin-left: 80px !important;
}
    
}
@media only screen and (min-width:991px )
{
    .div-block-4 {
    margin: -10px 20px 7px;
}

 .dropdown-list.w--open {
   
    width: 300px;
    }
}