.spotlightBanner {
    margin: 0 !important;
    padding-top: 83px !important;
}

a {
    cursor: pointer;
}

header .container,
footer .container {
    max-width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    width: 100%;
}

header {
    display: flex;
    align-items: center;
    width: 100%;
}

footer {
    background: #000;
    padding: 2rem 0 2rem;
}

footer .topFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .topFooter .btnFooter {
    background: linear-gradient(79.54deg, rgba(73, 73, 73, .4) 16.78%, rgba(77, 77, 77, .5) 46.33%, hsla(0, 0%, 40%, .5) 73.76%, hsla(0, 0%, 50%, .5) 94.21%);
    border: 0;
    border-radius: 2px;
    box-shadow: -1px 1px 0 #000, inset -1px 1px 0 hsla(0, 0%, 52%, .62);
    color: #fff;
    font-weight: 600;
    padding: 1rem 2.125rem;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .7);
    font-family: "Open Sans", system-ui;
    font-size: 1rem;
    text-transform: none;
}

footer .topFooter .btnFooter:hover {
    background: linear-gradient(79.54deg, rgba(50, 50, 50, .3) 16.78%, rgba(90, 90, 90, .3) 46.33%, hsla(0, 0%, 64%, .3) 73.76%, hsla(0, 0%, 85%, .3) 94.21%);
    border-color: none;
    box-shadow: -1px 1px 0 #000, inset -1px 1px 0 hsla(0, 0%, 100%, .2);
    color: #fff;
    text-decoration: none;
}

footer .topFooter .btnFooter span {
    padding: 0;
}

footer .topFooter .socialMediaDiv ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

footer .topFooter .socialMediaDiv ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .topFooter .socialMediaDiv ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

footer .topFooter .socialMediaDiv ul li a:hover {
    background-color: #27282b;
}

footer .centerFooter {
    margin-top: 60px;
}

footer .centerFooter ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

footer .centerFooter ul li a {
    font-family: "Open Sans", system-ui;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

footer .bottomFooter {
    margin-top: 40px;
}

footer .bottomFooter ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

footer .bottomFooter ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #BEBEBE;
    text-decoration: none;
}

footer .bottomFooter ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .bottomFooter .botFooterSec {
    margin-top: 20px;
}

footer .bottomFooter .botFooterSec li {
    position: relative;
    display: flex;
    align-items: center;
}

footer .bottomFooter .botFooterSec li:after {
    content: "";
    background: #BEBEBE;
    width: 1px;
    height: 15px;
    position: absolute;
    right: -10px
}

footer .bottomFooter .botFooterSec li:last-child:after {
    display: none;
}

footer .copyTextFooter {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    line-height: 1.125rem;
    word-break: break-word;
    font-size: 0.8rem;
    font-weight: 400;
    color: #BEBEBE;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 800px;
}

footer .container-fluid {
    width: auto;
}

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

.spotlightBanner img {
    width: 100%;
}

#tournament p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 2.7rem;
    text-shadow: 3px 0px 8px rgba(0, 0, 0, 0.5);
}

.dark-scheme .modal-content {
    background: linear-gradient(0deg, #090909 0%, #450c0b 100%);
    width: 500px;
    padding: 40px 30px;
}

.close {
    float: none;
    font-size: 50px;
    font-weight: lighter;
    top: 20px;
    right: 20px;
}

.dark-scheme .modal-content h2 {
    font-size: 2.5rem;
}

#registrationForm {
    width: 300px;
    margin: 0 auto;
}

#registrationForm input {
    margin-bottom: 0;
    /* margin-top: 10px; */
    height: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none;
    width: 100%;
    color: #fff;
    font-size: 1rem;
}

#registrationForm input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 5px 10px 0 0;
}

.chekbox {
    margin-top: 20px;
    flex-wrap: wrap;
}

.chekbox label {
    color: #aaa;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.3rem;
    width: 90%;
}

#registrationForm input[type="submit"] {
    border: 1px solid #ED1C24;
    border-radius: 0;
    display: inline-flex;
    transition: all 0.25s linear;
}

#registrationForm input[type="submit"]:hover {
    background: #ED1C24;
    transition: all 0.25s linear;
}

.de-box-cat i {
    margin-bottom: 0;
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
}

