.dash_board {
    background: #ebebeb;
    padding: 50px 0;
}

#sidebar-menu {
    padding: 0px 0 0px 0;
    background: #fff;
    border-top: 3px solid #c02026;
}

.metismenu {
    margin: 0;
}

.metismenu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
}

.menu-title {
    padding: 12px 20px;
    pointer-events: none;
    cursor: default;
    font-size: 12px;
    color: var(--bs-sidebar-menu-item-icon-color);
    font-weight: 500;
}

#sidebar-menu ul li a {
    display: block;
    padding: 0.62rem 1.5rem;
    position: relative;
    font-weight: 500;
    color: #6a797d;
    font-size: 15px;
    line-height: 1.8;
}

#sidebar-menu ul li a svg {
    height: 20px;
    width: 20px;
    color: #c02026;
    fill: #ffffff;
    margin-right: 10px;
    margin-top: -3px;
}

#sidebar-menu .has-arrow:after {
    display: block;
    float: right;
    margin-right: -5px;
    margin-top: 3px;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color: #c02026;
}

.metismenu li:hover .sub-menu.mm-collapse {
    padding: 0px;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: #f7f7f7;
    z-index: 1;
    box-shadow: 6px 0px 10px #adadad73;
    width: inherit;
}

.sub-menu.mm-collapse {
    padding: 0px;
    display: none;
}

.dashboard_header {
}

.dashboard_header h3 {
    font-size: 20px;
}

