
body,.background_image{
    scrollbar-color: #184d9b #e1e1e1;
    scrollbar-width: thin;
}
.ongong-wraper .mob-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-section {
    margin: 30px 10px;
}

.footer-wraper {
    display: block;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    color: gray;
    padding-bottom: 30px;
    padding-top: 20px;
}

.footer-wraper .footer-center span {
    font-size: 16px;
    color: #ffffff;
}

.footer-left a {
    color: #ffffff;
    display: inline-block;
    line-height: 0;
    cursor: pointer;
}

.footer-left a:hover {
    text-decoration: none;
}

.footer-left span.allIcons img {
    margin: 3px;
}

.footer-section span.allIcons svg {
    margin: 0px 4px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #f6f7fb;
    font-family: "Poppins", sans-serif;
}

.checkbox input[type="checkbox"]:checked~.checkbox-ui {
    background: white;
    position: absolute;
    width: 18px;
    height: 18px;
}

.checkbox input[type="checkbox"]~.checkbox-ui {
    background: white;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    left: 6px;
    top: 3px;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:checked~.checkbox-ui:before {
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    top: 0px;
    left: 3px;
    font-size: 12px;
    color: #174d9b;
}

header.inner-header .triangle {
    position: absolute;
    top: 43px;
    z-index: 99999;
    left: 52px;
}


/* new css */

header.inner-header span.copyLink {
    background-color: lightgray;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
}

header.inner-header button.dropdown-item a {
    color: white;
    text-decoration: none;
    font-family: "Poppins";
}

header.inner-header .dropdown-toggle::after {
    display: none;
}

header.inner-header button.dropdown-toggle {
    border: none;
    background-color: transparent;
}

header.inner-header button.dropdown-item:first-of-type {
    border-bottom: 1px solid #ffffff3d;
}

header .container {
    padding-left: 0;
    padding-right: 0;
}

header.inner-header span.droparrow {
    margin-left: 11px;
}

header.inner-header .dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa00;
}

header.inner-header .dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #007bff00;
}

header.inner-header button.dropdown-item:focus {
    outline: none;
    border: none;
}

header.outer-header {
    padding-top: 20px;
}

header.inner-header .dropdown-menu.dropdown-menu-right:before {
    position: absolute;
    content: "";
    width: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 13px solid #778aa8;
    top: 29px;
    left: 50% !important;
    transform: translate(-50%);
}

header.inner-header .dropdown-menu.dropdown-menu-right.show {
    top: 55px;
    border: none;
    background-color: #778aa8 !important;
    font-size: 13px;
    left: -8px;
    padding: 0px;
}

header.inner-header button.dropdown-item {
    color: white;
    padding: 14px 16px;
}

header.outer-header button.dropdown-item {
    padding: 11px 16px !important;
}

header.inner-header button.dropdown-toggle:focus {
    outline: none;
}

body.contact-us {
    background-color: #f3f5f9;
}

.inner-header .hamburgar i.fas.fa-bars {
    font-size: 34px;
}

header.inner-header .text-center {
    text-align: left !important;
}

header.inner-header img.secondLogo {
    margin: 0px 27px;
}

header.inner-header .profilImag img {
    width: 35px;
}

header.inner-header .profilImag {
    padding: 0;
    line-height: 0;
}

header.inner-header {
    background-color: #ffffff;
    z-index: 1;
    position: sticky;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}

header.inner-header a.navbar-brand svg {
    padding-top: 9px;
    height: 40px;
    width: 241px;
    padding-left: 13px;
}

body.contact-us .customer h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.wraper.contact-page .row.contactUs p.tab {
    position: absolute;
    top: -67px;
    left: -28px;
}

.contactUs span.customers {
    margin-top: 10px;
}

.contact-page .contactForm {
    width: 100%;
    margin: 0 auto;
}

.contact.contactForm {
    width: 84%;
}

img.secondLogo {
    display: none;
}

.contactForm header.inner-header {
    height: 72px;
    background-color: #ffffff;
    z-index: 1;
    position: sticky;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

header.inner-header a.navbar-brand img {
    width: 200px;
    padding-top: 5px;
    padding-left: 5px;
}

header.inner-header ul li {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 6px 12px;
    font-weight: 500;
}

header.inner-header .btn-group.show {
    width: 100%;
    text-align: left;
}

.right-content .profilImag {
    margin: 0px 10px;
}

header.inner-header ul.navbar-nav.ml-auto a.nav-link {
    color: #3d4964;
    font-family: "Poppins", sans-serif;
    margin-left: 10px;
    cursor: pointer;
}

header.inner-header .collapse.show {
    display: block;
    /* height: 130px; */
    height: auto;
}

header .navbar-collapse {
    background-color: white;
    margin-top: 11px;
}

header.inner-header a.nav-link.firstLink {
    color: gray !important;
    font-family: "Poppins", sans-serif;
}

header.inner-header ul {
    display: flex;
    text-align: right;
    justify-content: end;
}

.top-header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.uper.logoDiv {
    text-align: center;
    margin: 20px 0px;
}

.uper.logoDiv h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #3d4964;
    font-family: "Poppins", sans-serif;
}

.uper.logoDiv h2 {
    text-align: center;
    color: #3d4964;
    font-family: "Poppins";
    font-weight: 500;
}

.uper.logoDiv h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
}

.login-wraper,
.registerr {
    box-shadow: #184d9b24 5px 7px 40px 0;
    padding: 55px 176px;
    border-radius: 32px;
    margin-top: 20px;
    margin-bottom: 70px;
    background-color: #fff;
}

.login-wraper .icon-login {
    position: relative;
}

.login-wraper1 .login-wraper form {
    margin-top: 35px;
}

.login-wraper .icon-login svg {
    position: absolute;
    top: 14px;
    left: 14px;
    max-width: 24px;
}

.login-wraper input {
    height: 52px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.login-wraper .pwd-iconn input[type="password"] {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 60px;
}

.login-wraper .pwd-iconn.icon-login input::placeholder {
    font-size: 28px;
    color: #777777;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.login-wraper .form-group {
    position: relative;
}

.login-wraper .pwd-iconn.icon-login input {
    padding-left: 40px !important;
    height: 50px;
}

.login-wraper input {
    padding-left: 48px;
    height: 50px;
}

.login-wraper h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
    padding-top: 30px;
}

.wraper.forgotP-bg .rest-pasword {
    padding: 30px 30px;
}

.wraper.forgotP-bg .text-center {
    margin-top: 80px;
}

.wraper.forgotP-bg .text-center h2 {
    color: white;
    font-weight: 700;
}

.wraper.forgotP-bg .text-center span {
    text-decoration: underline;
}

.page-content.two-steps input.form-control.authentication {
    padding-left: 20px;
}

.login-wraper .IconsDiv.dateIcon span.iconSwg {
    pointer-events: none;
}

.login-wraper .IconsDiv.dateIcon input#modified {
    padding-right: 7px;
}

.login-wraper .form-control {
    border: none;
    /* box-shadow: #184d9b30 0px -1px 12px; */
    margin-bottom: 10px;
    background-color: #f7f7f7 !important;
}

.top-header span {
    text-decoration: underline;
}

.top-header h2 {
    color: white;
    font-weight: 700;
}

.login-wraper .form-group label {
    padding-left: 19px;
    color: #3d4964;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    word-break: break-word;
}


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

.twobtns .memberss {
    width: 48%;
}


/* .login-wraper form {
    padding-top: 50px;
} */

.login-wraper .icon-login i.fas.fa-key {
    font-size: 20px;
    padding-top: 5px;
}

.login-wraper .form-check.pasword-filed {
    /* padding-bottom: 30px; */
    display: block;
    justify-content: space-between;
    margin-top: 30px;
}

.login-wraper .checkbox {
    margin: 16px 1px;
}

.login-wraper .login-btn {
    text-align: center;
    padding-bottom: 20px;
}

.login-wraper .login-btn button[type="button"],
.login-wraper .login-btn button {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 150px;
    margin-top: 20px;
    height: 44px;
    line-height: 18px;
}

.login-wraper .login-btn button[type="submit"]:hover {
    background: #3070cf;
}

.login-wraper .login-btn span {
    font-size: 16px;
    font-weight: 500;
}

.login-wraper label.form-check-Forgot a {
    color: #3d4964;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}

.login-wraper .login-btn a {
    color: #3d4964;
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.login-wraper h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #3d4964;
    font-family: "Poppins", sans-serif;
}

.login-wraper label.form-check-Forgot {
    font-family: "Poppins", sans-serif;
}

.wraper {
    max-width: 800px;
    margin: 0 auto;
}

.page-content.twoFactor-page .wraper {
    max-width: 100%;
    margin: 0 auto;
}

.wraper .pasword-filed label.form-check-label {
    margin-left: 10px;
    color: #3d4964;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.login-wraper .form-check.pasword-filed input[type="checkbox"] {
    height: 13px;
}

.login-wraper form a {
    color: #3d4964;
    text-decoration: none;
}

@media (min-width: 576px) and (max-width:767px) {
    .pricingPage .infor-heading h4 {
        font-size: 18px;
        line-height: 25px;
        margin: 0;
        padding: 20px 0 0 0;
    }
}


@media (max-width: 767px) {

    .container.submembersPage .searchtexet {
        margin-bottom: 8px;
    }

    .submembrDiv.secnd {
        padding-top: 0px;
    }

    .ongong-wraper .mob-price {
        justify-content: center;
    }

    .login-wraper {
        padding: 30px 25px;
    }

    .login-wraper form {
        padding-top: 10px !important;
    }

    .wraper .login-wraper h3 {
        font-size: 26px;
    }

    .login-wraper .login-btn button[type="submit"] {
        padding: 8px 10px;
        margin-bottom: 20px;
    }
}


@media (max-width:575px) {
    .ongong-wraper {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .pricingPage .ongong-wraper .cardDiv .mob-price {
        padding: 17px 12px;
        justify-content: flex-start;
    }

    .pricingPage .ongong-wraper .cardDiv .mob-price .info-details {
        display: block;
        order: 2;
    }

    .pricingPage .ongong-wraper .cardDiv .mob-price .priceImage {
        order: 1;
        margin-right: 10px;
    }

    .pricingPage {
        padding: 15px 15px !important;
        max-width: 90%;
    }
}



input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
}

.register-page input {
    padding: 0px 22px;
}

.IconsDiv {
    position: relative;
}

span.iconSwg {
    position: absolute;
    top: 43px;
    right: 10px;
    pointer-events: none;
}

.register-page svg,
.paymentPage svg {
    width: 14px;
}

.register-page .dateIcon svg {
    width: 24px !important;
    height: 24px;
}

p.tab {
    position: absolute;
    top: 0;
    left: 0px;
}

.login-wraper.rest-pasword p.tab {
    position: absolute;
    top: 48px;
    left: 40px;
}

p.tab i.fas.fa-arrow-circle-left {
    margin-right: 10px;
}

p.tab button {
    border: 1px solid white;
    background: #344c7000;
    border-radius: 5px;
    color: #fdfdfd;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    outline: none;
}

p.tab button i.fas.fa-arrow-circle-left {
    color: #324b70;
    font-size: 30px;
}

.register-page button.registerBtn {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 210px;
    margin-top: 30px;
}

.register-page button.registerBtn:hover,
.login-wraper .login-btn button[type="button"]:hover,
.subregister-page button.registerBtn:hover,
.sub-demandVideo .comentBtn button.comnt-btn:hover,
.Contactus-register-btn button.btnSubmit:hover,
.editagent button.nextBtn:hover,
.modal-body.addmember-popup button.nextBtn:hover,
.container.paymentPage button.paymentBtn:hover,
.paymentPage button.paymentBtn:hover {
    background-color: #276acd;
}

.register-page button.registerBtn a {
    color: white !important;
    text-decoration: none;
}

.register-page button.registerBtn a:hover {
    color: white;
}

.register-page .login-wraper select,
.profile-page .login-wraper select,
.members-page .login-wraper select,
.paymentPage .payment-field select,
.modal-header input.form-control.login-mail {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 34px;
}

.register-page .login-wraper form {
    padding-top: 32px;
}

.register-page {
    max-width: 100%;
    width: 100%;
}

.register-field {
    display: flex;
    text-align: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0;
}

.wraper.register-page select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 34px;
}

