.admin-bar .fixed-header .sticky-header {
    top: 32px;
}
.footer-widget .widget-content, .footer-widget h2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.footer-widget h2, .footer-widget h5 {
    font-size: 17px;
    line-height: 26px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--title-color);
}
.light-footer .footer-widget h2, .light-footer .footer-widget h5 {
    color: #fff;
}
.widget_quavix_schedule_now.footer-widget h5 {
    color: #9680EF;
    font-size: 48px;
    line-height: 60px;
}
.footer-widget ul.menu, .footer-widget ol {
    position: relative;
    margin: 0;
    padding: 0;
}
.footer-widget ul.menu li, .footer-widget ol li {
    position: relative;
    font-size: 17px;
    color: var(--title-color);
    margin-bottom: 10px;
}
.footer-widget ul.menu li:last-child, .footer-widget ol li:last-child {
    margin-bottom: 0px;
}
.footer-widget ul.menu li ul li, .footer-widget ol li ol li {
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 15px;
}
.footer-widget ul.menu li a, .footer-widget ol li a {
    position: relative;
    font-size: 17px;
    color: var(--title-color);
}
.light-footer .footer-widget ul.menu li a {
    color: #ffffff;
}
.footer-widget ul.menu li a:hover, .footer-widget ol li a:hover, .light-footer .footer-widget ul.menu li a:hover {
    color: var(--theme-color);
}

/*---------------Categories------------------*/
.widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    padding: 40px;
}
.widget .sidebar-title, .widget h2, .widget .wp-block-search__label {
    margin-bottom: 25px;
}
.widget .sidebar-title h3, .widget h2, .widget .wp-block-search__label {
    font-size: 22px;
    line-height: 30px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--title-color);
}
.widget ul, .widget ol {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.widget ul li, .widget ol li {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F9F9FF;
    padding-left: 20px;
}
.widget ul li:before, .widget ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
}
.widget ul li:last-child, .widget ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget ul li ul li, .widget ol li ul li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #F9F9FF;
}
.widget ul li ul li:before, .widget ol li ol li:before {
    top: 12px;
}
.widget ul li a, .widget ol li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--title-color);
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #9680EF;
}
/*---------------Categories------------------*/
.widget .tagcloud,
.footer-widget .tagcloud{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sidebar-page-container .blog-sidebar .widget_tag_cloud .tagcloud a,
.footer-widget .tagcloud a{
    position: relative;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--title-color);
    padding: 7px 15px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sidebar-page-container .blog-sidebar .widget_tag_cloud .tagcloud a:hover,
.footer-widget .tagcloud a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.has-border__style a, .news-block .has-ele__subtitle > a {
    color: inherit;
}
.logged-in-as a {
    color: #9680ef;
    display: inline-block;
    margin-bottom: 15px;
}
.blog-details-content .post-comments {
    margin-top: 60px;
}
.quavix-comment-item .comment {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.comment-inner > .quavix-comment-item:last-child .comment {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.quavix-comment-item .comment .thumb-box {
    flex-shrink: 0;
    flex-basis: 80px;
}
.quavix-comment-item .comment .te-lower-coment__wrap {
    flex: 1;
    width: calc(100% - 110px);
}
.quavix-comment-item .comment .te-lower-coment__wrap .c-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.comment-reply-link {
    position: relative;
    padding: 5px 20px;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--title-font);
    border-radius: 12px;
    margin-top: 20px;
}
.comment-reply-link:hover {
    color: var(--theme-color);
    background-color: transparent;
}
.quavix-comment-item .comment-form__wrap {
    margin: 50px 0 55px;
}
@media (min-width: 767px) {
    .quavix-comment-item .quavix-comment-item {
        margin-left: 80px;
    }
}
@media (max-width: 767px) {
    .quavix-comment-item .comment {
        flex-direction: column;
    }
    .quavix-comment-item .comment .te-lower-coment__wrap {
        width: 100%;
    }
}
.widget .wp-block-group {
    margin-bottom: 0;
}

.widget .nice-select,
.footer-widget .nice-select{
	float:none;
	background: #fff;
	height: 60px;
	border: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	padding: 0 30px;
	font-size: 18px;
	font-weight: 500;
    color: var(--title-color);
	font-family: var(--thm-font);
	border-radius: 12px;
    position: relative;
}

.widget .nice-select:after,
.footer-widget .nice-select:after{
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	margin: 0px;
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
}

.footer-widget .nice-select{
	background-color: #fff;
}

.widget .nice-select ul.list,
.footer-widget .nice-select ul.list{
	min-width:100%;
	border: none;
    width: 100%;
    left: 0;
}

.widget .nice-select ul li,
.footer-widget .nice-select ul li{
	padding-bottom:0px;
	margin-bottom:0px;
}

.widget .nice-select ul li:before,
.footer-widget .nice-select ul li:before{
	display:none;
}

.footer-widget .nice-select ul li{
	color: var(--thm-black);
}

.widget .sidebar-title h3 a,
.footer-widget h5 a{
	color: inherit;
}

.footer-widget ul, .footer-widget ol {
    position: relative;
    padding: 0;
    margin: 0;
}

.footer-widget ul li, .footer-widget ol li {
    position: relative;
    margin-bottom: 10px;
    font-size: 17px;
    color: var(--title-color);
}

.footer-widget ul li:last-child, .footer-widget ol li:last-child {
    margin-bottom: 0;
}

.footer-widget ul li ul li, .footer-widget ol li ol li {
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 15px;
}

.footer-widget ul li a, .footer-widget ol li a {
    position: relative;
    margin-bottom: 10px;
    font-size: 17px;
    color: var(--title-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.footer-widget ul li a:hover, .footer-widget ol li a:hover {
    color: var(--theme-color);
}

