*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*--- common css ---*/

@font-face {
    font-family: 'Museo-700';
    src: url(fonts/Museo-700.otf);
}
@font-face {
    font-family: 'Museo Sans 700 ';
    src: url(fonts/Museo-700.otf);
}


@font-face {
    font-family: 'Museo-300';
    src: url(fonts/Museo-300.otf);
}
@font-face {
    font-family: 'Museo Sans 300';
    src: url(fonts/Museo-300.otf);
}
@font-face {
    font-family: "Museo Sans 300 Regular";
    src: url("https://db.onlinewebfonts.com/t/daaf7e1dffe4ec230866bb0ad8c7c245.eot");
}

@font-face {
    font-family: "DejaVuSerif";
    src: url("../login_layouts/fonts/DejaVuSerif.ttf");
}

:root {
    --white-color: #fff;
    --offwhite-color: #ece7e7;
    --black-color: #000;
    --gray-color: #e6e5e6;
    --section-bg: #f1ece3;
    --dark-sky: #2DACB2;
    color: rgb(31, 41, 55);

}
body{
    font-family: 'Museo-300';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}


p {
    line-height: 1.5;
}

span {
    display: inline-block;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

image,
video {
    width: 100%;
}

a {
    display: inline-block;
    text-decoration: none;
}

.common-btn {
    font-size: 18px;
    color: var(--black-color);
    padding: 6px 25px;
    border-radius: 30px;
    transition: 0.5s all;
    background: var(--dark-sky);
}

.common-btn:hover {
    color: var(--white-color);
}

section {
    background: var(--section-bg);
    padding-top: 100px;
}


/* header css start */

.bg-orange-500{
    background-color: #F8D543 !important;
}

.user-menu, .user-notification {
    display: none;
}

.user-menu.active, .user-notification.active {
    display: block;
}


/* status sec css start */

#status .status-box {
    padding: 0 20px;
}

#status .status-box .heading {
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

#status .status-box .heading h4 .round {
    margin-right: 60px;
    background-color: #0277B5;
    color: var(--white-color);
    border-radius: 50%;
    height: 55px;
    width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

#status .status-box .heading h4 {
    font-size: 28px;
    font-family: 'Museo-700';
    max-width: 80%;
}

#status .status-box .icon-box {
    padding: 50px 0;
    display: flex;
}

#status .status-box .icon-box ul {
    display: flex;
}

#status .status-box .icon-box ul li:not(:last-child) {
    margin-right: 20px;
}

#status .status-box .icon-box ul li a {
    padding: 5px 25px;
    background: var(--gray-color);
    border-radius: 5px;
    transition: .3s;
}

#status .status-box .icon-box ul li a.active {
    background-color: #5c2483 !important;
}

#status .status-box .icon-box ul li a.active i {
    color: var(--white-color);
}

#status .status-box .icon-box ul li a:hover {
    background-color: #5c2483;
}

#status .status-box .icon-box ul li a:hover i {
    color: var(--white-color);
}

#status .status-box .icon-box ul li a i {
    font-size: 28px;
    color: var(--black-color);
    transition: .3s;
}

#status .status-box .text-box {
    background-color: #f8f6f1;
    padding: 70px 50px 0 50px;
    border-radius: 15px;
}

#status .status-box .text-box .text-part {
    text-align: center;
}

#status .status-box .text-box .text-part p {
    padding-bottom: 20px;
    font-family: 'Museo-300';
    font-size: 16px;
}

#status .status-box .text-box .text-part:last-child p {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    color: #141617;
}


/* park sec css start */


#park .park-box .center-cont{
    text-align: center;
    padding-bottom: 70px;
}

#park .park-box .left-box {
    padding: 0 20px;
}

#park .right-box .img-box {
    height: 350px;
    align-items: center;
    display: flex;
}

#park .right-box .img-box img {
    margin: 0 auto;
    max-height: 100%;
    object-fit: contain;
}

#park .park-box .heading h5 {
    font-size: 24px;
    font-family: 'Museo-700';
    margin: 10px 0 15px;
}

#park .park-box .top-panel {
    background: var(--gray-color);
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 15px 0;
    margin-bottom: 20px;
}
#park .park-box .top-panel-removed-gray {
    background: var(--gray-color);
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 15px 0;
    margin: 20px 0;
}
#park .park-box .top-panel-removed .purple_btn {
    background: #5c2483;
    border: 1px solid #5c2483;
    border-radius: 15px;
    padding: 15px 0 !important;
    margin: 20px 0;
    width: 100%;
}

#park .park-box .top-panel p,
#park .park-box .panel-box ul li p {
    font-family: 'Museo-300';
    font-size: 16px;
}

#park .park-box .panel-box {
    background: var(--gray-color);
    border: 1px solid #cccccc;
    padding: 15px 60px;
    border-radius: 15px;
}

#park .park-box .panel-box ul {
    margin: 15px 0;
}

#park .park-box .panel-box ul li {
    margin: 0px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#park .park-box .panel-box ul li h6 {
    font-size: 16px;
    font-family: 'Museo-700';
    padding: 10px 25px;
    color: var(--white-color);
    background-color: #5c2483;
    border-radius: 30px;
}

