@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karma:wght@300;400;500;600;700&display=swap');

/*--- Reset Css ---*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    transition: all .3s;
}
input{
    font-family: 'Poppins' !important;
}
input:focus {
    outline: none;
    box-shadow: none;
}

:root {
    --white: #FFF;
    --primaryColor: #cc284d;
    --secondaryColorPink: #f6edf0;
    --primaryColorRGB: 204, 40, 77;
    --btnHover: #a30c2f;
    --primaryTextColor: #505d7e;
    --secondaryTextColor: #092748;
    --secondaryBgColor: #092749;
    --secondaryLightBgColor: #eaf3f8;
    --secondaryBgColorRGB: 9, 39, 72;
    --contentColor: #505d7e;
    --navLinkColor: #092748;
    --inputBorderColor: #d0d7dd;
    --inputBgColor: #FFF;
    --copyRight: #071f38;
    --secondaryBgLight: #f4dfe4;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--primaryColor);
}

a:hover {
    color: var(--contentColor);
}

p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--contentColor)
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.header-top {
    background: var(--secondaryBgColor);
    padding: 6px 0;
}

.logout {
    position: absolute;
    width: 115px;
    padding: 1rem 0.4rem !important;
    right: 7px;
    top: 42px;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    font-size: 1.3rem;
}

.social-app {
    display: flex;
    align-items: center;
    ;
}

.soc-icons {
    margin-right: 10px;
    padding-right: 10px;
    /*border-right: solid 1px rgba(255, 255, 255, .3);*/
}

.soc-icons a {
    display: inline-block;
    margin: 0 8px;
    font-size: 1.4rem;
    color: var(--white);
    transition: all .3s;
}

.soc-icons a:hover {
    color: var(--primaryColor);
    transition: all .3s;
}

.app {
    width: 90px;
    margin-left: 8px;
}

.navbar-brand {
    width: 200px;
}

.navbar .nav-item {
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.navbar .nav-link {
    padding: 1.2rem 0 !important;
    font-size: 1.5rem;
    line-height: 2.8rem;
    color: var(--primaryTextColor);
    font-weight: 400;
    font-family: 'work sans';
    position: relative;
}

.navbar .nav-item .nav-link::before {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: var(--primaryColor);
    opacity: 0;
    border-radius: 4px;
    transition: all .3s;
}

.navbar .nav-link:hover::before {
    opacity: 1;
    width: 100%;
    left: 0;
}

.navbar .nav-item.active .nav-link::before {
    width: 100%;
    opacity: 1;
    left: 0;
}

.navbar .nav-item:last-child {
    margin-left: 10px;
}

.navbar .btn {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    padding: 8px 20px !important;
    text-transform: uppercase;
    border-radius: .4rem;
    padding-top: 1.5rem !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #bbc6d1;
}

.btn {
    font-size: 2rem;
    font-weight: 600;
    padding: 1.5rem 2rem;
    text-transform: uppercase;
    border-radius: .4rem;
    font-family: 'Karma', serif;
    padding-bottom: 0.8rem;
}

.btn-primary {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--white);
    background-size: 210% 100% !important;
    transition: background-position .4s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease !important;
    background-image: linear-gradient(to right, transparent 50%, var(--primaryColor) 50%) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-image: linear-gradient(to right, transparent 50%, var(--btnHover) 50%) !important;
    border-color: var(--btnHover);
    background: var(--btnHover);
    background-position: -100% 100% !important;
    box-shadow: none;
    outline: none;
}

.btn-secondary {
    background: var(--white);
    border-color: var(--primaryColor);
    color: var(--primaryColor);
    background-size: 210% 100% !important;
    transition: background-position .4s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease !important;
    background-image: linear-gradient(to right, transparent 50%, var(--primaryColor) 50%) !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-image: linear-gradient(to right, transparent 50%, var(--primaryColor) 50%) !important;
    background-position: -100% 100% !important;
    background: var(--primaryColor);
    border-color: var(--white);
    color: var(--white);
    box-shadow: none;
    outline: none;
}

.form-wrap {
    background: #FFF;
    border-radius: 0.5rem;
    position: absolute;
    top: -765px;
    width: 100%;
    padding: 3rem 2.5rem;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.27);
    left: 45px;
}

.form-wrap h5 {
    font-family: 'Karma', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #092749;
}

.reg-form .form-floating {
    margin-bottom: 1.5rem;
}

.side-form .form-floating {
    margin-bottom: 0.5rem;
}

.form-floating>.form-control,
.form-floating>.form-select {
    min-height: 55px;
    font-family: 'Karma', serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.form-floating>label {
    padding: 2.2rem 1rem;
    font-family: 'Karma', serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.form-control,
.form-select {
    font-size: 1.5rem;
    color: var(--primaryTextColor);
    border-radius: .4rem;
    min-height: 50px;
    font-family: 'karma';
    font-weight: 500;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--primaryColor);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    padding: 1.2rem .75rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 2rem;
}

.form-check-input[type=checkbox] {
    border-radius: 0.2em;
    margin-top: 0px;
}

.form-check-input:checked {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
}

.form-check-label {
    margin-left: .5rem;
    display: block;
    padding-bottom: 5px;
}

.veri-label {
    margin-left: 0.5rem;
    line-height: 1.8;
    opacity: 0.9;
}

.help-text {
    font-size: 1.4rem;
    margin-bottom: 1.8rem;
    opacity: 1;
    font-family: 'Karma', serif;
    color: #212121 !important;
    font-weight: 400;
}

.req {
    color: #FF0000;
}
.form-floating>.form-select option .req {
    color: #FF0000;
}
.services-wrapper {
    padding: 3.5rem 0;
    background-color: var(--secondaryColorPink);
}

.services h3 {
    font-size: 1.7rem;
    color: var(--secondaryTextColor);
    font-weight: 700;
    font-family: 'Karma', serif;
}

.services h3 span {
    color: #c00a37;
}

.services p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: var(--secondaryTextColor)
}

section {
    padding: 3rem 0;
}

.app-wrapper {
    background: #f0f8fd
}

.text-wrap {
    position: relative;
    z-index: 1;
}

.app-wrapper .text-wrap h6 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primaryColor);
    text-transform: capitalize;
    font-family: 'Karma', serif;
}

.app-wrapper .text-wrap h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--secondaryTextColor);
    margin: 2rem 0;
    text-transform: capitalize;
}

.app-wrapper .text-wrap h3 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--secondaryTextColor);
    margin: 0;
    text-transform: capitalize;
}

.app-wrapper .text-wrap p {
    font-size: 1.4rem;
    color: var(--contentColor);
    line-height: 2.5rem;
}

.text-wrap img {
    padding-top: 2rem;
}

.text-wrap a {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: 'Karma', serif;
}

.offer-content .text-wrap a {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.app-wrapper .text-wrap span {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--secondaryBgColor);
    font-family: 'Karma', serif;
}

.title h6 {
    font-size: 2rem  !important;
    font-weight: 600;
    color: var(--primaryColor) !important;
    margin-bottom: 0;
    
}
.title .marathi-pink {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primaryColor);
    text-transform: capitalize;
    font-family: 'Karma', serif;
}


.title h2 {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 700;
    color: var(--secondaryTextColor);
    padding: 1.5rem 0;
    text-transform: capitalize;
    width: 72%;
    margin: auto;
}

.marathi {
    font-weight: 600 !important;
    font-family: 'Karma', serif !important;
    line-height: 1.5;
}
.title .marathi {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 700 !important;
    color: var(--secondaryTextColor);
 
    text-transform: capitalize;
    width: 72%;
    margin: auto;
    font-family: 'Karma', serif;
}
.title h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--secondaryTextColor);
    margin: 1rem 0;
    line-height: 5rem;
    width: 76%;
    margin: auto;
    padding: 1rem 0;
    text-transform: capitalize;
}

.step {
    margin-top: 2rem;
    text-align: center;
}

.step h3 {
    font-size: 2rem;
    color: var(--secondaryTextColor);
    font-weight: 700;
    margin: 0;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    font-family: 'Karma', serif;
}

.step P {
    line-height: 1.5;
}

.step h3 .count {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #092748;
    margin-right: 1.5rem;
}

.call-2-action {
    background-size: cover;
    position: relative;
}

.call-2-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e1f2fb;
    z-index: 0;
}

.call-2-action .text-wrap img {
    display: inline-block;
    margin: 1rem;
    width: 120px;
    padding-top: 0;
}

.call-2-action .text-wrap span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #f0f8fd
}

.about {
    color: var(--white);
    height: 100%;
    padding: 0.5rem 1rem;
}

.about h2 {
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--copyRight);
    margin: 0;
    padding: 1rem 0;
}

.abt-img {}

.about p {
font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 0rem;
    color: var(--primaryTextColor);
    font-weight: 400;
}

.about a {
    font-size: 1.4rem;
    display: inline-block;
    padding: 1rem 0;
}

.city-list li {
    display: inline-block;
    position: relative;
    padding: 0 1.5rem;
    margin: 1.5rem 0;
    border-right: solid 1px rgba(var(--secondaryBgColorRGB), .4);
}

.city-list li:last-child {
    border: none;
}

.city-list li>a {
    display: block;
    color: var(--contentColor);
    font-size: 1.5rem;
}

.city-list li a::after {
    display: none;
}

.drop {
    position: absolute;
    left: 50% !important;
    top: -32px !important;
    background: #000;
    width: 120px;
    padding: .8rem .6rem;
    border-radius: .5rem;
    transform: translate(-50%, 50%) !important;
    border: none;
    text-align: center;
}

.drop::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
    border-bottom: 0.8em solid #000;
    border-left: 0.8em solid transparent;
    position: absolute;
    top: -15px;
    left: 48px;
}

.city-list .dropdown:hover .dropdown-menu {
    display: block;
}

.drop a {
    display: inline-block;
    color: #FFF;
    font-size: 1.3rem;
    padding: 0 .5rem;
    position: relative;
}

.drop a:not(:first-child)::before {
    content: "";
    border-right: solid 1px #d0d7dd;
    height: 12px;
    position: absolute;
    left: -2px;
    top: 1px;
    opacity: .5;
}

.city-list li a:hover {
    color: var(--primaryColor);
}

footer {
    background: var(--secondaryBgColor);
    padding: 5.5rem 0;
    color: var(--white);
}

.footer-text {
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding-right: 2.5rem;
    color: #fff;
}

footer h4 {
    font-size: 1.8rem;
    color: var(--white);
    font-weight: 500;
    margin: 2rem 0;
}

footer ul li {
    display: block;
    padding: 1rem 0;
}

footer ul li a {
    color: var(--white);
}

footer ul li a:hover {
    color: var(--primaryColor);
}

.soc-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    margin-right: .5rem;
    transition: all .3s;
}

.soc-links a:hover {
    color: var(--white);
    background: var(--primaryColor);
    transition: all .3s;
}

.copyright {
    background: var(--copyRight);
    padding: 1rem;
    color: var(--white);
}

.copyright .f-app {
    display: flex;
    align-items: center;
}

.copyright p {
    font-size: 1.5rem;
    color: var(--inputBgColor);
}

.copyright .f-app img {
    width: 100px;
}

.inner-banner {
    padding: 7rem 0;
    background: var(--secondaryBgColor) url(../images/inner-bg.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

.inner-banner h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}
.inner-banner h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'karma';
}
.inner-banner h6 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.login-wrapper {
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.18);
    border-radius: 1rem;
    overflow: hidden;
}

.login-img,
.register-content {
    flex: 1;
}

.login-img img {
    height: 100%;
}

.login-form {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 1rem 2rem;
    /* background: url('../images/marigold-flower1.jpg') repeat-x;


    background-size: 100%;


    background-position: 0px -5px; */
}

.login-form h3 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    font-family: 'karma';
}

.login-form .help-text {
    font-size: 1.4rem;
    margin: 2.5rem 0;
}

.register-content {
    padding: 0 4rem;
    background: var(--secondaryBgColor);
    color: var(--inputBgColor);
}

.register-content h1 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 3.4rem;
    margin-bottom: 2rem;
}

.register-content>p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 3rem;
}

.register-content h3 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.fature {
    border: solid 1px rgba(255, 255, 255, .2);
    border-radius: 4px;
    padding: 1.5rem 1rem;
    min-height: 125px;
}

.register-content .fature {
    margin-bottom: 3rem;
    text-align: center;
}

.register-content .fature>h4 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin-bottom: 0;
}

.register-content .fature>i {
    color: var(--primaryColor);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.form-title {
    font-size: 1.5rem;
    font-weight: 700 !important;
    margin: 2rem 0;
    padding: 2rem 1.2rem;
    border-radius: .4rem;
    background: #e1f2fa7d;
    color: var(--secondaryTextColor);
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-control {
    padding: 1rem;
    border-color: var(--inputBorderColor) !important;
}

select.form-control {
    appearance: auto;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: 50px;
    font-size: 13px;
    padding: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
   /* font-family: 'karma';*/
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--inputBorderColor);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px;
}

.select2-dropdown {
    border-color: var(--inputBorderColor);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--inputBorderColor);
    border-radius: 3px;
}

.select2-results__option {
    padding: 12px 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--primaryColor);
}

.select2-container {
    width: 100% !important;
    display: block !important;
}

.plain-text {
    line-height: 42px;
    font-weight: 500;
}

.form-group .help-text {
    font-size: 1.2rem;
    display: block;
    margin-top: 0.8rem;
    line-height: 1.3;
    font-weight: 400;
}

.form-group .help-text strong {
    font-weight: 700;
}


/*---- Wizard -----*/

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard>.steps>ul>li {
    width: 20%;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left;
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
}

.wizard.vertical>.steps>ul>li::after {
    content: '';
    height: 2px;
    background: #f5d4db;
    width: 100%;
    position: absolute;
    top: 2rem;
    left: 5.4rem;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: #f4dfe4;
    color: #cc284d;
    cursor: pointer;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: var(--primaryColor);
    color: var(--white);
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #91253d;
    color: var(--white);
}

.steps ul {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.wizard>.content {
    min-height: auto;
}
.steps-disabled {
    color: #cc284d !important;
}
.steps ul li a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}
.steps ul li a p{
    color: #fff;
    font-size: 1.7rem;
}
.steps ul li a i {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
}

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

