.py-60{padding: 60px 0; }
.py-100{padding: 100px 0; }
.py-40{padding: 40px 0; }
.py-50{padding: 50px 0; }
.py-10{padding: 10px 0; }
.lh-30{line-height: 30px;}
.lh-40{line-height: 40px;}
.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.tiny{font-size: 10px;}
.m-w-220{min-width: 220px;}
.h-220{height: 220px !important;}
.m-h-220{min-height: 220px;}
.m-h-60{min-height: 60px;}
.form-group {
    margin-bottom: 1rem;
}
/* @import url('../fonts/seasons/Fontspring-DEMO-theseasons-bd.otf'); */
@font-face {
    font-family: 'The Seasons Bold';
    src: url('../fonts/seasons/Fontspring-DEMO-theseasons-bd.otf') format('opentype');
}
h1.home-text{font-family: 'The Seasons Bold', sans-serif;
}

.form-group label, .forms label, label {
    font-weight: 600;
}
.y-middle .h6{margin-bottom: 0;}
.y-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
label{
    margin-bottom: 8px;
}
.accordion-body .form-control, .accordion-body .form-select,
.contact-sec .form-control{
    box-shadow: inset 0 1px 2px 0 rgb(66 71 112 / 12%);border-radius: 4px;min-height: 45px;font-size: 14px;color: #656565;
}
.accordion-button::after{display: none;}
.accordion-button.collapsed .show-hide{display: none;}
.accordion-button:not(.collapsed) .hide-show{display: none;}
button.accordion-button {
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;font-size: 18px !important;font-weight: 600;color: #000 !important;border-bottom: 1px solid #e2e2e2 !important;
    border-top: 0 !important;
}
.accordion-item {
    border-bottom: 0 !important;
}
.text-online {
    color: #34c434;
}
.btn-sm {
    padding: 3px 10px !important;font-size: 12px;
    line-height: 1.5 !important;
}
.btn-xs {
    font-size: 12px;
    line-height: 20px!important;
    padding: 0px 10px !important;
}
.btn-system:hover {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.090)!important;color: #444 !important;background-color: #fff;
}
a{transition: all .3s ease-in-out;text-decoration: none;}
body{background-color: #fafafb;font-family: "Poppins", sans-serif;}
.order-status-icon {
    background-color: #efefef;
    color: #333;
    border-radius: 9999px!important;
    letter-spacing: .025em!important;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 8px;
    display: inline-flex;align-items: center;margin-right: 8px;
  }
  .order-text{font-weight: 700;}
  .order-status-icon .dot {
    height: 8px!important;
    width: 8px!important;
    display: inline-block;
    border-radius: 9999px!important;
  }
  .order-status-icon.status-paid {
    background-color: #bcf0da!important;
    color: #014737!important;
  }
  .order-status-icon.status-paid .dot {
    background-color: #0e9f6e!important;
  }
  .order-status-icon.status-pending {
    background-color: #d4f7ff!important;
    color: #535454!important;
  }
  .order-status-icon.status-pending .dot {
    background-color: #08bdbd!important;
  }
  .order-status-icon.status-failed {
    background-color: #fbd5d5!important;
    color: #771d1d!important;
  }
  .order-status-icon.status-failed .dot {
    background-color: #f05252!important;
  }
  .order-status-icon.status-canceled, .order-status-icon.status-refunded {
    background-color: #000!important;
    color: #fff!important;
  }
  .order-status-icon.status-canceled .dot, .order-status-icon.status-refunded .dot {
    background-color: #fff!important;
  }
  .order-status-icon.status-onhold {
    background-color: #edefee!important;
    color: #535454!important;
  }
  .order-status-icon.status-onhold .dot {
    background-color: #7d8c8c!important;
  }
.btn-system{border-radius: 3px;border: 1px solid #e0e0e0 !important;color: #444 !important;padding: 8px 20px;font-weight: 600;background-color: #fff;}
.table-orders th {
    border: 0!important;
    color: #838fa1;
    background: #fbfdfe;
    line-height: 30px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;border-bottom: 0;
}
hr{border-color: #000;opacity: .10;}
.live-btn{padding: 0 20px;border-radius: 4px;line-height: 40px;position: relative;z-index: 1;}
.hover-effect-btn.btn-lg{font-size: 18px;
    line-height: 50px !important;border-radius: 4px;font-weight: 600;
    padding: 0px 30px;}
    .hover-effect-btn{position: relative;z-index: 1;color: #fff !important;overflow: hidden;}
    .hover-effect-btn:hover{color: #fff !important;}
    .hover-effect-btn.btn-save{border: 1px solid #3636367d!important;}
.hover-effect-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 15%);
    z-index: -1;
    color: #fff;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: all 0.4s linear;
}
.hover-effect-btn:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(1.5);
}
.nav li{position: relative;padding: 0 10px;}
nav.seperator > ul > li:first-child:after,
ul.seperator > li:first-child:after {
   display: none;
}
nav.seperator > ul > li::after,
ul.seperator > li:after {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    bottom: 0;
    height: 12px;
    width: 1px;
    margin: auto;
    background-color: #0000006b;
}
.login-image {
    height: 100%;
}
.card-box{
    background-clip: border-box;
    display: flex;
    flex-direction: column;
    color: #000;
    position: relative;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
}
.logo {
    max-height: 150px
}
.input-required {
    color: red;
}

.inputfield {
    display: block;
    width: 100%;
    font-family: inherit;
    color: #000;
    padding: 0px 0px 8px;
    border: none;
    outline: none;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s;
    box-shadow: #0000000d 0px 1px;
    background-color: transparent;
}


.input-error {
    border-bottom: 2px solid red; /* Red line for error */
    box-shadow: none; /* Remove box shadow */
}
.login-side-img, .signup-side-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;min-height: 100vh;
}
.login-wrap, .signup-wrap{min-height: 100vh;}
.custom-text {
    padding: 8px 18px;
    font-size: 16px;
    font-weight: bold;
}



/* home page css  */
.home-banner-sec{
    background-repeat: no-repeat;
    background-position: 100% 30%;
    background-size: cover;
}
.home-banner-sec::before{
    content: "";
    position: absolute;
    height: 100%;width: 100%;left: 0;top: 0;background: linear-gradient(260deg,rgba(6,27,65,0) 0,rgb(0 0 0 / 95%) 100%);
}
#menu-main-navigation li,
ul.spacing li {
    padding: 0 20px;position: relative;
}

#menu-main-navigation li:last-child {
    margin-right: 0;
}

#menu-main-navigation li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

#menu-main-navigation li a:hover {
    color: #333;
}