.de-box-cat {
    pointer-events: none !important;
    /* cursor: pointer; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.1) 0%, rgba(var(--secondary-color-rgb), 0.3) 100%);
}

.de-box-cat h4 {
    font-size: 2rem;
    line-height: 2.7rem;
    text-align: center;
}

.de-box-cat h4 span {
    color: #ED1C24;
    text-transform: uppercase;
}

.error-message {
    text-align: left;
    line-height: normal;
}

.g-recaptcha {
    margin-top: 20px;
}

#resubmitBtn {
    border: 1px solid #ED1C24;
    border-radius: 0;
    display: inline-flex;
    transition: all 0.25s linear;
    height: 50px;
    margin-top: 28px;
    padding: 5px 30px;
    background: transparent;
    outline: none;
    box-shadow: none;
    width: 100%;
    color: #fff;
    font-size: 1rem;
}

#resubmitBtn:hover {
    background: #ED1C24;
    transition: all 0.25s linear;
}

.thankYouDiv {
    min-height: 500px;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    display: none;
    font-size: 1.8rem;
    color: #fff;
    line-height: 2.7rem;
}

.resgietsrSuccess .thankYouDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resgietsrSuccess .thankYouDiv>div {
    width: 100%;
}

.resgietsrSuccess .thankYouDiv+.row {
    display: none;
}

.statusMessage {
    height: calc(100vh - 317px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 0 20px;
}

.loader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-color: #ED1C24 !important;
}

select {
    margin-bottom: 0;
    /* margin-top: 10px; */
    height: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none;
    width: 100%;
    color: #fff;
    font-size: 1rem;
}

select option {
    background: #000;
}

.registerBtn {
    border: 1px solid #ED1C24;
    border-radius: 0;
    display: inline-flex;
    background: #ED1C24;
    padding: 5px 10px;
    margin-left: 20px;
    color: #fff
}

.registerBtn:hover {
    color: #fff
}
/* .de-box-cat{
    position: relative;
    pointer-events: none;
} */
/* .de-box-cat:before{
    content: "Closed";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;

} */

.videoPlaylist {
    /* display: none !important; */
}
.demo-active .videoPlaylist {
    /* display: block !important; */
}
.videoPlaylist .videoWrapper{
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    /* border: 1px solid #F26522; */
}
.videoPlaylist .videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/loadervideo.gif) no-repeat center center;
}
.videoPlaylist .videoWrapper .playBtn{
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.videoPlaylist .videoWrapper.play .playBtn,
.videoPlaylist .videoWrapper.play .thumbImg{
    opacity: 0;
    position: relative;
    z-index: -1;
}
.videoPlaylist .videoWrapper.play  iframe{
 
    z-index: 9;
}

html.modal-open{
    overflow: hidden;
}

.logo-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
.indiajoy-logo{
    border-left: 1px solid white;
    padding-left: 10px;
}

.headercta{  
    background: linear-gradient(221deg, #ed1c24 30%, #f26522 100%);
    border: 1px solid #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 3px;
}
#mainmenu{
    padding-right: 2rem;
}
.showonDesktop{
    display: block !important;
}
.showonMob{
    display: none !important;
}
@media screen and (max-width:767px) {
    header {
        display: block;
    }

    footer {
        text-align: center;
    }

    footer .topFooter {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .topFooter .socialMediaDiv {
        width: 100%;
    }

    footer .topFooter .socialMediaDiv ul {
        margin-top: 30px;
        gap: 15px;
        justify-content: center;
    }

    footer .centerFooter {
        margin-top: 30px;
    }

    footer .centerFooter ul {
        flex-wrap: wrap;
        gap: 15px;
    }

    footer .centerFooter ul li {
        width: 100%;
    }

    footer .bottomFooter ul {
        gap: 15px;
        flex-wrap: wrap;
    }

    footer .bottomFooter .botFooterSec {
        margin-top: 30px;
    }

    #tournament p {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0 15px;
    }

    .spotlightBanner {
        padding: 0 !important;
    }

    .dark-scheme .modal-content {
        width: 95%;
    }

    #registrationForm {
        width: 100%;
    }

    .dark-scheme .modal-content h2 {
        font-size: 2rem;
    }

    .statusMessage {
        font-size: 1.3rem;
        line-height: 1.9rem;
    }

    .thankYouDiv {
        width: 100%;
        font-size: 1.3rem;
    }

    .spotlightBanner img {
        height: 100vw;
    }

    .showonDesktop{
    display: none !important;
}
.showonMob{
    display: block !important;
}
#mainmenu li:last-child>a{
    padding: 8px 15px;
}
#mainmenu li:last-child span{
    font-family: "Open Sans", system-ui;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
    /* .g-recaptcha>div,
    .g-recaptcha{
        width: 100% !important;
    }
    .g-recaptcha iframe{
        width: 100% !important;
    } */
}

.page-template-templatestemplate-lms-php header,
.page-template-templatestemplate-lms-php footer {
    display: none
}

.page-template-templatestemplate-lms-php .container {
    max-width: 90% !important
}

.page-template-templatestemplate-lms-php .container>h2 {
    display: inline-flex;
    vertical-align: middle;
}

.page-template-templatestemplate-lms-php .container .table th,
.page-template-templatestemplate-lms-php .container .table td {
    text-align: center;
}

.page-template-templatestemplate-lms-php .container .downloadBtn {
    color: #fff !important;
    display: inline-flex;
}

.page-template-templatestemplate-lms-php .table-bordered,
.page-template-templatestemplate-lms-php .table-bordered td {
    border: solid 1px #fff
}