.resources_listing_section{
    background-color:#E7F5FF;
    position: relative;
}
body.home .resources_listing_section.bg-partial{
    background-color: transparent;
}
.resources_listing_section.bg-partial::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 73px);
    background-color: #E7F5FF;
    z-index: 1;
}
.resources_listing_section  > .container-1492{
    /*padding-top: 100px;*/
    position: relative;
    z-index: 2;
}
/*body.home .resources_listing_section.bg-partial  > .container-1492{
    padding-bottom: 0;
}*/

.resources_listing_wrapper .common-heading{
    margin-bottom: 62px;
}

.resources_listing_wrapper .resources_listing_area{
    display: grid;
    grid-template-columns: 451px 1fr;
    gap: 115px 70px;
}
.resources_listing_filter{
    background: #fff;
    padding: 50px 42px 70px 45px; 
}
.resources_listing_items {
    display: grid;
    gap: 32px 0;
}
.listing_items-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: 32px 36px; 
}
.listing_items-grid > .items{
    text-align: center;
    background: #fff;
    padding: 23px 25px 25.5px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 26px;
}
.listing_items-grid > .items .resource-image img{
    height: 155px;
    width: 155px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 18px;
}
.listing_items-grid > .items .resource-title,
.listing_items-grid > .items .resource-title span{
    font-size: 22px;
    line-height: 26px;
    color: #2A5CA8;
}
.listing_items-grid > .items .resource-title a{
    text-decoration: none !important;
}
.resource-meta p{
    color: #000;
    font-weight: 500;
    font-family: "clarendon-urw", serif;
}
.search-container{
    position: relative;
    border-radius: 100px;
}
.search-container input{
    height: 59px;
    width: 100%;
    border-radius: 100px;
    border: 2px solid #C9A979;
    padding: 0px 80px 0px 20px;
    color:#2A5CA8;
    font-family: "Lato", sans-serif;
    font-size: 28px;
}
.search-container input::placeholder{
    font-size: 29px;
    font-family: "Lato", sans-serif;
    color:#2A5CA8;
}

.search-container button{
    border: unset;
    background: transparent;
    position: absolute;
    right: 0px;
    font-size: 27px;
    color: #2A5CA8;
    height: 100%;
    background: transparent;
    width: 70px;
    padding-right: 15px;
    border-radius: 0 32px 32px 0;
}
.search-container button:hover,
.search-container button:focus{
    background: #2A5CA8;
}
.search-container button i{
    color: #2A5CA8;
}
.search-container button:hover i,
.search-container button:focus i{
    color: #fff;
}

.search-container{
    margin-bottom: 22px;
}
.resources_listing_wrapper .resources-no-filter{
    display: block;
}
.resources_filter_wrapper{
    /* margin-bottom: 20px; */
    padding: 10px 25px;
}
.resources_filter_wrapper .res_filter {
    color: #132048;
    font-weight: 800;
    font-size: 19px;
    line-height: 28px;
    padding: 0 8px;
    position: relative;
    cursor: pointer;
}
.resources_filter_wrapper .res_filter i {
    position: absolute;
    left: -26px;
    color: #132048;
    font-size: 22px;
    top: 4px;
    transition: all 0.5s ease;
}
.resources_filter_wrapper.open .res_filter i{
    /*rotate: 180deg;*/
    transform: rotate(180deg);
}
.resources_filter_wrapper{
    list-style-type: none;
}
.resources_filter_wrapper li{
    font-size: 19px;
    margin: 14px 0;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
}
.resources_filter_wrapper li label{
    cursor: pointer;
}
.resources_filter_wrapper li .input-wrap{
    margin-right: 10px;
    position: relative;
}
.resources_filter_wrapper li .input-wrap input{
    position: relative;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
}
.resources_filter_wrapper li .input-wrap .check{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 3px solid #60A7DB;
    left: 0px;
    top: 4px;
    z-index: 1;
}
.resources_filter_wrapper li .input-wrap input:checked ~ .check{
    background-color:  #60A7DB;
}

button.show-more{
    width: 233px;
    height: 51px;
    border-radius: 50px;
    border: none;
    background: #132048;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    margin-top: 10px;
    transition: all 0.5s ease;
    text-transform: uppercase;
}
button.show-more:hover{
    background: #60A7DB;
}
.show-more.less .more-topic,
.show-more:not(.less) .less-topic{
    display: none;
}