.home-text {
    font-weight: bold;
    color: #FF7171;
}

.h1buttonbox {
    background-color: #fafafb;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px;
    width: 200px;
    height: 60px;
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.h1buttonbox a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}


/* home image card */
.image-container {
    background-size: cover;
    background-position: center;overflow: hidden;position: relative;
}

.image-container a {
    display: block;
    width: 100%;
    height: 100%;
}

.image-container .bg-light {
    width: 100%;
    height:360px;
    background-size: cover;
    background-position: center;
}

.image-card-container {
    z-index: 1;
    bottom: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 5px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    transition: all 0.3s ease-out;
}
.search-zoom:hover .image-card-container{
    background: rgba(0,0,0,0.8);
}
/* featurebox css */
.bg-img-box{
    transition: all .3s;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: repeat;
    background-origin: content-box;
}
.search-zoom:hover .bg-img-box {
    transform: scale(1.05);
    transition: all .3s;
}
.search-bg-gradient {
    background: linear-gradient(to bottom,rgba(6,27,65,0) 0,rgba(49,49,49,.95) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100px;
    bottom: 0px;
    z-index: 1;
    background-size: cover;
}
.list-info-pop {
    opacity: 0;
    max-height: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    transition: max-height 0.5s ease-in-out 0s, opacity 0.1s ease-in-out 0.1s;
}
.list-info-pop ul {
    padding: 10px 25px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
}
.list-info-pop ul li {
    padding: 8px 0;
    line-height: 1;
}
.list-info-pop ul li span {
    font-weight: 700;
    display: inline-block;
}
.list-info-pop-wrap:hover .list-info-pop {
    z-index: 9;
    opacity: 0.9!important;
    cursor: pointer;
    max-height: 200px;
}

.button-featured-new-wrap.es {
    position: absolute;
    top: 20px;
    z-index: 9;
    left: -30px;
    transform: rotate(315deg);
}
.button-featured-new {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 125px;
    /* min-width: 55px; */
    text-align: center;
    /* margin: 0 5px 25px; */
    /* padding: 5px 10px; */
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 23px;
    color: #fff;
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    background: linear-gradient(#77694e 0%, #8E793E 100%);
}
.elite-button {
    background: linear-gradient(#77694e 0%, #8E793E 100%);
    position: relative;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 23px;
    color: #fff;
    background: linear-gradient(#77694e 0%, #8E793E 100%);
}
    .favorite-button {
        position: absolute;
        color: #000;
        z-index: 1;
        right: 5px;
        top: 4px;
        font-size: 16px;
        width: 25px !important;
        height: 25px !important;
    }
    .left-top-ab {
        position: absolute;
        top: 0px;
        gap: 10px;
        left: 0px;
        font-size: 10px;
    }
    .left-top-ab .text-white {
        background-color: #000000;
        padding: 2px 7px;
        font-weight: bold;
    }
    /* .button-featured-new:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -5px;
        left: 1px;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #b90006;
    } */
    .list-info-pop-wrap .list-info-frame, .img-frame {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
}
/* end featurebox css */

/* provider-section-css */

.provider-slide-box {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%)!important;
}

.provider-slide-box:nth-child(2) {
    margin: 24px 0 24px;
}
.provider-slide-box .number-box {
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
}
.provider-slide-box:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/* end provider-section-css */


/* footer-section css */
.footer-section{
    background-color: #000;
}
.footer-section .footer-logo{max-height: 150px;}
.footer-section .social-ions li {
    display: inline-block;
    margin: 0 3px;
}
.social-ions li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    font-size: 30px;display: inline-block;
}
/* end footer-section css */


a.social-icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
}

.social-icon-square {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

a.social-icon.twitter-icon {
    background: #1da1f2;
}

a.social-icon.instagram-icon {
    background-color: #262626;
}


/* search page css */
.grid-img-box{height:100px;max-width:120px;position: relative;overflow: hidden;border-radius: 4px;}

.filter-box-wrap ul li {
    width: 24.7%;
    cursor: pointer;margin-bottom: 10px;
    display: inline-block;position: relative;
}

.filter-box-wrap ul {
    column-gap: 4px;
}

.filter-modal-head-inner {
    position: relative;
    min-height: 130px;
    background: 50% calc(50% + 35px) url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20600%20500%22%20width%3D%22600%22%20height%3D%22500%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M600%20217v282c0%20.6-.4%201-1%201H1c-.6%200-1-.4-1-1V217s115.7%2033%20300%2033%20300-33%20300-33z%22%2F%3E%20%3C%2Fsvg%3E');
    background-size: cover;
    text-align: center;
}
.filter-modal-content{max-height: 400px;}
.filter-modal-content-inner{min-height: 200px;}
.more-fliter-container .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    width: 27px;
    height: 18px;
    background-color: #000;
    border-color: #000;
}

.more-fliter-container .form-switch .form-check-input:checked {
    background-color: #35853e;
    border-color: #35853e;
}

.more-fliter-container .form-switch .form-check-input:focus {
    box-shadow: none;}

    .filterSortby:after {
        font-family: "fontawesome";
        content: "\f107";
        position: absolute;
        color: #000;
        top: -2px;
        right: 5px;
        font-size: 18px;
        font-weight: 600;
    }
    .filterSortby {
        width: 100%;
        font-weight: 600;
        position: relative;
    }
    .filterSortby select {
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0px;
        background: none;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        width: 100%;
        padding: 0px 30px 5px 0px;
    }
.grid-view-box, .list-view-box{cursor: pointer;}

/** Registration Page */

.join-card .card-body{
padding: 51px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .11);
    border-radius: 23px;
}

