@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 {
    --primary-color: #BC0028;
    --hover-color: #a00022;
}

body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: "Inter", sans-serif !important;
}

.ml-2 {
    margin-left: 5px;
}

.mr-2 {
    margin-right: 5px;
}

.mb_3 {
    margin-bottom: -39px;
}

.pd-top {
    padding: 50px;
}

.wrapper {
    background-color: #fff;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.wk-desk-1 {
    width: 8.333333%;
}

.wk-desk-2 {
    width: 16.666667%;
}

.wk-desk-3 {
    width: 25%;
}

.wk-desk-4 {
    width: 33.333333%;
}

.wk-desk-5 {
    width: 41.666667%;
}

.wk-desk-6 {
    width: 50%;
}

.wk-desk-7 {
    width: 58.333333%;
}

.wk-desk-8 {
    width: 66.666667%;
}

.wk-desk-9 {
    width: 75%;
}

.wk-desk-10 {
    width: 83.333333%;
}

.wk-desk-11 {
    width: 91.666667%;
}

.wk-desk-12 {
    width: 100%;
}

@media (max-width: 1024px) {
    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
        padding: 0 5px;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
}

.header {
    --background-color: rgba(255, 255, 255, 0);
    background-color: #ffffff;
    color: #212529;
    transition: all 0.5s;
    z-index: 999999;
}

.header .header-container {
    background: #ffffff;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: #ffffff;
    background: var(--primary-color);
    font-size: 14px;
    padding: 8px 20px;
    margin: 0 0 0 10px;
    border-radius: 50px;
    transition: 0.3s;
}

header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: #ffffff;
    background: color-mix(in srgb, #a00022, transparent 15%);
}

.navmenu li a {
    text-decoration: none;
}

.header .btn-getstarted {
    text-decoration: none;
}

@media (max-width: 1200px) {
    .header {
        padding-top: 30px;
    }

    .header .header-container {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px 5px 10px 15px;
    }

    .header .btn-getstarted {
        order: 2;
        margin: 0 10px 0 0;
        padding: 6px 15px;
    }

    .header .navmenu {
        order: 3;
    }
}

@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #212529;
        padding: 18px 15px;
        /* font-size: 16px; */
        font-family: "Inter", sans-serif;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        /* font-size: 12px; */
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        /* padding-right: 0; */
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--primary-color);
    }
}

@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: #212529;
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: #ffffff;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: #212529;
        padding: 10px 20px;
        font-family: "Inter", sans-serif;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, #a00022, transparent 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: #a00022;
        color: #ffffff;
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: #a00022;
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: #a00022;
        color: #ffffff;
        transform: rotate(180deg);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }

    .header .btn-getstarted {
        width: 70px;
        margin-left: 20px;
        margin-top: 30px;
    }
}

.page-header {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 60px;
    z-index: 1;
}

.page-header__inner {
    position: relative;
    display: block;
    padding: 35px 0 35px;
    z-index: 1;
    margin-top: 30px;
}

.page-header__inner h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    margin-bottom: 0px;
}

.page-header__inner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    text-transform: capitalize;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    width: 100%;
}

.banner-section {
    background: url('/assets/image/banner-image/banner-2.png') no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    position: relative;
}

.logo {
    width: 20%;
    height: auto;
}

.logo img {
    width: 100%;
    height: auto;
}

.banner-content-1 {
    padding: 20px;
    position: relative;
    top: 84px;
}

.banner-content-1 h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
}

.banner-content-1 p {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
}

.banner-content {
    position: relative;
    top: 80px;
}

.form-card {
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    width: 400px;
    text-align: center;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 2); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 85px;
    margin-bottom: 35px;
}

.new-form {
    width: 80%;
}

.form-header {
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 20px;
}

.heading {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    margin-bottom: 5px;
    text-shadow: #00000040;
}

.subheading {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 14px;
}

.input-lable {
    margin-top: 10px;
    margin-left: 40px;
}

.input-field {
    width: 100%;
    margin-left: 20px !important;
    margin-right: 20px;
    padding: 12px;
    border-radius: 25px !important;
    border: 1px solid #ddd;
    font-size: 14px;
    appearance: none;
    outline: none;
    text-align: left;
}

.dropdown-icon {
    position: absolute;
    top: 58%;
    right: 37px;
    transform: translateY(-50%);
    pointer-events: none;
}

.dropdown-icon-2 {
    position: absolute;
    top: 60%;
    right: 34px;
    transform: translateY(-50%);
    pointer-events: none;
}

