header img {
    width: 140px;
}

.mShow {
    display: none;
}

.dShow {
    display: block;
}

.serviceContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all ease;
}

.serviceGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.serviceContent figure {
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
    height: 210px;
}

.serviceContent:after {
    width: 100%;
    height: 100%;
    background: #0000007a;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.serviceContent {
    position: relative;
}

.serviceContent h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: 22px;
}

.serviceContent:hover img {
    transform: scale(1.2);
    transition: .5s all ease;
}

.homepageCommonHeading {
    text-align: center;
}

.homepageCommonHeading h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #a16a0d;
    margin-bottom: 10px;
}

body {
    font-family: "Inter", serif;
}

.homepageCommonHeading h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.homepageCommonHeading p {
    font-size: 28px;
    color: #707070;
    margin-bottom: 60px;
}


.serviceMainContainer {
    background: #f3f4f6;
    padding: 70px 0px;
}

.howItWorkGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.howItWorkContet .icon svg {
    width: 65px;
    height: 65px;
    background: #9D6310;
    padding: 11px;
    border-radius: 10px;
    margin-top: -80px;
}

.howItWorkContet {
    background: #f9fafb;
    padding: 30px 30px 45px 30px;
    text-align: center;
}



.howItWorkContainer {
    padding: 70px 0px;
}

.howItWorkContet h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.icon {
    width: fit-content;
    margin: 0 auto;
}

.howItWorkContet .icon svg path {
    fill: #fff;
}


.howItWorkContet p {
    font-size: 18px;
    margin: 0;
    color: #707070;
}

footer {
    background: #303030;
    padding: 70px 0px 30px 0px;
}

.footLeft img {
    width: 200px;
    filter: invert(1);
}

.footerLogo {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 40px;
    margin-bottom: 80px;
    align-items: center;
}

.footRight svg {
    width: 35px;
    height: 28px;
}

.footRight {
    display: flex;
    gap: 15px;
}

.footContent li a {
    color: #fff;
    text-decoration: none;
    color: #989898;
    font-size: 20px;
    font-weight: 500;
}

.footContent ul {
    padding: 0;
}

.footContent h3 {
    color: #fff;
}

.footRight svg path {
    fill: #989898;
}

.footerLogo .container:after {
    content: "";
    display: block;
    width: 2px;
    height: 150%;
    background: #5c5c5c;
    position: absolute;
    right: 240px;
    top: 0px;
}

.footerLogo .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footRight {
    position: relative;
}

.footerLogo {
    position: relative;
}

.footQuickLink .container {
    display: flex;
    justify-content: space-between;
}

.footContent h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footContent ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footQuickLink {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 30px;
    margin-bottom: 30px;
    align-items: center;
}

.copyright {
    text-align: center;
    text-decoration: none;
    color: #989898;
    font-size: 20px;
    font-weight: 500;
    font-size: 16px;
}

.copyright span {
    color: #fff;
}




















nav {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
}

nav ul li a svg {
    top: -1px;
    width: 10px;
    height: 10px;
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 9999999999999999;
    padding: 20px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.101961);
}

.dropdown-trigger:hover .dropdown-menu {
    display: block;
}

nav ul {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    padding-left: 0;
    align-items: center;
    list-style-type: none;
    grid-column-gap: 30px;
}

nav ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdown-trigger {
    display: flex;
    align-items: center;
    height: 100%;
}

nav ul a {
    color: #000;
    text-decoration: none;
    position: relative;
}

nav ul a.topnav {
    top: 5px;
    font-size: 17px;
    color: #333333;
    display: flex;
    font-weight: 500;
    align-items: center;
    grid-column-gap: 10px;
}

.dropdown-trigger:hover a.topnav:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    height: 2px;
    width: 100%;
    background-color: #a16a0d;
}

.dropdown-content {
    display: flex;
    grid-column-gap: 100px;
    max-width: 1326px;
    padding: 0px 19.2px;
    margin: 0 auto;
}

.cities-wrap {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #eee;
    padding-right: 55px;
    width: fit-content;
}

.cities-wrap .list-wrap {
    display: flex;
    flex-direction: column;
    grid-row-gap: 18px;
}

.cities-wrap .list-wrap a {
    transition: .5s all ease;
}

.dropdown-content a:hover {
    /* padding-left: 2px; */
    color: #a16a0d !important;
    transition: .5s all ease;
    left: 5px;
}

.dropdown-header {
    color: #000;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0px 0 20px;
}

.states .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 18px;
}

.dropdown-trigger:hover .topnav {
    color: #9d6310;
}



.other-areas {
    margin-top: 20px;
}

.other-areas a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
    box-sizing: initial;
    background: #9d6310;
    color: #fff;
    font-weight: 600;
    width: fit-content;
    font-size: 16px !important;
    padding: 14px 20px;
    border: 1px solid #a16a0d;
}

.left-menu {
    display: flex;
    grid-column-gap: 50px;
    align-items: center;
    height: 100%;
}

.right-menu {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.dropdown-content .cities-wrap+.state .states .list {
    grid-column-gap: 30px;
    grid-template-columns: repeat(5, 1fr) !important;
}

.recentsearches {
    width: 250px;
}

.recentsearches ul ul {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    padding-top: 5px;
}

.recentsearches ul li {
    padding: 5px 13px;
}

.auth-dropdown-menu {
    position: absolute;
    top: 59px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 20000;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.101961);
}

.auth-wrap {
    padding-right: 40px;
}

a.signinbtn {
    color: #fff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    background-color: #a16a0d;
    border: 1px solid #a16a0d;
    font-weight: 600;
    transition: .5s all ease;
}

a.signinbtn:hover {
    color: #a16a0d !important;
    background-color: unset !important;
    transition: .5s all ease;
}


.authDD:hover .auth-dropdown-menu {
    display: block;
    width: fit-content;
}

.authDD {
    height: 100%;
    display: flex;
    align-items: center;
}

.auth-dropdown-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
}

.auth-dropdown-menu span {
    font-weight: 500;
    color: #838383;
    font-size: 15px;
    margin-bottom: 6px;
    display: inline-flex;
    white-space: nowrap;
}

.auth-dropdown-menu ul {
    padding-left: 0;
    list-style-type: none;
    align-items: flex-start;
}

.auth-dropdown-menu ul li a {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #a16a0d;
}

.auth-wrap ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 6px;
}

.inputwrapper {
    display: flex;
    width: fit-content;
    background-color: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 6px;
    grid-column-gap: 20px;
    position: relative;
	width: 98%;
}

.pos-rel {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    border: 1px solid #dadde1;
    border-radius: 5px;
    padding: 12px 10px;
    grid-column-gap: 6px;
    background-color: #fff;
}

.pos-rel svg {
    width: 23px;
    height: 23px;
}

.pos-rel input {
    border: none;
    outline: none;
    width: 100%;
}

section.herobannersect {
    padding: 20px;
    height: 600px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

section.herobannersect .container {
    height: 100%;
}

.inputcover .pos-rel:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.inputcover .pos-rel:first-child input::placeholder {
    color: #97a4b1;
}

.inputcover .pos-rel:first-child input {
    color: #000;
}

.inputcover .pos-rel:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.inputcover .pos-rel:last-child input::placeholder {
    color: #3c424a;
}

.inputcover .pos-rel:last-child input {
    color: #000;
}

.inputcover {
    display: grid;
    grid-template-columns: 65% 35%;
}

.inputwrapper button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 10px 28px;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    box-sizing: initial;
    background: #9d6310;
    color: #fff;
    font-weight: 500;
    width: fit-content;
    border: 1px solid #9d6310;
}

.hb-left h1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 58px;
    line-height: 58px;
}

.hb-left h1 span {
    color: #9d6310;
}

.hb-left p {
    color: #6e7683;
    font-size: 19px;
    margin-bottom: 20px;
}

.hb-grid {
    height: 100%;
    display: grid;
    grid-template-columns: 62% 38%;
    grid-column-gap: 0%;
    align-items: center;
}

.hbimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.shape {
    position: absolute;
    left: 0;
    top: 0;
}

.hb-right,
.hb-wrap {
    height: 100%;
}

.hb-wrap {
    position: relative;
    overflow: hidden;
}

img.shape {
    position: absolute;
    left: -103px;
    top: -2px;
    height: 102%;
}

.numbergrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    background-color: #9d6310;
    padding: 30px 0;
}

.numb-box {
    padding: 30px 0;
    border-right: 1px solid #b59260;
}

.numb-box h5 {
    font-weight: 800;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0px;
}

.numb-box span {
    font-size: 19px;
    color: #fff;
}

.numbergrid .numb-box:last-child {
    border-right: none;
}

.dropdown-content a {
    font-size: 14px;
    left: 0;
    position: relative;
    transition: .5s all ease;
}

.recentsearches {
    position: absolute;
    left: 0;
    top: 51px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 6%);
    width: 100%;
    border-radius: 4px;
    padding: 0;
}

.recentsearches ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    /* grid-row-gap: 10px; */
}

.recentsearches ul li {
    padding: 5px 23px;
    font-size: 15px;
    color: #464646;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    padding: 13px;
}

.recentsearches ul li:last-child {
    border-bottom: none;
}

.dnone {
    display: none;
}

.other-areas a:hover {
    color: #a16a0d !important;
    background-color: unset;
    border: 1px solid #a16a0d;
}

.auth-dropdown-menu ul li a:hover {
    opacity: .8;
}

.viewContactInfo a:hover {
    border: 1px solid #a16a0d;
    background: none;
    color: #a16a0d;
    transition: .5s all ease;
}

.viewContactInfo a {
    border: 1px solid #a16a0d;
    transition: .5s all ease;
}

.listingViewProfile:hover {
    background: #a16a0d;
    transition: .5s all ease;
}

.listingViewProfile:hover a {
    color: #fff;
}

.listingViewProfile:hover a svg path {
    fill: #fff;
}

.listingViewProfile:hover a circle {
    fill: #fff;
}

.listingViewProfile {
    transition: .5s all ease;
}

ul.footerLinkSuggestion li a:hover {
    color: #a16a0d;
}

.footContent ul {
    list-style: none;
}

