.tp-slide-item {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-slide-item__img {
    height: 100%;
    max-height: 450px;
    overflow: hidden;
  width: 100% !important;
}

.tp-slide-item__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
@media (max-width: 768px) 
{ .tp-slide-item__img{ height: 120px; } 
  .tp-slide-item { height: 100%; }
  .tp-slider-area .slider-pagination{ display:none; } }
.custom-img-box {
    height: 500px;
    overflow: hidden;
}

.custom-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-img-box {
        height: 300px;
    }
  .slider-area {
    padding-bottom:0 !important;
  }
}
.auth-card img{
  width:100px!important;
  margin:auto;
  height:100px}
@media (max-width:468px){
  .header-top{
    display:none;
  }
  .logo img{
    height:50px !important;}
}