.register-page .login-register-btn button[type="submit"] {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 15px 15px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 210px;
}

.register-page .login-register-btn button[type="submit"]:hover {
    background: #3070cf;
}

.register-page .register-wraper {
    padding: 10px 24px;
}

.register-page .register-wraper .form-group label {
    padding-left: 6px;
    font-family: "Poppins", sans-serif;
    word-break: break-word;
}

.register-page h1 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
}

.register-page .radioBar {
    margin-left: 0;
    padding-left: 20px;
}

.register-page label.fisrt {
    margin-right: 55px;
}

.register-page span {
    font-family: "Poppins", sans-serif;
    padding-left: 10px;
    padding-top: 5px;
}

.register-page .form-check.pasword-filed img {
    width: 14px;
    height: 17px;
    margin-top: -7px;
}

.modal-body.addmember-popup textarea.form-control {
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    height: 59px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.modal-body.addmember-popup textarea::placeholder {
    font-size: 15px;
}

.modal-body.addmember-popup span.iconSwg {
    position: absolute;
    top: 61%;
    right: 10px;
    pointer-events: none;
}

.modal-body.addmember-popup .login-btn button {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 150px;
    margin-top: 30px;
}

.register-page input::placeholder,
body.contact-us input::placeholder,
.register-page textarea#exampleFormControlTextarea1::placeholder,
.container.paymentPage .payment-field input::placeholder,
.container.paymentPage .payment-field textarea::placeholder {
    color: #939598;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.registerr input::placeholder {
    color: #777777;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.register-page select {
    font-family: "Poppins", sans-serif;
    color: #3d4964a8 !important;
}

.register-page .register-wraper input,
.register-page .register-wraper select {
    padding: 7px 14px 4px;
    font-family: "Poppins", sans-serif;
    height: 50px !important;
    line-height: 40px;
}

.register-page .radioBar {
    display: flex;
    align-items: center;
}

.register-page .radioBar .radioBar-listing {
    padding-left: 25px;
    position: relative;
}

.register-page .radioBar .radioBar-listing input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 0px;
    margin: 0;
    top: 4px;
}

.register-page .radioBar .radioBar-listing label {
    padding-left: 0px !important;
}

.register-page .radioBar .radioBar-listing:not(:first-child) {
    margin-left: 25px;
}

.register-wraper .form-control {
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    margin-bottom: 30px;
    background-color: #fff;
}

.register-wraper .form-group label {
    padding-left: 10px;
    color: #3d4964;
    font-size: 18px;
    font-weight: 500;
}

.register-wraper h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #3d4964;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.register-wraper .form-group {
    position: relative;
}

.register-wraper,
.registerr {
    box-shadow: #184d9b24 5px 7px 40px 0;
    padding: 60px 176px;
    border-radius: 32px;
    margin-bottom: 50px;
    background-color: #fff;
}

.wraper.forgotP-bg .rest-pasword {
    padding: 30px 30px;
}