.join-card .card-body .btn-danger {
    padding: 12px 64px;
    background-color: #f50100;
    border-color: #f50100;
    color: #fff;
    font-weight: bold;
}



.profile-detail-sec .img-wrap{height: 450px ;}
.side-field-box{margin-bottom: 20px;}
.side-field-box ul{list-style: none;padding: 0;margin: 0;}
.side-field-box ul li{padding: 0 10px;display: flex;justify-content: space-between; margin-bottom: 10px;}
.side-field-box ul li span:first-child {font-weight: 600; }
.side-field-box ul li span{width: 100%;}
.side-field-box ul li.side-field-title {  margin-top: 20px!important;opacity: 0.5; }
._title{font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;padding: 0 15px;}
.card-rates ._title {margin-bottom: 10px;}
.card-box ._header {
    line-height: 50px;
    z-index: 1;
    position: relative;
}


.list-list > span:not(.bg-primary)+span:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}
.list-list > span a{text-decoration: none;font-size: 13px;}
.list-list > span a:hover{text-decoration: underline;}
.list-list.arrow > span:not(.bg-primary)+span:before {
    content: "\f105"!important;
    font-family: "FontAwesome";
    font-size: 14px;
}

.acoount-bar nav ul {
    display: flex;list-style: none;
    margin: 0px;
    padding: 0px;
}
.acoount-bar nav ul li {
    position: relative;
    padding: 0px 10px;
}
.acoount-bar nav ul li a {
    color: #000;
    text-decoration: none;
}
/* .acoount-bar nav ul li a:hover{color: #000;} */
.avatar-img {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 50rem;
    height: 48px;
    width: 48px;
    transition: all .2s ease-in-out;
    position: relative;
}
.avatar-img-lg {
    width: 58px!important;
    height: 58px!important;
    /* font-size: .875rem; */
}
.flex-middle{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.nav-pills .nav-link.active {
    background: #fbfbfb;
    color: #000;
}
.nav-pills .nav-link{padding: 10px;color: #000;border-radius: 0;border-top: 1px solid #e0e0e0;}
.tab-right {
    margin-right: -1px;
    margin-top: -1px;
    border-bottom: 0    ;
}
a:hover {
    color: #0056b3;
}

.single-page-edit-button {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 100px;
    z-index: 1;
    line-height: 30px;
    font-size: 12px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.1)!important;
}
.ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}
.ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}
.ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    animation: ripple 2s infinite;
    animation-iteration-count: 1;
    animation-delay: 2s;
}
.ripple-box{
    position:absolute;top:10px;right:10px;
}
@keyframes ripple {

0% {
    opacity: 1;
    transform: scale(0);
}

100% {
    opacity: 0;
    transform: scale(1);
}
}
.single-page-edit-button-bg {
    background-color: orange!important;
}





.add-profile-sec .tipside-bg-img{
    background-image: url(https://premiummod.com/demoimages/img.php?sidebar=sform_basic&t=es);
    opacity: 0.1;
  }
  .add-profile-sec .form-group .form-control, .form-select {
    /* border: 1px solid #dddddd30;border-radius: 4px; */
    box-shadow: inset 0 1px 2px 0 rgb(66 71 112 / 12%);
    min-height: 45px;border-radius: 4px;
    font-size: 14px;
}
.add-profile-sec #title::placeholder{
  font-size: 20px !important;}
.add-profile-sec #title {
  height: 60px !important;
}

.add-profile-sec .step-box span{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 25px;
    font-size: 12px;
    margin-right: 10px;background-color: #000;color: #fff;
}
.add-profile-sec .step-box .step-inner {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  z-index: 2;background-color: #fff;
  position: relative;padding: 0 16px;
  color: #000000;
}
.add-profile-sec .step-box {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 15px;position: relative;
}

.add-profile-sec .step-box:after {
  width: 100%;
  position: absolute;
  content: "";
  height: 1px;
  background: 0 0;
  border-top: 1px solid rgba(164,174,198,.2);
  top: 1.5rem;
  z-index: 0;
  left: 3rem;
}
.add-profile-sec .step-container{padding: 0 5px;}
.add-profile-sec .step .title-number {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 600;
  padding-left: 60px;
  position: relative;
  margin-bottom: 50px;
}
.add-profile-sec .step .title-number span {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  left: 0px;
  top: -3px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}

.add-profile-sec select.form-control.select-append {
    width: auto;padding-right: 25px;
}
.add-profile-sec .form-group-append .fa-sort {
    position: absolute;
    right: 10px;
    top: 14px;
}
.add-profile-sec .append-input-group .fa-map-marker {
    position: absolute;
    left: 15px;
    top: 9px;
    font-size: 24px;
}

.add-profile-sec .append-input-group .form-control {
    padding-left: 40px;
}
.add-profile-sec .append-input-group:after {
    content: "";
    display: block;
    border-left: 1px solid #dee2e6;
    position: absolute;
    right: 0;
    top: 1rem;
    bottom: 1rem;
}
.form-control:focus, .form-select:focus{border-color: #dee2e6;}
.add-profile-sec .form-group-append input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}
.add-profile-sec .form-group-append select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
}
.add-profile-sec label.custom-control {
    margin-bottom: 0;
    font-weight: 500;
}

