.sesfaq_animation{
  -webkit-transition:all 500ms ease 0s;
  -moz-transition:all 500ms ease 0s;
  -o-transition:all 500ms ease 0s;
  transition:all 500ms ease 0s;
}
/*Social Share Buttons*/
.sesfaq_icon_btn{
  background-color:#000;
  background-color:rgba(0,0,0,0.6);
  border-radius:3px;
  float:left;
  overflow:hidden;
	padding:7px 0;
  position:relative;
  text-align:center !important;
  -webkit-transition:all 0.1s ease-in-out;
  -moz-transition:all 0.1s ease-in-out;
  transition:all 0.1s ease-in-out;
	height:30px;
	width:30px;
}
[dir="rtl"] .sesfaq_icon_btn{
	float:right;
}
.sesfaq_icon_btn + .sesfaq_icon_btn{
	margin-left:4px;
}
[dir="rtl"] .sesfaq_icon_btn + .sesfaq_icon_btn{
	margin-left:0;
	margin-right:4px;
}
.sesfaq_icon_btn .fa{ transform:inherit !important;}
.sesfaq_icon_btn i:before{color:#fff;font-size:17px;}
.sesfaq_icon_btn:hover{background:rgba(0,0,0,0.9);}
.sesfaq_icon_btn.sesfaq_icon_facebook_btn:hover{background-color:#3b5998;}
.sesfaq_icon_btn.sesfaq_icon_twitter_btn:hover{background-color:#00aced;}
.sesfaq_icon_btn.sesfaq_icon_pintrest_btn:hover{background-color:#cc2127;}

/*faq banner search block*/
.sesfaq_search_banner_full #global_wrapper,
.sesfaq_search_banner_full #global_content{
	padding-top:0;
	margin-top:0;
}
.sesfaq_search_banner_full #global_wrapper,
.sesfaq_search_banner_full #global_content{
	padding-top:0;
}
.layout_sesfaq_banner_search{
	padding:0 !important;
	border-width:0 !important;
	box-shadow:none !important;
}
.sesfaq_search_banner_container{
	height:350px;
}
.sesfaq_search_banner{
	height:350px;
	width:100%;
	position:relative;
}
.search_banner_bg_full .sesfaq_search_banner{
	position:absolute;
	left:0px;
	right:0px;
}
.sesfaq_search_banner_inner{
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}
/*Load More*/
.sesfaq_load_more{
	margin:20px 0;
	overflow:hidden;
	text-align:center;
}
.sesfaq_load_more a{
	padding:10px 20px;
	border-radius:5px;
	display:inline-block;
	font-size:15px;
}
.sesfaq_load_more .sesfaq_loading_icon{
	font-size:20px;
}
/*Search Banner Start*/
/*Type 1*/
.sesfaq_search_banner.type1 .sesfaq_search_banner_content{
	background:rgba(55, 91, 116, 0.05);
	margin:0 auto;
	padding:50px 20px;
	display:table;
	height:100%;
	width:100%;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_content_left{
	max-width:1200px;
	margin:0 auto;
	padding:50px;
	display:table;
	height:100%;
	width:100%;
}
.search_banner_bg_full .sesfaq_search_banner.type1 .sesfaq_search_banner_content_left{
	padding:50px 0;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_heading h2{
	font-size:25px;
	display:inline-block;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_heading h2 img{
	max-height:40px;
	margin-right:10px;
	vertical-align:middle;
	float:left;
}
[dir="rtl"] .sesfaq_search_banner.type1 .sesfaq_search_banner_heading h2 img{
  float:right;
	margin-right:0;
	margin-left:10px;	
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_heading h2 span{
	overflow:hidden;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_des{
	margin-top:15px;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_des p{
color: #fff;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_ques{
	margin-top:5px;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_ques > div{
	margin-top:10px;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_form{
	border-width:1px;
	background-color:#fff;
	border-radius:40px;
	margin-top:15px;
	position:relative;
	padding:5px 40px 5px 20px;
	width:60%;
}
[dir="rtl"] .sesfaq_search_banner.type1 .sesfaq_search_banner_form{
	padding:5px 20px 5px 40px;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_form input[type="text"]{
	border-width:0;
	background:none !important;
	color:#555;
	height:40px;
	line-height:40px;
	padding:0;
	width:100%;
	outline:none;
}
.sesfaq_search_banner.type1 .sesfaq_search_banner_form button{
	border-width:0;
	position:absolute;
	right:5px;
	top:0;
	padding:0;
	height:50px;
	width:40px;
	background:none;
	color:#555;
	border-radius:50px;
	font-size:17px;
}
[dir="rtl"] .sesfaq_search_banner.type1 .sesfaq_search_banner_form button{
  right:auto;
	left:5px;
}
/*Type 2*/
.sesfaq_search_banner.type2 .sesfaq_search_banner_content{
	background:rgba(55,91,116,0.25);
	margin:0 auto;
	padding:50px 20px;
	display:table;
	height:100%;
	width:100%;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_content > div{
	display:table-cell;
	vertical-align:middle;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_heading,
.sesfaq_search_banner.type2 .sesfaq_search_banner_des{
	text-align:center;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_heading h2{
	color:#fff !important;
	font-size:40px;
	margin:0;
	padding:0;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_heading h2,
.sesfaq_search_banner.type2 .sesfaq_search_banner_heading h2 span{
	color:#fff !important;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_heading h2 img{
	max-height:40px;
	margin-right:10px;
	vertical-align:middle;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_des p{
	color:#fff;
	font-size:20px;
	margin-top:5px;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_form{
	border:5px solid rgba(0, 0, 0, .2);
	margin:15px auto 0;
	border-radius:40px;	
	width:600px;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_form > div{
	background-color:#fff;
	border-radius:40px;
	position:relative;
	padding:0 40px 0 20px;
}
[dir="rtl"] .sesfaq_search_banner.type2 .sesfaq_search_banner_form > div{
  padding:0 20px 0 40px;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_form input[type="text"]{
	border-width:0;
	background:none !important;
	border-radius:40px;
	height:44px;
	line-height:44px;
	padding:0;
	width:100%;
	outline:none;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_form button{
	position:absolute;
	right:0;
	top:0;
	padding:0;
	height:44px;
	line-height:46px;
	width:44px;
	border-radius:50px;
	font-size:17px;
}
[dir="rtl"] .sesfaq_search_banner.type2 .sesfaq_search_banner_form button{
	right:auto;
	left:0;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_ques{
	max-width:600px;
	margin:10px auto 0;
	text-align:center;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_ques a{
	background-color:rgba(0,0,0,0.2);
	color:#fff;
	padding:5px 10px;
	margin:4px 4px;
	display:inline-block;
	border-radius:5px;
}
.sesfaq_search_banner.type2 .sesfaq_search_banner_ques a:hover{
	background-color:rgba(0,0,0,0.4);
	text-decoration:none;
}
/*Type 3*/
.sesfaq_search_banner.type3 .sesfaq_search_banner_content{
	background:rgba(55,91,116,0.25);
	margin:0 auto;
	padding:50px 20px;
	display:table;
	height:100%;
	width:100%;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_content > div{
	display:table-cell;
	vertical-align:middle;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_heading,
.sesfaq_search_banner.type3 .sesfaq_search_banner_des{
	text-align:center;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_heading h2{
	font-size:40px;
	margin:0 0 15px;
	padding:0;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_heading h2,
.sesfaq_search_banner.type3 .sesfaq_search_banner_heading h2 span{
	color:#fff !important;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_heading h2 img{
	max-height:40px;
	margin-right:10px;
	vertical-align:middle;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_des p{
	color:#fff;
	font-size:20px;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_form{
	padding-top:20px;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_form > div{
	background-color:#fff;
	border-radius:40px;
	position:relative;
	width:500px;
	margin:0 auto;
	padding:0 60px 0 30px;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_form input[type="text"]{
	border-width:0;
	background:none !important;
	height:60px;
	line-height:60px;
	width:100%;
	padding:0;
	outline:none;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_form button{
	position:absolute;
	right:10px;
	top:10px;
	padding:0;
	height:40px;
	width:40px;
	background:none;
	color:#555;
	border-radius:50px;
	font-size:17px;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_ques{
	max-width:600px;
	margin:20px auto 0;
	text-align:center;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_ques a{
	background-color:rgba(0,0,0,0.2);
	color:#fff;
	padding:5px 10px;
	margin:4px 4px;
	display:inline-block;
	border-radius:5px;
}
.sesfaq_search_banner.type3 .sesfaq_search_banner_ques a:hover{
	background-color:rgba(0,0,0,0.4);
	text-decoration:none;
}
.sesfaq_search_banner_form ul.tag-autosuggest > li.autocompleter-choices .autocompleter-choice{
	padding:0 10px;
}
/*Search Banner End*/
/*Home Categories Grid*/
.sesfaq_home_category_wrapper {
	clear:both;
}
.sesfaq_home_category_section{
	position:relative;
	margin:20px 0;
	overflow:hidden;
	height:calc(100% - 25px);
}
.sesfaq_home_category_section .faq_social_btns{
	opacity:0;
	left:0;
	top:-30px;
	width:100%;
	position:absolute;
	text-align:center;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.sesfaq_home_category_section:hover .faq_social_btns{
	opacity:1;
	top:20px;
}
.sesfaq_home_category_section .faq_social_btns a{
	float:none;
	display:inline-block;
	line-height: 30px;
}
.sesfaq_home_category_section > a{
	border-width:1px;
	padding:20px 10px;
	text-decoration:none !important;
	display:block;
	height:100%;
}
.sesfaq_home_category_section:hover > a{
	background-image:url(../images/transparent-bg.png);
}
.sesfaq_home_category_section_img{
	text-align:center;
	margin:0 auto;
	width:100px;
	height:100px;
}
.sesfaq_home_category_section_img img{
	max-height:100%;
	max-width:100%;
}
.sesfaq_home_category_section_title{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:10px 0px;
}
.sesfaq_home_category_section_des{
	text-align:center;
}
/*Home Categories List*/
.sesfaq_home_category_list_item {
  height:calc(100% - 20px);
  margin-top:20px;
}
.sesfaq_home_category_list_item > section{
	border-width:1px;
	border-left-width:4px;
	padding:20px;
	height:100%;
}
.sesfaq_home_category_list_item_icon{
	float:left;
	margin-right:15px;
}
[dir="rtl"] .sesfaq_home_category_list_item_icon{
  float:right;
	margin-right:0;
	margin-left:15px;
}
.sesfaq_home_category_list_sub{
	padding-left:50px;
}
.sesfaq_home_category_list_item_cont{
	display:block;
	overflow:hidden;
	line-height:50px;
	font-size:17px;
}
.sesfaq_home_category_list_sub_item{
	padding:10px 0;
}
.sesfaq_home_category_list_sub_item_icon{
	float:left;
	margin-right:15px;
}
.sesfaq_home_category_list_sub_item_cont{
	display:block;
	overflow:hidden;
	line-height:50px;
	font-size:17px;
}

/*Categories Based FAQs*/
.sesfaq_category_question_section{
	display:inline-block;
	padding:25px 20px;
	vertical-align:top;
	width:100%;
}
.sesfaq_category_question_section:nth-child(even){
	margin-left:-4px;
}
.sesfaq_catview_list .sesfaq_category_question_section{
	width:33%;
}
.sesfaq_category_question_section_title{
	margin-bottom:15px;
	border-bottom-width:1px;
	padding-bottom:5px;
}
.sesfaq_category_question_section_title p img{
	width:20px;
	margin-right:10px;
	margin-top:2px;
	height:20px;
	object-fit:contain;
	float:left;
}
.sesfaq_category_question_section_title p > a{
	font-size:17px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	overflow:hidden;
}
.sesfaq_category_question_section_title span.seeall_link{
	float:right;
}
.sesfaq_category_question_section_title span.seeall_link a i{
	margin-left:3px;
}
.sesfaq_category_question_section_list ul li{
	margin-bottom:20px;
}
.sesfaq_category_question_section_list ul li i{
	margin-right:8px;
	margin-top:3px;
	float:left;
}
.sesfaq_category_question_section_list ul li span{
	overflow:hidden;
	display:block;
}
.sesfaq_category_question_section_list .list_view_all{
	font-weight:bold;
}

/*Sidebar FAQs List*/
.sesfaq_sidebar_list_item{
	margin-bottom:10px;
}
.sesfaq_sidebar_list_item:last-child{
	margin-bottom:0px;
}
.sesfaq_sidebar_list_title{
	font-weight:bold;
	margin-bottom:5px;
}
.sesfaq_sidebar_list_title i{
	float:left;
	margin-right:5px;
	margin-top:4px;
}
[dir="rtl"] .sesfaq_sidebar_list_title i{
	float:right;
	margin-right:0;
	margin-left:5px;
}
.sesfaq_sidebar_list_title span{
	display:block;
	overflow:hidden;
}
.sesfaq_sidebar_list_stats{
	margin:0 0 5px 15px;
}
.sesfaq_sidebar_list_stats p{
	display:inline-block;
	margin:0px 4px;
}
.sesfaq_sidebar_list_discrtiption{
	margin-left:18px;
	border-left-width:4px;
	padding-left:8px;
}
.sesfaq_sidebar_list_item.see_all{
	text-align:right;
}
.sesfaq_sidebar_list_item.see_all a i{
	margin-left:5px;
}

/*FAQs List View*/
.sesfaq_question_answer_list_content .sesfaq_question_answer_section{
	clear:both;
	overflow:hidden;
	border-width:1px;
	padding:15px;
	margin-bottom:15px;
  height:calc(100% - 15px);
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_section + .sesfaq_question_answer_section{
	margin-top:15px;
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_img{
	float:left;
	width:105px;
	margin-right:15px;
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_img img{
	border-radius:3px;
	width:100%;
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_content_section{
	overflow:hidden;
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_title{
	font-size:17px;
	overflow:hidden;
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_expcol_btn{
	width: 20px;
	float: left;
	font-size: 15px;
	line-height: 24px;
	cursor:pointer;
	padding:0 1px;
}
[dir="rtl"] .sesfaq_question_answer_list_content .sesfaq_question_answer_expcol_btn{
	float:right;
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_cont{
	overflow:hidden;
}
.sesfaq_question_answer_list_content ._isexpcol .sesfaq_question_answer_cont{
	padding-left:20px;
}
[dir="rtl"] .sesfaq_question_answer_list_content ._isexpcol .sesfaq_question_answer_cont{
  padding-left:0;
	padding-right:20px;	
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_discription{
	margin-top:10px;
	margin-bottom:10px;
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_stats ul{
	float:left;
	padding-left:2px;
}
[dir="rtl"] .sesfaq_question_answer_list_content .sesfaq_question_answer_stats ul{
	float:right;
	padding-left:0;
	padding-right:2px;
}
.sesfaq_question_answer_list_content .sesfaq_question_answer_stats ul li{
	float:left;
	margin-right:10px;
}
[dir="rtl"] .sesfaq_question_answer_list_content .sesfaq_question_answer_stats ul li{
  float:right;	
	margin-right:0;
	margin-left:10px;
}
.sesfaq_question_answer_list_content p.read_more{
	text-align:right;
	overflow:hidden;
	font-weight:bold;
}
[dir="rtl"] .sesfaq_question_answer_list_content p.read_more{
  text-align:left;	
}
.sesfaq_question_answer_list_content p.read_more a i{
	margin-left:5px;
}
[dir="rtl"] .sesfaq_question_answer_list_content p.read_more a i{
  margin-left:0;
	margin-right:5px;
}
/*FAQs Grid View*/
.sesfaq_question_answer_section {
	margin-bottom:25px;
  height:calc(100% - 25px);
	display:flex;
  flex-direction:column;
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_inner{
	border-width:1px;
	padding:15px;
	overflow:hidden;
	height:100%;
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_inner:hover{
	background-image:url(../images/transparent-bg.png);
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_stats ul{
	padding-left:2px;
	clear:both;
	overflow:hidden;
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_stats ul li{
	float:left;
	margin-right:12px;
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_stats ul li:last-child{
	margin:0px;
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_img{
	width:100%;
	margin:15px 0px 0px 0pc;
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_img img{
	border-radius:3px;
	width:100%;
	height:150px;
	object-fit:cover;
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_content_section{
	overflow:hidden;
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_title{
	font-size:17px;
	margin-bottom:8px;
}
.sesfaq_question_answer_grid_content .sesfaq_question_answer_discription{
	margin:15px 0px;
	line-height:24px;
}
.sesfaq_question_answer_grid_content p.read_more{
	text-align:right;
	overflow:hidden;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}

/*Category Pages CSS*/
.sesfaq_category_banner{
	position:relative;
}
.sesfaq_category_banner_img{
	background-position:center center;
	background-size:cover;
	display:block;
	height:250px;
	width:100%;
}
.sesfaq_category_banner_cont{
	background-color:rgba(0, 0, 0, .3);
	position:absolute;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.sesfaq_category_banner_cont > div{
	display:table;
	height:100%;
	width:100%;
}
.sesfaq_category_banner_cont_inner{
	display:table-cell;
	padding:20px 50px;
	vertical-align:middle;
}
.sesfaq_category_banner_cont_inner *{
	color:#fff;
	text-align:center;
	text-shadow:0 0 8px rgba(0, 0, 0, .5);
}
.sesfaq_category_banner_title{
	font-size:40px;
	margin-bottom:15px;
}
.sesfaq_category_banner_des{
	font-size:17px;
	line-height:25px;
}
.sesfaq_category_faq_listing_head{
	border-bottom-width:1px;
	padding:10px;
	margin-bottom:15px;
}
.sesfaq_category_faq_listing_head img{
	object-fit:contain;
	margin-right:10px;
	height:24px;
	width:24px;
	float:left;
}
.sesfaq_category_faq_listing_head > a,
.sesfaq_category_faq_listing_head > span:not(.seeall_link){
	text-transform:uppercase;
	font-size:17px;
	font-weight:bold;
}
.sesfaq_category_faq_listing_head > span.seeall_link{
	float:right;
}
.sesfaq_category_faq_listing_head > span.seeall_link a i{
	margin-left:3px;
}
.sesfaq_category_faq_listing_cont{
	margin-bottom:20px;
}
.layout_sesfaq_category_view_page .sesfaq_question_answer_list_content,
.layout_sesfaq_category_view_page .sesfaq_question_answer_grid_content {
	margin-bottom:20px;
}
/*Category Sidebar List*/
.sesfaq_category_menu_list{
	padding:5px;
}
.sesfaq_category_menu_list > ul > li{
	padding:10px;
	border-bottom-width:1px;
	position:relative;
}
.sesfaq_category_menu_list > ul > li > img{
	width:16px;
	margin-right:5px;
	height:16px;
	object-fit:contain;
	vertical-align:middle;
	float:left;
}
.sesfaq_category_menu_list > ul > li:last-child{
	border-bottom:none;
}
.sesfaq_category_menu_list > ul > li > a{
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	overflow:hidden;
}
.sesfaq_category_menu_list > ul > li > a .dropdown_icon{
	position:absolute;
	right:5px;
	top:10px;
}
.sesfaq_category_menu_list > ul > li > a span{
	overflow:hidden;
	display:block;
}
.sesfaq_category_menu_list > ul > li ul {
	margin-left:5px;
	margin-top:12px;
	position:relative;
}
.sesfaq_category_menu_list > ul > li ul:after{
	content:'';
	background:#fff;
	width:1px;
	left:-1px;
	bottom:0px;
	height:7px;
	display:block;
	position:absolute;
}
.sesfaq_category_menu_list > ul > li ul li{
	margin-bottom:10px;
	position:relative;
	padding-left:36px;
}
.sesfaq_category_menu_list > ul > li > ul li:before {
	content:"";
	position:absolute;
	top:-10px;
	bottom:5px;
	width:1px;
	border-left-width:1px;
	border-left-style:dashed;
	left:0;
}
.sesfaq_category_menu_list > ul > li > ul li:after{
	content:"";
	position:absolute;
	top:10px;
	width:20px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	left:2px;
}
.sesfaq_category_menu_list > ul > li ul li a:before{
	content:"";
	position:absolute;
	top:8px;
	left:20px;
	width:5px;
	height:5px;
	border-radius:50%;
}
/*category view block*/
.sesfaq_category_view {
	text-align:center;
}
.sesfaq_category_view .category_view_section{
	background-image:url(../images/transparent-bg.png);
	text-align:center;
	position:relative;
	overflow:hidden;
	margin-bottom:25px;
	height:calc(100% - 25px);
}
.sesfaq_category_view .category_view_section:hover{
	opacity:.8;
}
.category_view_section .faq_social_btns{
	opacity:0;
	left:0;
	top:-30px;
	width:100%;
	position:absolute;
	text-align:center;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.category_view_section:hover .faq_social_btns{
	opacity:1;
	top:10px;
}
.category_view_section .faq_social_btns a{
	float:none;
	display:inline-block;
}
.sesfaq_category_view .category_view_section > a{
	display:block;
	text-decoration:none;
	padding:25px 10px;
	width:100%;
}
.sesfaq_category_view p.category_icon img{
	object-fit:contain;
}
.sesfaq_category_view p.category_title{
	margin-top:15px;
	font-weight:bold;
}
/*FAQ View Page*/
.sesfaq_faq_view_top{
	border-bottom-width:1px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.sesfaq_faq_view_top_icon{
	float:left;
	margin-right:15px;
	font-size:24px;
}
[dir="rtl"] .sesfaq_faq_view_top_icon{
	float:right;
	margin-right:0;
	margin-left:15px;
}
.sesfaq_faq_view_top_cont{
	display:block;
	overflow:hidden;
}
.sesfaq_faq_view_title h2{
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
}
.sesfaq_faq_view_stats p{
	display:inline-block;
	margin-right:10px;
}
[dir="rtl"] .sesfaq_faq_view_stats p{
	margin-right:0;
	margin-left:10px;
}
.sesfaq_faq_view_stats p i{
	margin-right:5px;
}
[dir="rtl"] .sesfaq_faq_view_stats p i{
	margin-right:0;
	margin-left:5px;
}
.sesfaq_faq_view_des{
	line-height:24px;
	overflow:hidden;
}
.sesfaq_faq_view_des p,
.sesfaq_faq_view_des ul,
.sesfaq_faq_view_des ol{
	margin-bottom:10px;
}
.sesfaq_faq_view_des ul{
	list-style:disc;
}
.sesfaq_faq_view_des ul,
.sesfaq_faq_view_des ol{
	padding-left:20px;
}
[dir="rtl"] .sesfaq_faq_view_des ul,
[dir="rtl"]  .sesfaq_faq_view_des ol{
	padding-left:0;
	padding-right:20px;
}
.sesfaq_faq_view_des img{
	margin:5px;
	max-width:100%;
	height:auto;
}
@media only screen and (max-width:768px){
	.sesfaq_faq_view_des iframe{width:100% !important;}
}
.sesfaq_faq_view_bottom{
	clear:both;
	overflow:hidden;
	margin-top:40px;
	border-bottom-width:1px;
	padding-bottom:15px;
}
.sesfaq_faq_view_rating .rating_star_big_generic{
	color:#c3c3c3;
}
.sesfaq_faq_view_rating .rating_star_big,
.sesfaq_faq_view_rating .rating_star_big_half{
	color: #FFC107;
}
.sesfaq_faq_view_rating{
	float:left;
	margin-top:5px;
}
.sesfaq_faq_view_rating .rating_star_big_generic{
	font-size: 16px;
	height: 16px;
	width: 16px;
	margin-right: 5px;
}
.sesfaq_faq_view_rating .rating_text{
	margin-top:3px;
	float: none !important;
}
.sesfaq_faq_view_social{
	float:right;
}
.sesfaq_faq_view_social a{
	background-color:transparent;
	border-width:1px;
	border-radius:100%;
	line-height:36px;
	display:inline-block;
	width:36px;
	height:36px;
	padding:0;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.sesfaq_faq_view_social a + a{
		margin-left:10px;
}
.sesfaq_faq_view_social a i:before{
	font-size:15px;
}
.sesfaq_faq_view_social a.btn_count i:before,
.sesfaq_faq_view_social a.btn_count span{
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:100%;
  text-align:center;
  line-height:36px;
  background:center center no-repeat;
  -webkit-transition:all 0.15s ease-in-out;
  -moz-transition:all 0.15s ease-in-out;
  transition:all 0.15s ease-in-out;
}
.sesfaq_faq_view_social a.btn_count i:before{top:0;opacity:1;}
.sesfaq_faq_view_social a.btn_count span{top:15px;opacity:0;color:#fff;font-size:14px;}
.sesfaq_faq_view_social a.btn_count:hover i:before{top:-15px;opacity:0;}
.sesfaq_faq_view_social a.btn_count:hover span{top:0;opacity:1;}
.sesfaq_faq_view_social .sesbasic_icon_btn:hover img {
  filter:invert(0);
  opacity:1;
}
.sesfaq_faq_view_social .sesbasic_icon_btn img {
  filter:invert(1);
  opacity:0.5;
  margin-top:-5px;
}
.sesfaq_view_helpful_section{
	padding:20px 0;
}
.sesfaq_view_helpful_section_des{
	text-align:center;
	font-size:15px;
	margin-bottom:20px;
}
.sesfaq_view_helpful_section_btns{
	text-align:center !important;
	margin-bottom:20px;
}
.sesfaq_view_helpful_section_btns p{
	display:inline-block;
	text-align:center;
	width:40%;
	margin:0px 2%;
}
.sesfaq_view_helpful_section_btns p a{
	color:#fff;
	width:100%;
	display:block;
	padding:13px;
	border-radius:3px;
	text-decoration:none;
	font-size:15px;
}
.sesfaq_view_helpful_section_btns .sesfaq_helpfull_yes a{
	background-color:#3e8f3e;
}
.sesfaq_view_helpful_section_btns .sesfaq_helpfull_no a{
	background-color:#b92c28;
}
.sesfaq_view_helpful_section_btns p a:hover{
	opacity:0.8;
}
.sesfaq_view_helpful_section_btns .sesfaq_helpfull_yes.disabled a,
.sesfaq_view_helpful_section_btns .sesfaq_helpfull_no.disabled a{
	cursor:default;
	opacity:.5;
}
.sesfaq_view_helpful_section_total{
	text-align:center;
}
.sesfaq_success_msg{
	background-color:#c8e5bc;
	border:1px solid #b2dba1;
	color:#3c763d;
	padding:10px;
	text-align:center;
}
.sesfaq_success_msg i{
	margin-right:5px;
	font-size:17px;
}
/*Browse Search*/
.sesfaq_browse_search_vertical form{
  padding:0 !important;
}
.sesfaq_browse_search_vertical form .form-elements{
	padding:10px;
}
.sesfaq_browse_search_vertical form .form-wrapper + .form-wrapper{
	margin-top:10px !important;
}
.sesfaq_browse_search_vertical form input[type="text"],
.sesfaq_browse_search_vertical form select{
	width:100%;
	max-width:100%;
	padding:5px;
}
.sesfaq_browse_search_vertical form button{
	margin-top:10px;
	width:100%;
}
.sesfaq_browse_search_horizontal form{
  padding:0 !important;
}
.sesfaq_browse_search_horizontal form .form-elements{
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
}
.sesfaq_browse_search_horizontal form .form-wrapper{
	display:inline-block;
	margin:0 !important;
	padding:5px;
	width:32%;
}
.sesfaq_browse_search_horizontal form input[type="text"],
.sesfaq_browse_search_horizontal form select{
	width:100%;
	max-width:100%;
}
.sesfaq_browse_search_horizontal form button{
	margin:0 5px;
	padding:5px 10px;
	clear:both;
}

/*Tags Cloud*/
.sesfaq_tags_cloud_faq .sesfaq_tags_cloud_list{
	text-align:left
}
.sesfaq_tags_cloud_faq .sesfaq_tags_cloud_list li{
	display:inline-block;
	margin:5px 5px 10px 0px;
}
[dir="rtl"] .sesfaq_tags_cloud_faq .sesfaq_tags_cloud_list{
	text-align:right;
}
[dir="rtl"] .sesfaq_tags_cloud_faq .sesfaq_tags_cloud_list li{
	margin:5px 0px 10px 5px;
}
.sesfaq_tags_cloud_faq .sesfaq_tags_cloud_list li a{
	border-width:1px;
	text-decoration:none;
	padding:3px 7px;
	border-radius:4px;
}
.sesfaq_tags_cloud_faq .sesfaq_tags_cloud_list li a:hover{
	opacity:0.8;
}

/*CAROUSEL WIDGET CSS START HERE*/
.sesfaq_category_carousel_wrapper{
	clear:both;
	position:relative;
	overflow:hidden;
	width:100%;
}
.sesfaq_category_carousel{
	border-width:1px;
	overflow:hidden;
	width:100%;
}
.sesfaq_category_carousel .owl-stage {
	position: relative;
	display: flex;
}
.sesfaq_category_carousel  .sesfaq_home_category_section{
	height: 100%;
}
.sesfaq_category_carousel_wrapper .sesfaq_home_category_section:hover .faq_social_btns{
	top:10px;
}
.sesfaq_category_carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
}
.sesfaq_category_carousel .owl-nav > div{
	border-width:1px;
	border-radius:3px;
	display:inline-block;
	margin:0 3px;
	height:30px;
  width:30px;
	text-align:center;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
}
.sesfaq_category_carousel .owl-nav > div:hover{
	opacity:.8;
	filter:alpha(opacity=80);
	box-shadow:0 0 8px rgba(0, 0, 0, .2);
}
.sesfaq_category_carousel .owl-nav > .owl-prev{
	left:0px;
}
.sesfaq_category_carousel .owl-nav > .owl-next{
	right:0px;
}
.sesfaq_category_carousel .owl-nav > div  i{
	line-height:30px;
	padding-top:2px;
}
.sesfaq_category_carousel .owl-nav > div i:before{
  font-size:25px;
	line-height:0;
}
.sesfaq_category_carousel .sesfaq_home_category_section_img{
	display: flex;
	align-items: center;
	justify-content: center;
}
/*Horizontal Carousel*/
.sesfaq_category_carousel_h_wrapper .sesfaq_home_category_section{
	border-width:0 1px 0 0;
	margin:0;
	padding:0;
	overflow:hidden;
}
.sesfaq_category_carousel_h_wrapper .sesfaq_home_category_section > a{
	border-width:0;
}
/*Vertical Carousel*/
.sesfaq_category_carousel_v_wrapper .sesfaq_home_category_section{
	border-width:0;
  margin:0;
	padding:0;
	overflow:hidden;
	width:100% !important;
}
.sesfaq_category_carousel_v_wrapper .sesfaq_home_category_section > a{
	border: 0px;
}
/*Ask Question Popup*/
.sesfaq_askquestion_popup{
	margin:15px;
}
.sesfaq_askquestion_popup .global_form div.form-elements{
	margin-top:0;
}
.sesfaq_askquestion_popup .global_form div.form-label{
	display:none;
}
.sesfaq_askquestion_popup .global_form div.form-element{
	clear:both;
	margin-bottom:15px;
	width:100%;
}
.sesfaq_askquestion_popup input[type="text"],
.sesfaq_askquestion_popup input[type="email"],
.sesfaq_askquestion_popup select,
.sesfaq_askquestion_popup textarea{
	max-width:100%;
	width:100%;
}

/*Table View*/
.sesfaq_content_table .maincat{
	padding:10px 0;
}
.sesfaq_content_table .maincat ~ .maincat {
  border-top-width:1px;
}
.sesfaq_content_table .sesfaq_hideshow_btn{
	float:right;
	width:20px;
	margin-left:5px;
	text-align:center;
	font-size:17px;
}
.sesfaq_content_table .maincat > span,
.sesfaq_content_table .table_cont > span{
	display:block;
	overflow:hidden;
}
.sesfaq_content_table .maincat > span{
	font-weight:bold;
}
.sesfaq_content_table .maincat_cont{
	border-top-width:1px;
	padding:5px 0;
}
.sesfaq_content_table .table_cont{
	padding:5px 0;
}
.sesfaq_content_table .table_cont._faq_active {
	font-weight:bold;
}
.sesfaq_content_table .second-lavel{
	padding-left:10px;
}
.sesfaq_content_table .third-lavel{
	padding-left:20px;
}
.sesfaq_content_table .table_cont .sesfaq_no{
	float:left;
	margin-right:5px;
}
[dir="rtl"] .sesfaq_content_table .table_cont .sesfaq_no{
  float:right;
	margin-right:0;
	margin-left:5px;	
}
.sesfaq_content_table .table_cont .sesfaq_label{
	display:block;
	overflow:hidden;
}
/*Category Sidebar Widget*/
.sesfaq_sidebar_categories{
	padding:0;
}
.sesfaq_sidebar_categories li{
  padding:10px 0;
}
.sesfaq_sidebar_categories li + li{
  border-top-width:1px;
}
.sesfaq_sidebar_categories li a.catlabel{
  background-image:url(../images/category.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	background-size:14px auto;
	display:block;
	font-weight:bold;
	padding-left:22px;
	overflow:hidden;
}
[dir="rtl"] .sesfaq_sidebar_categories > li a.catlabel{
  background-position:right center;
  padding-left:0;
  padding-right:22px;
}
.sesfaq_sidebar_categories > li a.noicon{
  background-image:none;
  padding:0;
}
.sesfaq_sidebar_categories a.cattoggel{
	font-size:17px;
	float: right;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
}
[dir="rtl"] .sesfaq_sidebar_categories a.cattoggel{
	float:left;
}
.sesfaq_sidebar_categories a.cattoggelright:before{
  content:"\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}
.sesfaq_sidebar_categories a.cattoggeldown:before{
  content:"\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}
.sesfaq_sidebar_categories > li ul{
	margin-left:10px;
}
[dir="rtl"] .sesfaq_sidebar_categories > li ul{
	margin-left:0;
	margin-right:10px;
}
.sesfaq_sidebar_categories > li ul li{
	border-width:0;
	padding:5px 0;
} 

@media (max-width:767px){
	.sesfaq_search_banner.type2 .sesfaq_search_banner_heading h2{
		font-size:32px;
	}
	html .sesfaq_browse_search_horizontal form .form-wrapper{
	  width:100%;	
	}
	.sesfaq_search_banner.type2 .sesfaq_search_banner_form{
		width:500px;
	}
	.sesfaq_home_category_list_item{
		width:100%;
		padding:0px;
	}
	.sesfaq_search_banner.type1 .sesfaq_search_banner_content_left{
		padding:20px;
	}
	.sesfaq_search_banner.type1 .sesfaq_search_banner_form{
		width:100%
	}
	.sesfaq_category_view ul li{
		width:33.33% !important;
	}
	.sesfaq_category_question_section{
		padding:25px 15px;
		width:100%;
	}
	.sesfaq_search_banner_container,
	.sesfaq_search_banner{
		height:auto !important;
	}
	.search_banner_bg_full .sesfaq_search_banner,
	.sesfaq_search_banner_inner{
		position:inherit;
	}
	.sesfaq_home_category_content{
		margin:0px;
	}
	.sesfaq_home_category_section{
		width:33% !important;
		height:auto !important;
	}
	.sesfaq_question_answer_grid_content .sesfaq_question_answer_title{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.sesfaq_catview_list .sesfaq_category_question_section{
		width:50%;
	}
}
@media (max-width:599px){
	.sesfaq_search_banner.type2 .sesfaq_search_banner_heading h2{
		font-size:30px;
	}
	.sesfaq_search_banner.type2 .sesfaq_search_banner_form{
		width:100%;
	}
	.sesfaq_category_view ul li{
		width:50% !important;
	}
	.sesfaq_search_banner.type1 .sesfaq_search_banner_content_left{
		padding:15px;
	}
	.sesfaq_search_banner.type1 .sesfaq_search_banner_ques a{
		padding:10px 15px;
		border-radius:5px;
	}
	.sesfaq_search_banner.type1 .sesfaq_search_banner_heading h2{
		text-align:center;
	}
	.sesfaq_search_banner.type1 .sesfaq_search_banner_heading h2 img{
		display:none;
	}
	.sesfaq_home_category_section{
		width:50% !important;
	}
	.sesfaq_question_answer_grid_content .sesfaq_question_answer_title{
		overflow: inherit;
		white-space: inherit;
		text-overflow: inherit;
	}
}
@media (max-width:479px){
	.sesfaq_search_banner.type2 .sesfaq_search_banner_content{
		padding:30px 0;
	}
	.sesfaq_home_category_list_item_icon{
		margin-right:10px;
	}
	.sesfaq_home_category_list_item_cont{
		font-size:16px;
		line-height:22px !important;
		padding:6px 0px 0px;
	}
	.sesfaq_question_answer_list_content .sesfaq_question_answer_section{
		padding:10px;
	}
	.sesfaq_question_answer_list_content p.read_more{
		width:100%;
	}
	.sesfaq_faq_view_title h2{
		font-size:14px;
		font-weight:bold;
	}
	.sesfaq_question_answer_list_content .sesfaq_question_answer_stats ul li{
		margin-right:10px;
	}
	.sesfaq_question_answer_list_content ._isexpcol .sesfaq_question_answer_cont{
    padding-left:0;
  }
	.sesfaq_faq_view_rating{
		float:none;
		margin:10px 0;
		display:block;
		width:100%;
		text-align:center;
	}
	.sesfaq_faq_view_bottom{
		margin-top:0;
	}
	.sesfaq_faq_view_rating .rating_star_big_generic{
		float:none;
		display:inline-block;
		vertical-align:middle;
	}
	.sesfaq_faq_view_rating .rating_text{
		float:none;
		min-width:54px;
	}
	.sesfaq_faq_view_social{
		float:none;
		text-align:center;
	}
	.sesfaq_faq_view_des p{
		text-align:justify;
	}
	.sesfaq_category_view ul li{
		width:100% !important;
	}
	.sesfaq_home_category_section{
		width:100% !important;
	}
	.sesfaq_catview_list .sesfaq_category_question_section{
		width:100%;
	}
}