@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --primary: #30368d;
    --Seconday: #f34e26;
    --text-color: #ffffff;
    --white-color: #ffffff;
    --black-color: #000000;
}
body {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    background: #fff;
    color: #222222;
    font-weight: normal;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 20px;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
a:hover {
    color: black;
}
p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1300px;
}
.container-fluid {
    padding: 0;
}
.img100 {
    width: 100%;
}
.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.text-pink {
    color: #d12053;
}

.btn-pink {
    background-color: #d12053;
    color: white;
}
.bg-light-pink {
    background-color: #d120521a;
}

/* common */
.sticky {
    position: fixed;
    background: #292929;
    top: 0 !important;
    z-index: 9999999;
    margin-top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
}
.navbar-toggler:focus {
    box-shadow: none;
}
/* new */
.user-profile-info-form .form-label {
    font-weight: 700;
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    display: block;
}

.user-profile-info-form .form-control-plaintext {
    padding: 0.85rem 1.25rem;
    background-color: #f9faff;
    border-radius: 8px;
    border: 1px solid #eef0f7;
    border-left: 4px solid var(--primary, #30368d);
    font-size: 1.05rem;
    color: #1a1a1a;
    font-weight: 600;
    min-height: 54px;
    display: flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    word-break: break-all;
}

.user-profile-info-form .form-control-plaintext:hover {
    background-color: #ffffff;
    border-color: var(--primary, #30368d);
    box-shadow: 0 4px 12px rgba(48, 54, 141, 0.08);
    transform: translateY(-1px);
}

.user-profile-cate h5 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
    font-weight: 800;
    color: var(--primary, #30368d);
    font-size: 1.4rem;
    letter-spacing: -0.5px;
}

.user-profile-wrap {
    background: #ffffff;
    padding: 16px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f2f9;
}

.user-profile-photo-wrap {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
    border: 1px solid #eef0f7;
}

.dashboard-sidebar-menu {
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f2f9;
}

.dashboard-sidebar-menu ul li a {
    padding: 14px 20px;
    border-radius: 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #4a5568;
    transition: all 0.3s;
}

.dashboard-sidebar-menu ul li a i {
    font-size: 1.2rem;
    width: 20px;
    transition: all 0.3s;
}

.dashboard-sidebar-menu ul li a.active {
    background: var(--primary, #30368d);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(48, 54, 141, 0.2);
}

.dashboard-sidebar-menu ul li a:not(.active):hover {
    background: #f4f6ff;
    color: var(--primary, #30368d);
    transform: translateX(5px);
}

.user-title h2 {
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.user-title span {
    font-weight: 600;
    color: #6c757d;
    font-size: 1rem;
}

.Complaint-table-list .table {
    border: 1px solid #d8dbe6;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}

.Complaint-table-list .table > :not(caption) > * > * {
    border-bottom-color: #d1d4e0;
}

.Complaint-table-list .Complaint-tb-head {
    background: var(--primary, #30368d);
    color: #ffffff;
}

.Complaint-table-list .Complaint-tb-head th {
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.2px;
    padding: 14px 16px;
    border-bottom: none;
}

.Complaint-table-list .table tbody tr td,
.Complaint-table-list .table tbody tr th {
    padding: 18px 16px;
    vertical-align: top;
    font-size: 0.95rem;
    color: #1f2937;
}

.Complaint-table-list .table tbody tr th {
    width: 50px;
    font-weight: 700;
}

.Complaint-table-list .table tbody tr:hover {
    background: #f5f7ff;
}

.Complaint-table-list .table .text {
    color: #1f2937;
    line-height: 1.45;
    cursor: pointer;
}

.Complaint-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.82rem;
    color: #ffffff;
    min-width: 110px;
    text-transform: capitalize;
}

.Complaint-status.panding {
    background: #f15a29;
}

.Complaint-status.acknowledge {
    background: #2f2f8f;
}

.Complaint-status.resolve {
    background: #1f7a1f;
}

.Complaint-status.delete {
    background: #e00000;
}

/* back-to-top */
#button {
    display: inline-block;
    background-color: var(--primary);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition:
        background-color 0.3s,
        opacity 0.5s,
        visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
#button::after {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #fb5e1c;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button i {
    font-size: 25px;
    line-height: 50px;
    color: #fff;
}

/* image-resize */
.Imgresize {
    position: relative;
}
.ImgViewer {
    padding-top: 57.25%;
    margin: 0;
}
.DTopImage .ImgViewer {
    padding-top: 38.2%;
    margin: 0;
}
.FixingRatio {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ImgRatio {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* countn-area */
.count-area {
    background-image: url(../../static/media/imgAll/bg/training2.jpg);
    max-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.count-area .overly {
    opacity: 0.7;
}
.count-list {
    z-index: 999999;
}
.count-wrapper {
    height: 462px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.count-list i {
    font-size: 60px;
    color: #fff;
    margin: 10px;
    color: var(--Seconday);
}
.count-list h5 {
    font-size: 36px;
    line-height: 42px;
    color: var(--Seconday);
    font-weight: 700;
    margin: 16px 0;
}
.count-list p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.count-data {
    display: flex;
    justify-content: space-between;
}

/* Header Area */
.sticky.mainmenu {
    background: #fff;
}
.sticky .navbar {
    position: unset;
}
.sticky .navbar-light .navbar-nav .nav-link {
    color: var(--primary);
}
.sticky .navbar-light .navbar-nav .loginU .nav-link {
    color: #fff;
}
.sticky .navbar .navbar-brand img {
    width: 160px;
}
.mainmenu {
    box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
}
.navbar {
    background-color: transparent;
    width: 100%;
    z-index: 9999;
}
.navbar .navbar-brand img {
    width: 186px;
    transition: all 0.5s ease;
}
.navbar-light .navbar-nav .nav-link {
    font-family: "Chivo", sans-serif;
    color: var(--primary);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
}
.nav-item {
    margin: 0 8px;
    padding: 10px 0;
    position: relative;
    line-height: 22px;
}
.nav-item.loginU {
    margin-right: 0;
}
.login-btn {
    background: var(--primary);
    color: #fff;
}
.navbar-nav .loginU .nav-link {
    background: var(--primary);
    color: #fff;
    border-radius: 2px;
    padding: 7px 35px;
    transition: all 0.1s ease-out;
    font-size: 16px;
    border-radius: 50px;
}
.navbar-nav .loginU .nav-link:hover {
    background: var(--Seconday);
    color: var(--white-color) !important;
}
.navbar-nav .logoutU .nav-link {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50px;
    padding: 7px 28px;
    transition: all 0.1s ease-out;
    font-size: 16px;
    font-family: "Chivo", sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.navbar-nav .logoutU .nav-link:hover {
    background: var(--Seconday);
    color: var(--white-color) !important;
    border-color: var(--Seconday);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--Seconday);
}

/* Hero Area Top */
.header-top {
    background-color: var(--primary);
    color: #ffffff;
    padding: 8px 0px;
    line-height: 1;
}
.header-top span {
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    line-height: 1;
    display: flex;
}
.header-top a {
    color: #e29578;
    font-size: 13px;
    line-height: 1;
}
.header-top .line-right {
    position: relative;
    display: inline-block;
    padding-right: 35px;
}
.header-top .line-right::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 15px;
    width: 1px;
    height: 15px;
    border-right: 1px dashed #e29578;
}
.header-top.header-top-green {
    background-color: #006d77;
}
.header-top.header-top-green a {
    color: #afeae4;
}
.header-top.header-top-green .line-right::before {
    border-right: 1px dashed #afeae4;
}

/* hero-area */
.hero-area {
    position: relative;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.7;
}
.hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
    z-index: 1;
}
.hero-slider .slick-prev {
    left: 30px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}
.hero-slider .slick-prev:hover {
    border: 1px solid var(--Seconday);
}
.hero-slider .slick-prev::before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}
.hero-slider .slick-next {
    right: 30px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}
.hero-slider .slick-next:hover {
    border: 1px solid var(--Seconday);
}
.hero-slider .slick-next::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}
.hero-slider .slick-slide img {
    aspect-ratio: 2.27;
    object-fit: cover;
    object-position: bottom;
    transition: all 4s ease;
    transform: scale(1.5);
    position: relative;
}
.slider-captions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white-color);
    z-index: 999;
    width: 100%;
}
.hero-slider .items.slick-active img {
    transform: scale(1);
    transition: all 4s ease;
}
.slider-captions h1 {
    font-size: 50px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: 2px;
    text-transform: capitalize;
}
.slider-captions p {
    margin-bottom: 16px;
    line-height: 36px;
    color: var(--white-color);
    margin-bottom: 20px;
    font-size: 20px;
}
.slider-captions .seeMore {
    text-align: start;
}
.slider-captions .seeMore .btn {
    padding: 12px 18px;
}
.hero-btn-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.see-more-btn {
    background: var(--Seconday);
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.see-more-btn > i {
    margin-left: 5px;
}
.see-more-btn:hover {
    background: var(--primary);
    color: #fff;
}
.hero-btn-wrap .see-more-btn.two {
    background: var(--primary);
}
.hero-btn-wrap .see-more-btn.two:hover {
    background: var(--Seconday);
}
.hero-btn-wrap .see-more-btn.one:hover {
    background: var(--primary);
    color: #fff;
}
.hero-slider .next_arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    right: 15px;
    z-index: 1;
    width: 70px;
    height: 70px;
    transition: all 0.3s ease;
    line-height: 70px;
    text-align: center;
    background-color: rgb(255 255 255 / 50%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
}
.hero-slider .priv_arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: 15px;
    z-index: 1;
    width: 70px;
    height: 70px;
    transition: all 0.3s ease;
    line-height: 70px;
    text-align: center;
    background-color: rgb(255 255 255 / 50%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
}
.hero-slider .priv_arrow:hover {
    color: var(--primary);
}
.hero-slider .next_arrow:hover {
    color: var(--primary);
}
.hero-slider .slick-arrow i {
    font-size: 24px;
    color: var(--primary);
}

/* Top Content Section */
.top-content {
    position: relative;
}
.top-content .content-wrapper {
    border-radius: 2px;
    padding: 50px 95px;
    background: white;
    position: relative;
}
.info-wrap span {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 1.03px;
    color: #aeaf46;
    text-transform: uppercase;
}
.info-wrap p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
}
.common-btn {
    margin-top: 20px;
    text-align: center;
}
.common-btn a.read-more {
    font-size: 15px;
    color: var(--white-color);
    background: var(--Seconday);
    font-weight: 700;
    border: 1px solid var(--Seconday);
    padding: 8px 20px;
    border-radius: 50px;
}
.common-btn a.read-more:hover {
    background: var(--white-color);
    color: var(--Seconday);
    transition: 0.3s;
}
.common-btn a > i {
    font-size: 16px;
    margin-left: 5px;
}
.section-heading {
    margin-bottom: 20px;
    text-align: center;
}
.section-heading h2 {
    font-size: 32px;
    line-height: 42px;
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.section-heading p {
    margin-top: 7px;
    font-size: 16px;
    line-height: 26px;
}

/* benefits-area CSS */
.benefits-area {
    margin: 50px 0;
}
.benefits-listing-content ul {
    list-style: none;
    padding-left: 0;
}
.benefits-listing-content ul li {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #0e0e0e;
    position: relative;
    padding: 10px;
    padding-left: 30px;
    border: 1px solid #bfc6da;
    border-radius: 8px;
}
.benefits-listing-content li:before {
    position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    margin-top: -10px;
    border-left: 16px solid #bcbfc7;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.benefits-listing-content li:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    margin-top: -10px;
    border-left: 5px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.benefits-listing-content li:hover {
    border-color: #777;
    box-shadow: 3px 3px 5px #a5a9bf;
    border: 1px solid var(--primary);
    transition: all 0.3s ease-in;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #dddddd 0%,
        #ffffff 25%,
        #ffffff 75%,
        #dddddd 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #dddddd),
        color-stop(25%, #ffffff),
        color-stop(75%, #ffffff),
        color-stop(100%, #dddddd)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #dddddd 0%,
        #ffffff 25%,
        #ffffff 75%,
        #dddddd 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #dddddd 0%,
        #ffffff 25%,
        #ffffff 75%,
        #dddddd 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        top,
        #dddddd 0%,
        #ffffff 25%,
        #ffffff 75%,
        #dddddd 100%
    ); /* IE10+ */
    background: linear-gradient(
        to bottom,
        #eaeaea 0%,
        #ffffff 25%,
        #ffffff 75%,
        #eaeaea 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.benefits-listing-content li:hover:before {
    border-left-color: #777;
}
.benefits-listing-content li:active {
    background: #eee;
    box-shadow: inset 0 1px 1px #666;
}
.benefits-images img {
    width: 100%;
    aspect-ratio: 2.17;
    object-fit: cover;
    border-radius: 8px;
}
.benefits-bg {
    background: var(--primary);
    padding: 20px;
    border-radius: 8px;
    padding: 60px 30px;
    margin-bottom: 20px;
}
.benefits-bg h5 {
    font-size: 22px;
    line-height: 34px;
    text-transform: capitalize;
    color: var(--white-color);
}
.benefits-area .col-lg-4 {
    width: 38%;
}
.benefits-area .col-lg-3 {
    width: 20%;
}

/* Member Type CSS */
.member-type-sec {
    padding: 50px 0 10px 0;
    margin-bottom: 90px;
}
.member-type-sec .member-type-wrapper {
    position: relative;
    z-index: 999;
}
.member-type-wrapper .member-type-items {
    background: var(--Seconday);
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 42px;
}
.member-type-wrapper .member-type-items:hover {
    background: var(--primary);
    transition: 0.3s;
}
.member-type-wrapper .member-type-items h3 {
    color: var(--white-color);
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.member-type-wrapper {
    margin-top: 20px;
}
.member-type-wrapper .infographic-title {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    color: #4c4f8c;
    margin-bottom: 60px;
}
.member-type-wrapper .infographic-item {
    position: relative;
}
.member-type-wrapper .outer-border {
    border: 2px solid #7b7fc9;
    border-radius: 36px;
    padding: 14px;
    background: #fff;
}
.member-type-wrapper .outer-border:hover .inner-box {
    transition: all 0.3s ease-out;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.member-type-wrapper .inner-box {
    background: #f5f6fb;
    border-radius: 26px;
    padding: 18px 14px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    box-shadow:
        0 6px 0 #e6e8f4,
        0 14px 30px rgba(70, 80, 150, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.member-type-wrapper .inner-box h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: -0.15px;
    color: var(--primary);
}
.member-type-wrapper .inner-box p {
    margin: 0;
    font-size: 13px;
    color: #777;
    max-width: 75%;
}
.member-type-wrapper .icon {
    font-size: 30px;
    color: #7b7fc9;
}
.member-type-wrapper .icon img {
    width: 40px;
}
.member-type-wrapper .step-badge {
    position: absolute;
    top: -16px;
    right: 45px;
    width: 42px;
    height: 33px;
    background: #7b7fc9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.member-type-wrapper .connector {
    position: absolute;
    right: -47px;
    top: 50%;
    width: 45px;
    border-top: 2px dotted #7b7fc9;
}
@media (max-width: 768px) {
    .member-type-wrapper .connector {
        display: none;
    }
}

/* Subcription CSS */
.subcription-items {
    padding: 30px 20px;
    background: var(--white-color);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 42px;
    border-radius: 14px;
}
.section-sub-title {
    text-transform: capitalize;
    font-style: italic;
    font-size: 18px;
    color: #ffffffb8 !important;
}
.section-sub-title2 {
    text-transform: capitalize;
    font-style: italic;
    font-size: 18px;
    color: #000000b8 !important;
}
.subcription-area {
    padding: 135px 0;
    position: relative;
    background-image: url(../../static/media/imgAll/bg/free-video.jpg);
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.subcription-area::before {
    content: "";
    width: 100%;
    height: 435px;
    background: var(--primary);
    position: absolute;
    top: -20px;
}
.membership-plan-box .section-heading {
    z-index: 99999;
    position: relative;
}
.membership-plan-box .section-heading h2 {
    color: var(--white-color);
}
.membership-plan-box .section-heading p {
    color: #eaeaea;
    margin: 14px 0;
}
.subcription-wrapper {
    position: relative;
    z-index: 99999;
    margin-top: 20px;
}
.subcription-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.subcription-items {
    padding: 30px 20px;
    background: var(--white-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
}
.subcription-items:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-color: var(--primary);
}
.plan-icon {
    width: 50px;
    height: 50px;
    background: #f5f6fb;
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 20px;
    transition: all 0.3s ease;
}
.subcription-items:hover .plan-icon {
    background: var(--primary);
    color: #fff;
}
.subcription-items h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 20px;
    text-align: center;
}
.subcription-items h5 span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    margin-top: 5px;
}
.subcription-wrapper .subcription-text-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.fee-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    font-weight: 700;
    margin-bottom: 3px;
}
.fee-amount {
    font-size: 24px;
    font-weight: 900;
    color: var(--Seconday);
}
.fee-amount span {
    font-size: 14px;
    font-weight: 600;
    color: #888;
}
.subcription-btn .join-btn {
    background: var(--primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
}
.subcription-btn .join-btn:hover {
    background: var(--Seconday);
    transform: scale(1.05);
}
.membership-renewal-plan-box {
    padding-top: 50px;
    position: relative;
}
.membership-renewal-plan-box::before {
    background-image: linear-gradient(rgba(23, 26, 29, 0), #ffffff2e);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/* Gallery Area */
.Photo-gallery-area {
    margin: 80px 0;
}
.Photo-gallery-img .gallary-img {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
}
.Photo-gallery-img .gallary-img img {
    aspect-ratio: 1.57;
    width: 100%;
    transition: transform 0.5s;
    object-fit: cover;
}
.fancybox__container {
    z-index: 99999999;
}
.Photo-gallery-img {
    margin-bottom: 8px;
}
.Photo-gallery-img:hover .gallary-img img {
    transform: scale(1.2);
    color: var(--Seconday);
}

/* Gallery Page Area */
.other-section-title {
    margin: 10px 0 30px 0;
    text-align: center;
}
.other-section-title img {
    width: 170px;
}
.other-section-title h1 {
    font-size: 36px;
    line-height: 1;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.gallery-page-area {
    padding: 50px 0;
}

/* Login CSS */
.login-page-area {
    margin: 50px 0 100px 0;
}
.form-control:focus {
    box-shadow: unset;
    border: 1px solid var(--primary);
}
.log-in-box {
    padding: 40px;
    border-radius: 0.5rem;
    box-shadow:
        0px 0px 0px 1px rgba(0, 0, 0, 0.1),
        0px 5px 12px -2px rgba(0, 0, 0, 0.1),
        0px 18px 36px -6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.log-in-box .form-control::placeholder {
    font-size: 16px;
}
.log-in-box .form-control {
    border: 1px solid #fb914b82;
    font-size: 18px;
    height: 55px;
    border-radius: 10px;
}
.log-in-box .forgot-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.log-in-box .forgot-box div input {
    vertical-align: -5px;
    border-radius: 7px;
}
.log-in-box .forgot-box div label {
    cursor: pointer;
    font-size: 16px;
    margin-left: 4px;
    margin-bottom: 0;
}
.log-in-box .forgot-box div label span {
    font-size: 13px;
}
.log-in-box .forgot-box a,
.log-in-box .forgot-box div label span {
    color: var(--Seconday);
    font-weight: 500;
    font-size: 14px;
}
.log-in-box .login {
    background: var(--primary);
    color: #fff;
    border-radius: 14px;
    width: 100%;
    font-weight: 600;
    padding: 8px;
    font-size: 15px;
}
.log-in-title {
    margin-bottom: 30px;
    background: #eee;
    padding: 14px;
    border-radius: 14px;
}
.log-in-title h4 {
    line-height: 22px;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
.other-log-in {
    margin: 20px 0 0;
    position: relative;
    text-align: center;
}
.other-log-in:before {
    background-color: #cacaca;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.other-log-in h6 {
    font-size: 16px;
    background-color: var(--white-color);
    color: var(--black-color);
    display: inline-block;
    margin-bottom: 0;
    padding: 0 16px;
    position: relative;
}
.log-in-button {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.log-in-button ul {
    align-items: center;
    display: flex;
    gap: 12px;
    margin: 0 auto;
    padding-left: 0;
}
.log-in-button ul li {
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--Seconday);
    border-radius: 4px;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    width: 100%;
}
.log-in-button ul li a {
    font-weight: 500;
}
.log-in-button ul li a,
.log-in-button ul li a i {
    color: var(--Seconday);
    font-size: 15px;
    transition: all 0.2s ease-in-out;
}
.log-in-button ul li:hover {
    border: 1px solid var(--primary);
}
.log-in-button ul li:hover a,
.log-in-button ul li:hover a i {
    color: var(--primary);
}
.sign-up-box {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sign-up-box p {
    font-size: 14px;
}
.sign-up-box a {
    color: var(--Seconday);
    font-weight: 500;
    font-size: 14px;
    margin-left: 4px;
}
.forgot-box .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.forgot-box .form-check-input:focus {
    border-color: var(--primary);
    box-shadow: none;
}

/* Registration CSS */
.registration-page-area {
    margin: 50px 0 100px 0;
}
.regi-title {
    margin-bottom: 50px;
    background: #eee;
    padding: 14px;
    border-radius: 14px;
}
.regi-title h4 {
    line-height: 22px;
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    color: var(--primary);
    font-weight: 900;
    text-transform: uppercase;
}
.regi-box {
    padding: 40px;
    border-radius: 0.5rem;
    box-shadow:
        0px 0px 0px 1px rgba(0, 0, 0, 0.1),
        0px 5px 12px -2px rgba(0, 0, 0, 0.1),
        0px 18px 36px -6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.user_details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.user_details .input_box {
    width: calc(100% / 2 - 20px);
    margin: 0 0 12px 0;
}
.input_box label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
}
.input_box label::after {
    content: " *";
    color: red;
}
.input_box input {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 14px;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    transition: all 120ms ease-out 0s;
}
.input_box input:focus,
.input_box input:valid {
    box-shadow: 0px 0px 0px 2px #fb914b;
}
.reg_btn {
    margin: 30px 0 10px 0;
}
.reg_btn input {
    height: 45px;
    width: 100%;
    border: none;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    background: var(--primary);
    border-radius: 14px;
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--primary);
}
.reg_btn input:hover {
    border: 1px solid var(--Seconday);
    background: var(--Seconday);
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 584px) {
    .user_details {
        max-height: 340px;
        overflow-y: scroll;
    }
    .user_details::-webkit-scrollbar {
        width: 0;
    }
    .user_details .input_box {
        width: 100%;
    }
    .gender .category {
        width: 100%;
    }
}
@media screen and (max-width: 419px) {
    .gender .category {
        flex-direction: column;
    }
}

/* membership-application-page */
.membership-page-area {
    padding: 50px 0;
}
.membership-application-page {
    padding: 50px 0;
}
.membership-heading h1 {
    display: inline-block;
    color: var(--white-color);
    font-size: 21px;
    margin: 20px 0 45px 0;
    line-height: 33px;
    text-align: center;
    position: relative;
    background: var(--primary);
    padding: 7px;
    width: 100%;
    font-weight: 600;
    border-radius: 50px;
}
.membership-form form label {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
}
.membership-form form input {
    padding: 10px;
}
.membership-form form .form-control {
    font-size: 14px;
    border: 2px solid #dfe4f5;
    border-radius: 8px;
}
.membership-form .form-control:focus {
    box-shadow: none;
}
.memship-app-submit-btn-wrap .btn {
    border-color: var(--Seconday);
    font-size: 16px;
    font-weight: 600;
    background: var(--Seconday);
    color: var(--white-color);
    padding: 10px 20px;
}
.memship-app-submit-btn-wrap .btn:hover {
    background: var(--white-color);
    color: var(--Seconday);
}
.membership-form .form-control:focus {
    border-color: #6166b3 !important;
}
.form-text p {
    color: var(--white-color);
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 20px;
}

/* Event Page CSS */
.event-page-area {
    padding: 50px 0;
}
.international-event-list2 {
    margin: 10px 0 50px 0;
}
.international-event-media {
    position: relative;
}
.international-event-media img {
    aspect-ratio: 1.57;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
}
.international-event-info-details h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 15px 0;
    color: var(--primary);
}
.international-event-info-wrap {
    padding: 10px 15px 20px;
    border: 1px solid #d7d7d7;
    border-top: unset;
    border-radius: 0 0 10px 10px;
}
.international-event-info-details ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.international-event-info-details ul li {
    font-size: 14px;
    line-height: 24px;
    color: #2b2b2b;
    font-weight: 500;
    border-bottom: 1px solid #dedede;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.international-event-info-details ul li:last-child {
    border-bottom: unset;
    padding-bottom: unset;
}
.international-event-info-details ul li i {
    font-size: 13px;
    color: var(--Seconday);
    margin-right: 3px;
}
.LearnM-btn {
    font-size: 14px;
    margin-top: 12px;
    background: var(--Seconday);
    color: #fff;
    padding: 5px 25px 6px 20px;
    position: relative;
    font-weight: 700;
}
.LearnM-btn::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 9px;
    right: 14px;
    transition: transform 250ms;
    font-size: 12px;
}
.LearnM-btn:hover {
    background: #fff;
    border: 1px solid var(--Seconday);
    color: var(--Seconday);
    transition: all 0.3s ease-out;
}

/* Event Details Page */
.event-details-page-area {
    padding: 50px 0;
}
.events-widget-all-list {
    padding-left: 20px;
}
.event-details-wrapper .event-details-left h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}
.event-details-wrapper .event-details-left span {
    font-size: 14px;
    line-height: 20px;
    color: var(--Seconday);
    margin-bottom: 10px;
}
.event-details-wrapper .event-details-left ul {
    padding-left: 13px;
}
.event-details-wrapper .event-details-left li {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 7px;
    color: #454545;
    font-weight: 500;
}
.event-details-wrapper .event-details-left img {
    margin: 10px 0 15px 0;
    aspect-ratio: 1.7777;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.event-details-wrapper .event-details-left p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #454545;
    font-weight: 500;
}
.events-widget {
    padding: 30px;
    background: #0b0d28;
    margin-bottom: 30px;
}
.events-widget h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--Seconday);
    font-weight: 700;
}
.events-widget-list {
    padding-left: 0;
    list-style: none;
}
.events-widget-list li {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.events-widget h4 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}
.events-widget p {
    color: #dadada;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.events-widget p > a {
    text-decoration: underline;
    color: #a9a9a9;
}
.events-widget p > a:hover {
    color: var(--Seconday);
}

/* benefits-page-area */
.benefits-page-area {
    padding: 50px 0;
}

/* Membership plan page */
.membership-plan-page {
    padding: 50px 0;
}

/* User Dashboard Design CSS */
.user-dashboard-page-area {
    padding: 50px 0;
}
.dashboard-page {
    padding: 50px 0;
}
.dashboard-sidebar-menu {
    background: #f4f7ff;
    border: 1px dotted #e1e1f1;
    transition: 0.6s ease;
    position: sticky;
    top: 110px;
    overflow: hidden;
}
.dashboard-sidebar-menu::-webkit-scrollbar {
    width: 0px;
}
.dashboard-sidebar-menu ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
}
.dashboard-sidebar-menu ul li {
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #eee;
}
.dashboard-sidebar-menu ul li a {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 16px 15px;
    position: relative;
}
.dashboard-sidebar-menu > ul > li > a:not(:only-child)::after {
    position: absolute;
    content: "\f054";
    right: 20px;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #838b90;
    font-size: 12px;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}
.dashboard-sidebar-menu ul li a.active:not(:only-child)::after {
    transform: translateY(-50%) rotate(90deg);
}
.dashboard-sidebar-menu ul li a:hover {
    background: var(--primary);
    color: var(--white-color);
    transition: 0.3s ease;
}
.dashboard-sidebar-menu ul li i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.dashboard-sidebar-menu ul li .sub-menu {
    background: var(--white-color);
    display: none;
}
.dashboard-sidebar-menu ul li .sub-menu li a {
    padding-left: 60px;
    color: #888;
    font-size: 13px;
}
.dashboard-sidebar-menu ul li a.active {
    background: var(--primary);
    color: var(--white-color);
}
.dashboard-sidebar-menu ul li .sub-menu li a.active {
    color: var(--black-color);
}
/* user-profile */
.user-profile-wrap {
    border: 1px solid var(--gray);
    min-height: 250px;
}
.user-profile-photo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 20px;
    padding-left: 20px;
}
.user-profile-photo {
    border: 1px solid var(--gray);
    padding: 5px;
    border-radius: 50%;
}
.user-profile-photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.user-profile-info {
    padding: 0 20px 20px 20px;
}
.user-profile-info .user-profile-cate h5 {
    font-size: 18px;
    font-weight: 700;
    background: #edf0fa;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 10px 0 20px 0;
}
.user-profile-info-form {
    padding: 0 20px 20px 20px;
}
.user-profile-info-form form label {
    font-size: 14px;
    font-weight: 600;
    color: #4f4f4f;
}
.user-profile-info-form form input {
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    border-color: #e4e6f1;
}
.user-info-wrap p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #888;
}
.user-info-wrap h2 {
    font-size: 14px;
}
.user-profile-edit-btn {
    margin-top: 35px;
    margin-bottom: 20px;
}
.user-profile-edit-btn a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: var(--white-color);
    background: var(--secondary);
    border: 1px solid transparent;
    text-transform: uppercase;
    border-radius: 0;
}
.user-profile-edit-btn a:hover {
    background: var(--white-color);
    border: 1px solid var(--primary);
    color: var(--primary);
}
.user-title h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 2px;
}
.user-title span {
    font-size: 14px;
}
.user-title h2 > i {
    font-size: 25px;
    color: green;
    padding-left: 10px;
}
.user-profile-documents .user-doc-list {
    width: 100%;
    align-items: center;
    background: var(--primary);
    border-radius: 20px 20px;
}
.user-profile-documents .user-doc-list-titile {
    padding: 8px;
}
.user-profile-documents .user-doc-list-titile h6 {
    font-size: 16px;
    text-align: center;
    color: var(--white-color);
    font-weight: 700;
}
.user-profile-documents {
    width: 100%;
}
.user-doc-list-items {
    display: inline-block;
    background: #edf0fa;
    padding: 16px;
    border-radius: 12px 12px 0 0;
    width: 100%;
}
.user-doc-list-items img {
    width: 100%;
    aspect-ratio: 0.77;
    object-fit: cover;
}
.form-control:disabled,
.form-control[readonly] {
    background: unset;
}
.subscription-btn {
    background: var(--Seconday);
    color: var(--white-color);
}
.user-profile-info-form input::placeholder {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #404041 !important;
}
::-webkit-input-placeholder {
    color: #404041 !important;
}
.user-profile-info-form textarea.form-control {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #404041 !important;
}
.complain-table-list .left {
    width: 10%;
}
.complain-table-list .title-tb {
    width: 70%;
}
.complain-table-list .status-tb {
    width: 20%;
}
.complain-table-list .complain-tb-head {
    background: var(--primary) !important;
}
.complain-table-list .complain-tb-head tr th {
    color: #fff;
    font-size: 16px;
    padding: 10px 12px;
}
.complain-table-list tbody th {
    font-size: 16px;
}
.complain-table-list tr td {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 12px;
}
.complain-table-list tr td:last-child {
    text-align: end;
}
.complain-table-list tr th:last-child {
    text-align: end;
}
.complain-table-list tbody td > p {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.complain-table-list tbody .complain-status {
    font-size: 13px;
    line-height: 1;
    color: var(--white-color);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
}
.complain-table-list tbody .complain-status.panding {
    background: var(--Seconday);
}
.complain-table-list tbody .complain-status.acknowledge {
    background: var(--primary);
}
.complain-table-list tbody .complain-status.resolve {
    background: #167e16;
}
.complain-table-list tbody .complain-status.delete {
    background: #ea0404;
}
.complain-table-list tr {
    border-bottom: 1px solid rgb(212, 212, 212) !important;
}
.user-profile-info-form tbody,
td,
tfoot,
th,
thead,
tr {
    border: unset;
}
.user-profile-info-form .modal {
    z-index: 99999999;
}
.complain-table-list .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
}
.complain-table-list .modal-header .btn-close {
    width: 30px;
    height: 30px;
    background-image: unset;
    color: var(--primary);
    opacity: 1;
}
.complain-table-list .modal-header .btn-close:hover {
    color: var(--Seconday);
}
.complain-table-list .modal-body {
    font-size: 16px;
    padding-bottom: 40px;
}
.btn-close:focus {
    box-shadow: unset;
}
.faq-container {
    max-width: 800px;
    margin: 50px auto 0;
    padding: 20px;
    flex: 1;
}
.accordion-button {
    background-color: #ffffff;
    color: #000;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.accordion-button i {
    font-size: 12px;
    margin-right: 10px;
}
.accordion-button:not(.collapsed) {
    background-color: #23228a;
    color: white;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 34, 138, 0.25);
}
.accordion-body {
    background-color: #f8f9fa;
    border-left: 4px solid #23228a;
    animation: slideDown 0.3s ease-out;
    font-size: 16px;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.faq-icon {
    margin-right: 10px;
    color: #edbe00;
}
.accordion-button:not(.collapsed)::after {
    background-image: unset;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}
.accordion-button::after {
    background-image: unset;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}
.accordion-button:focus {
    box-shadow: unset;
}

/* Footer Section */
.footer-area {
    background: #00000b;
    padding-top: 50px;
    margin-top: 100px;
}
.footer-info h5 {
    color: var(--Seconday);
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 800;
}
.footer-info ul {
    list-style: none;
    padding-left: 0;
}
.footer-info li {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin: 10px 0;
}
.footer-info li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.3s ease;
}
.footer-info ul li:hover a {
    color: var(--Seconday);
}
.footer-info p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}
.footer-bottom {
    border-top: 1px solid #cccccc63;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
.copy-right-wrap {
    padding: 20px 0;
}
.copy-right-wrap p {
    font-size: 14px;
    color: #aaa;
}
.copy-right-wrap a {
    color: #aaa;
}
.footer-logo img {
    width: 250px;
}

/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
}

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-light .navbar-toggler-icon {
        background-image: unset;
        height: unset;
        width: unset;
        color: var(--primary) !important;
    }
    .navbar-light .navbar-toggler-icon i {
        font-size: 25px;
    }
    .navbar-light .navbar-toggler {
        border: unset;
        padding: unset;
    }
    .top-content .content-wrapper {
        padding: 50px 30px;
    }
    .benefits-area .col-lg-4 {
        width: 100%;
    }
    .benefits-area .col-lg-3 {
        width: 100%;
    }
    .benefits-listing-content .benefits-bg {
        display: none;
    }
    .benefits-area {
        margin-bottom: 0;
    }
    .subcription-items {
        margin-bottom: 30px;
    }
    .subcription-area {
        padding: 30px 0;
    }
    .Photo-gallery-area {
        margin: 30px 0;
    }
    .user-doc-list {
        margin-bottom: 24px;
    }
}

/* Extra small Device. */
@media (max-width: 767px) {
    .header-top {
        display: none;
    }
    .navbar .navbar-brand img {
        width: 140px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: unset;
        height: unset;
        width: unset;
        color: var(--primary) !important;
        font-size: 20px;
    }
    .navbar-light .navbar-toggler-icon i {
        font-size: 25px;
    }
    .navbar-light .navbar-toggler {
        border: unset;
        padding: unset;
    }
    .sticky .navbar .navbar-brand img {
        width: 140px;
    }
    .hero-slider .priv_arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .hero-slider .slick-arrow i {
        font-size: 18px;
    }
    .hero-slider .next_arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .hero-slider .next_arrow i {
        font-size: 18px;
    }
    .hero-slider .slick-slide img {
        aspect-ratio: 1.77;
    }
    .top-content .content-wrapper {
        padding: 50px 0 20px 0px;
    }
    .section-heading h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .benefits-area .col-lg-4 {
        width: 100%;
    }
    .benefits-area .col-lg-3 {
        width: 100%;
    }
    .benefits-listing-content .benefits-bg {
        display: none;
    }
    .benefits-area {
        margin-bottom: 0;
    }
    .subcription-items {
        margin-bottom: 30px;
    }
    .subcription-area {
        padding: 30px 0;
    }
    .Photo-gallery-area {
        margin: 30px 0;
    }
    .benefits-page-area .row.mt-3 {
        margin-top: 0 !important;
    }
    .benefits-page-area .benefits-listing-content img {
        margin-bottom: 20px;
    }
    .other-section-title h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .membership-plan-page .subcription-wrapper {
        margin-top: 0;
    }
    .event-page-area .international-event-list2 {
        margin: 0 0 30px 0;
    }
    .event-page-area {
        padding: 30px 0;
    }
    .event-page-area {
        padding-bottom: 0;
    }
    .other-section-title {
        margin-top: 0;
    }
    .navbar-light .navbar-nav .loginU .nav-link {
        display: inline;
    }
    .events-widget-all-list {
        padding-left: 0px;
    }
    .event-details-wrapper .event-details-left h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .event-details-page-area {
        padding: 30px 0;
    }
    .footer-area .col-lg-3.d-flex.align-items-center {
        justify-content: center;
    }
    .footer-logo img {
        width: 200px;
        margin-bottom: 20px;
    }
    .footer-info {
        text-align: center;
    }
    .membership-page-area .membership-heading h1 {
        font-size: 18px;
    }
    .membership-form form label {
        font-size: 15px;
    }
    .user-profile-photo-wrap {
        padding-left: 0;
        margin-top: 20px;
        gap: 6px;
    }
    .user-profile-photo img {
        width: 70px;
        height: 70px;
    }
    .user-title h2 {
        font-size: 20px;
    }
    .user-title h2 > i {
        font-size: 20px;
    }
    .user-profile-info {
        padding: 0;
    }
    .user-profile-info-form {
        padding: 0;
    }
    .user-profile-info .user-profile-cate h5 {
        padding: 8px 8px;
    }
    .user-doc-list {
        margin-bottom: 24px;
    }
    .user-dashboard-page-area {
        padding-bottom: 0;
    }
    .user-profile-documents.mt-4 {
        margin-top: 0 !important;
    }
    .complain-table-list tbody .complain-status {
        font-size: 12px;
    }
}

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}
