@media screen and (max-width: 767px) {

/*Header Sec*/

#header .logo img {
    width: 120px;
    background: #fff;
}
    a.logo:before {
        width: 185px;
        height: 165px;
        top: -48px;
    }
    .mobile-nav-toggle {
        background: #689f38;
        border-radius: 100px;
        padding: 9px;
    }
    .header-right .social-link {
    display: none;
}
a.getstarted span{
	display: none;
}
#header .logo {
    top: 10px;
}


/*Video Sec*/

#demo {
    max-height: unset;
    height: auto;
}
    video {
        width: 100%;
        position: relative;
        top: unset;
    }

/*Venue Sec*/

.venue-right {
    margin: 2rem 0;
}
.venue-right-col {
    padding: 0 15px;
}
section.venue-sec ul {
    text-align: center;
}
section.venue-sec ul li {
    width: calc(100% / 4 - -69px);
}


/*Size-sec*/
section.size-sec {
    padding-top: 0px;
}
.sizes-col {
    width: calc(100% / 1 - 0px);
    padding: 8px 15px;
}
.sizes-wrapper img {
    max-height: 357px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100vh;
}
.section-title {
    padding-bottom: 30px;
}


/*coaching-sec*/

.cstm-carousel, .code-carousel {
    padding: 0 0rem;
}
.owl-dots {
    text-align: center;
    margin: 1rem 0 0;
}
button.owl-dot {
    background: #dbefe0 !important;
    width: 11px;
    height: 11px;
    margin: 0 7px;
    transform: rotate(44deg);
}
button.owl-dot.active {
	background: #689F38!important;
}
.cstm-carousel {
    margin: 1.7rem 0 0;
}

/*Tournament-sec*/

section.tournament-sec {
    background-size: auto;
}
section.tournament-sec:before {
    height: 100vh;
}
.tournament-left .section-title {
    padding-bottom: 0px;
}
.tournament-left h2 {
    margin-bottom: 2px;
}
/*Sports Sec*/

	section.sports-sec {
    padding: 0px 0;
}
section.sports-sec p {
    padding: 0 0.7rem;
}
.sports-wrapper h4 {
    margin: 0.8rem 0;
    font-size: 1.6rem;
    padding: 10px 20px;
}

/*Blog Sec*/

.blog-date {
    padding: 1rem 1rem;
    width: 86%;
}
.blog-heading h3 {
    margin: 1.2rem 0 1.6rem;
}

/*Footer*/

.logo-wrap img {
    margin-bottom: 3rem;
}
.logo-wrap p {
    margin: 2.5rem 0;
    padding: 0 1rem;
}
.social-link {
    margin-bottom: 2rem;
}
footer.footer-bottom {
    text-align: center;
}
footer.footer-bottom p {
    text-align: center;
    margin: 2px 0;
}
footer.footer-top {
    padding: 40px 0 30px;
}
}

@media screen and (max-width: 364px) {
    section.venue-sec ul li {
        width: calc(100% / 4 - -58px);
    }
}
}