.common-sponsors {
    background: #EEEEEE;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.race-details-table3 th {
 
  width: 26%;
}
.race .content-sub {
    display: none;
    padding-top: 30px;
}

.race .content-sub.active {
    display: block;
}


.race .sidebar {
    color: #000;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
}

.race .sidebar a {
    text-decoration: none;
    margin: 10px 0;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: black;
}

.race .sidebar a span {
    text-decoration: none;
    margin: 10px 0;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: black;
}


.race .info-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    justify-content: space-between;
}

.race .info-box {
    display: flex;
    gap: 20px;
}

.race .date {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    background: #1AA6DF;
    padding: 10px 16px 10px 16px;
    border-radius: 8px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.race .location {
    background: #382C6F;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 10px 16px 10px 16px;
    border-radius: 8px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.race .info-box i {
    font-size: 20px;
}


.race table {
    width: 100%;
    border-collapse: collapse;
}

.race th,
.race td {
    padding: 10px;
    text-align: left;
    border: 1px solid #E3E3E3
}

.race th {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #2A281E;
}

.race td {
    font-size: 16px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #048140;
}

.race .content-container-race {
    margin-top: 25px;
}

.race .header {
    font-family: Bebas Neue;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    text-align: left;
}

.race {
    background: #fff;
}

.race .marathon-label {
    height: 400px;
    background: #058342;
    padding: 0;
    line-height: unset;
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 25px;
}

.race .d-flex {
    gap: 20px;
}

.race .pad-no {
    padding: 0;
    border-right: 1px solid #AEAEAE;
}

.race .boder {
    border: 1px solid #AEAEAE;
    border-radius: 0px 20px 20px 0px;
    margin-top: 30px;
}

.race .pad-in {
    padding-inline: 30px;
}

.race .sidebar a.active span {
    border-bottom: 1px solid #048140;
    padding-bottom: 5px;
    color: #048140;
    font-weight: 600;
}

.race .font-box {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
}

.race.about_div_banner {
    background-image: url(../image/banner/race.png);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

@media (max-width: 1200px) and (min-width:768px) {
    .race .marathon-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .race .info-container {
        gap: 10px;
    }

    .race .info-box {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .race .marathon-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .race .info-container {
        gap: 10px;
    }

    .race .info-box {
        flex-direction: column;
    }

    .race .pad-no {
        border-right: unset;
        border-bottom: 1px solid #AEAEAE;
    }

    .race .pad-in {
        padding-bottom: 30px;
    }

    .race .info-container {
        flex-direction: column;
    }
}

.contact_div {
    padding-block: 50px;
}

.contact_div .heading h3 {
    font-family: Bebas Neue;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #2A281E;
}



.contact_div .form-container {
    padding: 20px;
}

.contact_div .form-container label {
    display: block;
    margin-bottom: 5px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #666666;
}

.contact_div .form-container input,
.form-container textarea, .form-container select{
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #536B79;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
	padding-top:7px;
	
}

.contact_div .form-container button {
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: #048140;
    padding: 10px 24px 7px 24px;
    border-radius: 60px;
    margin: auto;
    font-family: Bebas Neue;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
}

.contact_div .form-container button:hover {
    background-color: #006400;
}




.contact-box {
    background: #E2FFCD;
    padding: 15px;
    margin-bottom: 35px;
    border-radius: 5px;
    position: relative;
    height: 195px;
}

.contact-box::after {
    content: "";
    position: absolute;
    bottom: 135px;
    right: -61px;
    width: 128px;
    height: 41px;
    background-color: #ffffff;
    transform: rotate(238deg);
    transform-origin: center;
    border-top-left-radius: 4px
}

.contact_div .contact-box i {
    font-size: 24px;
}

.contact_div .contact-title {
    font-family: Bebas Neue;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
}

.contact_div .contact-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;

}

.contact_div .contact-box a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2A281E;
}

.contact_div .contact-box a:hover {
    text-decoration: underline;
}

.contact_div .contact-day {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pb-10 {
    padding-bottom: 10px;
}

.contact_div .pad-top {
    padding-top: 30px;
}

.contact-model .modal-header {
    border: none;
    padding-bottom: 0;
}

.contact-model .modal-body {
    text-align: center;
    padding-top: 0;
}

.contact-model .modal-body img {
    width: 40%;
}

.contact-model .modal-body h4 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #058342;
    padding-top: 10px;
}

.contact-model .modal-body p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.faq_div {
    padding-block: 50px;
}

.faq_div .sidebar {
    padding-top: 0;
}

.faq_div .sidebar a.active span {
    color: #3F2C6F;
    border-bottom: 2px solid #1AA6DF;
}

.faq_div .content-sub {
    padding-top: 0;
}

.faq_div details {
    cursor: pointer;
}

.faq_div summary {
    list-style-type: "+";
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    padding-block: 15px;
    color: #0A102F;

}

.faq_div details[open] {
    /* border: none; */
}

.faq_div details summary::after {
    content: "\f055";
    color: #0A102F;
    font-family: "Font Awesome 6 Free";
    font-size: 30px;
}

.faq_div details[open] summary::after {
    content: "\f056";
    float: right;
    color: #0A102F;
    font-size: 30px;
}

/* Not much browser support for the styles below */



.faq_div details[open]::details-content {
    block-size: auto;
}

.faq_div .content {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-block: 5px;
    margin: 0;
    color: #475467;

}

@media (min-width: 768px) {
    .faq_div .pad-in {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .faq_div .d-flex {
        justify-content: center;
    }
}

.race .map-pad {
    padding-bottom: 15px;
}

.race .closed {
    color: #1aa6df;
}

.race .rule ul {
    list-style: auto;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #2A281E;
    padding-left: 18px;
}

.race .faq_div {
    padding: 0;
}

.race .race-price .marathon-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #382C6F;
    color: white;
    padding: 10px 20px;
    font-family: Bebas Neue;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    height: unset;
}

.race-price .marathon-table th,
.race-price .marathon-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}

.race-price .marathon-table .table-header td {
    color: #fff;
}

.race-price .marathon-table .table-subheader td {
    color: #fff;
}

.race-price .marathon-table .list_td td {
    color: #000;
}

.content.faq {
    display: block !important;
}





/*  */











.faq_page .faq-container {
    display: flex;
    gap: 20px;
}

.faq_page .faq-sidebar {
    width: 30%;
    background-color: transparent;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.faq_page .faq-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq_page .faq-sidebar li {
    padding: 10px 0;
    font-size: 16px;
    cursor: pointer;
    color: #000000D9;
}

.faq_page .faq-sidebar li.active {
    font-weight: bold;
    color: #3F2C6F;
    border-bottom: 2px solid #1AA6DF;
}

.faq_page .faq-content {
    width: 70%;
    padding: 20px;
}

.faq_page .faq-section {
    display: none;
}

.faq_page .faq-section.active {
    display: block;
}

.faq_page .faq-item {
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.faq_page .faq-item h3 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin: 0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #0A102F;

}

.faq_page .faq-item p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #475467;
}

.faq_page .toggle-icon {
    font-size: 18px;
    color: #0A102F;
    background: white;
    border: 1px solid #0A102F;
    padding: 2px 10px;
    border-radius: 50px;
}

.faq_page .faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.faq_page .faq-item.active .faq-answer {
    display: block;
}



.train table {
    width: 100%;
    border-collapse: collapse;
}

.train th,
.train td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    vertical-align: sub;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.04em;
    border: 1px solid #C7E8A9;
}

.train th {
    background: #98C68A;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 10%;
}

.train .week-header {
    background-color: #e2f0d9;
}

.traning_table .cust-color {
    background: #F0FFE2;
}

.train td {
    background: #FFFFFF;
    padding-block: 30px;
}

.train .content-container-train {
    margin-top: 25px;
}

.train .icon-size {
    font-size: 24px;
}



.form-container select{
	border-radius: 0;
	min-height: 44px;
	border: 1px solid #536B79;
	color:#666;
}

/* san */

.ban-head-h3{
    color: white;
    font-family: Bebas Neue;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.race-details-table3 th {
 
  width: 26%;
}