#park .park-box .discript {
    padding: 0 20px;
}

#park .park-box .discript .disc-text h5 {
    font-size: 24px;
    font-family: 'Museo-700';
    padding-bottom: 20px;
}

#park .park-box .discript .disc-text p {
    font-family: 'Museo-300';
    font-size: 16px;
}

/* locatin sec css start */

#locatin .locatin-box {
    padding: 0px 0px 100px 30px;
}

.offer-overview {
    padding-left: 30px;
}

#locatin .locatin-box .box-box{
    display: flex;
    gap: 15px;
    align-items: baseline;
}

#locatin .locatin-box .box-box.display-new{
    display: block;
}

#locatin .locatin-box .box-box.display-new p{
    height: 200px;
}

#locatin .locatin-box .top-space {
    padding-top: 70px;
}

#locatin .locatin-box .box-box h5 {
    font-size: 24px;
    font-family: 'Museo-700';
    margin-bottom: 40px;
}

#locatin .locatin-box .box-box p {
    font-family: 'Museo Sans 300';
    font-size: 18px;
    font-weight: 400;
    background: var(--gray-color);
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 2px 30px;
}

#locatin .locatin-box .box-box .box-1 {
    width: 100%;
    max-width: 450px;
}

#locatin .locatin-box .box-box .box-2 {
    width: 100%;
    max-width: 700px;
}

#locatin .locatin-box .box-box iframe {
    border-radius: 30px;
}

.color-icon {
    color: #612b85 !important;
}

/* footer css start */

footer {
    padding-top: 80px;
    background: #fafafa;
}

footer .footer-box {
    padding: 0 20px;
}

footer .footer-box .logo-box {
    padding-bottom: 20px;
    border-bottom: 2px solid #cccccc;
}

footer .footer-box .logo-box a img {
    max-width: 300px;
}

footer .footer-box .ft-icon {
    padding: 20px 0;
}

footer .footer-box .ft-icon ul {
    display: flex;
    justify-content: end;
    margin-right: 40px;
}

footer .footer-box .ft-icon ul li:not(:last-child) {
    margin-right: 20px;
}

footer .footer-box .ft-icon ul li a i {
    font-size: 22px;
    color: #3c3c3b;
    transition: .3s;
}

footer .footer-box .ft-icon ul li a:hover i {
    color: #af1d59;
}



/*------ All Notification css start ------*/

#list .list-box {
    padding-bottom: 40px;
}

#list .list-box .heading h5 {
    font-size: 24px;
    font-family: 'Museo-700';
}

#list .list-box .heading {
    padding-bottom: 50px;
}

#list .list-box .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}

#list .list-box .search-box .number-list {
    display: flex;
    align-items: center;
    padding: 0px 60px;
}

#list .list-box .search-box .number-list p {
    margin-right: 20px;
    font-family: 'Museo-300';
    font-size: 16px;
}

#list .list-box .search-box .number-list select {
    background: transparent;
    font-family: 'Museo-300';
    font-size: 16px;
    padding-right: 10px;
}

#list .list-box .search-box .number-list select:focus-visible,
#list .list-box .search-box .search-btn input {
    outline: none;
}

#list .list-box .search-box .search-btn {
    position: relative;
}

#list .list-box .search-box .search-btn input {
    padding: 15px 10px 15px 50px;
    border-radius: 20px;
    border: 1px solid #878787;
}

#list .list-box .search-box .search-btn i {
    position: absolute;
    color: #878787;
    top: 50%;
    left: 8%;
    font-size: 18px;
    transform: translateY( -50%);
}

#list .list-box .space-box {
    padding-bottom: 40px;
}

#list .list-box .colum-box {
    background: #fbf9f7;
    padding: 30px 60px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

#list .list-box .colum-box .right-box {
    display: flex;
}

#list .list-box .colum-box .right-box h4 {
    font-size: 16px;
    font-family: 'Museo-700';
    color: #fff;
    margin-top: 0;
    /* padding-top: 12px;
    padding-left: 10px; */
    background: #f8d543;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 40px;
}

#list .list-box .colum-box .right-box img{
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
}
#list .list-box .colum-box .right-box span{
    height: 50px;
    display: flex;
    width: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#list .list-box .colum-box .right-box p {
    font-family: 'Museo-300';
    font-size: 16px;
}

#list .list-box .colum-box .left-box ul li:first-child {
    margin-bottom: 15px;
}

#list .list-box .colum-box .left-box ul li .btn {
    color: var(--black-color);
    font-family: 'Museo-300';
    font-size: 16px;
    border-radius: 15px;
    border: 1px solid #cccccc;
    width: 100%;
    transition: .5s;
    padding: 8px 70px;
}

#list .list-box .colum-box .left-box ul li .btn.btn-active {
    background-color: #5c2483;
    color: var(--white-color);
}


#list .list-box .colum-box .left-box ul li .btn:hover {
    background-color: #401c59;
    color: var(--white-color);
}