.resources_filter_wrapper .resource-term-list{
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.resources_filter_wrapper.open .resource-term-list{
    max-height: 1000px;
}

.resources_listing_items.desktop + .slide-count{
    display: none;
}

.resource-paination {
    margin-top: 58px;
    gap: 54px;
}
.resource-paination-arrow{
    gap: 47px;
}

.resource-paination-text span{
    color: #2A5CA8;
}



.resource-paination-arrow a > div {
    background: transparent;
    color: transparent;
    position: relative;
    transition: all 0.5s ease;
}
.resource-paination-arrow a > div i{
    opacity: 0;
}

.resource-paination-arrow a > div::after{

    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #132048;
    font-size: 31px;
}
.resource-paination-arrow a > div.arrow-previous::after{
    content:'\f060';
}
.resource-paination-arrow a > div.arrow-next::after{
    content:'\f061';
}

.resource-paination-arrow a.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.resource-paination-arrow a:hover > div{
    background-color: #132048;
}
.resource-paination-arrow a:hover > div::after{
    color:#fff;
}


.nothing-found-wrap{
    text-align: center;
    font-size: 45px;
    color: #2A5CA8;
    margin-top: 150px;
}



.home .resources_listing_section  .slide-count{
    display: none;
}
.resources_listing_section  .slide-count{
    /*display: none;*/
    margin-top:100px;
}

.listing_items-grid.single_item{
    grid-template-columns: 1fr;
}
.listing_items-grid.single_item > .items {
    width: 100%;
    min-height: auto;
}
.head_hide_desk {
    display: none;
}.head_hide_desk {
    display: none;
}
@media(min-width:767px) and (max-width:1200px){
    .resources_listing_wrapper .resources_listing_area {
        grid-template-columns: 342px 1fr;
        gap: 115px 36px;
    }
}

@media(min-width:767px) and (max-width:1036px){
    .resources_listing_wrapper .resources_listing_area {
        grid-template-columns: 1fr;
        gap: 115px 36px;
    }
    .resources_listing_filter {
        background: #fff;
        padding: 0px 0px 70px 0px;
        border-radius: 30px 30px 0 0;
    }
    .resources_filter_wrapper {
        padding: 25px 25px 25px 57px;
    }
    .resources_listing_filter > .resources_filter_wrapper.r_f_w01,
    .resources_listing_filter > .resources_filter_wrapper.r_f_w02{
        float: left;
        width: 50%;
    }
}

@media(max-width:767px){
    .head_hide_desk {
        display: block;
    }
    .nothing-found-wrap{
        margin-top: 0;
    }
    .resources_listing_wrapper .resources_listing_area {
        display: block;
    }
    .resources_listing_filter {
        background: #fff;
        padding: 0px 0px 70px 0px;
        border-radius: 30px 30px 0 0;
        margin-bottom: 80px;
    }
    .resources_filter_wrapper{
        padding: 25px 25px 25px 57px;
    }
    .resources_listing_items {
        padding: 0 00px 50px;
    }
    body.home .resources_listing_section.bg-partial::after {
        height: calc(100% - 149px);
    }
 
    .resources_listing_items .slick-arrow{
        bottom: -70px;
    }
    .listing_items-grid.slick-slide > .items{
        margin-bottom: 32px;
    }
    .resources_listing_section:not(.bg-partial) > .container-1492{
        padding-bottom: 182px !important;
    }
}

@media(max-width:415px){
    .listing_items-grid{
        grid-template-columns: 1fr;
    }
 
}

.filter_btngroup{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    clear: both;
    padding: 0 50px;
    justify-content: center;
}

.listing_items-grid > .items {
    padding: 25px;
    min-height: 323px;
    width: 323px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
}
.items > .resource-image > img {
    transition: all 0.5s ease;
}
.items:hover > .resource-image > img {
    /*scale: 1.2;*/
    transform: scale(1.2);
}
ul.additional-topics {
    padding-left: 0 !important;
}

.filter_wrap{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    justify-content: center;
    margin-bottom: 25px;
    color:#2A5CA8;
    font-weight: 700;
    cursor: pointer;
}
.filter_wrap .filter_icon svg {
    fill: #132048;
    width: 50px;
}
.r_f_w02:not(.open) + .filter_btngroup #show-more {
    display: none;
}
@media(max-width:767px){
    .resources_listing_filter{
        display: none;
    }
    .filter_btngrp1{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
   
}
@media(min-width:767px){
    .filter_wrap{
        display: none !important;
        margin: 0 !important;
    }
}

@media(max-width:405px){
    .listing_items-grid{
        margin: 0 10px;
    }
}