/* AL 10-07-2023 */
.__register .page-section {
    z-index: 1;
}
/* AL 10-07-2023 */
/* AR 12-07-2023 */
@media only screen and (min-width: 768px){
.home-banner .swiperThumbs_container{
    display: none;
}
.home-banner .banner_content .banner_title h1 {
    font-size: calc(var(--font-size)*3);
}
.home-banner  .btn_ {
 
    font-size: calc(var(--font-size)*1.5);
}
.page_banner .banner_content .content_ h1, .page_banner .banner_content .content_ h2 {
    font-size: calc(var(--font-size)*2.5);
}
}
 
@media only screen and (max-width: 767px){
    .home-banner .banner_content .banner_title h1 {
        font-size: calc(var(--font-size)*1.8);
    }
    .home-banner  .btn_ {
        font-size: calc(var(--font-size)*1.5);
        padding: 0.55em 2em;
    }
    .page_banner .banner_content .content_ h1, .page_banner .banner_content .content_ h2,.news_details_wrapper .content_ .title_ p ,.section_title h2{
        font-size: calc(var(--font-size)*1.65);
    }
    .news_ .item_wrapper .item_ .title_ p {
 
        font-size: calc(var(--font-size)*1.2);
    }
}
 
/* -- AR 12-07-2023 */

/* AP 23-12-2024 */
.participant_wrapper .item_ .image_box .country_ .cname_ {
    font-size: .75rem;
    line-height: 110%;
    color: #000;
    background: #ffffff;
    padding: .4rem 1rem;
    border-radius: 1.5rem;
}
@media only screen and (max-width: 1024px) {
    .participant_wrapper.grid_ {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (max-width: 980px) {
    .participant_wrapper.grid_ {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .participant_wrapper.grid_ {
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
}
/* AP 23-12-2024 */

.popupBox .meta_ .v_ a {
  display: inline-block;
  font-size: calc(var(--font-size) * 0.9);
  font-weight: 500;
  color: #d28905;
  padding: 0.3rem 1rem;
  background-color: var(--bg-color-two);
  border: 1px solid #d28905;
  border-radius: 0.5rem;
  margin-bottom: 0.8rem;
  margin-inline-end: 0.8rem;
  cursor: pointer;
  transition: all 0.4s ease; 
}
.popupBox .meta_ .v_ a:last-child {
    margin-inline-end: 0; 
}