.news-dets-flex{
    width: 100%;
}
body.dets-body{
    height: auto;
    padding-bottom: 0 !important;
}
@media(max-width: 767px){
    ul.links li a, ul.links li a:hover ul.links li a:focus{
        font-size: 10px;
    }
    body{
        overflow-x: hidden;
    }
    .row{
        margin-right: 0;
        margin-left: 0;
    }
}

/***************************************************** yousef *********************************************/
/*popup download book*/

.redirect{
    position: relative;
}

.redirect .overlay-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999999999999999;
    display: none;
}

.redirect .overlay-popup .flex-popup{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.redirect .popup-form{
    position: relative;
    width: 35%;
    height: auto;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 5px;
    color: #222;
    border: 1px solid #d03a37;
}

.redirect .popup-form h5{
    font-size: 1.75rem;
    text-align: right;
    margin-bottom: 20px;
}

.redirect .popup-form .form-sub {
    margin-bottom: 20px;
}

.redirect .popup-form .form-sub input{
    position: relative;
    width: 70%;
    padding: 13px 7px 11px 7px;
    border:none;
    background: transparent;
    border: 1px solid #d03a37;
    color: #000;
}

.redirect .popup-form .form-sub button{
    width: 22%;
    padding: 12px 7px;
    margin-right: -4px;
    background: #d03a37;
    border:none;
    color: #ebebeb;
}

.redirect .popup-form .form-sub button a{
    color: #fff!important;
    text-decoration: none;
}

.redirect .popup-form p{
    visibility: hidden;
}

.redirect .popup-form .times{
    position: absolute;
    top: 5px;
    left: 3%;
}

.redirect .popup-form .times i{
    color: #d03a37;
    cursor: pointer;
}

@media (max-width: 557px){
    .redirect .popup-form{
        width: 95%;
    }
}
@media (min-width: 558px){
    .redirect .popup-form{
        width: 35%;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        display: inline-block
    }
}

@media only screen and (max-width: 767px) {
    ul.links li a, ul.links li a:hover ul.links li a:focus {
        font-size: 13px;
        margin: 7px;
    }
}


.newsletter-form{
    margin-top: 20px;
    padding: 0 10px;
}
.newsletter-form form{
    width: 60%;
    margin: 0 auto;
}
@media(max-width: 767px){
    .newsletter-form form{
        width: 100%;
    }
}