
.de {
    border-top: 5px solid red;
    background-size: cover;
    position: relative;
    padding: 10px 12px 10px;
    margin: 0px 0 0px;
    min-height: 325px;
    height: 460px;
    border-radius: 35px;
  background-image: url(https://demowebpage.in/imag/satya-background.jpg);
}

@media screen and (max-width:1400px){
  
.de {
    border-top: 5px solid red;
    background-size: cover;
    position: relative;
    padding: 10px 12px 10px;
    margin: 0px 0 0px;
    min-height: 325px;
    height: 430px !important;  
}
}
.imhh {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin-top: 0px;
  /* pointer-events: none; */
}

.imhh h4 {
  color: #fff;
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  width:100% !important;
  cursor: pointer !important;
}

.imhh h4:hover{
  color: #000080;

}



.imhh p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}



.boaradedpop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

/* Popup Box */
.boaradedpop-content {
    background: #fff;
    max-width: 483px;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    animation: fadeInScale 0.3s ease;
} 

/* Animation */
@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* Close Button */
.boaradedpop-close {
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 28px;
    cursor: pointer;
    background: #ff4d4d;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Header */
.boaradedpop-header {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 0px;
}

.boaradedpop-header img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.boaradedpop-header h3 {
  margin: 0;
  font-weight: 700;
}

.boaradedpop-header h5 {
  color: #ff5722;
  margin-top: 8px;
}

/* Body */
.boaradedpop-body p {
  line-height: 1.7;
  color: #555;
}

/* Responsive */
@media(max-width:768px){
  .boaradedpop-content{
    padding:20px;
  }
  .boaradedpop-header{
    flex-direction: column;
    text-align:center;
  }
  
  .de {
    height: auto !important;
  }
}





.imhh{
    position: relative !important;
    width:100% !important;
    left: 0% !important;
    top: 0% !important;
}





.de img{
  display: block;
  margin: auto;
}





@media (min-width: 767px) and (max-width: 1100px) {
  
.de {
    border-top: 5px solid red;
    background-size: cover;
    position: relative;
    padding: 10px 12px 10px;
    margin: 0px 0 0px;
    min-height: 485px;
    height: 460px;
    max-height:1000px;
    border-radius: 35px;
  background-image: url(https://demowebpage.in/imag/satya-background.jpg);
}

}




.tp-counter-item{
    height:180px !important;
}





.flaticon-management {
  margin-left: 10px;
}

.tp-counter-item-count{
  font-size: 36px !important;
}