@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
@font-face {
    font-family: 'swatch_itregular';
    src: url('fonts/swatrg__-webfont.eot');
    src: url('fonts/swatrg__-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/swatrg__-webfont.woff2') format('woff2'),
        url('fonts/swatrg__-webfont.woff') format('woff'),
        url('fonts/swatrg__-webfont.svg#swatch_itregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: #1E1C1C;
    font-size: 20px;
    line-height: 1.6;
    background-color: #fff;
}

.btn:focus{
    outline: none;
    box-shadow: none;
}
.btn:hover{
    color: #fff;
}
b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #1E1C1C;
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-weight: 700;
    font-size: 43px;
    line-height: 1;
}

h2 {
    font-size: 30px;
    line-height: 60px;
}

h3 {
    font-size: 30px;
    line-height: 1;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="month"],
input[type="file"],
input[type="year"],
select {
    background-color: #FFFFFF;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    border: 0;
    height: 65px;
    padding: 0 35px;
    outline: none !important;
    font-weight: 500;
}

textarea {
    background-color: #FFFFFF;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    border: 0;
    height: 150px;
    padding: 30px 35px;
    outline: none !important;
    font-weight: 500;
    resize: none;
}

select {
    border: 0;
    border-radius: 10px;
    width: 100%;
    padding: 0 28px;
    background: url(images/down-caret.svg) no-repeat calc(100% - 20px) center #fff;
    background-size: 16px;
    padding-right: 45px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #282D41;
    color: #fff;
    height: 50px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding-left: 44px;
    padding-right: 44px;
    border: 1px solid #282D41;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: transparent;
    color: #282D41;
}

::-webkit-input-placeholder {
    color: #BABABA;
}

:-ms-input-placeholder {
    color: #BABABA;
}

::-moz-placeholder {
    color: #BABABA;
}

:-moz-placeholder {
    color: #BABABA;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

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


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

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


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #3B61DC;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/





/* ============ USER AFTER LOGIN ============== */
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

body.user-after-login {
    width: 100%;
    height: 100vh;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

main.body-content-wpr {
    width: 100%;
    height: 100%;
    /* min-height: 100vh; */
    flex-grow: 1;
    /* display: flex;
    align-items: stretch; */
    --aside-bar-width: 356px;
}

.header-in .nav-toggler-wpr-in {
    display: none;
}

/* ----------sidebar--------- */
.page-header {
    padding: 0 15px;
}

main.body-content-wpr aside.main-sidebar {
    width: 100%;
    max-width: var(--aside-bar-width);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

main.body-content-wpr aside.main-sidebar .side-bar-in {
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
}

aside.main-sidebar .logo-wpr {
    width: 100%;
    padding: 17px 25px 0;
    text-align: center;
    margin-bottom: 20px;
}

aside.main-sidebar .logo-wpr a.navbar-brand {
    width: 100%;
    max-width: 153px;
}

aside.main-sidebar .sidemenu-wpr {
    padding: 30px 29px 45px 52px;
    height: 100%;
    overflow-y: auto;
}

aside.main-sidebar .sidemenu-wpr::-webkit-scrollbar {
    width: 6px;
    /* width of the entire scrollbar */;
}

aside.main-sidebar .sidemenu-wpr::-webkit-scrollbar-track {
    background: #eee;
    /* background: orange; */
    /* color of the tracking area */;
}

aside.main-sidebar .sidemenu-wpr::-webkit-scrollbar-thumb {
    background-color: #000047;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 6px solid transparent;
    /* border: 3px solid orange; */
    /* creates padding around scroll thumb */;
}

ul.side-menu>li:not(:last-child) {
    margin-bottom: 80px;
}

ul.side-menu>li>a {
    font-size: 22px;
    font-weight: 700;
    color: #8C929E;
    line-height: 1;
    display: block;
    align-items: center;
    font-family: 'swatch_itregular';
    font-weight: bold;
    text-align: center;
}

ul.side-menu>li.current-menu-item>a, ul.side-menu>li>a:hover {
    color: #090047;
}

/* ----------sidebar--------- */
/* ------------- page header ---------- */
/* .page-header {
    margin-bottom: 30px;
} */

.page-header .header-in {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    padding: 30px 0;
    padding-right: 40px;
}

.page-header .header-in h2 {
    margin: 0;
    margin-right: auto;
    font-size: 18px;
    line-height:22px;
}

.user_name {
    font-weight: 500;
    display: flex;
}

.header-in .nav-toggler-wpr {
    display: none;
}

/* ------------- page header ---------- */
/* ------------ content-wpr ------------ */
main.body-content-wpr .right-content-wpr {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-left: var(--aside-bar-width);
}

/* main.body-content-wpr .right-content-wpr .right-content-in{
    overflow-y: auto;
} */

main.body-content-wpr .right-content-wpr .right-content-in::-webkit-scrollbar {
    width: 6px;
    /* width of the entire scrollbar */;
}

main.body-content-wpr .right-content-wpr .right-content-in::-webkit-scrollbar-track {
    background: #eee;
    /* background: orange; */
    /* color of the tracking area */;
}

main.body-content-wpr .right-content-wpr .right-content-in::-webkit-scrollbar-thumb {
    background-color: #000047;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 6px solid transparent;
    /* border: 3px solid orange; */
    /* creates padding around scroll thumb */;
}

.right-content-wpr .content-area {
    width: 100%;
    flex-grow: 1;
    overflow: auto;
    margin: 30px 0;
}

.right-content-wpr .inner-content-wpr {
    width: 100%;
    flex-grow: 1;
    padding: 0 40px 0 50px;
}

/* ------------ content-wpr ------------ */
/* ----------- footer --------------- */
footer.main-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #F4F4F4;
    padding: 39px 53px 39px 44px;
    z-index: 101;
}

.main-footer .content-wpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 700;
}

.main-footer .content-wpr>p {
    margin-bottom: 0;
    line-height: 1;
}

.main-footer .content-wpr>p>a {
    color: #1A1A1A;
}

.main-footer .content-wpr>p>a:hover {
    color: #8C929E;
}

.footer-links ul {
    display: flex;
    align-items: center;
}

.footer-links ul li:not(:last-child) {
    margin-right: 45px;
}

.footer-links li>a {
    display: block;
    color: #8C929E;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #8C929E;
}

.footer-links li>a:hover {
    color: #1A1A1A;
}

/* ----------- footer --------------- */
/* ------------ user account dropdown ------------ */
.user-account-dropdown {
    margin-right: 26px;
    cursor: pointer;
    flex: 0 0 auto;
    position: relative;
}

.user-account-dropdown .dropdown-menu {
    right: 20px !important;
    top: 10px !important;
    width: 218px !important;
    left: auto !important;
}

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

.user-account-dropdown .user-account .user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 13px;
    overflow: hidden;
}

.user-account-dropdown .user-account .user-details .name {
    font-size: 25px;
    margin-bottom: 4px;
    line-height: 1;
}

.user-account-dropdown .user-account .user-details .lavel {
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    background-image: url(images/down-caret.svg);
    background-size: 12px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.notification-dropdown {
    cursor: pointer;
    flex: 0 0 auto;
}

.notification-btn {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-btn:hover {
    background-color: #1A1A1A;
}

.notification-btn:hover img {
    filter: brightness(0) invert(1);
}

.notification-brn>img {
    max-width: 18px;
}

.dropdown-menu {
    margin-top: 10px !important;
}

/* ------------ user account dropdown ------------ */

/* ------------ custom tab ------------- */
.custom-tab {
    display: flex !important;
    align-items: flex-start;
}

.custom-tab .tab-menu-wpr {
    margin-right: 50px;
    width: 100%;
    max-width: 356px;
    flex: 0 0 auto;
    border-radius: 10px;
    background-color: #F9F9F9;
    position: sticky;
    top: 0;
    min-height: 440px;
}

.custom-tab .tab-menu-wpr h5 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    color: #282D41;
    padding: 55px 40px 39px;
    margin-bottom: 0;
}

.custom-tab .tab-menu-wpr h5>img {
    max-width: 30px;
    margin-right: 11px;
}

.custom-tab .tab-menu-wpr .tab-menu {
    margin: 0 !important;
    width: 100%;
    float: none;
    padding: 0 22px;
}

.custom-tab .tab-menu-wpr .tab-menu>li {
    font-size: 20px;
    line-height: 1.25;
    padding: 37px 19px !important;
    border: 0 !important;
    border-bottom: 1px solid #E3E3E3 !important;
    color: #8C929E;
    font-weight: 600;
    background-color: transparent !important;
}

.custom-tab .tab-menu-wpr .tab-menu>li:last-child {
    border-bottom: 0 !important;
}

.custom-tab .tab-menu-wpr .tab-menu>li.resp-tab-active {
    color: #000;
}

.custom-tab .tab-content-outer-wpr {
    flex-grow: 1;
}

.custom-tab .tab-content-wpr {
    flex-grow: 1;
    width: 100%;
    border: 0;
}

.custom-tab .tab-content-wpr .each-tab-content {
    width: 100%;
    padding: 0;
}

.theme-option-row.row {
    --bs-gutter-x: 56px;
    margin-bottom: -24px;
}

.theme-option-row .each-theme-option {
    margin-bottom: 24px;
}

.theme-option-card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.theme-option-card>img {
    width: 100%;
}

.theme-option-row .each-theme-option .theme-name {
    font-size: 22px;
    line-height: 1;
    color: #282D41;
    margin-bottom: 0;
    text-align: center;
}

/* ------------ custom tab end ------------- */



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

.user-block .user-profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-block .user-details-sec h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 7px;
}

.user-block .user-details-sec h4 span {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.user-block .user-details-sec .date {
    font-size: 14px;
    font-weight: 500;
    color: #AFAFAF;
}

.cmn-btm-gap {
    margin-bottom: 50px;
}

.details-block {
    width: 100%;
    background-color: #F9F9F9;
    border: 1px solid #D9D9D9;
    padding: 46px 95px 55px 120px;
}

.block-heading {
    margin-bottom: 35px;
}

.block-heading h3 {
    margin-bottom: 0;
}

label {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1.7;
    color: #072927;
    display: block;
}

.form-group {
    margin-bottom: 25px;
}

.form-row.row {
    --bs-gutter-x: 32px;
}

.submit-btn-wpr {
    margin-top: 5px;
}

/* ============ USER AFTER LOGIN END ============== */


/* user login page css rajat 25/07/2022 start */

.user_login_header .logo_img {
    min-width: 150px;
    width: 150px;
    display: inline-block;
}

.user_login_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    margin-bottom: 90px;
}

.header_right ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

.header_right ul li {
    font-weight: 500;
    color: #8C929E;
    font-size: 17px;
    line-height: 1.18;
}

.header_right ul li a {
    display: inline-block;
    color: #282D41;
    margin-left: 10px;
}

.header_right ul li a:hover {
    color: #000047;
}

.user_login_page_upside {
    padding: 36px 0 30px;
}

.user_login_form_grp {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.userform_input input[type="text"], .userform_input input[type="password"], .userform_input input[type="email"], .userform_input input[type="date"],
.userform_input input[type="file"], .userform_input select, .userform_input textarea {
    height: 72px;
    background: #FFFFFF;
    border: 1.2px solid #D3D7DF;
    border-radius: 6px;
    color: #6c757d;
    /* padding: 0 65px 0 29px; */
    font-size: 18px;
}
.userform_input input[type="date"]{
    height: 66px !important;
}

.userform_input.password-field .show-pass img:last-child {
    display: none;
}

.userform_input.password-field .show-pass img {
    max-width: 28px;
}

.userform_input.password-field {
    position: relative;
}

.userform_input.password-field .show-pass {
    position: absolute;
    /*    top: 50%;*/
    right: 27px;
    /*transform: translateY(-50%);*/
    top: 18px;
}

.userform_input input[type="text"]::placeholder, .userform_input input[type="password"]::placeholder,
.userform_input input[type="email"]::placeholder {
    opacity: 1;
    color: #8C929E;
}

.userform_input select {
    background: url(images/select_droparw.svg) no-repeat right 27px center;
    background-size: 17px;
}

.userform_input select:focus {
    box-shadow: none;
    border-color: #D3D7DF;
}

.userform_wrap .userform_input {
    margin-bottom: 30px;
    position: relative;
}

.user_login_form_grp .userform_header {
    margin-bottom: 40px;
}

#res {
    position: absolute;
    width: 100%;
    left: 0;
}

