.jm-signup-form {
    max-width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.jm-signup-form h3 {
    margin-bottom: 15px;
}
.jm-signup-form textarea,
.jm-signup-form select,
.jm-signup-form input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.jm-states,
.jm-cities,
.jm-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}
.jm-state,
.jm-city,
.jm-service {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    transition: all .25s ease;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jm-state:hover,
.jm-city:hover,
.jm-service:hover {
    border-color: #666666;
}
.jm-state.active,
.jm-city.active,
.jm-service.active {
    background: #686868;
    color: #fff;
    border-color: #666666;
}
.inner-container{
	padding:0 30px;
}
#cities-top-container{
	display:none;
}
div#services-top-container,
div#states-top-container{
	position:relative;
	margin-bottom: 60px;
}
div#services-top-container:after,
div#states-top-container:after {
    content: "";
    border-bottom: 1px solid #e2e2e2;
    width: 81%;
    height: 3px;
    position: absolute;
    bottom: -35px;	
    left: 50%;
    transform: translate(-50%, -50%);
}

.jm-signup-form button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: #0db7b3;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
a.btn {
    border: 1px solid;
    padding: 10px;
    max-width: 200px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
}
a.btn:hover {
    background-color: #5bc0de !important;
    color:#fff !important;
}

table.shop_table{
	padding: 20px 30px;
}
table.my_account_subscriptions thead tr{
	background-color:transparent !important;
}
table.my-listing  tr td::before{
	content:none !important;
}
table.my-listing tbody tr{
	 padding-bottom: 30px;
}
/* table.my-listing tbody tr:after {
    content: "";
    background-color: #ebebeb;
    position: absolute;
    width: 72%;
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -0%);
} */
table.my-listing  tr td a.btn{
	max-width: 130px !important;
}
table.my-listing tr td.my-listing-flex{
	display:flex;
	gap:10px;
}
table.my-listing th:first-child{
	width:70%;
}
table.my-listing td h4{
	text-transform:capitalize !important;
	font-size: 20px;
	font-weight:700;
	color:#000 !important;
	margin-bottom: 20px;
}
table.my-listing td h4 a{
	color:#000 !important;
}

table.my-listing td div strong{	
	font-size: 14px;
}
table.my-listing tr td{
	padding: 30px 0px !important;
}
table.my-listing h4{
	position:relative;
}
table.my-listing h4:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 50px;
    height: 4px;
    bottom: -10px;
    left: -2px;
}
@media(max-width:768px){
	table.my-listing  tr td a.btn{
		max-width: 100% !important;		
	}
}

.main-info{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}
body .grid-colj1 {
	grid-template-columns: repeat(1, 1fr);
}
body .grid-colj3 {
    grid-template-columns: repeat(3, 1fr);
}
body .grid-colj4 {
    grid-template-columns: repeat(4, 1fr);
}
body .woocommerce-MyAccount-content-wrapper li a {
    padding: 0px 8px;
}
body .woocommerce-MyAccount-content-wrapper li a strong{
	text-transform:capitalize;
	font-size:20px;
}
body .woocommerce-MyAccount-content-wrapper ul{
	list-style: none;
    padding-left: 0;
}