.login_content {
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.dash_board {
}

.dash_board .head_grow {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.dash_board .head_grow h3 {
    font-size: 25px;
    margin: 0;
}

.dash_board .head_grow span {
    color: #c02026;
}

.dash_board .head_grow p {
    margin: 15px 0 30px;
}

.dash_board .box_shadow {
    box-shadow: 0px 0px 10px #eee;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.dash_board .box_shadow .img {
}

.dash_board .box_shadow .img img {
    width: 100%;
    height: 211px;
    object-fit: cover;
}

.dash_board .box_shadow .content {
    padding: 15px;
}

.dash_board .box_shadow .content h3 {
    font-size: 20px;
}

.dash_board .box_shadow .content p {
}

.dash_board .box_shadow .content a {
    display: block;
    background: #c02026;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    border-radius: 5px;
}

.login_cont {
    width: 87%;
    margin: 0 auto;
}

.form_list_com {
}

.form_list_com .form-group {
    margin-bottom: 15px;
}

.form_list_com .form-group label {
    display: block;
    font-size: 15px;
    color: #383838;
    margin: 0 0 5px 0;
    font-weight: 600;
    height: 22px;
}

.form_list_com .form-group label sup {
    color: #c02026;
}

.form_list_com .form-group input, .form_list_com .form-group select, .form_list_com .form-group textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    height: 45px;
    color: #3e3e3e;
    margin: 0 0 5px 0;
    outline: none;
    background: #f7f7f7;
}

.form_list_com .form-group textarea {
    height: 120px;
}

.form_list_com .selectize-input {
    min-height: 45px;
    height: 45px;
    outline: none;
    padding: 0 10px;
    box-shadow: none;
    background: #f7f7f7;
}

.form_list_com .selectize-input.focus {
    border-color: none !important
}

.selectize-input.focus {
    border-color: #0000 !important;
    outline: 0;
}

.selectize-control.single .selectize-input.input-active,.selectize-input {
    background: #f7f7f7;
    border: 1px solid #eee;
    cursor: text;
    display: inline-block
}

.form_header {
    padding: 0px 0 15px;
}

.form_header h3 {
    font-size: 20px;
    margin: 0;
}

.add_location {
    padding: 15px 0;
    justify-content: space-between;
    display: flex;
}

.add_location button {
    padding: 7px 13px;
    background: #c02026;
    color: #FFF;
    border-radius: 5px;
    width: fit-content;
    border: navajowhite;
}

.email_resend {
    background: #646464;
    border-radius: 5px;
}

.email_resend .d-flex {
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.email_resend .d-flex .content {
}

.email_resend .d-flex .content h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.email_resend .d-flex .content p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}

.email_resend .d-flex .content_btn {
}

.email_resend .d-flex .content_btn a {
    background: #c02026;
    color: #fff;
    font-weight: 600;
}

/*--------------my listing-----------------*/
.stepwizard-step p {
    margin-top: 0px;
    margin-bottom: 0;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33.33%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background: #ebebeb;
}

.btn-circle.btn-primary, .btn-circle:hover {
    background: #c02026;
    border: #c02026;
    color: #fff;
    box-shadow: none !important;
}

.btn_up_load {
    display: flex;
    color: #757575;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 0;
    border: 1px solid #e0e0e0;
    padding: 0;
    background-color: #f6f6f6;
    height: 100%;
}

.btn_up_l {
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 10px 17px;
    color: #424242;
    font-size: 14px;
    font-weight: 700;
    margin: 1px;
    position: relative;
    height: 100%;
}

.btn_up_l input {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.img_uploads {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 9px;
}

.img_uploads img {
    height: 140px;
    width: 100%;
    object-fit: contain;
}

.LogO_upload {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.img_upload {
    position: relative;
}

.upload_content {
    background: #8095ff33;
    border: 1px solid #8095ff33;
    padding: 5px 10px;
    border-radius: 6px;
}

.upload_content p {
    margin: 0;
    color: #8e9ded;
    line-height: 20px;
    font-size: 12px;
}

/*--------------my listing-----------------*/
hr.mar_fg {
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1; height: 45px;
    display: flex;
    align-items: center;
}

ul.certi_ficate {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.certi_ficate li {
    padding-left: 32px;
    width: 25%;
    position: relative;
    display: block;
    font-size: 14px;
    color: #383838;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.form_list_com .form-group ul.certi_ficate li input {
    position: absolute;
    left: 0;
    width: 30px;
    height: 17px;
    margin: 0;
    top: 4px;
}

.form_geo {
    margin-bottom: 15px
}

.form_geo label {
    display: block;
    font-size: 15px;
    color: #383838;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.img_uploads img#company_banner {
    object-fit: inherit;
}

.btn_save_clear {
    padding: 15px 0;
    justify-content: space-between;
    display: flex;
}

.btn_save_clear button.cancel {
    background: #055cfb;
}

.btn_save_clear button {
    padding: 7px 13px;
    background: #28a745;
    color: #FFF;
    border-radius: 5px;
    width: fit-content;
    border: navajowhite;
    width: 90px;
}

.dash_selet .select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #eee;
    background: #f7f7f7;
}

.dash_selet .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.dash_selet .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

/*--------------portfolio--------------*/
.portfolio {
    background: white;
    border-radius: 5px;
}

.portfolio .box-header {
    padding: 10px 20px;
    border-bottom: solid 1px #e4e8f2;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio .box-header h4 {
    display: inline-block;
    font-weight: 600;
    line-height: 1.44;
    color: #181818;
    margin: 0;
    font-size: 20px;
}

.portfolio .box-header .box-tools {
    position: relative;
}

.portfolio .box-header .box-tools a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 0 6px 35px;
    background: 0 0;
    color: #494848;
    box-shadow: none;
}

.portfolio .box-header .box-tools a:before {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 7px;
    content: '+';
    display: flex;
    width: 20px;
    height: 20px;
    background: #c02026;
    color: #fff;
    justify-content: center;
    border-radius: 30px;
    align-items: center;
}

.portfolio .box-body {
    padding: 10px 20px;
}

.portfolio .box-body .padding {
    padding: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.portfolio .box-body .padding a {
    line-height: 1;
    padding: 12px 20px;
    overflow: hidden;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    background: #c02026;
    width: fit-content;
    margin: 0 auto;
    box-shadow: none;
}

.portfolio .box-header .box-tools a.right_arrow:before {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
}

/*--------------portfolio--------------*/
.thumbnail_content {
}

.thumbnail_content h3 {
    font-size: 16px;
    font-weight: 700;
}

.thumbnail_content p {
    margin: 0;
}

.thumbnail_content p span {
    color: #000;
    font-weight: 600;
}

.form_geo.mr_z {
    margin-bottom: 0
}

.kwt-file {
    width: 100%;
    margin: 0 auto;
}

.kwt-file__drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 16%);
    transition: 0.3s;
}

.kwt-file__choose-file {
    flex-shrink: 0;
    background-color: #1d3557;
    margin-right: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 5px;
}

.kwt-file__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.kwt-file__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.kwt-file__msg {
    color: #1d3557;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kwt-file__delete {
    display: none;
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.kwt-file__delete:before {
    content: "";
    position: absolute;
    left: 0;
    transition: 0.3s;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
}

.content_show {
    display: flex;
    gap: 30px;
    padding: 0px 0 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.content_show:first-child {
}

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

.content_show .con_img {
    width: 10%;
    border-radius: 5px;
    overflow: hidden;
}

.content_show .con_img img {
    width: 100%
}

.content_show .con_desc {
    width: 78%;
}

.content_show .con_desc h3 {
    width: 100%;
    font-size: 20px;
}

.content_show .con_desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content_show .desc_action {
    width: 12%;
    display: block;
}

.content_show .desc_action a {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 13px;
}

.content_show .desc_action a:nth-child(2) {
    margin-top: 6px;
}

.content_show .desc_action a svg {
    width: 17px;
    height: 17px;
}

.box-body .vertical-tabs {
}

.box-body .vertical-tabs .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.box-body .vertical-tabs .nav-tabs li {
}

.box-body .vertical-tabs .nav-tabs li a {
    border: none;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    color: #6c6c6c;
}

.box-body .vertical-tabs .nav-tabs li a:hover {
    color: #c02026;
}

.box-body .vertical-tabs .nav-tabs li a:hover:before {
    content: '';
    border-bottom: 2px solid #c02026;
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
}

.box-body .vertical-tabs .nav-tabs li a.active {
    color: #c02026;
}

.box-body .vertical-tabs .nav-tabs li a.active:before {
}

.box-body .vertical-tabs .nav-tabs li a.active:before {
    content: '';
    border-bottom: 2px solid #c02026;
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
}

/*----------------table Custom------------------*/
#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 15px;
    line-height: 1.8;
    color: #6a797d;
}

#customers th {
    padding: 4px 10px;
    text-align: left;
    background-color: #ebebeb;
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.reviewer_name {
}

.reviewer_name img {
    margin-right: 5px;
}

#customers td span.pa_yellow {
    font-size: 15px;
    padding: 0 0 0 10px;
    color: #ffbe37;
    font-weight: 600;
    position: relative;
}

#customers td span.pa_yellow:before {
    content: '';
    width: 5px;
    position: absolute;
    height: 5px;
    background: #ffbe37;
    left: 0;
    bottom: 7px;
    border-radius: 20px;
}

