@media (min-width: 768px) {
    .find-firms-banner {
        margin-bottom: 32px;
    }

    .lawyer-category-listing {
        flex-direction: row;
        margin-top: 0;
    }

    .lawyer-category-listing li {
        width: calc(50% - 5px);
    }

    .lawyer-list.legal-firms-list {
        padding: 70px 0;
    }

    .lawyer-photo img {
        height: 220px;
    }

    .lawyer-name-rating h4 {
        width: auto;
        line-height: 16px;
        border-right: 1px solid #C9CDD1;
        padding-right: 15px;
    }

    .lawyer-name-rating p {
        padding-left: 15px;
    }

    .lawyer-list-col .lawyer-service-details {
        margin-top: 16px;
    }

    .lawyer-detail-content h5 {
        margin-top: 16px !important;
    }

    .lawyer-profile-btns li {
        margin-bottom: 0;
    }

    .top-three-cards {
        padding: 70px 0;
    }

    .three-cards-title h3 {
        font-size: 30px;
    }

    .js-three-cards-slider {
        margin: 0 -16px;
    }

    .three-cards-col {
        margin: 0 16px;
    }

    .details-listing-text {
		margin: 70px 0;
	}

	.listing-text-wrap {
		padding: 20px;
	}

	.listing-text-wrap h4 {
		font-size: 24px;
	}

	.listing-text-col h5 {
		font-size: 20px;
	}

	.loadmore-text::before {
		width: calc(100% - 152px);
	}

	.loadmore-text a {
		font-size: 16px;
		padding: 13px 24px;
	}

    .faq-block {
        padding: 60px 0;
    }

    .faq-block h3 {
        font-size: 30px;
    }

    .faq-item b {
		font-size: 18px;
		padding-bottom: 18px;
	}
}

@media (min-width: 1200px) {
    .find-firms-banner {
        min-height: 410px;
        padding: 125px 0 40px 0;
        margin-bottom: 35px;
    }

    .lawyer-category-listing {
        margin-bottom: -75px !important;
    }

    .lawyer-category-listing li {
        width: calc(50% - 5px);
		cursor: pointer;
		padding: 10px 8px 10px 24px;
	}

      .lawyer-category-listing li:hover {
        background: #007BEE;
        box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
      }

	.lawyer-category-listing li p {
		font-size: 16px;
	}

     .lawyer-category-listing li:hover p {
        color: #ffff;
     }

	.lawyer-category-listing li span {
		width: 36px;
		height: 36px;
	}

	.lawyer-category-listing li span img {
		max-width: 100%;
	}

    .lawyer-list.legal-firms-list {
        padding: 100px 0;
    }

    .lawyer-list-top h3 {
        font-size: 36px;
    }

    .lawyer-photo img {
        height: auto;
    }

    .lawyer-profile-btns li a {
        min-width: 140px;
    }

    .lawyer-profile-btns li a:hover {
        background: #007BEE;
        color: #ffff;
    }

    .lawyer-profile-btns li a:hover img {
        filter: brightness(0) invert(1);
    }

    .three-cards-title h3 {
        font-size: 36px;
    }

    .call-now-btn a:hover {
        background: rgba(0, 123, 238, 1);
        color: #ffff;
    }

    .details-listing-text {
        margin: 100px 0;
    }

	.listing-text-wrap {
		position: relative;
		z-index: 1;
	}

	.listing-text-wrap::before {
		position: absolute;
		content: "";
		top: 74px;
		right: 30px;
		z-index: -1;
		width: 360px;
		height: 360px;
		background: url(../img/1.png) no-repeat center center;
	}

	.listing-text-wrap-nobg::before {
		content: none;
	}

	.listing-text-wrap h4 {
        font-size: 28px;
    }

	.listing-text-col {
		margin-bottom: 32px;
	}

	.listing-text-col h5 {
        font-size: 22px;
    }

	.loadmore-text a:hover {
		background: rgba(0, 123, 238, 0.8);
		color: #FFFFFF;
	}

    .faq-block {
        padding: 80px 0;
    }

    .faq-block h3 {
		font-size: 36px;
	}

	.faq-item {
		padding: 20px 0;
	}

	.faq-item b {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .lawyer-list-top select {
        padding: 0 30px 0 12px;
    }
}

@media (max-width: 767px) {
    .faq-item p {
        font-size: 14px;
    }
}