@media only screen and (max-width:767px) {
	h2 {
		font-size:38px !important;
	}

	.btn-default {
		font-size: 12px;
	}

	.btn-default span {
		padding: 0px 3px;
	}

	.buysell .text {
		padding: 30px 20px;
	}

	.buysell .bigtext {
		font-size: 113px;
	}

	.buysell .section-title {
		width: 100%;
	}

	.properties {
		padding: 60px 0px;
	}

	/*** New css ***/
	.section-title {
		width: 100%;
	}

	.section-title h2 {
		font-size: 30px !important;
	}

	.section-title p {
		font-size: 15px;
	}

	h3 {
		font-size: 24px;
	}

	.page-banner h1 {
		font-size: 28px;
	}

	.collaborat-marketing .bg {
		padding: 50px 15px;
	}

	.btn-default {
		padding-left: 22px;
		padding-right: 22px;
	}

	.btn-default:after {
		left: -6px;
	}

	.btn-default:hover:before, .banner .btn-default.active::before {
		width: calc(100% + 0px);
		border-radius: 60px;
		opacity: 1;
	}

	.btn-default:hover:after, .banner .btn-default.active::after {
		width: 15px;
		transform: translateX(0px);
	}

	.bigtext {
		font-size: 42px;
	}

	.properties .bigtext {
		font-size: 42px;
		width: 100%;
		text-align: center;
	}

	.menu-btn {
		font-size: 12px;
	}

	.menu-btn div {
		margin-right: 7px;
	}

	.btn-filled {
		font-size: 12px;
		letter-spacing: 1px;
		padding: 0px 16px 0px 15px;
		line-height: 45px;
	}

	.btn-filled:after {
		width: 25px;
		transform: translateX(-14px);
		opacity: 1;
	}

	.buysell .right-neg-margin {
		margin-right: 0px;
		max-width: 100%;
	}

	.buysell .left-neg-margin {
		margin-left: 0px;
		float: left;
		max-width: 100%;
	}

	.buysell .fill-btn {
		min-width: 220px;
	}

	.contact-details .icon {
		margin-top: 20px;
	}

	p,ul.list li {
		font-size: 14px;
	}

	.contact-form h5 {
		margin-top: 20px;
	}

	.footer h3 {
		font-size: 18px;
	}

	.footer ul li {
		margin: 10px 0px;
		width: 100%;
	}

	.side-menu {
		width: 100%;
		padding: 55px 20px;
	}

	.properties .item {
		padding: 0px 0px;
	}

	.banner .btn-default:hover:before,
	.banner .btn-default.active::before {
		width: calc(100% + 23px);
	}

	.buysell .bigtext {
		font-size: 70px;
		right: 20px;
	}

	.buysell .bigtext.left {
		left: 20px;
		right: auto;
	}

	.banner .logo img {
		max-height: 200px;
	}
	.social-fix {
		display: none;
	}

	.about .section-title {
		margin-top: 20px;
	}

	.properties.homi {
		padding-bottom: 0;
	}

	.properties .lts .link {
		border-left: none;
		border-right: none;
	}

	.evaluation-box .bg-form {
		padding: 55px 20px;
	}

	.evaluation-box .btn-default.bordered span {
		font-size: 12px;
		letter-spacing: .5px;
	}

	.evaluation-box .btn-default.bordered {
		margin-bottom: 10px;
	}

	.evaluation-box label {
		font-size: 15px;
	}

	.evaluation-box .btn-default {
		padding-left: 17px;
		padding-right: 17px;
	}

	.evaluation-box iframe {
		margin-bottom: 15px;
	}

	.evaluation-box .checkbox-group label {
		flex: 0 1 calc(100% - 0px);
		margin-bottom: 18px;
	}

	.evaluation-box .checkbox-group label {
		font-size: 14px;
	}

	.buysellform .bg-form {
		padding: 0px 15px;
	}

	.buysellform h4 {
		font-size: 20px;
	}



	.lavalcontent h3 {
		font-size: 20px;
	}

	.lavalcontent .nav-tabs li {
		margin: 3px 6px;
	}

	.lavalcontent .nav-tabs li a {
		line-height: 50px;
		padding: 0px 12px;
		font-size: 14px;
		border-radius: 4px;
		min-width: 190px;
	}

	.lavalcontent .table tr td {
		font-size: 13px;
		padding: 20px 9px;
		white-space: nowrap;
	}

	.lavalcontent .bgs {
		padding: 30px 30px;
	}
	.evaluation-box .cf7mls_next.action-button, .evaluation-box .cf7mls_back.action-button, .evaluation-box .action-button {
		padding: 0px 15px 0px 40px !important;
	}

	.evaluation-box .cf7mls_next.action-button:hover:after, .evaluation-box .cf7mls_back.action-button:hover:after, .evaluation-box .action-button:hover:after {
		width: 36px;
		transform: translateX(-25px);
		opacity: 1;
	}

	.evaluation-box .checkbox-group .wpcf7-list-item {
		flex: 0 1 calc(100% - 0px);
		margin-bottom: 14px !important;
		font-size: 15px;
	}

	.evaluation-box label {
		font-size: 14px;
	}

	.evaluation-box .checkbox-group label {
		font-size: 14px;
	}

	.evaluation-box input[type="checkbox"] {
		width: 25px !important;
		height: 25px;
		margin-right: 5px;
	}

	.buysell .img {
		background: #fff;
		min-height: 300px;
	}

	.testimonials .section-title {
		margin-top: 20px;
	}

	.contact-form .logo {
		max-height: 150px;
		margin-bottom: 30px;
	}

	.testimonials, .testimonials .owl-theme .owl-dots {
		text-align:center;
	}


}