.actions .btn {
    padding: 1rem 2rem;
}

.logo-sm {
    width: 200px;
}

.error .form-control {
    border-color: #FF0000 !important;
}

.error .error-text {
    font-size: 1.2rem;
    color: #FF0000;
    margin-top: 0.8rem;
    display: block;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--inputBorderColor);
    border-color: var(--inputBorderColor);
    color: #0927497d;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--secondaryTextColor);
    font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px;
}

.select2-selection__choice {
    font-size: 13px;
    font-weight: 500;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(var(--primaryColorRGB), .1);
}

.select2-container--default .select2-results__option[aria-selected=true].select2-results__option--highlighted {
    background: var(--primaryColor);
    color: #FFF;
}

label.cabinet {
    display: block;
    cursor: pointer;
}

label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    margin-top: -30px;
}

#upload-demo {
    width: 350px;
    height: 350px;
    padding-bottom: 25px;
    margin: auto;
}

.wizard>.content>.body label.error {
    display: none !important;
}

.modal-footer .btn {
    padding: 1.3rem 3rem 1rem;
    margin: 0 1rem;
}

.verification {
    text-align: center;
}

.verification h4,
.verification h5 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.8
}

.verification p {
    font-size: 2rem;
    margin-bottom: 0;
    padding: 1rem 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #092749;
}

.alert-primary {
    padding: 1rem;
    margin: auto;
    color: #092749;
    background-color: #e1f2fa;
    border-color: #e1f2fa;
    border-radius: 10px;
    width: 70%;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: var(--white);
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    box-shadow: none;
    outline: none;
}

.btn-outline-primary {
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.btn-outline-primary:hover {
    color: var(--white);
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.box {
    display: none;
    margin-top: 4rem;
}


/*----- Dashboard ------*/

.user-dashboard {
    background: #f1f6fa69;
}

.dashboard-header {
    background: url('../images/dashboard.jpg') no-repeat;
    background-size: cover;
    min-height: 250px;
    position: relative;
}

.dashboard-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--secondaryBgColorRGB), .8);
    z-index: 0;
}

.dashboard-header .header-top {
    background: transparent;
    position: relative;
    z-index: 1;
}

.dashboard-header .navbar {
    background: #FFF;
    padding: 0 1rem;
    border-radius: .4rem;
}

.dashboard-header .navbar .navbar-brand {
    width: 200px;
    padding: 0.5rem 1rem;
}

.nav-link.dropdown-toggle i {
    margin-left: .5rem;
    position: relative;
    top: 1px;
}

.nav-link.dropdown-toggle::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    border: none;
    color: #111;
    font-size: 1.4rem;
    margin-left: .8rem;
    top: 0.5rem;
    position: relative;
    display: none;
}

.user-profile .dropdown-toggle::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    border: none;
    color: #111;
    font-size: 1.4rem;
    margin-left: .8rem;
    top: 0.5rem;
    position: relative;
}

.user-profile .dropdown-toggle {
    display: flex;
    align-items: center;
}

.user-profile .dropdown-toggle img {
    width: 50px;
    height: 50px;
    margin-right: 1.2rem;
    display: inline-block;
}

.user-profile .dropdown-toggle {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--contentColor);
}

.right-side-menu .nav-link:hover::before {
    display: none;
}

.dropdown-menu {
    border: none;
    border-radius: .4rem;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 2rem;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
}

.user-profile .dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto;
    margin-top: .3rem;
    min-width: 480px;
    padding: 0;
}

.user-profile .card-header {
    background-color: #d6e7f959;
    padding: 1rem;
}

.user-profile .card-footer {
    border-top: 1px solide #d6e7f959;
    background: transparent;
    padding-bottom: 10px;
}

.dropdown-menu .dropdown-item {
    padding: 1.2rem 1.8rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
    color: var(--primaryTextColor);
    font-weight: 400;
    font-family: 'work sans';
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
    font-weight: 600;
}

.header-icons a i {
    font-size: 2.4rem;
}

.header-icons .nav-link {
    position: relative;
}

.header-icons .nav-link .count {
    position: absolute;
    top: 6px;
    right: -12px;
    background: var(--primaryColor);
    color: var(--white);
    font-size: 1rem;
    display: block;
    font-weight: 600;
    padding: .4rem;
    border-radius: 20px;
}

.user-details {
    background: #fff;
    padding: 1.5rem;
    position: relative;
    z-index: 9;
    margin-top: -10rem;
    margin-bottom: 2rem;
    border-radius: .4rem;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
}

.message {
    animation-name: shakeMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    padding: 0;
}

.offer-details {
    padding: 2rem 3rem;
    position: relative;
    z-index: 9;
}

.offer-details .free-join-content h2 {
    font-size: 2.2rem;
    font-weight: 300;
    color: var(--white);
    margin-bottom: 1.8rem;
    line-height: 3rem;
    font-style: italic;
}

@keyframes shakeMe {
    2%,
    18% {
        transform: translate3d(-5px, 0, 0);
    }
    4%,
    16% {
        transform: translate3d(5px, 0, 0);
    }
    6%,
    10%,
    14% {
        transform: translate3d(-5px, 0, 0);
    }
    8%,
    12% {
        transform: translate3d(5px, 0, 0);
    }
    18.1% {
        transform: translate3d(0px, 0, 0);
    }
}

.message h2 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #cc284d;
}

.message h5 {
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--secondaryBgColor);
    padding-bottom: 0.5rem;
}

.message p {
    font-size: 1.8rem;
    color: var(--secondaryTextColor);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.message p strong {
    font-weight: 600;
}

.user-block {
    display: flex;
    align-items: center;
}

.img-wrap {
    margin-right: 2rem;
    text-align: center;
    position: relative;
    width: 180px;
}

.chart {
    position: absolute;
    top: 5px;
    left: 15px;
}

.chart canvas {
    display: block;
}

.chart span {
    color: #555;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 5px;
    position: absolute;
    display: none;
}

.pro-img {
    width: 180px;
    height: 180px;
}

.content {
    margin-top: 0rem;
}

.content h3 {
    font-size: 2.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem !important;
    padding: 0;
}

.content h3 img {
    margin-left: 2rem;
}

.content p {
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: 600;
}

.content p strong {
    color: var(--primaryColor);
    font-weight: 600;
}

.content>div {
    display: flex;
    align-items: center;
    padding: 0.5rem 0 1.6rem 0;
}

.content>div span {
    display: inline-block;
    margin-right: 2rem;
}

.content>div .uniqId {
    font-size: 1.8rem;
    font-weight: 500;
}

.content .free {
    background: var(--primaryColor);
    color: var(--white);
    font-size: 1.2rem;
    padding: .6rem .8rem;
    position: relative;
    bottom: auto;
    left: auto;
    font-weight: 500;
    margin: 0 10px;
    border-radius: 5px;
}

.content .free::after {
    content: '';
    border-bottom: 0 solid transparent;
    border-left: 0 solid var(--secondaryBgColor);
    border-top: 0 solid transparent;
    position: relative;
    top: auto;
    right: auto;
}

.content .prime {
    background: var(--secondaryBgColor) !important;
    color: var(--white) !important;
    font-size: 1.2rem;
    padding: .6rem .8rem;
    position: relative;
    bottom: auto;
    left: auto;
    font-weight: 500;
    margin: 0 10px;
    border-radius: 5px;
}

.content .prime::after {
    content: '';
    border-bottom: 0 solid transparent;
    border-left: 0 solid var(--secondaryBgColor);
    border-top: 0 solid transparent;
    position: relative;
    top: auto;
    right: auto;
}

.user-content .prime {
    background: var(--secondaryBgColor);
    color: var(--white) !important;
    font-size: 1.2rem !important;
    padding: .6rem .8rem;
    position: relative;
    bottom: auto;
    left: 0 !important;
    font-weight: 500;
    margin: 0 10px;
    border-radius: 5px;
}

.user-content .prime::after {
    content: '';
    border-bottom: 0 solid transparent;
    border-left: 0 solid var(--secondaryBgColor);
    border-top: 0 solid transparent;
    position: relative;
    top: auto;
    right: auto;
}

.user-content .free {
    background: var(--primaryColor);
    color: var(--white);
    font-size: 1.2rem;
    padding: .6rem .8rem;
    position: relative;
    bottom: auto;
    left: 0 !important;
    font-weight: 500;
    margin: 0 10px;
    border-radius: 5px;
}

.user-content .free::after {
    content: '';
    border-bottom: 0 solid transparent;
    border-left: 0 solid var(--secondaryBgColor);
    border-top: 0 solid transparent;
    position: relative;
    top: auto;
    right: auto;
}

.content a {
    display: inline-block;
    margin-right: 2rem;
    font-weight: 500;
}

.comman-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2.5rem 0;
}

.comman-header h3 {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--secondaryTextColor);
    font-family: 'karma';
}

.comman-header h3 small {
    background: var(--primaryColor);
    color: var(--white);
    font-size: 1.2rem;
    border-radius: 30px;
    padding: .1rem .8rem;
    margin-left: 1.2rem;
    font-family: 'poppins';
}

.comman-header h3 span {
    font-size: 1.5rem;
    display: block;
    color: #8c9dae;
    font-weight: 600;
    margin-top: 0.5rem;
    font-family: 'karma';
}

.comman-header a {
    text-transform: uppercase;
    font-weight: 600;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

.user-card {
    background: #FFF;
    padding: 0.8rem;
    margin: 1.2rem 0;
    width: 100%;
    border-radius: .4rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    position: relative;
}

.user-card .profile-img {
    width: 100% !important;
    margin-bottom: 1.5rem;
}

.user-card a {
    position: relative;
}

.user-card h4 {
    display: flex;
    align-items: center;
    padding-top: 1.5rem !important;
    padding: 0;
}

.user-card h4 a {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--secondaryTextColor);
    line-height: 1;
}

.user-card h4 img {
    width: 20px !important;
    margin-left: 1rem;
}

.user-card .img-count {
    position: absolute;
    right: 10px;
    top: 15px;
}

.img-count i {
    font-size: 2rem;
    color: var(--white);
}

.img-count .count {
    position: absolute;
    top: -8px;
    right: -5px;
    background: var(--primaryColor);
    color: var(--white);
    font-size: 1rem;
    display: block;
    font-weight: 600;
    padding: .4rem;
    border-radius: 20px;
}

.user-card p {
    font-size: 1.4rem;
    color: var(--secondaryTextColor);
    opacity: .8;
    margin: .8rem 0 1.2rem 0;
    line-height: 1.2;
}

.user-card .btn-primary {
    padding: 1rem 2rem;
    width: 100%;
    display: block;
}

.owl-dots {
    display: none;
}

.owl-nav {
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    font-size: 2.5rem !important;
    border-radius: 50px !important;
    background: #FFF !important;
    text-align: center;
    line-height: 40px;
    margin: 10px 5px;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
}

.owl-prev span,
.owl-next span {
    display: none;
}

.owl-prev {
    margin-left: -50px;
}

.owl-next {
    margin-right: -34px;
}

.owl-prev::before {
    content: '\f104';
    font-family: "Font Awesome 5 Pro";
    opacity: .9;
}

.owl-next::before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    opacity: .9;
}

.owl-prev.disabled {
    opacity: .6;
}

.visitor-wrapper {
    display: flex;
}

.visitors {
    text-align: center;
    margin: 0 1.5rem;
    width: 125px;
    max-height: 235px;
    overflow: hidden;
}

.visitors:first-child {
    margin-left: 0;
}

.visitors:last-child {
    margin-right: 0;
}

.visitors p {
    font-size: 1.4rem;
    padding: 0.5rem 0;
    font-weight: 400;
    color: rgb(9 39 72 / 50%);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.visitors h4 {
    font-size: 1.4rem;
    padding-top: 3rem;
    font-weight: 600;
    color: rgb(9 39 72);
}

.chat-btn-wrap {
    display: flex;
    flex-direction: row-reverse;
}

.online-users-btn {
    position: fixed;
    z-index: 99;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--primaryColor);
    color: var(--white);
    border-radius: 60px;
    display: inline-block;
    font-size: 2.8rem;
    margin-right: 0.8rem;
    margin-left: -.6rem;
    border: none;
}

.online-users-btn::before {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    width: 100%;
    height: 100%;
    background: var(--primaryColor);
    border-radius: 50%;
    z-index: -1;
    animation: ripple 1.5s ease-out infinite;
    animation-delay: 1s;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

aside {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #FFF;
    right: -300px;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    transition: all 0.4s ease;
    z-index: 9999;
    box-shadow: -6px 0px 45px -10px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: -6px 0px 45px -10px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: -6px 0px 45px -10px rgba(0, 0, 0, 0.39);
}

aside.active {
    right: 0;
}

.chatbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
}

.chatbox-header h4 {
    font-size: 1.6rem;
    font-weight: 500;
}

.close-btn {
    border: none;
    background: transparent;
    font-size: 1.6rem;
}

.chats-wrapper {
    height: calc(100vh - 50px);
    overflow: auto;
}

.chat-list li {
    display: flex;
    padding: 1rem;
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
    align-items: center;
}

.u-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 1rem;
}

.u-name {
    flex-grow: 1;
}

.u-name .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.u-name .head h6 {
    font-weight: 500;
}

.u-name .head span {
    font-size: 1.2rem;
    opacity: .6;
}

.u-name p {
    font-size: 1.3rem;
    opacity: .8;
}


/*------ listing ------*/

.just-join-img img {
    padding: .5rem;
    border-radius: .4rem;
    width: 135px;
    margin-right: 2.5rem;
    position: relative;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.30);
}

.just-join-img span {
    display: block;
    position: absolute;
    left: 35px;
    bottom: 15px;
    padding: 0.6rem 1rem;
    background: #092748;
    color: #f9fbfc;
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 3rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 30%);
    z-index: 99;
}

.just-join-content h5 {
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--secondaryTextColor);
    margin-bottom: 1.8rem;
    line-height: 3rem;
    text-transform: capitalize;
    font-family: 'karma';
}

.list-title {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--secondaryTextColor);
    margin-bottom: 5rem;
}

.users-list {
    display: flex;
    background: #FFF;
    padding: .8rem;
    border-radius: .4rem;
    margin-bottom: 2.5rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
}