/*------------ Services Page css start ----------= */

#status.service .status-box .text-box .text-part:last-child p {
    display: flex;
    align-items: start;
    justify-content: center;
    transition: .3s;
    font-size: 16px;
    font-family: 'Museo-700';
}

#status.service .status-box .text-box .text-part:last-child p:hover {
    color: #af1d59;
}

#status.service .status-box .text-box .text-part:last-child p span {
    padding: 0 15px;
}

#status.service .status-box .text-box .text-part:last-child p img {
    max-width: 30px;
    vertical-align: middle;
}

#status.service .status-box .text-box {
    padding: 25px 50px;
}


/*---------- progress page css start --------------- */

#park.pro-park .park-box .top-panel p{
    font-family: 'Museo-700';
    font-size: 16px;
}

#park.pro-park .park-box .top-panel {
    background: #5c2483;
    color: var(--white-color);
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 15px 0;
    margin-bottom: 20px;
}

#park.pro-park .park-box .heading {
    display: flex;
    align-items: center;
}

#park.pro-park .park-box .heading h5 {
    background: #f8f6f1;
    color: var(--black-color);
    /* border: 1px solid #cccccc; */
    border-radius: 15px;
    padding: 20px 60px;
    font-size: 15px;
    font-family: 'Museo Sans 300';
    margin: 0;
    margin-left: 20px;
}

#park.pro-park .park-box .heading img {
    max-width: 60px;
    margin-right: 30px;
}

#park.pro-park .park-box .left-box {
    padding: 0 40px 0 50px;
}


/*----------- profile page css start -----------*/

/* #profile .profile-box .img-box {
    padding: 0 30px;
} */

#profile .profile-box .right-box {
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#profile .profile-box .img-box img {
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

#profile .profile-box .img-box {
    position: relative;
}

#profile .profile-box .right-box .name-box {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}

#profile .profile-box .right-box .name-box h4 {
    color: #5b5957;
    font-family: 'Museo-700';
    font-size: 24px;
    margin-right: 100px;
}

#profile .profile-box .right-box .name-box .colr:hover p{
    color: #af1d59;
}

#profile .profile-box .right-box .name-box p i {
    margin-right: 15px;
}

#profile .profile-box .center-box,
#profile .profile-box .center-box .chat-card {
    display: flex;
    align-items: center;
}

#profile .profile-box .center-box {
    padding-bottom: 80px;
}

#profile .profile-box .center-box .chat-card:not(:last-child) {
    margin-right: 70px;
}

#profile .profile-box .center-box .chat-card {
    margin-left: 30px;
}

#profile .profile-box .center-box .chat-card h4 {
    color: #303047;
    font-family: 'Museo-700';
    font-size: 20px;
    margin-left: 20px;
}

#profile .profile-box .center-box .chat-card img {
    max-width: 40px;
}

#profile .profile-box .tab-box .box {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100%;
}

#profile .profile-box .tab-box .common-box img {
    max-width: 30px;
}

#profile .profile-box .tab-box .common-box span {
    margin-left: 15px;
    font-family: 'Museo-300';
    font-size: 16px;
}

#profile .profile-box .tab-box .common-box .btn {
    width: 100%;
    font-family: 'Museo-300';
    font-size: 16px;
    border: none;
    display: flex;
    justify-content: left;
    box-shadow: none;
    border-radius: 0;
}

#profile .profile-box .tab-box .common-box .btn:hover {
    background: transparent !important;
}

#profile .profile-box .tab-box .common-box .btn img {
    width: 20px;
}

#profile .profile-box .tab-box .row {
    border-bottom: 1px solid var(--black-color);
}

#profile .profile-box .tab-box .common-box {
    border-bottom: 3px solid transparent;
}

#profile .profile-box .tab-box .common-box:hover {
    border-bottom: 3px solid #5c2483;
}

#profile .profile-box .tab-box .common-box span {
    transition: .3s;
}

#profile .profile-box .tab-box .common-box:hover span {
    color: #af1d59;
}

#profile .profile-box .tab-box .common-box.active {
    border-bottom: 2px solid #5c2483;
}

#profile .profile-box .tab-box .row .col-4 {
    padding: 0;
}

/* information sec css */

#inform .inform-box .heading:not(:first-child) {
    margin-top: 70px;
}

#inform .inform-box .heading p {
    font-family: 'Museo-300';
    font-size: 16px;
    color: #323435;
    padding-bottom: 20px;
}

#inform .inform-box .contact-box .text-cont {
    display: flex;
    align-items: center;
}

#inform .inform-box .contact-box .text-cont:not(:last-child) {
    margin-bottom: 20px;
}

#inform .inform-box .text-cont .left_cont {
    width: 40%;
}

#inform .inform-box .text-cont .left_cont h6 {
    font-family: 'Museo-300';
    font-size: 16px;
    color: #323435;
}

#inform .inform-box .text-cont .right-cont p,
#inform .inform-box .text-cont .right-cont a {
    color: #5c2483;
    font-family: 'Museo-300';
    font-size: 16px;
}

