.menu-margin-top {
    margin-top: 53px;
}
/** banner section start **/
.inner-banner {
    background: #dc2329;
	padding: 20px 0px;
} 
.inner-banner .trophy-img {
    width: 210px;
	margin-bottom:10px;
	margin-top: 20px;
    filter: drop-shadow(1px 1px 4px #e3e3e3);
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
} 
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
.inner-banner h1 {
    font-size: 2.55rem;
    font-weight: 700;
    color: #fdfdfd;
    text-shadow: 1px 1px 4px #8c8c8c;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
} 
/** banner section End **/
/** faq section start **/
.faq-section {
    margin: 50px 0px 35px 0px;
}
.faq-box {
	width: 100%;
	border-radius: 10px;
	padding: 15px 15px 15px 55px;
	background-color: #fff;
	filter: drop-shadow(1px 1px 2px #d2d2d2);
	margin-bottom:30px;
}
.faq-box .faq-icon {
    width: auto;
    position: absolute;
    margin-left: -40px;
}
.faq-box .faq-icon i {
    font-size: 33px;
    color: #dc2329;
}
.faq-box h6 {
    font-size: 18px;
    font-weight: 600;
}
.faq-box p {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
	margin-bottom: 5px;
} 


/** faq section end **/





@media only screen and (max-width: 768px) {
 
}

@media only screen and (max-width: 650px) {
 
}

@media only screen and (max-width: 512px) {  
/** banner section start **/
.inner-banner h1 {
    font-size: 2rem;
}
.inner-banner .trophy-img {
    width: 160px;
}
/** banner section End **/ 
/** faq section Start **/
.faq-section {
    margin: 30px 0px 20px 0px;
}
/** faq section end **/
}

@media only screen and (max-width: 415px) {   

}

@media only screen and (max-width: 385px) { 
 
 
}







