.blue h1 {
  color: #3699FF;
  font-size: 40px;
  font-weight: 600;
  border-left: 6px solid #312A9F;
  padding-left: 10px;
}

.currentmarket {
  background: url("home-about-section.png") no-repeat center center;
  background-size: cover;
  padding: 20px 20px 30px 20px;
  margin-bottom: 20px;
}

.pd10 {
  padding: 0px 10px;
}

.slide1 {
  border: 1px solid #333333 !important;
  border-radius: 30px 0px 30px 0px !important;
  background-color: #fff;
  padding: 20px;
}

.slide1:hover {
  border-radius: 0px 30px 0px 30px !important;
  background: transparent linear-gradient(270deg, #3699FF 0%, #312A9F 100%);
  box-shadow: 0px 5px 16px #00000033;
  border: 1px solid #FFFFFF;
}

.slide1:hover .txt1, .slide1:hover .txt2, .slide1:hover .txt3, .slide1:hover .medium, .slide1:hover .w80 p {
  color: #ffffff;
}

.txt1 {
  font-size: 16px;
  color: #3699FF;
  font-weight: 600;
  border-bottom: 1px solid #c9c5c5;
  padding-bottom: 10px;
  line-height: 1rem;
  font-family: "Poppins-SemiBold";
}

.txt2 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  padding-top: 10px;
}

.txt3 {
  border-bottom: 1px solid #c9c5c5;
  padding-bottom: 12px;
}

.w80 {
  width: 100%;
}

.w80 p:nth-child(1) {
  font-size: 14px;
  color: #333;
  margin-bottom: 1px;
  font-family: "Poppins-Regular";
}

.w80 p:nth-child(2) {
  font-size: 16px;
  color: #333;
  margin-bottom: 1px;
  font-family: "Poppins-SemiBold";
}

.medium {
  font-size: 14px;
  color: #333;
  margin-bottom: 0px;
  font-family: "Poppins-Medium";
}

.slidetop {
  margin-top: 0.75rem;
}

.bggreen {
  display: inline-block;
  background-color: #D3FFD2;
  border-radius: 7px;
  color: #0D9108;
  font-size: 16px;
  padding: 4px 10px;
  font-weight: 600;
  width: auto;
  text-align: center;
  font-family: "Poppins-SemiBold";
}

.bgred {
  display: inline-block;
  background-color: #FFDADA;
  border-radius: 7px;
  color: #FF0000;
  font-size: 16px;
  padding: 4px 10px;
  font-weight: 600;
  width: auto;
  text-align: center;
  font-family: "Poppins-SemiBold";
}