#inform .inform-box .left-part .loct-box iframe {
    width: 330px;
    height: 350px;
}

#inform .inform-box .left-part .heading p {
    padding-bottom: 40px;
}

#inform .inform-box .left-part .cent-loct {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#inform .inform-box .left-part .cent-loct .cap-box {
    width: 40%;
    margin: 0 10px 20px 10px;
}

#inform .inform-box .left-part .cent-loct .cap-box p {
    background: #f9f7f4;
    border-radius: 30px;
    display: inline-block;
    padding: 1px 10px;
    color: #7C7A7A;
    font-size: 14px;
}

#inform .inform-box .left-part .cent-loct .cap-box p span {
    font-family: 'Museo-700';
    margin: 0px 5px 0px 10px;
}

#inform .inform-box .left-part .cent-loct .cap-box p i {
    color: #5c2483;
}

#inform .inform-box .border-box {
    border-bottom: 2px solid #b0afae;
    padding: 30px 0;
}

/* socialmedia sec start */

#social .social-box .heading h4{
    color: #B0AFAE;
    font-size: 20px;
    font-family: "Museo Sans 300 Regular";
}

/* model box css start */
.mobile {
    display: none;
}

.click-box.fade {
    opacity: 1;
}

.click-box .modal-content {
    background-color: #E6E5E6 !important;
    padding: 20px 30px;
    border: navajowhite;
    border-radius: 20px;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: auto;
    background-color: transparent !important;
}

.click-box .modal-dialog {
    max-width: 1000px;
}

.click-box .modal-header {
    justify-content: right;
    border-bottom: 2px solid #a6a6a6 !important;
}

.click-box .modal-header img {
    max-width: 60px;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}

.click-box .modal-header h5 {
    margin-right: 60px;
    color: #8C8483;
    font-family: 'Museo-300';
    font-size: 25px;
    font-weight: 600;
}

.click-box .modal-body {
    padding: 0;
}

.click-box .modal-body .top-btn-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 60px;
}

.click-box .modal-body .top-btn-box ul li {
    width: 40%;
}

.click-box .modal-body .top-btn-box ul li .btn-top i {
    margin-right: 10px;
}

.click-box .modal-body .top-btn-box ul li .btn-top {
    font-size: 16px;
    color: var(--white-color);
    font-family: 'Museo-300';
    border-radius: 15px;
    width: 100%;
    background-color: #5c2483;
    transition: .3s;
    border: none !important;
    box-shadow: none !important;
    transition: .3s;
}

.click-box .modal-body .top-btn-box ul li .btn-top:hover {
    background-color: #401c59;
}

.click-box .modal-body .top-btn-box ul li input {
    padding: 0 10px 0px 50px;
    border-radius: 20px;
    width: 100%;
    border: 1px solid #878787;
    height: 48px;
}

.click-box .modal-body .top-btn-box ul li input {
    outline: navajowhite;
}

.click-box .modal-body .top-btn-box ul li .search-btn i {
    position: absolute;
    color: #878787;
    top: 50%;
    left: 8%;
    font-size: 18px;
    transform: translateY(-50%);
}

.click-box .modal-body .top-btn-box ul li .search-btn {
    position: relative;
}

.click-box .modal-body .menu-box ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
    background-color: #5c2483;
}

.click-box .modal-body .menu-box ul li {
    margin: 0 10px;
    width: 20%;
    justify-content: center;
    align-items: start;
    display: flex;
}

.click-box .modal-body .menu-box ul li p {
    font-size: 16px;
    font-family: 'Museo-300';
    color: var(--white-color);
}

.click-box .modal-body .menu-box ul li p img {
    max-width: 20px;
}

.click-box .modal-body .end-box {
    margin: 40px 0 20px;
}

