/*  General CSS - needed for all pages */
html {
  width: 100;
}

body {
  font-family: 'Nunito', 'Montserrat';
  letter-spacing: 0.0625em;
  width: 100;
}

a {
  color: #d9d9d9;
}

a:focus, a:hover {
  text-decoration: none;
  color: #4ec6e3;
}

footer {
  padding: 5rem 0;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: rgb(78, 198, 227) !important;
}

.bg-secondary {
  background-color: #378ea3 !important;
}

.bg-footer {
  background-color: #0B4E88;
}

.text-primary {
  color: rgb(78, 198, 227) !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: relative;
  align: center;
}

.banner {
  width: 100%;
  /*background-color: #f0f8ff;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.banner .text {
  color: rgba(23, 121, 232, 0.66);
  font-size: 1.5rem;
  margin: 10px 20px;
}
.banner .description {
  color: black;
  font-size: 1rem;
}


@media (min-width: 600px) {
  .banner {
    flex-direction: row;
    padding: 20px;
  }

  .banner .text {
    font-size: 2rem;
  }

  .banner .description {
    font-size: 1.25rem;
  }
}

/*   Default button css    */
.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Nunito', 'Montserrat';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

/*   Primary Button CSS and effects    */
.btn-primary {
  background-color: #414042;
  font-size: 15px;
  width: 100%;
  border-radius: 0px;
}

.btn-primary:hover {
  background-color: #F1F2F2;
}

.btn-primary:hover p {
  color: #0B4E88;
}

.btn-primary:focus {
  background-color: #aaa;
  color: white;
}

.btn-primary:active {
  background-color: rgb(78, 210, 257) !important;
}

.btn-group {
  display: block;
  width: 70%;
}

/*   Secondary Button CSS and Effects    */
.btn-primary-2 {
  background-color: #76CFE5;
  padding-top: 3.5rem;
  width: 80%;
}

.btn-primary-2:hover {
  background-color: #43B5D3;
}

.btn-primary-2:focus {
  background-color: #414042;
  color: white;
}

.btn-primary-2:active {
  background-color: #267EB6 !important;
}

.btn-primary-2a {
  background-color: #76CFE5;
  padding: 2.5rem;
  padding-top: 3.5rem;
  width: 90%;
}

.btn-primary-2a:hover {
  background-color: #43B5D3;
}

.btn-primary-2a:focus {
  background-color: #414042;
  color: white;
}

.btn-primary-2a:active {
  background-color: #267EB6 !important;
}

.btn-primary-2b {
  background-color: #76CFE5;
  padding: 2.5rem;
  padding-top: 3.5rem;
  width: 90%;
}

.btn-primary-2b:hover {
  background-color: #43B5D3;
}

.btn-primary-2b:focus {
  background-color: #414042;
  color: white;
}

.btn-primary-2b:active {
  background-color: #267EB6 !important;
}

/*  Third button CSS and Effects     */
.btn-primary-3 {
  background-color: #225663;
  color: #fff;
  padding: 2.5rem;
  padding-top: 3rem;
  width: 90%;
}

.btn-primary-3:visited {
  background-color: #782f40;
}

.btn-primary-3:hover {
  background-color: rgb(78, 198, 237);
}

.btn-primary-3:focus {
  background-color: #225663;
  color: white;
}

.btn-primary-3:active {
  background-color: #225663;
}

.btn-secondary {
  background-color: #0d9fd9;
  padding: 1rem;
  margin-top: 1rem;
}

.btn-secondary:hover {
  background-color: #03c4f0;
}

.btn-secondary:active {
  background-color: #0097f5 !important;
}

/*   Navbar Logo     Updating Logo, removing fixed size */
#mainNav .logo {
  width: 250px;
}

/*  Navbar Mobile Menu Button     */
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #0B4E88;
  border: 1px solid #0B4E88;
}

/*   Menu Button List Container    */
#mainNav .navbar-nav {}

/*   Menu page links and Effects   */
#mainNav .nav-link {
  -webkit-transition: none;
  transition: none;
  padding: 0rem 1.5rem;
  color: #0B4E88;
  font-size: 1.25rem;
}

