
.support_center .support_header {
  max-width: 100%;
	height: 0;
	padding-bottom: 25%;
	position: relative;
}

.support_center .support_header .image_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.support_center .support_header .image_inner img {
	/* height: 100%; */
	width: auto;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}


.support_center .support_header .text_inner {
  max-width: 1060px;
	margin: auto;
	height: auto;
	overflow: hidden;
	/* height: 100%; */
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
	overflow: initial;
}

.support_center .support_header .text_inner .title {
    color: #0635c9;
    font-size: 36px;
}

.support_center .support_header .text_inner .search_faq {
	position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px 0 #00000080;
}

.support_center .support_header .text_inner .search_faq input {
    margin: 0;
    height: 52px;
    padding-left: 14px;
}
.support_center .support_header .text_inner .search_faq input::placeholder {
	color:#afafaf;
  font-size: 16px
}

.support_center .support_header .text_inner .search_faq .search_action {
    background: #1E187C;
    height: 52px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
   	position: absolute;
		right: 0;
		border-radius: 4px;
		cursor: pointer;
}

.support_center .support_header .text_inner .search_faq .search_action .icon {
    background-color: #fff;
    width: 25px;
    height: 25px;
}











.support_center .support_container {
    display: flex;
    max-width: 1060px;
    margin: auto;
    margin: 15px auto;
}

.support_center .support_container .support_categories {
    flex: 1.4;
    padding-right: 12px;
}

.support_center .support_container .faqs_wrapper {
    flex: 3;
    padding-left: 12px;
}

.support_center .support_container .support_categories ul {
    margin: 0;
}

.support_center .support_container .support_categories ul li.single_category {
    list-style: none;
		display: flex;
		padding-left: 23px;
		border-radius: 8px;
		background-color: #f3f6ff;
		margin: 0 0 15px 2px;
		color: #0938c9;
		font-size: 21px;
		font-weight: 500;
		align-items: center;
		height: 82px;
		cursor: pointer;
}

.support_center .support_container .support_categories ul li.single_category.active {
	border: solid 2px #7899ff;
}

.support_center .support_container .support_categories ul li.single_category img {
	width: 52px;
	margin-right: 15px;
}

.support_center .support_container .faqs_wrapper .faqs_container {
	display: none;
}

.support_center .support_container .faqs_wrapper .faqs_container.active {
	display: block;
}

.support_center .support_container .faqs_wrapper .faqs_container .title {
    padding: 28px 23px;
    border-radius: 6px;
    background-color: #f3f6ff;
    color: #0938c9;
    font-weight: 500;
    font-size: 21px;
    height: 90px;
    letter-spacing: -0.05px;
    line-height: 1.5;
}

.support_center .support_container .faqs_wrapper .faqs_container .title img {
	display: none;
}

.support_center .support_container .faqs_wrapper .faqs_container .faqs .faq {
	padding: 18px 20px;
	border-bottom: 1px solid #dedede;
}

.support_center .support_container .faqs_wrapper .faqs_container .faqs .faq .faq_question {
	color: #7278ff;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
}

.support_center .support_container .faqs_wrapper .faqs_container .faqs .faq .faq_answer {
	color: #2b2d37;
	font-size: 16px;
	letter-spacing: -0.1px;
}


.support_center .support_header .text_inner .search_faq_wrapper {
  position: relative;
  z-index: 2;
  max-width: 45%;
}

.support_center .support_header .text_inner .search_faq_wrapper .search_results {
  position: absolute;
	top: calc(100% - 8px);
	left: 0;
	height: 250px;
	background: white;
	width: 100%;
	display: none;
	border: 1px solid #dadada;
	padding-top: 18px;
	z-index: -1;
	border-radius: 5px;
	-webkit-box-shadow: -1px 23px 23px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 23px 23px -4px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 23px 23px -4px rgba(0, 0, 0, 0.75);
	border-color: #7278ff;
	padding-bottom: 10px;
}

.support_center .support_header .text_inner .search_faq_wrapper .search_results div {
  padding-left: 18px;
	padding-right: 18px;
}

.support_center .support_header .text_inner .search_faq_wrapper .search_results ul {
	  margin: 0;
	  overflow: auto;
	  height: 100%;
}

