

.h3guide{
 text-align: center;
}
.nav-tabs .nav-link.active{

color: #fff;
border: 1px solid #c2c48d;
background-color: #162142;
}
.nav-tabs .nav-link{
background-color: #2384c6;
color: #fff;
border: 1px solid  #fff;
margin-right: 8rem;
padding-left: 3rem;
padding-right: 3rem;
}
.fontColor{
color: #000508;
}

 #helpCloseButton{
float:right;

}
/* .abc{
background-color: #2384c6
} */
.help{
	color: rgb(0, 0, 0);
	 text-align: justify;
	 list-style: none;
   position: inherit;
}
.guide{
	color: yellow;
}

.overlay {
  height: 100%;
  width: 100%;
  /* position: fixed; */
  z-index: 1030;
  top: 0;
  left: 0;
  /* background-color: rgb(255, 255, 255); */
/*   background-color: rgba(0,0,0, 0.9); */
  overflow-x: hidden;
  transition: 0.5s;
}



/* .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 85px;
  font-size: 60px;
} */

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



.card-copy-content {
  z-index: 100;
  position: relative;
  padding: 80px 700px 80px 42px;
}

.card-image-content {
  width: 613px;
  height: 360px;
  /* background-size: 613px 360px; */
  background-repeat: no-repeat;
  position: relative;
  left: 21rem;
  margin-top: -280px;
}

.img-box{
  line-height: 20px;
}