.footContent li a:hover {
    color: #a16a0d;
}

.footRight a:hover svg path {
    fill: #fff;
}

button.accordion-button {
    background: #a16a0d !important;
    !i;
    !;
    color: #fff !important;
    !i;
    !;
}

button.accordion-button.collapsed {
    background-color: #f5f5f6 !important;
    color: #000 !important;
    !i;
    !;
}

button.accordion-button::after {
    filter: invert(1);
    opacity: 1;
}




/**** Listing Page ****/

.userListing {
    border: 1px solid #ccc;
}

.userListingData svg {
    width: 15px;
    height: 15px;
}

.whatsappEmail svg {
    width: 32px;
    height: 32px;
}

.listingViewProfile svg {}

.userImage figure {
    margin: 0;
    height: 200px;
    position: relative;
}

.userImage figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userListingLeft {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 20px;
    width: 100%;
}

.userListing {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 56% 22%;
    align-items: center;
    padding: 20px;
	z-index: 0;
}

.userListingRight {
    width: 100%;
}

.listingLang ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 4px;
    flex-flow: wrap;
	    margin-bottom: 6px;
}

.listingExpertise ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-flow: wrap;
    margin-bottom: 0 !important;
}

.userListingData h3 {
    font-weight: 700;
    color: #a16a0d;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0px;
    font-size: 22px;
}

.userListingData h3 svg path {
    fill: #1a6cc3;
}