span#errormsg {
    font-size: 13px;
}

.available_table table {
    width: 100%;
}

.available_table {
    position: absolute;
    background: #fff;
    padding: 10px 10px;
    z-index: 99;
    box-shadow: 0 3px 5px 0 #d9d9d9;
    width: 100%;
}

.available_table td {
    font-size: 13px;
}

.user_login_form_grp .userform_header h1 {
    margin-bottom: 13px;
    color: #1E1C1C;
}

.user_login_form_grp .userform_header p {
    color: #8C929E;
    font-size: 22px;
}

.recover_user {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.recover_user a {
    text-decoration: underline !important;
    color: #1A1A1A;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
}

.recover_user a:hover {
    color: #000047;
}

.userinput_submit input[type="submit"] {
    background: #000047;
    box-shadow: 0px 12px 36px rgba(0, 0, 71, 0.23);
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 22px;
    width: 100%;
    height: 66px;
    border: 1px solid #000047;
}

.userinput_submit input[type="submit"]:hover {
    color: #000047;
    background: #fff;
}

.userinput_submit {
    margin-bottom: 43px;
}

.user_input_remember {
    text-align: left;
}

.user_input_remember .form_input_check label {
    letter-spacing: 0.36px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    padding: 2px 0 2px 78px;
    cursor: pointer;
}

.user_input_remember .form_input_check label input[type="checkbox"]+span::before {
    width: 58px;
    height: 29px;
    background: #ECECEC;
    border: 0.6px solid #C9C9C9;
    border-radius: 43.8px;
    transition: all 0.3s ease-in-out;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    width: 23px;
    height: 23px;
    border-radius: 14.4px;
    background: #fff;
    box-shadow: 1.2px 1.2px 2.4px -1.2px rgba(51, 51, 51, 0.3);
    opacity: 1;
    transform: scale(1);
    top: 3px;
    left: 3px;
    transition: all 0.3s ease-in-out;
}

.form_input_check label input[type="checkbox"]:checked+span:after {
    border-radius: 14.4px;
    background: #fff;
    box-shadow: 1.2px 1.2px 2.4px -1.2px rgba(51, 51, 51, 0.3);
    top: 3px;
    left: 32px;
}

.form_input_check label input[type="checkbox"]:checked+span:before {
    background: #000047;
}

.user_login_right_panel_img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.user_login_right_panel_img:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 15px;
    z-index: 1;
}

.user_login_right_panel_wrap figure {
    margin-bottom: 0;
    border-radius: 15px;
    overflow: hidden;
}

.user_login_right_panel_wrap figure img {
    min-height: 915px;
    object-fit: cover;
    width: 100%;
}

.user_login_right_panel_roll_wrap {
    padding: 69px 41px 51px;
}

.top_notch .thumb_img {
    max-width: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.user_login_right_panel_roll_wrap .top_notch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 27px 14px 20px;
    max-width: 360px;
    border-radius: 12px;
    background: #1E1C1C;
    margin-bottom: 15px;
}

.user_login_right_panel_roll_wrap .top_notch p {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    line-height: 1;
}

.user_login_right_panel_roll_wrap p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}

.user_login_right_panel_wrap {
    position: relative;
}

.user_login_right_panel_roll {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    border-radius: 10px;
    z-index: 4;
    border: 1px solid #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 35px;
}

.user_login_right_panel_roll:after {
    background: rgba(255, 242, 242, 0.13);
    mix-blend-mode: normal;
    backdrop-filter: blur(41px);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 10px;
}

.user_login_right_panel_roll.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.user_login_right_panel_wrap {
    border-radius: 15px;
    overflow: hidden;
}

.user_login_right_panel_roll .slick-dots {
    bottom: 67px;
    text-align: left;
    padding: 0 46px;
    line-height: 1;
    z-index: 2;
}

.user_login_right_panel_roll .slick-dots li {
    margin: 0 5px 0 0;
    line-height: 1;
}

.user_login_right_panel_roll .slick-dots li:last-child {
    margin-right: 0;
}

.user_login_right_panel_roll .slick-dots li button {
    width: 18px;
    height: 3px;
    background: rgba(255,255,255,0.25);
    padding: 0;
    line-height: 1;
}

.user_login_right_panel_roll .slick-dots li button:before {
    display: none;
}

.user_login_right_panel_roll .slick-dots li.slick-active button {
    background: #fff;
}

.user_login_right_panel_roll .slick-dots li {
    height: auto;
}

.user_login_right_panel_roll .slick-next, .user_login_right_panel_roll .slick-prev {
    position: static;
}

.user_login_right_panel_roll .slick-next:before, .user_login_right_panel_roll .slick-prev:before {
    content: "";
}

.user_login_right_panel_roll .slick-next:before {
    content: "";
    width: 14px;
    height: 9px;
    background: url(images/slider_next.svg);
    background-size: 14px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.user_login_right_panel_roll .slick-prev:before {
    content: "";
    width: 14px;
    height: 9px;
    background: url(images/slider_prev.svg);
    background-size: 14px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.user_login_right_panel_roll .slick-prev {
    order: 1;
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    transform: none;
    top: auto;
    z-index: 3;
    transition: all 0.3s ease-in-out;
}

.user_login_right_panel_roll .slick-prev:hover {
    border: 1px solid #000047;
}

.user_login_right_panel_roll .slick-next:hover {
    border: 1px solid #000047;
}

.user_login_right_panel_roll .slick-prev:hover:before {
    background: url(images/slider_prev_blue.svg);
    background-size: 14px;
}

.user_login_right_panel_roll .slick-next:hover:before {
    background: url(images/slider_next_blue.svg);
    background-size: 14px;
}

.user_login_right_panel_roll .slick-next {
    order: 2;
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: none;
    top: auto;
    z-index: 3;
    margin-right: 27px;
    transition: all 0.3s ease-in-out;
}

.main-footer.user_login_footer {
    padding: 39px 0;
}

.user_play {
    position: absolute;
    left: 50%;
    top: 294px;
    transform: translateX(-50%);
    z-index: 4;
}

.user_play a {
    width: 146px;
    height: 146px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 6px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
}

.user_play img {
    max-width: 40px;
}

/* ----------- footer --------------- */
.main-footer.user_login_footer {
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #F4F4F4;
    padding: 39px 0;
    position: static;
}

.main-footer .content-wpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 700;
}

.main-footer .content-wpr > p {
    margin-bottom: 0;
    line-height: 1;
}

.main-footer .content-wpr > p > a {
    color: #1A1A1A;
}

.main-footer .content-wpr > p > a:hover {
    color: #8C929E;
}

.footer-links ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.footer-links ul li:not(:last-child) {
    margin-right: 45px;
}

.footer-links li > a {
    display: block;
    color: #8C929E;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.footer-links li > a:hover {
    color: #1A1A1A;
}

.footer-links ul {
    margin-bottom: 0;
}

.main-footer .content-wpr {
    font-size: 18px;
}

.main-footer.user_login_footer .content-wpr {
    font-weight: 500;
}

.main-footer.user_login_footer .footer-links ul li a {
    font-size: 14px;
    text-decoration: underline !important;
    font-weight: 500;
}

.main-footer.user_login_footer .footer-links ul li:not(:last-child) {
    margin-right: 33px;
}

/* user sign up page */
.user_signup_form {
    max-width: 660px;
}

.agree_terms .form_input_check {
    text-align: left;
}

.agree_terms .form_input_check label input[type="checkbox"]+span::before {
    background: #ECECEC;
    border: 0.6px solid #C9C9C9;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    border: none;
}

.agree_terms .form_input_check label {
    padding: 3px 0 3px 42px;
    letter-spacing: 0.36px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}

.agree_terms .form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    transform: scale(0);
}

.agree_terms .form_input_check label input[type="checkbox"]:checked+span:after {
    left: 4px;
    top: 4px;
    background: url(images/tick_one.svg) no-repeat center center;
    background-size: 20px;
    border-radius: 0px;
    box-shadow: none;
}

.agree_terms {
    margin-bottom: 40px;
}

.user_signup_form .userinput_submit {
    /*max-width: 480px;*/
    max-width: 100%;
    margin: 0 auto;
}

.agree_terms .form_input_check label span a {
    color: #1A1A1A;
    display: inline-block;
    text-decoration: underline !important;
}

.agree_terms .form_input_check label span a:hover {
    color: #000047;
}

.user_signup_page_upside .user_login_header {
    margin-bottom: 42px;
}

/* user login forgot password */
.user_login_forgot_password .user_login_header {
    margin-bottom: 185px;
}

/* user login forgot password otp */
.otp_input input[type="number"] {
    width: 74px;
    height: 72px;
    background: #FFFFFF;
    border: 1.2px solid #D3D7DF;
    border-radius: 6px;
    text-align: center;
    outline: none;
    font-size: 18px;
}

.otp_input input[type="number"]:focus {
    box-shadow: none;
    border-color: #D3D7DF;
}

.otp_input_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resend_otp {
    text-align: right;
    line-height: 1;
}

.resend_otp span {
    display: inline-block;
    color: #878787;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

.resend_otp span a {
    display: inline-block;
    color: #1E1C1C;
    margin-left: 5px;
}

.resend_otp span a:hover {
    color: #000047;
}

.user_login_forgot_password .userinput_submit {
    margin-bottom: 37px;
}

/* user_login_page_enter_nw_password */
.user_login_page_enter_nw_password .user_login_form input[type="password"] {
    background-image: none;
}

.user_login_page_enter_nw_password .user_login_header {
    margin-bottom: 160px;
}
/* forget-user-name-new-name */

.user_login_forgot_username_nwname .user_login_header {
    margin-bottom: 180px;
}

/* user_login_forget_name */

.user_login_forget_name .user_login_header {
    margin-bottom: 185px;
}

/* user login page css rajat 25/07/2022 end */


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

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

/* general statistics page rajat  26-07-2022 */


.general_stat_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.general_stat_hd h3 {
    margin-bottom: 0;
    margin-right: 20px;
    color: #000;
}

.general_stat_hd p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    text-align: right;
    min-width: 200px;
    flex: 0 0 auto;
}

.general_stat_wrap {
    padding: 30px 40px;
    background: #F9F9F9;
    border: 1px solid #D9D9D9;
    height: 100%;
}

.general_stat_hd {
    padding-bottom: 23px;
    border-bottom: 1px solid #D9D9D9;
}

.general_stat_select {
    padding: 29px 0;
}

.general_stat_select_input {
    min-width: 231px;
    max-width: 231px;
}

.general_stat_select_input select {
    width: 100%;
    height: 55px;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    font-size: 22px;
    line-height: 1.1;
    color: #1E1C1C;
    font-weight: 700;
    padding: 0 40px 0 15px;
    background: #F9F9F9 url(images/gen_stat_select.svg) no-repeat right 25px center;
    background-size: 9px;
}

.general_stat_select_input select:focus {
    outline: none;
    box-shadow: none;
    border-color: #D0D0D0;
}

.general_stat_frm_grp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.general_stat_select_submit {
    margin-left: 14px;
}

.general_stat_select_submit input[type="submit"] {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 35px;
    height: 55px;
    color: #fff;
    background: #282D41;
    border-radius: 6px;
    border: 1px solid #282D41;
}

