body {
    background-color: #FFFFFF;
}

.fw-medium {
    font-weight: 500 !important;
}

/* Home Page New - Start */
.v-2 .hero-intro {
    padding-bottom: 40px;
}

.agent-testimonials-page .agents-securing-their-zips {
    padding-top: 120px;
	
}

.agents-securing-their-zips {
    padding-bottom: 40px;
	
}

.agents-securing-their-zips>.container>.card {
    max-width: 992px;
    margin: 0 auto;
}

.agents-securing-their-zips .agent-wrapper .agent.card {
    --bs-border-color-translucent: rgba(0, 0, 0, 0.085);
}

.agents-securing-their-zips .heading {
    font-size: clamp(2.15rem, 4.5vw, 3.15rem);
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.agents-securing-their-zips .tagline {
    color: #5c5d61;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.new-page .agent-wrapper .agent .agent__header .agent-profile .agent__avatar {
    --agent_avatar-size: 90px;
    width: var(--agent_avatar-size);
    height: var(--agent_avatar-size);
}

.new-page .agent-wrapper .agent .agent__header .agent-profile .agent__avatar .agent__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.new-page .agent-wrapper .agent .agent__header .agent-profile .agent__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-page .agent-wrapper .agent .agent__header .agent-profile .agent__info .agent__name {
    font-size: larger;
    font-weight: 600;
    text-transform: capitalize;
}

.new-page .agent-wrapper .agent .agent__header .agent-profile .agent__info .agent__company {
    font-size: 90%;
    font-weight: 500;
}

.new-page .agent-wrapper .agent .agent__header .agent-profile .agent__info .agent__location {
    font-size: 80%;
    font-weight: 500;
}

.new-page .agent-wrapper .agent .agent__body .comment {
    font-size: 18px;
    font-weight: 500;
    padding-right: 3rem;
    text-align: left;
    margin-bottom: 0.5rem;
}

.new-page .agent-wrapper .agent .agent__body .bottom-meta .view-profile {
    color: #0021BE;
}

.new-page .divider {
    height: 1px;
    position: relative;
    border: none;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-radius: 50%;
}

.new-page .divider-link {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0021BE;
    font-size: clamp(0.5rem, 1vw, 1rem);
}

.new-page .secure-your-zip {
    font-size: clamp(0.85rem, 1vw, 2rem);
    font-weight: 500;
    text-transform: none;
}
/* Home Page New - End */

.phase-iv .location_details-sect {
    padding: 0.75rem 1.375rem;
    border-width: 1px;
    border-color: var(--bs-gray-300);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

.phase-iv.directory .location_details-sect {
    border-width: 1.5px;
    border-color: #F7C71F;
}

.phase-iv .location_details-sect .icon-search {
    fill: #7C8087;
}

.phase-iv .location_details-sect .location_input {
    width: 30rem;
    border-left: none;
}

.phase-iv .location_details-sect .location_input input,
.phase-iv .location_details-sect .location_input input::placeholder,
.phase-iv .location_details-sect .location_input input::-moz-placeholder,
.phase-iv .location_details-sect .location_input input::-webkit-input-placeholder {
    color: #7C8087;
    font-size: 16px;
    font-weight: 400;
}

.phase-iv .location_details-sect .location_input input {
    padding: 0 1rem;
}

.phase-iv.directory .location_details-sect .location_input input {
    padding-left: 0.5rem;
}

.phase-iv .location_details-sect .location_input input,
.phase-iv .location_details-sect .location_input input::placeholder,
.phase-iv .location_details-sect .location_input input::-moz-placeholder,
.phase-iv .location_details-sect .location_input input::-webkit-input-placeholder {
    color: #252B37;
}

input,
button,
select,
optgroup,
textarea,
input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus,
input:focus:not(:focus-visible),
button:focus:not(:focus-visible),
select:focus:not(:focus-visible),
optgroup:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

.phase-iv .nav_right-sect .nav_btn.promote {
    border-radius: 25px;
}

.phase-iv .nav_right-sect .nav_btn.promote>.label {
    grid-template-columns: repeat(2, 1fr);
}

.phase-iv .nav_right-sect .nav_btn.promote>.label>i.fa-solid {
    color: #4EAD38;
}

.phase-iv .nav_right-sect .profile-avatar {
    --width-height: 48px;
    width: var(--width-height);
    height: var(--width-height);
    padding: 2px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 100%;
}

.phase-iv .nav_right-sect .profile-avatar .dropdown-toggle>svg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .25s ease, transform .25s ease;
}

.phase-iv .nav_right-sect .profile-avatar .dropdown-toggle.show>svg {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.phase-iv .profile-avatar .dropdown-menu {
    display: block;
    width: 220px;
    padding: 10px;
    left: auto;
    right: 0;
    margin-top: 1rem;
    border-color: var(--bs-gray-200);
    border-radius: 25px;
    transform: translateY(-10px);
    opacity: 0;
    -webkit-box-shadow: 0 12px 30px 0 rgba(0 0 0 / 20%);
    box-shadow: 0 12px 30px 0 rgba(0 0 0 / 20%);
    transition: transform 0.35s ease, opacity 0.35s ease;
    -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
}

.phase-iv .profile-avatar .dropdown-menu.show {
    transform: translateY(0);
    opacity: 1;
}

.phase-iv .profile-avatar .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    padding: 10px 14px;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: left;
    border-radius: 25px;
}

.phase-iv .profile-avatar .dropdown-menu[data-bs-popper] .dropdown-item.active,
.phase-iv .profile-avatar .dropdown-menu[data-bs-popper] .dropdown-item:active {
    background-color: #F7C71F;
    border: 0;
    outline: none;
}

.phase-iv .profile-contnet-inner .profile-left-col {
    width: 200px;
    padding: 0;
    border: none;
}

.profile-contnet-inner .profile-left-col .profile-menu li {
    margin-bottom: .375rem;
}

.phase-iv .profile-contnet-inner .profile-left-col .profile-menu li a {
    color: #2a2a2a;
    font-weight: 400;
    padding: .75rem 1.15rem;
    border-radius: 25px;
}

.phase-iv .profile-contnet-inner .profile-left-col .profile-menu li a.active,
.phase-iv .profile-contnet-inner .profile-left-col .profile-menu li a:hover {
    color: #2a2a2a;
    border-radius: 25px;
    background-color: #F4F4F6;
}

.phase-iv .profile-contnet-inner .profile-left-col .more-features .head {
    line-height: 1.35em
}

.phase-iv .profile-contnet-inner .nav_btn.learn-more {
    padding: 8px 20px !important;
    font-size: 14px;
    border-color: var(--bs-gray-200) !important;
    border-radius: 10px;
    text-transform: none;
}

.phase-iv .main-content-box .main-section--header .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.phase-iv .main-content-box .main-section--header .btn {
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
}

.phase-iv .main-content-box .main-section--header .btn.link-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    border: 1.5px solid var(--bs-gray-400);
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention--profile.card {
    background-color: #FCFCFD;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__avatar {
    --width-height: 50px;
    width: var(--width-height);
    height: var(--width-height);
}

.phase-iv .sidebar-right .profile-box .profile-avatar img {
    border: 2px solid #F7C71F;
}

.phase-iv .sidebar-right .profile-box .profile-avatar .profile-star {
    --star-size: 32px;
    width: var(--star-size);
    height: var(--star-size);
    position: absolute;
    bottom: -8px;
    right: -4px;
}
.phase-iv .profile-contnet-inner .nav_btn.learn-more.gold-invite {
		padding: 6px 20px !important;
		font-size: 16px;
		background-color: #F7C71F !important;
		border-color: #F7C71F !important;
		border-radius: 10px;
		text-transform: none;
		line-height: normal;
	}

		.invite-modal .modal-body h2 {
    		font-weight: 600;
			color: #212529;
			letter-spacing: -1.15px;
		}
		.invite-modal .modal-body .head-1 {
			font-size: 38px;
		}
		.invite-modal .modal-body .head-2 {
			font-size: 46px;
		}
		.invite-modal .modal-body .primary-text {
			color: #FBBF0B;
		}
		.invite-modal .modal-body .desc {
			font-size: 24px;
			line-height: 30px;
		}
		.invite-modal .modal-body .clipboard-invite {
			display: flex;
    		align-items: center;
			position: relative;
			padding: 0 20px;
		}
		.invite-modal .modal-body .clipboard-invite .form-control {
    		height: 72px !important;
		}
		.invite-modal .modal-body .clipboard-invite .copy-to-clipboard {
			position: absolute;
			right: 28px;
			padding: 5px 6px;
			color: #212529;
			background-color: #e8e7ec;
			border: 1px solid #e8e7ec;
			border-radius: 10px;
			text-transform: none;
			line-height: normal;
		}
		.invite-modal .modal-body .clipboard-invite .copy-to-clipboard svg {
			--svg-size: 44px;
			width: var(--svg-size);
			height: var(--svg-size);
		}
		.invite-modal .modal-body .gold-invite {
			width: 100%;
			padding: 12px 20px;
			color: #212529;
			background-color: #F7C71F;
			font-size: 26px;
			font-weight: 600;
			border: 1px solid #F7C71F;
			border-radius: 10px;
			text-transform: none;
			line-height: normal;
		}
		.invite-modal .modal-body .gold-invite .special-anchor .head {
			font-size: 22px;
			font-weight: 600;
		}
		.invite-modal .modal-body .gold-invite .special-anchor .subhead {
			font-size: 16px;
			font-weight: 400;
		}
.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__info {
    position: relative;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__name,
.phase-iv .sidebar-right .profile-box .profile__info .profile__name {
    font-size: 16px;
    font-weight: 600;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention.post-author .post-author__info .post-author__title {
    font-size: 15px;
    font-weight: 400;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention.post-author .post-author__info .post-author__location {
    font-size: 16px;
    font-weight: 500;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__location,
.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__company,
.phase-iv .sidebar-right .profile-box .profile__info .profile__company {
    position: relative;
    font-size: 14px;
    font-weight: 400;
}



.phase-iv .post-wrapper .post .post__body .post__content .post-mention--profile .post-author__info .copy-detail {
    position: absolute;
    top: 50%;
    right: 0;
    /* transform: translate(50%, -50%); */
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-right: 20px;
    transition: opacity .25s ease, transform .25s ease;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention--profile .post-author__info:hover .copy-detail {
    /* transform: translate(-50%, -50%); */
    opacity: 1;
}

.phase-iv .sidebar-right .badge {
    border-radius: 25px;
    font-weight: 400;
}

.phase-iv .sidebar-right .badge.badge-success {
    background-color: #4EAD38;
}

.phase-iv .modal .modal-body .upload-container {
    --size-upload: 120px;
    width: var(--size-upload);
    height: var(--size-upload);
    min-height: 0;
}

@media (min-width: 576px) {
    .phase-iv .modal-dialog:not(.modal-lg, .modal-xl) {
        --bs-modal-width: 620px;
    }
}

.phase-iv .modal .modal-header {
    padding: 12px 20px 12px 20px;
}

.phase-iv .modal .modal-body {
    padding: 40px;
}

.phase-iv .modal .modal-body .heading {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.phase-iv .modal .modal-body .sub-head {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.phase-iv .modal .modal-body .ad--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border: 1.5px solid;
    border-radius: 12px;
}

.phase-iv .modal .modal-body .ad--container.promote {
    background-color: #4FA9380D;
    border-color: #4FA9381A;
}

.phase-iv .modal .modal-body .ad-head {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2.5px;
}

.phase-iv .modal .modal-body .ad-desc {
    font-size: 13px;
    font-weight: 400;
}

.phase-iv .modal .modal-body .ad--container .promote-btn {
    width: 99px;
    height: 40px;
    padding: 13px 20px 13px 20px;
    background: #4FA938;
    border-radius: 12px;
}

.phase-iv .modal .modal-body .ad--container .promote-btn .label.from {
    color: #FFFFFF;
}

.phase-iv .modal .modal-body form label {
    color: #7C8087;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    border: none;
}

.phase-iv .modal .modal-body form .form-control {
    height: 56px;
    padding: 17px 20px 17px 20px;
    background: #FCFCFD;
    border: 1.5px solid #EAEAEB;
    border-radius: 12px;
}

.phase-iv .modal .modal-body .button-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.phase-iv .modal .modal-body .button-group button {
    padding: 22px 40px !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: none;
}

.phase-iv .modal .modal-body .button-group .change-password-btn {
    border-color: var(--bs-gray-900) !important;
    font-weight: 600;
}

.phase-iv .modal .modal-body .button-group .delete-account-btn {
    color: #7C8087;
    font-weight: 600;
    border: none;
}

.phase-iv .modal .modal-body .button-group .delete-account-btn::before {
    --gradient-primary: #ff0000;
}

.phase-iv .modal .modal-body .ad--container.more-features {
    flex-direction: column;
    justify-content: center;
    background-color: #F7F7F7;
    border-color: #4FA9381A;
    text-align: center;
}

.phase-iv .modal .modal-body .submit-btn {
    width: 100%;
    padding: 22px 40px !important;
    background-color: #DFDFDF;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-transform: none;
}

.phase-iv .modal .modal-body .submit-btn::before {
    --gradient-primary: #F7C71F;
}

.phase-iv .modal .modal-body .forgot-password {
    position: absolute;
    right: 20px;
    color: #252B37;
}

.phase-iv .modal .modal-body .login-btn {
    width: 100%;
    padding: 12px 20px !important;
    background-color: #F7C71F;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-transform: none;
    transition: opacity .25s ease;
}

.phase-iv .modal .modal-body .login-btn:hover {
    opacity: 0.85;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention--profile>.post-mention {
    gap: 0;
}

.phase-iv .post-wrapper .post .post__body .ask-a-question {
    padding: 20px 85px !important;
    font-size: 14px;
    border-color: var(--bs-gray-200) !important;
    border-radius: 10px;
    text-transform: none;
}

.phase-iv .modal .modal-body .promotion-ad--container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    padding: 30px;
    border: 1.5px solid var(--bs-gray-200);
    border-radius: 12px;
    text-align: center;
}

.phase-iv .modal .modal-body .promotion-ad--container .ad-head {
    font-size: 22px;
    font-weight: 500;
}

.phase-iv .modal .modal-body .promotion-ad--container .ad-desc {
    font-size: 14px;
    font-weight: 500;
    color: #7C8087;
}

.phase-iv .modal .modal-body .promotion-ad--container .ad-learn-more {
    width: 100%;
    padding: 10px 22px;
    color: #252B37;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #4FA938;
    border-radius: 12px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.phase-iv .modal .modal-body .promotion-ad--container .ad-learn-more:hover {
    color: #FFFFFF;
    background-color: #4FA938;
}

@media only screen and (max-width: 767px) {
    .phase-iv .post-wrapper.card .card-body.post {
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem;
    }

    .phase-iv .main-content-box .main-section--header .btn-container {
        width: 100%;
    }

    .phase-iv .main-content-box .main-section--header .btn-container .btn.link-btn {
        justify-content: center;
    }
}