#mainNav .nav-link:hover {
  color: #0B4E88;
  font-weight: bold;
}

#mainNav .nav-link:active {
  color: #0B4E88;
}

.contact-section .box {
  border: 0;
  padding: 2rem;
}

.contact-section .box h4 {
  font-size: 0.8rem;
  font-family: 'Montserrat';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .box hr {
  border-color: #76CFE5;
  border-width: 0.25rem;
  width: 3rem;
}

.copyright {
  margin: 0 auto;
  float: none;
}


/* End of General CSS */
/*  Start of Home Page CSS   */





.diatech-home {
  position: relative;
  text-align: center;
  color: #f1f2f2;
}

.card {
  box-shadow: 6px 6px 6px #404040;
  border-radius: 16px;
  background-color: #76CFE5;
margin: 0 auto;

}

.card .card-img-top {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.card .card_skin:hover {
  transform: scale(1.02);
  background-color: #43B5D3
}

.mission-vision {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  background-color: #f1f2f2;
  color: #414042;
}

/* start of news stuff*/
.news-section {
  padding-bottom: 2rem;
  background-color: #F1F2F2;
}

.news-section .my-4 {
  border-color: black;
}

.news-section a {
  color: #4ec6e3;
}

.news-section a:focus, a:hover {
  text-decoration: none;
  color: #d9d9d9;
}

.news-img {
  width: 100%;
  margin: 0 auto;
  float: none;
  box-shadow: grey 5px 5px;
}

.news-img-3 {
  width: 100%;
  float: none;
  box-shadow: grey 5px 5px;
}

.news-box {
  width: 100%;
  float: none;
  background-color: #267EB6 !important;
  margin-bottom: 1rem;
  box-shadow: grey 5px 5px;
}

.news-box-3 {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: grey 5px 5px;
}

.news-text {
  padding: 1rem;
  color: #414042;
}

.news-text-old {
  padding: 1rem;
  color: #414042;
}

.news-text-old h4 {
  color: #0B4E88;
}

.news-text a {
  color: #76CFE5
}

.news-text p {
  color: black;
}

.news-text ul {
  color: black;
}

/* end of news section*/
/*   Home Page Problem Section   */
.home-infusion {
  padding-bottom: 2rem;
  top: 5rem;
  bottom: 2rem;
  width: 100%;
  background-color: #f1f2f2;
  color: #414042;
}

/*  Problem h2     */
.home-infusion .home-inner {
  position: relative;
  padding: 2rem;
  margin: auto;
  width: 100%;
}

/*  Mobile Problem h2    */
.home-infusion .home-inner-mobile {
  position: relative;
  padding: 1rem;
  margin: auto;
  width: 100%;
}

/*  Problem Line    */
.home-infusion .my-4 {
  border-color: #76CFE5;
  border-width: 0.25rem;
  width: 45%;
  ;
}

/* Icon Text */
.icon-text {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/*   Stats Section  */
.stats {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  background-color: white;
  color: black;
  /* color for stats text*/
}

.stats_top {
  padding-top: 1rem;

}

/*  Large Statistic    */
.big-stat-1 {
  font-size: 4rem;
  color: #414042;
}

.stats-inner {
  position: relative;
  padding: 1rem;
  margin: auto;
  width: 100%;
}

/*   Stats Text */
.stats-text {
  position: relative;
  width: 100%;
  margin: 0 auto;
  float: none;
  color: #43B5D3;
  font-size: 25px;
}

#stats_bottom {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #43B5D3;
  font-size: 32px;
  font-weight: bold;
}

/* Skin Diagram CSS */
.skin-diagram {
  background-color: #267EB6;
  padding-bottom: 3rem;
  height: 50%;
}

.projects-section img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  float: none;
  /* Added */
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
}

.user-section img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  float: none;
  /* Added */
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
}

/*  Dropdown Button for Mobile   */
#btn-mobile .dropdown-menu {
  width: 100%;
  border: 1px solid #225663;
  margin-top: -0.1rem;
  margin: 0;
  padding: 0;
  z-index: 5rem;
}