.add-profile-sec .form-check-inline {
    display: inline-block;
    margin-right: 8px;
}
.add-profile-sec .title-group {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
.add-profile-sec .title-group h3{font-size: 20px;margin-bottom: 0;}
.add-profile-sec .title-divider {
    flex-grow: 1;
    height: 2px;
    background: #ebebeb;
    margin-left: 16px;
  }

.add-profile-sec .input-group-text {
    padding: 0 20px;
    background: #facd34;
    color: #fff;
    border: 0;
    font-weight: 700;
}
.add-profile-sec .file-count {
    position: absolute;
    right: 10px;
    padding: 0 15px;
    font-weight: 400;
    background-color: #fff;
  }

  .add-profile-sec .file-count .divide {
    opacity: 0.5;
  }


.add-profile-sec .cardbox.closed {
    background: transparent;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    cursor: pointer;
    text-align: center;
}
.add-profile-sec .cardbox i {
    font-size: 35px;
 }
.add-profile-sec .cardbox.closed i{opacity: 0.1;}
.add-profile-sec .cardbox .small {
    font-weight: 600;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-profile-sec .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.add-profile-sec .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.add-profile-sec .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #0000;
    border: 1px solid #dddddd;
    border-radius: .25rem;
}
.add-profile-sec .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: #000000;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.upgrade-box{
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}
.upgrade-box-icon{
    font-size: 30px; margin: -5px 20px;
}
/* CSS */
.custom-input {
    height: 55px;
    width: calc(100% - 100px);
}


.btn-container {
    height: 100%;
}


select.form-control.select-append {
    width: auto;padding-right: 25px;
}
.form-group-append input, .form-group-append select{min-height: 45px;}
.form-group-append .fa-sort {
    position: absolute;
    right: 10px;
    top: 14px;color: #000;
}
.append-input-group .fa-map-marker {
    position: absolute;
    left: 15px;
    top: 9px;
    font-size: 24px;
    color: #000;
}

.append-input-group .form-control {
    padding-left: 40px;
}
    /* .append-input-group:after {
        content: "";
        display: block;
        border-left: 1px solid #000;
        position: absolute;
        right: 0;
        top: 1rem;
        bottom: 1rem;
        opacity: .2;
    } */
.form-group-append input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}
.form-group-append select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* main-filtertion css */


.custom-check-input-wrap .custom-check-input-box input,
.gender-input-wrap .gender-input-box input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;left: 0;cursor: pointer;
}



.custom-check-input-wrap .custom-check-input-box input:checked ~ label,
.gender-input-wrap .gender-input-box input:checked ~ label {
    border-color: #FF7171;
    color: #FF7171;
}
.custom-check-input-wrap .custom-check-input-box:hover label,
.gender-input-wrap .gender-input-box:hover label{
    background: #ff71711f;color: #FF7171;
}
.gender-box .gender-input-wrap .gender-input-box label{
	height: 56px; padding: 12px 16px;display: flex;align-items: center;justify-content: center;
}
.gender-input-wrap .gender-input-box{margin-right: 8px;}
.custom-check-input-wrap .custom-check-input-box label,
.gender-input-wrap .gender-input-box label {
    font-size: 16px;
    height: 40px;
    display: block;
    padding: 0;
    width: 100%;
    line-height: 2.375rem;
    color: #66686b;
    font-weight: 400;
    background: #fff;
    appearance: none;
    text-align: center;
    border-radius: 6px;
    border: 2px solid transparent;
    white-space: nowrap;
    margin-bottom: 0;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
}

.custom-check-input-wrap .custom-check-input-box{
    padding: 0 8px;
    margin-bottom: 8px;
	flex: 0 0 50%;
	max-width: 50%;
}


.custom-check-input-wrap {
    margin: 0 -8px;
}
.submit-search-box .submit-search-btn {
    border: 0;
    background: #C01817;
    color: #fff;
    display: flex;
    width: 100%;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .75rem 3.125rem;
    border-radius: 6px;
    font-size: 1.125rem;
    height: 3.5rem;
}
.submit-search-box .submit-search-btn:hover {
    background: #A01514;
    color: #fff;
}
.search-bar{
	position: relative;
    background-color: #00000012;
    border-radius: 24px;
    padding: 16px;
}

.main-filter .form-group-append {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid #FF7171;
    border-radius: 6px;
    margin-right: 8px;
	position: relative;
	overflow: hidden;
}
.main-filter .form-group-append svg.location-pin-icon {
    position: absolute;
    fill: #5d738d;
    font-size: 1.5rem;
    margin-left: 1rem;
    pointer-events: none;
    /* top: 1rem; */
    width: 1em;
    height: auto;
	z-index: 1;
}


.main-filter .form-group-append .select-append {
    flex: 0 1 9.25rem;
}

.main-filter .form-group-append .input-append {
    flex: 2 1;
	position: relative;
}

.main-filter .form-group-append .input-append input {
    border: 0;
    border-radius: 0;
    padding: 16px 36px 16px 52px;
    height: 52px;
    font-size: 18px;
    font-weight: 600;box-shadow: none !important;
}
.main-filter .form-group-append .input-append:after {
    content: "";
    display: block;
    border-left: 1px solid #5d738d;
    position: absolute;
    right: 0;
    top: 1rem;
    bottom: 1rem;
    opacity: .2;
}
.main-filter .form-group-append .select-append select {
	border-radius: 0;
    border: 0;
    height: 52px;
    padding: 4px 22px 4px 12px;box-shadow: none !important;
}