.click-box .modal-body .end-box .data-box {
    padding: 30px 20px;
    background-color: #e6e5e6;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.click-box .modal-body .end-box .data-box .detail {
    margin: 0 10px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.click-box .modal-body .end-box .data-box .detail p {
	font-size: 16px;
	font-family: 'Museo-300';
	color: #141617;
	word-break: break-all;
}

.click-box .modal-body .end-box .data-box .detail .btn-new {
    font-size: 16px;
    color: var(--white-color);
    font-family: 'Museo-300';
    border-radius: 30px;
    width: 100%;
    border: none !important;
    background-color: #5c2483;
    transition: .3s;
    box-shadow: none !important;
}

.click-box .modal-body .end-box .data-box .detail .btn-new:hover {
    background-color: #401c59;
}

.click-box .modal-footer a {
    font-size: 16px;
    color: var(--white-color);
    font-family: 'Museo-300';
    border-radius: 30px;
    background-color: #5c2483;
    transition: .3s;
    padding: 8px 30px;
}

/*----- sevrvice-complain-box -----*/

.service-completion-box .modal-header {
    justify-content: space-between;
    padding: 10px 25px 30px;
}

.service-completion-box .modal-header img {
    max-width: 25px;
    height: 25px;
}

.service-completion-box .modal-content {
    border-radius: 15px;
}

.service-completion-box .modal-dialog {
    max-width: 900px;
}

.service-completion-box .modal-header h5 {
    margin-right: 60px;
    color: #747474;
    font-family: 'Museo-700';
    font-size: 22px;
}

.service-completion-box .total-work {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.service-completion-box .total-work .work-box p {
    font-size: 16px;
    font-family: 'Museo-300';
    color: #141617;
    margin: 0 auto;
    border: 2px solid #a6a6a6;
    padding: 10px 30px;
    border-radius: 30px;
}

.service-completion-box .total-work .work-box p span {
    color: #e7431f;
}

.service-completion-box .total-work .work-box:first-child {
    margin: 60px 0 30px;
}

.service-completion-box .total-work .note-box p {
    font-size: 14px;
    margin-top: 30px;
    color: #141617;
}

.service-completion-box .modal-body .top-btn-box ul {
    justify-content: right;
}

.service-completion-box .modal-body .top-btn-box ul li .btn-top {
    font-size: 16px;
    color: #141617;
    font-family: 'Museo-300';
    border-radius: 30px;
    width: 100%;
    max-width: 200px;
    background-color: transparent;
    border: 1px solid #d6d6d6 !important;
    box-shadow: none !important;
    transition: .3s;
}

.service-completion-box .modal-body .top-btn-box ul li .btn-active {
    background-color: #5c2483 ;
    color: var(--white-color) !important;
}

.service-completion-box .modal-body .top-btn-box ul li .btn-top:hover {
    background-color: #401c59;
    color: var(--white-color) !important;
}

.service-completion-box .modal-body .top-btn-box ul li {
    width: 30%;
}
/* ------ Edit-profile page css---------- */

#profile.edit-profile .intro-box input {
    background: #E6E5E6;
    border: 1px solid #ccc;
    color: #141617;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}

#profile.edit-profile .intro-box label {
    padding-bottom: 10px;
}

#profile.edit-profile .edit-text .intro-box {
    padding-bottom: 45px;
}

/* fill-box sec css */

#fill-box .fill-box-one {
    padding: 0 30px 50px;
}

#fill-box .top-title p {
    font-size: 16px;
    color: #323435;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Museo-700';
}

#fill-box .fill-box-one .cont-sec .one-box input {
    background: #E6E5E6;
    border: 1px solid #ccc;
    color: #141617;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}

#fill-box .fill-box-one .cont-sec .one-box input:focus-visible,
#profile.edit-profile .intro-box input:focus-visible,
#fill-box .fill-box-one .cont-sec .one-box textarea:focus-visible,
#fill-box .fill-box-one .one-box select:focus-visible,
#fill-box .fill-box-one .range select:focus-visible,
#fill-box .fill-box-one .soci-box-new .right-box input:focus-visible{
    outline: 1px solid #af1d59;
}

#fill-box .fill-box-one .search-btn input:focus-visible {
    outline: none;
}

#fill-box .fill-box-one .cont-sec .one-box label {
    padding-bottom: 10px;
}

#fill-box .fill-box-one .cont-sec .one-box textarea {
    background: #E6E5E6;
    border: 1px solid #ccc;
    color: #141617;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}

#fill-box .fill-box-one .cont-sec .one-box {
    padding-bottom: 30px;
}

#fill-box .fill-box-one .form-check-input:checked {
    background-color: #5c2483 !important;
}

#fill-box .fill-box-one .form-check-input {
    border: none !important;
    box-shadow:  none !important;
}

#fill-box .fill-box-one .form-check {
    margin-bottom: 30px;
}

#fill-box .fill-box-one .one-box select {
    background: #E6E5E6;
    border: 1px solid #ccc;
    color: #141617;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}

#fill-box .fill-box-one .cont-sec p {
    padding-bottom: 20px;
}

#fill-box .fill-box-one .form-check p {
    padding-top: 15px;
}

#fill-box .fill-box-one .search-btn {
    position: relative;
}

#fill-box .fill-box-one .search-btn input {
    padding: 15px 10px 15px 50px;
    border-radius: 20px;
    border: none;
    background: transparent;
}

#fill-box .fill-box-one .search-btn  i {
    position: absolute;
    color: #878787;
    top: 50%;
    left: 4%;
    font-size: 18px;
    transform: translateY( -50%);
}

#fill-box .fill-box-one .colum-box {
    border: 2px solid #bcbcbc;
    border-radius: 10px;
    padding: 40px 30px;
}

#fill-box .fill-box-one .range {
    height: 100%;
    border-radius: 5px;
    padding: 2px;
}

#fill-box .fill-box-one .range select {
    padding: 8px 20px;
    width: 80%;
    max-width: 100%;
    border-radius: 5px;
    background: #E6E5E6;
    height: 100%;
}

#fill-box .fill-box-one .add-btn .btn-add {
    font-size: 16px;
    font-family: 'Museo-700';
    padding: 10px 25px;
    color: var(--white-color);
    background-color: #5c2483;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    outline: 0;
    transition: .3s;
}

#fill-box .fill-box-one .add-btn .btn-add:hover {
    background-color: #401c59;
}