.skin-text {
  position: relative;
  text-align: center;
  line-height: 1.6rem;
  width: 100%;
  margin: 0 auto;
  float: none;
  color: #fff;
  font-size: 14px;
}

.skin-text p {
  color: #fff;
  font-size: 1rem;
}

/*  Skin Images   */
.skin-img {
  position: relative;
  width: 60%;
  top: -1rem;
  margin: 0 auto;
  /* Added */
  float: none;
  /* Added */
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
}

/*  Skin Section   */
.show {
  display: block;
}

/* Set default styles for tab content */
.tabcontent {
  color: white;
  display: none;
  padding: 1rem;
  text-align: center;
}

.aboutus {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  color: White;
  background-color: #267EB6;
}

.aboutus h5 {
  font-size: 16px;
}

.btn_team {
  border: none;
  background-color: inherit;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.btn_team:hover {
  background: #0B4E88;
  color: white;
}

.buttonteam {
  background: #414042;
  color: white;
  border-radius: 15px;
}

.InfusionSite {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  color: White;
  background-color: #267EB6;
}

.InfusionSite h5 {
  font-size: 14px;
}

.Smartfusion {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #414042;
  margin: 0 auto;
  "

}

.smartfusion h5 {
  font-size: 14px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.project-text p {
  color: #414042;
}

.project-text h4 {
  color: #4ec6e3;
}

.projects-section .project-text {
  padding: 1rem;
  font-size: 12px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 22.5%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}



.skin_text {
  color: white;
}

.skin_failure_cards {
  color: #414042;
  padding-bottom: 1rem;
}

._SmartFusion_card {
  padding-top: 3rem;
  border-radius: 32px;
  box-shadow: 6px 6px 6px #404040;
  padding: 20px 20px 20px 20px;
  color: black;
  background-color: #267EB6;
  display: inline-block;
}

._SmartFusion_card_top {
  padding-left: : 3rem;
  padding-bottom: : 3rem;
  border-radius: 16px;
  padding: 25px 25px 25px 25px;
  box-shadow: 6px 6px 6px #404040;
  color: black;
  background-color: #F1F2F2;
}

._SmartFusion_card_img {
  padding: 15px 15px 15px 15px;
}

._SmartFusion_ {
  color: black;
}

#_SmartFusion_text_header {
  color: inherit;
  padding-top: 3rem;
  font-weight: bold;
  font-size: 32px;
}

#_SmartFusion_text_header_2 {
  color: inherit;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-weight: bold;
  font-size: 32px;
}

#_SmartFusion_text_ {
  color: inherit;
  padding-bottom: 3rem;
  font-size: 22px;
}

#TM {
  &trade;
  &#153;
}

.stack_card_bot {
  background: #black;
  border-radius: 8px;
  z-index: -1;
}

.stack_card_bot_text {
  color: black;
  border-radius: 8px;
  box-shadow: 6px 6px 6px #404040;
  z-index: -1;
}

.skin-text {
  font-size: 20px;
}

.skin-text p {
  color: #fff;
  font-size: 1rem;
}

.tabcontent {
  padding: 1.5rem;
}

.projects-section {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}






