.pageFooter{
  width: 100%;
  margin-bottom: 25px;
  background-color: #f4511e;
  padding-left: 125px;
}
.fs-15 {
  font-size: 15px;
}
.fs-12 {
  font-size: 12px;
}
.rs {
  margin: 0;
  padding: 0;
}
.fw-b {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#mainwrapper{
  overflow-x: hidden;
}
.imageGridDetailLogo {
  height: 100px !important;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
}
.octagon {
  clip-path: polygon(46.1731656763% .7612046749%,47.411809549% .3407417371%,48.6947380778% .0855513863%,50% 0,51.3052619222% .0855513863%,52.588190451% .3407417371%,53.8268343237% .7612046749%,82.1111055711% 12.4769334274%,83.2842712475% 13.0554747147%,84.3718855375% 13.7821953496%,85.3553390593% 14.6446609407%,86.2178046504% 15.6281144625%,86.9445252853% 16.7157287525%,87.5230665726% 17.8888944289%,99.2387953251% 46.1731656763%,99.6592582629% 47.411809549%,99.9144486137% 48.6947380778%,100% 50%,99.9144486137% 51.3052619222%,99.6592582629% 52.588190451%,99.2387953251% 53.8268343237%,87.5230665726% 82.1111055711%,86.9445252853% 83.2842712475%,86.2178046504% 84.3718855375%,85.3553390593% 85.3553390593%,84.3718855375% 86.2178046504%,83.2842712475% 86.9445252853%,82.1111055711% 87.5230665726%,53.8268343237% 99.2387953251%,52.588190451% 99.6592582629%,51.3052619222% 99.9144486137%,50% 100%,48.6947380778% 99.9144486137%,47.411809549% 99.6592582629%,46.1731656763% 99.2387953251%,17.8888944289% 87.5230665726%,16.7157287525% 86.9445252853%,15.6281144625% 86.2178046504%,14.6446609407% 85.3553390593%,13.7821953496% 84.3718855375%,13.0554747147% 83.2842712475%,12.4769334274% 82.1111055711%,.7612046749% 53.8268343237%,.3407417371% 52.588190451%,.0855513863% 51.3052619222%,0 50%,.0855513863% 48.6947380778%,.3407417371% 47.411809549%,.7612046749% 46.1731656763%,12.4769334274% 17.8888944289%,13.0554747147% 16.7157287525%,13.7821953496% 15.6281144625%,14.6446609407% 14.6446609407%,15.6281144625% 13.7821953496%,16.7157287525% 13.0554747147%,17.8888944289% 12.4769334274%);
}
.bgi-size-contain {
  background-size: contain;
  }
.bgi-position-center {
  background-position: center;
}
.bgi-no-repeat {
  background-repeat: no-repeat;
}
.mb-5 {
  margin-top: 2.5rem!important;
  margin-bottom: 2.5rem!important;
}
.mb-0 {
  margin-bottom: 0!important;
  vertical-align: center;
}
.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
  }
.h-200px {
  height: 200px!important;
}
.w-200px {
  width: 200px!important;
}
.d-flex {
  display: flex!important;
}
.text-muted {
  color: #a1a5b7!important;
  }
.text-muted {
  --bs-text-opacity: 1;
  color: #a1a5b7!important;
}
.fw-bold {
  font-weight: 500!important;
}
.fs-6 {
  font-size: 1.075rem!important;
}
.mt-1 {
  margin-top: .25rem!important;
}
.grid-container {
  /*display: grid;
  grid-template-columns: auto auto;
  grid-gap: 2px;
  background-color: #2196F3;
  padding: 5px;*/
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  padding: 10px 0;
  font-size: 18px;
}
.grid-content {
  align-items: center;
  justify-content: center;
  vertical-align: center;
}
.gr-cnt { 
  height: 200px;
  position: relative;
}

.grid-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}