.modal_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.158);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal_overlay.is-visible{
    display: flex;
}


.modal_enclose {
    position: relative;
    padding: 15px;
    width: 100%;
    max-width:450px;
    margin: 0 auto;
}    

.modal_outer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 4px 5px 4px rgba(136, 136, 136, 0.25);
}

.modal_main {
padding: 0px;
background-color: #fff;
border-radius: 12px;
min-height: 200px;
max-height: 80vh;
overflow-y: auto;
text-align: center;
}
.modal_img{
    position: relative;
    margin-bottom: -120px;
}

.modal_content_container{
    background-color: red;
    padding: 40px 0px;
    padding-bottom: 20px;
    padding-top: 130px;
    border-radius: 12px ;
}
.modal_content{
    max-width: 90%;
    max-width: 240px;
    margin: 0 auto;
}
.modal_main h4{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    font-family: inherit;
}

.modal_main p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    font-family: inherit;
}

.modal_main::-webkit-scrollbar {
width: 0px;
}

/* Track */
.modal_main::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
.modal_main::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
.modal_main::-webkit-scrollbar-thumb:hover {
background: #555;
}

.modal_donwload_btn{
    background: #B8DBD3;
    border-radius: 8px;
    color: #fff;
    padding: 14px 20px;
    font-weight: bold;
    margin-left: 5px;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    margin-top: 0px;
    display: inline-block;
    margin-top: 20px;
}


.close_btn {
    background-color: transparent;
    position: absolute;
    top: 30px;
    right: 35px;
    border: none;
    z-index: 9999;

} 
.close_btn  img{
    max-width: 20px;
}

@media screen and (max-width:450px) {
    .modal_img{
            margin-bottom: -28%;
    }
    .modal_content_container{
        padding-top: 30%;
    }
}

           
            
        
    



.scroll_hidden {
    height: 100%;
    overflow: hidden;
}

.modal_app_btns{
    margin-top: 20px;
    display: none;
}
.modal_app_btns .app_button img{
    max-height: 40px;
}


/*// blog styling*/
.blog_page_heading {
    margin-bottom: 40px;
}

.blogs_group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blog_post {
    width: 48%;
    box-shadow: 0px 0px 15.0588px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 30px;
    min-width: 300px;
    margin-right: 2%;
}

.blog_post:nth-child(2n) {
    margin-right: 0px;
}

@media screen and (max-width:450px) {
    .blog_post {
        width: 100%;
        min-width: unset;
        margin-right: 0px;
    }
}
.post_image {
    height: 200px;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.post_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_content {
    padding: 25px;
}

.pp_date {
    font-size: 12px;
    font-weight: 500;
    display: block;
    color: #EB3B3E;
}

.post_heading {
    font-size: 20px;
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    transition: 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    text-decoration: none;
    line-height: 1.2;
}

.post_heading:hover {
    opacity: 0.8;
}

.para_content {
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    line-height: 1.5;
    opacity: 0.6;
}

.detail_link {
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    background: #EB3B3E;
    border-radius: 4px;
    text-decoration: none;
}

.detail_link span {
    transition: 0.4s;
}

.detail_link:hover span {
    margin-left: 10px;
}

.post_date {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #EB3B3E;
}

.blog_detail_content_container {
    display: block;
}

.featured_img_blog {
    width: 100%;
    margin-bottom: 40px;
}

.featured_img_blog img {
    width: 100%;
}

.blog_detail_content {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.6;
}

.blog_detail_content ol,
ul {
    padding-left: 15px;
}

.back_navifation_box {
    margin-top: 70px;
    font-size: 16px;
    font-weight: 500;
}

.back_navifation_box.top {
    margin-bottom: 70px;
    margin-top: 0px;
}

.back_navifation_box a {
    color: #EB3B3E;
    cursor: pointer;
    padding: 10px 25px;
    border: 1px solid #EB3B3E;
    border-radius: 4px;
    font-size: 16px;
}

.post_pagination_box {
    width: 100%;
    padding: 0px 25px;
    text-align: center;
    background-color: #fff;
}

.post_pagination_box .page-numbers {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    border: 1px solid #c2d1d9;
    border-right: none;
    font-size: 16px;
    color: #c2d1d9;
    display: inline-block;
    margin: 20px -2px;
    font-family: inherit;
}

.post_pagination_box .page-numbers:last-child {
    border-right: 1px solid #c2d1d9;
}

.post_pagination_box .page-numbers.current {
    color: #fff;
    font-weight: 600;
    background: #424c58;
}

.post_pagination_box .page-numbers.next,
.post_pagination_box .page-numbers.prev {
    padding: 0px 5px;
}