@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	background-color: #fbfbfb;
	font-size: 0.875em;
	overflow-x: hidden;
	color: #353c4e;
	font-family: "Open Sans", sans-serif;
	font-family: 'Poppins', sans-serif;
}
ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
*:focus {
	outline: none;
}
a {
	font-size: 14px;
	color: #303548;
}
a:focus,
a:hover {
	text-decoration: none;
	color: #4680ff;
}
h6 {
	font-size: 14px;
}
p {
	font-size: 13px;
}

.container.custom_container {
    max-width: 100%;
    width: 90%;
}
.content-l h3 {
	font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    position: relative;
    color: #117065;
}
.get {
	font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    max-width: 280px;
    position: relative;
}
.get a {
	color: #FFB359;
	font-size: 18px;
}
.login-card {
	background: #FFFFFF;
    box-shadow: 0px 10px 30px 8px rgb(165 196 192 / 10%);
    border-radius: 15px;
    padding: 30px;
}
.login-card .form-control {
    border: 0;
    border-bottom: 1px solid #A5A6A6;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 35px;
}
.login-card .btn.btn-process{
	border-radius: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    background: #FFB359;
    box-shadow: 0px 10px 20px rgb(255 179 89 / 32%);
    cursor: pointer;
    margin-block:18px;
}

.login-card h2 {
font-weight: bold;
position: relative;
    font-size: 18px;
    line-height: 27px;
    color: #4A8780;
        margin-bottom: 40px;
}
.login-card h2::after {
    content: '';
    position: absolute;
    width: 3rem;
    height: 4px;
    left: 0;
    bottom: -14px;
    background: #FFB359;
    border-radius: 10px;
}
.forgot {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4A8780;
    margin: 20px 0 0 0;
    display: block;
}
.login_bg {
	margin-left: auto;
    display: block;
    margin-top: -160px;
}
.navbar-nav li a {
	font-weight: 500;
font-size: 16px;
line-height: 24px; 
color: #6E7877;
}
.navbar-expand-lg .navbar-nav .nav-link { 
    padding: 6px 30px;
}
.navbar-text .btn {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(146 166 163 / 20%);
    border-radius: 50px;
    color: #117065;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    border: 1px solid #fff;
    padding: 7px 30px;
}
.form-section {
    padding-top: 1px;
}
.content-l {
	padding-top: 10px;
}
@media (max-width:  480px) {
	.content-l h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 40px; 
}
.get {
	font-size: 16px;
}
.login_bg {
	display: none;
}
.login-card {
    margin-top: 20px;
    }
}

.passwordicon {
    position: absolute;
    top: 16%;
    right: 3%;
    font-size: 21px !important;
}


/*chat-css*/
.font-12 {
    font-size: 12px;
}
.chat-main {
    position: absolute;
    top: 68px;
    right: -172px;
    display: none;
    width: 70%;
}
div.input-group .send-input {
    margin-bottom: 0;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}
.chat-form {
    padding: 10px 7px;
    background: #d2d6de;
    margin-top: 6px;
    border-radius: 7px;
}
.chat-default-btn {
    border-radius: 5px;
    border: 1px solid #818080;
    padding: 6px;
    text-align: left;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #fff8ec;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .box.box-primary {
        border-right: 3px solid #3c8dbc1a;
        border-top: 3px solid #3c8dbc1a;
        border-left: 3px solid #3c8dbc1a;
        border-bottom: 3px solid #3c8dbc1a;
        border-radius: 10px;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #dd4b39;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.collapsed-box .box-body, .box.collapsed-box .box-footer {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }

    .box.box-solid {
        border-top: 0;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: transparent;
        }

        .box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

            .box.box-solid.box-default > .box-header {
                color: #444;
                background: #d2d6de;
                background-color: #d2d6de;
            }

                .box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
                    color: #444;
                }

        .box.box-solid.box-primary {
            border: 1px solid #3c8dbc;
        }

            .box.box-solid.box-primary > .box-header {
                color: #fff;
                background: #3c8dbc;
                background-color: #3c8dbc;
            }

                .box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

            .box.box-solid.box-info > .box-header {
                color: #fff;
                background: #00c0ef;
                background-color: #00c0ef;
            }

                .box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-danger {
            border: 1px solid #dd4b39;
        }

            .box.box-solid.box-danger > .box-header {
                color: #fff;
                background: #dd4b39;
                background-color: #dd4b39;
            }

                .box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

            .box.box-solid.box-warning > .box-header {
                color: #fff;
                background: #f39c12;
                background-color: #f39c12;
            }

                .box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

            .box.box-solid.box-success > .box-header {
                color: #fff;
                background: #00a65a;
                background-color: #00a65a;
            }

                .box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid > .box-header > .box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*='bg'] > .box-header {
            color: #fff;
        }

    .box .box-group > .box {
        margin-bottom: 5px;
    }

    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: 0.3em;
    }

    .box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .box .overlay, .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

        .box .overlay > .fa, .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark, .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

    .open .btn-box-tool, .btn-box-tool:hover {
        color: #606c84;
    }

    .btn-box-tool.btn:active {
        box-shadow: none;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff8ec;
}