.listingReview {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.listingReview span {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.starRating svg path {
    fill: #fc9835;
}

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

.starRating b {
    margin-left: 10px;
}

.ListingLocationExp {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 8px;
}

.listingLocation {
    display: flex;
    align-items: center;
    gap: 9px;
}

.listingLocation svg {
    width: 18px;
    height: 18px;
}

.listingLang ul li {
    background: #f1f5f9;
    padding: 3px 10px 3px 10px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 12px;
}

.listingExpertise.listingLang {
    margin-top: 8px;
}

.listingExpertise.listingLang li {
    background: #eff2fe;
}

.userImage span {
    width: 100%;
    background: #edaa00;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 2px 5px 2px 5px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
}

.viewContactInfo a {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    background: #a16a0d;
    color: #fff;
    padding: 10px;
}

.whatsappEmail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.listingViewProfile svg {
    width: 15px;
    height: 15px;
}

.listingViewProfile {
    border: 1px solid #a16a0d;
}

.listingViewProfile a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #a16a0d;
}

.listingViewProfile {
    text-align: center;
    padding: 10px;
}

.userListingRight {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.listingViewProfile a svg path {
    fill: #a16a0d;
    ]#a16a0d;
}

.listingViewProfile a svg circle {
    fill: #a16a0d;
}

.userListingRight a {
    font-size: 16px;
    font-weight: 500;
}

.whatsappEmail a {
    display: flex;
    align-items: center;
    /* padding: 10px; */
    gap: 10px;
    text-decoration: none;
    color: #333;
    /* border: 1px solid #a16a0d; */
    justify-content: center;
}

.userListingRight:after {
    content: "";
    width: 1px;
    height: 130%;
    display: block;
    background: #c1c1c1;
    position: absolute;
    left: -60px;
    top: -15%;
}

.userListingRight {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.ListingLocationExp span {
    font-weight: 600;
    font-size: 13px;
}

.starRating b {
    color: #004589;
    font-weight: 500;
}

.whatsappEmail span {
    display: none;
}

.listingContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ListingPagination a svg {
    width: 10px;
    height: 10px;
    position: relative;
    top: 0px;
    left: 0px;
}

.listingContainer {
    margin-bottom: 30px;
}

.ListingPagination a {
    width: 25px;
    height: 25px;
    background: #f5e5ca;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ListingPagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ListingPagination a:first-child svg {
    transform: rotate(180deg);
}

.ListingPagination a svg path {
    fill: #a16a0d;
}

.ListingPagination span {
    color: #333;
}

.number-pagi-wrap
{
    display: flex;
    column-gap: 9px;
    justify-content: flex-end;
}

.pagi-showing-wrap .pagination p
{
    margin-bottom: 0;
}

/* .pagi-showing-wrap ul.pagination .page-item
{
    display: none;
} */

.ListingPagination .pagi-showing-wrap nav
{
    height: auto !important;
}

ul.footerLinkSuggestion li a {
    color: #000;
    list-style: none;
    text-decoration: none;
    font-size: 16px;
}

ul.footerLinkSuggestion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    list-style: none;
    gap: 14px;
}

.footerLinkContaier {
    margin-top: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.faqContainer {
    margin-top: 70px;
}

.faqContainer .homepageCommonHeading {
    margin-bottom: 40px;
}

.accordion-button {
    background-color: #f5f5f6 !important;
    font-weight: 600;
    color: #000 !important;
    font-size: 18px;
    border: none;
    box-shadow: none !important;
}

div#accordionExample {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: unset;
    border: none;
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-body {
    border: 1px solid #ccc;
    border-top: none;
}

.userListingData h3 a {
    color: #000;
    text-decoration: none;
}














.accordion-body {
    border: 1px solid #ccc;
    border-top: none;
}














/**** Details Page *****/
.lawyerDetailsContainer {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.DetailsHeading svg {
    width: 30px;
    height: 30px;
}

.DetailsHeading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.DetailsHeading h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

.detailsAbout {
    margin-bottom: 50px;
}

.detailsAbout h4 {
    font-size: 15px;
    font-weight: 700;
}

.detailsAbout ul {
    list-style: none;
    padding: 0;
}

.detailsAbout ul li {
    font-size: 15px;
}

.topHeading {
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.topHeading span {
    font-size: 22px;
    font-weight: 600;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 600px;
    }
}

.mailForm label {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}

.form2Grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.mailForm input,
.mailForm textarea {
    width: 100%;
    border: 1px solid #ccc;
    height: 45px;
    border*r: 1;
    border-radius: 4px;
    padding-left: 10px;
}

.modal .modal-body {
    padding: 0px 35px;
}

.modal-header {
    border: none;
}

.form1Grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.mailForm textarea {
    height: 80px;
}

.mailForm input::placeholder,
.mailForm textarea::placeholder {
    font-size: 14px;
    color: #676767;
}

.mailForm input:focus,
.mailForm textarea:focus {
    outline: 1px solid #000;
}

.mailForm input::placeholder,
.mailForm textarea::placeholder {}

.mailForm textarea {
    padding-top: 10px;
}

.modal-footer {
    border: none;
}

.modal-footer button {
    text-decoration: none;
    display: block;
    text-align: center;
    background: #a16a0d;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #a16a0d;
    transition: .5s all ease;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
}

.modal-footer {
    display: flex;
}

.modal-footer button.FormSubmit {
    background: none;
    color: #a16a0d;
}

.modal-footer button.FormSubmit:hover {
    background: #a16a0d;
    color: #fff;
}

.modal-footer button:hover {
    background: none;
    color: #a16a0d;
}















.fliter-wrapflex {
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 15px;
}

.select-wrap {
    padding: 0;
    border-radius: 50px;
    position: relative;
    background-color: #e5e5e5;
}

.select-wrap select {
    border: none;
    background: none;
    outline: none;
    color: #565656;
    font-weight: 700;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 50px;
    padding-left: 20px;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.select-wrap img {
    top: 50%;
    width: 12px;
    right: 18px;
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%);
}

.breadcrumwrap ul {
    display: flex;
    grid-column-gap: 10px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.breadcrumwrap ul li,
.breadcrumwrap ul li a {
    color: #a16a0d;
    text-decoration: none;
}

.breadcrumwrap {
    padding: 10px 0 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.breadcrumwrap ul li + li::before {
    content: ">";
    margin: 0 8px;
}

.breadcrumwrap h2 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 25px;
}

section.breadcrumwrap-sect {
    padding: 30px 0;
}

section.filter-sect {
    padding-bottom: 30px;
}

.search-innrwrap {
    width: 50px;
    height: 50px;
    padding: 10px;
    /*     background-color: #f4f4f4; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.search-innrwrap img {
    width: 20px;
    height: 20px;
}

.modal .inputcover {
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
}

.modal .inputcover input::placeholder {
    color: #97a4b1 !important;
}

.modal-header svg {
    width: 20px;
    height: 20px;
}

.modal-header h4 span {
    font-weight: 600;
    font-size: 25px;
}

.modal-header h4 {
    display: flex;
    align-items: center;
    grid-column-gap: 13px;
}

#myModalSearch .modal-header {
    background-color: #f9f9f9;
    margin-bottom: 40px;
}

#myModalSearch .modal-footer button {
    width: 100%;
    padding: 15px 0;
    border-radius: 50px;
    position: relative;
    background-color: #a16a0d;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 10px;
}

#myModalSearch .modal-footer button:hover {
    color: #fff;
}

#myModalSearch .modal-footer {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #dee2e6;
}

#myModalSearch .modal-body {
    padding: 0;
}

#myModalSearch .inputcover {
    padding: 0 35px;
    margin-bottom: 50px;
}

.searchbtnwrap {
    padding: 0 15px;
    width: 100%;
}

#myModalSearch .modal-footer button svg path {
    fill: #fff;
}

#myModalSearch .modal-footer button svg {
    width: 18px;
    height: 18px;
}

ul.datehist h4 {
    margin-bottom: .5rem;
}

ul.datehist {
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
    margin-bottom: 0;
}



.grid-add-timingwrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gat-right ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 5px;
}

.gat-right ul li {
    display: grid;
    grid-template-columns: auto 72%;
    grid-column-gap: 50px;
    font-size: 17px;
    font-weight: 500;
}

.gat-right ul li .today {
    display: none;
}

.gat-right ul li.todayactive {
    font-weight: 800;
}

.gat-right ul li.todayactive .today {
    display: contents;
}

ul.socialmedia li svg {
    width: 40px;
    height: 40px;
}

ul.socialmedia {
    display: flex;
    grid-column-gap: 15px;
}

.client-top {
    display: flex;
    grid-column-gap: 30px;
}

span.charc {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #000000;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 3px solid #e6e6e6;
    flex-shrink: 0;
}

.rev-namedate h5 {
    margin-bottom: 5px;
}

.rev-namedate {
    margin-bottom: 5px;
}

.client-top p {
    margin-bottom: 0;
    color: #747579;
}

.rev-namedate span {
    color: #747579;
}

.client-review-box {
    margin: 40px 0 0 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e1e1;
}

.client-review-flex .client-review-box:last-child {
    border-bottom: unset;
    padding-bottom: 0;
}

.loginwrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.comm-btn {
    width: fit-content;
    display: block;
    text-align: center;
    background: #a16a0d;
    color: #fff;
    padding: 10px;
    border: 1px solid #a16a0d;
    transition: .5s all ease;
}

.comm-btn:hover {
    background: none;
    color: #a16a0d;
    transition: .5s all ease;
    border: 1px solid #a16a0d;
}

.loginwrap span {
    font-size: 20px;
    color: #747579;
}

.rev-form {
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 6%);
    padding: 25px;
    margin-bottom: 50px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.mt20 {
    margin-top: 20px;
}

.sharefeedback h4 {
    font-size: 22px;
    margin-bottom: 25px;
}

.detailsListingContainer .ListingLocationExp {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.listingContainer.detailsListingContainer .listingLocation svg {
    width: 15px;
    height: 14px;
}

.allTimeService {
    font-weight: 800;
    font-size: 16px;
}

span.PremiumBadge {
    right: 4px;
    position: absolute;
    top: -12px;
    width: fit-content;
    background: #edaa00;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 2px 25px 2px 25px;
    display: block;
    text-align: center;
    font-size: 12px;
}

.listingContainer.detailsListingContainer .userListing {
    position: relative;
}



/* 17mar2025 start */

.select-wrap {
    z-index: 99;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.select-wrap a {
    width: 100%;
    height: 100%;
    color: #565656;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    text-decoration: none;
    background-color: #e5e5e5;
    padding: 10px 50px 10px 20px;
}

.select-wrap ul {
    left: 0;
    top: 45px;
    width: 100%;
    font-size: 16px;
    padding: 0px 0;
    margin-bottom: 0;
    position: absolute;
    border-radius: 8px;
    background-color: #fff;
    list-style-type: none;
    border: 1px solid #e5e5e5;
}

.checkbox-box-wrap {
    position: relative;
    width: 100% !important;
}

.checkbox-box-wrap input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    margin-top: 0;
}

.checkbox-box label {
    padding: 4px 15px;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box {
    color: #fff;
    border: unset;
    width: 100%;
    background-color: #a16a0d;
}

.checkbox-box h4,
.checkbox-box p {
    margin: 0;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box h4 {
    color: #000 !important;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box p {
    color: #4A4B4D !important;
}

.searchbtnwrap button {
    width: fit-content;
    padding: 11.5px 11.5px;
    border-radius: 50px;
    position: relative;
    background-color: #a16a0d;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 10px;
    border: 1px solid #a16a0d;
    transition: .5s all ease;
}

.btn.active, .btn.show,
.btn:first-child:active, :not(.btn-check)+.btn:active
{
	background-color: #a16a0d !important;
}

.searchbtnwrap button:hover {
    background: none;
    color: #a16a0d;
    transition: .5s all ease;
    border: 1px solid #a16a0d;
	background-color: #a16a0d
}

.searchbtnwrap button:hover svg path {
    fill: #ffffff;
}

.searchbtnwrap button svg {
    width: 21px;
    height: 21px;
}

.searchbtnwrap button svg path {
    fill: #fff;
}

.searchbtnwrap span {
    display: none;
}

.topsearch {
    left: 50%;
    top: 70px;
    width: 100%;
    position: absolute;
    padding: 10px 10px;
    transform: translateX(-50%);
    border-radius: 10px;
    background-color: #f1f1f1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 6%);
    max-width: 1326px;
    z-index: 10;
}

.topsearch form {
    width: 100%;
    display: grid;
    grid-template-columns: auto 6.2%;
}

.inputcover {
    display: grid;
    grid-template-columns: 50% 50%;
	    width: 100%;
}

.userratedate ul {
    display: flex;
    grid-column-gap: 3px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.userratedate li i {
    color: #a16a0d;
}

.comp-writeus-wrap {
    display: flex;
    justify-content: space-between;
}

.rev-writeus svg {
    width: 18px;
    height: 18px;
}

.rev-writeus a {
    display: flex;
    grid-column-gap: 10px;
    text-decoration: none;
    align-items: center;
}

.rev-writeus svg path {
    fill: #fff;
    transition: .5s all ease;
}

.rev-writeus a:hover svg path {
    fill: #a16a0d;
}

.fullrevontopwrap {
    display: flex;
    grid-column-gap: 12px;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.fullrevontopwrap ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    grid-column-gap: 3px;
}

.fullrevontopwrap li i {
    font-size: 20px;
    color: #a16a0d;
}

.fullrevontopwrap li {
    font-size: 15px;
}

.rev-com h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 3px;
}

.rev-com span {
    color: #b2b2b0;
    font-size: 17px;
    font-weight: 500;
}

.rev-com {
    margin-bottom: 20px;
}

.fullrevontopwrap ul {
    margin-bottom: 0;
}

span.fullstar {
    font-size: 35px;
    font-weight: 600;
    color: #a16a0d;
}

span.totalrev {
    color: #878a8f;
    font-weight: 500;
    font-size: 17px;
}

.radio-box-wrap {
    width: 100%;
    position: relative;
}

.radio-box-wrap input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    margin-top: 0;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box {
    color: #fff;
    border: 1px solid #a16a0d;
    background-color: #a16a0d;
}

.radio-box h4,
.radio-box p {
    margin: 0;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box h4 {
    color: #000 !important;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box p {
    color: #4A4B4D !important;
}

.radio-box label {
    padding: 4px 15px;
    width: 100%;
}

.breadcrumwrap li svg {
    width: 18px;
    height: 18px;
}

.breadcrumwrap li svg path {
    fill: #a16a0d;
}

.userratedate {
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
}

.stars {
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
    margin-bottom: 20px;
}

.stars i {
    color: #e9e9e9;
    font-size: 24px;
    align-items: center;
    cursor: pointer;
}

.active {
    color: #a16a0d !important;
    transform: scale(1.2) !important;
}

/* 17mar2025 end */
.select-wrap ul li:hover {
    background: #f5e5cb;
}

.select-wrap ul li .checkbox-box {
    padding: 5px 5px 5px 5px;
}

.select-wrap ul {
    width: 150px;
}

.userratedate li i {
    font-size: 13px;
}

.userratedate ul {
    grid-column-gap: 1px;
}

.stars {
    justify-content: center;
    margin-bottom: 40px;
    grid-column-gap: 8px;
}

.topHeading {
    margin-bottom: 20px;
}

.stars i {
    font-size: 18px;
}



/* hj */


/* responsive menu start */

.dShow {
    display: block;
}

.mShow {
    display: none;
}

#hc-nav-1 {
    display: none;
}


/* responsive menu end */

.checkbox-box svg {
    top: -2px;
    opacity: 0;
    width: 22px;
    height: 22px;
    position: relative;
    transition: .5s all ease;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box {
    color: unset;
    border: unset;
    width: 100%;
    background-color: unset;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box svg {
    opacity: 1;
    transition: .5s all ease;
}


/* hj */





.loginContainer {
    background: #242424;
    width: 500px;
    align-items: center;
    justify-content: center;
    border: 1px solid #5d5d5d;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.login-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-right figure img {
    width: 220px;
}

.login-right {
    height: 100%;
    padding: 30px;
}

.login-right h2 {
    color: #fff;
    font-size: 24px;
}

.login-section label {
    color: #fff;
}

.login-section .form-group {
    display: flex;
    flex-direction: column;
}

.login-section .form-group input {
    height: 46px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.login-section label {
    margin-bottom: 8px;
    font-size: 14px;
}

.login-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.login-right h2 {
    margin-bottom: 30px;
}

figure.logo img {
    width: 220px;
}

.form-group.checkboxLogin {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.form-group.checkboxLogin input {
    width: 20px;
}

.form-group.checkboxLogin span {
    color: #fff;
}

.login-section button {
    background: #fff;
    height: 58px;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #fff;
    transition: .5s all ease;
}

.login-section button:hover {
    background: #a16a0d;
    transition: .5s all ease;
    color: #fff;
    border: 1px solid #a16a0d;
}

a.backToPage:hover span {
    color: #a16a0d;
}

.forgotPassword a:hover {
    color: #a16a0d;
}

a.backToPage {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.loginContainer figure {
    margin: 0;
    height: 100%;
}

.login-section .form-group input:focus {
    outline: none;
    border: none;
    /* padding: 5px; */
}

.login-left {
    height: 100%;
}

.modal-backdrop.show {
    opacity: 0.5;
}


a.backToPage {
    gap: 5px;
}

a.backToPage span {
    font-weight: 500;
}

.resend-otp {
    display: flex;
    justify-content: center;
    column-gap: 5px;
}

.form-group.checkboxLogin {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.form-group.checkboxLogin div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.forgotPassword {
    color: #fff;
    text-decoration: none;
}

.forgotPassword a {
    color: #fff;
    text-decoration: none;
}

figure.logo img {
    width: 170px;
    margin-bottom: 10px;
}

.login-right h2 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.passwordContain li svg {
    width: 12px;
    height: 20px;
}

.passwordContain {
    color: #fff;
}

.passwordContain li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.passwordContain ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.passwordContain ul li svg path {
    fill: red;
}

.passwordContain h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

li.passwordActive li svg path {
    fill: green;
}

.passwordContain li.passwordActive svg path {
    fill: #64da64;
}

.passwordContain li.passwordActive {
    color: #64da64 !important;
    !i;
    !;
}

.otpForm {
    display: flex;
    gap: 10px;
}

.otpForm input {
    width: 100%;
    height: 51px !important;
    !i;
    !;
}

.otpForm input {
    text-align: center;
}

a.comm-btn.loadMoreReview svg {}

a.comm-btn.loadMoreReview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    text-decoration: none;
}




/*** desktop **/

/* hj */


/* responsive menu start */

.dShow {
    display: block;
}

.mShow {
    display: none;
}

#hc-nav-1 {
    display: none;
}


/* responsive menu end */

.checkbox-box svg {
    top: -2px;
    opacity: 0;
    width: 22px;
    height: 22px;
    position: relative;
    transition: .5s all ease;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box {
    color: unset;
    border: unset;
    width: 100%;
    background-color: unset;
}

.checkbox-box-wrap input[type="checkbox"]:checked+.checkbox-box svg {
    opacity: 1;
    transition: .5s all ease;
}

.radio-box svg {
    top: 4px;
    right: 10px;
    opacity: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    transition: .5s all ease;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box {
    color: unset;
    border: unset;
    width: 100%;
    background-color: unset;
    display: flex;
    align-items: center;
}

.radio-box-wrap input[type="radio"]:checked+.radio-box svg {
    opacity: 1;
    transition: .5s all ease;
}


/* hj */


/* 10feb */

.profile-img img {
    width: 150px;
}

.profile-top {
    display: flex;
    padding: 20px;
    margin-top: 20px;
    grid-column-gap: 70px;
    border: 1px solid #c9cad2;
}

.profile-detail ul li svg {
    width: 15px;
    height: 15px;
}

.location-phone-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
}

.profile-detail ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: grid;
    grid-row-gap: 10px;
    width: fit-content;
}

.profile-detail ul li {
    display: flex;
    align-items: center;
    grid-column-gap: 6px;
}

.prof-tab-accrd-wrap .dashboard-wrapper {
    display: grid;
    grid-template-columns: 20% auto;
    grid-column-gap: 20px;
}

.dashboard-left ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 2px;
}

.dashboard-left ul li a {
    /* color: #787878; */
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.dashboard-left ul li {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
}

.prof-tab-accrd-wrap {
    margin-top: 30px;
}

#accordion a.btn {
    width: 100%;
    display: flex;
}

#accordion .card-header {
    padding: 0;
    border-bottom: 2px solid #c9cad2;
}

#accordion a.btn {
    width: 100%;
    display: flex;
    padding: 0 0 10px 0;
    background-color: #fff;
}

#accordion {
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
}

#accordion .card {
    border: unset;
}

#accordion .card-body {
    padding: 10px 0 0;
}


#accordion a.btn:active,
#accordion a.btn:focus {
    border: unset !important;
    outline: unset !important;
}

.dashboard-left ul .active {
    color: #a16a0d !important;
    transform: unset !important;
}

.tablinks {
    cursor: pointer;
}

.tablinks.active {
    background-color: #a16a0d;
}

.tablinks.active a {
    color: #ffff;
}

.genderwrap .radio-box-wrap {
    width: fit-content;
    position: relative;
}

.genderwrap .radio-box-wrap input[type="radio"] {
    position: absolute;
    width: fit-content !important;
    height: 20px !important;
    cursor: pointer;
    opacity: 0;
    margin-top: 0;
    left: 0;
    z-index: 99999;
}

.genderwrap .radio-box-wrap .radio-box {
    height: 20px;
    width: 20px !important;
    border-radius: 50px;
    position: relative;
    border: 1px solid #102540 !important;
}

.genderwrap .radio-box-wrap input[type="radio"]:checked+.radio-box::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    background-color: #102540;
    border: 4px solid #102540;
}

.genderwrap .radio-box-wrap input[type="radio"]:checked+.radio-box::after {
    font-family: Arial, sans-serif;
    content: '\2714';
    top: -1px;
    left: 3px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    transform: rotate(9deg);
}

.boxshadow {
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(201 189 189);
}

.boxshadow.form-cover {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 700;
    margin-bottom: 5px;
}

.form-group input {
    height: 45px;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
}

.form-group select {
    height: 45px;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
}

.genderwrap {
    display: flex;
    grid-column-gap: 35px;
}

.radio-box-wrap {
    display: flex;
    align-items: center;
    grid-column-gap: 7px;
}

.action-btn-wrap {
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.action-btn-wrap button:first-child {
    color: #a16a0d;
    min-width: 90px;
    background: none;
    border: 1px solid #a16a0d;
    transition: .5s all ease;
}

.action-btn-wrap button:last-child {
    color: #fff;
    padding: 10px;
    display: block;
    min-width: 90px;
    text-align: center;
    background: #a16a0d;
    text-decoration: none;
    border: 1px solid #a16a0d;
    transition: .5s all ease;
}

.action-btn-wrap button:first-child:hover {
    color: #fff;
    background: #a16a0d;
    transition: .5s all ease;
}

.action-btn-wrap button:last-child:hover {
    background: none;
    color: #a16a0d;
    border: 1px solid #a16a0d;
    transition: .5s all ease;
}

.form-group .mand {
    color: #F44336;
}

.prof-name h2 {
    color: #a16a0d;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}

.prof-name span {
    font-size: 14px;
    color: #717b9e;
}

.prof-name span label {
    color: #474d6a;
}

.prof-name {
    position: relative;
    margin-bottom: 25px;
}

.prof-name:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.location-phone-wrap ul:first-child:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    right: -35px;
    background-color: #cccccc;
}

.location-phone-wrap ul:first-child {
    position: relative;
    width: fit-content;
}

.otpwrapper h2 {
    color: #101010;
    font-size: 24px;
    margin-bottom: 20px;
}

.otpwrapper h2 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.otpwrapper form label {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.otpwrapper .otpForm input {
    height: 66px !important;
    padding: 10px !important;
    border: 1px solid #00000038 !important;
    border-radius: 6px !important;
}

.otpwrapper button {
    color: #fff;
    background: #a16a0d;
    height: 58px;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #a16a0d;
    transition: .5s all ease;
    margin-bottom: 30px !important;
}

.otpwrapper button:hover {
    color: #000;
    background: none;
    height: 58px;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #a16a0d;
    transition: .5s all ease;
}

.verify {
    color: #6c91f8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    margin-left: 5px;
}


#progress-bar--container {
    display: flex;
    justify-content: center;
    position: relative;
    top: -32px;
}

#progress-bar--container svg {
    top: 40px;
    left: 10px;
    width: 110px;
    position: relative;
    transform: rotate(104deg) scale(2) !important;
}

#progress--circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    stroke: #a16a0d !important;
}

#progress--text {
    font-weight: 750;
    font-size: 5.5px;
    transform-origin: center;
    transform: rotate(90deg);
}

#progress-bar--container {
    position: relative;
}

