@media(max-width: 991px) {
	.paid-left h1 {
		font-size: 60px;
	}

	.content-why h3 {
		font-size: 36px;
	}

	.content-why {
		max-width: 50% !important;
	}

	.box-ratings {
		padding-left: 10px;
		padding-right: 10px;
	}

	.wrapper-review .box-review {
		max-width: calc(calc(100% - 30px)/3);
	}

	.tab-menu a {
		font-size: 24px;
	}

	.modal-wrapper {
		width: 90%;
		top: 40%;
		height: 75%;
	}
}

@media (max-width: 767px) {
	.on-mb {
		display: block;
	}

	.hd-menu {
		position: fixed;
		display: block;
		width: 90vw;
		transition: opacity .6s ease-in-out,visibility .3s ease-in-out, transform .3s ease-in-out;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(18, 21, 25, 0.98);
		padding: 25px;
		transform: translateX(50%);
	}

	.hd-menu.show {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.ct-toggle-close {
		padding: 0;
		border: none;
		background: none;
		margin-bottom: 25px;
		text-align: right;
		transition: all 0.6s;
	}

	.ct-toggle-close svg {
		fill: rgba(255,255,255,0.7);
	}

	.hd-menu.show .ct-toggle-close {
		transform: rotate(180deg);
	}

	.menu-main a {
		padding: 10px 0;
		display: inline-block;
	}

	.tab-menu li {
		width: 100%;
	}

	.home-paid .dflex,
	.home-why .dflex,
	.footer-bt .container.dflex,
	.menu-main ul,
	.wrap-ratings,
	.row > .dflex,
	.sub-row-2,
	.section-aptive > .dflex,
	.aptive-left, .review-top,
	.box-small, .flex-column,
	.tab-menu ul {
		flex-direction: column;
	}

	.paid-left, .paid-right,
	.content-why,
	.box-review,
	.box-ratings, .box-small .box:last-child  {
		max-width: 100% !important;
	}

	.paid-left h1 {
		font-size: 50px;
	}

	.home-why h2 {
		font-size: 40px;
	}

	.content-why h3 {
		font-size: 32px;
	}

	.box-large {
		flex-direction: column-reverse !important;
	}

	.content-why,
	.col-4 .box, .sub-row-2 .box:last-child,
	.box-small .box:last-child {
		margin-top: 20px;
	}

	.home-paid {
		padding: 0 0 40px;
	}

	.paid-right {
		margin-top: 30px;
	}

	.home-banner p {
		padding: 30px 0;
	}

	.wrapper-ratings {
		padding: 0;
	}

	.box-ratings {
		padding: 30px 0 0 0;
	}

	.footer-social h3 {
		font-size: 24px;
	}

	.footer-bt .container.dflex,
	.review-top,
	#tab-3 .row .col-2,
	#tab-1 .col-3 {
		gap: 20px;
	}

	.inner-tab {
		padding: 15px;
	}

	#tab-2 .row {
		padding: 15px 0;
	}

	.sub-row-2 {
		min-width: unset;
	}

	.aptive-left {
		align-items: center;
		margin-bottom: 30px;
	}

	.box-revenue {
		padding: 20px 0 0 0;
	}

	.revenue > p {
		padding: 0;
		border-right: unset;
	}

	.item-review {
		padding: 20px;
	}

	.box-table {
		overflow: scroll;
	}

	.row table td {
		padding: 5px 15px;
	}

	.modal-wrapper {
		padding: 30px 15px;
	}

	.field h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.field h5 {
		font-size: 20px;
		line-height: 26px;
	}

	.modal-wrapper {
		top: 47%;
		height: 80%;
	}

	.box-average  {
		left: 22px;
		margin-top: 15px;
	}

	.paid-right .box-review {
		position: relative;
		margin-bottom: 30px;
	}

	.paid-right .box-review:nth-child(2),
	.paid-right .box-review:last-child {
		top: unset;
		left: unset;
		right: unset;
	}

	.paid-right .box-review .dflex {
		flex-direction: row;
	}
	
	.modal-close {
		right: 20px;
	}
}