.support_center .support_header .text_inner .search_faq_wrapper .search_results ul li {
  list-style: none;
  padding: 6px 10px;
  cursor: pointer;
}

.support_center .support_header .text_inner .search_faq_wrapper .search_results ul li:hover{
  background: #f7f7f7;
}

.support_center .support_header .text_inner .search_faq_wrapper .search_results ul li :not(:last-child) {
	border-bottom: 1px solid #f7f7f7;
}


.support_center .support_header .text_inner .search_faq_wrapper .search_results ul li  a {
	color: #333;
	font-family: "HelveticaNow",sans-serif;
	font-size: 15px;
	text-decoration: none;
	width: 100%;
	display: flex;
	align-items: center;
	line-height: normal;
	justify-content: space-between;
	padding: 0px 8px;
}


.support_center .support_header .text_inner .search_faq_wrapper .search_results::-webkit-scrollbar-track {
  background: red; 
}


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

	.support_center .support_container {
	  max-width: 900px;
	}

	.support_center .support_header .text_inner {
		max-width: 900px;
	}

}

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

	.support_center .support_container {
	  max-width: 780px;
	}

	.support_center .support_header .text_inner {
		max-width: 780px;
	}

}

@media screen and (max-width: 780px) {
	.support_center .support_header .image_inner {
    position: inherit;
	}

	.support_center .support_header .image_inner img {
    max-height: unset;
	}

	.support_center .support_header {
	    height: 100%;
	    padding: 0;
	}

	.support_center .support_header .text_inner .title:first-child {
	    display: none;
	}

	.support_center .support_header .text_inner .search_faq_wrapper {
	    max-width: 70%;
	    margin: auto;
	}

	.support_center .support_header .text_inner .search_faq input {
	    height: auto;
	    padding-left: 8px;
	}

	.support_center .support_header .text_inner .search_faq input::placeholder {
		color:#afafaf;
	  font-size: 14px;
	}

	.support_center .support_header .text_inner .search_faq .search_action {
	    height: 35px;
	    width: 35px;
	}

	.support_center .support_header .text_inner .search_faq .search_action .icon {
	    width: 18px;
	    height: 18px;
	}

	.support_center .support_header .text_inner .title {
	    font-size: 22px;
	    text-align: center;
	}

	.support_center .support_header .text_inner {
		bottom: 4%;
	}

	.support_center .support_container {
	    flex-direction: column;
	}

	.support_center .support_container .support_categories {
	    display: none;
	}

	.support_center .support_container .faqs_wrapper .faqs_container {
		display: block;
		margin: 10px 0px;
	}

	.support_center .support_container .faqs_wrapper .faqs_container .title {
		display: flex;
		padding-left: 23px;
		cursor: pointer;
		height: 82px;
	}

	.support_center .support_container .faqs_wrapper .faqs_container .title .category_title {
		width:100%;
		font-size: 20px;
	}

	.support_center .support_container .faqs_wrapper .faqs_container .title:after{
		content: "\f347";
		font: 100 34px/1 dashicons!important;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
	}

	.support_center .support_container .faqs_wrapper .faqs_container.active .title:after {
    transform: rotate(180deg);
	}

	.support_center .support_container .faqs_wrapper .faqs_container .title img {
	  width: 40px;
	  margin-right: 15px;
	  display: block;
	  height: auto;
	  width: 40px;
		margin-right: 15px;
		display: block;
		height: 40px;
		object-fit: contain;
	}

	.support_center .support_container .faqs_wrapper .faqs_container .faqs {
	    display: none;
	}

	.support_center .support_container .faqs_wrapper {
	    padding: 0px 20px;
	}

	.support_center .support_container .faqs_wrapper .faqs_container.active .faqs {
	    display: block;
	}

	.support_center .support_container .faqs_wrapper .faqs_container .faqs .faq .faq_question {
    font-size: 16px;
    margin-bottom: 8px;
	}

	.support_center .support_container .faqs_wrapper .faqs_container .faqs .faq .faq_answer {
	    font-size: 14px;
	}

	.support_center .support_container .faqs_wrapper .faqs_container .faqs .faq {
	    padding: 14px 10px;
	}
}

