@media(max-width:767px){
	.navbar::after {
	    display: none;
	} 
	.navbar {
	    padding-inline: 0px !important;
	}
	.thankyou-box{
		padding: 19px
	}
	.thumb-img {
	    width: 81px;
	    height: 81px;
	    margin-bottom: 13px;
	} 
	.thankyou-box img {
	    width: 51px;
	    height: 51px;
	    object-fit: scale-down;
	} 
	.thankyou-box h2 {
	    font-size: 32px;
	    line-height: 40px;
	    letter-spacing: 0px;
	    text-align: center;
	    margin-bottom: 14px;
	} 
	.thankyou-box::before,.thankyou-box::after {
	    display: none;
	} 
	.thankyou-box p {
	    font-size: 16px;
	    line-height: 26px;
	} 
	.hero-section2::after {
	    display: none;
	} 
	section.hero-section2 {
	    padding-top: 90px;
	} 
	.video-icon .circle{
		width: 66px;
	}
	.common-btn img{
		display: none !important; 
		padding-inline:26px;
	}
}