.iner-serv-box {
	background-color: var(--color1);
	padding: 20px 15px;
	border-radius: 10px;
}
.achieved-milestone {
	background-color: var(--white);
	border-radius: 40px;
	padding: 30px;
	box-shadow: 0 3px 5px 2px #00000060;
}
.achieved-milestone-heading {
	color: var(--white) !important;
}
.milestone-content {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: space-between;
	gap: 15px;
}
.milestone-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
}
.milestone-item img {
	width: 50px;
}
.milestone-item h3 {
	font-size: 30px;
	font-weight: 600;
	color: var(--color1);
	margin-bottom: 0;
}
.milestone-item h6 {
	font-size: 16px;
	font-weight: 600;
	color: var(--black);
}
.tab-btn-list ul {
	display: flex;
	flex-direction: column;
} 
li {
	list-style: none;
}
.tab-btn-list ul li a {
	padding: 10px 15px;
	background-color: #ededed;
	display: flex !important;
	justify-content: space-between;
	gap: 10px;
	border-radius: 0 !important;
}
.tab-btn-list ul li a {
	border-bottom: 1px solid;
}
.tab-btn-list ul li a span {
    background-color: #fff;
    color: #08A9D2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 37px;
    min-height: 37px;
    position: unset !important;
    border-radius: 5px;
}
.blog-item {
	background-color: var(--white);
	border-radius: 15px;
	overflow: hidden;
	padding: 10px;
	box-shadow: 1px 1px 27px #00000038;
}
.blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.blog-info {
	padding: 10px 10px;
	overflow: hidden;
}
.blog-info p {
	color: #7e7d7d;
}
:is(.new-btn2, .new-btn1, .new-btn3) {
	border-radius: 40px;
	padding: 2px;
	display: flex;
	gap: 15px;
	align-items: center;
	border: 1px solid var(--color1);
	padding-left: 20px;
	color: var(--black);
	font-size: 18px;
	font-weight: 600;
	transition: all .4s ease-in-out;
	white-space: nowrap;
	width: fit-content;
}
:is(.new-btn2,):hover {
	color: var(--white);
	background-color: var(--color1);
}
:is(.new-btn2,.new-btn1, .new-btn3) span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color1);
	color: var(--white);
	transition: all .4s ease-in-out;
}
:is(.new-btn2):hover span {
	background-color: var(--white);
	color: var(--black);
}
.new-btn1 {
    color: var(--white);
	background-color: var(--color1);
}
.new-btn1 span {
	background-color: var(--white);
	color: var(--black);
}
.new-btn1:hover {
    color: var(--black);
	background-color: var(--white);
}
.new-btn1:hover span {
	background-color: var(--color1);
	color: var(--white);
}
.new-btn3 {
	background-color: var(--black);
	color: var(--white);
	border-color: var(--black);
}
.new-btn3 span {
	background-color: var(--white);
	color: var(--black);
}
.new-btn3:hover {
	background-color: var(--white) !important;
	color: var(--black) !important;
}
.new-btn3:hover span {
	background-color: var(--black);
	color: var(--white);
}
.ftpb-banner-content {
	background-color: white;
	padding: 30px 25px;
	border-radius: 25px;
    box-shadow: 1px 1px 27px #00000038;
	margin: 0 0;
}
.ftpb-banner-item {
	height: 100%;
}
.ftpb-banner-item img {
	width: 100%;
	border-radius: 20px;
	max-height: 100%;
}
.ftpb-listed-item {
	margin-top: 20px;
}
.ftpb-listed-item ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding: 0;
	margin-bottom: 0;
}
.ftpb-listed-item ul li {
	font-size: 18px;
	color: var(--white);
	background: radial-gradient(circle at center, #08a9d2 0%, #000000 100%);
	border-radius: 20px;
	padding: 5px 10px;
	white-space: nowrap;
}
.ftpb-listed-item ul li:nth-child(-n+3) {
	margin-bottom: 10px;
}
.ftpb-abt-info {
	background-color: var(--white);
}
.objective-name {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0 90px;
}
.ftpb-objective-img {
	height: 50%;
	display: flex;
	align-items: center;
	height: 100%;
}
.ftpb-objective-img img {
	width: 100%;
	height: 100%;
	border-radius: 20rem;
}
.objective-inr-item {
	padding: 10px 150px 20px 20px;
	border-radius: 4px;
	background-color: white;
	border: 1px solid var(--color1);
    box-shadow: 0px 0px 10px 0px #00000020;
	position: relative;
	overflow: hidden;
	min-height: 180px;
}
.objective-img {
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out;
	margin-left: auto;
	position: absolute;
	right: -25px;
	bottom: -25px;
    box-shadow: 0px 0 5px 2px #00000030;
	background-color: #bbeffc;
	border: 2px solid var(--color1)
}
.objective-img img {
	width: 70px;
	object-fit: contain;
}
.objective-inr-item h4 {
	font-size: 20px;
	font-weight: bold;
	color: var(--black);
	padding-top: 10px;
	border-radius: 10px;
	text-align: left;
	transition: all .4s ease-in-out;
}
.objective-inr-item p  {
	font-size: 14px;
}
/* .objective-inr-item:hover figcaption {
	box-shadow: 0 0 10px 2px #0000002a;
	background-color: var(--color1);
	color: var(--white);
} */
.objective-img::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 20px solid transparent;
	border-top: 20px solid var(--color1);
	border-left: 20px solid transparent;
	z-index: -1;
	transition: all .2s ease-in-out;
}
.objective-inr-item:hover .objective-img::before {
	bottom: -15px;
}