.general_stat_select_submit input[type="submit"]:hover {
    background: #fff;
    color: #282D41;
}

.general_stat_graph {
    padding-top: 74px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.general_stat_graph_wrap figure {
    width: 100%;
    margin-bottom: 30px;
}

.general_stat_graph_wrap figure img {
    width: 100%;
}

.general_stat_graph_wrap p {
    text-transform: capitalize;
    color: #8C929E;
    font-weight: 600;
}

.general_stat_graph_wrap {
    width: 50%;
    padding: 0 15px;
}

.general_stat_graph_all {
    text-align: center;
}

.general_stat_graph_all figure {
    max-width: 259px;
    margin: 0 auto 30px;
}



/*preferences-page-style-css-start*/
.preferences-page-top-srch-bar {
    position: relative;
    width: 368px;
    margin-right: 50px;
}

.preferences-page-top-srch-bar form {
    position: relative;
}

.preferences-page-top-srch-bar form input[type=text] {
    width: 100%;
    height: 55px;
    padding: 0 45px 0 30px;
    background: #F9F9F9;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.preferences-page-top-srch-bar form input[type=submit] {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: url('images/srch-prfnc-icn1.svg') no-repeat center center #EAEAEA;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: 21px;
    padding: 0;
    border: none;
    outline: none;
    transition: 0.5s;
}

.preferences-page-top-srch-bar form input[type=submit]:hover {
    opacity: 0.5;
}

.preference-page-details-block {
    padding: 30px 35px;
}

.preference-page-details-block .block-heading {
    padding-left: 35px;
}

.prefences-page-mn-innr-cntent {
    position: relative;
}

.prefences-page-mn-innr-cntent table {
    position: relative;
    width: 100%;
}

.prefences-page-mn-innr-cntent table .prfnc-page-tble-tilte {
    background: #D9D9D9 !important;
    padding: 22px 38px;
    position: relative;
    display: flex;
}

.prefences-page-mn-innr-cntent table tr th {
    width: 25%;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #282D41;
    padding: 0 5px;
}

.prefences-page-mn-innr-cntent table tr {
    display: flex;
    padding: 32px 38px;
}

.prefences-page-mn-innr-cntent table tr td {
    width: 25%;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #282D41;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5px;
}

.prefences-page-mn-innr-cntent table tr td i {
    display: inline-block;
    padding-right: 2px;
    width: 40px;
}

.prfnc-pgform__radio-group {
    position: relative;
}

.prfnc-pgform__radio-input {
    display: none;
}

.prfnc-pgform__label-radio {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid #A0A0A0;
}

.prfnc-pgform__label-radio::after {
    content: "";
    display: block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: 0;
    transition: opacity 0.2s;
}

.prfnc-pgform__radio-input:checked ~ .prfnc-pgform__label-radio::after {
    opacity: 1;
}

.prfnc-pgform__radio-input:checked ~ .prfnc-pgform__label-radio {
    border: 4px solid #000000;
}

.prefences-page-mn-innr-cntent table tr:nth-child(odd) {
    background: #F2F2F2;
}

.prefences-page-mn-innr-cntent-tw table {
    position: relative;
    width: 100%;
}

.prefences-page-mn-innr-cntent-tw table .prfnc-page-tble-tilte {
    background: #D9D9D9 !important;
    padding: 22px 38px;
    position: relative;
    display: flex;
}

.prefences-page-mn-innr-cntent-tw table tr th {
    width: 33.33%;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #282D41;
    padding: 0 5px;
}

.prefences-page-mn-innr-cntent-tw table tr {
    display: flex;
    padding: 32px 38px;
}

.prefences-page-mn-innr-cntent-tw table tr td {
    width: 33.33%;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #282D41;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.prefences-page-mn-innr-cntent-tw table tr:nth-child(odd) {
    background: #F2F2F2;
}

.prefences-page-mn-innr-cntent-thr table {
    position: relative;
    width: 100%;
}

.prefences-page-mn-innr-cntent-thr table .prfnc-page-tble-tilte {
    background: #D9D9D9 !important;
    padding: 22px 38px;
    position: relative;
    display: flex;
}

.prefences-page-mn-innr-cntent-thr table tr th {
    width: 14%;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #282D41;
    padding: 0 5px;
}

.prefences-page-mn-innr-cntent-thr table tr th:nth-child(7) {
    width: 10%;
}

.prefences-page-mn-innr-cntent-thr table tr th:nth-child(5) {
    width: 18%;
}

.prefences-page-mn-innr-cntent-thr table tr th:nth-child(4) {
    width: 16%;
}

.prefences-page-mn-innr-cntent-thr table tr {
    display: flex;
    padding: 32px 38px;
}

.prefences-page-mn-innr-cntent-thr table tr td:nth-child(5) {
    width: 18%;
}

.prefences-page-mn-innr-cntent-thr table tr td:nth-child(4) {
    width: 16%;
}

.prefences-page-mn-innr-cntent-thr table tr td:nth-child(7) {
    width: 10%;
}

.prefences-page-mn-innr-cntent-thr table tr td {
    width: 14%;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #282D41;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5px;
}

.prefences-page-mn-innr-cntent-thr table tr td a {
    color: #253576;
    display: inline-block;
    transition: 0.5s;
}

.prefences-page-mn-innr-cntent-thr table tr td a:hover {
    opacity: 0.7;
}

.prefences-page-mn-innr-cntent-thr table tr:nth-child(odd) {
    background: #F2F2F2;
}

.preference-page-details-block-hedtn-thr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preference-page-details-block-hedtn-thr h3 {
    width: 60%;
}

.preference-page-details-block-hedtn-thr a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #282D41;
    border-radius: 5px;
    width: 170px;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    transition: 0.5s;
}

.preference-page-details-block-hedtn-thr a i {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 5px;
}

.preference-page-details-block-hedtn-thr a img {
    transition: 0.5s;
}

.preference-page-details-block-hedtn-thr a:hover {
    background: #D9D9D9;
    color: #000000;
}

.preference-page-details-block-hedtn-thr a:hover img {
    filter: brightness(100%) invert(1);
}

.prefnc-page-select-sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prefnc-page-select-sec h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 25px;
}

.all-prfnc-pg-selct {
    width: 242px;
    padding: 0 5px;
    color: #BEBEBE;
}

.all-prfnc-pg-selct select {
    color: #BEBEBE;
}

.preference-page-details-block-thrt-lst h3 {
    margin-bottom: 13px;
}
/*preferences-page-style-css-end*/





/*peopel-page-style-css-start*/

.people_Blck-heading-nw h3 {
    margin-bottom: 30px;
}

.people-all-alft-txt {
    position: relative;
}

.people-all-alft-txt ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    padding: 0;
}

.people-all-alft-txt ul li {
    position: relative;
    list-style: none;
    padding: 0 10px;
    border-right: 2px solid #1E1C1C;
    line-height: 18px;
}

.people-all-alft-txt ul li:last-child {
    border: none;
}

.people-all-alft-txt ul li a {
    display: inline-block;
    color: #1E1C1C;
    font-size: 18px;
    font-weight: 700;
}

.people-page-details-block {
    padding: 30px 35px;
    position: relative;
}

.people-page-top-main-sec-inr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.single-people-img-crt-mn {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 30px;
}

.innr-people-crt-wrap {
    position: relative;
    padding: 28px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
}

.innr-people-crt-wrap figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.innr-people-crt-wrap figure img {
    border-radius: 50%;
    width: 100%;
}

.innr-people-crt-wrap h5 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.innr-people-crt-wrap h4 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
}

.innr-people-crt-wrap .peple-pg-star {
    position: relative;
}

