.bnnr {
    background: linear-gradient(96.42deg, #FFFBD3 0.46%, #FCFAE8 45.06%);
    border: 1px solid;
    border-image-source: linear-gradient(107.3deg, #FFEE8C 1.05%, #FFF6C2 61.87%);
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.brn_txt {
    padding: 0px 35px 0px;
    flex-basis: 50%
}

.bnr_img {
    flex-basis: 50%;
}

.bnr_img img {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    height: 100%;
    width: 100%;
}

.countn_txt {
    font-family: 'sf_sports_ns_alternate';
    font-size: 133.95px;
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #FFAA00 0%, #FFFDF8 100%);
    padding-left: 5px;
    line-height: 1;
}

.match_txt {
    font-family: 'averta-extrabold';
    font-size: 42px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
}

.match_txt strong {
    font-family: 'averta-extrabold';
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #FFAA00 0%, #FFFDF8 100%);
    padding-right: 9px;
}

.brn_txt p {
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.play_btn {
    margin: 10px;
}

.play_now_btn {
    font-family: 'averta-semibold';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.comn_btn {
    background: #ffc426;
    color: #000;
    padding: 14px 50px;
    border-radius: 8px;
    font-size: 16px;
    border: none;
    font-family: 'averta-semibold';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

/* about section */
.comn_head_main {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 900px;
    width: 100%;
}

.cmn_top_cnt {
    border: 1px solid #0000;
    width: 150px;
    background: linear-gradient(#E3E3E4, #E3E3E4) padding-box, linear-gradient(0deg, #1B2129 -13.79%, #F2F1EF 23.86%, #C7CBCE 54.34%, #738A99 92%, #60717C 127.86%, #1B2129 165.52%) border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border-radius: 10px;
    margin: 10px auto;
    gap: 5px;
}

.cmn_top_cnt .what_txt {
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #263D4C;
}

.parag_txt {
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.76px;
    text-align: center;
}

.about_txt {
    font-family: 'averta-bold';
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    padding: 10px 0px;
    color: #212529;
}

.abt_cont_main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 10px;
}

.join_img_cnt {
    text-align: center;
    flex-basis: 50%;
}

.abt_join_cnt {
    flex-basis: 50%;
}

.jon_cnt {
    text-align: left;
    margin: 10px 0px;
}

.side_txt {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'averta-bold';
    font-size: 18px;
    font-weight: 400;
    color: #212529;
}

.jon_cnt p {
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #696969;
    line-height: 1.5;
}

/* provider section */
.prvd_cont_main {
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.prod_img_cnt img {
    border-radius: 5px;
    width: 100%;
}

.prod_img_cnt {
    width: calc(32.33% - 10px);
}

.prod_img_cnt .prvd_game_names {
    font-family: 'averta-semibold';
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px;
}

.prod_img_cnt .prvd_game_txt {
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin: 10px 0;
    color: #696969;
}

.prod_img_cnt .play_btn {
    margin: 0;
}

/* Top Match */
.match_cnt_main {
    padding: 10px 0;
}

.match_sub_cnt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-column-gap: 30px;
    padding: 10px 0px;
}

.match_sub_left .nam_match {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.match_sub_left .txt_match {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.match_sub_left .img_match {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    text-align: center;
}

.match_sub_right .nam_match {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.match_sub_right .txt_match {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.match_sub_right .img_match {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    text-align: center;
}

.img_match img {
    width: 100%;
}

.match_cnts.nam_match h3 {
    font-family: 'averta-extrabold';
    font-size: 44px;
    font-weight: 400;
    line-height: 80.13px;
    text-align: left;
    color: #FFE57E;
}

.match_cnts.nam_match h4 {
    font-family: 'averta-bold';
    font-size: 22px;
    font-weight: 400;
    text-align: left;
}

.txt_match .play_btn {
    margin-left: 0;
}

/* Top Sports Exch */
.exch_sprt_sec {
    background: url('../images/sports/exch_field.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0px;
    background-size: cover;
}

.list_cnt {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto;
    padding: 35px 0px;
    max-width: 900px;
    width: 100%;
}

.list_cnt .list_name {
    flex-basis: 23%;
    padding: 15px;
    border: 1px solid;
    border-image-source: linear-gradient(132.89deg, rgba(156, 156, 156, 0.5) 11.3%, rgba(62, 61, 61, 0.3) 66.48%);
    backdrop-filter: blur(6px);
    background: #F7F6FB;
    border-radius: 8px;

}

.list_cnt .list_name p {
    font-family: 'averta-semibold';
    font-size: 16px;
    font-weight: 400;
    color: #212529;
}

.exch_sprt_btn {
    text-align: center;
}

.see_more_btn.comn_btn {
    color: #212529;
}

/* Events Section */
.events_cnt_main {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.evnts_list {
    flex-basis: 45%;
}

.evnts_lists {
    padding: 10px 0;

}

.list_txt {
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #696969;
    padding: 10px 0;
}

.evnt_img {
    flex-basis: 55%;
    text-align: center;
}

.see_mor {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: start;
    font-family: 'averta-semibold';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #2789CE;
    line-height: 0.6;
    cursor: pointer;
}

/* TOP Bettings */
.container__ksr.banner_sec_main {
    padding: 0px 30px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.bet_carousel_main {
    background-image: url('../images/sports/bet_group/sp_bets.png');
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banr_sec_bets .owl-dots .owl-dot span {
    margin: 5px 4px !important;
    width: 7px !important;
    height: 7px !important;
    background: #15151566 !important;
}

.banr_sec_bets .owl-dots .owl-dot.active span {
    width: 30px !important;
    height: 7px !important;
    background: #212529 !important;
}

.banr_sec_bets .owl-dots .owl-dot {
    margin-top: 0px !important;
    padding: 5px 0px 0px 0px !important;
}

.banr_sec_bets .owl-dots .owl-dot:first-child {
    padding-left: 35px !important;
}

.banr_sec_bets .owl-dots .owl-dot:last-child {
    padding-right: 35px !important;
}

.extra_icons {
    position: absolute;
}

.icon_base {
    left: -12%;
    bottom: 0;
}

.icon_helmet {
    right: -12%;
    bottom: 0;
    z-index: 1;
}

.icon_tennis {
    right: -5%;
    top: 2%;
}

.bet_sprt_btn {
    text-align: center;
}

.bet_blw_txt {
    font-family: 'averta-regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    color: #696969;
    padding: 25px 0;
    margin-bottom: 0;
}

/* Match List */
.match_list_sec {
    background-color: #131201;
    padding: 0 !important;
    border-radius: 15px;
}

.match_list_main {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%), url('../images/sports/stadium_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: unset;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.match_head {
    padding-top: 10px;
}

.match_left_cnt {
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
}

.match_right_cnt {
    position: absolute;
    right: 0;
    top: 0;
    width: 155px;
}

.match_top_cnt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.match_top_cnt img {
    border-top-right-radius: 16px;
}

.match_middle_cnt {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    width: 300px;
}

.match_head .cmn_top_cnt {
    background: #1B21291A;
    border: 1px solid #C7CBCE;
}

.match_head .cmn_top_cnt .cmn_txt {
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #F7F6FB;
}

.match_head .about_txt,
.match_head .parag_txt {
    color: #ffffff;
}

.match_txt_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
}

.match_cnt_txt {
    padding: 10px 30px;
}

.match_info_img {
    position: relative;
    flex-basis: 30%;
    padding: 10px;
    background: #1C1E22;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.match_info_img img {
    width: 100%;
}

.bet_now_btn1 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bet_now_btn1 .comn_btn {
    max-width: 150px;
    width: 100%;
    padding: 15px;
}

.match_info_img:hover {
    border: 1px solid #F9BB22;
}

.match_info_img:hover .bet_now_btn1 {
    display: block;
}

.match_info_txt {
    flex-basis: 70%;
}

.match_info_txt h3 {
    font-family: 'averta-bold';
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 10px 0px 15px;
}

.match_info_txt p {
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #B2B2B2;
}

.expirence_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
    border-radius: 12px;
    text-align: center;
    align-items: stretch;
    position: relative;
}

.game_bnr_main1 {
    flex-basis: 60%;
}

.game_bnr_main2 {
    flex-basis: 40%;
}

.game_bnr_main1 img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.game_bnr_main2 img {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

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

.game_bnr_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 53.44%, rgba(248, 245, 242, 1) 72.93%, rgba(243, 238, 233, 0) 100%);
    height: 100%;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.game_bnr_txt .bnrtxt_clr {
    font-family: 'averta-bold';
    font-size: 24px;
    font-weight: 400;
    color: #E4AD19;
    margin: 10px 0;
}

.game_bnr_txt .bnrtxt_smll {
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    color: #AB7A01;
    margin: 10px 0;
}

/* Games Categories */
.categor_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.categor_list {
    width: calc(33.33% - 15px);
    padding: 10px;
    border-radius: 6px;
    background-clip: padding-box, border-box;
    border: 1px solid;
}

.categor_list .hor_line {
    border: 1px solid;
    border-image-slice: 1;
}

.categor_list .hor_line.hr_def1 {
    border-image-source: radial-gradient(50% 50% at 50% 50%, #4ED329 0%, rgba(13, 118, 20, 0) 100%);
}

.categor_list .hor_line.hr_def2 {
    border-image-source: radial-gradient(50% 50% at 50% 50%, #D36529 0%, rgba(118, 31, 13, 0) 100%);
}

.categor_list .hor_line.hr_def3 {
    border-image-source: radial-gradient(50% 50% at 50% 50%, #29A3D3 0%, rgba(13, 103, 118, 0) 100%);
}

.categor_list .hor_line.hr_def4 {
    border-image-source: radial-gradient(50% 50% at 50% 50%, #7E29D3 0%, rgba(64, 13, 118, 0) 100%);
}

.categor_list .hor_line.hr_def5 {
    border-image-source: radial-gradient(50% 50% at 50% 50%, #969696 0%, rgba(150, 150, 150, 0) 100%);
}

.categor_list .hor_line.hr_def6 {
    border-image-source: radial-gradient(50% 50% at 50% 50%, #CED329 0%, rgba(118, 106, 13, 0) 100%);
}

.categor_list1 {
    background:
        radial-gradient(99% 99% at 50% 50%, rgba(228, 255, 231, 0.47) 0%, #C9FFC0 100%) padding-box,
        linear-gradient(180deg, rgba(70, 220, 33, 0.39) 0%, rgba(0, 77, 8, 0) 100%) border-box;
    border-image-source: linear-gradient(180deg, rgba(70, 220, 33, 0.39) 0%, rgba(0, 77, 8, 0) 100%);
}

.categor_list2 {
    background:
        radial-gradient(99% 99% at 50% 50%, rgba(255, 234, 228, 0.47) 0%, #FFD7C0 100%) padding-box,
        linear-gradient(180deg, rgba(220, 120, 33, 0.39) 0%, rgba(77, 46, 0, 0) 100%) border-box;
    border-image-source: linear-gradient(180deg, rgba(220, 120, 33, 0.39) 0%, rgba(77, 46, 0, 0) 100%);
}

.categor_list3 {
    background:
        radial-gradient(99% 99% at 50% 50%, rgba(228, 250, 255, 0.47) 0%, #C0FFF7 100%) padding-box,
        linear-gradient(180deg, rgba(33, 220, 214, 0.39) 0%, rgba(0, 69, 77, 0) 100%) border-box;
    border-image-source: linear-gradient(180deg, rgba(33, 220, 214, 0.39) 0%, rgba(0, 69, 77, 0) 100%);
}


.categor_list4 {
    background:
        radial-gradient(99% 99% at 50% 50%, rgba(255, 228, 248, 0.47) 0%, #CCC0FF 100%) padding-box,
        linear-gradient(180deg, rgba(86, 33, 220, 0.39) 0%, rgba(30, 0, 77, 0) 100%) border-box;
    border-image-source: linear-gradient(180deg, rgba(86, 33, 220, 0.39) 0%, rgba(30, 0, 77, 0) 100%);
}


.categor_list5 {
    background:
        radial-gradient(99% 99% at 50% 50%, rgba(228, 243, 255, 0.47) 0%, #C0E4FF 100%) padding-box,
        linear-gradient(180deg, rgba(33, 111, 220, 0.39) 0%, rgba(0, 14, 77, 0) 100%) border-box;
    border-image-source: linear-gradient(180deg, rgba(33, 111, 220, 0.39) 0%, rgba(0, 14, 77, 0) 100%);
}

.categor_list6 {
    background:
        radial-gradient(99% 99% at 50% 50%, rgba(255, 252, 228, 0.47) 0%, #FFFDC0 100%) padding-box,
        linear-gradient(180deg, rgba(220, 158, 33, 0.39) 0%, rgba(77, 76, 0, 0) 100%) border-box;
    border-image-source: linear-gradient(180deg, rgba(220, 158, 33, 0.39) 0%, rgba(77, 76, 0, 0) 100%);
}


.categor_list_head {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.categor_list_head .categor_name {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    padding: 5px;
}

.category_txt {
    padding: 15px;
}

.table_main {
    padding: 10px 0px;
}

.table_main table {
    width: 100%;
    table-layout: fixed;
    border-radius: 10px;
    overflow: hidden;
    background: #F9F9F9;
    border: 1px solid #E4E4E4;
    border-collapse: separate;
    border-spacing: 0;
}

.table_main table,
.table_main th,
.table_main td {
    border: 1px solid #E4E4E4;
}

.table_main th {
    width: 15%;
    font-family: 'averta-semibold';
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    padding: 15px;
    text-align: left;
}

.table_main td {
    padding: 15px;
    text-align: left;
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    color: #212529;
}

/* virtual games */
.virtl_back_sec {
    position: relative;
}

.vivrl_img_dskpt {
    width: 100%;
    object-fit: cover;
}

.vivrl_img_mbl {
    display: none;
}

.virtual_head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    padding: 10px 25px;
}

.virtual_head .cmn_top_cnt {
    background: #1B21291A;
    border: 1px solid #C7CBCE;
}

.grd_layout {
    display: grid;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
    margin: 15px 0;
}

.vr_gr_cnt {
    height: 100%;
}

.vr_gr_cnt img {
    width: 100%;
    height: 100%;
}

.vr_gr_cnt.vr_gr_cnt1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.vr_gr_cnt.vr_gr_cnt2 {
    grid-column: 2 / 5;
    grid-row: 1 / 2;
}

.vr_gr_cnt.vr_gr_cnt3 {
    grid-column: 5 / 6;
    grid-row: 1 / 2;
}

.vr_gr_cnt.vr_gr_cnt4 {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}

.vr_gr_cnt.vr_gr_cnt5 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.vr_gr_cnt.vr_gr_cnt6 {
    grid-column: 5 / 6;
    grid-row: 2 / 3;
}

.grd_mbl_img {
    display: none;
}

/* media quries for grid */
/* .vr_gr_cnt.vr_gr_cnt1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.vr_gr_cnt.vr_gr_cnt2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.vr_gr_cnt.vr_gr_cnt3 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.vr_gr_cnt.vr_gr_cnt4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.vr_gr_cnt.vr_gr_cnt5 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.vr_gr_cnt.vr_gr_cnt6 {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
} */
/* media quries end for grid */
.virtl_other_games {
    padding: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.games_vr_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 10px;
}

.game_list_names {
    background: #F8F8F8;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    padding: 15px;
}

.game_list_names .game_list_name {
    font-family: 'averta-semibold';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #212529;
    text-wrap: nowrap;
}

.virtl_other_games .virtl_txt {
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    color: #696969;
}

/* common sections */
.comn_banner_main {
    text-align: center;
    padding-bottom: 15px;
}

.testimonial_main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.testimonial_main::after,
.testimonial_main::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 100%;
}

.testimonial_main::after {
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.testimonial_main::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.testimonals_cnts .testi_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.94px;
}

.testimonals_cnts .testi_head .star_tesi {
    max-width: 80px;
    width: 100%;
}

.testimonals_cnts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonals_cnts .item {
    flex: 0 0 48%;
    padding: 20px;
    border-radius: 6px;
}

.testimonals_cnt1 {
    background: linear-gradient(108.72deg, #E6FFD2 -17.39%, #FBFBFB 48.68%);
    border: 1px solid #95CD69;
}

.testimonals_cnt2 {
    background: linear-gradient(108.72deg, #F6D2FF -17.39%, #FBFBFB 48.68%);
    border: 1px solid #EEAAFE;
}

.testimonals_cnt3 {
    background: linear-gradient(108.72deg, #D2FFF4 -17.39%, #FBFBFB 48.68%);
    border: 1px solid #82D4D4;
}

.testimonals_cnt4 {
    background: linear-gradient(108.72deg, #FFD2DA -17.39%, #FBFBFB 48.68%);
    border: 1px solid #FEAAC3;
}

.testimonals_cnt5 {
    background: linear-gradient(108.72deg, #D2D4FF -17.39%, #FBFBFB 48.68%);
    border: 1px solid #AAB2FE
}

.trans_details_txt {
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #696969;
    padding: 10px 0;
}

.testimonals_dsktp .owl-stage {
    display: flex;
    justify-content: flex-start;
    /* Align items to the left */
}

.testimonals_dsktp .testi_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.94px;
}

.testimonals_dsktp .testi_head .star_tesi {
    max-width: 80px;
    width: 100%;
}

.testimonals_dsktp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonals_dsktp .item {
    flex: 0 0 48%;
    padding: 20px;
    border-radius: 6px;
}

/* On mobile, only one item per row */
@media (max-width: 600px) {
    .testimonals_cnts .item {
        flex: 0 0 100%;
    }
}

/* Faq Common sec */
.faq_cont_par_comn {
    display: flex;
    justify-content: start;
    padding: 20px;
    gap: 10px;
    background: #F5F5F5;
    margin: 10px 0;
    border-radius: 6px;
}

.faq_cont_par_comn.add_cl_faq_opn {
    background: #FFEFD0;
}

.faq_qustion {
    width: 100%;
}

.faq_qustion_comn {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_quns {
    font-family: 'averta-semibold';
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 10px;
    background: none;
    border: none;
    text-align: left;
}

.faq_ans_comn {
    display: none;
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    color: #212529;
}

.faq_icon {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease;
}

.faq_icon.rotated {
    transform: rotate(45deg);
}