.container-fluid.custom_cont.alert {
    display: none;
}
/* alert notification css start */

.alert_body {
    position: relative;
    background: #fff;
    box-shadow: 0 0 0.25em 0 rgb(0 0 0 / 25%);
    padding: unset !important;
}
.alert_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
    cursor: pointer !important;
    overflow: hidden;
    -webkit-transform: translate(-10px,10px) scale(1);
    transform: translate(-10px,10px) scale(1);
    transition: background .25s,-webkit-transform .25s;
    transition: background .25s,transform .25s;
    transition: background .25s,transform .25s,-webkit-transform .25s;
    /* padding: 15px; */
    transform: translate(25%,-25%) scale(1);
}



/* afaq styling 11-7-23 */

.alert_close {
    padding: 10px;
    height: 30px;
    width: 30px;
}


/* end  */


span.alert_close_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
/* header.alert_header {
    position: relative;
    padding: 23px 30px 23px 70px;
} */

/* afaq styling 14-7-23 */

header.alert_header {
	position: relative;
	padding: 31px 30px 31px 70px;
}

.alert_body .alert_header .alert_title p strong {
	font-weight: 400;
	color: #000;
	/* font-size: 19px; */
	line-height: 1.52381;
}







/* end */





span.alert_indicator {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F8E71C;
    padding: 25px 18px;
}
h2.alert_title {
    font-size: 1.3125rem;
    line-height: 1.52381;
    margin: unset;
}
h2.alert_title p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.alert_header a:hover {
    color: #fff !important;
    text-decoration: underline;
}
/* alert notification css end */




/* afaq styling 14-7-23 */

@media only screen and (max-width: 1220px)  {
     
    header.alert_header {
        padding: 28px 30px 28px 70px;
    }
    .alert_body .alert_header .alert_title p strong {
        /* font-size: 1rem; */
        line-height: 1.5;
    }
    }
    
    
    @media only screen and (max-width: 980px)  {
      
        .container-fluid.custom_cont.alert .alert_body {
        width: 80% !important;
        margin: 0 auto;
    }
    }

    @media only screen and (max-width: 801px)  {
      
        .container-fluid.custom_cont.alert .alert_body {
        width: 90% !important;
        margin: 0 auto;
    }
    }
  
 
  



    @media only screen and (max-width: 740px)  {
      
        .alert_body .alert_header .alert_title p strong {
            font-size: 0.875rem;
            line-height: 1.57143;
        }

        header.alert_header {
            padding: 16px 30px 16px 70px;
        }

        .container-fluid.custom_cont.alert .alert_body {
            width: 100% !important;
            margin: 0 auto;
            margin-bottom: 0px;
            margin-top: 80px;
        }
        .page-child .container-fluid.custom_cont.alert .alert_body {
            width: 100% !important;
            margin: 0 auto;
            margin-bottom: -100px;
            margin-top: 80px;
        }
        .single-press_media .container-fluid.custom_cont.alert .alert_body {
            width: 100% !important;
            margin: 0 auto;
            margin-bottom: -77px;
            margin-top: 80px; 
        }
        .home .container-fluid.custom_cont.alert .alert_body {
            margin-top: 0px;
        }

        
    }




    @media only screen and (max-width: 500px)  {
      
        .single-press_media .container-fluid.custom_cont.alert .alert_body {
            width: 100% !important;
            margin: 0 auto;
            margin-bottom: 0px;
            margin-top: 0px;
        }
    }


    



    /* end  */