.innr-people-crt-wrap .peple-pg-star i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.innr-people-crt-wrap p {
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

/*peopel-page-style-css-end*/

/* -------- parosenjit manage account page 27/07/2022 ----------- */

.people-page-details-block {
    border: none;
    border-radius: 0px 12px 12px 0px;
}

.people_Blck-heading-nw {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.manage-account-man-innr-info {
    position: relative;
}

.manage-account-man-innr-info p {
    color: #1E1C1C;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 80px;
}

.manage-account-man-innr-info p:last-child {
    margin-bottom: 0;
}

.manage-Block-heading-nw p {
    color: #1E1C1C;
    font-size: 20px;
    font-weight: 500;
}

.manage-account-innr-selection-prt {
    position: relative;
}

.manage-account-innr-selection-prt h4 {
    color: #072927;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.manage-frm-frtst-select {
    max-width: 462px;
    margin-right: auto;
    margin-bottom: 8px;
}

.manage-frm-frtst-select select {
    width: 100%;
    height: 65px;
    color: #BABABA;
}

.manage-accnt-page-txtare {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.manage-accnt-page-txtare textarea {
    width: 100%;
    height: 180px;
    background: #FFFFFF;
    border-radius: 10px;
    resize: none;
}

.manage-pag-accnt-dte-fld {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.manage-pag-accnt-dte-fld p {
    color: #072927;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 18px;
}

.manage-pag-accnt-dte-fld .wrap-date-time-fld {
    width: 267px;
}

.manage-pag-accnt-dte-fld .wrap-date-time-fld input[type=text] {
    border: none;
    width: 100%;
    height: 52px;
    background: url('images/manage-accnt-dateicn1.svg') no-repeat center right 15px #ffffff;
    background-size: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 26px;
    font-size: 16px;
    color: #072927;
    appearance: none;
    outline: none;
    box-shadow: none;
    opacity: 0.7;
}

.manage-account-innr-selection-prt .agree_terms .form_input_check label input[type="checkbox"]+span::before {
    background: #ffffff;
    border: 1px solid #282D41;
}

.manage-Block-heading-nw {
    position: relative;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 12px;
    margin-bottom: 35px;
}

.manage-Block-heading-nw h3 {
    margin-bottom: 14px;
}

.manage-Block-heading-nw p {
    margin-bottom: 14px;
}

.manage-account-innr-selection-prt .agree_terms .form_input_check label {
    font-weight: 700;
}
/* -------- parosenjit manage account page 27/07/2022 END ----------- */



/* ============== ONE SHOP ============== */
main.body-content-wpr.v2 {
    --aside-bar-width: 260px;
}

ul.side-menu>li>a > .menu-icon {
    width: 48px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

aside.main-sidebar .sidemenu-wpr {
    padding: 30px 20px 45px 20px;
}

ul.side-menu.v2>li:not(:last-child) {
    margin-bottom: 20px;
    text-align: center;
}

.header-search-bar {
    position: relative;
    margin-right: 54px;
    background-color: #F9F9F9;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    width: 100%;
    max-width: 368px;
}

.header-search-bar input[type="text"] {
    background-color: transparent;
    font-size: 22px;
    border: 0;
    height: 55px;
    padding: 0 30px;
    padding-right: 55px;
    width: 100%;
    font-weight: 600;
}

.header-search-bar input[type="text"]::-webkit-input-placeholder {
    color: #606060;
}

.header-search-bar input[type="text"]:-ms-input-placeholder {
    color: #606060;
}

.header-search-bar input[type="text"]::-moz-placeholder {
    color: #606060;
}

.header-search-bar input[type="text"]:-moz-placeholder {
    color: #606060;
}

.header-search-bar input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    background-color: #EAEAEA;
    font-size: 0;
    border: 0;
    background-image: url(images/magnifier.svg);
    background-size: 21px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.header-search-bar input[type="submit"]:hover {
    background-color: #ffffff;
    border: 1px solid #000;
}

.oneshop-cmn-header {
    padding: 0 40px 20px 26px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 28px;
}

.oneshop-cmn-header .top-sec {
    display: flex;
    align-items: center;
}

.oneshop-logo {
    display: inline-flex;
    align-items: center;
    margin-right: 48px;
}

.oneshop-logo > img {
    max-width: 100%;
    margin-right: 17px;
}

.oneshop-logo > span {
    font-size: 35px;
    color: #282D41;
    font-weight: 600;
}

.cmn-settings-link ul {
    margin-right: 25px;
}

.cmn-settings-link ul {
    display: flex;
    align-items: center;
}

.cmn-settings-link ul > li:not(:last-child) {
    margin-right: 23px;
}

.cmn-settings-link ul > li > a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmn-settings-link ul > li > a:hover {
    background-color: #000;
}

.cmn-settings-link ul > li > a img {
    transition: all 0.3s ease-in-out;
}

.cmn-settings-link ul > li > a:hover img {
    filter: brightness(0) invert(1);
}

.oneshop-search-wpr {
    background-color: #FFFBEA;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px 0;
    padding-left: 30px;
    margin-left: auto;
    width: 100%;
    max-width: 472px;
}

.oneshop-search-wpr select {
    height: 43px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background-color: transparent;
    padding: 0;
    padding-right: 17px;
    background-size: 9px;
    background-position: right center;
    margin-right: 14px;
    width: auto;
    flex: 0 0 auto;
}

.oneshop-search-wpr input[type="text"] {
    height: 43px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-left: 1px solid #C6C6C6;
    width: 100%;
    padding: 0 21px;
    padding-right: 60px;
}

.oneshop-search-wpr input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #FFCC00;
    background-color: #FFCC00;
    font-size: 0;
    border: 0;
    background-image: url(images/magnifier.svg);
    background-size: 21px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

/* ----------oneshop menu----------- */
.oneshop-menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.oneshop-menu > ul >li {
    padding-bottom: 30px;
    margin-right: 34px;
    position: relative;
}

.oneshop-menu > ul >li:last-child {
    margin-right: 0;
}

.oneshop-menu > ul >li > a {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    color: #282D41;
    line-height: 0.8;
    position: relative;
}

.oneshop-menu > ul >li > a:hover {
    color: #FFCC00;
}

.oneshop-menu > ul >li > a > img {
    max-width: 32px;
    margin-right: 10px;
}

.oneshop-menu > ul >li.active-menu > a::before {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFC32D;
}

.oneshop-menu > ul >li.active-menu > a::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 0;
    border-bottom: 16px solid #FFC32D;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.oneshop-menu > ul >li.active-menu {
    padding-bottom: 30px;
    margin-right: 34px;
}

.oneshop-menu li:hover ul {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.oneshop-menu li ul {
    position: absolute;
    top: 20px;
    background: #fff;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.14);
    left: 0;
    display: none;
    z-index: 99;
    height: 190px;
    overflow: auto;
    width: 220px;
    padding: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.oneshop-menu li ul li {
    border-bottom: 1px solid #EDEDED;
    display: flex;
    padding: 5px 10px;
}

.oneshop-menu li ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #282D41;
    padding: 8px 13px;
    display: flex;
    align-self: self-end;
}

.oneshop-menu li ul li:hover a {
    color: #FCC12C;
}

.oneshop-menu li ul li.active-menu a {
    color: #FCC12C;
}

.right-content-wpr .content-area.v2 {
    margin-top: 17px;
}

.right-content-wpr .inner-content-wpr.v2 {
    padding: 0;
}
/* ----------oneshop menu END----------- */
.two-block-sec {
    padding: 0 40px 0 28px;
}

.two-block-row.row {
    --bs-gutter-x: 24px;
}

.two-block-row .left-block {
    width: calc(100% - 410px);
}

.two-block-row .right-block {
    width: 410px;
}

.page-banner {
    position: relative;
    margin-bottom: 40px;
}

.page-banner .img-wpr {
    border-radius: 10px;
    overflow: hidden;
}

.page-banner .img-wpr img {
    width: 100%;
}

.page-banner .banner-txt {
    position: absolute;
    max-width: 482px;
    top: 50%;
    left: 115px;
    transform: translateY(-50%);
}

.page-banner .banner-txt h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
}

.content-block {
    padding: 27px 20px;
    background-color: #F9F9F9;
    border-radius: 10px;
    position: relative;
}

.quick-links ul > li {
    margin-bottom: 35px;
}

.quick-links ul > li:last-child {
    margin-bottom: 0;
}

.quick-links ul > li > a {
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 700;
    background-image: url(images/right-caret.svg);
    background-size: 12px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0;
}

.quick-links ul > li > a:hover {
    color: #FFCC00;
    background-color: transparent;
}

.quick-links li .dropdown-toggle::after {
    display: none!important;
}

.quick-links li .dropdown-menu {
    position: relative!important;
    margin: -18px 0 0 0!important;
    padding: 0 0 15px 0;
    background: transparent;
    border: 0;
}

.quick-links li .dropdown-menu li {
    margin-bottom: 10px;
}

.quick-links li .dropdown-menu li a {
    background-image: none;
}

.quick-links ul > li > a.show {
    background-image: url(images/down-arrow.png);
    background-size: 12px;
}

.listing-box ul > li > a {
    background-image: none;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.sml-btm-gap {
    margin-bottom: 30px;
}

.content-block.v2 {
    padding: 31px 33px 43px 38px;
}

.img-link-list > ul >li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.img-link-list > ul >li:last-child {
    margin-bottom: 0;
}

.img-link-list > ul >li > .img-wpr {
    width: 73px;
    height: 73px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 28px;
}

.img-link-list > ul >li > .details-wpr h5 {
    font-size: 20px;
    line-height: 1;
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 12px;
}

.img-link-list > ul >li > .details-wpr a {
    font-size: 18px;
    line-height: 0.9;
    color: #8C929E;
    font-weight: 500;
}

.content-block.v3 {
    padding: 22px 27px 51px;
}
/* ------------ cmn-card ---------- */
.cmn-card {
    background-color: #F1F1F1;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cmn-card .img-wpr {
    min-height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
}

.cmn-card .img-wpr img {
    max-width: 100%;
    max-height: 215px;
    object-fit: contain;
}

.cmn-card .card-footer {
    background-color: #fff;
    padding: 20px 15px 30px;
    flex-grow: 1;
}

.cmn-card .card-footer .store-title {
    text-align: center;
    padding: 10px 0;
    text-transform: capitalize;
}

.cmn-card-row {
    margin-bottom: -23px;
}

.cmn-card-row .cmn-card-wpr {
    margin-bottom: 20px;
}

.product-title {
    margin-bottom: 14px;
}

.product-title h4 {
    font-size: 22px;
    line-height: 1.5;
}

.product-title h4 a {
    color: #0B1D26;
}

.product-title h4 a:hover {
    color: #FFCC00;
}

.product-price p {
    color: #606060;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
}

.product-price p span {
    color: #9CA3AF;
    text-decoration: line-through;
}

.product-price {
    margin-bottom: 17px;
}

.view_details_btn {
    display: inline-flex;
    align-items: center;
    color: #282D41;
    font-size: 22px;
    font-weight: 700;
}

.view_details_btn:hover {
    color: #FFCC00;
}

.view_details_btn img {
    max-width: 26px;
    margin-left: 11px;
    transition: all 0.3s ease-in-out;
}

.view_details_btn:hover img {
    margin-left: 14px;
}
/* ------------ cmn-card end ---------- */

/* --------------- 27/07/2022 prosenjit ------------- */

.all-page-commn-right-img-two-items {
    position: relative;
}

.all-page-commn-right-img-two-items-singl {
    position: relative;
    margin-bottom: 30px;
}

.all-page-commn-right-img-two-items-singl figure {
    width: 100%;
    margin-bottom: 0;
    border-radius: 10px;
}

.all-page-commn-right-img-two-items-singl figure img {
    width: 100%;
    border-radius: 10px;
}

.product-details-content-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 64px -15px;
}

.left-side-product-dtls-img {
    position: relative;
    width: 50%;
    padding: 0 15px;
}

.left-side-product-dtls-img .product-dtls {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.left-side-product-dtls-img .slider-for {
    position: relative;
    padding-left: 110px;
    width: 100%;
}

.left-side-product-dtls-img .slider-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.right-sid-prodtc-detls-infoall {
    width: 50%;
    padding: 0 15px;
}

.img-product-all1 {
    position: relative;
}

.img-product-all1 img {
    width: 100%;
}

.innr-wrap-pdt0details-mani {
    position: relative;
}

.innr-wrap-pdt0details-mani h4 {
    color: #1E1C1C;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.innr-wrap-pdt0details-mani h5 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.innr-wrap-pdt0details-mani .pdt-dtls-txone {
    color: #1E1C1C;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
}

.innr-wrap-pdt0details-mani h5 del {
    color: #BDC5C2;
    padding-right: 10px;
}

.innr-all-star-product-page {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.innr-all-star-product-page i {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 10px;
}

.innr-all-star-product-page p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #595656;
    font-size: 16px;
    font-weight: 600;
}

.innr-all-star-product-page .rvwon {
    padding-right: 22px;
}

.innr-all-star-product-page p span {
    padding-right: 10px;
}

.pdt-pag-size-select {
    position: relative;
    width: 110px;
    margin-bottom: 24px;
}

.pdt-pag-size-select select {
    width: 100%;
    height: 50px;
    background-color: #F0F0F0;
    color: #1D2731;
    font-size: 22px;
    padding: 0 15px;
}

.pdt-apge-quanty-slct {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.pdt-apge-quanty-slct p {
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    padding-right: 24px;
}

.pdt-apge-quanty-slct select {
    width: 102px;
    border: 1px solid #EFEFEF;
    color: #1D2731;
    font-size: 22px;
}

.pdt-apge-tw-btn-add-crt-but {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pdt-apge-tw-btn-buy {
    width: 192px;
    margin-right: 18px;
}

.pdt-apge-tw-btn-buy a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFCC00;
    border-radius: 5px;
    font-weight: 700;
    font-size: 22px;
    color: #1E1C1C;
    text-transform: capitalize;
    transition: 0.5s;
}

.pdt-apge-tw-btn-buy a:hover {
    background: #000000;
    color: #ffffff;
}

.pdt-apge-tw-btn-addcrt {
    width: 192px;
}

.pdt-apge-tw-btn-addcrt a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E1C1C;
    border-radius: 5px;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
    transition: 0.5s;
}

.pdt-apge-tw-btn-addcrt a:hover {
    background: #FFCC00;
    color: #000000;
}

.product-details-page-main-innr-content {
    position: relative;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 24px 14px;
}

.product-details-content-bottom {
    position: relative;
}

.product-details-content-bottom h4 {
    color: #1E1C1C;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 28px;
}

.innr-cmnt-pdt-all-nxt {
    position: relative;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px 36px;
    margin-bottom: 32px;
}

.pdt-cmmnt-stts-star-yl {
    position: relative;
}

.pdt-cmmnt-stts-star-yl i {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.innr-cmnt-pdt-all-nxt h4 {
    font-weight: 700;
    margin-bottom: 5px;
}

.innr-cmnt-pdt-all-nxt p {
    font-size: 18px;
    font-weight: 500;
    color: #1E1C1C;
}

.innr-cmnt-pdt-all-nxt ul {
    padding: 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.innr-cmnt-pdt-all-nxt ul li {
    list-style: none;
    padding-right: 12px;
}

.innr-cmnt-pdt-all-nxt ul li:last-child {
    padding: 0;
}

.cnlt-revw-img-wth-txt-pdt-page {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cnlt-revw-img-wth-txt-pdt-page figure {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 0;
}

.cnlt-revw-img-wth-txt-pdt-page figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.cnlt-revw-img-wth-txt-pdt-page-txt {
    position: relative;
    padding-left: 10px;
}

.cnlt-revw-img-wth-txt-pdt-page-txt h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #1D1B1B;
}

.cnlt-revw-img-wth-txt-pdt-page-txt p {
    color: #626262;
    font-size: 16px;
    font-weight: 400;
}

.last-pdt-page-user-wth-star {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.last-pdt-page-user-wth-star figure {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 0;
}

.last-pdt-page-user-wth-star figure img {
    width: 100%;
    border-radius: 50%;
}

.last-pdt-page-user-wth-star i {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 16px;
}

.teatare-pdt-lst-main-pg {
    position: relative;
}

.teatare-pdt-lst-main-pg textarea {
    background: url(images/img-txtare-img-bg1.svg) no-repeat right 10px bottom 10px #FFFFFF;
    background-size: 24px;
    resize: none;
    border-radius: 12px;
    width: 100%;
    height: 138px;
    padding: 20px;
    margin-bottom: 20px;
}

.teatare-pdt-lst-main-pg-frm-sbt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 150px;
    margin: 0 0 0 auto;
}

.teatare-pdt-lst-main-pg-frm-sbt input[type=submit] {
    width: 100%;
    height: 66px;
    background: #FFCC00;
    box-shadow: 0px 12px 36px rgba(255, 204, 0, 0.23);
    border-radius: 6px;
    color: #1E1C1C;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: 0.5s;
}

.teatare-pdt-lst-main-pg-frm-sbt input[type=submit]:hover {
    background: #000000;
    color: #ffffff;
}

.product-dtls .img-product-all {
    margin-bottom: 15px;
}
/* --------------- 27/07/2022 prosenjit ------------- */
/* --------------- 27/07/2022 rajat ------------- */
/* rajat css start 27/07/2022 cart page */

.content_block_prod_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.content_block_prod_cont:last-child {
    margin-bottom: 0;
}

.content_block_prod_cont figure {
    width: 88px;
    height: 88px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #F1F1F1;
    border-radius: 3px;
    margin-bottom: 0;
    margin-right: 18px;
}

.content_block_prod_cont figure img {
    max-width: 68px;
    mix-blend-mode: multiply;
}

.content_block_prod_cont h5 {
    max-width: 251px;
    margin-bottom: 0;
    margin-right: 22px;
}

.content_block_prod_cont .select_size {
    width: 81px;
    margin-right: 16px;
}

.content_block_prod_cont .select_size select {
    width: 100%;
    height: 47px;
    padding: 0 42px 0 20px;
    background: #FAFAFA url(images/size_arw.svg) no-repeat right 18px center;
    background-size: 15px;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #1D2731;
    line-height: 1.2;
}

.content_block_prod_cont .select_size select:focus {
    outline: none;
    box-shadow: none;
}

.content_block_prod_cont p.cont_prc {
    color: #15245E;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
}

.content_block_prod_cont {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
}

.content_block_heading {
    margin-bottom: 5px;
}

.content_block_heading h3 {
    line-height: 1.8;
}

.dlt_product {
    line-height: 0;
    position: absolute;
    right: 6px;
    top: 6px;
}

.dlt_product a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8C929E;
}

.dlt_product a:hover {
    background: #000047;
}

.dlt_product a img {
    max-width: 6px;
}

.content_billing_prc_table table {
    width: 100%;
    font-size: 18px;
    line-height: 1.1;
}

.content_billing_prc_table table tr td {
    padding: 10px 0;
}

.content_billing_prc_table table tr td:first-child {
    width: 65%;
    text-align: left;
    font-weight: 500;
    color: #4f4f4f;
}

.content_billing_prc_table table tr td:first-child a {
    display: block;
    color: #2F80ED;
    font-weight: 500;
}

.content_billing_prc_table table tr td:last-child {
    width: 35%;
    text-align: right;
    font-weight: 600;
    color: #4f4f4f;
}

.content_billing_prc_table {
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0;
}

.grnd_total ul {
    padding-left: 0;
    margin-bottom: 35px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.grnd_total ul li:first-child {
    font-weight: 600;
    color: #000;
    width: 65%;
    line-height: 1;
}

.grnd_total ul li:last-child {
    color: #282D41;
    text-align: right;
    line-height: 1;
    width: 35%;
    font-weight: 700;
    font-size: 22px;
}

.content_billing_chkbox {
    margin-bottom: 22px;
}

.content_billing_chkbox .form_input_check label {
    padding-left: 33px;
    line-height: 1;
}

.content_billing_chkbox .form_input_check label span {
    font-weight: 500;
    font-size: 18px;
    color: #4F4F4F;
}

.content_billing_chkbox .form_input_check label span a {
    color: #2F80ED;
}

.content_billing_chkbox .form_input_check label input[type="checkbox"]+span::before {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #4f4f4f;
}

.content_billing_chkbox .form_input_check label input[type="checkbox"]:checked+span:before {
    background: #1660CF;
    border: 1px solid #1660CF;
}

.content_billing_chkbox .form_input_check label input[type="checkbox"]+span::after {
    border-radius: 0;
    width: 14px;
    height: 14px;
    background: transparent url(images/tick_white.svg) no-repeat;
    background-size: 12px;
    box-shadow: none;
    opacity: 0;
    transform: scale(0);
}

.content_billing_chkbox .form_input_check label input[type="checkbox"]:checked+span:after {
    left: 3px;
    top: 3px;
    opacity: 1;
    transform: scale(1);
}

.pay_bill_btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #FFCC00;
    border-radius: 6px;
    color: #1E1C1C;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    width: 100%;
}

.content_billing_wrap {
    background: #fff;
    padding: 27px 20px 25px;
    border-radius: 10px;
}

.content_billing_wrap h4 {
    cursor: pointer;
    position: relative;
    padding-right: 35px;
}

.content_billing_wrap h4:after {
    position: absolute;
    right: 0;
    top: 10px;
    width: 15px;
    height: 9px;
    content: "";
    background: url(images/dropdown_arw.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center center;
}

.full_chkout {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 22px;
}

.full_chkout a {
    background: #000047;
    border: 1px solid #000047;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    padding: 0 48px;
}

.full_chkout a:hover {
    background: #fff;
    color: #000047;
}
/* rajat css end 27/07/2022 cart page */
/* --------------- 27/07/2022 rajat ------------- */
/* ============== ONE SHOP END ============== */

/* ============== store details start ============== */
.storeDetailsService_header {
    margin: 0 0 30px 0;
}

.storeDetailsService_botton button {
    border: 1.07249px solid #282D41;
    border-radius: 6px;
    color: #282D41;
    background: transparent;
    padding: 5px 15px;
    font-weight: 700;
    margin: 0 5px;
}

.storeDetailsService_botton button:hover {
    background-color: #282D41;
    color: #fff;
}

.storeDetailsService_botton button:last-child {
    border: none;
    text-decoration: underline;
}

.storeDetailsService_botton button:last-child:hover {
    background-color: transparent;
    color: #FFCC00;
}

.storeDetailsService_menu {
    text-align: right;
}

.storeDetailsService_menu ul {
    list-style: none;
}

.storeDetailsService_menu ul li {
    display: inline-block;
    background: #EAEAEA;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 8px 0;
    margin: 0 5px;
    position: relative;
}

.storeDetailsService_menu ul li img {
    width: 45%;
    margin: 0 auto;
}

.storeDetailsService_menu ul li span {
    position: absolute;
    top: -4px;
    background: #FFCC00;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #000;
    font-size: 15px;
}

.menu-bar {
    border-bottom: 1px solid #dee2e6;
    padding: 0 0 20px 0;
}

.menu-bar li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.menu-bar li a:hover {
    border: none;
}

.menu-bar li a.active {
    color: #8C929E!important;
    border: none;
}

.menu-bar>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: transparent!important;
    /* opacity: 0; */
    position: absolute!important;
    bottom: 12px!important;
    right: -13px!important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: inherit!important;
}

.menu-bar>li.current-menu-item>a:after, .menu-bar>li>a:hover:after, .menu-bar>li.menu-item-has-children:hover>a:after {
    width: auto!important;
}

.navbar-light .navbar-nav .nav-link {
    color: inherit;
}

.browse-select .user-account {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    margin: 0 auto 20px;
    border: 1px solid #eee;
    border-top: none;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
}

.store-details-service-search button {
    background: #282D41;
    border-radius: 10px;
    color: #fff;
    padding: 14px 22px;
    border: none;
}

.store-details-service-search button:hover {
    background-color: #FFCC00;
}

.store-details-service-search input {
    color: #BEBEBE;
    padding: 0 20px;
}

.store-details-service-search select {
    color: #BEBEBE;
    padding: 0 20px;
}

.selecting-area a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #1E1C1C;
    padding: 10px 30px 10px 0;
}

.selecting-area a:hover {
    color: #FFCC00;
}

.selecting-area a i {
    padding: 0 5px 0 0;
}

.selecting-area {
    margin: 0 0 20px 0;
}

.review-card {
    background: #FFFFFF;
    border-radius: 12px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(images/mynus.svg);
}

.accordion-button::after {
    background-image: url(images/plus.svg);
}

.accordion button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
    padding: 30px 20px;
    border: 0;
}

.accordion-item {
    border: 0;
    margin: 0 0 20px 0;
}

.accordion-button:not(.collapsed) {
    color: #A4A4A4;
    background-color: transparent;
    box-shadow: none;
}

.about-amazon-sec {
    background: #fff;
    padding: 20px;
}

.about-amazon-sec .img-wpr {
    background: #F9F7F7;
}

.about-amazon-sec .card-footer {
    border: none;
}

.side-heading {
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 20px 0;
}

.listing-sec {
    margin: 0 0 40px 0;
}

.listing-box input {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.nav-link {
    transition: none;
}


/* ============== store details end ============== */

/* ============== product listing start ============== */

.product-listing-search {
    margin: 0 0 20px 0;
}

.product-listing-search input {
    color: #BEBEBE;
    padding: 0 20px;
    background: #f9f9f9;
}

.product-listing-search button {
    background: #282D41;
    border-radius: 10px;
    color: #fff;
    padding: 14px 15px;
}

.product-listing-search button:hover {
    background-color: #FFCC00;
    border: 1px solid #FFCC00;
}

.quick-links.listing-sec ul>li>a {
    font-weight: 500;
}
/* ============== product listing start ============== */

/* ============== store start ============== */

.heading-sec {
    border-bottom: 1px solid #eee;
    padding: 20px;
    margin: 0;
}

.heading-sec img {
    background: #fff;
    border-radius: 50px;
    padding: 8px;
    float: left;
    margin: -12px 20px 0 0;
}

.heading-sec h2 {
    line-height: 40px;
    font-size: 30px;
}

.padding-none {
    padding: 0!important;
}

.content-body {
    padding: 20px;
    width: 100%;
}

.content-body ul li {
    float: left;
    margin: 0 20px 20px 0;
}

.content-body ul li img {
    width: 80px;
}

.footer-sec {
    border-top: 1px solid #eee;
    padding: 20px;
    margin: 20px 0 0 0;
}

.footer-sec h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-decoration-line: underline;
    color: #000000;
}

.footer-sec h2 img {
    margin: 0 10px 0 0;
}

.store-overview {
    position: relative;
    background-color: #fff;
    padding: 30px;
    flex-grow: 1;
    border: 1px solid #eee;
    border-radius: 12px!important;
}

.store-overview h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #282D41;
    margin: 20px 0;
}

.store-overview p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #282D41;
}

.img2 {
    position: absolute;
    right: 15px;
}

.activity-sec {
}

.activity-sec h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 161%;
    color: #282D41;
}

.activity-sec h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 161%;
    color: #8C929E;
}