.profile-pic {
    margin-right: 1.5rem;
    flex: 0 0 230px;
    position: relative;
    overflow: hidden;
    height: 215px;
}

.interest-list .profile-pic {
    margin-right: 1.5rem;
    flex: 0 0 280px !important;
    position: relative;
    overflow: hidden;
    height: 250px !important;
}

.users-list .profile-pic {
    margin-right: 1.5rem;
    flex: 0 0 280px;
    position: relative;
    overflow: hidden;
    height: 250px;
}

.users-list .user-content {
    padding: 0.3rem 1.4rem !important;
    flex: 1;
}

.user-content {
    padding: 2rem 1.5rem !important;
    flex: 1;
}

.user-content .name {
    display: flex;
    align-items: center;
}

.user-content .name h5 {
    font-size: 2.2rem;
    font-weight: 500;
    display: inline-block;
    margin-right: 1.2rem;
    padding: 1rem 0;
}

.user-content .name h5 a {
    color: var(--primaryTextColor);
}

.verified {
    display: inline-block;
    margin-right: 1.2rem;
    width: 20px;
}

.user-content .name span {
    color: var(--primaryColor);
    font-size: 1.4rem;
    font-weight: 500;
}

.user-content small {
    display: block;
    font-size: 1.7rem;
    opacity: 0.8;
    font-weight: 400;
}

.profile-details {
    margin: 2rem 0;
}

.profile-details div {
    padding: 0.5rem 0;
    opacity: 0.7;
    line-height: 2rem;
    font-weight: 400;
    color: #092748;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile-wrap .profile-details div {
    padding: 0.5rem 0;
    opacity: 1;
    line-height: 2rem;
    font-weight: 500;
    color: #092748;
}

.user-content p {
    color: var(--secondaryTextColor);
    font-size: 1.5rem;
}

.user-content p span {
    color: var(--primaryColor);
    font-weight: 500;
}

.profile-wrap .buttons {
    padding-bottom: 27px;
}

.profile-wrap .buttons a {
    margin: 1rem 1rem;
}

.buttons>a {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 1.8rem;
    background: var(--primaryColor);
    color: var(--white);
    border-radius: 50%;
    margin: 1.5rem 1rem;
    transition: all .3s ease;
}

.users-list .buttons a {
    margin: 0.6rem 1rem;
}

.buttons a:hover {
    background: rgb(204 40 77 / 30%);
    transition: all .3s ease;
    color: #cc284d;
}

.paginations {
    margin: 0 .3rem;
    text-align: center;
    padding: 2rem 0;
}

.paginations>a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: rgba(var(--secondaryBgColorRGB), .1);
    color: var(--secondaryTextColor);
    margin: 5px;
}

.paginations>strong {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: var(--primaryColor);
    color: #fff;
    margin: 5px;
}

.paginations>a:hover,
.paginations>a.active {
    background: var(--primaryColor);
    color: var(--white);
}

.paginations>a:first-child:hover,
.paginations>a:last-child:hover {
    color: var(--white);
}

.paginations>a[rel="start"],
.paginations>a[rel="prev"],
.paginations>a[rel="next"],
.paginations>a:last-child {
    width: auto;
    border-radius: 50px;
    padding: 0 15px;
}

.adv-search {
    background: #FFF;
    border-radius: .4rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
}
.adv-search .form-label {
    font-weight: 600 !important;
    color: #212529 !important;
    font-family: 'karma';
    font-size: 1.6rem;
}
.adv-search .title {
    background: #092748;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    padding: 2.5rem 2rem;
    font-family: 'karma';
}

.collapse-header {
    background: #e1f2fa78;
    color: var(--secondaryTextColor);
    border: none;
    width: 100%;
    padding: 1.2rem 2rem;
    font-weight: 600 !important;
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: .2rem;
}

.collapse-header i {
    font-size: 1.2rem;
    margin-right: .6rem;
}

.check-wrapper {
    padding: 2rem;
}

.check-wrapper .form-check:not(:last-child) {
    margin-bottom: 1.5rem;
}

.profile-top {
    position: relative;
    z-index: 9;
    margin-top: -10rem;
}

.profile-wrap {
    display: flex;
    align-items: center;
    background: #FFF;
    border-radius: .4rem;
    margin-left: 7.5rem;
    min-height: 304px;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
}

.profile-wrap .prime {
    left: 82px;
}

.profile-wrap .users-list {
    box-shadow: none;
    margin: 0px;
    flex: 1;
}

.profile-pic-wrap {
    position: absolute;
    left: -2rem;
    top: 40px;
}

.profile-pic-wrap .profile-pic {
    margin-right: 1.5rem;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.profile-pic-wrap .chart {
    z-index: 1;
    left: -5px;
    top: -6px;
}

.profile-wrap .profile-pic img {
    width: 100%;
    height: 100%;
}

.profile-wrap .user-content {
    margin-left: 12rem;
}

.horoscope {
    padding: 1rem 0;
    min-height: 236px;
}

.horoscope p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-weight: 500;
}
.horoscope h5 {
    font-size: 1.8rem;
    margin: 1rem 0;
    font-weight: 600;
}

.horoscope p span {
    font-weight: 400;
    font-size: 1.6rem;
    opacity: 1;
    display: block;
    margin-bottom: 0rem;
    color: #6c757d;
}

.horoscope a {
    font-weight: 500;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.complete-details {
    background: #FFF;
    border-radius: .4rem;
    margin-left: 7.5rem;
    padding: 0 5rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
}

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #FFF;
    padding: 0 2rem;
    margin-left: 7.5rem;
    border-bottom: solid 1px rgba(var(--secondaryBgColorRGB), .1);
}

.nav-pills .nav-link {
    color: var(--secondaryTextColor);
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 1.5rem 1rem;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--primaryColor);
    background: rgba(var(--primaryColorRGB), .05);
    border-bottom: 3px solid var(--primaryColor);
    border-radius: 0;
    padding: 1.5rem 1rem;
    font-weight: 700;
}

.info-content {
    position: relative;
    padding: 4rem 0 4rem 0;
    border-bottom: solid 1px rgba(var(--secondaryBgColorRGB), .1);
}

.info-content:last-child {
    border-bottom: none;
}

.info-content p {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: var(--secondaryTextColor);
    margin-bottom: 2.5rem;
    font-weight: 500;
    overflow: hidden;
}

.icon {
    height: 55px;
    width: 55px;
    line-height: 57px;
    background: var(--primaryColor);
    color: var(--white);
    text-align: center;
    font-size: 2.8rem;
    border-radius: 50%;
    position: absolute;
    left: -78px;
    top: -20px;
    z-index: 9;
}

.sub-icon {
    height: 30px;
    width: 30px;
    line-height: 32px;
    color: var(--primaryColor);
    text-align: center;
    font-size: 1.8rem;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -7px;
    z-index: 9;
}

.main-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #092749;
    margin-bottom: 2rem;
    position: relative;
    font-family: 'karma';
}
.profile-top .main-title {
    margin: 0;
    padding-bottom: 1rem;
}

.min-title {
    font-size: 1.6rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-weight: 300;
}

.hobbies-list {
    margin-bottom: 2.5rem;
}

.hobbies-list li {
    padding: 1.2rem 0;
    font-size: 1.4rem;
    color: #616970;
}

.hobbies-list li i {
    margin-right: 1rem;
    font-size: 1.8rem;
    color: var(--secondaryTextColor);
}

.info-content .fa-check {
    color: #198754;
    font-size: 2rem;
}

.info-content .fa-times {
    color: #c00a37;
    font-size: 2rem;
}

.info-content .text-end {
    text-align: center !important;
    padding: 1rem;
}

.simillar-profile {
    padding: 1.5rem;
}

.profiles {
    display: flex;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px rgba(var(--secondaryBgColorRGB), .1);
}

.profiles:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.profiles .userImg {
    width: 130px;
    overflow: hidden;
    margin-right: 1.5rem;
}

.profiles .userImg img {
    border-radius: .5rem;
}

.profiles h5 {
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.profiles h5 img {
    width: 40%;
    margin-left: 0.5rem;
}

.profiles h5 a {
    color: var(--secondaryTextColor);
}

.profiles p {
    font-size: 1.3rem;
    color: #616970;
    margin-bottom: .8rem;
}

.profiles .send-intrest {
    margin-top: 1.5rem;
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
}

@media only screen and (max-width: 1199px) {
    .navbar-collapse {
        top: 5px;
        left: -275px;
        box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
        margin: 0 auto;
        width: 320px;
        height: 100%;
        position: fixed;
        transition: all .3s ease;
        background: #FFF;
        z-index: 9999;
    }
    /* .navbar-collapse.show:before {


        content: " ";


        position: fixed;


        top: 56px;


        left: 0;


        width: 100%;


        height: 100%;


        background: rgba(0,0,0,.2);


    } */
    .navbar-nav {
        padding: 15px 0;
    }
    .navbar-collapse.show {
        left: 0;
        transition: all .3s ease;
    }
}

.interest_tab .nav-tabs .nav-item .nav-link {
    color: #092749 !important;
    background-color: #e8f0fe !important;
    border-start-end-radius: 1.5rem;
    border-start-start-radius: 1.5rem;
}

.interest_tab .nav-tabs .nav-item .active {
    color: #fff !important;
    background-color: #092749 !important;
    border-start-end-radius: 1.5rem;
    border-start-start-radius: 1.5rem;
}

.interest_tab .nav-tabs .nav-item .nav-link:hover {
    background-color: #071f38 !important;
    color: #fff !important;
}

.interest_tab .nav-tabs .nav-link i {
    padding: 5px;
    color: #071f38;
    border-radius: 50%;
}

.interest_tab .nav-tabs .nav-link .active i {
    padding: 5px;
    color: #071f38;
    border-radius: 50%;
}

.interest_tab .nav-item .active {
    padding: 5px;
    color: #071f38;
    border-radius: 50%;
}

.interest_tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-right: 10px;
    min-width: 286px;
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    font-family: 'karma';
    font-weight: 600;
}

.side-menu {
    background: #FFF;
    border-radius: 0.4rem;
    margin-bottom: 2.5rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}

.interest_tab .nav-tabs .nav-link strong {
    color: #f0f8fd;
    padding: 0.5rem 1rem 0.2rem 1rem;
    font-weight: 600;
    background: #cc284d;
    border-radius: 50%;
    font-size: 1.7rem;
    margin: 0.5rem;
}

.profile-details p {
    font-size: 1.3rem;
    color: var(--secondaryTextColor);
    opacity: .8;
    margin: 0;
    padding: 3px 0;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.5
}

.interest_buttons a {
    padding: 1rem 2rem;
    background: #cc284d;
    border: 1px solid #cc284d;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    margin: 8px 0;
}

.interest_buttons a:hover,
.interest_buttons a:focus {
    background-position: -100% 100% !important;
    background: #fff;
    border-color: #cc284d;
    color: #cc284d;
    box-shadow: none;
    outline: none;
}

.interest_buttons .border-btn {
    min-width: 110px;
    padding: 1rem 2rem;
    background: #fff;
    border: 1px solid #cc284d;
    font-size: 14px;
    color: #cc284d;
    display: inline-block;
    border-radius: 30px;
}

.interest_buttons .border-btn:hover {
    background-position: -100% 100% !important;
    background: #cc284d;
    border-color: #cc284d;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.interest_buttons {
    padding: 3.5rem 1rem;
    text-align: center;
    border-left: 1px solid #ccc;
}

.interest_buttons p {
    font-size: 1.4rem;
    color: var(--secondaryTextColor);
    opacity: .8;
    margin: 0;
    padding: 1rem 0;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 1.5
}

.accept-content {
    background-color: #e1f2fa;
}

.msg-sec {
    padding: 40px 20px;
    text-align: center;
}

.msg-sec p {
    font-size: 1.4rem;
    color: #212121;
    opacity: .9;
    margin: 0;
    padding: 3px 0;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 1.5;
}

.msg-sec a {
    display: inline-block;
    margin-top: 10px;
}

.accept-status {
    padding: 20px;
}

.round-circel {
    padding: 15px;
    min-height: 74px;
    min-width: 120px;
    background-color: #f4dfe4;
    border-radius: 50%;
    margin: 25px 0px;
}

.round-circel p {
    text-align: center;
}

.round-circel p span {
    font-size: 16px;
    padding: 20px 0;
    display: inline-block;
    color: #cc284d;
}

.round-circel p i {
    font-size: 16px;
    display: inline-block;
    border: 1px solid #cc284d;
    padding: 5px;
    color: #cc284d;
}

.side-menu ul li a {
    padding: 20px 10px;
    border-bottom: 1px solid #bbc6d1;
    text-decoration: none;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    color: #092749;
    font-family: 'karma';
}

.side-menu ul li i {
    padding: 5px;
    font-size: 16px;
    color: #212121;
    font-weight: 400;
}

.side-menu ul .active {
    background-color: #f0f8fd;
    color: #212121;
    font-weight: 500;
}

.hide {
    display: none;
}

.interest-content {}

.inter {
    display: none;
}

.tooltip-inner {
    background-color: #092749;
    box-shadow: 0px 0px 4px #e1f2fa;
    opacity: 1 !important;
    padding: 10px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500;
}

.bs-tooltip-right .arrow:before {
    border-right-color: #ff0000 !important;
}

.bs-tooltip-left .arrow:before {
    border-left-color: #ff0000 !important;
}

.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ff0000 !important;
}

.bs-tooltip-top .arrow:before {
    border-top-color: #666 !important;
}

.ignore-text {
    position: absolute;
    text-align: right;
    bottom: 16%;
    right: 35%;
}

.ignore-text a {
    text-decoration: none;
    color: rgb(9 39 72 / 60%) !important;
    font-size: 12px !important;
}

.ignore-text a:hover {
    color: #212121 !important;
}

.form-wrapper {
    padding: 2rem;
    background: #FFF;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.member-img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    width: 100%;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__options[aria-multiselectable=true] li::before {
    content: "";
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    border: 1px solid #cbcbcb;
    border-radius: 0.3rem;
    background-color: #fff;
    margin-right: 0.8rem;
    vertical-align: middle;
}

