body {
    margin: 0;
    padding: 0;
    font-family: 'Lato';
    overflow-x: hidden;
}

.create-request-page img {
    max-width: 100%;
}

.create-request-page a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

.create-request-page ul,
.create-request-page li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.create-request-page p {
    margin-bottom: 0 !important;
}

/************************************** dashboard section start************************************************/
.Services-section.sidebar.seller-sidebar .radio-box .radio-buttons {
    display: flex;
    justify-content: center;
    border-radius: 14px;
    padding: 8px 5px;
    background-color: #E7F7FB;
}

section.dashboard-section {
    background: #EEF6FD;
    padding-top: 42px;
    padding-bottom: 20px;
    position: relative;
}

.dashboard-box {
    display: flex;
    gap: 30px;
}


/* Left column - Sidebar */
.profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 26px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 28px;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.Services-section .pro-pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-bottom: 13px;
}

.Services-section .pro-pic img.profile-picture {
    width: 100%;
    border-radius: 50%;
}

.profile-name a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
}

.profile-position a {
    color: #818181;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
}

/* Menu items */

.dashboard-box.radio-box p.radio-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 15px;
}

/* Hide default radio button */
.dashboard-box .sidebar .radio-buttons input[type="radio"] {
    display: none;
}

/* Style for the selected radio button label */
.dashboard-box .Services-section.sidebar .radio-buttons input[type="radio"]:checked+label {
    background-color: #D5212E !important;
    color: white !important;
}


.radio-box .tab-buttons {
    border-top: 1px solid #D5E9FA;
    border-bottom: 1px solid #D5E9FA;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 27px;
}

.radio-box .tab-buttons button.tab-button {
    color: #7B7B7B;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.407px;
    text-align: center;
    width: 111px;
    padding: 14px 0;
    border: none;
    background: none;
    cursor: pointer;
}

/* rightside dashboard */


/* Right column - Main content area */
.text-heading-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-side-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

section.my-orders-section {
    background: #fff;
    padding: 30px 30px 30px 20px;
}

.text-heading-box h3.title-text {
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 15.026px;
}

.right-side-text p {
    color: #636363;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.026px;
}

.right-side-text p span {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.026px;
}


section.my-orders-section {
    background: #fff;
    padding: 30px 30px 0px 20px;
    margin-bottom: 30px;
}

.two-column-layout {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

/* .my-orders-table-most-popular,
.my-orders-table-message {
    height: 554px;
    overflow-y: scroll;
    padding-right: 15px;
} */

.my-orders-table-request {
    height: 715px;
    overflow-y: scroll;
}


.menu-btn svg {
    width: 100%;
    height: auto;
}

.cross-btn {
    width: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    display: none;
    top: 16px;
    right: 16px;
}

.cross-btn svg {
    width: 100%;
    height: auto;
}

/******************************************* dash board new ***************************************************************************/
.Services-section.sidebar.seller-sidebar .radio-box {
    padding: 0 15px;
    margin-bottom: 30px;
}

.Services-section.sidebar.seller-sidebar .radio-box .radio-buttons label.radio-label {
    cursor: pointer;
    padding: 12px 10px;
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    max-width: 110px;
    height: auto;
    display: block;
    border-radius: 14px;
}

.Services-section.sidebar.seller-sidebar .radio-box .radio-buttons label.radio-label svg {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.dashboard-box .sidebar .radio-buttons input[type="radio"]:checked+label svg path {
    fill: #fff;
}

.create-request-page .sidebar .tab-button-box {
    margin: 0 15px;
}

.Services-section.sidebar.seller-sidebar .tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    border: none;
    gap: 4px;
}

.Services-section.sidebar.seller-sidebar .tab-buttons button.tab-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 10px;
    width: 106px;
    background-color: transparent;
    padding: 14px 0;
    cursor: pointer;
    border: 0;
    /* overflow: hidden; */
    color: #585858;
}

.Services-section.sidebar.seller-sidebar .tab-content {
    display: block;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    background-color: #E0F1FF;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.Services-section .tab-button .active .customer-button {
    background-color: #E0F1FF;
    border-radius: 10px;
    padding: 20px;
}

.Services-section.sidebar .radio-box p {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 15px;
}

.Services-section.sidebar.seller-sidebar {
    background: #fff;
    padding: 30px 0 0px 0;
    max-width: 20%;
    text-align: center;
    width: 272px;
    position: relative;
    height: 739px;
    flex-shrink: 0;
}

li.menu-item {

    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 8px;

}

/* li.menu-item a.active,
li.menu-item a:hover {
    border-radius: 12px;
    background: #D5212E;
    color: #fff;
} */

/* li.menu-item a:hover span {
    color: #fff;
}

li.menu-item a.active span svg path,
li.menu-item a:hover span svg path {
    fill: #fff;
    stroke: #fff;
} */

.Services-section .tab-pane ul {
    padding: 20px 0;
    padding-bottom: 0;
}

.Services-section li.menu-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    color: #818181;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 10px 14px 20px;
    display: flex;
    width: 100%;
    text-align: left;
    align-items: center;
    justify-content: left;
    border-radius: 4px;
    transition: all 0.3s;
}

.Services-section li.menu-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 3px 8px;
}

.Services-section li.menu-item a span svg {
    vertical-align: middle;
}

.profile-info {
    width: 70%;
    max-width: 709px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 19px 25px 29px;
    background: #fff;
    border-radius: 4px;
}

.user-detail {
    display: flex;
    gap: 11px;
}

section.myprofile-info-section {
    border-radius: 5px;
    background: #FFF;
}

.myprofile-info-box {
    display: flex;
}

.tab-button-box .tab-buttons button#buyer.active,
button#seller.active {
    /* border: 2px solid #D5212E;
    color: #D5212E;
    box-shadow: 0 0 0px 8px #e0f1ff; */
}

.option-list {
    border-right: 1px solid #E4E4E4;
    height: 100%;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form-container-box .image-box {
    border: 1px solid #E4E4E4;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 16px;
}

.image-container img {
    width: 100%;

}

form#reportForm>p span {
    color: #D12129;
    font-family: Lato;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    margin-left: 8px;
}

input.select-checkbox {
    cursor: pointer;
}

.menu-btnss {
    display: none;
}

#mySidenav .closebtn {
    display: none;
}





/* new slide css start here */
.create-request-page {
    width: 100%;
}

.cr-sl-create-request-wr {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#add-new-Job-Form .create-request-page h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 30px;
    cursor: pointer;
    color: #212529;
    display: inline-block;
}

#add-new-Job-Form .create-request-page h3 svg {
    margin-right: 10px;
}

.create-request-field {
    background-color: #fff;
    width: 100%;
    padding: 0px 113px;
    position: relative;
    border-radius: 10px;
}

.create-request-field h4 {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}

.cr-sl-type-service p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

.cr-sl-add_image .img-upload-btn {
    /* position: relative; */
    overflow: hidden;
    padding-top: 95%;
    background-size: cover;
    background-color: #E9E9E9;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cr-sl-add_image .img-upload-btn input[type=file] {
    /* position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; */
    position: absolute;
    width: 108px;
    height: 112px;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
}

.cr-sl-add_image .img-upload-btn svg.innerimgclass {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.cr-sl-add_image .btn-radio {
    position: relative;
    overflow: hidden;
}

.cr-sl-add_image .btn-radio input[type=radio] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.create-request-page .create-request-field .preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    height: 112px;
    object-fit: cover;
}

.create-request-page .create-request-field .deletor {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 9999;
    background: transparent;
    border: unset;
    padding: unset;
}

