@media(max-width: 992px) {
.faq h1 {
	    margin-top: 40px!important;
	    font-size: 35px;
	    margin-bottom: 0;
	}
	.pd{
		display: none;
	}
	.que-container {
	    max-width: 100%;
	    margin: 30px auto 0;
	}
}
@media(max-width: 425px) {
	.scnt h3 {
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 15px;
}
.scnt h4 {
    font-size: 16px;
   margin-top: 10px;
}
.faq h1 {
    margin-top: 34px!important;
    font-size: 24px;
}
	.breadcumb-wrapper {
    padding-top: 49px;
    text-align: center;
	}
	.breadcumb-wrapper h1{
		margin-bottom: 50px!important;
	}
	.breadcumb-menu-wrap {
	    margin-top: 56px;
	}
	.question button {
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
}
.question button.show + p {
    padding-bottom: 15px;
}
}