.dropdown-icon-2-grid {
    position: absolute;
    top: 60%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-field:first-child {
    margin-top: 10px;
}

.input-field:focus {
    border-color: var(--primary-color);
    box-shadow: 0px 0px 5px rgba(188, 0, 40, 0.3);
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    color: grey;
}

.submit-btn {
    width: 50%;
    background: var(--primary-color);
    color: #ffffff;
    border: none;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 30px;
    margin-bottom: 30px;
}

.submit-btn:hover {
    background: var(--hover-color);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-box {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}

.feature-box:nth-child(1) {
    animation-delay: 0.3s;
}

.feature-box:nth-child(2) {
    animation-delay: 0.5s;
}

.feature-box:nth-child(3) {
    animation-delay: 0.7s;
}

.features {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.feature-box {
    background: #ffffff;
    border: 2px solid #bc0028;
    border-radius: 15px;
    padding: 20px;
    width: 350px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-box .icon img {
    width: 50px;
    padding: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.feature-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.engage-img {
    animation: fadeInLeft 0.8s ease-out;
}

.engage-content {
    animation: fadeInRight 0.8s ease-out 0.3s;
    animation-fill-mode: both;
}

.engage-content ul li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

.engage-content ul li:nth-child(1) {
    animation-delay: 0.5s;
}

.engage-content ul li:nth-child(2) {
    animation-delay: 0.7s;
}

.engage-content ul li:nth-child(3) {
    animation-delay: 0.9s;
}

.Engage-section {
    background: linear-gradient(180deg, rgba(254, 228, 233, 1) 2%, rgba(255, 255, 255, 1) 100%);
    padding: 50px 0;
    text-align: center;
}

.engage-img img {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 150px;
    border-radius: 15px;
}

.image-container {
    position: relative;
}

.text-container {
    max-width: 500px;
    text-align: left;
}

.text-container h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
}

.text-container ul {
    margin-top: 50px;
    list-style: none;
    padding: 0;
}

.text-container li {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.text-container li img {
    width: 20px;
    margin-right: 10px;
}

.engage-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-img img {
    animation: fadeInLeft 0.8s ease-out;
    width: 80%;
    height: auto;
}

.faq-item {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    transition: transform 0.3s ease-out;
}

.faq-item.active {
    background-color: var(--primary-color);
    color: #fff;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.faq-question i {
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    transition: transform 0.3s;
    background-color: var(--primary-color);
    color: #fff;
}

.faq-item.active i {
    transform: rotate(180deg);
    background-color: #fff;
    color: var(--primary-color);
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 13px;
}

.faq-item.active .faq-answer {
    color: #e3e3e3d6;
    display: block;
}

.download-section {
    background: linear-gradient(180deg, rgba(254, 228, 233, 1) 2%, rgba(255, 255, 255, 1) 100%);
}

.download-text h2 {
    font-size: 35px;
    font-weight: 500;
    color: #333;
}

.download-text h2 span {
    color: var(--primary-color);
    font-weight: 700;
}

.app-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.app-buttons a img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    margin-left: -20px;
}

.download-image img {
    width: 100%;
    position: relative;
    top: -130px;
    right: -54px;
}

.footer {
    text-align: center;
    margin: 0px
}

.footer-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.app-button img {
    width: 150px;
}

.footer .footer-sub-links {
    border-bottom: 3px solid var(--hover-color);
    padding: 15px;
}

.footer-links,
.footer-sub-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
    margin-bottom: 15px;
}

.footer-links a,
.footer-sub-links a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover,
.footer-sub-links a:hover {
    text-decoration: underline;
    color: var(--hover-color);
}

.social-icons {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    gap: 25rem;
}

.social-icons .follow-us a i {
    width: 30px;
    margin: 0 5px;
}

.social-icons .follow-us a {
    color: #7d7d7d;
}

.social-icons .follow-us a:hover {
    color: var(--hover-color);
}

.social-icons .download-link a img {
    width: 20px;
    margin: 0px 5px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    gap: 25rem;
    background-color: var(--hover-color);
    color: #fff;
    margin-top: 20px;
    font-size: 12px;
    padding-top: 10px;
}

.islamic-test {
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 50px;
}

.content-box {
    /* display: flex;
    justify-content: space-between; */
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-right: 200px solid var(--primary-color);
}

.content-box .title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
}

.description {
    font-size: 16px;
    color: #666;
}

.question {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;

}

.question strong {
    margin-left: 3px;
}

.options {
    list-style: none;
    padding: 0;
}

.options li {
    margin: 10px 0;
    font-size: 13px;
}

.options input {
    margin-right: 10px;
}

.next-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
}

.back-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
}

.back-btn i {
    color: #fff;
    margin-left: 7px;
    text-align: center;
}

.buttons {
    display: flex;
    justify-content: space-between;
}

.next-btn i {
    color: #fff;
    margin-left: 7px;
    text-align: center;
}

.back-btn:hover {
    background-color: var(--hover-color);
}

.next-btn:hover {
    background-color: var(--hover-color);
}

.content-box .image-box {
    position: relative;
    right: -174px;
    top: 10px;
}

.content-box .image-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

input[type="radio"] {
    accent-color: var(--hover-color);
}

.remaining-data {
    background: #fff9f9;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #bc0028;
    border-radius: 50%;
}

.remaining-data h4 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

.costoum-card {
    padding: 40px;
    border-left: 200px solid var(--primary-color);
    border-radius: 20px;
}

.costoum-card .image-section {
    width: 40%;
    position: relative;
    left: -200px;
}

.costoum-card .image-section img {
    width: 100%;
    border-radius: 20px;
}

.overlay {
    position: absolute;
    bottom: 20px;
    left: -250px;
    width: 419px;
    height: 145px;
    background-color: rgba(188, 0, 40, 0.7);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: center;
    padding: 40px;
}

.overlay-text {
    color: white;
    margin-left: 170px;
    font-size: 20px;
    font-weight: 600;
}

.form-section {
    width: 50%;
}

.form-centent h5 {
    font-size: 24px;
    font-weight: 600;
}

.matches-card {
    margin-top: 14px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* height: 400px; */
    height: 100%;
}

.matches-card::-webkit-scrollbar {
    display: none;
}

.profile-card {
    width: 100%;
    height: 78%;
    background: white;
    border-radius: 12px 0px 0px 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 25px;
}

.profile-header {
    position: relative;
    width: 50%;
}

.profile-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
}

.badge-container {
    position: absolute;
    top: 0px;
    left: 0px;
}

.badge {
    background: rgb(188 0 40 / 53%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 8px;
    border-radius: 0px 0px 23px 0px;
    line-height: 14px;
}

.badge-sidebar {
    background: rgb(188 0 40 / 53%);
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 25px;
    line-height: 14px;
}

.profile-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.578);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 0px 23px;
    font-size: 13px;
    font-weight: 600;
    color: black;
}

.profile-icon i {
    margin-right: 5px;
}

.profile-details {
    padding: 30px;
    width: 100%;
}

.profile-details h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.profile-details p {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    margin: 3px 0;
}

.profile-footer {
    background: #BC0028;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 27px;
    left: -30px;
    width: 113%;
    padding: 0px 50px 0px 50px
}

.profile-footer-2 {
    background: #BC0028;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47%;
}

.profile-footer-2>.btn {
    background: none;
    border: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
    padding-right: 7px;
    padding-left: 7px;
}

.profile-footer-2>.btn>i {
    font-size: 12px;
    /* margin-right: 4px; */
}

.btn:hover {
    text-decoration: underline;
    color: #fff;
}

.profile-listing-2 {
    margin-top: 60px;
}

