    /* New CSS 09/10/2564 */
    
    @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500&display=swap');
    .error {
        color: red !important;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    nav,
    .nav,
    .menu,
    button,
    .button,
    .btn,
    .price,
    ._heading,
    .wp-block-pullquote blockquote,
    blockquote {
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
    }
    
    form.form-horizontal .form-group {
        border: 1px solid rgba(160, 160, 160, 0.6);
        /* border-radius: 10px; */
        padding: 5px 5px;
        /* margin-bottom: 30px !important; */
        display: flex;
        flex-wrap: wrap;
        font-weight: 400;
        margin-bottom: unset !important;
    }
    
    .row {
        /*  margin-bottom: 1rem !important; */
    }
    
    .box-padding-top {
        margin-bottom: 1rem !important;
    }
    
    form.form-horizontal .form-group label {
        margin-top: -16px;
        font-size: 16px;
        font-weight: lighter;
        background-color: #fff;
        width: fit-content;
        padding: 0 10px;
    }
    
    form.form-horizontal input,
    form.form-horizontal textarea,
    form.form-horizontal select {
        border: none !important;
        border-radius: unset;
        background-color: unset;
        padding: 0;
        color: #000;
        font-size: 16px;
        height: 26px;
        margin-left: 5px;
    }
    
    .border-unset {
        border: unset !important;
        line-height: 25px;
    }
    
    .form-control:focus {
        box-shadow: unset;
    }
    
    .select2-container--default .select2-selection--single {
        border: none !important
    }
    
    body {
        /* background-color: #f1f1f1 !important; */
        background-color: #FFFF !important;
        font-family: 'Kanit', sans-serif;
        font-weight: 300;
    }
    
    .summary {
        background-color: #363636;
        color: #FFF;
        padding: 10px;
        margin-bottom: 8px;
        margin: 10px;
    }
    
    .summary-title {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px;
        border-bottom: 1px solid #dfe0e1;
    }
    
    .summary-start {
        padding-top: 10px;
    }
    
    .summary-last {
        padding-bottom: 10px;
    }
    
    .summary-total {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dfe0e1;
        border-top: 1px solid #dfe0e1;
        font-size: 18px;
    }
    
    .event-title {
        color: #BF0808;
    }
    
    .event-button {
        background-color: #940404;
        color: #FFF;
        float: right;
        text-align: center;
        padding: 15px;
        cursor: pointer;
    }
    
    .condition-title {
        color: #FFFF;
        background-color: #BF0808 !important;
        font-size: 20px;
        font-weight: 300;
        line-height: 50px;
        padding-left: 10px;
    }
    
    .condition-title-more {
        color: #FFFF;
        background-color: #BF0808 !important;
        font-size: 20px;
        font-weight: 300;
        line-height: 50px;
        padding-left: 10px;
    }
    
    .condition-approve {
        border: 1px solid #dfe0e1;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    
    .registerRadio .form-radio-label {
        font-size: 16px;
        display: flex;
        gap: 15px;
        margin: 0 !important;
        color: #777;
    }
    
    .registerRadio {
        /* margin-bottom: 25px; */
    }
    
    .registerRadio>.div.active {
        border-color: #7A1012;
    }
    
    .registerRadio>.div {
        padding: 15px;
        border: 1px solid rgba(160, 160, 160, 0.6);
    }
    
    form.form-horizontal label {
        /*   font-size: 12px;
color: #A0A0A0;
font-weight: 400; */
    }
    
    .marun-header {
        background-color: #ffffff !important;
    }
    
    .marun-header .nav-item a {
        color: #000000 !important;
    }
    
    .marun-header ul.navbar-nav>li.nav-item {
        margin-left: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .marun-header ul.navbar-nav>li.nav-item:first-child {
        margin-left: 0;
    }
    
    .marun-header ul.navbar-nav>li.nav-item>a {
        padding: 5px;
        border: 2px solid transparent;
        background-color: unset;
    }
    
    .marun-header ul.navbar-nav>li.nav-item.btn-login>a {
        background-color: #e22221;
        color: #ffffff !important;
        border-radius: 30px;
        padding: 5px 20px;
        border: 2px solid #e22221;
        transition: all 0.4s;
    }
    
    .marun-header ul.navbar-nav>li.nav-item.btn-login>a:hover {
        background-color: #cb1f1e;
        border-color: #cb1f1e;
    }
    
    .marun-header ul.navbar-nav>li.nav-item.btn-register>a {
        background-color: unset;
        color: #cb1f1e !important;
        border-radius: 30px;
        padding: 5px 20px;
        border: 2px solid #e22221;
        transition: all 0.4s;
    }
    
    .marun-header ul.navbar-nav>li.nav-item.btn-register>a:hover {
        background-color: #e22221;
        color: #ffffff !important;
    }
    
    .marun-header ul.navbar-nav>li.nav-item.btn-register {
        margin-left: 12px;
    }
    
    .dropdown>.dropdown-btn>button.dropbtn {
        border: none;
        background-color: unset;
        color: #e22221;
        padding: 5px 15px 5px 20px;
        z-index: 2;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }
    
    .dropdown>.dropdown-btn {
        position: relative;
    }
    
    .dropdown>.dropdown-btn>i.fa-user {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #e22221;
        z-index: 1;
    }
    
    .dropdown>.dropdown-btn>i.fa-angle-down {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #e22221;
        z-index: 1;
    }
    
    .dropdown {
        position: relative;
    }
    
    .dropdown>.dropdown-content {
        position: absolute;
        width: 180px;
        z-index: 1;
        background-color: #ffffff;
        box-shadow: 0 0 4px rgb(0 0 0 / 12%);
        border-radius: 3px;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.26s ease;
    }
    
    .dropdown>.dropdown-content.show {
        height: auto;
        opacity: 1;
        transform: scaleY(1);
    }
    
    .dropdown>.dropdown-content ul {
        padding: 10px;
        margin: 0;
        list-style: none;
    }
    
    .dropdown>.dropdown-content ul>li>a {
        display: block;
        padding: 8px 10px;
        font-weight: 300;
        text-decoration: unset !important;
        transition: all 0.4s;
    }
    
    .dropdown>.dropdown-content ul>li>a:hover {
        color: #e22221 !important;
    }
    
    button:focus {
        outline: unset !important;
    }
    
    #mobile-menu {
        display: none;
    }
    
    @media (min-width: 267px) {
        #mobile-menu {
            display: block;
        }
        .headbar-mobile {
            display: block;
        }
        .headbar-mobile .head-right {
            flex-direction: column;
            align-items: flex-end !important;
        }
        .headbar-mobile button.btn-mobile-menu {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            background-color: unset;
            border: none;
            font-size: 16px;
            font-weight: 400;
            cursor: pointer;
            padding: 0;
        }
        .headbar-mobile button.btn-mobile-menu>i {
            display: inline-block;
            vertical-align: top;
            width: 20px;
            height: 14px;
            position: relative;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }
        .headbar-mobile button.btn-mobile-menu>i>span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #254655;
            border-radius: 6px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }
        .headbar-mobile button.btn-mobile-menu>i>span:nth-child(1) {
            top: 0px;
        }
        .headbar-mobile button.btn-mobile-menu>i>span:nth-child(2),
        .headbar-mobile button.btn-mobile-menu>i>span:nth-child(3) {
            top: 6px;
        }
        .headbar-mobile button.btn-mobile-menu>i>span:nth-child(4) {
            top: 12px;
        }
        .headbar-mobile button.btn-mobile-menu>i>span {
            /* background-color: #000; */
            background-color: #FFF;
        }
        .headbar-mobile .menu-click button.btn-mobile-menu>i>span:nth-child(1) {
            top: 6px;
            width: 0%;
            left: 50%;
        }
        .headbar-mobile .menu-click button.btn-mobile-menu>i>span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .headbar-mobile .menu-click button.btn-mobile-menu>i>span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        .headbar-mobile .menu-click button.btn-mobile-menu>i>span:nth-child(4) {
            top: 12px;
            width: 0%;
            left: 50%;
        }
        .headbar-mobile button.btn-mobile-menu>b {
            display: inline-block;
            margin-left: 6px;
            font-weight: 400;
        }
        .headbar-mobile {
            padding: 0 !important;
            /* height: 50px; */
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 999;
            display: flex;
            background-color: #FFF;
            align-items: center;
            box-shadow: 0 0 2px rgb(64 4 4 / 40%);
        }
        .headbar-event {}
        .headbar-event-title {
            background-color: #F7F7F7;
            height: 120px;
        }
        .headbar-mobile .content-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            z-index: 99999;
            /* position: relative; */
            width: 100%;
            /*  height: 100%; */
            height: 160%;
            padding: 8px 15px;
            background-color: #fff;
            /*   box-shadow: 0 0 1px rgb(0 0 0 / 40%);
        */
        }
        .headbar-mobile .content-nav>.head-left {
            width: fit-content;
        }
        .headbar-mobile .content-nav>.head-left>a>img {
            width: 140px;
            height: auto
        }
        .headbar-mobile .content-nav>.head-right {
            width: fit-content;
        }
        .headbar-mobile .content-nav>.head-right button.btn-mobile-menu {
            margin: 0 0 0 auto;
        }
        .headbar-mobile .content-menu {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9998;
            /*  background-color: #f1f1f1; */
            background-color: #DC3545;
            opacity: 0;
            height: 0;
            z-index: 99998;
            width: 100%;
            overflow: hidden;
            transition: all 0.6s ease, background 0.5s ease;
            transition-delay: 0.08s;
            box-shadow: 0 0 1px rgb(0 0 0 / 40%);
        }
        .headbar-mobile .menu-click .content-menu {
            padding-top: 215px;
            height: 100%;
            /* opacity: 1;*/
            opacity: 95%;
            transition-delay: 0.08s;
            overflow: auto;
        }
        .headbar-mobile .mobile-menu-nav {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .headbar-mobile>.container {
            padding-left: 0;
            padding-right: 0;
            height: 100%;
            max-width: unset;
        }
        .menu-mobile-row {
            padding: 10px 15px;
            height: 100%;
        }
        .menu-mobile-row ul.menu>li.menu-item>a {
            padding: 7px 0;
            display: block;
            /* border-bottom: 1px solid #ddd;
        color: #000; */
            color: #FFF;
            text-align: center;
            font-weight: 400;
            font-size: 20px;
            /*  font-size: 15px; */
            text-decoration: unset;
        }
        .menu-mobile-row ul.menu>li.menu-item ul.sub-menu>li.menu-item>a {
            padding: 7px 0;
            display: block;
            border-bottom: 1px solid #ddd;
            color: #000;
            font-weight: 400;
            font-size: 15px;
        }
        .menu-mobile-row ul.menu>li.menu-item:last-child>a {
            border-bottom: none;
        }
        .menu-mobile-row ul.menu>li.menu-item ul.sub-menu>li.menu-item:last-child>a {
            border-bottom: none;
        }
        .menu-mobile-row ul.menu>li.menu-item ul.sub-menu>li.menu-item-has-children.active>ul.sub-menu {
            border-top: 1px solid #ddd;
        }
        .menu-mobile-row ul.menu>li.menu-item>ul.sub-menu>li.menu-item:first-child>a {
            border-top: none;
        }
        .menu-mobile-row ul.menu>li.menu-item-has-children.active {
            border-bottom: 1px solid #ddd;
        }
        .menu-mobile-row ul.menu>li.menu-item-has-children.active:last-child {
            border-bottom: none;
        }
        .menu-mobile-row ul.menu>li.menu-item-has-children.active:last-child>a {
            border-bottom: 1px solid #ddd;
        }
        .menu-mobile-row ul.menu>li.menu-item>a>img {
            width: 20px !important;
            height: auto !important;
            margin-right: 3px;
        }
        .menu-mobile-row ul.menu li.menu-item-has-children {
            position: relative;
        }
        .menu-mobile-row ul.menu li.menu-item-has-children>i {
            position: absolute;
            top: 10px;
            right: 0;
            font-style: normal;
        }
        .menu-mobile-row ul.menu li.menu-item-has-children>ul.sub-menu {
            height: 0;
            opacity: 0;
            overflow: hidden;
            transition: all 0.6s ease, background 0.5s ease;
            transition-delay: 0.08s;
            padding-left: 15px !important;
        }
        .menu-mobile-row ul.menu li.menu-item-has-children.active>ul.sub-menu {
            height: auto;
            opacity: 1;
            transition-delay: 0.08s;
        }
        .menu-mobile-row ul.menu li.menu-item img.img-flag {
            width: 18px !important;
        }
        .menu-mobile-row ul {
            padding: 0;
            margin: 0;
            list-style: none;
            line-height: 35px;
        }
        .marun-header .container>nav.navbar.navbar-expand-sm {
            display: none;
        }
        body>.container {
            margin-top: 90px;
        }
    }
    /* Footer */
    
    #Footer {
        background-color: #e2e2e2;
    }
    
    #Footer {
        padding: 70px 0 0 !important;
    }
    
    #Footer .row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        text-align: left;
    }
    
    #Footer .row>.footer-collum {
        /* width: 100%; */
    }
    
    #Footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    #Footer li,
    #Footer a,
    #Footer p {
        color: #777777;
    }
    
    #Footer li {
        margin-bottom: 5px;
    }
    
    #Footer li:last-child {
        margin-bottom: 0;
    }
    
    #Footer h3.footer-title {
        margin-bottom: 20px;
        color: #074180;
    }
    
    #Footer .row>.footer-collum-1 img {
        /*  width: auto; */
    }
    
    #Footer .row>.footer-collum.footer-collum-2 {
        width: fit-content;
        margin: 0 auto;
    }
    
    #Footer .row>.footer-collum.footer-collum-3 {
        width: fit-content;
        margin: 0 0 0 auto;
    }
    
    .copyrgiht {
        padding: 10px 15px;
        background-color: #C00808;
        color: #FFF;
        margin-top: 70px;
        border-bottom: 5px solid #380707;
    }
    
    .footer-bottom {
        /* position: fixed;
        left: 0;
        bottom: 0;
        */
        width: 100%;
    }
    
    .copyrgiht a {
        color: #FFF;
    }
    
    ul.img-social>li {
        margin: 0 0 8px 0 !important;
    }
    
    ul.img-social>li a {
        transition: all 0.4s;
    }
    
    ul.img-social>li a:hover {
        opacity: 0.9;
    }
    
    ul.img-social>li img {
        width: 25px;
        margin-right: 5px;
    }
    
    ul.img-social>li>a {
        text-decoration: unset;
        font-weight: 500;
    }
    /* Body */
    
    body.front-page>.container {
        /* padding: 70px 0; */
        padding-top: 20px;
    }
    
    .event-place {
        line-height: 40px;
        color: #5A6067;
    }
    
    .ganesh-box {
        padding: 0 !important;
    }
    
    .front-page .ganesh-box>.marun-row>.marun-heading {
        display: none !important;
    }
    
    .front-page .ganesh-box {
        background-color: unset;
    }
    
    .front-page .ganesh-box .banner-home {
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .front-page .ganesh-box .banner-home img {
        width: 100%;
    }
    
    .front-page .ganesh-box>.marun-row {
        margin: 0;
    }
    
    .front-page .ganesh-box .section-home {
        padding: 30px;
        background-color: #ffffff;
        /* border-radius: 15px; */
        overflow: hidden;
        box-shadow: 0 0 4px #68616145;
        margin-bottom: 20px;
        margin: 10px;
    }
    
    .front-page .ganesh-box .section-detail>h2 {
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 35px;
        border-bottom: 2px solid #ececec;
    }
    
    .front-page .ganesh-box .section-detail ul>li img {
        width: auto;
        opacity: 0.5;
        margin-right: 8px;
    }
    
    .front-page .ganesh-box .section-detail ul {
        padding: 0;
        margin: 0 0 35px;
        list-style: none;
    }
    
    .front-page .ganesh-box .section-detail ul:last-child {
        margin-bottom: 0;
    }
    
    .front-page .ganesh-box .section-detail ul>li {
        font-size: 18px;
        font-weight: 400;
        color: #777777;
    }
    
    .front-page .ganesh-box .section-detail h4 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    
    .front-page .ganesh-box .section-map h3 {
        text-align: center;
        margin-bottom: 35px;
    }
    
    .front-page .ganesh-box .section-map .img-banner {
        width: 80%;
        margin: 0 auto 30px;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .front-page .ganesh-box .section-map .run-table {
        box-shadow: 0 0 10px #81818145;
        border-radius: 15px;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .front-page .ganesh-box .section-map .run-table h3 {
        padding: 40px;
        background-color: #e22221;
        color: #ffffff;
        position: relative;
    }
    
    .front-page .ganesh-box .section-map .run-table h3:after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        width: 20px;
        height: 20px;
        background-color: #e22221;
        transform: rotate(45deg);
        margin: 0 auto;
    }
    
    .front-page .ganesh-box .section-map .run-table h4 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-bottom: 12px;
        border-bottom: 2px solid;
        position: relative;
    }
    
    .front-page .ganesh-box .section-map .run-table h4:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 80px;
        height: 6px;
        background-color: #e22221;
        border-radius: 30px;
    }
    
    .front-page .ganesh-box .section-map>span {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }
    
    .front-page .ganesh-box .section-map>span strong {
        background-color: green;
        padding: 0px 9px;
        border-radius: 7px;
        color: #ffffff;
    }
    
    .front-page .statistics-page .ganesh-box .section-home {
        padding: 0;
        box-shadow: 0 6px 10px #cccccc45;
    }
    
    .statistics-page .run-box {
        padding: 70px;
    }
    
    .front-page .ganesh-box .section-map .run-table img {
        width: auto;
    }
    
    .front-page .ganesh-box .section-map .run-table h3 {
        margin-bottom: 0;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col {
        padding: 45px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 7em;
        width: 100%;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col>div {
        width: 100%;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col ul>li {
        margin-bottom: 25px;
        display: flex;
        align-items: flex-start;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col ul>li:last-child {
        margin-bottom: 0;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col ul>li>img {
        margin-right: 15px;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col ul>li>span {
        display: flex;
        align-items: center;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col ul>li>span strong {
        display: flex;
        flex-direction: column;
        line-height: 1;
        font-size: 19px;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col ul>li>span>img {
        margin-right: 5px;
    }
    
    .front-page .ganesh-box .section-map .run-table .run-table-col ul>li>span strong>em {
        font-size: 14px;
        color: #777777;
        font-style: normal;
    }
    
    .front-page .ganesh-box .section-what-to-get,
    .front-page .ganesh-box .section-step {
        padding-top: 70px;
    }
    
    .front-page .ganesh-box .section-what-to-get h3 {
        text-align: center;
        margin-bottom: 35px;
    }
    
    .front-page .ganesh-box .section-what-to-get>.reward-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        width: 100%;
    }
    
    .front-page .ganesh-box .section-what-to-get>.reward-row>.reward-col {
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .front-page .ganesh-box .section-souvenir {
        padding-top: 50px;
        text-align: center;
    }
    
    .front-page .ganesh-box .section-souvenir p {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }
    
    .front-page .ganesh-box .section-souvenir p:nth-child(4) {
        margin-bottom: 20px;
    }
    
    .front-page .ganesh-box .section-souvenir img {
        width: 50%;
        border-radius: 15px;
    }
    
    .front-page .ganesh-box .section-step h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .front-page .ganesh-box .section-step ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }
    
    .front-page .ganesh-box .section-step ul>li {
        margin-bottom: 5px;
        color: #777777;
    }
    
    .front-page .ganesh-box .section-step ul>li:last-child {
        margin-bottom: 0;
    }
    
    .btn-primary {
        display: inline-block;
        text-align: center;
        padding: 10px 30px;
        background-color: #e22221;
        color: #ffffff;
        border-radius: 30px;
        box-shadow: 0 0 2px #00000080 !important;
        text-decoration: unset !important;
        font-weight: 400;
        transition: all 0.4s;
        border: none !important;
    }
    
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background-color: #cb1f1e !important;
        border: none !important;
    }
    
    .btn-success {
        display: inline-block;
        text-align: center;
        padding: 10px 30px;
        background-color: #39b54a;
        color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 2px #00000080 !important;
        text-decoration: unset !important;
        font-weight: 400;
        transition: all 0.4s;
        border: none !important;
    }
    
    .btn-danger {
        display: inline-block;
        text-align: center;
        padding: 7px 30px;
        background-color: #dc3545;
        color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 2px #00000080 !important;
        text-decoration: unset !important;
        font-weight: 400;
        transition: all 0.4s;
        border: none !important;
    }
    
    .btn-warning {
        border-radius: 5px;
        padding: 7px 30px;
    }
    
    .btn-success:hover,
    .btn-success:active,
    .btn-success:focus {
        background-color: #30a13f !important;
        border: none !important;
    }
    
    .front-page .ganesh-box .btn-buttom {
        text-align: right;
        margin-top: 30px;
    }
    
    .front-page .ganesh-box .btn-buttom a {
        color: #000000;
        font-weight: 400;
        font-size: 18px;
        transition: all 0.3s;
    }
    
    .front-page .ganesh-box .btn-buttom a:first-child {
        margin-right: 30px;
    }
    
    .front-page .ganesh-box .btn-buttom a:hover {
        color: #e22221;
    }
    
    form.login-page {
        padding: 50px;
        border-radius: 15px;
    }
    
    form.login-page .form-group {
        width: fit-content;
        margin: 0 auto 20px;
    }
    
    form.login-page .form-group label {
        width: 100px;
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
    }
    
    form.login-page .form-group .col-sm-4 {
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        width: 300px;
    }
    
    form.login-page .form-group:nth-child(2) {
        margin-bottom: 0;
    }
    
    .btn-submit-row {
        margin-top: 30px;
    }
    
    .btn-submit-row>.col-md-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    button#btn-submit {
        display: inline-block;
        padding: 10px 30px;
        background-color: #BF0808;
        color: #ffffff;
        border-radius: 30px;
        box-shadow: 0 0 2px #00000080 !important;
        text-decoration: unset !important;
        transition: all 0.4s;
        font-weight: 400;
        border: none !important;
    }
    
    button#btn-submit:hover {
        background-color: #30a13f !important;
        border: none !important;
    }
    
    form.login-page .btn-submit-row button#btn-submit {
        width: fit-content;
        margin-right: 10px;
    }
    
    .btn-submit-row>.col-md-12>button#btn-submit,
    form.login-page .btn-submit-row>.col-md-12>a.btn-primary {
        width: 170px;
    }
    
    .container {
        margin-bottom: 0 !important;
    }
    
    form.register-page,
    .run-box {
        padding: 50px;
        border-radius: 15px;
    }
    
    form.register-page>.form-group label {
        width: 115px;
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
    }
    
    form.register-page>.form-group .col-sm-4 {
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        width: 300px;
    }
    
    form.register-page>.form-group {
        width: fit-content;
        /*  margin: 0 auto 20px; */
    }
    
    ._page-title {
        /* margin-bottom: 35px !important; */
    }
    
    ._paypage form#FormData,
    ._paypage form#FormData>.row>.col-md-12 {
        padding: 0;
    }
    
    ._paypage form#FormData .st2-group-payment .btn-submit-row button.btn.btn-success {
        width: fit-content;
        margin: 0;
    }
    
    .page-header.navbar .page-logo img.logo-default {
        width: 100% !important;
        height: auto !important;
    }
    
    .full-image {
        width: 100% !important;
        height: auto !important;
    }
    
    .blog-news {
        /*  padding: 20px;
        margin-top: 40px; */
        background-color: #ffffff;
        border-radius: 0px;
        overflow: hidden;
    }
    
    .padding-custom {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .event-header {
        background-color: #F7F7F7;
        height: 120px;
        padding-left: 5px;
    }
    
    h2.head-title {
        /* text-align: center;
    margin-bottom: 0px;
    background: #ff4e4e;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600; */
        text-align: left;
        margin-bottom: 0px;
        color: #333333;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
    }
    
    .blog-click {
        cursor: pointer;
    }
    
    .square {
        padding: 10px !important;
        /* padding-left: 0px; */
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    
    h2.head-title-home {
        text-align: center;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
        color: #BF0808
    }
    
    .title-shadow {
        box-shadow: 0 0 4px #68616145;
    }
    
    .blog-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        grid-gap: 30px;
    }
    
    .front-page {
        /* margin-bottom: 170px; */
    }
    
    .blog-row>.blog-col {
        width: 100%;
        /* box-shadow: 0 0 10px #bbbbbb45;*/
        /* border-radius: 15px; */
        overflow: hidden;
        border: 1px solid #e0e0e0;
        margin-top: 15px;
        background-color: #ffffff;
    }
    
    .blog-row .blog-pic {
        position: relative;
        /* padding-top: 100%; */
        padding-top: 60%;
    }
    
    .blog-row .blog-pic img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    
    .blog-row .blog-info {
        padding: 20px;
    }
    
    .blog-row .blog-info h3.blog-title {
        font-size: 18px;
        margin: 0;
    }
    
    .blog-row .blog-info h3.blog-title a {
        color: #333333;
        text-decoration: unset;
    }
    
    .blog-row .blog-info .blog-meta {
        margin-top: 8px;
        color: #777777;
        font-size: 14px;
    }
    
    .view-more {
        margin-top: 30px;
        text-align: center;
    }
    
    img {
        width: 100%;
        height: auto;
    }
    
    .brand-img {
        /* border-radius: 25%; */
    }
    
    .brand-img {
        width: 140px;
    }
    /* Responsive */
    
    @media (max-width: 992px) {
        .front-page .ganesh-box .section-map .img-banner,
        .front-page .ganesh-box .section-map .run-table {
            width: 100%;
        }
        .front-page .ganesh-box .section-map .run-table .run-table-col {
            padding: 30px;
            grid-gap: 30px;
        }
        .front-page .ganesh-box .section-souvenir p {
            font-size: 18px;
        }
        .front-page .ganesh-box .section-what-to-get,
        .front-page .ganesh-box .section-step {
            padding-top: 50px;
        }
        .copyrgiht {
            margin-top: 50px;
        }
        #Footer h3.footer-title {
            font-size: 22px;
        }
        body.front-page>.container {
            /* padding: 50px 15px; */
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 0px;
            padding-right: 0px;
        }
        .blog-news {
            margin-top: -10px;
            /* padding: 15px; */
        }
        .front-page .ganesh-box .section-home {
            padding: 30px;
        }
        .front-page .ganesh-box .section-map h3 {
            font-size: 22px;
            margin-bottom: 25px;
        }
        .front-page .ganesh-box .section-detail h4 {
            font-size: 18px;
        }
        .front-page .ganesh-box .section-detail>h2,
        .front-page .ganesh-box .section-detail>h2 {
            font-size: 24px;
        }
        .front-page .ganesh-box .section-detail ul>li {
            font-size: 16px;
        }
        #Footer {
            padding: 50px 0 0 !important;
        }
        .marun-header ul.navbar-nav>li.nav-item a {
            font-size: 14px;
        }
        .statistics-page .run-box {
            padding: 50px;
        }
    }
    
    @media (max-width: 767px) {
        .front-page .ganesh-box .section-map .run-table .run-table-col,
        .front-page .ganesh-box .section-what-to-get>.reward-row {
            grid-template-columns: repeat(1, 1fr);
        }
        .front-page .ganesh-box .section-souvenir img {
            width: 100%;
        }
        .front-page .ganesh-box .section-what-to-get,
        .front-page .ganesh-box .section-step {
            padding-top: 30px;
        }
        #Footer {
            padding: 30px 0 0 !important;
        }
        #Footer .row {
            grid-template-columns: repeat(1, 1fr);
            padding: 0 15px;
        }
        #Footer .row>.footer-collum.footer-collum-2,
        #Footer .row>.footer-collum.footer-collum-3 {
            margin: 0;
        }
        .copyrgiht {
            margin-top: 30px;
        }
        body.front-page>.container {
            padding-bottom: 150px;
            /* padding: 30px 15px; */
        }
        .front-page .ganesh-box .section-map .run-table h3 {
            padding: 30px;
            font-size: 20px;
        }
        .front-page .ganesh-box .section-souvenir {
            padding-top: 30px;
        }
        ._page-title {
            margin-bottom: 25px !important;
            font-size: 24px;
        }
        form.login-page,
        form.register-page,
        .run-box {
            padding: 30px;
        }
        button#btn-submit,
        .btn-primary {
            padding: 5px 25px;
        }
        .btn-submit-row>.col-md-12>button#btn-submit,
        form.login-page .btn-submit-row>.col-md-12>a.btn-primary {
            width: auto;
        }
        form.login-page .form-group label {
            width: 100%;
            text-align: left !important;
        }
        form.login-page .form-group .col-sm-4 {
            width: 100%;
        }
        form.register-page>.form-group label {
            width: 100%;
        }
        form.register-page>.form-group .col-sm-4 {
            width: 100%;
        }
        .statistics-page .run-box {
            padding: 30px;
        }
        .blog-row {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 25px;
        }
    }
    
    .radio_box {
        display: none;
    }
    
    input[type=radio]:not(:disabled)~.label-radio {
        cursor: pointer;
    }
    
    input[type=radio]:disabled~.label-radio {
        color: #bcc2bf;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed;
    }
    
    .label-radio {
        height: 100%;
        display: block;
        background: white;
        /* border: 2px solid #20df80; */
        border: 1px solid rgba(0, 156, 247, 0.753);
        ;
        /* border-radius: 20px; */
        padding: 1rem;
        margin-bottom: 1rem;
        text-align: center;
        /*  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5); */
        position: relative;
    }
    
    input[type=radio]:checked+.label-radio {
        /*  background: #20df80; */
        color: black;
        box-shadow: 0px 0px 4px rgba(0, 158, 247, 1);
        /* box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75); */
    }
    
    input[type=radio]:checked+.label-radio::after {
        color: #3d3f43;
        font-family: Font Awesome\ 5 Free;
        border: 1px solid rgba(0, 156, 247, 0.753);
        ;
        content: "\f00c";
        font-size: 24px;
        position: absolute;
        /* top: -25px;
left: 50%; */
        top: 16px;
        left: 10px;
        transform: translateX(-50%);
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-weight: 900;
        text-align: center;
        border-radius: 50%;
        background: white;
        font-size: 20px;
        box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
    }
    
    input[type=radio]#control_05:checked+.label-radio {
        background: red;
        border-color: red;
    }
    
    .btn-border {
        border-color: #DA4453 !important;
        background-color: #FFF !important;
        color: #BF0808 !important;
    }