@charset "utf-8";
/* CSS Document for mobiles*/

/*tablets screens*/
@media only screen and (max-width: 991px) {
    .moduletable_menu {
    /background-color:lightcyan;
    padding: 0 1rem;
  }
  .navbar .nav-item a{
  -webkit-transition: all 1s ease-in-out; 
}
  .navbar .nav-item a:hover{
  background-color:#014242;
    
}
      .feature_services.centerCol{
  border-left: 0px solid #151951;
  border-right: 0px solid #151951;
}
  
}




/*mobile phones screens*/
@media only screen and (max-width: 768px) {
  
/*mobile menu background*/

  .moduletable_menu {
    /background-color:lightcyan;
    padding: 0 1rem;
  }  
.navbar .nav-item a{
  /background-color:lightcyan;
  /margin-bottom: 2px;
  /padding-left: 5px;
  -webkit-transition: all 1s ease-in-out; 
}
  .navbar .nav-item a:hover{
  background-color:#014242;
    
}
  
    .feature_services.centerCol{
  border-left: 0px solid #151951;
  border-right: 0px solid #151951;
}
  
}

/*smaller mobile phones screens*/
@media only screen and (max-width: 407px) {
  .moduletable.getinTouch {
    padding:3rem 0;
  }
  
  
  .feature_services {
  /border: 1px solid #151951;
  margin:30px 0px;
  /padding:20px;
 / min-width: 300px;
  /box-shadow: 1px 1px 18px #bffcef;
}
  .feature_services.centerCol{
  border-left: 0px solid #151951;
  border-right: 0px solid #151951;
}
  
    .lower_content {
  text-align: left;
    min-width: 300px;
}
  
}