.activity-sec h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 161%;
    text-align: right;
    color: #8C929E;
    position: absolute;
    right: 20px;
    bottom: 80px;
}

.activity-sec h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #282D41;
}

.activity-sec-box {
    border-right: 2px solid #eee;
    position: relative;
    min-height: 245px;
    padding: 20px 30px;
}

.activity-sec-box img {
    float: left;
    margin: 0 20px 0 0;
}

.activity-sec-box h2 {
    margin: 20px;
    line-height: 35px;
}

.activity-sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    color: #000;
    font-weight: 700;
}

.view-more {
    text-align: center;
    margin: 20px 0;
}

.view-more a {
    color: #000;
    font-weight: 700;
    text-decoration: underline!important;
}

.table thead tr th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    background: #D9D9D9;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: #282D41;
    text-align: center;
    padding: 20px 0;
}

.table tbody tr td {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    padding: 10px 0;
}

.table1 thead tr th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    background: #D9D9D9;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: #282D41;
    text-align: left;
    padding: 20px 10px;
}

.table1 thead tr th input {
    width: 70px;
    height: 20px;
}

.table1 tbody tr td {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    color: #000000;
    padding: 20px 10px;
    vertical-align: middle;
}

.table1 tbody tr td input {
    width: 70px;
    height: 20px;
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    background: #f8f8f8;
}

