/* Default styles for medium and larger screens (md and up) */
.col-md-1 {
flex: 0 0 auto;
width: calc(8.33333333% - 30px); /* Adjust margin as needed */
}

.col-md-2 {
flex: 0 0 auto;
width: calc(16.66666667% - 30px); /* Adjust margin as needed */
}

.col-md-3 {
flex: 0 0 auto;
width: calc(25% - 30px); /* Adjust margin as needed */
}

.col-md-4 {
flex: 0 0 auto;
width: calc(33.33333333% - 30px); /* Adjust margin as needed */
}

.col-md-5 {
flex: 0 0 auto;
width: calc(41.66666667% - 30px); /* Adjust margin as needed */
}

.col-md-6 {
flex: 0 0 auto;
width: calc(50% - 30px); /* Adjust margin as needed */
}

.col-md-7 {
flex: 0 0 auto;
width: calc(58.33333333% - 30px); /* Adjust margin as needed */
}

.col-md-8 {
flex: 0 0 auto;
width: calc(66.66666667% - 30px); /* Adjust margin as needed */
}

.col-md-9 {
flex: 0 0 auto;
width: calc(75% - 30px); /* Adjust margin as needed */
}

.col-md-10 {
flex: 0 0 auto;
width: calc(83.33333333% - 30px); /* Adjust margin as needed */
}

.col-md-11 {
flex: 0 0 auto;
width: calc(91.66666667% - 30px); /* Adjust margin as needed */
}

.col-md-12 {
flex: 0 0 auto;
width: calc(100% - 30px); /* Adjust margin as needed */
}

/* Responsive styles for screens smaller than md (typically mobile) */
@media (max-width: 767px) {
[class*="col-md-"] {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px; /* Optional: Add some vertical spacing between stacked columns */
}
}

/* Optional: Remove margin-left that Bootstrap might add */
.row > [class*="col-md-"]:not(:first-child) {
margin-left: 0;
}

.row {
display: flex;
flex-wrap: wrap;
margin-left: -15px; /* Adjust to match column margins */
margin-right: -15px; /* Adjust to match column margins */
}

.row > * {
padding-left: 15px; /* Adjust to match column margins */
padding-right: 15px; /* Adjust to match column margins */
}

.uxdc4a-container {
    padding: 0 15px;
}

.uxdc4a-search-filter p {
    margin-bottom: 20px;
}

#uxdc4a-filters.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.search-keyword #uxdc4a-filters.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#uxdc4a-filters-search.widget,
#uxdc4a-filters-search.widget p,
.widget-search p {
    margin-bottom: 0;
}

#uxdc4a-filters-search.widget input[type="text"] {
    border: 1px solid #eee;
    box-shadow: 0 0 20px 5px #f3eeee;
    padding: 15px 20px;
}

#uxdc4a-filters input:not([type]),
#uxdc4a-filters input[type="email"],
#uxdc4a-filters input[type="number"],
#uxdc4a-filters input[type="password"],
#uxdc4a-filters input[type="tel"],
#uxdc4a-filters input[type="url"],
#uxdc4a-filters input[type="text"],
#uxdc4a-filters select,
#uxdc4a-filters textarea,
#uxdc4a-filters-search input[type="text"],
#uxdc4a-filters select option {
    width: 100%;
    border: 2px solid #ececec;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 20px;
    color: #8e8b8b;
    text-transform: capitalize;
}

#uxdc4a-filters select option {
    text-transform: capitalize;
}

#uxdc4a-filters .search-icon,
#uxdc4a-filters-search .search-icon {
    background-color: #f9f7f7;
    height: 45px;
    width: 45px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border: 2px solid #e8e8e8;
    background-image: url(../img/search-icon.png);
    background-size: contain;
    cursor: pointer;
    border-radius: 0;
}

.search-keyword #uxdc4a-filters button {
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 18px;
    background: #005c9f;
    border: none;
    color: #fff;
    padding: 12px 20px;
    margin: 4px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 800;
}

.search-keyword #uxdc4a-filters .search-icon {
    top: -1;
    left: 0px;
    margin: 10px 20px;
    background-color: transparent;
    border: none;
    border-right: 1px solid #e8e8e8;
    padding: 24px 34px;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-search #uxdc4a-filters-search .search-icon {
    position: absolute;
    display: block;
    top: 5px;
    right: 15px;
    left: inherit;
    border: none;
    border-left: 1px solid #e8e8e8;
    background-color: transparent;
}

.search-keyword #uxdc4a-filters input[type="text"] {
    width: 100%;
    border: 1px solid #d6d6df;
    font-size: 16px;
    font-weight: 400;
    padding: 22px 100px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 20px;
    color: #646880;
    text-transform: capitalize;
    border-radius: 7px;
    box-shadow: 0 0 30px #b5b6bf;
}