/* #progress-bar--container svg {
  transform: rotate(-90deg);
} */

.meter-info {
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    display: none;
}

#meter--ranger {
    width: 100%;
}

#progress--text {
    opacity: 0;
}

.profile-percentage {
    bottom: -60px;
    left: 50%;
    z-index: 1;
    padding: 4px 10px;
    text-align: center;
    align-items: center;
    display: flex;
    border-radius: 50px;
    font-size: 12px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 0 6px #c2c2c2;
    transform: translateX(-26%);
}

#progress-bar--container img {
    left: 5px;
    top: 35px;
    width: 120px;
    padding: 4px;
    position: absolute;
}


.switch_dash {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

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

.switch_dash {
    color: grey;
}

.slider_dash {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

.slider_dash:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

.switch_dash input:checked+.slider_dash {
    background-color: #a16a0d;
}

.switch_dash input:focus+.slider_dash {
    box-shadow: 0 0 1px #2196F3;
}

.switch_dash input:checked+.slider_dash:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.checkk_dash {
    margin: 10px 0px;
    font-size: 13px;
    color: grey;
}


#verifymodal .topHeading span {
    text-align: center;
}


.verifyFormWrap {
    display: flex;
    grid-column-gap: 10px;
    justify-content: center;
}

.verifyFormWrap input {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #000;
}

#verifymodal .modal-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.switch-wrapper {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
}

.slider-cover {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.form-cover.socialMedia svg {
    width: 20px;
    height: 20px;
}

.form-cover.socialMedia label {
    display: flex;
    align-items: center;
    grid-column-gap: 6px;
}

#accordion .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#accordion .card-header a svg {
    width: 17px;
    height: 17px;
}

#accordion .card-header a svg {
    transform: rotate(180deg);
}

#accordion .card-header a.collapsed svg {
    transform: rotate(0deg);
}

#accordion .card-header a span {
    font-weight: 600;
}

.location-phone-wrap li span {
    font-weight: 600;
}

.radio-box-wrap span {
    font-weight: 700;
    font-size: 15px;
}

.infoedit svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
}

.year-aboutu-cover h5 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
}

.infoedit span {
    font-size: 14px;
}

.year-aboutu-cover {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
}

.form-cover.unsetgrid {
    grid-template-columns: repeat(1, 1fr);
}

