 /* Home Page Alert Start*/
 .fraud-alert-outer {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 9999; display: none;} 
 .fraud-alert-content { position: absolute;width: 800px;left: 50%;top: 50%; margin-top: -260px; margin-left: -400px;padding: 18px 38px 4px;background: #FFF;border-radius: 4px; min-height: 450px;} 
 .fraud-alert-content .close{ position: absolute; top: 13px; right: 18px; opacity: 1; background-color: transparent; border: none;} 
 .fraud-alert-content h5{ color: #000000; font-size: 1.25rem; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding: 0; margin: 20px 0 12px; } 
 .fraud-alert-content p{ color: #5b5b5b; font-size: 0.938rem; line-height: 1.575rem; font-family: Arial, Helvetica, sans-serif; padding: 0; margin: 0 0 20px;} 
 .fraud-alert-content p a{ color: #0000ff; text-decoration: underline;} 
 .fraud-alert-content p a:hover{ color: #0000ff; text-decoration: none;}
 .video-outer-col {
    margin-top: 61px;
}
 .frd-content-outer {
    overflow: hidden;
}

.frd-ctn-left {
    float: left;
    width: 48%;
}

.video-outer-col iframe{ width: 100%;}

.frd-ctn-right {
    float: right;
    width: 346px;
}
.watch-video-col {
    text-align: center;
    padding: 22px 0;
}

.watch-video-btn {
    max-width: 261px;
    display: block;
    background: #0078e8;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 15px;
    line-height: 42px; text-decoration: none;
}
.watch-video-btn:hover{ background: #057ff2; color: #fff;}
 /* Home Page Alert End */

 @media(max-width:1023px){ 
    
    .fraud-alert-content{ top: 30px;}
    .fraud-alert-content h5{ margin: 15px 0;}
    .fraud-alert-content{ padding: 15px 25px 20px;}
    .fraud-alert-content{ top: 30px; margin-top: 0;}
    
    
 }
    
 
@media(max-width:767px){ 
    .fraud-alert-content{ width: 90%; left: 5%; margin-left: 0;}
    .fraud-alert-content .close{ top: 5px; right: 10px;}
    .fraud-alert-content h5{ font-size: 1.15rem;}
    .fraud-alert-outer{ overflow: auto;}
    .frd-ctn-left{width:100%}
    .video-outer-col{display: none;}
     
    
    }

    @media(max-width:479px){
    .frd-ctn-left{width:100%}
    .video-outer-col{display: none;}
    }