.img3 {
    position: absolute;
    right: 5px;
    border-radius: 5px !important;
    background: transparent!important;
    top: 15px;
    margin: 0!important;
}

.license-sec-heading h2 {
    margin: 0!important;
}

.listing-sec {
    margin: 0 0 40px 0;
    width: 100%;
}

.listing-sec ul li {
    margin: 0 0px 20px 0 !important;
}

.myStore_listing {
    margin: 0 0 40px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.myStore_listing li {
    float: none !important;
    margin: 0 0px 10px 0 !important;
    width: calc(100% / 3);
}

.listing-sec h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    margin: 0 0 20px 0;
}

.listing-sec p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}

.margin-bottom-sec {
    margin: 0 0 50px 0!important;
}

.package-details-sec img {
    margin: 0 0 20px 0;
    float: inherit;
}

.package-details-sec h2 {
    margin: 0;
    line-height: 40px;
}

.package-details-sec h3 {
    margin: 0;
    color: #000;
    line-height: 40px;
}

.package-details-sec h3 span {
    color: #23C293;
}

.package-details-sec h4 {
    position: inherit;
    bottom: inherit;
    right: inherit;
    text-align: left;
    line-height: 40px;
}

.package-details-sec h4 span {
    color: #8C929E;
}

.right-cont-box h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    color: #0B1D26;
    margin: 20px 0 0 0;
}

.right-cont-box h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #8C929E;
    margin: 0 0 30px 0;
}

.right-cont-box h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #0B1D26;
    position: inherit;
    text-align: left;
    margin: 0;
}

.right-cont-box h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 60px;
    color: #282D41;
}

.view-more1 {
    text-align: right;
    margin: 20px 0;
}

.view-more1 a {
    color: #000;
    font-weight: 700;
    text-decoration: underline!important;
}

.store-sec {
    margin: 0 0 20px 0!important;
}

.color-g {
    color: green;
}

.color-n {
    color: red;
}

.inner-content-wpr .bg-light {
    background-color: #fff!important;
}

.inner-content-wpr .menu-bar {
    border-bottom: 1px solid #dee2e6;
    padding: 0 0 20px 0;
    width: 100%;
}
.edit{
    background-color: #8C929E;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 10px 0 0;
    border: none;
}

.edit:hover {
    background-color: #FFCC00;
    color: #fff;
}

.edit img {
    width: 15px;
}
.delete{
    background-color: #E83B05;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
}

.delete:hover {
    background-color: #FFCC00;
    color: #fff;
}

.delete img {
    width: 15px;
}

/*****************pagination*****************/
.common_pagination .pagination {
    justify-content: center;
}

.common_pagination .page-item.active .page-link {
    background-color: #8C929E;
    border-color: #8C929E;
}

.page-link {
    padding: 5px 15px;
    margin: 0 10px;
    background: #EEEAEA;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.common_pagination li:first-child .page-link {
    background: #121F20;
    color: #fff;
    padding: 8px 15px;
}

.common_pagination li:last-child .page-link {
    background: #121F20;
    color: #fff;
    padding: 8px 15px;
}

.common_pagination {
    margin: 40px 0;
}


/* ============== store end ============== */

.custom-file {
    position: relative;
}

.custom-file input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 99;
}

.custom-file label {
    background-color: #FFFFFF;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #BEBEBE;
    border: 0;
    height: 65px;
    padding: 0 35px;
    outline: none !important;
    font-weight: 500;
    line-height: 65px;
}

.custom-file1 input {
    padding: 14px 10px;
}

.custom-file1 {
    position: relative;
}

.custom-file1 button {
    width: 128px;
    background: #282d41;
    color: #fff!important;
    text-align: center!important;
    display: block!important;
    font-weight: bold!important;
    padding: 5px;
    border-radius: 6px;
}
.custom-file1-txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
    z-index: 9;
}
.custom-file1-txt p {
    margin: 0 0 0 150px;
}
.custom-file1-file {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
}
.custom-file1-file input[type="file"] {
    opacity: 0;
}

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

.table2 tr th {
    background-color: #fff!important;
}

.table2 tr td {
    background-color: transparent!important;
}

.table2>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}
.delete1{
    background-color: #282D41;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
}

.delete1:hover {
    background-color: #FFCC00;
    color: #fff;
}

.delete1 img {
    width: 15px;
}

.listing-menu li {
    float: left;
    padding: 15px 0;
    border-right: 1px solid #c9c9c9;
    position: relative;
}

.listing-menu li:last-child {
    border-right: none;
}

.listing-menu li a {
    font-size: 15px;
    padding: 15px 10px;
    color: #aeaeae;
    font-weight: 700;
}

.listing-menu li a:hover {
    /* border-bottom: 1px solid #666; */
    color: #000;
}

.listing-menu li.active a:hover::after {
    content: "";
    background-color: #666;
    width: 100%;
    height: 2px;
    display: block;
    bottom: -20px;
    position: absolute;
    left: 0;
}

.listing-menu li a:hover::after {
    content: "";
    background-color: #666;
    width: 100%;
    height: 2px;
    display: block;
    bottom: -20px;
    position: absolute;
    left: 0;
}

.listing-menu li a::after {
    display: none;
}

.headline-sec-box {
    border-bottom: 1px solid #eee;
}

.headline-sec-box {
    border-bottom: 1px solid #cbcbcb;
    margin: 0 0 20px 0;
}

.headline-sec-box .block-heading {
    margin-bottom: 20px;
}

.listing-menu li.active::after {
    content: "";
    background-color: #666;
    width: 100%;
    height: 2px;
    display: block;
    bottom: -20px;
    position: absolute;
    left: 0;
}

.listing-menu li.active a {
    color: #000;
}

.theme-color-choose ul li {
    width: 18%;
    display: inline-block;
    margin: 0 33px 0 0;
}

.theme-color-choose ul li:last-child {
    margin: 0;
}

.theme-color-choose ul li h2 {
    font-size: 20px;
    text-align: center;
}

.theme-box {
    height: 200px;
    width: 100%;
    background: #282D41;
    border-radius: 10px;
    position: relative;
}