#fill-box .fill-box-one .add-new-loc .loct-box iframe {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    max-width: 750px;
}

#fill-box .fill-box-one .add-new-loc .loct-box {
   padding: 70px 0 50px;
}

#fill-box .fill-box-one .soci-box-new .left-box img {
    max-width: 50px;
}

#fill-box .fill-box-one .soci-box-new .left-box span {
    margin-left: 50px;
    font-size: 20px;
    font-family: 'Museo-700';
}

#fill-box .fill-box-one .soci-box-new .left-box {
    display: flex;
    align-items: center;
}

#fill-box .fill-box-one .soci-box-new {
    background: #e6e5e6;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}

#fill-box .fill-box-one .soci-box-new .right-box input {
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #b2abb2;
    border-radius: 5px;
    width: 100%;
}

/*----------- profile page css start -----------*/

#profile.edit-profile .profile-box .img-box {
	padding: 0px;
	position: relative;
	height: 340px;
	object-fit: contain;
	width: 100%;
}

#profile .profile-box .right-box {
    padding: 20px 20px 0px 20px;
}

#profile .profile-box .right-box .name-box {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}

#profile .profile-box .right-box .name-box h4 {
    color: #5b5957;
    font-family: 'Museo-700';
    font-size: 24px;
    margin-right: 50px;
}

#profile .profile-box .right-box .name-box p {
    color: #323435;
    font-family: 'Museo-300';
    transition: .3s;
}

#profile .profile-box .right-box .name-box .colr:hover p{
    color: #af1d59;
}

#profile .profile-box .right-box .name-box p i {
    margin-right: 15px;
}

#profile .profile-box .center-box,
#profile .profile-box .center-box .chat-card {
    display: flex;
    align-items: center;
}

#profile .profile-box .center-box {
    padding-bottom: 80px;
}

#profile .profile-box .center-box .chat-card:not(:last-child) {
/*    margin-right: 70px;*/
}

#profile .profile-box .center-box .chat-card {
/*    margin-left: 30px;*/
    margin: 0 !important;
}

#profile .profile-box .center-box .chat-card h4 {
    color: #303047;
    font-family: 'Museo-700';
    font-size: 20px;
    margin-left: 20px;
}

#profile .profile-box .center-box .chat-card img {
    max-width: 40px;
}

#profile .profile-box .tab-box .box {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100%;
}

#profile .profile-box .tab-box .common-box img {
    max-width: 30px;
}

#profile .profile-box .tab-box .common-box span {
    margin-left: 15px;
    font-family: 'Museo-300';
    font-size: 16px;
}

#profile .profile-box .tab-box .common-box .btn {
    width: 100%;
    font-family: 'Museo-300';
    font-size: 16px;
    border: none;
    display: flex;
    justify-content: left;
    box-shadow: none;
    border-radius: 0;
}

#profile .profile-box .tab-box .common-box .btn:hover {
    background: transparent !important;
}

#profile .profile-box .tab-box .common-box .btn img {
    width: 20px;
}

#profile .profile-box .tab-box .row {
    border-bottom: 1px solid var(--black-color);
}

#profile .profile-box .tab-box .common-box {
    border-bottom: 3px solid transparent;
}

#profile .profile-box .tab-box .common-box:hover {
    border-bottom: 3px solid #5c2483;
}

#profile .profile-box .tab-box .common-box span {
    transition: .3s;
}

#profile .profile-box .tab-box .common-box:hover span {
    color: #af1d59;
}

#profile .profile-box .tab-box .common-box.active {
    border-bottom: 2px solid #5c2483;
}

#profile .profile-box .tab-box .row .col-4 {
    padding: 0;
}

/* information sec css */

#inform .inform-box {
    padding: 0 20px;
}

#inform .inform-box .heading:not(:first-child) {
    margin-top: 70px;
}

#inform .inform-box .heading p {
    font-family: 'Museo-700';
    font-size: 16px;
    color: #323435;
    padding-bottom: 20px;
}

#inform .inform-box .contact-box .text-cont {
    display: flex;
    align-items: center;
}

#inform .inform-box .contact-box .text-cont:not(:last-child) {
    margin-bottom: 20px;
}

#inform .inform-box .text-cont .left_cont {
    width: 40%;
}

#inform .inform-box .text-cont .left_cont h6 {
    font-family: 'Museo-300';
    font-size: 16px;
    color: #323435;
}

#inform .inform-box .text-cont .right-cont p,
#inform .inform-box .text-cont .right-cont a {
    color: #5c2483;
    font-family: 'Museo-300';
    font-size: 16px;
}

#inform .inform-box .left-part .loct-box iframe {
    width: 330px;
    height: 350px;
}

#inform .inform-box .left-part .heading p {
    padding-bottom: 40px;
}

#inform .inform-box .left-part .cent-loct {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#inform .inform-box .left-part .cent-loct .cap-box {
    width: 40%;
    margin: 0 10px 20px 10px;
}

#inform .inform-box .left-part .cent-loct .cap-box p {
    background: #f9f7f4;
    border-radius: 30px;
    display: inline-block;
    padding: 1px 10px;
    color: #7C7A7A;
    font-size: 14px;
}

