body {
    background: #fff !important;
    font-size: 16px;
    color: #000 !important;
}

ul {
    list-style: none;
    padding-left: 0px;
}

a,
button,
li {
    transition: all ease 0.5s !important;
}

button:hover {
    letter-spacing: 1px;
}

p {
    margin-bottom: 0;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mileathon-section {
    background: #fff;
    height: 570px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

img.kns-logo {
    width: 150px !important;
    margin: 25px 0 40px;
}

.row.banner-row img {
    width: auto;
}

.row.banner-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

section.mileathon-section h1 {
    color: #6C6D70;
    text-transform: uppercase;
    font-weight: 700;
}

.mile {
    max-width: 515px;
    margin: 30px auto 100px;
    text-align: left;
}

.in-association {
    font-weight: 700;
    text-transform: uppercase;
    color: #6C6D70;
}

.in-association img {
    margin-left: 10px;
}

section.form-section {
    background: #FECA0A;
    padding: 50px 50px 30px 50px;
    position: relative;
}

.red {
    color: #EE1D23;
}

.gray {
    color: #6C6D70;
}

.black {
    color: #231F20;
}

.form-section input {
    border-radius: 80px;
    border: none;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.form-section .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 24px;
    margin-bottom: 0.125rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.form-section .form-check-input[type=checkbox] {
    width: 18px !important;
    height: 20px;
    margin-right: 10px;
}

.form-section label.form-check-label {
    display: flex;
    width: auto;
    color: #000 !important;
}

section.form-section .row {
    justify-content: space-between;
}

.btn-red {
    background: #EE1D23;
    color: #fff;
    border-radius: 60px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.top-5 {
    margin: 30px 0 30px;
    display: inline-block;
}

.get-set h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 700;
    width: 250px;
    margin-top: 0px;
}

.registration {
    width: 187px;
    background: #fff;
    padding: 5px 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
}

.get-set {
    margin: 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reg-section {
    position: relative;
    bottom: 0;
    left: 20px;
}

.notes {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 380px;
    margin-top: 8px;
}

.age-group {
    display: flex;
    justify-content: space-between;
}

.age-group .col-6 {
    width: 48.7%;
}

form.form1 {
    text-align: center;
}

section.map-section {
    text-align: center;
    padding: 50px 0;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6C6D70;
    margin-bottom: 50px;
}

.checkpoints {
    background: #FECA0A;
    color: #231F20;
    text-transform: uppercase;
    width: 215px;
    padding: 10px;
    text-align: left;
}

.checkpoints h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}

.checkpoints p {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

section.event-section {
    text-align: center;
}

.flow-chart-section {
    margin-top: 0px;
}

.flow-chart-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 0 auto;
}

.flow-chart-section ul li {
    border: 3px solid #231F20;
    min-height: 80px;
    align-items: center;
    display: grid;
    text-align: left;
    padding-left: 15px;
    border-radius: 12px;
}

.flow-chart-section ul li .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.flow-chart-section ul li .list h5 {
    text-transform: uppercase;
    font-weight: 500;
}

.flow-chart-section ul li .list h5:first-child {
    font-weight: 700;
}

footer {
    margin-top: 50px;
}

.footer-section {
    display: grid;
    grid-template-columns: auto 1fr auto;
    text-align: left;
    align-items: center;
}

.copyright {
    flex-direction: column;
    background: #FECA0A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 113px;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 10px;
}

.footer-section .logo {
    margin-right: 30px;
}

.footer-section .logo img {
    width: 100px;
}

.kns-footer {
    margin-left: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
}

.btn-red:hover {
    background: #d7151b;
    color: #fff;
}

label {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 0px;
    font-size: 14px;
}

.form-check-input:checked {
    background-color: #ee1d23;
    border-color: #ffffff;
}

section.mileathon-section.terms-and-condition {
    height: auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    max-width: 100%;
    padding-bottom: 0px;
}

section.mileathon-section.terms-and-condition img.kns-logo {
    margin: 20px 0 20px;
}

section.breadcrumbs ul {
    display: flex;
}

section.breadcrumbs ul li {
    margin: 0 15px 0 0;
}

section.breadcrumbs ul li a {
    color: #000;
    text-decoration: none;
}

.why-choose-section.thankyou {
    height: 450px;
    margin: 0 auto;
    width: 100%;
    padding: 30px;
    text-align: center;
}

section.rera-page ul li {
    line-height: 35px;
}

section.rera-page p {
    font-style: italic;
    padding-bottom: 10px;
    font-weight: 500;
}

section.rera-page ul {
    list-style: disc;
}


/*header*/


/*****************headrecss*********************************/

.top-header nav ul li a:hover {
    color: #c8202f;
}

.top-header nav ul li a.active {
    color: #c8202f;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.darkHeader {
    background-color: #333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.post.first-pos .post-content {
    bottom: 65px;
}

.post-slider .post.right-side.rightpost .post-content {
    bottom: 48px;
}

.header {
    padding: 20px 0px;
}

.top-header button.nav-toggle span.line {
    background-color: #b3b3b3;
    width: 30px;
    height: 2px;
    display: block;
    margin: 5px;
    margin-left: 0;
    position: relative;
}

.top-header button.nav-toggle {
    background-color: transparent;
    border-radius: 100px;
    border: 2px solid #b3b3b3;
    width: 50px;
    height: 50px;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    transition: 3s;
    padding: 10px;
}

.social-media ul.social-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-media ul.social-list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.social-media ul.social-list li a {
    border: 2px solid #b3b3b3;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #b3b3b3;
    margin: 0px 10px;
    border-radius: 100px;
    box-shadow: none;
    text-decoration: none;
}

.header .logo {
    padding-left: 50px;
    width: 33%;
}

.rigth-sidesocail-icon {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 9999;
}

body.header-color-black .rigth-sidesocail-icon ul li a {
    border-color: #000;
    color: #000;
}

.rigth-sidesocail-icon ul li {
    margin-bottom: 10px;
}

.rigth-sidesocail-icon ul li a {
    color: white;
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    border-radius: 5px;
    font-size: 20px;
}

.rigth-sidesocail-icon ul li a:hover {
    background-color: #c8202f;
    border-color: #c8202f;
}

.fotter-headeer ul.menu li a:hover {
    color: #c1222f;
}

.fotter-headeer ul.menu li a.active {
    color: #c1222f;
}

.top-header nav {
    background: #f7f7f7;
    width: 25%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 2;
    padding: 55px 40px;
}

.top-header nav.open-nav {
    transform: translateX(0%);
}

.top-header button.nav-toggle span.line.top {
    width: 25px;
}

.top-header button.nav-toggle span.line.bottom {
    width: 20px;
    margin-left: 0;
}

.top-header nav ul li a {
    font-size: 15px;
    line-height: 27px;
    color: #000;
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    padding: 10px 0px;
    display: block;
}

button.nav-toggle.open-nav::before {
    background-image: url(../images/cancel.png);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    z-index: 9999;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: 2s;
}

.banner-home {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    /* display: flex; */
    align-items: end;
    justify-content: left;
    position: relative;
}

.banner-home::after {
    content: "";
    background-image: url(../images/Rectangle.png);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%;
}

a.brandname.white-logo {
    display: none;
}

header.darkHeader a.brandname.white-logo {
    display: block;
}

header.darkHeader .social-media ul.social-list li a {
    border: 2px solid #fff;
    color: #fff;
}

header.darkHeader .top-header button.nav-toggle {
    border: 2px solid #fff;
}

.copy {
    display: flex;
}

p.form-submitted {
    padding: 20px 20px 50px;
    text-align: center;
}

a.nav-link.red.terms-cond {
    position: relative;
    margin-top: 15px;
    text-align: left;
    color: #000;
    font-weight: 500;
}

.proceed-section {
    padding: 25px 0 60px;
}

.form-section {
    font-weight: 500;
}

.form-section p {
    padding: 6px 0;
    line-height: 26px;
}

.kns-footer sup {
    font-size: 17px;
    margin-left: -7px;
    top: -15px;
}


/*media query*/

@media screen and (max-width: 1024px) {
    section,
    footer {
        padding: 0 20px;
    }
    .copyright {
        padding: 0 15px;
    }
    .flow-chart-section ul li {
        padding: 10px 15px;
    }
    .kns-footer {
        font-size: 17px;
        line-height: 20px;
    }
    .form-section label.form-check-label {
        display: inline-block;
    }
    .form-section {
        padding-left: 30px;
    }
    .kns-footer sup {
        font-size: 11px;
        margin-left: -5px;
        top: -7px;
    }
}

@media screen and (max-width: 991px) {
    .footer-section .logo {
        display: none;
    }
    .footer-section {
        grid-template-columns: 1fr auto;
    }
}

@media screen and (max-width: 767px) {
    section.form-section .row {
        flex-direction: column;
        align-items: center;
    }
    .get-set h2 {
        margin-top: 0;
        font-size: 28px;
    }
    .reg-section {
        position: relative;
    }
    section.form-section .row {
        flex-direction: column-reverse;
    }
    section.form-section .row .col-5:last-child {
        margin-bottom: 50px;
    }
    section.form-section .row .col-5 {
        width: 100%;
    }
    .btn-red {
        width: 100%;
        padding: 10px 20px;
    }
    .get-set {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 35px;
    }
    .registration {
        width: 100%;
        margin: 15px auto;
        text-align: center;
    }
    .flow-chart-section ul li .list {
        grid-template-columns: 1fr;
    }
    .flow-chart-section ul li .list h5 br {
        display: none;
    }
    .kns-footer {
        margin-left: 10px;
        font-size: 16px;
        font-weight: 700;
    }
    .footer-section .logo {
        margin-right: 10px;
    }
    .copyright {
        height: 90px;
    }
    .col-4,
    .col-8 {
        width: 100%;
    }
    section.form-section {
        padding: 50px 20px 30px 0px;
    }
}

@media screen and (max-width: 680px) {
    h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .flow-chart-section ul li .list h5 {
        font-size: 16px;
    }
    .copyright {
        font-size: 14px;
        height: 120px;
    }
    .kns-footer {
        font-size: 14px;
        padding-top: 15px;
    }
    .footer-section .logo {
        margin-right: 10px;
        display: none;
    }
    .footer-section {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0;
    }
    .kns-footer br {
        display: none;
    }
    footer {
        padding: 0 0px 20px;
        margin-top: 20px;
    }
    .flow-chart-section ul {
        grid-template-columns: 1fr;
    }
    .mile img {
        max-width: 100%;
    }
    section.form-section {
        padding: 50px 10px 30px 10px;
    }
    .social-media {
        display: none;
    }
    img.kns-logo {
        width: 150px !important;
        margin: 20px 0 40px;
        align-self: flex-start;
    }
    .top-header nav {
        width: 60%;
    }
    .header {
        padding: 10px 0px;
    }
    .header .logo {
        padding-left: 0;
    }
    .col-8 {
        width: 100%;
    }
    .col-4 {
        width: 100%;
    }
    .reg-section {
        left: 0;
    }
    a.nav-link.red.terms-cond {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .proceed-section {
        padding: 25px 0 30px;
    }
    .flow-chart-section {
        margin-top: 20px;
    }
    .form-section {
        padding-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .checkpoints {
        width: 100%;
        text-align: center;
    }
    .mileathon-section {
        height: auto;
        padding-bottom: 30px;
    }
    section.form-section {
        padding: 50px 0px 30px 0px;
    }
    .registration {
        padding: 12px 12px;
        font-size: 16px;
    }
    .notes {
        font-size: 15px;
    }
    h3 {
        font-size: 24px;
    }
    .copyright {
        font-size: 12px;
        min-height: 120px;
        padding: 10px 10px;
        line-height: normal;
        white-space: normal;
    }
    .age-group {
        flex-direction: column;
    }
    .age-group .col-6 {
        width: 100%;
    }
}