/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/


/**
 * Counterbox
 */
.counterbox2 {
  display: flex;
  align-items: center;
  padding: 50px;
  background-size: cover;
}
.counterbox-inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.counterbox-block2 {
  min-width: 190px;
  min-height: 190px;
  display: flex;
  padding: 90px;
  margin: 10px;
}
.counterbox-block2 h1,
.counterbox-block2 h2,
.counterbox-block2 h3,
.counterbox-block2 h4,
.counterbox-block2 h5,
.counterbox-block2 h6,
.counterbox-block2 p,
.counterbox-block2 a {
  color: #ffffff;
}
.counterbox-block2 a:hover {
  color: #03a8f3;
}
.counterbox-block2 h2 {
  margin-bottom: 10px;
  line-height: 1;
}
.counterbox-block2 h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.counterbox-block2:nth-child(1), .counterbox-block:nth-child(2) {
  align-items: flex-end;
  
}
.counterbox-block2:nth-child(3), .counterbox-block:nth-child(4) {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.counterbox-block2:nth-child(1), .counterbox-block:nth-child(3) {
  justify-content: flex-end;
  
}
.counterbox-block2:nth-child(2), .counterbox-block:nth-child(4) {
  justify-content: flex-start;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counterbox2 {
    padding: 30px;
  }
  .counterbox-block2 {
    min-width: 180px;
    min-height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .counterbox2 {
    padding: 30px;
  }
  .counterbox-block2 {
    min-width: 180px;
    min-height: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .counterbox2 {
    padding: 15px;
  }
  .counterbox-block2 {
    min-width: 40%;
    margin: 3px;
    padding: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .counterbox-inner2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .counterbox-block2 {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: auto;
    min-width: auto;
    margin: 0;
    margin-top: -1px;
    padding: 15px;
    border: none !important;
  }
}




@media only screen and (max-width: 964px) {
.counterbox2 {
    display: none;
}}