@media (min-width: 300px) {
  .btn-primary {
    font-size: 21px;
  }

  .btn-primary-2 {
    width: 75%;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 22.5%;
    transform: translate(-50%, -50%);
    font-size: 12px;
  }

  .skin-img {
    position: relative;
    width: 60%;
  }

  .aboutus {
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: #fff;
    color: White;
    background-color: #267EB6;
  }

  .aboutus h5 {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }

  .aboutus h2 {
    font-size: 20px;
    padding-left: 2rem;
    padding-right: 2rem;

  }

  .tabcontent {
    padding: 1.5rem;
  }

  .projects-section {
    font-size: 14px;
  }

  .projects-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }

  /*section for failure text body 300px*/
  .site_difference h5 {
      font-size: 14px;
      padding-left: 5%;
      padding-right: 5%;
      text-align: justify;
      padding-bottom: 2rem;
    }

  .site_difference h2 {
      padding-left: 5%;
      padding-right: 5%;
      text-align: left;
      padding-top: 1rem;

      font-size: 20px;
    }


  /*site cards section 300*/
  .card {
    box-shadow: 6px 6px 6px #404040;
    border-radius: 16px;
    background-color: #76CFE5
  }

  .card .card-img-top {
    display: block;
    width: 75%;
    margin: 0 auto;
  }

  .card .card_skin:hover {
    transform: scale(1.02);
    background-color: #43B5D3
  }

  .card .card-text{
    font-size: 14px;
    padding-bottom: 1rem;
  }

  .card .card-text h4{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 1rem;
  }
  .card .mb-0{
    font-size: 14px;

  }

  /*stats section 850px*/

  .stats_top {
    padding-top: .5rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1rem;
    text-align: justify;
    font-size: 14px;

  }
  .stats_top h2{
    text-align: left;
    font-size: 20px;
  }

  .stats_top h5{
    text-align: justify;
    font-size: 14px;
  }

  .img{
    height: 10%;
  }

  .big-stat-1{
        font-size: 40px;
        color: #267EB6;
  }
  .stats-text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: none;
    color: #414042;
    font-size: 18px;

    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
  }

  #stats_bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #43B5D3;
    font-size: 22px;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: bold;

  }

  .skin_header{
    color: white;

  }


  /* section for SmartFusion cards*/
  ._SmartFusion_card {
    padding-top: 3rem;
    border-radius: 32px;
    box-shadow: 6px 6px 6px #404040;
    padding: 20px 20px 20px 20px;
    color: white;
    font-size: 14px;
    background-color: #267EB6;
    font-weight: bold;
    display: inline-block;
  }

  ._SmartFusion_card_top {
    padding-left: : 3rem;
    padding-bottom: : 1rem;
    border-radius: 16px;
    padding: 25px 25px 25px 25px;
    box-shadow: 6px 6px 6px #404040;
    color: black;
    background-color: #F1F2F2;
  }

  ._SmartFusion_card_img {
    padding: 15px 15px 15px 15px;
  }

  ._SmartFusion_ {
    color: black;
  }

  #_SmartFusion_text_header {
    color: inherit;
    padding-top: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
  }

  #_SmartFusion_text_header_2 {
    color: inherit;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-size: 20px;

  }

  #_SmartFusion_text_ {
    color: inherit;
    padding-bottom: 3rem;
    font-size: 14px;

    text-align: justify;
    padding-right: 5%;
    padding-left: 5%;
  }

  .deployment_text_top {

    padding-top: 3rem;
    padding-bottom: 3rem;
    font-weight: bold;
    font-size: 20px;
  }

  .deployment_text {
    padding-top: 2rem;
    padding-bottom: 1rem;

    color: White;
    background-color: #414042;
  }

  .deployment_text h5 {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: justify;

  }

  .deployment_text h2 {
    padding-top:1rem;
    padding-bottom: 1rem;
    font-size: 20px;
    padding-left: 2rem;
    padding-right: 2rem;


  }

.connect{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.buttonconnect {
  background: #414042;
  color: white;
  border-radius: 15px;

}
.btn_connect {
  border: none;
  background-color: #0B4E88;

  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
      box-shadow: 2px 2px 2px #404040;

}

.btn_connect:hover {
  background: #414042;
  transform: scale(1.02);
  color: white;
}

}