/* .create-request-page .create-request-field .deletor:hover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #000;
    text-decoration: none;
} */

.cr-sl-add_image .backhighlighter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}


.cr-sl-excellent {
    margin: 44px 0 0 0;
}

.create-request-field {
    border-top: 1px solid #DEDEDE;
    border-radius: 0;
    background-color: #fff;
}

.cr-sl-excellent-image_description_wraper {
    display: flex;
    gap: 28px;
    border: 1px solid #DEDEDE;
    margin: 21px 0 50px 0;
    padding: 21px;
    border-radius: 5px;
}

.cr-sl-excellent-wood_table-fatures button {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: #D12129;
    border: 0;
    padding: 7px 10px;
    background-color: #fae9ea;
    border-radius: 20px;
    margin-bottom: 16px;
}

.cr-sl-excellent-wood_table-fatures h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
}

.cr-sl-excellent-wood_table-fatures p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 0;
    letter-spacing: 0em;
    color: #D12129 !important;
}

.cr-sl-excellent-wood_table-fatures li {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    letter-spacing: 0em;
    gap: 10px;
    align-items: center;
}

.cr-sl-excellent-button-view_image {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.cr-sl-excellent-button-view_image button {
    border: 1px solid #D5212E !important;
    border-color: inherit;
    width: 176px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0em;
    color: #000000;
    background: #fff;
}

.cr-sl-excellent-button-view_image button:hover {
    color: #fff;
    background-color: #D12129;
    border-color: inherit;
    transition: all 0.3s;
}

.cr-sl-excellent-button-view_image .back_button {
    background-color: #D5212E;
    color: #fff;
    width: 242px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0em;
}

.cr-sl-excellent-button-view_image .back_button:hover {
    color: #D12129;
    background-color: #fff;
    border-color: inherit;
    transition: all 0.3s;
}

.form-select:focus {
    box-shadow: none;
    border-color: inherit;
}

.create-request-page .form-control,
.create-request-page .form-select {
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #212529;
}

.form-control:focus {
    box-shadow: none;
    border-color: inherit;
    border-radius: 5px;
}

.form-select {
    border: 1px solid #D1D1D1;
}

.cr-sl-type-service .form-select {
    margin-bottom: 15px;
}

.cr-sl-more_all_gp {
    padding: 45px 113px 51px 113px;
}

.cr-sl-location span {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #8C8C8C;
    letter-spacing: 0em;
}

.cr-sl-location {
    padding-top: 24px;
}

.create-request-page .create-request-field label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    padding-bottom: 9px;
    margin-bottom: 0;
    padding-left: initial;
    color: #212529;
}

.cr-sl-leave-empty {
    margin: 10px 0 10px 0;
}

.cr-sl-budget_location_info .mapcstmclass {
    margin-top: 10px;
}

.cr-sl-delivery .form-check label {
    padding-bottom: 0;
}

.create-request-page h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;
}

.create-request-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0em;
}

.cr-sl-budget_location_info .row .d-flex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #121212;
    width: 37px;
}

.darksecondry .cr-sl-budget_location_info .row .d-flex p {
    color: #fff;
}

.cr-sl-to h6 {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    line-height: 20px;
    letter-spacing: 0em;
}

.create-request-page .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
}

.cr-sl-diamation {
    padding: 54px 0 50px 0;
}

.cr-sl-delivery .form-check {
    min-height: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: initial;
    padding-left: 1.5em;
}

.create-request-page .form-check-input:checked {
    background-color: #D12129;
    border-color: inherit;
    color: #fff;
    border-radius: 0;
}

.create-request-page .form-check-input {
    border-radius: 0;
}

.form-check-input:focus {
    box-shadow: none;
}

.cr-sl-budget_location_info {
    padding-top: 50px;
}

.cr-sl-dimensions-section {
    position: relative;

}

.cr-sl-dimensions-section .dimensionsType {
    height: 100%;
    position: absolute;
    right: 2px;
    top: 43px;
    width: 24%;
    height: 31px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    border: 0;
    border-left: 1px solid #ced4da;
    background: transparent;
}

.cr-sl-dimensions-section .dimensionsType:focus {
    outline: none;
}

.cr-sl-add_image {
    padding: 45px 0 49px 0;
}

.cr-sl-add_image p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 24px;
    letter-spacing: 0em;
}

.cr-sl-type-service label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #121212;
    padding-top: 10px;
}

.cr-sl-type-service .cr-sl-textarea .form-control {
    height: 159px;
}

.cr-sl-type-service .cr-sl-textarea {
    padding-bottom: 50px;
}

.cr-sl-type-service {
    padding-top: 45px;
}

.cr-sl-first-div {
    border: 0;
    padding: 28px 113px;
}

.request_two_cr-sl-sent-by {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.cr-sl-sent-by_content h6 {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 19px;
    letter-spacing: 0em;
    color: #121212;
}

.cr-sl-sent-by_content a {
    color: #D5212E;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
}

.cr-sl-sent-by_content a:hover {
    color: #000;
}

.cr-sl-sent-wp {
    width: 128px;
}

.request-date-table span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #000000;
    width: 141px;
    display: inline-flex;
}

.dashboard-box {
    display: flex;
    gap: 30px;
    /* justify-content: center; */
}

.reported-item-list-box {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: auto;
    padding: 20px;
}

#cr-sl_requeat_three_tab .dollar_vs_home-visit {
    margin-top: 0px;
    padding: 15px 19px 30px 19px;
}

#cr-sl_requeat_three_tab {
    max-width: 100% !important;
    width: 100% !important;
}

#cr-sl_requeat_three_tab .report-outer-table tr.tbl-title,
tr.my-orders-row:last-child {
    border-bottom: 0;
}

#cr-sl_requeat_three_tab .report-outer-table tr.tbl-title,
tr.my-orders-row {
    padding: 10px 0;
}


.personal-infocr-sl {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    margin-bottom: 13px;
}

.personal-info_head h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    margin-bottom: 25px;
}

.personal-info_cr_content {
    padding: 20px 50px;
    background-color: #fff;
}

.personal-info_cr_content .row {
    margin-left: 0;
    padding-left: 0;
}

.personal_infor_form_parent .row .col-sm-6 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.personal-info_detail_user .form-control {
    height: 55px;
}

.personal-info_detail_user ::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
}

.personal-info_cr_content h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}

.innner-personal-add-ct {

    /* margin-top: 30px; */
    position: relative;
}

.add-_adn_close_earn_bt {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.innner-personal-add-ct .btn {
    background: #FBE9EA;
    border: 1px solid #D12129;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    height: 47px;
    text-align: center;
    padding: 0.375rem 0.75rem;
    filter: unset;
    transform: unset;
}

.innner-personal-add-ct .btn:hover {
    background-color: #ffff;
    color: #D12129;
    transition: all 0.5s;
    border-color: inherit;
}

.innner-personal-add-ct .close {
    position: absolute;
    top: -10px;
    width: 21px;
    display: flex;
    border: 0;
    height: 21px;
    background: transparent;
    right: -10px;
}

.innner-personal-add-ct .close img {
    width: 21px;
    height: 21px;
}

.personal_info_user-cr {
    text-align: center;
    margin: 20px 0 0px 0;
}

.personal_info_user-cr img {
    width: 110px;
    height: 110px;
    margin-bottom: 13px;
}

.personal_info_user-cr .innerimgclass p {
    margin-bottom: 0.5rem;
    color: #212529;
}

.personal_infor_form_parent .formmainclassinfo {
    /* width: 85%; */
}

.personal_pro_service_cetegories h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}

