@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --main-font: "Potro Sans Bangla", sans-serif;
}

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

body {
    font-family: var(--main-font);
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

p {
    margin: 0;
    padding: 0;
}



a,
a:hover {
    color: #002a3a;
    text-decoration: none;
}

a:visited {
    color: #002a3a;
    /* color for visited links */
}

a:active {
    color: #ffd700;
}

a:focus {
    text-decoration: none;
    color: #ffd700;
}

ul {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

.btn,
.btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 !important;
}

.overflow-none {
    overflow-y: hidden;
}

.pr-1 {
    padding-right: 2px !important;
}

.filter-change-button {
    font-weight: 600;
    margin-top: 15px;
    font-size: 17px;
    line-height: 20px;
    padding-top: 10px;
    height: 40px;
}

#homeLink a i {
    font-size: 27px;
}

a.wishlist-link-button i {
    font-size: 27px;
}

.contact-inner {
    height: 260px;
}

span.price-amount {
    font-family: 'Noto Serif Bengali', sans-serif;
    font-size: 22px;
}

.serif-font {
    font-family: 'Noto Serif Bengali', sans-serif;
}

/* font face */
@font-face {
    font-family: "Li MAK Zakigonj Unicode";
    src: url("../fonts/Li-MAK-Zakigonj-Unicode.eot");
    src: url("../fonts/Li-MAK-Zakigonj-Unicode.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Li-MAK-Zakigonj-Unicode.woff2") format("woff2"),
        url("../fonts/Li-MAK-Zakigonj-Unicode.woff") format("woff"),
        url("../fonts/Li-MAK-Zakigonj-Unicode.ttf") format("truetype"),
        url("../fonts/Li-MAK-Zakigonj-Unicode.svg#Li MAK Zakigonj Unicode") format("svg");
}

@font-face {
    font-family: "Potro Sans Bangla";
    src: url("../fonts/Potro-Sans-Bangla/PotroSansBangla-Regular.ttf");
    src: url("../fonts/Potro-Sans-Bangla/PotroSansBangla-Regular.ttf?#iefix") format("embedded-opentype"),
        url("../fonts/Potro-Sans-Bangla/PotroSansBangla-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Sabbir Ashalota Bangla";
    src: url("../fonts/Li-Sabbir-Ashalota-2-Unicode.ttf");
    src: url("../fonts/Li-Sabbir-Ashalota-2-Unicode.ttf?#iefix") format("embedded-opentype"),
        url("../fonts/Li-Sabbir-Ashalota-2-Unicode.ttf") format("truetype");
}


@font-face {
    font-family: "Mashbik Athena Bangla";
    src: url("../fonts/Mashbik-Athena-Unicode.ttf");
    src: url("../fonts/Mashbik-Athena-Unicode.ttf?#iefix") format("embedded-opentype"),
        url("../fonts/Mashbik-Athena-Unicode.ttf") format("truetype");
}

.potro {
    font-family: "Potro Sans Bangla" !important;
}

.nice-select .option {
    font-family: var(--main-font);
    font-size: 16px;
}

select.hero-filter-dp {
    font-family: var(--main-font);
    padding-top:8px;
    padding-left:20px;
}

.nice-select.hero-filter-dp .current {
    font-family: var(--main-font);
    font-size: 16px;
}

.box label {
    font-size: 19px;
    font-family: var(--main-font);
    font-weight: 600;
    margin-left: 0;
    letter-spacing: 1px;
    color: #002a3a;
    margin-left: 1px;
}

form#filterform select {
    border-color: #888;
}

/*.siyamrupali {
    font-family: siyamrupali;
}*/
/*.min-height-100vh {
    min-height: 100vh;
}*/
.nav-right .mobile {
    display: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-family: var(--main-font) !important;
}

/* =============================
=========   header css  ========
=============================== */
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1220px;
    position: relative;
}

.header .top .container .topmenu {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.fixed .topmenu {
    margin-top: 0 !important;
}

.header .top .container .topmenu .logo {
    float: left;
}

.header .top .container .topmenu .logo a {
    outline: none;
    display: block;
    width: 300px;
}

.header .top .container .topmenu .logo a img {
    width: auto;
    height: 50px;
    display: block;
    padding: 5px;
}

.header .top .container .topmenu .nav {
    min-height: 51px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.header .top .container .topmenu .nav ul li {
    list-style: none;
}

.header .top .container .topmenu .nav ul li a {
    color: #222;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    display: block;
    font-family: var(--main-font);
    font-size: 16px;
}

.text-white {
    color: #fff !important;
}

.midnight-blue {
    background-color: #002a3a !important;
}

.red {
    background-color: #ff0000 !important;
}

.yellow {
    background-color: #ffd700 !important;
}

.yellow-color {
    color: #ffd700 !important;
}

.midnight-blue-color {
    color: #002a3a !important;
}

.mobile-buttons {
    border-radius: 10px 0 10px 0;
    padding: 5px 10px 2px;
}

.nav-right .desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .top .container .topmenu .login ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 0;
    margin: 0;
}

.header .top.fixed .container .topmenu .login ul {
    margin: 0 !important;
    padding: 0;
}

.header .top .container .topmenu .login ul li {
    list-style: none;
    float: left;
}

.header .top .container .topmenu .login ul li a {
    padding: 10px 20px;
    border-radius: 12px 0px;
    text-transform: capitalize;
    color: black;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: var(--main-font);
    height: 45px;
}

a#bioData {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

#register {
    background: #002a3a;
    color: #fff;
    border-color: #002a3a;
}

#register:focus {
    box-shadow: none !important;
}

#login {
    background: #ffd700;
    border-color: #ffd700;
}

.download {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border: none !important;
    padding: 0 !important;
    min-width: 60px;
    text-decoration: none;
}

.download i {
    position: absolute;
    font-size: 50px;
    color: #ff0000;
}

.download span {
    display: inline-block;
    color: #ffffff;
    z-index: 9;
    font-weight: 700;
}

.nav-right .nav ul {
    display: flex;
    column-gap: 30px;
    margin: 0;
}

.fixed .nav-right .nav ul {
    margin: 0 !important;
}

.wishlist {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-height: 28px;
    border: none !important;
    padding: 0 !important;
    min-width: 42px;
    text-decoration: none;
    top: 12px;
}

.navbar-right .wishlist {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-height: 28px;
    border: none !important;
    padding: 0 !important;
    min-width: 42px;
    text-decoration: none;
    top: 5px;
}

.wishlist i {
    position: absolute;
    font-size: 32px;
    color: #fff;
}

.wishlist span {
    position: absolute;
    top: 4px;
    left: 11px;
    font-size: 15px !important;
}

.fixed a.download span {
    color: #ffffff;
}

.fixed .nav-right .nav ul {
    margin: 0 !important;
}

.navbar-right .mobile {
    display: none;
}

/* =============================
=========   hero css  ========
=============================== */
.hero {
    position: relative;
    height: 600px !important;
    /* top: 0; */
    background: #ffd700;
    z-index: 1;
    padding-top: 70px;
}

.hero .warraper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .air {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/wave.png);
    /*background: url(https://1.bp.blogspot.com/-xQUc-TovqDk/XdxogmMqIRI/AAAAAAAACvI/AizpnE509UMGBcTiLJ58BC6iViPYGYQfQCLcBGAsYHQ/s1600/wave.png);*/
    background-size: 1000px 100px;
    z-index: -1 !important;
}