.rating_star {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating_star .rating_s {
}

.rating_star .rating_s img {
    width: 15px;
}

.rating_star span {
    font-weight: 500;
    height: 22px;
}

#customers td .btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    width: 100%;
    font-size: 15px;
    color: #fff;
}

/*----------------table Custom------------------*/
/*----------------analytics_cs------------------*/
.analytics_cs {
    background: white;
    padding: 20px;
    border-radius: 5px;
    margin-top: 25px;
}

.Box_pad {
    background: white;
    padding: 30px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

.Box_pad h3 {
    margin: 0;
    font-size: 20px;
}

.Box_pad .rating_number {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 25px;
}

.Box_pad .rating_number span {
    font-size: 16px;
    font-weight: 600;
}

.Box_pad .rating_number .ratings {
}

.Box_pad .rating_number .ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
}

.Box_pad .rating_number .empty-stars:before, .Box_pad .rating_number .full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 14pt;
}

.Box_pad .rating_number .empty-stars:before {
    -webkit-text-stroke: 1px #c02026;
}

.Box_pad .rating_number .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #c02026;
}

/*----------------analytics_cs------------------*/
.com_listing_pro {
    padding: 30px 0;
    background: #f2f2f2;
    position: relative;
}

.com_listing_pro .steps_name ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}