@media (max-width: 767px) {
    .register-page .login-wraper {
        padding: 30px 10px;
    }

    .register-page span {
        padding-left: 0px;
    }

    .register-page .login-register-btn {
        text-align: center;
    }

    .register-page .login-register-btn button[type="submit"] {
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
        padding: 12px 8px 15px;
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.password-section .pasword-filed {
    text-align: center;
    width: 95%;
    margin: 10px auto;
    color: #3d4964;
}

.login-wraper input.form-control.resetP {
    padding-left: 20px;
}

.page-content.twoFactor-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.twoFactor-page .login-wraper form {
    padding: 20px 0 0px 0;
    max-width: 465px;
    margin: 0 auto;
}

.page-content.twoFactor-page h3 {
    font-size: 26px;
}

.twoFactor-page .login-wraper form input {
    height: 48px;
}

.twoFactor-page .login-wraper {
    padding: 40px;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 60px;
}

.twoFactor-page h5 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    color: #3d4964;
    font-family: "Poppins", sans-serif;
    padding-top: 20px;
    font-weight: 600;
}

.twoFactor-page .wraper button.btn.btn-primary {
    text-transform: capitalize;
}

@media (max-width: 640px) {
    .page-content.twoFactor-page h3 {
        font-size: 20px;
    }

    .twoFactor-page .login-wraper {
        padding: 40px 30px 15px !important;
    }

    .twoFactor-page .login-wraper button[type="submit"] {
        margin: 0px 0px 20px !important;
    }

    .twoFactor-page .login-wraper form input {
        margin-bottom: 20px;
    }
}

.page-content.contactUs .contacts {
    box-shadow: #184d9b24 5px 7px 40px 0;
    padding: 60px 15px;
    border-radius: 32px;
    margin-top: 0px;
    margin-bottom: 50px;
    background: white;
}

.wraper.contact-page .login-wraper {
    background-color: #ffffff;
}

.wraper.contact-page button.btnSubmit {
    width: 170px !important;
}

.wraper.contact-page input {
    border: none;
    border-radius: 5px;
    height: 50px;
    background-color: #f7f7f7 !important;
}

.contact-page .captcha {
    position: relative;
}

.contact-page label.capthas {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
}

.captcha label.capthas span {
    font-size: 18px;
    color: #3d4964;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.wraper.contact-page .captcha {
    height: 14px;
    margin-left: 16px;
}

.wraper.contact-page {
    max-width: 100%;
    margin: 0 auto;
}

.wraper.contact-page .login-register-btn {
    text-align: center;
}

.page-content.contactUs .wraper.contact-page form {
    margin-top: 50px;
}

.Contactus-register-btn {
    margin: 0 auto;
}

.Contactus-register-btn button.btnSubmit {
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-top: 20px;
    color: white;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    height: 57px;
}

.page-content.contactUs .email-icon.icon-login textarea {
    border: none;
    margin-top: 35px;
    padding-left: 20px;
    padding-top: 18px;
    background-color: #f7f7f7 !important;
}

.wraper.contact-page button.btn.btn-primary {
    width: 30%;
    margin-top: 30px;
}

.wraper.contact-page .contactUs {
    /* box-shadow: rgb(24 77 155 / 13%) 3px 0px 12px; */
    padding: 20px;
    margin: 0 auto 30px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.wraper.contact-page .contactUs h4 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
    padding-top: 18px;
    padding-bottom: 10px;
    font-size: 17px;
}

.wraper.contact-page span.customer {
    margin-left: 10px;
    margin-top: 0px;
    word-break: break-word;
    font-size: 14px;
    text-align: left;
}

.wraper.contact-page span.tech {
    font-size: 19px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #313e51;
}

.wraper.contact-page span.customer a {
    color: #858181;
}

.contact-text {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    color: #3d4964;
    margin-bottom: 30px;
}

.wraper.contact-page .icon-login i.far.fa-envelope,
i.fas.fa-key {
    left: 20px;
}

body.contact-us .customer {
    text-align: center;
}

ul.nav.nav-pills.tabsBarr {
    background: #184d9b;
    padding: 0px;
    display: block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

ul.nav.nav-pills.tabsBarr li {
    margin: 0px 15px;
    line-height: 10px;
    padding: 0px;
}

ul.nav.nav-pills.tabsBarr li a {
    color: #bfd5f4;
    text-decoration: none;
    display: block;
    font-size: 16px;
    padding: 20px 10px 20px;
    cursor: pointer;
    font-family: "Poppins";
}

.table-section table.table.table-striped thead {
    background: #184d9b;
    color: white;
    text-transform: uppercase;
}

.table-wraper.table-responsive tr td {
    color: #3d4964;
    font-size: 16px;
    font-family: "Poppins";
    margin-top: 8px;
    padding: 17px 7px 17px 9px;
    font-weight: 400;
}

.edit_icon i.fa-solid.fa-pen {
    color: #fffffffa;
    cursor: pointer;
}

.table-wraper .edit_icon {
    width: 30px;
    height: 30px;
    background-color: #504c4c;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    margin: 0 auto;
}

.tabsBarr a.nav-link {
    color: white;
}

.tabsBarr .nav-tabs {
    border-bottom: 1px solid #dee2e600;
    display: block;
}

.tab-detail div#myTabContent {
    width: 100%;
}

.membersPage input.texted.scnd {
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.membersPage .serchMembrs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}

.membersPage .serchMembrs select:focus-visible,
.container.paymentPage button.paymentBtn:focus-visible {
    outline: none;
}

.membersPage .serchMembrs {
    position: relative;
    display: flex;
    align-items: center;
}

.membersPage .serchMembrs span.arrowUp {
    position: absolute;
    top: 11px;
    right: 8%;
}

.membersPage label {
    padding-left: 3px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
}

.membersPage .threeBtns {
    margin-top: 40px;
}

.three-butns {
    margin-top: 40px;
    text-align: left;
}

.membersPage select {
    border: 1px solid #80808029;
    border-radius: 4px;
    background: transparent;
    width: 100%;
    height: 48px;
}

.membrDiv {
    padding: 22px 0px;
    border-bottom: 1px solid #93959847;
}

.membersPage input.texted {
    width: 100%;
    padding: 10px;
    border: 1px solid #80808033;
    border-radius: 3px;
    background-color: transparent;
    height: 45px;
    font-size: 14px;
    outline: none;
}

.membrDiv button {
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #45b234;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0px;
    height: 50px;
    border: 1px solid #dbdbdb;
    outline: none;
}

.members-tab {
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    padding: 0;
    margin-bottom: 40px;
}

.membersPage span.searchMbrs {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
}

.membersPage input::placeholder {
    color: #c3c3c3;
    color: #777777;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.three-butns button.req,
button.edit,
button.add {
    width: 100%;
    height: 45px;
    font-size: 15px;
    outline: none;
}

.three-butns button.edit {
    background: transparent;
    border: 1px solid #8080803b;
    outline: none;
}

.three-butns button.add {
    background: #209547;
    color: #fff;
    border: none;
}

.table-section {
    border-radius: 3px;
}

table.table.table-striped tr a {
    color: #184d9b;
}

table.table.table-striped {
    border: 1px solid #edeff3;
}

.membrDiv.secnd {
    border-bottom: 1px solid #edeff300;
}

.members-pages .page,
.tabsBar .page {
    display: flex;
    justify-content: space-between;
    margin-top: -17px;
    border: 1px solid #edeff3;
    padding: 7px 10px;
    margin-bottom: 50px;
    align-items: center;
}

.members-pages ul.pagination {
    margin-bottom: 0px;
}

.left-content a {
    color: #3d4964;
}

.customer {
    padding: 10px 0px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

body.members-pages ul.pagination li.page-item a.page-link {
    color: #3d4964;
    border: none;
}

.table-section.table-ui-same ul.pagination li {
    background-color: #00000021;
    margin: 5px;
    width: 30px;
    height: 33px;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
}

.table-section.table-ui-same ul.pagination li.active {
    background-color: #184d9b;
}

.table-ui-same ul.pagination li a {
    color: black;
}

ul.pagination li a.active {
    color: #ffffff !important;
}

.page ul.pagination a.page-link {
    color: #3d4964;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.tabsBar .pagination {
    margin-bottom: 0px;
}

.members-tab {
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}

.page .page-item.active .page-link {
    z-index: 1;
    color: #bfbfbf;
    background-color: #efefef;
    border-color: #007bff00;
    padding: 6px 15px;
    border-radius: 3px;
}

.members-tab thead {
    padding: 10px 20px;
    background-color: #184d9b;
    color: white;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.members-tab .table thead th {
    padding: 15px 26px;
}

.members-tab .table td,
.table th {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding: 11px 20px;
}

.page .right-content,
.left-content {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #646d82;
    font-size: 15px;
    padding-right: 10px;
}

.left-content {
    display: none;
}

.tabsBar .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #fff0;
    border-color: rgba(255, 255, 255, 0);
}

.tabsBar .nav-tabs .nav-link {
    border: 1px solid rgba(255, 255, 255, 0);
}

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab1 .nav-pills>li>a {
    border-radius: 0;
}

#exTab3 .nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.demandVideo {
    margin-top: 60px;
}

.allBtns {
    display: flex;
}

.allBtns .likeBtn .dislikeBtn {
    margin: 10px 20px;
}

.likeBtn,
.dislikeBtn,
.shareBtn {
    margin: 13px 23px 7px 0px;
    display: flex;
    align-items: center;
}

.demandVideo .allBtns {
    margin-left: 10px;
    margin-top: 10px;
}

.demandVideo .demand-text {
    margin-left: 10px;
}

.demandVideo .demand-text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
}

.demandVideo .viewsDiv {
    margin-left: 10px;
}

.demandVideo .viewsDiv span {
    font-size: 14px;
    font-family: "Poppins";
}

.demandVideo .videoDemo-wraper img {
    border-radius: 15px;
    box-shadow: #184d9b 0px 3px 35px -12px, rgb(0 0 0 / 17%) 0px 4px 6px -2px;
    margin-bottom: 30px;
}

.demandVideo .allBtns i.far.fa-thumbs-up,
i.far.fa-thumbs-down,
i.fas.fa-share {
    font-size: 20px;
    color: gray;
    margin: auto 0;
}

.demandVideo .allBtns span {
    font-size: 13px;
    color: gray;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.demandVideo .coment-wraper {
    width: 88%;
    margin: 30px 5px;
}

.demandVideo .nameFiled {
    height: 50px;
    border: 1px solid #80808033;
    margin: 16px 0px;
}

.demandVideo .textFiled {
    border: 1px solid #80808033;
    margin: 30px 2px;
}

.demandVideo .comentBtn button.comnt-btn {
    background: #184d9b;
    border: none;
    height: 42px;
    border-radius: 5px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 70%;
    cursor: pointer;
}

.demandVideo .comentBtn {
    text-align: center;
}

.demandVideo .coment-wraper input::placeholder {
    color: #777777;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.demandVideo .coment-wraper span {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
}

.rightBar .topVideo {
    border-left: 5px solid #184d9b;
    margin-bottom: 27px;
}

.rightBar h3 {
    margin-left: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.videoDemo-wraper {
    position: relative;
}

.sideVideo-content {
    position: relative;
}

.rightBar span.video-text {
    position: absolute;
    top: -103px;
    left: 21px;
    color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 94%;
}

.demandVideo .coment-section {
    padding: 0px 10px;
    color: #3d4964;
}

.videoDemo-wraper img.largeImg {
    width: 98%;
}

.tabsBar.container {
    box-shadow: #184d9b24 5px 7px 40px 0;
    padding: 0px;
    background-color: white;
    overflow: hidden;
}

td.actionIcons .delete i.fa-regular.fa-trash-can {
    font-size: 21px;
    color: white;
    background: #d94846;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.table-ui-same th {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    padding: 14px 15px 9px;
}

.table-ui-same tbody td {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 12px 11px 9px;
    color: #3d4964;
}

.video-wraper .Video-content {
    position: relative;
}

.video-wraper span.video-text {
    position: absolute;
    top: -70px;
    left: 10px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 0px 12px;
}

.video-wraper img {
    border-radius: 20px;
    box-shadow: #184d9b 0px 3px 30px -12px, rgb(0 0 0 / 17%) 0px 4px 6px -2px;
}

.video-wraper {
    margin: 40px 20px;
    height: auto;
    padding-bottom: 50px;
}

.video-wraper .video-section {
    margin: 10px 0px;
}

.container.pricingPage {
    box-shadow: #184d9b24 5px 7px 40px 0;
    padding: 30px 60px;
    border-radius: 10px;
    /* margin-top: 50px; */
    margin-bottom: 50px;
    background-color: #fff;
}

.pricing-card-heading {
    padding: 20px 0px;
}

.pricing-card-heading h3 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.pricingPage .card-heading h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #3d4964;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
    font-size: 30px;
}

.pricingPage .ongoing-div {
    margin-top: 100px;
}

.pricingPage .card-heading span.price {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    color: #3d4964;
}

.pricingPage .card-heading {
    text-align: center;
    padding: 15px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.pricingPage .card-heading span.setup {
    color: #2a51be;
    font-size: 26px;
}

.pricingPage .card-heading.overviewDiv h4 {
    margin-bottom: 0px;
}

.pricingPage .card-wraper {
    text-align: center;
    background: #5190f1;
    padding: 9px 4px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    height: 87px;
    border-left: 2px solid #6ba4fd;
    border-right: 2px solid #6ba4fd;
    border-top: 2px solid #6ba4fd;
    border-radius: 18px 18px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricingPage .card-wraper p {
    margin: 0;
}

.monthPrice span.cut-price {
    text-decoration: line-through;
}

.priceNote {
    width: 100%;
    text-align: center;
    padding: 35px 0 0 0;
}

.priceNote p {
    font-family: 'poppins', sans-serif;
    margin: 0;
    font-weight: 500;
    color: #ee7670;
    font-size: 15px;
}

.pricingPage .bottom-list {
    background-color: #6ba4fd;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: -1px;
    padding: 7px;
    border-left: 2px solid #6ba4fd;
    border-right: 2px solid #6ba4fd;
}

.pricingPage {
    margin-bottom: 50px;
    padding: 40px 40px 75px 40px;
    position: relative;
}

.pricingPage .cardBtn button.priceSign {
    border: none;
    width: 90%;
    border-radius: 37px;
    background-color: #184d9b;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    height: 48px;
}

.pricingPage .cardBtn button.priceSignd {
    border: none;
    width: 90%;
    border-radius: 37px;
    background-color: #ebebeb;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    color: #0a244b;
    outline: none;
    cursor: pointer;
    height: 48px;
}

.pricingPage .cardBtn button.priceSignd a {
    color: #184d9b;
    text-decoration: none;
}

.pricingPage .cardBtn {
    text-align: center;
    padding: 34px 8px 30px 10px;
    border-left: 2px solid #6ba4fd;
    border-right: 2px solid #6ba4fd;
}

.pricingPage .cardDiv {
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0px 3px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
    font-size: 15px;
}

.pricingPage .cardDiv .set-text,
.monthPrice,
.agent {
    padding: 20px 28px 23px;
    text-align: center;
    height: 90px;
    color: #3d4964;
    border-left: 2px solid #6ba4fd;
    border-right: 2px solid #6ba4fd;
}

.monthPrice {
    border-bottom: 2px solid #6ba4fd;
    border-radius: 0px 0px 10px 12px;
}

.pricingPage .cardDiv .agent {
    padding-top: 20px;
}

.pricingPage .set-text {
    background-color: #f8f8f8;
    height: 79px !important;
}

.pricingPage .cardDiv .chekMark {
    border-top: 1px solid #f2f2f2;
    padding: 20px;
    text-align: center;
}

.pricingPage .cardDiv .botomCard {
    background-color: #4646a9;
    padding: 10px;
    color: white;
    text-align: center;
}

.pricingPage .infoDiv {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #3d4964;
    font-size: 16px;
    border-radius: 10px;
}

.pricingPage .infor-heading {
    padding-bottom: 6px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-left: 9px;
}

.pricingPage .info-detail {
    padding: 0;
    min-height: 74px;
    display: flex;
    align-items: center;
}

.pricingPag .row .setupWraper {
    padding: 0px 20px;
}

.card-heading.overviewDiv {
    background-color: #5190f1;
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: 15px;
}


/* add sub agent css */

.help-block {
    color: red;
    margin-top: 5px;
    color: red;
    margin-top: 5px;
    padding: 0px 15px;
    font-size: 14px;
}

input[type="file"] {
    width: 100%;
    padding: 13px;
    background-color: #184d9b;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: white;
}

.addmember-popup input.form-control {
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    height: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.addmember-popup label {
    margin: 0 0 6px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #3d4964;
    padding-left: 0;
    /* width: 24px; */
    /* height: 24px; */
    /* position: relative; */
}

.addmember-popup table .optionalUI label {
    margin: 4px 0 0px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #3d4964;
    padding-left: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

.addmember-popup select {
    padding: 7px 14px 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    height: 48px;
    line-height: 40px;
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    font-size: 15px;
    color: gray;
}




span.ext-lbs {
    color: #3d4964;
    padding-left: 6px;
}

.inputweight {
    max-width: 125px;
    float: right;
    width: 100%;
    background: #f7f7f7;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 8px 9px 8px 10px;
}

.inputweight input,
.inputweight input:focus {
    background: #fff;
    height: 33px !important;
    box-shadow: none !important;
    color: #3d4964;
    padding-right: 0px;
}

.specify {
    max-width: 182px;
    width: 100%;
    float: right;
}

.specify input,
.specify input:focus {
    background: #f7f7f7;
    box-shadow: none !important;
}

.popup-footer button.backBtn {
    background-color: #dbdada;
    border: none;
    color: #0c0b0b;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 10px 30px;
}

.addDiv button.backBtn {
    background-color: #eeeeee;
    border: none;
    padding: 10px 30px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.addDiv button.nextBtn {
    background-color: #184d9b;
    border: none;
    padding: 10px 30px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.content-wrapper {
    padding: 40px 30px;
    overflow: hidden;
}

.content-wrapper h2.wow.fadeInUp {
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.content-wrapper p.wow.fadeInUp {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #666666;
}

.innerpagebanner.privacy_policy {
    background-image: url("/assests/images/privacy.jpg");
}

.background_image1 {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.background_image {
    background-image: url("../images/Payment_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    height: 100vh;
}

.login-wraper1 {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: auto;
}

.sub-agent-bg {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: auto;
}

.contact-bg {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.terms-bg {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.privacy-bg {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.two-stepsA {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.two-stepsA .two-steps {
    margin: 26px 10px 10px 8px;
}

.alert.success.member-successed {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: green;
    margin-top: 37px;
    background-color: #45b23429;
    width: 380px;
    margin: 37px auto 24px;
}

.alert.alert-success.member-successed {
    width: 350px;
    margin: 41px auto 25px;
    text-align: center;
}

.paymentPage1 {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.pricing-bg {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wraper.forgotP-bg {
    background-image: url("../images/Login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}


/* .background_image {
    background-image: url("../images/Payment_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
} */

.profile-bg {
    background-image: url("../images/Payment_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.register-bg {
    background-image: url("../images/Payment_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-bg2 {
    background-image: url("../images/Payment_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    height: 100vh;
}

.register1-bg {
    background-image: url("../images/Payment_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.forgot-password-bg {
    background-image: url("../images/Payment_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.wraper.forgot-password-bg input.form-control.create-paswrd {
    padding-left: 20px;
}

.content-wrapper strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000000ad;
}

.container.privacyPage .content-banner h1 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.innerpagebanner.ptr_style.privacy_policy .content-banner h1 {
    margin-left: 37px;
}

.container.privacyPage section.faq_bg .jumbotron-back a {
    color: #666666;
}

.container.privacyPage .content-banner p.tab {
    position: absolute;
    top: -42px;
    left: 0px;
}

p.tab button:focus-visible {
    outline: none;
}

.container.privacyPage {
    padding: 20px 0px 0px 0px;
    background-color: white;
    border-radius: 12px;
    margin-bottom: 50px;
    box-shadow: #184d9b24 5px 7px 40px 0;
    margin-top: 50px;
}

.innerpagebanner {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.content-wrapper .jumbotron-back {
    margin-bottom: 30px;
}

.forgot-paswrd h3 {
    font-size: 28px;
    font-weight: bold;
    color: #3d4964;
}

.forgot-paswrd .password-section .pasword-filed {
    text-align: center;
    width: 95%;
    margin: 10px auto;
    color: #3d4964;
}

.forgot-paswrd .password-section .pasword-filed span {
    font-size: 16px;
    font-weight: 500;
    color: #3d4964;
}

.password-section .form-group {
    position: relative;
}

.forgot-paswrd .password-section input {
    padding: 0px 22px;
    height: 50px;
}

.forgot-paswrd .forgotBtn {
    text-align: center;
}

.forgot-paswrd .password-section {
    box-shadow: #184d9b24 5px 7px 40px 0;
    border-radius: 32px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    text-align: center;
    padding: 40px;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 60px;
}

.forgot-btn button {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    max-width: 210px;
    margin-top: 20px;
    color: white;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    height: 57px;
}

.forgot-paswrd {
    padding-top: 50px;
    padding-bottom: 50px;
}

.password-section .form-control {
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    margin-bottom: 30px;
    background-color: #fff;
}

.forgotBtn button {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 15px 15px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 210px;
    margin-top: 20px;
}

.forgot-paswrd .password-section form {
    padding: 20px 0 0px 0;
    max-width: 465px;
    margin: 0 auto;
}

.stats-wraper {
    margin: 20px 0px;
}

.stats-wraper .chart-div img {
    border-radius: 10px;
}

.stats-wraper .chart-div {
    box-shadow: #184d9b24 5px 7px 40px 0;
    border-radius: 6px;
    margin-bottom: 20px;
}

.billing-page table.table {
    margin-top: 40px;
    border: 1px solid #80808029;
}

.billing-wraper tbody td,
.billing-wraper tbody th {
    vertical-align: middle;
}

.billing-wraper table.table.billingTable thead.thead th {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins";
    color: white;
}

.billing-page thead.thead-light {
    background-color: #334b71;
}

.billing-page thead.thead {
    background-color: #334b71;
    text-transform: uppercase;
}

.billing-page tr {
    border: 1px solid #f3f3f3;
}

.billing-page .table td,
.table th {
    border: unset !important;
    font-family: "Poppins";
    font-weight: 500;
    color: #3d4964;
    padding: 20px 10px;
}

.billing-page td.failedTable {
    color: #e34444;
}

.billing-page td.pendingTable {
    color: #ffc000;
}

.billing-page td.completedTable {
    color: #92d050;
}

.editpopup {
    position: relative;
}

.editpopup {
    width: 177px;
    background-color: #778aa8;
    border-radius: 5px;
    position: absolute;
    top: 73px;
    right: 31%;
    padding: 12px 10px;
    color: #ffffff;
    z-index: 9999;
    font-size: 14px;
    display: none;
}

ul.editDiv {
    text-align: start;
    padding: 0px;
    margin-bottom: 0px;
}

.editpopup ul.editDiv li {
    padding: 5px 10px;
    margin-bottom: 10px;
    list-style: none;
}

.modal-body.addmember-popup ul#progressbar {
    display: none;
}

.modal-body.editagent input {
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    height: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.addmember-popup input.next.action-button {
    color: #fff;
    background-color: #184d9b;
    border-color: #007bff;
    border: navajowhite;
    padding: 10px 19px;
    border-radius: 3px;
    margin-top: 25px;
    margin-left: 10px;
}

.profile-btn.login-register-btn input[type="submit"] {
    color: #fff;
    background-color: #184d9b;
    border-color: #007bff;
    border: navajowhite;
    border-radius: 3px;
    margin-top: 25px;
    margin-left: 10px;
    cursor: pointer;
}

input.previous.action-button {
    color: #fff;
    background-color: #184d9b;
    border-color: #007bff;
    border: navajowhite;
    padding: 10px 19px;
    border-radius: 3px;
    margin-top: 25px;
    margin-left: 10px;
}

.addmember-popup input.next.action-button:hover,
input.previous.action-button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.modal-body.addmember-popup form.popupForm input::placeholder,
.subEdit form.popupForm input::placeholder,
.modal-body.editagent form.popupForm input::placeholder,
.sub-demandVideo .coment-section input.form-control.nameFiled::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #6f7c8e;
    font-family: "Poppins", sans-serif;
}

#addmemb .radioBar-listing input[type="radio"] {
    position: absolute;
    left: 0;
    width: auto;
}

.customradio {
    display: flex;
    position: relative;
    flex-direction: row;
    width: 100%;
}

.customradio .radioBar-listing {
    width: 50%;
    position: relative;
    float: left;
    padding-left: 15px;
}

.customradio .radioBar-listing label input {
    opacity: 0;
}

.customradio .radioBar-listing label input~span.custom-radio-ui {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #b6d4ff;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.customradio .radioBar-listing label input:checked~span.custom-radio-ui:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #3468b3;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-body.addmember-popup.radioBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.editagent .row.popup-space {
    margin-top: 20px;
}

.editagent select#inputState {
    padding: 7px 14px 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    height: 48px;
    line-height: 40px;
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    font-size: 13px;
    color: gray;
}

.editagent label {
    margin-left: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #3d4964;
}

.editagent button.nextBtn {
    background-color: #184d9b;
    border: none;
    padding: 10px 30px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.radioBar.customradio {
    border: none;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 7px 14px 4px;
    font-family: "Poppins", sans-serif;
    height: 50px !important;
}

label.upload-custom {
    width: 100%;
    padding: 13px;
    background-color: #184d9b;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: white;
}

.wraper.Profile-page select {
    max-width: 100%;
}

.profilePage-wraper span.iconSwg svg {
    width: 14px;
}

.profilePage-wraper .dateIcon span.iconSwg svg {
    width: 24px;
    height: 28px;
}

.wraper.Profile-page input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
}

.wraper.Profile-page span.iconSwg {
    position: absolute;
    top: 54%;
    right: 18px;
}

.wraper.Profile-page span.iconSwg.care img {
    width: 16px;
    top: 20px;
    position: absolute;
    right: -14px;
}

.profile-btn.login-register-btn {
    margin-top: 15px;
}

.profilePage-wraper label {
    float: unset !important;
}

.profilePage-wraper select {
    width: 100%;
    height: 50px;
}

.profilePage-wraper button {
    height: auto !important;
}

.profilePage-wraper {
    padding: 10px 14px;
}

.profilePage-wraper h1 {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    color: #3d4964;
}

.profilePage-wraper .form-group label {
    padding-left: 19px;
    font-family: "Poppins", sans-serif;
    word-break: break-word;
    margin-bottom: 10px;
}

.profilePage-wraper .form-control {
    border: none;
    /* box-shadow: #184d9b30 0px -1px 12px; */
    margin-bottom: 30px;
    background-color: #fff;
    background-color: #f7f7f7 !important;
}

.profilePage-wraper input {
    padding: 7px 14px 4px;
    font-family: "Poppins", sans-serif;
    height: 44px;
    line-height: 35px;
}

.profilePage-wraper input {
    padding: 0px 22px;
}

.profilePage-wraper .dateIcon input {
    padding: 0px 12px 0 22px;
}

.profilePage-wraper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 34px;
}

.profilePage-wraper label.form-check-label {
    padding-top: 0px;
}

.profilePage-wraper select {
    padding: 0px 15px;
}

.profilePage-wraper .profileArrow {
    position: relative;
}

.profilePage-wraper .profile-heading {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Poppins";
}

.profilePage-wraper .radioBar .radioBar-listing {
    padding-left: 0px;
    position: relative;
    margin-right: 51px;
    display: flex;
    align-items: center;
}

.profilePage-wraper .radioBar {
    margin-left: 26px;
    padding-left: 10px;
    display: flex;
}

.Profile-page {
    max-width: 100%;
    width: 100%;
}

.profilePage .radioBar .radioBar-listing input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 18px;
    position: absolute;
    left: -28px;
    margin: 0px 9px 10px 10px;
}

button.profileBtn {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 210px;
    margin-top: 30px;
}

button.profileBtn a {
    color: white;
    text-decoration: none;
}

@media screen and (min-width: 768px) {

    .login-wraper,
    .registerr {
        margin-top: 50px;
    }

    .login-wraper.rest-pasword .login-wraper .pasword-filed {
        text-align: left;
        padding-bottom: 20px;
        padding-left: 18px;
    }

    .login-wraper .pasword-filed {
        text-align: center;
    }

    header.inner-header .dropdown-menu.dropdown-menu-right:before {
        top: -11px !important;
    }

    .tabsBar.container {
        margin-top: 56px;
    }

    .addmember-popup .popup-space {
        margin-top: 20px;
    }

    header.inner-header ul.navbar-nav.ml-auto a.nav-link {
        margin-left: 0px;
    }

    .page-content.contactUs .contacts {
        margin-top: 50px;
    }

    .profilePage-wraper {
        padding: 60px 94px;
    }

    .login-wraper .form-check.pasword-filed {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }

    .login-wraper .checkbox {
        margin: 0px 0px;
    }

    .register-page .register-wraper .form-group label {
        padding-left: 16px;
    }

    .register-page .register-wraper {
        padding: 30px 94px;
    }

    .ongong-wraper .cardDiv {
        margin-top: 0px !important;
    }

    .ongong-wraper .infor-heading h4 {
        color: #3d4964;
        font-weight: bold;
        font-size: 22px;
    }

    .ongong-wraper .mob-price {
        display: block;
    }

    .ongong-wraper .priceImage img {
        width: 30px;
    }

    .membersPage .serchMembrs span.arrowUp {
        position: absolute;
        top: 11px;
        right: 52px;
    }

    header.inner-header a.navbar-brand img {
        width: unset !important;
        padding-top: 0px;
    }

    header.inner-header ul li {
        margin: 0px 12px;
    }

    header.inner-header a.navbar-brand svg {
        padding-top: 9px;
        height: 40px;
        padding-left: 0px;
    }

    ul.tabsBarr li a.active {
        border-bottom: 2px solid white;
        color: white !important;
    }

    .three-butns {
        text-align: left;
    }

    .membrDiv {
        padding: 40px 0px;
    }

    .tabsBar .nav-tabs {
        background: #184d9b;
        display: flex;
        padding: 13px 17px;
    }

    img.secondLogo {
        display: revert;
    }

    .membrDiv {
        padding: 40px 20px;
        border-bottom: 1px solid #93959847;
    }

    .membrDiv.secnd {
        padding: 47px 30px;
    }

    .membersPage label {
        float: left;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        color: #3d4964;
    }

    .membersPage button.srchBtn {
        margin: 0px 0px;
        width: 100%;
        font-size: 14px;
        cursor: pointer;
        max-width: 245px;
    }

    .membersPage input.texted.scnd {
        width: 100%;
    }

    .membersPage select {
        width: 80%;
    }

    .membersPage select {
        width: 100%;
        height: 45px;
        max-width: 244px;
    }

    .membersPage input.texted {
        width: 100%;
    }

    .membersPage .three-butns {
        margin-top: 40px;
        text-align: left;
    }

    .membersPage .table-section {
        padding: 10px;
        border-radius: 3px;
    }

    .membersPage .video-wraper {
        padding-bottom: 50px;
    }

    .membersPage .three-butns button.req,
    button.edit,
    button.add {
        width: 250px;
        height: 45px;
        font-size: 14px;
        outline: none;
        cursor: pointer;
        border: none;
    }

    .pricingPage .ongong-wraper {
        width: 100%;
        margin-top: 60px;
    }

    header.outer-header {
        padding-top: 40px;
    }

    .page-content.contactUs .contacts {
        padding: 60px 30px;
        max-width: 100%;
        /* margin: 0 auto; */
    }

    .contact-page label.capthas {
        top: 48px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #9a9d9e;
    }

    .contact-page label.capthas {
        font-size: 17px;
    }

    .wraper.contact-page .contactUs h4 {
        font-size: 22px;
    }

    .wraper.contact-page .form-group.extraDiv {
        padding-top: 10px;
    }

    .demandVideo {
        margin-top: 60px;
    }

    .demandVideo .comentBtn button.comnt-btn {
        width: 25%;
    }

    .demandVideo .comentBtn {
        text-align: right;
    }

    .demandVideo .allBtns i.far.fa-thumbs-up,
    i.far.fa-thumbs-down,
    i.fas.fa-share {
        font-size: 26px;
    }

    .demandVideo .allBtns span {
        font-size: 17px;
    }

    .demandVideo .allBtns span {
        font-size: 13px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        color: #3d4964;
    }

    .demandVideo .allBtns span.btnNumber {
        padding-left: 6px;
    }

    .rightBar span.video-text {
        top: -87px;
        left: 8px;
        font-size: 16px;
        width: 100%;
    }

    .video-section {
        margin: 20px 14px;
    }

    .detail-page .tab-content.clearfix {
        padding: 0px 50px;
    }

    .video-wraper span.video-text {
        top: -40px;
        padding: 0px 12px;
        font-size: 11px;
    }

    ul.nav.nav-pills.tabsBarr {
        display: flex;
    }

    .rightBar {
        padding: 0px 30px;
    }

    .footer-wraper {
        display: flex;
    }

    .wraper.contact-page .contactUs {
        width: 80%;
    }

    .wraper.contact-page span.customer {
        font-size: 16px;
    }

    .wraper.contact-page .captcha {
        height: 0px;
    }

    .card-heading.overviewDiv {
        margin-top: 5px;
    }
}

@media screen and (min-width: 1200px) {
    .video-wraper span.video-text {
        top: -61px;
        padding: 0px 12px;
        font-size: 16px;
        font-weight: 500;
    }

    .pricingPage .cardDiv .set-text,
    .monthPrice,
    .agent {
        padding: 20px 26px 20px;
    }
}

@media screen and (max-width: 574px) {
    .three-butns {
        text-align: center;
    }
    .limit-agents {
        flex-direction: column;
    }
    
    .limit-agents .addlimit {
        margin-top: 10px;
    }
}


@media (min-width: 992px) {
    header .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .navbar-collapse {
        background-color: transparent;
        margin-top: 0px;
    }
}



@media screen and (min-width: 320px) {
    @media screen and (max-width: 767px) {
        .three-butns {
            text-align: center;
        }
    }
}

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

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 6px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
}

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

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

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

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

td.onofBtn i.fa-solid.fa-check {
    position: absolute;
    top: 24px;
    left: 19px;
    color: white;
    font-size: 16px;
}

.table-section.table-ui-same .crosIcon i.fa-solid.fa-xmark {
    position: relative;
    top: 4px;
    left: -18px;
    z-index: 0;
    color: white;
    font-size: 16px;
}

td.onofBtn,
.crosIcon {
    position: relative;
}

.login-wraper .login-btn b,
strong {
    font-weight: bolder;
    color: #3d4964;
}

.subAgentlogin-wraper {
    box-shadow: #184d9b24 5px 7px 40px 0;
    padding: 60px 176px;
    border-radius: 32px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
}

.subAgentlogin-wraper h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
}

.subAgentlogin-wraper form {
    padding-top: 50px;
}

.subAgentlogin-wraper .form-group {
    position: relative;
}

.subAgentlogin-wraper .form-group label {
    padding-left: 10px;
    color: #3d4964;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.subAgentlogin-wraper .icon-login {
    position: relative;
}

.subAgentlogin-wraper input {
    padding-left: 48px;
    height: 50px;
}

.subAgentlogin-wraper .icon-login svg {
    position: absolute;
    top: 14px;
    left: 14px;
    max-width: 24px;
}

.subAgentlogin-wraper .login-btn {
    text-align: center;
}

.subAgentlogin-wraper .login-btn button[type="button"] {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 210px;
    margin-top: 20px;
    height: 57px;
}

.subAgentlogin-wraper .pwd-iconn.icon-login input#exampleInputPassword1 {
    padding-left: 40px !important;
    height: 50px;
}

.subAgentlogin-wraper .pwd-iconn input[type="password"] {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 60px;
}

.subAgentlogin-wraper .login-btn a {
    color: #3d4964;
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.subAgentlogin-wraper label.form-check-Forgot a {
    color: #3d4964;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}

.subAgentlogin-wraper .form-control {
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    margin-bottom: 30px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .subAgentlogin-wraper .form-check.pasword-filed {
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }

    .subAgentlogin-wraper .checkbox {
        margin: 0px 0px;
    }
}

.subregister-wraper,
.registerr {
    box-shadow: #184d9b24 5px 7px 40px 0;
    padding: 60px 176px;
    border-radius: 32px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
}

.subregister-page .subregister-wraper input {
    padding: 7px 14px 4px;
    font-family: "Poppins", sans-serif;
    height: 50px !important;
    line-height: 40px;
}

.subregister-page {
    max-width: 100%;
    width: 100%;
}

.subregister-wraper h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #3d4964;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.subregister-wraper .form-group {
    position: relative;
}

.subregister-wraper .form-control {
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    margin-bottom: 30px;
    background-color: #fff;
}

.subregister-wraper .form-group {
    position: relative;
}

.subregister-page .radioBar {
    display: flex;
    align-items: center;
}

.subregister-page .radioBar .radioBar-listing {
    padding-left: 25px;
    position: relative;
}

.subregister-page .radioBar .radioBar-listing:not(:first-child) {
    margin-left: 25px;
}

.subregister-page .radioBar .radioBar-listing input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 0px;
    margin: 0;
    top: -13px;
}

.subregister-page .radioBar .radioBar-listing label {
    padding-left: 0px !important;
}

.subregister-page .subregister-wraper input,
.subregister-page .subregister-wraper select {
    padding: 7px 14px 4px;
    font-family: "Poppins", sans-serif;
    height: 50px !important;
    line-height: 40px;
}

.subregister-page span.iconSwg {
    position: absolute;
    top: 45px;
    right: 10px;
    pointer-events: none;
}

.subregister-page .subregister-wraper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 34px;
}

.subregister-page span {
    font-family: "Poppins", sans-serif;
    padding-left: 10px;
    padding-top: 5px;
}

.subregister-page button.registerBtn {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 210px;
    margin-top: 30px;
}

.subregister-page input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
}

.subregister-page svg {
    width: 14px;
}

.subregister-page button.registerBtn a {
    color: white !important;
    text-decoration: none;
}

.subregister-page h1 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
}

.subregister-wraper .form-group label {
    padding-left: 10px;
    color: #3d4964;
    font-size: 18px;
    font-weight: 500;
}

.subregister-page .radioBar {
    margin-left: 0;
    padding-left: 20px;
}

.submembersPage button.srchBtn {
    background-color: #dbdbdb;
    color: #3d4964;
    width: 100%;
}

.container.submembersPage .searchtexet {
    margin-top: 9px;
}

.sub-search {
    display: flex;
}

.sub-search .searchtexet {
    min-width: 104px;
}

.status-div {
    display: flex;
}

.select-div {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 8px;
}

.container.submembersPage span.arrowUp {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}


@media screen and (min-width: 768px) {
    .subregister-page .subregister-wraper {
        padding: 30px 94px;
    }

    .subregister-page .subregister-wraper .form-group label {
        padding-left: 16px;
    }
}

.submembersPage input.texted.scnd {
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.submembersPage .serchMembrs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}

.submembersPage .serchMembrs select:focus-visible {
    outline: none;
}

.submembersPage .serchMembrs {
    position: relative;
    display: flex;
    align-items: center;
}

.submembersPage .serchMembrs span.arrowUp {
    position: absolute;
    top: 11px;
    right: 8%;
}

.submembersPage label {
    padding-left: 3px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
}

.submembersPage label.stts {
    margin-top: 11px;
}

.submembersPage .threeBtns {
    margin-top: 40px;
}

.three-butns {
    margin-top: 40px;
    text-align: left;
}

.submembersPage select {
    border: 1px solid #80808029;
    border-radius: 4px;
    background: transparent;
    width: 100%;
    height: 45px;
    padding: 10px;
}

.submembrDiv {
    padding: 22px 0px;
    margin-top: 40px;
}

.submembersPage input.texted {
    width: 100%;
    padding: 10px;
    border: 1px solid #80808033;
    border-radius: 3px;
    background-color: transparent;
    height: 45px;
    font-size: 14px;
    outline: none;
}

.submembrDiv button {
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #45b234;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    outline: none;
}

.members-tab {
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    padding: 0;
    margin-bottom: 40px;
}

.submembersPage span.searchMbrs {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
    padding-left: 7px;
}

.submembersPage button.srchBtn {
    background-color: #dbdbdb;
    color: #3d4964;
}

.submembersPage input::placeholder {
    color: #777777;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.submembrDiv.secnd {
    border-bottom: 1px solid #edeff300;
    margin-top: 21px;
    /* margin-bottom: 21px; */
}

.submembers-pages .page,
.tabsBar .page {
    display: flex;
    justify-content: center;
    margin-top: -17px;
    border: 1px solid #edeff3;
    padding: 7px 10px;
    margin-bottom: 50px;
    align-items: center;
}

.submembers-pages ul.pagination {
    margin-bottom: 0px;
}

.serchsubMembrs {
    display: flex;
}

.serchsubMembrs .memberss {
    margin-bottom: 11px;
}

.members-tab {
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}

.members-tab thead {
    padding: 10px 20px;
    background-color: #184d9b;
    color: white;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.members-tab .table thead th {
    padding: 15px 26px;
}

.table-wraper tr th {
    color: white !important;
}

.table thead th {
    vertical-align: bottom;
    color: white !important;
    font-family: "Poppins";
}

.members-tab .table td,
.table th {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding: 11px 10px;
}

.table-subAgent .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 6px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
}

.table-section.table-subAgent .wrongIcon i.fa-solid.fa-xmark {
    color: white;
    position: relative;
    top: -14px;
    right: 78px;
}

.delete {
    display: none;
}

.table-subAgent td.onofBtn i.fa-solid.fa-check {
    position: absolute;
    top: 24px;
    left: 19px;
    color: white;
    font-size: 16px;
}

.table-subAgent td.onofBtn i.fa-solid.fa-xmark {
    position: relative;
    top: 5px;
    right: 25px;
    color: white;
}

.wraper.sub-Profile-page select {
    max-width: 100%;
}

.sub-profilePage-wraper span.iconSwg svg {
    width: 14px;
}

.wraper.sub-Profile-page input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
}

.wraper.sub-Profile-page span.iconSwg {
    position: absolute;
    top: 47%;
    right: 26px;
}

.wraper.sub-Profile-page span.iconSwg.care img {
    width: 16px;
    top: 5px;
    position: absolute;
    right: -14px;
}

.sub-profile-btn.login-register-btn {
    margin-top: 15px;
}

.sub-profilePage-wraper label {
    float: unset !important;
}

.sub-profilePage-wraper select {
    width: 100%;
    height: 50px;
}

.sub-profilePage-wraper button {
    height: auto !important;
}

.sub-profilePage-wraper {
    padding: 10px 14px;
}

.sub-profilePage-wraper h1 {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    color: #3d4964;
}

.sub-profilePage-wraper .form-group label {
    padding-left: 6px;
    font-family: "Poppins", sans-serif;
    word-break: break-word;
    margin-bottom: 10px;
}

.sub-profilePage-wraper .form-control {
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    margin-bottom: 30px;
    background-color: #fff;
}

.sub-profilePage-wraper input {
    padding: 7px 14px 4px;
    font-family: "Poppins", sans-serif;
    height: 50px;
    line-height: 40px;
}

.sub-profilePage-wraper input {
    padding: 0px 22px;
}

.sub-profilePage-wraper select,
.submembersPage select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.sub-profilePage-wraper label.form-check-label {
    padding-top: 0px;
}

.sub-profilePage-wraper select {
    padding: 0px 15px;
}

.sub-profilePage-wraper .sub-profileArrow {
    position: relative;
}

.sub-profilePage-wraper .sub-profile-heading {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Poppins";
}

.sub-profilePage-wraper .radioBar .radioBar-listing {
    padding-left: 0px;
    position: relative;
    margin-right: 51px;
    display: flex;
    align-items: center;
}

.sub-profilePage-wraper .radioBar {
    margin-left: 26px;
    padding-left: 10px;
    display: flex;
}

.sub-Profile-page {
    max-width: 100%;
    width: 100%;
}

.sub-profilePage .radioBar .radioBar-listing input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 18px;
    position: absolute;
    left: -28px;
    margin: 0;
    top: 4px;
}

button.sub-profileBtn {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 210px;
    margin-top: 20px;
    height: 57px !important;
    line-height: 20px;
}

button.sub-profileBtn a {
    color: white;
}

.wraper.sub-Profile-page span.iconSwg {
    position: absolute;
    top: 43% !important;
    right: 40px;
}

@media screen and (min-width: 768px) {
   

    .sub-profilePage-wraper {
        padding: 60px 94px;
    }
}

.sub-demandVideo .allBtns {
    margin-left: 10px;
    margin-top: 10px;
}

.sub-demandVideo .sub-demand-text {
    margin-left: 10px;
}

.sub-demandVideo .sub-demand-text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 12px;
    color: #3d4964;
}

.sub-demandVideo .viewsDiv {
    margin-left: 10px;
}

.sub-demandVideo .viewsDiv span {
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 500;
    color: #c6c6c6;
}

.sub-demandVideo .sub-videoDemo-wraper img {
    border-radius: 15px;
    box-shadow: #184d9b 0px 3px 35px -12px, rgb(0 0 0 / 17%) 0px 4px 6px -2px;
    margin-bottom: 30px;
}

.sub-demandVideo .allBtns i.far.fa-thumbs-up,
i.far.fa-thumbs-down,
i.fas.fa-share {
    font-size: 20px;
    color: gray;
    margin: auto 0;
}

.sub-demandVideo .allBtns span {
    font-size: 13px;
    color: gray;
    margin: -9px 6px 0px 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.sub-demandVideo .coment-wraper {
    width: 88%;
    margin: 30px 5px;
}

.sub-demandVideo .nameFiled {
    height: 50px;
    border: 1px solid #80808033;
    margin: 16px 0px;
}

.sub-demandVideo .textFiled {
    border: 1px solid #e4e7ed;
    margin: 30px 2px;
}

.sub-demandVideo .comentBtn button.comnt-btn {
    background: #184d9b;
    border: none;
    border-radius: 5px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 70%;
    cursor: pointer;
    padding: 12px 10px 12px 10px;
}

.sub-demandVideo .comentBtn {
    text-align: center;
}

.sub-demandVideo .coment-wraper input::placeholder {
    color: #777777;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.sub-demandVideo .coment-wraper span {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3d4964;
}

.sub-videoDemo-wraper {
    position: relative;
}

.rightBar {
    padding: 0px 30px;
}

.sub-demandVideo .sub-videoDemo-wraper img {
    border-radius: 15px;
    box-shadow: #184d9b 0px 3px 35px -12px, rgb(0 0 0 / 17%) 0px 4px 6px -2px;
    margin-bottom: 30px;
}

.sub-videoDemo-wraper {
    position: relative;
}

@media screen and (min-width: 768px) {
    .sub-demandVideo .sub-video-wraper {
        padding: 0px 30px;
        padding-bottom: 50px;
    }

    .sub-demandVideo {
        margin-top: 60px;
    }

    .sub-demandVideo .comentBtn button.comnt-btn {
        width: 25%;
    }

    .sub-demandVideo .comentBtn {
        text-align: right;
    }
}

.sub-forgot-paswrd h3 {
    font-size: 26px;
    font-weight: 600;
    color: #404964;
    font-family: "Poppins";
}

.sub-forgot-paswrd .sub-password-section .pasword-filed {
    text-align: center;
    width: 95%;
    margin: 10px auto;
    color: #3d4964;
}

.sub-password-section .form-group {
    position: relative;
}

.sub-forgot-paswrd .pasword-filed span {
    font-family: "Poppins";
    color: #3d4964;
    font-size: 16px;
}

.sub-forgot-paswrd .sub-password-section input {
    padding: 0px 22px;
    height: 50px;
}

.sub-forgot-paswrd .forgotBtn {
    text-align: center;
}

.sub-forgot-paswrd .sub-password-section {
    box-shadow: #184d9b24 5px 7px 40px 0;
    border-radius: 32px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    text-align: center;
    padding: 40px;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 60px;
}

.sub-forgot-btn button {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    max-width: 210px;
    margin-top: 20px;
    color: white;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    height: 57px;
}

.sub-forgot-paswrd {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sub-password-section .form-control {
    border: none;
    box-shadow: #184d9b30 0px -1px 12px;
    margin-bottom: 30px;
    background-color: #fff;
}

.sub-forgotBtn button {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 15px 15px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 210px;
    margin-top: 20px;
}

.sub-forgot-paswrd .sub-password-section form {
    padding: 20px 0 0px 0;
    max-width: 465px;
    margin: 0 auto;
}

.paymentPage {
    box-shadow: #184d9b24 5px 7px 40px 0;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
    background-color: #fff;
}

.payment-headings h3.P-page {
    text-align: center;
    color: white;
    padding-top: 40px;
}

.paymentPage .payment-field input {
    border: none;
    /* box-shadow: #184d9b30 0px -1px 12px; */
    height: 52px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background-color: #f7f7f7 !important;
}

.paymentPage .payment-field textarea {
    border: none;
    /* box-shadow: #184d9b30 0px -1px 12px; */
    padding: 17px 10px;
    background-color: #f7f7f7 !important;
}

.paymentWraper select.form-control.form-control-lg {
    background-color: #f7f7f7;
    border: none;
}

.paymentWraper select.form-control.form-control-lg span.slash-txt {
    opacity: 0.5;
}

.paymentPage .payment-field label {
    color: #3d4964;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 14px;
}

.paymentPage .payment-field {
    margin-top: 20px;
    position: relative;
}

.paymentPage h3.carddetail {
    margin-top: 70px;
    padding-left: 10px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
}

.paymentPage button.paymentBtn {
    width: 100%;
    margin-bottom: 30px;
    background-color: #184d9b;
    padding: 12px 10px 12px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 170px;
    margin-top: 30px;
    border-radius: 8px;
    color: white;
    cursor: pointer;
}

.paymentPage button.paymentBtn:focus {
    border: none;
}

.paymentHeadingss h3 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #3d4964;
    margin-bottom: 50px;
    font-weight: 600;
}

.paymentPage button.paymentBtn a {
    color: #3d4964;
    text-decoration: none;
}

.paymentPage .paymentWraper h3 {
    font-weight: 600;
    color: #3d4964;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
}

.payment-uprheading h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.payment-uprheading {
    margin: 30px;
}

.paymentPage .righside-plan .plan-wraper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.paymentPage .righside-plan .plan-wraper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.paymentPage .righside-plan .totalPrice {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    border-top: 1px solid #80808063;
    padding: 20px;
}

.paymentPage .righside-plan {
    margin-top: 30px;
}

.planBigWraper {
    background-color: #f6f6f6;
    border-radius: 5px;
}

.paymentPage .righside-plan span {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #3d4964;
}

.paymentPage .payment-field select {
    border: none;
    /* box-shadow: #184d9b30 0px -1px 12px; */
    height: 52px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background-color: #f7f7f7 !important;
}

.paymentPage .payment-field span.iconSwg {
    position: absolute;
    top: 64px;
    right: 14px;
}

.paymentPage .righside-plan .totalPrice span {
    font-weight: 600;
}

@media (min-width: 767px) {
    .planBigWraper {
        margin-top: 80px;
    }

    .paymentPage .righside-plan {
        margin-top: 0px;
    }

    .paymentPage {
        padding: 50px 60px;
        margin-top: 50px;
    }

    .pricingPage .infor-heading {
        padding-bottom: 15px;
    }

}

.wraper.forgotP-bg {
    width: 100%;
    height: 100vh;
    /* background: #f00; */
    max-width: 100%;
    margin: 0;
    position: relative;
    float: left;
}

.wraper.forgotP-bg .login-wraper {
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 90%;
}

.login-wraper.rest-pasword {
    max-width: 650px !important;
}

.login-wraper.rest-pasword .pasword-filed {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-top: 20px;
}


/** Billing History Limit CSS **/

.limit-agents {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 0 0;
}

.limit-agents .limitValues p {
    font-size: 16px;
    margin: 0;
}

.limit-agents .limitValues p span {
    color: #008000;
    font-weight: 600;
}

.limit-agents .addlimit button.add {
    position: relative;
    min-width: 144px;
    padding: 0 10px 0 34px;
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    height: 44px;
    outline: none;
    background-color: #184d9b;
}

.limit-agents .addlimit span.icon-pluss {
    margin: 0px 6px 0 0px;
    font-size: 16px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.limit-addition {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 0 50px;
}

.limit-addition select {
    margin: 0 0 25px 0;
    font-size: 14px;
}

.limit-addition .button-submit-limit {
    margin: 15px 0 0 0;
}

.limit-addition .button-submit-limit button.add {
    background: #184d9b;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.limit-addition .value-select-limit {
    font-weight: 500;
}

.model-addlimit .modal-dialog {
    max-width: 500px;
}

.limit-addition .help-block {
    margin: 0;
    position: absolute;
    bottom: 0px;
    font-size: 13px;
}

.limit-addition .field {
    position: relative;
    width: 100%;
    max-width: 250px;
}

span.slash-txt {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.card-exp select {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}


/** LOader CSS **/


/* DOUBLE BORDER SPINNER */

.db-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #222;
    border-top-color: #009688;
    border-bottom-color: #009688;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

.spinnerGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spinnerGrid>div {
    width: 300px;
    height: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@-webkit-keyframes spin {
    -webkit-from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    -webkit-to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinnerGrid {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fcfcfce3;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.chart-div img {
    width: 100%;
}


.ongong-wraper .info-details {
    display: none;
}

.ongong-wraper .info-details {
    display: none;
}

.stats-wraper .chart-div span.heading_reports {
    display: block;
    position: relative;
    padding: 20px 30px;
    border-bottom: 2px solid #f5f7fb;
    font-weight: 500;
}

.stats-wraper .chart-div span.heading_reports:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 25px;
    background: #184d9b;
    left: 0px;
}

.graph.pie-chart {
    display: flex;
    height: 100%;
    align-items: center;
}

.chart-div.pie-chartt {
    padding: 15px 15px;
}

.chart-div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (max-width:767px) {
    .login-wraper.rest-pasword p.tab {
        top: 19px;
        left: 13px;
    }

    .wraper .login-wraper h3 {
        font-size: 23px;
    }

    .wraper.forgotP-bg .login-wraper {
        position: relative;
        transform: none;
        left: 0px;
        top: 0;
        width: 100%;
        max-width: 90% !important;
        margin: 0 auto 40px;
    }

    .wraper.forgotP-bg>div {
        margin-top: 30px !important;
    }

    .wraper.forgotP-bg {
        height: 100%;
    }

    .register-page .col {
        width: 100%;
        float: left;
        flex-basis: auto;
    }

    .register-page .row {
        flex-direction: column;
    }

    .register-page .radioBar {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 6px;
    }

    .register-page .radioBar .radioBar-listing:not(:first-child) {
        margin-left: 0px;
    }

    .register-page label {
        font-size: 15px !important;
    }

    .login-wraper .form-check.pasword-filed {
        flex-direction: column;
    }

    .login-wraper .form-check.pasword-filed label.form-check-Forgot {
        margin: 20px 0 0 0;
        text-align: center;
        width: 100%;
    }

ul.nav.nav-pills.tabsBarr, .agency_name_section {flex: 1 1 100% !important;max-width: 100% !important;text-align: left !important;}
div#exTab1 {padding: 10px 0 0px !important;gap: 0 !important;}
div#exTab1 .agency_name_section h3::after {display: none !important;}
.agency_name_section {padding: 15px 25px 15px !important;border-top: 1px solid #fff !important;}
div#exTab1 .agency_name_section h3 {font-size: 16px !important;}

}

.addmember-popup h3 {
    font-size: 16px;
    color: #0c274e;
    font-weight: 600;
    margin: 0 0 20px 0px;
    padding: 10px 0 0px;
}


.addmember-popup h3.titleModal+.form-check {
    display: flex;
    align-items: center;
}

.addmember-popup h3.titleModal+.form-check label {
    margin: 0;
    font-size: 13px;
    color: #2c2c2c;
    font-weight: 500;
    padding-left: 0;
}

.addmember-popup h3.titleModal+.form-check input[type="checkbox"] {
    margin: 0 0 0 0px;
    position: absolute;
    left: 0px;
}

.addmember-popup ul.optionalUI {
    list-style-type: none;
    padding: 0 0 0px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.addmember-popup ul.optionalUI li {
    position: relative;
}

.addmember-popup ul.optionalUI li .form-check {
    padding-left: 0;
}

.addmember-popup ul.optionalUI li .form-check input {
    opacity: 0;
}

.addmember-popup ul.optionalUI li .form-check input::checked~label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
}

.addmember-popup ul.optionalUI li .form-check input:checked~label:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #06367a;
    border-radius: 30px;
    left: 4px;
    top: 8px;
}

.addmember-popup ul.optionalUI li .form-check input:checked~label:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    border: 1px solid #06367a;
    left: 0px;
    top: 4px;
}


.addmember-popup ul.optionalUI li .form-check input~label:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    border: 1px solid #5c5c5c;
    left: 0px;
    top: 4px;
}

.addmember-popup ul.optionalUI li:not(:first-child) {
    margin-left: 30px;
}


/* NEW update form CSS Member Popup **/

table.tbl-assessment h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #3d4964;
}

table.tbl-assessment thead th:first-child {
    font-weight: 600;
    color: #3d4964;
    text-transform: uppercase;
    font-size: 16px;
}

table.tbl-assessment thead th {
    font-weight: 600;
    color: #3d4964;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 15px;
}

div#add_member h5 {
    font-family: "Poppins", sans-serif;
    color: #3d4964;
    font-weight: 500;
}


table.tbl-assessment {
    width: 100%;
}

table.tbl-assessment .yes_no_option ul {
    list-style-type: none;
    display:
        flex;
    align-items:
        center;
    padding: 0;
    justify-content:
        space-between;
    margin: 0;
}

table.tbl-assessment .yes_no_option {
    max-width: 210px;
    width: 100%;
    float: right;
    padding: 0px 6px;
}

table.tbl-assessment .yes_no_option ul li {
    width: 50%;
}

table.tbl-assessment tbody .yes_no_option ul li:last-child {
    margin: 0 0 0 0px;
}

table.tbl-assessment .yes_no_option ul li {
    width: 50%;
    text-align: center;
}

table.tbl-assessment tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

table.tbl-assessment tbody tr td {
    padding: 9px 16px;
}

table.tbl-assessment tbody tr td ul.optionalUI li {
    width: 50%;
}

table.tbl-assessment tbody tr td ul.optionalUI li.form-check {
    padding-left: 0px;
    height: 20px;
}

table.tbl-assessment.yes_no_option ul li {
    width: 50%;
}

table.tbl-assessment thead.yes_no_option ul li {
    text-align: center;
}

.addmember-popup ul.optionalUI li.form-check label {
    position: absolute;
    color: transparent;
}

.phar-details h3 {
    background: #f7f7f7;
    padding: 16px 20px 16px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.set-hght {
    border: 1px solid #dbdbdb;
    width: 100%;
    border-radius: 5px;
    max-width: 82px;
    margin: 0 auto;
    padding: 4px 8px;
}

.set-hght a.plusme,
.set-hght a.plusme_inch {
    color: #3d4964;
    float: left;
}

.set-hght a.minusme,
.set-hght a.minusme_inch {
    color: #3d4964;
    float: right;
}

span.valueft,
span.valueinc {
    color: #3d4964;
    font-size: 15px;
}

.set-hght a.plusme:hover,
.set-hght a.plusme_inch:hover,
.set-hght a.minusme:hover,
.set-hght a.minusme_inch:hover {
    text-decoration: none;
}


.inputweight.feet-field,
.inputweight.inch-field {
    max-width: 75px;
}

.inputweight.feet-field input,
.inputweight.inch-field input {
    height: 35px;
    width: 44px;
    background: #ffff;
    padding: 0 0 0 9px;
    text-align: center;
    -moz-appearance: none;
}

.table-wraper.table-responsive tr td.actionIcons {
    display: flex;
}

.delete_icon {
    width: 30px;
    height: 30px;
    background: #504c4c;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    margin: 0 0 0 5px;
}

.delete_icon i {
    color: #FFF;
}

.two-btn-footer input.button.btn.btn-primary {
    background-color: #184d9b;
    padding: 12px 0px;
    border: none;
    width: 110px;
    outline: none;
}

.two-btn-footer input.button.btn.btn-primary.no-btn {
    background: #504c4c;
}


#delete_member .modal-dialog {
    max-width: 440px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
}


/** FIlter css **/
.select-custom .react-dropdown-select .react-dropdown-select-content span.react-dropdown-select-option-remove:hover,
.select-custom .react-dropdown-select .react-dropdown-select-content span.react-dropdown-select-option-remove:focus {
    color: #fff;
}

.filter-options select:focus {
    outline: none;
}

.filter-options select {
    color: #848684;
    font-size: 14px;
}

.set-cal {
    position: absolute;
    right: 8px;
    top: 8px;
    pointer-events: none;
}

.date-ico {
    position: relative;
}

.set-cal img {
    max-width: 20px;
}

.subagent-field-select .form-group {
    display: flex;
    align-items: center;
}

.subagent-field-select .form-group label {
    max-width: 110px;
    width: 100%;
}

.dates-fields {
    display: flex;
}

.dates-fields .form-group:last-child {
    margin-left: 12px;
}

.filter-options .container {
    background-color: #f5f5f5;
    padding: 10px 10px;
}

.filter-options .btn-groups {
    max-width: 115px;
    float: right;
    width: 100%;
}

.filter-options .btn-groups button[type="submit"] {
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    outline: none;
    background-color: #184d9b;
}

.filter-options .btn-groups button[type="reset"] {
    background-color: #dbdbdb;
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #3d4964;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    outline: none;
}

.filter-options .form-group {
    margin: 0;
}

.filter-options {
    padding: 0 26px;
}

.filter-options .btn-groups:last-child {
    margin-right: 15px;
}

.filter-options select,
.filter-options input {
    background: #fff;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    color: #848684;
}

.filter-options .last-div {
    flex: none;
    max-width: 275px;
}

.dates-fields .date-ico {
    width: 50%;
}

.select-custom {
    width: 100%;
}

.select-custom .react-dropdown-select .react-dropdown-select-content {
    width: 100%;
}

.select-custom .react-dropdown-select .react-dropdown-select-content input.react-dropdown-select-input {
    width: 100%;
    border: none;
    height: 34px;
}

@media (max-width:1199px) {
    .last-div {
        margin: 10px 0 0 0;
    }

    .submembersPage span.searchMbrs {
        font-size: 15px;
    }
}

@media (max-width:991px) {
    .twobtns {
        padding: 0;
        max-width: 270px;
    }

    .filter-options .last-div {
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row-reverse;
        margin: 10px auto 0;
    }

    .dates-fields {
        margin-top: 10px;
    }

    .filter-options {
        margin: 20px 0px;
    }

    .filter-options .container {
        padding: 20px;
    }

    .submembrDiv.secnd {
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .sub-search,.status-div {
        flex-direction: column;
    }
    
    .twobtns {
        max-width: 100%;
        padding: 0 20px;
        margin-top: 15px;
    }

    .dates-fields {
        flex-direction: column;
    }

    .dates-fields .form-group:last-child {
        margin-left: 0px;
    }

    .filter-options .form-control {
        margin-bottom: 10px;
    }

    .subagent-field-select .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .subagent-field-select .form-group label {
        margin-bottom: 8px;
    }

    .filter-options .last-div {
        max-width: 100%;
        float: none;
        display: flex;
        justify-content: center;
    }

    .filter-options .last-div .btn-groups:last-child {
        margin-left: 10px;
    }

    .dates-fields {
        flex-direction: inherit;
        justify-content: space-between;
    }

    .dates-fields .date-ico {
        width: 48%;
    }
    .profile-btn.login-register-btn input[type="submit"] {
        margin-top: 0px;
    }
    
    .profile-btn.login-register-btn {
        margin: 0 0 20px 0;
    }
    
    .profilePage-wraper {
        padding-top: 40px;
    }
}

@media (max-width:767px) {
    .dates-fields .date-ico {
        width: 100%;
    }

    .submembersPage input.texted.scnd {
        margin-bottom: 12px;
    }
}



.table-wraper.table-responsive table.tble-members-sub-agents tr.no-data td {
    text-align: center;
    color: #e5565d;
}

.select-custom .react-dropdown-select-content {
    height: 100%;
    overflow-y: scroll;
    max-height: 85px;
}

/* MOZ SCROLLBAR CSS */

.select-custom .react-dropdown-select-dropdown-position-bottom,
.select-custom .react-dropdown-select-content {
    scrollbar-width:thin;
    scrollbar-color: #184d9b #e1e1e1;
}
/*END MOZ SCROLLBAR CSS */

.select-custom .react-dropdown-select-dropdown-position-bottom span.react-dropdown-select-item.react-dropdown-select-item-selected {
    background: #95afd5;
}

.select-custom .react-dropdown-select-dropdown-position-bottom {
    overflow-y: scroll;
    min-height: 40px;
    max-height: 175px;
}



.select-custom .react-dropdown-select .react-dropdown-select-content::-webkit-scrollbar-track,
.select-custom .react-dropdown-select-dropdown-position-bottom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.select-custom .react-dropdown-select .react-dropdown-select-content::-webkit-scrollbar,
.select-custom .react-dropdown-select-dropdown-position-bottom::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.select-custom .react-dropdown-select .react-dropdown-select-content::-webkit-scrollbar-thumb,
.select-custom .react-dropdown-select-dropdown-position-bottom::-webkit-scrollbar-thumb {
    background-color: #184d9b;
}

.select-custom .react-dropdown-select .react-dropdown-select-dropdown-handle {
    display: none;
}


div#exTab1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #184d9b;
    gap: 20px;
}

.agency_name_section {
    display: inline-block;
    flex: 1 1 29%;
    max-width: 30%;
    text-align: right;
    padding: 0 10px;
}
ul.nav.nav-pills.tabsBarr {
    flex: 1 1 69%;
    max-width: 70%;
}

div#exTab1 .agency_name_section h3 {
    display: inline-block;
    margin-bottom: 0 !important;
    width: fit-content !important;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border-radius: 5px;
    line-height: 1.1;
    transition: 0.4s ease;
    position: relative;
}

div#exTab1 .agency_name_section h3:hover:after {
    width: 100%;
}

div#exTab1 .agency_name_section h3::after {
    content: '';
    background: #fff;
    display: block;
    width: 50px;
    position: absolute;
    bottom: -6px;
    right: 0;
    height: 2px;
    transition: all 0.5s ease;
}
div#exTab1 .agency_name_section h3 i {
    margin: 0 5px 0 0;
}


i.fa.custom-fa-cal{position:absolute; top:44px; right:20px; pointer-events:none;}


@media only screen and (min-width:768px) and (max-width:1024px){

ul.nav.nav-pills.tabsBarr, .agency_name_section {flex: 1 1 100% !important;max-width: 100% !important;text-align: left !important;}
div#exTab1 {padding: 10px 0 0px !important;gap: 0 !important;}
div#exTab1 .agency_name_section h3::after {display: none !important;}
.agency_name_section {padding: 15px 25px 15px !important;border-top: 1px solid #fff !important;}
div#exTab1 .agency_name_section h3 {font-size: 16px !important;}

}


@media only screen and (min-width:1025px) and (max-width:1199px){
div#exTab1 {gap: 0 !important;}
ul.nav.nav-pills.tabsBarr li a {font-size: 15px !important;padding: 20px 0px 20px;}
ul.nav.nav-pills.tabsBarr li {margin: 0 10px;}
div#exTab1 .agency_name_section h3 {font-size: 15px !important;}
}

@media only screen and (min-width:1200px) and (max-width:1300px){
    div#exTab1 {gap: 0 !important;}
    ul.nav.nav-pills.tabsBarr li a {padding: 20px 10px 20px;}
    ul.nav.nav-pills.tabsBarr li {margin: 0 10px;}
    div#exTab1 .agency_name_section h3 {font-size: 16px !important;}
    }