/* @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/css/lightcase.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/Swiper/7.3.1/swiper-bundle.min.css"); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
/* @import url('https://fonts.cdnfonts.com/css/harmattan'); */
@import url(https://fonts.googleapis.com/earlyaccess/notonaskharabic.css);
html, body {
    height: 100%;
    margin: 0;
  }
  
body {
    min-height: 100vh;
    max-height: 100%;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-decoration: none;
}
.loading-spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #213366; /* Customize this to your color */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

button:focus {
    box-shadow: none !important;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.colorBlue {
    color: #213366 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    /* background: #f1f7fe;
    color: #fff; */
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    color: #555555;
}

label {
    color: #213366;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    --webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    --webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

input,
textarea,
select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

/**
 * Basic typography style for copy text
 */
body {
    font-size: 1rem;
    color: #555555;
    font: normal 125% 1.4;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #213366;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body h1 {
    font-size: calc(1.5rem + 3vw);
}

.profile-top {
    display: none;
}

@media (min-width: 1200px) {
    body h1 {
        font-size: 3.75rem;
    }
}

body h2 {
    font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
    body h2 {
        font-size: 3rem;
    }
}

/* body h3 {
    font-size: calc(1.3125rem + 0.75vw);
} */
/* @media (min-width: 1200px) {
    body h3 {
        font-size: 1.875rem;
    }
} */
body h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    body h4 {
        font-size: 1.5rem;
    }
}

body h5 {
    font-size: 1.25rem;
}

body h6 {
    font-size: 1.125rem;
}

body a>h1,
body a>h2,
body a>h3,
body a>h4,
body a>h5,
body a>h6 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    color: #213366;
}

body a:hover {
    color: #f24570;
}
/* Target anchor tags with the class 'midnight' on hover */
body a.midnight:hover {
    color: #213366 !important; /* Change color on hover to #213366 */
}


body p {
    line-height: 1.5;
    font-size: 1rem;
}

/* body img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */
@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
    }

    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1);
    }
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes rotating {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

@keyframes lab_zoominout {
    0% {
        transform: scale(0.85);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes lab_transport {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 20px rgba(187, 109, 247, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
    }
}

@keyframes lab_transport1 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 255, 254, 0.2);
        box-shadow: 0 0 0 0 rgba(0, 255, 254, 0.2);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0, 255, 254, 0);
        box-shadow: 0 0 0 20px rgba(0, 255, 254, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 255, 254, 0);
        box-shadow: 0 0 0 0 rgba(0, 255, 254, 0);
    }
}

@keyframes lab_transport2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 191, 141, 0.2);
        box-shadow: 0 0 0 0 rgba(0, 191, 141, 0.2);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0, 191, 141, 0);
        box-shadow: 0 0 0 20px rgba(0, 191, 141, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 191, 141, 0);
        box-shadow: 0 0 0 0 rgba(0, 191, 141, 0);
    }
}

@keyframes lab_transport3 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(243, 115, 153, 0.2);
        box-shadow: 0 0 0 0 rgba(243, 115, 153, 0.2);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(243, 115, 153, 0);
        box-shadow: 0 0 0 20px rgba(243, 115, 153, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(243, 115, 153, 0);
        box-shadow: 0 0 0 0 rgba(243, 115, 153, 0);
    }
}

@keyframes lab_transport4 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 184, 229, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 184, 229, 0.2);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 184, 229, 0);
        box-shadow: 0 0 0 20px rgba(255, 184, 229, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 184, 229, 0);
        box-shadow: 0 0 0 0 rgba(255, 184, 229, 0);
    }
}

@keyframes lab_transport5 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.5);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
        box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
        box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
    }
}

@keyframes up-down {

    0%,
    100% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0);
    }
}

/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.activity__inner,
.membership__body ul li,
.contact-form,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-single .review .review-content .description .post-item,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .review .review-nav,
.shop-single .product-details .post-content form,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-page .shop-product-wrap .product-list-item,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.widget.widget-tags ul.widget-wrapper,
.single-quote,
.share,
.tags,
.tags-area,
.comment-respond .add-comment .comment-form,
.comments .comment-list .comment .com-content .com-title,
.author,
.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist .s-input,
.log-reg.forezero .log-reg-inner,
.log-reg.comingsoon .log-reg-inner,
.img-stack,
.site .info-list li .info-details,
.group__bottom--body .top,
.group__bottom--head .right,
.group__bottom--head,
.transportation .section__wrapper .left .section__header ul li,
.transportation .section__wrapper .left .section__header ul,
.app__content ul,
.story__content--gallery,
.story__content--author,
.member__pagination,
.member__info--customselect,
.member__info--left,
.member__info,
.member__buttongroup li,
.work__inner,
.work__tablist .nav-link,
.about--style2 .about__bottom--navi,
.about--style2 .about__bottom--head,
.footer--activity .footer__content--desc ul li,
.footer--feature .footer__content--desc ul li,
.footer--style2 .footer__newsletter--social ul,
.footer__newsletter--social ul,
.banner__inputlist,
.header--style2 .header__bottom .button-group,
.header--style2 .header__top--left ul,
.header--style2 .header__top--right ul,
.header__top--left ul,
.header__top--right ul,
.header__top--area,
.social__share,
.default-pagination,
.info-card .info-card-content .info-list li,
.create-post .lab-inner .lab-content .post-form .content-type .content-list,
.create-post .lab-inner .lab-thumb .thumb-inner,
.post-item .post-meta .post-meta-bottom .react-list,
.post-item .post-meta .post-meta-top,
.post-item .post-content .post-author .post-author-inner .author-details .post-status,
.post-item .post-content .post-author .post-author-inner .author-details,
.post-item .post-content .post-author .post-author-inner {
    display: flex;
    flex-wrap: wrap;
}

.contact-item .contact-thumb img,
.contact-item .contact-thumb,
.shop-single .review .review-content .description .post-item .post-content ul li,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.widget.widget-search .search-wrapper,
.widget .widget-header h5,
.single-quote,
.blog--style2 .blog__slider,
.blog--style2 .blog__thumb,
.img-stack li .time-tooltip .time-tooltip-holder,
.img-stack li,
.transportation .section__wrapper .right .lab-line .lab-tooltip a,
.transportation .section__wrapper .right .lab-line span,
.transportation .section__wrapper .right,
.member__buttongroup li,
.menu-item-has-children>a,
.custom-upload,
.countdown li .count-number,
.info-card .info-card-content .info-list li .info-name,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .attach-file,
.post-item .post-content .post-author .post-author-inner .author-details .post-status .post-privacy,
.cart-plus-minus,
.log-reg .log-reg-inner .main-content .or,
.log-reg.comingsoon form,
.log-reg,
.group__bottom--allmedia .media-thumb.albam-thumb img,
.group__bottom--allmedia .media-thumb,
.group__bottom--allmedia ul li .nav-link span,
.group__bottom--head .left form,
.app--style2 *,
.app--style2,
.meet__inner,
.story__thumb,
.member--style3 .member__thumb,
.member--style3 .member__inner,
.member--style2 .member__content,
.member__info--customselect .default-btn,
.member__info--count,
.member__thumb,
.member__radio,
.footer--activity .footer__content--desc ul li,
.footer--feature .footer__content--desc ul li,
.footer__newsletter--form form,
.banner--style3 .banner__thumb,
.banner--style2 .banner__thumb,
.banner__inputlist,
.navbar-toggler--icon,
ul li,
.header__more,
.header--style2 .header__top--left ul li,
.header--style2 .header__top--right ul li {
    position: relative;
}

.contact-item .contact-thumb:before,
.contact-item .contact-thumb:after,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
.shop-single .review .review-content .description .post-item .post-content ul li::before,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h4::after,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h4::before,
.shop-single .product-details .post-content form .select-product i,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.shop-page .modal .modal-dialog .modal-content button.close,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.widget.widget-search .search-wrapper button,
.widget .widget-header h5::before,
.blog--style2 .blog__slider .thumb-nav,
.blog--style2 .blog__thumb .meta-date,
.blog--style2 .blog__thumb .pluse_2::after,
.blog--style2 .blog__thumb .pluse_2::before,
.blog--style2 .blog__thumb .pluse_2,
.blog--style2 .blog__thumb .play-btn,
.img-stack li .time-tooltip,
.transportation .section__wrapper .right .lab-line .lab-tooltip::after,
.transportation .section__wrapper .right .lab-line .lab-tooltip::before,
.transportation .section__wrapper .right .lab-line .lab-tooltip,
.transportation .section__wrapper .right .lab-line span::after,
.transportation .section__wrapper .right .lab-line,
.app--style2::after,
.banner__inputlist--icon,
.menu-item-has-children>a::before,
.menu-item-has-children>a::after,
.pluse::after,
.pluse::before,
.pluse,
.custom-upload input[type="file"],
.countdown li .count-number:after,
.info-card .info-card-content .info-list li .info-name:after,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video input[type="file"],
.create-post .lab-inner .lab-content .post-form .content-type .content-list .attach-file input[type="file"],
.post-item .post-content .post-author .post-author-inner .author-details .post-status .post-privacy:after,
.cart-plus-minus .qtybutton,
.log-reg .log-reg-inner .main-content .or::before,
.log-reg .image,
.log-reg.comingsoon form button,
.group__bottom--allmedia ul li .nav-link span::after,
.group__bottom--head .left form button,
.meet__content,
.member--style3 .member__content,
.member--style3 .member__thumb::after,
.member__info--customselect .default-btn::after,
.member__info--count p::after,
.member__info--count p,
.member__activity,
.footer--feature .footer__content--desc ul li .thumb .feature__activity,
.footer__newsletter--form form .default-btn,
.banner--style3 .banner__thumb--title h4,
.banner--style3 .banner__thumb--shape .shapeimg,
.banner--style2 .banner__thumb--shape .shapeimg,
.navbar-toggler--icon:after,
.navbar-toggler--icon:before,
.header--style2 .header__top--left ul li::after,
.header--style2 .header__top--right ul li::after,
.header--style2 .header__top--left ul li:last-child::before,
.header--style2 .header__top--right ul li:last-child::before,
.shape__image {
    position: absolute;
    content: "";
}

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

.shop-cart .section-wrapper .cart-bottom,
.shop-single .product-details,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-container,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.widget.recipe-categori,
.widget.widget-instagram ul.widget-wrapper li a,
.widget.widget-post ul.widget-wrapper li .post-thumb,
.widget.recent-product ul.widget-wrapper li .post-thumb,
.comments .comment-list .comment .com-content,
.comments .comment-list .comment .com-thumb,
.author__thumb,
.blog--style2 .blog__slider,
.blog--style2 .blog__thumb,
.blog__thumb,
.transportation,
.custom-upload,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .attach-file,
.cart-plus-minus,
.group__bottom--group .story__content h4,
.story--style2 .story__content h4,
.member__content h5,
.work--style2 .work__content h3,
.about__content h3,
.about__content h4,
.footer--activity .footer__content--desc ul li .content h6,
.widget.widget-post ul.widget-wrapper li .post-content h6,
.widget.recent-product ul.widget-wrapper li .post-content h6,
.blog--style2 .blog__content a h3,
.blog--style2 .blog__content h2,
.blog__content h3,
.story__content h4,
.about__content p,
.shop-single .review,
.shop-single .product-details .product-thumb .pro-single-thumbs,
.shop-single .product-details .product-thumb .pro-single-top,
.blog--style2 .blog__inner,
.group__bottom--allmedia .media-thumb,
.app__content ul li a,
.meet__thumb,
.story__thumb,
.member--style3 .member__inner,
.member__thumb,
.about--style2 .about__bottom--body .ragi__thumb,
.about--style2 .about__bottom--head,
.about__thumb img,
.footer--activity .footer__content--desc ul li .thumb,
.create-post .lab-inner .lab-thumb .thumb-inner .thumb-img,
.post-item .post-content .post-author .post-author-inner .author-thumb {
    overflow: hidden;
}

.shop-single .product-details .post-content form .default-btn,
.comment-respond .add-comment .comment-form .default-button,
.custom-upload input[type="file"],
.custom-upload .file-btn,
.custom-upload,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video input[type="file"],
.create-post .lab-inner .lab-content .post-form .content-type .content-list .attach-file input[type="file"],
.member--style2 .member__tab li button,
.member__info--filter,
.member__buttongroup li {
    cursor: pointer;
}

.activity__inner .activity__item,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-top table,
.shop-single .review .review-content .description .post-item .post-content,
.shop-single .review .review-content .description .post-item .post-thumb,
.shop-single .review .review-content .review-showing .client-review .review-form form textarea,
.shop-single .review .review-content .review-showing .client-review .review-form form input,
.shop-single .review .review-content .review-showing .content li .post-content,
.shop-single .product-details .post-content form .discount-code,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img,
.shop-single .product-details .product-thumb .pro-single-top .single-thumb img,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu,
.widget.shop-widget .widget-wrapper .shop-menu li a,
.single-quote .quotes,
.blog__thumb img,
.log-reg .log-reg-inner .main-content .or,
.log-reg,
.group__bottom--allmedia .media-thumb.albam-thumb::after,
.group__bottom--allmedia .media-thumb::before,
.group__bottom--center .story__thumb a img,
.group__bottom--body .bottom img,
.meet__thumb img,
.story__content--gallery li a img,
.story__content--gallery li a,
.story__content--gallery,
.story__content--author a img,
.story__thumb img,
.groupmodal__thumb img,
.groupmodal__thumb iframe,
.member--style3 .member__content,
.member--style3 .member__thumb img,
.member--style3 .member__thumb::after,
.member--style2 .member__thumb img,
.member__thumb img,
.about--style3 .section__wrapper form .default-btn,
.footer__newsletter--form form input,
.footer__newsletter--form,
.footer__newsletter--title,
.banner .default-btn,
.navbar-toggler--icon:after,
.navbar-toggler--icon:before,
.create-post .lab-inner .lab-content .post-form input[type="text"],
.post-item .post-content .post-description .post-desc-img img,
iframe,
video input,
textarea,
select {
    width: 100%;
}

.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.group__bottom--allmedia .media-thumb.albam-thumb::after,
.group__bottom--allmedia .media-thumb::before,
.group__bottom--head .left form button,
.member__info--count p {
    height: 100%;
}

.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link,
.comments .comment-list .comment .com-content .com-title .com-title-meta a,
.article-pagination .prev-article p,
.article-pagination .next-article p,
.log-reg .log-reg-inner .main-content .or,
.log-reg .log-reg-inner .main-content .content-title,
.group__bottom--allmedia ul li .nav-link span,
.work__tablist .nav-link span,
.breadcrumb-item,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: 700;
}

.log-reg .log-reg-inner .main-content .or-content .or-signup a,
.log-reg .log-reg-inner .main-content .f-pass a,
ul li a {
    font-weight: 600;
}