.hero .air.air1 {
    animation: wave 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

.hero .air.air2 {
    animation: wave2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

.hero .air.air3 {
    animation: wave 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}

.hero .air.air4 {
    animation: wave2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}

@keyframes wave {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes wave2 {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: -1000px;
    }
}

.hero .warraper .container {
    justify-content: center;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    top: -50px;
}

.hero-content img {
    width: 350px;
    margin-bottom: 32px;
    margin-top: -80px;
}

.hero-title {
    color: #fff;
    font-size: 3rem;
    font-family: var(--main-font);
    margin-bottom: 20px;
}

.hero-content h1 {
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.search-header {
    font-size: 19px;
    color: #ff0000;
}

.hero-form {
    background: #fff;
    position: relative;
    z-index: 99;
    /*box-shadow: 0 10px 15px 0 rgb(0 0 0 / 16%);*/
    border-radius: 8px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 40px;
}

.form-wrapper {
    display: flex;
    width: 100%;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.hero .container .hero-content form .homeinput {
    display: flex;
    grid-gap: 0px 25px;
    box-sizing: border-box;
}

.bhomemodel .list,
.marital-status .list {
    max-height: 220px;
    overflow: auto;
}

.box {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.search-form-row {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

button.btn.su-form {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: 900;
    padding: 4px 40px;
    letter-spacing: 1px;
}

/* =============================
=========   main block css  ========
=============================== */

/* =======================================
=========   featured section css  ========
========================================== */
.featured {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

.featured .container .featuredTop {
    display: block;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
    align-items: center;
}

.featured .container .featuredTop .left h5 {
    font-size: 18px;
    color: #ffd700;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-weight: 400;
}

.featured .container .featuredTop .left .featured-title {
    font-size: 44px;
    line-height: 55px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: var(--main-font);
    letter-spacing: 3px;
}

.right {
    text-align: center;
}

.tab.bridetab {
    display: grid;
    grid-template-columns: auto auto;
    width: 280px;
    margin: 0 auto;
    grid-gap: 25px;
}

.tab button.active {
    color: #002a3a;
}

.tab button {
    border: none;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    cursor: pointer;
    color: #002a3a;
    display: flex;
    font-size: 18px;
    font-family: var(--main-font);
    font-weight: 700;
    height: 45px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    padding: 9px 0;
    padding-right: 40px;
    text-align: center;
    transition: all 0.3s;
    width: 100%;
}

.tab button:hover,
.tab button.active {
    color: #fff !important;
}

.tab button span {
    position: relative;
    z-index: 9;
    display: inline-block;
    white-space: nowrap;
    line-height: 30px;
    padding: 0 15px 0 30px;
}

.tab button .btn-icon {
    background-color: #ffd700;
    width: 75px;
    height: 45px;
    float: right;
    position: absolute;
    border-radius: 30px 30px 30px 0;
    right: 0px;
    top: 0px;
    transition: all 0.3s;
}

.tab button:hover .btn-icon,
.tab button.active .btn-icon {
    width: 100%;
    border-radius: 30px;
}

.tab button .btn-icon i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
}

.tab button .btn-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid #fcfcfc;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tab button:hover .btn-icon::after,
.tab button.active .btn-icon::after {
    display: none;
    opacity: 0.1;
}

.featured-title {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--main-font);
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #002a3a;
}

.featureSlide .swiper-slide a {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
}

.prof_image {
    position: relative;
    overflow: hidden;
    padding: 25px;
    display: grid;
    grid-template-columns: 1fr;
}

.profile_id_on_img {
    position: absolute;
    right: 0;
    top: 16px;
    background: #ffd700;
    padding: 10px;
    top: 10px;
    z-index: 20;
    color: #002a3a;
}

.swiper-slide a .f-img {
    max-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 320px;
}

.f-info {
    padding: 0px;
    padding-bottom: 0px;
}

.f-info .f-into {
    display: grid;
    grid-gap: 0px 10px;
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
}

.f-info .name {
    font-size: 16px;
    color: #002a3a;
    text-transform: capitalize;
    text-align: left;
    font-family: var(--main-font);
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
}

.f-info .f-into .designation {
    color: #002a3a;
    font-family: var(--main-font);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.f-info .f-into .marital-status {
    color: #002a3a;
    font-family: var(--main-font);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.f-info .f-into span.age {
    color: #002a3a;
    font-family: var(--main-font);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.f-info .count-number {
    font-size: 17px;
}

span.member-id {
    color: #002a3a;
    font-size: 16px;
    font-family: var(--main-font);
    font-weight: 600;
    display: block;
    text-align: center;
}

span.residence {
    color: #002a3a;
    font-size: 15px;
    font-family: var(--main-font);
    font-weight: 600;
    text-align: center;
}

.person-info {
    display: flex;
    padding: 5px 15px 0;
}

.p-details {
    flex: 2;
}

.p-details ul {
    display: grid;
    padding: 0;
    height: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    padding-bottom: 15px;
    align-items: center;
}

.p-details ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    column-gap: 5px;
    justify-content: center;
}

p.ml-text {
    font-size: 15px;
    color: #002a3a;
    font-weight: 600;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

p.st-text {
    font-size: 16px;
    color: #002a3a;
    font-weight: 600;
    font-family: var(--main-font);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 2px;
}

p.st-text.longest {
    min-width: 120px;
    max-width: 160px;
}

.custom-btn-alt {
    white-space: nowrap;
    padding: 7px 10px 9px;
    background: #002a3a;
    border-radius: 4px;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
    border: 2px solid #002a3a;
    font-weight: 600;
    font-family: "Mashbik Athena Bangla";
    line-height: 25px;
}

.custom-btn-alt:hover {
    color: #ffd700;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-slide a .f-img img {
    width: 100%;
    height: 100%;
    transition: all ease-in 0.3s;
}

.how-work-section .h2 {
    font-weight: 600;
    font-size: 30px;
}

.how-work-section {
    background-color: #f6fbfa;
    padding: 60px 0;
}

.service_inner {
    background: #fff;
    padding: 30px;
}

span.main-color {
    margin-bottom: 85px;
    display: block;
}

span.main-color {
    margin-bottom: 90px;
    display: block;
    color: #002a3a;
}

.service-content .sub-title {
    padding: 0 30px;
}

.service-icon {
    margin-top: -90px;
    margin-bottom: 20px;
}

.service-icon img {
    width: 40%;
    background: #fff;
    border-radius: 50%;
}

.service-content h4 {
    font-weight: 600;
}

section.success-section {
    padding: 70px 0;
    background-color: #f6fbfa;
}

.success-title {
    text-align: center;
    padding-bottom: 50px;
}

.slider-item {
    padding: 15px;
}

.slider-item-inner {
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.slider-image {
    height: 270px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.slider-image img {
    height: 100%;
}

.slider-desc {
    padding: 20px;
}

.success-slider button.owl-prev,
.success-slider button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #eee !important;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.success-slider button.owl-prev {
    left: -10px;
}

.success-slider button.owl-next {
    right: -10px;
}

/* =============================
=========   links section css  ========
=============================== */
.links-section {
    background-color: #fff;
    padding: 90px 0px;
}

.links-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.links-section .left,
.links-section .right {
    flex: 0 0 auto;
    width: 25%;
    display: flex;
    flex-direction: column;
}

.links-section .left {
    margin-right: 1.5rem;
}

.links-section .right {
    margin-left: 1.5rem;
}

.links-section .linkimage {
    flex: 0 0 auto;
    width: 100%;
}

.sm-title {
    font-size: 30px;
    color: #e50000;
    font-weight: 700;
    text-transform: uppercase;
}

p.welcome_text {
    text-align: justify;
    line-height: 1.8;
}

.site_title {
    color: #e60000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.links-section .linkimage .dealer-product {
    position: relative;
}

.links-section .linkimage .dealer-product .dealer-product-img {
    width: 100%;
}

.info-inner p {
    font-family: var(--main-font);
}

.linkimage {
    height: 200px;
    background: #f6fbfa;
    text-align: center;
    position: relative;
}

.links-inner img {
    height: 150px;
    width: 150px !important;
    margin-top: 22px;
}

.dealer-contact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffd700;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    height: 200px;
}

.swiper-button-next,
.swiper-button-prev {
    background: #fff;
    color: #ff0000;
    width: 45px;
    border-radius: 50px;
}

.success-title h3 {
    margin-top: 25px;
    color: #002a3a;
    font-weight: 600;
    font-size: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
}

.dealer-contact-info {
    text-align: center;
    text-transform: uppercase;
}

.dealer-contact-info h4 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
}

.dealer-product:hover .dealer-contact {
    opacity: 1;
    visibility: visible;
}

.contact-btn {
    color: #fff;
    font-size: 13px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-btn i {
    margin-left: 10px;
    margin-right: 0;
}

.links-section .middle {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 1.5rem;
}

.dealer-info {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6fbfa;
    padding: 0 80px;
}

.info-inner {
    text-align: center;
}

.info-inner p {
    font-family: var(--main-font);
}

.dealer-title {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #002a3a;
    margin-top: 10px;
    font-weight: bold;
}

.signature-area {
    margin-top: 20px;
}

.signature-area img {
    display: block;
    margin: auto;
}

p.dealer-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.dealer-name:before {
    position: absolute;
    width: 30px;
    height: 2px;
    content: "";
    left: -42px;
    background: #ffd700;
    top: 9px;
}

.next_text {
    padding-top: 20px;
    padding-bottom: 10px;
}

.dealer-name:after {
    position: absolute;
    width: 30px;
    height: 2px;
    content: "";
    right: -42px;
    background: #ffd700;
    top: 9px;
}

.links-section .linkimage .dealer-product {
    position: relative;
}

.tabcontent {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* =============================
=========   search page css  ========
=============================== */
.page-banner {
    background: url(../images/pbanner.jpg) no-repeat center;
    background-size: cover;
    height: 45vh;
    display: flex;
    align-items: center;
    position: relative;
}

.page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/texure.jpg);
    z-index: 1;
    opacity: 0.4;
}

.page-banner .container {
    align-items: flex-end;
    margin-top: auto;
    margin-bottom: 60px;
    z-index: 1;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.page-banner-text {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.page-banner-text p {
    color: #ffd700;
    font-size: 25px;
    font-weight: bold;
    font-family: var(--main-font);
}

.page-banner-text h1 {
    font-size: 40px;
    margin-top: 3px;
    font-family: "Li MAK Zakigonj Unicode", sans-serif;
    font-weight: 800;
}

.route-url {
    margin-top: 0;
    background: #f5f7f9;
    padding-top: 25px;
    padding-bottom: 25px;
}

ul.url-list {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #002a3a;
    font-family: "";
    padding: 0;
    margin: 0;
}

.url-list li {
    font-size: 20px;
}

.url-list li p {
    opacity: 0.5;
    font-family: var(--main-font);
    font-weight: 600;
}

ul.url-list li:nth-child(1) a {
    color: #002a3a;
    font-weight: bold;
    font-family: var(--main-font);
}

.idsearch {
    height: 100%;
    position: relative;
}

.idsearch form {
    display: flex;
    width: 365px;
    height: 100%;
}

.idinput {
    display: flex;
    flex: 1 1 auto;
}

.idsearch i {
    padding: 0;
    font-size: 20px;
}

.idsearch input {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #121314;
    outline: none;
    border-radius: 5px 0px 0px 5px;
    border-right: 0;
    text-align: center;
    flex: 1 1 auto;
}

.idsearch button {
    box-sizing: border-box;
    padding: 10px 20px;
    background: #002a3a;
    outline: none;
    border: 1px solid #002a3a;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in;
    font-family: "";
    font-size: 17px;
    border-radius: 0 5px 5px 0px;
    font-family: var(--main-font);
    letter-spacing: 1px;
    width: 100px;
    flex: 0 0 100px;
    font-weight: 600;
}


.search_result {
    position: absolute;
    top: 100%;
    width: 100%;
}

.search_product {
    background-color: #fff;
    z-index: 9999;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    width: 365px;
}

.search_product ul {
    padding: 10px;
    margin-top: 10px;
}

.search_product ul li {
    display: flex;
    background-color: #f5f7f9;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.search_product ul li a {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
}

.search_img img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin-right: 20px;
}

.search,
.profile {
    background-color: #f6fbfa;
    padding: 20px 0px;
}

.profile {
    padding-top: 100px;
}

section.search {
    padding-bottom: 50px;
}

.fitlers {
    display: flex;
    flex-direction: column;
    grid-gap: 50px 0px;
    margin-right: 25px;
    min-width: 365px;
    position: relative;
}

.filterbox {
    background: #fff;
    box-shadow: 0px 24px 44px rgb(38 0 200 / 10%);
    border-radius: 5px !important;
}

.filterbox .filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding: 10px;
    background: #002a3a;
    border-radius: 5px;
}

.filter-top h2 {
    color: #222;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 19px;
    margin: 0;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 5px;
    height: 39px;
    line-height: 44px;
    transition: all 0.3s ease;
    background-color: #ffd700;
}

.filter-top h2 i {
    margin-right: 6px;
}

.filter-top label {
    padding: 12px 20px 7px;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--main-font);
    display: flex;
    align-items: center;
    transition: 0.35s all;
    background: #ffd700;
}

.filter-top a {
    color: #222;
    line-height: 20px;
}

.filter-bottom {
    padding: 30px 30px;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 0px 10px #b9a0a0;
    border-radius: 0px 5px;
    width: 100%;
}

.filter-bottom ul {
    margin: 0;
    padding: 0;
}

.filter-bottom ul li {
    margin: 15px 0;
}

.filter-bottom ul li a {
    color: #002a3a;
    transition: all ease 0.3s;
}

.filter-bottom ul li a i {
    margin-right: 15px;
}

.filter-bottom ul li a span {
    float: right;
    font-weight: bold;
}

#filterform .box {
    margin-bottom: 20px;
    width: 100%;
}

#filterform .box label {
    color: #002a3a;
    text-align: center;
    font-size: 18px;
}

.searchinput input {
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #888;
    outline: none;
    font-family: "";
    font-size: 16px;
}

.inlineinput {
    display: flex;
    grid-gap: 0 15px;
}

.inlineinput input {
    width: 40%;
    padding: 10px;
    border: 1px solid #8f939587;
    outline: none;
}

.inlineinput span {
    line-height: 40px;
    color: #8f9395;
}

.fltrsubmit button {
    border-radius: 0;
    background-color: #ffd700;
    color: #fff;
    font-family: var(--main-font);
    font-size: 22px;
    font-weight: 700;
}

.fltrsubmit button:hover {
    color: #fff;
}

.search-content {
    display: block;
    width: 100%;
}

/*.search-result {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
/*    grid-gap: 25px 25px;*/
/*    width: 100%;*/
/*}*/

.seach-item {
    box-shadow: 0px 24px 44px rgb(38 0 200 / 10%);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

.seach-item a {
    display: block;
    width: 100%;
}

.seach-item .f-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    padding: 0px;
    position: relative;
    flex: 1 1 auto;
    border: 8px solid;
    border-color: #ffd700;
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.f-img::after {
    /*content: "বর  বউ";*/
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(315deg);
    font-size: 25px;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}

.seach-item .f-img img {
    width: 100%;
    height: 100%;
    transition: all ease-in 0.3s;
    object-fit: cover;
    object-position: top;
}


.message-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.message-icon-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-icon-wrapper img {
    width: 80%;
    height: auto;
}

.meter {
    box-sizing: content-box;
    height: 20px;
    position: absolute;
    background: #002a3a;
    border-radius: 25px;
    left: 15%;
    right: 15%;
    bottom: 10%;
    z-index: 40;
    display: none;
}

.meter>span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #ffd700;
    background-image: linear-gradient(center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #002a3a;
    line-height: 22px;
    font-family: "", sans-serif;
}

.meter>span:after,
.animate>span>span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

/* =============================
=========   details css  ========
=============================== */
.cart_download {
    position: absolute;
    right: 27px;
    background: #ffd700;
    box-sizing: border-box;
    padding: 12px 15px;
    border-radius: 2px;
    top: 15px;
    color: #000;
    font-family: var(--main-font);
    border: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.cart_download i {
    font-size: 20px;
}

.avatar-and-info {
    background: #fff;
    box-shadow: 0px 24px 44px rgb(38 0 200 / 10%);
}

.profile-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px;
    flex-wrap: wrap;
    grid-gap: 15px 10px;
    padding-top: 0;
}

.profile-image-item {
    position: relative;
}

.profile-image-item::after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(315deg);
    font-size: 53px;
}

.profile-image-item img {
    width: 250px;
    height: auto;
    border-radius: 20px;
    border: 10px solid #fbc62c;
    box-sizing: border-box;
    display: block;
}

.leftbox {
    margin-bottom: 20px;
    margin-top: 0;
}

.leftboxcotainer {
    padding: 0px 40px;
}

.leftboxcotainer .name {
    font-size: 30px;
    text-align: center;
    color: #002a3a;
}

.leftboxcotainer {
    box-sizing: border-box;
    padding: 20px 15px;
    background: #002a3a;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.leftboxcotainer .name {
    font-size: calc(1.325rem + 0.9vw);
    text-align: left;
    color: #ffffff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-family: "Sabbir Ashalota Bangla", sans-serif;
    display: flex;
    gap: 15px;
}

.leftboxcotainer .wishlistBtn {
    background: transparent;
    color: #ffd700;
    border: none;
    font-size: 30px;
    display: flex;
    align-items: center;
}

.leftboxcotainer #wishSubmit:focus {
    color: red;
}

.leftboxcotainer #wishSubmit i {
    font-size: 25px;
}

.red-color i {
    color: red;
}

.into {
    text-align: justify;
}

.leftboxheader {
    background: #002a3a;
    padding: 8px 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.leftboxheader h2 {
    color: #fff;
    font-size: 28px;
    margin: 0;
    font-family: "Sabbir Ashalota Bangla", sans-serif;
}

.leftboxcontent {
    width: 85%;
    margin: auto;
}

.leftboxcontent ul {
    padding: 0;
    margin: 0;
}

.leftboxcontent ul li {
    margin-bottom: 15px;
}

.leftboxcontent ul li a {
    margin-bottom: 0;
    color: #002a3a;
    display: inline-block;
    font-family: "";
    font-size: 19px;
}

.profile-info {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0px 24px 44px rgb(38 0 200 / 10%);
}

.info-item {
    display: flex;
    flex-direction: column;
}

.info-item-header {
    box-sizing: border-box;
    padding: 20px 30px 20px 30px;
    background: #002a3a;
    color: #fff;
    margin-bottom: 15px;
}

.info-item-header>h2 {
    text-transform: uppercase;
    font-family: "Sabbir Ashalota Bangla", sans-serif;
    margin: 0;
}

.info-item-details {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.quality {
    margin-bottom: 0px;
}

.quality h4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 900;
    font-family: var(--main-font);
    font-size: 25px;
}

.quality-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.quality-name {
    width: 16%;
    font-family: var(--main-font);
    font-weight: 600;
}

.quality-colon {
    width: 2%;
    font-weight: bold;
    font-size: 21px;
    font-family: var(--main-font);
}

.quality-details {
    width: 49%;
    padding-left: 4%;
    font-weight: 500;
}

.about-myself {
    padding: 0 5px;
    padding-bottom: 5px;
}

.personal-list {
    text-align: justify;
}

.personal-list .row {
    padding-left: 10px;
    padding-right: 10px;
}

.personal-list .row>* {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.personal-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px #d1b9b980;
    border-radius: 5px;
    height: 100%;
}

.personali_item_title {
    display: flex;
    align-items: center;
    background: #f6fbfa;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    gap: 10px;
    font-size: 16px;
    justify-content: center;
    font-family: var(--main-font);
    font-weight: bold;
    white-space: nowrap;
}

.personal_item_content {
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.p_icon img {
    width: 20px;
}

.group {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 15px;
}

.info-item-header.details-gap {
    margin-bottom: 15px;
}

.page-header .top,
.fixed {
    position: fixed !important;
    top: 0;
    z-index: 9999 !important;
    background: #fff;
    width: 100%;
}

.page-navigation {
    margin-top: 77px;
}

/* =============================
=========   post category css  ========
=============================== */

/* =============================
=========   post css  ========
=============================== */

/* =============================
=========   common css  ========
=============================== */
.full-sections {
    background-color: #f6fbfa;
    /* padding: 0 0 50px; */
    /* min-height: 750px; */
    margin-top: 72px;
}

.secondary-navbar {
    background-color: #ffd700;
    height: 70px;
    margin-bottom: 0;
    border: none;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.navbar-container {
    background-color: transparent !important;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-left a {
    display: block;
}

.navbar-left a img {
    width: auto;
    height: 50px;
}

.navbar-right-inner span a span {
    color: #002a3a;
    font-size: 18px;
    font-family: var(--main-font);
    font-weight: 800;
}

.navbar-right-inner .help,
.navbar-right-inner .login {
    padding-left: 30px;
}

a.create-profile {
    background-color: #002a3a;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    margin-left: 30px;
}

/*.login-form, .register-form {
    width: 400px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}*/
.page-content {
    padding-top: 0px;
}

.login-form,
.register-form,
.form-page {
    margin: auto;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding-top: 10px;
}

.login-form {
    max-width: 335px !important;
    border-radius: 15px;
    padding-top: 0;
}

.login-form .form-control {
    width: 100%;
}

.login-padding-ma {
    padding: 10px 40px 20px;
    margin: 0px auto;
    width: 100%;
    padding-bottom: 25px;
    border-radius: 5px;
}

.login-padding-ma h4 {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid;
    border-color: #ddd;
    padding-bottom: 5px;
}

.login-padding-ma h3 {
    font-size: 22px;
    font-family: var(--main-font);
    margin: 0;
    font-weight: bolder;
    color: #f00;
    padding: 10px 30px 6px 30px;
    display: inline-block;
    margin: 0 auto;
    /*    border-bottom: 5px solid #ffd700;*/
    position: relative;
}

.login-padding-ma h3::after {
    content: "";
    background-color: #ffd700;
    height: 5px;
    border-radius: 5px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.login-padding-ma .center {
    text-align: center;
    padding-top: 20px;
}

.login-padding-ma .form-group {
    margin-bottom: 15px;
}

.login-register-button {
    padding: 5px 20px;
    border-radius: 5px;
    background-image: linear-gradient(45deg, #ff0000, #ff0000, #ff0000);
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 600;
}

.register-button {
    position: relative;
    background-color: #002a3a;
    background-image: linear-gradient(45deg, #002a3a, #002a3a, #002a3a);
    color: #fff !important;
    width: 100% !important;
    display: block;
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.register-button::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1),
        cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #ffd700;
    z-index: -1;
}

.login-register-button::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1),
        cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #ffd700;
    z-index: -1;
}

.register-button:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.login-register-button:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.login-form .form-check-input:checked {
    background-color: #eb373c;
    border-color: #e93b3f;
}

.login-form .form-check-input:focus {
    border-color: #e5282d;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 20%);
}

.physical-height .input {
    display: flex;
    column-gap: 20px;
}

.physical-height .input .feet {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.physical-height .input .inch {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.physical-height .input input {
    width: 80px;
    height: 40px;
}

.input-weight .weight {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.input-weight .weight input {
    width: 80px;
    height: 40px;
}

.physical-physical {
    display: flex;
    column-gap: 20px;
}

.physical-physical>div {
    display: flex;
    column-gap: 5px;
}

.physical-disease {
    display: flex;
    column-gap: 20px;
}

.physical-disease>div {
    display: flex;
    column-gap: 5px;
}

/* =============================
=========   common css  ========
=============================== */
.contact-us-section {
    margin-top: 80px;
    background-color: #dcdcdc;
    padding: 40px;
}

.contact-us-flex {
    display: flex;
    margin-top: 25px;
    column-gap: 20px;
}

.contact-us-email {
    background: #fff;
    color: #444;
    border: 1px solid #999 !important;
    font-weight: 500;
    padding: 11px 20px;
    border-radius: 5px;
    line-height: 20px;
}

.contact-us-phone {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    background-color: #ffd700;
    border-radius: 5px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #999;
    position: relative;
    z-index: 1;
    color: #fff !important;
}

.contact-us-phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1),
        cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #404040;
    z-index: -1;
}

.contact-us-phone:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

/* =============================
=========   login css  ========
=============================== */
.login-inner,
.register-inner {
    position: relative;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    background: #fff;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

.login-inner .left,
.register-inner .left {
    width: 50%;
    background: url(../images/login.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.left-content {
    box-sizing: border-box;
    padding: 80px;
    position: relative;
    z-index: 1;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.login-inner .right,
.register-inner .right {
    width: 50%;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login-inner .right .header,
.register-inner .right .header {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.login-inner .right .header i,
.register-inner .right .header i {
    font-size: 30px;
    color: #8000f7;
    margin-bottom: 20px;
}

.social-login-reg {
    display: flex;
    justify-content: space-evenly;
}

.social-login-reg a {
    font-size: 50px;
    background: #444;
    color: #fff;
    border-radius: 100px;
    width: 70px;
    text-align: center;
    line-height: 15px;
    transition: all 0.5s ease-in;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar-text {
    text-align: center;
    width: 56%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bar-text::before {
    content: "";
    width: 39%;
    height: 2px;
    background: #8000f7;
    position: absolute;
    left: -39%;
    top: 7px;
}

.bar-text::after {
    content: "";
    width: 39%;
    height: 2px;
    background: #8000f7;
    position: absolute;
    right: -39%;
    top: 7px;
}

.form-single {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-single label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.login-padding-ma label {
    margin-left: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--main-font);
}

.educationcareer-value-item * {
    font-family: var(--main-font);
}

.form-control {
    background: none;
    padding: 10px;
    border: none;
    margin-top: 5px;
    outline: none;
    border-radius: 0;
    font-family: var(--main-font);
    border: solid 1px #888;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
    line-height: 1.3;
    border-radius: 5px;
    background: transparent;
}

.form-control:focus {
    border-color: #888;
}

#loginsubtn {
    background: transparent;
    outline: none;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #777;
    cursor: pointer;
    transition: all 0.5s ease-in;
}

.download-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.download-button a {
    display: block;
    padding: 0;
    color: #000;
    font-family: var(--main-font);
    font-size: 20px;
    position: relative;
    border: 4px solid #fb0d0d;
    padding: 5px 14px;
    border-radius: 5px;
    transition: 0.35s all;
    background: #fb0d0d;
    color: #fff;
    font-weight: 600;
}

/* registration data blades style */
.registration-process {
    padding-top: 30px;
    width: 100%;
    padding-bottom: 100px;
}

.reg-inner {
    max-width: 750px;
    border: 1px solid #333;
    margin: 0 auto;
}

.reg-top {
    background-color: #ffd700;
    text-align: center;
    padding: 10px;
}

.reg-top-title {
    font-size: 25px;
}

.reg-top-subtitle {
    font-size: 25px;
}

.reg-body {
    background-color: #f6fbfa;
}

.reg-body-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding: 5px 10px;
}

.reg-body-title .left {
    display: flex;
    align-items: center;
}

.reg-body-title .left i {
    display: inline-block;
    padding-right: 10px;
    font-size: 30px;
}

.reg-body-title .right {
    display: flex;
    align-items: center;
}

.reg-body-title .right h3 {
    margin: 0;
    padding-right: 8px;
}

.reg-body-form {
    padding: 30px;
}

.reg-form-item {
    display: flex;
    column-gap: 0px;
    margin-bottom: 20px;
    align-items: center;
}

.lifestyle-religious-value>div,
.lifestyle-smokinghabits>div,
.lifestyle-drinkinghabits>div,
.lifestyle-foodhabits>div,
.lifestyle-familyvalues>div {
    margin: 6px 0;
}

.reg-form-item input[type="text"],
.reg-form-item input[type="number"] {
    margin: 0;
}

.reg-form-item .nice-select {
    width: 320px;
}

.dob-flex .nice-select {
    width: 100px;
}

.reg-form-item .label {
    width: 35%;
    text-align: left;
}

.reg-form-item .input {
    width: 65%;
}

.reg-form-item .list {
    max-height: 200px;
    overflow: auto;
}

.dob-flex {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
}

.dob-flex>div {
    width: 100%;
}

.basicinfo-gender {
    display: flex;
    column-gap: 30px;
}

.basicinfo-gender .male i {
    font-size: 25px;
    color: #27ae60;
}

.basicinfo-gender .female i {
    font-size: 25px;
    color: #de3163;
}

.educationcareer-eduvalues {
    display: block;
}

.location-flex .nice-select {
    width: 100px;
}

.educationcareer-value-item select {
    min-width: 200px;
}

.educationcareer-value-flex input {
    width: 100% !important;
    height: 40px;
    border-radius: 5px;
}

.familylocation-siblings-flex {
    display: flex;
}

.familylocation-siblings-item table .nice-select {
    width: 60px;
}

.familylocation-siblings-flex {
    display: flex;
    column-gap: 25px;
    justify-content: center;
    margin-top: 15px;
}

.familylocation-siblings-item table {
    border-color: #888;
}

.familylocation-siblings-icons {
    text-align: center;
    padding: 1px 0;
}

.familylocation-siblings-icons i {
    font-size: 30px;
}

.familylocation-siblings-icons.male i {
    color: #27ae60;
}

.familylocation-siblings-icons.female i {
    color: #de3163;
}

.familylocation-siblings-title {
    font-size: 13px;
    padding: 6px 5px !important;
    text-align: center;
}

.educationcareer-value-flex {
    display: flex;
    flex-wrap: wrap;
}

.educationcareer-value-item label {
    display: block;
}

.educationcareer-value-item select {
    min-width: 210px;
}

.educationcareer-value-flex input {
    height: 40px;
    border-radius: 5px;
}

.educationcareer-value-item .nice-select {
    width: 210px;
}

.educationcareer-value-inner {
    box-shadow: 0px 0px 7px #ddd;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 15px;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    min-height: 37px;
}

.addphoto-flex {
    display: flex;
    column-gap: 12px;
    margin: 10px 0;
}

.dropify-wrapper .dropify-message p {
    font-size: 1rem;
}

.tab-box {
    display: none;
}

.tab-teaser {
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}

.tab-main-box {
    background: #f6fbfa;
    padding: 0px 0;
    margin-top: 5px;
    width: 100%;
}

.tab-main-box form {
    width: 100%;
}

.tab-main-box .card-header {
    padding-left: 10px;
}

.tab-main-box .card-body {
    padding: 5px 25px;
}

.card-item-title {
    font-size: 21px;
    font-weight: 800;
    margin-top: 7px !important;
}

.reg-form-submit {
    margin-left: 262px;
}

.reg-form-submit a {
    display: inline-block;
    margin: 0 15px -5px 0px;
    color: #fff !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #888;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ff0000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.select2-container .select2-selection--single {
    height: 40px;
    width: 100%;
}

.educationcareer-value-item .select2-selection--single {
    height: 40px;
    width: 100%;
}

.educationcareer-value-item .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.comma::after {
    content: ",";
}

.comma:last-child::after {
    content: "";
}

.education-value-increment {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px;
}

.education-value-increment button {
    display: block;
    padding: 5px 20px;
    background-color: #dc3545;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
}

/* footer */
.footer-area {
    padding: 5px 0 5px;
    background-color: #eee;
    border-top: 1px solid #dcdcdc;
}

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

.footer-menu ul li a:hover {
    color: #ffd700;
    margin-left: 2px !important;
}

.footer-top {
    padding: 50px 0;
    background: #fff;
}

.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dee5e5;
    margin: 10px 0;
}

.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}

.footer-about ul li a .feather {
    color: #fff;
}

.footer-menu {
    text-align: center;
}

.footer-about {
    text-align: center;
}

.footer-about a {
    display: block;
    color: #000;
}

.footer-about a img {
    height: auto;
    width: auto;
    object-fit: contain;
}

.footer-menu .title {
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px;
    font-size: 15px;
}

.footer-menu ul li a {
    transition: 0.35s all;
    color: #000;
    margin: 5px 0 !important;
    display: block;
    margin-bottom: 0px !important;
}

.copyright p {
    text-align: center;
    color: #002a3a;
}

ul.social_link li:last-child {
    margin-right: 0;
}

ul.social_link {
    text-align: center;
    margin-top: -10px;
}

.d_app {
    text-align: center;
}

.stay_conn {
    text-align: center;
}

.d_app h2 {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.d_app a img {
    width: 135px;
}

.comn_sec {
    padding: 20px 0;
}

.cmn_menu ul {
    display: flex;
    justify-content: space-between;
}

.cmn_menu ul li {
    position: relative;
}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: #000;
}

.cmn_menu ul li:last-child:after {
    display: none;
}

.cmn_menu ul li a {
    transition: all 0.5s ease;
}

.cmn_menu ul li a:hover {
    color: #ffd700;
}

.contact-form {
    background: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}

.cont_item {
    text-align: center;
}

.cont_item a {
    font-size: 15px;
    font-weight: 600;
}

.cont_item {
    text-align: center;
    margin-bottom: 15px;
}

.copyright p a {
    color: #ffd700;
}

.footer-about p {
    text-align: center;
    margin: 5px 0;
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
}

.footer-about a img {
    height: 33px;
    width: auto;
    object-fit: contain;
}

.footer-top {
    padding-bottom: 15px;
    font-size: 14px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

ul.social_link {
    text-align: center;
    margin-top: -10px;
}

ul.social_link li {
    display: inline-block !important;
    margin-right: 15px;
    font-size: 20px;
}

.footer-hotlint {
    color: #f1ffe7;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
    text-align: center;
}

.footer-top {
    padding: 25px 0;
    background: #fff;
}

.footer-top .heading-five {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.arrow-list {
    padding: 0;
}

.arrow-list li {
    position: relative;
    line-height: 30px;
}

.arrow-list li a {
    font-size: 15px;
    color: #444;
}

span.f-15 {
    font-size: 15px;
}

ul.social {
    margin-left: -25px;
}

.social a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    margin: 0 3px;
}

ul.social li {
    display: inline-block;
}

.footer-bottom {
    margin-top: 0px;
    background: #ffd700;
    padding: 10px 0;
}

.footer_headphone img {
    width: 105px;
    margin-top: 0;
}

.footer_contact {
    display: flex;
    margin-top: -10px;
}

.footer-contact li a {
    color: #444;
    font-size: 15px;
    margin: 13px 0;
    display: grid;
    grid-template-columns: 20px auto;
    grid-gap: 10px;
}

ul.footer-contact .fa-phone {
    transform: rotate(90deg);
}

.footer-contact li a i {
    margin-right: 12px;
}

h5.heading-five.red {
    color: #222;
}

/*====   WISHLIST CSS START ====  */
.vcart-content {
    text-align: center;
}

.vcart-inner {
    background: #fff;
    padding: 20px 25px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin-top: 50px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.vcart-content img {
    width: 50px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 1px;
}

.cart-title h4 {
    font-weight: 800;
    padding: 5px 10px;
    text-align: center;
    color: #222;
    display: inline-block;
    font-family: var(--main-font);
    font-size: 24px;
}

.cart-title {
    text-align: center;
    margin-bottom: 25px;
}

.vcart-content table th {
    color: #222;
}

.vcart-content table td {
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
}

.remove-cart,
.remove-cart:focus {
    background: #edc03f;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}

.wcart-btn,
.wcart-btn:focus {
    background: #5ec26e;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}

/*==== WISHLIST CSS END ====  */
.process-to-payment {
    text-align: center;
}

.process-to-payment a i {
    padding-left: 5px;
}

.submit_btn {
    border: 0;
    background: #ffd700;
    color: #222;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.35s all;
}

.submit-secondary {
    border: 0;
    background: #ff0000;
    color: #fff !important;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.35s all;
}

.submit-secondary:hover {
    color: #fff;
}

.submit_btn:hover {
    background: #222;
    color: #fff;
}

.resend_form {
    margin-top: 15px !important;
    max-width: 400px;
    margin: 0 auto;
}

.resend_code {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #f51a1a;
    color: #f51a1a;
    font-weight: 600;
}

/*====  PROFILE CSS START ====  */
.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #f5f7f9;
    padding: 10px;
    border-radius: 5px;
}

.customer-section {
    padding: 20px 0;
    margin-top: 50px !important;
}

.sidebar-menu {
    background: #f5f7f9;
    margin: 15px 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
}

.sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.customer-content td {
    font-weight: 500;
}

.customer-content {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.sidebar-menu ul {
    padding-left: 8px;
    padding-right: 8px;
}

.sidebar-menu ul li a i {
    margin-right: 8px;
}

.customer-img img {
    width: 100%;
}

.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.invoice_btn,
.invoice_btn:hover,
.invoice_btn:focus {
    background: #4c32b7;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    height: 25px;
    line-height: 26px;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.cancel_btn,
.cancel_btn:hover,
.cancel_btn:focus {
    background: #dd2751;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    height: 25px;
    line-height: 26px;
    width: 30px;
}

.sidebar-menu li a.active {
    color: #5ec26e;
}

/*====  PROFILE CSS END ====  */

/*====  CHECKOUT CSS START ====  */
.checkout-section {
    margin-top: 50px;
}

.checkout-shipping .card-header {
    background: #f5f7f9;
    padding: 10px 15px;
}

.checkout-shipping h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
}

.cart-summary h5 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.checkout-shipping label {
    margin-bottom: 10px;
    font-size: 16px;
    margin-left: 0;
}

.customer-name p {
    font-weight: 600;
    margin-top: 22px;
    margin-left: 5px;
}

.cart-summary td {
    font-weight: 500;
}

.checkout-shipping .form-group {
    position: relative;
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #888;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #888 !important;
    border-radius: 4px !important;
    height: 40px !important;
}

.select2-container .select2-selection--multiple {
    border-color: #888 !important;
}

#select2-district-container {
    line-height: 40px;
}

.select2-results li {
    display: block;
}

.checkout-shipping .form-check-input:checked+label,
.checkout-shipping .form-check-input:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    line-height: 25px;
    display: inline-block;
    color: #77787b;
    cursor: pointer;
}

.checkout-shipping .form-check-input:checked+label::before,
.checkout-shipping .form-check-input:not(:checked)+label::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    width: 24px;
    height: 24px;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    background: #ffffff;
}

.checkout-shipping .form-check-input:checked+label::before {
    border-color: #0397d3;
}

.checkout-shipping .form-check-input:checked+label:after,
.checkout-shipping .form-check-input:not(:checked)+label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #0397d3;
    position: absolute;
    top: 13px;
    left: -5px;
    border-color: #0397d3;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkout-shipping .form-check-input:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkout-shipping .form-check-input:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkout-shipping .form-check {
    background-color: #fafafa;
    width: 48%;
    height: 80px;
    padding: 20px;
}

.nagadform p,
.bkashform p {
    padding: 5px 0;
}

.bkashform,
.nagadform {
    display: none;
    background: #f5f7f9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
}

.order_place {
    background: #5ec26e;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
}

.order_place:hover {
    background: #4c32b7;
}

.cart-summary {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

/*====  CHECKOUT CSS END ====  */

.photo-guide-title {
    font-size: 16px;
}

.correct-images {
    display: flex;
    column-gap: 10px;
}

.correct-image {
    position: relative;
}

.correct-image img {
    width: 100%;
    height: 80px;
}

.correct-title {
    background-color: #ddd;
    padding: 5px 10px;
}

.correct-title h4 {
    font-size: 12px;
    margin: 0;
    text-align: center;
}

.correct::after {
    content: "\f00d";
    font-family: "IcoFont";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: #24e33c;
}

.wrong::after {
    content: "\eee1";
    font-family: "IcoFont";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: #ff0000;
}

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 10px 0;
}

.conttact_phone .fa-phone {
    transform: rotate(90deg);
}

.contact_info {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-form {
    background: #f6fbfa;
    padding: 2px 30px;
    border: 5px;
}

.account-title {
    margin-bottom: 30px;
    font-family: var(--main-font);
    font-size: 24px;
    padding-bottom: 5px;
    text-align: center;
    color: #222;
    font-weight: 800;
    display: inline-block;
}

button.submit-btn {
    background: #ffd700;
    border: 0;
    display: block;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
}

.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid #888;
    border-radius: 0;
    background: #fff;
    border-radius: 5px;
}

.conttact_email i {
    margin-right: 5px;
}

.contact-form label {
    margin-bottom: 15px;
    margin-left: 0;
}

.page-navigation ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    background: #f6fbfa;
    padding: 10px 0;
    text-align: center;
}

.page-navigation ul li:last-child {
    border: 0;
}

.page-navigation ul li {
    border-right: 1px solid #222;
}

.page-navigation ul li a {
    color: #222;
    font-weight: 600;
}

/*====  CONTACT CSS END ====  */

.home-page-title h1 {
    font-family: "Li MAK Zakigonj Unicode";
    font-size: 30px;
    text-align: center;
}

.home-page-desc p {
    font-family: var(--main-font);
    text-align: center;
}

.checkbox-container {
    margin: 48px 32px;
    position: relative;
    display: flex;
    align-items: center;
}

label {
    margin-left: 16px;
    font-size: 17px;
}

input {
    cursor: pointer;
}

/*toggle 2*/

/*=== extra css ===*/
.page-header .top {
    position: relative;
}

.page-header .nav ul li a {
    color: #222;
}

.page-header .download i {
    color: #ff0000;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
    text-align: center !important;
}

.page-header .download span {
    color: #ffffff;
}

.sidefilter {
    margin: 0 auto;
    width: 50% !important;
    margin-top: 18px;
}

.sidefilter button {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-family: var(--main-font);
    font-size: 17px;
    font-weight: 900;
    padding: 5px 35px;
    border-radius: 5px;
    height: 40px;
}

a.btn.logout-bg {
    background: #ffd700;
    color: #002a3a !important;
}

a.already_member {
    background: #ffd700;
    color: #000;
    padding: 9px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 10px;
    width: 180px;
}

.regiser-padding {
    padding-bottom: 30px;
}

.regiser-padding .page-content {
    padding-top: 15px;
}

.register-form.verify-form {
    padding-bottom: 30px;
    width: 335px !important;
    border-radius: 15px;
    padding-top: 0;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #897d7d transparent transparent transparent !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    padding: 0 18px;
    margin-top: 6px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0px;
    padding: 0px 3px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px;
    font-size: 15px;
}

.educationcareer-form-inner label {
    margin: 10px 0;
}

.left span {
    font-size: 18px;
    font-weight: 600;
}

td.familylocation-siblings-title {
    font-weight: 600;
    font-size: 15px;
}

.reg-form-item textarea {
    font-size: 16px;
    font-weight: 500;
}

.phone-guiedline .col-sm-5 {
    margin: 0;
    padding: 0;
}

.justify-right {
    justify-content: right;
}

.phone-guiedline .col-sm-7 {
    padding: 0;
}

.photo_notice {
    margin: 11px 0;
    text-align: center;
    font-weight: 600;
}

.premium_guaid {
    text-align: center;
    font-weight: 600;
    width: 700px;
    margin: 0 auto;
    padding: 35px 60px;
    line-height: 1.9;
    padding-top: 20px;
}

.package_title h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: var(--main-font);
}

span.checkbox-label {
    font-weight: 500;
}

button.delete_btn {
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    width: 30px;
    text-align: center;
    display: inline-block;
    border-color: #ff0000;
    border: 0;
}

.form-select {
    border: 1px solid #888 !important;
    font-family: var(--main-font);
}

.tab-main-box td {
    font-weight: 600;
}

.hero-form label {
    margin-bottom: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #222 !important;
    font-family: var(--main-font);
}

.register_regard {
    text-align: center;
    font-weight: 600;
    color: #ff0000;
    font-size: 30px;
    margin-top: 15px;
    font-family: var(--main-font);
}

.make-premium-wrapper {
    margin-top: 20px;
}

.register_regard2 {
    text-align: center;
    font-weight: 600;
    color: #ff0000;
    font-size: 20px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 8px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}

.fitlers.sticky.fixed-top {
    position: fixed;
    top: 105px;
    width: 365px;
    left: 72px;
}

.verify-form .btn-info {
    background: #ffd700;
    border: 0;
    text-transform: capitalize;
}

.verify-form .btn-info i {
    font-size: 14px;
    margin-right: 3px;
}

.basicinfo-body-form td {
    font-weight: 600 !important;
}

.package-box {
    border: 5px solid #002a3a;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.tab-main-box .card-body .container-fluid {
    padding: 0;
}

.member-note {
    text-align: center;
    font-weight: 600;
    color: #002a3a;
    margin-top: 20px;
    padding: 0 15px;
    font-family: var(--main-font);
    font-size: 20px;
}

.package-box .btn {
    font-weight: 600;
    color: #002a3a;
}

.label span {
    color: #ff0000;
    font-size: 20px;
    font-weight: 900;
}

.btn.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    border: 0 !important;
    box-shadow: 0 0 !important;
    background: #ff0000;
}

.atin-btn,
.atin-btn:focus,
.atin-btn:hover {
    border: 0 !important;
    box-shadow: 0 0 !important;
    background: #0a58ca !important;
}

.checkout-shipping span {
    color: #ff0000;
    font-size: 18px;
}

.scrolltop {
    position: fixed;
    right: 17px !important;
    bottom: 50px !important;
    width: 40px !important;
    background: #ff0000 !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 25px !important;
    cursor: pointer;
}

.scroll {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll i {
    margin-top: -2px;
}

ul.social li a i {
    color: #fff;
}

a.download span {
    position: absolute;
    left: 25px;
    top: 12px;
    font-size: 15px;
}

.desktop.mob {
    display: none;
}

a.btn.logout-bg {
    border: none !important;
}

h3.slider-title {
    font-size: 22px;
    font-weight: 600;
    color: #002a3a;
}

p.slider-info {
    text-align: justify;
}

.photo_notice a {
    color: red !important;
}

.femaleslideContainer.owl-carousel .owl-dots.disabled,
.femaleslideContainer.owl-carousel .owl-nav.disabled {
    display: block;
}

.femaleslideContainer button.owl-prev,
.femaleslideContainer button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.femaleslideContainer button.owl-prev {
    left: 10px;
}

.femaleslideContainer button.owl-next {
    right: 10px;
}

.maleslideContainer.owl-carousel .owl-dots.disabled,
.maleslideContainer.owl-carousel .owl-nav.disabled {
    display: block;
}

.maleslideContainer button.owl-prev,
.maleslideContainer button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.maleslideContainer button.owl-prev {
    left: 10px;
}

.maleslideContainer button.owl-next {
    right: 10px;
}

.card-body.my___photo img {
    width: 100%;
}

.mine_height {
    height: 950px;
}

.f-into.s_f_into {
    padding-left: 0;
}

.cust_pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

a.visitor_btn {
    background: #ffd700;
    padding: 9px;
    color: #000;
    border-radius: 5px;
    width: 180px !important;
    display: block;
    margin: 0 auto;
}

.shurjopay_payment img {
    width: 100%;
}

.shurjopay_desktop {
    display: block;
}

.shurjopay_payment {
    background: #eeeeee;
    padding-bottom: 15px;
    display: none;
}

.shurjopay_mobile {
    display: none;
}

section.py-5 {
    padding: 0 !important;
    background: #f6fbfa;
}

.customer_c {
    margin-left: 136px;
}

.form-group.shurjopay_agree {
    margin-bottom: 0;
}

.form-group.shurjopay_agree a {
    text-transform: capitalize;
}

.package-box tr {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

.next_text p {
    text-align: center;
    color: red;
    font-weight: 800;
    margin-bottom: 2px;
    font-size: 20px;
}

.tab-wrapper {
    display: grid;
}

.tab-sidebar {
    background: #fff;
}

.tab-sidebar ul li a {
    text-align: center;
    display: block;
    background: #ffd700;
    color: #222;
    font-size: 15px;
    padding: 12px 10px 10px;
    border-top: 2px solid #fff;
    font-family: var(--main-font);
    border-radius: 5px;
    margin-bottom: 5px;
    line-height: 18px;
    font-weight: 600;
}

.tab-sidebar ul {
    padding: 0;
}

/*=== New Code ===*/
.page_divider {
    padding-bottom: 0px;
    margin-bottom: 25px;
    text-align: center;
}

.page_note p {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: var(--main-font);
    margin-top: 5px;
}

/*=== *****  =============  ***** ===*/
/*===----------  for borbou ------===*/
/*=== *****  =============  ***** ===*/
.custom-five-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 25px;
}

.custom-five-grid .form-group .form-control {
    margin: 0;
    height: 40px;
}

.login-form input.form-control,
.register-form input.form-control {
    margin: 0;
    height: 38px;
}

span.absolute-span {
    position: absolute;
    top: 34px;
    right: 37px;
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    font-family: var(--main-font);
}

label.same-as-label {
    background-color: red;
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    border: 2px solid;
    border-color: red;
    height: 35px;
}

label.same-as-label.active {
    background-color: #ddd;
    color: #000;
}

label.same-as-label.pointer-events {
    background-color: #ddd;
    border-color: #ddd;
    pointer-events: none;
}

.same-as-permanent {
    appearance: none;
}

.dropify-wrapper {
    height: 350px;
}

.tab-main-box .dropify-wrapper {
    height: 250px;
}

.image-div {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.image-div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: none;
    z-index: 1;
}

.image-div a {
    background-color: #f00;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 99;
    padding: 9px 15px 5px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-family: var(--main-font);
    line-height: 18px;
    cursor: pointer;
}

.image-div label i {
    font-size: 3rem;
    position: absolute;
    color: #ddd;
    top: 45%;
    transform: translateY(-50%);
}

p.max-image-text {
    font-family: var(--main-font);
    text-align: center;
    font-size: 17px;
    color: #f00;
    font-weight: 600;
    padding-top: 5px;
}

.register-form.login-padding-ma button[type="submit"] {
    background-color: red;
    border: none;
    width: max-content;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    height: 45px;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

.register-form.login-padding-ma button[type="submit"]:disabled {
    background-color: gray;
    cursor: no-drop;
}

.light-shadow-borbou {
    box-shadow: 0px 0px 7px #ddd;
    margin-bottom: 15px;
    padding: 10px 0;
    border-radius: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #ffd700;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

/*.slider.red {
    background-color: red;
}*/
.slider.round:before {
    border-radius: 50%;
}

.cofirm-checkbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    padding-top: 10px;
}

input.form-control.parsley-error {
    border-color: red;
}

.cofirm-checkbox-wrapper span a {
    color: #0d6efd;
}

.cust_pagination .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    column-gap: 10px;
    align-items: center;
}

.cust_pagination .pagination a {
    line-height: 25px !important;
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
    padding: 5px 7px;
}

.cust_pagination .page-link {
    position: relative;
    display: block;
    color: #002a3a;
    border-radius: 55px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #002a3a;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.cust_pagination .page-item:last-child .page-link {
    color: red;
    position: relative;
    background-color: #ff0000;
    border-radius: 50%;
    border-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cust_pagination .page-item:first-child .page-link {
    color: red;
    position: relative;
    background-color: #ff0000;
    overflow: hidden;
    border-radius: 50%;
    border-color: transparent;
}

.page-item.disabled .page-link {
    color: #002a3a;
    pointer-events: none;
    background-color: #fff;
    border-color: #002a3a;
}

.page-item.active .page-link {
    z-index: 3;
    color: #002a3a;
    background-color: #ffd700;
    border-color: #002a3a;
    line-height: 23px;
    padding: 6px 0;
}

.cust_pagination .page-item.disabled:first-child .page-link::after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    color: #ffffff;
    font-size: 25px;
    top: -2px;
    font-weight: 900;
}

.cust_pagination .page-item:first-child .page-link[aria-label="« Previous"]::after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    color: #ffffff;
    font-size: 25px;
    top: 4px;
    font-weight: 900;
}

.cust_pagination .page-item.disabled:last-child .page-link::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 12px;
    color: #ffffff;
    font-size: 25px;
    top: -2px;
}

.cust_pagination .page-item:last-child .page-link[aria-label="Next »"]::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 12px;
    color: #ffffff;
    font-size: 25px;
}

.payup-modal .modal-header {
    position: absolute;
    right: 0;
    border: none;
    z-index: 4;
}

.payup-modal .modal-body {
    padding: 40px;
    padding-bottom: 30px;
}

.payup-modal .modal-logo {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    height: 70px;
    padding-top:7px
}

.payup-modal .modal-logo img {
    width: auto;
    height: 50px;
}

.payup-modal .modal-description {
    text-align: center;
}

.payup-modal .modal-description p {
    font-weight: 600;
    color: #002a3a;
    font-size: 20px;
}

.payup-modal .modal-footer {
    display: flex;
    justify-content: center;
}

.educationcareer-value-item {
    margin-bottom: 15px;
}

a.submit_btn.mobile {
    pointer-events: none;
    width: 100px;
    margin: 0 auto;
    height: 42px;
    text-align: center;
}

a.submit_btn.mobile i {
    padding-left: 0;
}

.register-textarea {
    resize: none;
}

.footer-menu .title a {
    font-weight: 600;
}

.femaleslideContainer .owl-nav button i,
.maleslideContainer .owl-nav button i {
    font-size: 25px;
    color: #ff0000;
}

.maleslideContainer .owl-stage-outer {
    min-height: 25px;
}

.homeinput .home-input-item .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

section.how_register_sec {
    border-top: 5px solid #eee;
    padding: 10px;
}

.how_register {
    text-align: center;
    flex: 1 1 auto;
}

.how_register a {
    font-size: 16px;
    color: #002a3a;
    font-weight: 600;
    padding: 10px 30px;
    display: flex;
    border-radius: 25px;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.how_register a i {
    color: red;
    margin-left: 5px;
    display: block;
    font-size:25px;
}
.how_register a img {
    height: 33px;
    width: auto;
}

.grid-item-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.grid-item-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.grid-item-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.grid-item-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.shadow-padding-fixer-1 {
    margin-left: -12px;
    padding-left: 12px;
    margin-right: -12px;
    padding-right: 12px;
}

#scroll-down-animation {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
}

.mouse {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 40px;
    background: #ff0000;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffff;
    font-size: 25px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.mouse i {
    margin-top: 2px;
}

.move {
    position: absolute;
    background-color: #000;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
}

#scroll-down-animation h2 {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
}

@keyframes move {
    0% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, 40px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 80px);
        opacity: 0;
    }
}

.circle-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 100px auto;
    /* Centering on the page */
}

/* Common styles for the rotating circles */
.circle {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #ffd700;
    transform-origin: 75px 75px;
    /* Center of rotation */
    animation: orbit 1.5s linear infinite;
    height: 0;
    width: 0;
}

/* Circles with negative animation delays */
.circle:nth-child(1) {
    animation-delay: -0.9s;
    width: 30px;
    height: 30px;
}

.circle:nth-child(2) {
    width: 25px;
    height: 25px;
    animation-delay: -0.7s;
}

.circle:nth-child(3) {
    animation-delay: -0.5s;
    width: 20px;
    height: 20px;
}

.circle:nth-child(4) {
    width: 15px;
    height: 15px;
    animation-delay: -0.25s;
}

.circle:nth-child(5) {
    width: 10px;
    height: 10px;
    animation-delay: -0s;
}

/* Keyframes to make the circles rotate around the center */
@keyframes orbit {
    0% {
        transform: rotate(0deg) translate(40px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(40px) rotate(-360deg);
    }
}



.contact-item-box {
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

.contact-item a {
    display: inline-block;
    text-align: center;
}

.contact-item a img {
    height: 40px;
}

.contact-item h5 {
    font-size: 13px;
    color: #002a3a;
}


/* contact icon */
.app-release-btn {
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 99;
}

.app-release-btn a {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    width: 76px;
    height: 80px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50px;
}

.app-release-btn a img {
    height: 100px;
    width: auto;
}

.menu-container {
    display: none;
}

.message-floating-btn {
    position: fixed;
    bottom: 110px;
    right: 20px;
}

.message-floating-btn a {
    display: inline-block;
    position: relative;
}

.message-floating-btn a span {
    color: #fff;
    position: absolute;
    top: 3px;
    z-index: 12;
    left: 14px;
}

.message-floating-btn a i {
    font-size: 35px;
    color: #002a3a;
}

.app-item a img {
    height: 65px;
}

.app-item-box {
    margin-top: 25px;
}

.cv-inner {
    margin-top: 80px;
    padding-top: 40px;
}

.basic-info-image {
    display: flex;
    justify-content: center;
}

.data-heading h3 {
    font-family: 'Potro Sans Bangla', serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.bio-heading h1 {
    font-size: 1rem;
    font-family: 'Potro Sans Bangla', serif;
    font-weight: 600;
}

.basic-info-left table tbody tr {
    margin: 15px 0;
    display: flex;
}

.member-info-top {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 3px;
}

label.upload-btn-label {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

label.upload-btn-label span {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 10px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: #ddd;
}


.upload-btn {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.upload-btn.notouch {
    pointer-events: none;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.welcome-text-wrapper {
    position: fixed;
    top: 70px;
    z-index: 999;
    height: calc(100vh - 70px);
    background-color: #fff;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-text {
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(to bottom, #ff0000, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 2s ease-in-out forwards;
    line-height: 50px;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.biodata-title {
    background-color: #002a3a;
    color: #f9f9f9;
    padding: 2px 10px;
    padding-top: 6px;
    border-radius: 15px;
    font-weight: 600;
    min-width: 80px;
    font-size: 16px;
}



/* message part */
.message-popup-wrapper {
    bottom: 0;
    right: 100px;
    z-index: 9999;
}


.message-popup-inner {
    max-width: 400px;
    background-color: #fff;
    margin: 0 auto;
}

.message-popup-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.message-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #ffd700;
    padding-left: 10px;
    border-radius: 0px 0px 5px 5px;
    position: fixed;
    top: 71px;
    width: 100%;
    max-width: 400px;
    height: 62px;
    z-index: 999;
}

.message-popup-header button {
    background-color: transparent;
    outline: none;
    border: none;
}

.message-popup-header .left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.message-popup-header .left .image {
    overflow: hidden;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.message-popup-header .left .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.message-popup-header .left .name h3 {
    font-family: 'Potro Sans Bangla', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.message-popup-header .right {
    display: none;
}

.message-popup-body ul#messageBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.message-popup-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.message-popup-body::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}

.message-popup-body::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.message-popup-control {
    padding: 10px;
    padding-left: 18px;
    position: fixed;
    bottom: 0;
    z-index: 1000000;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    z-index: 999;
}

.message-popup-control .inner {
    display: flex;
    justify-content: space-between;
}

.message-popup-control .inner .input {
    flex: 1 1 auto;
}

.message-popup-control .inner .input input {
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    border-radius: 35px;
    background-color: #ffd700;
    padding-left: 20px;
}

.message-popup-control .inner .submit button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 100%;
    width: 50px;
    justify-content: center;
    color: #f00;
}

li.message-wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 10px;
}

li.message-wrapper.member {
    justify-content: flex-end;
}

li.message-wrapper .avatar {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 50%;
}

li.message-wrapper.member .avatar {
    display: none;
}

li.message-wrapper .avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

li.message-wrapper .content p {
    background-color: #002a3a;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    max-width: 250px;
    padding-right: 70px;
    padding-bottom: 15px;
    position: relative;
}

li.message-wrapper.member .content p { 
     background-color: #ffd700;
     color: #002a3a;
     
}

li.message-wrapper .content span {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    right: 15px;
    padding-bottom:5px;
}
.message-popup-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.message-popup-inner {
    width: 100%;
}

.message-popup-body {
    height: calc(100vh - 200px);
    overflow: auto;
    padding: 5px 18px;
    padding-top: 0;
    margin-top: 133px;
}

.message-page-header {
    background-color: #ffd700;
    margin: 0;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    display: flex;
    width: 100%;
    padding-left: 18px;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.message-page-header .input {
    flex: 1 1 auto;
}

.message-page-header i {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 100%;
    width: 50px;
    justify-content: center;
    color: #2a3a00;
}

.message-page-header input {
    font-family: 'Potro Sans Bangla', serif;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    border-radius: 35px;
    background-color: #fff;
    padding-left: 20px;
    margin: 0;
}

.message-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid;
    border-color: #ddd;
}

.message-item:hover {
    background-color: #f7f7f7;
}

.message-page-list a:active {
    color: #002a3a !important;
}

.message-page-list a:focus {
    color: #002a3a !important;
}

.message-item-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1 1 auto;
    position: relative;
}

.message-item-wrapper .image {
    flex: 0 0 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-item-wrapper .image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.message-item-wrapper .content h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    font-family: 'Potro Sans Bangla', serif;
    line-height: 25px;
}

.message-item-wrapper .content p {
    font-size: 14px;
    color: #6b6b6b;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.message-item-wrapper .content p.unseen {
    font-size: 14px;
    color: #ff0000;
    font-weight: 600;
}

.message-action {
    flex: 0 0 95px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.message-action form {
    height: 100%;
    display: flex;
    width: 30px;
    justify-content: center;
}

.message-action-button {
    border: none;
    font-size: 22px;
    background-color: transparent;
    color: #ffd700;
}

.message-action p {
    font-size: 14px;
    margin: 0;
    color: #6b6b6b;
}

.message-action span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    z-index: 999;
    position: absolute;
    border-radius: 50px;
    bottom: 0;
    right: 10px;
}

.message-action span.active {
    background-color: #00FF00;
}
.message-page-list {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

img.member-item-image.hidden-image {
    position: absolute;
    z-index: -1;
}