.personal_pro_service_cetegories {
    border-top: 1px solid #DEDEDE;
    padding-top: 30px;
    margin-top: 34px;
}

.personal_pro_service_cetegories.no-border-bottom {
    border-top: none !important;
    margin-top: 0px;
    padding-top: 0px;
}

.personal-service-area .row .col-sm-3 {
    padding-right: 0;
}

.personal-service-area {
    padding: 30px 0 0 0;
    margin-top: 40px;
    border-top: 1px solid #DEDEDE;
}

.personal-service-area label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 9px;
}

.personal-service-area label span {
    color: #5E5E5E;
}

.personal-service-area .form-control {
    height: 55px;
}

.personal_pro_service_cetegories p a {
    color: #D12129;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-decoration: underline;
}

.personal_pro_service_cetegories p {
    margin-top: 20px;
}

.personal_choose_cetogories_pop h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 20px;
    color: #121212;
}

.personal_choose_cetogories_pop .send-proposal-btn {
    margin: 19px 0 40px 0;
}

.personal_choose_cetogories_pop .inner-time-shot .col-sm {
    margin-bottom: 15px;
}

.chooese_cetegories_product_same label img {
    width: 40px;
}

.chooese_cetegories_product_same label {
    padding: 10px;
    color: #141414;
    justify-content: flex-start;
}

.chooese_cetegories_product_same label span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 10px;
}

.choose_two_popbox_on-cetegories h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    line-height: 61px;
    letter-spacing: 0em;
    margin-bottom: 40px;
    color: #121212;
}

.choose-features_product .dimensionsType {
    top: 39px;
    width: 16%;
}

.choose-features_product .modal-header {
    border: 0;
    padding: 35px 30px 0 0;
}

.choose-features_product .modal-body {
    padding: 0 30px;
}

.choose-features_product .appliance_choose_form_des {
    height: 200px;
    margin-bottom: 5px;
}

.choose-features_product #choose_cete_years {
    height: 50px;
    margin-bottom: 20px;
}

.choose-features_product label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #121212;
    margin-bottom: 10px;
}

.choose-features_product label span {
    color: #D5212E;
}

.choose-features_product .send-proposal-btn {
    width: 100%;
}

.personal_pro_service_disclaimer {
    background-color: #F4F4F4;
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0;
}

.personal_pro_service_disclaimer h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.personal_pro_service_disclaimer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #666666;
}

.personal_online_video {
    padding: 30px 0 0 0;
    margin-top: 5px;
    border-top: 1px solid #DEDEDE;
}

.personal_online_video h2 {
    margin-bottom: 20px;
}

.personal_online_video span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #5E5E5E;
    letter-spacing: 0em;
}

.personal_online_video_field label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 9px;
}

.personal_online_video_field .form-control {
    height: 55px;
    margin-bottom: 20px;
}

.personal_online_video_field .form-control::placeholder {
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
}

.personal_infor_form_parent .col-sm-12 {
    padding: 0 !important;
}

.personal_online_video_field label span {
    color: #D12129;
}

.personal_online_video_field.cstmin-durclsss label span {
    text-transform: lowercase;
}

.documents_personal_pro .custom-file {
    border: 1px solid #ced4da;
    padding: 11px;
    border-radius: 5px;
}

.documents_personal_pro .custom-file label {
    display: flex;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    gap: 10px;
    justify-content: space-between;
}

.documents_personal_pro .custom-file label span svg {
    margin-left: 10px;
}

.personal_form_added .form_personal_secondry {
    display: flex;
    align-items: center;
    gap: 15px;
}

.documents_personal_pro .pro_level_info {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    margin: 20px 0 15px 0;
    display: block;
}

.documents_personal_pro .pro_level_info .innerlabel-document {
    display: inline;
    float: right;
}

.documents_personal_pro .pro_level_info .innerlabel-document a {
    color: #D12129;
    border: 1px solid #D12129;
    padding: 3px 6px;
    border-radius: 20px;
    font-size: 12px;
}

.documents_personal_pro .pro_level_info .innerlabel-document a.removedocinnnrcls {
    margin-left: 10px;
}

.create-request-page .img-upload-btn .image-loadinngcls {
    position: absolute;
    top: 40px;
    left: 40px;
}

.create-request-page .img-upload-btn .image-loadinngcls .loderclsinn {
    color: #8D8D8D !important;
}

.documents_personal_pro {
    padding: 30px 0 0 0;
    margin-top: 40px;
    border-top: 1px solid #DEDEDE;
}

.personal_form_added .cr-sl-ratio-16x9 {
    margin: 40px 0 20px 0px;
}

.personal_form_added .send-proposal-btn {
    margin-bottom: 0;
}

.personal_location_pro .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #121212;
}

.personal_location_pro h2 {
    margin-bottom: 10px;
}

.personal_form_added .form-control {
    height: 55px;
}

.personal_form_added label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000;
}

.personal_location_pro {
    padding: 30px 0 0 0;
    margin-top: 50px;
    border-top: 1px solid #DEDEDE;
}

.custom-file input {
    display: none
}

/* new css slide section end here */

/* .container {
    overflow: hidden;
} */

.btn-darks {
    background-color: #00101C;
    border-radius: 40px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    font-family: Lato;
    font-size: 13px;
    border: 0;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    width: 144px;
    height: 26px;
    align-items: center;
}

.comment-box .info-comment-text .btn-darks-cstmcllss {
    background-color: #00101C;
    border-radius: 40px;
    color: #fff;
    font-size: 13px;
    border: 0;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    width: 144px;
    height: 26px;
    cursor: default;
}

.comment-box .info-comment-text .btn-darks-cstmcllss.videoclssin {
    background-color: #F86048;
    width: 130px;
}

.comment-box .info-comment-text .btn.smart-cr-sl-btn {
    background-color: #F86048;
    color: #fff;
    border-radius: 40px;
    font-size: 13px;
    border: 0;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    width: 130px;
    height: 26px;
    cursor: default;
}

.btn-darks:hover {
    background-color: #F86048;
    color: #fff;
    transition: all 0.3s;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.report-outer-table th {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    background: transparent;
    padding: 14px 0px;
    color: #585858;
}

.report-outer-table th input#selectAllCheckbox {
    vertical-align: bottom;
    margin-right: 8px;
    cursor: pointer;
}

.listing-my-orders-row .priceblue p {
    /* width: 200px !important; */
    /* padding: 20px 18px; */
    padding: 6px 18px;
    height: auto;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    background-color: #F2F2F2;
}


/** Build Page */

.banner-earn_first_tab {
    background-image: var(--earn-banner-url);
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: contain;
    width: 100%;
}

.banner-earn_first_tab .back-home-productsss a {
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-top: 30px;
}

.banner-earn_first_tab .back-home-productsss svg {
    cursor: pointer;
}

.banner-earn_first_tab .back-home-productsss p {
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    margin-left: 10px;
    cursor: pointer;
}

.banner-earn_first_tab .banner-earn_first_tab-inner {
    padding: 60px 0;
    text-align: center;
}

.banner-earn_first_tab .banner-earn_first_tab-inner h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 61px;
    letter-spacing: 0em;
    margin-bottom: 10px;
    color: #000000;
}

.banner-earn_first_tab .banner-earn_first_tab-inner h2 span {
    color: #D5212E;
}

.banner-earn_first_tab .banner-earn_first_tab-inner p {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    color: #121212;
}

.earn-main-section {
    /* margin: 25px 0 90px 0; */
    margin: 25px 0 0 0;
}