@media (min-width: 576px) {
  .btn-primary {
    font-size: 20px;
  }

  .btn-primary-2 {
    width: 75%;
  }

  .btn-primary-2a {
    width: 75%;
  }

  .btn-primary-2b {
    width: 75%;
  }

  .home-infusion h2 {
    color: black;
    font-size: 25px;
  }

  .aboutus h5 {
    font-size: 18px;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 22.5%;
    transform: translate(-50%, -50%);
    font-size: 16px;
  }

  .big-stat-1 {
    font-size: 3.5rem;
  }

  .skin-img {
    position: relative;
    width: 50%
  }

  /*about us section 850*/
    .aboutus {
      padding-top: 2rem;
      padding-bottom: 2rem;
      background-color: #fff;
      color: White;
      background-color: #267EB6;
    }

    .aboutus h5 {
      font-size: 22px;
    }

  /*section for failure text body 850px*/
  .site_difference h5 {
      font-size: 22px;
      padding-left: 5%;
      padding-right: 5%;
      text-align: justify;
  padding-bottom: 2rem;
    }

  .site_difference h2 {
      padding-left: 5%;
      padding-right: 5%;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 25px;
    }

    .card .card-text{
      font-size: 22px;
      padding-bottom: 1rem;
    }
    .card .mb-0{
      font-size: 22px;

    }



  /*stats section 850px*/
  .stats_top {
    padding-top: .5rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1rem;
    text-align: justify;
    font-size: 22px;

  }
  .stats_top h2{
    text-align: center;
    font-size: 25px;

  }

  .stats_top h5{
    text-align: justify;
    font-size: 22px;
  }

  .img{
    height: 10%;
  }

  .big-stat-1{
        font-size: 40px;
        color: #414042;
  }
  .stats-text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: none;
    color: #0B4E88;
    font-size: 18px;

    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
  }

  }

}




@media (min-width: 768px) {
  .btn-primary-2 {
    width: 35%;
  }

  .home-infusion h2 {
    font-size: 30px;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 22.5%;
    transform: translate(-50%, -50%);
    font-size: 22px;
  }

  .btn-group h4 {
    font-size: 15px;
  }

  .skin-img {
    position: relative;
    width: 45%;
  }

  .skin-text {
    font-size: 22px;
    line-height: 1.7rem;
  }

  .skin-text p {
    color: #fff;
    font-size: 1.2rem;
  }

  .icon-text {
    width: 300px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .projects-section {
    margin: 0rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }

  /*about us section 768px*/
    .aboutus {
      padding-top: 2rem;
      padding-bottom: 2rem;
      background-color: #fff;
      color: White;
      background-color: #267EB6;
    }

    .aboutus h5 {
      font-size: 22px;
    }

  /*section for failure text body 768px*/
  .site_difference h5 {
      font-size: 20px;
      padding-left: 5%;
      padding-right: 5%;
      text-align: justify;
  padding-bottom: 2rem;
    }

  .site_difference h2 {
      padding-left: 5%;
      padding-right: 5%;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem;
    }


  /*stats section 768px*/

  .stats_top {
    padding-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1rem;
    text-align: justify;

  }
  .stats_top h2{

    text-align: center;

  }


}


@media (min-width: 850px) {
  .centered {
    position: absolute;
    top: 50%;
    left: 22.5%;
    transform: translate(-50%, -50%);
    font-size: 24px;
  }

/*about us section 850*/
  .aboutus {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
    color: White;
    background-color: #267EB6;
  }

  .aboutus h5 {
    font-size: 22px;
  }

/*section for failure text body 850px*/
.site_difference h5 {
    font-size: 20px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
padding-bottom: 2rem;
  }

.site_difference h2 {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }




/*stats section 850px*/

.stats_top {
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1rem;
  text-align: justify;

}
.stats_top h2{

  text-align: center;

}


  .stats-text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: none;
    color: #43B5D3;
    font-size: 25px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;


  }

  #stats_bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #43B5D3;
    font-size: 32px;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: bold;
        text-align: justify;
  }

  #_SmartFusion_text_header {
    color: inherit;
    padding-top: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
  }

  #_SmartFusion_text_header_2 {
    color: inherit;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-size: 32px;

  }

  #_SmartFusion_text_ {
    color: inherit;
    padding-bottom: 3rem;
    font-size: 22px;

    text-align: justify;
    padding-right: 5%;
    padding-left: 5%;
  }


  .deployment_text {
    padding-top: 2rem;
    padding-bottom: 1rem;

    color: White;
    background-color: #414042;
  }

  .deployment_text h5 {
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: justify;

  }

  .deployment_text h2 {
    padding-top:1rem;
    padding-bottom: 1rem;
    font-size: 20px;
    padding-left: 2rem;
    padding-right: 2rem;


  }

}


