/* New CSS 09/10/2564 */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500&display=swap');
h1, h2, h3, h4, h5, h6, nav, .nav, .menu, button, .button, .btn, .price, ._heading, .wp-block-pullquote blockquote, blockquote, label, legend, pre {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}
code, kbd, pre, samp {
    font-family: 'Kanit', sans-serif;
}
body {
    background-color: #F5F5F5 !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}
/* Header */
.marun-header {
    background-color: #ffffff !important;
    box-shadow: 0 0 3px #b6b6b6;
}
.marun-header .nav-item a {
    color: #1650A0 !important;
}
.marun-header ul.navbar-nav > li.nav-item {
    margin-left: 30px;
    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: 0;
    border: none;
    background-color: unset;
}
.marun-header ul.navbar-nav > li.nav-item.btn-login > a {
    color: #ffffff !important;
    border-radius: 0;
    padding: 8px 30px;
    transition: all 0.4s;
    background-color: #00AAD4;
}
.marun-header ul.navbar-nav > li.nav-item.btn-primary > a {
    background-color: #0069d9;
    color: #ffffff !important;
    display: block;
    padding: 8px 30px;
    border-radius: unset;
}
.marun-header ul.navbar-nav > li.nav-item.btn-primary:hover > a {
    background-color: #00AAD4;
    color: #ffffff !important;
}
.marun-header ul.navbar-nav > li.nav-item.btn-primary {
    background-color: unset;
    padding: 0;
    border-radius: unset;
    margin-left: 12px;
}
.marun-header ul.navbar-nav > li.nav-item.btn-login > a:hover {
    background-color: #1650A0;
    color: #ffffff !important;
}
.marun-header ul.navbar-nav > li.nav-item.btn-register > a {
    background-color: unset;
    color: #0069d9 !important;
    border-radius: 30px;
    padding: 5px 20px;
    border: none;
    transition: all 0.4s;
}
.marun-header ul.navbar-nav > li.nav-item.btn-register > a:hover {
    background-color: #00AAD4;
    color: #ffffff !important;
}
.marun-header ul.navbar-nav > li.current-menu-item > a, .marun-header ul.navbar-nav > li.nav-item:hover > a {
    color: #00AAD4 !important;
    transition: all 0.4s;
}
.marun-header ul.navbar-nav > li.nav-item.btn-register {
    margin-left: 12px;
}
.marun-header > .container > nav.navbar {
    padding: 25px 0;
}
.marun-header > .container > nav.navbar a.navbar-brand img {
    height: 65px;
    margin: -15px 0;
}
.dropdown > .dropdown-btn > button.dropbtn {
    border: none;
    background-color: unset;
    color: #00AAD4;
    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: #00AAD4;
    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: #00AAD4;
    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: #00AAD4 !important;
}
button:focus {
    outline: unset !important;
}
#mobile-menu {
    display: none;
}
@media (max-width: 767px) {
#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;
}
.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: 999999;
    display: flex;
    align-items: center;
}
.headbar-mobile .content-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
    position: relative;
    width: 100%;
    height: 100%;
    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: auto;
    height: 30px;
}
.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;
    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: 50px;
    height: 100%;
    opacity: 1;
    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;
    font-weight: 400;
    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;
}
.marun-header .container > nav.navbar.navbar-expand-sm {
    display: none;
}
body > .container {
    margin-top: 50px;
}
}
/* Footer */
#Footer {
    background-color: #fff;
    padding: 70px 0 0 !important;
    border-radius: unset;
}
#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:last-child {
    margin-bottom: 0;
}
#Footer h3.footer-title {
    margin-bottom: 20px;
    color: #074180;
}
#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;
}
#Footer .row > .footer-collum .img-logo img {
    width: 300px;
}
#Footer .row > .footer-collum ul.img-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}
#Footer .row > .footer-collum ul.img-social img {
    width: 100%;
    height: auto;
    margin: 0;
    filter: drop-shadow(0 0 1px #ffffff);
}
#Footer .row > .footer-collum ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}
#Footer .row > .footer-collum ul.menu a {
    color: #6E6E6E;
}
.copyrgiht {
    padding: 20px 15px;
    background: unset;
    margin-top: 70px;
    color: #ffffff;
    background-color: #00AAD4;
    font-size: 14px;
}
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 15px;
}
.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 {
    overflow: hidden;
}
.front-page .ganesh-box .banner-home img {
    width: 100%;
}
.front-page .ganesh-box > .marun-row {
    margin: 0;
}
.front-page .ganesh-box .section-home {
    padding: 40px;
    background-color: #ffffff;
    overflow: hidden;
}
.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 img {
    width: 100%;
    height: auto;
    margin-right: 8px;
}
.front-page .ganesh-box .section-detail ul {
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
}
ul.gallery {
    list-style: none !important;
    padding: 0 !important;
}
ul.gallery-grid {
    display: grid;
    padding: 0 !important;
    list-style: none !important;
}
ul.gallery-grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 25px;
}
ul.gallery-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 25px;
}
ul.gallery-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 25px;
}
ul.gallery-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
}
ul.gallery-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 18px;
}
ul.gallery-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 15px;
}
ul.gallery-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-gap: 12px;
}
ul.gallery-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-gap: 10px;
}
ul.gallery-grid > li {
    width: 100%;
}
ul.gallery img {
    width: 100%;
    height: auto;
}
.front-page .ganesh-box .section-detail ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}
.front-page .ganesh-box .section-detail ul {
    list-style: circle;
    padding-left: 20px;
    margin-bottom: 20px;
}
.front-page .ganesh-box .section-detail ul > li {
    font-size: 16px;
}
.front-page .ganesh-box .section-detail h4 {
    margin-bottom: 15px;
    font-size: 22px;
}
.front-page .ganesh-box .section-detail h3 {
    font-size: 24px;
}
.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: #00AAD4;
    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: #00AAD4;
    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: #00AAD4;
    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: #00AAD4;
    color: #ffffff;
    border-radius: 0;
    box-shadow: unset !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: #0069d9 !important;
    border: none !important;
}
.btn-success {
    display: inline-block;
    text-align: center;
    padding: 12px 30px;
    background-color: #00AAD4;
    color: #ffffff;
    border-radius: 3px;
    box-shadow: unset !important;
    text-decoration: unset !important;
    font-weight: 400;
    transition: all 0.4s;
    border: none !important;
        background: linear-gradient(90deg, #180860 0%, #00AAD4 100%);
    border-radius: 8px;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: rgba(0, 43, 73, 0.25) !important;
    border: none !important;
    color: #ffffff;
}
.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: #00AAD4;
}
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: 12px 40px;
    background-color: #00AAD4;
    color: #ffffff;
    border-radius: 3px;
    box-shadow: unset !important;
    text-decoration: unset !important;
    transition: all 0.4s;
    font-weight: 400;
    border: none !important;
    background: linear-gradient(90deg, #180860 0%, #00AAD4 100%);
    border-radius: 8px;
}
button#btn-submit:hover {
    background-color: rgba(0, 43, 73, 0.25) !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;
}
.blog-news {
    padding: 0;
    margin-top: 0;
    background-color: unset;
    border-radius: 0;
    overflow: hidden;
}
.blog-news img {
    width: 100%;
    height: auto;
}
.blog-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    grid-gap: 30px;
}
.blog-row > .blog-col {
    width: 100%;
    box-shadow: 0 0 10px #bbbbbb45;
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
}
.blog-row .blog-pic {
    position: relative;
    padding-top: 100%;
}
.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;
}
h2.head-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
.table-responsive span.table-msg-scroll {
    display: none;
}
img {
    width: auto;
    height: auto;
}
.front-page .section-1 {
    margin-bottom: 0;
    padding: 0;
}
.front-page .section-1 .banner-home {
    margin: -50px -50px 50px;
}
.front-page .section-row h2 {
    font-size: 48px;
    font-weight: 800;
    color: #00AAD4;
    margin-bottom: 20px;
    word-break: break-word;
}
.front-page .section-row h3 {
    font-size: 24px;
    font-weight: 700;
    color: #00AAD4;
    margin-bottom: 20px;
}
.front-page .section-1 h3 strong {
    font-size: 28px;
    font-weight: 400;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #00AAD4;
}
.front-page .section-1 ol {
    padding-left: 15px;
    color: #4A4A4A;
}
.front-page .section-2 h5,
.front-page .section-2 h4 {
    font-weight: normal;
}
.front-page .section-2 h5 {margin-bottom: 15px;}
.front-page .section-2 h4 {
    font-size: 30px;
}
.front-page .section-2 ul {
    list-style: none;
    padding: 50px 0;
    margin-bottom: 50px;
    display: flex;
    border-bottom: 1px solid #00000033;
}
.front-page .section-1 ol > li:not(:last-child) {
    margin-bottom: 5px;
}
.front-page .section-2 {
    background-color: #fff;
    color: #000;
}
.front-page .section-row  h2 {
    background: linear-gradient(90deg, #180860 0%, #00AAD4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.front-page .section-row  h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}
.front-page .section-2 p {
    text-indent: 50px;
    line-height: 1.8;
}
.front-page .section-2 ol {padding-left: 15px;line-height: 1.8;}
.front-page .section-2 ol ol {
    padding-left: 25px;
}
.front-page .section-row.section-3 {
    padding: 0;
    margin-bottom: 50px;
}
.front-page img {
    width: 100%;
    height: auto;
}
.front-page .section-3 .image-map {
    margin: 0 -50px -50px;
}
.front-page .section-3 .image-map img {
    margin: 0;
}
.front-page .section-row .register-date {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
    gap: 30px;
    margin-bottom: 50px;
}
.front-page .section-row .register-date strong {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.front-page .section-row .register-date li {
    background-color: #FFF1CA;
    padding: 30px;
    font-size: 20px;
    color: #4a4a4a;
    border-radius: 20px;
}
.front-page .section-row .register-type {
    list-style: none;
    padding: 0;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.front-page .section-row .register-type > li {
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: relative;
}
.front-page .section-row .register-type > li:first-child {
    background: linear-gradient(92.66deg, #D1A300 -19.02%, #E1CA78 14.59%, #D1A300 98.12%);
}
.front-page .section-row .register-type > li:last-child {
    background: linear-gradient(90deg, #180860 0%, #00AAD4 100%);
}
.front-page .section-row .register-type > li strong {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.front-page .section-row .register-type > li span {
    position: absolute;
    bottom: -40px;
    width: 100%;
    left: 0;
    color: #8e8e8e;
    font-size: 16px;
}
.front-page .section-row.section-4 img {
    margin-bottom: 30px;
}
.front-page .section-row.section-4 h3 {
    margin-top: 30px;
}
.front-page .section-row.section-4 h3:first-of-type {
    margin-top: 0;
}
.front-page .section-row.section-4 h2 {
    margin-bottom: 30px;
}
.front-page .section-row.section-4 .phone-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF1CA;
    padding: 45px;
    border-radius: 20px;
    margin-top: 40px;
}
.front-page .section-row.section-4 .phone-number img {
    max-width: 20px;
    margin-right: 30px;
}
.front-page .section-row.section-4 .phone-number a {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.front-page .section-row.section-4 .phone-number a:hover {
    background: linear-gradient(90deg, #180860 0%, #00AAD4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: unset !important;
}
.front-page .section-5 {
    background-color: #00AAD4;
    color: #ffffff;
}
.front-page .section-5 h3 {
    color: #ffffff;
}
.front-page .section-5 table th, .front-page .section-5 table td {
    border: 5px solid #00AAD4;
    padding: 12px;
    text-align: center !important;
}
.front-page .section-5 table tr {
    border: none;
}
.front-page .section-5 table {
    border: none;
}
.front-page .section-5 table th {
    background-color: #ffffff;
    color: #00AAD4;
    font-weight: 700;
    width: 50%;
}
.front-page .section-5 table td {
    background: rgba(255, 255, 255, 0.1);
}
.page-title {
    margin-bottom: 50px;
}
.page-title ._page-title {
    margin-bottom: 10px !important;
    font-size: 45px;
    background: linear-gradient(90deg, #180860 0%, #00AAD4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-title p.sub-title-page {
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #000;
}
.register-page {
    padding: 50px;
    background-color: #fff;
}
.steps {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.steps > .list {
    position: relative;
}
.steps span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #f5f5f5;
    font-weight: bold;
    font-family: sans-serif;
    color: #a0a0a0;
    position: relative;
    z-index: 5;
}
.steps .list:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 300px;
    top: 24px;
    left: 50px;
    background-color: #f5f5f5;
}
.steps  > .list:last-child:after {
    content: unset;
}
.steps {
    position: relative;
    z-index: 1;
}
.steps .list:first-child:after {
    z-index: 1;
}
.steps .list:nth-child(2) {
    z-index: 2;
}
.steps .list:nth-child(2):after {
    z-index: 2;
}
.steps .list:nth-child(3) {
    z-index: 3;
}
.steps > .list.active span {
    background: linear-gradient(90deg, #180860 0%, #00AAD4 100%);
    color: #fff;
}
.steps > .list.active label {
    color: #00AAD4;
}
.steps > .list label {
    font-weight: lighter;
    margin-top: 10px;
}
.register-page form.form-horizontal h3 {
    font-size: 20px;
    margin: 50px 0 30px;
    color: #000;
}
form.form-horizontal {
    padding: 0;
    background-color: unset;
}
.register-page form.form-horizontal {
    width: 70%;
    margin: 0 auto;
}
form.form-horizontal h3.form-title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 30px 0;
    color: #A0A0A0;
    position: relative;
}
form.form-horizontal h3.form-title strong {
    display: inline-block;
    background-color: #f1f1f1;
    font-weight: 400;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
form.form-horizontal h3.form-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(160, 160, 160, 0.3);
    margin: auto;
}
form.form-horizontal button#btn-submit {
    width: fit-content;
    margin: 31px auto 0;
    display: block;
}
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: 35px !important;
    margin-left: 5px;
}
form.form-horizontal select {
    color: #00000080;
}
form.form-horizontal .form-group {
    border: 1px solid rgba(160, 160, 160, 0.6);
    border-radius: 10px;
    padding: 8px 15px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    position: relative;
}
form.form-horizontal .form-group label {
    margin-top: -20px;
    font-size: 16px;
    font-weight: lighter;
    background-color: #fff;
    padding: 0 10px;
    line-height: 1.2;
    height: auto;
    width: auto;
}
form.form-horizontal.form-horizontal-group .form-group label {
    background-color: #f5f5f5;
}
form.form-horizontal .form-group > font {
    min-height: 24px;
    width: 100%;
}
form.form-horizontal label {
    font-size: 12px;
    color: #A0A0A0;
    font-weight: 400;
}
form.form-horizontal label.accept-policy {
    display: flex;
    align-items: center;
}
form.form-horizontal label.accept-policy input#confirm {
    margin-right: 8px;
}
form.form-horizontal .form-group label.form-check-label {
    margin: 0;
    display: flex;
    align-items: center;
    position: unset;
    line-height: 1;
}
form.form-horizontal .form-group label.form-check-label input.form-check-input {
    position: unset;
    margin: 0 5px 0 0;
}
form.form-horizontal .form-group > fieldset._inline {
    display: flex;
    align-items: center;
}
form.form-horizontal .st2-group-payment label {
    background-color: #ebf5eb;
    font-size: 16px;
}
form.form-horizontal .form-group label.error {
    position: unset;
    font-size: 12px;
    color: #ff0000;
    margin-top: 0;
}
.blog-news .blog-image {
    display: none;
}
.blog-news .blog-content img {
    margin: 30px 0;
}
.front-page .section-4 p:last-child {
    margin: 0;
}
.front-page .section-4 p:last-child img {
    margin: 0;
}
.form-control:focus {
    box-shadow: unset;
}
form.form-horizontal .form-group input#fileimage {
    width: 100%;
    position: unset !important;
    visibility: hidden;
    height: 0 !important;
}
form.form-horizontal .form-group .input-group input.form-control {
    background-color: unset;
}
form.form-horizontal .form-group .input-group label.fileimage {
    background-color: #a0a0a0;
    border: none;
    border-radius: 3px !important;
    color: #ffffff;
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: auto;
}
form.form-horizontal .form-group .input-group label.fileimage > span.icon-span-filestyle {
    margin-right: 8px;
}
form.form-horizontal .form-group .input-group label.fileimage:hover {
    background-color: rgba(0, 43, 73, 0.25) !important;
}
form.form-horizontal a#addTerm {
    margin-bottom: 20px;
    background-color: #00AAD4;
    color: #ffffff;
    border: none;
}
form.form-horizontal a#addTerm:hover {
    background-color: rgba(0, 43, 73, 0.25);
}
form.form-horizontal .btn-remove {
    margin-bottom: 15px;
}
font {
    color: #00AAD4 !important;
}
form.form-horizontal .form-group select[disabled] {
    background-color: unset;
}
form.form-horizontal .st2-group-payment label.error {
    position: unset;
    margin-top: 0;
    font-size: 12px;
    color: #ff0000;
}
.form-control:focus {
    background-color: unset;
}
.front-page .section-row.section-4 .phone-number.ph1 {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    align-items: center;
}
.front-page .section-row.section-4 .phone-number.ph2 {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.front-page .section-row.section-4 .phone-number.ph1 img {
    margin-bottom: 0;
}

/*Confirm Page*/
.steps > .list.done span {
    background-color: #50B942;
    color: #fff;
}
.steps > .list.done label {
    color: #50B942;
}
.steps > .list.done:after {
    background-color: #50B942;
}
.register-page.check-details .form-group {
    min-height: 60px;
}
.register-page.check-details .form-group label {
    position: absolute;
}
.register-page.check-details .form-group font {
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #00000080 !important;
}

.registerRadio {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
.registerRadio > .div {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(160, 160, 160, 0.6);
}
.registerRadio .form-radio-label {
    font-size: 16px;
    display: flex;
    gap: 15px;
    margin: 0 !important;
    color: #777;
}
.registerRadio > .div .competition {
    border-radius: 0 !important;
    width: 40px;
}
.registerRadio > .div.active {border-color: #00AAD4;}
.registerRadio > .div input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}
.registerRadio > .div .competition:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(160, 160, 160, 0.6);
    position: absolute;
}
.registerRadio > .div.active .competition:before {
    background-image: url(https://kpprun.com/assets/run/Group-587.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}
.registerRadio > .div.active .form-radio-label {
    color: #000;
}
.registerBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
._button.registerBtn a {
    color: #fff !important;
    padding: 12px 40px;
    border-radius: 8px !important;
}
.registerBtn ._btn-back {
    background-color: #A0A0A0;
}
.accept-policy {font-size: 16px !important;}
.accept-policy a {
    color: #00AAD4;
}
.accept-policy label.error {
    position: absolute;
    top: 30px;
    color: red;
    font-style: italic;
}

.confirmForm legend.hr-head {
    border: none;
    font-size: 20px;
    margin-bottom: 30px;
}
.confirmForm {
    max-width: 70%;
    margin: 0 auto;
    padding: 0 35px !important;
}
.confirmForm > .row {
    margin: 0;
}
.paymentMethod {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.paymentMethod > div {
    width: 50%;
    padding: 30px;
    border: 1px solid #A0A0A04D;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.paymentMethod > div img {
    margin: 0 auto;
}
.paymentMethod > div > p:nth-child(2) {
    margin-top: 20px;
}
.paymentMethod > div > p:last-child {
    margin-bottom: 0;
}
.paymentMethod > div > p {
    font-weight: 600;
}
.paymentMethod > div br {
    display: none;
}

.priceDetails .col-md-6 {
    padding: 0;
}
.priceDetails label {
    font-size: 16px !important;
    display: flex;
    justify-content: space-between;
}
.priceDetails .form-group {
    margin-top: 30px;
}
.priceDetails label:last-of-type > font {
    color: #00AAD4 !important;
}
.priceDetails label:last-of-type {
    color: #000;
}
.priceDetails label > font {
    font-weight: bold;
}
.priceDetails .form-group > label {
    color: #a0a0a0;
}
.priceDetails .form-group #pay_total {
    background-color: unset;
}
.slipDetails .bootstrap-filestyle {
    height: unset;
    width: fit-content;
    width: 100%;
}
.slipDetails .form-control {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}
.slipDetails .form-group {
    border: none !important;
    padding: 0 !important;
}
.slipDetails .col-md-6 {
    padding: 0;
}
form.confirmForm.form-horizontal .form-group .input-group label.fileimage {
    padding: 12px 40px !important;
    border-radius: 3px !important;
    background-color: #a0a0a0 !important;
    width: 100% !important;
}
.slipDetails .group-span-filestyle.input-group-btn {
    width: 100%;
}
.slipDetails {
    margin-bottom: 50px !important;
    padding-bottom: 20px;
}
.confirmBtn .btn-success {
    width: fit-content;
    padding: 12px 40px;
    border-radius: 8px;
}
.confirmBtn > div {
    text-align: center;
}
form.form-horizontal.full-form {
    width: 100%;
}
form.form-horizontal a.btn.btn-primary, form.form-horizontal button._btnNext {
    margin: 31px auto 0;
}
.slipDetails > .col-md-6 {
    height: 100%;
}
.slipDetails .col-md-6 {
    height: 55px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(160, 160, 160, 0.6);
    border-radius: 10px;
    padding: 8px 15px;
}
form.confirmForm.form-horizontal .form-group .input-group label.fileimage {
    padding: 8px 20px !important;
    height: 35px;
    width: auto !important;
}
.front-page .ganesh-box img {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
form.form-horizontal font._info {
    font-style: normal;
}
form.form-horizontal .form-group label.form-check-label {
    width: 100%;
}
form.form-horizontal .form-group label.form-check-label input#leader_status {
    margin: 0 5px 0 0;
}
form.form-horizontal .form-group fieldset._inline {
    width: 100%;
}
form.form-horizontal .form-group fieldset._inline .form-check {
    padding: 0;
}
form.form-horizontal .form-group b {
    width: 100%;
}
.st2-group-payment .form-control:disabled, .st2-group-payment .form-control[readonly] {
    background-color: #ebf5eb;
}
.st2-group-payment ._more > label.checkbox-inline {
    display: flex;
    align-items: center;
}
.st2-group-payment ._more > label.checkbox-inline input#confirm {
    margin-right: 8px;
}


/* 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;
}
.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;
}
.table-scrollable {
    overflow: auto;
}
.front-page .section-row {
    padding: 40px;
}
.front-page .section-row h2 {
    font-size: 38px;
}
.front-page .section-1 h3 strong {
    font-size: 24px;
}
.front-page .section-3 > pre strong, .front-page .section-4 > pre strong {
    margin-right: -40px;
    font-size: 20px;
}
.front-page .section-1 .banner-home {
    margin: -40px -40px 40px;
}
.front-page .section-1 {
    margin-bottom: 40px;
}
.front-page .section-3 .image-map, .front-page .section-4 .image-map {
    margin: 0 -40px 40px;
}
}
@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 > .footer-collum.footer-collum-2,#Footer .row > .footer-collum.footer-collum-3 {
    margin: 0;
}
.copyrgiht {
    margin-top: 30px;
}
body.front-page > .container {
    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;
}
ul.gallery-grid-2, ul.gallery-grid-3, ul.gallery-grid-4, ul.gallery-grid-5, ul.gallery-grid-6, ul.gallery-grid-7, ul.gallery-grid-8 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
}
.blog-row {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 25px;
}
}
@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 > .footer-collum.footer-collum-2,#Footer .row > .footer-collum.footer-collum-3 {
    margin: 0;
}
.copyrgiht {
    margin-top: 30px;
}
body.front-page > .container {
    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;
}
.blog-row {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
}
.front-page .section-row {
    padding: 30px;
}
.front-page .section-1 .banner-home {
    margin: -30px -30px 30px;
}
.front-page .section-row h2 {
    font-size: 28px;
}
.front-page .section-1 h3 strong {
    font-size: 22px;
}
.front-page .section-1 {
    margin-bottom: 40px;
}
.front-page .section-3 ol {
    padding: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
}
.front-page .section-row h3 br {
    display: none;
}
.front-page .section-3 > pre strong, .front-page .section-4 > pre strong {
    margin-right: -30px;
}
.front-page .section-4 ol {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
}
.front-page .section-3 .image-map, .front-page .section-4 .image-map {
    margin: 0 -30px 30px;
}
}


@media(max-width:992px){
.section-row.section-1 {
    margin: 0 !important;
    padding: 0;
}
.front-page .section-row {
    padding: 30px;
}
.front-page .section-row h2 {
    font-size: 40px;
    margin-bottom: 10px;
}
.front-page .section-2 h4 {
    font-size: 26px;
}
.front-page .section-2 h5 {
    margin-bottom: 10px;
}
.front-page .section-2 ul {
    padding: 20px 0;
    margin-bottom: 30px;
}
.front-page .section-row.section-4 .phone-number {
    padding: 25px;
}
.steps {
    max-width: 100%;
}
.register-page form.form-horizontal {
    width: 100%;
}
}

@media(max-width:768px){
.front-page .section-row {
    padding: 30px 15px;
}
.front-page .section-1 {
    padding: 0;
    margin: 0;
}
.front-page .section-2 h4 {
    font-size: 20px;
}
.front-page .section-2 p {
    text-indent: 0;
    font-size: 16px;
}
.front-page .section-row.section-4 h2 {
    margin-bottom: 15px;
    font-size: 30px;
}
.front-page .section-row .register-date {
    grid-template-columns: repeat(1,1fr);
    gap: 15px;

}
.front-page .section-row .register-type {
    margin-bottom: 50px;
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
}
.front-page .section-row h3 {
    font-size: 20px;
}
.front-page .section-row.section-4 .phone-number a {
    font-size: 20px;
}
.front-page .section-row.section-4 .phone-number img {
    max-width: 10px;
    margin-right: 10px;
}
.front-page .section-row.section-4 .phone-number {
    margin-top: 0;
}
.copyrgiht {
    font-size: 10px;
}
#Footer .row > .footer-collum ul.img-social {
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}
.register-page {
    padding: 30px 15px;
}
.registerRadio {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
}
button#btn-submit, .btn-primary {
    padding: 12px 40px;
}
form.form-horizontal label.accept-policy {
    display: inline-block;
}
.accept-policy label.error {
    top: 0px;
    left: 45px;
}
.confirmForm {
    max-width: 100%;
    padding: 0 15px !important;
}
.paymentMethod {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.paymentMethod > div {
    width: 100%;
}
.confirmForm legend.hr-head {
    font-size: 16px;
    margin-bottom: 15px;
}
}