/* #suggestions,#suggestions1 {
    padding: 6px 0 8px;
    border-radius: 0 0 16px 16px;
    color: black;
    position: absolute;
    width: calc(100% - 8px);
    border: 2px solid #FF7171;
    border-top: 0;
    background: #fff;
	z-index: 9;
}
#suggestions ul li.search-item,
#suggestions1 ul li.search-item {
    font-size: 18px;
    padding: 8px 12px 8px 52px;
    font-weight: 500;
    color: #000;cursor: pointer;
}
#suggestions ul li.search-heading,
#suggestions1 ul li.search-heading {
    padding: 8px 12px 8px 52px;
    font-size: 16px;
    font-weight: 600;
    color: #888;
}
#suggestions ul li.search-item:hover,
#suggestions1 ul li.search-item:hover {
    background: #FF7171;
    color: #fff;
} */
.main-filter .form-group-append.location-show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.more-filter-btn span{color: #FF7171;}
.more-filter-btn span.badge {
    height: 24px;
    width: 24px;
    padding: 6px 0;
    top: 0;
    background-color: #FF7171;color: #fff;
}


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


.modal.modal-filter .modal-content {
    animation: slideUp .375s cubic-bezier(0,.55,.45,1) 0s 1 both;
    margin-left: auto;
    margin-right: auto;
    will-change: opacity, transform;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background-color: #ebebec;
}
.modal-filter button.btn-close {
    position: absolute;
    top: 16px;
    right: 20px;
    border: 0;
    color: #5d738d;
    padding: 0 !important;
    /* font-size: 1.5rem; */
    background: none;
    height: auto;
    width: auto;
}
.modal-filter .dropdown-menu {
    position: static !important;
    inset: unset !important;
    transform: none !important;
}
.filter-item .dropdown-menu{top: -2px !important;width: 100%;}
.modal-filter .dropdown-toggle::after, .filter-item .dropdown-toggle::after {display: none !important;}
li.filter-item .dropdown-toggle.show {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.icon-input-group {
    position: relative;
}
.modal-filter .dropdown-toggle{text-transform: uppercase;font-size: 16px;
    font-weight: 600;color: #000;}
.icon-input-group svg {
    position: absolute;
    left: 16px;
    top: calc(50% - 10px);
}
.modal-filter .modal-dialog{max-width: 100% !important; transform: none !important}
.icon-input-group input {
    padding: 16px 24px 16px 52px;
    font-size: 1rem;
    height: 3.5rem;
    box-shadow: 0 0 .875rem 0 #e3e4e5 !important;
    border-radius: 6px;
    border: 2px solid transparent;
	background-color: #fff !important;
}
.icon-input-group input:focus {
    border-color: #5d738d;
}
.modal-filter .dropdown-toggle:hover{color: #FF7171;}
.search-tag-list li .btn.clear-btn{color: #FF7171 !important;}
.modal-filter .dropdown-toggle span svg{opacity: 0;}
.modal-filter .dropdown-toggle:hover span svg{opacity: 1;}
.btn.clear-btn:hover {
    text-decoration: underline;
}
@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(3rem);
	}

	60% {
		opacity: 1;
	}
	100% {
		transform: translateY(0);
	}
}

.btn-tag {
    border: 1px solid #FF7171;
    border-radius: 1rem;
    background-color: #fff;
    /* padding: 0; */
    height: 32px;
    display: flex;
    align-items: center;
    color: #FF7171;
	text-transform: uppercase;
	font-size: 14px;
}
.btn-tag:hover {
    background-color: #FF7171;
    color: #fff;
    border-color: #FF7171;
}
ul.search-tag-list li.search-tag-item {
    display: inline-block;margin-right: 8px;margin-bottom: 8px;
}

.rubber-ipt {
    width: 200px;
    height: 10px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 10px;
    background-color: black;
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    background-color: #070606;
    border: 1px solid var(--main-dark);
}

.rubber-ipt-min {
    transform: translate(-9px, -17px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(191px, -17px);
    left: 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}

#location-details {
    padding: 6px 0 8px;
    border-radius: 0 0 6px 6px;
    color: black;
    position: absolute;
    width: calc(100% - 8px);
    border: 2px solid #ff7171;
    border-top: 0;
    background: #fff;
    z-index: 999;
}

div#location-details ul li.search-item {
    font-size: 18px;
    padding: 8px 12px 8px 52px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

div#location-details ul li.search-heading {
    padding: 8px 12px 8px 52px;
    font-size: 16px;
    font-weight: 600;
    color: #888;
}

div#location-details ul li.search-item:hover {
    background: #ff7171;
    color: #fff;
}
div#location-details.profile-location ul li.search-item:hover {
    background: #000;
    color: #fff;
}
#location-details {
    display: none;
}

#location-details {
    max-height: 140px;
    overflow: auto;
}

#location-details::-webkit-scrollbar {
    width: 0
}


.privacy-content>*, .terms-content>*, .advertising-sec .card-page>* {
    color: #7a7a7a;
}

.privacy-content ol, .privacy-content ul,
.terms-content ol, .terms-content ul,
.advertising-sec ol, .advertising-sec ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.media {
    display: flex;
    align-items: flex-start;
}
.media .media-img-box{max-width: 60px;}
.media .media-img-box .image{width: 60px;height: 40px;}
.advertising-sec .card-header, .blog-sec .card-header {
    padding: 12px 20px;
    font-size: 18px;
}
.requirements-sec .img-wrap {
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin-right: 30px;
    border-radius: 100px;
    text-align: center;
    font-size: 30px;
}
.requirements-sec h5{color: #00b7b4;}

.footer-nav-area {
    transition-duration: 500ms;
    background-color: #ffffff;
    width: 100%;
    height: 58px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    position: fixed;
    box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
}
.suha-footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    color: #23282d;
    z-index: 1;
    text-decoration: none;
}
.suha-footer-nav ul li a i {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}
.suha-footer-nav ul li {
    flex: 1 1 0;
    position: relative;
    z-index: 1;
}
.suha-footer-nav ul li a.menu-add {
    height: 65px;
    width: 65px;
    background: black;
    margin-top: -26px;
    border: 5px solid #fff;
    margin-left: 10px;
    border-radius: 50%;
    line-height: 60px;
    position: relative;
    display: block;
}

