.full_banner{background-color: var(--blue);padding: 42px 0;background-image: url(../images/resource_bg_dots.svg);position: relative;}
.full_banner .banner_txt{text-align: center;max-width: 826px;margin: 0 auto;color: var(--white);}
.full_banner .banner_txt h1{font-size: var(--fnt_40);margin-bottom: 16px;}
.full_banner .banner_txt h1 img{margin-right: 16px;}
.full_banner .banner_txt p{max-width: 100%;font-weight: var(--fnt_w300);}

.full_banner::before{content: '';display: inline-block;background-image: url(../images/resource_bg1.svg);background-repeat: no-repeat;width: 200px;height: 219px;position: absolute;top: 0;left: 0;}
.full_banner::after{content: '';display: inline-block;background-image: url(../images/resource_bg2.svg);background-repeat: no-repeat;width: 262px;height: 179px;position: absolute;bottom: 0;right: 0;}


.search_list{padding: 72px 0;}
.search_list .filter_cntnt {display: flex;justify-content: space-between;padding: 24px 16px;border-bottom: 1px solid var(--lite_grey1);cursor: pointer;}
.search_list .flex-grow-1{align-self: center;}
.search_list .flex-grow-1 h3{font-weight: var(--fnt_w300);}
.search_list li span{align-self: center;cursor: pointer;}

.filter_tab_list li{padding: 0 16px;}
.filter_tab_list .filter_btn{color: var(--white);font-size: var(--fnt_16);font-weight: var(--fnt_w600);line-height: 1.75;border: none;padding: 0;}
/* .filter_tab_list .filter_btn.active{opacity: 1;} */
.selected {border-bottom: 2px solid var(--green) !important;}
.filter_tab_list .filter_btn select{background-color: transparent;border: none;color: var(--White);font-weight: var(--fnt_w700);padding:0;}
.filter_tab_list .filter_btn select:focus-visible{border: none;outline: none;color: var(--White);}
.filter_tab_list .filter_btn select::selection{color: var(--White);}
.filter_tab_list .filter_btn select option{color: var(--black);font-weight: var(--fnt_w400);}
.filter_tab_list .filter_btn .dropdown-toggle{color: var(--White);}
.filter_tab_list .filter_btn .dropdown-menu{min-width: fit-content;padding: 16px 24px;border-radius: 24px;margin-top: 22px !important;}
.filter_tab_list .filter_btn .dropdown-menu .dropdown-item{padding: 8px 0px;border-bottom: 1px solid var(--lite-blue3);color: var(--sec_black);}
.filter_tab_list .filter_btn .dropdown-menu .dropdown-item:active{background-color: transparent;color: var(--black);}

