@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--aradi-green: #0D352F;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    margin: auto;
}

@media (min-width: 1536px) {
    .container {
        max-width: 1290px !important;
    }

    .aradi_user_flow .container {
        max-width: 1200px !important;
    }
}

.aradi_user_flow .page-content {
	padding-top: 40px;
}

.breadcrumbs {
	color: #737373;
	font-size: 12px;
	margin-bottom: 16px;
}
.breadcrumbs .highlight {
	color: var(--aradi-green);
	text-decoration: none;
}
.aradi_user_flow .profile-content {
	margin: 0;
	min-height: 200px;
    padding: 20px 30px;
}
.aradi_user_flow .profile-page {
	padding: 0px 0 40px;
}
.aradi_user_flow .profile-content .content-title {
	font-size: 20px;
	margin-bottom: 31px;
}
.aradi_user_flow .profile-page .user-name {
	font-size: 16px;
}
.user-details-section {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 20px;
    font-size: 16px;
  font-weight: 500;
  color: #000000DE;
}
#editProfileBtn {
	border: none;
}
.aradi_user_flow .profile-page .user-contact span {
	color: #737373;
	font-size: 14px;
}
.user-details-section span {
	color: #737373;
	font-size: 14px;
	font-weight: 400;
	display: block;
    margin-bottom: 10px;
}
.profile-content.p-0.b0 {
	box-shadow: none;
	background: transparent;
	padding: 0;
}
.aradi_user_flow .help-right {
	padding-left: 21px;
}
.aradi_user_flow .help-left {
	padding-right: 21px;
}
.aradi_user_flow .help-right .faq-section {
	max-width: 100%;
}
.aradi_user_flow .faq-item {
	padding: 14px 12px;
}
.cms-content h2 {
	font-size: 20px;
	font-weight: 600;
	color: #222222;
	margin: 0 0 17px;
}
.cms-content p, .cms-content h3 {
	margin-bottom: 10px;
	color: #000000DE;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.cms-content p, .cms-content h1, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6, .cms-content b {
	margin-bottom: 10px;
	color: #000000DE;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.cms-content h1, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6, .cms-content b {
	font-weight: 500 !important;
}
.agent-book-viewing-btn.book_appointment_btn button {
	width: 100%;
}
.aradi_user_success_modal_box {
	background: #fff;
	width: 635px;
	padding: 150px 140px;
	border-radius: 30px;
	text-align: center;
}
.aradi_user_success_icon {
	margin-bottom: 27px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.aradi_user_success_title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #050D2B;
}
.aradi_user_success_text {
	font-size: 14px;
	color: #6B7084;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 500;
}
.aradi_user_success_button {
	width: 100%;
	padding: 14px;
	background: #000000DE;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	height: 50px;
	font-weight: 600;
}