.select2-results__options[aria-multiselectable=true] li[aria-selected=true]::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    background-color: var(--primaryColor);
    border: 0;
    display: inline-block;
    color: #FFF;
    line-height: 18px;
    font-size: 11px;
    text-align: center;
}

.select2-results__options[aria-multiselectable=true] li[aria-selected=true]:hover::before {
    background-color: #FFF;
    color: var(--primaryColor);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}


/* select with icons badges single*/

.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    content: "" !important;
}

.select-icon .select2-search--dropdown {
    display: none;
}

.pipe {
    color: #cb284d
}

.btn_remove_interest {
    background: var(--white);
    border-color: var(--primaryColor);
    color: var(--primaryColor);
    background-size: 210% 100% !important;
    transition: background-position .4s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease !important;
    background-image: linear-gradient(to right, transparent 50%, var(--primaryColor) 50%) !important;
}

.btn_remove_interest:hover,
.btn_remove_interest:focus {
    background: rgb(204 40 77 / 30%);
    transition: all .3s ease;
    color: #cc284d;
}

.btn-remove-shortlist {
    background-color: #111 !important;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 1.8rem;
    color: var(--white);
    border-radius: 50%;
    margin: 1rem 1rem;
    transition: all .3s ease;
}

.offer-bg {
    background: url(../images/offer_bg.png) no-repeat;
    background-size: contain;
    min-height: 232px;
    overflow: hidden;
}

.offer-content {
    padding: 10px;
    text-align: center;
}

.offer-content h2 {
    font-size: 6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin: 2rem 0 0;
}

.offer-content h6 {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    padding: 1rem;
    line-height: 1.5;
}

.blue_bg {
    background: url(../images/blue_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.setting_box {
    background: #fff;
    padding: 3rem 4rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
}

.setting_box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--secondaryBgColor);
    margin: 1.5rem;
    font-family: 'karma';
}

.setting_box h5 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--secondaryBgColor);
    margin: 1.5rem 0;
}

.setting_box p {
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--secondaryBgColor);
    margin: 1.5rem;
    font-family: 'karma';
}

.setting_box .form-check-label {
    display: inline-block !important;
    margin: 1.5rem 1rem !important;
    padding-bottom: 0px;
}

.setting_box
/*notification*/

.notification-ui a:after {
    display: none;
}

.notification-ui_icon {
    position: relative;
}

.notification-ui_icon .unread-notification {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 7px;
    background-color: #66BB6A;
    position: absolute;
    top: 7px;
    left: 12px;
}

@media (min-width: 900px) {
    .notification-ui_icon .unread-notification {
        left: 20px;
    }
}

.notification-ui_dd {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 400px;
}

@media (min-width: 900px) {
    .notification-ui_dd {
        min-width: 400px;
        position: absolute;
        left: -192px;
        top: 70px;
    }
}

.notification-ui_dd:after {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 7px);
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #dff1f7;
    border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    background: #dff1f7;
}

.notification-list .notification-list_detail p strong {
    font-weight: 600;
}

.notification-list .notification-list_detail p small {
    font-weight: 300;
    font-size: 1rem;
}

.notification-ui_dd .notification-ui_dd-header h3 {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--navLinkColor);
    font-family: 'karma';
}

.dropdown-menu-end[data-bs-popper] {
    right: -148px !important;
    left: auto;
}

.notification-ui_dd .notification-ui_dd-content {
    max-height: 500px;
    overflow: auto;
}

.notification-ui_dd-content h4 {
    font-weight: 500;
    font-size: 1.5rem;
    padding: 1.5rem;
}

.notification-ui_dd-content h4 i {
    font-weight: 600;
    padding-right: .5rem;
}

.notification-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.notification-list--unread {
    position: relative;
}

.notification-list_feature a {
    display: inline-block;
    margin-right: 2rem;
    font-weight: 500;
    font-size: 1.4rem;
}

.notification-list .notification-list_img img {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 10px;
}

.notification-list .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 1.3rem;
    font-weight: 300;
}

.dropdown-menu .notification-list .notification-list_detail p {
    font-size: 1.5rem;
}

.notification-list .notification-list_feature a {
    height: 40px;
    width: 85px;
    border-radius: 50px;
    margin-right: 0;
    padding-top: 3rem;
}

.notification .dropdown-toggle::after {
    display: none;
}

.notification-list_detail {
    flex: 1;
}

@media (min-width: 900px) {
    .notification-ui_dd {
        min-width: 380px;
        position: absolute;
        left: -182px;
        top: 90px;
    }
    .notification .dropdown-menu-end[data-bs-popper] {
        right: -173px;
        left: auto;
    }
}

.notification-list_detail img {
    float: left;
    display: inline-block;
    width: 20%;
}

.notification-list .btn {
    font-size: 1.2rem;
}

.card-header .notification-list {
    padding: 0;
    border: none;
}

.my-menu a {
    font-size: 16px;
    display: block;
    color: #666;
    font-weight: 300;
    padding: 5px 0;
}

.my-menu a i {
    font-size: 16px;
    color: #0927489c;
    padding: 5px;
}

.card-footer p {
    font-size: 16px;
    display: block;
    color: #666;
    font-weight: 400;
    padding: 10px 0;
}

.card-footer p strong {
    font-weight: 600;
    color: #071f38;
}

.noti-list img {
    width: 100px;
    padding: 0 1rem;
    border-radius: 1rem;
}

.noti-list p {
    font-size: 1.8rem;
    display: block;
    color: #666;
    font-weight: 300;
    margin: 1.5rem 1rem;
}

.noti-list p>a {}

.noti-list span {
    font-size: 14px;
    display: block;
    color: #666666b3;
    font-weight: 300;
    padding: 1.5rem 0;
}

.noti-list strong {
    font-size: 1.8rem;
    color: #212121;
    font-weight: 600;
    padding: 5px 0;
}

.notification a {
    padding-right: 0.3rem;
    font-size: 1.3rem;
}

.noti-list {
    background: #fff;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.notification .btn-light {
    color: #ffffff;
    background-color: #8d98a494;
    border-color: #f8f9fa;
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.plan-box {
    background: url(../images/plan-bg.png) no-repeat;
    background-size: cover;
    min-height: 180px;
    text-align: left;
    padding: 1.5rem;
}

.plans-tab .nav-pills .nav-link {
    padding: 0;
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.plans-tab .nav-pills .nav-link.active {
    color: #092748;
    background: transparent;
    border-bottom: none;
    font-weight: 500;
    /* transform: scale(1.08); */
    box-shadow: 0px 0px 24px -8px rgb(0 0 0 / 40%);
    border: solid 2px #a1a1a1;
}

.plan-box h4 {
 
    color: #092749;
    font-weight: 600;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.plan-box h4 i {
    font-size: 2rem;
    color: #cb133c;
}

.plan-box p {
    font-size: 2rem;
    color: #092749;
    font-weight: 600;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}

.plan-box h3 {
    font-size: 3rem;
    color: #092749;
    font-weight: 800;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.plan-box h3 .light-text {
    font-size: 2.1rem;
    color: #cc284d;
    font-weight: 700;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
    opacity: 0.6;
    text-decoration: line-through;
}

.plan-sec {
    background: #FFF;
    padding: 3rem 5rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
    margin: 20px 0;
}

.plan-details {
    position: sticky;
    top: 0;
}

.plan-info h3 {
    font-size: 3rem;
    color: #092749;
    font-weight: 800;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.plan-info h3 .light-text {
    font-size: 2.1rem;
    color: #cc284d;
    font-weight: 700;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
    opacity: 0.6;
    text-decoration: line-through;
}

.plan-info h4 {
    font-size: 2rem;
    color: #092749;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.plan-info h4 i {
    font-size: 2.5rem;
    color: #cc284d;
}

.plan-info h4 {
    font-size: 2rem;
    color: #092749;
    font-weight: 500;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}

.plan-info h6 {
    font-size: 1.5rem;
    color: #092749;
    font-weight: 500;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}

.plan-info h5 {
    font-size: 1.8rem;
    color: #092749;
    font-weight: 500;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}

.plan-info h5 i {
    font-size: 2rem;
    color: #c00a37;
    font-weight: 300;
    padding: 5px 0;
}

.plan-info h6 {
    font-size: 1.6rem;
    color: #092749;
    font-weight: 300;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.plan-sec hr {
    margin: 2rem 0;
}

.info-list p {
    font-size: 1.5rem;
    color: #212121;
    font-weight: 600;
    padding: 5px 0;
    font-family: 'karma', sans-serif;
}

.info-list p i {
    color: #cc284d;
    padding: 6px;
    font-weight: 400;
}

.info-list a {
    display: inline-block;
    margin: 15px 0;
}

.plan-disc {
    padding: 15px 20px;
    border-radius: 50px;
    background-color: #f0eee9;
    text-align: center;
}

.plan-disc h5 {
    font-size: 3.5rem;
    color: #cc284d;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.plan-disc p {
    font-size: 1.6rem;
    color: #cc284d;
    font-weight: 300;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}

.plan-text ul li {
    font-size: 1.8rem;
    color: #212121;
    padding: 5px 0;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.8;
    font-weight: 500;
}

.plan-text h4 {
    font-size: 2rem;
    color: #071f38;
    font-weight: 500;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}

.plan-text p {
    font-size: 1 rem;
    color: #666;
    font-weight: 300;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}

.my-plan {}

.plan-info {
    font-size: 3rem;
    color: #092749;
    font-weight: 800;
    padding: 1rem 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.my-plan h3 {
    font-size: 3rem;
    color: #092749;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.my-plan h3 i {
    color: #cc284d;
}

.my-plan h4 {
    font-size: 2.6rem;
    color: #092749;
    font-weight: 800;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1rem;
}

.my-plan h4 .light-text {
    font-size: 1.4rem;
    color: #cc284d;
    font-weight: 500;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
    opacity: 0.6;
    text-decoration: line-through;
}

.my-plan h5 {
    font-size: 1.5rem;
    color: #212121;
    font-weight: 300;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}

.my-plan h6 {
    font-size: 1.5rem;
    color: #212121;
    font-weight: 300;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}

.prev-plan h6 {
    font-size: 1.3rem;
    color: #212121;
    font-weight: 300;
    padding: 5px 0;
    font-family: 'Poppins', sans-serif;
}

.my-plan h6 strong {
    font-weight: 600;
}

.prev-plan {
    background-color: #0d244214;
    padding: 2rem;
}

.p-count {
    float: right;
    display: block;
    font-weight: 600;
}

.title h3 {
    font-size: 2.5rem;
    color: #092749;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.pipe {
    color: #cb284d
}

.user-card .btn_remove_interest {
    background: var(--white);
    border-color: var(--primaryColor);
    color: var(--primaryColor);
    background-size: 210% 100% !important;
    transition: background-position .4s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease !important;
    background-image: linear-gradient(to right, transparent 50%, var(--primaryColor) 50%) !important;
}

.btn-remove-shortlist {
    background-color: #092748 !important;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 1.8rem;
    color: var(--white);
    border-radius: 50%;
    margin: 1rem 1rem;
    transition: all .3s ease;
}

.btn_viewed_contact {
    background-color: #092748 !important;
}

.member-list-para h6 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--primaryColor);
}
.member-list-para h5 {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--primaryColor);
}
.member-list-para h2 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--primaryColor);
    text-transform: capitalize;
}

.member-list-para h1 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--secondaryTextColor);
    margin: 2rem 0;
    text-transform: capitalize;
}

.member-list-para p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 0rem;
    color: var(--primaryTextColor);
    font-weight: 400;
}

.member-list-para-marathi h6 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--primaryColor);
    font-weight: 600;
    font-family: 'karma'; 
}
.member-list-para-marathi p{
    font-size: 1.7rem;
    line-height: 1.7;
    color: var(--secondaryTextColor);
    font-weight: 500 !important;
    font-family: 'karma'; 
}
.member-list-para {
    padding: 40px 0;
}

.side-form {
    background: #FFF;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    overflow: hidden;
    padding: 1rem !important;
}

.side-form h3 {
    color: #092748;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.5rem 2rem;
    background: #f0f8fd;
    margin: 1.5rem 0;
}

.member-footer {
    text-align: left;
}

.member-footer h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--secondaryTextColor);
    margin: 1.5rem 0;
    text-transform: capitalize;
}

.member-footer h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--secondaryTextColor);
    margin: 1.5rem 0;
    text-transform: capitalize;
}

.member-footer h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 500;
    color: var(--secondaryTextColor);
    text-transform: capitalize;
}

.member-footer p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #666;
    font-weight: 300;
}

.member-footer ul li {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    transition: all 0.3s;
    padding: 1rem 0;
    list-style-type: disc;
    margin-left: 2rem;
}

.member-footer img {
    padding: 2rem 0;
}

.mem-para {
    padding: 0 2rem;
}

.form-error,
.emsg {
    color: red;
    font-size: 10px;
    font-weight: 500;
    padding: 0.5rem;
    display: inline-block;
}

.form-error,
.reg {
    color: red;
    font-size: 11px;
    font-weight: 500;
    padding: 0.5rem;
    display: inline-block;
    font-family: 'Karma', serif;
    line-height: 1.4;
}

.emsg {
    top: -18px;
    position: relative;
}

.reg {
    top: -18px;
    position: relative;
    color: red;
    font-size: 10px;
    font-weight: 500;
    padding: 0.5rem;
    display: inline-block;
}

.btn-close {
    right: -5px;
    position: absolute;
    top: -4%;
    background-color: #e8f0fe;
    border-radius: 30px;
    padding: 0.5em;
    opacity: 1;
}

.modal-header {
        /*background-color: var(--secondaryBgColor);
background: url(../images/header-img.png) no-repeat;
    background-position: top;
    min-height: 109px;*/
    overflow: hidden;
    text-align: center;
    background-size: auto;
    width: 100%;
    display: inline-block;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: 'karma';
}

.modal-header h3 {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;

    flex: 1;
}

.modal-body h3 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    padding: 1.5rem;
    color: var(--contentColor);
    line-height: 1.5;
    font-family: 'karma';
}

.modal-body h5 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding: 1.5rem;
    color: #212121;
    line-height: 1.5;
    text-transform: capitalize;
    font-family: 'karma';
}