.select-color-gray {
    background: #716F6E;
    height: 50px;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.select-color-yellow {
    background: #9D9811;
    height: 50px;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.select-color-green {
    background: #119D62;
    height: 50px;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.select-color-red {
    background: #9D3311;
    height: 50px;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.select-color-pink {
    background: #9D1176;
    height: 50px;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

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

.margin-bottom-sec1 {
    margin: 0 0 20px 0!important;
}

.quick-links {
    background-color: #F9F9F9;
    padding: 30px;
}

.chat {
    margin-top: auto;
    margin-bottom: auto;
}

.card {
    height: 800px;
    border-radius: 15px !important;
    background-color: #fff!important;
}

.contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
    background: #F2F2F2;
}

.msg_card_body {
    overflow-y: auto;
}

.card-header {
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 1px solid #eee !important;
    background-color: #fff!important;
}

.card-footer {
    border-radius: 0 0 15px 15px !important;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.container {
    align-content: center;
}

.search {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
}

.search:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.type_msg {
    background-color: rgb(255 255 255 / 30%) !important;
    border: 0 !important;
    color: #000 !important;
    height: 60px !important;
    overflow-y: auto;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.send_btn {
    border-radius: 10px;
    background-color: #282D41;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
    margin: 7px;
    padding: 12px 22px;
}
.send_btn img {
    margin: 0 0 0 10px;
}

.search_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.contacts {
    list-style: none;
    padding: 0;
}

.contacts li {
    width: 94% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
}

.active {
    background-color: rgba(0,0,0,0.3);
}

.user_img {
    height: 70px;
    width: 70px;
    border: 1.5px solid #f5f6fa;
}

.user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #f5f6fa;
}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.online_icon {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: 0.4em;
    border: 1.5px solid white;
}

.offline {
    background-color: #c23616 !important;
}

.user_info {
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: 15px;
}

.user_info span {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    color: #282D41;
}

.user_info p {
    font-size: 10px;
    color: rgba(255,255,255,0.6);
}

.video_cam {
    margin-left: 50px;
    margin-top: 5px;
}

.video_cam span {
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 20px 20px 20px 0;
    background-color: #E1F6FA;
    padding: 20px;
    position: relative;
    width: 330px;
    line-height: 24px;
    color: #495057;
    font-size: 16px;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 20px 20px 0 20px;
    background-color: #F3F3F3;
    padding: 20px;
    position: relative;
    width: 330px;
    line-height: 24px;
    color: #495057;
    font-size: 16px;

}

.msg_time {
    position: absolute;
    right: -97px;
    bottom: 7px;
    font-size: 10px;
    color: #7A7A7A;
}

.msg_time_send {
    position: absolute;
    left: -97px;
    bottom: 7px;
    color: #7A7A7A;
    font-size: 10px;
}

.msg_head {
    position: relative;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}

.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.action_menu ul li i {
    padding-right: 10px;
}

.action_menu ul li:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
}

.message-box {
    padding: 20px;
}
.clearfix{
    clear: both;
}
.search-box{
    width: 100%;
}
.search-box input{
    width: 77%;
    background-color: #eeeeee!important;
    border: 1px solid #eee!important;
    color: #666!important;
    float: left;
    height: 49px;
    border-radius: 10px!important;
    padding: 15px;
}
.input-group-prepend {
    width: 20%;
    background-color: #282D41;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    float: right;
}
.input-group-prepend .search_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgb(40 45 65) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}
.attached-icon{
    margin: 10px 0;
}
.attached-icon img{
    margin: 0 10px;
}
.card-footer textarea{
    background-color: #fff;
}
.block-heading h3{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.block-heading h4{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}
.block-heading p{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 161%;
    color: #1E1C1C;
}
.checkbox-sec input{
    width: 50px;
    height: 26px;
    float: left;
    margin: 4px 0 0 0;
}
.form-box{
    margin: 20px 0;
    border: none!important;
    border-radius: 20px;
}

@media(max-width: 576px) {
    .contacts_card {
        margin-bottom: 15px !important;
    }
}

@media screen and (min-device-width: 1367px) and (max-device-width: 2200px) {

    /* ul.side-menu>li>a > .menu-icon {
            width: 50px;
            margin-right: 12px;
    } */
}

.add_department_input.setting_sales_btn button {
    background: #000;
    width: 127px;
    height: 42px;
}



/* ////////////// One Network Main 3/08/22 ///////// */
.network-cmn-header{
    border-bottom: none;
    margin-bottom: 24px;
}
.network-cmn-header .oneshop-logo img{
    width: 100%;
    max-width: 309px;
}
.network-cmn-header .oneshop-menu > ul >li {
    padding-bottom: 0px;
    margin-right: 34px;
    position: relative;
}
.network-cmn-header select{
    background-position: right;
}
.network-cmn-header .oneshop-search-wpr{
    background: #F9F9F9;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
}
.network-cmn-header .oneshop-search-wpr input[type="submit"]{
    background-color: #EAEAEA;
}
.network-cmn-header  .dots_btn{
    background: #EAEAEA;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.network-cmn-header .oneshop-menu > ul >li:last-child {
    margin-left: auto;
    margin-right: 0;
}


.network-main-card-wprv .content-body{
    width: auto;
}
.network-main-card-wprv .cmn-card-row .small_card{
    margin-top: 29px;
    border-right: 1px solid #D5D5D5;

}
.network-main-card-wprv .cmn-card-row .col-lg-3:last-child .small_card{
    border-right: none;
}
.network-main-card-wprv .small_card img{
    margin-bottom: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.network-main-card-wprv .small_card h4{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */

    text-transform: capitalize;

    color: #000000;
    margin-bottom: 9px;
}
.network-main-card-wprv .small_card p{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;

    color: #606060;
    height: 68px;
}
.network-main-card-wprv .carousel-item img{
    border-radius: 10px;
    width: 100%;
    height: 448px;
}
.network-main-card-wprv .carousel-item.active{
    background: transparent;
}
.network-main-card-wprv .carousel-control-prev,.network-main-card-wprv .carousel-control-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    top: 50%;
    opacity: 1;

}
.network-main-card-wprv .carousel-control-prev:hover,.network-main-card-wprv .carousel-control-next:hover{
    opacity: 0.9;
    backdrop-filter: blur(34px);
}
.network-main-card-wprv .carousel-control-prev{
    left: 3%;
}
.network-main-card-wprv .carousel-control-next{
    right: 3%;
}
.network-right-block button{
    background: #282D41;
    border-radius: 6px;
    width: 100%;
    margin-top: 14px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #282D41;
    color: #FFFFFF;
    padding: 18px  0;
}
.network-right-block button:hover{
    background: transparent;
    border: 1px solid #282D41;
    color: #282D41;
}
.network-main-downpart .heading{
    border-bottom: 1px solid #C6C6C6;
    padding: 37px 0;
}
.network-main-downpart .heading h2{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 10px;
    /* identical to box height */


    text-transform: capitalize;

    color: #000000;
}
.network-main-downpart .card{
    width: 100%;
    max-width: 430px;
    margin-top: 60px;
    height: auto ;
    border: none ;
}
.network-main-downpart .card img{
    width: 100%;
    height: 290px;
    margin-bottom: 13px;
}
.network-main-downpart .card h3{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-transform: capitalize;

    color: #000000;
    margin-bottom: 28px;
}
.network-main-downpart .card  p{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */

    text-transform: capitalize;

    color: #606060;
    max-width: 385px;
}
.network-main-downpart .card  ul li{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */

    text-transform: capitalize;

    color: #606060;
}
.network-main-downpart .card  ul li small::after{
    content: "›";
}
.network-main-downpart .card  ul li span::after{
    content: "✔";
}
.network-main-downpart .foot{
    border-top: 1px solid #C6C6C6;
    padding: 52px 0 23px 0;
    margin-top: 68px;

}
.network-main-downpart .foot h2{
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 46px;
    /* or 184% */

    text-transform: capitalize;

    color: #000000;
}
/* ////////////// One Network Main 3/08/22 ///////// */
/* ////////////// Create Store Menu Open 3/08/22 ///////// */
.createStore_MenuOpen .content-body{
    width: auto;
    padding: 20px 20px 46px 20px;
}
.createStore_MenuOpen .two-block-row .left-block{
    width: 100%;

}
.createStore_MenuOpen .two-block-row .left-block .content-block {
    background: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}
.createStore_MenuOpen .two-block-row .left-block .cmn-card-wprv h4{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    text-align: center;
    text-transform: lowercase;

    color: #000000;
    margin-bottom: 7px;
    margin-top: 21px;
}
.createStore_MenuOpen .two-block-row .left-block .card_total{
    width: 100%;
    max-width: 719px;
    height: auto;


    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-top: 35px;
}
.createStore_MenuOpen .two-block-row .left-block .card_total .card_upper{
    background: #D9D9D9;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding: 50px 87px;
}
.createStore_MenuOpen .two-block-row .left-block .card_total .card_upper h5{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;

    color: #000000;
    max-width: 403px;
    margin: auto;
    margin-bottom: 20px;
    height: 78px;
}
.createStore_MenuOpen .two-block-row .left-block .card_total .card_upper p{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    color: #606060;
    max-width: 533px;
    margin:0 auto;
    height: 35px;

}
.createStore_MenuOpen .two-block-row .left-block .card_total .card_down{
    text-align: center;
    padding: 36px 87px 59px 87px;
}
.createStore_MenuOpen .two-block-row .left-block .card_total .card_down p{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
    max-width: 533px;
    margin:15px auto;
}
.createStore_MenuOpen .two-block-row .left-block .card_total .card_down h6{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;

    color: #FFCC00;
    max-width: 533px;
    margin:15px auto;
}
.createStore_MenuOpen .two-block-row .left-block .card_total .card_down button{
    width: 100%;
    max-width: 210px;



    background: #282D41;
    border-radius: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 142% */

    border: 1px solid #282D41;
    color: #FFFFFF;
    margin-top: 29px;
}
.createStore_MenuOpen .two-block-row .left-block .card_total .card_down button:hover{
    background: transparent;
    border: 1px solid #282D41;
    color: #282D41;
}
/* ////////////// Create Store Menu Open 3/08/22 ///////// */
/* ////////////// Network Get Started 3/08/22 ///////// */
.getStarted_wrapper .content-body{
    width: auto;
}
.getStarted_wrapper .two-block-row .left-block {
    width: 100%;
}
.getStarted_wrapper .getStarted_header {

    position: relative;
}
.getStarted_wrapper .getStarted_header img{
    width: 100%;
}
.getStarted_wrapper .getStarted_header .banner_txt{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
    text-align: center;
    width: 100%;

}
.getStarted_wrapper .getStarted_header .banner_txt h2{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 52px;
    /* or 104% */

    text-align: center;

    color: #FFFFFF;
    max-width: 444px;
    margin:0 auto 18px auto;
}
.getStarted_wrapper .getStarted_header .banner_txt p{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 100% */


    color: #FFFFFF;
    max-width: 902px;
    margin:0 auto 18px auto;
}
.getStarted_wrapper .getStarted_body h4{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */


    text-transform: capitalize;

    color: #000000;
    margin-bottom: 15px;
}
.getStarted_wrapper .getStarted_body p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    /* or 32px */


    color: #1E1C1C;
    margin-bottom: 48px;
}
.getStarted_wrapper .getStarted_body .getStarted_box{
    max-width: 345px;
    width: 100%;

    background: #FFFFFF;
    border: 1.30844px solid #D6D6D6;
    border-radius: 10px;
    padding: 31px 34px;
}
.getStarted_wrapper .getStarted_body .getStarted_box img{
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
}
.getStarted_wrapper .getStarted_body .getStarted_box h5{
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;

    color: #282D41;
    margin-bottom: 10px;

    min-height: 60px;
}
@media(max-width:1600px){
    .getStarted_wrapper .getStarted_body .getStarted_box h5{
        min-height: 90px;
    }
}
.getStarted_wrapper .getStarted_body .getStarted_box p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    /* or 32px */


    color: #1E1C1C;
    min-height: 85px;
    margin-bottom: 26px;
}
.getStarted_wrapper .getStarted_body .getStarted_box a{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */


    color: #282D41;
}
.getStarted_wrapper .getStarted_body .custom_row{
    margin: -25px;
}
.getStarted_wrapper .getStarted_body .custom_col{
    padding: 25px;
}
.getStarted_wrapper .getStarted_body .getStarted_down{
    background: #F9F9F9;
    border-radius: 10px;
    padding: 6px 33px 58px 33px;
    margin-top: 99px;

}
.getStarted_wrapper .getStarted_body .getStarted_down .getStarted_box_down{
    width: 100%;
    max-width: 461px;
    margin-top: 52px;
}
.getStarted_wrapper .getStarted_body .getStarted_down .getStarted_box_down h4{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    /* identical to box height */

    text-transform: capitalize;

    color: #000000;
    margin-bottom: 22px;
}
.getStarted_wrapper .getStarted_body .getStarted_down .getStarted_box_down p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    /* or 32px */


    color: #1E1C1C;
    margin-bottom: 0;
}
/* ////////////// Network Get Started 3/08/22 ///////// */
/* ////////////// Network Donation 3/08/22 ///////// */
.donation_wrapper{
    padding: 20px 0;
}
.donation_wrapper .two-block-row .left-block {
    width: 100%;
}
.donation_wrapper .donation_body h4{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    text-transform: capitalize;

    color: #000000;
    margin-bottom: 26px;
}
.donation_wrapper .donation_body p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    /* or 32px */


    color: #1E1C1C;
    max-width: 96%;
}
.donation_wrapper .donation_body .form-cls{
    margin-top: 40px;
}
.donation_wrapper .donation_body .form-cls label{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #072927;
    margin-bottom: 14px;
}
.donation_wrapper .donation_body .form-cls label span{
    color: #FF2E00;
    padding:0 5px ;
}
.donation_wrapper .donation_body .form-cls input{
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    height: 65px;
}
.donation_wrapper .donation_body .form-cls textarea{

    height: 227px;


    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
}
.donation_wrapper .donation_body button{
    width: 100%;
    max-width: 140px;
    background: #282D41;
    border-radius: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height, or 142% */
    border: 1px solid #282D41;

    color: #FFFFFF;
    margin-top: 97px;
}
.donation_wrapper .donation_body button:hover{
    background: transparent;
    border: 1px solid #282D41;
    color: #282D41;
}
/* ////////////// Network Donation 3/08/22 ///////// */
/* ////////////// contributor 4/08/22 ///////// */
.contributor .left-block h4{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    text-transform: capitalize;

    color: #000000;
    margin-bottom: 50px;
}
.contributor .description{
    display: flex;

    align-items:center;
}
.contributor table th{
    min-width:270px;
    max-width: 270px;
}
.contributor table th:first-child{
    min-width: 100px;
    max-width: 100px;
}
.description p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
}
.pagination .active{
    background-color: transparent;
}
.description img {
    margin: 0 12px 0 0;
}
button#menu-btn {
    display: none;
}
.listing-menu .active{
    background: transparent;
}
.breadcrumb {
    display: block;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    text-align: right;
}
li.breadcrumb-item {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}
li.breadcrumb-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    color: #000000;
}
li.breadcrumb-item a:hover {
    color: #666;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
    clip-path: polygon(100% 48%, 0 0, 0 100%);
    left: -10px;
    top: 13px;
    bottom: 74.53%;
    background: #1E1C1C;
    transform: rotate(-0deg);
    width: 3px;
    height: 10px;
    position: absolute;
}

.steps-form {
    display: table;
    width: 100%;
    position: relative;
}
.steps-form .steps-row {
    display: table-row;
}
.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: transparent;
    border-bottom: 1px dotted #6079ba;
}
.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 25%;
}
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.steps-form .steps-row .steps-step .btn-circle {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 50%;
    margin-top: 0;
    background: #fff;
    color: #6079BA;
    font-weight: 700;
}
.circle-box {
    width: 50px;
    height: 50px;
    margin: -12px auto 0;
    border: 1px dotted #000;
    border-radius: 50%;
    padding: 7px 7px;
}
.btn-circle:hover {
    background-color: #6079BA!important;
    color: #fff!important;
}
.btn-circle.active {
    background-color: #6079BA!important;
    color: #fff!important;
}
.steps-step{
    position: relative;
}
.steps-step:after{
    background: url(images/back-arrow.png) no-repeat;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 10px;
    height: 15px;
}
.steps-step:last-child::after{
    display: none;
}
.confirm-listing-sec h2{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;
    color: #000000;
    margin: 50px 0 30px 0;
    line-height: 80px;
}
.confirm-listing-sec ul li{
    width: 30%;
    float: left;
    margin: 0 0 40px 0;
}
.confirm-listing-sec h3{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}
.confirm-listing-sec p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}
.content-sec p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 43px;
    text-transform: capitalize;
    color: #000000;
    margin: 30px 0 50px;
}
.content-sec h3{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 65px;
    text-transform: capitalize;
    color: #000000;
}
.content-sec h3 span{
    color: #FD0A0A;
}
.btnsec{
    background: #282D41;
    color: #fff;

    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding-left: 44px;
    padding-right: 44px;
    border: 1px solid #282D41;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 50px;
}
.btnsec:hover {
    background: transparent;
    color: #282D41;
}