.suha-footer-nav ul li a.menu-add i {
    display: inline-block;
}
.login-wrap .logo img, .navbar-brand-dark {
    max-height: 150px;
}

.sidebar-wrap {
    background: #000;
    max-width: 240px;
    width: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: 99999;
    height: 100%;
    top: 0;
    left: -100%;
    transition: .3s ease-out;
}
.sidebar-wrap.show {
    left: 0;
}
.sidebar-content {
    min-width: 240px;
    padding: 20px;
    overflow: auto;
    height: calc(100vh - 68px);
}
.sidebar-inner-btn {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    display: block;
    border: 1px solid #3636367d!important;
    border-radius: 4px;
    min-height: 42px;
    font-size: 16px;
    font-weight: 500;
}
.menu-close {
    position: absolute;
    right: 0;
}
.sidebar-wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 100%;
    background: #000000ab;
    backdrop-filter: blur(10px);transition: .3s linear;
}

.sidebar-wrap.show:after {
    width: 100vw;
}
.sidebar-logo img {
    max-height: 150px;
    max-width: 220px;
}
div.ppt-icons-social > ul > li.facebook{display: none;}
.ppt-icons-social li {
    display: inline-block;
    margin: 0 3px;
}
.ppt-icons-social li a {
    height: 32px;
    width: auto;
    line-height: 32px;
    font-size: 14px;display: block;padding: 0 15px;border-radius: 5px;
}
.ppt-icons-social._style2 li.pinterest a{
    background: #ff4c5b;
    color: #fff !important;
}
.ppt-icons-social._style2 li.linkedin a{
    background: #2576b0;
    color: #fff !important;
}
.ppt-icons-social._style2 li.twitter a {
    background: #41a1f6;
    color: #fff!important;
}
.total-text {
    font-size: 12px;
    display: block;
    margin: -5px 0 0;
}
.total-count {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.socialbar .sharertitle {
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    padding: 0 20px 2px 5px;
    margin: 0 20px 0 0;
    color: #b1a9a5;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}
.socialbar .sharebutton {
    display: inline-block;
    line-height: 36px;
    margin: 0 5px;
}
.blog_content {
    line-height: 35px;
}
.blog_content p{
    font-size: 15px;
}
.blog-details-inner img {
    max-width: 100%;
    height: auto;
}



#location-details-two {
    padding: 6px 0 8px;
    border-radius: 0 0 6px 6px;
    color: black;
    position: absolute;
    width: calc(100% - 8px);
    border: 2px solid #ff7171;
    border-top: 0;
    background: #fff;
    z-index: 999;
}

div#location-details-two ul li.search-item {
    font-size: 18px;
    padding: 8px 12px 8px 52px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

div#location-details-two ul li.search-heading {
    padding: 8px 12px 8px 52px;
    font-size: 16px;
    font-weight: 600;
    color: #888;
}

div#location-details-two ul li.search-item:hover {
    background: #ff7171;
    color: #fff;
}

#location-details-two {
    display: none;
}

#location-details-two {
    max-height: 140px;
    overflow: auto;
}

#location-details-two::-webkit-scrollbar {
    width: 0
}

.amount-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #343a40;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
    transition: background-color 0.3s, color 0.3s;
}
.amount-button:hover, .amount-button.active {
    background-color: #343a40;
    color: #fff;
}
.amount-details {
    text-align: center;
}
.amount-button:hover input::placeholder,
.amount-button:hover input,
.amount-button.active input,
.amount-button.active input::placeholder{color: #fff !important;}

.image-wrap-box img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}


.profile-image-grid .img-wrap {
    padding: 5px !important;
}

.profile-image-grid .img-wrap .bg-img-box {
    background-size: cover !important;
    background-position: center !important;
}
.tour-management-table {
    background-color: #343a40 !important; /* Change to your desired dark color */

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#favorite {
    cursor: pointer;
}

.account-table-td {
    min-width: 635px;
}

.account-table-td {
    width: auto;
    min-width: 635px;
    padding: 10px;
    margin: 0 auto;
}

.accordion-button-button:hover{
    background-color: #000 !important;
    color : #fff !important;
}

.tour-form {
    border: 1px solid rgb(204, 196, 196);
    box-shadow: 0 0 30px rgba(87, 85, 85, 0.1);
    padding: 10px;
    margin-bottom: 10px;
}
.location-suggestions {
    display: none;
    padding: 6px 0;
    border-radius: 0 0 6px 6px;
    color: black;
    position: absolute;
    width: calc(84% - 8px);
    border: 2px solid #ccc; /* Changed border color to a lighter gray */
    border-top: 0;
    background: #f8f9fa; /* Light gray background */
    z-index: 999;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Added box shadow for a lifted appearance */
}

.location-suggestions li {
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.location-suggestions li:hover {
    background-color: #0f1011; /* Lighter gray background on hover */
    color: #fff;
}
.table{width: 100% !important;}


.content-wrap ul.pagination {
    gap: 16px;
    flex-wrap: wrap;
}

.content-wrap ul.pagination li.page-item.active .page-link {
    background-color: #000 !important;
    border-color: #000;
    color: #fff;
}

.content-wrap ul.pagination li.page-item .page-link {
    border-radius: 8px !important;
    height: 42px;
    width: 42px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-color: #fff;
    color: #000;
}
div#ratesbox select {
    min-height: auto;
}
.reviews-text {
    word-break: break-word;
}
.image-wrap video,.image-wrap audio{height: 100%;width: 100%;}

#audioPlayback {
    margin-top: 10px;
    display: none; /* Initially hide playback */
}
#timer {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
#uploadForm {
    display: none; /* Initially hide upload form */
    margin-top: 10px;
}

.profile-detail-sec .modal-dialog {
    max-width: 600px;
}
.thumbnail-modal .modal-dialog {
    max-width: 600px;
}

.thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.favorite-icon-color {
    color: #fff;
    background-color: #000;
}

.thumbnail-container .thumbnail {
    flex: 0 0 31.3%;
}



.thumbnail-modal .modal-content {
    padding: 20px; /* Optional padding */
}

.thumbnail-container .thumbnail {
    padding: 5px; /* Add padding around each thumbnail */
    margin: 5px;  /* Add margin around each thumbnail */
    border: 1px solid #ddd; /* Optional border */
    border-radius: 5px; /* Optional rounded corners */
    width: 100px; /* Set a fixed width for thumbnails */
    height: auto; /* Maintain aspect ratio */
}
.thumbnail-upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 50px 20px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.thumbnail-upload-box:hover {
    border-color: #007bff; /* Highlight border on hover */
}

.thumbnail-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumbnail-upload-info {
    font-size: 16px;
    color: #333;
    text-align: center;
}

/* Hide the actual file input */
#customThumbnailInput {
    display: none;
}
.image-wrap video {
    min-height: 120px;
    object-fit: cover;
}

.side-field-box .img-wrap {
    height: 200px;
}
.browse-city h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.browse-city p {
    font-size: 16px;
    color: #fff;
}
.browse-city p span {
    color: #fff;
}
.book-slider {
    background-color: #000;
}
.book-slider .card {
    border: none;
    background-color: transparent;
}
.book-slider .grid-img-box {
    height: 104px;
    max-width: inherit;
    width: inherit;
    margin: auto;
}
.book-slider .cities-name {
    font-size: 10px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.book-slider .bg-img-box{
    border-radius: 50% !important;
    border: 2px solid #fff;
    left: 50%;
    transform: translateX(-50%);
}

.remove-search_input-text {
    position: absolute;
    top: 0;
    right: -5px;
    padding: 0;
    height: 100%;
    align-items: center;
    z-index: 3;
    display: none;
}



.btn-group.escort-filter-checkbox-group .btn i {
    background: #000;
    color: #ffffff;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #000;
}
.bg-danger-100 {
    background: #ffe3e3;
}
.bg-danger-50{
    background-color: #fff2f2 !important;
}

.btn-group.escort-filter-checkbox-group input:checked+.btn,
.btn-group.escort-filter-checkbox-group .btn.checked-item {
    background: transparent;
    color: #717171;
}
.btn-group.escort-filter-checkbox-group input:checked+.btn i,
.btn-group.escort-filter-checkbox-group .btn.checked-item i {
    background-color: transparent;
    border-color: #dacecf;
    color: transparent;
}

.remove-search_input-text span {
    padding: 0 6px;
    border-radius: 7px;
    background: #e5e5e5;
    cursor: pointer;
    font-weight: bold;
    color: #f00;
    line-height: 20px;
}
.image-empty {
    padding: 50px;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .provider-slide-box:nth-child(2){
        margin-left: 64px;
    }
    .socialbar {
        width: 100%;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 20px 0 20px 0;
        margin: 10px 0 0px 0;
        background: #fff;
    }
}
@media only screen and (min-width: 1200px) {
    .tab-left .card-box {
        min-width: 355px;
        max-width: 355px;
        margin: -1px;
    }
}

@media only screen and (max-width: 767px) {

    .search-menu-box , .menu-open { display: none;}
    .profile-detail-sec .img-wrap{height: 230px !important;margin-bottom: 5px;}
    .account-table-td {
        min-width: 100%;
    }

}

@media only screen and (max-width: 575px) {
    .image-container .bg-light{height: 280px;}
    .lh-40 {
        line-height: 25px !important;
    }
    h3 {
        font-size: 16px !important;
    }
    .account-tab-sec{border: 0;}
    .login-wrap .logo img, .navbar-brand-dark {
        max-height: 60px;
    }
    .footer-section {
        padding-bottom: 80px;
    }
	div#filter-modal .container {
		max-width: 100%;
	}
    .fs-sm-14{font-size: 14px;}
    .btn-system {
        padding: 8px 12px;
    }

    nav.d-flex.justify-items-center.justify-content-between .d-flex.justify-content-between.flex-fill.d-sm-none {
        display: none !important;
    }

    nav.d-flex.justify-items-center.justify-content-between .d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
        display: block !important;
    }
    .content-wrap ul.pagination li.page-item .page-link {
        height: 30px;
        width: 30px;
        font-size: 14px;
        padding: 5px;
    }


}

@media only screen and (max-width:990px) {
    .acoount-bar nav ul {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}
@media only screen and (max-width:400px) {
    .main-filter .form-group-append.location-show .input-append input {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    #location-details, #location-details-two {
        top: 60px;
        width: 100% !important;
    }
	.main-filter .form-group-append .input-append {
		margin-bottom: 16px;
	}
	.main-filter .form-group-append {
		display: block;
		border: 0;
	}
	.main-filter .form-group-append .input-append input, .main-filter .form-group-append .select-append select {
    border: 2px solid #FF7171 !important;
    border-radius: 6px !important;
    height: 60px;
	}
	.main-filter .form-group-append .input-append:after{display: none;}
	.main-filter .form-group-append svg.location-pin-icon{top: 15px;}
	.main-filter .form-group-append.location-show input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	}
}


/*. panch code here */

/* Mobile Side Nav */
.side-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s ease-out;
    padding-top: 50px;
    z-index: 1000;
}

.divider-b {
    border-bottom: solid 1px rgba(0, 0, 0, .03);
}
.side-nav.open {
    right: 0;
}

.side-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 14px 16px;
    line-height: 1.1;
}

.side-nav ul li a:hover {
    background-color: #575757;
}

/* Overlay Background */
.side-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.close-btn:hover {
    color: #ccc;
}
.side-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    /* opacity: 0.7; */
    /* background: #a3a3a3; */
    color: #a3a3a3;
    border-radius: 50%;
    padding: 6px;
    height: 40px;
    width: 40px;
}