.grid-one {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.grid-two {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.form-group textarea {
    height: 120px;
    padding: 10px;
    border: 1px solid #e1e1e1;
}

span.disp-label {
    font-weight: 700;
}

.table-wrapper {
    width: 100%;
    margin-bottom: 50px;
}

.table-wrapper table {
    width: 100%;
    border: 1px solid #ccc;
}

.table-wrapper td,
.table-wrapper th {
    padding: 8px;
    text-align: left;
    border: 1px solid #e9f3ff;
}

.table-wrapper th {
    color: #fff;
    background-color: #a16a0d;
}

.table-wrapper td img {
    width: 20px;
}

.dashboard-right {
    margin-bottom: 40px;
}

.form-cover.boxshadow .form-group {
    position: relative;
}

.verify.oncontactinput {
    position: absolute;
    top: 43px;
    right: 20px;
}

#verifymodal .modal-header {
    right: 0;
    position: absolute;
    width: fit-content;
    z-index: 999999;
}

.otpwrapper {
    margin-top: 30px;
}

.dashboard-left ul li.tablinks:hover {
    background-color: #a16a0d2b;
}

.dashboard-left ul li.tablinks.active:hover {
    background-color: #a16a0d;
}

/* 10feb */



/****** 19-06-2025 ***/
.timingContent {
    display: grid;
    gap: 50px;
    grid-template-columns: 20% 50%;
}

.timeContent div label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.timeContent {
    display: flex;
    gap: 19px;
}

.timingContainer {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.resentOTP {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    margin-top: 15px;
}

.resentOTP span {
    font-size: 15px;
}

.resentOTP span b {
    color: #a16a0d;
}

.resentOTP a {
    text-decoration: none;
    border-bottom: 1px solid #a16a0d;
    color: #a16a0d;
}

.client-top {
    grid-column-gap: 10px;
    align-items: center;
}

.rev-namedate h5 {
    font-weight: 600;
    margin: 0;
}

span.charc {
    width: 50px;
    height: 50px;
}

.rev-namedate {
    margin: 0;
}

.userratedate {
    margin-bottom: 10px;
    margin-top: 10px;
}

.userratedate li i {
    color: #ffb943;
}

.client-review-box {
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
}

.client-review-flex {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.UserReviewreceived {
    margin-left: 60px;
}

.UserReviewreceived:before {
    content: "";
    height: 100%;
    width: 3px;
    background: #c3c3c3;
    position: absolute;
    left: -25px;
    top: 0;
}

.UserReviewreceived {
    position: relative;
}

.userratedate.monthsTimerUser {
    margin: 0;
}

.UserReviewreceived .client-top {
    margin-bottom: 15px;
}

.UserReviewreceived span.charc {
    background: none;
}

.UserReviewreceived span.charc svg {
    height: 50px;
    width: 50px;
}

.UserReviewreceived span.charc svg path {
    fill: #a16a0d;
}

.userratedate span {
    color: #838383;
    font-weight: 500;
}

.replySectionButton svg {
    width: 15px;
    height: 15px;
}

.replySectionButton a {
    border: 1px solid #d3d3d3;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    text-decoration: none;
    color: #a16a0d;
}

.replySectionButton svg path {
    fill: #a16a0d;
}

.replySectionButton form input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 25px;
}

.replySectionButton form p {
    font-size: 14px;
    color: #747474;
}

.reviewReplyButton button {
    text-align: center;
    background: #a16a0d;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #a16a0d;
    transition: .5s all ease;
}

button.postRply {
    background: #c3c3c3;
    color: #5c5c5c;
    border: 1px solid #c3c3c3;
}

button.CancelReview {
    background: none;
    border: none;
    color: #000;
}

h2.commonProfileHEading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

tbody#inquiriesTableBody a svg {
    width: 20px;
    height: 20px;
}

tbody#inquiriesTableBody a svg path {
    fill: #3e3e3e;
}

div#addModal {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

form#inquiryForm .form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

body.theme-default.modal-open:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000000a6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}


div#addModal .modal-content {
    width: fit-content;
    padding: 20px;
}


div#addModal {}

div#addModal .modal-title {
    font-size: 16px;
    font-weight: 600;

}

div#addModal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    margin-bottom: 25px;
}

button.close {}

div#addModal button.close {
    background: none;
    border: none;
    padding: 0;
    font-size: 21px;
}

div#addModal .modal-body {
    padding: 0;
}

div#addModal label {
    font-size: 14px;
    font-weight: 500;
}

div#addModal .modal-footer {
    display: flex;
    align-items: flex-end;
    padding: 0;
    width: 100%;
    margin-top: 40px;
}

div#addModal .modal-footer button:first-child {
    background: none;
    color: #000;
    border: 1px solid #000;
}

.modal-dialog .btn-close {
    right: 20px;
    position: absolute;
    top: 20px;
}

.modal .modal-body {
    width: 100%;
}

.modal form .form-group label {
    color: #000;
    font-weight: 500;
}

.modal form .form-group input {
    /* border: 1px solid #000; */
	border-radius:5px;
	border: 1px solid #e1e1e1;
}

.modal form .form-group a {
    background: #a16a0d;
}

.modal form {
    margin-bottom: 20px;
}

.modal form .form-group a {
    background: #a16a0d;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
}


.authmodal.modal form .form-group input,
.authmodal.modal form .form-group input:focus {
    border: 1px solid #beb6b6;
}

.modalback {
    position: absolute;
    left: 10px;
    top: 14px;
}

.modalback a {
    display: flex;
    align-items: center;
    column-gap: 6px;
    text-decoration: none;
}

.modalback a svg path {
    fill: #267dfd;
}

.form-group.emDnone {
    display: none;
}

.socialloginwrapper a svg {
    width: 25px;
    height: 25px;
}

.socialloginwrapper {
    margin-bottom: 40px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    grid-column-gap: 20px;
}

.socialloginwrapper a {
    background-color: #0000000f;
    padding: 10px;
    border-radius: 50px;
}

.orwrap {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    position: relative;
}

.orwrap:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 37%;
    height: 1px;
    background-color: #d0d0d0;
}

.orwrap:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: 37%;
    height: 1px;
    background-color: #d0d0d0;
}


.schedule-container {
    width: 100%;
    background: #fff;
}

.schedule-card {
    margin-bottom: 20px;
}

.schedule-day {
    font-weight: 700;
    font-size: 17.5px;
    margin-bottom: 0.75rem;
}

.time-fields {
    gap: 50px;
    display: flex;
}

.time-fields .field {
    flex: 1;
}

.time-fields label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.time-fields input[type="time"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.2s;
    border: 1px solid #e2e8f0;
}





#enquireList .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#enquireList .breadcrumb {
    color: #6c757d;
    font-size: 14px;
}

#enquireList .add-btn {
    background-color: #a16a0d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

#enquireList .add-btn:hover {
    background-color: #218838;
}



#enquireList .table-container {
    overflow-x: auto;
}

#enquireList table {
    width: 100%;
    border-collapse: collapse;
}

#enquireList th {
    background-color: #999999;
    color: white;
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

#enquireList td {
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
}

#enquireList tr:hover {
    background-color: #f8f9fa;
}

#enquireList .action-btn {
    background-color: #17a2b8;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

#enquireList .action-btn:hover {
    background-color: #138496;
}

#enquireList .no-data {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

/* Modal Styles */
#enquireList .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#enquireList .modal-content {
    background-color: white;
    margin: 2% auto;
    padding: 0;
    border-radius: 8px;
    width: 80%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
}

#enquireList .modal-header {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#enquireList .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #343a40;
}

#enquireList .close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6c757d;
}

#enquireList .close:hover {
    color: #343a40;
}

#enquireList .modal-body {
    padding: 20px;
}

#enquireList .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#enquireList .form-group {
    flex: 1;
}

#enquireList .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #343a40;
}

#enquireList .required {
    color: #dc3545;
}

#enquireList #enquireList .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

#enquireList .form-control:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

#enquireList select.form-control {
    height: 40px;
}

#enquireList .editor-toolbar {
    border: 1px solid #ced4da;
    border-bottom: none;
    padding: 8px;
    background-color: #f8f9fa;
    border-radius: 4px 4px 0 0;
}

#enquireList .editor-btn {
    background: none;
    border: 1px solid #ced4da;
    padding: 4px 8px;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
}

#enquireList .editor-btn:hover {
    background-color: #e9ecef;
}

#enquireList .editor-content {
    border: 1px solid #ced4da;
    border-top: none;
    min-height: 150px;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}

#enquireList .modal-footer {
    padding: 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

#enquireList .btn-secondary {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

#enquireList .btn-secondary:hover {
    background-color: #5a6268;
}

#enquireList .btn-primary {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

#enquireList .btn-primary:hover {
    background-color: #0056b3;
}

#enquireList .back-btn {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

#enquireList .back-btn:hover {
    background-color: #5a6268;
}

#enquireList .header h2 {
    margin: 0;
}

#enquireList .header {
    margin-bottom: 18px;
}

p.terms-wrap {
    font-size: 13.5px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 7px;
    font-weight: 600;
}

p.terms-wrap input {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0px;
}

p.terms-wrap a {
    text-decoration: none;
}

.form-header-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* new profile design start */

.dash-analytics-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: space-between;
    grid-column-gap: 40px;
    margin-bottom: 20px;
}

.analytics-box {
    padding: 20px;
    border-radius: 20px;
}

.dash-analytics-wrap .analytics-box:nth-of-type(1) {
    background-color: #ffe2e4;
}

.dash-analytics-wrap .analytics-box:nth-of-type(2) {
    background-color: #fff4dd;
}

.dash-analytics-wrap .analytics-box:nth-of-type(3) {
    background-color: #dbfbe6;
}

.dash-analytics-wrap .analytics-box:nth-of-type(4) {
    background-color: #f2e8ff;
}

.analytics-box .icon svg {
    width: 24px;
    height: 24px;
}

.analytics-box span.icon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    padding: 9px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.analytics-box h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
}

.analytics-box .aly-name {
    color: #575050;
}

.analytics-box .icon svg path {
    fill: #fff;
}

.dash-analytics-wrap .analytics-box:nth-of-type(1) span.icon {
    background-color: #f9597c;
}

.dash-analytics-wrap .analytics-box:nth-of-type(2) span.icon {
    background-color: #fd9278;
}

.dash-analytics-wrap .analytics-box:nth-of-type(3) span.icon {
    background-color: #3bd856;
}

.dash-analytics-wrap .analytics-box:nth-of-type(4) span.icon {
    background-color: #be82fe;
}

.analytics-chart-wrap {
    display: grid;
    grid-template-columns: 58% 40%;
    grid-column-gap: 2%;
}

#totalQueryChart {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.earning-wrap {
    border-radius: 20px;
    border: 1px solid #d7d7d7;
}

#earningChart {
    background: #fff;
}

.earning-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: Inter, sans-serif;
}

.earning-value {
    font-size: 34px;
    font-weight: 700;
    margin-top: -10px;
    font-family: Inter, sans-serif;
}

.earning-note {
    color: #818b98;
    margin-top: -5px;
    font-family: Inter, sans-serif;
}

.analytics-chart-wrap #totalQueryChart {
    height: 380px;
}

.analytics-chart-wrap #earningChart {
    height: 240px;
}

.totalearningwrap {
    padding: 20px;
}