#inform .inform-box .left-part .cent-loct .cap-box p span {
    font-family: 'Museo-700';
    margin: 0px 5px 0px 10px;
}

#inform .inform-box .left-part .cent-loct .cap-box p i {
    color: #5c2483;
}

#inform .inform-box .border-box {
    border-bottom: 2px solid #b0afae;
    padding: 30px 0;
}

/* socialmedia sec start */

#social .social-box {
    padding: 0px 20px 80px;
}

#social .social-box .heading h4,
#social .social-box .multy-box H4{
    color: #323435;
    font-size: 20px;
    font-family: 'Museo-700';
    margin-bottom: 20px;
}

#social .social-box .heading p {
    font-size: 16px;
    color: #141617;
    font-family: 'Museo-300';
    padding-bottom: 30px;
}

#social .social-box .multy-btn .btn-social {
    font-size: 16px;
    color: #3C3C3B;
    font-family: 'Museo-300';
    border-radius: 30px;
    width: 90%;
    background-color: #f9f7f4;
    transition: .3s;
    box-shadow: none;
    margin: 0 auto 20px;
}

#social .social-box .multy-btn .btn-social:hover {
    background-color: #401c59;
    color: var(--white-color);
}

#social .social-box .icon-sec .app-box .app-btn {
    width: 100%;
    max-width: 260px;
    font-size: 20px;
    font-family: 'Museo-700';
    color: #141617;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background-color: #e6e5e6;
    display: flex;
    box-shadow: none;
    justify-content: left;
    height: 60px;
}

#social .social-box .icon-sec .app-box .app-btn:focus-visible {
    outline: 0;
}

#social .social-box .icon-sec .app-box .app-btn img {
    max-width: 40px;
}

#social .social-box .icon-sec .app-box .app-btn span {
    margin-left: 15px;
}

/* ------------- Drop-down mneu css --------------- */


.main-nav nav {
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 15;
}

.main-nav nav ul li a {
	color: var(--white-color);
	font-size: 16px;
    background-color: rgb(97 43 133 );
    padding: 20px 30px;
    width: 100%;
    font-family: 'Museo-300';
    transition: 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.main-nav nav ul li a:hover {
    background-color: #f9f9fb;
    color: #141617;
}

.drop-menu .main-nav nav.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    top: 76px;
    display: block;
}

.drop-menu .click-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    height: 35px;
    width: 35px;
}

.drop-menu .click-bar i {
    font-size: 35px;
    color: var(--white-color);
}

.drop-menu .click-bar .click-menu,
.drop-menu .click-bar .cancel-menu {
    font-size: 35px;
    color: var(--gray-color);
    cursor: pointer;
}

