.clot-banner {
  background-image: url(../image/Hero\ Sections.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.new::after {
  left: 38% !important;
}



.clot-parent {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.clot-box {
  width: 15%;
  position: relative;
  transition: 0.5s;
    cursor: pointer;
}

.clot-box:hover{
  transform: translate(0, -10px);
}

.clot-box img {
  width: 100%;
}

.clot-img {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clot-txt {
  width: 62%;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.txt-1 {
  width: 78%;
  left: 50%;
}

.clot-txt p {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
  line-height: 25px !important;
  margin-top: 0px !important;
  text-align: center !important;
}

.new-1::after {
  left: 33% !important;
}

.box-2 {
  text-align: left;
  margin-top: 50px;
  width: 100%;
  padding: 16px 21px;
  border: 1px dashed #000000;
  transition: 0.5s;
    cursor: pointer;
}

.box-2:hover{
  transform: translate(0, -10px);
}
.box-2 img{
    margin-right: 14px;
}
.box-2 h5{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--secondary-color);
    margin-bottom: 14px;
}

.box-2 p{
  font-size: 16px !important;
  font-weight: 600 !important;
    letter-spacing: 0.5px!important;
    line-height: 25px!important;
    color: #444444!important;
    margin-top: 0px!important;
}