.analytics-table thead th {
    background-color: #999999;
    color: white;
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.analytics-table thead td {
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
}

.analytics-table table {
    width: 100%;
}

.analytics-table .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.analytics-table .header h2 {
    margin-bottom: 0;
}

.analytics-table tbody td a {
    text-decoration: none;
    text-align: center;
    background-color: #9cd8c4;
    padding: 0px 10px;
    color: #fff;
    border-radius: 50px;
    height: 25px;
    display: inline-flex;
}

.analytics-table tbody tr:nth-child(odd) td a {
    background-color: #9cd8c4;
}

.analytics-table tbody tr:nth-child(even) td a {
    background-color: #9e9e9e;
}

.analytics-table tbody tr td {
    padding: 20px 0;
}

.analytics-table tbody tr {
    border-bottom: 1px solid #e2e2e2;
}

.tablefilter-month select {
    background-color: #fcfcfc;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 2px 3px;
}

.table-container.analytics-table {
    margin-bottom: 30px;
}

/* new profile design end */

/* live fix start */

#search-location .txt-bold {
    font-weight: 700;
}

#search-location ul:first-child li:first-child {
    border-bottom: 1px solid #dddddd;
}

.recentsearches ul li {
    font-weight: 400;
}

.recentsearches ul li b {
    font-weight: 400;
}

.recentsearches {
    right: 0 !important;
    width: 250px !important;
}

/* .recentsearches ul ul:last-child
{
    height: 200px;
    overflow-y: scroll;
} */
.search-text-bold{
    font-weight: 600 !important;
}
.dropdown-content .cities-wrap+.state .states .list
{
    grid-template-columns: repeat(4, 1fr);
}

.select-wrap ul
{
    width: 170px;
    height: 180px;
    overflow-y: scroll;
}

.mailForm .form-group .error-message {
    color: #f82424;
    font-size: 13px;
    margin-top: 2px;
}

.select-wrap.multiselect ul
{
    height: 220px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-body .stars + .error-message {
    color: #f82424;
    font-size: 13px;
}

.modal-body .stars
{
    margin-bottom: 0px;
}

.mailForm.form2Grid.mt40
{
    margin-top: 40px;
}

form.savefeedbackform .topHeading
{
    margin-bottom: 10px !important;
}

#login .error
{
    color: #f82424;
    font-size: 13px;
    margin-top: 3px;
    text-align: left;
}

p.terms-wrap input
{
    width: 14px;
    height: 14px;
}

.mob-numcode-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #beb6b6;
    border-radius: 5px;
    padding: 0 10px;
}

.mob-numcode-wrap input {
    border: unset !important;
}

.login-section .error-message.moberror
{
    text-align: left;
    color: #f82424;
    font-size: 13px;
}

#login h3 {
    font-size: 17px;
    margin-bottom: 35px;
}

#login .mt-5 {
    margin-top: 0 !important;
}

#login form .form-group label {
    text-align: left;
}

#login button[type="submit"]
{
    background: #a16a0d !important;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    width: 100%;
    border: 1px solid #a16a0d;
    margin-top: 20px;
    margin-bottom: 20px;
    outline: none;
}


.login-section .error-message
{
    text-align: left;
    color: #f82424;
    font-size: 14px;
}

.location-phone-wrap ul:last-child
{
    padding-left: 40px;
}

.location-phone-wrap ul:last-child li:first-child
{
    align-items: baseline;
}

.location-phone-wrap ul:last-child li:first-child svg
{
    position:relative;
    top:3px;
}

.location-phone-wrap ul:last-child li:first-child label svg
{
    top:0px;
}

.filter-sect .fliter-wrapflex
{
    justify-content: flex-start;
}

.ts-wrapper
{
    height: 50px;
}




/* dropdown fix start */

.filter-sect .fliter-wrapflex .select-wrap
{
    position: relative;
    font-family: Arial, sans-serif;
    margin: 10px 0;
}

.filter-sect .fliter-wrapflex .select-wrap label
{
    font-size: 14px;
    color: #333;
    height: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}

.filter-sect .fliter-wrapflex .select-wrap select
{
    display: none;
}

.filter-sect .fliter-wrapflex .ts-wrapper .ts-control input
{
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    outline: none;
}

.filter-sect .fliter-wrapflex .ts-dropdown
{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    display: none;
	overflow: hidden;
}

.filter-sect .fliter-wrapflex .ts-dropdown .ts-dropdown-content
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-sect .fliter-wrapflex .ts-dropdown .ts-dropdown-content option
{
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
}

.filter-sect .fliter-wrapflex .ts-dropdown .ts-dropdown-content option:hover
{
    background-color: #f5f5f5;
}

.filter-sect .fliter-wrapflex .ts-control input:focus + .ts-dropdown,
.filter-sect .fliter-wrapflex .ts-dropdown:focus-within
{
    display: block;
}

.filter-sect .fliter-wrapflex .ts-dropdown .ts-dropdown-content option.selected
{
    background-color: #e0f7fa;
}

.filter-sect .fliter-wrapflex .ts-control input[aria-expanded="true"] {
    border-color: #007bff;
}

.filter-sect .fliter-wrapflex .ts-wrapper.multi
{
    position: absolute;
    top: 20px;
}

.filter-sect .fliter-wrapflex .ts-wrapper
{
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 10px;
}

.filter-sect .fliter-wrapflex .ts-control input[placeholder]
{
    color: #aaa;
}

section.filter-sect
{
    z-index: 99;
}

.filter-sect .fliter-wrapflex .ts-dropdown-content .active
{
	transform: scale(1) !important;
}

/* dropdd - new fixes start */

.filter-sect .fliter-wrapflex .select-wrap label
{
    font-size: 14px;
    color: #333;
    height: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}

.filter-sect .fliter-wrapflex .ts-wrapper.multi
{
    position: absolute;
    top: 24px;
    width: 100%;
}


.filter-sect .fliter-wrapflex .ts-wrapper
{
    background-color: unset;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #dfdfdf;
    height: 40px;
}


.filter-sect .fliter-wrapflex .select-wrap
{
    width: 190px;
    background-color: unset;
}

section.filter-sect
{
    height: fit-content;
}

.filter-sect .fliter-wrapflex .ts-wrapper .ts-control input
{
    height: fit-content;
}

.fliter-wrapflex .ts-control
{
    box-shadow: none;
    height: 38px;
}

.fliter-wrapflex .ts-dropdown
{
    margin: 1px 0 0 0;
}

.auth-dropdown-menu .auth-dropdown-content ul
{
    display: flex !important;
    flex-direction: column !important;
    row-gap: 10px;
}

.authDD .auth-dropdown-menu
{
    width: 100% !important;
}

form#inquiryForm .form-group
{
    text-align: left;
}

body.theme-default.overflow-y-hidden:before
{
    content: '';
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000061;
    z-index: 87;
}

.fixed.inset-0.z-10.overflow-y-auto {
    z-index: 88 !important;
}

form#inquiryForm .error-message
{
    color: #f82424;
    font-size: 13px;
    margin-top: 3px;
    text-align: left;
}

/* dropdd - new fixes end */


/* dropdown fix end */


/* live fix end */

/* new feedback design start */

.recentsearches
{
    width: 100% !important;
    box-shadow: 0 0 6px rgb(0 0 0 / 26%);
}

.userImage figure
{
    border: 1px solid #dfdfdf;
}

/* .pagi-showing-wrap {
    display: none;
} */

.inputcover .pos-rel:first-child input::placeholder
{
    color: #000;
}


.filter-sect .filter-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.filter-sect .select-wrap {
  position: relative;
  width: 220px;
      transform: scale(1) !important;
}

.filter-sect .dropdown-trigger {
  width: 100%;
  box-sizing: border-box;
}

.filter-sect .dropdown-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  background: #f1f1f1;
  cursor: pointer;
}

.filter-sect .dropdown-list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 260px;
  overflow-y: auto;
  display: none;
  z-index: 99;
}

.filter-sect .select-wrap.active .dropdown-list {
  display: block;
}

.filter-sect .dropdown-search {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.filter-sect .dropdown-search-input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ccc;
  font-size: 13px;
}

.filter-sect .option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

.filter-sect .dropdown-list .option input {
    display: none;
}

.filter-sect .option input:checked + span {
  font-weight: 600;
}

li.page-item.disabled span {
    background-color: #e1e1e1 !important;
}

/* new feedback design end */

/* Hide result text */
span.result {
	display: none;
}

.filter-wrap {
	width: 170px;
}

.filter-wrap .select2-container
{
	width: 100% !important;
}