.modal-body h6 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem;
    color: #212529;
    line-height: 1.5;
    border-bottom: 1px solid;
    width: 90%;
    border-radius: 0;
    margin: auto;
    margin-bottom: 1.5rem;
    letter-spacing: 0.8px;
    font-family: 'poppins';
}

.modal-body p {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    padding: 2rem 0.5rem;
    color: var(--contentColor);
    line-height: 1.5;
    font-family: 'karma';
}

.modal-body h4 {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    padding: 1.5rem;
    color: #212121;
    line-height: 1.5;
    font-family: 'karma';
}

.modal-footer {
    border-top: none;
    justify-content: center;
    padding: 0 1.5rem 1.5rem;
}

.services {
    padding: 3rem 2rem;
}

.call-2-action .text-wrap h6 {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
    color: var(--secondaryBgColor);
    flex: 1;
    font-family: 'Karma', serif;
}

.call-2-action .text-wrap h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--secondaryBgColor);
    margin: 1rem 0;
    font-family: 'Karma', serif;
}

.home-list {
    text-align: center;
    padding: 3rem 0;
}

.home-list .verify {
    width: 7%;
}

.home-list h4 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--secondaryBgColor);
    margin-top: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
}

.home-list p {
    font-size: 1.6rem;
    color: var(--secondaryTextColor);
    opacity: .8;
    margin: 1.2rem 0;
}

.home-list .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.home-list .buttons a {
    margin: 1.3rem 0.3rem;
}

.blue-header {
    background-color: #092748;
    padding: 1rem;
}

.otp-card {
    background: #FFF;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    overflow: hidden;
    
}

.blue-header h3 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--inputBgColor);
    text-align: center;
    padding: 1.5rem 0;

}
.blue-header h5 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--inputBgColor);
    text-align: center;
    padding: 1.5rem 0;
    font-family: 'karma';
}
.login-form-container h5 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--secondaryBgColor);
    padding: 1.5rem 0;
    line-height: 1.5;
}

.login-form-container p {
    font-size: 2rem;
    padding: 1.5rem 0;
}

.login-form-container .otp {
    font-size: 1.2rem;
    padding: 1.5rem 0;
    line-height: 1.8;
}

.login-form-container .input-sm {
    width: 75%;
    margin: auto;
}

.form-wrapper h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--secondaryBgColor);
    padding: 0;
}

.text-pink {
    color: #cc284d;
}

.form-label {
    margin-bottom: 0.5rem !important;
    color: #505d7e !important;
        font-weight: 600 !important;
    padding-bottom: 0.5rem !important;
    font-size: 1.4rem;
    font-family: 'Karma', serif;
   
}

.form-group p {
    padding-bottom: 5px;
}

.radio-check {
    display: flex;
    align-items: center;
    margin-bottom: .5rem
}

input[type='number'] {
    -moz-appearance: textfield !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.form-control[readonly] {
    background-color: #f4dfe4;
    opacity: 1;
}

.verification h4 {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1.5rem 0;
    margin-bottom: 0;
    margin-top: 2rem;
}

.verification h6 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.8;
    padding-bottom: 2.5rem;
}

.veri-declaration {
    margin-top: 5rem;
}

.alert-danger {
    padding: 1rem;
    margin: 2rem 0 !important;
    color: #91253d;
    background-color: rgb(254 217 224 / 44%);
    border-color: transparent;
    width: 100%;
}

.alert-danger h5 {
    line-height: 1.7;
    font-size: 1.3rem;
}

.doc-verify {
    display: block;
    margin: -3rem auto 2rem auto;
}

.swal-button {
    background-color: #cb133c;
}

.swal-button:hover {
    background-color: #071f38 !important;
}

.content .progress {
    padding: 0 !important;
    align-items: normal;
    margin-top: 1.5rem;
    height: 0.5rem;
    width: 275px;
}

.user-content .progress {
    padding: 0 !important;
    align-items: normal;
    margin-bottom: 1.5rem;
    height: 0.5rem;
    width: 435px;
}

.progress {
    height: 0.5rem;
}

.bg-success {
    background: #0ab90a !important;
}

.dropbtn {
    position: absolute;
    right: 5px;
    top: 16px;
    z-index: 9;
}

.dropbtn img {
    width: auto !important;
}

.popover {
    background-color: #fff;
    border: none;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
}

.popover-header {
    font-size: 1.2rem;
    color: var(--secondaryTextColor);
    padding: .5rem .8rem;
    border-bottom: none;
    background-color: #e1f2fa;
    display: block;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    font-weight: 500;
}

.popover-body {
    font-size: 1rem;
    color: #666;
    padding: .5rem .8rem;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #e1f2fa;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #e1f2fa;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    border-left-color: #e1f2fa;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #e1f2fa;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #e1f2fa;
}

.edit-bg {
    background: #fff;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.bg-blue {
    background-color: #071f38;
    padding: 1.5rem 2rem;
}

.bg-blue h3 {
    font-size: 2.7rem;
    font-weight: 600;
    padding: 0.5rem 0;
    color: #fff;
    font-family: 'karma';
}

.bg-blue p {
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    font-family: 'karma';
}

.bg-blue h5 {
    font-size: 2rem;
    font-weight: 600;
    padding: 1.5rem 0;
    color: #fff;
    flex: 1;
}

.bg-blue hr {
    background: #fff;
}

.bg-blue h5 strong {
    padding-left: 5px;
}

.bg-blue img {
    width: 90px;
    padding: 10px;
}

.carousel-caption {
    padding: 1rem;
    right: 30%;
    left: 6%;
    text-align: left;
    bottom: 10px;
}

.carousel-caption h4 {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem 0 0.5rem;
    color: #212121;
    line-height: 1.3;
}

.carousel-caption h5 {
    font-size: 2rem;
    font-weight: 600;
    padding: 1.5rem 0 0;
    color: #071f38;
    line-height: 1.3;
}

.carousel-caption p {
    font-size: 1.4rem;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    padding-bottom: 0.5rem;
}
.carousel-caption p span{
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 1.5rem;
}
.carousel-caption a {
    border-radius: 30px;
}
.swal-modal {
    font-family: 'karma';
    font-weight: 600;
}
.swal-title:first-child {
    margin-top: 0px;
}

.swal-title:not(:last-child) {
    margin-bottom: 10px;
}

.swal-title {
    color: #fdfdfd;
    font-weight: 500;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    background: #092748;
}

.swal-text {
    font-size: 17px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 10px 0 0;
    font-weight: 700;
    color: var(--contentColor);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

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

.user-card .btn_interest {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.5rem 0;
}

.btn_accepted {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.5rem 0;
}

.user-card .btn_remove_interest {
    padding: 1.5rem 0;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #092749 !important;
}

.btn-dark {
    background: var(--secondaryBgColor);
    border-color: var(--secondaryBgColor);
    color: var(--inputBgColor);
}

.btn-dark:hover,
.btn-dark:focus {
    background-image: linear-gradient(to right, transparent 50%, var(--inputBgColor) 50%) !important;
    background-position: -100% 100% !important;
    background: var(--inputBgColor);
    border-color: var(--white);
    color: var(--copyRight);
    box-shadow: none;
    outline: none;
}

.user-card .btn_interest:hover,
.user-card .btn_interest:focus {
    color: var(--secondaryBgColor);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 0;
    background-color: #cc284d;
    border-radius: 50%;
    padding: 0.2rem 0.5rem;
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

.edit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: small;
}

.font-weight-light-para {
    font-weight: 300 !important;
    font-size: 1.3rem !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.razorpay-payment-button {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--white);
    background-size: 210% 100% !important;
    transition: background-position .4s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease !important;
    background-image: linear-gradient(to right, transparent 50%, var(--primaryColor) 50%) !important;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 1.5rem 2.5rem;
    text-transform: uppercase;
    border-radius: 0.4rem;
    margin-bottom: 2rem;
    font-family: 'karma' !important;
}

.gallery-pic {
    border: 1px solid #e1f2fa;
    padding: 1rem;
}

.gallery-pic input {
    font-size: 1.4rem;
}

.edit-note p {
    font-size: 1.4rem;
    padding: 1.5rem 0;
    line-height: 1.54;
}

.custom-file-input {
    width: 100%;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Select Your Photo';
    color: var(--primaryColor);
    display: block;
    background: rgba(var(--primaryColorRGB), .1);
    border: 1px solid var(--primaryColorRGB);
    border-radius: .4rem;
    padding: 1rem 1.5rem;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
}

.custom-file-input:hover::before {
    border-color: var(--primaryColor);
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: rgba(var(--primaryColorRGB), .1);
}

.gallery-photo figure {
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.tag {
    font-size: 1.2rem;
    padding: 0 0.5rem;
    position: absolute;
    bottom: 2rem;
    left: 0rem;
    font-weight: 500;
    z-index: 9;
    height: 2.4rem;
    line-height: 2.4rem;
}

.tag::before {
    content: '';
    border-right: 14px solid transparent;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: -1;
}

.tag::after {
    content: '';
    border-right: 14px solid transparent;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: -1;
}

.tag.prime {
    color: var(--white);
    background: var(--secondaryBgColor);
}

.tag.prime::before {
    border-top: 24px solid var(--secondaryBgColor);
}

.tag.prime::after {
    border-bottom: 24px solid var(--secondaryBgColor);
}

.tag.lg {
    bottom: 2.8rem !important;
    font-size: 1.2rem;
}

.tag.free {
    color: var(--primaryColor);
    background: var(--secondaryBgLight);
}

.tag.free::before {
    border-top: 24px solid var(--secondaryBgLight);
}

.tag.free::after {
    border-bottom: 24px solid var(--secondaryBgLight);
}

.tag.lg.prime::after {
    border-bottom: 24px solid var(--secondaryBgColor)
}

.tag.lg.prime::before {
    border-top: 24px solid var(--secondaryBgColor)
}

.tag.lg.free::before {
    border-top: 24px solid var(--secondaryBgLight);
}

.tag.lg.free::after {
    border-bottom: 24px solid var(--secondaryBgLight);
}

.list-footer {
    text-align: center;
    padding: 2rem 0;
}

.list-footer .paginations li {
    display: inline-block;
    margin: 0 .3rem;
}

.list-footer .paginations li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
    display: block;
    text-align: center;
    border-radius: 50%;
    background: rgba(var(--secondaryBgColorRGB), .1);
    color: var(--secondaryTextColor);
}

.list-footer .paginations li a:hover,
.list-footer .paginations li a.active {
    background: var(--primaryColor);
    color: var(--white);
}

.list-footer .paginations li:first-child a {
    background: transparent;
}

.list-footer .paginations li:last-child a {
    background: transparent;
}

.list-footer .paginations li:first-child a:hover,
.list-footer .paginations li:last-child a:hover {
    color: var(--primaryColor);
}

.noti-id {
    float: none !important;
}

.table-dark {
    background-color: #071f38;
}

.table>:not(caption)>*>* {
    padding: 1.5rem !important;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.pink-bg {
    background-color: rgb(178 199 221 / 40%);
    font-weight: 600;
}

.pink-bg>tr:nth-of-type(odd)>* {
    color: #fff !important;
}

.gun-milan h5 {
    font-size: 1.8rem;
    padding: 1.5rem 0;
    font-weight: 500;
    line-height: 1.5;
    color: #212121;
    text-transform: capitalize;
}

.gunmilan {
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 20%);
}

.bg-blue th {
    background: #071f38;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins';
}

.invoice-section {
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 20%);
}

.invoice-section .table>thead {
    vertical-align: bottom;
    background: #09274952;
}

.invoice-section h3 {
    font-size: 3rem;
    padding-bottom: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #092749;
    text-transform: capitalize;
}

.invoice-box {
    padding: 1.5rem;
}

.invoice-box h5 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #092749;
    text-transform: capitalize;
}

.invoice-box h6 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #092749;
    text-transform: capitalize;
    padding-bottom: 1rem;
}

.invoice-box p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: rgb(9 39 73 / 60%);
    text-transform: capitalize;
    padding-bottom: 1rem;
}

.invoice-section .table-bordered>:not(caption)>* {
    border-width: 1px;
    border-style: solid;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0;
}

.carousel-control-prev-icon {
    background-image: none !important;
}

.carousel-control-next-icon {
    background-image: none !important;
}

.carousel-control-prev-icon i {
    font-size: 2.5rem;
}

.carousel-control-next-icon i {
    font-size: 2.5rem;
}

.about-text p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 0rem;
    color: var(--primaryTextColor);
}

.about p.collapse:not(.show) {
    height: 75px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about p.collapsing {
    min-height: 42px !important;
}

.about a.collapsed:after {
    content: '+ Read More';
}

.about a:not(.collapsed):after {
    content: '- Read Less';
}

.about-text p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 0rem;
    color: var(--primaryTextColor);
    font-weight: 400;
}

