
.title {
  text-align: center;
  font-weight: 300;
  color: #43b6b0;
  margin: 2rem;
}

.radio-tile-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
          margin-bottom: 30px;
}
.radio-tile-group .input-container {
  position: relative;
  height: 34%;
  width: 100%;
  margin: 0.5rem;
  box-sizing: border-box;
  padding-right: 15px;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: flex-start;;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #8b98a8;
  padding: 0.5rem; background: #e8ecf1;
}

/* added by nehal */
.radio-tile-group .input-container .radio-tile-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: flex-start;;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  align-items: center;
}
.radio-tile-group .input-container .icon svg {
  fill: #43b6b0;
  width: 3rem;
  height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #22314e;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #8abc25;
  border: 2px solid #8b98a8;
  color: white;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

/*added by nehal*/
.radio-button:checked + .radio-tile-image img {
  
  color: white;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  border: 3px solid #214a77;
}

.radio-tile-group .input-container:nth-child(2n) .radio-tile-image {
    text-align: left;
    align-items: start;
}
.radio-tile-group .input-container:nth-child(2n+1) .radio-tile-image {
    text-align: left;
    align-items: flex-end;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
}


.radio-tile-group .input-container.input-container2{width: 48% !important; height: auto; float: left; margin: 2px;}
.radio-tile-group .input-container.input-container2 img{width: 200px; height: 200px;}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.radio-tile-group .input-container.input-container2 img{width: auto; height: auto;}
}
	
@media only screen and (min-width: 480px) and (max-width: 639px) {
.radio-tile-group .input-container.input-container2 img{width: auto; height: auto;}
}