.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}






    .direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg, .direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

    .direct-chat-msg:before, .direct-chat-msg:after {
        content: " ";
        display: table;
    }

    .direct-chat-msg:after {
        clear: both;
    }

.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.btn-flat {
    background: #f18300;
    border: 1px solid #f18300;
}
    .btn-flat:hover {
        background: #117065;
        border: 1px solid #117065;        
    }
    .btn-flat:focus {
        outline: none;
    }
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}
p:nth-child(even) {
    background: #117065 !important;
    color: #fff;
    padding: 6px 10px;
    margin: 1rem;
    border-radius: 6px;
    position:relative;
}
    p:nth-child(even):after {
        position: absolute;
        left: 100%;
        top: 14px;
        border: solid transparent;
        border-right-color: #117065;
        content: ' ';
        height: 0px;
        width: 0px;
        pointer-events: none;
        transform: rotate(178deg);
    }
    p:nth-child(even):before {
        border-width: 6px;
        margin-top: -6px;
    }
    .c-data:focus{
        outline:none !important;
    }
    .c-data{
        cursor:pointer;
    }
    .custom-btn{
        width:100%;
        max-width:150px;
    }

.direct-chat-lefttext {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 0px;
    color: blue;
    text-align: left;
}

    .direct-chat-text:after, .direct-chat-text:before {
        position: absolute;
        right: 100%;
        top: 15px;
        border: solid transparent;
        border-right-color: #d2d6de;
        content: ' ';
        height: 0;
        width: 0;
        pointer-events: none;
    }

    .direct-chat-text:after {
        border-width: 5px;
        margin-top: -5px;
    }

    .direct-chat-text:before {
        border-width: 6px;
        margin-top: -6px;
    }

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

    .right .direct-chat-text:after, .right .direct-chat-text:before {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #d2d6de;
    }

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}

    .contacts-list > li:before, .contacts-list > li:after {
        content: " ";
        display: table;
    }

    .contacts-list > li:after {
        clear: both;
    }

    .contacts-list > li:last-of-type {
        border-bottom: none;
    }

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}

.contacts-list-name, .contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 12px;
}

.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}

.contacts-list-msg {
    color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

    .direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
        border-left-color: #dd4b39;
    }

.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

    .direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
        border-left-color: #3c8dbc;
    }

.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}

    .direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
        border-left-color: #f39c12;
    }

.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff;
}

    .direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
        border-left-color: #00c0ef;
    }

.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff;
}

    .direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
        border-left-color: #00a65a;
    }
                              