.earn-main-section h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: center;
    color: #121212;
}

.earn-main-section .nav-tabs {
    border-bottom: 0;
}

.earn-more-tab-sec {
    margin: 30px 0 60px 0;
}

.earn-morer_personal-detail h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    margin-bottom: 35px;
}

.earn-morer_personal-detail .cstmdropzone {
    position: relative;
}

.earn-morer_personal-detail .cstmdropzone .mian-dz-message-clssss {
    background-color: #FBEBEC;
    border-radius: 25px;
    border: 2px dashed #D5212E;
    min-height: 215px;
    padding: 20px 20px;
    cursor: pointer;
}

.earn-morer_personal-detail .dz-message span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #121212;
    display: inline-block;
    margin-top: 10px;
}

.earn-morer_personal-detail .cstmdropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.earn-morer_personal-detail .cstmdropzone .dz-preview .dz-image img {
    display: block;
    width: 100%;
}

.earn-morer_personal-detail .cstmdropzone .dz-message {
    margin: 45px 0 10px;
    text-align: center;
}

.earn-morer_personal-detail label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #121212;
    margin-bottom: 13px;
}

.earn-morer_personal-detail label span {
    color: #D5212E;
}

.earn-morer_personal-detail .earn_fisrt_drop_img {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.earn-morer_personal-detail .earn_second_drop_img {
    margin-bottom: 15px;
}

.earn_create_porfile p {
    text-align: center;
    padding-bottom: 20px;
}

.earn_create_porfile .cr-sl-submit-p-m {
    text-align: center;
    display: block;
}

.earn_create_porfile .modal-content {
    width: 100%;
    border: 11px solid #BCF1FE;
    border-radius: 40px;
    background: transparent;
    background: #fff;
}

.earn_create_porfile h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 33px;
}

.earn_create_porfile .modal-header {
    border: 0;
    padding: 28px 30px 0 0;
}

.earn_create_porfile .modal-body {
    padding: 0;
}

.earn-morer_personal-detail_two_page h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    margin-bottom: 35px;
}

.earn-morer_personal-detail_two_page .cr-sl-submit-p-m {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    gap: 0;
}

.earn-morer_personal-detail_two_page .cr-sl-submit-p-m button {
    margin-bottom: 0;
}

.earn-morer_personal-detail_two_page .cr-sl-submit-p-m .perview_button_earn {
    border-color: #D5212E;
    background-color: #ffff;
}

.earn-morer_personal-detail_two_page .cr-sl-submit-p-m .perview_button_earn:hover {
    border-color: #D5212E;
    color: #ffff;
    background-color: #D5212E;
}

/* earn main view detail web page start here */
.main_earn_view_detail_pro {
    border-top: 1px solid #E7E7E7;
    padding: 50px 0;
}

.main-earn-project {
    text-align: center;
}

.main-earn-project h3 {
    color: #D5212E;
    font-size: 35px;
    font-weight: 800;
    line-height: 26px;
    margin: 20px 0;
    letter-spacing: 0em;
}

.main-earn-project p {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
}

.earn-price_range {
    border-top: 1px solid #E6E6E6;
    padding: 40px 0 0 0;
}

.earn-price_range label span {
    color: #D12129;
}

.earn-price_range label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 9px;
}

.earn-price_range .form-control {
    height: 55px;
    margin-bottom: 20px;
}

.earn-price_range .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #8C8C8C;
}

.earn-price_range h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 10px;
}

.earn-price_range_on-sit h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 10px;
}

.earn-price_range_on-sit .form-control {
    height: 55px;
    /* margin-bottom: 20px; */
}

.earn-price_range_on-sit span.infomilechrgessc {
    font-size: 13px;
    margin-left: 19px;
}

.earn-price_range_on-sit label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 9px;
}

.earn-price_range_on-sit .dimensionsType {
    top: 47px;
    width: auto;
    right: 10px;
    padding-left: 5px;
}

.earn-price_range_on-sit label span {
    color: #686868;
}

.earn-price_range_on-sit {
    border-top: 1px solid #E6E6E6;
    padding: 40px 0 30px 0;
}

.earn-price_range_on-sit .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #8C8C8C;
}

.service-chargerclssin h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 10px;
}

.service-chargerclssin .form-control {
    height: 55px;
    margin-bottom: 20px;
}

.service-chargerclssin label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 9px;
}

.service-chargerclssin label span {
    color: #686868;
}

.service-chargerclssin {
    border-top: 1px solid #E6E6E6;
    padding: 40px 0 30px 0;
}

.service-chargerclssin .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #8C8C8C;
}

.service-detail .innclsboths {
    width: auto;
    /* max-width: 100px; */
    padding: 0 5px;
}

.stepup13clssinn .earn-mileage-radius {
    position: relative;
}

.stepup13clssinn .earn-mileage-radius .milegateclssinn {
    position: relative;
    top: 20px;
}

.stepup13clssinn .earn-mileage-radius .serviceareaincls {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #000000;
    margin: 0;
}

.earn-mileage-radius {
    background-image: var(--earn-graph-url);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
}

.earn-mileage-radius h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000;
}

.earn-mileage-radius h6 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #686868;
}

.earn_set_time_days .inner-time-shot label {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 8px 0;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 23px;
    max-width: 100%;
    cursor: pointer;
    width: auto;
    height: auto;
}

#second_earn_set_time_tab_four {
    padding-top: 48px;
    border-top: 1px solid #D1D1D1;
    margin-top: 48px;
}

.select_time_date_earn-section {
    margin-bottom: 20px;
}

.select_time_date_earn-section label {
    margin: 13px 0;
}

.earn_set_time_days input[type="radio"] {
    display: none;
}

.earn_set_time_days .inner-time-shot {
    display: flex;
    align-items: center;
    gap: 0 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.earn_set_time_days .inner-time-shot input:checked+label {
    color: #D12129;
    border-color: #D12129;
}

.remove_earn_button_right a {
    font-size: 16px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    color: #121212;
    text-decoration: underline;
}

.remove_earn_button_right .send-proposal-btn {
    background: #D12129;
    border: 1px solid #D12129;
    font-size: 15px;
    font-weight: 900;
    padding: 0px 35px;
    line-height: 18px;
    letter-spacing: 0em;
    height: 47px;
    text-align: center;
}

.remove_earn_button_right .send-proposal-btn:hover {
    background-color: #ffff;
    color: #D12129;
    transition: all 0.5s;
    border-color: inherit;
}

.remove_earn_button_right .send-proposal-btn:focus {
    box-shadow: none;
}

.remove_earn_button_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.earn-morer_personal-detail_two_page .earn_mored_butn {
    margin: 20px 0 35px 0;
}



.earn-mileage-radius .range-container {
    position: relative;
    padding-top: 10%;
}

.earn-mileage-radius input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
}

.earn-mileage-radius input[type="range"]:focus {
    outline: none;
}

.earn-mileage-radius input[type="range"]+label {
    background-color: #fff;
    position: absolute;
    top: 82px;
    left: 47%;
    width: 80px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

/* Chrome & Safari */
.earn-mileage-radius input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(90.29deg, #6880F1 -1.01%, #D5212E 108.33%);
    border-radius: 14px;
    width: 100%;
    height: 18px;
    cursor: pointer;
}

.earn-mileage-radius input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid purple;
    margin-top: -3px;
    cursor: pointer;
}

/* Firefox */
.earn-mileage-radius input[type="range"]::-moz-range-track {
    background: purple;
    border-radius: 4px;
    width: 100%;
    height: 14px;
    cursor: pointer;
}