/* panch code end */
.state-column {
    column-count: 1;
    column-gap: 2rem;
}

.state-column div {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}


    a.decorated {
    text-decoration: underline;
    -webkit-text-decoration-color: #d7282f;
    text-decoration-color: #d7282f;
}

.state-column  a.decorated {
    color: #1b1f29;
}


.info-container {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}

.info-icon {
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 2px;
    font-size: 12px;
    background-color: #f0f0f0;
    color: #333;
    height: 22px;
    width: 22px;
    display: inline-block;
    text-align: center;
    align-content: center;
}

  .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 6px;
    border-radius: 4px;

    /* Position */
    position: absolute;
    z-index: 1;
    top: 25px;
    left: -30px;
  }

  .info-container:hover .tooltip-text {
    visibility: visible;
  }

  /* Membership code */

        div#main-content h1 {
            font-size: 56px;
            font-weight: 500;
        }

        .bg-text {
            background: #f4f6f8;
        }

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

        .free-img img {
            width: 54%;
            z-index: 999;
            margin: -42px 13px 0px 0px;
        }

        .main-content-1 {
            background-color: #f4f6f8;
            border-radius: 5px;
        }

        .main-content-1 {
            display: flex;
            align-items: center;
            position: absolute;
            top: 85%;
            left: 10%;
            z-index: 9;
            width: 90%;
        }

        main-content-1 p {
            font-weight: 300;
        }

        .button button {
            padding: 10px 24px;
            width: 118px;
            background-color: #d7282f;
            border: none;
            color: #fff;
        }

        .main-image {
            position: relative;
        }

        .content h1 {
            color: #212a33;
            font-size: 28px !important;
        }

        .Lite-Free svg {
            width: 24px;
            height: 24px;
        }

        strong {
            font-weight: 600;
        }

        .bg-light {
            background-color: #f4f6f8 !important;
        }

        .membership.standard .other-features {
            border-color: #8400ff !important;
            background: #f8f2fd;
            color: #8400ff;
        }

        .show-in svg {
            width: 20px;
            height: 20px;
        }

        .membership.standard .other-features .text-muted {
            color: #8400ff !important;
            opacity: .7;
        }

        .text-secondary {
            color: #d7282f !important;
        }

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

        section.Lite-Free {
            padding-top: 50px;
        }

        .membership.standard .tier .trial-badge {
            background: #8400ff;
        }

        .btn-outline-primary:not(:disabled):not(.disabled).active,
        .btn-outline-primary:not(:disabled):not(.disabled):active,
        .show>.btn-outline-primary.dropdown-toggle {
            color: #fff;
            background-color: #1b1f29;
            border-color: #1b1f29;
        }

        .btn-outline-primary {
            color: #1b1f29;
            border-color: #1b1f29;
        }

        .btn-outline-primary:hover {
            color: #fff;
            background-color: #1b1f29;
            border-color: #1b1f29;
        }

        a.decorated {
            text-decoration: underline;
            -webkit-text-decoration-color: #d7282f;
            text-decoration-color: #d7282f;
        }

        a {
            color: #1b1f29;
            text-decoration: none;
            background-color: transparent;
        }

        .membership.standard .tier {
            background: #f8f2fd;
            color: #8400ff;
            border-color: #8400ff !important;
        }

        .membership.standard .tier .text-muted {
            color: #8400ff !important;
            opacity: .7;
        }

        .icon-inline {
            display: inline-block;
            width: auto;
            height: 1em;
            fill: currentColor;
        }

        @media only screen and (max-width: 768px) {
            .main-image {
                margin-bottom: 12rem;
            }

            .main-content-1 {
                left: 0%;
                width: 100%;
            }
        }

        @media only screen and (max-width: 420px) {
            div#main-content h1 {
                font-size: 30px;
                font-weight: 500;
            }

            .main-image {
                margin-bottom: 22rem;
            }

            .footer-section a.footer--link {
                color: #f7f9fb;
                font-size: 11.4px;
                line-height: 28px;
            }
        }

  /* Membership code end */

/* panch code end */

@media(min-width: 768px) {
    .state-column {
        -moz-columns:2 auto;
        column-count: 2
    }
}

@media(min-width: 992px) {
    .state-column {
        -moz-columns:3 auto;
        column-count: 3
    }
}

@media(min-width: 1200px) {
    .state-column {
        -moz-columns:4 auto;
        column-count: 4
    }
}

/* upload-toast (keep as-is) */
#upload-progress { position: fixed !important; left: 50% !important; transform: translateX(-50%) !important; bottom: 16px !important; max-width: 420px; min-width: 220px; width: auto; z-index: 99999 !important; display: none; margin: 0 !important; padding: 0 !important; background: transparent !important; border-radius: 4px !important; pointer-events: none !important; }
#upload-progress .progress { margin: 0 !important; height: 10px !important; background: rgba(0,0,0,0.45) !important; border-radius: 6px !important; overflow: hidden; }
#upload-progress .progress-bar { height: 100% !important; background-color: #28a745 !important; color: #fff !important; display: flex; align-items: center; justify-content: center; font-weight: 600; transition: width .2s linear; pointer-events: auto !important; }

/* thumbnail enforcement */
#image-div .image-wrap { max-width: 180px; width: 100%; margin: 0; }
#image-div .image-wrap-box { height: 120px !important; max-height: 120px !important; overflow: hidden !important; position: relative !important; display: block !important; border-radius: 6px; }
#image-div .image-wrap-box img { display: block !important; width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center center !important; max-width: none !important; }
#image-div > .col-xxl-2, #image-div > .col-xl-3, #image-div > .col-md-4, #image-div > .col-sm-4, #image-div > .col-6 { display: flex; justify-content: center; align-items: flex-start; }