.about p.collapse:not(.show),
.mem-para .collapse:not(.show) {
    height: 75px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mem-para .collapse:not(.show) {
    height: 115px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about p.collapsing,
.mem-para .collapsing {
    min-height: 42px !important;
}

.about a.collapsed:after,
.mem-para a.collapsed:after {
    content: '+ Read More';
}

.about a:not(.collapsed):after,
.mem-para a:not(.collapsed):after {
    content: '- Read Less';
    color: #cc284d;
    font-weight: 500;
    font-size: 1.5rem;
}


/**blog post**/

.blog-posts {
    margin-bottom: 100px;
}

.blog-posts .blog-post {
    margin-bottom: 30px;
}

.blog-posts .blog-thumb img {
    width: 100%;
    overflow: hidden;
}

.blog-posts .down-content {
    padding: 10px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.blog-posts .down-content span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 900;
    color: #f48840;
}

.blog-posts .down-content h4 {
    font-size: 20px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    font-weight: 600;
    color: #092749;
    margin: 10px 0px 12px 0px;
    line-height: 1.4;
}

.blog-posts .down-content ul.post-info li {
    display: inline-block;
    margin-right: 8px;
}

.blog-posts .down-content ul.post-info li:after {
    content: '|';
    color: #aaa;
    margin-left: 8px;
}

.post-image img {
    width: 100%;
    height: 100%;
}

.wp-block-image img {
    width: 100%;
    height: 100%;
}

.grid-system .down-content ul.post-info li {
    margin-right: 3px;
}

.grid-system .down-content ul.post-info li:after {
    margin-left: 5px;
}

.blog-posts .down-content ul.post-info li:last-child::after {
    display: none;
}

.blog-posts .down-content ul.post-info li a {
    font-size: 14px;
    color: var(--primaryTextColor);
    font-weight: 400;
    transition: all .3s;
}

.blog-posts .down-content ul.post-info li a:hover {
    color: #cc284d;
}

.blog-posts .down-content p {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
    line-height: 1.7;
    color: var(--primaryTextColor);
    font-weight: 600;

}

.blog-posts .down-content h2,
h3,
h4 {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.5rem 0;
    line-height: 1.5;
}

.blog-posts .down-content h2,
h3,
h4 strong {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.5rem 0;
    line-height: 1.5;
}

.blog-posts .down-content figcaption {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.5rem 0;
    line-height: 1.5;
}

.blog-posts .down-content ul.post-share {
    padding: 1rem 0;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
    display: inline-block;
}

.blog-posts .down-content ul.post-tags li:first-child i,
.blog-posts .down-content ul.post-share li:first-child i {
    color: #cc284d;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
    color: #aaa;
}

.blog-posts .down-content ul.post-tags li a,
.blog-posts .down-content ul.post-share li a {
    font-size: 14px;
    color: #cc284d;
    font-weight: 500;
    transition: all .3s;
    line-height: 1.5;
}

.blog-posts .down-content ul.post-tags li a:hover,
.blog-posts .down-content ul.post-share li a:hover {
    color: #cc284d;
}

.blog-posts .main-button a {
    height: 60px;
    line-height: 60px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

ul.page-numbers {
    text-align: center;
}

ul.page-numbers li {
    display: inline-block;
    margin: 0px 5px;
}

ul.page-numbers li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #7a7a7a;
    border: 1px solid #eee;
    font-weight: 500;
    transition: all 0.3s;
}

ul.page-numbers li.active a {
    background-color: #cc284d;
    border-color: #cc284d;
    color: #fff;
}

ul.page-numbers li a:hover {
    color: #cc284d;
}

.blog-posts .sidebar-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.blog-posts .comments {
    margin-top: 30px;
}

.blog-posts .comments ul li {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.blog-posts .comments ul li.replied {}

.blog-posts .comments ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.blog-posts .comments ul li .author-thumb {
    display: inline;
    float: left;
}

.blog-posts .comments ul li .author-thumb img {
    max-width: 100px;
    display: inline;
}

.blog-posts .comments ul li .right-content {}

.blog-posts .comments ul li .right-content h4 {
    color: #20232e;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.blog-posts .comments ul li .right-content h4 span {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    letter-spacing: 0.25px;
    margin-left: 20px;
}

.blog-posts .submit-comment {
    margin-top: 60px;
    border: 1px solid #cccccc85;
    padding: 2rem 1.5rem
}

.blog-posts .submit-comment input {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: none;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.blog-posts .submit-comment textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: none;
    padding: 10px 15px;
    margin-bottom: 30px;
    height: 180px;
    max-height: 220px;
    max-width: 100%;
    min-width: 160px;
}

.blog-posts .submit-comment input::placeholder,
.blog-posts .submit-comment textarea::placeholder {
    color: #aaa;
}

.blog-posts .submit-comment button {
    display: inline-block;
    background-color: #cb133c;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
}

.blog-posts .submit-comment button:hover {
    background-color: #cb133c;
}


/* Sidebar */

.sidebar {
    margin-left: 30px;
}

.sidebar .sidebar-item {
    margin-top: 50px;
}

.sidebar .search {
    margin-top: 0px;
}

.sidebar .sidebar-heading h2 {
font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #092749;
    border-bottom: 1px solid #eee;
    padding: 1.5rem;
    margin-bottom: 25px;
    background-color: #505d7e4a;
}

.sidebar .search input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: none;
    padding: 0px 15px;
}

.sidebar .search input::placeholder {
    color: #aaa;
}

.sidebar .recent-posts ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.sidebar .recent-posts ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.sidebar .recent-posts ul li h5 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #092749;
    line-height: 1.5;
    transition: all 0.3s;
    font-family: 'karma' !important;
}

.right-content p {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgb(9 39 73 / 68%);
    line-height: 1.5;
    transition: all 0.3s;
}

.sidebar .recent-posts ul li h5:hover {
    color: #cb133c;
}

.sidebar .recent-posts ul li span {
    display: block;
    font-size: 14px;
    color: #505d7e;
    margin-top: 8px;
}

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

.sidebar .categories ul li:last-child {
    margin-bottom: 0px;
}

.sidebar .categories ul li a {
font-size: 1.5rem;
    font-weight: 600;
    color: #092749;
    transition: all .3s;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #505d7e40;
    display: block;
}

.sidebar .categories ul li a:hover {
    color: #cb133c;
}

.sidebar .tags ul li {
    margin-right: 6px;
    display: inline-block;
}

.sidebar .tags ul li {
    margin-bottom: 10px;
}

.sidebar .tags ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #aaa;
    display: inline-block;
    border: 1px solid #eee;
    padding: 10px 18px;
    transition: all .3s;
}

.sidebar .tags ul li a:hover {
    background-color: #cb133c;
    border-color: #cb133c;
    color: #fff;
}

.note {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 1rem 0;
    font-family: 'Work Sans' !important;
}

.m-text {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5;
}

.about h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #20232e;
    line-height: 1.5;
    transition: all 0.3s;
    padding: 1rem 0
}

.about ul li {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    transition: all 0.3s;
    padding: 1rem 0;
    list-style-type: disc;
    margin-left: 2rem;
}

.about-text h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #20232e;
    line-height: 1.5;
    transition: all 0.3s;
    padding: 1rem 0;
    text-align: center;
}

.about-text ul li {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    transition: all 0.3s;
    padding: 0.5rem 0;
    list-style-type: disc;
    margin-left: 2rem;
}

.penci-entry-content ol li {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    transition: all 0.3s;
    padding: 1rem 0;
    list-style-type: disc;
    margin-left: 2rem;
}

.penci-entry-header {
    font-size: 2rem;
    font-weight: 600;
    color: #20232e;
    line-height: 1.5;
    transition: all 0.3s;
    padding: 1rem 0;
}

.home-list .img-fluid {
    max-width: 235px;
}

.services img {
    width: 50px;
}

.down-content h5 {}

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

.navbar-toggler[aria-expanded="false"] .fa-times {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .fa-bars {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .fa-times {
    display: block;
}

.close {
    background: transparent;
    border: none;
    color: #cb284d;
    font-size: 2rem;
    float: right;
    margin-top: -4px;
}


/* FAQ */

.faq-section {
    background: #f0f8fd;

    padding: 5rem 0;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Karma', serif;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #E91E63;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
    font-family: 'Karma', serif;
    font-size: 1.8rem;
    font-weight: 500;
}

.lightbox {
    display: flex;
    flex-direction: column-reverse;
}

.lb-data .lb-close {
    right: -5px;
    position: relative;
    top: -5px;
}

.dropdown-sub {
    position: relative;
}

.subMenu {
    display: none;
}

.dropdown-sub:hover .subMenu {
    display: block;
    position: absolute;
    top: -4px;
    left: 139px;
    background: #f7fbff;
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.subMenu>a {
    flex: 0 0 50%;
}

.privacy p {
font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: var(--primaryTextColor);
    font-weight: 500;
    font-family: 'work sans';
}
.privacy p i{
    color: #cc284d;
    font-size: 1.4rem;
    padding-right: 1rem;
    font-weight: 600;
}
.privacy ul{
    padding-left: 2rem;
}
.privacy ul li {
 font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: var(--primaryTextColor);
    font-weight: 500;
   font-family: 'work sans';
    list-style-type: disc;
}
.privacy ul li span{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: var(--primaryColor);
    list-style-type: disc;
    font-weight: 700;
}
.privacy h5 {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
    color: var(--primaryTextColor);
    font-weight: 600;
}
.privacy h6 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: var(--primaryTextColor);
    font-weight: 600;
    padding: 1rem 0;
}

.pro-pic {
    display: block;
    height: 265px;
}

.no-records {
    background: #FFF;
    border-radius: 0.4rem;
    margin-bottom: 2.5rem;
    -webkit-box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgb(0 0 0 / 10%);
}

body.modal-open.freeMem .container,
body.modal-open.freeMem header,
body.modal-open.freeMem section,
body.modal-open.freeMem footer,
body.modal-open.freeMem .copyright {
    filter: blur(5px);
}

.join-banner {
    background: url('../images/banner-join-us.jpg');
    background-size: cover;
    overflow: hidden;
    background-position: right;
    min-height: 600px;
    padding: 2rem;
}

.join-text {
    top: 35%;
    position: absolute;
    padding: 2rem 10rem;
    width: 48%;
}

.join-text h1 {
    font-size: 3.5rem;
    font-weight: 600;
    color: var(--inputBgColor);
    margin: 1rem 0;
    line-height: 5rem;
    margin: auto;
    padding: 1rem 0;
    text-transform: capitalize;
}

.join-text p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0rem;
    color: var(--inputBgColor);
    letter-spacing: 0.1rem;
}

.affiliate-form .form-wrap {
    background: #FFF;
    border-radius: 0.5rem;
    width: 100%;
    padding: 3rem 2.5rem;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.27);
    left: auto;
    top: auto;
    position: relative;
}

.aff-form-text {
    background: #e3eaee;
    padding: 1.5rem;
    min-height: 400px;
    overflow: hidden;
}

.aff-form-text .text-wrap {
    padding: 5rem 0;
}

.offer-plan .circle {
    width: 25px;
    height: 25px;
    border-radius: 5rem;
    border: 2px solid #cc284d;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translate(-50%, 0);
}

.offer-plan .circle span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #cc284d;
    border: 2px solid #FFF;
    border-radius: 5rem;
    opacity: 0;
}

.middle label {
    width: 40%;
    margin: 0 1rem;
}

.middle input[type=radio]:checked+.offer-plan {
    border-color: #cc284d;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 20%);
}

.middle input[type=radio]:checked+.offer-plan .circle span {
    opacity: 1;
}

.middle input[type=radio]:checked+.offer-plan .price {
    background: #cc284d;
}

.detail-style {
    padding: 0.9rem;
}

.tab-pane ul li {
    text-align: left;
    padding-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.3;
    list-style-type: disc;
    font-family: 'Noto Sans', sans-serif !important;
}

.offer-plan {
    border-radius: 10px;
    border: 2px solid #071f38;
    font-family: 'Montserrat', sans-serif !important;
    position: relative;
}

.offer-plan hr {
    color: #6c757d;
    width: 80%;
    margin: auto !important;
}

.offer-plan h5 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 2.3rem;
    font-weight: 600;
    background: var(--primaryColor);
    color: #fff;
    line-height: 1.5;
    padding: 2.5rem 0.8rem 1rem .8rem;
}

.offer-plan h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #071f38;
    line-height: 1.5;
    padding: 0.5rem 0;
    text-transform: uppercase;
    padding-top: 1.5rem;
}

.offer-plan h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #24967A;
    line-height: 1.5;
    padding: 0.5rem 0;
    font-family: 'poppins';
}

.offer-plan .price {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: .5rem 1rem 1rem 1rem;
    color: #FFF;
    background: #071f38;
    width: 110px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.8rem;
}

.offer-plan .price span {
    display: block;
    padding: .8rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: line-through;
    opacity: 0.6;
    font-weight: 500;
}

.offer-plan h3 span {
    font-weight: 700;
}

.offer-plan .nav-link {
    margin: auto;
    background-color: #cc284d !important;
    padding: 0.5rem 0.8rem;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
}

.offer-plan .nav-link span {
    font-size: 1.4rem;
    color: #fff;
    padding: 0.5rem;
    display: block;
    text-decoration: line-through;
    opacity: 0.6;
}

.offer-model .nav {
    padding: 0;
    flex-wrap: nowrap;
    display: inline-flex;
}

.offer-model .nav li {
    float: left;
    padding: 0.8rem;
}

.offer-model ul {
    padding-left: 1.5rem;
}

.offer-model .modal-footer {
    padding: 1.5rem;
    border: none;
    display: block;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.offer-model .modal-footer .btn-close {
    background: transparent !important;
    float: right;
}

.modal-body .tab-content p {
    text-align: left;
    padding: 0.5rem;
    font-family: 'karma', sans-serif !important;
    font-weight: 600;
}


/**landing page css*/

.maha-register .form-error,
.emsg {
    color: red;
    font-size: 10px;
    font-weight: 500;
    padding: 0.5rem;
    display: inline-block;
}

.maha-register {
    display: block !important;
    top: 0;
    position: relative;
}

.maha-register .register-content {
    padding: 3rem;
    font-family: 'Noto Sans', sans-serif;
}

.maha-register .register-content h1 {
    font-size: 2.4rem;
    font-family: 'Noto Sans', sans-serif;
}

.maha-register .form-floating>.form-control,
.form-floating>.form-select {
    min-height: 55px;
    line-height: 1.5;
    padding: 1rem 0.75rem;
}

.title h4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 0;
    color: #092749;
}

.maha-register h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
}

.features .services ul {
    padding-left: 1.5rem;
}

.features .services ul li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 1.5rem;
    list-style-type: disc;
    line-height: 1.5;
}

.maha-register .form-floating>label {
    padding: 1.9rem 1rem;
    font-family: 'Noto Sans';
    font-size: 1.6rem;
    color: #666;
}

.maha-register .btn {
    font-family: 'Noto Sans';
    font-size: 1.8rem;
}

.maha-register .help-text {
    font-family: 'Noto Sans';
}

.bg-pink {
    padding: 3.5rem 0;
    background-color: var(--secondaryColorPink);
}


.landing-tag
/**landing page css*/

.plan-new {
    background: url(../assets/before_login/desktop/images/plan-bg.png) no-repeat;
    background-size: cover;
    text-align: left;
    padding: 0 1.5rem 5.5rem;
    position: relative;
    overflow: hidden;
}

.plan-header {
    background-color: #FFC116;
    padding: 1.5rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 90%;
    margin: auto;
    text-align: center;
}

.plan-new .popular {
    text-transform: uppercase;
    color: var(--bs-dark);
    background: #ffcc28;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.6rem 1.5rem 0.6rem 0.5rem;
    position: relative;
    right: 0;
    top: -15px;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    width: 26%;
    margin: auto;
}