@media only screen and (min-width:768px) and (max-width:1023px) {
	h2 {
		font-size: 32px !important;
	}   

	.btn-default {
		letter-spacing: 0px;
	}

	.btn-filled {
		font-size: 12px;
		letter-spacing: 1px;
		padding: 0px 16px 0px 15px;
		line-height: 45px;
	}

	.btn-filled:after {
		width: 25px;
		transform: translateX(-14px);
		opacity: 1;
	}

	.buysell .right-neg-margin {
		margin-right: -30px;
		max-width: 100%;
	}

	.buysell .left-neg-margin {
		margin-left: -30px;
		float: left;
		max-width: 100%;
	}

	.buysell .section-title {
		width: 73%;
	}

	.bigtext {
		font-size: 52px;
	}

	.properties .bigtext {
		font-size: 92px;
		width: 100%;
		text-align: center;
	}

	.footer ul li {
		display: inline-block;
		margin: 10px 5px;
	}

	.footer ul li a {
		font-size: 15px;
	}

	.properties .item {
		padding: 0px 0px;
	}

	p,ul.list li {
		font-size: 14px;
	}

	h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.properties .btn-filled {
		top: 24px;
	}

	.btn-filled:hover:after {
		width: 25px;
		transform: translateX(-15px);
	}

	.buysell .bigtext {
		font-size: 75px;
		right: -32px;
	}

	.buysell .bigtext.left {
		left: -32px;
		right: auto;
	}

	.contact-details p {
		font-size: 13px;
	}

	.section-title p {
		font-size: 15px;
	}

	.buysell .img {
		height: 450px;
	}

	.banner .logo img {
		max-height: 240px;
	}

	.evaluation-box .bg-form {
		padding: 75px 20px;
	}

	.evaluation-box label {
		font-size: 16px;
	}

	.evaluation-box .btn-default.bordered span {
		font-size: 9px;
	}

	.evaluation-box .checkbox-group label {
		font-size: 14px;
	}


	.lavalcontent .nav-tabs li a {
		padding: 0px 15px;
	}

	.lavalcontent .table tr td {
		font-size: 13px;
		padding: 20px 9px;
		white-space: nowrap;
	}

	.evaluation-box .btn-default.bordered span {
		font-size: 10px;
		letter-spacing: 0px;
	}

	.evaluation-box label {
		font-size: 14px;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.buysell .text {
		padding: 50px 50px 50px 20px;
	}

	.banner .logo img {
		max-height: 240px;
	}

	.navbar-expand-lg .navbar-nav>li {
		margin-left: 20px;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 13px;
	}

	.section-title p {
		font-size: 15px;
	}

	.bigtext {
		font-size: 52px;
	}

	.properties .bigtext {
		font-size: 92px;
		width: 100%;
		text-align: center;
	}

	.btn-filled {
		font-size: 12px;
		letter-spacing: 1px;
		padding: 0px 16px 0px 15px;
		line-height: 45px;
	}

	.btn-filled:hover:after {
		width: 25px;
		transform: translateX(-15px);
	}

	.buysell .bigtext.left {
		left: -19px;
		right: auto;
	}

	.buysell .img {
		height: inherit;
	}

	.evaluation-box .bg-form {
		padding: 75px 20px;
	}

	.evaluation-box label {
		font-size: 16px;
	}

	.evaluation-box .btn-default.bordered span {
		font-size: 11px;
	}


}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.bigtext {
		font-size: 52px;
	}

	.properties .bigtext {
		font-size: 180px;
		width: 100%;
		text-align: center;
	}

	.buysell .bigtext.left {
		left: -27px;
	}

	.buysell .img {
		height: inherit;
	}

	.evaluation-box .btn-default.bordered span {
		font-size: 13px;
	}

}

@media only screen and (min-width:1024px) and (max-width:1439px) {
	.buysell .right-neg-margin {
		margin-right: -20px;
	}

	.buysell .left-neg-margin {
		margin-left: -20px;
	}

	.section-title h2 {
		font-size: 32px;
	}

	.buysell .bigtext {
		font-size: 73px;
		right: -31px;
	}

}