.spinner {
    background: url('../img/wpspin_light.gif') no-repeat;
    background-size: 144px 144px;
    opacity: 1;
    filter: alpha(opacity=70);
    min-height: 100px !important;
    background-position: center;
    margin: 20px 8px;
    width: 100%;
    margin: 0 auto;
}

.data-load .spinner {
    position: fixed;
    top: 50%;
    z-index: 999;
    left: 35%;
    max-width: 100px;
}

.data-load.loading .my-shuffle-container {
    opacity: 0.1;
}

#data-response-click4advisors .uxdc4a-container{
	padding:0;
}

#data-response-click4advisors .picture-item {
    background: #fff;
    box-shadow: 0 0 20px 10px #0000001f;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 7px;
    width: 100%;
}

#data-response-click4advisors .picture-item .picture-item__inner {
    margin: 0;
}

.advisors-listing .advisor_category {
    font-size: 13px;
    line-height: 1.4;
}

.advisors-listing .picture-item .picture-item__details .service_description {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.4;
}

#data-response-click4advisors .picture-item__title .available,
.advisors-listing .picture-item__title .available {
    background: #17e610;
    color: #fff;
    font-size: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
}

.advisors-listing .style-two {
    padding: 0 5px;
	margin-bottom: 35px;
}

#data-response-click4advisors .picture-item__title .unavailable,
.advisors-listing .picture-item__title .unavailable {
    background: #eee;
    color: #fff;
    font-size: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
}

.advisors-listing .picture-item .picture-item__inner .aspect__inner img {
    border-radius: 0;
}

.advisors-listing .picture-item .picture-item__inner {
    background: #fff;
    margin: 1px 1px 30px 1px;
    box-shadow: 0 0 10px 0 #e0e0e08c;
    display: block;
}

.picture-item .picture-item__inner {
    background: #fff;
    margin: 1px 1px 30px 1px;
}

.picture-item .picture-item__inner .aspect {
    padding-left: 0;
}

.picture-item .picture-item__inner .advisor_status_rate {
    position: relative;
    background: #000;
    color: #fff;
    height: 40px;
    padding: 0px 12px;
    line-height: 40px;
}

.picture-item .picture-item__inner .advisor_status_rate .rate {
    font-weight: 600;
}

.picture-item .picture-item__inner .advisor_category {
    position: relative;
    top: 0;
    background: transparent;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.picture-item .picture-item__inner .status.available {
    color: #1dfb26;
}

.picture-item .picture-item__inner .entry-phone{
    color: #000
}

.picture-item .picture-item__inner .aspect__inner img {
    width: 100%;
    border-radius: 3px;
}

.picture-item .picture-item__inner .picture-item__title {
    clear: both;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000
}

.advisors-listing .picture-item .picture-item__inner .picture-item__title {
    clear: both;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #000
}

.picture-item .picture-item__details {
    position: relative;
}

.picture-item .picture-item__details .service_description {
    margin-bottom: 15px;
    font-size: 14px;
    color: #000
}

.picture-item__inner .button_callnow a,
.picture-item__inner .button_chatnow a,
.picture-item__inner .button_callback a,
.picture-item__inner .button_chatback a,
.picture-item__inner .button_sendemail a,
.picture-item__details .button_callnow a,
.picture-item__details .button_chatnow a,
.picture-item__details .button_callback a,
.picture-item__details .button_chatback a,
.picture-item__details .button_sendemail a {
    margin: 5px 0 0;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    background: #eee;
    color: #000;
    margin-right: 5px;
    font-size: 14px;
    margin-top: 12px;
}

.picture-item__inner .button_callnow a,
.picture-item__inner .button_chatnow a,
.picture-item__details .button_callnow a,
.picture-item__details .button_chatnow a {
    background: #005c9f;
    color: #fff;
}

.picture-item__details .not-available.text {
    font-size: 15px;
    display: block;
    color: #ea1212;
    font-weight: 500;
    margin-top: 10px;
}
.picture-item__details p{
	font-size:14px;
	line-height: 1.5;
	text-align: justify;
}
.style-two .picture-item__inner .button_callnow a,
.style-two .picture-item__inner .button_chatnow a,
.style-two .picture-item__inner .button_callback a,
.style-two .picture-item__inner .button_chatback a,
.style-two .picture-item__inner .button_sendemail a,
.style-two .picture-item__details .button_callnow a,
.style-two .picture-item__details .button_chatnow a,
.style-two .picture-item__details .button_callback a,
.style-two .picture-item__details .button_chatback a,
.style-two .picture-item__details .button_sendemail a {
    padding: 4px 9px;
    border-radius: 3px;
    font-size: 10px;
    margin-bottom: 15px;
    margin: 2px;
}

.style-two .service_description {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.style-two .picture-item__inner .col-md-4,
.style-two .picture-item__inn er .col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

.picture-item.style-two .picture-item__details {
    padding: 0 13px;
    top: 0px;
    margin-bottom: -45px;
    max-width: 100%;
    flex: 100%;
}

.picture-item.style-two .picture-item__inner .aspect {
    padding-right: 0;
}

.three-steps-widgets-wrapper {
    background: #005c9f;
    color: #fff;
    padding: 10px 30px 35px;
    border-radius: 5px;
    border: 1px solid #143d52;
}

.three-steps-widgets-wrapper h5,
.three-steps-widgets-wrapper a,
.three-steps-widgets-wrapper p {
    color: #fff
}

.three-steps-widget {
    margin-top: 1em;
    list-style-type: none;
    counter-reset: li-counter;
    padding-left: 35px;
}

.three-steps-widget li::before {
    background-color: #5299cc;
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
    font-size: 2em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    content: counter(li-counter);
    counter-increment: li-counter;
}

.three-steps-widget {
    list-style-type: none;
}

.three-steps-widget>li {
    position: relative;
    margin-bottom: 20px;
    padding-left: .5em;
    min-height: 3em;
    font-size: 14px;
    line-height: 1.7;
}

.three-steps-widget p {
    font-size: 14px;
}

#uxdc4a-filters .select2 .selection .select2-selection,
#uxdc4a-tbs-filters .select2 .selection .select2-selection{
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 20px 5px #0000001f;
    border-radius: 3px;
    padding: 10px;
    height: 50px;
}

#uxdc4a-tbs-filters .select2-container{
	max-width:100%;
	min-width: 100%;
}
.uxdc4a-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.uxdc4a-pagination>li:first-child>a,
.uxdc4a-pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.uxdc4a-pagination>li {
    display: inline;
}

