.wrapBoxs {
    display: flex;
}

.filterBox {
    width: 30%;
    margin-right: 60px;
}

.filterinnerBox {
    margin-bottom: 130px
}

/* .blog_filter,.blog_inner,.filterinnerBox{margin-top:20px;display:flex;justify-content:space-between;width:100%;background-color:#f2f2f2;padding:30px;border-radius:16px;-webkit-border-radius:16px} */
.blog_search {
    display: inline-block;
    width: 352px;
    height: 60px;
    margin-right: 20px
}

.blog_search input {
    background-color: var(--White);
    font-size: 15px;
    border-radius: 12px;
    color: rgba(50, 50, 50, .7);
    font-family: Poppins;
    height: 100%;
    width: 100%;
    padding: 15px 15px 15px 55px;
    background-image: url("/https/www.agileinfoways.com/images/search-icon.svg");
    background-repeat: no-repeat;
    background-position: 20px center;
    font-weight: 500
}

.blog_search input::-ms-input-placeholder {
    font-size: 15px
}

.blog_search input::placeholder {
    font-size: 15px
}

.blog_select [class^="css-"][class$="-container"] {
    border: none !important;
    width: 135px;
    height: 60px
}

.blog_select [class^="css-"][class$="-ValueContainer"] {
    padding: 7px 0 8px 20px
}

.blog_select [class^="css-"][class$="-control"] {
    background-color: var(--White);
    color: var(--Secondary);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: none !important;
    box-shadow: none !important;
    height: 60px;
    width: 135px
}

.blog_select [class^="css-"][class$="-singleValue"] {
    color: var(--Secondary)
}

.blog_select [class^="css-"][class$="-indicatorSeparator"] {
    display: none
}

.blog_select [class^="css-"][class$="-indicatorContainer"] {
    margin-right: 10px
}

.blog_select [class^="css-"][class$="-option"] {
    background-color: #fff;
    color: var(--Secondary);
    cursor: pointer
}

