/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width: 480px) {
  .process-box-circle .icon-container,
  .process-box-circle .icon-container i {
    width: 175px !important;
    height: 175px !important;
  }
  .navbar-brand {
	  width: 240px;
	  height: 88px;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .process-box-circle .icon-container,
  .process-box-circle .icon-container i {
    width: 250px !important;
    height: 250px !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-box-circle .icon-container,
  .process-box-circle .icon-container i {
    width: 165px !important;
    height: 165px !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .process-box-circle .icon-container,
  .process-box-circle .icon-container i {
    width: 215px !important;
    height: 215px !important;
  }
}