.filter-wrap .select2-selection--single
{
    height: 42px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.filter-wrap .select2-selection__rendered
{
	line-height: 50px !important;
	padding-left: 15px;
	color: #333;
}

.filter-wrap .select2-selection__arrow
{
	height: 50px;
}

.filter-wrap .select2-container--default .select2-selection--single:focus
{
	outline: none;
}

.select2-container--default .select2-results__option
{
	padding: 10px 15px;
	font-size: 14px;
	cursor: pointer;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable
{
	background-color: #000;
	color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
}

.select2-container .select2-selection--single .select2-selection__rendered
{
    padding-left: 18px;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
    outline: none;
	border-radius: 4px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple


.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #aaaaaa;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaaaaa;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #a16a0d;
}

.filter-wrap .select2-selection--single:hover
{
    background: #dddddd;
}

.select2-container--default .select2-results__option:hover {
    color: #fff;
    background-color: #a16a0d;
}

.searchbtnwrap
{
	top: 13px;
    left: 71%;
    position: absolute;
    width: fit-content;
}

.topsearch
{
    opacity: 1;
    pointer-events: none;
    transition: all 0.3s ease;
}

.topsearch.showsearchbar
{
    opacity: 1;
    pointer-events: none;
    transition: all 0.3s ease;
	pointer-events: auto;
}

header .toggle
{
   z-index: 86;
}

.view-contact-icon
{
	display:none !important;
}

.tablet-show
{
	display:none !important;
}

span.select2-selection__clear
{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
}

.breadcrumwrap h1 {
    font-size: 2rem;
}

.breadcrumwrap {
    border-bottom: unset;
    padding-bottom: 10px;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}


button.accordion-button::after
{
    filter: unset;
    opacity: 1;
}

.search-innrwrap {
	height: 50px;
	width: 50px !important;
}

.mobile-show.whatsappEmail {
    display: none;
}

.userListingData h1 {
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0px;
    font-size: 22px;
}


@media (min-width: 500px) and (max-width: 991px)
{
	section.herobannersect .container
	{
		height: 100%;
		max-width: 100%;
	}

	section.numbersect .container
	{
		max-width: 100%;
	}

	.container
	{
		max-width: 100%;
	}

	.footerLogo .container {
		display: flex;
		padding: 0 20px;
	}

}

@media (min-width: 500px) and (max-width: 1099px)
{
	.footerLogo .container {
		display: flex !important;
		padding: 0 20px;
	}


    .userListingLeft-D-M {
        grid-template-columns: 17% 58% !important;
    }

	.tablet-show.whatsappEmail .whatsappEmail {
        row-gap: 25px;
    }

}

@media (min-width: 300px) and (max-width: 991px)
{
	.userListingRight .viewContactInfo
	{
		display: none;
	}

	.userListingRight .listingViewProfile
	{
		display: none;
	}

	a.view-contact-icon
	{
		background-color: #a16a0d;
		border-radius: 50px;
		width: 27px;
        height: 27px;
        padding: 4px;
	}

	a.view-contact-icon svg path
	{
		fill: #fff;
	}

	.view-contact-icon
	{
		display:inline-block;
	}

	.userListingRight
	{
		display: none;
	}

	.tablet-show.whatsappEmail
	{
		position: absolute;
        right: 20px;
        z-index: 999999;
        display: flex !important;
	}

	.tablet-show.whatsappEmail .whatsappEmail
	{
		display: flex;
		flex-direction: column;
	}

	.tablet-show.whatsappEmail .whatsappEmail .view-contact-icon
	{
		display: inline-block !important;
	}

	.tablet-show.whatsappEmail .whatsappEmail .view-contact-icon svg
	{
        width: 17px;
        height: 14px;
        position: relative;
        top: 2px;
		left: 1px;
	}

	.tablet-show.uld-langprof-tablet
	{
		display:flex !important;
	}

	.userListingData.desk-sect
	{
		display: none;
	}

    .userListingLeft-D-M
	{
        display: grid !important;
        grid-template-columns: 28% 61%;
        grid-column-gap: 20px;
    }

	.userImage figure
	{
        width: 100% !important;
        height: 128px !important;
    }

	.tablet-show .listingExpertise.listingLang
	{
		height: 49px;
		overflow: hidden;
	}

	.listingExpertise.listingLang ul
	{
		height: 100% !important;
	}

	.userListingData h3 a
	{
		font-size: 14px;
        display: flex;
        column-gap: 5px;
	}

	.whatsappEmail svg {
		width: 27px;
		height: 27px;
	}

	.mobile-show.whatsappEmail .view-contact-icon {
		display: inline-flex!important;
	}

	.mobile-show.whatsappEmail .view-contact-icon svg
	{
	   width: 17px;
	   height: 14px;
	   position: relative;
        top: 0px;
        left: 0px;
	}

	#myFilter .modal-dialog
	{
        height: 440px !important;
        background-color: #fff;
	}

	#myFilter .modal-dialog ul
	{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.select2-container
	{
		z-index: 99999;
	}

	.filter-wrap {
		width: 100%;
	}

	.filter-btn button
	{
		width: 100%;
		display: flex;
		justify-content: center;
		height: 50px;
		align-items: center;
		text-align: center;
		background: #a16a0d;
		color: #fff;
		padding: 10px;
		border: 1px solid #a16a0d;
		font-size: 16px;
		font-weight: 500;
	}

	.filter-btn.filled button
	{
		background: #a16a0d;
	}

	.filter-btn.outline button
	{
		color: #a16a0d;
		background: unset;
		border: 1px solid #a16a0d;
	}

	.filter-btn button svg {
		width: 20px;
		height: 20px;
		margin-left:8px;
		position: relative;
        top: 2px;
	}

	.filter-btn.filled button svg path {
		fill: #fff;
	}

}


@media (min-width: 300px) and (max-width: 599px)
{
    .tablet-show.whatsappEmail
	{
        position: relative;
        right: unset;
        z-index: 999999;
        display: none !important;
		justify-content: flex-start;
    }

	.tablet-show.whatsappEmail .whatsappEmail
	{
        display: flex;
        flex-direction: row;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .userListingLeft-D-M {
        grid-template-columns: 36% 61%;
        grid-column-gap: 10px;
    }

	.listingLang ul {
		height: 24px;
		overflow: hidden;
	}

	.hb-wrap {
		z-index: -1;
	}

}



@media (min-width: 992px) and (max-width: 1199px)
{
	nav ul {
		grid-column-gap: 20px;
	}

	nav ul a.topnav {
		font-size: 15px;
	}

	nav ul {
		grid-column-gap: 20px;
	}

	nav ul a.topnav {
		font-size: 15px;
	}

	.cities-wrap {
		padding-right: 25px;
	}

	.dropdown-content {
		grid-column-gap: 30px;
	}

	.dropdown-content .cities-wrap+.state .states .list {
		grid-column-gap: 10px;
	}

	.dropdown-content a {
		font-size: 13px;
	}
}

@media (min-width: 990px) and (max-width: 1399px)
{
	.userListingRight a {
		white-space: nowrap;
	}

	.userListingRight {
		width: 80%;
	}

	.userImage {
		width: 100%;
	}

	.userListing {
		grid-template-columns: 78% 22%;
	}

	.userListingRight:after {
		left: -37px;
	}

	.userListingLeft {
		grid-template-columns: 22% 78%;
		gap: 20px;
	}

	.listingExpertise.listingLang ul {
		height: 24px;
		overflow: hidden;
	}

	.container
	{
		max-width:100% !important;
	}



}

@media (min-width: 300px) and (max-width: 991px) {
    .hb-grid {
        grid-template-columns: 100%;
    }

    .hb-left h1 {
        font-size: 35px;
        line-height: 38px;
        display: block;
        margin-bottom: 12px;
    }

    .hb-left p {
        font-size: 18px;
    }

    .inputwrapper {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .inputcover {
        display: flex;
        flex-direction: column;
		row-gap: 10px;
    }

    .inputwrapper button {
        width: 100%;
        box-sizing: border-box;
    }

    section.herobannersect {
        padding: 15px 0px;
    }

    .hbimg {
        object-fit: cover;
        margin-top: 20px;
    }

    .hb-right {
        overflow: hidden;
    }

    .numbergrid {
        grid-template-columns: repeat(1, 1fr);
    }

    .numb-box h5 {
        font-size: 24px;
    }

    .numb-box span {
        font-size: 18px;
    }

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

    .serviceGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

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

    .serviceContent figure {
        height: 170px;
    }

    .homepageCommonHeading h3 {
        font-size: 16px;
    }

    .homepageCommonHeading h2 {
        font-size: 25px;
    }

    .serviceMainContainer {
        padding: 40px 0px;
    }

    .homepageCommonHeading p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .howItWorkGrid {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .howItWorkContet .icon svg {
        width: 55px;
        height: 55px;
        padding: 13px;
    }

    .howItWorkContet h3 {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .footerLogo {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .footerLogo .container {
        display: block;
    }

    .footQuickLink .container
	{
		row-gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .footerLogo .container:after {
        display: none;
    }

    footer {
        padding: 30px 0px 30px 0px;
    }

    .footLeft img {
        width: 160px;
    }

    .footLeft {
        margin-bottom: 40px;
    }

    .footRight svg {
        width: 25px;
        height: 24px;
    }

    .footContent h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footContent li a {
        font-size: 17px;
    }

    section.breadcrumwrap-sect {
        display: inline;
    }

	.breadcrumwrap h1 {
		font-size: 19px;
	}

	.breadcrumwrap .description p {
		font-size: 15px;
	}

	.breadcrumwrap ul li, .breadcrumwrap ul li a {
		font-size: 14px;
	}

	.breadcrumwrap ul
	{
		grid-column-gap: 5px;
	}


    section.filter-sect {
        display: none;
    }

    .userListingLeft {
        grid-template-columns: 100%;
    }

    .userListing {
        grid-template-columns: 100%;
        padding: 0;
        border: unset;
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }

    .userImage figure {
        width: 100px;
        height: 100px;
    }

    .userImage span {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .userListingData h3 {
        font-size: 16px;
    }

    .listingReview span {
        font-size: 13px;
    }

    .userListingData svg {
        width: 10px;
        height: 14px;
    }

    .listingReview {
        gap: 5px;
    }

    .starRating b {
        font-size: 13px;
    }

    .dShow {
        display: none;
    }

    .mShow {
        display: block;
    }

    .userListingLeft-D-M {
        display: flex;
        gap: 10px;
    }

    .ListingLocationExp {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .userListingRight {
        flex-direction: row;
        width: 100%;
        margin-top: 40px;
    }

    .userListingRight a {
        font-size: 14px;
        white-space: nowrap;
    }

    .userListingRight:after {
        width: 100%;
        height: 1px;
        left: 0;
        top: -39%;
    }

    .whatsappEmail {
        order: 2;
        gap: 5px;
    }

    .listingViewProfile svg {
        display: none;
    }

    ul.footerLinkSuggestion {
        grid-template-columns: repeat(1, 1fr);
    }

    .faqContainer {
        margin-top: 40px;
    }

    .faqContainer .homepageCommonHeading {
        margin-bottom: 20px;
    }

    /* hj */

    /* Responsive Menu code start */

    .hc-offcanvas-nav ul {
        flex-direction: column;
        align-items: unset;
        grid-column-gap: 0;
    }

    body.theme-default .hc-offcanvas-nav li {
        height: auto;
        align-items: unset;
    }

    .hc-offcanvas-nav li>.nav-item-wrapper .nav-item-link::before {
        content: unset;
    }

    body.theme-default .hc-offcanvas-nav .nav-close-button span::after {
        margin-left: -2px;
    }

    .hambwrap {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .dshow {
        display: none;
    }

    .mShow {
        display: block;
    }

    #hc-nav-1 {
        display: block;
    }

    header {
        padding: 15px;
    }

    #hc-nav-1-nav-title {
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

    /* Responsive Menu code end */

    .mFilterWrap svg {
        width: 22px;
        height: 22px;
    }

    .mFilterWrap {
        padding: 20px 15px;
        display: flex;
        justify-content: flex-end;
    }

    #myFilter {
        z-index: 9999;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* Override Bootstrap modal to come from bottom */

    #myFilter .modal-dialog {
        animation: slideUp 0.4s ease-out;
        transform: translateY(0);
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    #myFilter .modal-content {
        border-radius: 0;
        border: none;
    }

    #myFilter .fliter-wrapflex {
        display: flex;
        flex-direction: column;
        grid-row-gap: 18px;
        margin-bottom: 60px;
    }

    .select-wrap {
        z-index: 0;
    }

    .select-wrap.multiselect {
        z-index: 25;
    }

    .select-wrap.sel2 {
        z-index: 24;
    }

    .select-wrap.sel3 {
        z-index: 23;
    }

    .select-wrap.sel4 {
        z-index: 22;
    }

    .select-wrap.sel5 {
        z-index: 21;
    }

    .select-wrap ul {
        width: 100%;
        height: 86px;
        overflow-y: scroll;
    }

    header .toggle span::after {
        bottom: -8px;
    }

    header .toggle span::before {
        top: -8px;
    }

    header .toggle span,
    header .toggle span::before,
    header .toggle span::after {
        height: 2px;
    }

    header .toggle span {
        width: 28px;
    }

    .hc-nav-open header .toggle span::after {
        bottom: -11px;
    }

    .hc-nav-open header .toggle span::before {
        top: -11px;
    }

    /* hj */

    .detailsListingContainer .ListingLocationExp {
        gap: 0px;
    }

    .listingContainer.detailsListingContainer .listingLocation svg {
        width: 11px;
        height: 15px;
    }

    .listingContainer {
        margin-bottom: 20px;
    }

    .grid-add-timingwrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .gat-right ul li {
        display: grid;
        grid-template-columns: 33% 57%;
    }

    ul.socialmedia li svg {
        width: 30px;
        height: 30px;
    }

    .comp-writeus-wrap {
        flex-direction: column;
    }

    .rev-com h2 {
        font-size: 25px;
    }

    span.fullstar {
        font-size: 28px;
    }

    .fullrevontopwrap {
        margin-top: 10px;
    }

    .fullrevontopwrap li i {
        font-size: 16px;
    }

    .form2Grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .modal .modal-body {
        padding: 0px 20px;
    }

    .detailsListingContainer .userListingRight {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        justify-content: center;
        padding: 10px;
        box-shadow: 0px 0px 4px 0px #ccc;
        z-index: 9999;
    }

    .detailsListingContainer .userListingRight:after {
        display: none;
    }

    .mFilterWrap.mShow a {
        background: #fff;
        padding: 8px 10px;
        text-decoration: none;
        color: #000;
        align-items: center;
        gap: 5px;
        border-radius: 4px;
        border: 1px solid #ccc;
        display: flex;
        justify-content: space-between;
        width: 110px;
    }

    .mFilterWrap.mShow {
        padding-top: 0;
        display: flex;
        align-items: center;
    }

    .loginContainer {
        margin-top: 30px;
    }

    .select-wrap.sel5.zindexPtop {
        z-index: 26;
    }

    .select-wrap.sel5.zindexPtop ul {
        top: -90px;
    }


    /* 11feb */

    .prof-tab-accrd-wrap .dashboard-wrapper {
        grid-template-columns: 100%;
    }

    .dashboard-left {
        display: none;
    }

    .profile-top {
        flex-direction: column;
    }

    .dashboard-left {
        display: none;
    }

    .profile-top {
        flex-direction: column;
    }

    .location-phone-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 15px;
    }

    .location-phone-wrap ul:first-child {
        grid-row-gap: 15px;
    }

    .profile-detail ul {
        grid-row-gap: 15px;
    }

    .location-phone-wrap ul:first-child:after {
        content: unset;
    }

    .prof-name {
        margin-top: 35px;
        text-align: center;
    }

    .boxshadow.form-cover {
        grid-template-columns: repeat(1, 1fr);
    }

    #progress-bar--container svg {
        left: 50%;
        top: 86px;
        transform: rotate(104deg) scale(2) translateY(85%) !important;
    }

    .profile-percentage {
        left: 47%;
    }

    #progress-bar--container img {
        left: 50%;
        transform: translateX(-50%) !important;
    }

    .switch-wrapper {
        margin-top: 10px;
        flex-direction: column;
        align-items: baseline;
    }

    .grid-two {
        grid-template-columns: repeat(1, 1fr);
    }

    /* 11feb */

	.topHeading span {
		font-size: 19px;
	}

	.searchbtnwrap button {
		padding: 8px 8px;
	}

	.searchbtnwrap {
		top: 25px;
		left: 73%;
	}

	.searchbtnwrap button svg {
		width: 14px;
		height: 14px;
	}

	.recentsearches {
		z-index: 99;
	}

	.search-innrwrap
	{
		height: 30px;
		width: 30px !important;
	}

    .searchbtnwrap
	{
        top: 26px;
        left: 72%;
    }

	.nav-item.mobile-auth-btn .authDD a
	{
        color: #ffffff;
        background-color: unset;
        border: unset;
        padding: 0;
	}

	.filterNone
	{
		display: none;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
	}

	#myFilter
	{
		padding: 0 15px;
	}

	#myFilter ul
	{
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}

	#myFilter
	{
		padding: 0 15px;
		margin-bottom: 20px;
	}

	#myFilter ul
	{
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}

	.bottom-fix-icon {
		position: fixed;
		bottom: 30px;
		right: 30px;
	}

	.bottom-fix-icon a svg {
		width: 40px;
		height: 40px;
	}

	.fixIconWrap {
		display: flex;
		flex-direction: column;
		row-gap: 15px;
	}

    .fix-view-contact {
        background-color: #a16a0d;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        padding: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

	.fix-view-contact svg {
		width: 23px !important;
		height: 23px !important;
		position: relative;
		left: -1px;
	}

	.fix-view-contact svg path {
		fill: #fff;
	}

	.allTimeService {
		font-weight: 500;
		font-size: 13px;
		margin-top: 4px;
	}

}

/** 991  **/


@media (min-width: 300px) and (max-width: 767px) {
    .loginContainer {
        grid-template-columns: repeat(1, 1fr);
        width: 90%;
    }

    .login-left {
        display: none;
    }

    body {
        background-position: center center;
    }

    .table-container.analytics-table {
        margin-bottom: 30px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .analytics-table table {
        width: 1000px;
    }

    .dash-analytics-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .analytics-chart-wrap {
        grid-column-gap: 0;
        grid-row-gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

	.footerLogo .container
	{
		display: flex;
		justify-content: space-between;
		padding: 0 14px;
	}

}


p.terms-wrap a {
    color: #a16a0d;
}

.modal form .login-section .form-group label {
    text-align: left;
}

.modal form .login-section .form-group button {
    background: #a16a0d !important;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
}

.phone-code-wrap {
    padding: 0 10px;
    border: 1px solid #e1e1e1;
}

.phone-code-wrap input {
    border: unset !important;
}

.mailForm .form-group label {
    text-align: left;
}

.mailForm .form-group .error-message {
    text-align: left;
}

section.filter-sect {
/*     z-index: 0;
    position: relative; */
    z-index: 9;
    position: relative;
}

ul.pagination .page-item span,
ul.pagination .page-item button
{
    border-radius: 50px !important;
    width: 35px;
    height: 35px;
    display:flex;
    flex-wrap: wrap;
    align-content:center;
    justify-content:center;
    line-height: 22px;
    background-color: #a16a0dbd;
    color: #fff;
}

ul.pagination .fw-semibold {
    color: #a16a0d;
}

@media (min-width: 600px) and (max-width: 991px)
{
	.mobile-show.whatsappEmail
	{
		display:none !important;
	}

	.search-innrwrap
	{
		height: 30px;
		width: 30px !important;
	}

    .searchbtnwrap
	{
        top: 27px;
        left: 82%;
    }

}



@media only screen and (min-width: 300px) and (max-width: 599px)
{
	.mobile-show.whatsappEmail
	{
        margin-top: 10px;
        justify-content: flex-start;
        display: flex;
	}

	.userImage figure {
        width: 120px !important;
        height: 120px !important;
    }

	.userListingLeft-D-M {
        grid-template-columns: 130px auto !important;
    }

	.listingExpertise.listingLang li
	{
		white-space: nowrap;
	}

}

@media only screen and (min-width: 599px) and (max-width: 991px)
{
    .userImage figure {
        width: 150px !important;
        height: 150px !important;
    }

	.userListingLeft-D-M {
        grid-template-columns: 160px auto !important;
    }

	.listingExpertise.listingLang {
		width: 80%;
	}

}

@media only screen and (min-width: 885px) and (max-width: 992px)
{
	.userListingLeft-D-M
	{
        grid-template-columns: 17% 52% !important;
    }
}

@media only screen and (min-width:980px) and (max-width: 992px)
{
	.userListingData {
		width: 91%;
	}
}

@media only screen and (min-width:992px) and (max-width: 1399px)
{
	.userListingData {
		width: 59%;
	}

	.listingExpertise.listingLang ul {
        height: 59px;
    }

	.userListingData h3 a {
		display: flex;
		align-items: center;
		column-gap: 10px;
	}
}

@media only screen and (min-width:991px) and (max-width: 1200px)
{
	.userListingRight {
        width: 100%;
    }
}


@media only screen and (min-width:1400px) and (max-width: 1499px)
{
	.listingExpertise.listingLang {
		width: 70%;
	}
}

@media only screen and (min-width:1300px) and (max-width: 1900px)
{

    .userImage figure {
        width: 150px !important;
        height: 150px !important;
    }

	.userListing
	{
		grid-template-columns: 63% 22% !important;
	}

    .userListingLeft {
        grid-template-columns: 160px 78% !important;
    }

	.userListingRight {
        width: 100% !important;
    }

}

@media only screen and (min-width:1200px) and (max-width: 2000px)
{

	.userListingData h3 a {
		display: flex;
		align-items: center;
		column-gap: 10px;
	}

	.userListingRight {
        width: 100% !important;
    }
}