#msform {
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    position: relative
}

#msform fieldset {
    width: 100%;
    margin: 0 auto;
    border: 11px solid #BCF1FE;
    border-radius: 40px;
    padding: 50px;
    margin-bottom: 8%;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .cstmfdaction-button {
    background: #D12129;
    border: 1px solid #D12129;
    font-size: 15px;
    font-weight: 900;
    padding: 0px 35px;
    line-height: 18px;
    letter-spacing: 0em;
    height: 47px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

#msform .cstmfdaction-button:hover {
    background-color: #ffff;
    color: #D12129;
    transition: all 0.5s;
    border-color: #D12129;
}

#msform .action-button-previous {
    background: #ffffff;
    border: 1px solid #D12129;
    font-size: 15px;
    font-weight: 900;
    padding: 0px 35px;
    line-height: 18px;
    letter-spacing: 0em;
    height: 47px;
    color: #D12129;
    border-radius: 5px;
    text-align: center;
}

#msform .action-button-previous:hover {
    background-color: #D12129;
    color: #ffff;
    transition: all 0.5s;
    border-color: #D12129;
}

#progressbar {
    margin-bottom: 30px !important;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

#progressbar li {
    display: inline-flex;
    padding: 0 38px;
    position: relative;
}

#progressbar li:last-child {
    padding: 0 0 0 30px;
}

#progressbar li:last-child:after {
    left: 0%;
}

#progressbar #account:before {
    content: "1";
    font-size: 24px;
    font-weight: 800;
    line-height: 44px;
}

#progressbar #personal:before {
    content: "2";
    font-size: 24px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: 0em;
}

#progressbar #payment:before {
    content: "3";
    font-size: 24px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: 0em;
}

#progressbar #confirm:before {
    content: "4";
    font-size: 24px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: 0em;
}

#progressbar #confirmss:before {
    content: "5";
    font-size: 24px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: 0em;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #000;
    background-color: #ffff;
    border: 1px solid #D0D0D0;
    border-radius: 50%;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    border: 1px solid #D0D0D0;
    position: absolute;
    left: 40%;
    top: 25px;
    z-index: -1
}


#progressbar li.active:before,
#progressbar li.active:after {
    background: #fff;
    border: 1px solid #D5212E;
}

#progressbar li.active:before {
    border: 5px solid #D5212E;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }


}

@media screen and (max-width: 450px) {
    .buildprofileclass .earn-main-section .cr-sl-proposal-time {

        grid-template-columns: repeat(1, 1fr) !important;
        gap: 3px;
    }


}