.drop-menu .main-nav nav.show {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.drop-menu .click-bar .cancel-menu {
	display: block;
	position: absolute;
	max-width: 20px;
	z-index: 222;
	top: 0px;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	padding-top: 0px;
}
.drop-menu .click-bar .click-menu.hide {
	transition: .5s;
	opacity: 0;
	visibility: hidden;

}

.drop-menu .click-bar .click-menu.show{
    opacity: 1;
    transition: .5s;
    visibility: visible;
    transform: rotate(-360deg);
}

.drop-menu .click-bar .cancel-menu.show {
	opacity: 1;
	visibility: visible;
	top: -10px;
    transform: rotate(360deg);
	margin-top: 10px;
}
span.error{
    color: red;
}
.required_asterisk{
    color:red;
}
.form-group label{
    color: #323435;
    /* font-weight: 600 !important; */
    font-family: "Museo Sans 700 " !important;
}


/* ---------- new changes header css ------------ */

.main-title {
    font-size: 25px !important;
}

/* .new-size {
    font-size: 25px !important;
} */



/* -------- notificatioin box css new start ---------- */

.new-bg-box {
    background: #fff !important;
    border-radius: 30px !important;
    padding: 20px !important;
}

.btn-new-view {
    border-radius: 10px !important;
    padding: 5px 17px !important;
    display: flex;
    align-items: center;
}

.btn-new-view:hover {
    background-color: #401c59;
    color: #fff !important;
}

.user-box-new {
    height: 53px;
    width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* ------ new modal add-hours css -------- */

.add-hours-modal .modal-dialog {
    max-width: 1090px;
}

.add-hours-modal .modal-header {
    border-bottom: none;
    padding: 20px 20px;
    background: #F6F6F6;
}

.add-hours-modal .modal-body {
    padding: 0;
    border-bottom: none !important;
}

.add-hours-modal .modal-body .pick-box {
    background-color: #5c2483;
    padding: 30px;
}

.add-hours-modal .modal-content {
    border-radius: 12px;
}

.add-hours-modal .modal-header h5 {
    font-size: 25px;
    font-family: 'Museo-700';
}

.add-hours-modal .modal-body .enter-text {
    padding: 20px 30px;
    background: #F6F6F6;
}

.add-hours-modal .modal-body .enter-text label {
    font-size: 25px;
    font-family: 'Museo-700';
    margin: 15px 0;
}

.add-hours-modal .modal-body .enter-text textarea {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #737373;
    padding: 10px;
    min-height: 140px;
}

.add-hours-modal .modal-footer {
    padding: 20px;
    border-top: none !important;
    background: #F6F6F6;
}

.add-hours-modal .btn-add-hour:first-child {
    margin-right: 40px;
}

.add-hours-modal .modal-body .right-side input:focus-visible,
.add-hours-modal .modal-body .left-side input:focus-visible,
.add-hours-modal .modal-body .enter-text textarea:focus-visible {
    box-shadow: none;
    outline: 0;
}

.add-hours-modal .modal-body .right-side input,
.add-hours-modal .modal-body .left-side input {
    width: 100%;
    border-radius: 20px !important;
    padding: 20px;
    max-width: 80%;
    margin: 0 auto !important;
    display: block;
    background: #E6E5E6;
    border: none !important;
}

.add-hours-modal .modal-body .form-control:focus {
    border: none !important;
}

.add-hours-modal .modal-body .right-side label {
    color: #A6A6A6;
    font-size: 15px;
    font-weight: 600;
    margin-left: 52px;
    padding-bottom: 15px;
}




.add-hours-modal .btn-add-hour {
    font-size: 25px;
    font-family: 'Museo-700';
    font-weight: 700;
    color: #737373;
    padding: 10px 30px;
    box-shadow: none;
    background-color: #e6e6e6;
    border-radius: 20px;
    transition: .3s;
    border: 0;
}

.add-hours-modal .btn-add-hour:hover {
    color: #fff;
    background: #5C2483;
}

/* ------ new modal add-hours css-end -------- */

.flatpickr-calendar.animate.open {
    background: transparent;
}

.flatpickr-days {
    width: 100% !important;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
    fill: white !important;
    color: #fff !important;
}

.flatpickr-calendar.animate.open .flatpickr-innerContainer {
    background: #E6E5E6;
}

.flatpickr-current-month {
    color: #fff !important;
    font-size: 15px !important;
    padding: 5px !important;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    padding: 5px !important;
    height: 10px;
}

.flatpickr-months .flatpickr-month {
    height: 28px !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(255, 255, 255, 0.9) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-top-color: rgba(255, 255, 255, 0.9) !important;
}

.flatpickr-day {
    border: 1px solid #A6A6A6 !important;
    border-radius: 0 !important;
    max-width: 54px !important;
}

.flatpickr-day.selected {
    background-color: #5C2483 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    background-color: #5C2483 !important;
}

.flatpickr-months .flatpickr-month {
    background: #5C2483 !important;
    border-radius: 5px !important;
}




/* ---------- new btn changes css --------- */

.btn-new-acp, .btn-new-del {
    max-width: 100px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.btn-new-acp {
    font-size: 12px !important;
    border-radius: 30px !important;
    padding: 14px 12px !important;
    background-color: #5C2483;
    color: #fff;
    text-align: center;
}

.btn-new-acp:hover {
    color: #fff;
}

.btn-new-del {
    font-size: 12px !important;
    border-radius: 30px !important;
    padding: 12px 12px !important;
    background-color: #E6E5E6 !important;
    color: #303030 !important;
    border: 1px solid #A6A6A6 !important;
    margin: 5px 0 0 0 !important;
    text-align: center;
}

#user-notification{
    border: 1px solid darkgray;
}

/* --------- new-delet notificatin css ---------- */

.chat-box-delete .icon-box-bell {
    text-align: center;
}

.chat-box-delete .icon-box-bell .chat-icon {
    font-size: 50px;
    color: #5C2483;
}

.chat-box-delete .icon-box-bell .bell-icon {
    color: #F8D543;
    font-size: 22px;
    margin-left: -20px;
}

.chat-box-delete .icon-box-bell .bell-icon span {
    color: #fff;
    font-size: 8px;
    height: 12px;
    width: 12px;
    background-color: rgb(219, 39, 39);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    z-index: 5;
    position: relative;
}

.chat-box-delete .icon-box-bell a {
    display: inline;
}

.chat-box-delete .msg-box {
    position: relative;
}

.chat-box-delete .view-msg {
    background: #E6E5E6;
    border: 1px solid #737373;
    width: 100%;
    max-width: 350px;
    padding: 20px 20px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    z-index: 55;
    display: none;
}

.chat-box-delete .icon-box-bell a.show .view-msg {
    display: block;
}

.chat-box-delete .view-msg p {
    font-size: 15px;
    color: #303030;
}

.chat-box-delete .view-msg p:first-child {
    margin-bottom: 10px;
}

.click-box .modal-body .end-box .data-box .detail .row .col-12 {
    text-align: center;
}

.break-class {
    word-break: break-all;
    padding-right: 30px;
    margin-left: 40px !important;
}

.fusion-column-inner-bg-image.get-image-box {
    height: 50px !important;
    width: 50px !important;
}

.get-image-box img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.imgbox-center {
    display: flex;
    align-items: center;
}

.removeBtm {
    margin-bottom: 0 !important;
}