.youtube_icon{
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:22
    
}
.youtube_icon::after{
    position:absolute;
    content:'';
    background:#fff;
    width:50%;
    height:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:-2;
}
.overlay_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
    z-index: 1;
}
.mb-100{
    margin-bottom:100px;
}
.pxp-candiadates-card-1.pxp-has-shadow {
    box-shadow:none;
}
input[type="date"]::-webkit-calendar-picker-indicator ,input[type="time"]::-webkit-calendar-picker-indicator {
  /*display: none;*/
  /*opacity:0;*/
  /*background:#00000000;*/
  /*width:100%;*/
  /*height:30px;*/
  /*text-align:right;*/
  /*border:1px solid red;*/
}