@media (min-width:451px) and (max-width: 767px) {
    .buildprofileclass .earn-main-section .cr-sl-proposal-time {
        grid-template-columns: repeat(2, 1fr) !important;

    }

    body .cr-sl-requeat_tab-modal-pro.cstmclssmodl .modal-dialog .modal-body .cr-sl-proposal-time {
        width: 100%;
        /* display: block; */
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width:768px) and (max-width: 958px) {}

@media (min-width:320px) and (max-width: 767px) {

    #msform fieldset.first-form-contractor-profile {
        width: 100% !important;
        padding: 26px !important;

    }

    .menu-btn {
        display: block;
    }

    .buildprofileclass .earn-main-section .cr-sl-proposal-time {

        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width:768px) and (max-width:1200px) {
    body .cr-sl-requeat_tab-modal-pro.cstmclssmodl .modal-dialog .modal-body .cr-sl-proposal-time {
        width: 100%;
        /* display: block; */
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .menu-btn {
        display: block;
    }

    .buildprofileclass .earn-main-section .cr-sl-proposal-time {
        grid-template-columns: repeat(3, 1fr) !important;

    }

    /* body .cr-sl-requeat_tab-modal-pro.cstmclssmodl .modal-dialog .modal-body .cr-sl-proposal-time {
        width: 100%;
      
        display: grid;
        grid-template-columns: repeat(3,1fr)  !important;
    } */

    .buildprofileclass .earn-main-section .cr-sl-proposal-time {
        width: 100%;
        /* display: block; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 576px) {
    .personal_infor_form_parent .row .col-sm-6 {
        flex: unset;
        width: 50%;
    }
}

@media (max-width: 575px) {
    .personal_infor_form_parent .row .col-sm-6 {
        flex: unset;
        width: 100%;
    }

    .our_client-Testimonials {
        height: 161px;
    }

    .buildprofileclass .earn-main-section .cr-sl-proposal-time {

        grid-template-columns: repeat(2, 1fr);
    }

    .cr-sl-excellent-button-view_image .back_button:hover {
        color: #fff;
        background-color: #D12129;
    }

    .handyman-image img {
        width: 100%;
    }
}


@media all and (max-width:851px) {

    .personal_online_video_field .removescheduleclss {
        right: 12px !important;
        top: 80px !important;
    }

    /* this css of dashboard start here */
    .Services-section.sidebar.seller-sidebar {
        background: transparent;
        height: 802px;
    }

    .Services-section.sidebar.seller-sidebar {
        width: 0;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: relative;
        z-index: 999;
        top: -29px;
        left: 0;
        background: #fff;
        overflow: hidden;
        padding-top: 60px;
        transition: 0.5s;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

    .Services-section.sidebar.seller-sidebar .tab-buttons {
        justify-content: space-between;
    }

    button#buyer.active,
    button#seller.active {
        box-shadow: 0 0 5px 5px #e0f1ff;
    }

    .Services-section.sidebar.seller-sidebar .radio-box .radio-buttons {
        justify-content: space-between;
    }

    .sidenav .closebtn {
        position: absolute;
        font-size: 36px;
        margin-left: 50px;
    }

    .menu-btnss {
        position: absolute;
        top: 76px;
        left: 10px;
    }

    .menu-btnss svg {
        width: 20px;
        height: 20px;
    }

    .menu-btnss {
        display: block;
    }

    #mySidenav .closebtn {
        display: block;
    }

    .dashboard-box .main-content {
        max-width: 100%;
    }

    .dashboard-box {
        gap: 0;
    }

    .sidenav .closebtn {
        position: absolute;
        font-size: 36px;
        right: 50px;
        top: 10px;
    }

    /* this css dahoboard end here */


    /* new slides responsive css start here */
    .cr-sl-first-div {
        padding: 28px 36px;
    }

    .create-request-page {
        width: 100%;
    }

    .cr-sl-create-request-wr {
        margin-top: 30px;
    }

    .create-request-field {
        /* padding: 28px 25px; */
        padding: 28px 12px;
    }

    .cr-sl-type-service .cr-sl-textarea .form-control {
        height: 99px;
    }

    .cr-sl-excellent-button-view_image .back_button {
        font-size: 13px;
        font-weight: 600;
    }

    .cr-sl-excellent-button-view_image button {
        font-size: 13px;
        font-weight: 600;
    }

    .cr-sl-excellent-wood_table-fatures h2 {
        font-size: 13px;
        line-height: 17px;
    }

    .cr-sl-excellent-wood_table-fatures p {
        font-size: 10px;
        line-height: 6px;
    }

    .cr-sl-excellent-image_description_wraper {
        flex-wrap: wrap;
    }

    .cr-sl-excellent-wood_table-fatures li {
        font-size: 11px;
        line-height: 28px;
    }

    .cr-sl-excellent {
        margin: 0px 0 0 0;
    }

    .create-request-page .form-control,
    .form-select {
        height: 45px;
    }

    .cr-sl-dimensions-section .dimensionsType {
        background: transparent;
        top: 14px;
        width: 18%;
        height: 21px;
        font-size: 11px;
    }

    .cr-sl-add_image {
        padding: 0;
    }

    .cr-sl-type-service .cr-sl-textarea {
        padding-bottom: 9px;
    }

    .cr-sl-type-service {
        padding-top: 0px;
    }

    .cr-sl-budget_location_info {
        padding-top: 20px;
    }

    .cr-sl-diamation .cr-sl-dimensions-section {
        margin-bottom: 30px;
    }

    .cr-sl-diamation {
        padding: 21px 0 0px 0;
    }

    .create-request-field label {
        padding-bottom: 14px;
    }

    .cr-sl-budget_location_info .d-flex {
        display: flex !important;
        margin-bottom: 15px;
    }

    .img-upload-btn {
        padding: 50px;
        padding-top: 44% !important;
    }

    .cr-sl-diamation h5 {
        margin-bottom: 15px;
    }

    /* new slides responsive css end here */

    .cr-sl-writer-review_expert .cr-sl-james-writer-report-wrpr {
        flex-wrap: wrap;
        gap: 19px;
    }

    .cr-sl-review_for_service-pop {
        flex-wrap: wrap;
    }

    .cr-sl-rerview_ser-assembly h2 {
        margin-bottom: 10px;
    }

    .cr-sl-card-method {
        max-width: 100%;
    }

    .personal-info_cr_content h2 {
        font-size: 21px;
    }

    .personal_infor_form_parent form {
        width: 100%;
    }

    .add-_adn_close_earn_bt {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        align-items: center;
    }

    .cr-sl-proposal-time {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cr-sl-proposal-time .col-sm {
        width: 48%;
    }

    .personal_choose_cetogories_pop .inner-time-shot .col-sm {
        width: 100%;
    }

    .personal-service-area .row .col-sm-3 {
        margin-top: 20px;
        width: 50%;
    }

    .two_personal_form_video .col-sm-3 {
        margin-top: 20px;
        width: 100%;
    }

    .banner-earn_first_tab .banner-earn_first_tab-inner {
        background-size: cover;
    }

    #progressbar li {
        padding: 0 11px;
    }

    #msform fieldset {
        padding: 24px;
    }

    .earn-mileage-radius input[type="range"]+label {
        top: 0px;
    }

    .main-earn-project {
        margin-bottom: 30px;
    }

    .earn-main-section {
        margin: 25px 0
    }

    .cr-sl-saved_card {

        padding: 8px 20px 5px 20px;
    }

    .main_earn_view_detail_pro {
        padding: 50px 0 0 0;
    }

    .main_earn_view_detail_pro {
        margin: 50px 0 0 0;
    }

    .earn_set_time_days .inner-time-shot {
        flex-wrap: wrap;
        gap: 0px;
    }

    .earn_set_time_days .inner-time-shot label {
        margin: 8px 8px 8px 0;
    }

    .remove_earn_button_right .send-proposal-btn {
        padding: 0px 7px;
    }

    .select_time_date_earn-section label:nth-child(2) {
        margin: 13px 0;
    }

    .banner-earn_first_tab .banner-earn_first_tab-inner h2 {
        font-size: 31px;
        line-height: 41px;
    }

    .banner-earn_first_tab .banner-earn_first_tab-inner p {
        line-height: 30px;
    }

    .earn-main-section h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .banner-earn_first_tab .banner-earn_first_tab-inner {
        padding: 10% 0;
    }

    .earn-morer_personal-detail_two_page h3 {
        text-align: center;
    }

    .earn-price_range_on-sit .dimensionsType {
        background: transparent;
        top: 79px;
        width: auto;
        height: 21px;
        font-size: 11px;
    }

    .earn_morepro_p .dimensionsType {
        background: transparent;
        top: 47px;
        width: 18%;
        height: 21px;
        font-size: 11px;
    }

    .personal_infor_form_parent .formmainclassinfo {
        width: 100%;
    }

    .dashboard-section-seller.seller-dashboard.cstm-serviceclass .container {
        max-width: 100%;
    }

    .buildprofileclass .container {
        max-width: 100%;
    }
}

.create-request-page .create-request-field .form-group {
    margin-bottom: initial;
    position: relative;
}

.create-request-page .create-request-field .cr-sl-excellent-image_description_wraper .cr-sl-excellent-show_image_wood img {
    height: 146px;
    object-fit: cover;
    width: 100%;
}

.create-request-page .create-request-field .maincatservice {
    position: relative;
    z-index: 9;
}

.create-request-page .cr-sl-location span.error.text-danger {
    font-size: 16px;
}

.mx-innerclass {
    margin-left: 30px;
}

.cr-sl-excellent-button-view_image .back_button.loaderclass {
    width: 100px;
}

.listing-my-orders-row .request_two_cr-sl-sent-by {
    margin-left: 20px;
}

.listing-my-orders-row .request_two_cr-sl-sent-by .cr-sl-sent-by_profile img {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    object-fit: cover;
}

.report-outer-table tr.listing-my-orders-row td p.info-comment-text button {
    width: 120px;
    padding: unset;
    display: block;
}

.actionbtnclass {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 120px;
}

.actionbtnclass a.accept-btnaction {
    background: #259E5A;
    color: #fff;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #259E5A;
}

.actionbtnclass a.accept-btnaction:hover {
    transition: all 0.5s;
    color: #259E5A;
    background: #ffffff;
}

.actionbtnclass a.reject-btnaction {
    background: #D12129;
    color: #fff;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #D12129;
}

.actionbtnclass a.reject-btnaction:hover {
    transition: all 0.5s;
    color: #D12129;
    background: #ffffff;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-review_for_service-pop {
    display: flex;
    gap: 28px;
    margin: 21px 0 20px 0;
    padding: 21px;
    border-radius: 5px;
    background-color: #F4F4F4;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-rerview_ser-assembly button {
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    color: #fff;
    border: 0;
    padding: 7px 10px;
    background-color: #D12129;
    border-radius: 20px;
    margin-bottom: 16px;
    cursor: unset;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-rerview_ser-assembly h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    color: #212529;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-rerview_ser-assembly p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #D12129 !important;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-give_star-rating h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 19px;
    letter-spacing: 0em;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-give_star-rating label {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #5B5B5B;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-writer-review_expert {
    border-top: 1px solid #D1D1D1;
    margin-top: 50px;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-writer-review_expert h5 {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    padding-top: 50px;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-writer-review_expert .cr-sl-james-writer-report-wrpr {
    background-color: #F4F4F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    /* margin: 40px 0 30px 0; */
    margin: 21px 0 20px 0;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-james-writer-report-wrpr .cr-sl-revie-pro img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;

}

.cr-sl-requeat_tab-modal-pro .cr-sl-user-content h6 {
    font-size: 18px;
    font-weight: 800 !important;
    line-height: 28px;
    letter-spacing: 0em;
    color: #212529;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-user-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #121212;
}

.cr-sl-requeat_tab-modal-pro #cr-sl-review-pop-submit .submit-review {
    margin-top: 30px;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-give_star-rating p svg {
    margin: 10px 0 30px 0;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-give_star-rating #revie-user-form {
    border-radius: 5px;
    height: 169px;
    border: 1px solid #D1D1D1;
    margin-top: 17px;
}

.cr-sl-requeat_tab-modal-pro .cr-sl-modal-hd-revie {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
}

.cr-sl-requeat_tab-modal-pro .cl-sl-review-body {
    padding: 0 20px;
}

.user-catlist-class {
    display: block;
    text-align: right;
    width: 50%;
}

.user-catlist-class p.snigle-user-catlist {
    cursor: not-allowed;
    padding: 3px 10px;
    border: 1px solid #00101C;
    border-radius: 5px;
    line-height: 17px;
    border-color: #D12129;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

#cr-sl_requeat_three_tab label.form-label {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

#cr-sl_requeat_three_tab .form-select {
    color: #212529;
}

#cr-sl_requeat_three_tab .form-control {
    color: #212529;
    border: 1px solid #ced4da;
}

#cr-sl_requeat_three_tab .col-12.cr-sl-submit-p-m {
    display: block;
}

#cr-sl_requeat_three_tab .cr-sl-submit-p-m .send-proposal-btn {
    background: #D12129;
    border: 1px solid #D12129;
    font-size: 15px;
    font-weight: 900;
    padding: 10px 35px;
    line-height: 18px;
    letter-spacing: 0em;
    height: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

#cr-sl_requeat_three_tab .cr-sl-submit-p-m .send-proposal-btn:hover {
    background-color: #ffff;
    color: #D12129;
    transition: all 0.5s;
    border-color: inherit;
    transform: unset;
    filter: unset;
}

#cr-sl_requeat_three_tab .innerimgclass {
    display: block;
    width: 100%;
    text-align: center;
}