.uxdc4a-pagination>.disabled>a,
.uxdc4a-pagination>.disabled>a:focus,
.uxdc4a-pagination>.disabled>a:hover,
.uxdc4a-pagination>.disabled>span,
.uxdc4a-pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.uxdc4a-pagination>li>a,
.uxdc4a-pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.uxdc4a-pagination>li:last-child>a,
.uxdc4a-pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.uxdc4a-pagination>li.active a {
    background: #005c9f;
    color: #fff;
}

.three-steps-widgets-wrapper.stick {
    position: fixed;
    z-index: 10;
    display: block;
}

.service_description span {
    background: #2ea8ff;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

#uxdc4a-filters .select2 .selection .select2-selection .select2-selection__rendered {
    text-transform: capitalize;
}

.select2-results__option--selectable{
    cursor: pointer;
    text-transform: capitalize;
    padding: 5px 15px;
    color: #000;
}

.tbs-tabhead{
	background: #005c9f;
	padding: 10px 20px;
	font-size: 13px;
	margin-bottom: 5px;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #fff;
	line-height: 1.5;
	position:relative;
}

.tbs-tabhead .open-button, .tbs-tabhead .close-button{
	position: absolute;
	right: 8px;
	top: 10px;
	background: #03406d;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}

.tbs-content{
    background: #f5f5f5;
	padding: 15px 20px;
	font-size: 13px;
	margin-bottom: 5px;
	border: 1px solid #eee;
	border-radius: 5px;
	line-height: 1.5;
	display:none;
}

.tbs-content a{
    color: #48525e;
}

.tbs-category{
    line-height: 1.3;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}
.tbs-price{
	margin-top:20px;
	font-weight: 600;
} 
.tbs-price .fa{
	background: #005c9f;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	border-radius: 4px;
	color: #fff;
}

.time-based-sessions-lists .tbs-content{
	display: block;
	padding: 35px 35px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 20px 5px #f3eeee;
	border-radius: 3px;
	margin-bottom: 25px;
	font-size: 14px;
	background: #fff;
}

#tbs_innerItem .picture-item img {
    display: block;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 20px 5px #f3eeee;
    border-radius: 3px;
    margin-bottom: 25px;
    font-size: 14px;
}


#tbs_innerItem .tbs-advisor {
    font-size: 16px;
    font-weight: 700;
    color: #005c9e;
}

@media (max-width: 767.98px) {
    .search-keyword #uxdc4a-filters input[type="text"] {    
    	padding: 14px 120px 14px 20px;
		font-size:14px;
	}
	.search-keyword #uxdc4a-filters .search-icon{
		display:none;
	}
	.search-keyword #uxdc4a-filters button {
		top: 3px;
		right: 17px;
		padding: 10px 15px;
		margin: 4px;
		font-size: 12px;
	}
}