.plan-new .popular::before {
    content: '';
    border-top: none;
    border-right: none;
    position: relative;
    left: 0;
    top: 0;
    bottom: 1.5rem;
    display: block;
}
.plan-new .bestseller {
    text-transform: uppercase;
    color: var(--inputBgColor);
    background: #071f38;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.6rem 1.5rem 0.6rem 0.5rem;
    position: relative;
    right: 0;
    top: -15px;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    width: 26%;
    margin: auto;
}

.plan-new .bestseller::before {
    content: '';
    border-top: none;
    border-right: none;
    position: relative;
    left: 0;
    top: 0;
    bottom: 1.5rem;
    display: block;
}

.plan-new .plan-box h5 {
    font-size: 2.3rem;
    color: var(--secondaryTextColor);
    font-weight: 700;
    padding: 0.8rem 0;
    font-family: 'karma', sans-serif;
}

.plan-new .plan-box h6 {
    font-size: 2.2rem;
    color: var(--secondaryTextColor);
    font-weight: 700;
    padding: 0.8rem 0;
    font-family: 'karma', sans-serif;
}

.plan-new .info-list p span {
    color: #a30c2f;
    font-weight: 600;
}
.info-list p span {
    color: #a30c2f;
    font-weight: 600;
}

.plan-new {
    box-shadow: 0px 0px 24px -8px rgb(0 0 0 / 40%);
    margin-bottom: 3rem;
    padding: 0 1.8rem;
    border-radius: 1.5rem;
}

.bg-pink {
    padding: 1.5rem;
    background: #cc284d;
    margin: auto;
    text-align: center;
    border-radius: 1.5rem;
}

.plan-new .plan-box h4 .light-text {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    padding: 0;
    opacity: 0.6;
    text-decoration: line-through;
}

.plan-new .plan-box h3 {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Open Sans' !important;
    padding: 0;
}

.plan-new .plan-box p {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 0;
    font-family: 'karma', sans-serif !important;
}

.plan-new .plan-box p span {
    color: #FFC116;
    font-weight: 600;
}

.plan-new .razorpay-payment-button {
    background: #ffcc28;
    display: block;
    color: var(--inputColor);
    font-size: 2.5rem;
    font-weight: 600;
    padding: 2rem 2.5rem;
    text-transform: uppercase;
    border-radius: 3.6rem;
    border: none;
    width: 70%;
    margin: auto;
    margin-bottom: -4rem;
    text-align: center;
    margin-top: 1.5rem;
    font-family: 'Noto Sans', sans-serif !important;
}
.new-plan-single .razorpay-payment-button {
    
  
    text-transform: uppercase;
    border-radius: 3.6rem;
    border: none;
 
    margin: auto;
    font-weight: 500;
    text-align: center;
    margin-top: 1.5rem;
    font-family: 'Noto Sans', sans-serif !important;
}
.plan-new .info-list {
    padding: 1.5rem 0;
}

.plan-wraper .title h2 {
    font-size: 3.2rem;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif !important;
    padding: 1rem;
    line-height: 1.5;
}

.plan-end-patch {
    background: #cc284e42;
    padding: 1rem;
    width: 85%;
    margin: auto;
    border-radius: 1rem;
    margin-bottom: 2.5rem;
}

.plan-end-patch p {
    color: #a30c2f;
    line-height: 1.5;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: 'Noto Sans';
    padding: 0;
}

.ma-text p {
    color: #071f38;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Noto Sans';
}

.ma-text h5 {
    padding: 0;
}

.ma-text h3 {
    color: #148F63;
    line-height: 1.5;
    font-size: 4.5rem;
    font-weight: 700;
    font-family: 'Noto Sans';
    padding: 0;
}

.ma-text h5 span {
    color: #a30c2f;
    line-height: 1.5;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: 'Noto Sans';
}

.ma-text h6 span {
    color: #a30c2f;
    line-height: 1.5;
    font-size: 2.6rem;
    font-weight: 500;
    font-family: 'Noto Sans';
}

.ma-text h3 span {
    color: #071f38;
    line-height: 1.8;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Noto Sans';
}

.profile-visitor {
    margin-right: 1.5rem;
}

.modal-content .btn {
    font-family: 'karma';
    font-size: 1.8rem;
    font-weight: 600;
}

.btn-green {
    background: #148F63;
    color: #fff !important;
}

.btn-green:hover {
    background: #0f6e42;
    color: #fff;
}

.online {
    width: 12px;
    height: 12px;
    background: #0ab90a;
    border-radius: 10px;
    margin-top: -3rem;
}
.free-bride {
    padding: 0 !important;
}
.free-bride p{
    font-size: 1.6rem;
    color: var(--inputBgColor);
    font-weight: 600;
    font-family: 'Karma', serif;
    padding: 0.6rem;
    border-radius: 0.5rem;
    margin-bottom: 0.8rem;
    background: var(--primaryColor);
    width: 60%; 
    padding-top: 1rem;
}
.free-bride p i{
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 0.3rem;

}
.b-text {
    font-size: 1.5rem;
    color: var(--inputBgColor);
    font-weight: 600;
    font-family: 'Karma', serif;
    padding: 0.6rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-bottom: 3.5rem;
    background: var(--navLinkColor);
    width: 86%; 
    padding-top: 0.99rem;
}
.free-bride span{
    font-size: 1.6rem;
    color: var(--btnHover);
    font-weight: 700;
    font-family: 'Karma', serif;
    padding: 0.5rem 0;
    display: inline-block;
}
.free-bride .text-wrap {
    padding-top: 2rem;
}
.free-bride .text-wrap h6 {
    font-size: 2.5rem;
    line-height: 0.6;
    font-weight: 700;
    color: var(--primaryColor);
    font-family: 'Karma', serif;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
    text-align: center;
}
.free-bride .text-wrap .marathi {
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: 700;
    color: var(--secondaryTextColor);
    text-transform: capitalize;
    font-family: 'Karma', serif;
    margin: 0;
    padding: 1rem 0;
}
.free-bride .btn {
    font-size: 2rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    border-radius: 0.4rem;
    font-family: 'Karma', serif;
    margin-bottom: 0;
}
.free-bride ul {
    text-align: left;
    margin-left: 0;
}
.reg-why .services {
    padding: 0;
}
.reg-why .services h3 {
    font-size: 1.5rem;
    color: var(--secondaryTextColor);
    font-weight: 700;
    font-family: 'Karma', serif;
}
.register-form {
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
    border-radius: 1rem;
    overflow: hidden;
}
.register-form h1{
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--inputBgColor);
    padding: 1.5rem 0;
    text-transform: capitalize;
    font-family: 'Karma', serif;
    margin: 0;
}
.register-form p{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 1rem;
    font-family: 'Karma';

}
.register-form p span{
    color: #FFC116;
}
.register-form ul{
    padding-left: 1.5rem;
}
.register-form ul li{
    font-size: 1.6rem;
    color: var(--inputBgColor);
    font-weight: 600;
    font-family: 'Karma', serif;
    list-style-type: disc;
    padding: 0.5rem 0;
    line-height: 1.5;
}
.desk-reg-form {
    padding: 1.5rem;
}
.desk-reg-form h3{
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--copyRight);
    padding: 1.5rem 0;
    text-transform: capitalize;
    font-family: 'Karma', serif;
    margin: 0;
    
}
.form-select .red {
    color: red;
  }

  .bride-list a:not(.collapsed):after, .mem-para a:not(.collapsed):after {
    content: none;

}
.login-register-form {
    padding: 1.5rem 3rem;
    font-family: 'karma';
    font-weight: 600;
    font-size: 2rem;
    text-align: left;
}
.what-96k h2{
    font-weight: 600;
    font-size: 2.2rem;
    padding: 0;
}
.what-96k h1{
    font-weight: 600;
    padding: 0;
}
.what-96k .bride-list a{
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    padding: 0;
}

.error-box {
    position: absolute;
    bottom: 30%;
    left: 10%;
    width: 80%;
    background-color: rgba(20, 20, 20, 0.85);
    color: white;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 1rem;
    text-align: center;
}
.error-box h6{
    color: #FFC300;
    font-family: 'karma';
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 0;
    line-height: 1.5;
}
.error-box p{
    color: #fff;
    font-family: 'karma';
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 1.5rem;
    line-height: 1.5;
}
.error-box a{
    display: inline-block;
    position: absolute;
    width: 65%;
    left: 18%;
    top: 88%;
    font-size: 1.5rem;
    padding: 0.5rem;
}
.btn-text {
    color: #fff;
}
.online-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: green;
    display: inline-block;
    margin-right: 5px;
}

.free-member .profile-pic{
    margin-right: 1.5rem;
    flex: 0 0 300px;
    position: relative;
    overflow: hidden;
    height: 280px;
}
.free-member .member-img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    width: 100%;
    height: 100%;
}
.free-member .buttons div{
    opacity: 1;
    width: 30%;
}
.free-member .buttons {

    display: flex;
    flex-wrap: wrap;
    opacity: 1;

}

.free-member .buttons a {
    font-family: 'open sans', sans-serif;
    display: block;
    padding: 0.8rem 1.2rem;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
    color: #cc284d;
    background: transparent;
    cursor: pointer;
    border-radius: 0.5rem;
    margin: 0;

}
.free-member .buttons a:hover {
    font-weight: 600;
    color: #cc284d;
}
.free-member .user-content {
    padding: 0 1rem !important;
    flex: 1;
    margin-top: 2rem;
}

.free-member .buttons a i {


    display: inline-block;
    margin-bottom: 0;


}