@media (min-width: 992px) {
  .btn-primary-2a {
    background-color: #76CFE5;
    padding: 2.5rem;
    padding-top: 3.5rem;
    width: 95%;
  }

  .btn-primary-2b {
    background-color: #76CFE5;
    padding: 2.5rem;
    padding-top: 3.5rem;
    width: 70%;
  }

  .home-infusion h2 {
    font-size: 35px;
  }

  .diatech-home img {
    height: 100vh;
  }

  #mainNav .navbar-brand {
    margin-left: 3rem;
  }

  .skin-img {
    position: relative;
    width: 65%;
  }

  .diatech-home img {}

  .stats-text {
    font-size: 18px;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 22.5%;
    transform: translate(-50%, -50%);
    font-size: 28px;
  }

  .btn-group {
    margin-top: 1rem;
  }

  .skin-text {
    font-size: 24px;
    line-height: 1.8rem;
  }

  .skin-text p {
    color: #fff;
    font-size: 1.2rem;
  }

  .icon-text {
    margin-top: 2rem;
    width: 100%;
    margin-bottom: 2rem;
  }

  .projects-section {
    margin: 0rem;
  }

  /*about us section 850*/
    .aboutus {
      padding-top: 2rem;
      padding-bottom: 2rem;
      background-color: #fff;
      color: White;
      background-color: #267EB6;
    }

    .aboutus h5 {
      font-size: 22px;
    }

  /*section for failure text body 850px*/
  .site_difference h5 {
      font-size: 20px;
      padding-left: 5%;
      padding-right: 5%;
      text-align: justify;
  padding-bottom: 2rem;
    }

  .site_difference h2 {
      padding-left: 5%;
      padding-right: 5%;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem;
    }




  /*stats section 850px*/

  .stats_top {
    padding-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1rem;
    text-align: justify;

  }
  .stats_top h2{

    text-align: center;

  }

  .phone_text{
    font-size: 20px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }

  /* section for SmartFusion cards*/
  ._SmartFusion_card {
    padding-top: 3rem;
    border-radius: 32px;
    box-shadow: 6px 6px 6px #404040;
    padding: 20px 20px 20px 20px;
    color: white;
    font-size: 14px;
    background-color: #267EB6;
    font-weight: bold;
    display: inline-block;
  }



  #_SmartFusion_text_header {
    color: inherit;
    padding-top: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
  }

  #_SmartFusion_text_header_2 {
    color: inherit;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-size: 32px;

  }

  #_SmartFusion_text_ {
    color: inherit;
    padding-bottom: 3rem;
    font-size: 22px;

    text-align: justify;
    padding-right: 5%;
    padding-left: 5%;
  }


}

/*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .btn-primary-2 {
    width: 95%;
  }

  .btn-primary-2a {
    background-color: #76CFE5;
    padding: 2.5rem;
    padding-top: 3.5rem;
    width: 85%;
  }

  .btn-primary-2b {
    background-color: #76CFE5;
    padding: 2.5rem;
    padding-top: 3.5rem;
    width: 55%;
  }

  .home-infusion .home-inner {
    width: 90%;
  }

  .big-stat-1 {
    font-size: 3rem;
  }

  .home-infusion h2 {
    font-size: 45px;
  }

  .btn-group h4 {
    font-size: 24px;
  }

  #mainNav .navbar-brand {
    margin-left: 7rem;
  }

  .btn-group {
    top: 2rem;
  }

  .skin-img {
    position: relative;
    width: 55%;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 22.5%;
    transform: translate(-50%, -50%);
    font-size: 34px;
  }

  .icon-text {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .skin-text {
    font-size: 24px;
    line-height: 2rem;
  }

  .skin-text p {
    color: #fff;
    font-size: 1.4rem;
  }

  .project-text p {
    font-size: 18px;
    color: #414042;
  }

  .skin_header{
    font-size: 30px;
    font-weight: bold;
    line-height: 2rem;
    color: White;
    padding-top: 1rem;
}

/*stats section 1200px*/
  .stats-text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: none;
    color: #43B5D3;
    font-size: 22px;
  }

}

/*Extra largeeeeeee devices (large desktops, 1600px and up) */




@media (min-width: 1600px) {

  .stats-text {
    position: center;
    width: 100%;
    margin: 0 auto;
    float: none;
    color: #43B5D3;
    font-size: 30px;
  }
}

/* End of Home CSS */