#cr-sl_requeat_three_tab .innerimgclass img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

#cr-sl_requeat_three_tab .personal_info_user-cr {
    position: relative;
}

#cr-sl_requeat_three_tab .inputmainclass {
    position: absolute;
    bottom: 15px;
    right: 42%;
}

#cr-sl_requeat_three_tab .inputmainclass .inptclass {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    position: inherit;
}

#cr-sl_requeat_three_tab .inputmainclass label {
    width: 30px;
    background-color: #D5212E;
    border-radius: 50%;
    height: 30px;
    padding: 1px 0px;
    text-align: center;
    cursor: pointer;
}

body .cat-single-popupclass.choose-features_product .modal-content {
    width: 100%;
    border: 11px solid #BCF1FE;
    border-radius: 40px;
    background: #fff;
    box-shadow: unset;
}

body .cat-single-popupclass.choose-features_product .modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em !important;
    /* color: #fffcfc !important; */
    color: #000;
    position: unset;
    /* background: url(http://localhost:3000/static/media/close-btn.e55a606….svg); */
    /* opacity: .5; */
    background-size: 65% 65%;
    background-repeat: no-repeat;
    border-radius: unset;
    font-size: 20px;
    font-weight: 800;
}

body .cat-single-popupclass.choose-features_product .cr-sl-submit-p-m {
    display: block;
    margin-top: 35px;
}

body .cat-single-popupclass.choose-features_product .cr-sl-submit-p-m button {
    background: #D12129;
    border: 1px solid #D12129;
    font-size: 15px;
    font-weight: 900;
    padding: 0px 35px;
    line-height: 18px;
    letter-spacing: 0em;
    height: 47px;
    text-align: center;
    margin-bottom: 40px;
}

body .cat-single-popupclass.choose-features_product .cr-sl-submit-p-m .send-proposal-btn:hover {
    background-color: #ffff;
    color: #D12129;
    transition: all 0.5s;
    border-color: inherit;
    transform: unset;
    filter: unset;
}

.cr-sl-proposal-time input[type="checkbox"] {
    display: none;
}

.cr-sl-proposal-time input:checked+label {
    color: #D12129;
    border-color: #D12129 !important;
}

.cr-sl-proposal-time label {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 8px 0;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 23px;
    max-width: 100%;
    cursor: pointer;
}

.cr-sl-proposal-time {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
}

.cr-sl-submit-p-m .send-proposal-btn {
    background: #D12129;
    border: 1px solid #D12129;
    font-size: 15px;
    font-weight: 900;
    padding: 0px 35px;
    line-height: 18px;
    letter-spacing: 0em;
    height: 47px;
    text-align: center;
    margin-bottom: 40px;
}

.cr-sl-submit-p-m .send-proposal-btn:hover {
    background-color: #ffff;
    color: #D12129;
    transition: all 0.5s;
    border-color: inherit;
}

.cr-sl-requeat_tab-modal-pro .modal-dialog .modal-body .cr-sl-submit-p-m.cstmclssq {
    display: block !important;
}