.custom-checkbox input {
    width: 20px;
    height: 20px;
    border: 5px solid #DED9D9;
    float: left;
    margin: 0 10px 20px 0;
}
.custom-checkbox p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}
.add_department_input label{
    margin: 15px 0 10px 0;
}
.back-btn{
    background: #656292;
    color: #fff;

    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding-left: 44px;
    padding-right: 44px;
    border: 1px solid #656292;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 50px;
}
.back-btn:hover {
    background: transparent;
    color: #282D41;
}
.btn-sec{
    margin: 20px 0 0 0;
}
.progress{
    background-color: #FFFFFF;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    border: 0;
    height: 65px;
    padding: 0 0;
    outline: none !important;
    font-weight: 500;
    position: relative;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6079BA;
    transition: width .6s ease;
    border-radius: 10px;
}
.side-text{
    position: absolute;
    right: 15px;
    top: 0;
    color: #999;
    font-size: 18px;
    line-height: 66px;
}







.pie-wrapper {

    position: relative;
}

.progress-88 {
    background: #fff;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;

}
.progress-88 .label {
    background: #6F6C9A;
    border-radius: 50%;
    bottom: 0;
    color: #ecf0f1;
    cursor: default;
    display: block;
    font-size: 22px;
    left: 0;
    text-align: center;
    width: 200px;
    height: 200px;
}
.smaller {
    color: #bdc3c7;
    font-size: .45em;
    padding-bottom: 20px;
    vertical-align: super;
}
.progress-88:before {
    content: "";
    background: #599E99;
    transform: rotate(43.2deg);
}
.charts-container:after {
    clear: both;
    content: "";
    display: table;
}
.pie-wrapper--solid.progress-88 .label {
    background: linear-gradient(to right, #6F6C9A 50%, #599E99 50%);
}
.progress-bar-sec p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #282D41;

}

.product_nav_toggle button.navbar-toggler1.collapsed {
    position: absolute;
    top: 5px;
    right: 10;
    background: #d5d5d5;
    border: none;
    z-index: 99999;
    display: none;
}

.product_nav_toggle .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

.product_nav_toggle button.navbar-toggler1 {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #d5d5d5;
    border: none;
    z-index: 99999;
    border-radius: 4px;
    display: none;
}

.product_nav_toggle .overlay {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    display: none;
    right: -100%;
}
.step-box{
    width: 33%!important;
}

.content-block .contributor_select select {
    margin: 0 0 20px;
    width: 525px;
    height: 55px;
    padding: 18px 19px;
}





/* login-selection-css */

.login-selection{
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
}
.login-selection .login-selection-header-inner img{
    height: 90px;
}
.login-selection .login-selection-header-inner{
    padding-left: 40px;
}
.login-selection-body-sec .row{
    margin: 0 auto;
}
.login-selection-body-sec{
    padding: 20px 40px 20px;
}
.login-selection-body-sec .company-logo{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 5px 25px;
    height: 100px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-logo img {
    max-width: 150px;
    max-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-selection-body-sec .row .col-md-3{
    margin-bottom: 20px;
}
.login-selection-footer{
    background: #F4F4F4;
    padding: 39px 44px;
}
.login-selection-footer .content-wpr{
    display: flex;
    justify-content: space-between;
}
.login-selection-footer .copyright-text p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #1A1A1A;
}
.login-selection-footer .footer-links ul li a{

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #8C929E;
}
.input-all-box-pass-fixed-align{
    position: relative;
}

label.error{
    font-size: 14px;
    text-align: left;
    color: red !important;
    font-weight: 500;
    margin-top: 5px !important;
    padding-left: 0 !important;
}


.reg_recoveryForm{

}

.reg_signInFormWrapper{
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.reg_signInFormField input[type="text"], .reg_signInFormField input[type="password"]{
    background: #FFFFFF;
    border: 1.2px solid #D3D7DF;
    border-radius: 6px;
    color: #8C929E;
    padding: 0 65px 0 29px;
    font-size: 18px;
    height: 66px;
    margin: 0 0 10px;
}


.recoveryBtnWrapper{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}
.recoveryBtnWrapper .CancelBtn{
    background: rgba(255, 0, 0, 0.8);
    height: 66px;
    border: 1px solid rgba(255, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 15px;
    border-radius: 6px;
    width: 100%;
    transition: 0.5s all ease-in-out;
    font-size: 20px;
    font-weight: 700;
}

.recoveryBtnWrapper .CancelBtn:hover{
    color: rgba(255, 0, 0, 0.8);
    background: #fff;
}


.recoveryBtnWrapper .LoginBtn{
    background: #000047;
    height: 66px;
    border: 1px solid #000047;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 15px;
    border-radius: 6px;
    width: 100%;
    transition: 0.5s all ease-in-out;
    font-size: 20px;
    font-weight: 700;
}

.recoveryBtnWrapper .LoginBtn:hover{
    background: #fff;
    color: #000047;
}


@media (max-width: 500px){
    .recoveryBtnWrapper{
        flex-wrap: wrap;
    }
    .recoveryBtnWrapper .CancelBtn{
        width: 100%;
        height: 50px;
    }

    .recoveryBtnWrapper .LoginBtn{
        width: 100%;
        height: 50px;
    }
}

.reg_OTPForm {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.recoveryBtnWrapper .LoginBtn.CancelBtn {
    background: rgba(255, 0, 0, 0.8);
    border: 1px solid rgba(255, 0, 0, 0.8);
    color: #fff;
}
.recoveryBtnWrapper .LoginBtn.CancelBtn:hover {
    background: transparent;
    border: 1px solid rgba(255, 0, 0, 0.8);
    color: rgba(255, 0, 0, 0.8);
}

.main_content_video iframe {
    height: 300px;
    margin: 0 0 20px;
}

.main_content {
    font-size: 13px;
    margin: 0 0 15px;
}

.sub_heading_content {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 5px;
}

#userDrowpdown {
    padding: 0 10px 0 0;
}

.img-grey1{
    filter: invert(86%) sepia(9%) saturate(15%) hue-rotate(320deg) brightness(77%) contrast(76%);
}
.topRighttWrapper {
    float: right;
    width: 10%;
    margin: 5px 12px 0 0;
}

.topRighttWrapper .btns {
    line-height: 5px;
    cursor: pointer;
    float: left;
    font: 11px Arial;
    margin: 5px 0 0 3px;
    width: 26px;
    height: 26px;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
    opacity: .7;
}
.oneidnetaboutus, .oneidnetaccounts, .oneidnetallinone, .oneidnetchangebg, .oneidnetchangebg01, .oneidnetclock, .oneidnetcollapse, .oneidnetcontactus, .oneidnetcs, .oneidnetdelete, .oneidnetdisable, .oneidnetenabled, .oneidnetexpand, .oneidnetfemale, .oneidnetfind, .oneidnetfoundation, .oneidnetgeneral-information, .oneidneth1, .oneidneth2, .oneidneth3, .oneidneth4, .oneidnetinvite-friends, .oneidnetlogout, .oneidnetmagnifier, .oneidnetminimise, .oneidnetmoduleheadericons, .oneidnetnext-mon, .oneidnetonenet, .oneidnetpaybook, .oneidnetpeople, .oneidnetpolicy, .oneidnetpreferences, .oneidnetprivacy, .oneidnetrightsymbol, .oneidnetsettings, .oneidnetstatistics, .oneidnettc, .oneidnettheme, .oneidnettrash, .oneidnetuparrow, .oneidnetuploader, .oneidnetview2, .oneidnetweather {
    display: inline-block;
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/oneidnet_sprite_new.png) no-repeat rgba(0, 0, 0, 0);
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.btns {
    line-height: 5px;
    cursor: pointer;
    float: left;
    font: 11px Arial;
    margin: 5px 0 0 3px;
    width: 26px;
    height: 26px;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
    opacity: .7;
}

.btns, .btns p {
    text-shadow: 1px 1px 5px #111;
    color: #fff;
}
.oneidnetexpand {
    background-position: -75px -208px;
    width: 25px;
    height: 25px
}
.oneidnetcollapse {
    background-position: -50px -163px;
}
.oneidnetpaybook {
    background-position: -25px -236px;
}
.oneidnetsettings {
    background-position: -64px -133px;
    width: 30px;
    height: 30px;
}
.sprite-017-aboutus {
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/spritesheet_new.png) -305px -5px no-repeat;
    width: 24px;
    height: 24px;
}
.sprite-017-aboutus {
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/spritesheet_new.png) -305px -5px no-repeat;
    width: 24px;
    height: 24px;
}
.sprite-026-policy {
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/spritesheet_new.png) -305px -86px no-repeat;
    width: 26px;
    height: 26px;
}
.sprite-023-foundation {
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/spritesheet_new.png) -339px -5px no-repeat;
    width: 26px;
    height: 26px;
}
.sprite-027-privacy {
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/spritesheet_new.png) -341px -86px no-repeat;
    width: 26px;
    height: 26px;
}
.logoutIcon, .themeIcons {
    margin: 0;
    width: 26px;
    height: 26px;
}
.sprite-018-allinone {
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/spritesheet_new.png) -155px -285px no-repeat;
    width: 26px;
    height: 26px;
}
.sprite-020-contactus {
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/spritesheet_new.png) -227px -285px no-repeat;
    width: 26px;
    height: 26px;
}
.sprite-021-cs {
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/spritesheet_new.png) -263px -285px no-repeat;
    width: 26px;
    height: 26px;
}
.sprite-026-policy {
    background: url(https://oneidnet.dedicateddevelopers.us/assets/Images/spritesheet_new.png) -305px -86px no-repeat;
    width: 26px;
    height: 26px;
}
.user-account-dropdown .dropdown-menu {
    right: 20px !important;
    top: -16px !important;
    width: 218px !important;
    left: auto !important;
}
.user-account-dropdown .dropdown-menu {
    top: -16px !important;
}
.oneidnetaboutus, .oneidnetallinone, .oneidnetchangebg, .oneidnetclock, .oneidnetcollapse, .oneidnetcontactus, .oneidnetcs, .oneidnetdelete, .oneidnetdisable, .oneidnetenabled, .oneidnetfemale, .oneidnetfind, .oneidnetfoundation, .oneidnetlogout, .oneidnetpaybook, .oneidnetpolicy, .oneidnetprivacy, .oneidnettc, .oneidnettheme, .oneidnettrash, .oneidnetuparrow, .oneidnetview2, .oneidnetweather {
    width: 25px;
    height: 25px;
}

.logoutIcon, .themeIcons {
    margin: 0;
    width: 26px;
    height: 26px;
}

.topRighttWrapper .btns p {
    display: none;
    font: 11px Arial;
}
@media (max-width: 1600px){
    .page-header .header-in h2{
        font-size: 15px;
    }
    .page-header .header-in h2 span{
        font-size:13px;
        font-weight:normal;
    }
}

.hide{
  display:none;
}
.show{
  display:block
}
.userform_input input[type="text"], .userform_input input[type="password"], .userform_input input[type="email"], .userform_input select{
    padding:8px;
}


/* connection request CSS */