.single-quote .quotes,
.banner__content p,
body {
    font-weight: 500;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a,
.widget.shop-widget .widget-wrapper .shop-menu li a,
.footer--style2 .footer__content--desc ul li a,
.footer--style2 .footer__content--title h4,
.footer--style2 .footer__newsletter--form form input,
.footer--style2 .footer__newsletter--title h4,
.banner__content h2,
.default-pagination li a {
    color: #213366;
}

.meet--style2 .section__header .default-btn:hover span,
.meet--style2 .section__header .default-btn span,
.meet__content h4,
.story__thumb span,
.member--style3 .default-btn span,
.member--style3 .default-btn:hover span,
.member--style3 .member__content p,
.member--style3 .member__content h5,
.member__info--left .default-btn:hover span,
.member__info--left .default-btn span,
.member__activity,
.about--style5 .about__content .default-btn:hover span,
.about--style5 .about__content .default-btn span,
.about--style4 .default-btn:hover span,
.about--style4 .default-btn span,
.about--style3 .section__wrapper form .default-btn span,
.about--style2 .about__right *,
.about--style2 .about__bottom--navi div,
.default-btn.style-2:hover span,
.default-btn.style-2 span,
.default-btn.reverse:hover span,
.footer--style3 .footer__top *,
.footer--style2 .footer__newsletter--form form .default-btn:hover span,
.footer--style2 .footer__newsletter--form form .default-btn,
.footer__content--desc ul li a,
.footer__content--title h4,
.footer__newsletter--form form .default-btn:hover span,
.footer__newsletter--form form .default-btn,
.footer__newsletter--form form input,
.footer__newsletter--title h4,
.header--style2 .header__bottom .button-group li a i,
.header__top--left ul li a,
.header__top--right ul li a,
.header__top--left ul li,
.header__top--right ul li,
.cart-plus-minus .qtybutton {
    color: #fff;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:hover,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a:hover,
.shop-page .shop-product-wrap .product-item:hover .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item:hover .product-content h5 a,
.shop-page .shop-title .product-view-mode a.active,
.shop-page .section-header h4 span,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open>a,
.widget.shop-widget .widget-wrapper .shop-menu li.open>a,
.blog__inner:hover .blog__content a h3,
.blog__inner:hover .blog__content a h2,
.app__content h4,
.member--style2 .member__tab li button.active,
.member__buttongroup li.is-checked,
.work__content h3,
.work__tablist .nav-link.active span,
.about__content h3 .counter,
.about__inner:hover .about__content h4,
.footer--support .footer__content--desc ul li a:hover,
.footer--activity .footer__content--desc ul li:hover .content h6,
.footer--feature .footer__content--desc ul li:hover .content h6,
.breadcrumb-item.active,
.cart-plus-minus .cart-plus-minus-box {
    color: #f24570;
}

ul li.active>a::after,
ul li.active>a::before {
    background: #f24570;
}

.header--style2 .header__bottom ul li.active>a::after,
.header--style2 .header__bottom ul li.active>a::before {
    background: #ff0461;
}

.about--style2 .about__bottom--navi div {
    background: #213366;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a,
.widget.shop-widget .widget-wrapper .shop-menu li a,
.footer--style2 .footer__content--desc ul li a,
.footer--style2 .footer__content--title h4,
.footer--style2 .footer__newsletter--form form input,
.footer--style2 .footer__newsletter--title h4,
.banner__content h2,
.default-pagination li a {
    color: #213366;
}

.about .col:nth-child(2) .about__content h3 .counter {
    color: #00c851;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next {
    color: #222c38;
}

.activity__content h5 span,
.single-quote span,
.app__content h4 {
    font-weight: 400;
}

.app--style2 * {
    z-index: 1;
}

.log-reg .log-reg-inner .main-content .default-btn:focus,
button {
    outline: none;
}

.group__bottom--activity ul li .nav-link,
.group__bottom--activity ul,
.group__bottom--allmedia ul li .nav-link.active,
.group__bottom--allmedia ul li .nav-link:hover,
.group__bottom--allmedia ul li .nav-link,
.group__bottom--right .active-member .modal-header ul li button,
.group__bottom--right .active-group .modal-header ul li button,
.group__bottom--right .active-member .modal-header ul,
.group__bottom--right .active-group .modal-header ul,
.group__top ul li .nav-link.active,
.group__top ul li .nav-link:hover,
.group__top ul li .nav-link,
.group__top ul li,
.group__top ul,
.member--style2 .member__tab,
.about--style2 .about__right .banner__inputlist select,
button,
.header--style2 .header__top--left ul li:first-child,
.header--style2 .header__top--right ul li:first-child,
.header--style2 .header__top--left ul li,
.header--style2 .header__top--right ul li {
    border: none;
}

.group__bottom--allmedia .media-thumb.albam-thumb::after,
.group__bottom--allmedia .media-thumb .icon,
.group__bottom--allmedia .media-thumb .Videoicon,
.group__bottom--allmedia .media-thumb::before,
.member__radio::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist,
.member__pagination {
    justify-content: center;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .product-details .post-content form,
.comment-respond .add-comment .comment-form,
.comments .comment-list .comment .com-content .com-title,
.site .info-list li,
.group__bottom--body .top,
.group__bottom--head,
.story__content--gallery,
.member__info--left,
.member__info,
.about--style2 .about__bottom--head,
.header__top--area,
.post-item .post-meta .post-meta-top {
    justify-content: space-between;
}

.shop-single .product-details .post-content p.rating {
    justify-content: flex-start;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-single .review .review-content .description .post-item,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .product-details .post-content form,
.shop-single .product-details .post-content p.rating,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item,
.comments .comment-list .comment .com-content .com-title,
.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist .s-input,
.site .info-list li,
.group__bottom--head .right,
.group__bottom--head,
.story__content--author,
.member__pagination,
.member__info--left,
.member__info,
.member__buttongroup li,
.work__inner,
.work__tablist .nav-link,
.footer--activity .footer__content--desc ul li,
.footer--feature .footer__content--desc ul li,
.footer__newsletter--area,
.banner__inputlist,
.create-post .lab-inner .lab-content .post-form .content-type .content-list,
.create-post .lab-inner .lab-thumb .thumb-inner,
.post-item .post-meta .post-meta-bottom .react-list,
.post-item .post-content .post-author .post-author-inner .author-details .post-status,
.post-item .post-content .post-author .post-author-inner .author-details,
.post-item .post-content .post-author .post-author-inner {
    align-items: center;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a,
.blog__content h3,
.log-reg .log-reg-inner .section-header.inloginp .title,
.default-btn,
ul li a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    text-transform: capitalize;
}

body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Public Sans", sans-serif;
}

.widget.shop-widget .widget-wrapper .shop-menu li a,
.log-reg .log-reg-inner .main-content .or-content,
.log-reg .log-reg-inner .main-content .or,
.log-reg .top-menu-area .logo,
.group__bottom--center .story__thumb a,
.group__bottom--body .top .right span,
.meet__content a,
.meet__thumb a,
.story__content--author a,
.story__thumb a,
.banner .default-btn,
ul li ul li a,
ul li ul li,
ul li {
    display: block;
}

ul li ul {
    display: none;
}

.activity__content h5 span,
.comments .comment-list .comment .com-content .com-title .com-title-meta span,
.log-reg .log-reg-inner .main-content .or p,
.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist label,
.log-reg .top-menu-area .logo img,
.group__bottom--allmedia ul li .nav-link span,
.group__bottom--body .top .right h6 span,
.story__content--gallery li a img,
.story__content--gallery li a,
.groupmodal__publicmode,
.footer--feature .footer__content--desc ul li .thumb .feature__activity,
.banner--style3 .banner__content .default-btn,
.banner--style2 .banner__content .default-btn,
.navbar-toggler--icon,
.scrollToTop i,
.custom-upload,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .attach-file {
    display: inline-block;
}

.info-card,
.create-post .lab-inner .lab-thumb .thumb-inner .thumb-content .custom-select select,
.create-post,
.post-item {
    border-radius: 2px;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.widget.widget-post ul.widget-wrapper li .post-content h6,
.widget.recent-product ul.widget-wrapper li .post-content h6,
.blog--style2 .blog__content a h3,
.blog--style2 .blog__content h2,
.blog__content h3,
.story__content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.group__bottom--group .story__content h4,
.story--style2 .story__content h4,
.member__content h5,
.work--style2 .work__content h3,
.about__content h3,
.footer--activity .footer__content--desc ul li .content h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.meet--style2 .section__header .default-btn:hover span,
.meet--style2 .section__header .default-btn span,
.meet__content h4,
.story__thumb span,
.member--style3 .default-btn span,
.member--style3 .default-btn:hover span,
.member--style3 .member__content p,
.member--style3 .member__content h5,
.member__info--left .default-btn:hover span,
.member__info--left .default-btn span,
.member__activity,
.about--style5 .about__content .default-btn:hover span,
.about--style5 .about__content .default-btn span,
.about--style4 .default-btn:hover span,
.about--style4 .default-btn span,
.about--style3 .section__wrapper form .default-btn span,
.about--style2 .about__right *,
.about--style2 .about__bottom--navi div,
.default-btn.style-2:hover span,
.default-btn.style-2 span,
.default-btn.reverse:hover span,
.footer--style3 .footer__top *,
.footer--style2 .footer__newsletter--form form .default-btn:hover span,
.footer--style2 .footer__newsletter--form form .default-btn,
.footer__content--desc ul li a,
.footer__content--title h4,
.footer__newsletter--form form .default-btn:hover span,
.footer__newsletter--form form .default-btn,
.footer__newsletter--form form input,
.footer__newsletter--title h4,
.header--style2 .header__bottom .button-group li a i,
.header__top--left ul li a,
.header__top--right ul li a,
.header__top--left ul li,
.header__top--right ul li,
.cart-plus-minus .qtybutton {
    color: #fff;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next {
    color: #222c38;
}

.membership__inner,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping input,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input,
.shop-single .sidebar-widget .widget-search form input,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a,
.story__inner,
.member--style2 .member__tab li button,
.member__inner,
.member__radio,
.work__area,
.about--style2 .about__left,
.about__inner,
.footer--style2 .footer__newsletter--social ul li a,
.footer__newsletter--social ul li a,
.banner__content,
.default-pagination li a,
.info-card,
.create-post,
.post-item {
    background-color: #fff;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"],
.shop-cart .section-wrapper .cart-top table thead tr,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h4::before,
.shop-single .review .review-nav li.active,
.shop-single .product-details .post-content form .default-btn,
.member__buttongroup li.is-checked .member__radio,
.about--style2 .about__right,
.about--style2 .about__bottom--navi div:hover,
.about--style2 .about__bottom--navi div.active,
.footer--style2 .footer__newsletter--form form .default-btn,
.footer__newsletter--form form .default-btn,
.header__top,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .post-submit .default-btn,
.cart-plus-minus .qtybutton:hover,
.cart-plus-minus .qtybutton {
    background: #f24570;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:hover,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a:hover,
.shop-page .shop-product-wrap .product-item:hover .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item:hover .product-content h5 a,
.shop-page .shop-title .product-view-mode a.active,
.shop-page .section-header h4 span,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open>a,
.widget.shop-widget .widget-wrapper .shop-menu li.open>a,
.blog__inner:hover .blog__content a h3,
.blog__inner:hover .blog__content a h2,
.app__content h4,
.member--style2 .member__tab li button.active,
.member__buttongroup li.is-checked,
.work__content h3,
.work__tablist .nav-link.active span,
.about__content h3 .counter,
.about__inner:hover .about__content h4,
.footer--support .footer__content--desc ul li a:hover,
.footer--activity .footer__content--desc ul li:hover .content h6,
.footer--feature .footer__content--desc ul li:hover .content h6,
.breadcrumb-item.active,
.cart-plus-minus .cart-plus-minus-box {
    color: #f24570;
}

.membership__inner,
.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3),
.log-reg .log-reg-inner .main-content .or-content,
.log-reg .log-reg-inner .main-content .or,
.log-reg .log-reg-inner .section-header.inloginp,
.app__thumb,
.member__info--count p,
.member__content,
.about--style2 .about__bottom--navi div,
.footer--style2 .footer__newsletter--social ul li a,
.footer__newsletter--social ul li a,
.banner--style3 .banner__thumb--title h4,
.scrollToTop i,
.social-media li a {
    text-align: center;
}

.membership__body ul li,
.log-reg .log-reg-inner .section-header,
.log-reg .top-menu-area .logo {
    text-align: left;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.form-message,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul,
.shop-single .review .review-content .description .post-item .post-content ul,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .review-showing .content,
.shop-single .review .review-nav,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus,
.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu,
.widget.shop-widget .widget-wrapper .shop-menu,
.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist label,
.cart-plus-minus .qtybutton,
.cart-plus-minus .cart-plus-minus-box {
    margin: 0;
}

.story__content--gallery li a img,
.member--style2 .member__tab li,
.member__buttongroup li,
.about--style2 .about__bottom--navi div,
.footer--style2 .footer__newsletter--social ul li,
.footer__newsletter--social ul li {
    margin: 5px;
}

.app__content ul li {
    margin: 10px;
}

.membership__body h4,
.membership__head p,
.membership__head h4,
.contact-item .contact-content p,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input,
.shop-single .review .review-content .review-showing .content li .post-content .entry-content p,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p,
.shop-single .product-details .post-content form .discount-code input,
.shop-page .shop-title p,
.widget.widget-post ul.widget-wrapper li .post-content h6,
.widget.recent-product ul.widget-wrapper li .post-content h6,
.blog__content h3,
.log-reg .log-reg-inner .main-content .or p,
.site .info-list li .info-details .id-right p,
.site .info-list li .info-details .id-right h5,
.group__bottom--group .story__content h4,
.group__bottom--friends .member__content h5,
.group__bottom--body .top .right p,
.group__bottom--body .top .right h6 span,
.group__bottom--body .top .right h6,
.group__bottom--body .top .left .member__thumb,
.group__bottom--head .right .banner__inputlist,
.meet__content h4,
.story__content--content p,
.story__content--content h6,
.member--style3 .member__content h5,
.member--style2 .member__content h5,
.member__info--count p,
.member__content p,
.member__content h5,
.work__content p,
.work__tablist .nav-link span,
.about--style5 .about__thumb,
.about--style2 .about__bottom--head h5,
.about__content p,
.footer--activity .footer__content--desc ul li .content p,
.footer--activity .footer__content--desc ul li .content h6,
.footer--feature .footer__content--desc ul li .content p,
.footer--feature .footer__content--desc ul li .content h6,
.info-card .info-card-content .info-list li p,
.info-card .info-card-content p,
.info-card .info-card-title.info-card-pagination p,
.info-card .info-card-title h6,
.create-post .lab-inner .lab-content .post-form .content-type .content-list,
.post-item .post-meta .post-meta-bottom .react-list,
.post-item .post-meta .post-meta-top p,
.post-item .post-content .post-description p,
.post-item .post-content .post-author .post-author-inner .author-details .post-status,
.post-item .post-content .post-author .post-author-inner .author-details h6 {
    margin-bottom: 0px;
}

.terms-header h4,
.activity__content p,
.shop-single .product-details .post-content p.rating,
.shop-single .product-details .post-content h6,
.comments .comment-list .comment .com-content .com-title,
.log-reg .log-reg-inner .main-content .form-group label,
.group__bottom--allmedia .media-upload,
.group__bottom--body .top .right span,
.member__content h3,
.about--style3 .section__wrapper form .banner__inputlist,
.about--style3 .section__wrapper form label,
.about--style2 .about__right label,
.banner__list>label,
.navbar-toggler,
.modal-body label {
    margin-bottom: 10px;
}

.terms-header,
.log-reg .log-reg-inner .main-content .content-title,
.work--style2 .work__content p,
.about--style2 .about__right .about__title {
    margin-bottom: 25px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3,
.shop-single .review .review-content .review-showing .client-review .review-form form input,
.shop-single .product-details .post-content p,
.shop-page .shop-title,
.blog--style2 .blog__inner,
.log-reg .log-reg-inner .section-header.inloginp,
.transportation .section__wrapper .left .section__header p,
.app__content p,
.member--style2 .member__tab,
.member__buttongroup,
.work__thumb,
.about--style5 .about__content p,
.banner__content p,
.section__header {
    margin-bottom: 30px;
}

.footer__content--title {
    margin-bottom: 10px !important;
    max-width: 200x;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.footer__content--title h4 {
    font-size: 20px;
    text-align: left;
}

.log-reg .log-reg-inner .section-header P,
.about--style2 .about__left .about__content p,
.about__thumb {
    margin-bottom: 40px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button,
.blog__metapost,
.log-reg .log-reg-inner .main-content .or-content .default-btn,
.story__content--author,
.about--style3 .section__wrapper form .default-btn {
    margin-top: 10px;
}

ul li {
    margin-left: 0;
}

.group__bottom--allmedia ul li .nav-link span,
.info-card .info-card-content .info-list li .info-name:after {
    margin-left: 5px;
}

.widget.shop-widget .widget-wrapper .shop-menu li.menu-item-has-children,
.about--style3 .section__wrapper form .default-btn,
.post-item .post-meta .post-meta-bottom .react-list .react:last-child {
    margin-right: 0;
}

.comments .comment-list .comment .com-content .com-title .com-title-meta a,
.blog--style2 .blog__date li span i,
.log-reg .top-menu-area .backto-home i,
.footer__content--desc ul li a i,
.header--style2 .header__bottom .button-group li a i,
.header__top--right ul li a i,
.social-media li a,
.custom-upload i,
.post-item .post-meta .post-meta-bottom .react-list .react i {
    margin-right: 5px;
}

.activity__content h5 a,
.log-reg .log-reg-inner .main-content .or-content .default-btn img,
.member__radio,
.member__buttongroup li input,
.banner__inputlist input,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video i,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .attach-file i,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .text a i {
    margin-right: 10px;
}

.terms-text ul li h5,
.terms-text ol li h5,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom,
.shop-single .review .review-content .review-showing .content li .post-thumb,
.shop-single .review,
.comments .comment-list .comment .com-thumb,
.blog--style2 .blog__content h2,
.log-reg .log-reg-inner .main-content .or,
.log-reg .log-reg-inner .main-content .form-group,
.app__content h2,
.meet__content img,
.about--style5 .about__content h5,
.about--style5 .about__content h2,
.about--style2 .about__left .about__content h3,
.about__content h4,
.footer__newsletter--title h4 {
    margin-bottom: 15px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form button,
.group__bottom--body .bottom {
    margin-top: 15px;
}

.create-post .lab-inner .lab-thumb .thumb-inner .thumb-img,
.post-item .post-content .post-author .post-author-inner .author-thumb {
    margin-right: 15px;
}

.blog__metapost,
.log-reg .log-reg-inner .main-content .or-content .default-btn,
.member--style2 .member__thumb,
.work__content h3,
.banner__inputlist {
    margin-bottom: 20px;
}

.log-reg .log-reg-inner .main-content .default-btn,
.about--style2 .about__right .default-btn,
.banner--style3 .banner__thumb,
.banner--style2 .banner__thumb>img,
.post-item .post-content .post-description .post-desc-img {
    margin-top: 20px;
}

.create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .text,
.post-item .post-content .post-author .post-author-inner .author-details .post-status .post-privacy,
.post-item .post-content .post-author .post-author-inner .author-details h6 {
    margin-right: 20px;
}

.terms-text ul li,
.terms-text ol li,
.shop-single .product-details .post-content h4,
.comments .comment-list .comment .com-content .com-title .com-title-meta span {
    margin-bottom: 5px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3,
.shop-single .review .review-content .review-showing .client-review .review-form form input,
.shop-single .product-details .post-content p,
.shop-page .shop-title,
.blog--style2 .blog__inner,
.log-reg .log-reg-inner .section-header.inloginp,
.transportation .section__wrapper .left .section__header p,
.app__content p,
.member--style2 .member__tab,
.member__buttongroup,
.work__thumb,
.about--style5 .about__content p,
.footer__content--title,
.banner__content p,
.section__header {
    margin-bottom: 30px;
}

.footer__content--title {
    text-align: center;
}

.form-message.error,
.form-message.success,
.comment-respond,
.comments {
    margin-top: 30px;
}

.comments .comment-list .comment .com-thumb,
.member__info--filter,
.post-item .post-meta .post-meta-bottom .react-list .react {
    margin-right: 30px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.blog--style2 .blog__inner,
.member--style2 .member__activity,
.member--style2 .member__content,
.navbar-toggler {
    padding: 0;
}

.blog__inner,
.header__top--left ul li,
.header__top--right ul li,
input,
textarea,
select {
    padding: 10px;
}

.blog__metapost a {
    padding-right: 15px;
    padding-left: 15px;
}

.footer__newsletter--form form input {
    padding: 20px;
}

.activity__inner,
.widget,
.single-quote,
.comment-respond .add-comment,
.comment-respond h4,
.comments .comment-list .com-item,
.comments .comment-title,
/* .group__bottom--body, */
.about--style2 .about__left,
.info-card .info-card-content,
.create-post .lab-inner .lab-content .post-form input[type=text],
.post-item .post-content .post-description,
.post-item .post-content .post-author,
.modal-body {
    padding: 30px;
}

.group__bottom--head {
    padding: 10px;
}

.comments .comment-list .com-item,
.create-post .lab-inner .lab-content .post-form .content-type .content-list,
.post-item .post-meta .post-meta-bottom .react-list,
.post-item .post-content .post-author .post-author-inner .author-details .post-status {
    padding-bottom: 0;
}

.post-item .post-content .post-description {
    padding-top: 0;
}

.blog__metapost a:first-child {
    padding-left: 0;
}

.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist label {
    padding-left: 5px;
}

.activity__content,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
    padding-top: 15px;
}

.footer--activity .footer__content--desc ul li .content,
.footer--feature .footer__content--desc ul li .content {
    padding-left: 15px;
}

.comments .comment-list .comment .com-content {
    padding-bottom: 20px;
}

.create-post .lab-inner .lab-content .post-form input[type="text"],
.post-item .post-content .post-author {
    padding-top: 20px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.hide-text {
    overflow: hidden;
    padding: 0;
    /* 1 */
    text-indent: 101%;
    white-space: nowrap;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

ul li {
    list-style: none;
}

@media (min-width: 992px) {
    .section__header {
        margin-bottom: 45px;
    }
}

.section__header.style-2 p {
    max-width: 600px;
    margin: 0 auto;
}

iframe {
    border: none;
}

.mx-15-none {
    margin-inline: -15px;
}

.mx-12-none {
    margin-inline: -12px;
}

.modal-header {
    padding-inline: 30px;
}

.modal-header .btn-close {
    box-shadow: none;
    outline: none;
}

.cart-plus-minus {
    width: 120px;
    margin: 0 auto;
    cursor: pointer;
}

.cart-plus-minus .dec.qtybutton {
    height: 40px;
    left: 0;
    top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
    border: medium none;
    float: left;
    font-size: 14px;
    height: 40px;
    text-align: center;
    width: 120px;
    outline: none;
    border: 1px solid rgba(242, 69, 112, 0.3);
}

.member__content h3 {
    font-size: 17px;
}

.member__content h5 {
    font-size: 15px;
}

.cart-plus-minus .qtybutton {
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-plus-minus .qtybutton:hover {
    color: #fff;
}

.cart-plus-minus .inc.qtybutton {
    right: 0;
    top: 0;
}

.post-item .post-content .post-author .post-author-inner .author-thumb {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

@media (max-width: 575px) {
    .post-item .post-content .post-author .post-author-inner .author-details {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.post-item .post-content .post-author .post-author-inner .author-details .post-status .post-privacy {
    font-size: 0.875rem;
}

.post-item .post-content .post-author .post-author-inner .author-details .post-status .post-privacy:after {
    content: "|";
    right: -12px;
}

.post-item .post-content .post-author .post-author-inner .author-details .post-status .post-time {
    font-size: 0.875rem;
}

.post-item .post-meta .post-meta-top {
    border-top: 1px solid #ecf0f3;
    padding: 15px 30px;
}

@media (max-width: 575px) {
    .post-item .post-meta .post-meta-top p:first-child {
        margin-bottom: 10px;
    }
}

.post-item .post-meta .post-meta-bottom {
    border-top: 1px solid #ecf0f3;
    padding: 20px 30px;
}

@media (min-width: 576px) {
    .post-item .post-meta .post-meta-bottom .react-list .react {
        margin-right: 50px;
    }
}

.create-post .lab-inner .lab-thumb {
    padding: 10px 30px;
    padding-top: 15px;
}

.create-post .lab-inner .lab-thumb .thumb-inner .thumb-img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.create-post .lab-inner .lab-thumb .thumb-inner .thumb-content .custom-select select {
    font-family: "icoFont" !important;
    outline: none;
    border: none;
    background: #f9f9f9 !important;
    padding: 3px 10px;
}

.create-post .lab-inner .lab-thumb .thumb-inner .thumb-content .custom-select select option {
    font-family: "icoFont" !important;
}

.create-post .lab-inner .lab-content .post-form input[type="text"] {
    background: transparent;
    border: none;
    outline: none;
}

.create-post .lab-inner .lab-content .post-form input[type="text"]::placeholder {
    color: rgba(33, 51, 102, 0.3);
}

.create-post .lab-inner .lab-content .post-form .content-type {
    border-top: 1px solid #ecf0f3;
    padding: 20px 30px;
}

a.navbar-brand {
    width: 180px;
    height: 70px;
}

a.navbar-brand video,
a.navbar-brand img {
    width: 100%;
    /* border-radius: 50%; */
    height: 100%;
    object-fit: contain;
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
}

.header__bottom .container .navbar {
    padding: 0;
    padding-top: 3px;
}

@media (max-width: 575px) {
    .create-post .lab-inner .lab-content .post-form .content-type .content-list .text {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .create-post .lab-inner .lab-content .post-form .content-type .content-list .text {
        margin-right: 50px;
    }
}

.create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video .file-btn,
.create-post .lab-inner .lab-content .post-form .content-type .content-list .attach-file .file-btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video input[type="file"],
.create-post .lab-inner .lab-content .post-form .content-type .content-list .attach-file input[type="file"] {
    left: 0;
    top: 0;
    opacity: 0;
}

@media (max-width: 575px) {
    .create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .create-post .lab-inner .lab-content .post-form .content-type .content-list .image-video {
        margin-right: 50px;
    }
}

.create-post .lab-inner .lab-content .post-form .content-type .content-list .post-submit {
    margin-left: auto;
}

.create-post .lab-inner .lab-content .post-form .content-type .content-list .post-submit .default-btn {
    border: none;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0 30px;
}

.info-card .info-card-title {
    padding: 10px 10px;
    border-bottom: 1px solid #ecf0f3;
}

.info-card .info-card-title h6 {
    font-size: 14px;
}

.info-card .info-card-title.info-card-pagination {
    border-bottom: none;
    border-top: 1px solid #ecf0f3;
}

.info-card .info-card-content .info-list li {
    padding: 10px 0;
    justify-content: space-between;
    gap: 5%;
}

.info-card .info-card-content .info-list li .info-details,
.info-card .info-card-content .info-list li .info-name {
    width: 100%;
    font-size: 13px;
}

.info-card .info-card-content .info-list li .info-name {
    text-align: right;
}

.info-card .info-card-content {
    padding: 0;
}

@media (min-width: 768px) {
    .info-card .info-card-content .info-list li .info-name {
        width: 50%;
    }
}

.info-card .info-card-content .info-list li .info-name:after {
    content: ":";
    right: -6%;
    top: 50%;
    transform: translateY(-50%);
}

.info-card .info-card-content .info-list li .info-details {
    width: 100%;
}

@media (min-width: 768px) {
    .info-card .info-card-content .info-list li .info-details {
        width: 50%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .info-card .info-card-content .info-list li .default-btn {
        margin-bottom: 15px;
    }

    /* body {
        position: relative;
    } */
    /*
    .header__bottom .navbar .navbar-collapse {
        display: none;
    } */
    .header__bottom .navbar .navbar-collapse.show {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: white;
        display: flex;
        justify-content: center !important;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        z-index: -1;
    }

    .header {
        height: 60px;
        /* z-index: 100005; */
    }

    .header__bottom .navbar {
        position: fixed;
        top: 0;
        left: 0;
        /* z-index: 99999; */
        width: 100vw;
        background-color: #f1f7fe;
        padding: 20px;
    }
}

.countdown {
    margin-bottom: 20px;
}

.countdown li {
    display: inline-block;
    text-align: center;
    padding: 0 8px;
    margin: 5px;
}

@media (min-width: 576px) {
    .countdown li {
        margin: 15px;
        padding: 0 10px;
    }
}

.countdown li:last-child .count-number:after {
    display: none;
}

.countdown li .count-number {
    font-size: 24px;
    font-weight: 700;
}

@media (min-width: 576px) {
    .countdown li .count-number {
        font-size: 36px;
    }
}

.countdown li .count-number:after {
    content: ":" !important;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    font-weight: 700;
    color: #213366;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@media (min-width: 576px) {
    .countdown li .count-number:after {
        right: -30px;
    }
}

.countdown li .count-number.days {
    color: #ff4f57;
}

.countdown li .count-number.hours {
    color: #e85acb;
}

.countdown li .count-number.minutes {
    color: #0dc4b9;
}

.countdown li .count-number.seconds {
    color: #529bfc;
}

.countdown li .count-text {
    color: #213366;
}

/*============ Custom File Upload =============*/
.custom-upload input[type="file"] {
    left: 0;
    top: 0;
    opacity: 0;
}

.default-pagination li {
    padding: 7px;
}

.default-pagination li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.default-pagination li a:hover,
.default-pagination li a.active {
    background: #f24570;
    box-shadow: none;
    color: #fff;
}

.breadcrumb-item.active {
    opacity: 0.9;
}

.social__share li {
    padding: 5px;
    cursor: pointer;
}

.member__pagination--left p {
    margin: 0;
}

.social__share li:hover a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.social__share li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f24570;
    color: #fff;
    -webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -ms-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.social__share li a.facebook {
    background: #3b5998;
}

.social__share li a.twitter {
    background: #55acee;
}

.social__share li a.instagram {
    background: #e4405f;
}

.social__share li a.google {
    background: #dd4b39;
}

.social__share li a.linkedin {
    background: #007bb5;
}

.social__share li a.vimeo {
    background: #3b5998;
}

.social__share li a.pinterest {
    background: #bd081c;
}

.social__share li a.behance {
    background: #1769ff;
}

.social__share li a.dribble {
    background: #ea4c89;
}

.shape__image {
    bottom: 0;
}

.shape__image-left {
    left: 0;
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .shape__image-left {
        left: -10%;
    }
}

.shape__image-right {
    right: 0;
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .shape__image-right {
        right: -5%;
    }
}

.padding-top {
    padding-top: 75px;
}

.col_age {
    width: 40%;
}

@media (min-width: 992px) {
    .padding-top {
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .padding-lg-top {
        padding-top: 115px;
    }
}

@media (min-width: 1200px) {
    .w-xl-50 {
        width: 50% !important;
    }
}

.padding-bottom {
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .padding-bottom {
        padding-bottom: 50px;
    }
}

.bg-attachment {
    background-attachment: fixed;
}

.ls-2 {
    letter-spacing: 2px;
}

.bg_img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.rating-star li i {
    color: #f24570;
}

.theme-color {
    color: #f24570;
}

.pluse {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pluse::after,
.pluse::before {
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
}

.pluse::after {
    width: 70px;
    height: 70px;
    -webkit-animation: pluse_animate 3.5s infinite linear;
    animation: pluse_animate 3.5s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.pluse:before {
    width: 80px;
    height: 80px;
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.social-media li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.25rem;
}

.social-media li a:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.social-media li a.vimeo {
    background: #3b5998;
}

.social-media li a.youtube {
    background: #cd201f;
}

.social-media li a.twitch {
    background: #6441a5;
}

.social-media li a.facebook {
    background: #3b5998;
}

.social-media li a.twitter {
    background: #55acee;
}

.social-media li a.linkedin {
    background: #007bb5;
}

.social-media li a.dribbble {
    background: #ea4c89;
}

.social-media li a.skype {
    background: #2fb7df;
}

/* .preloader{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url(assets/images/loader.gif)no-repeat center center;
    z-index: 99999;
} */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: #0f1b336d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .preloader-inner {
    /* Center the image */
    /* background-repeat: no-repeat;
    background-size: contain; */
    /* Do not repeat the image */
    position: absolute;
    /* top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-size: cover; Resize the background image to cover the entire container */
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.preloader .preloader-inner video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/* .preloader .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    -moz-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
} */
@keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        opacity: 0.5;
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        opacity: 0;
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        opacity: 0.5;
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        opacity: 0;
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

.scrollToTop {
    position: fixed;
    bottom: -30%;
    right: 5%;
    z-index: 9;
}

.scrollToTop i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #f24570;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.scrollToTop i:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px 0px rgba(242, 69, 112, 0.5);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

@media screen and (max-width: 991px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
}

.header {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .header {
        position: relative;
        /* z-index: 99999; */
        top: 0;
    }

    .header__bottom {
        background-color: white;
    }
}

@media (max-width: 767px) {
    .header {
        position: fixed;
        /* z-index: 99999; */
        width: 100%;
    }

    .preloader .preloader-inner {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1600px) {
    .header {
        position: static;
        z-index: 10;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .header--positioned {
        position: absolute;
        background-color: transparent;
        width: 100%;
        top: 0;
        transition: all 0.3s ease;
        z-index: 9999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
}

@media (max-width: 767px) {
    .header .header__top {
        display: none;
    }
}

/* .header__bottom {
    padding-block: 16.5px;
} */
.h1-style {
    text-align: center;
    color: #c81262;
}

.urdu {
    text-align: end;
    color: black;
    font-family: "Noto Naskh Arabic", sans-serif;
    font-weight: lighter;
    font-size: 15px !important;
}

.header {
    background-color: white;
    /* border-bottom: 1px solid rgba(242, 96, 112, 0.2); */
}

.header.header-fixed .header__top {
    display: none !important;
}

.footer__content--desc ul li a {
    color: #213366;
    font-size: 14px;
    border-bottom: 2px solid #213366;
    padding-bottom: 5px !important;
}

.footer__content--desc ul li a:hover {
    border-bottom: 2px solid #f24570;
}

.footer__content--title h4 {
    color: #f24570;
    margin: 0;
}

@media (min-width: 992px) {
    .header.header-fixed {
        position: fixed;
        width: 100%;
        z-index: 9;
        background: #fff;
        box-shadow: 0px 0px 2px rgba(33, 51, 102, 0.3);
    }

    .header.header-fixed .nav-link--active,
    .header.header-fixed .nav-link:hover {
        color: #fff;
    }

    .header.header-fixed .navbar--bottom-line {
        border: none;
    }
}

.header__top--left ul li,
.header__top--right ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header__top--left ul li:last-child {
    border-right: none;
}

.header__top--right ul li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header--style2 .header__top {
    background: #2ba6cb;
}

.header--style2 .header__top--left ul li:last-child::before,
.header--style2 .header__top--right ul li:last-child::before {
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.header--style2 .header__top--left ul li::after,
.header--style2 .header__top--right ul li::after {
    left: -5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.header--style2 .header__bottom ul li:hover>a,
.header--style2 .header__bottom ul li.open>a {
    color: #ff0461;
}

.header--style2 .header__bottom ul li.active>a {
    color: #ff0461;
}

.header--style2 .header__bottom ul li ul li a.active,
.header--style2 .header__bottom ul li ul li a:hover {
    background: #ff0461;
    color: #fff;
}

@media (max-width: 1199px) {
    .header--style2 .header__bottom .button-group {
        display: none;
    }
}

.header--style2 .header__bottom .button-group li a {
    padding: 17px 20px;
    letter-spacing: 0.85px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header--style2 .header__bottom .button-group li a i {
        display: none;
    }
}

.header--style2 .header__bottom .button-group li a span {
    color: #fff;
}

.header--style2 .header__bottom .button-group li a:hover span {
    color: #fff;
}

.header--style2 .header__bottom .button-group li a.login {
    background: #ff0461;
}

.header--style2 .header__bottom .button-group li a.signup {
    background: #2ba6cb;
}

.Login_btn {
    background: #f24570;
    color: #213366;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    letter-spacing: 0.85px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.Login_btn:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

.header__more ul li a {
    color: #213366;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.header__more ul li a:hover {
    background: #213366;
}

.header__more ul.dropdown-menu.show {
    /* max-width: 123px;
    min-width: 100px; */
    width: 100%;
    padding: 0;
}

.header__more ul.dropdown-menu .dropdown-item {
    padding: 0;
}

.header__more ul.dropdown-menu .dropdown-item a {
    width: 100%;
    height: 100%;
    padding: 5px 14px !important;
    font-size: 14px;
}

@media (max-width: 991px) {
        {
        /* margin-top: 15px; */
        display: flex;
    }
}

@media (min-width: 992px) {
    ul li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    ul li:last-child a {
        border-bottom: none;
    }

    body {
        padding: 0 !important;
    }
}

ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 0px);
    /* z-index: 99999; */
}

ul li:hover>a {
    color: #f24570;
}

@media (max-width: 991px) {
    ul li.open>ul {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 0px);
        /* z-index: 99999; */
    }

    ul li.open>a {
        color: #f24570;
    }
}

ul li.active>a {
    /* text-decoration: line-through; */
    color: #f24570;
}

ul li a {
    color: #213366;
    padding: 10px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

ul li a.active {
    color: #f24570;
}

@media (max-width: 991px) {
    ul li a {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(15, 27, 51, 0.1);
    }

    a.navbar-brand {
        height: 50px;
    }
}

ul li ul {
    background: #fff;
    box-shadow: 0 0 5px rgba(33, 51, 102, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 767px) {
    ul li ul {
        position: absolute;
        top: calc(100% + 50px);
        opacity: 0;
        width: 200px;
        visibility: hidden;
        display: block !important;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
}

ul li ul li:last-child a {
    border-bottom: none;
}

ul li ul li a {
    color: #213366;
    border-bottom: 1px solid rgba(15, 27, 51, 0.1);
}

ul li ul li a.active,
ul li ul li a:hover {
    background: #f24570;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-cart-area {
        display: none !important;
    }
}

.menu-item-has-children>a.active::after,
.menu-item-has-children>a.active::before {
    background-color: #213366 !important;
}

/* .menu-item-has-children > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: #213366;
} */
/* .menu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: #213366;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */
/* @media (min-width: 992px) {
  .menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #213366;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
  .menu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: #213366;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
} */
.menu-item-has-children:hover>a::after {
    background: #f24570;
}

.menu-item-has-children:hover>a:before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 991px) {
    .menu-item-has-children.open>a::after {
        background: #f24570;
    }

    .menu-item-has-children.open>a:before {
        transform: translateY(-50%) rotate(90deg);
        opacity: 0;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.navbar-toggler--icon {
    background-color: #f24570;
    height: 2px;
    width: 27px;
    -webkit-transform: ;
    -moz-transform: ;
    -ms-transform: ;
    -o-transform: ;
    transform: rotate(45deg) translateY(-5px);
}

.navbar-toggler--icon:after,
.navbar-toggler--icon:before {
    background-color: #f24570;
    height: 2px;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.navbar-toggler--icon:after {
    bottom: 7px;
    left: 0;
    -webkit-transform: rotate(-90deg) translateX(-6px);
    -moz-transform: rotate(-90deg) translateX(-6px);
    -ms-transform: rotate(-90deg) translateX(-6px);
    -o-transform: rotate(-90deg) translateX(-6px);
    transform: rotate(-90deg) translateX(-6px);
}

.navbar-toggler--icon:before {
    top: 7px;
    left: 0;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.collapse:not(.show) {
    display: none;
    /* transform: none;
    opacity: 0; */
}

.navbar-toggler.collapsed .navbar-toggler--icon {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.navbar-toggler.collapsed .navbar-toggler--icon:after {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.navbar-toggler.collapsed .navbar-toggler--icon:before {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.collapsing {
    display: none;
    opacity: 0;
}

.banner__thumb--thumb1 img {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .banner__thumb--thumb1 img {
        margin-top: 0;
        animation: up-down 5s infinite ease-in-out;
    }
}

@media (min-width: 1440px) {
    .banner__thumb--thumb1 img {
        max-width: none;
    }
}

.banner__content {
    padding: 40px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(242, 96, 112, 0.4) 0px 2px 8px 0px;
}

@media (min-width: 992px) {
    .banner__content {
        padding: 60px 40px;
    }
}

@media (min-width: 1200px) {
    .banner__content {
        max-width: 500px;
    }
}

.banner__content * {
    color: #555555;
}

.banner__content label {
    color: #213366;
}

.banner__content h2 {
    font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
    .banner__content h2 {
        font-size: 2.25rem;
    }
}

.banner__content p {
    font-size: 1.125rem;
    line-height: 2rem;
}

.banner__content .btn-group a {
    padding-inline: 30px;
}

.banner__content select {
    background: #fff;
}

.banner__inputlist {
    border: 1px solid rgba(33, 51, 102, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-inline: 10px;
    line-height: 48px;
}

.banner__inputlist--icon {
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner__inputlist--icon .fa-mars {
    color: #f24570;
}

.banner__inputlist--icon .fa-venus {
    color: #213366;
}

.banner__inputlist input {
    width: auto;
}

.banner__inputlist input.male {
    accent-color: #f24570;
}

.banner__inputlist input.female {
    accent-color: #213366;
}

.banner__inputlist select {
    padding: 5px 5px;
    background: #fff;
}

.banner--style2 .banner__content {
    padding: 0px;
    background: transparent;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .banner--style2 .banner__content {
        max-width: 100%;
        transition: all 2s ease;
    }
}

.banner--style2 .banner__content h2 {
    font-size: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
    .banner--style2 .banner__content h2 {
        font-size: 3.75rem;
    }
}

.banner--style2 .banner__content .default-btn {
    width: auto;
}

.banner--style2 .banner__thumb>img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
    position: relative;
}

@media (min-width: 1200px) {
    .banner--style2 .banner__thumb>img {
        transform: translateY(-60px);
        margin-top: 0;
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
    }
}

.banner--style2 .banner__thumb--shape .shapeimg {
    top: 100px;
    right: 0;
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -ms-transition: all 4s ease;
    -o-transition: all 4s ease;
    transition: all 4s ease;
}

@media (max-width: 1199px) {
    .banner--style2 .banner__thumb--shape .shapeimg {
        display: none;
    }
}

.banner--style2 .banner__thumb--shape .shapeimg__two {
    top: 200px;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.banner--style2 .banner__thumb--shape .shapeimg__three {
    top: 300px;
    -webkit-transition: all 6s ease;
    -moz-transition: all 6s ease;
    -ms-transition: all 6s ease;
    -o-transition: all 6s ease;
    transition: all 6s ease;
}

.banner--style3 .banner__content {
    padding: 0px;
    background: transparent;
}

input#password {
    position: relative;
}

span.toggle-password {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
    width: 20px;
    display: block;
    margin-top: -36px;
    z-index: 11111111;
    margin-right: 10px;
    position: relative;
}

@media (min-width: 992px) {
    .banner--style3 .banner__content {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .banner--style3 .banner__content {
        max-width: 100%;
    }
}

.banner--style3 .banner__content h2 {
    font-size: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
    .banner--style3 .banner__content h2 {
        font-size: 3.75rem;
    }
}

.banner--style3 .banner__content h2 span {
    color: #ff0461;
}

.banner--style3 .banner__content p {
    font-size: 1.125rem;
    max-width: 450px;
}

.banner--style3 .banner__content .default-btn {
    width: auto;
    background: #2ba6cb;
}

@media (min-width: 1200px) {
    .banner--style3 .banner__thumb {
        margin-top: 0;
    }
}

.banner--style3 .banner__thumb>img {
    max-width: 709px;
    width: 100%;
    height: 700px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
    position: relative;
}

@media (min-width: 1200px) {
    .banner--style3 .banner__thumb>img {
        transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
    }
}

@media (max-width: 1199px) {
    .banner--style3 .banner__thumb--shape {
        display: none;
    }
}

.banner--style3 .banner__thumb--shape .shapeimg {
    top: 70px;
    left: -150px;
    z-index: 1;
    animation: up-down 5s infinite ease-in-out;
    -webkit-animation: up-down 5s infinite ease-in-out;
}

@media (max-width: 1199px) {
    .banner--style3 .banner__thumb--title {
        display: none;
    }
}

.banner--style3 .banner__thumb--title h4 {
    top: 110px;
    left: -100px;
    max-width: 150px;
    z-index: 1;
    animation: up-down 5s infinite ease-in-out;
    -webkit-animation: up-down 5s infinite ease-in-out;
}

.pageheader {
    padding-block: 80px;
}

@media (min-width: 576px) {
    .pageheader {
        padding-block: 100px;
    }
}

@media (min-width: 992px) {
    .pageheader {
        padding-block: 205px;
    }
}

.footer__newsletter {
    padding-block: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
    .footer__newsletter--area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width: 1440px) {
    .footer__newsletter--title {
        width: auto;
    }
}

@media (min-width: 1440px) {
    .footer__newsletter--title h4 {
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .footer__newsletter--form {
        width: 400px;
    }
}

.footer__newsletter--form form input {
    padding-right: 160px;
    border: 1px solid #fff;
}

.footer__newsletter--form form input::placeholder {
    color: #fff;
}

.footer__newsletter--form form .default-btn {
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-inline: 30px;
}

.footer__newsletter--social ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.footer__newsletter--social ul li a:hover {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    .footer__newsletter--social ul li a:hover {
        font-size: 1.5rem;
    }
}

.footer__area {
    margin-top: 20px;
}

.footer__content--desc {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.footer__content--desc ul li {
    padding-block: 5px;
    display: flex;
    justify-content: flex-start;
}

/* .footer__content--desc ul li:last-child {
    padding-bottom: 0;
} */
.footer__content p a {
    color: white;
}

.footer--style2 .footer__newsletter {
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
}

.footer--style2 .footer__newsletter--form form input {
    background: rgba(255, 255, 255, 0.9);
}

.footer--style2 .footer__newsletter--form form input::placeholder {
    color: rgba(33, 51, 102, 0.7);
}

.footer--style2 .footer__newsletter--social ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.footer--style2 .footer__newsletter--social ul li a:hover {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    .footer--style2 .footer__newsletter--social ul li a:hover {
        font-size: 1.5rem;
    }
}

.footer--feature .footer__content--desc ul li {
    padding-block: 5px;
}

/* .footer--feature .footer__content--desc ul li:last-child {
    padding-bottom: 0;
} */
.footer--feature .footer__content--desc ul li .thumb {
    width: 60px;
}

.footer--feature .footer__content--desc ul li .thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.footer--feature .footer__content--desc ul li .thumb .feature__activity {
    width: 12px;
    height: 12px;
    background: #00c851;
    bottom: 10px;
    right: -2px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.footer--feature .footer__content--desc ul li .thumb .feature__activity--ofline {
    background: #c3c3c3;
}

.footer--feature .footer__content--desc ul li .content {
    width: calc(100% - 60px);
}

.footer--activity .footer__content--desc ul li {
    padding-block: 10px;
}

/* .footer--activity .footer__content--desc ul li:last-child {
    padding-bottom: 0;
} */
.footer--activity .footer__content--desc ul li .thumb {
    width: 70px;
}

.footer--activity .footer__content--desc ul li .content {
    width: calc(100% - 70px);
}

.footer--activity .footer__content--desc ul li:hover .thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.footer--support .footer__content--desc ul li {
    padding-block: 10px;
}

.footer__bottom {
    padding-block: 40px;
}

.footer__bottom .footer__newsletter--social ul li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.default-btn {
    --background: #f24570;
    --text: ;
    white--font-size: 16px;
    --duration: 0.44s;
    --move-hover: -4px;
    /*--shadow: 0 2px 8px -1px rgba(0, 175, 255, 0.15);
    */
    --font-shadow: var(--font-size);
    padding: 17px 32px;
    font-weight: 500;
    line-height: var(--font-size);
    border-radius: 4px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: 0.5px;
    background: var(--background);
    color: var(--text);
    transform: translateY(var(--y)) translateZ(0);
    transition: all 0.3s ease;
    -webkit-transform: translateY(var(--y)) translateZ(0);
    -moz-transform: translateY(var(--y)) translateZ(0);
    -ms-transform: translateY(var(--y)) translateZ(0);
    -o-transform: translateY(var(--y)) translateZ(0);
}

/* .default-btn:hover {
    border-radius: 25px;
    letter-spacing: 0.85px;
    box-shadow: var(--shadow);
    color: #f24570;
    --background: #213366;
    --text: #f24570;
}
.default-btn:hover span {
    color: #f24570;
} */
.default-btn span a {
    color: white;
}

.default-btn span a {
    color: white;
}

.default-btn.reverse {
    --shadow: 0 2px 8px -1px rgba(166, 80, 255, 0.32);
    --font-shadow: calc(var(--font-size) * -1);
    background-color: #ffe4eb;
}

.default-btn.reverse span {
    color: #f24570;
}

.default-btn.reverse:hover {
    background-color: #f24570;
    --shadow: 0 2px 8px -1px rgba(166, 80, 255, 0.32);
}

.default-btn.reverse:hover span {
    --m: calc(var(--font-size));
}

.default-btn.style-2 {
    background: #f24570;
}

.about__inner {
    border: 1px solid rgba(136, 136, 136, 0.1);
    height: 100%;
    padding: 60px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.about__inner:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(136, 136, 136, 0.3);
}

/* .about__thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
} */
.about .col:nth-child(3) .about__content h3 .counter {
    color: #ff6100;
}

.about .col:nth-child(4) .about__content h3 .counter {
    color: #213366;
}

@media (min-width: 992px) {
    .about--style2 {
        margin-top: -60px;
        position: relative;
        z-index: 999;
    }
}

.about--style2 .about__title h3 {
    font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
    .about--style2 .about__title h3 {
        font-size: 2.25rem;
    }
}

.about--style2 .about__content p {
    -webkit-line-clamp: 3;
}

@media (min-width: 576px) {
    .about--style2 .about__left {
        padding-top: 46px;
    }
}

.about--style2 .about__left .about__content p {
    font-size: 1.125rem;
    line-height: 30px;
}

.about--style2 .about__bottom--head {
    padding-block: 10px;
    border-top: 1px solid rgba(136, 136, 136, 0.1);
    border-bottom: 1px solid rgba(136, 136, 136, 0.1);
    margin-block: 30px;
    margin-bottom: 37px;
}

@media (max-width: 991px) {
    .about--style2 .about__bottom--navi {
        display: none;
    }
}

.about--style2 .about__bottom--navi div {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 0.5625rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about--style2 .about__bottom--body .ragi__thumb {
    width: 100px;
    height: 100px;
    margin-inline: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.about--style2 .about__bottom--body .ragi__thumb:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.about--style2 .about__bottom--body .ragi__thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.about--style2 .about__right {
    padding: 40px 20px;
}

@media (min-width: 576px) {
    .about--style2 .about__right {
        padding: 46px 30px 52px;
    }
}

.about--style2 .about__right .banner__inputlist {
    background: #c2375a;
}

.about--style2 .about__right .banner__inputlist select {
    background: #c2375a;
}

.about--style2 .about__right .default-btn {
    background: #fff;
}

.about--style2 .about__right .default-btn span {
    color: #f24570;
}

/* @media (min-width: 992px) {
    .about--style3 {
        margin-top: -60px;
        position: relative;
        z-index: 1;
    }
} */
.feacher_ads {
    position: relative;
    background-color: white;
    padding: 0 !important;
}

/* .feature_ads_top {
    width: 100%;
    height: 200px;
    background-color: blue;
}
.user_detail_ads{
    width: 100%;
    height: 500px;
    background-color: blue;
}
.user_det_ads{
    width: 100%;
    height: 300px;
    background-color: blue;
}
.feacher_ads .feacher_ads_left{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    background-color: blue;
    height: 100%;
}
.feacher_ads .feacher_ads_right{
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    background-color: blue;
    height: 100%;
} */
.about--style3 .section__wrapper {
    background: #fff !important;
}

.about--style3 .section__wrapper form {
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(136, 136, 136, 0.2);
}

.Sea_btn {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    gap: 20px;
    /* background-color: black; */
}
.refresh {
        padding: 7px 1px 0px 24px !important;
}
.about--style3 .section__wrapper form .banner__inputlist {
    padding: 0;
}

@media (min-width: 576px) {
    /* .about--style3 .section__wrapper form {
        padding: 57px 40px;
    } */
}

.about--style3 .section__wrapper form .banner__inputlist {
    background: #f1f7fe;
}

@media (min-width: 576px) {
    .about--style3 .section__wrapper form .banner__inputlist {
        margin-bottom: 0;
    }
}

.about--style3 .section__wrapper form .default-btn {
    background: #f24570;
    padding-block: 18px;
    padding-inline: 20px;
    padding: 0;
    margin: 0;
    color: white !important;
    padding: 7px 0;
}

/* @media (min-width: 576px) {
    .about--style3 .section__wrapper form .default-btn {
        margin-top: 33px;
    }
} */
.about--style3 .section__wrapper form select {
    background: #f1f7fe;
    height: 100%;
}

.about--style4 .about__inner {
    padding-block: 70px;
}

.about--style4 .about__thumb img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.about--style4 .about__content .counter {
    color: #2ba6cb !important;
}

.about--style4 .default-btn {
    background: #ff0461;
}

.about--style4 .col:nth-child(even) .about__content h3 .counter {
    color: #ff0461 !important;
}

.about--style5 .about__thumb img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 992px) {
    .about--style5 .about__content {
        max-width: 80%;
    }
}

.about--style5 .about__content h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #696969;
}

.about--style5 .about__content p {
    font-size: 1.125rem;
    line-height: 30px;
    -webkit-line-clamp: inherit;
}

.about--style5 .about__content .default-btn {
    background: #f24570;
}

.work__tablist {
    justify-content: center;
}

@media (min-width: 1200px) {
    .work__tablist {
        width: 30%;
        margin: 0 !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }
}

.work__tablist .nav-link {
    padding: 15px 30px;
}

@media (min-width: 1200px) {
    /* .work__tablist .nav-link:nth-child(even) {
        background: #f9f9f9;
    } */
}

@media (min-width: 1200px) {
    /* .work__tablist .nav-link:nth-child(even).active {
        background: #f9f9f9;
    } */
}

/* @media (max-width: 1200px) {
    .work__tablist {
        min-height: 44px !important;
    }
} */
.work__tablist .nav-link.active {
    background: transparent;
}

.work__tablist .nav-link span {
    font-size: 1.125rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .work__tablist .nav-link img {
        display: none;
    }
}

/* @media (min-width: 1200px) {
    .work__tabcontent {
        width: 70%;
    }
} */
.work__area {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.work__inner {
    padding: 40px;
    background: #f9f9f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .work__inner {
        padding: 73px 50px;
    }
}

@media (min-width: 576px) {
    .work__thumb {
        width: 40%;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    .work__content {
        width: 60%;
    }
}

.work__content p {
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 10% !important;
}

.work__content a {
    background: #f24570;
    color: #fff;
    padding: 15px 20px;
    letter-spacing: 0.85px;
    border: 2px solid #f24570;
}

.work__content a:hover {
    background-color: white;
    color: #f24570;
}

.work--style2 .section__wrapper {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .work--style2 .work__inner {
        padding: 30px;
    }
}

@media (min-width: 576px) {
    .work--style2 .work__content {
        padding-left: 15px;
    }
}

.work--style2 .work__content h3 {
    color: #213366;
    margin-bottom: 10px;
}

.work--style2 .work__content p {
    font-size: 1rem;
    line-height: 1.5;
}

.member__buttongroup li {
    width: 150px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid rgba(33, 51, 102, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.member__buttongroup li:nth-child(1) .banner__inputlist--icon i {
    color: #f24570;
}

.member__buttongroup li:nth-child(1).is-checked {
    color: #f24570;
    border-color: #f24570;
}

.member__buttongroup li:nth-child(1).is-checked .member__radio {
    background: #f24570;
}

.member__buttongroup li:nth-child(1).is-checked .member__radio::after {
    border-color: #f24570;
}

.member__buttongroup li:nth-child(2) .banner__inputlist--icon i {
    color: #00afff;
}

.member__buttongroup li:nth-child(2).is-checked {
    color: #00afff;
    border-color: #00afff;
}

.member__buttongroup li:nth-child(2).is-checked .member__radio {
    background: #00afff;
}

.member__buttongroup li:nth-child(2).is-checked .member__radio::after {
    border-color: #00afff;
}

.member__buttongroup li:nth-child(3) .banner__inputlist--icon i {
    color: #213366;
}

.member__buttongroup li:nth-child(3).is-checked {
    color: #213366;
    border-color: #213366;
}

.member__buttongroup li:nth-child(3).is-checked .member__radio {
    background: #213366;
}

.member__buttongroup li:nth-child(3).is-checked .member__radio::after {
    border-color: #213366;
}

.member__buttongroup li.is-checked {
    border-color: #f24570;
    font-size: 16px;
}

.banner__inputlist {
    font-size: 16px;
}

.member__buttongroup li.is-checked .member__radio::after {
    border-color: #f24570;
}

.member__buttongroup li input {
    width: auto;
}

.member__radio {
    width: 8px;
    height: 8px;
    background: #f1f7fe;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.member__radio::after {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ecf0f3;
}

.member__item {
    width: 33%;
}

@media (max-width: 992px) {
    .member__item {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .member__item {
        width: 100%;
    }
}

@media (min-width: 767px) {}

@media (min-width: 1440px) {
    .member__item {}
}

.member__inner {
    /* margin: 12px;
    padding: 10px; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.member__inner:hover {
    box-shadow: 0 20px 30px rgba(136, 136, 136, 0.3);
}

.member__inner:hover .member__thumb img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.member__inner:hover .member__content h5 {
    color: #f24570;
}

.member__activity {
    padding: 0px 10px;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    font-size: 0.875rem;
    background: #00c851;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.member__activity_Private {
    background-color: red;
    color: white;
    padding: 0px 10px;
    z-index: 1;
    position: absolute;
    bottom: 34px;
    left: 10px;
    font-size: 0.875rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.member__activity_Public {
    background-color: orange;
    color: white;
    padding: 0px 10px;
    z-index: 1;
    position: absolute;
    bottom: 34px;
    left: 10px;
    font-size: 0.875rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.member__activity--ofline {
    background: #f9f9f9;
    color: #213366;
}

.member__content {
    padding: 25px 15px 20px;
}

.member__content p i.fa-mars {
    color: #00afff;
}

.member__content p i.fa-venus {
    color: #213366;
}

.member__info--left .default-btn {
    background: #f24570;
}

.member__info--left .default-btn:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

@media (max-width: 575px) {
    .member__info--filter {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.featur_form {
    background-color: white;
    padding: 0;
}

.member__info--count .default-btn {
    background: #f24570;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 18px;
}

.member__info--count .default-btn span {
    color: #213366;
}

.member__info--count .default-btn:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.member__info--count .default-btn:hover span {
    color: #213366;
}

.member__info--count p {
    left: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #213366;
    color: #f24570;
    line-height: 50px;
    padding-inline: 15px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.member__info--count p::after {
    left: -10px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #213366;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .member__info--right {
        margin-top: 15px;
    }
}

.member__info--right select {
    background: #00afff;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.member__info--customselect .default-btn {
    background: #fff;
}

.member__info--customselect .default-btn::after {
    right: -1px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #00afff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.member__info--customselect .default-btn span {
    color: #213366;
}

.member__info--customselect .default-btn:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 0.5px;
}

.member__info--customselect .banner__inputlist {
    margin-bottom: 0;
    background: #00afff;
    border: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.member__info--customselect select {
    width: 140px;
    border: none;
}

@media (min-width: 992px) {
    .member__pagination {
        justify-content: space-between;
    }
}

.member--style2 .member__inner {
    /* padding: 20px 15px; */
}

.member--style2 .member__inner:hover .member__thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.member--style2 .member__thumb {
    width: 160px;
    height: 160px;
    margin-inline: auto;
    overflow: visible;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.feature-sec .member .section__wrapper .member__item .member__inner .member__thumb {
    margin-bottom: 20px;
    width: 100%;
    height: 220px;
}

.feature-sec .member .section__wrapper .member__item .member__inner .member__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.feature-sec .member .section__wrapper .member__item .member__inner .member__content a h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-sec .member .section__wrapper .member__item .member__inner .member__content a h5 {
    font-size: 16px;
    font-weight: 500;
}

.member--style2 .member__thumb img {
    /* -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

ul .top {
    align-items: center;
}

.top .left .member__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.member--style2 .member__activity {
    width: 16px;
    height: 16px;
    left: auto;
    right: 20px;
    border: 3px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.member--style2 .member__activity--ofline {
    background: #c3c3c3;
}

.member--style2 .member__tab {
    justify-content: center;
}

.member--style2 .member__tab li button {
    padding: 15px 20px;
    border: 1px solid rgba(33, 51, 102, 0.1) !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.member--style2 .member__tab li button.active {
    border-color: #f24570 !important;
}

.like_person_list .modal-header {
    border: none;
}

.like_person_list .modal-body .nav-tabs {
    padding: 0;
    margin: 0;
    border: none;
    margin-bottom: 5px;
}

.like_person_list .modal-body .nav-tabs .nav-item .nav-link {
    border-bottom: 2px solid black;
}

.like_person_list .modal-header button.btn-close {
    color: #f24570;
}

.like_person_list .modal-header {
    padding-bottom: 0;
}

.like_person_list .modal-body .nav-tabs .nav-item .nav-link.active {
    border-color: #f24570;
}

.like_person_list .modal-body {
    padding: 0 15px 15px 15px;
}

.like_person_list .modal-body .tab-content .tab-pane ul {
    min-height: max-content;
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.like_person_list .modal-body .tab-content .tab-pane ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-shadow: inset 0px 0px 15px -3px rgba(242, 69, 112, 0.3);
    margin-bottom: 5px;
}

.like_person_list .modal-body .tab-content .tab-pane ul li span.like_image_life {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    gap: 10px;
}

.like_person_list .modal-body .tab-content .tab-pane ul li span.like_image_life .image {
    width: 50px;
    height: 50px;
    position: relative;
}

.like_person_list .modal-body .tab-content .tab-pane ul li span.like_image_life .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.like_person_list .modal-body .tab-content .tab-pane ul li span.like_image_life .image i {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
}

.like_person_list .modal-body .tab-content .tab-pane ul li span.like_image_life_btn .info {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    background-color: #f24570;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

@media (min-width: 992px) {
    .member--style3 .member__item {
        width: calc(100% / 4);
    }
}

.member--style3 .member__inner {
    padding: 0px;
}

.member--style3 .member__inner:hover .member__thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.member--style3 .member__inner:hover .member__thumb::after {
    opacity: 1;
}

.member--style3 .member__inner:hover .member__content {
    bottom: 0;
}

.member--style3 .member__inner:hover .member__content h5 {
    color: #fff;
}

.member--style3 .member__thumb::after {
    height: 50%;
    left: 0;
    bottom: 0%;
    opacity: 0;
    background-image: linear-gradient(to top,
            #051937eb,
            #1712288f,
            #190a1a26,
            #12040d00,
            #00000000);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member--style3 .member__content {
    bottom: -100px;
    left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.member--style3 .default-btn {
    background: #2ba6cb;
}

.lightcase-contentInner .groupmodal {
    display: block;
}

a[class*="lightcase-icon-"].lightcase-icon-close,
#lightcase-case {
    /* z-index: 999999; */
    color: #f24570;
}

a[class*="lightcase-icon-"] {
    /* z-index: 999999; */
}

#lightcase-overlay {
    /* z-index: 99999; */
}

.groupmodal {
    display: none;
}

.groupmodal__content .activity__inner {
    border: none;
    padding: 0;
}

.groupmodal__content .activity__content h5 {
    margin-bottom: 0;
}

.groupmodal__publicmode {
    font-family: "icoFont" !important;
    width: auto;
    appearance: none;
}

.story .col:nth-child(2) .story__thumb span {
    background-image: linear-gradient(to right,
            #00afff,
            #3bbbff,
            #5ac6ff,
            #75d1ff,
            #8edcff);
}

.story .col:nth-child(3) .story__thumb span {
    background-image: linear-gradient(to right,
            #213366,
            #b46cff,
            #c285ff,
            #ce9eff,
            #dab6ff);
}

.story__inner {
    /* padding: 15px; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* background-color: transparent !important; */
    padding: 0px 0 15px 0;
    border: 1px solid rgba(136, 136, 136, 0.1);
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.story__inner .story__content {
    /* padding: 15px;
    background-color: white; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.story__inner:hover {
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.story__inner .story__thumb {
    max-width: 100%;
    /* width: 146px;
    height: 190px; */
    /* margin: 0 auto; */
    /* margin-bottom: 10px;
    padding: 5px;
    margin-bottom: 0; */
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 5px;
    display: block;
}

.story__inner .story__thumb .member__thumb {
    width: 100%;
    height: 100%;
}

.story__inner .story__thumb .member__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.story__inner .story__thumb img .profileImagePreview {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.story__inner:hover .story__thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.story__inner:hover .story__content h4 {
    color: #f24570;
    text-decoration: underline;
}

.story__thumb span {
    padding-block: 1.5px;
    background-image: linear-gradient(to right,
            #fd3f84,
            #ff5d7f,
            #ff777f,
            #ff8e84,
            #ffa38d);
}

.story__content {
    /* padding: 20px 15px; */
}

.story__content h4 {
    line-height: 1.3;
    font-size: 15px;
    /* text-align: center; */
}

.story__content--thumb {
    width: 55px;
}

.story__content--thumb img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.story__content--content p {
    font-size: 0.875rem;
}

.story__content--content p i {
    font-size: 0.875rem;
}

.story__content--gallery li {
    width: calc(100% / 3);
    overflow: hidden;
}

.story__content ul li.bg-theme {
    background: #f24570;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.story--style2 .story__content h4 {
    margin-bottom: 0;
}

.story--style2 .story--theme-color .story__thumb span {
    background: #f24570;
}

.story--style2 .story--theme-color .story__content ul.img-stack li.bg-theme {
    background: #f24570;
}

.story--style2 .story--theme-color2 .story__thumb span {
    background: #00c851 !important;
}

.story--style2 .story--theme-color2 .story__content ul.img-stack li.bg-theme {
    background: #00c851;
}

.story--style2 .story--theme-color3 .story__thumb span {
    background: #00afff !important;
}

.story--style2 .story--theme-color3 .story__content ul.img-stack li.bg-theme {
    background: #00afff;
}

.story--style2 .story--theme-color4 .story__thumb span {
    background: #213366;
}

.story--style2 .story--theme-color4 .story__content ul.img-stack li.bg-theme {
    background: #213366;
}

.story--style2 .story--theme-color5 .story__thumb span {
    background: #ff6100;
}

.story--style2 .story--theme-color5 .story__content ul.img-stack li.bg-theme {
    background: #ff6100;
}

.story--style2 .story--theme-color6 .story__thumb span {
    background: #2ba6cb;
}

.story--style2 .story--theme-color6 .story__content ul.img-stack li.bg-theme {
    background: #2ba6cb;
}

.story--style2 .story--theme-color7 .story__thumb span {
    background: #ff0461;
}

.story--style2 .story--theme-color7 .story__content ul.img-stack li.bg-theme {
    background: #ff0461;
}

.story--style2 .story--theme-color8 .story__thumb span {
    background: #c7edff;
}

.story--style2 .story--theme-color8 .story__content ul.img-stack li.bg-theme {
    background: #c7edff;
}

.story--style2 .story--theme-color9 .story__thumb span {
    background: #233d4e;
}

.story--style2 .story--theme-color9 .story__content ul.img-stack li.bg-theme {
    background: #233d4e;
}

.story--style2 .story--theme-color10 .story__thumb span {
    background: #c6d92f;
}

.story--style2 .story--theme-color10 .story__content ul.img-stack li.bg-theme {
    background: #c6d92f;
}

.story--style2 .story--theme-color11 .story__thumb span {
    background: #0eb8b7;
}

.story--style2 .story--theme-color11 .story__content ul.img-stack li.bg-theme {
    background: #0eb8b7;
}

.story--style2 .story--theme-color12 .story__thumb span {
    background: #f58c76;
}

.story--style2 .story--theme-color12 .story__content ul.img-stack li.bg-theme {
    background: #f58c76;
}

.story.community .story__thumb span {
    background: #f24570 !important;
}

.story .section__wrapper {
    margin-top: 18px;
}

.meet__inner:hover .meet__thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.meet__content {
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.meet__content img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.meet--style2 .section__wrapper {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .meet--style2 .section__header {
        margin-bottom: 0;
    }

    .meet--style2 .section__header h2 {
        max-width: 400px;
    }

    .meet--style2 .section__header p {
        max-width: 500px;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

.meet--style2 .section__header .default-btn {
    background: #2ba6cb;
}

.app__content {
    margin-top: 25px;
}

.app__content p {
    line-height: 30px;
    font-size: 1.125rem;
}

.app__content ul li:nth-child(1) {
    margin-left: 0;
}

@media (max-width: 575px) {
    .app__content ul li:nth-child(2) {
        margin-left: 0;
    }
}

.app__content ul li a {
    box-shadow: 0px 0px 20px rgba(136, 136, 136, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.app__content ul li a:hover {
    box-shadow: none;
}

.app--style2::after {
    background: url(../../assets/images/app/bg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.transportation {
    background: #fffbf8;
}

.transportation .section__wrapper .left {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .transportation .section__wrapper .left {
        margin-bottom: 0;
    }
}

.transportation .section__wrapper .left .section__header::after {
    display: none;
}

.transportation .section__wrapper .left .section__header h2:first-child {
    margin-bottom: 10px;
}

.transportation .section__wrapper .left .section__header p {
    margin-left: 0;
}

.transportation .section__wrapper .left .section__header ul {
    margin: 0;
    align-items: center;
}

.transportation .section__wrapper .left .section__header ul li {
    align-items: center;
    width: 100%;
    padding-block: 10px;
}

@media (min-width: 576px) {
    .transportation .section__wrapper .left .section__header ul li {
        width: calc(100% / 2);
    }
}

.transportation .section__wrapper .left .section__header ul li .thumb {
    width: 23px;
    margin-right: 10px;
}

.transportation .section__wrapper .left .section__header ul li .content {
    width: calc(100% - 35px);
}

.transportation .section__wrapper .left .section__header ul li .content p {
    margin-bottom: 0;
}

.transportation .section__wrapper .right {
    height: 430px;
    background: url(../../assets/images/transport/bg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.transportation .section__wrapper .right .lab-line {
    cursor: pointer;
    display: none;
}

.transportation .section__wrapper .right .lab-line span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
}

.transportation .section__wrapper .right .lab-line span::after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.transportation .section__wrapper .right .lab-line .lab-tooltip {
    bottom: 0;
    left: 40%;
    width: 150px;
    height: auto;
    border-radius: 10px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 10px;
    z-index: 4;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    transform: translate(-50%, -20px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.transportation .section__wrapper .right .lab-line .lab-tooltip::after {
    width: 19px;
    height: 19px;
    background: #fff;
    bottom: -12px;
    left: 50%;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    z-index: -1;
    transform: rotate(45deg) translateX(-50%);
}

.transportation .section__wrapper .right .lab-line .lab-tooltip::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}

.transportation .section__wrapper .right .lab-line .lab-tooltip a {
    margin-bottom: 0;
    color: #213366;
    z-index: 1;
}

.transportation .section__wrapper .right .lab-line:hover .lab-tooltip {
    visibility: visible;
    opacity: 1;
}

.transportation .section__wrapper .right .lab-line:nth-child(1) {
    top: 20%;
    left: 2%;
}

.transportation .section__wrapper .right .lab-line:nth-child(1) span {
    background: #bb6df7;
}

.transportation .section__wrapper .right .lab-line:nth-child(1) span::after {
    animation: lab_transport 1.5s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(2) {
    top: 7%;
    left: 20%;
}

.transportation .section__wrapper .right .lab-line:nth-child(2) span {
    background: #009bfe;
}

.transportation .section__wrapper .right .lab-line:nth-child(2) span::after {
    animation: lab_transport1 1s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(3) {
    top: 7%;
    left: 40%;
}

.transportation .section__wrapper .right .lab-line:nth-child(3) span {
    background: #00bf8d;
}

.transportation .section__wrapper .right .lab-line:nth-child(3) span::after {
    animation: lab_transport2 2.5s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(4) {
    top: 37%;
    left: 20%;
}

.transportation .section__wrapper .right .lab-line:nth-child(4) span {
    background: #f37399;
}

.transportation .section__wrapper .right .lab-line:nth-child(4) span::after {
    animation: lab_transport3 1s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(5) {
    top: 70%;
    left: 30%;
}

.transportation .section__wrapper .right .lab-line:nth-child(5) span {
    background: #f37399;
}

.transportation .section__wrapper .right .lab-line:nth-child(5) span::after {
    animation: lab_transport4 3s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(6) {
    top: 20%;
    left: 90%;
}

.transportation .section__wrapper .right .lab-line:nth-child(6) span {
    background: #009bfe;
}

.transportation .section__wrapper .right .lab-line:nth-child(6) span::after {
    animation: lab_transport1 2s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(7) {
    top: 25%;
    left: 65%;
}

.transportation .section__wrapper .right .lab-line:nth-child(7) span {
    background: #f37399;
}

.transportation .section__wrapper .right .lab-line:nth-child(7) span::after {
    animation: lab_transport4 2.5s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(8) {
    top: 75%;
    left: 82%;
}

.transportation .section__wrapper .right .lab-line:nth-child(8) span {
    background: #00bf8d;
}

.transportation .section__wrapper .right .lab-line:nth-child(8) span::after {
    animation: lab_transport2 2s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(9) {
    top: 50%;
    left: 50%;
}

.transportation .section__wrapper .right .lab-line:nth-child(9) span {
    background: #bb6df7;
}

.transportation .section__wrapper .right .lab-line:nth-child(9) span::after {
    animation: lab_transport 4s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(10) {
    top: 80%;
    left: 53%;
}

.transportation .section__wrapper .right .lab-line:nth-child(10) span {
    background: #009bfe;
}

.transportation .section__wrapper .right .lab-line:nth-child(10) span::after {
    animation: lab_transport1 3s infinite;
}

.transportation .section__wrapper .right .lab-line:nth-child(1),
.transportation .section__wrapper .right .lab-line:nth-child(2),
.transportation .section__wrapper .right .lab-line:nth-child(3),
.transportation .section__wrapper .right .lab-line:nth-child(4),
.transportation .section__wrapper .right .lab-line:nth-child(5),
.transportation .section__wrapper .right .lab-line:nth-child(6),
.transportation .section__wrapper .right .lab-line:nth-child(7),
.transportation .section__wrapper .right .lab-line:nth-child(8),
.transportation .section__wrapper .right .lab-line:nth-child(9),
.transportation .section__wrapper .right .lab-line:nth-child(10) {
    display: block;
}

.transportation.style-2 {
    background: #fff;
}

.group__top {
    padding-block: 13.5px;
    background: #fff;
}

.group__top ul li {
    padding: 8px 16px;
}

.group__top ul li .nav-link {
    padding: 0;
    font-weight: 600;
    color: #213366;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid transparent;
    height: 37px;
    gap: 5px;
    font-size: 17px;
}

.group__top ul li .nav-link span.active {
    width: 20px;
    height: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f24570;
    font-size: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.group__top ul li .nav-link.active,
.group__top ul li .nav-link:hover {
    color: #f24570;
    border-bottom: 2px solid #f24570;
}

.group__bottom {
    margin-top: 30px;
}

.group__bottom--area {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.group__bottom--head {
    border-bottom: 1px solid #ecf0f3;
}

.group__bottom--head .left form input {
    border: 1px solid #ecf0f3;
    padding: 15px;
    height: 30px;
    padding: 5px;
}

.group__bottom--head .left form button {
    background: #f24570;
    color: #fff;
    /* height: 38px; */
    padding-inline: 15px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.userdetail_wrap {
    background-color: white;
}

.edit_number_form button.save_button {
    position: static !important;
    left: 0 !important;
    bottom: 0 !important;
}

.edit_number_form .field_group {
    margin-bottom: 10px;
}

.edit_number_form .field_group label {
    line-height: 28px;
    font-weight: 600;
    font-size: 1.125rem;
    color: #213366;
}

.edit_number_form .field_group input {
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
    padding: 0px 30px;
    height: 50px;
}

@media (max-width: 575px) {
    .group__bottom--head .right {
        margin-top: 15px;
        width: 100%;
    }
}

.group__bottom--head .right .banner__inputlist {
    margin-left: 15px;
}

.group__bottom--body {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.group__bottom--body ul li {
    padding-block: 15px;
    border-bottom: 1px solid #ecf0f3;
}

.group__bottom--body ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.group__bottom--body ul li:hover .left .member__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.group__bottom--body ul li:hover .right h6 {
    color: #f24570;
}

.group__bottom--body ul li .right span {
    margin-bottom: 0 !important;
}

.group__bottom--body .top .left .member__thumb {
    width: 50px;
    height: 50px;
    margin-left: 0;
}

.group__bottom--body .top .left .member__activity {
    right: -5px;
    bottom: 0;
}

.group__bottom--body .top .right {
    width: calc(100% - 65px);
}

.group__bottom--body .top .right a {
    width: 100%;
    font-size: 14px;
    display: block;
}

.group__bottom--body .top .right h6 span {
    font-weight: 400;
    font-size: 1rem;
}

.group__bottom--body .bottom__thumb {
    padding: 15px;
    border: 1px solid #ecf0f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.group__bottom--body .member__inner {
    background: rgba(199, 237, 255, 0.4);
}

.group__bottom--body .member__inner:hover .member__content h6 {
    color: #f24570;
}

.group__bottom--body .member__content {
    padding-inline: 0;
    padding-bottom: 10px;
}

.group__bottom--body .member__content h6 {
    margin-bottom: 2px;
}

.group__bottom--left .default-btn {
    background: #f24570;
    color: #fff;
}

.group__bottom--left_left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.group__bottom--left_left .tab-content {
    display: flex;
    flex: 1;
}

.group__bottom--left_left .tab-content .tab-pane {
    width: 100%;
}

.group__bottom--left_left .profile-items-detaile-two--search {
    max-width: 350px;
    width: 100%;
}

.group__bottom--left .default-btn span {
    color: #fff;
}

.profile_detail .nav-tabs .nav-item {
    /* padding: 8px 16px; */
    background-color: #fff;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    /* border-bottom: 2px solid transparent; */
}

.nav-tabs,
.top-menu-right .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1px;
    gap: 10px;
}

.top-menu-right .nav-tabs .nav-item .nav-link,
.profile_detail .nav-tabs .nav-item .nav-link {
    padding: 8px 16px;
    font-weight: 600;
    color: #213366;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    border: none;
    border-bottom: 2px solid transparent;
    height: 37px;
    gap: 5px;
    font-size: 16px;
    background-color: #fff;
}

.top-menu-right .nav-tabs .nav-item .nav-link:hover,
.top-menu-right .nav-tabs .nav-item .nav-link.active,
.profile_detail .nav-tabs .nav-item .nav-link:hover,
.profile_detail .nav-tabs .nav-item .nav-link.active {
    border: none;
    border-bottom: 2px solid #f24570;
    color: #f24570;
}

/* @media (min-width: 1200px) {
    .group__bottom--center {
        margin-top: -90px;
    }
} */
.group__bottom--center .story__content--content p i {
    color: #f24570;
}

.group__bottom--right .active-member,
.group__bottom--right .active-group {
    padding-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.group__bottom--right .active-member .modal-header h6 {
    margin: 0;
}

.group__bottom--right .active-member .modal-header ul li button,
.group__bottom--right .active-group .modal-header ul li button {
    padding: 6px;
    font-size: 0.875rem;
    font-weight: 700;
}

.group__bottom--right .active-member .modal-header ul li button.active,
.group__bottom--right .active-member .modal-header ul li button:hover,
.group__bottom--right .active-group .modal-header ul li button.active,
.group__bottom--right .active-group .modal-header ul li button:hover {
    color: #f24570;
}

.group__bottom--right .default-btn {
    background: #f24570;
    color: #fff;
}

.group__bottom--right .default-btn span {
    color: #fff;
}

/*
.group__bottom--allmedia ul {
    padding-bottom: 5px;
    margin-bottom: 15px;
} */
.group__bottom--allmedia ul li {
    padding-block: 0px;
    border-bottom: none;
}

/* .group__bottom--allmedia ul li .nav-link {
    padding-inline: 10px;
    padding-block: 5px;
} */
.group__bottom--allmedia ul li .nav-link.active,
.group__bottom--allmedia ul li .nav-link:hover {
    color: #f24570 !important;
    border-bottom: 2px solid #f24570;
}

.group__bottom--allmedia ul li .nav-link span {
    padding: 3px 6px;
    background: #f24570;
    color: #fff;
    font-size: 0.625rem;
}

/* .group__bottom--allmedia ul li .nav-link span::after {
    left: -4px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #f24570;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
} */
.group__bottom--allmedia .media-upload .upload-now .custom-upload {
    background: #f24570;
    padding: 0.5rem 1rem;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

/* .group__bottom--allmedia .media-thumb::before {
    background: rgba(33, 51, 102, 0.5);
    box-shadow: none;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */
.group__bottom--allmedia .media-thumb .Videoicon,
.group__bottom--allmedia .media-thumb .icon {
    color: #fff;
    font-size: calc(1.275rem + 0.3vw);
    z-index: 12;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

@media (min-width: 1200px) {

    .group__bottom--allmedia .media-thumb .Videoicon,
    .group__bottom--allmedia .media-thumb .icon {
        font-size: 1.5rem;
    }
}

.group__bottom--allmedia .media-thumb:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.group__bottom--allmedia .media-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.group__bottom--allmedia .media-thumb:hover .icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.group__bottom--allmedia .media-thumb.albam-thumb {
    overflow: visible;
}

.group__bottom--allmedia .media-thumb.albam-thumb:hover::after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.group__bottom--allmedia .media-thumb.albam-thumb:hover img {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.group__bottom--allmedia .media-thumb.albam-thumb:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.group__bottom--allmedia .media-thumb.albam-thumb::after {
    border: 1px solid #c7c7c7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -52%);
    -moz-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    -o-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
}

.group__bottom--allmedia .media-thumb.albam-thumb::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.group__bottom--allmedia .media-thumb.albam-thumb img {
    z-index: 1;
    border: 1px solid #c7c7c7;
    padding: 4px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.group__bottom--allmedia .default-btn {
    background: #f24570;
    color: #fff;
}

.group__bottom--allmedia .default-btn span {
    color: #fff;
}

.group__bottom--activity {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.group__bottom--activity ul li .nav-link.active {
    background-color: #f24570;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.group__bottom--memberactivity {
    background: transparent;
}

.group__bottom--memberactivity .group__bottom--body {
    padding: 0;
}

.group__bottom--friends .member__inner {
    padding: 15px;
}

.group__bottom--friends .member__content {
    padding-inline: 0;
}

.group--single .img-stack {
    justify-content: flex-start;
}

.group--single .group__bottom--group .story__inner {
    background: #f1f7fe;
}

.group--single .group__bottom--body ul.img-stack li {
    padding-block: 0;
    background: #f1f7fe;
    border: none;
}

.group--single .group__bottom--body ul.img-stack li.bg-theme {
    background: #f24570;
}

.group--single .img-stack li img {
    background: #f1f7fe;
}

.group--single .story__item.style2 .story__inner:hover .story__thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.group--single .story__item.style2 .story__inner:hover .story__content h4 {
    color: #213366;
    text-decoration: none;
}

.media-content .tab-content {
    margin-top: 16px;
}

p.love_sign {
    font-size: 13px;
    padding: 10px 10px;
}

/* .profile-items-detaile-one {
    margin-top: -45px;
} */
.site .info-list li {
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
}

.site .info-list li:last-child {
    border-bottom: none;
}

.site .info-list li:hover h5 {
    color: #f24570;
}

.site .info-list li .info-details .id-left {
    width: 60px;
}

.site .info-list li .info-details .id-right {
    padding-left: 15px;
}

.site .info-list li .default-btn {
    padding: 8px 15px;
    font-size: 0.875rem;
    letter-spacing: 1;
}

.img-stack {
    justify-content: center;
}

.img-stack li {
    text-align: center;
    background: #fff;
}

.img-stack li:first-child a {
    margin-left: 0;
}

.img-stack li:last-child a {
    margin-left: 0;
}

.img-stack li img {
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.img-stack li a {
    color: #fff;
    margin-left: -10px;
    -webkit-border-radius: 100;
    -moz-border-radius: 100;
    -ms-border-radius: 100;
    -o-border-radius: 100;
    border-radius: 100;
}

.img-stack li:hover .time-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
}

.img-stack li .time-tooltip {
    bottom: 0;
    left: 40%;
    width: 120px;
    height: auto;
    border-radius: 3px;
    background: #f24570;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    text-align: center;
    padding: 15px 10px;
    z-index: 4;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -o-transform: translate(-50%, -20px);
}

.img-stack li .time-tooltip::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background: #f24570;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    bottom: -12px;
    left: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: -1;
    -o-transform: rotate(45deg) translateX(-50%);
}

.img-stack li .time-tooltip::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #f24570;
    border-radius: 10px;
}

.img-stack li .time-tooltip .time-tooltip-holder {
    z-index: 1;
}

.img-stack li .time-tooltip .time-tooltip-holder .tooltip-info {
    display: block;
    font-size: 12px;
    line-height: 1px;
    color: #fff;
}

/*  Login & Registration  Section */
.log-reg {
    height: 100vh;
}

.log-reg.forezero .log-reg-inner,
.log-reg.comingsoon .log-reg-inner {
    align-content: center;
    justify-content: center;
}

.log-reg.forezero .image-404,
.log-reg.comingsoon .image-404 {
    background: url(../../assets/images/login/404.jpg);
    left: 0;
    right: auto;
}

.log-reg.forezero .backto-home,
.log-reg.comingsoon .backto-home {
    color: #213366 !important;
}

.log-reg.forezero .log-reg-inner,
.log-reg.comingsoon .log-reg-inner {
    padding-right: 0;
}

@media (min-width: 992px) {

    .log-reg.forezero .log-reg-inner,
    .log-reg.comingsoon .log-reg-inner {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .log-reg.forezero .log-reg-inner {
        height: 100vh;
    }
}

.log-reg.comingsoon .image-comingsoon {
    background: url(../../assets/images/login/comingsoon.jpg);
    left: 0;
    right: auto;
}

@media (min-width: 992px) {
    .log-reg.comingsoon .backto-home {
        color: #213366 !important;
    }
}

.log-reg.comingsoon form input {
    border: 1px solid #ecf0f3;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-right: 70px;
    padding-left: 20px;
    padding-block: 20px;
}

.log-reg.comingsoon form button {
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    color: #fff;
    background: #f24570;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.log-reg .top-menu-area .backto-home {
    padding: 15px 0px 15px;
}

@media (min-width: 992px) {
    .log-reg .top-menu-area .backto-home {
        color: #213366;
    }
}

.log-reg .verfication_wrao .alert {
    margin: 0 auto;
    margin: 10px auto;
}

.log-reg .top-menu-area .backto-home:hover {
    text-decoration: underline;
}

.log-reg .top-menu-area .logo {
    padding: 15px 0px 15px;
}

.log-reg .top-menu-area .logo {
    width: 220px;
    height: 100px;
}

.log-reg .top-menu-area .logo a {
    width: 100%;
    display: block;
    height: 100%;
}

.log-reg .top-menu-area .logo a video,
.log-reg .top-menu-area .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.log-reg .image {
    background: url(../../assets/images/auth/signup.jpg);
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    height: 100vh;
    width: 43%;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.log-reg .image.image-log {
    background: url(../../assets/images/auth/login3.jpg);
}

@media (max-width: 991px) {
    .log-reg .image {
        display: none;
    }

    .log-reg-inner {
        margin: 0 auto;
    }
}

.log-reg .log-reg-inner {
    max-width: 555px;
    padding-top: 30px;
    padding-bottom: 40px;
    /* height: calc(100vh - 72px); */
    padding-right: 5px;
    /* overflow-y: auto; */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.log-reg .log-reg-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #f9f9f9;
}

.log-reg .log-reg-inner::-webkit-scrollbar {
    width: 8px;
    background: #f9f9f9;
}

.log-reg .log-reg-inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #f24570;
}

.log-reg .log-reg-inner .section-header .title {
    color: #213366;
}

.log-reg .log-reg-inner .section-header P {
    color: #213366;
}

/* .log-reg .log-reg-inner .section-header.inloginp {
    padding-top: 80px;
} */
.log-reg .log-reg-inner .section-header.inloginp .title {
    line-height: 38px;
}

.log-reg .log-reg-inner .main-content .content-title {
    line-height: 34px;
    color: #213366;
    font-size: calc(1.275rem + 0.3vw);
}

.log-reg .log-reg-inner .main-content form .form-check {
    margin-bottom: 20px;
    gap: 10px;
}

.log-reg .log-reg-inner .main-content form .form-check input.form-check-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.log-reg .log-reg-inner .main-content form .form-check input.form-check-input:focus,
.log-reg .log-reg-inner .main-content form .form-check input.form-check-input:checked {
    background-color: #f24570;
    border-color: #f24570;
    box-shadow: none;
}

.log-reg .log-reg-inner .main-content form .form-check label {
    font-size: 14px;
    color: #213366;
}

.log-reg .log-reg-inner .main-content form .form-check label a {
    color: #f24570;
}

@media (min-width: 1200px) {
    .log-reg .log-reg-inner .main-content .content-title {
        font-size: 1.5rem;
    }
}

.log-reg .log-reg-inner .main-content .form-group label {
    line-height: 28px;
    font-weight: 600;
    font-size: 1.125rem;
}

.log-reg .log-reg-inner .main-content .form-group p {
    font-size: 12px;
    margin: 5px 0;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control {
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
    padding: 0px 30px;
    height: 50px;
    width: 500px;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::-webkit-input-placeholder {
    color: #213366 !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::-moz-placeholder {
    color: #213366 !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control:-ms-input-placeholder {
    color: #213366 !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::-ms-input-placeholder {
    color: #213366 !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::placeholder {
    color: #213366 !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::-webkit-placeholder {
    color: #213366 !important;
}

.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist {
    background-color: #eaf2fc;
    padding-block: 10px;
}

.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist input {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    accent-color: #f24570;
    text-align: center;
    border: 1px solid #f24570;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist label {
    line-height: 28px;
    font-size: 1.125rem;
}

.log-reg .log-reg-inner .main-content .form-group>.banner__inputlist select {
    padding: 3px;
    background-color: #eaf2fc;
}

.log-reg .log-reg-inner .main-content .default-btn {
    padding: 16px 40px;
    margin-bottom: 20px;
}

.log-reg .log-reg-inner .main-content .f-pass a {
    color: #213366;
}

.log-reg .log-reg-inner .main-content .f-pass a:hover {
    text-decoration: underline;
}

.log-reg .log-reg-inner .main-content .or {
    margin-top: 40px;
    color: #213366;
}

.log-reg .log-reg-inner .main-content .or::before {
    height: 1px;
    width: 100%;
    background: #dddce7;
    left: 0px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.log-reg .log-reg-inner .main-content .or p {
    background: #f1f7fe;
    padding: 0px 15px;
}

.log-reg .log-reg-inner .main-content .or-content p {
    color: #213366;
}

.log-reg .log-reg-inner .main-content .or-content .default-btn {
    border: 1px solid rgba(59, 54, 140, 0.1);
    -webkit-box-shadow: 1.948px 13.864px 6px 0px rgba(220, 234, 251, 0.3);
    box-shadow: 1.948px 13.864px 6px 0px rgba(220, 234, 251, 0.3);
    padding: 10px 30px;
}

.log-reg .log-reg-inner .main-content .or-content .default-btn:hover {
    -webkit-box-shadow: 2px 13px 16px 0px rgba(59, 54, 140, 0.1);
    box-shadow: 2px 13px 16px 0px rgba(59, 54, 140, 0.1);
}

.log-reg .log-reg-inner .main-content .or-content .or-signup a {
    color: #213366;
}

.log-reg .log-reg-inner .main-content .or-content .or-signup a:hover {
    text-decoration: underline;
    color: #f24570;
}

.blog .section-wrapper {
    margin-top: 10px;
}

.blog__inner {
    background: #fff;
}

.blog__inner:hover .blog__thumb a img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.blog__thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog__content p {
    margin-bottom: 25px;
    line-height: 1.6;
}

.blog__metapost a {
    border-left: 1px solid rgba(33, 51, 102, 0.3);
}

.blog__metapost a:first-child {
    border-left: none;
}

.blog--style2 .blog__item {
    background: #fff;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}

.blog--style2 .blog__inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blog--style2 .blog__thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog--style2 .blog__thumb a {
    display: block;
}

.blog--style2 .blog__thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog--style2 .blog__thumb .play-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog--style2 .blog__thumb .play-btn i {
    color: #fff;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1rem;
    background-color: #f24570;
    border-radius: 100%;
    height: 50px;
    z-index: 999;
}

@media (min-width: 768px) {
    .blog--style2 .blog__thumb .play-btn i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 1.4rem;
    }
}

.blog--style2 .blog__thumb .pluse_2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.1);
    z-index: -999;
}

.blog--style2 .blog__thumb .pluse_2::after,
.blog--style2 .blog__thumb .pluse_2::before {
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: -99;
}

.blog--style2 .blog__thumb .pluse_2::after {
    width: 70px;
    height: 70px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.blog--style2 .blog__thumb .pluse_2:before {
    width: 80px;
    height: 80px;
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-left: 0;
    margin-top: 0;
}

@keyframes play-btn-pluse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
        -moz-transform: translate(-50%, -50%) scale(0.3);
        -ms-transform: translate(-50%, -50%) scale(0.3);
        -o-transform: translate(-50%, -50%) scale(0.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
        -moz-transform: translate(-50%, -50%) scale(2);
        -ms-transform: translate(-50%, -50%) scale(2);
        -o-transform: translate(-50%, -50%) scale(2);
    }
}

.blog--style2 .blog__thumb .meta-date {
    top: 10px;
    left: 10px;
}

.blog--style2 .blog__thumb .meta-date .md-pre {
    padding: 8px 20px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.blog--style2 .blog__thumb .meta-date .md-pre h5,
.blog--style2 .blog__thumb .meta-date .md-pre p {
    color: #222c38;
    margin-bottom: 0;
    line-height: 1;
}

.blog--style2 .blog__thumb .meta-date .md-pre h5 {
    margin-bottom: 5px;
}

.blog--style2 .blog__thumb .meta-date .md-pre p {
    font-size: 15px;
}

.heart_image {
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    background-color: #f1f7fe;
}

.heart_image .icon {
    font-size: 20px;
}

_ .heart_image button.icon_info {
    font-size: 120px !important;
    padding: 0 !important;
    background-color: red !important;
}

.blog--style2 .blog__slider .thumb-nav {
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #f7f2e9;
    line-height: 50px;
    text-align: center;
    color: #222c38;
    font-size: 20px;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.log-reg .log-reg-inner .main-content {
    padding-bottom: 20px;
    /* height: calc(100vh - 300px); */
    padding-right: 20px;
}

@media (max-width: 575px) {
    .blog--style2 .blog__slider .thumb-nav {
        display: none;
    }

    .log-reg .log-reg-inner .main-content .form-group .my-form-control {
        padding: 0 10px;
    }
}

.blog--style2 .blog__slider .thumb-nav:hover {
    color: #fff;
    background-color: #f24570;
}

.blog--style2 .blog__slider .thumb-next {
    right: 20px;
    z-index: 1;
}

.blog--style2 .blog__slider .thumb-prev {
    left: 20px;
    z-index: 1;
}

.blog--style2 .blog__content {
    padding: 30px;
}

.blog--style2 .blog__content h2 {
    font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
    .blog--style2 .blog__content h2 {
        font-size: 1.875rem;
    }
}

.blog--style2 .blog__content a h3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog--style2 .blog__content a h3:hover {
    color: #f24570;
}

.blog--style2 .blog__date {
    margin-bottom: 19px;
}

.blog--style2 .blog__date li {
    display: inline-block;
    padding-right: 10px;
}

.blog--style2 .blog__date li:last-child {
    padding-right: 0;
}

.blog--style2 .blog__date li span a {
    padding-left: 5px;
}

.blog--style2 .blog__date li span a:hover {
    color: #f24570;
}

.article-pagination {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.article-pagination .prev-article a,
.article-pagination .next-article a {
    font-size: 14px;
    font-weight: 700;
    color: #f24570;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-pagination .prev-article a i,
.article-pagination .next-article a i {
    font-size: 18px;
}

.article-pagination .prev-article a:hover,
.article-pagination .next-article a:hover {
    color: #f24570;
}

.article-pagination .prev-article p,
.article-pagination .next-article p {
    margin-bottom: 0;
}

.article-pagination .next-article {
    text-align: right;
}

.author {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    margin: 30px 0;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 575px) {
    .author {
        justify-content: center;
    }
}

.author__thumb {
    width: 160px;
    text-align: center;
    border: 5px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.author__thumb a {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.author__thumb img {
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.author__content {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 576px) {
    .author__content {
        width: calc(100% - 170px);
        margin-top: 0;
        text-align: left;
        padding-left: 15px;
    }
}

.author__content h6 {
    margin-bottom: 5px;
}

.author__content p {
    margin-bottom: 10px;
}

.author__content .social-media {
    margin-bottom: 0;
}

.author__content .social-media a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #213366;
    background: transparent;
}

.author__content .social-media a:hover {
    color: #f24570;
}

.comments {
    background: #fff;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.comments .comment-title {
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    font-size: 1.25rem;
}

.Image_outter {
    position: relative;
}

.Image_outter .video-thumb video {
    max-height: 20rem;
}

.Image_outter button.image_upload {
    position: absolute;
    top: 0;
    right: 8px;
    width: 30px;
    height: 30px;
    background: #213366;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #f24570;
    border-radius: 0;
    border-bottom-left-radius: 4px;
}

.delete_icon_wrap .media-thumb {
    background-color: blue;
}

.image_under_review {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #213366;
    width: calc(100% - 16px);
    font-size: 15px;
    margin: 0 8px;
    color: #f24570;
    text-align: center;
}

#div_public_video .Image_outter .media-thumb .image_upload,
#private_Video .Image_outter .media-thumb .image_upload,
#div_paid_video .Image_outter .media-thumb .image_upload {
    right: 0;
}

#div_public_video .Image_outter .media-thumb .image_under_review,
#private_Video .Image_outter .media-thumb .image_under_review,
#div_paid_video .Image_outter .media-thumb .image_under_review {
    margin: 0;
    width: 100%;
}

p.f-pass {
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
}

@media (max-width: 575px) {
    .comments .comment-list {
        margin: 0;
    }
}

.comments .comment-list .comment .com-thumb {
    height: 50px;
    width: 50px;
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

@media (min-width: 576px) {
    .comments .comment-list .comment .com-thumb {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .comments .comment-list .comment .com-thumb {
        height: 80px;
        width: 80px;
    }
}

.comments .comment-list .comment .com-thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

@media (max-width: 575px) {
    .comments .comment-list .comment .com-content {
        width: 100%;
    }
}

.comments .comment-list .comment .com-content .com-title .com-title-meta a {
    font-size: 1.25rem;
}

.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
    color: #222c38;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
    color: #f24570;
}

@media (max-width: 575px) {
    .comments .comment-list .comment .com-content .com-title .reply {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
    padding: 3px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
    color: #f24570;
    border-radius: 5px;
}

.comments .comment-list .comment .comment-list {
    padding: 0 20px;
    border-top: 1px solid rgba(33, 51, 102, 0.1);
}

@media (min-width: 576px) {
    .comments .comment-list .comment .comment-list {
        padding-left: 60px;
        padding-right: 30px;
    }
}

.comments .comment-list .comment .comment-list .comment {
    list-style: none;
    overflow: hidden;
    padding-top: 30px;
}

.comments .comment-list .comment .comment-list .comment:last-child {
    border: none;
    padding-bottom: 0px;
}

.comment-respond {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.comment-respond h4 {
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    font-size: 1.25rem;
}

.comment-respond .add-comment .comment-form input[type="text"] {
    padding: 16px 15px;
    border-radius: 4px;
    width: 100%;
}

@media (min-width: 576px) {
    .comment-respond .add-comment .comment-form input[type="text"] {
        width: calc(100% / 2 - 15px);
    }
}

.comment-respond .add-comment .comment-form input,
.comment-respond .add-comment .comment-form textarea {
    border: none;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid rgba(33, 51, 102, 0.1);
    color: #213366;
}

.comment-respond .add-comment .comment-form input::placeholder,
.comment-respond .add-comment .comment-form textarea::placeholder {
    color: rgba(33, 51, 102, 0.9);
}

.comment-respond .add-comment .comment-form textarea {
    padding: 15px;
    width: 100%;
    border-radius: 4px;
}

.comment-respond .add-comment .comment-form .default-button {
    border: none;
    outline: none;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 50px;
}

.tags-area {
    justify-content: center;
    border-top: 1px solid rgba(33, 51, 102, 0.1);
    padding: 25px 10px;
}

@media (min-width: 1200px) {
    .tags-area {
        justify-content: space-between;
    }
}

@media (min-width: 576px) {
    .tags-area {
        padding: 25px 0 0;
    }
}

.tags {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .tags {
        margin-bottom: 0;
    }
}

.tags li {
    padding: 5px;
}

.tags li a {
    border: 1px solid rgba(33, 51, 102, 0.1);
    color: #213366;
    line-height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tags li a:hover,
.tags li a.active {
    background: #f24570;
    border-color: #f24570;
    color: #fff;
}

.share li {
    padding: 5px;
    cursor: pointer;
}

.share li:hover a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.share li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f24570;
    color: #fff;
    -webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.share li a.facebook {
    background: #3b5998;
}

.share li a.twitter {
    background: #55acee;
}

.share li a.instagram {
    background: #e4405f;
}

.share li a.google {
    background: #dd4b39;
}

.share li a.linkedin {
    background: #007bb5;
}

.share li a.vimeo {
    background: #3b5998;
}

.share li a.pinterest {
    background: #bd081c;
}

.share li a.behance {
    background: #1769ff;
}

.share li a.dribble {
    background: #ea4c89;
}

.single-quote {
    background: #f24570;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.single-quote .quotes {
    font-size: 1.25rem;
}

.single-quote span {
    margin-left: auto;
    display: block;
    text-align: right;
    font-size: 1rem;
}

.widget {
    margin-bottom: 24px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-header h5 {
    color: #213366;
    margin-bottom: 40px;
    font-size: 1.25rem;
}

.widget .widget-header h5::before {
    width: 40px;
    height: 4px;
    background-color: #f24570;
    bottom: -20px;
    border-radius: 2px;
}

.widget .widget-header h5::after {
    position: absolute;
    content: "";
    border-bottom: 5px dotted #f24570;
    width: 30px;
    bottom: -20px;
    left: 43px;
}

@media (max-width: 991px) {
    .widget.widget-search {
        margin-top: 65px;
    }
}

.widget.widget-search h5 {
    margin-bottom: 40px;
}

.widget.widget-search .search-wrapper input {
    height: 50px;
    padding: 13px 23px;
    padding-right: 50px;
    line-height: 50px;
    margin-bottom: 0;
    border: 1px solid rgba(33, 51, 102, 0.3);
    width: 100%;
    outline: none;
    color: #213366;
}

.widget.widget-search .search-wrapper button {
    padding: 0;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #f24570;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.widget.widget-category .widget-wrapper li {
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    padding: 20px 0;
}

.widget.widget-category .widget-wrapper li:last-child {
    border-bottom: none;
}

.widget.widget-category .widget-wrapper.list-bg-none li a span:last-child {
    background-color: transparent;
}

.widget.widget-category .widget-wrapper li {
    padding: 0;
}

.widget.widget-category .widget-wrapper li a {
    color: #213366;
    padding: 15px 0px;
}

.widget.widget-category .widget-wrapper li a i {
    margin-right: 5px;
}

.widget.widget-category .widget-wrapper li a.active,
.widget.widget-category .widget-wrapper li a:hover {
    padding-left: 10px;
    color: #f24570;
}

.widget.widget-category .widget-wrapper li a.active span:last-child,
.widget.widget-category .widget-wrapper li a:hover span:last-child {
    background-color: #f24570;
    color: #fff;
}

.widget.widget-category .widget-wrapper li a span {
    font-weight: 500;
}

.widget.widget-category .widget-wrapper li a span:last-child {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    color: #213366;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget-archive li {
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    padding: 20px 0;
}

.widget.widget-archive li:last-child {
    border-bottom: none;
}

.widget.widget-archive li a {
    color: #213366;
    font-weight: 500;
}

.widget.widget-archive li a i {
    margin-right: 5px;
}

.widget.widget-archive li a.active,
.widget.widget-archive li a:hover {
    padding-left: 10px;
    color: #f24570;
}

.widget.widget-post h5,
.widget.recent-product h5 {
    margin-bottom: 40px;
}

.widget.widget-post ul.widget-wrapper,
.widget.recent-product ul.widget-wrapper {
    padding: 0;
}

.widget.widget-post ul.widget-wrapper li,
.widget.recent-product ul.widget-wrapper li {
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    padding: 20px 0;
}

.widget.widget-post ul.widget-wrapper li:last-child,
.widget.recent-product ul.widget-wrapper li:last-child {
    border-bottom: none;
}

.widget.widget-post ul.widget-wrapper li:hover .post-thumb img,
.widget.recent-product ul.widget-wrapper li:hover .post-thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.widget.widget-post ul.widget-wrapper li:hover .post-content h6,
.widget.recent-product ul.widget-wrapper li:hover .post-content h6 {
    color: #f24570;
}

.widget.widget-post ul.widget-wrapper li .post-thumb,
.widget.recent-product ul.widget-wrapper li .post-thumb {
    width: 80px;
    height: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .widget.widget-post ul.widget-wrapper li .post-thumb,
    .widget.recent-product ul.widget-wrapper li .post-thumb {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
}

.widget.widget-post ul.widget-wrapper li .post-thumb a,
.widget.recent-product ul.widget-wrapper li .post-thumb a {
    display: inline-flex;
    height: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a img,
.widget.recent-product ul.widget-wrapper li .post-thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget-post ul.widget-wrapper li .post-content,
.widget.recent-product ul.widget-wrapper li .post-content {
    width: calc(100% - 80px);
}

@media (min-width: 992px) and (max-width: 1199px) {

    .widget.widget-post ul.widget-wrapper li .post-content,
    .widget.recent-product ul.widget-wrapper li .post-content {
        width: calc(100% - 80px);
    }
}

.widget.widget-post ul.widget-wrapper li .post-content h6,
.widget.recent-product ul.widget-wrapper li .post-content h6 {
    font-size: 16px;
    line-height: 1.5;
    color: #213366;
}

.widget.widget-post ul.widget-wrapper li .post-content p,
.widget.recent-product ul.widget-wrapper li .post-content p {
    margin: 0;
}

.widget.widget-post ul.widget-wrapper li .post-content p i,
.widget.recent-product ul.widget-wrapper li .post-content p i {
    color: #f24570;
    font-size: 0.875rem;
}

.widget.recent-product ul.widget-wrapper {
    padding: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget.recent-product ul.widget-wrapper li .post-thumb {
        width: 80px;
    }
}

.widget.recent-product ul.widget-wrapper li .post-content .price {
    margin-top: 5px;
    font-weight: 700;
}

.widget.widget-instagram ul.widget-wrapper {
    padding-top: 15px;
}

.widget.widget-instagram ul.widget-wrapper li {
    width: calc(100% / 3);
    padding: 0;
    border: none;
}

.widget.widget-instagram ul.widget-wrapper li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.widget.widget-instagram ul.widget-wrapper li a {
    margin: 5px;
    display: block;
}

.widget.widget-instagram ul.widget-wrapper li a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.widget.widget-tags ul.widget-wrapper li {
    border: none;
    padding: 0;
}

.widget.widget-tags ul.widget-wrapper li a {
    padding: 7px 15px;
    font-weight: 500;
    border: 1px solid rgba(33, 51, 102, 0.1);
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 5px;
    font-size: 14px;
}

.widget.widget-tags ul.widget-wrapper li a.active,
.widget.widget-tags ul.widget-wrapper li a:hover {
    background-color: #f24570;
    color: #fff;
    border-color: #f24570;
}

.widget.widget-author {
    padding: 0;
}

.widget.widget-author .widget-wrapper .admin-thumb {
    margin-bottom: 15px;
    margin-left: 0;
}

.widget.widget-author .widget-wrapper .admin-thumb img {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.widget.widget-author .widget-wrapper .admin-content h5 {
    color: #f24570;
    font-weight: 500;
}

.widget.widget-author .widget-wrapper .admin-content p {
    font-size: 15px;
}

.widget.widget-author .widget-wrapper .admin-content .social-media {
    margin-bottom: 0;
}

.widget.widget-author .widget-wrapper .admin-content .social-media a {
    background: transparent;
    font-size: 1.125rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
}

.widget.widget-author .widget-wrapper .admin-content .social-media a:hover {
    box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.widget.recipe-categori {
    padding: 0;
}

.widget.recipe-categori .widget-wrapper {
    padding: 25px 15px;
}

.widget.recipe-categori .widget-wrapper .recipe-item {
    border: 1px dotted #ecf0f3;
    border-width: 1px;
    border-top: none;
    border-right: none;
    margin: 5px;
}

.widget.widget-event .widget-wrapper li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    display: flex;
}

.widget.widget-event .widget-wrapper li:last-child {
    padding-bottom: 0;
}

.widget.widget-event .widget-wrapper li i {
    color: #f24570;
    margin-right: 3px;
}

.widget.widget-event .widget-wrapper li span:first-child {
    width: 50%;
}

.widget.shop-widget .widget-wrapper .shop-menu li {
    list-style: none;
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    padding: 12px 0px;
}

.widget.shop-widget .widget-wrapper .shop-menu li:last-child {
    border-bottom: none;
}

.widget.shop-widget .widget-wrapper .shop-menu li.open>a::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}

.widget.shop-widget .widget-wrapper .shop-menu li a {
    font-weight: 500;
}

.widget.shop-widget .widget-wrapper .shop-menu li a.active,
.widget.shop-widget .widget-wrapper .shop-menu li a:hover {
    color: #f24570;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
    margin: 0;
    display: none;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
    padding: 5px 0;
    padding-left: 15px;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li:last-child {
    border-bottom: none;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open>a::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
    color: #213366;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover {
    color: #f24570;
}

/*@@@@@@@@@@@@@@   Shop Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-page .section-header h4 span {
    font-weight: 400;
}

.shop-page .shop-title {
    padding: 16px 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.shop-page .shop-title p {
    color: #213366;
}

.shop-page .shop-title .product-view-mode a {
    color: #213366;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-page .shop-title .product-view-mode a:last-child {
    margin-left: 5px;
}

.shop-page .shop-product-wrap {
    height: auto !important;
}

.shop-page .shop-product-wrap.grid {
    height: auto;
}

.shop-page .shop-product-wrap.grid .product-list-item {
    display: none;
}

.shop-page .shop-product-wrap.list .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.shop-page .shop-product-wrap.list .product-item {
    display: none;
}

.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item {
    padding: 10px;
    background: #fff;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb img,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb .pro-thumb::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
    opacity: 1;
    z-index: 9;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after {
    top: 0;
    left: 0;
    background: rgba(242, 69, 112, 0.7);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
    opacity: 0;
    bottom: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #f24570;
    margin: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
    cursor: pointer;
}

.shop-page .shop-product-wrap .product-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-content {
    padding-top: 20px;
    text-align: center;
}

.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5 {
    margin-bottom: 5px;
}

.shop-page .shop-product-wrap .product-item .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a {
    color: #213366;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-content p,
.shop-page .shop-product-wrap .product-list-item .product-content p {
    margin-bottom: 5px;
}

.shop-page .shop-product-wrap .product-item .product-content p i,
.shop-page .shop-product-wrap .product-list-item .product-content p i {
    color: #f24570;
}

@media (min-width: 768px) {
    .shop-page .shop-product-wrap .product-list-item .product-thumb {
        width: 35%;
    }
}

.shop-page .shop-product-wrap .product-list-item .product-content {
    text-align: left;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .shop-page .shop-product-wrap .product-list-item .product-content {
        width: 65%;
    }
}

.shop-page .modal.show {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
    z-index: 99999999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards;
    overflow-y: scroll;
    background: rgba(33, 51, 102, 0.9);
}

.shop-page .modal .modal-dialog .modal-content button.close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0px;
    background: #f24570;
    z-index: 9;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    outline: none;
    border: none;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    -o-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.shop-page .modal .modal-dialog .modal-content .modal-body {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
        margin-top: 0;
    }
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content p i {
    color: #f24570;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
    margin-top: 30px;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .default-btn {
    margin-left: 20px;
    padding-block: 12px;
}

/*@@@@@@@@@@@@@@   Shop Single Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-single .sidebar-widget .widget-search {
    border: none;
}

.shop-single .sidebar-widget .widget-search form input {
    border: 1px solid #ecf0f3;
}

.shop-single .product-details {
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.shop-single .product-details .product-thumb .pro-single-top {
    margin-bottom: 20px;
}

.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.shop-single .product-details .product-thumb .pro-single-thumbs {
    max-width: 80%;
    margin: auto;
}

.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img {
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next {
    cursor: pointer;
    width: 24px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    text-align: center;
    background: #f6f6f9;
    bottom: 15px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.shop-single .product-details .product-thumb .pro-single-prev:hover,
.shop-single .product-details .product-thumb .pro-single-next:hover {
    color: #fff;
    background: #f24570;
}

.shop-single .product-details .product-thumb .pro-single-prev {
    right: 0;
}

.shop-single .product-details .product-thumb .pro-single-next {
    left: 0;
}

.shop-single .product-details .post-content {
    padding-top: 30px;
}

.banner_inner_right,
.banner_inner_left {
    width: 50%;
}

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

.why_us_item {
    width: 24%;
}

@media (min-width: 768px) {
    .shop-single .product-details .post-content {
        padding-top: 0;
    }
}

.shop-single .product-details .post-content h6 {
    font-size: 18px;
    font-weight: 500;
}

.shop-single .product-details .post-content p.rating i {
    color: #f24570;
}

.shop-single .product-details .post-content form .select-product {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid rgba(33, 51, 102, 0.1);
}

@media (min-width: 576px) {
    .shop-single .product-details .post-content form .select-product {
        width: 48%;
    }
}

.shop-single .product-details .post-content form .select-product select {
    height: 40px;
    outline: none;
    --webkit-appearance: none;
    z-index: 1;
    background: transparent;
    padding-left: 20px;
    font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ecf0f3;
    text-align: center;
    z-index: 0;
    color: #222c38;
}

.shop-single .product-details .post-content form .cart-plus-minus {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .shop-single .product-details .post-content form .cart-plus-minus {
        margin-top: 0;
        margin-left: auto;
    }
}

.shop-single .product-details .post-content form .cart-plus-minus input {
    background: #fff;
}

.shop-single .product-details .post-content form .discount-code {
    border: 1px solid rgba(33, 51, 102, 0.1);
}

@media (min-width: 576px) {
    .shop-single .product-details .post-content form .discount-code {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .shop-single .product-details .post-content form .discount-code {
        width: 60%;
    }
}

.shop-single .product-details .post-content form .discount-code input {
    background: #fff;
}

.shop-single .product-details .post-content form .default-btn {
    margin-top: 20px;
    color: #fff;
}

.shop-single .product-details .post-content form .default-btn:hover span {
    color: #fff;
}

.shop-single .review {
    background: #fff;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.shop-single .review .review-nav li {
    list-style: none;
    padding: 13px 33px;
    background: #06264d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.shop-single .review .review-nav li:last-child {
    margin-right: 0;
}

.shop-single .review .review-content.review-content-show .review-showing {
    display: block;
}

.shop-single .review .review-content.description-show .description {
    display: block;
}

.shop-single .review .review-content .review-showing {
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.shop-single .review .review-content .review-showing .content li {
    padding: 25px 30px;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}

.shop-single .review .review-content .review-showing .content li:last-child {
    border-bottom: none;
}

.shop-single .review .review-content .review-showing .content li .post-thumb {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li .post-thumb {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li .post-content {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
    margin-bottom: 5px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
    width: calc(100% - 110px);
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
    padding-right: 20px;
    font-size: 18px;
    color: #213366;
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
    line-height: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
    line-height: 30px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
    width: 110px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
    color: #f24570;
}

.shop-single .review .review-content .review-showing .client-review {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title {
    margin-bottom: 40px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h4 {
    position: relative;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h4::before {
    width: 50px;
    height: 4px;
    bottom: -20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h4::after {
    border-bottom: 4px dotted #f24570;
    width: 20px;
    bottom: -20px;
    left: 55px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form input {
    padding: 15px;
    color: #213366;
    border: 1px solid rgba(33, 51, 102, 0.1);
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.Notification_icon .bell_icon:hover {
    border-bottom: 2px solid #f24570;
}

/*
.Notification_icon .bell_icon i::before {
    content: url(../images/bell);
    background-size: 20px 20px;
    background-image: contain;
    background-repeat: no-repeat;
} */
@media (max-width: 767px) {
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
        margin-bottom: 20px;
    }

    /* .featur_form .about--style3 {
        padding-top: 50px;
    } */
    .featur_form {
        /* padding-top: 100px; */
    }
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
    padding-right: 5px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
    list-style: none;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
    color: #f24570;
}

.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
    padding: 15px;
    outline: none;
    color: #213366;
    border: 1px solid rgba(33, 51, 102, 0.1);
}

.shop-single .review .review-content .review-showing .client-review .review-form form button {
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: none;
    background: #f24570;
    color: #fff;
}

.shop-single .review .review-content .review-showing .client-review .review-form form button:hover span {
    color: #fff;
}

.shop-single .review .review-content .description {
    padding: 30px;
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.shop-single .review .review-content .description .post-item {
    flex-direction: row-reverse;
}

.shop-single .review .review-content .description .post-item .post-thumb {
    text-align: center;
}

@media (min-width: 768px) {
    .shop-single .review .review-content .description .post-item .post-thumb {
        width: calc(100% / 2);
    }
}

.shop-single .review .review-content .description .post-item .post-content {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .shop-single .review .review-content .description .post-item .post-content {
        width: calc(100% / 2);
    }
}

.shop-single .review .review-content .description .post-item .post-content ul li {
    padding: 8px 0;
    padding-left: 30px;
}

.shop-single .review .review-content .description .post-item .post-content ul li::before {
    content: "ï€…";
    top: 8px;
    left: 0;
    color: #f24570;
    font-family: "Font Awesome 6 Free";
}

/*@@@@@@@@@@@@@@   Shop Cart Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-cart .section-wrapper {
    margin-top: 22px;
}

.shop-cart .section-wrapper .cart-top {
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    background: #fff;
}

.shop-cart .section-wrapper .cart-top table {
    font-weight: 700;
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table .cat-product .p-content {
        display: none;
    }
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus {
        width: 96px;
    }

    .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .cart-plus-minus-box {
        width: 96px;
    }

    .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .qtybutton {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table .cat-price {
        display: none;
    }
}

.shop-cart .section-wrapper .cart-top table thead tr th {
    color: #fff;
    padding: 18px;
    border: none;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .shop-cart .section-wrapper .cart-top table thead tr th {
        font-size: 14px;
        padding: 10px;
    }
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
    text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr {
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    border-right: none;
    border-left: none;
    border-top: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
    border-bottom: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td {
    padding: 10px;
    border: none;
}

@media (min-width: 768px) {
    .shop-cart .section-wrapper .cart-top table tbody tr td {
        padding: 20px;
    }
}

.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
    text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
    align-items: center;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
    width: 50px;
    margin: auto;
}

@media (min-width: 768px) {
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
        width: 85px;
    }
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    width: calc(100% - 85px);
    padding-left: 10px;
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
        display: none;
    }
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {

    .shop-cart .section-wrapper .cart-top table tbody tr td.cat-toprice,
    .shop-cart .section-wrapper .cart-top table tbody tr td.cat-edit {
        text-align: center;
        font-size: 14px;
    }
}

.shop-cart .section-wrapper .cart-top table tbody tr td input {
    background: #fff;
}

.shop-cart .section-wrapper .cart-bottom {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    background: #fff;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
    padding: 30px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
    max-width: 340px;
    display: flex;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
    padding: 14px 10px;
    border: 1px solid #ecf0f3;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
    color: #fff;
    font-weight: 500;
    margin-left: -10px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
        max-width: 440px;
        text-align: right;
        margin-top: 0;
    }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
    border: 1px solid #ecf0f3;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 575px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
        width: 100%;
        margin-bottom: 15px;
    }

    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:last-child {
        margin-bottom: 0;
    }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:hover {
    border-color: #f24570;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
    padding: 30px 40px 30px 30px;
    border-top: 1px solid rgba(33, 51, 102, 0.1);
}

@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
        margin-bottom: 30px;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
    margin-bottom: 20px;
    position: relative;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
    padding: 14px 20px;
    padding-right: 60px;
    background: transparent;
    z-index: 1;
    --webkit-appearance: none;
    --moz-appearance: none;
    border: 1px solid #ecf0f3;
    position: relative;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
        width: 50%;
        float: left;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
    top: 0;
    right: 0;
    padding: 11px 20px;
    color: #213366;
    border: 1px solid #ecf0f3;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
    float: right;
    padding: 15px 20px;
    font-size: 14px;
    margin-bottom: 22px;
    border: 1px solid #ecf0f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
        width: 45%;
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
    border: none;
    outline: none;
    cursor: pointer;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
    list-style: none;
    border: 1px solid #ecf0f3;
    padding: 12px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li span {
    color: #222c38;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
    color: #f24570;
}

.contact-item {
    padding: 50px 30px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact-item .contact-thumb {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    background-color: #f24570;
    margin: 0 auto 30px;
}

.contact-item .contact-thumb:before,
.contact-item .contact-thumb:after {
    opacity: 1;
    z-index: 1 !important;
    border-color: #f24570 !important;
}

.contact-item .contact-thumb:before {
    border-width: 25px;
}

.contact-item .contact-thumb:after {
    border-width: 15px;
}

.contact-item .contact-thumb img {
    z-index: 2;
}

.contact-form {
    justify-content: space-between;
    margin-bottom: -30px;
}

.contact-form .form-group {
    margin-bottom: 30px;
    width: 100%;
}

@media (min-width: 576px) {
    .contact-form .form-group {
        width: calc(50% - 15px);
    }
}

.contact-form .form-group input {
    border: 1px solid rgba(33, 51, 102, 0.1);
    border-radius: 4px;
    height: 57px;
    padding: 0 25px;
    color: #213366;
}

.contact-form .form-group input::placeholder {
    color: rgba(33, 51, 102, 0.7);
}

.contact-form .form-group textarea {
    border: 1px solid rgba(33, 51, 102, 0.1);
    border-radius: 4px;
    padding: 25px;
    color: #213366;
}

.contact-form .form-group textarea::placeholder {
    color: rgba(33, 51, 102, 0.7);
}

.contact-form .form-group button {
    height: 55px;
}

@media (max-width: 575px) {
    .contact-form {
        margin-bottom: -20px;
    }

    .contact-form .form-group {
        margin-bottom: 20px;
    }
}

.form-message {
    font-size: 1rem;
}

.form-message.success {
    color: green;
}

.form-message.error {
    color: #f24570;
}

@media (max-width: 991px) {
    .location-map {
        margin-bottom: 15px;
    }
}

.location-map #map {
    height: 435px;
    width: 100%;
}

.location-map #map iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.membership__inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.membership__inner:hover {
    box-shadow: 0 14px 20px rgba(33, 51, 102, 0.14);
}

.membership__head h4 {
    padding-block: 26px;
}

.membership__head p {
    padding-block: 26px;
    padding-inline: 30px;
    background: #fbf6ff;
}

.membership__body h4 {
    color: #ae3eff;
    padding-block: 20px;
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
}

.membership__body ul li {
    padding-block: 23px;
    margin-inline: 45px;
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    font-size: 1.125rem;
    flex-wrap: nowrap;
}

@media (min-width: 576px) {
    .membership__body ul li {
        margin-inline: 30px;
    }
}

.membership__body ul li:last-child {
    border-bottom: none;
}

.membership__body ul li i {
    width: 70px;
    margin: 10px auto 0;
    display: inline-block;
    text-align: center;
}

.membership__body ul li i.fa-solid.fa-circle-check {
    color: #ae3eff;
}

.membership__body ul li i.fa-solid.fa-circle-xmark {
    color: #888;
}

.membership__footer {
    padding-bottom: 40px;
    padding-top: 15px;
}

.membership__footer .default-btn {
    background: #fbf6ff;
}

.membership__footer .default-btn span {
    color: #213366;
}

.membership__footer .default-btn:hover {
    background: #213366;
}

.membership__footer .default-btn:hover span {
    color: #fff;
}

.membership .col:nth-child(2) .membership__head p {
    background: #ffeef1;
}

.membership .col:nth-child(2) .membership__body h4 {
    color: #f24570;
}

.membership .col:nth-child(2) .membership__body ul li i.fa-solid.fa-circle-check {
    color: #f24570;
}

.membership .col:nth-child(2) .membership__footer .default-btn {
    background: #ffeef1;
}

.membership .col:nth-child(2) .membership__footer .default-btn span {
    color: #f24570;
}

.membership .col:nth-child(2) .membership__footer .default-btn:hover {
    background: #f24570;
}

.membership .col:nth-child(2) .membership__footer .default-btn:hover span {
    color: #fff;
}

.membership .col:nth-child(3) .membership__head p {
    background: #daefff;
}

.membership .col:nth-child(3) .membership__body h4 {
    color: #2e87ff;
}

.membership .col:nth-child(3) .membership__body ul li i.fa-solid.fa-circle-check {
    color: #2e87ff;
}

.membership .col:nth-child(3) .membership__footer .default-btn {
    background: #daefff;
}

.membership .col:nth-child(3) .membership__footer .default-btn span {
    color: #2e87ff;
}

.membership .col:nth-child(3) .membership__footer .default-btn:hover {
    background: #2e87ff;
}

.membership .col:nth-child(3) .membership__footer .default-btn:hover span {
    color: #fff;
}

.membership .col:nth-child(4) .membership__head p {
    background: #e8fff5;
}

.membership .col:nth-child(4) .membership__body h4 {
    color: #12bd9e;
}

.membership .col:nth-child(4) .membership__body ul li i.fa-solid.fa-circle-check {
    color: #12bd9e;
}

.membership .col:nth-child(4) .membership__footer .default-btn {
    background: #e8fff5;
}

.membership .col:nth-child(4) .membership__footer .default-btn span {
    color: #12bd9e;
}

.membership .col:nth-child(4) .membership__footer .default-btn:hover {
    background: #12bd9e;
}

.membership .col:nth-child(4) .membership__footer .default-btn:hover span {
    color: #fff;
}

.activity {
    margin-top: 10px;
}

.activity__inner {
    background: #f1f7fe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ecf0f3;
}

.activity__inner .activity__item .activity__inner {
    padding-top: 30px;
    border: none;
}

@media (min-width: 576px) {
    .activity__inner .activity__item .activity__inner {
        padding-left: 30px;
    }
}

.activity__thumb {
    width: 60px;
}

.activity__thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

@media (min-width: 576px) {
    .activity__content {
        padding-top: 0;
        padding-left: 25px;
    }
}

.activity__content :last-child {
    margin-bottom: 0;
}

.activity__content h5 span {
    font-size: 1rem;
}

.terms-content {
    background-color: #fff;
    padding: 2rem 1rem;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .terms-content {
        padding: 3rem 2rem;
    }
}

@media (min-width: 768px) {
    .terms-header {
        margin-bottom: 35px;
    }
}

.terms-text ul,
.terms-text ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.terms-text ul li::marker,
.terms-text ol li::marker {
    color: #f24570;
    font-weight: 700;
}

.terms-text ol {
    list-style: lower-roman;
}

.terms-text ul {
    list-style-type: disc;
}

/*# sourceMappingURL=style.css.map */
.banner-home {
    padding: 0;
    /* background-image: url(assets/images/banner/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: center; */
}

.banner-home .banner__thumb video,
.banner-home .banner__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 0;
}

.about-home {
    padding: 125px 0;
}

.about-home .section__wrapper .about__thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 50%;
}

.about-home .section__wrapper .about__thumb .icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-home .section__wrapper .about__thumb .icon i {
    font-size: 100px;
    line-height: 1.3;
    font-weight: 700;
    color: #f24570;
}

.work-home {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-image: url(assets/imagesnew/work-bg.jpg);
}

.app-home,
.work-home,
.meet-home,
.member-home {
    padding: 100px 0;
}

.member-home .member__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: static !important;
    height: 100% !important;
}

.member-home .member__grid .member__item {
    width: 25%;
    position: static !important;
}

.work-home .work__area .work__tablist .nav-link {
    color: black;
}

.work-home .work__area .work__tablist .nav-link {
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
}

.work__area {
    flex-wrap: nowrap;
    display: flex;
}

.work__tablist {
    width: 200px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 530px;
}

.work__tablist .nav-link.active i {
    color: #f24570;
}

.work__tabcontent {
    min-height: 530px;
    /* background-color: red; */
}

.work__tabcontent {
    background: #f9f9f9;
    display: flex;
    flex: 1;
}

.work__tabcontent .tab-pane {
    min-height: 530px;
}

.work__tabcontent .tab-pane .work__item .work__inner,
.work__tabcontent .tab-pane .work__item {
    min-height: 530px;
    height: 100%;
}

/*  */
/* profile */
.profile-banner {
    background-image: url(assets/images/bg-img/pageheader.jpg);
}

/* .profile--single .group__top ul.nav-tabs .nav-item button.nav-link {
    color: black;
} */
.group__bottom--activity ul li .nav-link {
    color: black;
}

.profile--single .group__bottom {
    padding-bottom: 50px;
}

.userdetail_wrap,
.profile--single {
    min-height: 80vh;
    max-height: 100%;
}

.media-wrapper .nav-tabs .nav-item .nav-link {
    color: black;
    font-size: 14px;
    margin: 0;
}

.active-group .modal-header .nav-tabs .nav-item .nav-link,
.active-member .modal-header .nav-tabs .nav-item .nav-link {
    color: black;
}

.active-group .modal-header .nav-tabs .nav-item .nav-link.active,
.active-member .modal-header .nav-tabs .nav-item .nav-link.active {
    color: #f24570;
}

.work__area .nav-pills .nav-link img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 5px;
}

.work__area .tab-content .tab-pane .work__item .work__inner .work__thumb {
    max-width: 260px;
    width: 100%;
    height: 260px;
}

.work__area .tab-content .tab-pane .work__item .work__inner .work__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work__area .tab-content .tab-pane .work__item .work__inner {
    gap: 20px;
}

.meet__thumb a {
    height: 450px;
}

.meet__thumb a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.feature-sec .member .section__wrapper .member__item .member__inner .member__thumb img {
    border-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* .member-home .member__grid .member__item{
    height:100%;
} */
/* .member-home .member__grid .member__item .member__inner{
    height: 100%;
} */
.member__grid-home .member__item {
    /* position: static !important; */
    margin-bottom: 10px;
}

.member__grid-home .member__item .member__inner {
    height: 100%;
}

.member__grid-home .member__item .member__inner .member__thumb {
    height: 200px;
}

.member__grid-home .member__item .member__inner .member__thumb img {
    height: 100%;
    object-fit: contain;
}

.banneritem-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banneritem-btn button {
    margin: 0 !important;
    padding: 10px !important;
}

.banneritem-btn button:nth-child(2) {
    margin-top: 5px !important;
}

.banneritem-btn button a {
    color: white;
}

.profile-friend-status {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    width: 100%;
}

/* .profile-friend-status form {
    width: 48%;
} */
h4.Profile_username {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #f24570;
}

.profile-friend-status .profile-friend-status-right button,
.profile-friend-status .profile-friend-status-left button {
    max-width: 40px;
    width: 100%;
    /* background-color: #f24570 !important;
    color: #213366 !important; */
    height: 36px;
    padding: 0 12px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.profile-info-image {
    max-width: 80px;
    width: 100%;
    height: 80px;
}

.profile-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info-image a {
    height: 100%;
    width: 100%;
}

.media-thumb {
    width: 100%;
    /*    height: 200px;*/
}

.media-thumb img,
.media-thumb video,
.media-thumb iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.media-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-thumb-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

canvas,
img.profile_img {
    width: 100%;
    height: 200px;
    /*    object-fit: contain;*/
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
}

img.profile_img {
    cursor: pointer;
}

button.upload_Video_data,
button.upload_image_data {
    padding: 10px;
    margin-top: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    /* height: 50px; */
    align-items: center;
    color: white;
    background: #f24570;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.upload_image_wrap .modal-header {
    border: none;
    padding: 20px 10px 20px 10px;
}

.upload_image_wrap .modal-body {
    padding: 0 10px 20px 10px;
}

.upload_image_wrap .modal-body .image-upload-btns .image_save_button {
    width: 100%;
    max-width: 100%;
}

select.select_image {
    cursor: pointer;
    color: #213366;
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(45deg, transparent 50%, #213366 50%),
        linear-gradient(135deg, #213366 50%, transparent 50%),
        linear-gradient(to right, #f24570, #f24570);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border: 2px solid #213366;
}

select.select_image:focus {
    box-shadow: none;
    background-image: linear-gradient(45deg, #213366 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, #213366 50%),
        linear-gradient(to right, #f24570, #f24570);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border: 2px solid #213366;
    outline: 0;
}

.lock-out {
    position: relative;
    background-color: white;
}

.lock-out .lock {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 6;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
background: radial-gradient(circle, transparent 50%, rgb(254 254 254 / 97%) 100%)

}

.lock-out .lock .lock-inner {
    width: 30%;
}

.lock-out .lock .lock-inner .lock-image {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.lock-out .lock .lock-inner .lock-image img {
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}

.lock-out .lock .lock-inner form {
    background-color: #f24570;
    text-align: center;
    padding: 5px 10px;
    color: white;
    border-radius: 4px;
}

.lock-out .lock .lock-inner form .profile-friend-status-right button {
    background-color: transparent;
    font-size: 80%;
    color: white;
    font-weight: 600;
    text-align: center;
}

.profile-image-gallery {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.descriptionForm .field_group {
    margin-bottom: 10px;
}

.descriptionForm .field_group label {
    line-height: 28px;
    font-weight: 600;
    font-size: 1.125rem;
    color: #213366;
}

.descriptionForm .field_group textarea {
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
    padding: 10px 30px;
    /* min-height: 50px;
    max-height: 100%; */
}

.my-profile-edit-btn-dat {
    width: 100%;
    margin-bottom: 10px;
}

.my-profile-edit-btn-dat button {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}

.my-profile-content {
    padding: 0px 15px 15px 15px;
}

.my-profile-content h4 {
    /* font-size: 20px; */
}

.image-upload-wrap video,
.image-upload-wrap img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 8px;
}

.image-upload-wrap select {
    margin-bottom: 15px;
}

.image-upload-wrap select:focus {
    border-color: #f24570;
    box-shadow: none;
}

.image-upload-btns {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    gap: 10%;
}

.image-upload-btns button {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    width: 45%;
    height: 35px;
    display: flex;
    background-color: #f24570;
    color: white;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #f24570;
}

.image-upload-btns button:nth-child(2) {
    background-color: white;
    color: #f24570;
    cursor: pointer;
}

.profile_detail_none {
    display: none;
}

.select_display {
    display: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #f9f9f9;
}

.nav-pills .nav-link {
    color: black;
}

.card-footer #next_button {
    background: #f24570;
    color: white;
}

/* ////// friend request csss  */
.friend-req-items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    flex-wrap: wrap;
    max-width: 230px;
    width: 125px;
    border-radius: 12px;
    background-color: #f1f7fe;
    margin-bottom: 10px;
}

.friend-req-item-right {
    display: flex;
    justify-content: flex-end;
}

.friend-req-item-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* gap: 15px; */
    flex-wrap: wrap;
}

.friend-req-item-left .image {
    width: 100%;
    /* height: 200px; */
}

.friend-req-item-left .image a {
    width: 100%;
    height: 100%;
}

.friend-req-item-left .image a img {
    width: 100px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.friend-req-items hr {
    display: flex;
    flex: 1;
    margin: 0 15px;
}

.friend-req-item-left .info h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.friend-req-item-left .info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.friend-req-item-right .friend-req-btns {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.friend-req-item-right .friend-req-btns form {
    width: 100%;
}

.friend-req-item-right .friend-req-btns form button {
    width: 100%;
}

.friend-req-item-right .friend-req-btns button {
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px 1px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #213366;
    color: #f24570;
    border-radius: 8px;
    height: 25px;
    text-transform: uppercase;
    width: 100%;
}

.friend-req-item-right .friend-req-btns .approve {
    background-color: black;
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    /* text-transform: uppercase; */
    width: 100%;
}

.friend-req-item-right .friend-req-btns .cancel {
    background-color: #ff0000;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px 0px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    /* text-transform: uppercase; */
    width: 100%;
}
/* Cancel button */
.cancel {
    background-color: #d75b5b;
    color: white !important;
    font-size: 12px;
    font-weight: 500; 
    padding: 12px 4px !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 100%;
    border: none; 
    border-radius: 4px;
    transition: background-color 0.3s ease; 
}

.cancel:hover {
    background-color: #d75b5b;
    cursor: pointer; 
}

.cancel:active {
    background-color: #d75b5b;
}

/* Approve button */
.approve {
    background-color: #333333; 
    color: white !important;
    font-size: 12px;
    font-weight: 500;
    padding: 14px 4px !important; 
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 100%;
    border: none;
    border-radius: 4px; 
    transition: background-color 0.3s ease;
}
.friendsButton {
    display: flex; 
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}   
@media (max-width: 600px) {
    .cancel, .approve {
        font-size: 12px;
        padding: 5px 10px;
        height: 28px; 
    }
}

.friend-req-item-right .friend-req-btns .pending {
    background-color: #eba01f;
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    text-transform: uppercase;
    width: 100%;
}

.friend-req {
    padding: 10px 10px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    gap: 1%;
    align-items: flex-start;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.friend-req h3 {
    padding: 10px;
}

/* .friend-req-wrap {
    margin-top: 50px;
} */
/* / / / / / message /  */
.message-area {
    min-height: calc(100vh - 96px);
    max-height: 100%;
    overflow: hidden;
    /* padding: 30px 0; */
    background: white;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: white;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
    border-left: 1px solid rgba(241, 247, 254, 0.8);
    border-right: 1px solid rgba(241, 247, 254, 0.5);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow-y: hidden;
    width: 300px;
    float: left;
    padding: 15px 10px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

/* .chatbox .modal-content{
    display: none;
} */
.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid rgba(241, 247, 254, 0.5);
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

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

.delete_icon_wrap .modal-content {
    max-width: 350px;
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.delete_icon_wrap .modal-content .modal-body {
    padding: 40px 20px !important;
}

.delete_icon_wrap .modal-content .modal-body .icon_alt,
.delete_icon_wrap .modal-content .modal-body .icon {
    /* width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    text-align: center; */
    font-size: 30px;
    color: #f24570;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

.delete_icon_wrap .modal-content .modal-body .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
    color: #213366;
}

.delete_icon_wrap .modal-content .modal-body .heading span {
    color: #f24570;
    text-transform: capitalize;
}

.delete_icon_wrap .modal-content .modal-body .open_btn {
    justify-content: center;
    display: flex;
    gap: 10px;
}

.delete_icon_wrap .modal-content .modal-body .open_btn button:nth-child(1) {
    color: #213366;
    background-color: #f24570;
    border-color: #f24570;
}

.delete_icon_wrap .modal-content .modal-body .open_btn button:nth-child(2) {
    color: #f24570;
    background-color: #213366;
    border-color: #213366;
}



/* // video MOdel */
.delete_icon_wrap_video .modal-content .modal-body {
    padding: 40px 20px !important;
}

.delete_icon_wrap_video .modal-content .modal-body .icon_alt,
.delete_icon_wrap_video .modal-content .modal-body .icon {
    /* width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    text-align: center; */
    font-size: 30px;
    color: #f24570;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

.delete_icon_wrap_video .modal-content .modal-body .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    /* margin-bottom: 40px; */
    text-align: center;
    color: #213366;
}

.delete_icon_wrap_video .modal-content .modal-body .heading span {
    color: #f24570;
    text-transform: capitalize;
}

.delete_icon_wrap_video .modal-content .modal-body .open_btn {
    justify-content: center;
    display: flex;
    gap: 10px;
}

.delete_icon_wrap_video .modal-content .modal-body .open_btn button:nth-child(1) {
    color: #213366;
    background-color: #f24570;
    border-color: #f24570;
}

.delete_icon_wrap_video .modal-content .modal-body .open_btn button:nth-child(2) {
    color: #f24570;
    background-color: #213366;
    border-color: #213366;
}





.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00db75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid rgba(241, 247, 254, 0.5);
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    /* overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory; */
    display: flex;
    background-color: #213366;
    padding: 5px;
    border-radius: 5px;
    flex-direction: column;
    border: 1px solid rgba(241, 247, 254, 0.5);
}

.msg-body ul li .unread {
    overflow: hidden !important;
}

.msg-body ul:sc .msg-body ul li {
    list-style: none;
    margin: 15px 0;
    scroll-snap-align: start;
}

.msg-body ul li:last-child {
    scroll-snap-align: start;
}

.msg-body ul li.sender {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 0 10px;
}

/* .msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);
    -o-transform: rotate(-37deg);
} */
.msg-body ul li.sender p {
    display: block;
    color: white;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    background: #f24570;
    padding: 3px 10px;
    max-width: 100%;
    margin-left: auto;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
    word-wrap: break-word;
}

.msg-body ul li.unread {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
    margin: 10px 0;
}

.msg-body ul li.unread p {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: #f24570;
}

.msg-body ul li.unread hr {
    display: flex;
    flex: 1;
    margin: 0;
    height: 5px;
    color: #f24570;
}

/* .msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
} */
.msg-body ul li.repaly {
    /* display: block;
    width: 80%;
    text-align: left;
    position: relative;
    padding: 0 10px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    color: #213366;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly .chat_time {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 9px;
    margin-top: 2px;
}

/* .msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
    -moz-transform: rotate(37deg);
    -o-transform: rotate(37deg);
} */
.msg-body ul li.repaly p {
    /* color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0; */
    color: #213366;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    padding: 3px 10px;
    min-width: fit-content;
    max-width: 100%;
    background: white;
    display: inline-block;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
    text-align: left;
    word-break: break-all;
}

/* .msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
} */
.msg-body ul li.repaly:after {
    display: block;
    content: "";
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    margin-left: 15px;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 6px 10px;
    background-color: white;
    border: 1px solid rgba(241, 247, 254, 0.5);
}

.send-box form {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
    gap: 5px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
    max-width: 100px;
    width: 100%;
    border: none;
    background: #f24570;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
    height: 35px;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 35px;
    height: 35px;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #f6f7fa;
    border-radius: 10px;
    padding: 5px;
    overflow: hidden;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.send-btns .button-wrapper span.label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.send-btns {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #f6f7fa;
    background-clip: padding-box;
    border: 1px solid #f6f7fa;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

/* .send-btns .button-wrapper span.label img {
    margin-right: 5px;
} */
.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    height: 35px;
    height: 100%;
}

.add-apoint a {
    text-decoration: none;
    background: #f6f7fa;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* .add-apoint a svg {
    margin-right: 5px;
} */
.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.chatbox .modal-dialog-scrollable .modal-body,
.chatlist .modal-dialog-scrollable .modal-body {
    /* overflow-y: scroll; */
    padding: 0px;
    padding-right: 2px;
}

.like_person_list .modal-body .tab-content .tab-pane ul::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
.log-reg-inner .main-content::-webkit-scrollbar-track,
.chatlist::-webkit-scrollbar-track,
.Notification_icon .notification_list ul::-webkit-scrollbar-track,
.msg-body ul::-webkit-scrollbar-track,
.chatbox .modal-dialog-scrollable .modal-body .msg-body::-webkit-scrollbar-track,
.chatbox .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track,
.chatlist .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.chatlist .modal-dialog-scrollable .modal-body {
    border: 1px solid rgba(241, 247, 254, 0.5);
    padding: 10px;
}

.chat_sidebar_ul::-webkit-scrollbar {
    width: 4px;
}

.like_person_list .modal-body .tab-content .tab-pane ul::-webkit-scrollbar,
html::-webkit-scrollbar,
.log-reg-inner .main-content::-webkit-scrollbar,
.Notification_icon .notification_list ul::-webkit-scrollbar,
.msg-body ul::-webkit-scrollbar,
.chatbox .modal-dialog-scrollable .modal-body .msg-body::-webkit-scrollbar,
.chatbox .modal-dialog-scrollable .modal-body::-webkit-scrollbar,
.chat_sidebar_ul .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.like_person_list .modal-body .tab-content .tab-pane ul::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb,
.log-reg-inner .main-content::-webkit-scrollbar-thumb,
.chat_sidebar_ul::-webkit-scrollbar-thumb,
.Notification_icon .notification_list ul::-webkit-scrollbar-thumb,
.msg-body ul::-webkit-scrollbar-thumb,
.chatbox .modal-dialog-scrollable .modal-body .msg-body::-webkit-scrollbar-thumb,
.chatbox .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb,
.chat_sidebar_ul .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f24570;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.chatbox .modal-dialog-scrollable .modal-body {
    overflow: hidden !important;
}

.story__content_like {
    display: flex;
    justify-content: flex-start;
    /* gap: 6px; */
    align-items: center;
    /* margin-bottom: 10px; */
    /* flex-direction: column; */
    font-weight: 10 !important;
}

.story__content_like button {
    border: none;
    background-color: transparent;
}

.story__content_like .story__content_like_inner {
    display: flex;
    align-items: center;
}

.story__content_like_inner form,
.story__content_like_inner button {
    padding: 5px;
}

.story__content_like_inner i,
.story__content_like i {
    font-size: 20px !important;
    color: red;
}

.banner__form .theme_btn {
    margin: 0 auto;
    display: block;
}

.info-card .info-card-content .info-list li .info-name,
.info-card .info-card-content .info-list li .info-details {
    background-color: #f1f7fe;
    width: 47%;
    padding: 10px;
}

.theme_btn {
    box-shadow: none;
}

.media-thumb {
    /* background-color: aqua; */
}

.media-content_alt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #213366;
    opacity: 0.8;
    padding: 20px;
}

.media-content_alt_main {
    position: relative;
}

@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }

    .chatlist {
        width: 100%;
    }

    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }

    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
        -webkit-transition: ;
        -moz-transition: ;
        -ms-transition: ;
        -o-transition: ;
    }

    .msg-head h3 {
        font-size: 14px;
    }

    .msg-head p {
        font-size: 12px;
    }

    .msg-head .flex-shrink-0 img {
        height: 30px;
        width: 30px;
    }

    .send-box button {
        width: 28%;
    }

    .send-box .form-control {
        width: 70%;
    }

    .chat-list h3 {
        font-size: 14px;
    }

    .chat-list p {
        font-size: 12px;
    }

    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        text-align: right;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .friend-req-items {
        width: 100%;
    }
}

/* /// age slider */
.ui-slider {
    font-size: 0.6em;
    width: calc(100% - 2.4em);
    margin-left: 1.2em;
    /*Slider-range darker*/
}

.ui-slider .ui-slider-handle {
    background-color: #213366;
    background-blend-mode: multiply;
    font-size: 15px;
    margin-top: -3px;
    border-radius: 50%;
    border-color: #213366;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ui-slider .ui-slider-range {
    background-color: #f24570;
    background-blend-mode: multiply;
    height: 10px !important;
}

aside {
    width: 350px;
    padding: 40px;
    padding-right: 3em;
}

aside>ul {
    padding-left: 0;
}

aside>ul li {
    list-style-type: none;
}

aside .price-filters input {
    border: 1px solid lightgray;
    text-align: center;
    width: 49%;
}

.ui-widget-content {
    height: 10px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    top: 50%;
    transform: translateY(-50%);
    background-color: #213366 !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.ui-slider-horizontal .ui-slider-handle {
    margin: 0 !important;
    cursor: pointer;
}

.ui-widget-content {
    left: 8px !important;
}

.price-filters {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-option {
    width: 100%;
}

ul.search-option {
    border: 1px solid rgba(33, 51, 102, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-inline: 15px;
    height: 49px;
    background: #f1f7fe;
    width: 100%;
    padding: 0;
}

ul.search-option li {
    height: 100%;
}

.price-filters input {
    width: 50%;
    height: 27px;
    font-size: 16px;
    text-align: center;
}

.search-option .slider-range {
    height: 20px;
}

form.req-accept {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.req-accept select {
    background-color: orange;
    /* color: white; */
    font-size: 12px;
    font-weight: 500;
    padding: 5px 20px 5px 10px;
    text-align: center;
    /* color: white; */
    text-transform: uppercase;
    color: #213366;
    border-radius: 8px;
    height: 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.req-accept select:focus {
    box-shadow: none;
}

.accept {
    background-color: black !important;
    color: white !important;
}
.rej {
    background-color: red !important;
    color: white !important;
}
button.rej {
    background-color: #f24570;
    color: white;
}
.activated {
    background-color: #f24570;
    color: white;
    border-radius: 10px;
}
.activated:hover {
color: #213366 !important;}
/* multi step form  */
p {
    color: grey;
}

/*
  #heading {
    text-transform: uppercase;
    color: #213366;
    font-weight: normal;
  } */
.msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    padding: 0;
}

.form-card {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.msform fieldset:not(:first-of-type) {
    display: none;
}

.msform select,
.msform input,
.msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    background-color: #eceff1;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.msform input:focus,
.msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #213366;
    outline-width: 0;
}

.msform .action-button {
    width: 100px;
    background: #213366;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/* .msform .action-button:hover,
.msform .action-button:focus {
    background-color: #311b92;
} */
.msform .action-button-previous {
    width: 100px;
    background: #f24570;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

/* .msform .action-button-previous:hover,
.msform .action-button-previous:focus {
    background-color: #000000;
} */
.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #213366;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #213366;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #213366;
}

#progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar li strong {
    font-size: 15px;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    /* content: "\f030"; */
    content: "\f0f2";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #213366 !important;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #213366 !important;
}

/* #progressbar li.active{
    display: flex !important;
} */
.progress {
    height: 20px;
}

.progress-bar_alt,
.progress-bar {
    background-color: #213366;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.profile-info-wrap {
    padding: 20px;
    background-color: white;
    border-radius: 12px;
}

.card-edit-profile {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid rgba(136, 136, 136, 0.1);
}

.card-edit-profile h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #213366;
}

.card-edit-profile p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

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

.form-card-inner-info {
    display: flex;
    flex: 1;
}

.form-card-inner-digital h3,
.form-card-inner-info h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
}

.form-card-inner-info h3 {
    width: 100%;
}

.form-card-inner-digital {
    max-width: 150px;
    width: 100%;
}

fieldset .form-card .field-group {
    width: 49%;
    margin-bottom: 10px;
}

.card-edit-profile fieldset {
    height: 600px;
    overflow-y: auto;
}

.card-edit-profile fieldset::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.card-edit-profile fieldset::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.card-edit-profile fieldset::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* background-image::-webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(122, 153, 217)),
            color-stop(0.72, rgb(73, 125, 189)),
            color-stop(0.86, rgb(28, 58, 148))); */
    background-color: #213366;
}

.field-group--alt-hmm {
    width: 48% !important;
}

.field-group--alt-hmm label {
    text-align: left;
}

fieldset.anjum {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

fieldset.anjum .field-group {
    width: 48%;
}

/* // chat */
.aside-right {
    /* width: 200px;
    position: fixed;
    height: 100%;
    right: 0px;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(29, 49, 91, .3); */
    width: 100%;
    height: 100%;
    background-color: blue;
}

.aside-right ul {
    padding: 0px;
}

.aside-right ul li {
    list-style: none;
    background-color: rgb(191, 200, 219);
    padding: 10px 5px;
}

.aside-right ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.aside-right ul li a img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.chat-box-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    right: 210px;
    bottom: 0px;
    padding-top: 10px;
    gap: 10px;
    z-index: 111;
}

.chat-box-item {
    width: 300px;
    height: 100%;
}

.chat-box-item .chat-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
    background-color: gainsboro;
    padding: 5px;
    border-bottom: 1px solid rgba(29, 49, 91, 0.3);
}

.chat-box-item .chat-box-head .chat-box-head-left {
    width: 85%;
}

.chat-box-item .chat-box-head .chat-box-head-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.chat-box-item .chat-box-head .chat-box-head-left .user-image {
    width: 30px;
    height: 30px;
}

.chat-box-item .chat-box-head .chat-box-head-left .user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.chat-box-item .chat-box-head .chat-box-head-left .user-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.chat-box-item .chat-box-head .chat-box-head-left .user-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: green;
}

.chat-box-item .chat-box-head .chat-box-head-right {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-box-item .chat-box-body {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: gainsboro;
    padding: 10px 5px;
}

.chat-box-item .chat-box-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.chat-box-item .chat-box-body::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.chat-box-item .chat-box-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: gainsboro;
}

.chat-box-item .chat-box-body .chat-box-body-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.chat-box-item .chat-box-body .chat-box-body-left .image {
    width: 20px;
    height: 20px;
    display: block;
}

.chat-box-item .chat-box-body .chat-box-body-left .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.chat-box-item .chat-box-body .chat-box-body-left .info {
    width: 180px;
    background-color: aliceblue;
    padding: 5px;
}

.chat-box-item .chat-box-body .chat-box-body-left .info video,
.chat-box-item .chat-box-body .chat-box-body-left .info img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.chat-box-item .chat-box-body .chat-box-body-left .info audio {
    width: 100%;
    height: 30px;
    border-radius: 0 !important;
}

.chat-box-item .chat-box-body .chat-box-body-left .info p {
    font-size: 14px;
}

.chat-box-body-left--alt {
    flex-direction: row-reverse;
    margin-right: 0 !important;
}

.chat-box-footer .chat-box-footer-left {
    display: flex;
    flex: 3;
    margin: 0 5px;
}

.chat-box-footer .chat-box-footer-left input {
    width: 100%;
    border: none;
    min-height: 30px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    font-weight: 500;
    padding: 5px;
}

.chat-box-footer .chat-box-footer-left input:focus-visibl {
    border: none;
}

.chat-box-footer .chat-box-footer-left input:focus {
    border: none !important;
}

.chat-box-footer .chat-box-footer-right {
    display: flex;
    gap: 5px;
    flex: 1;
    align-items: center;
    justify-content: space-evenly;
}

.chat-box-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 5px;
    background-color: gainsboro;
    /* border-top: 1px solid rgba(29, 49, 91, .3); */
}

.chat-box-footer-right {
    gap: 10px;
}

.chat-box-footer-right .icon i {
    font-size: 15px;
}

.chat-box-footer-right button {
    border: none;
    background-color: transparent;
}

.messanger-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
}

.hide {
    display: none;
}

.new {
    display: none;
}

.chat_side_bar_class {
    display: none;
}

/* //// side_bar_chat */
.main-site {
    display: flex;
    justify-content: space-between;
}

.main-site-left {
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    transition: 0.3s all;
}

.main-site-right {
    display: none;
    position: fixed;
    right: 60px;
    bottom: 25px;
    width: 300px;
    max-height: calc(100% - 95px);
    transition: 0.3s all;
    background-color: #f1f7fe;
    z-index: 100000;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.main-site-right.active {
    display: block;
    box-shadow: rgba(242, 96, 112, 0.4) 0px 2px 8px 0px;
}

.main-site-right-inner {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: brown;
    position: fixed;
    right: 25px;
    bottom: 60px;
    cursor: pointer;
    z-index: 100000;
}

.chat_user_list img {
    width: 20;
}

li.chat_user_list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    /* border-bottom: 1px solid #f9dfe5; */
}

li.chat_user_list:hover {
    background-color: #f0f2f5;
}

.user_chat_code {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    flex: 1;
}

li.chat_user_list img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* side_bar */
li.repaly audio,
li.repaly video,
li.repaly img {
    display: block;
    height: 200px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 10px;
    border-top-left-radius: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

li.sender audio,
li.sender video,
li.sender img {
    /*width: 600px;
    height: 400px;
    */
    display: block;
    height: 200px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 10px;
    margin-left: auto;
    border-top-right-radius: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.chat_sidebar_ul .chat_status {
    display: flex;
    justify-content: end;
    align-items: center;
    /* width: 100%; */
    overflow-y: auto;
    gap: 5px;
}

.user_image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.chat-list .chat_user_list {
    list-style: none;
    border: 1px solid rgba(241, 247, 254, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    /* border: 1px solid #f24570; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    /* background-color: white; */
    cursor: pointer;
}

.chat-list .chat_user_list img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-list .chat_user_list.active,
.chat-list .chat_user_list:hover {
    background-color: #f24570;
    /* color: white; */
}

.chat-list .chat_user_list.active,
.chat-list .chat_user_list:hover .user_chat_name {
    color: white;
}

.chat-list .chat_user_list:hover .count_message {
    background-color: white;
}

.friend-search {
    position: relative;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    /* border-radius: 4px; */
    position: sticky;
    top: 0;
    padding: 5px 12px;
    width: 100%;
    background-color: white;
    border: 1px solid #f9dfe5;
}

.friend-search input {
    width: 100%;
    /* height: 50px; */
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 50px 8px 10px;
    text-transform: capitalize;
    /* margin-bottom: 10px; */
    /* margin-bottom: 10px; */
}

.no_text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no_text h4 {
    font-size: 20px;
    color: rgba(241, 247, 254, 1);
    font-weight: 600;
}

.friend-search button {
    position: absolute;
    right: 10px;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.site_right_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: white;
    padding: 10px 10px;
    gap: 5px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.footer__toparea {
    padding: 20px 0;
    background-color: rgba(242, 69, 112, 0.1);
}

.footer__content_alt {
    padding: 5px 0;
    background-color: #213366;
}

.site_right_header .site_right_header_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 65%;
}

.site_right_header .site_right_header_left .info {
    width: 100%;
    height: 50px;
}

.site_right_header .site_right_header_left .info video,
.site_right_header .site_right_header_left .info img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.site_right_header .site_right_header_left .image {
    width: 60px;
    height: 60px;
}

.site_right_header .site_right_header_left .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px;
    border: 1px solid rgba(241, 247, 254, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.site_right_header .site_right_header_left .info .sub_headng {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
}

.site_right_header .site_right_header_left .info .sub_info {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    color: #213366;
}

.site_right_header_right .cross_btn {
    color: #213366;
    font-weight: bolder;
    cursor: pointer;
}

.main-site-right .main_site_right_body {
    padding: 20px;
}

.main-site-right .main_site_right_body .main_site_right_body_inner {
    background-color: white;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}

.main-site-right .main_site_right_body .main_site_right_body_inner h5 {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.main-site-right .main_site_right_body .main_site_right_body_inner p {
    font-size: 12px;
    line-height: 19px;
    margin: 0;
    color: rgb(17, 17, 17);
}

.main-site-right .main_site_right_footer {
    padding: 20px;
    background-color: white;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.main-site-right .main_site_right_footer a {
    text-decoration: none;
    color: white !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    border-radius: 25px;
}

.chat-list .chat_user_list {
    padding: 10px;
    margin-bottom: 5px;
    transition: 0.3s all;
    border-radius: 4px;
    background-color: white;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.chat-list .chat_user_list:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* .chat-list .chat_user_list span{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
} */
#uploadBtn,
#fileInput {
    display: none;
}

.micro,
.camera {
    width: 25px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chatwindow {
    margin: 0;
}

.text-hear {
    display: flex;
    flex: 1;
}

.message-input::placeholder,
.message-input {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 5px;
}

.chatwindow.active {
    width: 100%;
}

.member__item.filter-item:not(.filtered) {
    display: none;
}

.msg-body {
    /* max-height: 100%; */
    /* Set a maximum height to trigger scrollbar when content overflows */
    overflow: hidden;
    /* height: calc(100vh - 22vh); */
    height: 100%;
    /* Show scrollbar when content overflows */
}

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

#count_message {
    color: red;
}

.register_image {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    transition: 0.3s all;
    cursor: pointer;
}

.register_image::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: black;
    opacity: 0;
}

.register_image:hover::after {
    opacity: 0.1;
}

.register_image:hover .register_camera {
    background: #213366;
}

.register_image img {
    width: 100%;
    height: 200px;
    /* object-fit: contain; */
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
}

.register_camera {
    border: 2px solid #f24570;
    padding: 2px;
    width: 33px;
    height: 33px;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(0);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.register_camera_alt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

.register_camera_alt i {
    border: 2px solid #f24570;
    padding: 2px;
    width: 33px;
    color: #f24570;
    font-size: 20px;
    cursor: pointer;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 !important;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.register_camera_alt i:hover {
    background-color: #213366;
}

.register_camera button {
    padding: 0;
    border: none;
}

.register_camera button:focus {
    box-shadow: none;
    border: none;
}

.register_camera i {
    font-size: 20px;
    color: #f24570;
}

.count_message {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    color: #f24570;
    background-color: #213366;
    font-size: 10px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.count_messages {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    color: #f24570;
    background-color: #213366;
    font-size: 10px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user_chat_name {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    color: #f24570;
}

.online_status {
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    color: #213366;
}

.online_status.online {
    color: #00db75;
}

.msg-body ul li.sender,
li.home_chat_repaly {
    max-width: 80%;
    margin-bottom: 10px;
    padding: 10px;
}

.msg-body ul li.sender {
    margin-left: auto;
}

.msg-body ul li.sender {
    display: flex;
    flex-wrap: wrap;
    color: #213366;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender .chat_time {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 9px;
    margin-top: 2px;
}

.delete_icon_our {
    display: flex;
    justify-content: flex-end;
}

.delete_icon {
    border: none;
    height: 100%;
    padding: 0;
    width: max-content;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    margin-left: auto;
}

button.delete_icon {
    border: none;
}

.delete_icon i {
    font-size: 22px;
    animation: myAnim 5s ease 0s infinite normal;
    -webkit-animation: myAnim 5s ease 0s infinite normal;
    color: #f24570;
}

li.home_chat_repaly p {
    color: white;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    padding: 10px;
    word-wrap: break-word;
    word-spacing: -0.5px;
    max-width: 100%;
    background: #4b7bec;
    display: inline-block;
    margin-left: auto;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
    text-align: left;
}

li.home_chat_send {
    width: 80%;
    margin-bottom: 10px;
    display: flex;
    margin-left: auto;
}

li.home_chat_send img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

li.home_chat_send p {
    color: black;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px;
    background: #4b7bec;
    background-color: #f5f5f5;
    display: inline-block;
    /* min-width: fit-content; */
    word-wrap: break-word;
    max-width: 100%;
    margin-left: auto;
    text-align: start;
    word-spacing: -0.5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
}

li.home_chat_repaly {
    width: 80%;
    margin-bottom: 10px;
    margin-right: auto;
}

li.home_chat_repaly img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

img.chat_image_preview {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.dropdown-menu {
    z-index: 100001;
}

.image-upload-wrap {
    padding: 0 15px;
}

.image-upload-wrap i {
    margin-top: -100px;
}

.story__thumb {
    position: relative;
}

.story__thumb .profile_image_upload {
     position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 27px;
    background: #d4486a;
    border-radius: 50% 0 0% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.btn-upload-profile-image {
    width: 100%;
    background: #f24570;
    color: white;
    text-align: center;
    margin: 0 !important;
    padding: 6px 12px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.unread_count_hide {
    display: none;
}

/* //// profile friend sectoion */
.friend-request-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* width: 49%; */
}

.friend-request-item {
    width: 100%;
    /* display: flex;
    justify-content: space-between; */
    padding: 10px;
    align-items: center;
    background-color: #f1f7fe;
    border-radius: 6px;
    margin-bottom: 20px;
}

.friend-request-item .data {
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
    gap: 5px;
}

.friend-request-item .data img.image {
    width: 60px;
    height: 60px;
}

.friend-request-item .data .info h4 {
    font-size: 13px;
    margin: 0;
}

.friend-request-item .data .info p {
    font-size: 15px;
    margin: 0;
    color: gray;
}

.dots .btn-group button.dropdown-toggle::after {
    display: none;
}

/* //// profile friend sectoion */
/* .friend-req-item-right .friend-req-btns button{
    font-size: 14px;
    font-weight: 600;
    align-items: center;
} */
.send-request {
    justify-content: flex-start;
    display: flex;
}

/* find_friend_wrap */
.find_friend_wrap .find_friend {
    background-color: white;
    padding: 20px;
}

.find_friend_items {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.find_friend_items .find_friend_item {
    border-radius: 4px;
    max-width: 235px;
    width: 100%;
    border: 1px solid rgba(241, 247, 254, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.find_friend_items .find_friend_item .find_friend_item_image {
    width: 235;
    height: 235px;
}

.find_friend_items .find_friend_item .find_friend_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.find_friend_items .find_friend_item .find_friend_item_info {
    background-color: white;
    padding: 15px;
    border: 1px solid rgba(241, 247, 254, 0.5);
}

.find_friend_items .find_friend_item .find_friend_item_info .heading {
    margin-bottom: 5px;
}

.find_friend_items .find_friend_item .find_friend_item_info .heading .name a {
    font-size: 20px;
    font-weight: 600;
    display: block;
    width: 100%;
}

.find_friend_items .find_friend_item .find_friend_item_info .heading .info {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.find_friend_items .find_friend_item .find_friend_item_info .sub_heading {
    font-size: 14px;
    margin-bottom: 5px;
}

.find_friend_items .find_friend_item .find_friend_item_info .sub_heading .seeking {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    display: flex;
    gap: 10px;
}

.find_friend_items .find_friend_item .find_friend_item_info .find_friend_item_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.find_friend_items .find_friend_item .find_friend_item_info .find_friend_item_icons .left {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.find_friend_items .find_friend_item .find_friend_item_info .find_friend_item_icons .right a,
.find_friend_items .find_friend_item .find_friend_item_info .find_friend_item_icons .left a {
    display: inline-block;
    font-size: 25px;
}

.friend-req-items--alt {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.friend-req-items--alt h3 {
    font-size: 100%;
    font-weight: 600;
}

.friend-request-item .dots .btn-group .dropdown-toggle {
    background-color: transparent;
}

.friend-request-item .dots .btn-group .dropdown-toggle:focus {
    border: none;
    box-shadow: none;
}

button.dropdown-item.profileReject {
    background: none;
    display: inline-block;
    text-align: center;
    width: 100px;
    padding: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: white;
}

.public_to_private:active {
    background-color: white;
    color: #06264d;
}

.home-send-box form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
}

.home-send-box .micro,
.home-send-box .camera {
    width: 19px;
    font-size: 14px;
    height: 28px;
}

.home-send-box button {
    color: white;
    background-color: #f24570;
    height: 28px;
    font-size: 14px;
    border-radius: 2px;
}

.home-send-box {
    width: 100%;
}

.chat-box-item .chat-box-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #f9f9f9;
}

.chat-box-item .chat-box-body::-webkit-scrollbar {
    width: 8px;
    background: #f9f9f9;
}

.chat-box-item .chat-box-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #f24570;
}

img.chat_image_preview--alt {
    width: 300px;
    object-fit: contain;
    height: 100px;
}

.video-info {
    width: 50%;
    height: 35px;
    display: flex;
    background-color: #f24570;
    color: white;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #f24570;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}

.video-info input {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.video-info h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: white;
    margin: 0;
}

.upload-viedos .upload-video-btn {
    width: 45%;
    height: 35px;
}

.upload-viedos .upload-video-btn button {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
    height: 35px;
    display: flex;
    background-color: white;
    color: #f24570;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #f24570;
}

.upload-viedos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}

.error {
    color: red;
    font-size: 14px;
    padding-top: 0px;
    margin-top: 5px;
}

/* #price-filter-min{
    display: none;
}
#price-filter-max{
    display: none;
}
#slider-range{
    margin-top: 16px;
} */
.msform select:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

.edit_show_profile {
    order: 2;
}

.about__item {
    height: 100%;
}

.work__area .nav-pills .nav-link {
    border-radius: 0 !important;
}

.lightcase-contentInner {
    width: 100% !important;
    height: 100% !important;
}

.post-item .post-content .post-author {
    padding: 0;
}

.post-item .post-content .post-author .post-author-inner img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .post-item .post-content .post-author .post-author-inner video,
.post-item .post-content .post-author .post-author-inner {
    width: 100vw;
    height: 98vh;
} */
.post-item .post-content {
    background-color: blue;
}

.groupmodal {
    width: 100%;
    height: 100%;
}

#lightcase-case {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0;
}

.post-author-inner {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.post-author-inner #groupmodal_video {
    width: 100%;
    height: 100%;
}

#groupmodal_video video,
.post-author-inner img {
    width: 95%;
    height: 95%;
    display: block;
    margin: 0 auto;
}

/* .post-author-inner button{
    position: absolute;
    top: 20px;
    left: 20px;
    border: 2px solid #f24570 ;
    background-image: none;
    background-color: #213366;
    position: relative;
} */
/* .post-author-inner button::after{
    content: ' \0078';
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    color: #213366;
    top: 0px;
    left: 0px;
    border: 2px solid #f24570;
    background-color: #f24570;
    width: 100%;
    height: 100%;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.post-author-inner button {
    content: " \0078";
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    color: #213366;
    top: 0px;
    left: 0px;
    border: 2px solid #f24570;
    background-color: #f24570;
    width: 30px;
    height: 30px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-author-inner button::after {
    content: " \0078";
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    color: #213366;
    top: 0px;
    left: 0px;
    border: 2px solid #f24570;
    background-color: #f24570;
    width: 100%;
    height: 100%;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-author-inner video,
.post-author-inner img {
    object-fit: contain;
    width: 100%;
    /* height: 100%; */
}

.lightcase-case {
    width: 100vw;
    height: 100vh;
}

.lightcase-inlineWrap {
    width: 100%;
    height: 100%;
}

#lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    max-width: 100%;
    width: 100%;
    height: 100vh;
}

#lightcase-content {
    width: 100%;
    height: 100%;
    background-color: white;
}

.photo_open {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    background-color: white;
    margin: 0;
}

.photo_open .modal-content {
    width: 100%;
    height: 100%;
    background-color: white;
}

.photo_open .modal-content .modal-header {
    background-color: transparent;
    border: none;
}

.photo_open .modal-content .modal-body {
    height: calc(100vh - 49px);
    background-color: transparent;
}

.photo_open .modal-content .modal-body .photo_open_inner {
    width: 100%;
    height: 100%;
}

.photo_open .modal-content .modal-body .photo_open_inner img:hover,
.photo_open .modal-content .modal-body .photo_open_inner img {
    width: 100%;
    height: 90%;
    object-fit: contain;
}

.post-item .post-content .post-description .post-desc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
}

.post-item .post-content .post-author .post-desc-img img {
    width: 100%;
    height: 100%;
}

.post-item {
    background-color: transparent;
    margin: 0 auto;
}

ul.desktop_without li.chat_outter a {
    color: #f24570;
}

ul.desktop_without li a {
    color: #f24570;
    font-size: 16px;
}

.Notification_icon .bell_icon {
    background-color: transparent;
    padding: 10px;
    color: #f24570;
    /* font-size: 22px; */
    border: #000;
    text-align: center;
    position: relative;
    /* border-bottom: 2px solid transparent; */
}

.Notification_icon .bell_icon i {
    animation: myAnim 5s ease 0s infinite normal;
    -webkit-animation: myAnim 5s ease 0s infinite normal;
    font-size: 18px;
}

.points_hearder {
    display: flex;
    justify-content: end;
    align-items: center;
    background-color: white;
    gap: 10px;
}

.points_hearder .points_hearder_left {
    display: flex;
    flex: 1;
    color: #f24570;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    height: 50px;
}

.points_hearder .points_hearder_right {
    max-width: 300px;
    width: 100%;
    background-color: #f24570;
    padding: 0 20px;
    height: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.points_hearder .points_hearder_right .points {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: white;
}

.points_hearder .points_hearder_right a {
    font-size: 10px;
    text-align: center;
    text-decoration: dashed white;
}

.points_hearder .points_hearder_right a:hover {
    color: white;
}

.points_hearder .points_hearder_right a .points_hearder .points_hearder_right marquee,
.points_hearder .points_hearder_left marquee {
    height: 100%;
    text-transform: capitalize;
}

.search_items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.search_items .search_item {
    width: 100%;
    margin-bottom: 10px;
}

.section__wrapper {
    padding: 10px 0;
}

@keyframes myAnim {
    0% {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    25% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    50% {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    75% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    100% {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
}

.Notification_icon .bell_icon .notification_num {
    position: absolute;
    top: 0;
    right: -3px;
    width: 20px;
    height: 20px;
    background-color: #f24570;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

li.Notification_icon {
    position: relative;
}

.notification_activity li {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #f24570;
    text-decoration: transparent;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    border-bottom: 2px solid transparent;
}

.Notification_icon .notification_list {
    position: absolute;
    top: 100%;
    right: 10px;
    width: 300px;
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1;
    background-color: white;
    border: 2px solid #f1f7fe;
    border: 1px solid rgb(78 85 98 / 30%);
}

.Notification_icon .notification_list ul {
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    overflow-y: auto;
    position: static !important;
    top: 0 !important;
}

.Notification_icon .notification_list ul li a {
    display: flex;
    justify-content: start;
    width: 100%;
    gap: 10px;
    padding: 10px !important;
}

.Notification_icon .notification_list ul li a:hover .heading {
    color: white !important;
}

.Notification_icon .notification_list ul li a .noti_left {
    width: 40px;
}

.Notification_icon .notification_list ul li a .noti_left .image {
    height: 40px;
    width: 40px;
}

.Notification_icon .notification_list ul li a .noti_left .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.Notification_icon .notification_list ul li a .noti_right {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.Notification_icon .notification_list ul li a .noti_right .heading {
    color: #f24570;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 5px;
}

.Notification_icon .notification_list ul li a .noti_right .info {
    color: #213366;
    line-height: 1.2;
    font-weight: 500;
    font-size: 12px;
}

.Notification_icon .notification_list ul li a.see_more {
    text-align: center;
    display: block;
    font-size: 14px !important;
}

.Notification_icon .notification_list ul li a.see_more:hover {
    color: white;
}

.Notification_icon .notification_list {
    display: none;
}

.notification_list nav {
    padding: 10px;
    padding-bottom: 0;
    border: none;
}

.notification_list nav .nav-tabs {
    width: 100%;
    justify-content: space-between;
    border: none;
}

.notification_list nav .nav-tabs .nav-link {
    width: 33%;
    border: none;
    color: #213366;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}

.notification_list nav .nav-tabs .nav-link.active {
    color: #f24570;
    border-color: #f24570;
}

.navbar .mobile {
    display: none;
    align-items: center;
    justify-content: end;
    gap: 10px;
    flex-direction: row-reverse;
}

.navbar .mobile ul .Notification_icon .bell_icon {
    padding: 10px;
}

.navbar .mobile ul .Notification_icon {
    width: 30px;
    height: 30px;
}

.navbar .mobile button.navbar-toggler,
.navbar .mobile ul .Notification_icon button {
    /*    width: 100%;*/
    height: 100%;
}

.navbar .mobile ul .Notification_icon .notification_list {
    display: none;
}

.notification_page_item {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    align-items: center;
    width: 100%;
    gap: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.notification_page_item:hover {
    background-color: #f24570;
}

.notification_page_item:hover .notification_page_item_info .heading {
    color: white;
}

.notification_page_item .notification_page_item_image {
    width: 100px;
    height: 100px;
}

.notification_page_item .notification_page_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.notification_page_item .notification_page_item_info {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.notification_page_item .notification_page_item_info .heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
    color: #f24570;
}

.notification_page_item .notification_page_item_info .reason {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #213366;
}

.notification_page_item .icon {
    display: none;
    width: 30px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.notification_page_item .icon.active {
    display: flex;
    color: #213366;
}

.notification_page {
    background-color: white;
    min-height: 900px;
    max-height: 100%;
    padding: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* .profile-friend-status-left button:hover {
    color: #f24570;
    background-color: #213366;
} */
.profile-friend-status-left button {
    /* margin-bottom: 5px; */
    color: #213366;
    /* background-color: #f24570; */
}

.process_bar {
    width: 100%;
    height: 20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.process_bar_inner {
    width: 90%;
    position: relative;
    background-color: #213366;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.process_bar_inner .text {
    /* color: white; */
    margin-top: 5px;
    color: #f24570;
    width: 100%;
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 0;
}

.member__inner a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.text p {
    font-size: 14px;
    color: #f24570;
    font-weight: 600;
}

.progress {
    height: 10px;
    /*background-color: rgb(255, 30, 30);
    */
    background-color: #f24570 !important;
    width: 0%;
    border-radius: 10px;
    transition: all 1s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

ul li.chat_outter {
    position: relative;
}

ul li.chat_outter .chat_count {
    display: none;
}

ul li.chat_outter .chat_count.active {
    display: block;
    position: absolute;
    top: 0;
    right: -3px;
    width: 20px;
    height: 20px;
    background-color: #f24570;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header__more .profile_review_wrap {
    padding: 10px;
    display: flex;
    gap: 20px;
    height: 50px;
    align-items: center;
    background: #f24570;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.header__more .profile_review_wrap .profile_review {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header__more .profile_review_wrap .profile_review .image {
    width: 40px;
    height: 40px;
}

.header__more .profile_review_wrap .profile_review .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.header__more .profile_review_wrap .profile_review .info {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
}

.login_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.login_items .logo {
    width: 260px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.login_items .logo a {
    width: 100%;
    height: 100%;
}

.login_items .logo a video,
.login_items .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login_items .login_item_alt h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin: 0;
}

.login_items .login_item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 250px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.login_items .login_item_alt {
    width: 100%;
    box-shadow: none;
}

.login_items .login_item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.login_items .login_item a:hover {
    background-color: #f24570;
    color: white;
}

.login_items .login_item a .image_l {
    width: 30px;
    height: 30px;
}

.login_items .login_item a .image_l img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login_items .login_item a .info {
    font-size: 16px;
    font-weight: 600;
}

.banner__inputlist {
    gap: 10px;
}

.info-data {
    /* background-color: red; */
}

.info-data form .group-field label {
    line-height: 28px;
    font-weight: 600;
    font-size: 1.125rem;
    color: #213366;
}

.info-data form .group-field input {
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
    padding: 0px 30px;
    height: 50px;
}

@media only screen and (max-width: 1400px) {

    .app-home,
    .work-home,
    .meet-home,
    .member-home,
    .about-home {
        padding: 30px 0;
    }
}

.navbar-toggler {
    margin-bottom: 0;
    border: none;
}

@media only screen and (max-width: 1200px) {

    .app-home,
    .work-home,
    .meet-home,
    .member-home,
    .about-home {
        padding: 30px 0;
    }

    .log-reg-inner .section-header h2.title {
        font-size: 34px;
    }

    /* .top-menu-left,
    .profile-items-detaile-two {
        margin-top: -90px;
    } */
    .profile-items-detaile-two--search {
        max-width: 215px !important;
        width: 215px;
    }

    .group__bottom--right {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 2%;
    }

    .group__bottom--right .active-member {
        width: 48%;
    }
}

/* .work__tablist{
    justify-content: flex-start;
} */
.member__item {
    margin-bottom: 25px;
}

.member__item .member__inner {
    /* height: 100%; */
    border: 2px solid #f1f7fe;
}

@media only screen and (max-width: 992px) {
    .story__thumb .profile_image_upload {
        bottom: 5px;

    }
    .about-home .section__header h2 {
        font-size: 30px;
    }

    .about__inner {
        padding: 30px 20px;
    }

    .about-home .section__wrapper .about__thumb {
        margin-bottom: 10px;
    }

    .about-home .section__wrapper .about__thumb .icon i {
        font-size: 70px;
    }

    .about__inner .about__content h4 {
        font-size: 25px;
    }

    .msform select,
    .msform input,
    .msform textarea,
    .fieldlabels {
        font-size: 14px;
    }

    .work__area .tab-content .tab-pane .work__item .work__inner .work__thumb {
        max-width: 170px;
        width: 100%;
        height: 170px;
    }

    .work__content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .work__content p {
        font-size: 16px;
        line-height: 1.4;
    }

    .work__tablist .nav-link {
        padding: 5px 10px;
    }

    .work__area .nav-pills .nav-link img {
        width: 30px;
        height: 30px;
    }

    .member-home .member__grid .member__item {
        width: 33%;
    }

    .notification_page_wrap .container,
    .header__bottom .container,
    .group__top .container,
    .group__bottom .container {
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
    }

    .top-menu-left,
    .profile-items-detaile-two {
        max-width: 230px;
        width: 100%;
    }

    ul li a {
        padding: 10px !important;
        font-size: 14px;
    }

    /* .Notification_icon .notification_list ul {
        display: block ;
    } */
    .notification_page_item .notification_page_item_image {
        width: 60px;
        height: 60px;
    }

    .notification_page_item {
        gap: 10px;
    }

    .notification_page_item .notification_page_item_info .heading {
        font-size: 22px;
    }

    .notification_page_item .notification_page_item_info .reason {
        font-size: 16px;
        line-height: 1.2;
    }

    .no_text {
        display: none;
    }

    .container {
        max-width: 960px;
    }

    .Sea_btn .theme_btn span {
        font-size: 14px;
    }

    .search_items {
        gap: 20px;
    }

    /* .about--style3 .section__wrapper form {
        padding: 60px 20px;
    } */
}

.work__area .tab-content .tab-pane .work__item .work__inner {
    align-items: flex-start;
}

.friend-req-item-left a {
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

.friend-req-items .friend-req-item-right {
    width: 100px;
}

.about--style3 {
    padding-top: 0;
}

.member-home h1 {
    font-size: 50px;
    margin: 0;
    margin-bottom: 10px;
}

@media only screen and (max-width: 567px) {}

video#videoPreview {
    width: 100%;
    height: 300px;
    /* object-fit: contain; */
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 10px;
}

/* .work__tablist{
    justify-content: flex-start;
} */
/* .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #eaf2fc;
} */
.select2-container--default .select2-selection--single {
    border-color: #eaf2fc;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    background-color: #eaf2fc !important;
    border: none !important;
}

.about--style3 .section__wrapper form .banner__inputlist {
    border: 1px solid rgba(59, 54, 140, 0.1) !important;
    background-color: #eaf2fc !important;
    padding: 0px !important;
    height: 40px !important;
}

.select2-dropdown {
    background-color: #eaf2fc;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #f9f9f9;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 8px;
    background: #f9f9f9;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #f24570;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    padding: 5px 0;
    border: 1px solid #aaa;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f24570;
}

.select2-container--default .select2-results__option--selected {
    background-color: #213366;
    color: white;
}

/* label#state\ register_state_label {
    color: #213366;
} */
.alert {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    width: fit-content;
    margin: 0 auto;
}

.top-menu-wrap,
.profile-items-detailes {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.top-menu-right,
.profile-items-detaile-one {
    flex: 1;
}

.top-menu-left,
.profile-items-detaile-two {
    max-width: 306px;
    width: 200px;
}

.theme_btn {
    background-color: #f24570 !important;
    transition: 0.3s all;
    color: white !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.theme_btn:hover {
    /* background-color: #213366 !important; */
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.theme_btn:hover .more_points {
    color: white;
}

@media only screen and (max-width: 992px) {
    .work__area .tab-content .tab-pane .work__item .work__inner .work__thumb {
        max-width: 170px;
        width: 100%;
        height: 170px;
    }

    .work__content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .work__content p {
        font-size: 16px;
        line-height: 1.4;
    }

    .work__tablist .nav-link {
        padding: 5px 10px;
    }

    .work__area .nav-pills .nav-link img {
        width: 30px;
        height: 30px;
    }

    .member-home .member__grid .member__item {
        width: 33%;
    }

    .group__top .container,
    .group__bottom .container {
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
    }

    .points_hearder .points_hearder_right,
    .top-menu-left,
    .profile-items-detaile-two {
        /* max-width: 230px; */
        width: 100%;
    }

    .story__inner .story__thumb {
        max-width: 230px;
        width: 100%;
        height: 230px;
        margin-bottom: 5px;
    }

    .story__inner .story__content {
        padding: 0 5px;
    }
}

.profile-items-detaile-one {
    padding: 10px;
    border: 1px solid rgba(136, 136, 136, 0.1);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.profile-items-detaile-one--alt {
    width: calc(100% - 230px);
    /*display: flex;
    */
    /*justify-content: flex-start;
    */
    gap: 10px;
    /*margin-top: -45px;
    */
    padding: 10px;
    border: 1px solid rgba(136, 136, 136, 0.1);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.group__bottom--allmedia_user {
    display: flex;
    flex: 1;
}

.profile-items-detaile-one--alt .group__bottom--left {
    display: flex;
    flex: 1;
}

.profile-items-detaile-one--alt .group__bottom--left .tab-content {
    width: 100%;
}

.profile-items-detailes--alt {
    flex-wrap: wrap;
    padding: 0px;
}

.profile-items-detailes--alt_alt {
    padding: 20px;
    border: 2px solid #f1f7fe;
}

.profile-items-detaile-two--search {
    margin: 0;
}

.member__info .search_form form {
    height: 58px;
}

@media only screen and (max-width: 767px) {
    .member-home .member__grid .member__item {
        width: 50%;
    }

    /* .story__content_like{
        /* flex-direction: column;
    } */
    .block_user .modal-body {
        padding: 10px;
    }

    .navbar .mobile {
        display: flex;
        width: 100%;
    }

    /* ul li.Notification_icon {
        display: none;
    } */
    .Notification_icon_alt .notification_list {
        display: none;
    }

    .log-reg .log-reg-inner .main-content {
        /* height: calc(100vh - 220px); */
        height: calc(100vh - 10px);
        padding: 0;
    }

    .log-reg .log-reg-inner .section-header P {
        margin-bottom: 20px !important;
    }

    .work__area {
        flex-wrap: wrap;
    }

    .work__content {
        width: 100% !important;
    }

    .work__tablist {
        /* justify-content: flex-start; */
        justify-content: center;
        width: 100%;
        min-height: 50px;
        display: flex;
        flex-direction: row;
    }

    .work__area .tab-content .tab-pane .work__item .work__inner .work__content {
        padding-bottom: 20px;
    }

    .about--style3 .section__wrapper form .banner__inputlist {
        margin: 0;
    }

    .search_items {
        flex-wrap: wrap;
        gap: 0;
    }

    .search_items .search_item {
        width: 49%;
        margin-bottom: 10px;
    }

    .search_items .Sea_btn {
        margin-top: 20px;
    }

    .search_items .search_item_input_box {
        width: 100%;
    }

    .search_items .Sea_btn {
        width: 100%;
        flex-direction: row;
        gap: 10px;
    }

    .search_items .Sea_btn button {
        width: 49%;
    }

    .feacher_ads {
        padding-top: 20px !important;
    }

    .member__info--left {
        height: 50px;
    }

    .member__info .member__info--left {
        width: 200px;
    }

    .member__info--left .member__info--count .default-btn,
    .member__info--left .member__info--count {
        height: 34px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .member__info--left .member__info--count .default-btn {
        padding: 10%;
        width: 150px;
    }

    .member__info .search_form form {
        height: 34px;
    }

    .member__info {
        margin-bottom: 0 !important;
    }

    .default-pagination li a {
        width: 30px;
        height: 30px;
    }

    .section__wrapper {
        padding: 0;
    }
}

@media only screen and (max-width: 567px) {
    .member-home .member__grid .member__item {
        width: 100%;
    }

    .member__buttongroup li {
        width: 130px;
    }

    .work__area .nav-pills .nav-link {
        width: 32%;
        padding: 10px !important;
        margin-bottom: 5px;
    }

    .work__tablist {
        padding: 10px;
    }

    .work__area .tab-content .tab-pane .work__item .work__inner {
        padding: 5px;
    }

    .work__area .tab-content .tab-pane .work__item .work__inner .work__thumb {
        max-width: 100%;
        margin-bottom: 5px;
        height: 200px;
    }

    .Notification_icon .notification_list {
        right: -40px;
    }

    .search_items .search_item {
        width: 100%;
        margin-bottom: 10px;
    }

    /* .member__info {
        gap: 30px;
    } */
    .member__info--left .member__info--count .default-btn {
        width: 100%;
    }

    .member__info--left .member__info--count .default-btn span {
        font-size: 14px;
    }

    .member__info--count p {
        font-size: 14px;
        padding: 0 5px;
    }

    .member__info .member__info--left {
        width: 110px;
    }

    .search_form {
        width: 50%;
    }

    .member__info--left .member__info--count {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .story__inner .story__thumb {
        max-width: 100%;
        width: 100%;
    }
}

.block_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 95px);
}

.inner_block {
    padding: 80px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.inner_block .icon {
    text-align: center;
    font-size: 60px;
    line-height: 1.4;
    color: red;
    font-weight: 900;
}

.inner_block h4 {
    font-size: 25px;
    text-align: center;
}

.log-reg .verfication_wrao {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.textBoxs {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    justify-content: center;
}

.textBoxs input {
    width: 80px;
    height: 80px;
    padding: 10px 8px;
    border-radius: 8px;
    border: 2px solid #000;
    background: var(--base-white, #fff);
    /* Shadow / xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    /* 125% */
    letter-spacing: -0.96px;
}

.textBoxs input[type="number"] {
    --moz-appearance: textfield;
}

.textBoxs input::-webkit-outer-spin-button,
.textBoxs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.textBoxs input:focus {
    border-bottom: 8px solid #f24570;
    outline: false;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 50;
}

.header_logo {
    display: flex;
    width: 68px;
    height: 68px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    color: white;
    margin: 0 auto;
    border: 8px solid #f24570;
    background: #f24570;
}

.header_logo i {
    font-size: 40px;
}

.log-reg .verfication_wrao .section-header.inloginp {
    padding-top: 20px;
    margin-bottom: 50px;
}

.log-reg .verfication_wrao a {
    display: block;
    text-align: center;
    color: #475467;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
}

.log-reg .verfication_wrao button {
    max-width: 174px;
    width: 100%;
    display: flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #000;
    background: #f24570;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: white;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* .story__content_like .story__content_like_inner form i{
    font-size: 60px;
} */
/* .modal-backdrop {
    z-index: 1040 !important;
}
.modal-content {
    margin: 2px auto;
    z-index: 1100 !important;
} */
.reason_to_block form .field_group_btnn {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.reason_to_block form .field_group {
    margin-bottom: 20px;
}

.reason_to_block form .field_group_btnn button {
    border: 2px solid #f24570 !important;
    color: #f24570;
    font-size: 13px;
    padding: 5px 10px;
}

.reason_to_block form .field_group_btnn button:nth-child(2) {
    background-color: #f24570;
    color: white;
}

.reason_to_block form .field_group textarea:focus {
    box-shadow: none;
    border-color: #000000;
}

.search_form form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    border: 2px solid #f24570;
}

.search_form form input {
    color: #f24570;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.search_form form button {
    height: 100%;
    background-color: #f24570;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.inner_block .Block_imaage {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.inner_block .Block_imaage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.inner_block .heading h4 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
}

.inner_block button {
    background: #f24570;
    color: #fff;
    padding: 15px 20px;
    letter-spacing: 0.85px;
    width: 100%;
}

.post-author-inner_alt {
    width: 100%;
    height: 100%;
}

.post-author-inner_alt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .post-content .post-author .post-author-inner_alt video,
.post-item .post-content .post-author .post-author-inner_alt img {
    max-width: 100% !important;
    height: 100% !important;
}

#lightcase-case {
    top: 0 !important;
    left: 0 !important;
    transform: translate(0%, 0%) !important;
    margin: 0 !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
}

.lightcase-inlineWrap {
    width: 100% !important;
    height: 100% !important;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* Semi-transparent background */
    z-index: 9999;
    /* Ensure it's on top of other elements */
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    -webkit-animation: ;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.active {
    color: #ff0000;
    /* Change the color to your desired highlight color */
    font-weight: bold;

    /* Add any other styling you want */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    ,
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.chat_status.Chat_active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: green;
}

.faqs_page .accordion .accordion-item {
    margin-bottom: 20px;
}

.faqs_page .accordion .accordion-item {
    background-color: rgba(242, 69, 112, 0.25);
}

.faqs_page .accordion .accordion-item .accordion-header button.accordion-button {
    display: block;
    text-align: left;
    color: #222;
    padding: 15px;
    background-color: white;
    border-bottom: 0px solid;
    font-weight: bold;
    color: #f24570 !important;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.faqs_page .accordion .accordion-item .accordion-header button.accordion-button:focus {
    border-color: #f24570 !important;
    box-shadow: 0 0 0 0.25rem rgba(242, 69, 112, 0.25);
}

.faqs_page .accordion .accordion-item .accordion-body {
    display: block;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

/* .log-reg .log-reg-inner #image_error{
    scroll-snap-align: start;
}
.log-reg .log-reg-inner .main-content .login100-form{
    overscroll-behavior-y: contain;
        scroll-snap-type: y mandatory;
        display: flex;
        padding: 5px;
        border-radius: 5px;
        flex-direction: column;
} */
.log-reg .log-reg-inner .main-content .login100-form .register_button {
    max-width: max-content;
    width: 100%;
    padding: 16px 40px;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
    background-color: #f24570;
    text-transform: capitalize;
    color: white;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.policy_outer_wrap {
    background-color: white;
    padding: 40px 0;
    /* min-height:calc( 100vh - 97px); */
    max-height: 100%;
}

.policy_wrap {
    max-width: 1320px;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
}

.policy_wrap .policy .heading h2 {
    margin: 0;
    font-weight: 700;
    color: #c81262;
    font-size: 37px;
    line-height: 60px;
    margin-bottom: 10px;
    position: relative;
}

.policy_wrap .policy .policy_sub_heading p,
.policy_wrap .policy .policy_sub_heading,
.policy_wrap .policy .heading p {
    font-size: 16px;
    color: #8f9bb3;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 10px;
}

.policy_wrap .policy .heading {
    margin-bottom: 20px;
}

.policy_wrap .policy .policy_sub_heading h3 {
    margin: 0;
    font-weight: 700;
    color: #c81262;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 15px;
}

.policy_wrap .policy .policy_sub_heading h4 {
    margin: 0;
    font-weight: 700;
    color: #c81262;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.policy_wrap .policy .policy_sub_heading {
    margin-bottom: 20px;
}

.policy_wrap .policy .policy_sub_heading h5 {
    margin: 0;
    font-weight: 700;
    color: #c81262;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.policy_wrap .policy .heading h1 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.policy_wrap .policy .heading {
    margin-bottom: 30px;
}

.policy_wrap .policy .policy_sub_heading ul {
    padding-left: 20px;
}

.policy_wrap .policy .policy_sub_heading ul li a {
    color: #c81262;
    text-decoration: underline #c81262;
}

.policy_wrap .policy .policy_sub_heading ul li {
    list-style-type: disc;
}

.policy_wrap .policy .policy_sub_heading ul li::marker {
    font-size: 20px;
    color: #c81262;
}

.policy_wrap .policy .policy_sub_heading ul li {
    font-size: 15px;
    line-height: 1.7;
    color: #666e82;
    margin-bottom: 10px;
    font-weight: 500;
}

.policy_wrap .policy .policy_sub_heading ul li span {
    font-weight: 900;
    margin-right: 5px;
    color: #c81262;
    font-size: 16px;
}

.customer_box .modal-body {
    padding: 15px;
    padding-bottom: 0;
}

.customer_box .modal-body .camera_image_wrap {
    padding: 15px;
    padding-bottom: 0;
    background: #f7f7f7;
}

.customer_box .modal-body .camera_image_wrap .camera_icon {
    text-align: center;
    font-size: 70px;
    color: #f24570;
    margin-bottom: 0px;
}

.customer_box .modal-body .camera_image_wrap .info {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.customer_box .modal-body .camera_image_wrap .add_image {
    height: 56px;
    display: flex;
    justify-content: center;
    background-color: #f24570;
    align-items: center;
    gap: 10px;
    width: 80%;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
}

.customer_box .modal-body .camera_image_wrap .add_image input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: blue;
    opacity: 0;
    cursor: pointer;
}

.customer_box .modal-body .camera_image_wrap .add_image .add_icon {
    font-size: 25px;
    color: white;
}

.customer_box .modal-footer {
    border: none;
}

ul li.chat_outter .chat_count {
    display: none;
}

.display_none {
    display: none;
}

.Notification_icon .bell_icon .notification_num.active,
ul li.chat_outter .chat_count.active {
    display: flex;
}

.footer_items {
    justify-content: space-between;
    padding: 0 10px;
    padding-top: 20px;
    display: flex;
}

.footer_items .footer_item {
    width: 25%;
}

@media only screen and (max-width: 767px) {}

footer.footer {
    background-color: white;
    border-top: 1px solid rgba(242, 96, 112, 0.2);
}

.footer__content p {
    color: #f24570;
    font-size: 12px;
}

.progress_alt {
    width: 100%;
    height: 20px;
}

#no_profile {
    color: #f24570;
    /* display: flow-root; */
    /* justify-content: center; */
    text-align: center;
    /* margin: 0px auto; */
    margin-top: 200px;
}
.featureProfile {
    min-height: 500px;
}
.container_contant {
    max-width: 696px !important;
}

.feature_page_logo {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.logo-st {
    width: 20%;
}

.feature_page_logo .feature_page_logo_left {
    width: 130px;
}

.feature_page_logo .feature_page_logo_left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature_page_logo .feature_page_logo_right {
    display: flex;
    flex: 1;
    color: #213366;
}

.banner__form .banner__list_alt {
    margin-bottom: 20px;
}

/*  */
/* https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */
button.Search_btn {
    min-width: 200px;
    max-width: fit-content;
    display: block;
    margin: 0 auto;
}

.range-slider {
    margin-top: 17px;
    position: relative;
    width: 100%;
    height: 35px;
    text-align: center;
}

.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    width: 100%;
    outline: none;
    z-index: 1;
    height: 18px;
    margin: 0;
    padding: 0;
}

.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.range-slider input[type="range"]::-moz-focus-outer {
    border: 0;
}

.rangeValue {
    width: 30px;
}

.output {
    position: absolute;
    border: 1px solid #f24570;
    width: 27px;
    height: 21px;
    text-align: center;
    color: #f24570;
    border-radius: 4px;
    display: inline-block;
    font: bold 12px/30px Helvetica, Arial;
    background-color: #213366;
    bottom: 75%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.output.outputTwo {
    left: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="range"] {
    -webkit-appearance: none;
    background: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
    border: none;
    border-radius: 3px;
    background: transparent;
}

input[type="range"]::-ms-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

input[type="range"]::-moz-range-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type="range"]:focus {
    outline: none;
}

.full-range,
.incl-range {
    width: 100%;
    height: 5px;
    left: 0;
    top: 21px;
    position: absolute;
    background: #ddd;
}

.incl-range {
    background-color: #f24570;
}

.banner__list_alt label {
    margin-bottom: 10px;
}

/*  */
.social_image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.social_image a {
    display: block;
    width: 30px;
    height: 30px;
}

.social_image a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.member_top_sugg li .top .left {
    display: flex;
    width: 100%;
}

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

/*  */
a {
    color: #213366;
}

.rangeSlider {
    position: relative;
    height: 6px;
    margin: 0px;
    margin-top: 40px;
    margin-bottom: 12px;
    border-radius: 500px;
    background-color: #ddd;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
}

.rangeSlider--animate .rangeSlider__handle,
.rangeSlider--animate .rangeSlider__tooltip {
    transition: left 300ms;
    -webkit-transition: left 300ms;
    -moz-transition: left 300ms;
    -ms-transition: left 300ms;
    -o-transition: left 300ms;
}

.rangeSlider--animate .rangeSlider__range {
    transition: left 300ms, width 300ms;
}

.rangeSlider__handle {
    display: inline-block;
    position: absolute;
    top: -5px;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #213366;
}

/* .rangeSlider__handle:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
  } */
.rangeSlider__handle:after {
    content: attr(data-value);
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 27px;
    height: 21px;
    line-height: 22px;
    color: red;
    font-size: 12px;
    text-align: center;
    transition: margin 300ms;
    -webkit-transition: margin 300ms;
    -moz-transition: margin 300ms;
    -ms-transition: margin 300ms;
    -o-transition: margin 300ms;
}

.rangeSlider__handle:focus {
    outline: 0;
}

.rangeSlider__handle--from {
    left: -15px;
}

.rangeSlider__handle--to {
    right: -15px;
}

.rangeSlider__handle--active {
    z-index: 1;
}

.rangeSlider__range {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #f24570;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
}

.profileDescriptionData {
    margin: 10px 0;
    word-wrap: break-word;
    font-size: 15px;
    text-align: justify;
}

.modal-dialog_description .modal-content .modal-body {
    padding: 20px;
    padding-top: 0;
}

.modal-dialog_description .modal-content .modal-header {
    padding: 0;
    border: none;
    padding: 10px;
}

.rangeSlider__tooltips {
    position: absolute;
    top: -35px;
    width: 100%;
    height: 25px;
    filter: url("#composite-goo");
    -webkit-filter: url("#composite-goo");
}

.rangeSlider__tooltip {
    position: absolute;
    width: 27px;
    height: 21px;
    background-color: #333;
    border: 1px solid #f24570;
    border-radius: 4px;
}

.rangeSlider__tooltip--from {
    left: -40px;
}

.rangeSlider__tooltip--to {
    right: -40px;
}

.Descrip_btn {
    font-size: 14px;
}

.fileUpload {
    padding: 10px 20px;
    font-size: 13px;
}

.csv_wrap {
    width: 100%;
}

.csv_wrap img.profile_img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.fileName {
    margin-bottom: 10px;
}

#resendCode {
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline #213366;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
}

/* start: Globals */
*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: inherit;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--slate-700);
}

/* end: Globals */
/* start: Chat */
.chat-section {
    box-shadow: inset 0 160px 0 0 var(--emerald-500);
    height: calc(100vh - 83px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--slate-100);
}

.chat-container {
    width: 100%;
    height: 100%;
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: relative;
}

/* end: Chat */
/* start: Sidebar */
.chat-sidebar {
    width: 64px;
    background-color: var(--slate-100);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    display: none;
}

.chat-sidebar-logo {
    font-size: 28px;
    color: var(--emerald-600);
    display: block;
    text-align: center;
    padding: 12px 8px;
    text-decoration: none;
}

.chat-sidebar-menu {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 0;
}

.chat-sidebar-menu>*>a {
    display: block;
    text-align: center;
    padding: 12px 8px;
    font-size: 24px;
    text-decoration: none;
    color: var(--slate-400);
    position: relative;
    transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
}

.chat-sidebar-menu>*>a:hover {
    color: var(--slate-600);
}

.chat-sidebar-menu>.active>a {
    box-shadow: inset 4px 0 0 0 var(--emerald-500);
    color: var(--emerald-600);
    background-color: var(--emerald-100);
}

.chat-sidebar-menu>*>a::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: calc(100% - 16px);
    border-radius: 4px;
    transform: translateY(-50%);
    font-size: 13px;
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.chat-sidebar-menu>*>a:hover::before {
    left: calc(100% - 8px);
    opacity: 1;
    visibility: visible;
}

.chat-sidebar-profile {
    margin-top: auto;
    position: relative;
}

.chat-sidebar-profile-toggle {
    background-color: transparent;
    border: none;
    outline: transparent;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.chat-sidebar-profile-toggle>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat-sidebar-profile-dropdown {
    position: absolute;
    bottom: 100%;
    left: 16px;
    background-color: var(--white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    border-radius: 4px;
    padding: 4px 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transform-origin: left bottom;
    transition: all 0.15s ease-in-out;
}

.chat-sidebar-profile.active .chat-sidebar-profile-dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.chat-sidebar-profile-dropdown a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    color: var(--slate-400);
    font-size: 14px;
}

.chat-sidebar-profile-dropdown a:hover {
    background-color: var(--slate-100);
    color: var(--slate-600);
}

.chat-sidebar-profile-dropdown a:active {
    background-color: var(--slate-200);
}

.chat-sidebar-profile-dropdown a i {
    margin-right: 12px;
    font-size: 17px;
}

/* end: Sidebar */
/* start: Content side */
.chat-content {
    /* padding-left: 64px; */
    height: 100%;
    position: relative;
    /* background-color: rgba(244, 199, 221, 0.1); */
    /* background-color: #fefafa; */
    /* background-image: linear-gradient(
  320deg,
  hsl(0deg 67% 99%) 0%,
  hsl(351deg 54% 90%) 37%,
  hsl(351deg 54% 90%) 63%,
  hsl(0deg 67% 99%) 100%
); */
    /* background-image: linear-gradient(to right bottom, #f24570, #f76b90, #f98bae, #faaac7, #f9c7dd, #f9c7dd, #f9c7dd, #f9c7dd, #faaac7, #f98bae, #f76b90, #f24570); */
    /* background-image: linear-gradient(to right bottom, #f24570, #d23d7f, #ab3c86, #823d86, #583b7d, #583b7d, #583b7d, #583b7d, #823d86, #ab3c86, #d23d7f, #f24570); */
    /* background-image: linear-gradient(to right bottom, #f24570, #f76b90, #f98bae, #faaac7, #f9c7dd, #f9c7dd, #f9c7dd, #f9c7dd, #faaac7, #f98bae, #f76b90, #f24570); */
}

.content-sidebar {
    width: 256px;
    background-color: #e9c3cb;
    /* background-image: linear-gradient(to right bottom, #f24570, #f8769a, #faa0bf, #f9c7dd, #f8edf3); */
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content-sidebar-title {
    font-size: 20px;
    font-weight: 600;
    background-color: #f9dfe5;
    padding: 10px 16px;
    color: #f24570;
}

/* .content-sidebar-title span{
    color: #213366;
} */
.content-sidebar-form {
    position: relative;
    padding: 0;
    background-color: #f9dfe5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.content-sidebar-input {
    padding: 8px 16px;
    background-color: var(--slate-100);
    border: 1px solid var(--slate-300);
    outline: none;
    width: 100%;
    /* border-radius: 4px; */
    padding-right: 32px;
    font-size: 14px;
}

.content-sidebar-input:focus {
    border-color: var(--slate-400);
}

.content-sidebar-submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    color: var(--slate-400);
    background-color: transparent;
    outline: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.content-sidebar-submit:hover {
    color: var(--slate-600);
}

.content-messages {
    overflow-y: auto;
    height: 100%;
    /* margin-top: 16px; */
    background-color: white;
}

.content-messages-list {
    list-style-type: none;
    padding: 0;
}

.chat_user_list.active {
    background-color: #e9c3cb;
}

.content-messages-list>*>a {
    display: flex;
    padding: 6px 13px;
    align-items: center;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    text-decoration: none;
    border-bottom: 1px solid #f9dfe5;
    color: var(--slate-700);
    /* padding: 6px 16px; */
    gap: 10px;
}

.content-messages-list>*>a:hover {
    background-color: var(--slate-50);
}

.content-messages-list>.active>a {
    background-color: var(--slate-100);
}

.content-message-title {
    margin-left: 16px;
    margin-right: 16px;
    color: var(--slate-400);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    position: relative;
}

.content-message-title>* {
    position: relative;
    z-index: 1;
    padding: 0 4px 0 0;
    background-color: var(--white);
}

.content-message-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--slate-300);
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.content-message-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    /* margin-right: 12px; */
}

.content-message-info {
    display: grid;
    margin-right: 12px;
    width: 100%;
}

.content-message-name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.content-message-text {
    font-size: 13px;
    color: var(--slate-400);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content-message-more {
    text-align: right;
}

.content-message-unread {
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--emerald-500);
    padding: 2px 4px;
    border-radius: 4px;
}

.content-message-time {
    font-size: 12px;
    color: var(--slate-400);
    font-weight: 500;
}

/* end: Content side */
/* start: Conversation */
.conversation {
    background-color: var(--slate-100);
    height: 100%;
    padding-left: 256px;
    display: none;
}

.conversation.active {
    display: flex;
    flex-direction: column;
}

.conversation-top {
    padding: 10px 16px;
    background-color: white;
    display: flex;
    align-items: center;
}

.conversation-back {
    background-color: transparent;
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    color: var(--slate-400);
    margin-right: 5px;
    display: none;
}

.conversation-back:hover {
    background-color: var(--slate-100);
    border-radius: 50%;
    color: var(--slate-600);
}

.conversation-back:active {
    background-color: var(--slate-200);
}

.conversation-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.conversation-user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.conversation-user-name {
    font-weight: 500;
    font-size: 17px;
}

.conversation-user-status {
    color: var(--slate-400);
    font-size: 13px;
}

.conversation-user-status::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f0f2f5;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}

.conversation-user-status.online::before {
    background-color: #2f9a48;
}

.conversation-buttons {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.conversation-buttons>* {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 20px;
    background-color: #f24570;
    border: none;
    outline: transparent;
    cursor: pointer;
    color: var(--slate-600);
    margin-left: 4px;
}

.conversation-buttons> :hover {
    background-color: var(--slate-100);
    color: var(--slate-700);
}

.conversation-buttons> :active {
    background-color: var(--slate-200);
}

.conversation-main {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    /* padding: 16px; */
    background-color: rgba(242, 69, 112, 0.1);
}

.conversation-wrapper {
    list-style-type: none;
}

.conversation-item {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-bottom: 16px;
}

.conversation-item.me {
    flex-direction: row;
}

.conversation-item-side {
    margin-left: 8px;
}

.conversation-item.me .conversation-item-side {
    margin-right: 8px;
}

.conversation-item-image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.conversation-item-content {
    width: 100%;
}

.conversation-item-wrapper:not(:last-child) {
    margin-bottom: 8px;
}

.conversation-item-box {
    max-width: 720px;
    position: relative;
    margin-left: auto;
}

.conversation-item.me .conversation-item-box {
    margin-left: unset;
}

.conversation-item-text {
    padding: 12px 16px 8px;
    background-color: var(--white);
    box-shadow: 0 2px 12px -2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border-radius: 6px;
    line-height: 1.5;
    margin-left: 32px;
}

.conversation-item.me .conversation-item-text {
    margin-left: unset;
    margin-right: 32px;
}

.conversation-item.me .conversation-item-text {
    background-color: var(--emerald-500);
    box-shadow: 0 2px 12px -2px var(--emerald-500);
    color: rgba(255, 255, 255, 0.8);
}

.conversation-item-time {
    font-size: 10px;
    color: var(--slate-400);
    display: block;
    text-align: right;
    margin-top: 4px;
    line-height: 1;
}

.conversation-item.me .conversation-item-time {
    color: rgba(255, 255, 255, 0.7);
}

.conversation-item-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-in-out;
}

.conversation-item.me .conversation-item-dropdown {
    left: unset;
    right: 0;
}

.conversation-item-wrapper:hover .conversation-item-dropdown {
    opacity: 1;
    visibility: visible;
}

.conversation-item-dropdown-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: var(--white);
    outline: transparent;
    border: 1px solid var(--slate-200);
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.conversation-item-dropdown-toggle:hover {
    background-color: var(--emerald-500);
    color: var(--white);
    box-shadow: 0 2px 12px -2px var(--emerald-500);
}

.conversation-item-dropdown-toggle:active {
    background-color: var(--emerald-600);
}

.conversation-item-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 4px 0;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transform-origin: left top;
    transition: all 0.15s ease-in-out;
}

.conversation-item.me .conversation-item-dropdown-list {
    left: unset;
    right: 0;
}

.conversation-item-dropdown.active .conversation-item-dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.conversation-item-dropdown-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--slate-400);
    font-size: 13px;
    padding: 6px 12px;
}

.conversation-item-dropdown-list a:hover {
    background-color: var(--slate-100);
    color: var(--slate-600);
}

.conversation-item-dropdown-list a:active {
    background-color: var(--slate-200);
}

.conversation-item-dropdown-list a i {
    font-size: 16px;
    margin-right: 8px;
}

.coversation-divider {
    text-align: center;
    font-size: 13px;
    color: var(--slate-400);
    margin-bottom: 16px;
    position: relative;
}

.coversation-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--slate-300);
}

.coversation-divider span {
    display: inline-block;
    padding: 0 8px;
    background-color: var(--slate-100);
    position: relative;
    z-index: 1;
}

.conversation-form {
    padding: 8px 16px;
    background-color: var(--white);
    display: flex;
    align-items: flex-end;
}

.conversation-form-group {
    width: 100%;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
}

.conversation-form-input {
    background-color: var(--slate-100);
    border: 1px solid var(--slate-300);
    border-radius: 4px;
    outline: transparent;
    padding: 10px 32px 10px 16px;
    font: inherit;
    font-size: 14px;
    resize: none;
    width: 100%;
    display: block;
    line-height: 1.5;
    max-height: calc(20px + ((14px * 2) * 6));
}

.conversation-form-input:focus {
    border-color: var(--slate-400);
}

.conversation-form-record {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 20px;
    color: var(--slate-400);
    background-color: transparent;
    border: none;
    outline: transparent;
    cursor: pointer;
}

.conversation-form-record:hover {
    color: var(--slate-600);
}

.conversation-form-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: none;
    background-color: transparent;
    outline: transparent;
    font-size: 20px;
    color: var(--slate-400);
    cursor: pointer;
    flex-shrink: 0;
}

.conversation-form-button:hover {
    background-color: var(--slate-100);
    color: var(--slate-600);
}

.conversation-form-button:active {
    background-color: var(--slate-200);
    color: var(--slate-600);
}

.conversation-form-submit {
    background-color: var(--emerald-500);
    box-shadow: 0 2px 8px -2px var(--emerald-500);
    color: var(--white);
}

.conversation-form-submit:hover {
    background-color: var(--emerald-600);
    color: var(--white);
}

.conversation-form-submit:active {
    background-color: var(--emerald-700);
    color: var(--white);
}

.conversation-default {
    background-color: #f9dfe5;
    align-items: center;
    justify-content: center;
    padding: 16px;
    padding-left: calc(256px + 16px);
    color: var(--slate-400);
    /* background-image: linear-gradient(to left top, #f24570, #f8769a, #faa0bf, #f9c7dd, #f8edf3); */
}

.conversation-default i {
    font-size: 32px;
}

.conversation-default p {
    margin-top: 16px;
}

.text_outer {
    position: relative;
}

.text_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: center;
    font-size: 18px;
}

h3.upload_image_text {
    font-size: 22px;
    background-color: #f24570;
    color: white;
    text-align: center;
    padding: 10px;
}

.remove_form_wrap {
    position: relative;
}

.remove_form {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
}

/* end: Conversation */
/* start: Breakpoints */
.group__bottom--allmedia .media-wrapper {
    margin-top: 5px;
}

/* end: Breakpoints */
.conversation-user_users .user_body_name {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    text-transform: capitalize;
}

.conversation-user_users .conversation-user-status {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #8696a0;
    text-align: left;
}

.send_image_req {
    font-size: 14px;
}

.profile-friend-status-left button,
.story__content_like_inner form button {
    padding: 0;
}

.profile-friend-status-left button:focus,
.story__content_like_inner form button:focus {
    border: none;
    box-shadow: none;
}

button [data-bs-title] {
    background-color: red;
}

.send_image_req {
    padding: 5px;
}

button.btn_modal {
    padding: 0;
}

.header__more .profile_review_wrap {
    width: 100%;
    /* margin-left: 25px; */
}

/* .imsge_select {
    display: flex;
    justify-content: space-between;
} */

.imsge_select .imsge_select_right {
    /* width: 30%; */
    display: flex;
    justify-content: space-between;
}

/* .imsge_select .imsge_select_left {
    width: 30%;
} */

.imsge_select .imsge_select_left select {
    font-size: 14px;
}
.imsge_select_left {
    width: 30%;
}
.imsge_select .imsge_select_right label {
    width: 100%;
    /* text-align: right; */
    margin: 0;
    font-size: 14px;
}

/* canvas {
    border: 1px solid #ccc;
    margin-top: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  } */
#pixelSize {
    background-color: ;
    height: 10px;
}

input#pixelSize[type="range"] {
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    /* iOS */
    padding: 0;
}

input#pixelSize::-webkit-slider-runnable-track {
    background: #213366;
}

input#pixelSize::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    /* 1 */
    height: 15px;
    background: #f24570;
    box-shadow: 0px 0 0 0px red;
    /* 2 */
    border: 2px solid #213366;
    /* 1 */
}

input#pixelSize::-moz-range-track {
    height: 15px;
}

input#pixelSize::-moz-range-thumb {
    background: #f24570;
    height: 15px;
    width: 15px;
    /*1*/
    border: 3px solid #213366;
    /*1*/
    border-radius: 0 !important;
    box-shadow: -200px 0 0 200px dodgerblue;
    box-sizing: border-box;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

input#pixelSize::-ms-fill-lower {
    background: blue;
}

input#pixelSize::-ms-thumb {
    background: #fff;
    border: 2px solid #999;
    /* 1 */
    height: 15px;
    width: 20px;
    /* 1 */
    box-sizing: border-box;
}

input#pixelSize::-ms-ticks-after {
    display: none;
}

input#pixelSize::-ms-ticks-before {
    display: none;
}

input#pixelSize::-ms-track {
    background: red;
    color: transparent;
    height: 15px;
    border: none;
}

input#pixelSize::-ms-tooltip {
    display: none;
}

.msg-body ul .unread {
    overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory;
}

.id_card_wrap {
    display: flex;
    flex-wrap: wrap;
}

.id_card_left {
    width: 100%;
}

.camera-container {
    width: 100%;
}

.camera-container .camera {
    width: 100%;
    margin: 0 auto;
}

.camera-container .camera video {
    width: 100%;
}

.id_card_right {
    width: 100%;
}

.takeSnapshot_wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
}

button.takeSnapshot_one,
.Image_uuload .submit {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    height: 40px;
    color: white;
    margin: 0 auto !important;
    border-radius: 4px;
    width: max-content;
    background-color: #f24570 !important;
    transition: 0.3s all;
    color: white !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

button.takeSnapshot_one {
    margin: 0;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    height: 50px;
}

.camera_box {
    max-width: 360px;
    width: 100%;
}

.id_card_right #results {
    width: 100%;
    justify-content: center;
    min-height: 1px;
    max-height: 70px;
    margin: 10px auto;
    display: flex;
    gap: 10px;
}

.id_card_right #results img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.image-upload-wrap .group-field {
    margin-bottom: 10px;
}

.image-upload-wrap .group-field label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #213366;
    margin: 0;
    margin-bottom: 0;
}

.image-upload-wrap .group-field input {
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
    padding: 0px 30px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
}

.input_box .camera_image_wrap .image-upload-wrap,
.input_box .camera_image_wrap {
    /* padding: 0 !important; */
}

.input_box .modal-body {
    padding: 15px;
}

.input_box .modal-header {
    border: none;
    padding: 10px;
    padding-bottom: 0;
}

.input_box .modal-body .camera_image_wrap .add_image {
    height: 50px;
    display: flex;
    justify-content: center;
    background-color: #f24570;
    align-items: center;
    gap: 10px;
    width: 80%;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.image_uupload_modal {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
}

.image_uupload_modal .modal-body {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.image_uupload_modal .modal-content {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.feature-sec {
    width: 100%;
    /* box-shadow: 0 0 20px rgba(136, 136, 136, 0.2); */
    border: 2px solid #f1f7fe;
}

.login__form .field_group label {
    font-size: 15px !important;
    font-weight: 600;
}

.phone_num {
    border: 1px solid rgba(59, 54, 140, 0.1);
    /* background-color: #eaf2fc; */
    padding: 5px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    background-color: #213366;
    gap: 5px;
}

.phone_num select {
    max-width: 100px;
    text-align: left;
    border-color: #f24570;
    background-color: #f24570;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

.phone_num select:focus {
    box-shadow: none;
    border-color: #f24570;
}

.phone_num input {
    display: flex;
    flex: 1;
    background-color: transparent;
    border: none;
    color: #f24570;
    font-size: 16px;
    font-weight: 600;
}

.phone_num input::placeholder {
    color: #f24570;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.5;
}

.login__form .field_group {
    margin: 0 auto;
    margin-bottom: 20px;
    /* max-width: 400px; */
    width: 80%;
    display: block;
}

.login__form .field_group label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.login__form .field_group .phone_num {
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
    padding: 5px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    background-color: #213366;
    gap: 5px;
}

.login__form .field_group .phone_num select {
    max-width: 80px;
    text-align: left;
    border-color: #f24570;
    background-color: #f24570;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}

.login__form .field_group .phone_num input {
    display: flex;
    flex: 1;
    background-color: transparent;
    height: 100%;
    border: none;
    color: #f24570;
    font-size: 16px;
    font-weight: 600;
}

.login__form .field_group .phone_num input::placeholder {
    color: #f24570;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.5;
}

.field_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

#slider {
    /* width: 100%; */
    margin: 20px 0;
}

#result {
    font-size: 18px;
    margin-top: 20px;
}

.ui-slider-handle:before {
    content: attr(data-value);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

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

.login_nav ul li a {
    background: #f24570;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    letter-spacing: 0.85px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

#result {
    font-size: 18px;
    margin-top: 20px;
}

.ui-slider-handle:before {
    content: attr(data-value);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home_age {
    margin-top: 20px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    width: 100%;
}

.header .logo {
    max-width: 180px;
    width: 100%;
    display: inline-block;
    z-index: 1;
}

.media_icon,
.header ul.desktop {
    max-width: 80%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.desktop_without {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
}

.header ul.desktop li {
    list-style: none;
}

.header ul.desktop li a {
    color: #f24570;
    text-decoration: transparent;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 10px 5px 10px;
    border-bottom: 2px solid transparent;
}

.header ul.desktop li a:hover {
    border-bottom: 2px solid #f24570;
}

button.haram_burger {
    background-color: white;
    max-width: 30px;
    width: 100%;
    height: 30px;
    border: none;
    display: none;
}

.mobile {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #f24570;
    top: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    display: none;
}

.media_icon {
    display: none;
}

.header_2,
.header_1 {
    background-color: white;
    border-bottom: 1px solid rgba(242, 96, 112, 0.2);
}

/* /////////////// */
.header {
    position: relative;
}

.header .points_hearder_right {
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    z-index: 1;
}

.points {
    padding: 3px 10px;
    font-size: 10px;
}

.chat_outter ul li a:hover {
    background-color: #213366;
}

.group__bottom--head .left {
    width: 100%;
}

.group__bottom--head .left form input {
    width: calc(100% - 46px);
}

.group__bottom--head .left form button {
    width: 46px;
}

.banner__title h3 {
    font-size: 30px;
    text-align: center;
}

.banner__title p {
    line-height: 1.3;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
}

#picture {
    padding: 0;
}

.pro_error_outter {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111;
}

.pro_error_inner {
    max-width: 400px;
    width: 100%;
    background-color: white;
    height: 300px;
    border-radius: 12px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.icon_error {
    text-align: center;
    font-size: 50px;
    color: #f24570;
    margin-bottom: 20px;
}

.icon_error_data p {
    text-align: center;
}

.icon_error_data button {
    background-color: #213366;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    display: block;
    color: #f24570;
}

.privacy_add_form .field_group {
    margin-bottom: 10px;
}

.privacy_add_form .field_group input,
.privacy_add_form .field_group label {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    background-color: #eceff1;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.btn_gro {
    margin-bottom: 10px;
}

.privacy_add_form .field_group label {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 5px;
}

.SUCCESS_message {
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.SUCCESS_message .SUCCESS_icon {
    text-align: center;
    font-size: 70px;
    color: #213366;
}

.chat-section {
    height: 100vh;
    height: calc(100vh - 80px);
}

ul.request_db_count_items li a {
    font-size: 14px !important;
}

.notification_list nav .nav-tabs {
    gap: 0;
}

.notification_list nav .nav-tabs .nav-link {
    font-size: 14px;
}

@media screen and (max-width: 1600px) {
    .chat-container {
        max-width: unset;
        /* height: 100vh; */
    }
}

@media screen and (max-width: 1400px) {
    .member-home h1 {
        font-size: 35px;
    }

    .member-home .section__header h2 {
        font-size: 40px;
    }

    .login_items .login_item_alt h2 {
        font-size: 33px;
    }
}

@media screen and (max-width: 1199px) {
    .member-home .section__header h2 {
        font-size: 30px;
    }

    /* .top-menu-left{
        max-width: 320px;
        width: 100%;
    } */
    /* .profile-items-detaile-two_profile {
        margin-top: -85px;
    } */
    .why_us_items {
        flex-wrap: wrap;
    }

    .why_us_item {
        width: 33%;
        margin: 5px 0;
    }

    .about__inner {
        padding: 60px 15px;
    }
}

@media screen and (max-width: 991px) {

    .form-card-inner-digital h3,
    .form-card-inner-info h3 {
        font-size: 20px;
    }

    .member-home h1 {
        font-size: 30px;
    }

    .member-home .section__header h2 {
        font-size: 28px;
    }

    .profile_detail .nav-tabs .nav-item .nav-link {
        padding: 8px 10px;
        margin: 0;
    }

    .top-menu-left {
        max-width: 228px;
        width: 100%;
    }

    .group__top ul li .nav-link {
        font-size: 15px;
    }

    .profile-down {
        /* margin-top: -90px; */
        max-width: 230px;
        width: 100%;
    }

    .profile-items-detaile-two {
        max-width: 230px;
        width: 100%;
    }

    .profile-items-detailes--alt_alt {
        padding: 20px 10px;
    }

    .banner__content {
        margin: 0;
    }

    .member-home h2 {
        font-size: 28px;
    }

    .policy_wrap .policy .heading h1 {
        font-size: 35px;
    }

    .policy_wrap .policy .policy_sub_heading h5 {
        font-size: 20px;
    }

    h3.upload_image_text {
        font-size: 20px;
    }

    .why_us_item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .work__area .tab-content .tab-pane .work__item .work__inner .work__thumb {
        max-width: 100% !important;
        height: 400px;
    }

    #progressbar li strong {
        display: none;
    }

    #progressbar {
        margin-bottom: 15px;
    }

    .member-home h1 {
        font-size: 28px;
    }

    .profile_detail .nav-tabs .nav-item {
        width: fit-content;
        margin: 0;
        /* padding: 0px 10px; */
    }

    .profile_detail .nav-tabs .nav-item .nav-link {
        padding: 0;
    }

    .group__bottom--area {
        margin-top: 25px;
    }

    .group__top ul li .nav-link {
        padding: 5px;
    }

    .nav-tabs_request {
        margin-top: 10px;
    }

    .chat-sidebar {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 48px;
    }

    .chat-sidebar-logo {
        display: none;
    }

    .chat-sidebar-menu {
        flex-direction: row;
        padding: 0;
    }

    .chat-sidebar-menu>*,
    .chat-sidebar-menu>*>a {
        width: 100%;
        height: 100%;
    }

    .chat-sidebar-menu>*>a {
        padding: 8px;
    }

    .chat-sidebar-menu>.active>a {
        box-shadow: inset 0 4px 0 0 var(--emerald-500);
    }

    .chat-sidebar-profile {
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .chat-sidebar-profile-toggle {
        width: 32px;
        height: 32px;
    }

    .chat-sidebar-profile-dropdown {
        left: unset;
        right: 16px;
    }

    .conversation,
    .chat-content {
        padding-left: unset;
    }

    .content-sidebar {
        left: unset;
        z-index: 0;
        width: 100%;
    }

    .chat-sidebar-menu>*>a::before {
        left: 50%;
        transform: translateX(-50%);
        bottom: 100%;
        top: unset;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .chat-sidebar-menu>*>a:hover::before {
        bottom: calc(100% + 8px);
        left: 50%;
    }

    .chat-section {
        height: calc(100vh - 60px);
    }

    .chat-content {
        position: relative;
        /* height: calc(100% - 60px); */
        height: 100%;
    }

    .conversation.active {
        position: relative;
        z-index: 10;
        height: calc(100vh - 60px);
    }

    .conversation-back {
        display: flex;
    }

    .conversation-default.active {
        display: none;
        padding: 16px;
    }

    .header__more .profile_review_wrap {
        gap: 2px;
    }

    button.haram_burger {
        max-width: 100%;
    }

    a.navbar-brand {
        width: 120px;
    }

    .header__more {
        margin: 0;
    }

    .header__more .profile_review_wrap {
        width: 100%;
        height: 30px;
    }

    .header__more .profile_review_wrap {
        margin: 0;
        padding: 6px 5px;
    }

    button.haram_burger {
        display: block;
        z-index: 10;
    }

    .media_icon {
        z-index: 1;
    }

    /* .header ul.desktop {
        display: none;
    } */
    .media_icon {
        display: flex;
        padding: 0 5px;
    }

    .media_icon .mob_icon {
        margin: 0;
        width: 45px;
    }

    .media_icon .mob_icon a {
        padding: 10px 5px !important;
        color: #f24570;
    }

    /* .header__more {
        width: 60px;
    } */
    .Notification_icon,
    ul.media_icon li a {
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    ul.media_icon .chat_count {
        margin: 0;
    }

    .Notification_icon .bell_icon {
        padding: 10px 5px !important;
    }

    button.upload_Video_data,
    button.upload_image_data {
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .header__more .profile_review_wrap .profile_review .info {
        display: none;
    }

    button.takeSnapshot_one,
    .input_box .modal-body .camera_image_wrap .add_image,
    .button.takeSnapshot_one {
        height: 40px;
    }

    .profile-items-detaile-two {
        width: 100%;
    }

    .top-menu-left {
        display: none;
    }

    .story__content_like {
        justify-content: center;
    }

    .story__content h4 {
        text-align: center;
    }

    .about--style3 .section__wrapper form {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }

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

    .profileDescriptionData {
        text-align: center;
    }

    /* .profile-top {
        margin-top: 90px;
    } */
    .banner_inner {
        padding-top: 20px;
        flex-direction: column-reverse;
    }

    .banner_inner_right {
        width: 100%;
    }

    .banner_inner_left {
        max-width: 500px;
        width: 100%;
    }

    .banner-home .banner__thumb {
        height: 50px;
        margin: 20px 0;
    }

    .banner__content {
        margin: 0;
        padding: 40px 20px;
    }

    .banner__content label {
        margin-bottom: 5px;
    }

    .header__bottom .container .navbar,
    .header__bottom .container,
    .header__bottom {
        height: 100%;
    }

    .banner__title h3 {
        text-align: center;
    }

    .member-home .section__header h2,
    .banner__title h3 {
        font-size: 25px;
    }

    .login_items .login_item_alt h2 {
        font-size: 26px;
    }

    .log-reg .log-reg-inner .main-content .content-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .log-reg .log-reg-inner .main-content .form-group>.banner__inputlist label,
    .log-reg .log-reg-inner .main-content .form-group .my-form-control,
    .log-reg .log-reg-inner .main-content .form-group label {
        font-size: 15px;
    }

    .log-reg .log-reg-inner .main-content .form-group {
        margin-bottom: 10px;
    }

    .policy_wrap .policy .heading h1 {
        font-size: 28px;
    }

    /* .chat-container{
        height: calc(100% - 80px);
    } */
    .log-reg .log-reg-inner .main-content {
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login_items .login_item a {
        padding: 20px;
    }


    #ScrrenProfilepixelSize::-webkit-slider-runnable-track {
    background: #213366;
}
    .header__more .profile_review_wrap .profile_review .image {
        width: 30px;
        height: 30px;
    }

    .desktop {
        display: none !important;
    }

    .member__pagination--left p {
        font-size: 13px;
    }

    .card-edit-profile h2 {
        font-size: 22px;
    }

    .inner_block {
        padding: 50px 20px;
    }

    .inner_block h4 {
        font-size: 20px;
    }

    .profile-items-detailes {
        flex-wrap: wrap;
    }

    .profile_detail,
    .profile-items-detaile-one--alt {
        width: calc(100%);
        flex: none;
        display: block;
    }

    .profile-items-detaile-two {
        /* max-width: 500px; */
        max-width: 100%;
        margin: 0 auto;
    }

    .footer_items .footer_item {
        width: 33%;
    }
}

@media screen and (max-width: 567px) {
    .why_us_item {
        width: 100%;
    }

    .info-list li .info-name {
        background-color: transparent !important;
        width: 100% !important;
        text-align: left !important;
    }

    .info-list li .info-name {
        width: 100%;
    }

    .inner_block h4 {
        font-size: 18px;
    }

    .inner_block {
        padding: 50px 10px;
    }

    .card-edit-profile h2 {
        font-size: 20px;
    }

    .card-edit-profile p {
        font-size: 15px;
    }

    .form-card-inner-digital h3,
    .form-card-inner-info h3 {
        font-size: 17px;
    }

    .form-card-inner-digital {
        max-width: 85px;
    }

    fieldset .form-card .field-group {
        width: 100%;
    }

    .card-edit-profile {
        padding: 20px 10px;
    }

    .member-home h1 {
        font-size: 26px;
    }

    .member-home .member__grid .member__item {
        width: 100%;
    }

    .log-reg-inner .section-header h2.title {
        font-size: 23px;
    }

    .log-reg .log-reg-inner .section-header p {
        font-size: 14px;
        margin-bottom: 10px !important;
    }

    .log-reg .log-reg-inner .main-content .content-title {
        font-size: 17px !important;
        margin-bottom: 0px !important;
    }

    .top-menu-left {
        display: none;
    }

    .group__bottom--body,
    .info-card .info-card-content {
        padding: 10px 5px;
    }

    .info-card .info-card-content .info-list li .info-details,
    .info-card .info-card-content .info-list li .info-name {
        width: 46%;
        font-size: 12px;
    }

    .profile-top {
        max-width: 740px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .story__inner {
        padding: 10px;
    }

    .profile--single .group__bottom {
        margin-top: 10px;
    }

    .group__top {
        background-color: transparent;
        padding: 0;
    }

    .group__top .container .top-menu-wrap {
        background-color: white;
    }

    .group__bottom--allmedia ul li .nav-link,
    .info-card .info-card-title,
    .group__top ul li .nav-link {
        font-size: 16px;
    }

    .story__content h4 {
        font-size: 20px;
        margin: 0;
    }

    .story__content p {
        font-size: 14px;
    }

    .story__content--author {
        margin: 0;
    }

    .story__content--author h6 {
        margin: 0;
        font-size: 16px;
    }

    .group__bottom--allmedia ul li,
    .info-card .info-card-title,
    .group__top ul li {
        width: 50%;
        margin-bottom: 0;
    }

    .info-card .info-card-title {
        padding: 10px 5px;
    }

    .info-card .info-card-title h6 {
        font-size: 16px;
    }

    .group__bottom--allmedia ul {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .info-card {
        margin-bottom: 10px !important;
    }

    .padding-bottom {
        padding: 0;
    }

    .info-card .info-card-content .info-list li {
        padding: 0;
    }

    .info-card .info-card-title h6,
    .top-menu-right .nav-tabs .nav-item .nav-link {
        font-size: 15px;
    }

    .info-card .info-card-content .info-list li .info-details {
        margin: 0;
        width: 100%;
        min-height: 38px;
        max-height: auto;
    }

    .info-card .info-card-content .info-list li .info-name:after {
        display: none;
    }

    .friend-request-items {
        width: 100%;
        margin-bottom: 0;
    }

    .friend-request-item {
        width: 100%;
        margin: 0;
    }

    .friend-req {
        padding: 0;
    }

    .image-upload-wrap video,
    .image-upload-wrap img {
        height: 200px;
    }

    .group__bottom--allmedia ul li .nav-link,
    .group__top ul li .nav-link {
        width: 100%;
        padding: 10px;
        text-align: left;
    }

    .profile-friend-status .profile-friend-status-right button {
        font-size: 13px;
    }

    .story__inner .story__content {
        padding: 15px 5px 5px 5px !important;
    }

    .group__bottom--body ul li {
        width: 50%;
        margin-bottom: 0;
    }

    .group__bottom--body ul li.nav-item_love {
        display: flex;
        flex: 1;
    }

    .group__bottom {
        margin-top: 10px;
    }

    .policy_wrap .policy .heading h2 {
        font-size: 27px;
    }

    .policy_wrap .policy .policy_sub_heading p,
    .policy_wrap .policy .heading p {
        font-size: 13px;
        text-align: left;
    }

    .policy_wrap .policy .policy_sub_heading h3 {
        font-size: 21px;
    }

    .policy_wrap .policy .policy_sub_heading h4 {
        font-size: 19px;
    }

    .policy_wrap .policy .policy_sub_heading h5 {
        font-size: 17px;
    }

    .policy_wrap .policy .policy_sub_heading ul li span {
        font-size: 15px;
    }

    .textBoxs input {
        width: 65px;
        height: 65px;
    }

    .login_items {
        gap: 15px;
    }

    .login_items .logo {
        height: 40px;
        margin: 10px auto;
    }

    .login_items .login_item_alt {
        margin-bottom: 30px;
    }

    .login_items .login_item a {
        padding: 10px 20px;
    }

    .login_items .login_item a {
        padding: 20px;
    }

    h3.upload_image_text {
        font-size: 18px;
    }

    .input_box .modal-body .camera_image_wrap .add_image {
        font-size: 16px;
    }

    .header__more .profile_review_wrap .profile_review .image {
        width: 20px;
        height: 20px;
    }

    .header ul.desktop li {
        margin: 0;
    }

    .header ul.desktop {
        gap: 4px;
        display: none;
    }

    .banner__content {
        padding: 40px 10px;
    }

    .member-home .section__header h2,
    .banner__title h3 {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .default-btn,
    .banner__form .default-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .log-reg .log-reg-inner .section-header.inloginp .title {
        font-size: 22px;
    }

    .login_items .login_item_alt h2 {
        font-size: 24px;
    }

    .phone_num select {
        max-width: 80px;
        width: 100%;
        font-size: 14px;
    }

    .log-reg .verfication_wrao button,
    .phone_num input {
        font-size: 14px;
    }

    .login__form .field_group {
        max-width: 100%;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .login_items .login_item {
        max-width: 95%;
        width: 100%;
    }

    .log-reg .log-reg-inner .main-content form .form-check label {
        font-size: 13px;
    }

    .Login_btn {
        padding: 8px;
        font-size: 12px;
    }

    .banner_inner {
        padding-top: 0px;
    }

    .member__buttongroup li.is-checked,
    .banner__inputlist {
        font-size: 14px;
    }

    .media-content .nav-tabs .nav-item {
        width: 50%;
    }

    #myTab .nav-item {
        width: 48%;
    }

    .nav-tabs,
    .top-menu-right .nav-tabs {
        gap: 0 5px;
    }

    .profile_detail .nav-tabs .nav-item {
        padding: 5px 2px;
    }

    .group__bottom--allmedia ul li .nav-link span {
        padding: 3px;
        font-size: 9px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .group__bottom--allmedia ul {
        gap: 0 10px;
    }

    .group__bottom--allmedia ul .nav-item {
        width: 46% !important;
    }

    .media-wrapper .nav-tabs .nav-item .nav-link {
        font-size: 13px;
    }

    .media_icon {
        max-width: 150px;
        gap: 3px;
    }

    .media_icon .mob_icon {
        width: 30px;
    }

    .footer__content--desc ul li {
        margin: 0;
    }

    .footer_items {
        flex-wrap: wrap;
        padding: 0;
    }

    .footer_items .footer_item {
        width: 49% !important;
        margin: 0;
    }

    .footer__content--desc ul li a {
        font-size: 12px;
        padding: 10px 0;
    }

    .header__more .profile_review_wrap .profile_review .info {
        display: none;
    }

    .header__bottom .container {
        padding: 0;
    }

    .nav-tabs_request .nav-item {
        width: 100% !important;
        margin: 0;
    }

    .nav-tabs_request .nav-item .nav-link {
        font-size: 14px;
    }

    button.takeSnapshot_one {
        max-width: 100%;
    }

    .log-reg .log-reg-inner .main-content .form-group label {
        font-size: 14px;
        margin: 0;
    }

    .work__tablist {
        /justify-content: flex-start;
        /justify-content: center;
    }

    .member-home .member__grid .member__item {
        width: 48%;
    }

    .log-reg-inner .section-header h2.title {
        font-size: 30px;
    }

    .main-site-right-inner {
        display: none;
    }

    .profile-top {
        /* display: block; */
    }

    .profile-down {
        /* display: none; */
    }

    .profile-items-detaile-one,
    .top-menu-right {
        width: 100%;
    }

    .profile-top {
        max-width: 740px;
        width: 100%;
        margin: 0 auto;
    }

    .member-home .member__grid .member__item {
        width: 50%;
    }

    .work__area .tab-content .tab-pane .work__item .work__inner .work__content {
        max-width: 100%;
        width: 100%;
    }

    .work-home .work__area .work__tablist .nav-link i {
        font-size: 25px;
    }

    .work-home .work__area .work__tablist .nav-link span {
        font-size: 16px;
    }

    .policy_wrap .policy .heading h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .policy_outer_wrap {
        padding-top: 20px;
    }

    .policy_wrap .policy .policy_sub_heading h3 {
        font-size: 26px;
        line-height: 1.3;
    }

    .policy_wrap .policy .policy_sub_heading h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .policy_wrap .policy .policy_sub_heading h5 {
        font-size: 18px;
    }

    .policy_wrap .policy .heading h1 {
        font-size: 25px;
        text-align: left;
    }

    .policy_wrap .policy .policy_sub_heading ul li {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .log-reg .verfication_wrao .section-header.inloginp {
        margin-bottom: 0px;
    }

    .info-card .info-card-content .info-list li {
        width: 100%;
    }

    .member-home .member__grid .member__item {
        width: 100%;
    }

    .log-reg .log-reg-inner .main-content .or {
        margin: 20px 0;
    }

    .log-reg .log-reg-inner .section-header.inloginp {
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .log-reg .log-reg-inner {
        padding: 0;
    }

    .friend-req-item-left {
        margin-bottom: 5px;
        width: 100%;
    }

    .friend-req-item-right {
        width: 100%;
    }

    .friend-req-item-right .friend-req-btns button {
        padding: 5px 10px;
        height: 30px;
    }

    .group__bottom--right {
        flex-wrap: wrap;
    }

    .group__bottom--right .active-member {
        width: 100%;
    }

    .notification_page {
        padding: 10px 0;
    }

    .notification_page_item .notification_page_item_image {
        width: 50px;
        height: 50px;
    }

    .notification_page_item .notification_page_item_info .heading {
        font-size: 18px;
    }

    .notification_page_item .notification_page_item_info .reason {
        font-size: 13px;
    }

    .notification_page_item {
        align-items: flex-start;
    }

    .work-home .section__header h2,
    .about-home .section__header h2 {
        font-size: 25px;
    }

    .work__content h3,
    .work--style2 .work__content h3,
    .about__inner .about__content h4 {
        font-size: 17px;
    }

    .policy_wrap .policy .policy_sub_heading ul {
        padding: 0;
    }

    .work__content p,
    .work--style2 .work__content p,
    .section__header.style-2 p {
        font-size: 14px;
    }

    .faqs_page .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 15px;
    }

    .work--style2 .work__content p {
        margin-bottom: 10px !important;
    }

    .about__content p {
        font-size: 13px;
    }

    .work-home .work__area .work__tablist .nav-link {
        justify-content: center;
        font-size: 17px;
    }

    .about__inner {
        padding: 20px;
    }

    .work__inner {
        padding: 20px 10px;
    }

    .work__content a {
        padding: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {}

.unreadMessageAndIcon {
    color: red;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 10px;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
    width: 100px;
    background: #c5c5f1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #c5c5f1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    /* color: white; */
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #ee0979;
    color: white;
}

#blurVideoPreview {
    width: 100%;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    color: white !important;
}


        
        section {
            color: #7a90ff;
            padding: 2em 0 8em;
            min-height: 100vh;
            position: relative;
            -webkit-font-smoothing: antialiased;
        }
        
        .pricing {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            justify-content: center;
            width: 100%;
            margin: 0 auto 3em;
        }
        
        .pricing-item {
            position: relative;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: stretch;
            align-items: stretch;
            text-align: center;
            -webkit-flex: 0 1 330px;
            flex: 0 1 330px;
        }
        
        .pricing-action {
            color: inherit;
            border: none;
            background: none;
            cursor: pointer;
        }
        
        .pricing-action:focus {
            outline: none;
        }
        
        .pricing-feature-list {
            text-align: left;
        }
        
        .pricing-palden .pricing-item {
            font-family: 'Open Sans', sans-serif;
            cursor: default;
            color: #84697c;
            background: #fff;
            box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
            border-radius: 20px 20px 10px 10px;
            margin: 1em;
        }
        
        @media screen and (min-width: 66.25em) {
            .pricing-palden .pricing-item {
                margin: 1em -0.5em;
            }
            .pricing-palden .pricing__item--featured {
                margin: 0;
                z-index: 10;
                box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
            }
        }
        
        .pricing-palden .pricing-deco {
            border-radius: 10px 10px 0 0;
            background: linear-gradient(135deg,#f24570,#f24570);
            padding: 4em 0 9em;
            position: relative;
        }
        
        .pricing-palden .pricing-deco-img {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 160px;
        }
        
        .pricing-palden .pricing-title {
            font-size: 0.75em;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 5px;
            color: #fff;
        }
        
        .pricing-palden .deco-layer {
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--1 {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--2 {
            -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
        }
        
        .pricing-palden .icon {
            font-size: 2.5em;
        }
        
        .pricing-palden .pricing-price {
            font-size: 5em;
            font-weight: bold;
            padding: 0;
            color: #fff;
            margin: 0 0 0.25em 0;
            line-height: 0.75;
        }
        
        .pricing-palden .pricing-currency {
            font-size: 0.15em;
            vertical-align: top;
        }
        
        .pricing-palden .pricing-period {
            font-size: 0.15em;
            padding: 0 0 0 0.5em;
            font-style: italic;
        }
        
        .pricing-palden .pricing__sentence {
            font-weight: bold;
            margin: 0 0 1em 0;
            padding: 0 0 0.5em;
        }
        
        .pricing-palden .pricing-feature-list {
            margin: 0;
            padding: 0.25em 0 2.5em;
            list-style: none;
            text-align: center;
        }
        
        .pricing-palden .pricing-feature {
            padding: 1em 0;
        }
        
        .pricing-palden .pricing-action {
            font-weight: bold;
            margin: auto 3em 2em 3em;
            padding: 1em 2em;
            color: #fff;
            border-radius: 30px;
            background: linear-gradient(135deg,#f24570,#f24570);
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }
        
        .pricing-palden .pricing-action:hover,
        .pricing-palden .pricing-action:focus {
            background: linear-gradient(135deg,#f24570,#f24570);
        }
        
        .pricing-palden .pricing-item--featured .pricing-deco {
            padding: 5em 0 8.885em 0;
        }

        .successContent {
            text-align: center;
            padding: 50px 20px;
            /* background-color: #f9f9f9; */
            border-radius: 10px;
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
            max-width: 600px;
            margin: 50px auto; /* Center the content */
        }
        
        .successContent img {
            /* max-width: 150px; */
            height: auto;
            margin-bottom: 20px;
        }
        
        .successContent h1 {
            font-size: 24px;
            color: #333;
            margin-bottom: 20px;
            font-family: 'Arial', sans-serif;
        }
        
        .successContent button a {
            padding: 12px 25px;
            font-size: 16px;
            color: #fff;
            background-color: #007bff; /* Bootstrap primary color */
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .successContent button a:hover {
            background-color: #0056b3; /* Darker shade on hover */
        }
        .media-thumb {
            position: relative;
            display: inline-block;
            /* width: 300px;  */
            height: 300px;
        }
        .loading-indicator {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .original-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .original-image:has(+ .loading-indicator) {
            opacity: 1;
        }

        .original-image:not(:has(+ .loading-indicator)) {
            opacity: 1;
        }




        /* Loading spinner */
.loader {
    border: 8px solid #f3f3f3; /* Light gray background */
    border-top: 8px solid #3498db; /* Blue color for the rotating section */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  /* Animation keyframes for spinning */
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* Ensure that the modal content and image are responsive */
.post-author-inner {
    position: fixed;  /* Optional, for further positioning if needed */
    display: flex;
    justify-content: space-between; /* Push button to the right */
    align-items: center; /* Center image vertically with the button */
}

#groupmodal_image {
    width: 100%; /* Ensure the image takes up the width of the container */
    height: auto; /* Maintain the aspect ratio */
}
.blurRange {
    display: flex;
    justify-content: space-between;
}
.blurRange label {
    width: 100%;
}

#sampleVideoPreview {
    width: 100%;
    height: 300px;
    /* object-fit: contain; */
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 10px;
}
  .key {
    /* z-index: 111111;
    position: relative; */
  }



  .like_profile {
    color: red;
    opacity: 0.5; /* Make the inactive icon slightly transparent */
}

.remove_like_profile {
    color: grey; /* Change color for Dislike icon */
}

.DislikeForm, .DefaultDislikeForm {
    display: none; /* Hide the Dislike buttons initially */
}

.likeForm, .DefaulrlikeForm {
    display: block; /* Show the Like buttons initially */
}
   .nav-tabs-modern {
            border: none;
            background: #f8f9fa;
            border-radius: 0.5rem;
            padding: 0.5rem;
        }

        .nav-tabs-modern .nav-link {
            border: none;
            border-radius: 0.375rem;
            padding: 0.75rem 1.25rem;
            color: #6c757d;
            transition: all 0.3s ease;
        }

        .nav-tabs-modern .nav-link:hover {
            background: #e9ecef;
            color: #495057;
        }

        .nav-tabs-modern .nav-link.active {
            background: #fff;
            color: #0d6efd;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        .media-content {
            background: #fff;
            border-radius: 0.5rem;
            padding: 1.5rem;
        }

        #div_public_image .card {
            transition: transform 0.2s ease;
            cursor: pointer;
        }

        #div_public_image .card:hover {
            transform: translateY(-5px);
        }

        .modal-content {
            border: none;
            border-radius: 1rem;
            overflow: hidden;
        }

        .btn-close {
            position: absolute;
            right: 1rem;
            top: 1rem;
            z-index: 1050;
            background-color: #fff;
            padding: 0.5rem;
            border-radius: 50%;
            opacity: 0.8;
        }

        .btn-close:hover {
            opacity: 1;
        }

        @media (max-width: 768px) {
            .nav-tabs-modern {
                padding: 0.25rem;
            }

            .nav-tabs-modern .nav-link {
                padding: 0.5rem 0.75rem;
            }
        }

.videoIframe {
    height: 250px;
    max-height: 250px;
}
.videoFrame {
    height: 170px;
    max-height: 170px;
    width: -webkit-fill-available;
}
.noDataFound {
    text-align: center;
    font-size: 16px;
    color: #f245 7;
    color: #f24570 !important;
}
#results img {
    width: 150px;
}


.or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 30px 0;
}

.or-divider::before,
.or-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 15px;
}

.or-divider span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
/* Focus effect */
.home_date_input:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}

/* Hover effect */
.home_date_input:hover {
    border-color: #999;
}

/* Calendar icon styling (for Chrome, Edge, Safari) */
.home_date_input::-webkit-calendar-picker-indicator {
    background: url('https://cdn-icons-png.flaticon.com/512/747/747310.png') no-repeat center;
    background-size: 18px 18px;
    opacity: 0.6;
    cursor: pointer;
    filter: invert(0.4);
}

.home_date_input::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

/* Optional spacing if inside your image_form */
.image_form .home_date_input {
    margin-top: 12px;
    width: 100%;
}