.free-member .interest_buttons {
    padding: 8.5rem 1rem;
    text-align: center;
    border-left: 1px solid #ccc;
}
.free-member .profile-details {
    margin: 1rem 0;
}
.free-online {
    background: #fff;
    padding: 1rem;
}
.free-online .online {
    width: 9px;
    height: 9px;
    background: #0ab90a;
    border-radius: 10px;
    margin-top: 0;
    margin-left: 0.5rem;
}
.free-online .profiles p {
    font-size: 1.1rem;
    color: #616970;
    margin-bottom: .8rem;
    line-height: 1;
}
.free-online .comman-header h3 {
    font-size: 1.7rem;
}
.free-online .profiles{
    margin: 0;
    padding: 1rem 0;
}
.free-online .profiles .userImg {
    width: 80px;
    overflow: hidden;
    margin-right: 1.5rem;
}
.free-member .interest_buttons .border-btn {
    min-width: 110px;
    padding: 1rem;
    background: #fff;
    border: 1px solid #cc284d;
    font-size: 12px;
    color: #cc284d;
    display: inline-block;
    border-radius: 30px;
}
.free-member .interest_buttons a {
    padding: 10px 13px;
    background: #cc284d;
    border: 1px solid #cc284d;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    margin: 8px 0;
    text-transform: capitalize;
    font-family: 'poppins';
    font-weight: 600;
}
.free-member .interest_buttons p {
    font-size: 1.7rem;
}
.sticky {
    position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.img-blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.info-box {
    padding: 0.5rem 1.5rem;
    background: #e7eff5;
    border-radius: 0.5rem;
    display: inline-block;
    margin: 0 0.7rem 0.7rem 0;
}
.info-box p{
    font-size: 1.3rem;
    color: #24272C;
    font-weight: 500;
    margin: 0;
}
.pink-box {
    padding: 1.3rem;
    background: #f5d4dba1;
    margin: 1.2rem 0;
    border-radius: 0.5rem;
    text-align: center;
}
.pink-box p{
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    line-height: 2.5;
    color: #212121;
    padding-bottom: 1rem;
    font-family: 'karma';
    
}
.pink-box .btn{
    padding: 0.6rem 1.2rem;
    font-size: 1.6rem;
}
.verify-sec {
    padding: 3rem 0;
    border-radius: 1.5rem;

}

.head-blue img{
    width: 6%;
    margin-bottom: -5rem;
    padding-bottom: 2rem;
}
.verify-sec h6{
    font-weight: 500;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
 }
.verify-sec h5{
    font-weight: 600;
    font-size: 2.2rem;
    font-family: 'karma';
    color: #212529;
    padding: 1rem 0;
}
.head-blue {
    background: #C9ECF9;
    padding: 1.5rem;
    text-align: center;
    border-start-start-radius: 1rem;
    border-start-end-radius: 1rem;
}
.verify-sec p{
    font-weight: 600;
     font-size: 1.8rem;
     font-family: 'karma';
     line-height: 2.5;
     margin: 0;
     color: #6c757d;
 }
 .veri-img img{
    padding: 1rem 0;
    width: 5%;
 }
 .veri-text{
    border: 1px solid #C9ECF9;
    text-align: center;
    padding: 1rem;
    border-end-end-radius: 1rem;
    border-end-start-radius: 1rem;
 }
 .bg-pink-light {
    background-color: #FAE9ED;
    padding: 2rem;
}
.bg-pink-light p{
    font-size: 1.4rem;
    font-weight: 600;
    color: #092749;
    line-height: 1.5;
}
.bg-pink-light h6 i{
    color: #c00a37;
    
}
.plan-text p{
    font-size: 1.7rem;
    font-weight: 700;
    color: #212121;
    line-height: 1.5;
    font-family: 'karma';
    margin: 0;
}
.free-model-intrest {
    background: rgb(10,138,155);
background: linear-gradient(180deg, rgba(10,138,155,1) 0%, rgba(8,174,142,1) 52%);
padding: 2rem;
border-top: 4px solid #ffc300;
}
.free-model-intrest .modal-header {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.free-model .modal-header {
    background: rgb(10,138,155);
background: linear-gradient(180deg, rgba(10,138,155,1) 0%, rgba(8,174,142,1) 52%);
padding-bottom: 7rem !important;
border-end-end-radius: 8rem;
border-end-start-radius: 8rem;
padding: 2rem 1rem;
border-top: 4px solid #ffc300;
}
.free-model  .userImg{
    width: 27%;
    margin-top: -7rem !important;
    margin: auto;
    z-index: 99;
}
.free-model-text {
    text-align: left !important; 
}
.free-model-text h5 {
    font-family: 'karma';
    font-size: 1.5rem;
    text-align: left;
    padding: 0.5rem 1rem;
}
.free-model-text p {
    font-family: 'karma';
    font-size: 1.8rem;
    text-align: left;
    padding: 0.5rem 1.5rem;
}
.free-model-text p i{
    font-size: 1.3rem;
    color: #cb133c;
    padding-right: 0.5rem;
}
.plan-footer p{
    font-weight: 600;
    font-size: 2.2rem;
    color: #c00a37;
    padding: 0;
    line-height: 1;
}
.plan-footer h5{
    font-weight: 700;
    font-size: 4rem;
    color: #c00a37;
    padding: 0;
    font-family: 'poppins';
}
.free-model .modal-footer {
    border-top: none;
    justify-content: unset;
    padding: 2rem 1.5rem 0;
    display: block;
    border-radius: 1rem;
}
.disable-sec img {
 
}
.disable-sec p{
    padding: 0.5rem;
    font-weight: 600;
    font-family: 'poppins';
    font-size: 1.5rem;
}
.disable-sec .userImg p{
font-size: 1.7rem;
color: #98A3A9;

}
.disable-sec a{
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    border: 1px solid #98A3A9;
    border-radius: 2rem;
    color: #98A3A9;
    display: inline-block;
    font-weight: 500;
}
.free-btn-footer .btn-primary{
    margin-top: -3rem;
}
.free-gunmilan-popup {
    padding: 1.2rem;
    border-top: 4px solid #ffc300;
}
.free-gunmilan-popup .userImg p{
    font-size: 1.7rem;
    color: #071f38;
    font-family: 'poppins';
    
    }
    .free-gunmilan-popup .modal-footer {
        border-top: none;
        justify-content: unset;
        padding: 2rem;
        display: block;
        background: rgb(10,138,155);
        background: linear-gradient(180deg, rgba(10,138,155,1) 0%, rgba(8,174,142,1) 52%);
        border-start-end-radius: 3rem;
    border-start-start-radius: 3rem;
    }
    .free-gunmilan-popup .plan-footer{
        text-align: left;
        color: #fff !important;
    }
    .plan-footer h5{
        text-align: left;
        color: #fff !important;
    }
    .plan-footer p{
        text-align: left;
        color: #fff !important;
        font-size: 2.8rem;
    }
    .free-gunmilan-popup h4{
        font-weight: 700;
    font-size: 2rem 2rem 0;
    color: #c00a37;
    padding: 0;

    }
    .free-model-text .plan-footer h5{
        text-align: left;
        color: #c00a37 !important;
    }
    .free-model-text .plan-footer p{
        text-align: left;
        color: #c00a37 !important;
        font-size: 2.8rem;
    }
    .free-member .btn_freeAccept {
        background: #a30c2f !important;
        color: #fff !important;
    }
    .free-member .btn_reject {
        background: #cc284d4a !important;
        color: #cc284d !important;
        margin-left: 1.5rem !important;
    }
    .free-member .buttons .btn-remove-shortlist{
        background-color: transparent !important;
        line-height: 1.2 !important;
        width: 100% !important;;
    }
    .free-model-intrest .plan-footer h5{
        color: #cb133c;
    }
    .free-model-intrest .plan-footer p{
        color: #cb133c;
    }
    .plan-box-dash {
        background: #fff;
        border-radius: 1.5rem;
        border-top: 3px solid #ffb52a;
        border-bottom: 3px solid #ffb52a;
        padding: 2rem 1.5rem;
        text-align: center;
        margin: 2.2rem 0;
        -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    }
    .plan-box-dash p{
        color: #212121;
        font-family: 'karma';
        font-size: 1.4rem;
        font-weight: 600;
        padding: 0.5rem 0;
        line-height: 1.5;
       
    }
    .plan-box-dash h3{
        color: #212121;
        font-family: 'karma';
        font-size: 2rem;
        font-weight: 700;
        padding-bottom: 0.5rem 0;
        line-height: 1.5;
    }
    .plan-box-dash h2{
        color: #212121;
        font-family: 'karma';
        font-size: 1.8rem;
        font-weight: 700;
        padding-bottom: 0.5rem;
        line-height: 1.5;
    }
    .plan-box-dash h4{
        color: #fff;
        font-family: 'karma';
        font-size: 2.5rem;
        font-weight: 700 !important;
    padding: 0;
    }
    .plan-box-dash h5{
        color: #fff;
        font-family: 'poppins';
        font-size: 3rem;
        font-weight: 700;
        padding-bottom: 0.5rem 0;
    }
    .plan-box-dash .btn{
        font-size: 1.5rem;
    padding: 1rem 1.2rem;
    }
    .middle-plan {
        background: linear-gradient(180deg, rgba(10, 138, 155, 1) 0%, rgba(8, 174, 142, 1) 52%);
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        display: flex;
        padding: 1rem 0;
    }
    .middle-plan h5{
        color: #fff;
        font-family: 'karma';
        font-size: 2rem;
        font-weight: 700;
        text-align: left;
        padding: 0 1.5rem;
    }
    .middle-plan h6{
        color: #fff;
        font-family: 'poppins';
        font-size: 3rem;
        font-weight: 700;
        text-align: left;
        padding: 0 1.5rem;
    }
    .middle-plan .btn-white {
        padding: 1rem;
        font-size: 1.5rem;
        color: #cb133c;
        text-align: center;
        background: #fff;
    }
    .plan-box-dash p i{
        color: #cb133c
    }
    .bg-offer{
        background: linear-gradient(180deg, rgba(10, 138, 155, 1) 0%, rgba(8, 174, 142, 1) 52%);
    }
    .document h5{
        font-size: 2.2rem;
        font-weight: 700;
    }
    .document p{
        font-size: 1.6rem;
        font-weight: 700;
    }
    .plan-box-dash2{
        background: #fff;
    border-radius: 1.5rem;
    border-right: 3px solid #ffb52a;
    border-left: 3px solid #ffb52a;
    padding: 0;
    text-align: center;
    margin: 2.2rem 0;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.10);
    }
    .plan-box-dash2 h3{
        color: #212121;
    font-family: 'karma';
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    }
    .plan-box-dash2 h4{
        color: #fff;
        font-size: 3rem;
        line-height: 1.5;
        padding: 0;
    }
    .plan-box-dash2 h5{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'poppins';
    }
    .plan-box-dash2 p{
        color: #212121;
    font-family: 'poppins';
    font-weight: 700;
    }
    .plan-box-dash2 .bg-offer h3{
        color: #fff;
    font-size: 2rem;
    font-weight: 600;
    padding: 2rem 0;
    line-height: 0;
    }
    .plan-box-dash2 .rounded-start {
        border-radius: 1.5rem;
    }
    .or-line p{
        background: #fff;
        display: inline-block;
        margin: auto;
        top: -3rem;
        position: relative;
        left: 42%;
        font-size: 1.8rem;
        padding: 1rem 2rem;
    }
    .message .free-box{
        background: #e59eae3d;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    }
    .message .pink-text {
        font-size: 1.7rem;
    font-weight: 700;
    padding: 0.5rem;
    display: inline-block;
    }
    .list-heading h3{
        color: #fff !important;
    background-color: #092749 !important;
    border-start-end-radius: 1.5rem;
    border-start-start-radius: 1.5rem;
    display: inline-block;
   
    padding: 1.5rem;
    }
    .list-heading h3 strong {
        color: #f0f8fd;
        padding: 0.5rem 1rem 0.2rem 1rem;
        font-weight: 600;
        background: #cc284d;
        border-radius: 50%;
        font-size: 1.7rem;
        margin: 0.5rem;
    }
    .all-list .error-box{
        position: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #09274924;
        color: white;
        border-radius: 5px;
        border: 1px solid #fff;
        padding: 1rem;
        text-align: center;
    }
    .all-list .error-box p {
        color: #092749;
        font-family: 'karma';
        font-size: 1.4rem;
        font-weight: 600;
        padding-bottom: 1.5rem;
        line-height: 1.5;
    }
    .all-list .error-box h6 {
        color: #cc284d;
        font-family: 'karma';
        font-size: 2rem;
        font-weight: 700;
        padding: 1rem 0;
        line-height: 1.5;
    }
    .all-list .error-box a {
        display: inline-block;
        position: unset;
        width: 65%;
        left: 18%;
        top: 88%;
        font-size: 1.5rem;
        padding: 0.5rem;
    }
    .all-list .buttons {
        padding: 16px 0;
    }
.free-member .btn_long{
    width: 50% !important;
}
.cancle-text p i{
    font-size: 1.8rem;
    color: #a30c2f;
}
.cancle-text p {

    color: #a30c2f;
}

.whatsapp-wrap {
    padding-left: 5rem;
}
.whatsapp-wrap .text-wrap h3 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    color: #092748;
    margin: 0;
    text-transform: capitalize;
    font-family: 'karma' !important;
}
.whatsapp-wrap .text-wrap h6 {
    font-size: 3rem;
    font-weight: 700;
    color: #092748;
    text-transform: capitalize;
    font-family: 'Karma', serif;
}
.whatsapp-wrap .text-wrap span {
    font-size: 2.2rem;
    font-weight: 700;
    color: #092748;
    font-family: 'Karma', serif;
    line-height: 1.5;
}
.whatsapp-wrap .text-wrap a {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 1rem 0;
    font-family: 'Karma', serif;
    color: #cb133c;
    display: inline-block;
}
.new-plan-wraper {
  
    background-size: cover !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 350px;
}
.new-plan-header {
    padding: 1.5rem;
}
.new-plan-header h6 {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
  color: #fff;
  width: 50%;
  margin: auto;
  border-radius: 0.5rem;
}
.new-plan-header h4 {
  font-size: 4.5rem;
  font-weight: 700;
  padding: 1.5rem 0;
  color: #fff34f;
  font-family: 'poppins' !important;
  text-shadow: 1px 1px #fff;
}
.new-plan-header p {
    font-size: 2.6rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    color: #fff;
   line-height: 1.5;
}
.new-plan-single {
    padding: 0.5rem;
    text-align: center;
   padding-bottom: 2.5rem;
    background: #fff;
    margin: 3rem auto;
    border-radius: 1rem;
}
.new-plan-single h2 {
    font-size: 3.5rem;
    font-weight: 600;
    padding: 1rem 0;
    color: #071f38;
    font-family: 'Outfit', sans-serif !important;
    text-shadow: 1px 1px #fff;
}
.new-plan-single h6 {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.5rem;
    color: #5f768b;
}
.new-plan-single h5 {
    font-size: 4.5rem;
    font-weight: 700;
    padding: 1.5rem 0;
    color: #071f38;
    text-shadow: 1px 1px #fff;
}
.new-plan-single h4 {
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 1rem;
    color: #c00a3757;
    text-decoration: line-through;
    padding: 0;
}
.new-plan-single a {
    background:var(--primaryColor);
color: var(--inputBgColor);
font-size: 2rem;
font-weight: 600;
padding: 1rem 1.5rem;
border-radius: 3.6rem;
border: none;
width: 70%;
margin: 2rem auto;
text-align: center;
font-family: 'Noto Sans', sans-serif !important;
}
.new-plan-list h3{
    font-size: 2.5rem;
    font-weight: 600;
    padding: 1rem;
    color: var(--contentColor);
    font-family: 'Noto Sans', sans-serif !important;
    text-align: center;
    line-height: 1.5;
}
.new-plan-single p{
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 0;
    color: var(--contentColor);
    font-family: 'Noto Sans', sans-serif !important;
}
.new-plan-list .info-list p{
    font-size: 1.6rem;
    font-weight: 600;
    padding:0.5rem;
    color: #212529;
    list-style-type: disc;
    font-family: 'Noto Sans', sans-serif !important;
    line-height: 1.5;
}
.new-plan{
    position: relative;
    width: 90%;
    top: -30rem;
}
.new-plan-wraper .popular {
  text-transform: uppercase;
  color: var(--contentColor);
  background: #FBA018;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  position: relative;
  right: 0;
  bottom: auto;
  top: 0.2rem;
  border-radius: 0 0 1rem 1rem;
}
.new-plan-wraper .popular::before {
    content: '';
    border-top: 0;
    border-right:0;
    position: relative;
    left: auto;
    top: 0;
}

.new-plan-wraper .bestseller {
    text-transform: uppercase;
    color: var(--inputBgColor);
    background: #071f38;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    position: relative;
    right: 0;
    bottom: auto;
    top: 0.2rem;
    border-radius: 0 0 1rem 1rem;
  }
  .new-plan-wraper .bestseller::before {
      content: '';
      border-top: 0;
      border-right:0;
      position: relative;
      left: auto;
      top: 0;
  }
.new-plan-wraper .info-list p span {
  color: var(--contentColor);
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif !important;
}
.timer {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem;
    color: #192839;
    display: inline-block;
    border-radius: 1rem;
    background: #ffc116;
}
.offer-banner {
    padding: 7rem 0;
    background: #fec400 url(../images/offer-banner.jpg);
    background-position: center;
    background-size: cover
}
.offer-banner h2 {
    margin-bottom: 0;
    color: #071f38;
    font-size: 2.5rem;
    font-weight: 500;
    padding-top: 1rem;
}
.offer-banner h5 {
    margin-bottom: 0;
    color: #071f38;
    font-size: 3.2rem;
    font-weight: 700 !important;
    font-family: 'Noto sans' !important;
}

.register-form .log-eye {
    left: -31px;
    z-index: 100;
    text-align: right;
    top: -4.3rem;
    top: -0.3rem;
    color: #505d7e;
    width: 0;
}
.login-form label{
        font-size: 1.2rem;
    font-weight: 600;
    color: #092748;
    font-family: 'Karma', serif;
    line-height: 1.5;
}
.login-form .iti {
    width: 100% !important;
}
.log .iti {
    width: 100% !important;
}
.register-1 .log-eye {
    left: -31px;
    z-index: 100;
    text-align: right;
    top: -4.3rem;
    top: -0.3rem;
    color: #505d7e;
    width: 0;
}

.about-text ul li{
        color: var(--contentColor) !important;
    font-family: 'work sans' !important;
    font-size: 1.5rem !important;
    
}
.header-top .wrapper p{
    color: var(--inputBgColor);
}
.users-list .buttons a i {
    left: -0.8rem !important;
    bottom: 1rem;
    position: relative;
}