.col_orange {
  color: #f48428;
}

.fw600 {
  font-weight: 600;
}

.mt16 {
  margin-top: 16px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.gray_bg {
  background: #f2f3f4;
}

.text1 {
  font-size: 16px;
  color: #1b1b1c;
  line-height: 26px;
  margin: 0;
}

.hd1 {
  font-size: 32px;
  color: #000000;
}

.hd2 {
  font-size: 20px;
  color: #1b1b1c;
}

@media only screen and (max-width: 767px) {
  .hd1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .hide-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .show-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .show-mobile {
    display: block !important;
  }
}