/**** Media Query ****/
ul.menu-top .hide-menu {
	display: none;
}
.menu-wrap {
	display: none;
}
.no-scroll {
	overflow: hidden;
}
@media (min-width:1401px) {
	.container {
		max-width: 1366px;
	}
}
@media (min-width:1200px) and (max-width:1400px) {
	.container {
		max-width: 1200px;
	}
}
@media (max-width: 1199px) {
	.h2 .h2, h2, .heading, h2.title {
		font-size: 38px;
	}
	.ppc-result-sec .loop-item .amout {
		font-size: 28px;
	}
	.ppc-result-sec .loop-item .title {
		font-size: 17px;
	}
	.ppc-content-sec .content h5, .ppc-about-sec .content h5 {
		font-size: 18px;
		line-height: 30px;
	}
	#footer .nap-address-block, .po_box_address, .nap-phno a {
		font-size: 15px;
		line-height: 26px;
	}
	#footer .b-name {
		font-size: 22px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.h2 .h2, h2, .heading, h2.title, .footer-nap-sec .heading {
	    font-size: 36px;
	}
	.space-pd {
		padding: 50px 0;
	}
	.space-mr {
		margin: 50px 0;
	}
	header.main-header .container {
		max-width: 100%;
	}
	.ppc-ph-cta .ph-title {
		padding-right: 15px;
	}
	.ppc-ph-cta .ph-title::before{
		display:none;
	}
	.ppc-banner {
		height: auto;
		padding-top:50px;
	}
	.ppc-banner .container {
		max-width: 94%;
	}
	.ppc-banner-form {
		position: static;
		width: 100%;
		top: 0;
		height: auto;
		margin-top:50px;
		display:block;
	}
	.ppc-banner .ppc-heading {
		font-size: 50px;
	}
	.ppc-result-sec .loop-item .amout {
		font-size: 30px;
	}
	.ppc-content-sec .content h5, .ppc-about-sec .content h5 {
		font-size: 18px;
		line-height: 30px;
	}
	.nap-address-item {
		margin-bottom: 40px;
	}
	.nap-address-item {
		margin-bottom: 35px;
	}
	ul.sociallink {
		justify-content: center;
		margin-bottom: 15px;
	}
	.copyright .copyright-text {
		text-align: center;
	}
}


/* Small Devices View  New*/
@media (max-width: 767px) {
	.ppc-ph-cta .ph-title {
		display:none;
	}
	.ppc-result-sec .loop-item .amout {
		font-size: 26px;
	}
	.ppc-result-sec .loop-item .title {
		font-size: 16px;
	}
	.ppc-result-sec .loop-item {
		padding: 35px 10px;
	}
}

@media (max-width:575px) {
	.h2 .h2, h2, .heading, h2.title, .footer-nap-sec .heading {
	    font-size: 30px;
	}
	.ppc-ph-cta .btn {
		font-size: 0;
	}
	.ppc-ph-cta .btn svg, .ppc-ph-cta .btn img {
		width: 22px;
		height: 22px;
		margin-right: 0;
	}
	.accordion-button {
		font-size: 17px;
	}
	.ppc-banner .ppc-heading {
		font-size: 34px;
	}
}

/* Extra Small Devices View */
@media (max-width: 480px) {
	.ppc-banner .ppc-heading {
		font-size: 30px;
	}
}