.connector-step-box1 {
	position: relative;
}
.connector-step-box1::after {
	content: '';
	position: absolute;
	right: -100%;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #ddd;
}
.connector-step-box2 {
	position: relative;
}
.connector-step-box2::before {
	content: '';
	position: absolute;
	left: -100%;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #ddd;
}
.property-registration {
	box-shadow: 1px 1px 27px #00000038;
	padding: 20px;
	border-radius: 20px;
	background-color: var(--white);
}
.property-reg-item {
	background-color: #c5f6ff77;
	border: 1px solid var(--color1);
	padding: 15px;
	border-radius: 15px;
}
.property-title {
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	transition: all .4s ease-in-out;
}
.property-info {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.4s ease-in-out;
}
.active > .property-title {
	color: var(--color1);
}
.active > .property-info {
	height: 100%;
	overflow: visible;
	opacity: 1;
	padding: 10px 15px;
}
.ftpb-offer-section {
	position: relative;
}
.ftpb_dist {
	position: sticky;
	top: 70px;
	background-color: #ffffff;
}
.offer1 {
	z-index: 10;
}
.offer2 {
	z-index: 11;
}
.offer3 {
	z-index: 12;
}
.offer4 {
	z-index: 13;
}
.offer5 {
	z-index: 14;
}
.offer6 {
	z-index: 15;
}
.offer7 {
	z-index: 16;
}
.offer8 {
	z-index: 17;
}
.offer9 {
	z-index: 18;
}
.offer10 {
	z-index: 19;
}
.offer11 {
	z-index: 20;
}
.offer12 {
	z-index: 21;
}
.achieved-milestone {
    border-radius: 4px;
    padding: 25px;
}
.milestone-content {
	gap: 0;
}
.milestone-item {
	border-radius: 0 !important;
	justify-content: center;
}
.milestone-content .milestone-item:not(:last-child) {
	border-right: 1px solid #949494;
}
.faq-tab-ul ul li + li {
	margin-top: 20px;
}
.faq-tab-ul ul li a {
	background-color: var(--white);
	color: #000000;
	font-weight: 700;
	padding: 20px 15px;
	border: 1px solid #e7e7e7;
}
.faq-tab-ul ul li a span {
	top: 50%;
	transform: translateY(-50%);
	color: var(--black);
}
.faq-tab-ul ul li.active a {
	color: var(--color1) !important;
	background-color: var(--white) !important;
}
.faq-tab-ul ul li.active a span {
	color: var(--color1) !important;
}
.faq-q-container {
	border: none !important;
}
.faq-q-container.active .faq_Q {
	color: var(--color1) !important;
}
.faq-q-container .faq_A {
	background-color: transparent !important; 
}
.objective_sec {
	background-color: #f7f7f7;
}
.why-trust-us-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
.why-trust-item {
	display: flex;
	gap: 30px;
}
.trust-count {
	background-color: #08a9d21c;
	min-width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 15px;
}
.trust-count img {
	width: 50px;
}
.trust-us-info h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.trust-us-info p {
	font-size: 14px;
	color: #111;
	text-align: justify;
}
.switch-us-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.switch-us-item {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 3px 3px 3px #00000030;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--white);
}
.switch-us-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background-color: #bbeffc;
	margin-bottom: 20px;
}
.switch-us-icon img {
	width: 100%;
}
.switch-us-info h5 {
	font-size: 22px;
	font-weight: 600;
}
.switch-us-info p {
	font-size: 14px;
	color: #616161;
}
.deal-left-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: sticky;
	top: 200px;
}
.deal-left-content h4 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}	
.deal-left-content h4 span {
	color: var(--color1);
}
.deal-left-content p {
	font-size: 15px;
	color: var(--black);
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.deal-closure-btn {
	width: 100%;
}
.deal-right-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.deal-ensure-item {
	background-color: var(--white);
	padding: 30px 150px 30px 20px;
	border-radius: 10px;
	box-shadow:  0px 12px 28px 0px rgba(7, 61, 70, 0.144);
	position: relative;
	overflow: hidden;
}
.deal-ensure-img {
    position: absolute;
    right: -25px;
    bottom: -25px;
	width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
    margin-left: auto;
    box-shadow: 0px 0 5px 2px #00000030;
    background-color: #bbeffc;
    border: 2px solid var(--color1);
}
.deal-ensure-img img {
	width: 80px;
}
.deal-ensure-item h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--black);
}
.deal-ensure-item p {
	font-size: 16px;
	color: #192020;
	font-weight: 500;
	line-height: 27px;
}
.agent-broker-business-heading {
	text-align: center;
}
.agent-broker-business-heading h2 {
	/* font-size: 32px; */
    font-weight: 700;
    color: var(--black);
}
.agent-broker-business-heading > p {
	font-size: 16px;
	font-weight: 600;
	color: var(--black);
}
.agent-broker-item {
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.agent-broker-img {
	padding: 40px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	background-color: #f2f2f2;
}
.agent-broker-img img {
	max-height: 70px;
	object-fit: contain;
}
.agent-broker-info {
	padding: 20px;
	background-color: #ffffff;
}
.agent-broker-info h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.agent-broker-info ul li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.agent-broker-info ul li img {
	max-height: 20px;
	margin-top: 3px;
}
.agent-broker-info ul li span {
	font-size: 15px;
	color: #7e7d7d;
}
ul,li {
	margin: 0;
	padding: 0;
}
.agent-broker-info ul li + li {
	margin-top: 10px;
}
.agent-switching-left-content {
	border-left: 5px solid #d6d6d6;
}
.agent-switching-tab {
	padding: 20px;
	cursor: pointer;
	position: relative;
	border-radius: 0 10px 10px 0;
}
.agent-switching-tab h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--black);
}
.agent-switching-tab.show h3 {
	color: var(--color1);
}
.agent-switching-tab.show::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 0;
	height: 100%;
	width: 5px;
	background-color: var(--color1);
}
.agent-switching-info {
	max-height: calc(.25rem * 0);
	overflow: hidden;
	opacity: 0;
	transform: translateY(24px);
	transition: all .4s ease-in-out;
}
.agent-switching-info p {
	font-size: 16px;
	color: #5e5e5e;
}
.agent-switching-tab:hover{
	background-color: #f1f4f5;
}
.agent-switching-tab.show .agent-switching-info {
	max-height: fit-content;
	overflow: visible;
	transform: translateY(0);
	opacity: 1;
}
.agent-switching-tab.show {
	background-color: #f1f4f5;
}
p {
	margin: 0;
}
.agent-switching-right-content {
	height: 100%;
}
.agent-switching-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-height: calc(1px * 0);
	overflow: hidden;
}
.agent-switching-img img {
	width: 100%;
	border-radius: 10px;
	height: 100%;
    object-fit: cover;
}
.agent-switching-img.active {
 	overflow: visible;
	max-height: 100%;
}
.objective-ft-title {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: #08A9D2;
	display: inline-block;
	padding: 12px 20px;
	color: #ffffff;
	border-radius: 10px;
	width: fit-content;
	margin: 40px auto 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.objective-ft-title::before {
	content: '';
	position: absolute;
	right: -12px;
	top: 0;
	width: 10px;
	height: 100%;
	background-color: #ffffff40;
	transform: rotate(15deg) scale(1.2);
	animation: xmark 1.2s ease-in-out infinite;
	z-index: -1;
}
@keyframes xmark {
	0% {
		right: 0;
	}
	0% {
		right: 100%;
	}
}
/* .real-estate-ls {
	position: sticky;
	top: 85px;
	left: 0;
	background-color: white;
}
.ls1 {
	z-index: 1;
}
.ls2 {
	z-index: 2;
}
.ls3 {
	z-index: 3;
}
.ls4 {
	z-index: 4;
}
.ls5 {
	z-index: 5;
} */
.rels-heading {
	font-size: 30px;
}
.rls-sub-heading {
	font-size: 25px;
	font-weight: 700;
	color: var(--color1);
	margin-bottom: 10px !important;
}
.dispute-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dispute-item {
	padding-right: 60px;
}
.dispute-item h4 {
	font-size: 25px;
	color: var(--white);
	font-weight: 600;
}
.dispute-item h2 {
	font-size: 45px;
	color: var(--black);
	font-weight: 700;
}
.dispute-item p {
	font-size: 18px;
	color: var(--white);
	font-weight: 600;
	text-align: justify;
}
.dispute-img {
	min-width: 330px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.dispute-img img {
	width: 100%;
}
.dispute-img a {
	background-color: var(--white);
	color: var(--black);
	padding: 2px 2px 2px 20px;
}
.dispute-img a span {
	background-color: var(--color1);
	color: var(--white);
}
.rels-img-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.rels-img-item img {
	max-height: 285px;
}
.rels-img-item a {
	padding: 2px 2px 2px 20px;
}
.rels-info h3 {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 25px !important;
	display: inline-block;
}
.rels-info h3::after {
	width: 60%;
	height: 3px;
	background-color: var(--color1);
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	border-radius: 5px;
}
.rels-info h2 {
	font-size: 35px;
}
.rels-info p {
	font-size: 18px;
	text-align: justify;
}

/*//////////Responsive//////////*/
@media only screen and (max-width: 991px) {
	
	.objective-content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	.milestone-content {
		grid-template-columns: repeat(1, 1fr);
	}
	.milestone-item img {
		width: 30px;
	}
	.milestone-item h3 {
		font-size: 25px;
	}
	.milestone-item h6 {
		font-size: 14px;
	}
	.milestone-content .milestone-item:not(:last-child) {
		border-right: 0px solid #949494;
		border-bottom: 1px solid #949494;
	}
	.ftpb_dist {
		position: static;
	}
	.ftpb-listed-item ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.ftpb-listed-item ul li {
		font-size: 14px;
	}
	.ftpb-listed-item ul li:nth-child(-n+3) {
		margin-bottom: 0;
	}
	.objective-name {
		grid-template-columns: repeat(1, 1fr);
		padding:  00;
	}
	.why-trust-us-content {
		grid-template-columns: repeat(1, 1fr);
	}
	.switch-us-content {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.faq-tab-ul ul li + li {
		margin-top: 0;
	}
	.faq-tab-ul ul {
		gap: 15px;
	}
	.step-box:not(:last-child)::after {
		display: none;
	}
	.heading-off {
		font-size: 22px;
	}
	.rels-heading {
		font-size: 25px;
	} 	
	.dispute-item h4 {
		font-size: 22px;
	}
	.dispute-item h2 {
		font-size: 30px;
	}
	.dispute-content {
		justify-content: center;
		flex-wrap: wrap;
	}
	.sticky-faq-tab-nobile {
		position: sticky;
		top: 90px;
		z-index: 999;
	}
	.dispute-item {
	    	padding-right: 0;
        }
}


@media only screen and (max-width: 767px) {
	
	.objective-item img {
		width: 40px;
	}
	.objective-item h3 {
		font-size: 16px;
		font-weight: 500;
	}
	.milestone-content {
		grid-template-columns: repeat(1, 1fr);
	}
	.achieved-milestone {
		border-radius: 0;
		padding: 0;
		background-color: transparent;
	}
	.achieved-milestone-heading {
		color: var(--black);
	}
	.milestone-item {
		background-color: var(--white);
	}
	.milestone-item img {
		width: 40px;
	}
	.milestone-item h3 {
		font-size: 25px;
		color: var(--color1);
	}
	.milestone-item h6 {
		color: var(--black);
	}
	.deal-left-content h4 {
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 20px;
	}	
}

@media only screen and (max-width: 576px) {

	.popTemp {
		width: calc(100% - 30px);
	}

	.popTemp h3 {
		font-size: 24px;
	}

	.logo img {
		width: 90px;
	}

	.heading {
		font-size: 25px;
	}

	.content_sec {
		padding: 30px 0;
	}

	.court_bg {
		height: 60px;
	}

	.practice_img {
		height: 110px;
		width: 110px;
	}

	.practice_img img {
		height: 80px;
		width: 80px;
	}

	.banner_other {
		height: 120px;
	}

	.iframe {
		height: 300px;
	}

	.value_grid,
	.value_grid_6,
	.value_grid_4 {
		grid-template-columns: repeat(1, 1fr);
	}

	.about_tab {
		display: grid;
		grid-gap: 0;
	}

	.about_tab li {
		border-bottom: 1px solid #ddd;
		padding: 15px;
	}

	.about_tab li:last-child {
		border-bottom: none;
	}

	.about_tab li:after {
		height: 1px;
	}

	.about_details {
		padding: 30px;
	}

	.blog_box.blog_for_service .blog_img {
		width: 110px;
		padding-left: 10px;
	}

	.blog_box.blog_for_service .blog_info {
		width: calc(100% - 110px);
		padding: 15px;
	}

	.marriage_act {
		height: auto;
	}

	.marriage_act:after {
		display: none;
	}

	.new_flex_grid {
		flex-wrap: wrap;
	}

	.spls_5 {
		grid-template-columns: repeat(1, 1fr);
	}

	.ftpb_text {
		padding: 30px;
	}
	.objective-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.header_ul li a {
		font-size: 13px;
	}

	.country_img {
		height: 55px;
	}

	.country h6 {
		font-size: 14px;
	}

	.number_fact h3 {
		font-size: 25px;
		margin-bottom: 0;
	}

	.number_fact h6 {
		font-size: 14px;
	}

	.court_bg2 {
		padding-bottom: 45px;
	}

	.court_bg2:after,
	.court_bg2:before {
		background-size: 300%;
	}

	.step-box {
		width: calc(100% - 70px);
	}

	.button_1,
	.button_2,
	.button_3 {
		font-size: 13px;
		padding: 9px 13px;
		padding-right: 42px;
	}

	.button_1 span,
	.button_2 span,
	.button_3 span {
		padding: 5px 6px;
	}
}