.com_listing_pro .steps_name ul:before {
    content: '';
}

.com_listing_pro .steps_name ul li {
    width: 100%;
    position: relative;
}
.com_listing_pro .steps_name ul li svg {
    position: absolute;
    top: 15px;
    left: 15px;
    fill: #c02026;
    width: 22px;
    height: 22px;
}
.com_listing_pro .steps_name ul li:after {content:'\f105';position: absolute;right: 10px;top: 13px;font-family: "Font Awesome 5 Pro";}

.com_listing_pro .steps_name ul li.active a, .com_listing_pro .steps_name ul li a:hover {
    background: #c020264f;
    color: #000;
}
.com_listing_pro .steps_name ul li.active svg,
.com_listing_pro .steps_name ul li:hover svg {fill:#000}
.com_listing_pro .steps_name ul li.active:before,
.com_listing_pro .steps_name ul li:hover:before{content:'';border-left: 4px solid #c02026;position: absolute;height: 100%;}

.com_listing_pro .steps_name ul li a {
    position: relative;
    z-index: 1;
    padding: 11px 15px 11px 50px;
    color: #2f2e2e;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #eee;
}

.com_listing_pro .border_form {
    /*margin-top: 30px;
     border: 1px solid #ebebeb; */
    border-radius: 5px;
    padding: 40px 30px;
    box-shadow: 0px 0px 10px #eee;
    background: #fff;
	margin-bottom:15px
}
.com_listing_pro .border_form:last-child {margin-bottom:0px}

.com_listing_pro .form-group {
    margin-bottom: 20px;
}

.com_listing_pro .form-group label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}
.com_listing_pro .form-group label sup {color:red}

.com_listing_pro .form-group input, .com_listing_pro .form-group select {
    outline: none;
    box-shadow: none;
    background: #ffffff;
    z-index: 4;
    position: relative;
    font-size: 14px;
}

.com_listing_pro .form-group input:focus, .com_listing_pro .form-group select:focus {
    border: -1px solid #ced4da;
}

.com_listing_pro .border_form .nextBtn {
    background-color: #c02026;
    color: #fff;
    border-radius: 8px;
    height: 50px;
    font-size: 17px;
    font-weight: 500;
    justify-content: center;
    text-transform: capitalize;
    width: fit-content;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #c02026;
}

hr.lg_line {
    border-top: 1px solid #9f9f9f;
}

.com_listing_pro .sid_cat_fx {
    height: 100%;
    overflow: auto;
    position: sticky;
    top: 115px;
}

.com_listing_pro .form-group .cat_slect .plus, .com_listing_pro .form-group .cat_slect .minus {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    width: 16px;
    height: 16px;
    /*vertical-align: middle;*/
}

.side_bar_company {
    background: #fff;
    box-shadow: 0px 0px 5px #eee;
    border-radius: 5px;
    overflow: hidden;
}

.com_listing_pro .form-group .cat_slect ul {
    list-style: none;
    padding: 0;
}

.com_listing_pro .form-group .cat_slect .thirfd li:before {
    content: "";
    height: 2px;
    position: absolute;
    width: 24px;
    background: #c02026;
    left: -28px;
    top: 12px;
}

.com_listing_pro .form-group .cat_slect .inner_ul {
    padding: 0px 0px 0px 35px;
}

.com_listing_pro .form-group .cat_slect span.main_first {
    Font-size: 20px;
    font-weight: 700;
    color: #c02026;
}

.com_listing_pro .form-group .cat_slect span.sec_lve {
    Font-size: 18px;
    font-weight: 700;
}
.cOM_list_pro {
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 0px 10px #eee;
    background: #fff;
    margin-bottom: 15px;
}
.cOM_list_proImg .img{
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #cecece;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cOM_list_proImg .img img{text-indent: -9999px;}
.cOM_list_proImg .author {
    width: calc(100% - 60px);
}
.cOM_list_proImg .author h3{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.cOM_list_pro .author p {margin-bottom:0}
.cOM_list_proImg {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 0;
}
.cat_fff {
}
.ed_ad {}
.ed_ad a{
    display: block;
    border: 1px solid #c02026;
    padding: 0px 5px;
    border-radius: 4px;
    color: #000;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
}
.ed_ad a:hover {background:#c02026;color: #fff;}

.edit_cfg h4.card-title{    font-size: 17px;    font-weight: 700; }
.edit_cfg .form-label{      font-size: 15px;
    font-weight: 600; }
	
.edit_cfg .nextBtn {background-color: #c02026;
    color: #fff;
    border-radius: 8px;
    height: 50px;
    font-size: 17px;
    font-weight: 500;
    justify-content: center;
    text-transform: capitalize;
    width: fit-content;
    border: none;
    display: flex;
    align-items: center;}	
	
.enqUiRy_table	 {width: 100%;overflow-x: auto;border: 1px solid #e7e7e7;background: #fff;}
.enqUiRy_table	#customers {
    border-collapse: collapse;
    width: 100%;
    overflow-x: scroll;
/*    text-wrap: nowrap;*/
}

.enqUiRy_table #customers td, .enqUiRy_table  #customers th {
  border: none;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px;
  line-height: 20px;
  font-size: 14px;
}

.enqUiRy_table #customers th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  background-color: #c02026;
  color: white;
  text-wrap: nowrap;
  font-size: 15px;
  font-weight: 700;
}



.pro_file_edit {    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}
.pro_file_edit a{
    display: block;
    border: 1px solid #c02026;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    width: fit-content;
    font-size: 13px;
    background: #c02026;
    font-weight: 600;
    margin-left: 6px;
    }
	.pro_file_edit a:hover {    background: #c02026;
    color: #fff;}
	
	
.ad_DelP {
    display: grid;
    grid-template-columns: 1fr 1fr;
}	
.ad_DelP a{
    padding: 0;
}	
.ad_DelP a.edit{
    fill: #4a64ff;
}	
.ad_DelP a.delete{
    fill: #c02026;
}	

.steps_form {position:relative}
p.custom-text.Img {    margin: 0;
    position: absolute;
    font-size: 11px;}

.dash_board_cont {
    position: fixed;
    right: -25px;
    width: auto;
    rotate: 90deg;
    top: 50%;
    transform: translate(0px, -50%);
}
.dash_board_cont a{
    display: block;
    font-weight: 600;
    font-size: 15px;
    padding: 7px 13px;
    background: #c02026;
    color: #FFF;
    border-radius: 5px;
}

.cat_Menu_Btn {display:none}
.side_bar_company.active {
    right: 0;
}
span.quesmark {}
span.example a{
    text-decoration: underline;
    color: red;
    font-size: 12px;
    font-weight: 700;
}

.bb_chaNG {
    background: #f2f2f2;
    padding-top: 10px;
    margin-bottom: 10px;
    }











@media(max-width:992px){
.com_listing_pro .sid_cat_fx {position: inherit;    margin-bottom: 20px;}	
.dash_board_cont {z-index: 9;}	
.cat_Menu_Btn {display:block}
.cOM_list_pro._Mb_css {display: flex;align-items: center;margin-bottom: 0;}
.cat_Menu_Btn svg {
    width: 35px;
    height: 35px;
    fill: #c02026;
}

.side_bar_company {
    position: fixed;
    z-index: 999;
    right: -100%;
    top: 185px;
    transition: 2s;
    height: 100%;
    display: block;
    justify-content: end;
    width: 100%;
}
 




	
}	