body .cr-sl-requeat_tab-modal-pro.cstmclssmodl .modal-dialog .modal-body .cr-sl-proposal-time {
    width: 100%;
    /* display: block; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.cr-sl-requeat_tab-modal-pro.cstmclssmodl .personal_choose_cetogories_pop .inner-time-shot .col-sm {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 20px;
    width: 18%;
}

.cr-sl-requeat_tab-modal-pro.cstmclssmodl .personal_choose_cetogories_pop .inner-time-shot .col-sm label {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 0px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    cursor: pointer;
    height: initial;
    width: 100%;
    padding: 10px 0px;
}

.cat-single-popupclass.choose-features_product .error.text-danger {
    font-style: italic;
    color: red !important;
}

.personal_online_video_field .error.text-danger {
    font-style: italic;
    color: red !important;
    margin: 0;
    padding: 0;
}

.personal_online_video_field .col-sm-3.toclassinput {
    position: relative;
}

.personal_online_video_field .removescheduleclss {
    position: absolute;
    top: 50px;
    right: -70px;
}

.personal_online_video_field .removescheduleclss a {
    color: #D12129;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-decoration: underline;
}

.report-outer-table tr.listing-my-orders-row td p.btninfolist {
    background-color: #F86048;
    border-radius: 40px;
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    border: 0;
    font-weight: 400;
    align-items: center;
    color: #fff;
    cursor: default;
}

.report-outer-table tr.listing-my-orders-row td p.btninfolist.inhousegg {
    background-color: #00101C;
}

.report-outer-table tr.listing-my-orders-row td.seller-prod .commet-box-infocls p {
    width: 255px !important;
    padding: 20px 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #000;
    background-color: #F2F2F2;
    height: auto;
}

.buildprofileclass .earn-main-section .cr-sl-proposal-time {
    width: 100%;
    /* display: block; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.buildprofileclass .earn-main-section .chooese_cetegories_product_same .cr-sl-proposal-time .col-sm {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 20px;
    width: 20%;
}

.buildprofileclass .earn-main-section .chooese_cetegories_product_same .cr-sl-proposal-time .col-sm label {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 0px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 100%;
    cursor: pointer;
    height: 67px;
    width: 100%;
    padding: 10px 0px;
}

#msform .form-card {
    display: block;
}

.buildprofileclass .earn-main-section .earn-morer_personal-detail_two_page .form-control {
    color: #212529;
}

.buildprofileclass .earn-main-section .earn-morer_personal-detail_two_page .form-select {
    color: #212529;
}

.buildprofileclass .earn-main-section .cr-sl-submit-p-m .send-proposal-btn {
    padding: 0px 35px;
    margin-top: 0;
    filter: unset;
    transform: unset;
}

.buildprofileclass .earn-main-section .remove_earn_button_right .send-proposal-btn {
    padding: 0px 35px;
    margin-top: 0;
    filter: unset;
    transform: unset;
}

.buildprofileclass .earn-main-section .remove_earn_button_right {
    flex-direction: unset;
}

.earn_set_time_days input[type="checkbox"] {
    display: none;
}

.buildprofileclass .earn-main-section .personal-info_detail_user .col-12.cr-sl-submit-p-m {
    display: block;
}

.buildprofileclass .earn-main-section .earn-morer_personal-detail .cstmdropzone .form-control {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.buildprofileclass .earn-main-section .earn-morer_personal-detail .cstmdropzone .preview-insurance-class {
    position: absolute;
    top: 45px;
    right: 30px;
    width: 120px;
    height: auto;
    z-index: 999999;
}

.buildprofileclass .earn-main-section .earn-morer_personal-detail .cstmdropzone .removeInfoclsss {
    position: absolute;
    top: -14px;
    right: 0;
}

.buildprofileclass .earn-main-section .earn-morer_personal-detail .cstmdropzone .removeInfoclsss img {
    width: 28px;
    cursor: pointer;
}

.headingTimeslot {
    padding: 20px 0 0 0;
    margin-top: 10px;
    border-top: 1px solid #DEDEDE;
}

.headingTimeslot h2 {
    margin-bottom: 20px;
}

.buildprofileclass .earn-main-section .earn-morer_personal-detail .cstmdropzone .preview-license-class {
    position: absolute;
    top: 45px;
    right: 30px;
    width: 120px;
    height: auto;
}

body .earn_create_porfile .modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em !important;
    color: #000;
    position: unset;
    background: var(--close-btn-url);
    opacity: .5;
    background-size: 65% 65%;
    background-repeat: no-repeat;
    border-radius: unset;
}

.earn_create_porfile .modal-body.choose_two_popbox_on-cetegories .cr-sl-submit-p-m .send-proposal-btn {
    margin-top: 0;
    padding: 0px 35px;
    transform: unset;
    filter: unset;
}

.inboxchatclass .reported-item-list-box table.tbl-outer.report-outer-table {
    width: 100%;
}

.requestlistingtab.servicelistclass.inboxchatclass .report-outer-table tr.listing-my-orders-row {
    cursor: pointer;
}

.requestlistingtab.servicelistclass.inboxchatclass .report-outer-table tr.listing-tbl-title .usrname-class {
    width: 220px;
}

.requestlistingtab.servicelistclass.inboxchatclass .report-outer-table tr.listing-tbl-title .msg-class {
    width: 500px;
}

.requestlistingtab.servicelistclass.inboxchatclass .report-outer-table tr.listing-tbl-title .datemnt-class {
    width: 220px;
}

.formmainclassinfo .innrcls {
    display: block;
    width: 100%;
}

.formmainclassinfo .innrcls span {
    display: inline-block;
    margin-right: 10px;
    color: #212529;
}

.formmainclassinfo .innrcls input {
    display: inline-block;
    width: 96%;
}

.formmainclassinfo .innrcls.twocolsectn input {
    width: 93%;
}

.earn-morer_personal-detail_two_page .innrcls {
    display: block;
    width: 100%;
}

.earn-morer_personal-detail_two_page .innrcls span {
    display: inline-block;
    margin-right: 10px;
    color: #212529;
}

.earn-morer_personal-detail_two_page .innrcls input {
    display: inline-block;
    width: 95%;
}

.earn-morer_personal-detail_two_page .innrcls.twocolsectn input {
    width: 96%;
}

.card-method .cardsingleclss .payment-put-detail {
    cursor: pointer;
}

.card-method .cardsingleclss .paymentpagecrd .payment-put-detail {
    cursor: unset;
}

.card-method .cardsingleclss .paymentpagecrd .payment-put-detail .imgsectionnn {
    cursor: unset;
}

.card-method .cardsingleclss .paymentpagecrd .primary-set-button:hover {
    color: #D12129;
    transition: all 0.3s;
    border: 1px solid #D12129;
    background-color: #fff;
}

.card-method .form-outline.cardsingleclss.setprimryclass .first-select-payment-method {
    border: 2px solid #D5212E;
}

.report-outer-table tr.listing-tbl-title th span {
    display: none;
}

.chatwrap {
    width: 60%;
    margin: auto;
    display: flex;
    gap: 20px;

}

.reported-item-list-box .innerimgclass img.changesofdata {
    width: 130px;
    height: 130px;
    border-radius: 50% !important;
    object-fit: cover;
}

.earn_create_porfile .payment-section.form-outline.cstmcardclass {
    padding: 0 30px 30px 30px;
}

.earn_create_porfile .payment-section.form-outline.cstmcardclass button.btn {
    margin-bottom: 18px;
    margin-top: 30px !important;
    box-shadow: unset;
    width: 166px;
    height: 50px;
    background-color: #D12129;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    padding: unset !important;
}

.earn_create_porfile .payment-section.form-outline.cstmcardclass button.btn:hover {
    filter: unset;
    background-color: #fff;
    color: #D12129;
    border-color: inherit;
    transition: all 0.3s;
}

.earn_create_porfile .payment-section.form-outline.cstmcardclass #addtocard .StripeElement.StripeElement--complete {
    margin-bottom: 0px;
}

.our-company-info-service {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 30px;
}

.our-company-info-service .service-profile-switch {
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    color: #D12129;
    display: inline-block;
    width: 100%;
    text-decoration: underline;
}

.bussiness-info_detail_user .create-request-field-service .cr-sl-add_image {
    padding: 0;
}

.bussiness-info_detail_user .create-request-field-service h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 15px;
}

.bussiness-info_detail_user .create-request-field-service .form-group {
    margin-bottom: initial;
    position: relative;
}

.bussiness-info_detail_user .create-request-field-service .form-control,
.bussiness-info_detail_user .create-request-field-service .form-select {
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #212529;
    border: 1px solid transparent !important;
}

.bussiness-info_detail_user .create-request-field-service .cr-sl-add_image .img-upload-btn svg.innerimgclass {
    width: 16px !important;
}

.row.bussiness-info_detail_user {
    margin-bottom: 40px;
}

.bussiness-info_detail_user .create-request-field-service .deletor {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    background: transparent;
    border: unset;
    padding: unset;
}

.bussiness-info_detail_user .create-request-field-service .preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    height: 99px;
    object-fit: cover;
    max-width: 100%;
}

.cat-single-popupclass.choose-features_product.business_detail_poup .modal-dialog {
    max-width: 800px;
}

.cat-single-popupclass.choose-features_product.business_detail_poup .row.bussiness-info_detail_user textarea {
    min-height: 150px;
}

body .cat-single-popupclass.choose-features_product.business_detail_poup .cr-sl-submit-p-m {
    display: inline-block;
}

body .cat-single-popupclass.choose-features_product.business_detail_poup .cr-sl-submit-p-m button {
    margin-bottom: 0px;
}

.our-company-info-service .row.bussiness-info_detail_user {
    margin-bottom: 20px !important;
    margin-top: 25px;
}

.our-company-info-service .row.bussiness-info_detail_user textarea {
    min-height: 150px;
}

.create-request-page .create-request-field label.currency-displayer {
    position: relative;
}

.currency-displayer::before {
    content: "$";
    position: absolute;
    top: 18px;
    /* left: 45px; */
    margin-left: 5px;

}

.currency-displayer input {
    padding: 7px 18px !important;

}

.container-categories {
    width: 100%
}

.personal-service-area .innrcls.colsectninclss {
    position: relative;
}

.personal-service-area .innrcls.colsectninclss .dimensionsType {
    height: 53px;
    padding: 17px 0 17px 5px;
    right: 8px;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
    border-color: #dbdbdb;
    font-size: 13px;
    position: absolute;
    top: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    --bs-border-radius: 5px;
}

.innrbnrclass.banner-service .inner-searchbar {
    position: relative;
    z-index: 9;
}

.cr-sl-give_star-rating.Single-line {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Margin-right-30 {
    margin-right: 30px;
}

.man-day-time-scnclsss{
    width: 90%;
}