.blog_select [class^="css-"][class$="-menu"] {
    border: 0;
    box-shadow: none !important;
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.blog_select .category-slect {
    width: 100%
}

.dataListBox {
    width: 70%
}

.dataListBox .infoDivbox h3 {
    margin-bottom: 20px
}
.h-100{
    height: 100%;
}

.blog_listing {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap
}

.blog_listing li {
    padding: 15px;
    width: 50%
}
.blog_listing li button{
    height: 100% !important;
}

.blog_listing li a {
    display: block;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden
}

.blog_listing li picture {
    display: inline-block;
    width: 100%
}

.blog_listing li a picture {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-top: 60.5%
}

.blog_listing li a picture img,
.blog_listing li a picture source {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.blog_listing li figcaption {
    display: block;
    color: #1a2032;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px
}

.blog_listing li a picture:hover img,
.blog_listing li a picture:hover source {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.eb_wp .infoDivbox {
    padding: 0 20px;
    margin-top: 20px;
}

.eb_wp .infoDivbox h3 {
    margin-bottom: 20px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* .blog_dt_tmul{display:flex;flex-wrap:wrap;width:85%} */
/* .blog_dt_tmul{display:flex;flex-wrap:wrap;gap: 10px 0;} */
/* .blog_dt_tmul li{color:rgba(0,0,0,.7);margin-right:15px;display:flex;align-items:center;padding:0!important;width:auto!important;flex-wrap:wrap} */
.blog_dt_tmul li i {
    margin-right: 12px;
    height: 16px;
    width: 16px;
    line-height: 0
}

.dateDiv {
    display: flex;
    align-items: center;
    color: var(--Darkgrey);
    font-size: 20px;
    font-weight: var(--400);
    line-height: 1.5
}

.dateDiv>div {
    white-space: nowrap
}

.dateDiv span {
    display: inline-block;
    padding: 0 5px
}

.ebook-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

.ebook-wrapper.modal-show {
    display: block
}

.ebook-wrapper sup {
    color: var(--Primary);
    font-weight: 600
}

/* .gallery-modal.modal-show {
    display: block
}

.gallery-modal.modal-show img,
.gallery-modal.modal-show picture source {
    object-fit: contain
}

.gallery-modal.modal-show picture {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
} */

.HimssModal .ebook-modal {
    max-height: 600px;
    width: 100%;
    max-width: 1200px;
    flex-wrap: nowrap;
    padding: 0;
}

.ebook-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px;
    width: 930px;
    background-color: #fffbfa;
    transform: translate(-50%, -50%);
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ebook-modal-success {
    display: inline-block;
    width: 566px;
    background-color: #fffbfa;
    left: 50%;
    top: 50%;
    padding: 60px;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 28px
}

.ebook-modal-success h2 {
    margin-bottom: 70px
}

.ebook-modal-success i {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px
}

.ebook-modal-success p {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    max-width: 366px
}

.ebook-modal-success p strong {
    color: #5f5f5f
}

.contact-success .ebook-modal-success {
    width: 650px;
    padding: 60px 50px
}

.contact-success .ebook-modal-success p {
    max-width: 100%
}

.HimssModal .close-btn {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    right: 30px;
    padding: 3px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--Secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 111
}

.close-btn {
    width: 30px;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 20px;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer
}

.close-btn svg {
    width: 100%
}

.HimssModal .ebook-left {
    width: 501px;
    padding: 0;
    height: 100%;
    border: none;
}

.ebook-left {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--Grey);
    background: var(--White);
    padding: 10px
}

.ebook-left picture {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 6%;
    border-radius: 10px;
    overflow: hidden
}

.ebook-left picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover
}

.ebook-left h3 {
    margin-left: 20px
}

.HimssModal .ebook-right {
    padding: 65px 60px;
    width: calc(100% - 484px)
}

.HimssModal .ebook-right span {
    margin-bottom: 20px;
    display: block
}

.HimssModal .ebook-right h2 {
    font-family: PT Sans;
    font-size: 42px !important;
    font-weight: 400 !important;
    line-height: 58px !important;
    margin-bottom: 50px !important
}

.ebook-right {
    width: 100%;
    float: right;
    padding: 30px 0 0
}

.ebook-right form {
    display: inline-block;
    width: 100%
}

.ebook-right .form_grp {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px
}

.ebook-right .form_grp:last-child {
    margin-bottom: 0
}

.ebook-right h2 {
    margin-bottom: 80px;
    font-size: 35px;
    font-weight: 600
}

.ebook-right .input_grp {
    background-color: transparent;
    font-family: Poppins, sans-serif;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 18px;
    width: 100%;
    color: #000
}

.ebook-right .form_grp p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    color: #5f5f5f;
    max-width: 409px
}

.ebook-right .form_grp a {
    font-weight: 600;
    font-size: 16px;
    color: #5f5f5f
}

@media only screen and (max-width:1339px) {
    .ebook-modal {
        width: 98%;
        background-color: #fff6f3
    }

    .ebook-right {
        background-color: #fff
    }
}

@media only screen and (max-width:1228px) {
    .ebook-modal {
        width: 95%;
        background-color: #fff;
        padding: 25px
    }

    .ebook-left figure {
        display: inline-block
    }

    .ebook-left {
        max-width: 100%;
        text-align: center;
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 1199px) {
    .wrapBoxs {
        flex-direction: column;
    }

    .dataListBox,
    .filterBox {
        width: 100%;
    }

    .filterBox {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .filterinnerBox {
        padding: 15px;
        margin-bottom: 30px
    }

    /* .infoDivbox {
        padding: 0 10px;
    } */

    .dateDiv {
        font-size: 18px
    }

    .HimssModal .ebook-modal {
        width: 95%
    }

    .HimssModal .ebook-left {
        display: none !important
    }

    .ebook-left picture {
        width: 60px;
        height: 60px
    }

    .HimssModal .ebook-right {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .blog_dt_tmul {
        width: 80%
    }

    .ebook-modal-success {
        width: 507px;
        padding: 60px
    }

    .ebook-modal-success h2 {
        font-size: 32px;
        margin-bottom: 40px
    }

    .ebook-modal-success i {
        margin-bottom: 30px
    }

    .ebook-modal-success p {
        margin-bottom: 30px
    }

    .ebook-right h2 {
        margin-bottom: 50px;
        font-size: 32px
    }

    .ebook-right .form_grp p {
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .ebook-left {
        max-width: 100%
    }

    .ebook-right .form_grp p {
        margin-bottom: 20px
    }

    .ebook-right h2 {
        margin-bottom: 30px;
        font-size: 28px
    }
}

@media only screen and (max-width: 575px) {

    /* .blog_filter,.filterinnerBox{padding:15px} */
    .filterinnerBox {
        flex-direction: column
    }

    .blog_search {
        width: 100%;
        margin-bottom: 10px
    }

    .blog_select [class^="css-"][class$="-control"] {
        width: 100%
    }

    .blog_select [class^="css-"][class$="-container"] {
        width: 100%
    }

    .blog_listing li {
        width: 100%
    }

    .infoDivbox h3 {
        line-height: 1.3
    }

    .blogleftbanner .dateDiv {
        font-size: 15px
    }

    .blogleftbanner .dateDiv>div {
        overflow: hidden;
        max-width: 100px;
        text-overflow: ellipsis
    }

    .ebook-modal {
        width: 95%;
        max-height: 633px;
        background-color: #fff
    }

    .ebook-modal-success {
        width: 95%;
        padding: 50px 30px
    }

    .ebook-modal-success h2 {
        font-size: 28px;
        margin-bottom: 30px
    }

    .contact-success .ebook-modal-success {
        width: 90%;
        padding: 30px 20px
    }

    .close-btn {
        right: 30px;
        top: 20px;
        width: 23px
    }

    .ebook-left {
        display: none
    }

    .ebook-right .form_grp a {
        margin: 0 auto
    }

    .ebook-right {
        padding: 0
    }

    .ebook-right .form_wrapper .btn-lg {
        margin: auto
    }

    .ebook-right .form_grp {
        margin-bottom: 35px
    }
}