.modal{
  z-index:10001 !important;
  padding-top: 83px;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop{
  z-index:9998 !important; 
}
.modal_close_btn {
    padding: 1px 6px !important;
    box-sizing:border-box;
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.5;
    letter-spacing: normal;
    text-align: center;
    position: absolute;
    right: -3px;
    top: -55px;
    background-color: transparent !important;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.modal_close_btn:hover {
    background-color: rgb(227, 31, 61) !important;
}
.modal_close_btn img {
    max-width:unset !important;
    width: 20px;
    height: 20px;
    right: -5px;
    top: -35px;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 440px){
  .watch_video_btn{
    margin-left: 0px;
  }
}