@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* { 
margin: 0px; 
padding: 0px;
}

body{
	font-family: 'Roboto', sans-serif;
	margin:0px;
	overflow-x: hidden;
	overscroll-behavior-y: contain;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 0px;
}
a, a:hover, a:focus{
	/*display: inline-block;*/
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
    display: block;
}

button, button:hover, button:focus{
	outline: none;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	cursor: pointer;
}
.section-inner {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}
.logo {
    max-width: 250px;
}
.header-wrapper-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-wrapper {
    background: rgb(253,200,7);
    background: -moz-linear-gradient(top, rgba(253,200,7,1) 0%, rgba(252,173,27,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,200,7,1) 0%,rgba(252,173,27,1) 100%);
    background: linear-gradient(to bottom, rgba(253,200,7,1) 0%,rgba(252,173,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc807', endColorstr='#fcad1b',GradientType=0 );
    padding: 1em 0px 0px;
}
.bg-light {
    background-color: transparent !important;
    padding: 10px 0px;
}
.menu-bar {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.menu-bar li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.blinking {
    background: #00a0d6;
    padding: 7px 12px;
    color: #fff !important;
}
.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fdc808, 0 0 20px #fdc808;
  }
  
  to {
    text-shadow: 0 0 20px #fdc808, 0 0 30px #fdc808;
  }
}
.slider-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-img {
    max-width: 500px;
    padding: 0px 40px;
}
.slider-tittle {
    color: #4d4d4d;
    font-weight: 800;
}
.slider-wrapper {
    padding: 2em;
}

p.custom-para {
    padding: 5px;
    text-align: center;
    background: #ffffff;
    margin: 10px 0 0 0;
    border: #0096c5 1px solid;
    min-height: 80px;
    /* display: inline-flex; */
    align-items: center;
}
.slider-button {
    display: block;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2em;
}
.slider-button a {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 10px;
    font-weight: 700;
    border-radius: 100px;
    padding: 3px 30px;
    text-transform: uppercase;
    line-height: 22px;
    padding: 12px 26px;
    font-size: 13px;
}
.register-btn {
    color: #fff !important;
    font-size: 15px;
    line-height: 44px;
    background: rgb(0,160,214);
    background: -moz-linear-gradient(top, rgba(0,160,214,1) 0%, rgba(0,148,193,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,160,214,1) 0%,rgba(0,148,193,1) 100%);
    background: linear-gradient(to bottom, rgba(0,160,214,1) 0%,rgba(0,148,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0d6', endColorstr='#0094c1',GradientType=0 );
}
.play-quiz-btn {
    color: #000 !important;
    font-size: 15px;
    line-height: 44px;
    background: rgb(253,200,7);
    background: -moz-linear-gradient(top, rgba(253,200,7,1) 0%, rgba(252,173,27,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,200,7,1) 0%,rgba(252,173,27,1) 100%);
    background: linear-gradient(to bottom, rgba(253,200,7,1) 0%,rgba(252,173,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc807', endColorstr='#fcad1b',GradientType=0 );
}
.slider-button a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,6d6d6d+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(109,109,109,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(109,109,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(109,109,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
}
.about {
    background: #e6e6e6;
    overflow: hidden;
}
.about-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.half-50 {
    max-width: 50%;
}
.about-content {
    background: #fdca06;
    padding: 30px;
}

.about-img {
    width: 100%;
}
.about-content .slider-button {
    max-width: 170px;
    margin-top: 0px;
}
.about-img img {
    max-width: 450px;
    display: block;
    padding: 0px 40px;
}
.about-content {
    background: #fdca06;
    padding: 20px;
    position: relative;
}
.about-content:before {
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 280px 300px 0;
    border-color: transparent #fdca06 transparent transparent;
    left: -279px;
}
.paragraph {
    font-size: 14px;
    margin-bottom: 20px;
}
.heading {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}
.interschool-section {
    background: #00a0d6;
    padding: 2em 0px;
}
.inerschool-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading-wrapper {
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    max-width: 500px;
    text-transform: uppercase;
}
.heading-wrapper h1 {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
}
.heading-right {
    background: #fec712;
}

.heading-right h1 {
    color: #e72926;
}
.Online-preliminary-inner {
    display: flex;
    justify-content: space-between;
}
.com-1 {
    border: 3px solid #fec712;
    width: 100%;
    margin: 0px 16px;
    padding: 20px;
    position: relative;
}
.compition-heading {
    text-align: center;
    border-radius: 30px;
    background: rgb(253,200,7);
    background: -moz-linear-gradient(top, rgba(253,200,7,1) 0%, rgba(252,173,27,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,200,7,1) 0%,rgba(252,173,27,1) 100%);
    background: linear-gradient(to bottom, rgba(253,200,7,1) 0%,rgba(252,173,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc807', endColorstr='#fcad1b',GradientType=0 );
}
.compition-heading h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 49px;
    margin-bottom: 0px;
}
.compition-heading {
    text-align: center;
    background: rgb(253,200,7);
    background: -moz-linear-gradient(top, rgba(253,200,7,1) 0%, rgba(252,173,27,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,200,7,1) 0%,rgba(252,173,27,1) 100%);
    background: linear-gradient(to bottom, rgba(253,200,7,1) 0%,rgba(252,173,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc807', endColorstr='#fcad1b',GradientType=0 );
    position: absolute;
    top: -25px;
    width: 100%;
    left: 0;
    max-width: 500px;
    right: 0;
    margin: 0px auto;
}
.com-1 {
    border: 3px solid #fec712;
    width: 100%;
    margin: 0px 16px;
    padding: 40px 20px 20px;
    position: relative;
    border-radius: 20px;
}
.compition-heading:before {
    position: absolute;
    /*content: '';*/
    width: 20px;
    height: 20px;
    left: -24px;
    border-style: solid;
    border-width: 22px 22px 0px 2px;
    border-color: transparent #d1a705 transparent transparent;
    top:0;
}
.compition-heading:after {
    position: absolute;
    /*content: '';*/
    width: 20px;
    height: 20px;
    right: -23px;
    border-style: solid;
    border-width: 22px 22px 0px 2px;
    border-color: transparent #d1a705 transparent transparent;
    top: 0px;
    transform: rotate(90deg);
}
.compition-details {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.date-list li {
    display: inline-block;
    margin: 0px 16px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    width:100%;
    text-align:center;
}
.date-list li:first-child {
    display: block;
    text-align: center;
}
.date-list li span {
    margin-right: 8px;
}
.Online-preliminary {
    margin-top: 4em;
}
.terms {
    width: 100px;
    text-align: center;
    font-weight: bold;
    border: 3px solid #fcaf19;
    padding: 10px 16px;
    height: 100px;
    border-radius: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
.terms_condition{
    display: flex;
    gap: 1rem;
}
.zone-list {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 41px;
}
.zone-list strong {
    margin-right: 10px;
}
.compition-details h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
.gratification-inner {
    background: #232323;
    padding: 30px 30px 0px;
    color: #fff;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1250px;
    margin: 0px auto;
}
.gratification-title h1 {
    font-weight: 800;
    color: #fec60d;
}
.gratification-img img {
    max-width: 500px;
}
.gratification {
    margin-bottom: 3em;
}
.sponser-inner h3 {
    text-align: center;
}
.sponser {
    margin-top: 4em;
}
.logos {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
}
.logos li {
    margin: 0px 26px;
}
.logos li img {
    max-width: 200px;
    height: 100px;
    object-fit: contain;
}
footer {
    background: #00a0d6;
    text-align: center;
    margin-top: 2em;
    padding: 2em 0px 1em;
}
.footer-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    color: #fff;
}
.footer-menu li a {
    color: #fff;
    font-weight: 600;
    padding: 0px 15px;
}
.footer-menu li a:hover {
    opacity: 0.7;
}
.copy-right {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
}
.active {
    background: #424242;
    padding: 7px 12px;
    color: #fff !important;
}
.menu-bar li {
    margin: 0px 8px;
}
.main-body {
    margin: 2em;
}
.innerpage-banner {
    text-align: center;
    background: url(./asset/images/about_texture.png);
       padding: 140px 0px;
    background-position: center center !important;
    background-size: cover;
}
.page-title {
    color: #1ca4b8;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
        text-align: center;
}
.main-body-title {
    background: -webkit-linear-gradient(#296178, #1ca4b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 27px;
}
.main-body-2 {
    margin-top: 2em;
}
.main-body-2-inner {
    margin-top: 4em;
}
.compition-table {
    display: block;
    margin: 0px auto;
    max-width: 500px;
}
.prize-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
}
.prize-details {
    text-align: center;
    padding: 5px;
}
.prize-list-title {
    font-size: 19px;
    margin-top: 20px;
    font-weight: 900;
}
.name-section {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.name-section input {
    margin-bottom: 10px;
    border: 1px solid #c9c9c9;
    height: 50px;
}
.contact-form label {
    font-weight: 600;
    font-size: 14px;
}
.submit-btn {
    color: #fff !important;
    font-size: 15px;
    line-height: 44px;
    background: rgb(0,160,214);
    background: -moz-linear-gradient(top, rgba(0,160,214,1) 0%, rgba(0,148,193,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,160,214,1) 0%,rgba(0,148,193,1) 100%);
    background: linear-gradient(to bottom, rgba(0,160,214,1) 0%,rgba(0,148,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0d6', endColorstr='#0094c1',GradientType=0 );
    border: none;
    margin-top: 20px;
    padding: 3px 30px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 100px;
}
.submit-btn:hover {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(109,109,109,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(109,109,109,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(109,109,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6d6d6d',GradientType=0 );
    color: #fff !important;
}
.slider-items {
    padding: 0px 20px;
}
.slick-dots button {
    background: #fcbe0e !important;
    border-radius: 100px;
    width: 5px !important;
    height: 5px !important;
    margin: 0px auto;
}
.slick-dots li button:before{
	display:none;
}
.slider-items img {
    height: 65px;
    object-fit: cover;
}
.slick-active button {
    background: #161818 !important;
}
.teams_content_list {
    padding: 15px;
}
.accept_panel {
    font-weight: bold;
}
.btn {
    color: #fff !important;
    font-size: 15px;
    line-height: 44px;
    background: rgb(0,160,214);
    background: -moz-linear-gradient(top, rgba(0,160,214,1) 0%, rgba(0,148,193,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,160,214,1) 0%,rgba(0,148,193,1) 100%);
    background: linear-gradient(to bottom, rgba(0,160,214,1) 0%,rgba(0,148,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0d6', endColorstr='#0094c1',GradientType=0 );
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 10px;
    font-weight: 700;
    border-radius: 100px;
    padding: 3px 30px;
    text-transform: uppercase;
    line-height: 40px;
    max-width: 200px;
    margin-top: 20px;
}
.btn:hover {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(109,109,109,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(109,109,109,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(109,109,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6d6d6d',GradientType=0 );
    color: #fff !important;
}

.login {
    max-width: 900px;
    margin: 60px auto;
}
.compition-content label {
    display: block;
    text-align: left;
    font-weight: 500;
}
.compition-content small {
    text-align: left;
}
.login-title {
    text-align: center;
}
.login .com-1 {
    padding: 50px 60px;
    background: #e5e5e5;
}
.compition-content input {
    height: 50px;
}
.form-check input {
    height: auto;
}
.compition-content .form-group {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.form-check {
    width: 100% !important;
}
.login button {
    margin: 0px auto;
}
#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}
.img-overlay svg {
    color: #fff;
    font-size: 40px;
}

div#overlay img {
    width: 900px;
}
.img-wrapper img {
    height: 180px;
    object-fit: cover;
}

/*RESULT*/
.user {
    max-width: 100px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
.user-name {
    text-align: center;
    margin-top: 18px;
    font-weight: 800;
    font-size: 18px;
}
span.user-email {
    text-align: center;
    display: block;
    font-style: oblique;
}
.result-details {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}
.result-item {
    background: #1fa5b6;
    width: 146px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
}
.image-slider {
    margin-top: 3em !important;
    max-width: 1000px;
    margin: 0px auto;
}
/*RESULT end*/

/*Quiz*/
.timer {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #f00;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
    background: #e6e9ef;
}
.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 14px;
    height: auto;
    padding: 8px 0px;
    font-weight: bold;
    vertical-align: top;
    line-height: 28px !important;
}
.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before {
    line-height: 50px;
}
.funkyradio-info input[type="radio"]:checked ~ label:before {
    line-height: 50px;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
    border: 1px solid #280070;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: initial;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 40px;
}
.funkyradio-info {
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #00a9e0;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #280070;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #280070;
}
.funkyradio-info {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.question-list {
    margin-top: 30px;
}
.question-list p {
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: bold;
}

/*Quiz*/

img.fist-logo {
    max-width: 400px;
    margin: 0px auto;
    display: block;
}
.logo-grid {
    margin: 3em 0px;
}
img.secound-logo {
    text-align: center;
    width: 200px;
    margin: 0px auto;
    height: 70px;
    object-fit: cover;
}

.bottom-logo {
    text-align: center;
    margin: 2em 0px 5em;
}
.sponser-row {
    text-align: center;
}
.sponser-row-img span {
    display: inline-block;
    vertical-align: top;
}
/*.sponser-row-img img {
    max-width: 200px;
    margin: 20px;
}*/

.table thead th{
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
}
.table tbody td{
    padding: 2px 2px;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
}
.compition-heading {
    max-width: 600px;
}        
/*Responsive*/
@media only screen and (max-width: 1199px) {
	.compition-heading {
    max-width: 600px;
}
}

@media only screen and (max-width: 991px) {
.about-content {
    padding: 50px;
}
.slider-button a {
    max-width: 170px;
    padding: 20px;
    font-size: 14px;
    margin:10px auto;

}
.custom-b{
   height: 100%;
    min-height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
       border-radius: 0!important;
}
nav.navbar {
    display: flex;
    justify-content: flex-start;
}
.banner-img {
    max-width: 350px;
}
.slider-tittle {
    font-size: 35px;
}
ul.menu-bar {
    display: block;
    text-align: left;
}
.menu-bar li a {
    line-height: 37px;
}
.menu-bar li a {
    text-align: left;
}
.header-wrapper-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.header-right {
    width: 100%;
}
ul.menu-bar {
    margin-top: 10px;
}
}

@media only screen and (max-width: 767px) {
.slider-wrapper-inner {
    flex-direction: column;
}
.about-img img {
    padding: 0px 0px !important;
}
.slider-button {
    justify-content: center;
    align-items: center;
}
.banner-img {
    max-width: 350px;
    padding: 30px 30px 0px;
}
.about-inner {
    flex-direction: column;
}
.about-content {
    padding: 50px;
    max-width: 100%;
}
.about-img {
    padding: 30px;
    margin: 0px auto;
    display: block;
    text-align: center;
}
.about-img img {
    margin: 0px auto;
}
.about-content {
    text-align: center;
}
.Online-preliminary-inner {
    flex-direction: column;
}
.com-1 {
    max-width: 92%;
    margin-top: 4em;
}
.Online-preliminary {
    margin-top: 0em;
}
.compition-details {
    flex-direction: column;
}
.gratification-inner {
    display: block;
    text-align: center;
}
.gratification-title h1 {
    margin: 30px 0px;
}
.gratification-img {
    margin: 0px auto;
}
table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		width:36%;
		margin:1.5em 0;
	}
	
	.actions .btn-info{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}
	.cart_table {overflow: hidden;}
	table#cart tbody td { display: block; padding: .75rem; min-width:auto;}	
	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;
}
.rules .table thead th {
    display: block;
    width: 100% !important;
}
table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.table thead th{
    border: 1px solid #ccc;
    text-align: left;
}
.table tbody td{
    padding: 2px 2px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
}
.name-section {
    width: 100%;
}
.leaderboard-list thead {
    display: none;
}
.cart_table tr {
    border-bottom: 10px solid #1466b1;
}
.result-details {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}
.result-item {
    margin-bottom: 10px;
}
.funkyradio-info {
    width: 100%;
    display: inline-block;
}
}


@media only screen and (max-width: 540px) {
.inerschool-inner {
    flex-direction: column;
}

.innerpage-banner {
    padding: 44px 0px;
}
.slider-left {
    width: 100%;
    text-align: center;
}
.logo {
    max-width: 200px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
.slider-tittle {
    font-size: 25px;
}
.banner-img {
    max-width: 300px;
    padding: 0px 60px !important;
}
.about-img img {
    margin: 0px auto;
    max-width: 300px;
    padding: 0px !important;
}
.heading-wrapper h1 {
    font-size: 20px;
    line-height: 48px;
}
.compition-heading h3 {
    font-size: 16px;
    line-height: 50px;
}
.compition-heading {
    max-width: 340px;
}
.zone-list {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
}
.terms {
    margin: 20px 0px;
}
.compition-details h2 {
    font-size: 14px;
    text-align: center;
}
.logos li img {
    max-width: 120px;
}
.sponser-inner h3 {
    text-align: center;
    font-size: 25px;
}
.gratification-title {
    max-width: 100%;
}
.gratification-title h1 {
    padding-bottom: 20px;
    font-size: 25px;
}
.login .com-1 {
    padding: 50px 20px;
    background: #e5e5e5;
}
.about-content .slider-button {
    max-width: 170px;
    margin-top: 0px;
    margin: 0px auto;
}
.compition-content .form-group {
    width: 100%;
}
.gratification-inner {
    padding: 30px !important;
}
.slider-items img {
    height: 70px;
    object-fit: cover;
    max-width: 200px !important;
    margin: 0px auto 24px;
}
img.secound-logo {
    margin-bottom: 1em;
}
}

@media only screen and (max-width: 450px) {
.compition-heading {
    max-width: 300px;
}
.gratification-title h1 {
    margin: 30px 0px 0px !important;
    padding: 0px !important;
}
div#overlay img {
    width: 340px !important;
}
img.fist-logo {
    max-width: 100%;
}
@media only screen and (max-width: 380px) {
.compition-heading h3 {
    font-size: 14px;
    line-height: 26px;
}
.compition-heading {
    max-width: 230px;
}
.footer-menu li a, .copy-right {
    font-size: 12px;
}
footer {
    margin-top: 0;
    padding: 1em 0px 1em;
}
ul.logos {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}
.logos li img {
    max-width: 200px;
}
.logos li {
    margin: 12px 26px;
}

}