.wt-support-hero-section{
	background-color: #f5f9fe;
}
h1{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #222;
	margin-bottom: 30px;
}
h2{
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 20px;
}
h3.category-desc{
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	color: #222;
}
p{
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.main-category.nav a.nav-link img{
	opacity: 0;
	transition: all .2s ease;
}
.main-category.nav a.nav-link.active img{
	display: inline-block;
	opacity: 1;
	transition: all .2s ease;
	margin-left: 10px;
}
.main-category.nav a.nav-link {
	background: #FFFFFF;
	border: 1px solid #E7E9F3;
	box-shadow: 0px 10px 20px rgb(5 5 6 / 4%);
	border-radius: 6px;
	color: #222;
	padding: 30px;
	min-height: 100%;
	color: #222;
	transition: all .2s ease;
}
.main-category.nav a.nav-link.active{
	color: #4B3FF0;
	background: #FFFFFF;
	border: 1px solid #4B3FF0;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgb(5 5 6 / 4%);
	border-radius: 6px;

}
.main-category.nav a.nav-link:hover{
	color: #4B3FF0;
	background: #FFFFFF;
	border: 1px solid #4B3FF0;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgb(5 5 6 / 4%);
	transition: all .2s ease;
	transform: translateY(2px);
}
.main-category.nav a.nav-link span.main-cat {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
}
.main-category.nav a.nav-link span.main-cat-desc {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}
select.select-query{
	max-width: 100%;
	background: #FFFFFF;

	border-radius: 4px;
	padding: 17px 50px 17px 25px;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #222;
	border: 1px solid #E7E9F3;
	box-shadow: 5px 2px 20px rgba(231, 233, 243, 0.497705);
	appearance: none;
	background-image: url(../images/dropdown-arrow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 25px) 50%;
}
select.select-sub-query{
	width: 100%;
}
select.select-query:focus{
	border: 1px solid #4B3FF0;
	box-shadow: 5px 2px 20px rgb(231 233 243 / 50%);
	outline: none;
}
.query-content-wrapper{
	background: #F5F9FE;
	border-radius: 5px;
	padding: 40px;
	line-height: 30px;
}
.additional-resources {
	padding: 40px;
}

.query-content-wrapper p,
.query-content-wrapper li,
.query-content-wrapper a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.query-content-wrapper a{
	text-decoration: underline;
	color: #4c45f0;
}
.query-content-wrapper a:hover{
	text-decoration: none;
}
 a.blue-button.button {
	display: inline-block;
	background: #4034E0;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding: 15px 30px;
	color: #FFFFFF;
	transition: all .2s ease;
	text-decoration: none;
	margin: 10px 0 20px 0;
}
a.blue-button.button:hover{
	text-decoration: none;
	opacity: .8;
	transition: all .2s ease;
}
.query-content-wrapper h1,
.query-content-wrapper h2{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	color: #222;
	margin: 30px 0 20px 0;
}
.query-content-wrapper > :is(h1, h2, h3, h4, h5, h6),
.additional-resources > :is(h1, h2, h3, h4, h5, h6)
 {
	margin-top: 0!important;
}
.query-content-wrapper h3{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	color: #222;
	margin: 30px 0 20px 0;
}
.query-content-wrapper h4{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	color: #222;
	margin: 30px 0 20px 0;
}
.query-content-wrapper h5{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	color: #222;
	margin: 30px 0 20px 0;
}
.query-content-wrapper h6{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	color: #222;
	margin: 30px 0 20px 0;
}
.additional-resources  h2,
.additional-resources  h3,
.additional-resources  h4,
.additional-resources  h5,
.additional-resources  h6{
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #222;
}
.additional-resources li a ,
.additional-resources  a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 37px;
	text-decoration: underline;
	color: #746D6D;
}
.additional-resources  li,
.additional-resources  p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 37px;
	color: #746D6D;
}
.additional-resources li a:hover{
	text-decoration: none;
}
.contact-us {
	border-top: 1px solid #E9E9E9;
}
.contact-us p{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 25px;
	color: #333;
}
a.contact-btn{
	display: inline-block;
	background: #4034E0;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding: 15px 30px;
	color: #FFFFFF;
	transition: all .2s ease;
	text-decoration: none	;
}
a.contact-btn:hover{
	text-decoration: none;
	transition: all .2s ease;
	color: #fff;
	transform: translateY(2px);
}
.fixed-sidebar .wrapper{
	    background: #fff;
    border: 1px solid #e7e9f3;
    box-shadow: 0px 10px 20px rgb(5 5 6 / 4%);
    border-radius: 6px;
    padding: 22px;
}
.fixed-sidebar h5{
	font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    padding-bottom: 7px;
}
.fixed-sidebar p,
.fixed-sidebar li{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    padding-bottom: 7px;
}
.fixed-sidebar a{
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #746D6D;
}
.fixed-sidebar a:hover{
	text-decoration: underline;
}
.support-page-header form button.is-search-submit path {
	fill: #007FFF;
}
.support-page-header form {
	border-bottom: 2px solid #0073E6;
	max-width: 520px;
	width: 100%;
    margin: auto;
}
.support-page-header form button,
.support-page-header form button span.is-search-icon {
	background: transparent;
	border: none;
}
.support-page-header form input[type=search]::placeholder{
	color: #AEAEAE;
}
.support-page-header form input[type=search]{
	border: none!important;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	padding: 12px 0;
	color: #333;
	background: transparent;
}
div.is-ajax-search-details, div.is-ajax-search-result{
	padding: 0!important;
	background: #fff!important;
	margin-top: 3px;
	box-shadow: 0px 17px 29px rgb(87 147 236 / 25%);
	z-index: 99!important;
}
.is-ajax-search-details a, .is-ajax-search-result a {
    color: #483434!important;
    font-size: 12px;
}
.is-ajax-search-result .is-ajax-search-post,.is-ajax-search-result .is-ajax-search-post-details{
	border-bottom: 2px solid #ECF5FF!important;
	padding: 25px 30px!important;
}
.is-ajax-search-result .is-ajax-search-post:last-child{
	border-bottom: none!important;
}
.is-ajax-search-result .is-title{
	margin-bottom: 12px;
}
.is-ajax-search-result .is-title a {
	font-style: normal;
	    font-size: 16px!important;
    line-height: 18px;
    color: #393939;
    text-transform: initial!important;
    font-weight: 600!important;
    
	transition: all .2s ease;
}
.is-ajax-search-result .is-title a:hover{
	text-decoration: none;
	color: #007FFF!important;
	transition: all .2s ease;
}
.is-search-sections .thumbnail img{
	max-width: 64px;
}
.is-ajax-search-result .is-ajax-search-post:hover {
	background: #fff!important;
}
.is-show-more-results-text {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #007FFF;
	padding: 25px;
	border-top: 2px solid #ECF5FF;
}
.is-ajax-search-result .is-show-more-results:hover{
	background: rgba(224, 250, 255, 0.5)!important;
}
.is-ajax-search-result span.is-prices {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 18px;
}
.is-search-sections .meta{
	margin-bottom: 0;
}
.is-search-content, .is-ajax-result-description {
    color: #7e7e7e;
    font-size: 13px!important;
}
@media(min-width: 992px){
	select.select-sub-query{
		width: 45%;
	}
}
@media(max-width: 767px){
	.main-category.nav {
		margin-top: 3rem;
	}
}
@media(min-width: 768px){
	.main-category.nav {
		margin-top: -70px;
	}
	.wt-support-hero-section{
		padding-bottom: 100px;
	}
}