.profile-container {
    width: 100%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.profile-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.profile-card-2 {
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.profile-image-2 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.profile-image-2 {
    width: 30%;
    height: auto;
    object-fit: cover;
}

.details-list {
    list-style: none;
    margin-top: 20px;
}

.details-list li {
    margin-bottom: 15px;
}

.details-list>li>i {
    margin-right: 10px;
}

.thumbnail-container img {
    width: 20%;
    height: auto;
    margin: 6px;
    border-radius: 5px;
}

.profile-info {
    /* margin-top: 30px; */
    margin-left: 30px;
    flex-grow: 1;
}

.profile-info h3 {
    margin: 0;
    font-weight: 600;
}

.profile-id {
    color: gray;
    font-size: 14px;
}

.profile-info ul {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.profile-info li {
    margin: 11px 0;
    font-size: 16px;
}

.profile-buttons {
    margin-top: 20px;
}

.btn-pb {
    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 5px;
}

.manager {
    background: orange;
    color: white;
}

.dcc-request {
    background: green;
    color: white;
}

.forward {
    background: blue;
    color: white;
}

.cancel {
    background: red;
    color: white;
}

.pr-icon {
    background-color: #eee;
    border-radius: 30px;
    margin-right: 10px;
    padding: 7px;
}

.pr-icon i {
    font-size: 15px;
    color: var(--primary-color);
}

.info-title {
    font-weight: 600;
}

.persnol-info {
    border-radius: 15px;
    border: none;
}

.info-heading {
    position: relative;
    left: -16px;
    background-color: var(--primary-color);
    border-radius: 0px 20px 20px 0px;
    color: #fff;
    padding: 7px;
    width: 300px;
    justify-content: start;
    align-items: center;
}

.info-heading h5 {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 14px;
    margin-left: 10px;
}

.info-heading i {
    background-color: #eeeeee67;
    border-radius: 50px;
    margin-right: 10px;
    padding: 5px;
}

.info-table {
    display: flex;
    justify-content: space-between;
}

.text-dark {
    font-weight: 600;
    font-size: 14px;
}

.text-muted {
    font-size: 14px;
}

.swiper-button-prev,
.swiper-button-next:after {
    display: none !important;
}

.swiper-free-mode>.swiper-wrapper {
    margin-top: 14px;
}

.profile-card-3 {
    width: 100%;
    background: white;
    border-radius: 23px 0px 23px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.profile-header-3 {
    position: relative;
}

.profile-image-3 {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 23px 0px 0px 0px;
}

.badge-container-3 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.badge-3 {
    background: rgba(255, 255, 255, 0.578);
    color: rgb(0, 0, 0);
    font-size: 12px;
    padding: 11px 11px;
    border-radius: 0px 0px 23px 0px;
    line-height: 16px;
}

.profile-icon-3 {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.578);
    width: 50px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 0px 23px;
    font-size: 13px;
    font-weight: 600;
    color: black;
}

.profile-icon-3 i {
    margin-right: 5px;
}

.profile-details-3 {
    padding: 10px;
    margin-left: 30px;
}

.profile-details-3 h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 23px;
}

.profile-details-3 p {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin: 3px 0;
}

.profile-footer-3 {
    background: #BC0028;
    position: absolute;
    top: 189px;
    width: 100%;
    padding: 5px;
    display: flex;
    border-radius: 23px 0px 23px 0px;
    justify-content: space-between;
}

.btn-3 {
    background: none;
    border: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
}

.btn-3 i {
    font-size: 17px;
}

.btn-3:hover {
    text-decoration: underline;
    color: #fff;
}

.card-profile {
    padding: 30px;
    width: 78%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.section-container {
    display: flex;
    justify-content: center;
}

.content-header .rc {
    background-color: #FFF4F4;
    border-radius: 6px;
    padding: 4px;
    margin-right: 5px;
}

.content-header .pm {
    background-color: #FFF4F4;
    border-radius: 6px;
    padding: 4px;
    margin-left: 5px;
}

.side-profile {
    margin-left: 40px;
    font-size: 12px;
}

.side-profile .accepted {
    background-color: #EFFFE8;
    border: 2px solid #a0ff77;
    border-radius: 10px;
    padding: 4px 17px 4px 17px;
    font-weight: 600;
}

.side-profile .discussion {
    background-color: #E8F1FF;
    border: 2px solid #95beff;
    border-radius: 10px;
    padding: 4px 17px 4px 17px;
    font-weight: 600;
}

.side-profile .serious {
    background-color: #FFE8E84D;
    border: 2px solid #fc3f3f4d;
    border-radius: 10px;
    padding: 4px 17px 4px 17px;
    font-weight: 600;
}

.side-profile-bottom {
    font-size: 12px;
}

.side-profile-bottom .proposal-sent {
    background-color: #EFFFE8;
    border-radius: 10px;
    padding: 4px 44px 4px 44px;
    font-weight: 600;
    margin-right: 10px;
}

.side-profile-bottom .proposal-res {
    background-color: #E8F1FF;
    border-radius: 10px;
    padding: 4px 44px 4px 44px;
    font-weight: 600;
    margin-right: 10px;
}

.side-profile-bottom .proposal-fw {
    background-color: #FFE8E84D;
    border-radius: 10px;
    padding: 4px 44px 4px 44px;
    font-weight: 600;
}

.registration-section {
    background: linear-gradient(360deg, rgba(254, 228, 233, 1) 2%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 50px;
}

.login-btn {
    background: #BC0028;
    color: white;
    padding: 8px 30px;
    border-radius: 30px;
    border: none;
}

.illustration img {
    width: 70%;
    height: auto;
}

.registration-form {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 80%;
}

.registration-form h4 {
    margin-top: 0;
    font-weight: 600;
}

.registration-form p {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

.registration-form input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.checkbox-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-password {
    color: red;
    text-decoration: none;
}

.rg-btn {
    width: 100%;
    padding: 10px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.rg-btn:hover {
    background: var(--hover-color);
}

.title {
    color: #757575;
    font-weight: bold;
}

.modal {
    text-align: left;
}

.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.modal-header {
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
}

.modal-title {
    font-size: 34px;
}

.modal-body {
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-footer {
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}

.btn-info {
    color: #fff;
}

.btn-default,
.btn-primary {
    border: none;
    display: inline-block;
    color: #424242;
    background-color: #FFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}

.btn-default:hover {
    background-color: #FFF;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary {
    color: #FFF;
    background-color: #bc0028;
}

.btn-primary:hover {
    background-color: #bc0028;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
}

footer {
    text-align: center;
    margin: 15px;
}

footer h4 {
    font-size: 2.92rem;
    font-weight: 100;
    margin: 1.46rem 0 1.168rem;
}

.edit-profile {
    font-size: 17px !important;
    background-color: #ffebeb;
    color: #BC0028;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.user-card {
    width: 200px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
}

.profile-prsn:hover .user-card {
    display: block;
}

.user-card h5 {
    font-size: 18px;
    font-weight: bold;
}

.user-card .subscription {
    font-size: 14px;
    color: gray;
}

.upgrade-button {
    background: none;
    border: 1px solid #000;
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.user-options>ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.user-options>ul>li {
    text-align: start;
    cursor: pointer;
}

.user-options>ul>li>a {
    margin-top: -20px !important;
    font-size: 13px;
}

.user-options>ul>li>a>i {
    font-size: 16px;
}

.user-options li:hover {
    color: var(--hover-color);
}

.user-edit-card {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    margin-top: 54px;
    background: #fff;
    box-shadow: 0 4px 35px 0 rgb(201 201 201 / 14%);
    border: none
}

.user-edit-card-new {
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 61px;
}

.user-edit-card-1 {
    height: auto;
    margin-top: 39px;
    border: none;
}

#profile_picture {
    display: none;
}

.user-edit-profile {
    border-radius: 8px;
    background-image: url(../image/texture-img/line-texture.avif);
    background-size: cover;
}

.uplode-picture {
    display: flex;
    position: relative;
    top: 0px;
    left: 100px;
    border-radius: 100%;
    background-color: #fff;
    justify-content: center;
    border: 1.5px solid #800;
    font-size: 80px;
    width: 110px;
    height: 110px;
    color: #ffffff;
    align-items: end;
    cursor: pointer;
    overflow: hidden;
}

.prview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    padding: 3px;
}

.profile-information {
    color: #fff;
    margin-top: 18px;
    margin-right: 100px;
    line-height: 12px;
}

.profile-information>.profile-name {
    font-weight: 700;
}

.profile-information>.profile-email {
    color: #d1d1d1;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.profile-information>.profile-phone-no {
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 400;
    margin-left: -2px;
}

.user-container {
    margin-top: 90px;
}

.name {
    padding: 0px 20px 0px 0px;
    margin-top: 10px;
    color: #555;
    font-size: 20px;
    font-weight: 700;
    float: left;
}

.edit-card-header {
    display: flex;
    justify-content: space-between;
}

.edit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 20px;
    color: white;
    background-color: var(--primary-color);
    text-align: center;
    padding: 5px 20px 5px 20px;
}

.edit-bottom-btn {
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 20px;
    color: white;
    background-color: var(--primary-color);
    text-align: center;
    padding: 5px 20px 5px 20px;
}

.table> :not(caption)>*>* {
    font-size: 13px !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: none;
}

.edit-form {
    display: block;
    top: 0px;
    right: 0px;
    left: 0px;
    padding: 12px;
}

.form-container {
    background: white;
    border-radius: 8px;
}

.custom-form {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    /* height: 283px; */
}

.custom-form::-webkit-scrollbar {
    width: 10px;
    display: none;
}

.custom-label {
    /* font-weight: bold; */
    margin-top: 10px;
}

.custom-input,
.custom-select {
    padding: 8px;
    appearance: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 50%;
    text-align: start;
}

.custom-dob,
.custom-radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.user-greeting {
    padding: 15px;
    border-bottom: 1px solid #bc0028;
}

.user-greeting h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 12px;
}

.user-id {
    font-size: 12px;
    color: #494949;
    margin-top: 5px;
}

.user-id a {
    text-decoration: none;
    color: var(--primary-color);
}

.matches-menu {
    padding: 10px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 10px;
}

.matches-menu a {
    text-decoration: none;
    color: #494949;
    font-weight: 500;
    opacity: 1;
}

.matches-menu i {
    display: flex;
    float: right;
}

.details {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.details>.id {
    font-size: 15px;
}

.pre-icon {
    background-color: #ffdddd;
    height: 65px;
    width: 65px;
    border: 1px solid #bc0028;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer;
}

.user-details {
    margin: 15px auto 5px;
    text-align: center;
}

.pre-icon i {
    font-size: 25px;
    color: #BC0028;
}

.container-user {
    margin-top: 60px
}

.filter-section {
    background: white;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 9999;
    border: 1px solid #fff5f5b4;
}

.filter-button {
    border: 1px solid var(--hover-color);
    border-radius: 20px;
    font-size: 12px;
    padding: 5px 15px;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.filter-button.active {
    background-color: #bc0028;
    color: white;
}

.filter-button:hover {
    /* background-color: #e9ecef; */
}

.matches-menu a .is-active {
    color: #bc0028;
    font-weight: 600;
    transform: scaleY(1.09);
}

.matches-menu a .is-active i {
    transform: rotate(90deg);
}

.acivity-card {
    border: none;
    box-shadow: 0 4px 35px 0 rgb(201 201 201 / 14%);
    margin-top: 60px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.proposal-card {
    display: flex;
    justify-content: start;
    padding: 10px;
    border-radius: 10px;
    background-color: #fbfbfbb2;
}

.proposal-content i {
    font-weight: 500;
    font-size: 20px;
    color: #666;
}

.proposal-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #666;
}

.proposal-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0px !important;
}

.activity {
    display: flex;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    align-items: end;
}

.coustom-profile-card {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 215px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.coustom-profile-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.coustom-text-overlay {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    /* background: #000000; */
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 1) 38%, rgb(0 0 0 / 52%) 72%, rgba(255, 255, 255, 0) 94%); */
    color: rgb(0, 0, 0);
    padding: 16px 10px;
}

.coustom-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
}

.coustom-profile-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 3px;
}

.coustom-profile-info {
    font-size: 11px;
    opacity: 1;
    line-height: 16px;
    margin-bottom: 4px;
}

.search-card {
    border: none;
    box-shadow: 0 4px 35px 0 rgb(201 201 201 / 14%);
    margin-top: 60px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.search-form-check-input {
    display: none;
}

.search-form-check-input[type=checkbox]:checked+.search-form-check-label {
    background-color: #ff383839;
}

.search-form-check-label {
    border: 1px solid #dc38385e;
    border-radius: 20px;
    padding: 6px 9px 6px 9px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.search-form-radio-input {
    display: none;
}

.search-form-radio-input[type=radio]:checked+.search-form-radio-label {
    background-color: #ff383839;
}

.search-form-radio-label {
    border: 1px solid #dc38385e;
    border-radius: 20px;
    padding: 6px 9px 6px 9px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.upgrade-card {
    border: 0.5px solid #d9d6d6b4;
    margin-top: 38px;
    background-color: #fff;
    padding: 28px;
    border-radius: 10px;
}

.upgrade-card h6 {
    font-weight: 600;
}

.slef-btn {
    border: 1px solid #bc0029bc;
    border-radius: 10px 0px 0px 10px;
    background-color: #fff;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    width: 50%;
}

.assisted {
    border: 1px solid #bc0029bc;
    border-radius: 0px 10px 10px 0px;
    background-color: #fff;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    width: 50%;
}

.plan-price {
    font-size: 32px;
    font-weight: bold;
    color: var(--hover-color);
    margin-bottom: 20px;
}

.plan-price span {
    font-size: 14px;
    color: #888;
}

.text-blk.card-points i {
    margin-right: 20px;
    font-weight: 900;
}

.pricing_1 .text-blk {
    line-height: 25px;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 3px;
}

.pricing_1 .text-blk.head {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
}

.pricing_1 .switch {
    position: relative;
    display: inline-flex;
    width: 51px;
    height: 24px;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
}

.pricing_1 .switch-text {
    display: flex;
    align-items: center;
}

.pricing_1 .slider {
    z-index: 0;
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    border: 0.5px solid #dbdee7;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.pricing_1 .slider::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: black;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.pricing_1 input:checked+.slider {
    background-color: white;
}

.pricing_1 input:checked+.slider::before {
    transform: translateX(26px);
}

.pricing_1 .slider.round {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
}

.pricing_1 .slider.round::before {
    border-radius: 50%;
}

.pricing_1 .responsive-container-block.swiping-box {
    padding: 0px;
    min-height: 50px;
    margin: 5px 0px 0px 0px;
}

.pricing_1 .d-nones {
    display: none;
}

.pricing_1 .card {
    text-align: center;
    width: 100%;
    border: 1px solid #dbdee7;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: start;
    margin-top: 16px;
    font-size: 15px;
    color: #212529;
    padding: 20px
}

.pricing_1 .card-selected {
    border-radius: 25px;
    color: white;
    border-style: none;
    background-color: var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.54) 1px 2px 13px -1px;
}

.pricing_1 .card-selected p,
.pricing_1 .card-selected span {
    color: white;
}

.pricing_1 .card-selected .card-text,
.pricing_1 .card-selected .card-description {
    color: white;
}

.pricing_1 .card-description {
    margin-bottom: 5rem;
    color: #686868;
    text-align: start;
}

.pricing_1 .card h1 {
    font-size: 33px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.pricing_1 .buy-button {
    bottom: 37px;
    left: 0px;
    position: absolute;
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
}

.pricing_1 .btns {
    background-color: white;
    border: 1px solid var(--hover-color);
    border-radius: 30px;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: transform;
    padding: 8px 40px 8px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.pricing_1 .btns:hover {
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    background-color: white;
    border: 1px solid var(--hover-color);
    transform: scale(1.05);
}

.pricing_1 .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12 {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0px;
}

.pricing_1 .text-center.witch.switch-text {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.pricing_1 .responsive-container-block.card-container {
    margin-top: 25px;
    justify-content: center;
}

.pricing_1 .text-blk.card-points {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 6px;
}

.contact_us_green .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}

.contact_us_green input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

.contact_us_green textarea:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

.contact_us_green .text-blk {
    margin: 0px;
    line-height: 25px;
}

.contact_us_green .responsive-cell-block {
    min-height: 75px;
}

.contact_us_green .responsive-container-block.container {
    max-width: 1320px;
    margin: 60px auto 60px auto;
}

.contact_us_green .responsive-container-block.big-container {
    padding: 0px 50px 0px 50px;
}

.contact_us_green .text-blk.contactus-head {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.contact_us_green .text-blk.contactus-subhead {
    max-width: 385px;
    color: #939393;
    font-size: 14px;
    margin: 0px 0px 50px 0px;
}

.contact_us_green .contact-svg {
    padding: 0px 25px 0px 0px;
    ;
    width: 54px;
    height: 30px;
}

.contact_us_green .social-media-links {
    margin: 34px auto 0px auto;
    width: 250px;
    display: flex;
    justify-content: space-evenly;
}

.contact_us_green .social-svg {
    width: 35px;
    height: 35px;
}

.contact_us_green .text-box {
    display: flex;
    margin: 0px 0px 12px 0px;
}

.contact_us_green .contact-text {
    color: #939393;
}

.contact_us_green .input {
    height: 44px;
    width: 90%;
    border: 1.5px solid #ada7a7;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 15px 5px 15px;
}

.contact_us_green .textinput {
    height: 100%;
    width: 95%;
    border: 1.5px solid #ada7a7;
    border-radius: 5px;
    font-size: 16px;
    padding: 20px 30px 20px 20px;
}

.contact_us_green .submit-btn {
    min-width: 290px;
    height: 60px;
    background-color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    color: white;
    border-radius: 10px;
    margin: 0px auto 0px auto;
    cursor: pointer;
}

.contact_us_green .btn-wrapper {
    display: flex;
    justify-content: center;
    margin: 80px 0 0;
}

.contact_us_green .text-blk.input-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin: 0px 0px 8px 0px;
}

.contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin: 0px 0px 15px 0px;
}

.contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    padding: 0px 0px 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_us_green .head-text-box {
    display: none;
}

.contact_us_green .line {
    border-right-width: 1.8px;
    border-right-style: solid;
    border-right-color: #a2a2a2;
}

.contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
    padding: 0px 20px 0px 0px;
}

.footer-col>ul {
    list-style: none;
    padding-left: 0px !important;
}

.footer {
    /* background-color: #24262b; */
    background-color: #BC0028;
    padding: 70px 0;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 110;
    bottom: -10px;
    background-color: white;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-align: left;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    /* color: #bbbbbb; */
    color: #ffffff;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links {
    margin-left: -23px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 8px 10px 0;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.footer-col>.logo {
    width: 80%;
}

.footer-col>.logo img {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 32px;
}

.footer-col>.logo p {
    /* color: #bbb; */
    color: #ffffff;
    text-align: left;
}

.islamic-test .options li {
    display: flex;
    align-items: start;
}

.islamic-test .options li input {
    margin-top: 2.5px;
}

.islamic-test .tabs button {
    border: none;
    font-size: 15px;
    background-color: transparent;
    padding: 5px 25px;
    background-color: #bc00280d;
    border-radius: 20px;
    margin-right: 5px;
}

.islamic-test .tabs button.active {
    background-color: #BC0028;
    color: white;
}

.search-data-table .query-data {
    width: 30%;
}

.search-data-table .query-data .custom-label {
    font-weight: 600;
}

.search-data-table .value-data {
    text-align: end;
    width: 70%;
}

.search-data-table .value-data.new-select {
    float: right;
    width: 100%;
    text-align: -webkit-right;
}

/* User Login  */
.user-login label {
    font-size: 12.5px;
    color: #000;
    opacity: .8;
    font-weight: 400;
}

.user-login form {
    padding: 30px 30px;
    background: #fefefe;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    width: 300px;

    h4 {
        margin-bottom: 20px;
        color: rgba(#000, .5);

        span {
            color: rgba(#000, 1);
            font-weight: 700;
        }
    }

    p {
        line-height: 133%;
        font-size: 14px;
        color: #000;
        opacity: .65;
        font-weight: 400;
        max-width: 200px;
    }
}

.user-login a.discrete {
    color: rgba(#000, .4);
    font-size: 14px;
    border-bottom: solid 1px rgba(#000, .0);
    padding-bottom: 4px;
    margin-left: auto;
    font-weight: 300;
    transition: all .3s ease;
    margin-top: 40px;

    &:hover {
        border-bottom: solid 1px rgba(#000, .2);
    }
}

.user-login button {
    -webkit-appearance: none;
    width: auto;
    min-width: 100px;
    border-radius: 24px;
    text-align: center;
    padding: 15px 40px;
    margin-top: 5px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .13);
    border: none;
    transition: all .3s ease;
    outline: 0;

    &:hover {
        transform: translateY(-3px);
        box-shadow: 0 2px 6px -1px rgba(.65);

        &:active {
            transform: scale(.99);
        }
    }
}

.user-login .login-btn-2 {
    background-color: var(--primary-color);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
}

.user-login input {
    font-size: 16px;
    padding: 20px 0px;
    height: 40px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background: #fff;
    width: 280px;
    box-sizing: border-box;
    transition: all .3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;

    &:focus {
        border-bottom: solid 1px;
        outline: 0;
        box-shadow: 0 2px 6px -8px rgba(.45);
    }
}

.user-login .floating-label {
    position: relative;
    /* margin-bottom: 10px; */
    width: 100%;

    label {
        position: absolute;
        top: calc(50% - 7px);
        left: 0;
        opacity: 0;
        transition: all .3s ease;
        padding-left: 44px;
    }

    input {
        width: calc(100% - 44px);
        margin-left: auto;
        display: flex;
    }

    .icon {
        position: absolute;
        top: 0;
        left: 0;
        height: 56px;
        width: 44px;
        display: flex;

        svg {
            height: 30px;
            width: 30px;
            margin: auto;
            opacity: .15;
            transition: all .3s ease;

            path {
                transition: all .3s ease;
            }
        }
    }

    input:not(:placeholder-shown) {
        padding: 28px 0px 12px 0px;
    }

    input:not(:placeholder-shown)+label {
        transform: translateY(-10px);
        opacity: .7;
    }

    input:valid:not(:placeholder-shown)+label+.icon {
        svg {
            opacity: 1;
        }
    }

    input:not(:valid):not(:focus)+label+.icon {
        animation-name: shake-shake;
        animation-duration: .3s;
    }
}

@keyframes shake-shake {
    0% {
        transform: translateX(-$displacement);
    }

    20% {
        transform: translateX($displacement);
    }

    40% {
        transform: translateX(-$displacement);
    }

    60% {
        transform: translateX($displacement);
    }

    80% {
        transform: translateX(-$displacement);
    }

    100% {
        transform: translateX(0px);
    }
}

.user-login.login {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-login .session {
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    margin: auto auto;
    background: #ffffff;
    border-radius: 4px;
}

.user-login .left {
    width: 275px;
    height: auto;
    min-height: 100%;
    position: relative;
    background-image: url("/assets/image/groom/groom-img.jpeg");
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

    svg {
        height: 40px;
        width: auto;
        margin: 20px;
    }
}

.custom-dropdown-changes {
    max-height: 250px;
    z-index: 99999;
    text-align: left;
    /* position: relative !important; */
    overflow: visible;
}

/*
-------------------------------------------------------------------------------------

RESPONSIVE CSS

---------------------------------------------------------------------------------------
*/
@media (max-width: 1200px) {
    .logo {
        width: 30%;
    }

    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .header .container .nav .menu-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-content-1 {
        top: 80px;
    }

    .form-card {
        width: 100%;
    }

    .engage-img img {
        left: 0;
    }

    .content-box {
        flex-direction: column;
        padding: 20px 0;
    }

    .content-box .image-box {
        right: -159px;
        top: 1px;
        width: 100%;
    }

    .costoum-card {
        padding: 20px;
    }

    .costoum-card .image-section {
        left: 0;
        width: 100%;
    }

    .overlay {
        left: 0;
        width: 100%;
    }

    .overlay-text {
        margin-left: 0;
    }

    .profile-card-2 {
        flex-direction: column;
    }

    .profile-image-2 {
        width: 100%;
    }

    .profile-info {
        margin-left: 0;
    }

    .profile-details-3 h2 {
        font-size: 24px;
    }

    .profile-footer-3 {
        top: 150px;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
    }

    .registration-form {
        width: 100%;
    }

    .download-image img {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
    }

    .content-box {
        flex-direction: row;
    }

    .content-box .image-box img {
        width: 100%;
    }

    .navmenu ul {
        position: static;
        padding: 20px 0 0;
    }

    .user-card {
        right: 20px;
        padding: 10px;
    }

    .user-options>ul>li {
        padding: 10px 0;
    }

    .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
        padding: 0;
    }

    .contact_us_green .responsive-container-block.container {
        margin: 30px auto 30px auto;
    }
}

@media (max-width: 1024px) {
    .contact_us_green .responsive-container-block.container {
        justify-content: center;
    }

    .contact_us_green .text-blk.contactus-subhead {
        max-width: 90%;
    }

    .contact_us_green .head-text-box {
        display: block;
    }

    .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
        padding: 0px 20px 60px 0px;
    }

    .contact_us_green .line {
        border-right-width: initial;
        border-right-style: none;
        border-right-color: initial;
        border-bottom: 1.8px solid #a2a2a2;
    }

    .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
        margin: 60px 0px 0px 0px;
    }

    .contact_us_green .workik-contact-bigbox {
        display: flex;
    }

    .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .contact_us_green .text-content {
        display: none;
    }

    .contact_us_green .input {
        width: 100%;
    }

    .contact_us_green .textinput {
        width: 100%;
    }

    .contact_us_green .text-blk.contactus-head {
        font-size: 30px;
    }

    .footer-col {
        margin-bottom: 30px;
    }

    .pricing_1 .text-blk.head {
        font-size: 32px;
        line-height: 40px;
    }

    .logo {
        width: 40%;
    }

    .download-image img {
        display: none;
    }

    .section-title {
        font-size: 32px;
        margin-top: 23px;
    }

    .illustration img {
        display: none;
    }

    .nav {
        display: none;
    }

    .page-header__inner h4 {
        font-size: 21px;
        line-height: 28px;
    }

    .page-header__inner p {
        font-size: 16px;
    }

    .banner-content-1 h4 {
        font-size: 24px;
    }

    .banner-content-1 p {
        font-size: 14px;
    }

    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .engage-content {
        flex-direction: column;
    }

    .text-container {
        max-width: 100%;
    }

    .faq-section .row {
        flex-direction: column;
    }

    .faq-img img {
        animation: fadeInUp 0.8s ease-out;
        width: 100%;
    }

    .download-image img {
        right: 0;
        top: 0;
    }

    .footer-buttons {
        flex-direction: column;
    }

    .social-icons {
        gap: 10px;
    }

    .footer-bottom {
        gap: 10px;
    }

    .content-box .title {
        font-size: 24px;
    }

    .description {
        font-size: 14px;
    }

    .question {
        font-size: 14px;
    }

    .options li {
        font-size: 12px;
    }

    .next-btn,
    .back-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .profile-card {
        width: 100%;
    }

    .profile-details h2 {
        font-size: 18px;
    }

    .profile-details p {
        font-size: 12px;
    }

    .profile-info h3 {
        font-size: 20px;
    }

    .profile-info li {
        font-size: 14px;
    }

    .btn-pb {
        padding: 6px 10px;
    }

    .info-heading {
        left: -28px;
        width: 100%;
    }

    .info-heading h5 {
        font-size: 12px;
    }

    .info-table {
        flex-direction: column;
    }

    .text-dark,
    .text-muted {
        font-size: 12px;
    }

    .profile-details-3 h2 {
        font-size: 20px;
    }

    .profile-details-3 p {
        font-size: 12px;
    }

    .btn-3 {
        font-size: 10px;
    }

    .card-profile {
        width: 100%;
    }

    .side-profile {
        margin-left: 0;
        margin-top: -15px;
    }

    .side-profile .accepted,
    .side-profile .discussion,
    .side-profile .serious {
        padding: 4px 10px;
    }

    .side-profile-bottom .proposal-sent,
    .side-profile-bottom .proposal-res,
    .side-profile-bottom .proposal-fw {
        padding: 4px 20px;
    }

    .registration-form h4 {
        font-size: 18px;
    }

    .registration-form p {
        font-size: 14px;
    }

    .registration-form input {
        padding: 8px;
    }

    .rg-btn {
        padding: 8px;
        font-size: 14px;
    }

    .open {
        width: 100%;
        display: block;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.632);
        position: absolute;
        top: 60px;
        right: 0px;
        transition: 0.3s ease-out;
        color: white;
        transform: translateY(20px);
        animation: fadeInUp 0.6s ease-out forwards;
        z-index: 2;
    }

    .header .container .nav .menu-list {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        position: relative;
        right: 170px;
        top: 4px;
    }

    .header .container .nav .menu-list a {
        color: white !important;
    }

    .login {
        display: none;
    }

    .text-container h2 {
        font-size: 24px;
        text-align: center;
    }

    .download-text h2 {
        text-align: center;
    }

    .profile-card-2 {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .profile-buttons {
        justify-content: center;
    }

    .profile-buttons .btn-pb {
        flex: 1;
        text-align: center;
    }

    .info-table {
        flex-direction: column;
        justify-content: flex-start;
    }

    .info-table .table-1,
    .info-table .table-2 {
        width: 100% !important;
    }

    .content-box {
        border-right: none;
        flex-direction: column;
    }

    .content-box .image-box {
        right: 0px;
        top: 10px;
        width: 100%;
    }

    .banner-content-1 {
        top: 65px;
    }

    .banner-content {
        top: 35px;
    }

    .pd-top {
        padding: 25px 0;
    }

    section {
        margin-top: 0px !important;
    }

    .footer-col>.logo {
        width: 100%;
    }

    .header {
        padding-top: 6px;
    }

    .footer {
        padding: 15px 0;
    }

    .upgrade-card {
        margin-top: 40px;
        padding: 20px 0;
    }

    .uplode-picture {
        top: 6px;
        left: 15px;
        width: 90px;
        height: 90px;
    }

    .profile-information {
        margin-right: 20px;
    }

    .profile-information>.profile-email {
        font-size: 13px;
    }

    .profile-information>.profile-phone-no {
        font-size: 13px;
    }

    .search-card {
        padding: 5px;
        margin-top: 30px;
        box-shadow: none;
    }

    .islamic-test {
        padding: 70px 0;
    }

    .matches-card {
        padding: 20px;
    }

    .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
        padding: 0px 0px 20px 0px;
    }

    .contact_us_green .text-blk.contactus-subhead {
        max-width: 100%;
    }

    .contact_us_green .text-blk.contactus-subhead {
        margin: 0px 0px 30px 0px;
    }

    .contact_us_green .submit-btn {
        min-width: 275px;
        height: 45px;
        font-size: 14px;
    }

    .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
        margin: 30px 0px 0px 0px;
    }

    .contact_us_green .btn-wrapper {
        margin: 50px 0 0;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 14px;
        margin: 0;
    }

    .custom-input,
    .custom-select,
    .search-form-check-label {
        font-size: 11px;
    }

    .profile-container {
        padding: 8px;
    }

    .profile-buttons {
        display: block !important;
    }

    .profile-buttons button {
        margin: 5px;
    }

    .profile-listing-2 .p-5 {
        padding: 0rem !important;
    }

    .remaining-data {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .remaining-data h4 {
        font-size: 20px;
    }

    #timeline-wrap {
        margin: 120px 20px 20px !important;
        display: flex !important;
    }

    .form-card {
        margin-top: 120px;
    }
}

@media (max-width: 576px) {
    .profile-info {
        padding: 12px;
    }

    .profile-info h3 {
        font-size: 16px;
    }

    .profile-info ul li {
        font-size: 13px;
    }

    .profile-buttons .btn-pb {
        font-size: 11px;
        padding: 6px 10px;
        min-width: 48%;
    }

    .persnol-info {
        padding: 12px;
    }

    .info-title {
        font-size: 16px;
    }

    .info-table td {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .contact_us_green .responsive-container-block.big-container {
        padding: 0px 10px 0px 10px;
    }

    .contact_us_green .workik-contact-bigbox {
        display: block;
    }

    .contact_us_green .text-blk.input-title {
        font-size: 12px;
    }

    .contact_us_green .text-blk.contactus-head {
        font-size: 26px;
    }

    .contact_us_green .text-blk.contactus-subhead {
        font-size: 14px;
        line-height: 20px;
    }

    .contact_us_green .input {
        height: 45px;
    }

    .contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
        margin: 0 0 25px 0;
    }

    .pricing_1 .card {
        width: 306px;
    }

    .pricing_1 .card.card-selected {
        padding-top: 25px;
        padding-right: 15px;
        padding-bottom: 25px;
        padding-left: 15px;
    }

    .pricing_1 .text-blk.card-points {
        font-size: 15px;
        line-height: 35px;
    }

    .pricing_1 .text-blk {
        font-size: 16px;
    }

    .pricing_1 .text-blk.head {
        font-size: 28px;
        line-height: 34px;
    }

    .pricing_1 .btns {
        font-size: 18px;
        height: 50px;
    }

    .pricing_1 .card.card-selected {
        min-height: 470px;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 40%;
    }

    .login {
        display: none;
    }

    .section-title {
        font-size: 24px;
        margin-top: 23px;
    }

    .nav {
        display: none;
    }

    .open {
        width: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.632);
        position: absolute;
        top: 60px;
        right: 0px;
        border-radius: 20px;
        transition: 0.3s ease-out;
        color: white;
        transform: translateY(20px);
        animation: fadeInUp 0.6 s ease-out forwards;
    }

    .header .container .nav .menu-list {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        position: relative;
        right: 115px;
        top: 4px;
    }

    .header .container .nav .menu-list a {
        color: white !important;
    }

    .page-header__inner h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .page-header__inner p {
        font-size: 14px;
    }

    .banner-content-1 h4 {
        font-size: 20px;
    }

    .banner-content-1 p {
        font-size: 12px;
    }

    .form-card {
        width: 100%;
    }

    .engage-img img {
        width: 100%;
    }

    .text-container h2 {
        font-size: 24px;
        text-align: center;
    }

    .text-container li {
        font-size: 14px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 12px;
    }

    .download-text h2 {
        font-size: 28px;
        text-align: center;
    }

    .app-buttons {
        flex-direction: column;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer-links,
    .footer-sub-links {
        gap: 8px;
    }

    .footer-links a,
    .footer-sub-links a {
        font-size: 12px;
    }

    .social-icons {
        gap: 30px;
    }

    .footer-bottom {
        gap: 7px;
    }

    .footer-bottom p {
        font-size: 10px;
    }

    .islamic-test {
        padding: 70px 20px;
    }

    .content-box .title {
        font-size: 21px;
    }

    .description {
        font-size: 12px;
    }

    .question {
        font-size: 12px;
    }

    .options li {
        font-size: 10px;
    }

    .illustration img {
        display: none;
    }

    .next-btn,
    .back-btn {
        padding: 6px 15px;
        font-size: 12px;
    }

    .profile-details h2 {
        font-size: 16px;
    }

    .profile-details p {
        font-size: 10px;
    }

    .profile-info h3 {
        font-size: 18px;
    }

    .profile-info li {
        font-size: 12px;
    }

    .btn-pb {
        padding: 4px 8px;
    }

    .info-heading h5 {
        font-size: 10px;
    }

    .text-dark,
    .text-muted {
        font-size: 10px;
    }

    .profile-details-3 h2 {
        font-size: 18px;
    }

    .profile-details-3 p {
        font-size: 10px;
    }

    .btn-3 {
        font-size: 8px;
    }

    .side-profile .accepted,
    .side-profile .discussion,
    .side-profile .serious {
        padding: 4px 8px;
    }

    .side-profile-bottom .proposal-sent,
    .side-profile-bottom .proposal-res,
    .side-profile-bottom .proposal-fw {
        padding: 4px 10px;
    }

    .registration-form h4 {
        font-size: 16px;
    }

    .registration-form p {
        font-size: 12px;
    }

    .registration-form input {
        padding: 6px;
    }

    .rg-btn {
        padding: 6px;
        font-size: 12px;
    }

    .download-image img {
        display: none;
    }

    .profile-info {
        padding: 12px;
    }

    .profile-info h3 {
        font-size: 16px;
    }

    .profile-info ul li {
        font-size: 13px;
    }

    .profile-buttons .btn-pb {
        font-size: 11px;
        padding: 6px 10px;
        min-width: 48%;
    }

    .persnol-info {
        padding: 12px;
    }

    .info-title {
        font-size: 16px;
        margin: 0;
    }

    .info-table td {
        font-size: 12px;
    }

    .section-container {
        padding: 0px;
        width: 100%;
    }

    .user-profile {
        padding: 0px;
    }

    .profile-footer-3 {
        top: 185px;
    }

    .content-header {
        margin-top: 20px;
    }
}


.test-score-detail {
    color: #BC0028;
    font-size: 12px;
}

.test-score-detail a {
    color: #BC0028;
}

.container-heading {
    border-bottom: 2px solid #BC0028;
    width: 20%;
}

.admin-user-profile {
    /* object-fit: cover; */
}

.card-skeleton {
    border-radius: 20px;
    border: 1px solid #d8d5d5;
    height: 210px;
    padding: 7px;
}
.card-skelton-pacakge {
    height: 300px;
}

.profile-skeleton-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
}

.interest-error-message {
    margin-left: 38px !important;
}

.info-table .table-2 {
    width: 50%;
}

.info-table .table-1 {
    width: 80%;
}


.table-striped-mobile .custom-label,
.table-striped-mobile .search-form-check-label,
.table-striped-mobile .age-search-select,
.table-striped-mobile .custom-select,
.table-striped-mobile .custom-select label input,
.table-striped-mobile .custom-input,
.table-striped-mobile .mobile-tr td {
    font-size: 16px !important;
}

.img-edit {
    position: relative;
}

.edit-pen {
    position: absolute;
    bottom: 14%;
    left: 19.7%;
    z-index: 3;
    width: 30px;
    height: 30px;
    line-height: 23px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.edit-pen i {
    font-size: 12px;
    color: green;
}

.value-data.mobile-data textarea.form-control {
    font-size: 11px;
    border-color: #eee;
    padding: 4px 8px;
}

.mob-input .input-field.grid-input {
    border-radius: 4px !important;
    padding: 6px;
}

.edt-profile-form .edit-bottom-btn {
    width: 100%;
    padding: 8px 20px;
}

.w-95{
    width: 95% !important;
}

.preferences-first-div{
    width: 170px;
}
.edit-pen {
    position: absolute;
    bottom: 14%;
    left: 19.7%;
    z-index: 3;
    width: 30px;
    height: 30px;
    line-height: 23px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.edit-pen i {
    font-size: 12px;
    color: green;
}


@media (max-width: 1440px) {
    .edit-pen {
        bottom: 14%;
    left: 19.7%;
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 1367px) {
    .edit-pen {
        bottom: 14%;
    left: 19.7%;
        width: 28px;
        height: 28px;
    }
}


@media (max-width: 1280px) {
    .edit-pen {
        bottom: 14%;
    left: 16.7%;
        width: 26px;
        height: 26px;
    }
}


@media (max-width: 768px) {
    .edit-pen {
        bottom: 14%;
      left: 15.7%;
        width: 24px;
        height: 24px;
    }
}


@media (max-width: 575px) {
    .edit-pen {
        bottom: 14%;
         left: 16.7%;
        width: 22px;
        height: 22px;
    }
}


@media (max-width: 435px) {
    .edit-pen {
        bottom: 14%;
    left: 19.7%;
        width: 20px;
        height: 20px;
    }

    .edit-pen i {
        font-size: 10px;
    }
}