/*End*/
.check-label {
    display: inline-flex;
    cursor: pointer;
}
.check-label input {
    height: 20px;
    width: 20px;
    margin-right: 9px;
}
.nxt-btn {
    background: #117065;
    box-shadow: 0px 10px 20px rgb(146 166 163 / 20%);
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    border: 1px solid #fff;
    padding: 7px 30px;
    cursor: pointer;
    border: 0;
}
.nxt-btn:hover {
    color: #117065;
    background: #fff;
}
.prvs-btn:hover {
    color: #117065;
    background: #fff;
}
.signUpSection.formChange .form-section {
    display: none;
}
.prvs-btn {
    background: #117065;
    box-shadow: 0px 10px 20px rgb(146 166 163 / 20%);
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    border: 1px solid #fff;
    padding: 7px 30px;
    cursor: pointer;
    border: 0;
}
.prvs-btn-section {
    display: none;
}
.signUpSection.formChange.nxtchange .form-section {
    display: block;
}
.signUpSection.formChange .prvs-btn-section {
    display: block;
}
/*.nxt-panel {
    display: none;
}*/
.signUpSection.formChange .nxt-panel {
    display: block;
}
.nxt-panel .login-card a.form-control {
    height: 41px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.nxt-panel .login-card a.form-control:hover {
    color: #000;
}
.nxt-panel .login-card .form-control {
    border: 1px solid #ebebeb; 
    font-size: 14px;
    margin: 0;
    padding: 10px;
}
.nxt-panel .login-card .form-group {
    margin-bottom: .5rem;
}
.signUpSection .login-card .form-control {
    margin-bottom: 25px
}
.signUpSection .login-card label {
    margin: 0;
}
.signUpSection.formChange .login-card .form-control {
    margin-bottom: 13px;
}
.signUpSection.formChange .login-card label {
    margin-bottom: 6px;
}
.frstp  {
    background: #117065;
    color: #fff !important;
}
.login-card.second-hide {
    display: none;
}
.login-card.second-hide .left-payment {
    border-right: 1px solid #dee2e6;
    padding: 9px 13px 25px;
}
.login-card.second-hide .left-payment ul li {
    display: flex;
    padding: 12px 0;
    align-items: center;
    margin: 0;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}
.login-card.second-hide .left-payment ul li h6 {
    margin: 0;
    color: #117065;
}
.nxt-panel .login-card.second-hide {
    padding: 0 20px;
}
.login-card.second-hide .right-payment {
    padding: 19px 13px 13px;
}
.login-card.second-hide.showPayment {
    display: block;
}
.payment-btn {
    min-width: 140px;
    margin-top: 20px;
    background: #fff;
    color: #117065;
    border: 1px solid #117065;
}
.submit-btn {
    background: #117065;
    box-shadow: 0px 10px 20px rgb(146 166 163 / 20%);
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    padding: 4px 30px;
    cursor: pointer;
    border: 0;
    margin-top: 10px;
}
.adminTable table {
    display: inline-block;
    width: 100%;
    overflow-x: auto; 
}
.signUpSection.paymentTab .nxt-panel.showPayment > .row, .signUpSection.paymentTab .prvs-btn-section {
    display: none;
}
.PaymentMethodTAB {
    display: none;
}
.signUpSection.paymentTab .PaymentMethodTAB {
    display: block;
}
.prvsNext {
    min-width: 140px;
    margin-top: 16px;
    background: #fff;
    color: #117065;
    border: 1px solid #117065;
    border-radius: 40px;
    margin-right: 10px;
}

/*22-11-2022*/

.details-box h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #117065;
}
.details-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 3px 10px #c8c8cd;
}
.details-box h5 {
 color: #ffb359;
  }
.border-line {
    background: #ffb359;
    height: 15px;
    margin: 0 auto;
    width: 15rem;
    border-radius: 20px;
}
.content-set {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
    .content-set span {
        margin-left: 10px;
        font-weight: 600;
        color: #117065;
    }
p.content-set::after {
    border: solid transparent;
    border-right-color: #11706500;
    content: ' ';
}
p.content-set {
    background: #11706500 !important;
    margin: 15px 0px 0px 0px;
}
.subs-btn {
    border: 1px solid #117065;
    padding: 7px 30px;
    border-radius: 29px;
    color: #117065;
    transition: .2s;
}
    .subs-btn:hover {
        background: #117065;
        color: #fff;
    }

.formSection-active {
    display: none !important;
}