/* resource webinar listing */
.resource-webinar_bg{background-color:var(--lite_green);padding:42px 0px;position:relative;background-image:url(../images/resource_bg_dots.svg);background-repeat:no-repeat;background-position:center;}
.resource-webinar_bg .banner-text{text-align:center;max-width:826px;margin:0 auto;}
.resource-webinar_bg .p_teritary{font-weight:var(--fnt_w300);color:var(--black);margin-top:16px;margin-bottom:32px;}
.resource-webinar_bg .banner-text img{margin-right:16px;}
.resource-pagination{padding-top:72px;padding-bottom:72px;}
.pagination-card_group .card{border-radius: 24px;background: var(--White, #FFF);box-shadow: 0px 0px 16px 0px rgba(8, 20, 32, 0.05);border:none;}
.pagination-card_group{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.pagination-card_group .card-body h3{font-weight:var(--fnt_w600);line-height:36px;letter-spacing:-0.48px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;}
.pagination-card_group .blue-btn_brd{border-radius: 30px;border: 1px solid var(--primary_blue);background:var(--white);font-size:var(--fnt_14);font-weight:var(--fnt_w500);line-height:20px;color:var(--primary_blue);padding:12px 24px;margin-top: 24px;}
.pagination-card_group .card-body{padding:24px;}
.resource-pagination .pad32{padding-top:32px;}
.pagination .page-item{margin:0 6px;}
.pagination .page-item .page-link {border-radius: 4px; border: 1px solid #E0E0E0; background: var(--white);padding: 2px 11px;font-size:var(--fnt_14);font-weight:var(--fnt_w400);line-height:26px;color:var(--black);}
.resource-pagination .show{display:flex;justify-content:space-between;}
.show-paragraph{font-size:var(--fnt_14);font-weight:var(--fnt_w400);line-height:26px;color:#999;}
.resource-pagination .play{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);}
 .pagination .page-item.active .page-link{border:1px solid var(--primary_blue)!important;color: var(--primary_blue);}
.pagination-card_group .card:hover{box-shadow: 0px 4.8px 7.2px -2.4px rgba(16, 24, 40, 0.03), 0px 14.4px 19.2px -4.8px rgba(16, 24, 40, 0.08);}




/* resource-blog-listing */
.blog_list{padding: 72px 0px;}
.blog_list .card{border: none;box-shadow: 0px 0px 16px 0px rgba(8, 20, 32, 0.05);border-radius:24px;background-color:#ffffff;padding:24px;}
.blog_list .card .card-top{text-align: center; border-radius: 12px 12px 0px 0px;min-height: 184px;}
.blog_list .card .p_quarternary{color: #047857;}
.blog_list .card h4{color:var(--red);font-weight: var(--fnt_w700);}
.blog_list .card h3{color:var(--black);font-weight: var(--fnt_w600);   width:99%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top:14px;}
.blog_list .card .card-text{color: var(--grey);font-size: 16px;font-weight: var(--fnt_w400);margin-top:14px;}
.blog_list .card .card-footer{display: flex;align-items: center;padding:0;background-color:transparent;border-top: none;border-radius: 0px 0px 12px 12px;margin-top:33px;}
.blog_list .card .card-footer p{font-weight: var(--fnt_w400);}
.blog_list .card .card-footer p span ,.blog_detail .profile_card .p_teritary span{padding-left: 16px;position: relative;}
.blog_list .card .card-footer p span::before , .blog_detail .profile_card .p_teritary span:before{position: absolute;content: '';background-image: url(../images/blue-dot.svg);top:5px ;left:3px;background-repeat: no-repeat;width: 100%;height: 100%;}
.blog_list .card .card-footer h6{font-weight: var(--fnt_w600);}
.resource-blog_bg{background-color:var(--primary_yellow);padding:42px 0px;position:relative;background-image:url(../images/resource_bg_dots.svg);background-repeat:no-repeat;background-position:center;}
.resource-blog_bg .banner-text {text-align: center;max-width: 826px;margin: 0 auto;}
.resource-blog_bg .banner-text img {margin-right: 16px;}
.resource-blog_bg .p_teritary {font-weight: var(--fnt_w400);color: var(--black);margin-top: 16px;margin-bottom: 32px;line-height: 30px;}
.resource-blog_bg .rnd_srch_btn {background-color:#FAC740!important;}
.resource-blog_bg .filter_tab_list .filter_btn.active {color: var(--black);}
.resource-blog_bg .filter_tab_list .filter_btn {color:#666;}
.resource-blog_bg::before {content: '';display: inline-block;background-image: url(../images/resource_bg1.svg);background-repeat: no-repeat;width: 200px;height: 219px; position: absolute;top: 0;left: 0;}
.resource-blog_bg::after {content: '';display: inline-block;background-image: url(../images/resource_bg2.svg);background-repeat: no-repeat;width: 262px;height: 179px; position: absolute;bottom: 0;right: 0;}
.blog_list .card:hover{box-shadow: 0px 4.8px 7.2px -2.4px rgba(16, 24, 40, 0.03), 0px 14.4px 19.2px -4.8px rgba(16, 24, 40, 0.08);}
.blog-card_group{padding-bottom:20px;}

/* resource-blog-listing */

/* resource-blog-detail */
.blog_detail{padding: 100px 0px 0px;}
.blog_detail h2{font-weight: var(--fnt_w700);color: var(--black);margin-bottom: 32px;}
.blog_detail .blog_detail_img{margin-bottom: 32px;border-radius: 24px;padding: 0px;height: 512px;}
.blog_detail .profile_card{display: flex;}
.blog_detail .profile_card h3{font-weight: var(--fnt_w600);color:#000;}
.blog_detail .profile_card .p_teritary{font-size: var(--fnt_12);color:#000;}
.blog_detail .blog_detail_txt p{font-size: 16px;font-weight: var(--fnt_w500);line-height: 1.50;letter-spacing: 0.15px;margin-bottom: 16px;}
.blog_detail .blog_detail_txt p{font-weight: var(--fnt_w400);font-size: 16px;font-weight: var(--fnt_w500);line-height: 1.50;letter-spacing: 0.15px;}
.blog_detail .blog_detail_txt p span{font-weight: var(--fnt_w600);display: block;margin-block: 16px;}
.blog_detail_card_slider .slick-slide{margin-right: 24px;}
.blog_detail_list{background-image: none;}
.blog_detail_list h2{font-size: var(--fnt_32);margin-bottom: 32px;}
/* resource-blog-detail */

/* resources-webinar-details */
.education-details{padding-top:72px;padding-bottom:72px;}
.education-details h2{letter-spacing:-0.8px;line-height:52px;}
.education-details .span-txt{font-size:var(--fnt_18);font-weight:var(--fnt_w300);line-height:30px;color:var(--primary_blue);}
.education-details .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height: 48px;width: 48px;}
.education-details .pad32{padding-top:32px;}
.education-details .p_teritary{font-weight:var(--fnt_w300);line-height:28px;color:#000;}
.para-partner p{font-size: 16px;font-weight: var(--fnt_w400);line-height: 1.50;letter-spacing: 0.15px;margin-bottom: 16px;}
.details-slider h2{line-height:52px;letter-spacing:-0.8px;color:var(--sec_black);}
.details-slider{padding-bottom:72px;}
.details-card_group{padding-top:32px;padding-bottom:20px;}
.details-card_group .card{border:none;border-radius:24px;background-color:var(--white);box-shadow: 0px 0px 16px 0px rgba(8, 20, 32, 0.05);margin-right:24px;}
.details-card_group .card-body{padding:24px;display: flex;flex-direction: column;}
.details-card_group .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.details-card_group .card-body h3{font-weight:var(--fnt_w600);line-height:36px;letter-spacing:-0.48px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
}
.details-card_group .card-body .blue-btn_brd{border-radius: 30px;border: 1px solid var(--primary_blue);background:var(--white);font-size:var(--fnt_14);font-weight:var(--fnt_w500);line-height:20px;color:var(--primary_blue);padding:12px 24px;margin-top: 24px;max-width: 140px;}
.resource-webinar_bg .rnd_srch_btn{background-color:var( --lite_green)!important;position:absolute;right:0.8rem;}
.resource-webinar_bg .filter_tab_list .filter_btn{color:#666;}
.resource-webinar_bg .filter_tab_list .filter_btn.active{color:var(--black);}
.resource-webinar_bg::before {content: '';display:inline-block;background-image:url(../images/resource_bg1.svg);background-repeat:no-repeat;width:200px;height:219px;position:absolute;top:0;left:0;}
.resource-webinar_bg::after {content: '';display:inline-block;background-image:url(../images/resource_bg2.svg);background-repeat:no-repeat;width:262px;height:179px;position:absolute;bottom:0;right:0;}
.details-card_group .card:hover {box-shadow: 0px 4.8px 7.2px -2.4px rgba(16, 24, 40, 0.03), 0px 14.4px 19.2px -4.8px rgba(16, 24, 40, 0.08);}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color:transparent;color:#272727;}
.select2-container--default .select2-results__option--selected {background-color:transparent;}
.select2-container--default .select2-selection--single {border:none;}
.select2-container--default .select2-results>.select2-results__options {max-height:100%;overflow-y:hidden;}
.select2-results__option {border-bottom: 1px solid #E6E9FF; font-size:var(--fnt_12);line-height:16px;padding:15px 0px;font-weight:var(--fnt_w400);}
.select2-results__option:last-child {border-bottom:none;}
.select2-container--default .select2-selection--single {background-color:transparent;}
.select2-container .select2-selection--single .select2-selection__rendered {text-overflow: inherit;color: #666666;}
.select2-dropdown {border:none;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);border-radius:24px;width:132px !important;padding:10px 16px;top: 12px;}
.select2-container--open .select2-dropdown--below {border-top: none; border-top-left-radius: 24px; border-top-right-radius:24px;}
/* .select2-container--focus .select2-selection--single .select2-selection__placeholder {color: #FFFFFF !important;} */
.select2-container--default .select2-selection--single .select2-selection__placeholder {color: #FFFFFF !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { background: transparent;text-indent: -9999px;border-top: 5px  #FFFFFF; border-left: 5px #FFFFFF; transform: rotate(-135deg); border-style: solid !important;left:100%; position: absolute;top: 7px;width: 10px;height: 10px;border-width: 2px !important;}
/* .select2-container--focus .select2-selection--single .select2-selection__arrow b, .select2-container--focus .select2-container--open .select2-selection--single .select2-selection__arrow b{display: block; border-top: 4px solid #FFFFFF !important;border-left: 4px solid #FFFFFF !important;} */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent transparent transparent;}




.resource-webinar_bg .select2-container--focus .select2-selection--single .select2-selection__placeholder , .resource-blog_bg  .select2-container--focus .select2-selection--single .select2-selection__placeholder {color: #000000 !important;}
.resource-webinar_bg .select2-container--default .select2-selection--single .select2-selection__placeholder , .resource-blog_bg  .select2-container--default .select2-selection--single .select2-selection__placeholder{color: #000000 !important;}
.resource-webinar_bg .select2-container--default .select2-selection--single .select2-selection__arrow b, .resource-webinar_bg .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b , .resource-blog_bg .select2-container--default .select2-selection--single .select2-selection__arrow b , .resource-blog_bg .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { background: transparent;text-indent: -9999px;border-top: 5px  #000; border-left: 5px #000; transform: rotate(-135deg); border-style: solid !important;left:100%; position: absolute;top: 7px;width: 10px;height: 10px;border-width: 2px !important;}
.resource-webinar_bg .select2-container--focus .select2-selection--single .select2-selection__arrow b, .resource-webinar_bg .select2-container--focus .select2-container--open .select2-selection--single .select2-selection__arrow b{display: block; border-top: 4px solid #FAC740 !important;border-left: 4px solid #FAC740 !important;}

/* bugs 20/3/24 */

.blog_list .card-body{padding:0;margin-top:24px;}

/* dropdown */

.selectBox {position: relative;cursor: pointer;}
.selectBox__value {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;color: rgba(255, 255, 255, 0.6);font-weight:var(--fnt_w600);}
.selectBox:after {position: absolute;right:-23px;top: 50%;transform: translateY(-50%) rotate(0deg);transition: all 0.2s ease-in-out;}
.selectBox .dropdown-menu {transition: all 0.5s ease-in-out;opacity: 0;display: block;top: 100%;width: 100%;max-height: 250px;z-index: -1;overflow-y: auto;transform: translateY(-15%);visibility: hidden;}
.selectBox.show .dropdown-menu {transition: all 0.3s ease-in-out;visibility: visible;opacity: 1;z-index: 1;transform: translateY(0);border:none;}
.filter_tab_list .filter_btn .dropdown-menu .dropdown-item.active {background-color:transparent !important;}
.selectbox-group{display: flex;gap:100px;align-items: center;}
.filter_tab_list.dropdown-menu{gap:70px;}
.dropdown-menu--overide {padding-inline: 1rem;border-radius: 20px;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);border-radius: 24px;width: 132px !important;min-width: fit-content;}
.dropdown-menu--overide .selectBox__item { border-bottom: 1px solid #E6E9FF; font-size: var(--fnt_12); line-height: 16px;padding: 15px 0px;font-weight: var(--fnt_w400);}
.dropdown-menu--overide .selectBox__item:last-child {border-bottom: none;}
.resource-webinar_bg .selectBox__value{color:#666666;}
.resource-webinar_bg .selectbox-group .show .selectBox__value {color:#333333;}
.resource-webinar_bg .selectbox-group .selectBox__value svg {stroke: #666666;}
.resource-webinar_bg .selectbox-group .show .selectBox__value svg {stroke:#333333;}

  @media screen and (min-width:768px) {
    .selectbox-group .show .selectBox__value{color:rgba(255, 255, 255,1);}
    .selectbox-group .selectBox__value svg{opacity:0.6;stroke:#ffffff;}
    .selectbox-group .show .selectBox__value svg{opacity:1;stroke:#ffffff;}
 
  }
  /* changes */

.filter_tab_list .filter_btn.active{color:#FAC740!important;}
.select2-container--focus .select2-selection--single .select2-selection__placeholder {color:#FAC740!important;}
/* .select2-container--above .select2-selection--single .select2-selection__arrow b, .select2-container--above .select2-container--open .select2-selection--single .select2-selection__arrow b {display: block;border-top: 4px solid #FAC740 !important;border-left: 4px solid #FAC740 !important;} */
.about-resources-dd .select2-selection__rendered {color: #FAC740 !important;}
.resource-webinar_bg .select2-container--focus .select2-selection--single .select2-selection__placeholder {color: #FAC740 !important;}
/* .resource-webinar_bg .select2-container--above .select2-selection--single .select2-selection__arrow b, .select2-container--above .select2-container--open .select2-selection--single .select2-selection__arrow b {display: block;border-top: 4px solid #FAC740 !important;border-left: 4px solid #FAC740 !important;} */
.about-webinars-dd .select2-selection__rendered {color: #FAC740 !important;}

.about-resources-dd .select2-container--focus .select2-selection--single .select2-selection__arrow b {
  border-top: 2px solid #FAC740 !important;
  border-left: 2px solid #FAC740 !important;
}

